@charset "UTF-8";
/**
 * Clay 3.159.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/**
 * Clay 3.159.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.quick-access-nav {
  position: fixed;
  z-index: 999;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px;
}
.lfr-asset-column-details .lfr-asset-icon.last {
  border-width: 0;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em;
}
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border: 1px solid #ccc;
  margin-bottom: 0;
}
.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block;
}
.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em;
}

.overlay {
  position: absolute;
}

.overlay-hidden,
.overlaymask-hidden {
  display: none;
}

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative;
}
.lfr-form-row:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.lfr-form-row:hover {
  border: solid #ccc;
  border-width: 1px 0;
  padding-top: 0;
}
.lfr-form-row.lfr-form-row-inline .form-group {
  margin-right: 5px;
}
.lfr-form-row legend .field-label {
  float: left;
  margin-right: 10px;
}
.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px;
}
.lfr-form-row fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 5px;
}

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem;
}

.dropdown.open > .dropdown-menu, .overlay-content .open > .dropdown-menu {
  display: block;
}

.user-avatar-link {
  display: block;
  position: relative;
}
.user-avatar-link .panel-notifications-count {
  border-radius: 50rem;
  display: block;
  margin: 0;
  max-width: none;
  position: absolute;
  right: calc(100% - 0.7rem);
  top: -0.4rem;
}
.user-avatar-link .panel-notifications-count .badge {
  margin: 0.25rem;
}
.user-avatar-link .text-default {
  align-items: center;
  display: flex;
}
.user-avatar-link .text-default .user-full-name {
  margin-left: 0.5rem;
}
@media (max-width: 575.98px) {
  .user-avatar-link .text-default .user-full-name {
    display: none;
  }
}

.user-personal-bar .fieldset {
  position: relative;
}
.user-personal-bar .user-avatar-link .panel-notifications-count {
  right: calc(100% - 1rem);
  top: -0.6rem;
}

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
}
.form-control-inline:not(:hover) {
  border-color: transparent;
}
.form-control-inline::placeholder {
  color: #a9afb5;
  font-style: italic;
}

.form-search .input-group {
  position: relative;
}
.form-search .input-group.advanced-search .search-query {
  padding-left: 40px;
  z-index: 0;
}
.form-search .input-group.advanced-search .toggle-advanced {
  cursor: pointer;
  left: 0;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  top: 0;
}
.form-search .input-group.advanced-search .toggle-advanced .caret {
  margin-top: 7px;
}
.form-search .input-group.advanced-search .toggle-advanced .icon-search {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .form-search .input-group {
    width: 100%;
  }
  .form-search .input-group .btn {
    clip: rect(0, 0, 0, 0);
    left: -9999px;
    position: absolute;
  }
  .form-search .input-group input.search-query {
    width: 100%;
  }
}

.lfr-table {
  border-collapse: collapse;
  clear: both;
}
.lfr-table > tbody > tr > td,
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > td,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > td,
.lfr-table > tfoot > tr > th {
  padding: 0 5px;
  overflow-wrap: break-all;
  word-wrap: break-all;
}
.lfr-table > tbody > tr > td:first-child, .lfr-table > tbody > tr > td.first-child,
.lfr-table > tbody > tr > th:first-child,
.lfr-table > tbody > tr > th.first-child,
.lfr-table > thead > tr > td:first-child,
.lfr-table > thead > tr > td.first-child,
.lfr-table > thead > tr > th:first-child,
.lfr-table > thead > tr > th.first-child,
.lfr-table > tfoot > tr > td:first-child,
.lfr-table > tfoot > tr > td.first-child,
.lfr-table > tfoot > tr > th:first-child,
.lfr-table > tfoot > tr > th.first-child {
  padding-left: 0;
}
.lfr-table > tbody > tr > td:last-child, .lfr-table > tbody > tr > td.last-child,
.lfr-table > tbody > tr > th:last-child,
.lfr-table > tbody > tr > th.last-child,
.lfr-table > thead > tr > td:last-child,
.lfr-table > thead > tr > td.last-child,
.lfr-table > thead > tr > th:last-child,
.lfr-table > thead > tr > th.last-child,
.lfr-table > tfoot > tr > td:last-child,
.lfr-table > tfoot > tr > td.last-child,
.lfr-table > tfoot > tr > th:last-child,
.lfr-table > tfoot > tr > th.last-child {
  padding-right: 0;
}
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold;
}

.lfr-pagination:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.lfr-pagination .dropdown-menu {
  display: none;
}
.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px;
}
.lfr-pagination .lfr-pagination-controls {
  float: left;
}
.lfr-pagination .lfr-pagination-controls .search-results {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  top: 10px;
}
.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  border-width: 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.lfr-pagination .lfr-pagination-delta-selector {
  float: left;
}
@media (max-width: 991.98px) {
  .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
    display: none;
  }
}
.lfr-pagination .pagination-content {
  float: right;
}

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
}
.lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
  display: block;
}
.lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
  border-bottom-width: 0;
}
.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0;
}
.lfr-panel .toggler-header {
  cursor: pointer;
}

.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
  min-height: auto;
  padding: 0.285rem 0.75rem;
}
.sidebar-sm .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}
.sidebar-sm .list-group-item-flex .autofit-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
  display: inline-block;
  width: auto;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
  float: none;
  padding: 0.4em 0;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
  display: inline;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
  margin: 10px 0;
}
.lfr-translation-manager .lfr-translation-manager-available-translations {
  white-space: normal;
}
.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1;
}
.lfr-translation-manager .lfr-translation-manager-translation {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 0.2em;
  padding: 0.4em 0.3em 0.4em 0.5em;
  text-decoration: none;
}
.lfr-translation-manager .lfr-translation-manager-translation * {
  vertical-align: middle;
}
.lfr-translation-manager .lfr-translation-manager-translation img {
  margin-right: 0.3em;
}
.lfr-translation-manager .lfr-translation-manager-translation:hover {
  background-color: #d1e5ef;
}
.lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  background-color: #598bec;
  border-color: #224fa8;
  color: #fff;
}
.lfr-translation-manager .lfr-translation-manager-change-default-locale {
  margin: 0 0.4em;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation {
  display: inline-block;
  padding: 0 2px;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation svg {
  pointer-events: none;
}

.lfr-tree a {
  text-decoration: none;
}
.lfr-tree li {
  margin-bottom: 2px;
  padding-left: 0;
}
.lfr-tree li ul li, .lfr-tree li.tree-item {
  padding-left: 0;
}
.lfr-tree li.tree-item {
  padding-left: 5px;
}
.lfr-tree li.tree-item li {
  padding-left: 20px;
}
.lfr-tree li.tree-item ul {
  margin-left: 0;
  margin-top: 5px;
}

.lfr-upload-container {
  margin-bottom: 1rem;
}
.lfr-upload-container .upload-target {
  border: 3px dashed #e5e7e9;
  margin-bottom: 1rem;
  min-height: 2rem;
  padding: 2rem 0;
  position: relative;
  text-align: center;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  z-index: 100;
}
.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #92e5a5;
  border-color: #69db83;
}
.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}
.mobile .lfr-upload-container .upload-target .drop-file-text {
  display: none;
}
.lfr-upload-container .upload-target .small {
  display: block;
  margin: 5px 0;
  text-transform: lowercase;
}
.lfr-upload-container .manage-upload-target {
  padding-top: 5px;
  position: relative;
}
.lfr-upload-container .manage-upload-target .select-files {
  float: left;
  line-height: 0;
  margin: 0 1.125rem 1.125rem;
  padding: 0 0 0 5px;
}
.lfr-upload-container .cancel-uploads,
.lfr-upload-container .clear-uploads {
  background-repeat: no-repeat;
  float: right;
}
.lfr-upload-container .cancel-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
  margin-right: 0;
}
.lfr-upload-container .clear-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
  padding-left: 16px;
}
.lfr-upload-container .upload-file.upload-complete.file-saved {
  padding-left: 25px;
}
.lfr-upload-container .upload-file .file-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  padding-right: 16px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.lfr-upload-container .upload-file .icon-file {
  font-size: 40px;
}
.lfr-upload-container .upload-list-info {
  margin: 1em 0 0.5em;
}
.lfr-upload-container .upload-list-info .h4,
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #6c757d;
  margin-top: 1px;
  position: absolute;
  right: 5px;
  top: 50%;
  white-space: nowrap;
}
.lfr-upload-container .cancel-button .cancel-button-text {
  display: none;
  margin-left: 5px;
}
.lfr-upload-container .cancel-button:hover .cancel-button-text {
  display: inline;
}
.lfr-upload-container .cancel-button .lexicon-icon {
  height: 12px;
}
.lfr-upload-container .delete-button {
  color: #6c757d;
}
.lfr-upload-container .delete-button-col {
  padding-right: 10px;
}
.lfr-upload-container .file-added .success-message {
  float: right;
  font-weight: normal;
}
.lfr-upload-container .upload-error {
  opacity: 1;
  padding-left: 25px;
}
.lfr-upload-container .upload-complete .cancel-button,
.lfr-upload-container .delete-button,
.lfr-upload-container .upload-complete.file-saved .delete-button,
.lfr-upload-container .upload-complete.upload-error .delete-button {
  display: none;
}
.lfr-upload-container .multiple-files .upload-error {
  background: #f5c4c9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
  border-color: #bd2130;
  color: #bd2130;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 8px 8px 8px 24px;
}
.lfr-upload-container .multiple-files .upload-error .error-message {
  display: block;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
  padding-left: 1rem;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
  display: none;
}
.lfr-upload-container .single-file .upload-error {
  list-style: none;
  margin-top: 1em;
}
.lfr-upload-container .single-file .upload-error .upload-error-message {
  margin-bottom: 0.5em;
}
.lfr-upload-container .upload-complete {
  padding-left: 5px;
}
.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
  margin-left: 1em;
}
.lfr-upload-container .upload-complete .delete-button {
  display: inline-block;
}
.lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
  display: none;
}
.lfr-upload-container .progress {
  display: none;
  margin-top: 0.5rem;
}
.lfr-upload-container .file-uploading .progress {
  display: flex;
}

.lfr-alert-container {
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 430;
}
.lfr-alert-container.inline-alert-container {
  position: relative;
}
.lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
  padding: 0;
}
.lfr-alert-container .lfr-alert-wrapper {
  margin-bottom: 5px;
  overflow: hidden;
}

.lfr-search-container td .overlay.entry-action {
  position: static;
}
.lfr-search-container td .overlay.entry-action .btn a {
  display: block;
  padding: 4px 12px;
}

.contextual-sidebar {
  height: calc(
		100vh - var(--control-menu-container-height) - 49px
	);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: calc(var(--control-menu-container-height) + 49px);
  transform: translateX(100%);
  transition: transform ease 0.5s;
  visibility: hidden;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
}

@media (min-width: 768px) {
  .contextual-sidebar {
    height: calc(
			100vh - var(--control-menu-container-height) - 64px
		);
    top: calc(
			var(--control-menu-container-height) + 64px
		);
  }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding;
  }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px;
  }
}
.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png);
}
.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat;
}
.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px;
}
.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
  border: 2px solid #cfc;
}
.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x;
}
.taglib-diff-html span.diff-html-changed img {
  border: 2px dotted #009;
}
.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through;
}
.taglib-diff-html span.diff-html-removed img {
  border: 2px solid #fdc6c6;
}

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.taglib-discussion .actions-menu .component-action {
  display: inline-flex;
}
.taglib-discussion .button-holder {
  margin: 1rem 0;
}
.taglib-discussion .comment-container {
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #dbdde1;
}
.taglib-discussion .lfr-discussion-body {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-body {
    padding-left: 3.5rem;
  }
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word;
  }
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
  text-decoration: underline;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px;
}
.taglib-discussion .lfr-discussion-container {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:first-of-type {
  border-top: 1px solid #e7e7ed;
  padding-top: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:last-of-type {
  border-bottom: 0;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion {
  padding-left: 1rem;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
  padding-left: 0;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-container .lfr-discussion {
    padding-left: 3.5rem;
  }
}
.taglib-discussion .lfr-discussion-parent-link {
  color: #67678c;
  font-weight: 600;
  margin-left: 1em;
}
@media (max-width: 767.98px) {
  .taglib-discussion .lfr-discussion-parent-link {
    display: block;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: -0.75rem;
}
.taglib-discussion .lfr-discussion-more-comments {
  border-top: 1px solid #e7e7ed;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}
.taglib-discussion .username {
  color: #272833;
  font-weight: 600;
}
.taglib-discussion .taglib-workflow-status {
  margin-left: 0.5rem;
}
.taglib-discussion .workflow-value {
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .taglib-discussion .actions-menu {
    display: none;
  }
  .taglib-discussion .comment-container:hover .actions-menu,
  .taglib-discussion .actions-menu:focus,
  .taglib-discussion .actions-menu.open {
    display: inline-block;
  }
}

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center;
}
.drop-zone.drop-enabled {
  outline: 2px dashed transparent;
}
.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5);
}
.drop-zone p {
  margin: 10px auto 0;
  max-width: 75%;
}

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info {
  transition: none;
}

.drop-here-info .drop-here-indicator {
  height: 115px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.drop-here-info .drop-icons {
  display: inline-block;
  position: relative;
  width: 160px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}
.drop-here-info .drop-icons {
  transition: none;
}

.drop-here-info .drop-icons span {
  border-radius: 3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  transition: none;
}

.drop-here-info .drop-icons span:nth-of-type(1) {
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  transform: rotate(25deg);
  width: 60px;
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
  height: 80px;
  left: 40px;
  line-height: 80px;
  width: 80px;
  z-index: 2;
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 45px;
  height: 70px;
  left: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  transform: rotate(-25deg);
  width: 70px;
  z-index: 1;
}
.drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac;
}
.drop-here-info .drop-text {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-left: 0;
  margin-top: 20px;
}
.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
  opacity: 1;
}
.drop-active .drop-here-info span:nth-of-type(1) {
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  transform: rotate(15deg);
}

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(../images/states/empty_state.svg);
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-result-message-header,
  .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header,
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state.svg);
  max-width: 210px;
  padding-top: 232px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-state {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-success-state {
    background-image: url(../images/states/success_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-search-state {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}
.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description, .taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}

.field-wrapper.form-inline .control-label {
  display: inline-block;
}

.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap;
}

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px;
}
.taglib-header .header-title {
  display: inline-block;
  margin: 0.1em;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.taglib-header .header-back-to {
  display: inline-block;
  vertical-align: middle;
}
.taglib-header .header-back-to a {
  display: block;
  font-weight: bold;
  padding: 0 0.3em 0 0;
  text-decoration: none;
}

.taglib-icon {
  text-decoration: none;
}
.taglib-icon:not(.btn):hover .taglib-text, .taglib-icon:not(.btn):focus .taglib-text {
  text-decoration: underline;
}
.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

.taglib-icon-help {
  color: #6c757d !important;
}
.taglib-icon-help:hover, .taglib-icon-help:active {
  color: #343a40 !important;
}

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}
.icon-monospaced.lexicon-icon {
  padding: 8px;
}

.taglib-icon-list li {
  float: left;
  margin-right: 1em;
}
.taglib-icon-list:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none;
}
@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center;
  }
  .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
  .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
    display: none;
  }
}

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative;
}
.lfr-menu-list.direction-right {
  margin: 0 2px;
}
.lfr-menu-list.dropdown-menu {
  float: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .lfr-menu-list.dropdown-menu > li > a {
    font-size: 22px;
    line-height: 40px;
    white-space: normal;
  }
  .lfr-menu-list.dropdown-menu > li > a img {
    margin-bottom: 3px;
  }
}
.lfr-menu-list.dropdown-menu .search-panel {
  margin-bottom: 0;
}
.lfr-menu-list.dropdown-menu .search-panel .form-group {
  margin: 0 16px;
}
.lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
  width: auto;
}
body > .lfr-menu-list ul {
  border-radius: 4px;
}

.lfr-icon-menu-open:after {
  clear: both;
  content: "";
  display: table;
}
.lfr-icon-menu-open .dropdown-menu {
  position: static;
}

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0;
}
.input-localized .input-group-item {
  flex-direction: column;
}
.input-localized .input-localized-content {
  margin-left: 6px;
}
.input-group .input-localized .input-localized-content {
  margin-top: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  background-color: #ff0047;
}
.input-localized .lfr-input-localized-default a {
  margin-right: 14px;
}
.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px;
}
.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}
.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}
.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal;
}
.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem;
}
.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px;
}
.input-localized-palette-container .palette-item-inner img {
  display: block;
}

.taglib-move-boxes {
  margin-bottom: 1em;
}
.taglib-move-boxes label {
  border-bottom: 1px solid transparent;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}
.taglib-move-boxes .toolbar {
  text-align: center;
}
.taglib-move-boxes .arrow-button img {
  border-width: 0;
  height: 16px;
  width: 16px;
}
.taglib-move-boxes .choice-selector {
  width: 100%;
}
.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}
.taglib-move-boxes .field-content {
  margin-bottom: 0;
}
.taglib-move-boxes .move-arrow-buttons {
  margin-top: 5em;
}
.taglib-move-boxes .move-arrow-buttons .arrow-button {
  display: block;
}
.taglib-move-boxes .sortable-container {
  margin-top: 10px;
}
.taglib-move-boxes .sortable-container .btn.edit-selection {
  margin-bottom: 10px;
}
.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent;
  border-top: 1px solid #ddd;
  display: none;
  margin: 2px 0;
  padding: 2px;
  position: relative;
}
.taglib-move-boxes .sortable-container .move-option.selected {
  display: block;
}
.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
  background-color: #fafafa;
}
.taglib-move-boxes .sortable-container .move-option .checkbox,
.taglib-move-boxes .sortable-container .move-option .handle {
  position: absolute;
}
.taglib-move-boxes .sortable-container .move-option .checkbox {
  display: none;
  margin: 7px 0 0 5px;
}
.taglib-move-boxes .sortable-container .move-option .handle {
  color: #999;
  cursor: pointer;
  font-size: 1.5em;
  padding: 6px;
}
.taglib-move-boxes .sortable-container .move-option .title {
  font-size: 1.2em;
  margin: 1px 0 1px 30px;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option {
  display: block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
  display: inline-block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
  display: none;
}
.mobile .taglib-move-boxes .selector-container {
  display: none;
}

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px;
}
.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem;
}
.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.item-selector .input-file + label {
  position: relative;
}
.item-selector .input-file + label::before {
  border-radius: 4px;
  bottom: -2px;
  content: "";
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: box-shadow 0.15s ease-in-out;
}
.item-selector .input-file:focus + label::before {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #75b8ff;
}
.item-selector .item-selector-list-row:hover {
  background-color: #e5f2ff;
  cursor: pointer;
}

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%;
}
.lfr-map .home-button {
  margin: 5px;
}
@media (max-width: 575.98px) {
  .lfr-map .home-button {
    height: 35px;
    width: 45px;
  }
}
.lfr-map .search-controls {
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 576px) {
  .lfr-map .search-controls {
    width: 50%;
  }
}
.lfr-map .search-controls .search-input {
  width: 100%;
}

.navbar .navbar-collapse {
  max-height: none;
}
.navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
  display: inline;
}
@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%;
  }
}
.navbar .navbar-search .form-search {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .navbar .navbar-search .form-search {
    float: right;
    max-width: 275px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-search .form-search .input-group {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px;
  }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible;
  }
}

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em;
}
.taglib-portlet-preview.show-borders .title {
  background-color: #d3dadd;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em;
}
.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px;
}

.lfr-search-container .entry-action {
  width: 1px;
}
.lfr-search-container .entry-action .taglib-icon {
  white-space: nowrap;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-left: 375px;
    width: auto;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  left: 12px;
  position: fixed;
  right: 12px;
  top: -1px;
  z-index: 989;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
  display: block;
  padding: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-left: 375px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
  border-radius: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  width: auto;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
    background-color: #fff;
    left: 0;
    position: absolute;
    right: 15px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):focus, .lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):hover {
  color: #000;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #f7f8f9;
  border-radius: 4px;
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}
.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
.lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item .h4,
.lfr-search-container-wrapper .list-group .list-group-item h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item .h5,
.lfr-search-container-wrapper .list-group .list-group-item .h6,
.lfr-search-container-wrapper .list-group .list-group-item h5,
.lfr-search-container-wrapper .list-group .list-group-item h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .list-group .list-group-item .h6 + .h5,
.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem;
}

.user-info {
  display: flex;
}
.user-info .sticker {
  align-self: center;
}
.user-info .user-details {
  margin-left: 1rem;
}
.user-info .user-name {
  color: #343a40;
  font-weight: 600;
}
.user-info .date-info {
  color: #6c757d;
}

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px;
}
.user-status-tooltip .user-status-avatar .user-status-avatar-image {
  width: 27px;
}
.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden;
}
.user-status-tooltip .user-status-info .user-status-date {
  font-size: 11px;
}

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .lfr-search-container .selector-button {
    width: auto;
  }
}
.touch .lfr-search-container {
  -webkit-overflow-scrolling: touch;
}
.touch .lfr-search-container .searchcontainer-content .table {
  max-width: none;
}

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto;
}
.taglib-page-iterator .lfr-pagination-buttons {
  float: right;
  margin: 0;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    width: 100%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons > li {
    display: inline-block;
    width: 50%;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
    display: none;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li > a {
    line-height: 20px;
    padding: 11px 19px;
  }
}
.taglib-page-iterator .lfr-pagination-config {
  float: left;
  line-height: 46px;
}
@media (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-config {
    float: none;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu {
    display: block;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
    display: block;
  }
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
  display: inline;
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
  float: none;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
    display: none;
  }
}
.taglib-page-iterator .search-results {
  float: left;
  line-height: 46px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .search-results {
    display: none;
  }
}

@media (max-width: 991.98px) {
  ul.pagination ul.inline-scroller {
    max-height: inherit;
  }
}
.taglib-search-toggle .form-search {
  position: relative;
}
.taglib-search-toggle .form-search .input-group-btn {
  position: absolute;
}
@media (min-width: 992px) {
  .taglib-search-toggle .form-search .input-group-btn {
    position: static;
  }
}
.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px;
}
.taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
  text-decoration: none;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0;
}
.navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  border-width: 1px 0 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
  position: relative;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
  margin-bottom: 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
  color: #999;
  font-size: 13px;
}
.taglib-search-toggle-advanced-wrapper .btn.close {
  margin-right: 5px;
  position: relative;
  z-index: 1;
}

.taglib-user-display {
  padding: 0.5em;
}
.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.taglib-user-display .avatar.author:after {
  background: rgba(50, 168, 230, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.taglib-user-display .user-details {
  margin-top: 1em;
}
.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold;
}
.taglib-user-display a .user-name {
  text-decoration: underline;
}
.taglib-user-display.display-style-1 .user-profile-image {
  float: left;
  margin-right: 24px;
}
.taglib-user-display.display-style-1 .user-name {
  display: inline-block;
  margin-top: 10px;
}
.taglib-user-display.display-style-1 .user-details {
  margin-top: 0;
}
.taglib-user-display.display-style-2 .user-profile-image,
.taglib-user-display.display-style-2 .user-name {
  clear: both;
  display: block;
  min-height: 20px;
  text-align: center;
}
.taglib-user-display.display-style-3 {
  padding: 0;
}
.taglib-user-display.display-style-3 .user-profile-image {
  display: inline-block;
  vertical-align: middle;
}

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999;
}
.table-cell .taglib-workflow-status {
  margin: 0;
}
.table-cell .taglib-workflow-status .workflow-status {
  padding-left: 0;
}

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0;
}

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.portal-popup .lfr-form-content {
  padding: 24px 12px;
}
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}
.portal-popup .portlet-column {
  position: static;
}
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
}
.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0;
}
.portal-popup .login-container {
  padding: 1rem;
}
.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 576px) {
  .portal-popup .navbar ~ .portlet-configuration-setup,
  .portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 576px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .portal-popup .lfr-dynamic-uploader,
  .portal-popup .process-list {
    top: 48px;
  }
}
.portal-popup .portlet-export-import-publish-processes {
  top: 0;
}
.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 989;
}
@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}
.portal-popup .dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
.portal-popup .dialog-footer.dialog-footer-not-reverse {
  flex-direction: initial;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px;
  }
}
.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}
.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
@media print {
  .portal-popup:not(.article-preview) #main-content,
  .portal-popup:not(.article-preview) #wrapper {
    position: initial;
  }
}
.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
  padding-left: 0;
  padding-right: 0;
}

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate;
}
html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd;
}
html:not(#__):not(#___) .active-area {
  background: #ffc;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}
html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1;
}
html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
  background-image: none;
}
html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
html:not(#__):not(#___) .proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
  padding: 10px;
}
html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}
html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}
html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}
html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0;
}
html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-layout.dragging {
  border-collapse: separate;
}

.drop-area {
  background-color: #d3dadd;
}

.active-area {
  background: #ffc;
}

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}
.c-prefers-reduced-motion .portlet-boundary.yui3-dd-dragging {
  transition: none;
}
.portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}

.sortable-layout-proxy {
  opacity: 1;
}
.sortable-layout-proxy .portlet-topper {
  background-image: none;
}

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
.proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
.proxy.generic-portlet .portlet-title {
  padding: 10px;
}
.proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}

.sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}

.sortable-layout-drag-target-indicator {
  margin: 2px 0;
}

.yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-column-content.empty {
  padding: 50px;
}

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
  padding: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
  margin-bottom: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
  display: none;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
  display: inline-block;
  vertical-align: bottom;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
  margin-top: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto;
}

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative;
}
.lfr-source-editor .ace_editor {
  height: 100%;
}
.lfr-source-editor .lfr-source-editor-toolbar li > .btn {
  background-color: #fff;
  border: transparent;
  color: #717383;
  outline: 0;
}
.lfr-source-editor .lfr-source-editor-code {
  background-color: #fff;
  color: #2b4259;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter {
  background-color: #ededef;
  color: #868896;
  overflow: hidden;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
  font-family: fontawesome-alloy;
  text-align: center;
  vertical-align: middle;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
  content: "▾";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "▸";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
  color: #fff;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #717383;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
  border-right: solid 1px #ccc;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #ededef;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
  color: #34adab;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
  color: #1d5ec7;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
  color: #ff6c58;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
  color: #f00;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code {
  background-color: #47474f;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
  background: #54555e;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #009aed;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #11394e;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
  color: #4d91ff;
}

.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
  height: 40px;
  margin-right: 4px;
  margin-top: 4px;
  min-height: 40px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
  height: 95%;
  position: relative;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border: 1px solid #ccc;
  position: absolute;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
  display: inline-block;
  overflow-y: auto;
  padding-left: 20px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
  display: inline-block;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
  height: 100%;
  width: 50%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
  height: 100%;
  left: 50%;
  top: 0;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
  height: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
  top: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
  display: none;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
  height: 100%;
  width: 100%;
}

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: left;
}

.file-icon-color-0 {
  background-color: #fff;
  color: #6c757d;
}

.file-icon-color-1 {
  background-color: #fff;
  color: #6c757d;
}

.file-icon-color-2 {
  background-color: #fff;
  color: #24a892;
}

.file-icon-color-3 {
  background-color: #fff;
  color: #ff4d4d;
}

.file-icon-color-4 {
  background-color: #fff;
  color: #ff6200;
}

.file-icon-color-5 {
  background-color: #fff;
  color: #bf66ff;
}

.file-icon-color-6 {
  background-color: #fff;
  color: #0099e6;
}

.file-icon-color-7 {
  background-color: #fff;
  color: #ff4db2;
}

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}
.lfr-item-viewer.uploading > .progress-container {
  visibility: visible;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px;
}
.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}
.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000;
}
.lfr-item-viewer .progress-container a {
  position: absolute;
  right: 30px;
}
.lfr-item-viewer .progress-container .progress {
  margin-top: 10px;
}
.lfr-item-viewer .search-info {
  background-color: #d3e8f1;
}
.lfr-item-viewer .search-info .keywords {
  font-size: 1.4em;
  font-weight: bold;
}
.lfr-item-viewer .search-info .change-search-folder {
  font-size: 0.8em;
  font-weight: normal;
}
.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%;
}
.lfr-item-viewer .upload-view > div {
  display: table-cell;
  vertical-align: middle;
}
.lfr-item-viewer .yui3-widget-bd {
  position: relative;
}

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34;
}

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
}

.lfr-page-layouts {
  padding: 0;
}
.lfr-page-layouts input[type=radio] {
  opacity: 0;
  position: absolute;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal {
  cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  bottom: calc(0.0625rem * -1);
  content: "";
  left: calc(0.0625rem * -1);
  position: absolute;
  right: calc(0.0625rem * -1);
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  transition: none;
}

.lfr-page-layouts input[type=radio]:checked + .card-horizontal .dropdown-action .c-inner {
  margin-bottom: calc( * -1);
  margin-left: calc( * -1);
  margin-right: calc( * -1);
  margin-top: calc( * -1);
}
.lfr-page-layouts .card-horizontal {
  cursor: pointer;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal {
  transition: none;
}

.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: calc(0.0625rem * -1);
  content: "";
  height: 0;
  left: calc(0.0625rem * -1);
  position: absolute;
  right: calc(0.0625rem * -1);
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal::after {
  transition: none;
}

.lfr-page-layouts .card-horizontal .dropdown-action .c-inner {
  margin-bottom: calc( * -1);
  margin-left: calc( * -1);
  margin-right: calc( * -1);
  margin-top: calc( * -1);
}
.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0;
}

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative;
}
.modal-dialog.dialog-iframe-modal {
  max-width: none;
}
.modal-dialog.modal-dialog-sm {
  max-width: 500px;
}
.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all;
}
.modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
  bottom: 0;
  right: 0;
}

.modal-open .modal {
  display: block;
}

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0;
}

.sheet-footer .btn {
  margin-right: 0.5rem;
}
.sheet-footer .btn:last-child {
  margin-right: 0;
}

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal;
}
.tag-items li {
  display: inline-block;
  margin: 0 1em 0 0;
  max-width: 100%;
}

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.tag-cloud .tag-popularity-1 {
  font-size: 1em;
}
.tag-cloud .tag-popularity-2 {
  font-size: 1.3em;
}
.tag-cloud .tag-popularity-3 {
  font-size: 1.6em;
}
.tag-cloud .tag-popularity-4 {
  font-size: 1.9em;
}
.tag-cloud .tag-popularity-5 {
  font-size: 2.2em;
}
.tag-cloud .tag-popularity-6 {
  font-size: 2.5em;
}

.lfr-portal-tooltip {
  display: inline-flex;
}
.lfr-portal-tooltip,
.lfr-portal-tooltip a {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.tree-node .icon-check {
  padding-right: 2px;
}
.tree-node .tree-node-checked .icon-check {
  padding-right: 0;
}
.tree-node [class^=icon-] {
  margin-right: 5px;
}
.tree-node .tree-node-checkbox-container {
  margin-right: 0;
}
.tree-node .tree-node-selected .tree-label {
  background: none;
}

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px;
}
.tree-node-content .tree-label {
  margin-left: 3px;
}
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden;
}

.tree-node-selected .tree-label {
  background-color: transparent;
}

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none;
}

.user-icon-color-0 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #6c757d;
}

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #66abff;
}

.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff6200;
}

.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff4d4d;
}

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #24a892;
}

.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff4db2;
}

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #53a117;
}

.user-icon-color-7 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #bf66ff;
}

.user-icon-color-8 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #b38900;
}

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #0099e6;
}

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M15%203H1a1%201%200%200%201%200-2h14a1%201%200%200%201%200%202Zm0%206H1a1%201%200%200%201%200-2h14a1%201%200%200%201%200%202ZM1%2015h14a1%201%200%200%200%200-2H1a1%201%200%200%200%200%202Z'%20fill='%23212529'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.navbar .navbar-toggler .c-inner {
  max-width: none;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white;
}

body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}
.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}

.portlet-options-dropdown {
  z-index: 1035;
}

.portlet-topper {
  position: relative;
}
.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
.portlet-draggable .portlet-topper {
  cursor: move;
}

.portlet-title-editable {
  cursor: pointer;
}

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.panel-page-body .portlet-title-text, .panel-page-content .portlet-title-text {
  cursor: auto;
}

.portlet-minimized .portlet-content {
  padding: 0;
}

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important;
}

.portlet-layout .portlet-header {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}
.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block;
}

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none;
}
.controls-hidden .portlet-title-editable {
  pointer-events: none;
}
.controls-hidden .portlet-topper {
  display: none !important;
}
.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  height: 28px;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .lexicon-icon {
  height: 12px;
  width: 12px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .lexicon-icon.lexicon-icon-drag {
  height: 16px;
  width: 16px;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translateY(-97%);
    transition: opacity 0.15s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .c-prefers-reduced-motion .cadmin.portlet-topper {
    transition: none;
  }
}
html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right;
}
html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 12px;
  font-weight: 600;
  margin-left: 4px;
}
html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms;
  }
}
@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    align-items: center;
    display: box;
    display: flex;
  }
}
html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block;
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
    opacity: 1;
  }
}
@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  transition: border-color 0.15s ease;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.portlet-options {
  display: inline-block;
}

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portlet-title-menu {
  flex: 0 1 auto;
}
.portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.15s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex;
  }
}

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
.portlet-topper-toolbar > a,
.portlet-topper-toolbar > span > a,
.portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
.portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-panel-page .portlet-title {
  font-size: 13px;
}

.portlet-borderless .portlet-content {
  padding: 1rem;
}
.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  padding: 1rem;
  word-wrap: break-word;
}
.portlet-barebone .portlet-content {
  padding: 0;
}

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px;
}

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center;
}
.breadcrumb.breadcrumb-vertical li {
  display: block;
}
.breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
  background: none;
}
.breadcrumb.breadcrumb-vertical .divider {
  background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.navbar form {
  margin: 0;
}

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-menu .loading-animation {
  margin-top: 160px;
}

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}
.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px;
}
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px;
}
.upload-drop-active .lfr-upload-container .upload-target {
  animation: none;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite;
}

.select-files {
  border-radius: 5px;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
  box-shadow: 0 0 5px 0 #333;
  transition-duration: 0.25s;
  transition-property: box-shadow;
  transition-timing-function: ease-out;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  border-radius: 50%;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-progress-active .progress-bar-status,
  .lfr-upload-container .file-uploading .progress-bar .progress {
    transition: none;
  }
}
.c-prefers-reduced-motion .lfr-progress-active .progress-bar-status,
.c-prefers-reduced-motion .lfr-upload-container .file-uploading .progress-bar .progress {
  transition: none;
}

@keyframes highlight-animation {
  from {
    background-color: #ffc;
  }
  to {
    background-color: transparent;
  }
}
.highlight-animation {
  animation: highlight-animation 0.7s;
}

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.form-group.form-inline.input-boolean-wrapper label, .form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem;
}

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
.container {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
.container.lfr-layout-structure-item-container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.container-fluid-max-xl {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
.container-fluid-max-xl.lfr-layout-structure-item-container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .container-fluid-max-xl {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.bg-general {
  background-color: var(--soft-sand, #FCF8EA);
}

.bg-general-light {
  background-color: var(--light-sand, #F1EDE0);
  /*overflow: hidden; este hidden hace que no se vea el dropdown de compartir, por no poder escapar del contenedor*/
}

.max-width {
  max-width: 1440px;
  margin: 0 auto;
}

.bg-list {
  background: linear-gradient(179deg, #FCF8EA 0.83%, rgba(252, 248, 234, 0.86) 37.52%, rgba(252, 248, 234, 0) 99.17%);
}

*, html {
  scroll-behavior: smooth !important;
}

section#ancla-overview {
  scroll-margin-top: 0px;
}

section#ancla-overview,
section#ancla-distancias,
section#ancla-ficha,
section#ancla-disponibilidad,
section#ancla-precios,
section#ancla-preciosWR,
section#reviews {
  scroll-margin-top: 120px;
}

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

.row.display-flex > [class*=col-] {
  flex-grow: 1;
}

.aside-filters-cmp .btn,
section.filters-cmp .btn {
  display: inline-block;
  white-space: nowrap;
}
.aside-filters-cmp .overflow-scroll,
section.filters-cmp .overflow-scroll {
  overflow: scroll;
  scrollbar-width: none;
  overflow-x: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
@media (max-width: 992px) {
  .aside-filters-cmp .filters-view-options,
  section.filters-cmp .filters-view-options {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    flex-direction: row !important;
    justify-content: initial !important;
  }
}
.aside-filters-cmp .filter-properties-cmp,
section.filters-cmp .filter-properties-cmp {
  text-align: right;
  margin: 0 10px 10px 0;
}
@media (min-width: 992px) {
  .aside-filters-cmp .filter-properties-cmp,
  section.filters-cmp .filter-properties-cmp {
    margin: 0 10px 0 0;
  }
}
.aside-filters-cmp .button-cmp, .aside-filters-cmp .c0009_global_link-cmp,
section.filters-cmp .button-cmp,
section.filters-cmp .c0009_global_link-cmp {
  text-align: right;
  margin: 0 0 10px 0;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .aside-filters-cmp .button-cmp, .aside-filters-cmp .c0009_global_link-cmp,
  section.filters-cmp .button-cmp,
  section.filters-cmp .c0009_global_link-cmp {
    margin: 0 0 0 17px;
  }
}
.aside-filters-cmp .c0009_global_link-cmp button,
section.filters-cmp .c0009_global_link-cmp button {
  font-family: "EuclidFlex", sans-serif;
  font-size: 15px !important;
  line-height: 15px;
  letter-spacing: -0.3px;
  padding: 9px 10px;
  color: #5C7CD9;
  background-color: transparent;
  border: 1px solid #5C7CD9;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.aside-filters-cmp .c0009_global_link-cmp button:hover,
section.filters-cmp .c0009_global_link-cmp button:hover {
  color: #FCF8EA;
  background-color: #5C7CD9;
  border-color: #5C7CD9;
}
.aside-filters-cmp .c0009_global_link-cmp button:hover:before,
section.filters-cmp .c0009_global_link-cmp button:hover:before {
  color: #FCF8EA;
}
.aside-filters-cmp .btn-link.btn-blue:not(.btn-small):hover,
section.filters-cmp .btn-link.btn-blue:not(.btn-small):hover {
  color: #FCF8EA;
  background-color: #5C7CD9;
  border-color: #5C7CD9;
}
@media (max-width: 991px) {
  .aside-filters-cmp .aside-filters,
  section.filters-cmp .aside-filters {
    display: none;
  }
}
.aside-filters-cmp .icon-order:before,
section.filters-cmp .icon-order:before {
  color: #5C7CD9;
  font-size: 13px !important;
  margin-right: 3px;
}
.aside-filters-cmp .icon-order:before:hover,
section.filters-cmp .icon-order:before:hover {
  color: #FCF8EA;
}
.aside-filters-cmp .aside-filters .label-filter-estimate,
.aside-filters-cmp .filters-modal .label-filter-estimate,
section.filters-cmp .aside-filters .label-filter-estimate,
section.filters-cmp .filters-modal .label-filter-estimate {
  color: #222E50;
  font-feature-settings: "ss12" on;
  /* Headline 6 - Euclid */
  font-family: "EuclidFlex", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
.aside-filters-cmp .aside-filters .form-filters-modal,
.aside-filters-cmp .filters-modal .form-filters-modal,
section.filters-cmp .aside-filters .form-filters-modal,
section.filters-cmp .filters-modal .form-filters-modal {
  height: 491px;
  background-color: #F1EDE0;
  padding: 0 24px;
  overflow: auto;
  font-family: "EuclidFlex", sans-serif;
}
.aside-filters-cmp .aside-filters .form-filters-modal .price-range-filter,
.aside-filters-cmp .filters-modal .form-filters-modal .price-range-filter,
section.filters-cmp .aside-filters .form-filters-modal .price-range-filter,
section.filters-cmp .filters-modal .form-filters-modal .price-range-filter {
  margin-top: 30px;
}
.aside-filters-cmp .aside-filters .form-filters-modal .villa-type-filter,
.aside-filters-cmp .filters-modal .form-filters-modal .villa-type-filter,
section.filters-cmp .aside-filters .form-filters-modal .villa-type-filter,
section.filters-cmp .filters-modal .form-filters-modal .villa-type-filter {
  margin-top: 40px;
}
.aside-filters-cmp .aside-filters .form-filters-modal .rooms-filter,
.aside-filters-cmp .filters-modal .form-filters-modal .rooms-filter,
section.filters-cmp .aside-filters .form-filters-modal .rooms-filter,
section.filters-cmp .filters-modal .form-filters-modal .rooms-filter {
  margin-top: 40px;
}
.aside-filters-cmp .aside-filters .form-filters-modal .pets-filter,
.aside-filters-cmp .filters-modal .form-filters-modal .pets-filter,
section.filters-cmp .aside-filters .form-filters-modal .pets-filter,
section.filters-cmp .filters-modal .form-filters-modal .pets-filter {
  margin-top: 58px;
}
.aside-filters-cmp .aside-filters .form-filters-modal .title-filters-modal,
.aside-filters-cmp .filters-modal .form-filters-modal .title-filters-modal,
section.filters-cmp .aside-filters .form-filters-modal .title-filters-modal,
section.filters-cmp .filters-modal .form-filters-modal .title-filters-modal {
  color: #222E50;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 100% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.aside-filters-cmp .aside-filters .form-filters-modal .category-filters-modal,
.aside-filters-cmp .filters-modal .form-filters-modal .category-filters-modal,
section.filters-cmp .aside-filters .form-filters-modal .category-filters-modal,
section.filters-cmp .filters-modal .form-filters-modal .category-filters-modal {
  display: block;
  color: #222E50;
  font-feature-settings: "ss12" on;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 113.636% */
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.aside-filters-cmp .aside-filters .form-filters-modal .subcategory-filters-modal,
.aside-filters-cmp .filters-modal .form-filters-modal .subcategory-filters-modal,
section.filters-cmp .aside-filters .form-filters-modal .subcategory-filters-modal,
section.filters-cmp .filters-modal .form-filters-modal .subcategory-filters-modal {
  display: block;
  color: #918F84;
  font-feature-settings: "ss12" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
  letter-spacing: 0.14px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 20px;
}
.aside-filters-cmp .aside-filters .buttons-filter-modal,
.aside-filters-cmp .filters-modal .buttons-filter-modal,
section.filters-cmp .aside-filters .buttons-filter-modal,
section.filters-cmp .filters-modal .buttons-filter-modal {
  background-color: #FCF8EA;
  padding: 14px 27px 20px 27px;
  border-radius: 10px;
}

.aside-filters-cmp {
  left: -100%;
  position: absolute;
  transition: all 1000ms ease;
}
.aside-filters-cmp .aside-filters .form-filters-modal article .d-flex {
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .aside-filters-cmp .aside-filters .form-filters-modal article .d-flex {
    margin-bottom: 0;
  }
}
.aside-filters-cmp .aside-filters .pets-filter {
  margin-top: 30px;
}

.wrap-filters > div:not(.aside-filters-cmp) {
  transition: all 1000ms ease;
}

.show-aside-filters .aside-filters-cmp {
  width: 400px;
  max-width: 33%;
  min-width: 260px;
  height: 100vh;
  left: 0;
}
@media (min-width: 1201px) {
  .show-aside-filters .aside-filters-cmp {
    max-width: 25%;
  }
}
@media (max-width: 750px) {
  .show-aside-filters .aside-filters-cmp {
    display: none;
  }
}
.show-aside-filters .aside-filters-cmp .aside-filters .form-filters-modal {
  height: calc(100vh - 100px);
}
@media (max-width: 2200px) {
  .show-aside-filters > div:not(.aside-filters-cmp) {
    margin-right: 0;
    width: 80%;
  }
}
@media (max-width: 1800px) {
  .show-aside-filters > div:not(.aside-filters-cmp) {
    margin-right: 0;
    width: 75%;
  }
}
@media (max-width: 1200px) {
  .show-aside-filters > div:not(.aside-filters-cmp) {
    width: 66%;
  }
}
@media (max-width: 750px) {
  .show-aside-filters > div:not(.aside-filters-cmp) {
    width: 100%;
  }
}
.show-aside-filters .ui-paginator {
  margin: 0 auto;
  justify-content: center;
}

.popover-extra-sort .arrow {
  display: none;
}

.popover-body {
  display: none;
}

.popover.show .popover-body {
  display: block;
}

.popover-sort {
  padding: 0 17px 12px 17px;
}
.popover-sort ul {
  list-style: none;
  margin: 0;
  padding: 17px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #FCF8EA;
}
.popover-sort ul:last-of-type {
  border-bottom: 0;
}
.popover-sort ul li {
  font-family: "EuclidFlex";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #222E50;
}
.popover-sort ul li input {
  vertical-align: text-top;
}
.popover-sort ul li .ui-radiobutton {
  vertical-align: text-bottom;
  margin-right: 4px;
}
.popover-sort ul li .ui-radiobutton .ui-radiobutton-box {
  border: 1px solid #afaca0;
  border-radius: 50%;
  background-color: #FCF8EA;
}
.popover-sort ul li .ui-state-active .ui-icon {
  background-image: none;
  position: relative;
}
.popover-sort ul li .ui-state-active .ui-icon:before {
  position: absolute;
  display: block;
  content: " ";
  border-radius: 50%;
  height: 10px;
  width: 10px;
  top: 2px;
  left: 1px;
  background-color: #222E50;
}
.popover-sort label.order-radiobutton {
  font-size: 12px;
  padding: 0 0;
  margin-bottom: 0;
}

.wrap-filters {
  position: relative;
}
.wrap-filters .wrap-villas {
  flex-direction: column;
}
.wrap-filters .wrap-villas > .ui-datalist-content {
  padding: 0 20px;
  max-width: 392px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-left: 0;
}
@media (min-width: 1300px) {
  .wrap-filters .wrap-villas > .ui-datalist-content {
    max-width: 764px;
  }
}
@media (min-width: 1800px) {
  .wrap-filters .wrap-villas > .ui-datalist-content {
    max-width: 1136px;
  }
}
.wrap-filters .wrap-villas > .ui-datalist-content .c0021_card_catalogue_cmp,
.wrap-filters .wrap-villas > .ui-datalist-content .c0110_side_animated_cmp,
.wrap-filters .wrap-villas > .ui-datalist-content .c0016_animated_card_cmp,
.wrap-filters .wrap-villas > .ui-datalist-content .c0056_villa_card-cmp {
  width: 352px;
}
.wrap-filters .wrap-villas-unused {
  flex-wrap: wrap;
}
.wrap-filters.show-aside-filters .wrap-villas > .ui-datalist-content {
  max-width: 392px;
  margin-left: 390px;
}
@media (min-width: 1800px) {
  .wrap-filters.show-aside-filters .wrap-villas > .ui-datalist-content {
    max-width: 764px;
  }
}
@media (min-width: 992px) {
  .wrap-filters.show-aside-filters section.c0045_map-cmp {
    width: calc(100% - 800px);
  }
}
@media (min-width: 1800px) {
  .wrap-filters.show-aside-filters section.c0045_map-cmp {
    width: calc(100% - 1184px);
  }
}
.wrap-filters section.c0038_checkbox-cmp input[type=checkbox] + label {
  text-transform: none;
}
.wrap-filters section.c0038_checkbox-cmp input[type=checkbox] + label a {
  text-transform: none;
}

.modal-cmp .aside-filters-cmp {
  left: 0;
  position: relative !important;
}
.modal-cmp .aside-filters-cmp .aside-filters {
  display: block;
}

.portlet-layout .portlet-header {
  margin-bottom: 0;
}

.portlet {
  margin-bottom: 0;
}

.search-results {
  color: #222E50;
  font-family: "EuclidFlex", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 15px;
  font-size: 12px;
  letter-spacing: 0.11px;
  line-height: 13px;
}

.taglib-page-iterator {
  max-width: 900px;
}

.lfr-pagination-config {
  color: #222E50;
  background-color: #FCF8EA;
  font-family: "EuclidFlex", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 15px;
  font-size: 12px;
  letter-spacing: 0.11px;
  line-height: 13px;
}

.lfr-pagination {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 598px;
  margin: 0 auto;
}

.lfr-pagination-buttons {
  color: #222E50;
  background-color: #FCF8EA;
  font-family: "EuclidFlex", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 0px;
  font-size: 12px;
  letter-spacing: 0.11px;
  line-height: 13px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.lfr-pagination-config a {
  border-color: #FCF8EA;
  color: #222E50;
  background-color: #FCF8EA;
  font-family: "EuclidFlex", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 15px;
  font-size: 12px;
  letter-spacing: 0.11px;
  line-height: 13px;
}

.list-villas .ui-datalist-content {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(100% + 30px);
}

.container-fluid-max-xl {
  max-width: 1440px;
}

.ui-paginator {
  overflow: hidden;
  margin: 20px 0;
}

.ui-paginator-bottom {
  padding-left: 0px;
  padding-bottom: 30px;
  max-width: 300px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.ui-paginator-current {
  font-family: "EuclidFlex", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.3px;
  cursor: pointer;
  color: #0F1729;
  text-align: center;
  padding: 0;
  flex-grow: 2;
}

.ui-paginator-pages {
  padding: 0;
}

.ui-paginator-page {
  font-feature-settings: "ss12" on;
  font-family: "EuclidFlex", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.11px;
  line-height: 13px;
  padding: 10px;
  color: #0F1729;
}

.ui-state-active {
  color: #0F1729 !important;
}

.component-heading {
  color: #222E50;
  -webkit-font-feature-settings: "ss12" on;
  font-feature-settings: "ss12" on;
  font-family: "EuclidFlex", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 20px;
}

.blog-layout {
  padding: 40px !important;
}
@media (max-width: 992px) {
  .blog-layout {
    padding: 20px !important;
  }
}

.alert-success, .portlet-msg-success {
  background-color: #E5E8D2;
  border-color: #666526;
  color: #666526;
  font-family: "Tiempos Text", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.36px;
  transition: all 0.5s ease-out;
}
.alert-success a, .portlet-msg-success a {
  text-decoration: underline;
  cursor: pointer;
  color: #666526;
}
.alert-success a:hover, .portlet-msg-success a:hover {
  color: #989A50;
}

.ui-icon:before {
  font-family: "abahana" !important;
  text-indent: 0;
  color: #278ec8;
  display: block;
  padding: 0 10px;
}

.ui-icon:after {
  font-family: "abahana" !important;
  text-indent: 0;
  color: #278ec8;
  display: block;
  padding: 0 10px;
}

.ui-icon-seek-prev, .ui-icon-seek-next {
  color: #F1EDE0;
}

.ui-paginator-next, .ui-paginator-pages, .ui-paginator-prev {
  color: #afaca0;
  font-family: "Tiempos Text", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}
.ui-paginator-next a, .ui-paginator-pages a, .ui-paginator-prev a {
  color: #afaca0;
}

.ui-state-disabled {
  opacity: 0.6;
  cursor: auto;
}

.ui-paginator-next:hover, .ui-paginator-pages:hover, .ui-paginator-prev:hover {
  text-decoration: none;
}

.ui-paginator-pages {
  padding: 0 5px;
}
.ui-paginator-pages a {
  color: #5C7CD9;
}

.ui-paginator .ui-paginator-next .ui-icon:before {
  content: "\e901";
  content: "\e900";
  font-family: "icomoon" !important;
  color: #77756E;
  margin-top: 23px;
}

.ui-paginator .ui-paginator-prev .ui-icon:after {
  content: "\e900";
  content: "\e901";
  font-family: "icomoon" !important;
  color: #77756E;
  margin-bottom: 24px;
}

/****** NOTIFICACIONES *******/
.ui-growl {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 356px;
  z-index: 9999 !important;
  display: block;
  border-radius: 5px;
  box-shadow: 0px 4.9px 17px rgba(34, 46, 80, 0.016), 0px 16.5px 57.2px rgba(34, 46, 80, 0.024), 0px 74px 256px rgba(34, 46, 80, 0.04);
}

.ui-growl-item {
  position: relative;
}

.ui-growl > div {
  background-color: #FCF8EA;
  opacity: 1;
  padding: 40px;
  border-radius: 5px;
}

.ui-growl-message {
  width: 100%;
  display: block !important;
}

.ui-growl-icon-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.ui-growl-icon-close::before {
  content: "x";
  font-family: "EuclidFlex", sans-serif !important;
  font-weight: 100;
  display: block !important;
  position: absolute;
  top: -11px;
  right: -2px;
  color: #222E50;
  font-size: 23px;
  padding: 0;
  color: #560D29;
  opacity: 0.5;
}

.ui-growl-severity {
  font-family: "EuclidFlex", sans-serif;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  color: #222E50;
  display: flex;
  align-items: center;
}

.ui-growl-severity::before {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  background-image: url("/images/iconos/growl-icon-info.svg");
  background-size: 10px;
  background-repeat: no-repeat;
}

.ui-growl-title {
  font-family: "Tiempos Text", serif;
  font-size: 12px;
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.16px;
  color: #222E50;
  margin-top: 20px;
  padding: 0;
  background: transparent;
  border-top: none;
}

.ui-growl-error .ui-growl-severity::before {
  background-image: url("/images/iconos/growl-icon-error.svg");
}
.ui-growl-error .ui-growl-severity,
.ui-growl-error .ui-growl-title {
  color: #560D29;
}

.ui-growl-warn .ui-growl-severity::before {
  background-image: url("/images/iconos/growl-icon-warn.svg");
}
.ui-growl-warn .ui-growl-severity,
.ui-growl-warn .ui-growl-title {
  color: #49380D;
}

/****** FINAL NOTIFICACIONES FORMULARIO *******/
.icon-info {
  cursor: pointer;
}

/****** NUEVOS TESTIMONIOS *******/
.poll h2 {
  font-family: "EuclidFlex", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #0F1729;
  width: 100%;
  margin-bottom: 20px;
}
.poll p,
.poll span {
  font-family: "Tiempos Text", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.3px;
  color: #0F1729;
  text-wrap: pretty;
}
.poll .card-body {
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: transparent !important;
  border: 0;
  margin-block: 30px;
  font-family: "Tiempos Text", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.3px;
  color: #0F1729;
}
@media (max-width: 767px) {
  .poll .card-body {
    padding: 0;
  }
}
.poll .card-body textarea {
  max-width: 700px;
  width: 100%;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #5C7CD9;
  color: #5C7CD9;
  font-family: "Tiempos Text", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 11px;
  letter-spacing: 0.2px;
  padding: 22px 25px;
  font-size: 12px;
}
.poll .card-body textarea::placeholder {
  font-family: "EuclidFlex", sans-serif;
  text-transform: uppercase;
  color: #5C7CD9;
}
.poll .card-body textarea + span {
  color: #afaca0;
  font-family: "EuclidFlex", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  margin: 5px;
  align-self: flex-start;
}
.poll .form-abahanavillas {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.poll .form-abahanavillas ul {
  list-style: none;
  padding-left: 0;
}
.poll .form-abahanavillas ul li .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.poll .form-abahanavillas ul li .wrapper .poll-number {
  display: none;
}
.poll .form-abahanavillas ul li .wrapper .poll-question {
  font-family: "EuclidFlex", sans-serif;
  color: #5C7CD9;
}
.poll .form-abahanavillas ul li .wrapper .btn-group {
  gap: 5px;
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .poll .form-abahanavillas ul li .wrapper .btn-group {
    gap: 2px;
    margin-bottom: 10px;
  }
}
.poll .form-abahanavillas ul li .wrapper .btn-group label.btn {
  width: 60px;
  height: 60px;
  margin-left: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF5D0;
  border: 1px solid #FED544;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.poll .form-abahanavillas ul li .wrapper .btn-group label.btn:hover, .poll .form-abahanavillas ul li .wrapper .btn-group label.btn.active {
  background-color: #FED544;
}
.poll .form-abahanavillas ul li .wrapper .btn-group label.btn .ui-radiobutton {
  display: none;
}
@media (max-width: 767px) {
  .poll .form-abahanavillas ul li .wrapper .btn-group label.btn {
    width: calc(10% - 2px);
    height: 35px;
    font-size: 12px;
  }
}
.poll .poll-actions {
  max-width: 700px;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center !important;
  flex-direction: column;
  margin-bottom: 50px;
}
.poll .poll-actions input[type=submit] {
  padding: 10px 30px;
  width: 100%;
  background-color: #5C7CD9;
  color: #FCF8EA;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.4px;
  border-radius: 5px;
  border: 0;
  transition: all 0.3s ease;
}
.poll .poll-actions input[type=submit]:hover {
  background-color: #8CACE8;
  box-shadow: 4px 6px 15px 0px rgba(15, 23, 41, 0.1);
}

.featured-plans h2 {
  color: #0F1729;
  /* Headline 1 - Euclid ALL CAPS */
  font-family: "EuclidFlex", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px; /* 112.5% */
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .featured-plans h2 {
    font-size: 30px;
  }
}
.featured-plans h3 {
  color: #0F1729;
  /* Headline 1 - Euclid ALL CAPS */
  font-family: "EuclidFlex", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px; /* 112.5% */
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .featured-plans h3 {
    font-size: 22px;
  }
}
.featured-plans .btn-link {
  color: #0F1729;
  font-family: "Tiempos Text", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 150% */
  letter-spacing: -0.44px;
  text-decoration: underline;
  transition: all 0.5s ease-out;
}
@media (min-width: 992px) {
  .featured-plans .btn-link {
    font-size: 18px;
  }
}
.featured-plans .btn-link:hover {
  color: #5C7CD9;
}

.aside-block h3, .aside-block .h3 {
  color: #0F1729;
  font-family: "EuclidFlex", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px; /* 112.5% */
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 40px;
}

.proceso_compra .c0126_owner_modal {
  background-color: rgba(0, 0, 0, 0.6588235294);
}

.gm-style .gm-style-iw-c, .gm-style-iw-d {
  padding: 0 !important;
  scrollbar-width: none;
  overflow: hidden !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  border-radius: 5px;
}

.gm-ui-hover-effect > span {
  background-color: white;
}

.gm-style-iw-chr {
  display: none;
}

td.ui-datepicker-other-month.ui-datepicker-other-month-hidden {
  opacity: 0;
}

.popover {
  z-index: 90;
}

.gm-style-iw.gm-style-iw-c {
  max-width: 312px !important;
}

.popover {
  z-index: 99999;
}

.alert-danger, .portlet-msg-error {
  background-color: #f8d7da;
  border-color: rgba(86, 13, 41, 0);
  color: #560D29;
  background-color: #FCF8EA;
  opacity: 1;
  padding: 40px;
  border-radius: 5px;
}

.alert.alert-dismissible.alert-danger {
  position: fixed;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 356px;
  z-index: 9999 !important;
  display: block;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4.9px 17px rgba(34, 46, 80, 0.016), 0px 16.5px 57.2px rgba(34, 46, 80, 0.024), 0px 74px 256px rgba(34, 46, 80, 0.04);
  box-shadow: 0px 4.9px 17px rgba(34, 46, 80, 0.016), 0px 16.5px 57.2px rgba(34, 46, 80, 0.024), 0px 74px 256px rgba(34, 46, 80, 0.04);
  font-family: "Tiempos Text", serif;
  font-size: 12px;
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.16px;
  color: #560D29;
}
.alert.alert-dismissible.alert-danger .alert-indicator + .lead {
  font-family: "EuclidFlex", sans-serif;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  color: #560D29;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 0;
  font-weight: 400;
  fill: #560D29;
}
.alert.alert-dismissible.alert-danger .alert-indicator svg {
  display: none;
}
.alert.alert-dismissible.alert-danger .close .lexicon-icon {
  margin-top: 40px;
  margin-left: -25px;
}

.related-villas-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 100%;
}

@media (min-width: 992px) {
  .related-villas-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
.related-villas-grid .related-villa {
  min-width: 0;
}

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper,
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper,
  html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
    transform: initial;
  }
}
/*
html:not(#__):not(#___) .cadmin .lexicon-icon {
  fill:#0B5FFF;
}
 */
.product-page-luxe .c0074_breadcrumbs-cmp .item:hover,
.product-page-luxe .c0074_breadcrumbs-cmp .breadcrumb-items li:last-child .item:hover,
.product-page-luxe .c0074_breadcrumbs-cmp .dropdown .icon-share-clasic:hover,
.product-page-luxe .c0074_breadcrumbs-cmp .dropdown .dropdown-item:hover {
  color: #6D538C;
}
.product-page-luxe .c0068_banner_simple_wrap {
  color: #2F1F41 !important;
}
.product-page-luxe .c0068_banner_simple_wrap .icon-consult:before {
  color: #6D538C !important;
}
.product-page-luxe .c0068_banner_simple_wrap .more {
  background-color: #4E346B !important;
}
.product-page-luxe .c0068_banner_simple_wrap .more:hover, .product-page-luxe .c0068_banner_simple_wrap .more.hover {
  background-color: #B09DC6 !important;
}
.product-page-luxe .c0068_banner_simple_wrap .more.active, .product-page-luxe .c0068_banner_simple_wrap .more:active {
  background-color: #6D538C !important;
}
.product-page-luxe .c0103_banner_btn_wrap {
  background-color: #6D538C;
}
.product-page-luxe .c0103_banner_btn_wrap .banner_simple_btn {
  background-color: #6D538C;
  color: #FCF8EA;
}
.product-page-luxe .c0070_carousel_simple_wrap {
  color: #FCF8EA;
}
.product-page-luxe .c0070_carousel_simple_wrap .title {
  color: #2F1F41 !important;
}
.product-page-luxe .c0070_carousel_simple_wrap figure {
  background-color: #2F1F41 !important;
}
.product-page-luxe .c0070_carousel_simple_wrap .c0070_carousel_simple-nav .c0070_carousel_simple-page a {
  color: #4E346B;
}
.product-page-luxe .c0070_carousel_simple_wrap .commentlink {
  background-color: #2F1F41 !important;
}
.product-page-luxe .c0078_blog_second_nav-cmp {
  max-width: 1440px;
  margin: 0 auto;
}
.product-page-luxe .c0078_blog_second_nav-cmp .menu {
  display: flex;
  flex-direction: row;
  padding: 0px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 1440px;
}
.product-page-luxe .c0078_blog_second_nav-cmp .menu li {
  list-style: none;
  border-right: none;
  text-align: center;
  text-align: center;
  min-width: initial;
  display: flex;
  align-items: center;
}
.product-page-luxe .c0078_blog_second_nav-cmp .menu li:after {
  position: relative;
  right: 0;
  content: "";
  height: 25px;
  top: 0px;
  border-right: 1px solid;
  color: #212529;
}
.product-page-luxe .c0078_blog_second_nav-cmp .menu li:last-child:after {
  position: relative;
  right: 0;
  content: "";
  height: 0px;
  top: 0px;
  border-right: 1px solid;
  color: #212529;
}
.product-page-luxe .c0078_blog_second_nav-cmp .menu li:first-child a {
  padding: 0 40px 0 0;
}
.product-page-luxe .c0078_blog_second_nav-cmp .menu a {
  color: #0F1729;
  font-family: "EuclidFlex", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.3px;
  cursor: pointer;
  transition: all 0.5s ease-out;
  width: max-content;
  display: block;
  padding: 0 40px;
}
.product-page-luxe .c0078_blog_second_nav-cmp .c0078_blog_second_nav-cmp_wrapper ul li a:hover {
  color: #6D538C;
}
.product-page-luxe .c0003_always_here_cmp .always_here_bottom a:hover {
  color: #B09DC6;
}
.product-page-luxe .c0003_always_here_cmp .always_here_bottom .p {
  height: initial;
}
.product-page-luxe .c0132_section_specification_wrap {
  max-width: 1440px;
  color: #2F1F41;
}
.product-page-luxe .c0132_section_specification_wrap .tags li {
  background-color: #2F1F41;
  color: #F1EDE0;
}
.product-page-luxe .c0132_section_specification_wrap li a {
  background-color: #2F1F41;
  color: #F1EDE0;
}
.product-page-luxe .c0132_section_specification_wrap .see_all {
  color: #2F1F41;
}
.product-page-luxe .c0016_animated_card_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  color: #FCF8EA;
  font-family: "EuclidFlex", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.5px;
  height: 490px;
  width: 100%;
  background-color: #2F1F41;
  background-image: url(/documents/d/guest/no_hidden_surprises);
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  padding-top: 30px;
  align-items: flex-start;
}
@media all and (min-width: 1350px) {
  .product-page-luxe .c0016_animated_card_wrap {
    width: 460px;
  }
}
@media all and (max-width: 992px) {
  .product-page-luxe .c0016_animated_card_wrap {
    margin-top: 0px;
    height: 415px;
    max-width: calc(100% - 40px);
  }
}
.product-page-luxe .c0016_animated_card_wrap .title_animated {
  color: #FCF8EA;
  font-family: "EuclidFlex", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.5px;
  max-width: 360px;
}
.product-page-luxe .c0016_animated_card_wrap .btn_animated {
  display: none;
}
.product-page-luxe .c0063_overview_carousel_wrap {
  color: #2F1F41 !important;
}
.product-page-luxe .c0063_overview_carousel_wrap .owl-prev, .product-page-luxe .c0063_overview_carousel_wrap .owl-next {
  color: #2F1F41 !important;
}
.product-page-luxe .c0063_overview_carousel_wrap .icon-arrow-right:before {
  color: #2F1F41 !important;
}
.product-page-luxe .c0063_overview_carousel_wrap .btn_overview {
  border: solid 1px #2F1F41 !important;
  color: #2F1F41 !important;
}
.product-page-luxe .c0135_section_price_transparency_wrap .title {
  color: #2F1F41 !important;
}
.product-page-luxe .c0135_section_price_transparency_wrap .c0102_banner_simple_btn_cmp {
  margin-top: 40px;
  margin-right: 0;
}
@media (max-width: 979px) {
  .product-page-luxe .c0135_section_price_transparency_wrap .c0102_banner_simple_btn_cmp {
    padding: 0;
  }
}
.product-page-luxe .c0135_section_price_transparency_wrap .c0102_banner_simple_btn_cmp .title {
  color: #FCF8EA !important;
}
.product-page-luxe .c0135_section_price_transparency_wrap .c0102_banner_simple_btn_cmp .banner_simple {
  max-width: initial;
}
.product-page-luxe .c0134_section_long_stay_wrap {
  color: #2F1F41 !important;
}
.product-page-luxe .c0136_section_map_cmp .title_main {
  color: #2F1F41 !important;
}
.product-page-luxe .c0136_section_map_cmp .list li {
  color: #2F1F41 !important;
}
.product-page-luxe .c0014_search_bar-cmp .content-xs {
  background: #4E346B !important;
}
.product-page-luxe .c0014_search_bar-cmp .search-bar-link {
  color: #EDDDFF !important;
}
.product-page-luxe .c0014_search_bar-cmp .btn.btn-blue {
  background-color: #EDDDFF !important;
}
.product-page-luxe .product_title {
  padding: 40px 20px 20px 0;
  font-family: "EuclidFlex", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #2F1F41 !important;
  margin: 0;
  max-width: 1440px;
}
@media (min-width: 979px) {
  .product-page-luxe .product_title {
    font-family: "EuclidFlex", sans-serif;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 2.2px;
    padding: 50px 0px 27px 0px;
  }
}
.product-page-luxe section.c0102_banner_simple_btn_cmp .c0102_banner_simple_btn_wrap .banner_simple.abahana .more_info:hover {
  background-color: #6D538C;
}
.product-page-luxe .c0161_preg_frecuentes_cmp h1 {
  display: none;
}

.product-page-default .c0068_banner_simple_wrap {
  color: #0F1729;
}
.product-page-default .c0068_banner_simple_wrap a {
  color: #5C7CD9;
}
.product-page-default .c0103_banner_btn_wrap {
  color: #0F1729;
  background-color: #222E50;
}
.product-page-default .c0103_banner_btn_wrap .banner_simple_btn {
  background-color: #222E50;
  color: #FCF8EA;
}
.product-page-default .c0132_section_specification_wrap {
  max-width: 1440px;
  color: #0F1729;
}
.product-page-default .c0132_section_specification_wrap .tags li {
  background-color: #3C528E;
  color: #F1EDE0;
}
.product-page-default .c0132_section_specification_wrap li a {
  background-color: #3C528E;
  color: #F1EDE0;
}
.product-page-default .c0132_section_specification_wrap .see_all {
  color: #0F1729;
}
.product-page-default .c0135_section_price_transparency_wrap .c0102_banner_simple_btn_cmp {
  margin-top: 40px;
  margin-right: 0;
}
@media (max-width: 979px) {
  .product-page-default .c0135_section_price_transparency_wrap .c0102_banner_simple_btn_cmp {
    padding: 0;
  }
}
.product-page-default .c0135_section_price_transparency_wrap .c0102_banner_simple_btn_cmp .title {
  color: #FCF8EA !important;
}
.product-page-default .c0135_section_price_transparency_wrap .c0102_banner_simple_btn_cmp .banner_simple {
  max-width: initial;
}
.product-page-default .c0016_animated_card_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  color: #FCF8EA;
  font-family: "EuclidFlex", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.5px;
  height: 490px;
  width: 100%;
  background-color: #222E50;
  background-image: url(/documents/d/guest/no_hidden-surprises_2);
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  padding-top: 30px;
  align-items: flex-start;
}
@media all and (min-width: 1350px) {
  .product-page-default .c0016_animated_card_wrap {
    width: 460px;
  }
}
@media all and (max-width: 992px) {
  .product-page-default .c0016_animated_card_wrap {
    margin-top: 0px;
    height: 415px;
  }
}
.product-page-default .c0016_animated_card_wrap .title_animated {
  color: #FCF8EA;
  font-family: "EuclidFlex", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.5px;
  max-width: 360px;
}
.product-page-default .c0016_animated_card_wrap .btn_animated {
  display: none;
}
.product-page-default .c0062_hero_carousel_cmp .owl-item {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .product-page-default .c0062_hero_carousel_cmp .owl-item {
    margin-right: 5px;
  }
}
.product-page-default .product_title {
  padding: 30px 20px 0px 0;
  font-family: "EuclidFlex", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #0F1729;
  margin: 0;
  max-width: 1440px;
}
@media (min-width: 979px) {
  .product-page-default .product_title {
    font-family: "EuclidFlex", sans-serif;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 2.2px;
    padding: 50px 0px 27px 0px;
  }
}
.product-page-default .c0161_preg_frecuentes_cmp h1 {
  display: none;
}
.product-page-default .c0003_always_here_cmp .always_here_bottom .p {
  height: initial;
}

:root {
  --black-sand:#77756e;
  --dark-sand:#afaca0;
  --abahana-sand:#f8f1e5;
  --light-sand:#f1ede0;
  --soft-sand:#fcf8ea;
  --crema:#fcf8ea;
  --black-blue:#0f1729;
  --abahana-blue:#222e50;
  --dark-blue:#3c528e;
  --abahana-villas:#5c7cd9;
  --light-blue:#8cace8;
  --soft-blue:#e3e9f2;
  --black-yellow:#49380d;
  --dark-yellow:#aa8500;
  --last-minute:#aa8500;
  --abahana-yellow:#ffc700;
  --yellow:#fed544;
  --light-yellow:#ffe382;
  --soft-yellow:#fff5d0;
  --dark-violet:#2f1f41;
  --violet-abahana-luxe:#4e346b;
  --pure-violet:#6d538c;
  --violet:#b09dc6;
  --light-violet:#edddff;
  --soft-violet:#f6eeff;
  --dark-green:#666526;
  --green:#989a50;
  --best-offer:#989a50;
  --light-green:#c5cd91;
  --soft-green:#e5e8d2;
  --sales-red:#560d29;
  --abahana-sales-coral:#e56248;
  --coral:#e56248;
  --sales-rose:#e89c8b;
  --sales-soft-rose:#f5cac0;
  --spacer-none:0px;
  --spacer-1:2px;
  --spacer-2:4px;
  --spacer-3:8px;
  --spacer-4:12px;
  --spacer-5:16px;
  --spacer-6:20px;
  --spacer-7:24px;
  --spacer-8:28px;
  --spacer-9:32px;
  --spacer-10:36px;
  --spacer-11:40px;
  --spacer-tablet-none:0px;
  --spacer-tablet-1:2px;
  --spacer-tablet-2:4px;
  --spacer-tablet-3:8px;
  --spacer-tablet-4:12px;
  --spacer-tablet-5:16px;
  --spacer-tablet-6:20px;
  --spacer-tablet-7:24px;
  --spacer-tablet-8:28px;
  --spacer-tablet-9:32px;
  --spacer-tablet-10:36px;
  --spacer-tablet-11:40px;
  --spacer-mobile-none:0px;
  --spacer-mobile-1:2px;
  --spacer-mobile-2:4px;
  --spacer-mobile-3:8px;
  --spacer-mobile-4:12px;
  --spacer-mobile-5:16px;
  --spacer-mobile-6:16px;
  --spacer-mobile-7:20px;
  --spacer-mobile-8:24px;
  --spacer-mobile-9:28px;
  --spacer-mobile-10:32px;
  --spacer-mobile-11:36px;
}

*, html {
  scroll-behavior: smooth;
}

body, html {
  overflow-x: hidden;
}

.abahana-base {
  font-family: "Tiempos Text", serif;
}

.good-hands .jdt-section {
  padding-inline: 0;
}

@media (max-width: 1060px) {
  .good-hands .jdt-section {
    padding-block: 40px;
  }
}
.good-hands .jdt-section .container {
  padding-inline: 60px;
}

@media (max-width: 1060px) {
  .good-hands .jdt-section .container {
    padding-inline: 20px;
  }
}
@media (max-width: 1060px) {
  .good-hands .jdt-section .container .title {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
.has-edit-mode-menu .modal-full-screen {
  min-height: 600px;
}

.has-edit-mode-menu .modal-backdrop {
  z-index: -1;
}

@font-face {
  font-family: icomoon;
  src: url(/o/abahanavillas-design-theme/fonts/icomoon/icomoon.woff?hzi97s) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: EuclidFlex;
  src: url(/o/abahanavillas-design-theme/fonts/euclid/EuclidFlex-Medium-WebXL.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF;
}
@font-face {
  font-family: EuclidFlex;
  src: url(/o/abahanavillas-design-theme/fonts/euclid/EuclidFlex-Medium-WebS.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-FFFF;
}
@font-face {
  font-family: EuclidFlex;
  src: url(/o/abahanavillas-design-theme/fonts/euclid/EuclidFlex-Regular-WebXL.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF;
}
@font-face {
  font-family: EuclidFlex;
  src: url(/o/abahanavillas-design-theme/fonts/euclid/EuclidFlex-Regular-WebS.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-FFFF;
}
@font-face {
  font-family: EuclidFlex;
  src: url(/o/abahanavillas-design-theme/fonts/euclid/EuclidFlex-Semibold-WebXL.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF;
}
@font-face {
  font-family: EuclidFlex;
  src: url(/o/abahanavillas-design-theme/fonts/euclid/EuclidFlex-Semibold-WebS.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-FFFF;
}
@font-face {
  font-family: "Tiempos Text";
  src: url(/o/abahanavillas-design-theme/fonts/tiempos/tiempos-text-regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Text";
  src: url(/o/abahanavillas-design-theme/fonts/tiempos/tiempos-text-semibold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.virtual-href {
  cursor: pointer;
}

.virtual-href:hover img {
  transform: scale(1.1);
}

.virtual-href:hover .swiper-slide img {
  transform: none;
}

.virtual-href:hover .swiper-slide-active img {
  transform: scale(1.1);
}

.virtual-href .swiper-slide-active img, .virtual-href img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.form-abahanavillas .title {
  font-feature-settings: "ss12" on;
  color: #222e50;
  font-family: EuclidFlex, sans-serif;
  margin-right: 20px;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: -0.5px;
  font-style: normal;
  font-weight: 500;
}

@media (min-width: 992px) {
  .form-abahanavillas .title {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -0.7px;
  }
}
.form-abahanavillas .sub_title {
  font-feature-settings: "ss12" on;
  color: #222e50;
  font-family: "Tiempos Text", serif;
  font-size: 15px;
  font-style: normal;
  line-height: 17px;
  font-weight: 500;
}

.form-abahanavillas section.button-cmp .btn.btn-outline {
  color: #0f1729;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  line-height: 11px;
  letter-spacing: 0.2px;
  font-style: normal;
  font-weight: 500;
}

@media (min-width: 992px) {
  .form-abahanavillas section.button-cmp .btn.btn-outline {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.24px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.form-abahanavillas section.button-cmp .btn.btn-outline img {
  vertical-align: text-bottom;
}

.form-abahanavillas section.button-cmp .btn.btn-outline span:before {
  font-size: 12px;
}

.form-abahanavillas .form-control {
  border-radius: 5px;
  border: 1px solid #5c7cd9;
  color: #5c7cd9;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-style: normal;
  font-weight: 500;
  height: auto;
  background-color: transparent;
  font-size: 12px;
  line-height: 11px;
  letter-spacing: 0.2px;
  padding: 12px 25px 13px 25px;
  width: 100%;
}

@media (min-width: 992px) {
  .form-abahanavillas .form-control {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.24px;
    padding: 22px 25px;
  }
}
.form-abahanavillas .form-control::placeholder {
  color: #5c7cd9;
  text-transform: uppercase;
}

.form-abahanavillas select.form-control[size] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%235C7CD9' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  padding-left: 25px;
  padding-right: 25px;
  color: #5c7cd9;
}

.form-abahanavillas .form-group {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .form-abahanavillas .form-group {
    margin-bottom: 20px;
  }
}
.form-abahanavillas .form-group .text-right {
  padding: 0;
}

.form-abahanavillas .form-group .form-check-label {
  color: #918f84;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 11px;
  letter-spacing: 0.2px;
}

@media (min-width: 992px) {
  .form-abahanavillas .form-group .form-check-label {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.24px;
  }
}
.form-abahanavillas .form-group .form-check-label a {
  color: #5c7cd9;
  font-feature-settings: "ss12" on;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 11px;
  letter-spacing: 0.2px;
}

@media (min-width: 992px) {
  .form-abahanavillas .form-group .form-check-label a {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.24px;
  }
}
.form-abahanavillas .form-group .form-check-input {
  margin-top: 8px;
  margin-right: 5px;
}

.form-abahanavillas .form-group .form-label {
  color: #0f1729;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .form-abahanavillas .form-group .form-label {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.24px;
  }
}
.form-abahanavillas .form-group.password {
  position: relative;
}

.form-abahanavillas .form-group.password .password-reveal {
  cursor: pointer;
  position: absolute;
  display: block;
  right: 15px;
  top: calc(50% - 12px);
}

.form-abahanavillas .form-group.password .password-reveal:before {
  font-family: icomoon, sans-serif;
  content: "\e90a";
  color: #5c7cd9;
}

.form-abahanavillas .form-group.password.shown .password-reveal:before {
  content: "\e90b";
}

.form-abahanavillas .gender {
  color: #5c7cd9;
}

.form-abahanavillas .gender label label {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 13px;
}

@media (min-width: 992px) {
  .form-abahanavillas .gender label label {
    font-size: 14px !important;
    line-height: 14px;
    letter-spacing: 0.24px;
  }
}
.form-abahanavillas tr {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.form-abahanavillas td {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.form-abahanavillas td label {
  margin: 0;
  padding-right: 10px;
}

.form-abahanavillas input {
  background-color: #fcf8ea;
  font-family: EuclidFlex, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.11px;
  color: #5c7cd9;
  border: 1px solid #5c7cd9;
  padding: 8px 10px;
  border-radius: 5px;
  margin-right: 10px;
}

.form-abahanavillas::placeholder {
  text-transform: uppercase;
}

.form-abahanavillas input[type=checkbox], .form-abahanavillas input[type=radio] {
  appearance: none;
  position: relative;
  background-color: transparent;
  width: 13px;
  height: 13px;
  margin-top: 0;
  padding: 0;
  border-radius: 2px;
}

.form-abahanavillas input[type=checkbox]:checked::after, .form-abahanavillas input[type=radio]:checked::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 1px;
  left: 1px;
  background-color: #5c7cd9;
  border-radius: 1px;
}

.form-abahanavillas select {
  background-color: #fcf8ea;
  font-family: EuclidFlex, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.11px;
  text-transform: uppercase;
  color: #77756e;
  width: 100%;
  border: 1px solid #5c7cd9;
  padding: 8px 10px;
  border-radius: 5px;
}

@media all and (min-width: 992px) {
  .form-abahanavillas select {
    width: 50%;
  }
}
.form-abahanavillas .labelsr {
  background-color: #fcf8ea;
  font-family: EuclidFlex, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.11px;
  text-transform: uppercase;
  display: inline;
  color: #77756e;
}

.form-abahanavillas label {
  margin-bottom: 10px;
  font-family: EuclidFlex, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.form-abahanavillas textarea.form-control {
  min-height: 119px;
  border-radius: 5px;
  border: 1px solid #5c7cd9;
  color: #5c7cd9;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-style: normal;
  font-weight: 500;
  height: auto;
  background-color: transparent;
  line-height: 15px;
  letter-spacing: 0.2px;
  padding: 22px 25px;
  font-size: 15px;
}

.form-abahanavillas textarea.form-control::placeholder {
  text-transform: uppercase;
}

.form-abahanavillas .portlet-msg-error, .form-abahanavillas .validation-error {
  color: #e56248;
  width: fit-content;
  border-radius: 5px;
  font-family: "Tiempos Text", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.36px;
  display: block;
  margin: 5px 0;
  padding: 0;
  background-color: transparent;
  border: none;
}

.form-abahanavillas .portlet-msg-error li, .form-abahanavillas .validation-error li {
  list-style: none;
}

.form-abahanavillas .portlet-msg-error ul, .form-abahanavillas .validation-error ul {
  padding: 0;
}

.form-abahanavillas input[type=date] {
  position: relative;
}

.form-abahanavillas input[type=date]::-webkit-calendar-picker-indicator {
  background: 0 0;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

@media (min-width: 992px) {
  .form-abahanavillas input[type=date]::after {
    font-family: icomoon, sans-serif;
    content: "\e945";
    position: absolute;
    right: 20px;
    top: calc(50% - 9px);
    font-size: 12px;
  }
}
.form-abahanavillas.contact-form .form-group {
  margin-bottom: 15px !important;
}

.form-abahanavillas.contact-form .second-col {
  margin-top: 27px;
}

.form-abahanavillas.contact-form .first-col .form-group.gender {
  margin-bottom: 10px !important;
}

.form-abahanavillas.contact-form select.form-control {
  appearance: none;
  color: #5c7cd9 !important;
  background-image: url("data:image/svg+xml;utf8,      %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E      %3Cpolyline points='5 7 10 12 15 7' fill='none' stroke='%235C7CD9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E      %3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: right 21px center;
  background-size: 18px 18px;
  padding-right: 43px !important;
}

.form-abahanavillas.contact-form .form-control {
  height: 60px;
  font-family: EuclidFlex, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.3px;
}

.form-abahanavillas.contact-form .form-control.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.form-abahanavillas.contact-form .form-control.ellipsis::placeholder {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.form-abahanavillas.contact-form .double-input .col-6:first-child {
  padding-right: 5px;
}

.form-abahanavillas.contact-form .double-input .col-6:last-child {
  padding-left: 5px;
}

.form-abahanavillas.contact-form td label {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 14px !important;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}

.form-abahanavillas.contact-form td input[type=radio] {
  margin-top: 0 !important;
}

.form-abahanavillas.contact-form .legal-notice {
  margin-top: 15px;
  margin-bottom: 0;
}

.form-abahanavillas.contact-form .legal-notice input {
  margin-top: 0;
}

.form-abahanavillas.contact-form .legal-notice .form-check-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}

.form-abahanavillas.contact-form textarea.form-control {
  min-height: 100px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.3px;
  padding: 15px 22px;
}

.form-abahanavillas.contact-form .button-cmp {
  display: flex;
  justify-content: flex-end;
}

.form-abahanavillas.contact-form .button-cmp button {
  padding: 10px 12px !important;
  width: auto !important;
}

.ellipsis-1 {
  display: -webkit-box !important;
  overflow: hidden !important;
  padding-bottom: 0 !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.ellipsis-2 {
  display: -webkit-box !important;
  overflow: hidden !important;
  padding-bottom: 0 !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ellipsis-3 {
  display: -webkit-box !important;
  overflow: hidden !important;
  padding-bottom: 0 !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ellipsis-4 {
  display: -webkit-box !important;
  overflow: hidden !important;
  padding-bottom: 0 !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.ellipsis-5 {
  display: -webkit-box !important;
  overflow: hidden !important;
  padding-bottom: 0 !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.ellipsis-6 {
  display: -webkit-box !important;
  overflow: hidden !important;
  padding-bottom: 0 !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.ellipsis-7 {
  display: -webkit-box !important;
  overflow: hidden !important;
  padding-bottom: 0 !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.ellipsis-8 {
  display: -webkit-box !important;
  overflow: hidden !important;
  padding-bottom: 0 !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

.ellipsis-9 {
  display: -webkit-box !important;
  overflow: hidden !important;
  padding-bottom: 0 !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}

.ellipsis-10 {
  display: -webkit-box !important;
  overflow: hidden !important;
  padding-bottom: 0 !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
}

.ellipsis-11 {
  display: -webkit-box !important;
  overflow: hidden !important;
  padding-bottom: 0 !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
}

.ellipsis-12 {
  display: -webkit-box !important;
  overflow: hidden !important;
  padding-bottom: 0 !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
}

.ellipsis-13 {
  display: -webkit-box !important;
  overflow: hidden !important;
  padding-bottom: 0 !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 13;
}

.ellipsis-14 {
  display: -webkit-box !important;
  overflow: hidden !important;
  padding-bottom: 0 !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 14;
}

.ellipsis-15 {
  display: -webkit-box !important;
  overflow: hidden !important;
  padding-bottom: 0 !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 15;
}

.ellipsis-16 {
  display: -webkit-box !important;
  overflow: hidden !important;
  padding-bottom: 0 !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 16;
}

.ellipsis-17 {
  display: -webkit-box !important;
  overflow: hidden !important;
  padding-bottom: 0 !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 17;
}

.ellipsis-18 {
  display: -webkit-box !important;
  overflow: hidden !important;
  padding-bottom: 0 !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 18;
}

.ellipsis-19 {
  display: -webkit-box !important;
  overflow: hidden !important;
  padding-bottom: 0 !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 19;
}

.ellipsis-20 {
  display: -webkit-box !important;
  overflow: hidden !important;
  padding-bottom: 0 !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 20;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-100 {
  opacity: 1;
}

.section_propietarios_cmp {
  background-color: #f1ede0;
}

.section_propietarios_cmp .section_propietarios_wrap {
  max-width: 1440px;
  margin: 0 auto;
}

.section_propietarios_cmp .col-lg-8, .section_propietarios_cmp .col-md-12, .section_propietarios_cmp .row {
  padding: 0;
  margin: 0;
}

@media all and (max-width: 992px) {
  .section_propietarios_cmp .col, .section_propietarios_cmp .col-12, .section_propietarios_cmp .col-lg-4, .section_propietarios_cmp .col-md-4, .section_propietarios_cmp .col-sm-12 {
    padding: 0;
  }
}
.jdt-button, section.button-cmp {
  line-height: initial;
}

.jdt-button .btn, section.button-cmp .btn {
  color: #fcf8ea;
  font-family: EuclidFlex, sans-serif;
}

.jdt-button .btn[class*=" icon-"], section.button-cmp .btn[class*=" icon-"] {
  font-family: EuclidFlex, sans-serif;
}

.jdt-button .btn[class*=" icon-"]:before, section.button-cmp .btn[class*=" icon-"]:before {
  margin-right: 3px;
}

.jdt-button .btn.icon-google-color svg, section.button-cmp .btn.icon-google-color svg {
  margin-right: 3px;
  vertical-align: text-bottom;
}

.jdt-button .btn, section.button-cmp .btn {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.4px;
  text-align: center;
  padding: 10px 30px;
  border-radius: 5px;
  border: 0;
  transition: all 0.3s ease;
}

.jdt-button .btn:focus, section.button-cmp .btn:focus {
  outline: 0;
  box-shadow: none;
}

.jdt-button .btn.btn-dark-blue, section.button-cmp .btn.btn-dark-blue {
  background-color: #222e50;
}

.jdt-button .btn.btn-dark-blue.hover, .jdt-button .btn.btn-dark-blue:hover, section.button-cmp .btn.btn-dark-blue.hover, section.button-cmp .btn.btn-dark-blue:hover {
  background-color: #5c7cd9;
}

.jdt-button .btn.btn-dark-blue.active, .jdt-button .btn.btn-dark-blue:active, section.button-cmp .btn.btn-dark-blue.active, section.button-cmp .btn.btn-dark-blue:active {
  background-color: #0f1729;
}

.jdt-button .btn.btn-light-blue, section.button-cmp .btn.btn-light-blue {
  background-color: #5c7cd9;
}

.jdt-button .btn.btn-light-blue.hover, .jdt-button .btn.btn-light-blue:hover, section.button-cmp .btn.btn-light-blue.hover, section.button-cmp .btn.btn-light-blue:hover {
  background-color: #8cace8;
}

.jdt-button .btn.btn-light-blue.active, .jdt-button .btn.btn-light-blue:active, section.button-cmp .btn.btn-light-blue.active, section.button-cmp .btn.btn-light-blue:active {
  background-color: #3c528e;
}

.jdt-button .btn.btn-abahana-blue, section.button-cmp .btn.btn-abahana-blue {
  background-color: #222e50;
}

.jdt-button .btn.btn-abahana-blue.hover, .jdt-button .btn.btn-abahana-blue:hover, section.button-cmp .btn.btn-abahana-blue.hover, section.button-cmp .btn.btn-abahana-blue:hover {
  background-color: #5c7cd9;
}

.jdt-button .btn.btn-abahana-blue.active, .jdt-button .btn.btn-abahana-blue:active, section.button-cmp .btn.btn-abahana-blue.active, section.button-cmp .btn.btn-abahana-blue:active {
  background-color: #0f1729;
}

.jdt-button .btn.btn-red, section.button-cmp .btn.btn-red {
  background-color: #e56248;
}

.jdt-button .btn.btn-red.hover, .jdt-button .btn.btn-red:hover, section.button-cmp .btn.btn-red.hover, section.button-cmp .btn.btn-red:hover {
  background-color: #e89c8b;
}

.jdt-button .btn.btn-red.active, .jdt-button .btn.btn-red:active, section.button-cmp .btn.btn-red.active, section.button-cmp .btn.btn-red:active {
  background-color: #560d29;
}

.jdt-button .btn.btn-blue, section.button-cmp .btn.btn-blue {
  background-color: #5c7cd9;
}

.jdt-button .btn.btn-blue.hover, .jdt-button .btn.btn-blue:hover, section.button-cmp .btn.btn-blue.hover, section.button-cmp .btn.btn-blue:hover {
  background-color: #8cace8;
}

.jdt-button .btn.btn-blue.active, .jdt-button .btn.btn-blue:active, section.button-cmp .btn.btn-blue.active, section.button-cmp .btn.btn-blue:active {
  background-color: #222e50;
}

.jdt-button .btn.btn-white, section.button-cmp .btn.btn-white {
  color: #222e50;
  background-color: #fcf8ea;
}

.jdt-button .btn.btn-white.hover, .jdt-button .btn.btn-white:hover, section.button-cmp .btn.btn-white.hover, section.button-cmp .btn.btn-white:hover {
  color: #fcf8ea;
  background-color: #5c7cd9;
}

.jdt-button .btn.btn-white.active, .jdt-button .btn.btn-white:active, section.button-cmp .btn.btn-white.active, section.button-cmp .btn.btn-white:active {
  color: #fcf8ea;
  background-color: #222e50;
}

.jdt-button .btn.btn-white a, section.button-cmp .btn.btn-white a {
  color: #222e50;
}

.jdt-button .btn.btn-white a.hover, .jdt-button .btn.btn-white a:hover, section.button-cmp .btn.btn-white a.hover, section.button-cmp .btn.btn-white a:hover {
  color: #fcf8ea;
  text-decoration: none;
}

.jdt-button .btn.btn-violet, section.button-cmp .btn.btn-violet {
  background-color: #4e346b;
}

.jdt-button .btn.btn-violet.hover, .jdt-button .btn.btn-violet:hover, section.button-cmp .btn.btn-violet.hover, section.button-cmp .btn.btn-violet:hover {
  background-color: #6d538c;
}

.jdt-button .btn.btn-violet.active, .jdt-button .btn.btn-violet:active, section.button-cmp .btn.btn-violet.active, section.button-cmp .btn.btn-violet:active {
  background-color: #2f1f41;
}

.jdt-button .btn.btn-white-luxe, section.button-cmp .btn.btn-white-luxe {
  color: #2f1f41;
  background-color: #fcf8ea;
}

.jdt-button .btn.btn-white-luxe.hover, .jdt-button .btn.btn-white-luxe:hover, section.button-cmp .btn.btn-white-luxe.hover, section.button-cmp .btn.btn-white-luxe:hover {
  color: #fcf8ea;
  background-color: #6d538c;
}

.jdt-button .btn.btn-white-luxe.active, .jdt-button .btn.btn-white-luxe:active, section.button-cmp .btn.btn-white-luxe.active, section.button-cmp .btn.btn-white-luxe:active {
  color: #fcf8ea;
  background-color: #2f1f41;
}

.jdt-button .btn.btn-yellow, section.button-cmp .btn.btn-yellow {
  background-color: #aa8500;
}

.jdt-button .btn.btn-yellow.hover, .jdt-button .btn.btn-yellow:hover, section.button-cmp .btn.btn-yellow.hover, section.button-cmp .btn.btn-yellow:hover {
  background-color: #ffc700;
}

.jdt-button .btn.btn-yellow.active, .jdt-button .btn.btn-yellow:active, section.button-cmp .btn.btn-yellow.active, section.button-cmp .btn.btn-yellow:active {
  background-color: #49380d;
}

.jdt-button .btn.btn-sand-yellow, section.button-cmp .btn.btn-sand-yellow {
  color: #aa8500;
  background-color: #fcf8ea;
}

.jdt-button .btn.btn-sand-yellow.hover, .jdt-button .btn.btn-sand-yellow:hover, section.button-cmp .btn.btn-sand-yellow.hover, section.button-cmp .btn.btn-sand-yellow:hover {
  color: #fcf8ea;
  background-color: #ffc700;
}

.jdt-button .btn.btn-sand-yellow.active, .jdt-button .btn.btn-sand-yellow:active, section.button-cmp .btn.btn-sand-yellow.active, section.button-cmp .btn.btn-sand-yellow:active {
  color: #fcf8ea;
  background-color: #49380d;
}

.jdt-button .btn.btn-short, section.button-cmp .btn.btn-short {
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -0.3px;
  padding: 7px 10px;
}

.jdt-button .btn.btn-short.hover, .jdt-button .btn.btn-short:hover, section.button-cmp .btn.btn-short.hover, section.button-cmp .btn.btn-short:hover {
  box-shadow: 4px 6px 15px 0 rgba(15, 23, 41, 0.1);
}

.jdt-button .btn.btn-long, section.button-cmp .btn.btn-long {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -0.3px;
  padding: 10px 20px;
}

.jdt-button .btn.btn-long.hover, .jdt-button .btn.btn-long:hover, section.button-cmp .btn.btn-long.hover, section.button-cmp .btn.btn-long:hover {
  box-shadow: 4px 6px 15px 0 rgba(15, 23, 41, 0.1);
}

.jdt-button .btn.btn-large, section.button-cmp .btn.btn-large {
  padding: 10px 30px;
  text-wrap: balance;
}

.jdt-button .btn.btn-large.hover, .jdt-button .btn.btn-large:hover, section.button-cmp .btn.btn-large.hover, section.button-cmp .btn.btn-large:hover {
  box-shadow: 4px 6px 15px 0 rgba(15, 23, 41, 0.1);
}

.jdt-button .btn.btn-huge, section.button-cmp .btn.btn-huge {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.6px;
  padding: 18px 35px;
  text-wrap: balance;
}

.jdt-button .btn.btn-huge.hover, .jdt-button .btn.btn-huge:hover, section.button-cmp .btn.btn-huge.hover, section.button-cmp .btn.btn-huge:hover {
  box-shadow: 4px 6px 15px 0 rgba(15, 23, 41, 0.1);
}

.jdt-button .btn.btn-huge.btn-blue-outline, section.button-cmp .btn.btn-huge.btn-blue-outline {
  color: #5c7cd9;
  border: 1px solid #5c7cd9;
  font-size: 20px;
  letter-spacing: -0.4px;
  padding: 17px 34px;
}

.jdt-button .btn.btn-huge.btn-blue-outline.hover, .jdt-button .btn.btn-huge.btn-blue-outline:hover, section.button-cmp .btn.btn-huge.btn-blue-outline.hover, section.button-cmp .btn.btn-huge.btn-blue-outline:hover {
  color: #fcf8ea;
  background-color: #5c7cd9;
  border: 1px solid #5c7cd9;
}

.jdt-button .btn.btn-huge.btn-blue-outline.active, .jdt-button .btn.btn-huge.btn-blue-outline:active, section.button-cmp .btn.btn-huge.btn-blue-outline.active, section.button-cmp .btn.btn-huge.btn-blue-outline:active {
  color: #fcf8ea;
  background-color: #3c528e;
  border: 1px solid #3c528e;
}

@media (max-width: 425px) {
  .jdt-button .btn.btn-huge, section.button-cmp .btn.btn-huge {
    font-size: 20px;
  }
}
.jdt-button .btn.btn-outline, section.button-cmp .btn.btn-outline {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -0.3px;
  padding: 9px 10px;
  color: #5c7cd9;
  background-color: transparent;
  border: 1px solid #5c7cd9;
}

.jdt-button .btn.btn-outline:before, section.button-cmp .btn.btn-outline:before {
  font-size: 12px;
}

.jdt-button .btn.btn-outline.btn-blue, section.button-cmp .btn.btn-outline.btn-blue {
  color: #5c7cd9;
  background-color: transparent;
  border: 1px solid #5c7cd9;
}

.jdt-button .btn.btn-outline.btn-white, section.button-cmp .btn.btn-outline.btn-white {
  color: #0f1729;
  background-color: transparent;
  border: 1px solid #0f1729;
}

.jdt-button .btn.btn-outline.btn-white-outline, section.button-cmp .btn.btn-outline.btn-white-outline {
  color: #0f1729;
  background-color: transparent;
  border: 1px solid transparent;
}

.jdt-button .btn.btn-outline.hover, .jdt-button .btn.btn-outline:hover, section.button-cmp .btn.btn-outline.hover, section.button-cmp .btn.btn-outline:hover {
  color: #fcf8ea;
  background-color: #5c7cd9;
  border-color: #5c7cd9;
}

.jdt-button .btn.btn-outline.active, .jdt-button .btn.btn-outline:active, section.button-cmp .btn.btn-outline.active, section.button-cmp .btn.btn-outline:active {
  color: #fcf8ea;
  background-color: #0f1729;
  border-color: #0f1729;
}

.jdt-button .btn.btn-outline.btn-light-luxe-outline, section.button-cmp .btn.btn-outline.btn-light-luxe-outline {
  color: #6d538c;
  background-color: transparent;
  border: 1px solid #6d538c;
}

.jdt-button .btn.btn-outline.btn-light-luxe-outline.hover, .jdt-button .btn.btn-outline.btn-light-luxe-outline:hover, section.button-cmp .btn.btn-outline.btn-light-luxe-outline.hover, section.button-cmp .btn.btn-outline.btn-light-luxe-outline:hover {
  color: #fcf8ea;
  background-color: #6d538c;
  border-color: #6d538c;
}

.jdt-button .btn.btn-outline.btn-light-luxe-outline.active, .jdt-button .btn.btn-outline.btn-light-luxe-outline:active, section.button-cmp .btn.btn-outline.btn-light-luxe-outline.active, section.button-cmp .btn.btn-outline.btn-light-luxe-outline:active {
  color: #fcf8ea;
  background-color: #2f1f41;
  border-color: #2f1f41;
}

.jdt-button .btn.btn-outline.btn-luxe, section.button-cmp .btn.btn-outline.btn-luxe {
  color: #0f1729;
  background-color: #fcf8ea;
  border: 1px solid #fcf8ea;
}

.jdt-button .btn.btn-outline.btn-luxe.hover, .jdt-button .btn.btn-outline.btn-luxe:hover, section.button-cmp .btn.btn-outline.btn-luxe.hover, section.button-cmp .btn.btn-outline.btn-luxe:hover {
  color: #fcf8ea;
  background-color: #6d538c;
  border-color: #6d538c;
}

.jdt-button .btn.btn-outline.btn-luxe.active, .jdt-button .btn.btn-outline.btn-luxe:active, section.button-cmp .btn.btn-outline.btn-luxe.active, section.button-cmp .btn.btn-outline.btn-luxe:active {
  color: #fcf8ea;
  background-color: #2f1f41;
  border-color: #2f1f41;
}

.jdt-button .btn.btn-outline.btn-dark-luxe-outline, section.button-cmp .btn.btn-outline.btn-dark-luxe-outline {
  color: #2f1f41;
  background-color: transparent;
  border: 1px solid #2f1f41;
}

.jdt-button .btn.btn-outline.btn-dark-luxe-outline.hover, .jdt-button .btn.btn-outline.btn-dark-luxe-outline:hover, section.button-cmp .btn.btn-outline.btn-dark-luxe-outline.hover, section.button-cmp .btn.btn-outline.btn-dark-luxe-outline:hover {
  color: #fcf8ea;
  background-color: #6d538c;
  border-color: #6d538c;
}

.jdt-button .btn.btn-outline.btn-dark-luxe-outline.active, .jdt-button .btn.btn-outline.btn-dark-luxe-outline:active, section.button-cmp .btn.btn-outline.btn-dark-luxe-outline.active, section.button-cmp .btn.btn-outline.btn-dark-luxe-outline:active {
  color: #fcf8ea;
  background-color: #2f1f41;
  border-color: #2f1f41;
}

.jdt-button .btn.btn-fit, section.button-cmp .btn.btn-fit {
  padding: 5px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  background-color: #222e50;
  color: #fcf8ea;
}

.jdt-button .btn.btn-fit.hover, .jdt-button .btn.btn-fit:hover, section.button-cmp .btn.btn-fit.hover, section.button-cmp .btn.btn-fit:hover {
  background-color: #8cace8;
}

.jdt-button .btn.btn-fit.active, .jdt-button .btn.btn-fit:active, section.button-cmp .btn.btn-fit.active, section.button-cmp .btn.btn-fit:active {
  background-color: #222e50;
}

.jdt-button .btn.btn-fit.inactive, section.button-cmp .btn.btn-fit.inactive {
  background-color: #afaca0;
}

.jdt-button .btn.btn-link, section.button-cmp .btn.btn-link {
  color: #222e50;
  font-feature-settings: "ss12" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  background-color: transparent;
  padding: 9px 10px;
  text-decoration: none;
  border: 0;
}

.jdt-button .btn.btn-link.active, section.button-cmp .btn.btn-link.active {
  color: #5c7cd9;
}

.jdt-button .btn.btn-link.hover, .jdt-button .btn.btn-link:hover, section.button-cmp .btn.btn-link.hover, section.button-cmp .btn.btn-link:hover {
  color: #8cace8;
}

.jdt-button .btn.btn-link:before, section.button-cmp .btn.btn-link:before {
  font-size: 12px;
}

.jdt-button .btn.btn-tab, section.button-cmp .btn.btn-tab {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.11px;
  text-transform: uppercase;
  text-decoration: none;
  background: 0 0;
  border: 1px solid #3c528e;
  color: #3c528e;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .jdt-button .btn.btn-tab, section.button-cmp .btn.btn-tab {
    padding: 10px;
  }
}
.jdt-button .btn.btn-tab.active, .jdt-button .btn.btn-tab:hover, section.button-cmp .btn.btn-tab.active, section.button-cmp .btn.btn-tab:hover {
  background-color: #3c528e;
  color: #fff;
}

@media (min-width: 992px) {
  .jdt-button .btn.btn-tab, section.button-cmp .btn.btn-tab {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
}
.picker-calendar .picker-title {
  line-height: 20px;
  border: 0;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .picker-calendar .picker-title {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .picker-calendar .picker-title.top-separator {
    border-top: 1px solid #f1ede0;
    padding-top: 30px;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .picker-calendar .calendar-picker-container {
    padding: 0 10px 10px 10px;
  }
}
@media (min-width: 992px) {
  .picker-calendar .calendar-picker-container .rdp-months {
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .picker-calendar .calendar-picker-container .rdp-month {
    flex: 0 0 auto !important;
    min-width: 320px !important;
  }
}
.picker-calendar .calendar-picker-container .rdp-button_next .calendar-navigation.rdp-chevron::before, .picker-calendar .calendar-picker-container .rdp-button_next .calendar-navigation::before, .picker-calendar .calendar-picker-container .rdp-button_next .rdp-chevron.calendar-navigation::before, .picker-calendar .calendar-picker-container .rdp-button_next i::before {
  margin-right: 0 !important;
}

.tabs-container {
  width: 100%;
  max-width: 100%;
  overflow: visible;
  position: relative;
  z-index: 50;
  padding-inline: 15px;
}

@media (min-width: 992px) {
  .tabs-container {
    padding-inline: 0;
  }
}
.tabs-container .tabs-header {
  border-bottom: 1px solid #f1ede0;
  margin-bottom: 30px;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .tabs-container .tabs-header {
    margin-top: 0;
    margin-bottom: 25px;
  }
}
.tabs-container .tabs-header > .d-flex {
  gap: 10px;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .tabs-container .tabs-header > .d-flex {
    gap: 20px;
    max-width: 734px;
    margin-inline: auto;
  }
}
.tabs-container .panel-tab-container {
  display: block;
}

.tabs-container .panel-tab {
  width: 100%;
  max-width: 100%;
  display: block;
  overflow: visible;
  position: relative;
  z-index: 60;
}

.tabs-container .panel-tab.d-none {
  display: none;
}

.panel-tab-calendar {
  max-width: 814px;
  width: 100%;
  margin: 0 auto;
}

.panel-tab-calendar .c0009_global_link-cmp {
  text-align: left;
}

.panel-tab-calendar .panel-calendar-footer-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  padding-inline: 5px;
}

@media (min-width: 992px) {
  .panel-tab-calendar .panel-calendar-footer-links {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-inline: 10px;
  }
}
.panel-tab-calendar .panel-calendar-footer-links .contact-link-no-padding {
  padding-inline: 0;
}

.panel-tab-calendar .btn.btn-leyenda {
  background-color: #fcf8ea;
  border: solid 1px #0f1729;
  border-radius: 6px;
  padding: 10px !important;
  margin-top: 0;
  text-align: center;
  font-family: EuclidFlex, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.3px;
  transition: all 0.5s ease-out;
  color: #0f1729;
}

.panel-tab-calendar .btn.btn-leyenda:hover {
  cursor: pointer;
  color: #5c7cd9;
}

.panel-tab-calendar .btn.btn-leyenda span {
  margin: 0 !important;
}

.panel-tab-calendar .btn.btn-leyenda i {
  margin-right: 0;
}

.panel-tab-calendar .btn.btn-leyenda .ml-2 {
  margin-left: 8px;
}

@media (max-width: 991px) {
  .search-modal .panel-tab-calendar .owner-calendar, .search-modal.show .panel-tab-calendar .owner-calendar {
    background-color: #fcf8ea !important;
  }
  .search-modal .panel-tab-calendar .rdp-root, .search-modal.show .panel-tab-calendar .rdp-root {
    background-color: transparent !important;
  }
  .search-modal .panel-tab-calendar .rdp-root .rdp-month, .search-modal.show .panel-tab-calendar .rdp-root .rdp-month {
    background-color: transparent !important;
  }
}
.panel-tab-calendar .picker-months-selector {
  margin-bottom: 0;
  margin-top: 10px;
  width: 100%;
  overflow: visible;
  padding-inline: 5px;
  padding-block: 15px;
  position: relative;
  z-index: 100;
}

@media (min-width: 992px) {
  .panel-tab-calendar .picker-months-selector {
    margin-bottom: 0;
    margin-top: 0;
    padding-inline: 10px;
  }
}
.panel-tab-calendar .picker-months-selector .months-picker {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  z-index: 100;
}

.panel-tab-calendar .picker-months-selector .months-picker article.month-disabled {
  display: none !important;
}

.panel-tab-calendar .picker-months-selector .months-picker .carousel-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  z-index: 100;
}

.panel-tab-calendar .picker-months-selector .months-picker .swiper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding-top: 22px;
  margin-top: -20px;
  position: relative;
  z-index: 100;
  padding-inline: 17px;
}

@media (min-width: 992px) {
  .panel-tab-calendar .picker-months-selector .months-picker .swiper {
    max-width: 734px;
    padding-inline: 20px;
  }
}
.panel-tab-calendar .picker-months-selector .months-picker .swiper-wrapper {
  width: 100%;
}

.panel-tab-calendar .picker-months-selector .months-picker .swiper-slide {
  flex-shrink: 0;
  margin-right: 8px;
}

@media (min-width: 992px) {
  .panel-tab-calendar .picker-months-selector .months-picker .swiper-slide {
    margin-right: 15px;
  }
}
.panel-tab-calendar .picker-months-selector .months-picker .swiper-slide .btn .btn.hover {
  background-color: var(--abahana-villas, #5c7cd9);
}

.panel-tab-calendar .picker-months-selector .months-picker .swiper-button-next, .panel-tab-calendar .picker-months-selector .months-picker .swiper-button-prev {
  background-color: #fcf8ea !important;
  border: none !important;
  width: 17px !important;
  height: 55px !important;
  display: flex !important;
  align-items: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  z-index: 9999 !important;
  position: absolute !important;
  margin-top: 0 !important;
  top: 0;
}

.panel-tab-calendar .picker-months-selector .months-picker .swiper-button-next svg, .panel-tab-calendar .picker-months-selector .months-picker .swiper-button-prev svg {
  display: none !important;
}

.panel-tab-calendar .picker-months-selector .months-picker .swiper-button-next::after, .panel-tab-calendar .picker-months-selector .months-picker .swiper-button-prev::after {
  content: none !important;
  display: none !important;
}

.panel-tab-calendar .picker-months-selector .months-picker .swiper-button-next::before, .panel-tab-calendar .picker-months-selector .months-picker .swiper-button-prev::before {
  content: "" !important;
  font-family: icomoon, sans-serif !important;
  font-size: 12px !important;
  line-height: 12px !important;
  color: #0f1729 !important;
  font-weight: 400 !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: inline-block !important;
  position: relative !important;
  top: 10px;
  width: auto !important;
  height: auto !important;
}

.panel-tab-calendar .picker-months-selector .months-picker .swiper-button-next:hover::before, .panel-tab-calendar .picker-months-selector .months-picker .swiper-button-prev:hover::before {
  color: #222e50 !important;
}

.panel-tab-calendar .picker-months-selector .months-picker .swiper-button-next.swiper-button-disabled, .panel-tab-calendar .picker-months-selector .months-picker .swiper-button-prev.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 1;
}

.panel-tab-calendar .picker-months-selector .months-picker .swiper-button-next.swiper-button-disabled::before, .panel-tab-calendar .picker-months-selector .months-picker .swiper-button-prev.swiper-button-disabled::before {
  opacity: 0.6 !important;
  color: #0f1729;
}

@media (min-width: 992px) {
  .panel-tab-calendar .picker-months-selector .months-picker .swiper-button-next, .panel-tab-calendar .picker-months-selector .months-picker .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
}
.panel-tab-calendar .picker-months-selector .months-picker .swiper-button-prev {
  left: 0 !important;
  justify-content: flex-start;
}

.panel-tab-calendar .picker-months-selector .months-picker .swiper-button-prev::before {
  content: "\e900" !important;
  transform: rotate(180deg) !important;
}

.panel-tab-calendar .picker-months-selector .months-picker .swiper-button-prev.calendar-months-nav-disabled::before {
  opacity: 0.6 !important;
  color: #0f1729;
}

@media (min-width: 992px) {
  .panel-tab-calendar .picker-months-selector .months-picker .swiper-button-prev {
    left: 0 !important;
  }
}
.panel-tab-calendar .picker-months-selector .months-picker .swiper-button-next {
  right: 0 !important;
  justify-content: flex-end;
}

.panel-tab-calendar .picker-months-selector .months-picker .swiper-button-next::before {
  content: "\e900" !important;
}

@media (min-width: 992px) {
  .panel-tab-calendar .picker-months-selector .months-picker .swiper-button-next {
    right: 0 !important;
  }
}
.panel-tab-calendar .picker-months-selector .months-picker article {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  position: relative;
}

.panel-tab-calendar .picker-months-selector .months-picker article .year {
  color: #222e50;
  text-align: left;
  font-family: EuclidFlex, sans-serif;
  font-feature-settings: "ss12" on;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.3px;
  top: -24px;
  width: 100%;
  left: 0;
  position: absolute;
  display: block;
}

.panel-tab-calendar .picker-months-selector .calendar-picker-container {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.panel-tab-long-stay {
  width: 734px;
  margin: 0 auto;
  padding-inline: 5px;
}

@media (min-width: 992px) {
  .panel-tab-long-stay {
    padding-inline: 10px;
  }
}
.panel-tab-long-stay .long-stay-selector-cmp {
  width: 100%;
  max-width: 100%;
}

.panel-tab-long-stay .panel-footer-links {
  padding-inline: 0;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .panel-tab-long-stay .panel-footer-links {
    justify-content: flex-end;
  }
}
.panel-tab-long-stay .panel-footer-links .contact-link-no-padding {
  padding-inline: 0;
}

.panel-tab-flexible {
  max-width: 734px;
  width: 734px;
  margin: 0 auto;
  padding-inline: 5px;
}

@media (min-width: 992px) {
  .panel-tab-flexible {
    padding-inline: 10px;
  }
}
.panel-tab-flexible .picker-title, .panel-tab-flexible span.picker-title {
  color: #0f1729;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

.panel-tab-flexible .panel-footer-links {
  padding-inline: 5px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .panel-tab-flexible .panel-footer-links {
    justify-content: flex-end;
    padding-inline: 10px;
  }
}
.panel-tab-flexible .panel-footer-links .contact-link-no-padding {
  padding-inline: 0;
}

.panel-tab-flexible .carousel-months {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.panel-tab-flexible .carousel-months::after, .panel-tab-flexible .carousel-months::before {
  content: "";
  position: absolute;
  top: 0;
  width: 17px;
  height: 108px;
  background-color: #fcf8ea;
  z-index: 9;
  pointer-events: none;
}

.panel-tab-flexible .carousel-months::before {
  left: 0;
}

.panel-tab-flexible .carousel-months::after {
  right: 0;
}

.panel-tab-flexible .carousel-months .carousel-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.panel-tab-flexible .carousel-months .swiper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding-inline: 20px;
  position: static;
}

.panel-tab-flexible .carousel-months .swiper-wrapper {
  width: 100%;
}

.panel-tab-flexible .carousel-months .swiper-slide {
  flex-shrink: 0;
}

.panel-tab-flexible .carousel-months .swiper-button-next, .panel-tab-flexible .carousel-months .swiper-button-prev {
  position: absolute;
  border-radius: 0;
  width: 15px;
  height: 108px;
  top: 0;
  justify-content: center;
  background-color: #fcf8ea !important;
  border: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.panel-tab-flexible .carousel-months .swiper-button-next svg, .panel-tab-flexible .carousel-months .swiper-button-prev svg {
  display: none !important;
}

.panel-tab-flexible .carousel-months .swiper-button-next.swiper-button-disabled, .panel-tab-flexible .carousel-months .swiper-button-prev.swiper-button-disabled {
  cursor: not-allowed;
}

.panel-tab-flexible .carousel-months .swiper-button-next::after, .panel-tab-flexible .carousel-months .swiper-button-prev::after {
  content: "" !important;
  font-family: icomoon, sans-serif !important;
  font-size: 15px !important;
  color: #0f1729 !important;
  display: inline-block !important;
}

.panel-tab-flexible .carousel-months .swiper-button-next:hover::after, .panel-tab-flexible .carousel-months .swiper-button-prev:hover::after {
  color: #afaca0 !important;
}

.panel-tab-flexible .carousel-months .swiper-button-next.swiper-button-disabled::after, .panel-tab-flexible .carousel-months .swiper-button-prev.swiper-button-disabled::after {
  opacity: 0.6;
  color: #0f1729;
}

.panel-tab-flexible .carousel-months .swiper-button-prev {
  left: 0;
}

.panel-tab-flexible .carousel-months .swiper-button-prev::after {
  content: "\e900" !important;
  transform: rotate(180deg) !important;
}

.panel-tab-flexible .carousel-months .swiper-button-next {
  right: 0;
}

.panel-tab-flexible .carousel-months .swiper-button-next::after {
  content: "\e900" !important;
}

.panel-tab-flexible .carousel-months button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 25px 20px;
  background: #f1ede0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.panel-tab-flexible .carousel-months button.active, .panel-tab-flexible .carousel-months button:hover {
  background-color: #5c7cd9;
}

.panel-tab-flexible .carousel-months button.active span, .panel-tab-flexible .carousel-months button:hover span {
  color: #fcf8ea !important;
}

.panel-tab-flexible .carousel-months button.active span.icon-calendar:before, .panel-tab-flexible .carousel-months button:hover span.icon-calendar:before {
  color: #fcf8ea !important;
}

.panel-tab-flexible .carousel-months button span {
  color: #6a6658;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  font-feature-settings: "ss12" on;
  text-transform: uppercase;
}

.panel-tab-flexible .carousel-months button span.icon-calendar {
  font-size: 12px;
  margin-bottom: 10px;
}

.panel-tab-flexible .carousel-months button span.icon-calendar:before {
  color: #6a6658;
  margin-right: 0;
  font-size: 19px;
}

.panel-tab-flexible .wrapper-selector {
  margin: 20px 0;
}

.tabs-container .panel-tab.panel-tab-long-stay .picker-title {
  color: #0f1729;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: none;
}

.tabs-container .panel-tab.panel-tab-flexible .picker-title, .tabs-container .panel-tab.panel-tab-flexible span.picker-title {
  color: #0f1729;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding-bottom: 0;
  border-bottom: none;
}

section.search-bar-item-cmp .c0126_owner_modal:has(.calendar-legend).fade:not(.show) {
  opacity: 1 !important;
  padding: 0;
  overflow: auto;
}

section.search-bar-item-cmp .c0126_owner_modal:has(.calendar-legend) .modal-dialog {
  padding: 40px !important;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100% !important;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  margin: 0;
  transform: none !important;
}

@media (max-width: 991px) {
  section.search-bar-item-cmp .c0126_owner_modal:has(.calendar-legend) {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1060 !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: auto !important;
  }
  section.search-bar-item-cmp .c0126_owner_modal:has(.calendar-legend) .modal-dialog {
    position: relative !important;
    z-index: 1061 !important;
    margin: 3vh auto !important;
    max-width: 90% !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
  }
  section.search-bar-item-cmp .c0126_owner_modal:has(.calendar-legend) .c0126_owner_modal_wrap {
    background-color: #fcf8ea !important;
    margin: 0 !important;
    padding: 20px 10px 70px 10px !important;
  }
  section.search-bar-item-cmp .c0126_owner_modal:has(.calendar-legend) .modal-content {
    background-color: #fcf8ea !important;
  }
  section.search-bar-item-cmp .c0126_owner_modal:has(.calendar-legend) .modal-header {
    padding: 0 !important;
    margin-bottom: 20px !important;
  }
  section.search-bar-item-cmp .c0126_owner_modal:has(.calendar-legend) .modal-header .popup_top {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    width: 100% !important;
  }
  section.search-bar-item-cmp .c0126_owner_modal:has(.calendar-legend) .modal-header .popup_title {
    color: #0f1729 !important;
    width: auto !important;
    flex: 1 !important;
    margin: 0 !important;
  }
  section.search-bar-item-cmp .c0126_owner_modal:has(.calendar-legend) .modal-header .popup_cerrar {
    color: #0f1729 !important;
    background-color: transparent !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    order: 2 !important;
    flex-shrink: 0 !important;
  }
  section.search-bar-item-cmp .c0126_owner_modal:has(.calendar-legend) .modal-body {
    padding: 20px !important;
  }
}
body:has(.c0126_owner_modal.fade.show:has(.calendar-legend)) section.search-bar-item-cmp .picker-content.picker-calendar, body:has(.c0126_owner_modal.fade.show:has(.calendar-legend)) section.search-bar-item-cmp .search-modal, body:has(.c0126_owner_modal.show:has(.calendar-legend)) section.search-bar-item-cmp .picker-content.picker-calendar, body:has(.c0126_owner_modal.show:has(.calendar-legend)) section.search-bar-item-cmp .search-modal {
  overflow: hidden !important;
  max-height: 100vh !important;
  height: auto !important;
}

body:has(.c0126_owner_modal.fade.show:has(.calendar-legend)) .c0126_owner_modal:has(.calendar-legend), body:has(.c0126_owner_modal.show:has(.calendar-legend)) .c0126_owner_modal:has(.calendar-legend) {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  max-height: 100vh !important;
}

.long-stay-selector-calendar-modal .long-stay-selector-modal-content .long-stay-selector-modal-calendars .long-stay-selector-modal-actions {
  padding-inline: 5px;
}

@media (min-width: 992px) {
  .long-stay-selector-calendar-modal .long-stay-selector-modal-content .long-stay-selector-modal-calendars .long-stay-selector-modal-actions {
    padding-inline: 0;
  }
}
@media (min-width: 992px) {
  .picker-location .search-bar-item-divider {
    border-left: 1px solid #f1ede0;
  }
}
@media (min-width: 992px) {
  .picker-location .grid-map {
    padding-left: 10px;
  }
}
.map-view-item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.map-view-item:hover {
  transform: scale(1.05);
}

.map-view-item img {
  width: 100%;
  height: auto;
  display: block;
}

.map-view-item .map-view-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: #fff;
  padding: 20px 15px 15px;
}

.map-view-item .map-view-overlay h3 {
  margin: 0;
  font-family: EuclidFlex, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.picker-guests .picker-title {
  color: #0f1729;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}

.quantity-list-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.quantity-selector {
  display: flex;
  align-items: center;
  gap: 15px;
}

.quantity-btn {
  width: 30px;
  height: 30px;
  border: 1px solid #f1ede0;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  color: #0f1729;
  transition: all 0.3s ease;
}

.quantity-btn:hover {
  background-color: #222e50;
  color: #fff;
  border-color: #222e50;
}

.quantity-value {
  font-family: EuclidFlex, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0f1729;
  min-width: 20px;
  text-align: center;
}

section.search-bar-item-cmp {
  cursor: pointer;
  text-align: center;
  font-family: EuclidFlex, sans-serif;
  position: relative;
  color: #222e50;
  padding: 0 0;
  border-radius: 10px;
  margin-bottom: 10px;
  height: calc(100% - 50px);
  min-height: 48px;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease, opacity 0.5s ease, height 0.5s ease, box-shadow 0.5s ease, transform 0.5s ease;
  width: 100%;
}

@media (max-width: 992px) {
  section.search-bar-item-cmp:has(article.show) .search-bar-input {
    padding-top: 0 !important;
  }
  section.search-bar-item-cmp article.show {
    margin-bottom: -28px;
  }
  section.search-bar-item-cmp.search-bar-item-small {
    margin-bottom: 0 !important;
  }
  section.search-bar-item-cmp.search-bar-item-small:has(article.show) {
    padding-top: 0 !important;
    margin-bottom: -4px !important;
  }
  section.search-bar-item-cmp.search-bar-item-small:has(article.picker-guests.show) {
    margin-top: 10px !important;
  }
}
@media (min-width: 992px) {
  section.search-bar-item-cmp {
    margin-bottom: 0;
    height: auto;
    min-height: auto;
    border-radius: 5px;
    padding: 0;
  }
}
section.search-bar-item-cmp .search-bar-input {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  width: 100%;
  background: 0 0;
  border: none;
  font-family: inherit;
  text-align: inherit;
  color: inherit;
  cursor: pointer;
}

@media (min-width: 992px) {
  section.search-bar-item-cmp .search-bar-input {
    display: block;
    padding: 15px 20px;
  }
}
section.search-bar-item-cmp .search-bar-input .search-bar-item-text {
  color: #afaca0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.11px;
  text-transform: uppercase;
  margin-top: 2px;
}

section.search-bar-item-cmp .search-bar-input .search-bar-item-text .search-bar-item-text-lines {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.1;
}

section.search-bar-item-cmp .search-bar-input .search-bar-item-text .search-bar-item-text-lines span {
  display: block;
}

@media (max-width: 991px) {
  section.search-bar-item-cmp .search-bar-input .search-bar-item-text .search-bar-item-text-lines {
    flex-direction: row;
    gap: 0;
    align-items: center;
  }
  section.search-bar-item-cmp .search-bar-input .search-bar-item-text .search-bar-item-text-lines span {
    display: inline;
  }
  section.search-bar-item-cmp .search-bar-input .search-bar-item-text .search-bar-item-text-lines .search-bar-item-text-separator {
    margin: 0 4px;
  }
}
@media (min-width: 992px) {
  section.search-bar-item-cmp .search-bar-input .search-bar-item-text {
    color: #222e50;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.3px;
    text-transform: none;
    margin-top: 0;
  }
}
section.search-bar-item-cmp .search-bar-input .search-bar-item-text-label {
  color: #0f1729;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.11px;
  text-transform: uppercase;
  margin-top: 2px;
}

section.search-bar-item-cmp .search-bar-input .search-bar-item-text-label.show-mobile-label {
  display: block !important;
}

section.search-bar-item-cmp [class*=" icon-"]:before, section.search-bar-item-cmp [class^=icon-]:before {
  font-size: 12px;
  margin-right: 4px;
}

@media (min-width: 992px) {
  section.search-bar-item-cmp [class*=" icon-"]:before, section.search-bar-item-cmp [class^=icon-]:before {
    display: inline;
  }
}
section.search-bar-item-cmp.search-bar-item-dark {
  border-radius: 3px;
  border: 1px solid #f1ede0;
  opacity: 0.8;
  background: rgba(252, 248, 234, 0.3);
  box-shadow: 0 0 10px 0 rgba(15, 23, 41, 0.15);
}

@media (min-width: 992px) {
  section.search-bar-item-cmp.search-bar-item-dark {
    background-color: transparent;
    color: #fcf8ea;
    box-shadow: none;
    border: 0;
    opacity: 1;
    padding: 10px 0;
  }
  section.search-bar-item-cmp.search-bar-item-dark:hover {
    background-color: rgba(252, 248, 234, 0.2);
  }
}
section.search-bar-item-cmp.search-bar-item-dark .search-bar-input .search-bar-item-text {
  color: #fcf8ea;
}

section.search-bar-item-cmp.search-bar-item-blue {
  background-color: #222e50;
  color: #fcf8ea;
}

@media (min-width: 992px) {
  section.search-bar-item-cmp.search-bar-item-blue:hover {
    background-color: #3c528e;
  }
}
section.search-bar-item-cmp.search-bar-item-blue .search-bar-input .search-bar-item-text {
  color: #fcf8ea;
}

section.search-bar-item-cmp.search-bar-item-light {
  background-color: #fcf8ea;
}

@media (min-width: 992px) {
  section.search-bar-item-cmp.search-bar-item-light:hover {
    background-color: #e3e9f2;
  }
}
section.search-bar-item-cmp.search-bar-item-small {
  padding: 15px 0;
}

@media (min-width: 992px) {
  section.search-bar-item-cmp.search-bar-item-small {
    align-items: center;
    display: flex;
    height: 100%;
  }
  section.search-bar-item-cmp.search-bar-item-small:has(.icon-guests, .icon-calendar, .icon-location) {
    padding-block: 0 !important;
  }
  section.search-bar-item-cmp.search-bar-item-small.opened {
    padding-block: 15px !important;
  }
  section.search-bar-item-cmp.search-bar-item-small.opened .search-bar-input.remove-icon {
    padding-block: 15px !important;
  }
}
@media (min-width: 992px) {
  section.search-bar-item-cmp.search-bar-item-small span {
    display: none;
  }
}
section.search-bar-item-cmp.search-bar-item-small span.picker-title {
  display: block;
}

section.search-bar-item-cmp.search-bar-item-small span .picker-content.picker-location.show {
  left: 0 !important;
}

@media (max-width: 991px) {
  section.search-bar-item-cmp.search-bar-item-small .search-bar-input {
    padding-top: 0;
  }
}
section.search-bar-item-cmp.search-bar-item-small .search-bar-input:before {
  font-size: 17px;
  color: #afaca0;
}

section.search-bar-item-cmp.search-bar-item-small .search-bar-input.remove-icon {
  padding-block: 0 !important;
}

@media (min-width: 992px) {
  section.search-bar-item-cmp.search-bar-item-small .search-bar-input.remove-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
section.search-bar-item-cmp.search-bar-item-small .search-bar-input.remove-icon:before {
  display: none;
}

section.search-bar-item-cmp.search-bar-item-small .search-bar-input.remove-icon .search-bar-item-text {
  display: block;
}

section.search-bar-item-cmp.search-bar-item-small.picker-selected-closed {
  padding: 6px 0 !important;
}

@media (max-width: 991px) {
  section.search-bar-item-cmp.search-bar-item-small.picker-selected-closed {
    padding: 15px 0 !important;
  }
}
.search-bar-container.search-bar-dark.search-bar-small.has-been-opened section.search-bar-item-cmp.search-bar-item-small .search-bar-item-text, .search-bar-container.search-bar-dark.search-bar-small.opened section.search-bar-item-cmp.search-bar-item-small .search-bar-item-text, .search-bar-container.search-bar-light.search-bar-small.has-been-opened section.search-bar-item-cmp.search-bar-item-small .search-bar-item-text, .search-bar-container.search-bar-light.search-bar-small.opened section.search-bar-item-cmp.search-bar-item-small .search-bar-item-text {
  display: inline !important;
}

.search-bar-container.search-bar-dark.search-bar-small.opened section.search-bar-item-cmp.search-bar-item-small:has(.icon-guests):not(.text-wrapped) .icon-guests.search-bar-input .search-bar-item-text, .search-bar-container.search-bar-light.search-bar-small.opened section.search-bar-item-cmp.search-bar-item-small:has(.icon-guests):not(.text-wrapped) .icon-guests.search-bar-input .search-bar-item-text {
  line-height: 25px !important;
}

.search-bar-container.search-bar-dark.search-bar-small.opened section.search-bar-item-cmp.search-bar-item-small:has(.icon-guests):not(.text-wrapped), .search-bar-container.search-bar-light.search-bar-small.opened section.search-bar-item-cmp.search-bar-item-small:has(.icon-guests):not(.text-wrapped) {
  padding: 15px 0;
}

.search-bar-container.search-bar-dark.search-bar-small.opened section.search-bar-item-cmp.search-bar-item-small:has(.icon-guests).text-wrapped .icon-guests.search-bar-input .search-bar-item-text, .search-bar-container.search-bar-light.search-bar-small.opened section.search-bar-item-cmp.search-bar-item-small:has(.icon-guests).text-wrapped .icon-guests.search-bar-input .search-bar-item-text {
  line-height: 21.5px !important;
}

.search-bar-container.search-bar-dark.search-bar-small.opened section.search-bar-item-cmp.search-bar-item-small:has(.icon-guests).text-wrapped, .search-bar-container.search-bar-light.search-bar-small.opened section.search-bar-item-cmp.search-bar-item-small:has(.icon-guests).text-wrapped {
  padding-block: 6px;
}

.search-bar-container.search-bar-dark.search-bar-small.opened section.search-bar-item-cmp.search-bar-item-small.text-wrapped .picker-content.picker-guests, .search-bar-container.search-bar-light.search-bar-small.opened section.search-bar-item-cmp.search-bar-item-small.text-wrapped .picker-content.picker-guests {
  top: 68px;
}

section.search-bar-item-cmp .picker-content {
  display: none;
  text-align: left;
  cursor: default;
  position: relative;
  background-color: #fcf8ea;
  align-items: flex-start;
  justify-content: space-around;
  border-radius: 10px;
  border-bottom: 1px solid #f1ede0;
  box-shadow: 0 0 10px 0 rgba(15, 23, 41, 0.15);
  top: -28px;
  margin-bottom: -43px;
  width: auto;
  padding: 15px 0;
}

@media (min-width: 992px) {
  section.search-bar-item-cmp .picker-content {
    position: absolute;
    border-radius: 5px;
    border-bottom: 0;
    box-shadow: none;
    top: 68px;
    left: 0;
    width: 1200px;
    max-width: 90vw;
    padding: 40px 80px 50px 40px;
    margin-bottom: 0;
    justify-content: unset;
  }
}
@media (max-width: 991px) {
  .search-modal section.search-bar-item-cmp .picker-content, .search-modal.show section.search-bar-item-cmp .picker-content {
    background-color: #fcf8ea !important;
  }
  .search-modal section.search-bar-item-cmp .picker-content .owner-calendar, .search-modal section.search-bar-item-cmp .picker-content .rdp-month, .search-modal section.search-bar-item-cmp .picker-content .rdp-root, .search-modal.show section.search-bar-item-cmp .picker-content .owner-calendar, .search-modal.show section.search-bar-item-cmp .picker-content .rdp-month, .search-modal.show section.search-bar-item-cmp .picker-content .rdp-root {
    background-color: transparent !important;
  }
  .search-modal section.search-bar-item-cmp .picker-content .panel-tab-calendar, .search-modal.show section.search-bar-item-cmp .picker-content .panel-tab-calendar {
    background-color: transparent !important;
  }
}
section.search-bar-item-cmp .picker-content.show {
  display: flex;
}

section.search-bar-item-cmp .picker-content span {
  display: inline;
}

@media (min-width: 992px) {
  section.search-bar-item-cmp .picker-content .search-bar-item-divider {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    border-left: 1px solid #f1ede0;
  }
}
@media (min-width: 992px) {
  section.search-bar-item-cmp .picker-content .search-bar-item-divider .grid-map {
    padding-left: 10px;
  }
}
section.search-bar-item-cmp .picker-content .picker-villas-list {
  max-height: 400px;
  overflow: auto;
}

section.search-bar-item-cmp .picker-content .picker-title {
  color: #0f1729;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.5px;
  text-align: center;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1ede0;
}

@media (min-width: 992px) {
  section.search-bar-item-cmp .picker-content .picker-title {
    color: #6a6658;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: left;
    display: inline;
    padding-bottom: 0;
    border-bottom: none;
  }
}
section.search-bar-item-cmp .picker-content .picker-subtitle {
  color: #6a6658;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.11px;
  text-transform: uppercase;
  margin-top: 7px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

section.search-bar-item-cmp .picker-content .picker-subtitle-search-type {
  font-size: 14px;
  margin-bottom: 10px;
}

section.search-bar-item-cmp .picker-content .picker-fake-input-search {
  cursor: pointer;
  display: flex;
  width: 261px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 20px;
  background: #f1ede0;
  color: #6a6658;
  font-feature-settings: "ss12" on;
  text-align: center;
  margin: 10px auto;
  font-family: EuclidFlex, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.11px;
  text-transform: uppercase;
  position: relative;
}

section.search-bar-item-cmp .picker-content .picker-fake-input-search.d-lg-none.icon-search::before {
  margin-right: 3px;
}

section.search-bar-item-cmp .picker-content .picker-fake-input-search.opened:before {
  font-size: 16px;
  content: "\e901";
  font-family: icomoon, sans-serif;
  position: absolute;
  left: -40px;
  top: 0;
  cursor: pointer;
  display: block;
  padding: 10px 20px;
  color: #3c528e;
}

section.search-bar-item-cmp .picker-content .picker-fake-input-search.opened:hover:before {
  color: #8cace8;
}

@media (max-height: 850px) {
  section.search-bar-item-cmp .picker-content.picker-location {
    max-height: calc(100vh - 158px);
    overflow-y: auto;
  }
}
section.search-bar-item-cmp .picker-content.picker-calendar {
  padding: 25px 0;
  left: 50% !important;
  transform: translateX(-50%);
  overflow: visible;
  width: auto;
}

@media (min-width: 992px) {
  section.search-bar-item-cmp .picker-content.picker-calendar {
    padding: 40px;
    width: 814px;
  }
}
@media (max-height: 850px) {
  section.search-bar-item-cmp .picker-content.picker-calendar {
    max-height: calc(100vh - 158px);
    overflow-y: auto;
  }
}
section.search-bar-item-cmp .picker-content.picker-guests {
  padding: 17px 0 10px 0;
  width: auto;
  flex-direction: column;
}

@media (max-height: 850px) {
  section.search-bar-item-cmp .picker-content.picker-guests {
    max-height: calc(100vh - 158px);
    overflow-y: auto;
  }
}
@media (min-width: 992px) {
  section.search-bar-item-cmp .picker-content.picker-guests {
    padding: 30px 40px;
    min-width: 340px;
    left: auto !important;
    right: 0;
  }
}
section.search-bar-item-cmp .picker-content.picker-guests .picker-title {
  padding-bottom: 20px;
  margin-bottom: 7px;
  width: 100%;
}

@media (min-width: 992px) {
  section.search-bar-item-cmp .picker-content.picker-guests .picker-title {
    border-bottom: none;
    margin-bottom: 0;
  }
}
section.search-bar-item-cmp .picker-content.picker-guests .picker-guests-first {
  margin-top: 25px;
}

section.search-bar-item-cmp .btn {
  padding: 8px 0;
  border: none;
  border-radius: 5px;
  font-family: EuclidFlex, sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

section.search-bar-item-cmp .btn.btn-white {
  background-color: transparent;
  color: #222e50;
  border: none;
}

section.search-bar-item-cmp .btn.btn-white.hover, section.search-bar-item-cmp .btn.btn-white:hover {
  background-color: #222e50;
  color: #fff;
  border: none;
}

.search-bar-small-wrapper .search-bar-small.search-bar-dark .search-bar-item-dark.search-bar-item-small .search-bar-item-text, .search-bar-small-wrapper .search-bar-small.search-bar-dark .search-bar-item-light.search-bar-item-small .search-bar-item-text, .search-bar-small-wrapper .search-bar-small.search-bar-light .search-bar-item-dark.search-bar-item-small .search-bar-item-text, .search-bar-small-wrapper .search-bar-small.search-bar-light .search-bar-item-light.search-bar-item-small .search-bar-item-text {
  font-size: 12px;
  line-height: 18px;
}

.search-bar-small-wrapper .search-bar-small.search-bar-dark.opened .search-bar-input:before, .search-bar-small-wrapper .search-bar-small.search-bar-light.opened .search-bar-input:before {
  font-size: 12px;
  color: inherit;
}

.search-bar-small-wrapper .search-bar-small.search-bar-dark.opened .search-bar-item-text, .search-bar-small-wrapper .search-bar-small.search-bar-light.opened .search-bar-item-text {
  font-size: 15px !important;
  line-height: 25px !important;
}

.quantity-selector-cmp {
  display: flex;
  padding: 10px 4px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  border-radius: 5px;
  background: 0 0;
  color: #5c7cd9;
}

.quantity-selector-cmp .quantity-selector-minus, .quantity-selector-cmp .quantity-selector-plus {
  background: 0 0;
  border: none;
  padding: 0;
  appearance: none;
  color: inherit;
  cursor: pointer;
}

.quantity-selector-cmp .quantity-selector-minus.disabled, .quantity-selector-cmp .quantity-selector-plus.disabled {
  color: #afaca0;
  cursor: not-allowed;
}

.quantity-selector-cmp .quantity-selector-minus:disabled, .quantity-selector-cmp .quantity-selector-plus:disabled {
  color: #afaca0;
  cursor: not-allowed;
  opacity: 0.5;
}

.quantity-selector-cmp .quantity-selector-value {
  display: inline-block;
  font-family: EuclidFlex, sans-serif;
  font-feature-settings: "ss12" on;
  text-align: center;
  margin: 0 2px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 11px;
  letter-spacing: 0.2px;
  padding: 5px 2px;
  border-radius: 5px;
  background: #e3e9f2;
  min-width: 29px;
  border: none;
}

@media (min-width: 992px) {
  .quantity-selector-cmp .quantity-selector-value {
    font-size: 12px;
    line-height: 15px;
    min-width: 30px;
  }
}
.quantity-selector-cmp.quantity-selector-huge .quantity-selector-value {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 1.5px;
  padding: 25px 5px 22px 5px;
  width: 85px;
  margin: 0 3px;
}

.quantity-selector-cmp.quantity-selector-huge .quantity-selector-minus .icon, .quantity-selector-cmp.quantity-selector-huge .quantity-selector-plus .icon {
  font-size: 24px;
}

.quantity-selector-cmp.quantity-selector-huge .quantity-selector-minus i:before, .quantity-selector-cmp.quantity-selector-huge .quantity-selector-plus i:before {
  font-size: 18px;
}

.quantity-selector-cmp.appearance-primary .quantity-selector-minus, .quantity-selector-cmp.appearance-primary .quantity-selector-plus {
  color: #5c7cd9;
}

.quantity-selector-cmp.appearance-primary .quantity-selector-value {
  background-color: #e3e9f2;
  color: #5c7cd9;
}

.quantity-selector-cmp.appearance-secondary {
  padding: 4px;
  align-items: flex-start;
  border: 0;
}

.quantity-selector-cmp.appearance-secondary .quantity-selector-value {
  background-color: #f1ede0;
  color: #0f1729;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.24px;
  width: 80px;
  padding: 9px 2px 10px;
}

@media (min-width: 992px) {
  .quantity-selector-cmp.appearance-secondary .quantity-selector-value {
    width: auto;
    padding: 5px 2px;
  }
}
.quantity-selector-cmp.appearance-secondary .quantity-selector-minus i, .quantity-selector-cmp.appearance-secondary .quantity-selector-plus i {
  line-height: 33px;
}

@media (min-width: 992px) {
  .quantity-selector-cmp.appearance-secondary .quantity-selector-minus i, .quantity-selector-cmp.appearance-secondary .quantity-selector-plus i {
    line-height: 22px;
  }
}
.quantity-selector-cmp.appearance-secondary .quantity-selector-minus i:before, .quantity-selector-cmp.appearance-secondary .quantity-selector-plus i:before {
  color: #77756e;
  font-size: 21px;
}

@media (min-width: 992px) {
  .quantity-selector-cmp.appearance-secondary .quantity-selector-minus i:before, .quantity-selector-cmp.appearance-secondary .quantity-selector-plus i:before {
    font-size: 12px;
  }
}
.c0014_search_bar-cmp {
  width: 100%;
}

.c0014_search_bar-cmp .search-bar-mobile-hidden {
  display: none !important;
}

.c0014_search_bar-cmp.search-bar-small-wrapper {
  display: flex;
  justify-content: center;
}

.c0014_search_bar-cmp.search-bar-small-wrapper:not(.search-bar-small-closed) {
  justify-content: flex-start;
}

.c0014_search_bar-cmp.search-bar-small-wrapper.search-bar-small-closed {
  display: flex;
  justify-content: center;
}

.c0014_search_bar-cmp.search-bar-small-wrapper.search-bar-small-closed .search-bar-small.has-been-opened .search-bar-item-cmp .icon-calendar.remove-icon {
  padding-block: 0 !important;
}

.c0014_search_bar-cmp.search-bar-small-wrapper.search-bar-small-closed .search-bar-small.has-been-opened .search-bar-item-cmp .icon-guests:has(br) {
  padding-block: 0 !important;
}

.c0014_search_bar-cmp .search-bar-container {
  font-family: EuclidFlex, sans-serif;
  position: relative;
  top: 0;
  border-radius: 5px;
  margin: 0 20px;
}

.c0014_search_bar-cmp .search-bar-container.search-bar-fixed {
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  margin: 0 20px;
  z-index: 1001 !important;
}

@media (max-width: 991px) {
  .c0014_search_bar-cmp .search-bar-container.search-bar-fixed {
    margin: 0;
  }
}
.c0014_search_bar-cmp .search-bar-container .col-4:last-child .search-bar-item-cmp {
  border: 0;
}

.c0014_search_bar-cmp .search-bar-container .button-container {
  margin: 10px 0;
}

.c0014_search_bar-cmp .search-bar-container .button-container .btn {
  width: 100%;
}

@media (min-width: 992px) {
  .c0014_search_bar-cmp .search-bar-container .button-container .btn {
    width: auto;
  }
}
@media (min-width: 992px) {
  .c0014_search_bar-cmp .search-bar-container .delimiter {
    position: relative;
  }
  .c0014_search_bar-cmp .search-bar-container .delimiter:after {
    position: absolute;
    right: 0;
    content: "";
    height: 25px;
    top: 15px;
    border-right: 1px solid;
  }
}
.c0014_search_bar-cmp .search-bar-container.search-bar-dark {
  background-color: transparent;
  margin-bottom: 0;
  z-index: 10;
}

@media (min-width: 992px) {
  .c0014_search_bar-cmp .search-bar-container.search-bar-dark .search-bar-item-dark.search-bar-item-large {
    padding: 0;
  }
  .c0014_search_bar-cmp .search-bar-container.search-bar-dark .search-bar-item-dark.search-bar-item-large:has(article.show) {
    padding-block: 0 !important;
  }
  .c0014_search_bar-cmp .search-bar-container.search-bar-dark .search-bar-item-dark.search-bar-item-large:has(article.show) .search-bar-input {
    padding-block: 10px !important;
  }
  .c0014_search_bar-cmp .search-bar-container.search-bar-dark .search-bar-item-dark.search-bar-item-large .search-bar-input {
    padding-block: 10px !important;
  }
}
.c0014_search_bar-cmp .search-bar-container.search-bar-dark .button-container {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.c0014_search_bar-cmp .search-bar-container.search-bar-dark .delimiter:after {
  top: 10px;
  border-color: #fcf8ea;
}

@media (min-width: 992px) {
  .c0014_search_bar-cmp .search-bar-container.search-bar-dark:not(.search-bar-small):not(.search-bar-fixed) {
    top: auto;
  }
  .c0014_search_bar-cmp .search-bar-container.search-bar-dark .picker-content {
    left: 0;
  }
}
@media (max-width: 991px) {
  .c0014_search_bar-cmp .search-bar-container.search-bar-dark {
    margin: 0;
    width: 100%;
    padding: 0 20px;
  }
}
.c0014_search_bar-cmp .search-bar-container.search-bar-light {
  background-color: #fcf8ea;
}

.c0014_search_bar-cmp .search-bar-container.search-bar-light:not(.c0014_search_bar-cmp.search-bar-container.search-bar-light.search-bar-small):hover {
  box-shadow: 4px 6px 15px 0 rgba(15, 23, 41, 0.1);
}

@media (max-width: 991px) {
  .c0014_search_bar-cmp .search-bar-container.search-bar-light {
    margin: 0;
    width: 100%;
  }
}
.c0014_search_bar-cmp .search-bar-container.search-bar-light .content-xs {
  background: #222e50;
  box-shadow: 0 0 10px 0 rgba(15, 23, 41, 0.15);
  padding: 40px 15px 40px 15px;
  margin: 0;
}

.c0014_search_bar-cmp .search-bar-container.search-bar-light .content-xs .container-light {
  display: flex !important;
}

.c0014_search_bar-cmp .search-bar-container.search-bar-light .content-xs .container-light .search-bar-label {
  color: #e3e9f2;
  font-family: EuclidFlex, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.11px;
  text-transform: uppercase;
  margin-right: 15px;
}

.c0014_search_bar-cmp .search-bar-container.search-bar-light .content-xs .container-light .search-bar-label:before {
  margin-right: 5px;
}

.c0014_search_bar-cmp .search-bar-container.search-bar-light .content-xs .container-light .search-bar-link {
  background-color: transparent;
  border: none;
  text-align: start;
  padding: 0;
  color: #5c7cd9;
  font-family: EuclidFlex, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.24px;
  text-decoration-line: underline;
  cursor: pointer;
}

.c0014_search_bar-cmp .search-bar-container.search-bar-light .content-xs .container-light .button-cmp .btn {
  border-radius: 20px;
}

.c0014_search_bar-cmp .search-bar-container.search-bar-light .content-xs .container-light .button-cmp .btn:before {
  color: #0f1729;
  font-size: 12px;
  width: 17px;
  display: block;
  padding: 5px;
}

.c0014_search_bar-cmp .search-bar-container.search-bar-dark.brand-luxe:not(.c0014_search_bar-cmp.search-bar-container.search-bar-dark.brand-luxe.search-bar-small):hover {
  box-shadow: 4px 6px 15px 0 rgba(15, 23, 41, 0.1);
}

@media (max-width: 991px) {
  .c0014_search_bar-cmp .search-bar-container.search-bar-dark.brand-luxe {
    margin: 0;
    padding: 0;
  }
}
.c0014_search_bar-cmp .search-bar-container.search-bar-dark.brand-luxe .content-xs {
  background: #4e346b;
  box-shadow: 0 0 10px 0 rgba(15, 23, 41, 0.15);
  padding: 40px 20px 35px 40px;
  margin: 0;
}

.c0014_search_bar-cmp .search-bar-container.search-bar-dark.brand-luxe .content-xs .container-dark {
  display: none;
}

.c0014_search_bar-cmp .search-bar-container.search-bar-dark.brand-luxe .content-xs .container-light {
  display: flex !important;
}

.c0014_search_bar-cmp .search-bar-container.search-bar-dark.brand-luxe .content-xs .container-light .search-bar-label {
  color: #e3e9f2;
  font-family: EuclidFlex, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.11px;
  text-transform: uppercase;
  margin-right: 15px;
}

.c0014_search_bar-cmp .search-bar-container.search-bar-dark.brand-luxe .content-xs .container-light .search-bar-label:before {
  margin-right: 5px;
}

.c0014_search_bar-cmp .search-bar-container.search-bar-dark.brand-luxe .content-xs .container-light .search-bar-link {
  background-color: transparent;
  border: none;
  text-align: start;
  padding: 0;
  color: #edddff;
  font-family: EuclidFlex, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.24px;
  text-decoration-line: underline;
  cursor: pointer;
}

.c0014_search_bar-cmp .search-bar-container.search-bar-dark.brand-luxe .content-xs .container-light .button-cmp .btn {
  border-radius: 20px;
}

.c0014_search_bar-cmp .search-bar-container.search-bar-dark.brand-luxe .content-xs .container-light .button-cmp .btn:before {
  color: #0f1729;
  font-size: 12px;
  width: 17px;
  display: block;
  padding: 5px;
}

.c0014_search_bar-cmp .search-bar-container.search-bar-blue {
  background-color: #222e50;
}

.c0014_search_bar-cmp .search-bar-container.search-bar-blue .delimiter:after {
  border-color: #fcf8ea;
}

@media (min-width: 992px) {
  .c0014_search_bar-cmp .search-bar-container.search-bar-small {
    border: 1px solid #afaca0;
    position: fixed !important;
    z-index: 100;
    padding: 0 17px 0 0;
    top: 16.75px;
    left: 50%;
    right: auto;
    width: fit-content;
    min-width: fit-content;
    max-width: 1440px;
    transform: translateX(calc(-50% - 18px)) !important;
    transform-origin: center;
    transition: top 0.2s ease 0s, left 0.2s ease 0s, right 0.2s ease 0s, width 0.2s ease 0s, max-width 0.2s ease 0s, transform 0.2s ease 0s;
  }
  .c0014_search_bar-cmp .search-bar-container.search-bar-small .col-3, .c0014_search_bar-cmp .search-bar-container.search-bar-small .col-6 {
    padding: 0;
    flex: initial;
    max-width: initial;
    width: auto;
  }
  .c0014_search_bar-cmp .search-bar-container.search-bar-small.opened {
    top: 90px !important;
    left: 50% !important;
    right: auto !important;
    width: calc(100% - 40px) !important;
    max-width: 1440px !important;
    transform: translateX(calc(-50% - 20px)) !important;
    transition: top 0.8s ease 0s, width 0.8s ease 0.8s, max-width 0.8s ease 0.8s;
  }
  .c0014_search_bar-cmp .search-bar-container.search-bar-small.opened .col-3, .c0014_search_bar-cmp .search-bar-container.search-bar-small.opened .col-6 {
    flex: 1;
    transition: none;
  }
  .c0014_search_bar-cmp .search-bar-container.search-bar-small.opened .col-4, .c0014_search_bar-cmp .search-bar-container.search-bar-small.opened .col-8 {
    transition: none;
  }
  .c0014_search_bar-cmp .search-bar-container.search-bar-small .row {
    margin: 0;
    flex-direction: row;
  }
  .c0014_search_bar-cmp .search-bar-container.search-bar-small .search-bar-item-cmp {
    min-width: 100px;
  }
  .c0014_search_bar-cmp .search-bar-container.search-bar-small .delimiter:after {
    border-color: #afaca0;
    top: 12px;
  }
  .c0014_search_bar-cmp .search-bar-container.search-bar-small .button-container {
    padding-left: 32px;
    margin-top: 8px;
    margin-bottom: 7px;
    text-align: center;
  }
  .c0014_search_bar-cmp .search-bar-container.search-bar-small .button-container.no-padding-left {
    padding-left: 0 !important;
  }
  .c0014_search_bar-cmp .search-bar-container.search-bar-small .button-container .btn {
    padding-left: 18px;
    padding-right: 18px;
  }
  .c0014_search_bar-cmp .search-bar-container.search-bar-small:not(.opened) .button-container {
    padding-left: 20px;
  }
  .c0014_search_bar-cmp .search-bar-container.search-bar-small:not(.opened) .button-container.no-padding-left {
    padding-left: 0 !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1090px) {
  .c0014_search_bar-cmp .search-bar-container.search-bar-small:not(.opened) .lite {
    padding: 0;
  }
  .c0014_search_bar-cmp .search-bar-container.search-bar-small:not(.opened) .search-bar-input {
    padding: 0 4px;
  }
  .c0014_search_bar-cmp .search-bar-container.search-bar-small:not(.opened) .search-bar-input:before {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .c0014_search_bar-cmp .search-bar-container.search-bar-small:not(.opened) .search-bar-input {
    padding: 15px 4px;
  }
}
.c0014_search_bar-cmp .search-bar-container.search-bar-small.search-bar-dark {
  border-color: #fcf8ea;
}

.c0014_search_bar-cmp .search-bar-container.search-bar-small.search-bar-dark .button-container {
  margin: 0;
}

@media (min-width: 992px) {
  .c0014_search_bar-cmp .search-bar-container.search-bar-small.search-bar-dark .search-bar-item-cmp .search-bar-input {
    padding-block: 15px !important;
  }
}
.c0014_search_bar-cmp .search-bar-container.search-bar-small.search-bar-dark .search-bar-item-cmp.calendar-dates-selected-closed {
  padding: 0;
}

.c0014_search_bar-cmp .search-bar-container.search-bar-small.search-bar-dark .search-bar-item-cmp .search-bar-input::before {
  color: #fcf8ea;
}

.c0014_search_bar-cmp .search-bar-container.search-bar-small.search-bar-dark .delimiter:after {
  border-color: #fcf8ea;
}

@media (min-width: 992px) {
  .c0014_search_bar-cmp .search-bar-container .picker-content.picker-calendar .search-calendar-wrapper .rdp-months {
    flex-wrap: nowrap !important;
    flex-direction: row !important;
  }
}
@media (min-width: 992px) {
  .c0014_search_bar-cmp .search-bar-container .picker-content.picker-calendar .search-calendar-wrapper .rdp-month {
    flex: 0 0 auto !important;
    min-width: 320px !important;
  }
}
.c0014_search_bar-cmp .search-bar-container .content-xs .search-sumary-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.c0014_search_bar-cmp .search-bar-container .content-xs .search-sumary-box .search-bar-label {
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 0.14px !important;
}

.c0014_search_bar-cmp .brand-luxe .btn.btn-violet, .c0014_search_bar-cmp .brand-luxe .btn.btn-white {
  color: #2f1f41;
  background-color: #fcf8ea;
}

.c0014_search_bar-cmp .brand-luxe .btn.btn-violet:hover, .c0014_search_bar-cmp .brand-luxe .btn.btn-white:hover {
  color: #fcf8ea;
  background-color: #6d538c;
}

.c0014_search_bar-cmp .brand-luxe.search-bar-light .btn.btn-violet, .c0014_search_bar-cmp .brand-luxe.search-bar-light .btn.btn-white {
  background-color: #2f1f41;
  color: #fcf8ea;
}

.c0014_search_bar-cmp .brand-luxe.search-bar-light .btn.btn-violet:hover, .c0014_search_bar-cmp .brand-luxe.search-bar-light .btn.btn-white:hover {
  background-color: #fcf8ea;
  color: #6d538c;
}

.c0014_search_bar-cmp .brand-luxe.search-bar-container .btn.icon-edit {
  display: none;
}

.c0014_search_bar-cmp .content-xs:has(.summary-button) {
  display: none;
}

.show-abstract .c0014_search_bar-cmp .content-xs {
  display: block !important;
}

@media (min-width: 992px) {
  .has-control-menu section.c0014_search_bar-cmp .search-bar-container.search-bar-small {
    top: 0;
  }
  .has-control-menu section.c0014_search_bar-cmp .search-bar-container.search-bar-small.opened {
    top: 146px;
  }
}
.search-bar-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0.9;
  background-color: #0f1729;
}

@media (min-width: 992px) {
  .search-bar-backdrop.show {
    display: block;
  }
}
.search-modal .modal-content .img_login, .search-modal .modal-content picture {
  display: none !important;
}

.search-modal .modal-footer .btn.btn-link.active[data-dismiss=modal]::before {
  color: #5c7cd9 !important;
}

section.button-cmp {
  line-height: initial;
}

section.button-cmp .btn {
  color: #fcf8ea;
  font-family: EuclidFlex, sans-serif;
}

section.button-cmp .btn[class*=" icon-"] {
  font-family: EuclidFlex, sans-serif;
}

section.button-cmp .btn[class*=" icon-"]:before {
  margin-right: 3px;
}

section.button-cmp .btn {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.4px;
  text-align: center;
  padding: 10px 30px;
  border-radius: 5px;
  border: 0;
  transition: all 0.3s ease;
}

section.button-cmp .btn:focus {
  outline: 0;
  box-shadow: none;
}

section.button-cmp .btn.btn-dark-blue {
  background-color: #222e50;
}

section.button-cmp .btn.btn-dark-blue.hover, section.button-cmp .btn.btn-dark-blue:hover {
  background-color: #5c7cd9;
}

section.button-cmp .btn.btn-dark-blue.active, section.button-cmp .btn.btn-dark-blue:active {
  background-color: #0f1729;
}

section.button-cmp .btn.btn-light-blue {
  background-color: #5c7cd9;
}

section.button-cmp .btn.btn-light-blue.hover, section.button-cmp .btn.btn-light-blue:hover {
  background-color: #8cace8;
}

section.button-cmp .btn.btn-light-blue.active, section.button-cmp .btn.btn-light-blue:active {
  background-color: #3c528e;
}

section.button-cmp .btn.btn-red {
  background-color: #e56248;
}

section.button-cmp .btn.btn-red.hover, section.button-cmp .btn.btn-red:hover {
  background-color: #e89c8b;
}

section.button-cmp .btn.btn-red.active, section.button-cmp .btn.btn-red:active {
  background-color: #560d29;
}

section.button-cmp .btn.btn-blue {
  background-color: #5c7cd9;
}

section.button-cmp .btn.btn-blue.hover, section.button-cmp .btn.btn-blue:hover {
  background-color: #8cace8;
}

section.button-cmp .btn.btn-blue.active, section.button-cmp .btn.btn-blue:active {
  background-color: #222e50;
}

section.button-cmp .btn.btn-white {
  color: #222e50;
  background-color: #fcf8ea;
}

section.button-cmp .btn.btn-white.hover, section.button-cmp .btn.btn-white:hover {
  color: #fcf8ea;
  background-color: #5c7cd9;
}

section.button-cmp .btn.btn-white.active, section.button-cmp .btn.btn-white:active {
  color: #fcf8ea;
  background-color: #222e50;
}

section.button-cmp .btn.btn-violet {
  background-color: #4e346b;
}

section.button-cmp .btn.btn-violet.hover, section.button-cmp .btn.btn-violet:hover {
  background-color: #6d538c;
}

section.button-cmp .btn.btn-violet.active, section.button-cmp .btn.btn-violet:active {
  background-color: #2f1f41;
}

section.button-cmp .btn.btn-white-luxe {
  color: #2f1f41;
  background-color: #fcf8ea;
}

section.button-cmp .btn.btn-white-luxe.hover, section.button-cmp .btn.btn-white-luxe:hover {
  color: #fcf8ea;
  background-color: #6d538c;
}

section.button-cmp .btn.btn-white-luxe.active, section.button-cmp .btn.btn-white-luxe:active {
  color: #fcf8ea;
  background-color: #2f1f41;
}

section.button-cmp .btn.btn-yellow {
  background-color: #aa8500;
}

section.button-cmp .btn.btn-yellow.hover, section.button-cmp .btn.btn-yellow:hover {
  background-color: #ffc700;
}

section.button-cmp .btn.btn-yellow.active, section.button-cmp .btn.btn-yellow:active {
  background-color: #49380d;
}

section.button-cmp .btn.btn-sand-yellow {
  color: #aa8500;
  background-color: #fcf8ea;
}

section.button-cmp .btn.btn-sand-yellow.hover, section.button-cmp .btn.btn-sand-yellow:hover {
  color: #fcf8ea;
  background-color: #ffc700;
}

section.button-cmp .btn.btn-sand-yellow.active, section.button-cmp .btn.btn-sand-yellow:active {
  color: #fcf8ea;
  background-color: #49380d;
}

section.button-cmp .btn.btn-short {
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -0.3px;
  padding: 7px 10px;
}

section.button-cmp .btn.btn-short.hover, section.button-cmp .btn.btn-short:hover {
  box-shadow: 4px 6px 15px 0 rgba(15, 23, 41, 0.1);
}

section.button-cmp .btn.btn-long {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -0.3px;
  padding: 10px 20px;
}

section.button-cmp .btn.btn-long.hover, section.button-cmp .btn.btn-long:hover {
  box-shadow: 4px 6px 15px 0 rgba(15, 23, 41, 0.1);
}

section.button-cmp .btn.btn-large {
  padding: 10px 30px;
  text-wrap: balance;
}

section.button-cmp .btn.btn-large.hover, section.button-cmp .btn.btn-large:hover {
  box-shadow: 4px 6px 15px 0 rgba(15, 23, 41, 0.1);
}

section.button-cmp .btn.btn-huge {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.6px;
  padding: 18px 35px;
  text-wrap: balance;
}

section.button-cmp .btn.btn-huge.hover, section.button-cmp .btn.btn-huge:hover {
  box-shadow: 4px 6px 15px 0 rgba(15, 23, 41, 0.1);
}

section.button-cmp .btn.btn-huge.btn-blue-outline {
  color: #5c7cd9;
  border: 1px solid #5c7cd9;
  font-size: 20px;
  letter-spacing: -0.4px;
  padding: 17px 34px;
}

section.button-cmp .btn.btn-huge.btn-blue-outline.hover, section.button-cmp .btn.btn-huge.btn-blue-outline:hover {
  color: #fcf8ea;
  background-color: #5c7cd9;
  border: 1px solid #5c7cd9;
}

section.button-cmp .btn.btn-huge.btn-blue-outline.active, section.button-cmp .btn.btn-huge.btn-blue-outline:active {
  color: #fcf8ea;
  background-color: #3c528e;
  border: 1px solid #3c528e;
}

@media (max-width: 425px) {
  section.button-cmp .btn.btn-huge {
    font-size: 20px;
  }
}
section.button-cmp .btn.btn-outline {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -0.3px;
  padding: 9px 10px;
  color: #5c7cd9;
  background-color: transparent;
  border: 1px solid #5c7cd9;
}

section.button-cmp .btn.btn-outline:before {
  font-size: 12px;
}

section.button-cmp .btn.btn-outline.btn-blue {
  color: #5c7cd9;
  background-color: transparent;
  border: 1px solid #5c7cd9;
}

section.button-cmp .btn.btn-outline.btn-white {
  color: #0f1729;
  background-color: transparent;
  border: 1px solid #0f1729;
}

section.button-cmp .btn.btn-outline.btn-white-outline {
  color: #0f1729;
  background-color: transparent;
  border: 1px solid transparent;
}

section.button-cmp .btn.btn-outline.hover, section.button-cmp .btn.btn-outline:hover {
  color: #fcf8ea;
  background-color: #5c7cd9;
  border-color: #5c7cd9;
}

section.button-cmp .btn.btn-outline.active, section.button-cmp .btn.btn-outline:active {
  color: #fcf8ea;
  background-color: #0f1729;
  border-color: #0f1729;
}

section.button-cmp .btn.btn-outline.btn-dark-blue {
  color: #3c528e;
  background-color: transparent;
  border: 1px solid #3c528e;
}

section.button-cmp .btn.btn-outline.btn-dark-blue.active, section.button-cmp .btn.btn-outline.btn-dark-blue.hover, section.button-cmp .btn.btn-outline.btn-dark-blue:hover {
  background-color: #3c528e;
  color: #fff;
}

section.button-cmp .btn.btn-outline.btn-light-luxe-outline {
  color: #6d538c;
  background-color: transparent;
  border: 1px solid #6d538c;
}

section.button-cmp .btn.btn-outline.btn-light-luxe-outline.hover, section.button-cmp .btn.btn-outline.btn-light-luxe-outline:hover {
  color: #fcf8ea;
  background-color: #6d538c;
  border-color: #6d538c;
}

section.button-cmp .btn.btn-outline.btn-light-luxe-outline.active, section.button-cmp .btn.btn-outline.btn-light-luxe-outline:active {
  color: #fcf8ea;
  background-color: #2f1f41;
  border-color: #2f1f41;
}

section.button-cmp .btn.btn-outline.btn-luxe {
  color: #0f1729;
  background-color: #fcf8ea;
  border: 1px solid #fcf8ea;
}

section.button-cmp .btn.btn-outline.btn-luxe.hover, section.button-cmp .btn.btn-outline.btn-luxe:hover {
  color: #fcf8ea;
  background-color: #6d538c;
  border-color: #6d538c;
}

section.button-cmp .btn.btn-outline.btn-luxe.active, section.button-cmp .btn.btn-outline.btn-luxe:active {
  color: #fcf8ea;
  background-color: #2f1f41;
  border-color: #2f1f41;
}

section.button-cmp .btn.btn-outline.btn-dark-luxe-outline {
  color: #2f1f41;
  background-color: transparent;
  border: 1px solid #2f1f41;
}

section.button-cmp .btn.btn-outline.btn-dark-luxe-outline.hover, section.button-cmp .btn.btn-outline.btn-dark-luxe-outline:hover {
  color: #fcf8ea;
  background-color: #6d538c;
  border-color: #6d538c;
}

section.button-cmp .btn.btn-outline.btn-dark-luxe-outline.active, section.button-cmp .btn.btn-outline.btn-dark-luxe-outline:active {
  color: #fcf8ea;
  background-color: #2f1f41;
  border-color: #2f1f41;
}

section.button-cmp .btn.btn-fit {
  padding: 5px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  background-color: #222e50;
  color: #fcf8ea;
}

section.button-cmp .btn.btn-fit.hover, section.button-cmp .btn.btn-fit:hover {
  background-color: #8cace8;
}

section.button-cmp .btn.btn-fit.active, section.button-cmp .btn.btn-fit:active {
  background-color: #222e50;
}

section.button-cmp .btn.btn-fit.inactive {
  background-color: #afaca0;
}

section.button-cmp .btn.btn-link {
  color: #222e50;
  font-feature-settings: "ss12" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  background-color: transparent;
  padding: 9px 10px;
  text-decoration: none;
  border: 0;
}

section.button-cmp .btn.btn-link.active {
  color: #5c7cd9;
}

section.button-cmp .btn.btn-link.hover, section.button-cmp .btn.btn-link:hover {
  color: #8cace8;
}

section.button-cmp .btn.btn-link:before {
  font-size: 12px;
}

.jdt-c0062-hero-carousel--server-fallback {
  --slides-per-view:1.05;
  --space-between:5px;
  padding-block: 1px;
}

@media (min-width: 992px) {
  .jdt-c0062-hero-carousel--server-fallback {
    padding-block: 0;
  }
}
.jdt-c0062-hero-carousel--server-fallback .swiper-wrapper {
  display: flex;
  justify-content: center;
}

.jdt-c0062-hero-carousel--server-fallback .swiper-slide {
  flex-shrink: 0;
  width: calc((100% - (var(--slides-per-view) - 1) * var(--space-between)) / var(--slides-per-view));
}

@media (min-width: 992px) {
  .jdt-c0062-hero-carousel--server-fallback .swiper-slide {
    --slides-per-view:1.2;
    --space-between:10px;
  }
}
@media (min-width: 1200px) {
  .jdt-c0062-hero-carousel--server-fallback .swiper-slide {
    --slides-per-view:1.4;
    --space-between:10px;
  }
}
@media (min-width: 1440px) {
  .jdt-c0062-hero-carousel--server-fallback .swiper-slide {
    --slides-per-view:1.6;
    --space-between:10px;
  }
}
@media (min-width: 1920px) {
  .jdt-c0062-hero-carousel--server-fallback .swiper-slide {
    --slides-per-view:1.8;
    --space-between:10px;
  }
}
.jdt-c0062-hero-carousel {
  background-color: #fcf8ea;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.jdt-c0062-hero-carousel__wrap {
  margin: 0 auto;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jdt-c0062-hero-carousel__swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.jdt-c0062-hero-carousel__swiper .swiper-slide {
  opacity: 1;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jdt-c0062-hero-carousel__swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.4;
}

.jdt-c0062-hero-carousel__swiper .swiper-slide-active {
  z-index: 1;
}

.jdt-c0062-hero-carousel__image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
}

.jdt-c0062-hero-carousel__image-container img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  -webkit-user-select: none;
  user-select: none;
}

.jdt-c0062-hero-carousel__btns {
  position: absolute;
  z-index: 30;
  display: flex;
  gap: 10px;
  align-items: stretch;
  bottom: 1.5dvh;
  right: 4%;
}

@media (min-width: 992px) {
  .jdt-c0062-hero-carousel__btns {
    top: 2dvh;
    bottom: auto;
    right: 10%;
  }
}
@media (min-width: 1200px) {
  .jdt-c0062-hero-carousel__btns {
    right: 16%;
  }
}
@media (min-width: 1440px) {
  .jdt-c0062-hero-carousel__btns {
    right: 20%;
  }
}
@media (min-width: 1920px) {
  .jdt-c0062-hero-carousel__btns {
    right: 24%;
  }
}
.jdt-c0062-hero-carousel__btn {
  appearance: none;
  background-color: rgba(252, 248, 234, 0.8);
  color: #0f1729;
  font-family: EuclidFlex, sans-serif;
  font-size: 13px;
  border: none;
  border-radius: 4px;
  padding: 0 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .jdt-c0062-hero-carousel__btn {
    font-size: 15px;
    height: 44px;
  }
}
.jdt-c0062-hero-carousel__btn--gallery.icon-picture-gallery::before {
  font-family: icomoon, sans-serif;
  content: "\e93f";
  margin-right: 8px;
  font-size: 1.1em;
}

.jdt-c0062-hero-carousel__btn:hover {
  background-color: #fcf8ea;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.jdt-c0062-hero-carousel__btn:active, .jdt-c0062-hero-carousel__btn:focus {
  outline: 0;
}

.jdt-c0062-hero-carousel .swiper-button-next, .jdt-c0062-hero-carousel .swiper-button-prev {
  position: absolute;
  width: 36px;
  height: 36px;
  color: #fff;
  cursor: pointer;
  z-index: 50;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease, transform 0.2s ease;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.5));
}

.jdt-c0062-hero-carousel .swiper-button-next::after, .jdt-c0062-hero-carousel .swiper-button-next::before, .jdt-c0062-hero-carousel .swiper-button-prev::after, .jdt-c0062-hero-carousel .swiper-button-prev::before {
  content: none !important;
  display: none !important;
}

.jdt-c0062-hero-carousel .swiper-button-next svg, .jdt-c0062-hero-carousel .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  stroke-width: 0.5px;
  stroke: #fff;
  opacity: 0.8;
}

.jdt-c0062-hero-carousel .swiper-button-next.swiper-button-prev svg, .jdt-c0062-hero-carousel .swiper-button-prev.swiper-button-prev svg {
  transform: scaleX(-1);
}

.jdt-c0062-hero-carousel .swiper-button-next:hover, .jdt-c0062-hero-carousel .swiper-button-prev:hover {
  transform: translateY(-50%) scale(1.1);
}

.jdt-c0062-hero-carousel .swiper-button-next:hover svg, .jdt-c0062-hero-carousel .swiper-button-prev:hover svg {
  opacity: 1;
}

@media (max-width: 991px) {
  .jdt-c0062-hero-carousel .swiper-button-next, .jdt-c0062-hero-carousel .swiper-button-prev {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .jdt-c0062-hero-carousel .swiper-button-next.swiper-button-prev, .jdt-c0062-hero-carousel .swiper-button-prev.swiper-button-prev {
    left: 2.5%;
  }
  .jdt-c0062-hero-carousel .swiper-button-next.swiper-button-next, .jdt-c0062-hero-carousel .swiper-button-prev.swiper-button-next {
    right: 2.5%;
  }
}
@media (min-width: 992px) {
  .jdt-c0062-hero-carousel .swiper-button-next.swiper-button-prev, .jdt-c0062-hero-carousel .swiper-button-prev.swiper-button-prev {
    left: 8.5%;
  }
  .jdt-c0062-hero-carousel .swiper-button-next.swiper-button-next, .jdt-c0062-hero-carousel .swiper-button-prev.swiper-button-next {
    right: 8.5%;
  }
}
@media (min-width: 1200px) {
  .jdt-c0062-hero-carousel .swiper-button-next.swiper-button-prev, .jdt-c0062-hero-carousel .swiper-button-prev.swiper-button-prev {
    left: 14.5%;
  }
  .jdt-c0062-hero-carousel .swiper-button-next.swiper-button-next, .jdt-c0062-hero-carousel .swiper-button-prev.swiper-button-next {
    right: 14.5%;
  }
}
@media (min-width: 1440px) {
  .jdt-c0062-hero-carousel .swiper-button-next.swiper-button-prev, .jdt-c0062-hero-carousel .swiper-button-prev.swiper-button-prev {
    left: 19%;
  }
  .jdt-c0062-hero-carousel .swiper-button-next.swiper-button-next, .jdt-c0062-hero-carousel .swiper-button-prev.swiper-button-next {
    right: 19%;
  }
}
@media (min-width: 1920px) {
  .jdt-c0062-hero-carousel .swiper-button-next.swiper-button-prev, .jdt-c0062-hero-carousel .swiper-button-prev.swiper-button-prev {
    left: 22.5%;
  }
  .jdt-c0062-hero-carousel .swiper-button-next.swiper-button-next, .jdt-c0062-hero-carousel .swiper-button-prev.swiper-button-next {
    right: 22.5%;
  }
}
section.dropdown-cmp {
  font-family: EuclidFlex, sans-serif;
}

section.dropdown-cmp .dropdown [class*=" icon-"], section.dropdown-cmp .dropdown [class^=icon-] {
  font-family: EuclidFlex, sans-serif;
}

section.dropdown-cmp .dropdown [class*=" icon-"]:before, section.dropdown-cmp .dropdown [class^=icon-]:before {
  margin-right: 10px;
}

section.dropdown-cmp .dropdown .dropdown-label {
  color: #0f1729;
  border: 0;
  background-color: transparent;
  outline: 0;
}

section.dropdown-cmp .dropdown .dropdown-label.dropdown-rounded.dropdown-label {
  color: #fcf8ea;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  height: 19px;
  width: 30px;
  letter-spacing: -0.3px;
  position: relative;
}

section.dropdown-cmp .dropdown .dropdown-label.dropdown-rounded.dropdown-label:before {
  left: 0;
  top: -31%;
  position: absolute;
  display: block;
  content: "";
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #0f1729;
  z-index: -1;
}

@media (min-width: 992px) {
  section.dropdown-cmp .dropdown .dropdown-label.dropdown-rounded.dropdown-label:before {
    top: -28%;
  }
}
section.dropdown-cmp .dropdown .dropdown-label:after {
  margin-left: 2px;
}

section.dropdown-cmp .dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

section.dropdown-cmp .dropdown .dropdown-menu {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
  left: 5px;
  border-radius: 3px;
  max-width: 150px;
  min-width: 115px;
}

section.dropdown-cmp .dropdown .dropdown-menu .dropdown-item {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  color: #222e50;
  white-space: nowrap;
}

section.dropdown-cmp .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #5c7cd9;
}

section.dropdown-cmp .dropdown .dropdown-menu a {
  color: #222e50;
}

section.dropdown-cmp .dropdown.dropdown-light .dropdown-label {
  color: #fcf8ea;
}

section.dropdown-cmp .dropdown.dropdown-light .dropdown-label.dropdown-rounded.dropdown-label {
  color: #0f1729;
}

section.dropdown-cmp .dropdown.dropdown-light .dropdown-label.dropdown-rounded.dropdown-label:before {
  background-color: #fcf8ea;
}

section.dropdown-cmp .dropdown.dropdown-light-inverted {
  border-radius: 5px;
  background-color: #fcf8ea;
  padding: 8px 10px;
}

section.dropdown-cmp .dropdown.dropdown-light-inverted .dropdown-label {
  color: #0f1729;
}

section.dropdown-cmp .dropdown.dropdown-light-inverted .dropdown-menu {
  left: -10px !important;
  top: 12px !important;
}

section.c0074_breadcrumbs-cmp {
  background-color: transparent;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

section.c0074_breadcrumbs-cmp .breadcrumbs-wrap {
  margin: 0 auto;
  padding: 17px 25px 17px 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
}

@media (min-width: 992px) {
  section.c0074_breadcrumbs-cmp .breadcrumbs-wrap {
    padding: 24px 40px;
    justify-content: flex-end;
  }
}
section.c0074_breadcrumbs-cmp .breadcrumb-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  background-color: transparent;
  padding-left: 0;
  line-height: 16px;
}

section.c0074_breadcrumbs-cmp .breadcrumb-items li {
  font-size: 14px;
  list-style: none;
}

section.c0074_breadcrumbs-cmp .breadcrumb-items li:last-child .item {
  color: #0f1729;
  font-weight: 500 !important;
}

section.c0074_breadcrumbs-cmp .breadcrumb-items li:last-child .item:hover {
  cursor: default;
  color: #0f1729;
  text-decoration: none;
}

@media (max-width: 991px) {
  section.c0074_breadcrumbs-cmp .breadcrumb-items {
    display: block;
  }
  section.c0074_breadcrumbs-cmp .breadcrumb-items li {
    display: inline;
  }
}
section.c0074_breadcrumbs-cmp .item {
  text-decoration: none;
  font-family: EuclidFlex, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #3c528e;
  transition: all 0.5s ease-out;
  cursor: pointer;
}

@media (min-width: 450px) {
  section.c0074_breadcrumbs-cmp .item {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s ease-out;
  }
}
section.c0074_breadcrumbs-cmp .item:hover {
  cursor: pointer;
  color: #5c7cd9;
  text-decoration: underline;
}

section.c0074_breadcrumbs-cmp .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  background-image: none;
  color: #3c528e;
  margin-top: 0;
  top: 0;
}

section.c0074_breadcrumbs-cmp .dropdown {
  width: 50px;
}

section.c0074_breadcrumbs-cmp .dropdown .icon-share-clasic {
  font-size: 12px;
  color: #0f1729;
  padding-left: 20px;
  transition: all 0.5s ease-out;
  border: none;
  background-color: transparent;
}

@media (min-width: 450px) {
  section.c0074_breadcrumbs-cmp .dropdown .icon-share-clasic {
    font-size: 15px;
  }
}
section.c0074_breadcrumbs-cmp .dropdown .icon-share-clasic:hover {
  color: #5c7cd9;
  text-decoration: none;
}

section.c0074_breadcrumbs-cmp .dropdown .dropdown-menu.show {
  display: block;
  left: -125px;
  color: #0f1729;
  border-radius: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.24px;
  margin-top: 5px;
  min-width: 0;
}

section.c0074_breadcrumbs-cmp .dropdown .dropdown-item {
  color: #0f1729;
  font-weight: 500;
  transition: all 0.5s ease-out;
}

section.c0074_breadcrumbs-cmp .dropdown .dropdown-item:hover {
  cursor: pointer;
  color: #5c7cd9;
  text-decoration: underline;
}

section.c0074_breadcrumbs-cmp.appearance-secondary {
  z-index: 10;
  margin-top: -12px;
  position: relative;
  max-width: 100%;
}

section.c0074_breadcrumbs-cmp.appearance-secondary .breadcrumbs-wrap {
  max-width: 100%;
  padding-bottom: 20px;
  padding-right: 0;
}

section.c0074_breadcrumbs-cmp.appearance-secondary .item {
  color: #b09dc6;
}

section.c0074_breadcrumbs-cmp.appearance-secondary .breadcrumb-items li:last-child .item, section.c0074_breadcrumbs-cmp.appearance-secondary .dropdown .icon-share-clasic {
  color: #f6eeff;
}

section.c0074_breadcrumbs-cmp.appearance-secondary .dropdown {
  margin-right: 14px;
}

@media (min-width: 992px) {
  section.c0074_breadcrumbs-cmp.appearance-secondary .dropdown {
    margin-top: 8px;
  }
}
section.c0096_breadcrumbs_dark-cmp {
  background-color: #fcf8ea;
}

section.c0096_breadcrumbs_dark-cmp .dark-tone {
  background-color: #0f1729;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

section.c0096_breadcrumbs_dark-cmp .dark-tone .breadcrumb-items li:last-child .item {
  color: #fcf8ea;
}

section.c0096_breadcrumbs_dark-cmp .dark-tone .breadcrumb-items li:last-child .item:hover {
  color: #5c7cd9;
}

section.c0096_breadcrumbs_dark-cmp .dark-tone .item {
  color: #afaca0;
}

section.c0096_breadcrumbs_dark-cmp .dark-tone .icon-share {
  color: #fcf8ea;
}

section.c0096_breadcrumbs_dark-cmp .breadcrumbs-wrap {
  padding: 17px 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
}

@media (min-width: 992px) {
  section.c0096_breadcrumbs_dark-cmp .breadcrumbs-wrap {
    padding: 24px 40px;
    justify-content: flex-end;
  }
}
section.c0096_breadcrumbs_dark-cmp .breadcrumb-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding-left: 0;
}

section.c0096_breadcrumbs_dark-cmp .breadcrumb-items li {
  list-style: none;
}

section.c0096_breadcrumbs_dark-cmp .breadcrumb-items li:last-child .item {
  color: #0f1729;
}

section.c0096_breadcrumbs_dark-cmp .item {
  text-decoration: none;
  font-family: EuclidFlex, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #afaca0;
  transition: all 0.5s ease-out;
  cursor: pointer;
}

@media (min-width: 450px) {
  section.c0096_breadcrumbs_dark-cmp .item {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s ease-out;
  }
}
section.c0096_breadcrumbs_dark-cmp .item:hover {
  color: #5c7cd9;
  text-decoration: underline;
}

section.c0096_breadcrumbs_dark-cmp .icon-share {
  font-size: 12px;
  color: #0f1729;
  padding-left: 20px;
  transition: all 0.5s ease-out;
}

@media (min-width: 450px) {
  section.c0096_breadcrumbs_dark-cmp .icon-share {
    font-size: 15px;
  }
}
section.c0096_breadcrumbs_dark-cmp .icon-share:hover {
  color: #5c7cd9;
  text-decoration: none;
}

section.c0096_breadcrumbs_dark-cmp .dropdown {
  position: relative;
}

section.c0096_breadcrumbs_dark-cmp .dropdown .icon-share-clasic {
  font-size: 12px;
  color: #fcf8ea;
  padding-left: 20px;
  transition: all 0.5s ease-out;
  border: none;
  background-color: #0f1729;
  cursor: pointer;
}

@media (min-width: 450px) {
  section.c0096_breadcrumbs_dark-cmp .dropdown .icon-share-clasic {
    font-size: 15px;
  }
}
section.c0096_breadcrumbs_dark-cmp .dropdown .icon-share-clasic:hover {
  color: #5c7cd9;
  text-decoration: none;
}

section.c0096_breadcrumbs_dark-cmp .dropdown .dropdown-menu.show {
  display: block;
  position: absolute;
  left: -125px;
  background-color: #fcf8ea;
  color: #0f1729;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 1.5px;
  font-weight: 500;
  text-align: center;
  min-width: 150px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

section.c0096_breadcrumbs_dark-cmp .dropdown .dropdown-item {
  background-color: #fcf8ea;
  color: #0f1729;
  transition: all 0.5s ease-out;
  display: block;
  padding: 8px 16px;
  text-decoration: none;
}

section.c0096_breadcrumbs_dark-cmp .dropdown .dropdown-item:hover {
  cursor: pointer;
  color: #5c7cd9;
  text-decoration: underline;
  background-color: #f1ede0;
}

.c0104_intro_villa_sentinel {
  height: 1px;
}

section.c0104_intro_villa_cmp {
  background-color: #fcf8ea;
  margin: 0 auto;
  z-index: 90;
  position: relative;
}

@media all and (max-width: 592px) {
  section.c0104_intro_villa_cmp.booking-open, section.c0104_intro_villa_cmp:has(.booking_popup:not(.hidden)) {
    z-index: 300;
  }
}
section.c0104_intro_villa_cmp .c0104_intro_villa_wrap {
  margin: 0 auto;
  max-width: 1450px;
  padding: 20px;
  margin-top: 0;
}

@media all and (min-width: 592px) {
  section.c0104_intro_villa_cmp .c0104_intro_villa_wrap {
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0;
  }
}
section.c0104_intro_villa_cmp .c0104_intro_villa_wrap p {
  margin: 0;
}

@media all and (min-width: 592px) {
  section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .left {
    width: 60%;
  }
}
section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .title_box {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 20px;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .title {
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0;
  transition: opacity ease 2s;
}

@media all and (max-width: 592px) {
  section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .title {
    width: 80%;
  }
}
@media all and (min-width: 592px) {
  section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .title {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 2px;
  }
}
section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .title.title-stucked {
  opacity: 0;
  position: absolute;
  transition: opacity ease 0s;
  z-index: -1;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .icon-heart-outline:before {
  font-size: 20px;
  color: #afaca0;
  margin-left: 10px;
}

@media all and (min-width: 592px) {
  section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .info_villa {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 50px;
    margin-top: 15px;
  }
}
section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .location_box {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}

@media all and (min-width: 592px) {
  section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .location_box {
    order: 2;
    margin-top: 0;
  }
}
section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .info_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  gap: 10px;
  margin-top: 20px;
}

@media all and (min-width: 592px) {
  section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .info_box {
    margin-top: 0;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .info_box .villa-card-quality {
  margin-top: 3px;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .info_box .villa-card-quality .icon-star-rating:before {
  padding-right: 0;
}

@media all and (min-width: 370px) and (max-width: 500px) {
  section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .info_box .icon-beach-view, section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .info_box .info_star {
    width: 150px;
  }
}
section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .map {
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.24px;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .map::before {
  padding-right: 5px;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .icons-rate {
  display: flex;
  flex-direction: row;
  padding-bottom: 0;
}

@media all and (min-width: 592px) {
  section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .icons-rate {
    padding-bottom: 0;
  }
}
section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .icons-rate p {
  font-size: 20px;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .icons-rate p::before {
  padding-right: 0;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .icons-rate img {
  margin-bottom: 5px;
  max-width: 105px;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .info-bar {
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  text-align: start;
}

@media all and (min-width: 592px) {
  section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .info-bar {
    font-size: 12px;
    width: initial;
  }
}
section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .info-bar::before {
  padding-right: 5px;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .right {
  display: flex;
  gap: 0;
  justify-content: space-between;
  align-items: center;
}

@media all and (max-width: 592px) {
  section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .right {
    position: fixed;
    background-color: #fcf8ea;
    width: 100%;
    padding: 15px 20px;
    margin: 0;
    bottom: 0;
    z-index: 90;
    margin-left: -20px;
    gap: 15px;
  }
}
@media all and (min-width: 592px) {
  section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .right {
    width: 40%;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 70px;
    align-items: center;
  }
}
section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .place {
  text-align: start;
}

@media all and (min-width: 592px) {
  section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .intro_price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .price_number {
  font-family: EuclidFlex, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.7px;
  text-align: end;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .date_nights {
  font-family: EuclidFlex, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  text-align: end;
  width: 100%;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .date_nights b, section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .date_nights strong {
  font-weight: inherit;
}

@media all and (min-width: 592px) {
  section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .date_nights {
    font-size: 12px;
  }
}
section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .book_btn {
  padding: 10px 30px;
  font-family: EuclidFlex, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.6px;
  border-radius: 5px;
  width: fit-content;
  border: none;
}

@media all and (min-width: 592px) {
  section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .book_btn {
    font-size: 30px;
    padding: 18px 35px;
  }
}
section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup {
  background-color: #fcf8ea;
  width: 360px;
  border-radius: 5px;
  transition: all 0.5s ease-out;
  padding: 30px;
}

@media (max-height: 680px) {
  section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup {
    overflow-y: auto;
    height: calc(100vh - 127px);
  }
}
@media all and (min-width: 592px) {
  section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup {
    position: absolute;
    z-index: 99;
    margin-left: -232px;
    margin-top: 20px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
  }
}
@media all and (max-width: 592px) {
  section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 300;
    overflow-y: auto;
    max-height: 100vh;
  }
}
section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .quantity-list-item-title {
  text-align: center;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .label, section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .quantity-list-item-title, section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .title-booking-popup {
  color: #222e50;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  border-style: none;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .title-booking-popup {
  font-size: 14px;
  line-height: 18px;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .first {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  border-bottom: solid 1px #f1ede0;
  padding: 0 0 20px 0;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .first p.label {
  font-size: 14px;
  margin-bottom: 0;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .close_btn {
  cursor: pointer;
  font-family: EuclidFlex, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.3px;
  align-self: end;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .close_btn:hover {
  transition: all 0.5s ease-out;
  opacity: 0.8;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .label {
  padding-left: 0;
  margin-bottom: 5px;
  margin-left: 0;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .second {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: solid 1px #f1ede0;
  padding: 20px 0;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .second .check {
  width: calc(50% - 5px);
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .second .check input {
  max-width: 100%;
  border-radius: 5px;
  background: #f1ede0;
  border: 0;
  color: #3c528e;
  text-align: center;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  padding: 10px;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .second .dates {
  margin-bottom: 10px;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .second .dates + div {
  align-items: center;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .second .dates + div div {
  flex-basis: 33%;
}

@media (max-width: 991px) {
  section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .second .dates + div {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 360px) {
  section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .second .dates + div .quantity-selector-value {
    width: 60px;
  }
}
@media (min-width: 992px) {
  section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .second .input-without-pets {
    justify-content: space-between;
  }
}
section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .second .input-without-pets > div {
  flex-basis: 50%;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .second .input-without-pets > div .quantity-selector-minus i, section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .second .input-without-pets > div .quantity-selector-plus i {
  line-height: 33px;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .second .input-without-pets > div .quantity-selector-minus i:before, section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .second .input-without-pets > div .quantity-selector-plus i:before {
  font-size: 21px;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .second .input-without-pets > div .quantity-selector-value {
  width: 80px;
  padding: 9px 2px 10px;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .second .date, section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .second .renters {
  font-family: EuclidFlex, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  background-color: #f1ede0;
  border: none;
  padding: 10px;
  border-radius: 5px;
  margin: 10px 0;
  color: #3c528e;
  cursor: pointer;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .third {
  padding: 0 !important;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .third .price-details__title {
  cursor: default;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-block: 20px;
  color: var(--Blue-Abahana, #222e50);
  font-family: EuclidFlex, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .third .price-details__title span {
  font-size: 14px;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .third .price-details__title:hover {
  text-decoration: none;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .third .price-details__title .icon_wrap {
  transform: rotate(270deg);
  width: 20px;
  display: flex;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0.83, 0, 0.17, 1);
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .third .price-details__title[aria-expanded=true] .icon_wrap {
  transform: rotate(90deg);
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .third .price-details__title.collapsed .icon_wrap {
  transform: rotate(270deg);
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .third .price-details .receipt {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 10px;
  font-family: EuclidFlex, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .third .price-details .receipt .basic-calculation {
  color: var(--Sand-Black, #77756e);
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .third .price-details .receipt .offert {
  color: var(--Green-Green, #989a50);
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .third .price-details .receipt .value-col {
  text-align: right;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .fourth {
  margin: 10px 0;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .fourth .final_price, section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .fourth .price_number {
  color: #222e50;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .continue_btn {
  padding: 10px 25px;
  font-family: EuclidFlex, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.6px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  border: none;
  background-color: #4e346b;
  color: #fcf8ea;
  transition: all 0.2s ease-out;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .continue_btn:hover {
  opacity: 0.8;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .offer_btn {
  margin: 10px 0;
  padding: 5px;
  font-family: EuclidFlex, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.6px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  color: #5c7cd9;
  border: 1px solid #5c7cd9;
  border-radius: 5px;
  transition: all 0.5s ease-out;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .offer_btn:hover {
  opacity: 0.8;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup section.c0012-quantity-list-item-cmp.appearance-secondary .justify-content-lg-start {
  flex-direction: column;
  margin: 0;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .picker-content {
  margin-top: 65px;
  border-radius: 6px 6px 0 0;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .picker-content:before {
  left: 175px;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .picker-content.arrow-left:before {
  left: 55px;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .picker-content header {
  padding: 10px 20px 16px 20px;
  border-radius: 6px 6px 0 0;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .picker-content header div {
  line-height: 1.5rem;
  font-size: 1.3rem;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .picker-content .ui-datepicker-header {
  padding: 0 0 6px;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .picker-content .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .picker-content .ui-datepicker-header .ui-datepicker-title span {
  font-weight: 400;
  font-size: 1.8rem;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .picker-content .ui-datepicker-header .ui-datepicker-next {
  right: 3px;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .picker-content table th span {
  font-weight: 400;
}

section.c0104_intro_villa_cmp .c0104_intro_villa_wrap .booking_popup .picker-content footer .btn-link:hover {
  text-decoration: underline !important;
}

@media all and (min-width: 592px) {
  section.c0104_intro_villa_cmp.stucked {
    position: fixed;
    top: 0;
    width: 100%;
    padding-right: var(--scrollbar-compensation, 0);
    box-shadow: 0 0 10px 0 rgba(15, 23, 41, 0.85);
  }
  section.c0104_intro_villa_cmp.stucked .title_box .title {
    transition: opacity ease 0s;
    display: none;
    opacity: 0;
  }
  section.c0104_intro_villa_cmp.stucked .title_box .title.title-stucked {
    display: block;
    position: relative;
    opacity: 1;
    transition: opacity ease 2s;
  }
}
section.c0104_intro_villa_cmp .top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  padding-top: 95px;
  position: fixed;
  top: 0;
  z-index: 80;
}

@media all and (min-width: 592px) {
  section.c0104_intro_villa_cmp .top {
    display: none;
  }
}
section.c0104_intro_villa_cmp .top p {
  margin: 0;
  padding: 5px;
}

section.c0104_intro_villa_cmp .top .middle {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

section.c0104_intro_villa_cmp .top .selection {
  font-family: EuclidFlex, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.11px;
  text-transform: uppercase;
}

section.c0104_intro_villa_cmp .top .edit_info {
  font-family: EuclidFlex, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.24px;
  text-decoration-line: underline;
}

section.c0104_intro_villa_cmp .color-abahana {
  color: #0f1729;
}

section.c0104_intro_villa_cmp .color-abahana .map {
  color: #5c7cd9;
}

section.c0104_intro_villa_cmp .color-abahana .info-bar {
  color: #0f1729;
}

section.c0104_intro_villa_cmp .color-abahana .icon-beach-view:before {
  color: #0f1729;
  padding-right: 10px;
}

section.c0104_intro_villa_cmp .color-abahana .price_number {
  color: #0f1729;
}

section.c0104_intro_villa_cmp .color-abahana .date_nights {
  color: #0f1729;
}

section.c0104_intro_villa_cmp .color-abahana .book_btn, section.c0104_intro_villa_cmp .color-abahana .booking_popup .continue_btn {
  background-color: #222e50;
  color: #fcf8ea;
  transition: all 0.2s ease-out;
}

section.c0104_intro_villa_cmp .color-abahana .book_btn:hover, section.c0104_intro_villa_cmp .color-abahana .booking_popup .continue_btn:hover {
  background-color: #5c7cd9;
}

section.c0104_intro_villa_cmp .color-luxe {
  color: #2f1f41;
}

section.c0104_intro_villa_cmp .color-luxe .title_box {
  margin-bottom: 20px;
}

section.c0104_intro_villa_cmp .color-luxe .map {
  color: #6d538c;
}

section.c0104_intro_villa_cmp .color-luxe .info-bar {
  color: #2f1f41;
}

section.c0104_intro_villa_cmp .color-luxe .icon-beach-view:before {
  color: #2f1f41;
  padding-right: 10px;
}

section.c0104_intro_villa_cmp .color-luxe .price_number {
  color: #2f1f41;
}

section.c0104_intro_villa_cmp .color-luxe .date_nights {
  color: #2f1f41;
}

section.c0104_intro_villa_cmp .color-luxe .book_btn {
  background-color: #4e346b;
  color: #fcf8ea;
  transition: all 0.2s ease-out;
}

section.c0104_intro_villa_cmp .color-luxe .book_btn:hover {
  background-color: #6d538c;
}

section.c0104_intro_villa_cmp .icons-rate.color-abahana {
  display: inherit;
}

section.c0104_intro_villa_cmp .icons-rate-img img {
  width: 100px;
}

section.c0104_intro_villa_cmp .icon-beach-view:before {
  padding-right: 10px;
}

section.c0104_intro_villa_cmp .icons-rate-img.color-luxe {
  display: inherit;
}

section.c0104_intro_villa_cmp .icons-rate-img.color-abahana {
  display: none;
}

section.c0104_intro_villa_cmp .top.color-luxe {
  background-color: #4e346b;
  color: #fcf8ea;
}

section.c0104_intro_villa_cmp .top.color-luxe .edit_info {
  color: #edddff;
}

section.c0104_intro_villa_cmp .top.color-abahana {
  background-color: #3c528e;
  color: #fcf8ea;
}

section.c0104_intro_villa_cmp .top.color-abahana .edit_info {
  color: #5c7cd9;
}

section.c0104_intro_villa_cmp .hidden {
  display: none;
}

div.c0140_productpage_modal {
  left: 10vw;
  width: 80vw;
  padding-right: 0 !important;
  overflow: hidden !important;
}

@media all and (max-width: 992px) {
  div.c0140_productpage_modal {
    left: 0;
    width: 100%;
  }
}
div.c0140_productpage_modal .modal-dialog {
  background-color: #fcf8ea;
  width: 100%;
  max-width: initial;
  margin: 0;
}

div.c0140_productpage_modal .modal-header {
  border: none;
}

div.c0140_productpage_modal .modal-body {
  padding: 20px 40px 20px 40px;
  overflow-y: scroll;
  max-height: calc(100vh - 64px);
  border: none;
}

@media (max-width: 979px) {
  div.c0140_productpage_modal .modal-body {
    padding: 20px;
  }
}
div.c0140_productpage_modal .gallery_img {
  width: 100%;
  margin-bottom: 10px;
}

div.c0140_productpage_modal .modal-content {
  background-color: #fcf8ea;
  width: 100%;
}

div.c0140_productpage_modal .gallery_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 30px 50px;
  top: 0;
  background-color: #fcf8ea;
}

@media (max-width: 979px) {
  div.c0140_productpage_modal .gallery_header {
    padding: 20px 20px;
    width: 100%;
  }
}
div.c0140_productpage_modal .gallery_title {
  color: #0f1729;
  font-family: EuclidFlex, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0;
}

div.c0140_productpage_modal .icon-arrow-left:before {
  padding: 10px;
  font-size: 18px;
}

div.c0140_productpage_modal .gallery_close_btn {
  cursor: pointer;
  font-family: EuclidFlex, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.3px;
  color: #77756e;
  text-decoration: underline;
  border: none;
  background: 0 0;
}

div.c0140_productpage_modal .gallery_close_btn:hover {
  transition: all 0.5s ease-out;
  opacity: 0.8;
  text-decoration: none;
}

div.c0140_productpage_modal .img-container {
  padding-bottom: 20px;
  width: 100%;
  overflow: hidden;
}

div.c0140_productpage_modal .img-container .gallery_img {
  width: 117%;
  margin-top: -8.5%;
  border: solid red 1px;
}

div.c0126_owner_modal {
  padding: 40px;
  color: #0f1729;
  width: 100%;
  margin: 0 auto;
  overflow: scroll;
}

@media all and (max-width: 992px) {
  div.c0126_owner_modal {
    padding: 0;
  }
}
div.c0126_owner_modal .modal-medium {
  max-width: 900px;
}

div.c0126_owner_modal .modal-large {
  max-width: 1440px;
}

div.c0126_owner_modal .c0126_owner_modal_wrap {
  margin: 3vh auto;
  background-color: #fcf8ea;
  padding: 40px 40px 30px 40px;
}

@media all and (max-width: 992px) {
  div.c0126_owner_modal .c0126_owner_modal_wrap {
    margin: 40px 0;
    padding: 40px 20px 30px 20px;
  }
}
div.c0126_owner_modal .c0126_owner_modal_wrap .modal-content {
  background-color: #fcf8ea;
  color: #0f1729;
  border: none;
}

div.c0126_owner_modal .c0126_owner_modal_wrap .modal-title {
  text-overflow: initial;
  white-space: initial;
}

div.c0126_owner_modal .c0126_owner_modal_wrap .modal-header {
  border: none;
  padding: 0;
  height: initial;
}

div.c0126_owner_modal .c0126_owner_modal_wrap .popup_title {
  font-family: EuclidFlex, sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.7px;
  margin: 0;
}

@media all and (max-width: 992px) {
  div.c0126_owner_modal .c0126_owner_modal_wrap .popup_title {
    width: 60%;
  }
}
div.c0126_owner_modal .c0126_owner_modal_wrap .popup_cerrar {
  font-family: EuclidFlex, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  text-decoration: underline;
  border: none;
  background-color: #fcf8ea;
  transition: all 0.5s ease-out;
  cursor: pointer !important;
  display: flex;
}

div.c0126_owner_modal .c0126_owner_modal_wrap .popup_cerrar:hover {
  cursor: pointer;
  opacity: 0.8;
  text-decoration: none;
}

div.c0126_owner_modal .c0126_owner_modal_wrap .popup_top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

div.c0126_owner_modal .c0126_owner_modal_wrap .choice_valo {
  border: none;
  color: #0f1729;
  background-color: #fcf8ea;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

div.c0126_owner_modal .c0126_owner_modal_wrap .modal-body {
  border: none;
  padding: 20px 0 0;
}

.section_product_pages_cmp .col-lg-8, .section_product_pages_cmp .col-md-12, .section_product_pages_cmp .row {
  padding: 0;
  margin: 0;
}

.section_product_pages_cmp .form-abahanavillas .row {
  margin-left: -15px;
  margin-right: -15px;
}

.section_product_pages_cmp .side_margin {
  margin-top: 90px;
}

@media (max-width: 979px) {
  .section_product_pages_cmp .side_margin {
    margin-top: 0;
  }
}
.section_product_pages_cmp .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 700px) {
  .section_product_pages_cmp .content {
    gap: 0;
    flex-wrap: wrap;
  }
}
.section_product_pages_cmp .content .left {
  width: 66%;
}

@media (max-width: 979px) {
  .section_product_pages_cmp .content {
    gap: 0;
  }
  .section_product_pages_cmp .content .left {
    width: 100%;
  }
}
.booking_popup section.dates {
  position: relative;
  display: flex;
  max-width: 100%;
  justify-content: space-between;
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .booking_popup section.dates {
    flex-wrap: wrap;
  }
}
.booking_popup section.dates .p-datepicker {
  width: 100%;
}

.booking_popup section.dates span.wrapper-input-date {
  cursor: pointer;
}

.booking_popup section.dates .picker-content {
  line-height: initial;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  left: 0;
  margin-top: 10px;
  position: absolute;
  display: none;
  padding: 0;
  width: 100%;
  z-index: 499;
}

.booking_popup section.dates .picker-content.show {
  display: block;
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .booking_popup section.dates .picker-content.show {
    position: relative !important;
    width: 100%;
    flex-basis: 100%;
    left: 0 !important;
  }
}
.booking_popup section.dates .picker-content header {
  background-color: #222e50;
  padding: 15px 20px;
  color: #fff;
  margin: -1px;
}

.booking_popup section.dates .picker-content header .float-right {
  display: none;
}

.booking_popup section.dates .picker-content footer {
  padding: 0 17.5px;
  display: flex;
  justify-content: space-between;
  background-color: #f1ede0;
}

@media (min-width: 992px) {
  .booking_popup section.dates .picker-content footer {
    padding: 0 12.5px;
  }
}
.booking_popup section.dates .picker-content footer .btn, .booking_popup section.dates .picker-content footer a {
  padding-left: 0;
  color: #5c7cd9;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.24px;
}

.booking_popup section.dates .picker-content footer .float-right {
  float: none;
}

.booking_popup section.dates .picker-content:before {
  transition: left 0.5s;
  position: absolute;
  top: -10px;
  left: 267px;
  width: 0;
  height: 0;
  content: " ";
  display: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #222e50;
}

.booking_popup section.dates .picker-content.arrow-left:before {
  left: 85px;
}

.booking_popup section.dates .picker-content table {
  display: table;
}

.booking_popup section.dates .picker-content table tbody td {
  cursor: pointer;
}

.booking_popup section.dates .picker-content .p-datepicker.ui-calendar {
  margin: 0;
}

.booking_popup section.dates .picker-content .ui-datepicker-header {
  width: 100%;
  position: relative;
}

.booking_popup section.dates .picker-content .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
}

.booking_popup section.dates .picker-content .ui-datepicker-header .ui-datepicker-next, .booking_popup section.dates .picker-content .ui-datepicker-header .ui-datepicker-prev {
  display: block;
  position: absolute;
  left: 0;
  cursor: pointer;
}

.booking_popup section.dates .picker-content .ui-datepicker-header .ui-datepicker-next.ui-state-disabled, .booking_popup section.dates .picker-content .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled {
  cursor: auto;
  text-transform: none;
}

.booking_popup section.dates .picker-content .ui-datepicker-header .ui-datepicker-next.ui-state-disabled span:before, .booking_popup section.dates .picker-content .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled span:before {
  color: gray;
}

.booking_popup section.dates .picker-content .ui-datepicker-header .ui-datepicker-next {
  right: 0;
  left: auto;
}

.booking_popup section.dates .picker-content .ui-datepicker-header .ui-datepicker-prev span.ui-icon-circle-triangle-w::before {
  color: #222e50;
  background-color: transparent;
  font-family: icomoon, sans-serif !important;
  content: "\e901";
  font-size: 132%;
  padding: 0;
}

.booking_popup section.dates .picker-content .ui-datepicker-header .ui-datepicker-next span.ui-icon-circle-triangle-e::before {
  color: #222e50;
  background-color: transparent;
  font-family: icomoon, sans-serif !important;
  content: "\e900";
  font-size: 132%;
  padding: 0;
}

.booking_popup section.dates .picker-content .ui-datepicker-other-month-hidden {
  visibility: hidden;
}

.booking_popup section.dates .picker-content .ui-datepicker-buttonbar {
  display: none;
}

.booking_popup .c0012-quantity-list-item-cmp {
  padding-inline: 0;
}

.booking_popup .c0012-quantity-list-item-cmp .quantity-list-item-title {
  margin-bottom: 3px;
}

.booking_popup .modal-open div.c0140_productpage_modal.modal {
  overflow: hidden;
}

.jdt-c0105-full-carousel {
  background-color: #fcf8ea;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
  .jdt-c0105-full-carousel {
    min-height: 100vh;
  }
}
.jdt-c0105-full-carousel__wrap {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .jdt-c0105-full-carousel__wrap {
    min-height: 100vh;
  }
}
.jdt-c0105-full-carousel--server-fallback .jdt-c0105-full-carousel__swiper, .jdt-c0105-full-carousel--server-fallback .swiper-slide, .jdt-c0105-full-carousel--server-fallback .swiper-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
}

.jdt-c0105-full-carousel--server-fallback .swiper-slide {
  flex: 0 0 100%;
}

.jdt-c0105-full-carousel--server-fallback .jdt-c0105-full-carousel__fallback-image {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: bottom left;
}

@media (min-width: 992px) {
  .jdt-c0105-full-carousel--server-fallback .jdt-c0105-full-carousel__fallback-image {
    height: 100vh;
  }
}
.jdt-c0105-full-carousel__swiper {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: auto !important;
}

.jdt-c0105-full-carousel__swiper .swiper-wrapper {
  height: auto !important;
  align-items: stretch;
}

@media (min-width: 992px) {
  .jdt-c0105-full-carousel__swiper {
    height: 100vh;
  }
  .jdt-c0105-full-carousel__swiper .swiper-wrapper {
    height: 100vh !important;
  }
}
.jdt-c0105-full-carousel__swiper .swiper-slide {
  opacity: 1;
  filter: blur(0);
  position: relative;
  margin: 0;
  padding: 0;
  display: block !important;
  height: auto !important;
}

@media (min-width: 992px) {
  .jdt-c0105-full-carousel__swiper .swiper-slide {
    height: 100vh;
  }
}
@media (min-width: 992px) {
  .jdt-c0105-full-carousel__swiper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 186px;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(4, 7, 12, 0.53) 0, rgba(15, 24, 41, 0) 98.85%), linear-gradient(180deg, rgba(4, 7, 12, 0.53) 0, rgba(15, 24, 41, 0) 98.85%);
  }
}
.jdt-c0105-full-carousel__swiper .swiper-slide-next, .jdt-c0105-full-carousel__swiper .swiper-slide-prev {
  filter: blur(1px);
}

.jdt-c0105-full-carousel__swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.4;
  filter: blur(2px);
}

.jdt-c0105-full-carousel__swiper .swiper-slide-active {
  opacity: 1;
  filter: blur(0);
  z-index: 1;
}

.jdt-c0105-full-carousel__image-container {
  overflow: hidden;
  width: 100%;
  height: auto !important;
  aspect-ratio: 1.4777947933;
  line-height: 0;
  font-size: 0;
}

@media (min-width: 992px) {
  .jdt-c0105-full-carousel__image-container {
    aspect-ratio: auto;
    height: 100vh;
  }
}
.jdt-c0105-full-carousel__image-container img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  object-fit: cover;
  object-position: bottom left;
  -webkit-user-select: none;
  user-select: none;
}

@media (min-width: 992px) {
  .jdt-c0105-full-carousel__image-container img {
    height: 100vh;
  }
}
.jdt-c0105-full-carousel__btns {
  position: absolute;
  z-index: 30;
  display: flex;
  gap: 10px;
  align-items: stretch;
  justify-content: flex-end;
  right: 10px;
  bottom: 10px;
}

@media (min-width: 992px) {
  .jdt-c0105-full-carousel__btns {
    right: 20px;
    bottom: 20px;
  }
}
.jdt-c0105-full-carousel__btn {
  appearance: none;
  background-color: rgba(252, 248, 234, 0.8);
  color: #0f1729;
  font-family: EuclidFlex, sans-serif;
  font-size: 13px;
  border: none;
  border-radius: 4px;
  padding: 0 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .jdt-c0105-full-carousel__btn {
    font-size: 15px;
    height: 44px;
  }
}
.jdt-c0105-full-carousel__btn:hover {
  background-color: #fcf8ea;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.jdt-c0105-full-carousel__btn:active, .jdt-c0105-full-carousel__btn:focus {
  outline: 0;
}

.jdt-c0105-full-carousel .swiper-button-next, .jdt-c0105-full-carousel .swiper-button-prev {
  position: absolute;
  width: 16px;
  height: 16px;
  color: #fff;
  cursor: pointer;
  z-index: 50;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease, transform 0.2s ease;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.5));
}

.jdt-c0105-full-carousel .swiper-button-next::after, .jdt-c0105-full-carousel .swiper-button-next::before, .jdt-c0105-full-carousel .swiper-button-prev::after, .jdt-c0105-full-carousel .swiper-button-prev::before {
  content: none !important;
  display: none !important;
}

.jdt-c0105-full-carousel .swiper-button-next svg, .jdt-c0105-full-carousel .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  stroke-width: 0.5px;
  stroke: #fff;
  opacity: 0.8;
}

.jdt-c0105-full-carousel .swiper-button-next.swiper-button-prev svg, .jdt-c0105-full-carousel .swiper-button-prev.swiper-button-prev svg {
  transform: scaleX(-1);
}

.jdt-c0105-full-carousel .swiper-button-next:hover, .jdt-c0105-full-carousel .swiper-button-prev:hover {
  transform: translateY(-50%) scale(1.1);
}

.jdt-c0105-full-carousel .swiper-button-next:hover svg, .jdt-c0105-full-carousel .swiper-button-prev:hover svg {
  opacity: 1;
}

@media (min-width: 992px) {
  .jdt-c0105-full-carousel .swiper-button-next, .jdt-c0105-full-carousel .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
}
.jdt-c0105-full-carousel .swiper-button-prev {
  left: 12px;
}

@media (min-width: 992px) {
  .jdt-c0105-full-carousel .swiper-button-prev {
    left: 30px;
  }
}
.jdt-c0105-full-carousel .swiper-button-next {
  right: 12px;
}

@media (min-width: 992px) {
  .jdt-c0105-full-carousel .swiper-button-next {
    right: 30px;
  }
}
section.c0130_booking_villa_card-cmp {
  padding-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  section.c0130_booking_villa_card-cmp {
    padding: 20px;
    border-radius: 5px;
    background: #fcf8ea;
  }
}
section.c0130_booking_villa_card-cmp .booking_villa_card__row {
  display: block;
}

@media (min-width: 992px) {
  section.c0130_booking_villa_card-cmp .booking_villa_card__row {
    display: grid;
    grid-template-columns: 312px 1fr;
    grid-column-gap: 20px;
  }
}
section.c0130_booking_villa_card-cmp figure {
  text-align: center;
  margin-bottom: 20px;
  border-radius: 3px;
  overflow: hidden;
}

@media (min-width: 992px) {
  section.c0130_booking_villa_card-cmp figure {
    margin: 0;
    min-height: 287px;
    height: 100%;
  }
}
section.c0130_booking_villa_card-cmp figure img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.c0130_booking_villa_card-cmp.appearance-secondary {
  margin-bottom: 0;
  padding: 20px 0 0;
}

@media (min-width: 992px) {
  section.c0130_booking_villa_card-cmp.appearance-secondary {
    margin-bottom: 30px;
    padding: 20px;
  }
}
section.c0130_booking_villa_card-cmp .booking-villa-card-title {
  color: #0f1729;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 1.5px;
}

@media (min-width: 992px) {
  section.c0130_booking_villa_card-cmp .booking-villa-card-title {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 2px;
  }
}
section.c0130_booking_villa_card-cmp .booking-villa-card-subtitle {
  color: #0f1729;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 1.2px;
}

@media (min-width: 992px) {
  section.c0130_booking_villa_card-cmp .booking-villa-card-subtitle {
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 2.2px;
  }
}
section.c0130_booking_villa_card-cmp .icons-bar {
  font-size: 0;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  align-items: center;
  margin-top: 2px;
}

@media (min-width: 992px) {
  section.c0130_booking_villa_card-cmp .icons-bar {
    row-gap: 10px;
    margin-top: 15px;
  }
}
section.c0130_booking_villa_card-cmp .icons-bar .info-bar {
  color: #0f1729;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 11px;
  letter-spacing: 0.2px;
  margin-right: 7px;
}

@media (min-width: 992px) {
  section.c0130_booking_villa_card-cmp .icons-bar .info-bar {
    margin-right: 10px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.24px;
  }
}
section.c0130_booking_villa_card-cmp .icons-bar .info-bar:before {
  margin-right: 4px;
}

@media (max-width: 425px) {
  section.c0130_booking_villa_card-cmp .icons-bar .info-bar {
    margin-right: 12px;
  }
}
section.c0130_booking_villa_card-cmp .icons-bar .info-bar .villa-card-quality {
  margin-top: 4px;
  display: flex;
}

section.c0130_booking_villa_card-cmp .icons-bar .info-bar .villa-card-quality .icon-star-rating {
  margin-right: 0;
}

section.c0130_booking_villa_card-cmp .icons-bar > .info-bar:first-of-type {
  width: 100%;
  margin-block: 10px;
}

section.c0130_booking_villa_card-cmp .icons-bar .c0009_global_link-cmp {
  display: inline;
}

section.c0130_booking_villa_card-cmp .icons-bar .c0009_global_link-cmp .btn {
  vertical-align: unset;
}

@media (max-width: 991px) {
  section.c0130_booking_villa_card-cmp .icons-bar .c0009_global_link-cmp .btn {
    font-size: 12px;
    line-height: 11px;
  }
}
section.c0130_booking_villa_card-cmp .booking-details-row {
  margin-bottom: 8px;
}

section.c0130_booking_villa_card-cmp .booking-villa-card-list {
  border-radius: 5px;
  background-color: #fcf8ea;
  padding: 20px;
}

@media (min-width: 992px) {
  section.c0130_booking_villa_card-cmp .booking-villa-card-list {
    border-radius: 0;
    background-color: transparent;
    padding: 0;
  }
}
section.c0130_booking_villa_card-cmp .booking-villa-card-list .booking-details-label {
  color: #0f1729;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 0;
}

section.c0130_booking_villa_card-cmp .booking-villa-card-list .booking-details-disabled {
  padding: 10px;
  border-radius: 5px;
  margin-right: 30px;
  background: #f1ede0;
  color: #3c528e;
  text-align: center;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}

section.c0130_booking_villa_card-cmp .booking-villa-card-list .form-group {
  margin-bottom: 0;
}

section.c0130_booking_villa_card-cmp .booking-villa-card-list .quantity-selector-minus, section.c0130_booking_villa_card-cmp .booking-villa-card-list .quantity-selector-plus {
  display: none;
}

section.c0130_booking_villa_card-cmp .booking-villa-card-list .ml-0 .c0012-quantity-list-item-cmp .quantity-list-item-title {
  margin-left: 0;
}

section.c0130_booking_villa_card-cmp .booking-villa-card-list .button-cmp {
  margin-top: 50px;
}

section.c0130_booking_villa_card-cmp .c0012-quantity-list-item-cmp {
  padding: 0;
}

.carousel-container {
  cursor: grabbing;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
}

.carousel-continuous .swiper-wrapper {
  transition-timing-function: linear !important;
}

.fixed-slide {
  width: 300px !important;
}

.black-sand {
  color: var(--black-sand, #77756e);
}

.bg-black-sand {
  background-color: var(--black-sand, #77756e);
}

.dark-sand {
  color: var(--dark-sand, #afaca0);
}

.bg-dark-sand {
  background-color: var(--dark-sand, #afaca0);
}

.abahana-sand {
  color: var(--abahana-sand, #f8f1e5);
}

.bg-abahana-sand {
  background-color: var(--abahana-sand, #f8f1e5);
}

.light-sand {
  color: var(--light-sand, #f1ede0);
}

.bg-light-sand {
  background-color: var(--light-sand, #f1ede0);
}

.soft-sand {
  color: var(--soft-sand, #fcf8ea) !important;
}

.bg-soft-sand {
  background-color: var(--soft-sand, #fcf8ea);
}

.crema {
  color: var(--crema, #fcf8ea);
}

.bg-crema {
  background-color: var(--crema, #fcf8ea);
}

.black-blue {
  color: var(--black-blue, #0f1729);
}

.bg-black-blue {
  background-color: var(--black-blue, #0f1729);
}

.abahana-blue {
  color: var(--abahana-blue, #222e50);
}

.bg-abahana-blue {
  background-color: var(--abahana-blue, #222e50);
}

.dark-blue {
  color: var(--dark-blue, #3c528e);
}

.bg-dark-blue {
  background-color: var(--dark-blue, #3c528e);
}

.abahana-villas {
  color: var(--abahana-villas, #5c7cd9);
}

.bg-abahana-villas {
  background-color: var(--abahana-villas, #5c7cd9);
}

.light-blue {
  color: var(--light-blue, #8cace8);
}

.bg-light-blue {
  background-color: var(--light-blue, #8cace8);
}

.soft-blue {
  color: var(--soft-blue, #e3e9f2);
}

.bg-soft-blue {
  background-color: var(--soft-blue, #e3e9f2);
}

.black-yellow {
  color: var(--black-yellow, #49380d);
}

.bg-black-yellow {
  background-color: var(--black-yellow, #49380d);
}

.dark-yellow {
  color: var(--dark-yellow, #aa8500);
}

.bg-dark-yellow {
  background-color: var(--dark-yellow, #aa8500);
}

.last-minute {
  color: var(--last-minute, #aa8500);
}

.bg-last-minute {
  background-color: var(--last-minute, #aa8500);
}

.abahana-yellow {
  color: var(--abahana-yellow, #ffc700);
}

.bg-abahana-yellow {
  background-color: var(--abahana-yellow, #ffc700);
}

.yellow {
  color: var(--yellow, #fed544);
}

.bg-yellow {
  background-color: var(--yellow, #fed544);
}

.light-yellow {
  color: var(--light-yellow, #ffe382);
}

.bg-light-yellow {
  background-color: var(--light-yellow, #ffe382);
}

.soft-yellow {
  color: var(--soft-yellow, #fff5d0);
}

.bg-soft-yellow {
  background-color: var(--soft-yellow, #fff5d0);
}

.dark-violet {
  color: var(--dark-violet, #2f1f41);
}

.bg-dark-violet {
  background-color: var(--dark-violet, #2f1f41);
}

.violet-abahana-luxe {
  color: var(--violet-abahana-luxe, #4e346b);
}

.bg-violet-abahana-luxe {
  background-color: var(--violet-abahana-luxe, #4e346b);
}

.pure-violet {
  color: var(--pure-violet, #6d538c);
}

.bg-pure-violet {
  background-color: var(--pure-violet, #6d538c);
}

.violet {
  color: var(--violet, #b09dc6);
}

.bg-violet {
  background-color: var(--violet, #b09dc6);
}

.light-violet {
  color: var(--light-violet, #edddff);
}

.bg-light-violet {
  background-color: var(--light-violet, #edddff);
}

.soft-violet {
  color: var(--soft-violet, #f6eeff);
}

.bg-soft-violet {
  background-color: var(--soft-violet, #f6eeff);
}

.dark-green {
  color: var(--dark-green, #666526);
}

.bg-dark-green {
  background-color: var(--dark-green, #666526);
}

.green {
  color: var(--green, #989a50);
}

.bg-green {
  background-color: var(--green, #989a50);
}

.best-offer {
  color: var(--best-offer, #989a50);
}

.bg-best-offer {
  background-color: var(--best-offer, #989a50);
}

.light-green {
  color: var(--light-green, #c5cd91);
}

.bg-light-green {
  background-color: var(--light-green, #c5cd91);
}

.soft-green {
  color: var(--soft-green, #e5e8d2);
}

.bg-soft-green {
  background-color: var(--soft-green, #e5e8d2);
}

.sales-red {
  color: var(--sales-red, #560d29);
}

.bg-sales-red {
  background-color: var(--sales-red, #560d29);
}

.abahana-sales-coral {
  color: var(--abahana-sales-coral, #e56248);
}

.bg-abahana-sales-coral {
  background-color: var(--abahana-sales-coral, #e56248);
}

.coral {
  color: var(--coral, #e56248);
}

.bg-coral {
  background-color: var(--coral, #e56248);
}

.sales-rose {
  color: var(--sales-rose, #e89c8b);
}

.bg-sales-rose {
  background-color: var(--sales-rose, #e89c8b);
}

.sales-soft-rose {
  color: var(--sales-soft-rose, #f5cac0);
}

.bg-sales-soft-rose {
  background-color: var(--sales-soft-rose, #f5cac0);
}

section.dropdown-cmp {
  font-family: EuclidFlex, sans-serif;
}

section.dropdown-cmp .dropdown [class*=" icon-"], section.dropdown-cmp .dropdown [class^=icon-] {
  font-family: EuclidFlex, sans-serif;
}

section.dropdown-cmp .dropdown [class*=" icon-"]:before, section.dropdown-cmp .dropdown [class^=icon-]:before {
  margin-right: 10px;
}

section.dropdown-cmp .dropdown .dropdown-label {
  color: #0f1729;
  border: 0;
  background-color: transparent;
  outline: 0;
}

section.dropdown-cmp .dropdown .dropdown-label.dropdown-rounded.dropdown-label {
  color: #fcf8ea;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  height: 19px;
  width: 30px;
  letter-spacing: -0.3px;
  position: relative;
}

section.dropdown-cmp .dropdown .dropdown-label.dropdown-rounded.dropdown-label:before {
  left: 0;
  top: -31%;
  position: absolute;
  display: block;
  content: "";
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #0f1729;
  z-index: -1;
}

@media (min-width: 992px) {
  section.dropdown-cmp .dropdown .dropdown-label.dropdown-rounded.dropdown-label:before {
    top: -28%;
  }
}
section.dropdown-cmp .dropdown .dropdown-label:after {
  margin-left: 2px;
}

section.dropdown-cmp .dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

section.dropdown-cmp .dropdown .dropdown-menu {
  display: none;
}

section.dropdown-cmp .dropdown .dropdown-menu.show {
  display: block;
}

section.dropdown-cmp .dropdown .dropdown-menu {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
  left: 5px;
  border-radius: 3px;
  max-width: 150px;
  min-width: 115px;
}

section.dropdown-cmp .dropdown .dropdown-menu .dropdown-item {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  color: #222e50;
  white-space: nowrap;
}

section.dropdown-cmp .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #5c7cd9;
}

section.dropdown-cmp .dropdown .dropdown-menu a {
  color: #222e50;
}

section.dropdown-cmp .dropdown.dropdown-light .dropdown-label {
  color: #fcf8ea;
}

section.dropdown-cmp .dropdown.dropdown-light .dropdown-label.dropdown-rounded.dropdown-label {
  color: #0f1729;
}

section.dropdown-cmp .dropdown.dropdown-light .dropdown-label.dropdown-rounded.dropdown-label:before {
  background-color: #fcf8ea;
}

section.dropdown-cmp .dropdown.dropdown-light-inverted {
  border-radius: 5px;
  background-color: #fcf8ea;
  padding: 8px 10px;
}

section.dropdown-cmp .dropdown.dropdown-light-inverted .dropdown-label {
  color: #0f1729;
}

section.dropdown-cmp .dropdown.dropdown-light-inverted .dropdown-menu {
  left: -10px !important;
  top: 12px !important;
}

.jdt-flag, .villa-card-caption {
  z-index: 1;
  background-color: #3c528e;
  color: #fcf8ea !important;
  text-align: center;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  position: absolute;
  padding: 10px 30px 10px 20px;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, calc(100% - 23px) 0, 100% 50%, calc(100% - 23px) 100%, 0 100%);
}

.jdt-flag.long-stay, .jdt-flag.long-term, .villa-card-caption.long-stay, .villa-card-caption.long-term {
  background-color: var(--dark-blue, #3c528e);
}

.jdt-flag.long-stay:before, .jdt-flag.long-term:before, .villa-card-caption.long-stay:before, .villa-card-caption.long-term:before {
  border-left-color: var(--dark-blue, #3c528e);
}

.jdt-flag.last-minute, .villa-card-caption.last-minute {
  background-color: #aa8500;
}

.jdt-flag.last-minute:before, .villa-card-caption.last-minute:before {
  border-left-color: #aa8500;
}

.jdt-flag.offer, .villa-card-caption.offer {
  background-color: #989a50;
}

.jdt-flag.offer:before, .villa-card-caption.offer:before {
  border-left-color: #989a50;
}

.jdt-flag.new, .villa-card-caption.new {
  background-color: #8cace8;
}

.jdt-flag.new:before, .villa-card-caption.new:before {
  border-left-color: #8cace8;
}

.jdt-flag.exclusive, .villa-card-caption.exclusive {
  background-color: var(--abahana-villas, #5c7cd9);
}

.jdt-flag.exclusive:before, .villa-card-caption.exclusive:before {
  border-left-color: var(--abahana-villas, #5c7cd9);
}

.jdt-flag.project, .villa-card-caption.project {
  background-color: var(--abahana-yellow, #ffc700);
}

.jdt-flag.project:before, .villa-card-caption.project:before {
  border-left-color: var(--abahana-yellow, #ffc700);
}

.jdt-flag.tourist-license, .villa-card-caption.tourist-license {
  background-color: var(--coral, #e56248);
}

.jdt-flag.tourist-license:before, .villa-card-caption.tourist-license:before {
  border-left-color: var(--coral, #e56248);
}

.jdt-flag.sea-views, .villa-card-caption.sea-views {
  background-color: var(--abahana-blue, #222e50);
}

.jdt-flag.sea-views:before, .villa-card-caption.sea-views:before {
  border-left-color: var(--abahana-blue, #222e50);
}

.c0056_villa_card-cmp.villa-card-long-term .villa-card-caption, .jdt-villa-card.villa-card-long-term .villa-card-caption, .villa-card-cmp.villa-card-long-term .villa-card-caption {
  background-color: var(--dark-blue, #3c528e);
}

.c0056_villa_card-cmp.villa-card-long-term .villa-card-caption:before, .jdt-villa-card.villa-card-long-term .villa-card-caption:before, .villa-card-cmp.villa-card-long-term .villa-card-caption:before {
  border-left-color: var(--dark-blue, #3c528e);
}

.c0056_villa_card-cmp.villa-card-last-minute .villa-card-caption, .jdt-villa-card.villa-card-last-minute .villa-card-caption, .villa-card-cmp.villa-card-last-minute .villa-card-caption {
  background-color: #aa8500;
}

.c0056_villa_card-cmp.villa-card-last-minute .villa-card-caption:before, .jdt-villa-card.villa-card-last-minute .villa-card-caption:before, .villa-card-cmp.villa-card-last-minute .villa-card-caption:before {
  border-left-color: #aa8500;
}

.c0056_villa_card-cmp.villa-card-booked .villa-card-caption, .jdt-villa-card.villa-card-booked .villa-card-caption, .villa-card-cmp.villa-card-booked .villa-card-caption {
  background-color: rgba(176, 173, 160, 0.7);
}

.c0056_villa_card-cmp.villa-card-booked .villa-card-caption:before, .jdt-villa-card.villa-card-booked .villa-card-caption:before, .villa-card-cmp.villa-card-booked .villa-card-caption:before {
  border-left-color: rgba(176, 173, 160, 0.7);
}

.c0056_villa_card-cmp.villa-card-offer .villa-card-caption, .jdt-villa-card.villa-card-offer .villa-card-caption, .villa-card-cmp.villa-card-offer .villa-card-caption {
  background-color: #989a50;
}

.c0056_villa_card-cmp.villa-card-offer .villa-card-caption:before, .jdt-villa-card.villa-card-offer .villa-card-caption:before, .villa-card-cmp.villa-card-offer .villa-card-caption:before {
  border-left-color: #989a50;
}

.c0056_villa_card-cmp.villa-card-new .villa-card-caption, .c0056_villa_card-cmp.villa-card-news .villa-card-caption, .jdt-villa-card.villa-card-new .villa-card-caption, .jdt-villa-card.villa-card-news .villa-card-caption, .villa-card-cmp.villa-card-new .villa-card-caption, .villa-card-cmp.villa-card-news .villa-card-caption {
  background-color: #8cace8;
}

.c0056_villa_card-cmp.villa-card-new .villa-card-caption:before, .c0056_villa_card-cmp.villa-card-news .villa-card-caption:before, .jdt-villa-card.villa-card-new .villa-card-caption:before, .jdt-villa-card.villa-card-news .villa-card-caption:before, .villa-card-cmp.villa-card-new .villa-card-caption:before, .villa-card-cmp.villa-card-news .villa-card-caption:before {
  border-left-color: #8cace8;
}

.c0056_villa_card-cmp.villa-card-exclusive .villa-card-caption, .jdt-villa-card.villa-card-exclusive .villa-card-caption, .villa-card-cmp.villa-card-exclusive .villa-card-caption {
  background-color: var(--abahana-villas, #5c7cd9);
}

.c0056_villa_card-cmp.villa-card-exclusive .villa-card-caption:before, .jdt-villa-card.villa-card-exclusive .villa-card-caption:before, .villa-card-cmp.villa-card-exclusive .villa-card-caption:before {
  border-left-color: var(--abahana-villas, #5c7cd9);
}

.c0056_villa_card-cmp.villa-card-project .villa-card-caption, .jdt-villa-card.villa-card-project .villa-card-caption, .villa-card-cmp.villa-card-project .villa-card-caption {
  background-color: var(--abahana-yellow, #ffc700);
}

.c0056_villa_card-cmp.villa-card-project .villa-card-caption:before, .jdt-villa-card.villa-card-project .villa-card-caption:before, .villa-card-cmp.villa-card-project .villa-card-caption:before {
  border-left-color: var(--abahana-yellow, #ffc700);
}

.c0056_villa_card-cmp.villa-card-tourist-license .villa-card-caption, .jdt-villa-card.villa-card-tourist-license .villa-card-caption, .villa-card-cmp.villa-card-tourist-license .villa-card-caption {
  background-color: var(--coral, #e56248);
}

.c0056_villa_card-cmp.villa-card-tourist-license .villa-card-caption:before, .jdt-villa-card.villa-card-tourist-license .villa-card-caption:before, .villa-card-cmp.villa-card-tourist-license .villa-card-caption:before {
  border-left-color: var(--coral, #e56248);
}

.c0056_villa_card-cmp.villa-card-sea-views .villa-card-caption, .jdt-villa-card.villa-card-sea-views .villa-card-caption, .villa-card-cmp.villa-card-sea-views .villa-card-caption {
  background-color: var(--abahana-blue, #222e50);
}

.c0056_villa_card-cmp.villa-card-sea-views .villa-card-caption:before, .jdt-villa-card.villa-card-sea-views .villa-card-caption:before, .villa-card-cmp.villa-card-sea-views .villa-card-caption:before {
  border-left-color: var(--abahana-blue, #222e50);
}

.c0056_villa_card-cmp.villa-card-luxe, .jdt-villa-card.villa-card-luxe, .villa-card-cmp.villa-card-luxe {
  background-color: #f6eeff;
}

.c0056_villa_card-cmp.villa-card-luxe .villa-card-info .villa-card-icons-bar, .jdt-villa-card.villa-card-luxe .villa-card-info .villa-card-icons-bar, .villa-card-cmp.villa-card-luxe .villa-card-info .villa-card-icons-bar {
  margin-bottom: 15px;
}

.c0056_villa_card-cmp.villa-card-luxe .villa-card-info .villa-card-icons-bar .info-bar, .jdt-villa-card.villa-card-luxe .villa-card-info .villa-card-icons-bar .info-bar, .villa-card-cmp.villa-card-luxe .villa-card-info .villa-card-icons-bar .info-bar {
  color: #2f1f41;
}

.c0056_villa_card-cmp.brand-blog .jdt-flag, .c0056_villa_card-cmp.brand-blog .villa-card-caption, .jdt-villa-card.brand-blog .jdt-flag, .jdt-villa-card.brand-blog .villa-card-caption, .villa-card-cmp.brand-blog .jdt-flag, .villa-card-cmp.brand-blog .villa-card-caption {
  bottom: 0 !important;
  top: auto;
  border-radius: 0 0 0 5px;
}

#story--design-system-display-flag--default-inner {
  height: 50px;
}

footer.footer-cmp {
  break-inside: avoid;
  background-color: #0f1729;
  font-family: EuclidFlex, sans-serif;
}

footer.footer-cmp a {
  color: #fcf8ea;
}

footer.footer-cmp .footer-subtitle {
  color: #fcf8ea;
  font-feature-settings: "ss12" on;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0.11px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

@media (min-width: 992px) {
  footer.footer-cmp .footer-subtitle {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
}
footer.footer-cmp .main-footer {
  padding-top: 50px;
  padding-bottom: 80px;
}

@media (min-width: 992px) {
  footer.footer-cmp .main-footer {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
footer.footer-cmp .main-footer .footer-panel {
  padding-bottom: 50px;
  margin-bottom: 50px;
}

footer.footer-cmp .main-footer .footer-panel:not(.first-panel) {
  border-bottom: 1px solid #222e50;
}

@media (min-width: 992px) {
  footer.footer-cmp .main-footer .footer-panel:not(.first-panel) {
    border: 0;
  }
}
@media (max-width: 991px) {
  footer.footer-cmp .main-footer .footer-panel .row .col-6:last-child {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  footer.footer-cmp .main-footer .footer-panel {
    padding-bottom: 100px;
    padding-right: 60px;
    border: 0;
    margin-bottom: 0;
  }
}
footer.footer-cmp .main-footer .footer-panel [data-lfr-editable-id=logo-sales] {
  height: auto;
}

@media (min-width: 992px) {
  footer.footer-cmp .main-footer .footer-panel [data-lfr-editable-id=logo-sales] {
    width: 197px;
  }
}
footer.footer-cmp .main-footer .footer-panel.with-menu {
  padding-bottom: 60px;
}

footer.footer-cmp .main-footer .footer-panel .footer-title {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 1.2px;
  color: #5c7cd9;
  font-feature-settings: "ss12" on;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 40px;
  display: block;
}

@media (min-width: 992px) {
  footer.footer-cmp .main-footer .footer-panel .footer-title {
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 2.2px;
  }
}
footer.footer-cmp .main-footer .footer-panel .footer-text {
  color: #fcf8ea;
  font-family: "Tiempos Text", serif;
  font-style: normal;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.24px;
}

@media (min-width: 992px) {
  footer.footer-cmp .main-footer .footer-panel .footer-text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
footer.footer-cmp .main-footer .footer-panel .footer-subtitle {
  min-height: 20px !important;
  display: inline-block;
}

footer.footer-cmp .main-footer .footer-panel .footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 992px) {
  footer.footer-cmp .main-footer .footer-panel .sales-panel {
    padding-left: 40px;
  }
}
footer.footer-cmp .main-footer .footer-panel .sales-panel .footer-text {
  padding-top: 0;
}

footer.footer-cmp .main-footer .footer-panel .footer-logos {
  padding-top: 125px;
  padding-bottom: 45px;
}

footer.footer-cmp .main-footer .footer-panel .footer-legal-images > div {
  display: inline-block;
}

@media (min-width: 992px) {
  footer.footer-cmp .main-footer .footer-panel .footer-legal-images > div {
    display: block;
  }
}
footer.footer-cmp .main-footer .footer-panel .footer-legal-images img {
  margin-right: 30px;
  margin-bottom: 20px;
}

footer.footer-cmp .main-footer .footer-panel .footer-legal-images .image-faded {
  opacity: 0.8;
}

footer.footer-cmp .main-footer .footer-panel .footer-sales-logo {
  max-width: 135px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  footer.footer-cmp .main-footer .footer-panel .footer-sales-logo {
    max-width: 100%;
  }
}
footer.footer-cmp .main-footer .footer-social {
  padding-bottom: 50px;
  border-bottom: 1px solid #222e50;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  footer.footer-cmp .main-footer .footer-social {
    padding: 0;
    margin: 0;
    border: 0;
  }
}
footer.footer-cmp .main-footer .footer-social .footer-subtitle {
  display: inline-block;
  line-height: 34px;
  vertical-align: top;
  margin-right: 40px;
}

@media (min-width: 992px) {
  footer.footer-cmp .main-footer .footer-social .footer-subtitle {
    display: block;
    line-height: 13px;
    margin-right: 0;
  }
}
footer.footer-cmp .main-footer .footer-social .footer-social-icons {
  display: inline-block;
}

@media (min-width: 992px) {
  footer.footer-cmp .main-footer .footer-social .footer-social-icons {
    display: block;
    margin-top: 20px;
  }
}
footer.footer-cmp .main-footer .footer-social .footer-social-icons a {
  margin-right: 30px;
  text-decoration: none;
}

footer.footer-cmp .main-footer .footer-social .footer-social-icons a i {
  font-size: 29px;
}

footer.footer-cmp .main-footer .footer-logos {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 100%;
}

@media (min-width: 1200px) {
  footer.footer-cmp .main-footer .footer-logos {
    justify-content: space-between;
  }
}
footer.footer-cmp .main-footer .footer-logos .svg {
  display: block;
  margin-right: 45px;
  margin-bottom: 30px;
}

@media (max-width: 500px) {
  footer.footer-cmp .main-footer .footer-logos .svg:nth-child(even) {
    margin-right: 0;
  }
}
footer.footer-cmp .main-footer .footer-logos .svg svg {
  vertical-align: top;
}

footer.footer-cmp .main-footer .footer-logos .abahana-footer svg {
  width: 137px;
  height: 17px;
}

footer.footer-cmp .main-footer .footer-logos .abahana-doble svg {
  width: 135px;
  height: 31px;
}

footer.footer-cmp .main-footer .footer-logos .abahana-luxe svg {
  width: 140px;
  height: 35px;
}

footer.footer-cmp .main-footer .footer-logos .sales svg {
  width: 135px;
  height: 34px;
}

footer.footer-cmp .main-footer .footer-logos .abahana-services svg {
  width: 91px;
  height: 33px;
}

footer.footer-cmp .main-footer .footer-logos a.svg:not(.active):not(:hover) path {
  fill: #3c528e;
}

footer.footer-cmp .post-footer {
  padding-top: 50px;
  padding-bottom: 150px;
  background-color: #3c528e;
}

@media (min-width: 992px) {
  footer.footer-cmp .post-footer {
    min-height: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer.footer-cmp .post-footer .abahana-logo-footer {
    width: 164px;
  }
}
footer.footer-cmp .post-footer .footer-subtitle {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.14px;
}

footer.footer-cmp .post-footer .post-footer-links {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 36px;
}

@media (min-width: 992px) {
  footer.footer-cmp .post-footer .post-footer-links {
    margin-bottom: 0;
  }
}
footer.footer-cmp .post-footer .post-footer-links .footer-subtitle {
  min-height: 24px !important;
  display: inline-block;
}

@media (min-width: 992px) {
  footer.footer-cmp .post-footer .options-container {
    padding-left: 90px;
    display: flex;
    flex-direction: column;
  }
}
footer.footer-cmp .post-footer [data-lfr-editable-id=logo-footer2], footer.footer-cmp .post-footer img.dark {
  margin-top: 64px;
  width: 100%;
  max-width: 350px;
  height: auto;
}

@media (min-width: 992px) {
  footer.footer-cmp .post-footer [data-lfr-editable-id=logo-footer2], footer.footer-cmp .post-footer img.dark {
    margin-top: 0;
    width: 164px;
    height: 18px;
  }
}
footer.footer-cmp .shortcuts-mobile {
  position: fixed;
  bottom: 0;
  z-index: 99;
  background: #fcf8ea;
  box-shadow: 0 -5px 26px 0 rgba(15, 23, 41, 0.15);
  width: 100%;
  left: 0;
  height: 0;
  transition: all 0.3s;
  padding-top: 0;
}

footer.footer-cmp .shortcuts-mobile .shortcuts-mobile-item {
  transition: all 0.3s;
}

footer.footer-cmp .shortcuts-mobile.up {
  padding-top: 0;
  height: 58px;
}

footer.footer-cmp .shortcuts-mobile.up .shortcuts-mobile-item {
  padding-top: 18px;
  height: 58px;
}

footer.footer-cmp .shortcuts-mobile .shortcuts-mobile-container {
  margin: 0 auto;
}

footer.footer-cmp .shortcuts-mobile .shortcuts-mobile-container.logged {
  max-width: 375px;
}

footer.footer-cmp .shortcuts-mobile .shortcuts-mobile-item {
  border-right: 1px solid #f1ede0;
}

footer.footer-cmp .shortcuts-mobile .shortcuts-mobile-item:last-of-type {
  border-right: none;
}

footer.footer-cmp .shortcuts-mobile .shortcuts-mobile-item {
  display: inline-block;
  padding: 0 30px;
}

footer.footer-cmp .shortcuts-mobile .shortcuts-mobile-item.active {
  background-color: #eae6da;
}

footer.footer-cmp .shortcuts-mobile .shortcuts-mobile-item.active i:before {
  color: #0f1729;
}

footer.footer-cmp .shortcuts-mobile .shortcuts-mobile-item a {
  color: #918f84;
}

footer.footer-cmp .shortcuts-mobile .shortcuts-mobile-item a i:before {
  color: #918f84;
  font-size: 16px;
}

footer.footer-cmp .shortcuts-mobile .shortcuts-mobile-item a i.icon-luxe-logo {
  margin-right: 5px;
}

footer.footer-cmp .shortcuts-mobile .shortcuts-mobile-item a i.icon-luxe-logo:before {
  font-size: 17px;
  color: #b09dc6;
}

footer.footer-cmp .shortcuts-mobile .shortcuts-mobile-item a .luxe-label {
  font-family: EuclidFlex, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  vertical-align: text-top;
}

.abahana .jdt-form .form-label-group {
  font-family: EuclidFlex, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.1em;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--black-blue, #0f1729);
  display: block;
  margin-bottom: 20px;
  width: 100%;
}

.abahana .jdt-form .form-group .form-check {
  display: flex;
  margin-bottom: 10px;
}

.abahana .jdt-form .form-group .form-check .text-right {
  padding: 0;
}

.abahana .jdt-form .form-group .form-check .form-check-label {
  color: var(--black-sand, #77756e);
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0.2px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .abahana .jdt-form .form-group .form-check .form-check-label {
    font-size: 14px !important;
    line-height: 14px;
    letter-spacing: 0.24px;
  }
}
.abahana .jdt-form .form-group .form-check .form-check-label a {
  color: var(--abahana-villas, #5c7cd9);
  font-feature-settings: "ss12" on;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 11px;
  letter-spacing: 0.2px;
}

@media (min-width: 992px) {
  .abahana .jdt-form .form-group .form-check .form-check-label a {
    font-size: 14px !important;
    line-height: 14px;
    letter-spacing: 0.24px;
  }
}
.abahana .jdt-form .form-group .form-check input {
  border: 1px solid var(--abahana-villas, #5c7cd9);
}

.abahana .jdt-form .form-group .form-check input[type=checkbox], .abahana .jdt-form .form-group .form-check input[type=radio] {
  appearance: none;
  position: absolute;
  background-color: transparent;
  width: 13px;
  height: 13px;
  margin-top: 0 !important;
  padding: 0;
  border-radius: 2px;
  margin-right: 10px;
}

.abahana .jdt-form .form-group .form-check input[type=checkbox].is-invalid:checked, .abahana .jdt-form .form-group .form-check input[type=radio].is-invalid:checked {
  border-color: var(--coral, #e56248);
}

.abahana .jdt-form .form-group .form-check input[type=checkbox]:checked::after, .abahana .jdt-form .form-group .form-check input[type=radio]:checked::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 1px;
  left: 1px;
  background-color: var(--abahana-villas, #5c7cd9);
  border-radius: 1px;
}

.abahana .jdt-form .form-group .invalid-feedback {
  display: block;
  color: var(--coral, #e56248);
  font-family: "Tiempos Text", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  margin-top: -5px;
}

.abahana .jdt-form .form-group .form-check-inline input[type=checkbox], .abahana .jdt-form .form-group .form-check-inline input[type=radio] {
  position: relative;
}

.abahana .form-control {
  border-radius: 5px;
  border: 1px solid var(--abahana-villas, #5c7cd9);
  color: var(--abahana-villas, #5c7cd9);
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-style: normal;
  font-weight: 500;
  height: 40px;
  background-color: transparent;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.2px;
  padding: 12px 25px 12px 25px;
  width: 100%;
}

@media (min-width: 992px) {
  .abahana .form-control {
    font-size: 15px;
    line-height: 18px;
    height: 60px;
    letter-spacing: 0.24px;
    padding: 12px 25px;
  }
}
.abahana .form-control::placeholder {
  color: var(--abahana-villas, #5c7cd9);
  text-transform: uppercase;
}

.abahana .form-control:active, .abahana .form-control:focus {
  border-width: 2px;
}

.abahana .form-control[type=text]:active, .abahana .form-control[type=text]:focus {
  border-width: 2px;
}

.abahana .form-control[type=text]:active::placeholder, .abahana .form-control[type=text]:focus::placeholder {
  color: var(--light-blue, #8cace8);
}

.abahana .form-control[disabled] {
  color: var(--soft-blue, #e3e9f2);
  border-color: var(--soft-blue, #e3e9f2);
}

.abahana .form-control[disabled]::placeholder {
  color: var(--soft-blue, #e3e9f2);
}

.abahana .form-group {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .abahana .form-group {
    margin-bottom: 20px;
  }
}
.abahana .form-group .text-right {
  padding: 0;
}

.abahana .form-group .form-check-label {
  color: #918f84;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 11px;
  letter-spacing: 0.2px;
}

@media (min-width: 992px) {
  .abahana .form-group .form-check-label {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.24px;
  }
}
.abahana .form-group .form-check-label a {
  color: var(--abahana-villas, #5c7cd9);
  font-feature-settings: "ss12" on;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 11px;
  letter-spacing: 0.2px;
}

@media (min-width: 992px) {
  .abahana .form-group .form-check-label a {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.24px;
  }
}
.abahana .form-group .form-check-input {
  margin-top: 8px;
  margin-right: 5px;
}

.abahana .form-group .form-label {
  color: var(--abahana-villas, #5c7cd9);
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .abahana .form-group .form-label {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.24px;
  }
}
.abahana .form-group .password, .abahana .form-group.password {
  position: relative;
}

.abahana .form-group .password .password-reveal, .abahana .form-group.password .password-reveal {
  cursor: pointer;
  position: absolute;
  display: block;
  right: 15px;
  top: calc(50% - 12px);
}

.abahana .form-group .password .password-reveal:before, .abahana .form-group.password .password-reveal:before {
  font-family: icomoon, sans-serif;
  content: "\e90a";
  color: var(--abahana-villas, #5c7cd9);
}

.abahana .form-group .password.shown .password-reveal:before, .abahana .form-group.password.shown .password-reveal:before {
  content: "\e90b";
}

.abahana .form-group.is-disabled .password .password-reveal:before {
  color: var(--soft-blue, #e3e9f2);
}

.abahana .form-group.has-error .form-control {
  border-color: var(--coral, #e56248);
}

.abahana .form-group.has-error .error-text {
  color: var(--coral, #e56248);
  font-family: "Tiempos Text", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  margin-top: 5px;
}

.abahana .portlet-msg-error, .abahana .validation-error {
  color: var(--abahana-sales-coral, #e56248);
  width: fit-content;
  border-radius: 5px;
  font-family: "Tiempos Text", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.36px;
  display: block;
  margin: 5px 0;
  padding: 0;
  background-color: transparent;
  border: none;
}

.abahana .portlet-msg-error li, .abahana .validation-error li {
  list-style: none;
}

.abahana .portlet-msg-error ul, .abahana .validation-error ul {
  padding: 0;
}

.abahana input[type=date] {
  position: relative;
  text-transform: uppercase;
}

.abahana input[type=date]::-webkit-calendar-picker-indicator {
  background: 0 0;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

@media (min-width: 992px) {
  .abahana input[type=date]::after {
    font-family: icomoon, sans-serif;
    content: "\e945";
    position: absolute;
    right: 20px;
    top: calc(50% - 9px);
    font-size: 12px;
  }
}
.jdt-form-radio__options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.jdt-form-radio__options--inline {
  flex-direction: row;
  gap: 16px;
}

.jdt-form-radio__label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
}

.jdt-form-radio input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1.5px solid #5c7cd9;
  border-radius: 50%;
  background-color: transparent;
  margin: 0;
  margin-right: 8px;
  padding: 0;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}

.jdt-form-radio input[type=radio]:checked::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #5c7cd9;
  border-radius: 50%;
}

.jdt-form-radio input[type=radio]:disabled {
  border-color: #e3e9f2;
  cursor: default;
}

.jdt-form-radio input[type=radio]:disabled + .jdt-form-radio__text {
  opacity: 0.6;
}

.jdt-form-radio__text {
  color: #5c7cd9;
  font-family: EuclidFlex, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.jdt-form-radio__error {
  display: block;
  color: #e56248;
  font-family: "Tiempos Text", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.36px;
  margin: 2px 0 0;
}

.abahana .jdt-form .form-control select {
  background-color: var(--soft-sand, #fcf8ea);
  font-family: EuclidFlex, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.11px;
  text-transform: uppercase;
  color: var(--black-sand, #77756e);
  width: 100%;
  border: 1px solid var(--abahana-villas, #5c7cd9);
  padding: 8px 10px;
  border-radius: 5px;
}

@media all and (min-width: 992px) {
  .abahana .jdt-form .form-control select {
    width: 50%;
  }
}
.abahana .jdt-form textarea.form-control {
  background: var(--light-sand, #f1ede0);
  min-height: 119px;
  border-radius: 5px;
  border: 1px solid var(--abahana-villas, #5c7cd9);
  color: var(--abahana-villas, #5c7cd9);
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-style: normal;
  font-weight: 500;
  height: auto;
  background-color: transparent;
  line-height: 15px;
  letter-spacing: 0.2px;
  padding: 22px 25px;
  font-size: 15px;
}

.abahana .jdt-form textarea.form-control::placeholder {
  text-transform: uppercase;
}

.jdt-gallery-modal {
  display: contents;
}

.jdt-gallery-modal__btn {
  appearance: none;
  background-color: rgba(252, 248, 234, 0.8);
  color: #0f1729;
  font-family: EuclidFlex, sans-serif;
  font-size: 13px;
  border: none;
  border-radius: 4px;
  padding: 0 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .jdt-gallery-modal__btn {
    font-size: 15px;
    height: 44px;
  }
}
.jdt-gallery-modal__btn.icon-picture-gallery::before {
  font-family: icomoon, sans-serif;
  content: "\e93f";
  margin-right: 8px;
  font-size: 1.1em;
}

.jdt-gallery-modal__btn:hover {
  background-color: #fcf8ea;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.jdt-gallery-modal__btn:active, .jdt-gallery-modal__btn:focus {
  outline: 0;
}

.jdt-gallery-modal__gallery {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.jdt-gallery-modal__gallery-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 6px;
}

.c0010_header-cmp {
  break-inside: avoid;
  z-index: 100;
}

.c0010_header-cmp.light:not(.home) {
  height: 46px;
  position: relative;
}

@media (min-width: 992px) {
  .c0010_header-cmp {
    height: auto;
  }
  .c0010_header-cmp.light:not(.home) {
    height: 82px;
  }
}
.c0010_header-cmp .navbar-toggler {
  display: block;
}

@media (min-width: 992px) {
  .c0010_header-cmp .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }
  .c0010_header-cmp .navbar-expand-lg .navbar-collapse.show {
    display: flex !important;
  }
}
.c0010_header-cmp .navbar {
  position: fixed;
  z-index: 200;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 0;
}

@media print {
  .c0010_header-cmp .navbar {
    position: static;
    display: block;
  }
}
@media (min-width: 992px) {
  .c0010_header-cmp .navbar {
    padding-top: 19px;
    padding-bottom: 20px;
    padding-left: 36px;
    z-index: 100;
  }
}
.c0010_header-cmp .navbar .navbar-brand {
  padding-top: 2px;
  padding-left: 0;
}

.c0010_header-cmp .navbar .navbar-brand .dark {
  display: inline;
}

.c0010_header-cmp .navbar .navbar-brand .light {
  display: none;
}

@media (min-width: 992px) {
  .c0010_header-cmp .navbar .navbar-brand .dark {
    display: none;
  }
  .c0010_header-cmp .navbar .navbar-brand .light {
    display: inline;
  }
}
.c0010_header-cmp .navbar.bg-abahana-light {
  background-color: #222e50;
  box-shadow: none;
}

@media (min-width: 992px) {
  .c0010_header-cmp .navbar.bg-abahana-light {
    background-color: #f1ede0;
    box-shadow: 0 0 10px 0 rgba(15, 23, 41, 0.85);
  }
}
.c0010_header-cmp .navbar.bg-abahana-light.appearance-secondary {
  background-color: #fcf8ea;
}

@media (max-width: 991px) {
  .c0010_header-cmp .navbar.bg-abahana-light.appearance-secondary .navbar-brand .dark {
    display: none;
  }
  .c0010_header-cmp .navbar.bg-abahana-light.appearance-secondary .navbar-brand .light {
    display: inline;
  }
}
.c0010_header-cmp .navbar.bg-abahana-dark {
  background-color: transparent;
}

@media (max-width: 991px) {
  .c0010_header-cmp .navbar .navbar-nav .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
  }
}
.c0010_header-cmp .navbar .nav-item {
  color: #0f1729;
  font-feature-settings: "ss12" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  padding: 8px 0;
}

@media (min-width: 992px) {
  .c0010_header-cmp .navbar .nav-item {
    padding: 8px 15px;
  }
}
.c0010_header-cmp .navbar .nav-item .nav-link {
  padding: 0;
}

.c0010_header-cmp .navbar .navbar-toggler {
  font-size: 13px;
  padding: 4px 12px 4px 0;
  border: 0;
}

@media (min-width: 992px) {
  .c0010_header-cmp .navbar .navbar-toggler {
    font-size: initial;
    padding: 4px 12px;
  }
}
.c0010_header-cmp .navbar .navbar-toggler .icon-toggler {
  padding: 0 8px;
  width: 44px;
  display: inline-block;
}

@media (min-width: 992px) {
  .c0010_header-cmp .navbar .navbar-toggler .icon-toggler:active, .c0010_header-cmp .navbar .navbar-toggler .icon-toggler:focus, .c0010_header-cmp .navbar .navbar-toggler .icon-toggler:hover {
    padding: 0.5px;
  }
  .c0010_header-cmp .navbar .navbar-toggler .icon-toggler:active:before, .c0010_header-cmp .navbar .navbar-toggler .icon-toggler:focus:before, .c0010_header-cmp .navbar .navbar-toggler .icon-toggler:hover:before {
    content: "\e912";
  }
}
@media (min-width: 992px) {
  .c0010_header-cmp .navbar .navbar-toggler:active .icon-toggler, .c0010_header-cmp .navbar .navbar-toggler:focus .icon-toggler {
    padding: 0;
  }
  .c0010_header-cmp .navbar .navbar-toggler:active .icon-toggler:before, .c0010_header-cmp .navbar .navbar-toggler:focus .icon-toggler:before {
    content: "\e912";
  }
}
.c0010_header-cmp .navbar-nav {
  margin-left: auto;
}

@media (max-width: 991px) {
  .c0010_header-cmp .navbar-nav {
    flex-direction: row;
  }
}
.c0010_header-cmp .navbar-luxe {
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}

.c0010_header-cmp .navbar-luxe .btn-link {
  padding: 12px 12px 12px 23px;
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 13% 100%, 0 50%);
  background-color: rgba(78, 52, 107, 0.1);
  text-decoration: none;
  transition: transform 0.3s ease, margin 0.3s ease;
  margin-right: -120px;
  font-feature-settings: "ss12" on;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  margin-left: 25px;
  position: relative;
  display: inline-block;
  border-radius: 0;
}

.c0010_header-cmp .navbar-luxe .btn-link:before {
  content: none;
  position: absolute;
  top: 50%;
  left: -23px;
  border-right: 23px solid rgba(78, 52, 107, 0.1);
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  transform: translateY(-50%);
}

.c0010_header-cmp .navbar-luxe .btn-link .icon-luxe-logo {
  vertical-align: top;
  margin-right: 5px;
}

.c0010_header-cmp .navbar-luxe .btn-link .icon-luxe-logo:before {
  top: 1px;
  position: relative;
  font-size: 19px;
  background-color: transparent;
}

.c0010_header-cmp .navbar-luxe .btn-link .icon-abahana-logo {
  margin-right: 9px;
}

.c0010_header-cmp .navbar-luxe .btn-link img {
  margin-top: -7px;
}

.c0010_header-cmp .navbar-luxe .btn-link span {
  vertical-align: top;
}

.c0010_header-cmp .navbar-luxe .btn-link.active, .c0010_header-cmp .navbar-luxe .btn-link:hover {
  margin-right: 0;
}

.c0010_header-cmp .navbar-luxe.highlight .btn-link {
  background-color: #4e346b;
  color: #fcf8ea;
}

.c0010_header-cmp .navbar-luxe.highlight .btn-link:before {
  border-right: 23px solid #4e346b;
}

.c0010_header-cmp .navbar-luxe.highlight .btn-link .icon-luxe-logo:before {
  color: #fcf8ea;
  background-color: #4e346b;
}

.c0010_header-cmp .navbar-luxe .btn-link-luxe {
  background-color: rgba(78, 52, 107, 0.1);
  color: #4e346b;
  height: 44px;
}

.c0010_header-cmp .navbar-luxe .btn-link-luxe img {
  margin-top: -7px;
}

.c0010_header-cmp .navbar-luxe .btn-link-luxe .icon-luxe-logo:before {
  color: #4e346b;
}

.c0010_header-cmp .navbar-luxe .btn-link-luxe.active, .c0010_header-cmp .navbar-luxe .btn-link-luxe:hover {
  background-color: #4e346b;
  color: #fcf8ea;
}

.c0010_header-cmp .navbar-luxe .btn-link-luxe.active:before, .c0010_header-cmp .navbar-luxe .btn-link-luxe:hover:before {
  border-right: 23px solid #4e346b;
}

.c0010_header-cmp .navbar-luxe .btn-link-luxe.active .icon-luxe-logo:before, .c0010_header-cmp .navbar-luxe .btn-link-luxe:hover .icon-luxe-logo:before {
  color: #fcf8ea;
  background-color: #4e346b;
}

.c0010_header-cmp .navbar-luxe .btn-link-default {
  background-color: rgba(78, 52, 107, 0.1);
  color: #222e50;
  height: 44px;
}

.c0010_header-cmp .navbar-luxe .btn-link-default img {
  margin-top: -4px;
  padding-left: 5px;
}

.c0010_header-cmp .navbar-luxe .btn-link-default .icon-abahana-logo:before {
  color: #5c7cd9;
}

.c0010_header-cmp .navbar-luxe .btn-link-default.active, .c0010_header-cmp .navbar-luxe .btn-link-default:hover {
  background-color: #222e50;
  color: #fcf8ea;
  padding-top: 13px;
}

.c0010_header-cmp .navbar-luxe .btn-link-default.active:before, .c0010_header-cmp .navbar-luxe .btn-link-default:hover:before {
  border-right: 23px solid #222e50;
}

.c0010_header-cmp .navbar-luxe .btn-link-default.active .icon-abahana-logo:before, .c0010_header-cmp .navbar-luxe .btn-link-default:hover .icon-abahana-logo:before {
  color: #fcf8ea;
}

.c0010_header-cmp .navbar-light .navbar-nav .nav-link {
  color: #222e50;
}

.c0010_header-cmp .navbar-light .navbar-toggler .icon-toggler:before {
  color: #fcf8ea;
}

@media (min-width: 992px) {
  .c0010_header-cmp .navbar-light .navbar-toggler .icon-toggler:before {
    color: #222e50;
  }
}
@media (max-width: 991px) {
  .c0010_header-cmp .navbar-light .dropdown-label:before {
    color: #fcf8ea;
  }
  .c0010_header-cmp .navbar-light section.dropdown-cmp .dropdown .dropdown-rounded.dropdown-label {
    color: #0f1729;
  }
  .c0010_header-cmp .navbar-light section.dropdown-cmp .dropdown .dropdown-rounded.dropdown-label:before {
    background-color: #fcf8ea;
  }
}
@media (max-width: 991px) {
  .c0010_header-cmp .navbar-light.appearance-secondary .dropdown-label:before {
    color: #222e50;
  }
  .c0010_header-cmp .navbar-light.appearance-secondary section.dropdown-cmp .dropdown .dropdown-rounded.dropdown-label {
    color: #fcf8ea;
  }
  .c0010_header-cmp .navbar-light.appearance-secondary section.dropdown-cmp .dropdown .dropdown-rounded.dropdown-label:before {
    background-color: #0f1729;
  }
  .c0010_header-cmp .navbar-light.appearance-secondary .navbar-toggler .icon-toggler:before {
    color: #222e50;
  }
}
.c0010_header-cmp .navbar-dark .navbar-brand .dark {
  display: inline;
}

.c0010_header-cmp .navbar-dark .navbar-brand .light {
  display: none;
}

.c0010_header-cmp .navbar-dark .navbar-nav .nav-link {
  color: #fcf8ea;
}

.c0010_header-cmp .navbar-dark .navbar-toggler {
  color: #fcf8ea;
}

.c0010_header-cmp .navbar-dark .navbar-luxe .btn-link {
  background-color: rgba(252, 248, 234, 0.5);
  color: #fcf8ea;
}

.c0010_header-cmp .navbar-dark .navbar-luxe .btn-link:before {
  border-right-color: rgba(252, 248, 234, 0.5);
}

.c0010_header-cmp .navbar-dark .navbar-luxe .btn-link .icon-luxe-logo:before {
  color: #fcf8ea;
  background-color: transparent;
}

.c0010_header-cmp .navbar-dark .navbar-luxe .btn-link:hover {
  background-color: #222e50;
  color: #fcf8ea;
  margin-right: 0;
}

.c0010_header-cmp .navbar-dark .navbar-luxe .btn-link:hover:before {
  border-right-color: #4e346b;
}

.c0010_header-cmp .navbar-dark .navbar-luxe .btn-link:hover .icon-luxe-logo:before {
  color: #fcf8ea;
  background-color: #4e346b;
}

.c0010_header-cmp .navbar-dark .navbar-luxe .btn-link.active {
  margin-right: -120px;
}

@media (min-width: 1390px) {
  .c0010_header-cmp .navbar-dark .navbar-luxe .btn-link.active {
    background-color: #222e50;
    color: #fcf8ea;
    margin-right: 0;
  }
  .c0010_header-cmp .navbar-dark .navbar-luxe .btn-link.active:before {
    border-right-color: #4e346b;
  }
  .c0010_header-cmp .navbar-dark .navbar-luxe .btn-link.active .icon-luxe-logo:before {
    color: #fcf8ea;
    background-color: #4e346b;
  }
}
.c0010_header-cmp.home.light .navbar-brand .dark {
  display: none;
}

.c0010_header-cmp.home.light .navbar-brand .light {
  display: inline;
}

.c0010_header-cmp.home.dark .navbar-brand .light {
  display: none;
}

.c0010_header-cmp.home.dark .navbar-brand .dark {
  display: inline;
}

.c0010_header-cmp.home .navbar.bg-abahana-light {
  background-color: #f1ede0;
}

.c0010_header-cmp.home .navbar-light .navbar-toggler .icon-toggler:before {
  color: #222e50;
}

.c0010_header-cmp.home .navbar-light .dropdown-label:before {
  color: #0f1729;
}

.c0010_header-cmp.home .navbar-light section.dropdown-cmp .dropdown .dropdown-rounded.dropdown-label {
  color: #fcf8ea;
}

.c0010_header-cmp.home .navbar-light section.dropdown-cmp .dropdown .dropdown-rounded.dropdown-label:before {
  background-color: #0f1729;
}

.c0010_header-cmp.brand-luxe {
  height: 46px;
}

@media (min-width: 992px) {
  .c0010_header-cmp.brand-luxe {
    height: auto;
  }
}
@media (max-width: 991px) {
  .c0010_header-cmp.brand-luxe .navbar.bg-abahana-dark {
    background-color: #4e346b;
  }
}
.c0010_header-cmp.brand-luxe .navbar-brand .light {
  display: none;
}

@media (min-width: 992px) {
  .c0010_header-cmp.brand-luxe .navbar-brand .light {
    display: block;
  }
}
.c0010_header-cmp.brand-luxe .navbar-brand .dark {
  display: inline;
}

@media (min-width: 992px) {
  .c0010_header-cmp.brand-luxe .navbar-brand .dark {
    display: none;
  }
}
.c0010_header-cmp.brand-luxe .bg-abahana-dark .navbar-brand .light {
  display: none;
}

.c0010_header-cmp.brand-luxe .bg-abahana-dark .navbar-brand .dark {
  display: block;
}

section.main-modal-menu {
  padding: 4px;
}

@media (min-width: 992px) {
  section.main-modal-menu {
    padding: 84px 34px;
  }
}
section.main-modal-menu ul.nav {
  flex-direction: row;
}

section.main-modal-menu ul.nav.main {
  margin: 35px -20px 0 -20px;
}

@media (min-width: 992px) {
  section.main-modal-menu ul.nav.main {
    margin: 0;
  }
}
section.main-modal-menu ul.nav.main li.nav-item {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  section.main-modal-menu ul.nav.main li.nav-item {
    margin-bottom: 20px;
  }
}
section.main-modal-menu ul.nav.main li.nav-item a.nav-link {
  color: #fcf8ea;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.5px;
  display: block;
  padding: 0 20px 20px 20px;
}

section.main-modal-menu ul.nav.main li.nav-item a.nav-link .title-link {
  padding: 0 28px 0 0;
  display: inline-block;
  position: relative;
}

section.main-modal-menu ul.nav.main li.nav-item a.nav-link .title-link:before {
  font-family: icomoon, sans-serif;
  content: "\e900";
  position: absolute;
  transform: rotate(90deg);
  transition: transform 0.3s;
  right: 0;
  font-size: 16px;
}

@media (min-width: 992px) {
  section.main-modal-menu ul.nav.main li.nav-item a.nav-link .title-link:before {
    display: none;
  }
}
section.main-modal-menu ul.nav.main li.nav-item a.nav-link span:not(.title-link) {
  position: relative;
  padding-right: 23px;
  font-weight: 500;
}

@media (min-width: 992px) {
  section.main-modal-menu ul.nav.main li.nav-item a.nav-link span:not(.title-link) {
    padding-right: 33px;
  }
}
section.main-modal-menu ul.nav.main li.nav-item a.nav-link span:not(.title-link):before {
  right: 0;
  position: absolute;
  bottom: 4px;
  font-size: 18px;
}

@media (min-width: 992px) {
  section.main-modal-menu ul.nav.main li.nav-item a.nav-link span:not(.title-link):before {
    font-size: 28px;
    bottom: 6px;
  }
}
@media (max-width: 991px) {
  section.main-modal-menu ul.nav.main li.nav-item a.nav-link.opened {
    background-color: #222e50;
    border-bottom: 1px solid #e3e9f2;
    padding: 20px;
  }
  section.main-modal-menu ul.nav.main li.nav-item a.nav-link.opened .title-link:before {
    transform: rotate(-90deg);
  }
}
@media (min-width: 992px) {
  section.main-modal-menu ul.nav.main li.nav-item a.nav-link {
    padding: 8px 16px;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -0.7px;
  }
  section.main-modal-menu ul.nav.main li.nav-item a.nav-link.active, section.main-modal-menu ul.nav.main li.nav-item a.nav-link:hover {
    color: #8cace8;
  }
}
@media (max-width: 991px) {
  section.main-modal-menu ul.nav.main li.nav-item .content-xs {
    padding-right: 10px;
  }
}
section.main-modal-menu ul.nav.secondary {
  margin-bottom: 35px;
}

section.main-modal-menu ul.nav.secondary li.nav-item {
  margin-bottom: 15px;
}

section.main-modal-menu ul.nav.secondary li.nav-item a.nav-link {
  color: #fcf8ea;
  font-family: "Tiempos Text", serif;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}

@media (min-width: 992px) {
  section.main-modal-menu ul.nav.secondary li.nav-item a.nav-link {
    font-size: 22px;
    line-height: 33px;
    letter-spacing: -0.44px;
  }
}
section.main-modal-menu ul.nav.secondary li.nav-item a.nav-link.active, section.main-modal-menu ul.nav.secondary li.nav-item a.nav-link:hover {
  color: #8cace8;
}

section.main-modal-menu .secondary-menu-title {
  color: #fcf8ea;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 1.2px;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  section.main-modal-menu .secondary-menu-title {
    margin-bottom: 35px;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 2.2px;
  }
}
section.main-modal-menu .secondary-menu-title:before {
  position: absolute;
  right: -30px;
}

section.main-modal-menu a.secondary-menu-title:hover {
  color: #8cace8;
}

section.main-modal-menu .secondary-menu-panel {
  padding: 0 40px;
  margin: 40px 40px 40px 0;
  overflow-y: scroll;
  max-height: 250px;
  width: 100%;
  display: none;
}

@media (min-width: 992px) {
  section.main-modal-menu .secondary-menu-panel {
    padding: 0;
    overflow: hidden;
    margin: 0;
    max-height: 100%;
  }
}
@media (min-width: 992px) {
  section.main-modal-menu .secondary-menu-panel.show {
    display: flex;
  }
}
@media (max-width: 991px) {
  section.main-modal-menu .secondary-menu-panel.opened {
    display: flex;
    border-bottom: 1px solid #e3e9f2;
  }
}
.brand-default .navbar-dark .navbar-luxe .btn-link:hover {
  background-color: #4e346b;
  color: #fcf8ea;
  margin-right: 0;
}

.has-control-menu .c0010_header-cmp .navbar {
  position: initial;
}

h1, h2, h3, h4, h5 {
  font-family: EuclidFlex, sans-serif;
  margin: 0;
  font-weight: 500;
}

h1.title1, h2.title1, h3.title1, h4.title1, h5.title1 {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  h1.title1, h2.title1, h3.title1, h4.title1, h5.title1 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 1.5px;
  }
}
h1.title2, h2.title2, h3.title2, h4.title2, h5.title2 {
  font-family: "Tiempos Text", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -0.8px;
}

@media (max-width: 767px) {
  h1.title2, h2.title2, h3.title2, h4.title2, h5.title2 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.6px;
  }
}
h1.title3, h2.title3, h3.title3, h4.title3, h5.title3 {
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.7px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  h1.title3, h2.title3, h3.title3, h4.title3, h5.title3 {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: -0.5px;
  }
}
h1.title4, h2.title4, h3.title4, h4.title4, h5.title4 {
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  h1.title4, h2.title4, h3.title4, h4.title4, h5.title4 {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
  }
}
h1.title5, h2.title5, h3.title5, h4.title5, h5.title5 {
  font-family: "Tiempos Text", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: -0.44px;
}

@media (max-width: 767px) {
  h1.title5, h2.title5, h3.title5, h4.title5, h5.title5 {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.3px;
  }
}
@font-face {
  font-family: icomoon;
  src: url(/o/abahanavillas-design-theme/fonts/icomoon/icomoon.woff?hzi97s) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" icon-"], [class^=icon-] {
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=" icon-"]:before, [class^=icon-]:before {
  font-family: icomoon, sans-serif !important;
}

[class*=" icon-"].icon-size-1, [class^=icon-].icon-size-1 {
  font-size: 8px;
}

[class*=" icon-"].icon-size-2, [class^=icon-].icon-size-2 {
  font-size: 10px;
}

[class*=" icon-"].icon-size-3, [class^=icon-].icon-size-3 {
  font-size: 12px;
}

[class*=" icon-"].icon-size-4, [class^=icon-].icon-size-4 {
  font-size: 16px;
}

[class*=" icon-"].icon-size-5, [class^=icon-].icon-size-5 {
  font-size: 20px;
}

[class*=" icon-"].icon-size-6, [class^=icon-].icon-size-6 {
  font-size: 24px;
}

[class*=" icon-"].icon-size-7, [class^=icon-].icon-size-7 {
  font-size: 28px;
}

[class*=" icon-"].icon-size-8, [class^=icon-].icon-size-8 {
  font-size: 32px;
}

[class*=" icon-"].icon-size-9, [class^=icon-].icon-size-9 {
  font-size: 36px;
}

[class*=" icon-"].icon-size-10, [class^=icon-].icon-size-10 {
  font-size: 56px;
}

[class*=" icon-"].icon-size-11, [class^=icon-].icon-size-11 {
  font-size: 76px;
}

.icon-comment:before {
  content: "\e960";
}

.icon-gift:before {
  content: "\e95e";
  color: #c5cd91;
}

.icon-success:before {
  content: "\e95e";
}

.icon-alert:before {
  content: "\e95f";
}

.icon-lock:before {
  content: "\e95c";
}

.icon-doc-search:before {
  content: "\e95b";
  color: #5c7cd9;
}

.icon-download:before {
  content: "\e959";
}

.icon-question:before {
  content: "\e95a";
}

.icon-play:before {
  content: "\e958";
  color: #222e50;
}

.icon-order:before {
  content: "\e957";
}

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

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

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

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

.icon-heart-outline:hover {
  text-decoration: none;
  opacity: 0.5;
}

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

.icon-google-color .path1:before {
  content: "\e906";
  color: #fbbb00;
  font-family: icomoon, sans-serif !important;
}

.icon-google-color .path2:before {
  content: "\e907";
  margin-left: -1em;
  color: #518ef8;
  font-family: icomoon, sans-serif !important;
}

.icon-google-color .path3:before {
  content: "\e908";
  margin-left: -1em;
  color: #28b446;
  font-family: icomoon, sans-serif !important;
}

.icon-google-color .path4:before {
  content: "\e909";
  margin-left: -1em;
  color: #f14336;
  font-family: icomoon, sans-serif !important;
}

.icon-success-old:before {
  content: "\e930";
}

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

.icon-heart-filled:hover, .icon-heart:hover {
  text-decoration: none;
  opacity: 0.5;
}

.icon-heart-filled:before, .icon-heart:hover::before {
  content: "\e905";
  color: #afaca0;
}

.icon-updown:before {
  content: "\e955";
  color: #222e50;
}

.icon-heart:before {
  content: "\e954";
  color: #afaca0;
}

.icon-minus-rounded:before {
  content: "\e902";
}

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

.icon-account:before {
  content: "\e92e";
}

.icon-edit:before {
  content: "\e932";
}

.icon-share:before {
  content: "\e933";
}

.icon-quotation-marks:before {
  content: "\e937";
  color: #fcf8ea;
}

.icon-info .path1:before {
  font-family: icomoon, sans-serif !important;
  content: "\e938";
  color: #afaca0;
}

.icon-info .path2:before {
  font-family: icomoon, sans-serif !important;
  content: "\e939";
  margin-left: -1em;
  color: #fcf8ea;
}

.icon-info .path3:before {
  font-family: icomoon, sans-serif !important;
  content: "\e93a";
  margin-left: -1em;
  color: #fcf8ea;
}

.icon-villa:before {
  content: "\e93b";
}

.icon-views:before {
  content: "\e93c";
}

.icon-concierge-service:before {
  content: "\e93d";
}

.icon-keys:before {
  content: "\e93e";
}

.icon-picture-gallery:before {
  content: "\e93f";
}

.icon-star-rating:before {
  content: "\e956";
}

.icon-star:before {
  content: "\e941";
}

.icon-room:before {
  content: "\e942";
}

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

.icon-location:before {
  content: "\e944";
}

.icon-calendar:before {
  content: "\e945";
}

.icon-guests:before {
  content: "\e946";
}

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

.icon-filter:before {
  content: "\e949";
}

.icon-healtha-and-safety:before {
  content: "\e94a";
}

.icon-sheets:before {
  content: "\e94b";
}

.icon-error:before {
  content: "\e94c";
}

.icon-success:before {
  content: "\e94d";
}

.icon-flexible-dates:before {
  content: "\e94e";
}

.icon-pool:before {
  content: "\e94f";
}

.icon-long-term:before {
  content: "\e950";
}

.icon-last-minute:before {
  content: "\e951";
}

.icon-beach-front:before {
  content: "\e952";
}

.icon-top-service:before {
  content: "\e953";
}

.icon-sales-logo:before {
  content: "\e929";
  color: #e56248;
}

.icon-linkedin:before {
  content: "\e92a";
  color: #fcf8ea;
}

.icon-instagram:before {
  content: "\e92b";
  color: #fcf8ea;
}

.icon-youtube:before {
  content: "\e92c";
  color: #fcf8ea;
}

.icon-facebook:before {
  content: "\e92d";
  color: #fcf8ea;
}

.icon-luxe-call .path1:before {
  content: "\e915";
  color: #fcf8ea;
}

.icon-luxe-call .path2:before {
  content: "\e916";
  margin-left: -4.4853515625em;
  color: #4e346b;
}

.icon-luxe-call .path3:before {
  content: "\e917";
  margin-left: -4.4853515625em;
  color: #4e346b;
}

.icon-luxe-call .path4:before {
  content: "\e918";
  margin-left: -4.4853515625em;
  color: #4e346b;
}

.icon-luxe-call .path5:before {
  content: "\e919";
  margin-left: -4.4853515625em;
  color: #4e346b;
}

.icon-luxe-call .path6:before {
  content: "\e91a";
  margin-left: -4.4853515625em;
  color: #4e346b;
}

.icon-luxe-call .path7:before {
  content: "\e91b";
  margin-left: -4.4853515625em;
  color: #4e346b;
}

.icon-luxe-call .path8:before {
  content: "\e91c";
  margin-left: -4.4853515625em;
  color: #4e346b;
}

.icon-luxe-call .path9:before {
  content: "\e91d";
  margin-left: -4.4853515625em;
  color: #4e346b;
}

.icon-luxe-call .path10:before {
  content: "\e91e";
  margin-left: -4.4853515625em;
  color: #222e50;
}

.icon-luxe-call .path11:before {
  content: "\e91f";
  margin-left: -4.4853515625em;
  color: #222e50;
}

.icon-luxe-call .path12:before {
  content: "\e920";
  margin-left: -4.4853515625em;
  color: #222e50;
}

.icon-luxe-call .path13:before {
  content: "\e921";
  margin-left: -4.4853515625em;
  color: #222e50;
}

.icon-luxe-call .path14:before {
  content: "\e922";
  margin-left: -4.4853515625em;
  color: #222e50;
}

.icon-luxe-call .path15:before {
  content: "\e923";
  margin-left: -4.4853515625em;
  color: #222e50;
}

.icon-luxe-call .path16:before {
  content: "\e924";
  margin-left: -4.4853515625em;
  color: #222e50;
}

.icon-luxe-call .path17:before {
  content: "\e925";
  margin-left: -4.4853515625em;
  color: #4e346b;
}

.icon-luxe-call .path18:before {
  content: "\e926";
  margin-left: -4.4853515625em;
  color: #4e346b;
}

.icon-luxe-call .path19:before {
  content: "\e927";
  margin-left: -4.4853515625em;
  color: #4e346b;
}

.icon-luxe-call .path20:before {
  content: "\e928";
  margin-left: -4.4853515625em;
  color: #4e346b;
}

.icon-abahana-logo:before {
  content: "\e913";
  color: #5c7cd9;
}

.icon-luxe-logo:before {
  content: "\e914";
  color: #4e346b;
}

.icon-people:before {
  content: "\e90e";
  color: #3c528e;
}

.icon-consult:before {
  content: "\e90f";
  color: #3c528e;
}

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

.icon-toggler-large:before {
  content: "\e912";
  color: #3c528e;
}

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

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

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

.icon-credit:before {
  content: "\e931";
}

.icon-info1 .path1:before {
  content: "\e934";
  color: #0f1729;
}

.icon-info1 .path2:before {
  content: "\e936";
  margin-left: -0.9521484375em;
  color: #fcf8ea;
}

.icon-info1 .path3:before {
  content: "\e947";
  margin-left: -0.9521484375em;
  color: #fcf8ea;
}

.icon-pets:before {
  content: "\e935";
}

.icon-failure-filled:before {
  content: "\e95f";
}

.icon-failure-outlined:before {
  content: "\e95d";
}

.jdt-info-strip, .villa-card-icons-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  column-gap: 8px;
  row-gap: 3px;
  flex-wrap: wrap;
}

.jdt-info-strip .info-bar, .villa-card-icons-bar .info-bar {
  color: #0f1729;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .jdt-info-strip .info-bar, .villa-card-icons-bar .info-bar {
    line-height: 17px;
  }
}
.jdt-info-strip .info-bar:before, .villa-card-icons-bar .info-bar:before {
  margin-right: 3px;
}

@media (max-width: 1200px) {
  .jdt-info-strip .info-bar.icon-beach-view, .villa-card-icons-bar .info-bar.icon-beach-view {
    display: none;
  }
}
.jdt-info-strip.mode-on-dark .info-bar, .villa-card-icons-bar.mode-on-dark .info-bar {
  color: #fcf8ea !important;
}

.jdt-info-strip.mode-on-light .info-bar, .villa-card-icons-bar.mode-on-light .info-bar {
  color: #0f1729;
}

.jdt-info-strip.size-1 .info-bar, .villa-card-icons-bar.size-1 .info-bar {
  font-size: 12px;
}

.jdt-info-strip.size-2 .info-bar, .villa-card-icons-bar.size-2 .info-bar {
  font-size: 14px;
  line-height: 18px;
}

@media (max-width: 992px) {
  .jdt-info-strip.size-2 .info-bar, .villa-card-icons-bar.size-2 .info-bar {
    line-height: 13px;
  }
}
#story--design-system-display-infostrip--default-inner:has(.mode-on-dark), #storybook-root:has(.mode-on-dark) {
  background-color: #333;
}

.jdt-link, section.jdt-link {
  display: flex;
}

.jdt-link .btn-link, section.jdt-link .btn-link {
  color: #5c7cd9;
  text-align: center;
  font-family: EuclidFlex, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.4px;
  text-decoration-line: underline;
  padding: 0;
}

.jdt-link .btn-link.btn-small, section.jdt-link .btn-link.btn-small {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.24px;
}

.jdt-link .btn-link.btn-blue, section.jdt-link .btn-link.btn-blue {
  color: #5c7cd9;
}

.jdt-link .btn-link.btn-blue:hover, section.jdt-link .btn-link.btn-blue:hover {
  color: #8cace8;
}

.jdt-link .btn-link.btn-sand, section.jdt-link .btn-link.btn-sand {
  color: #e3e9f2;
}

.jdt-link .btn-link.btn-sand:hover, section.jdt-link .btn-link.btn-sand:hover {
  color: #8cace8;
}

.jdt-link .btn-link.btn-soft-sand, section.jdt-link .btn-link.btn-soft-sand {
  color: #fcf8ea;
}

.jdt-link .btn-link.btn-soft-sand:hover, section.jdt-link .btn-link.btn-soft-sand:hover {
  color: #8cace8;
}

.jdt-link .btn-link.btn-dark-blue, section.jdt-link .btn-link.btn-dark-blue {
  color: #0f1729;
}

.jdt-link .btn-link.btn-dark-blue:hover, section.jdt-link .btn-link.btn-dark-blue:hover {
  color: #8cace8;
}

.jdt-link .btn-link.btn-violet, section.jdt-link .btn-link.btn-violet {
  color: #4e346b;
}

.jdt-link .btn-link.btn-violet:hover, section.jdt-link .btn-link.btn-violet:hover {
  color: #b09dc6;
}

.jdt-link .btn-link.btn-dark-violet, section.jdt-link .btn-link.btn-dark-violet {
  color: #2f1f41;
}

.jdt-link .btn-link.btn-dark-violet:hover, section.jdt-link .btn-link.btn-dark-violet:hover {
  color: #4e346b;
}

.jdt-link .btn-link:hover, section.jdt-link .btn-link:hover {
  text-decoration-line: none;
}

.jdt-section {
  padding: 100px 40px 100px 40px;
}

@media (max-width: 991px) {
  .jdt-section {
    padding: 40px 20px 40px 20px;
  }
}
.jdt-section .title {
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 80px;
}

.jdt-section:has(.jdt-section-logos) {
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .jdt-section:has(.jdt-section-logos) {
    padding-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .jdt-section:has(.jdt-section-logos) .title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 1.5px;
  }
}
.jdt-section:has(.jdt-section-logos) .container {
  padding-inline: 0;
}

.jdt-section:has(.jdt-section-logos) .container .img-fluid {
  width: 100%;
}

@media (max-width: 991px) {
  .jdt-section:has(.jdt-section-logos) .container .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .jdt-section:has(.jdt-section-logos) .container .col {
    padding-left: 5px;
    padding-right: 5px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 1456px) {
  .jdt-section.secondary {
    padding-inline: 20px;
  }
}
.jdt-section.secondary .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .jdt-section.secondary .section-header {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .jdt-section.secondary .section-header .jdt-link {
    align-self: flex-end;
  }
}
.jdt-section.secondary .title {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 0;
}

abahanavillas-section.anchor {
  scroll-margin-top: 120px;
}

@media (max-width: 768px) {
  abahanavillas-section.anchor {
    scroll-margin-top: 50px;
  }
}
.jdt-section-wrapper {
  padding: 40px;
}

@media (max-width: 991px) {
  .jdt-section-wrapper {
    padding: 30px 15px;
  }
}
.jdt-section-wrapper.jdt-react-hidden {
  display: none;
}

.jdt-section-wrapper.jdt-fixed {
  max-width: 1440px;
  margin: 0 auto;
}

.jdt-section-wrapper .jdt-section-wrapper__header, .jdt-section-wrapper .jdt-section-wrapper__heading {
  margin-bottom: 20px;
  font-family: EuclidFlex, sans-serif;
  font-weight: 500;
}

.jdt-section-wrapper .jdt-section-wrapper__header.title1, .jdt-section-wrapper .jdt-section-wrapper__heading.title1 {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .jdt-section-wrapper .jdt-section-wrapper__header.title1, .jdt-section-wrapper .jdt-section-wrapper__heading.title1 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 1.5px;
  }
}
.jdt-section-wrapper .jdt-section-wrapper__header.title2, .jdt-section-wrapper .jdt-section-wrapper__heading.title2 {
  font-family: "Tiempos Text", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -0.8px;
}

@media (max-width: 767px) {
  .jdt-section-wrapper .jdt-section-wrapper__header.title2, .jdt-section-wrapper .jdt-section-wrapper__heading.title2 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.6px;
  }
}
.jdt-section-wrapper .jdt-section-wrapper__header.title3, .jdt-section-wrapper .jdt-section-wrapper__heading.title3 {
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.7px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .jdt-section-wrapper .jdt-section-wrapper__header.title3, .jdt-section-wrapper .jdt-section-wrapper__heading.title3 {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: -0.5px;
  }
}
.jdt-section-wrapper .jdt-section-wrapper__header.title4, .jdt-section-wrapper .jdt-section-wrapper__heading.title4 {
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .jdt-section-wrapper .jdt-section-wrapper__header.title4, .jdt-section-wrapper .jdt-section-wrapper__heading.title4 {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
}
.jdt-section-wrapper .jdt-section-wrapper__header.title5, .jdt-section-wrapper .jdt-section-wrapper__heading.title5 {
  font-family: "Tiempos Text", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: -0.44px;
}

@media (max-width: 767px) {
  .jdt-section-wrapper .jdt-section-wrapper__header.title5, .jdt-section-wrapper .jdt-section-wrapper__heading.title5 {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.3px;
  }
}
.jdt-section-wrapper .jdt-section-wrapper__heading {
  text-transform: uppercase;
}

.jdt-section-wrapper.jdt-section-wrapper--theme-abahanaowners {
  color: #0f1729;
}

.jdt-section-wrapper.jdt-section-wrapper--theme-abahanaowners .jdt-section-wrapper__header, .jdt-section-wrapper.jdt-section-wrapper--theme-abahanaowners .jdt-section-wrapper__heading {
  font-family: EuclidFlex, sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.7px;
  margin-bottom: 40px;
  text-transform: none;
}

@media (max-width: 767px) {
  .jdt-section-wrapper.jdt-section-wrapper--theme-abahanaowners .jdt-section-wrapper__header, .jdt-section-wrapper.jdt-section-wrapper--theme-abahanaowners .jdt-section-wrapper__heading {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.6px;
  }
}
.jdt-simple-banner {
  display: flex;
  border-radius: 5px;
}

.jdt-simple-banner .simple-banner-panel {
  display: flex;
  padding: 30px;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.jdt-simple-banner .simple-banner-panel .simple-banner-icon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.jdt-simple-banner .simple-banner-panel .simple-banner-area {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 20px;
  align-self: stretch;
}

.jdt-simple-banner .simple-banner-panel .simple-banner-area .simple-banner-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex: 1;
  align-self: stretch;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-style: normal;
}

.jdt-simple-banner .simple-banner-panel .simple-banner-area .simple-banner-info .simple-banner-title {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.2px;
  font-size: 15px;
  line-height: 15px;
}

@media (min-width: 992px) {
  .jdt-simple-banner .simple-banner-panel .simple-banner-area .simple-banner-info .simple-banner-title {
    letter-spacing: 2.2px;
    font-size: 22px;
    line-height: 25px;
  }
}
.jdt-simple-banner .simple-banner-panel .simple-banner-area .simple-banner-info .simple-banner-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.3px;
  margin: 0;
}

@media (min-width: 992px) {
  .jdt-simple-banner .simple-banner-panel .simple-banner-area .simple-banner-info .simple-banner-text {
    letter-spacing: -0.3px;
    font-size: 15px;
    line-height: 17px;
  }
}
.jdt-simple-banner .simple-banner-panel .simple-banner-area .simple-banner-actions {
  gap: 10px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .jdt-simple-banner .simple-banner-panel .simple-banner-area .simple-banner-actions {
    flex-direction: row;
  }
}
.jdt-simple-banner.brand-abahana.theme-dark {
  color: var(--soft-sand, #fcf8ea);
}

.jdt-simple-banner.brand-abahana.theme-dark.variant-primary {
  background-color: var(--black-sand, #77756e);
}

.jdt-simple-banner.brand-abahana.theme-dark.variant-secondary {
  background-color: var(--abahana-villas, #5c7cd9);
}

.jdt-simple-banner.brand-abahana.theme-dark.variant-alt1 {
  background-color: var(--pure-green, #989a50);
}

.jdt-simple-banner.brand-abahana.theme-dark.variant-alt2 {
  background-color: var(--dark-blue, #3c528e);
}

.jdt-simple-banner.brand-abahana.theme-light {
  color: var(--black-blue, #0f1729);
}

.jdt-simple-banner.brand-abahana.theme-light.variant-primary {
  background-color: var(--light-sand, #f1ede0);
}

.jdt-simple-banner.brand-abahana.theme-light.variant-secondary {
  background-color: var(--light-blue, #8cace8);
}

.jdt-simple-banner.brand-abahana.theme-light.variant-alt1 {
  background-color: var(--light-green, #c5cd91);
}

.jdt-simple-banner.brand-abahana.theme-light.variant-alt2 {
  background-color: var(--soft-blue, #e3e9f2);
}

.jdt-simple-banner.brand-luxe.theme-dark {
  color: var(--soft-sand, #fcf8ea);
}

.jdt-simple-banner.brand-luxe.theme-dark.variant-primary {
  background-color: var(--black-sand, #77756e);
}

.jdt-simple-banner.brand-luxe.theme-dark.variant-secondary {
  background-color: var(--pure-violet, #6d538c);
}

.jdt-simple-banner.brand-luxe.theme-dark.variant-alt1 {
  background-color: var(--pure-green, #989a50);
}

.jdt-simple-banner.brand-luxe.theme-dark.variant-alt2 {
  background-color: var(--violet-abahana-luxe, #4e346b);
}

.jdt-simple-banner.brand-luxe.theme-light {
  color: var(--dark-violet, #2f1f41);
}

.jdt-simple-banner.brand-luxe.theme-light.variant-primary {
  background-color: var(--light-sand, #f1ede0);
}

.jdt-simple-banner.brand-luxe.theme-light.variant-secondary {
  background-color: var(--violet, #b09dc6);
}

.jdt-simple-banner.brand-luxe.theme-light.variant-alt1 {
  background-color: var(--light-green, #c5cd91);
}

.jdt-simple-banner.brand-luxe.theme-light.variant-alt2 {
  background-color: var(--light-violet, #edddff);
}

.simple-banner-grid {
  flex-wrap: wrap;
  display: flex;
  padding: 40px;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}

.simple-banner-grid > * {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  flex: 0 0 100%;
}

@media (min-width: 1200px) {
  .simple-banner-grid > * {
    flex: 0 0 calc(50% - 1rem);
  }
}
.jdt-spacer-1 {
  height: var(--spacer-1, 2px);
}

@media (max-width: 991px) {
  .jdt-spacer-1 {
    height: var(--spacer-tablet-1, 2px);
  }
}
@media (max-width: 767px) {
  .jdt-spacer-1 {
    height: var(--spacer-mobile-1, 2px);
  }
}
.jdt-spacer-2 {
  height: var(--spacer-2, 4px);
}

@media (max-width: 991px) {
  .jdt-spacer-2 {
    height: var(--spacer-tablet-2, 4px);
  }
}
@media (max-width: 767px) {
  .jdt-spacer-2 {
    height: var(--spacer-mobile-2, 4px);
  }
}
.jdt-spacer-3 {
  height: var(--spacer-3, 8px);
}

@media (max-width: 991px) {
  .jdt-spacer-3 {
    height: var(--spacer-tablet-3, 8px);
  }
}
@media (max-width: 767px) {
  .jdt-spacer-3 {
    height: var(--spacer-mobile-3, 8px);
  }
}
.jdt-spacer-4 {
  height: var(--spacer-4, 12px);
}

@media (max-width: 991px) {
  .jdt-spacer-4 {
    height: var(--spacer-tablet-4, 12px);
  }
}
@media (max-width: 767px) {
  .jdt-spacer-4 {
    height: var(--spacer-mobile-4, 12px);
  }
}
.jdt-spacer-5 {
  height: var(--spacer-5, 16px);
}

@media (max-width: 991px) {
  .jdt-spacer-5 {
    height: var(--spacer-tablet-5, 16px);
  }
}
@media (max-width: 767px) {
  .jdt-spacer-5 {
    height: var(--spacer-mobile-5, 16px);
  }
}
.jdt-spacer-6 {
  height: var(--spacer-6, 20px);
}

@media (max-width: 991px) {
  .jdt-spacer-6 {
    height: var(--spacer-tablet-6, 20px);
  }
}
@media (max-width: 767px) {
  .jdt-spacer-6 {
    height: var(--spacer-mobile-6, 16px);
  }
}
.jdt-spacer-7 {
  height: var(--spacer-7, 24px);
}

@media (max-width: 991px) {
  .jdt-spacer-7 {
    height: var(--spacer-tablet-7, 24px);
  }
}
@media (max-width: 767px) {
  .jdt-spacer-7 {
    height: var(--spacer-mobile-7, 20px);
  }
}
.jdt-spacer-8 {
  height: var(--spacer-8, 28px);
}

@media (max-width: 991px) {
  .jdt-spacer-8 {
    height: var(--spacer-tablet-8, 28px);
  }
}
@media (max-width: 767px) {
  .jdt-spacer-8 {
    height: var(--spacer-mobile-8, 24px);
  }
}
.jdt-spacer-9 {
  height: var(--spacer-9, 32px);
}

@media (max-width: 991px) {
  .jdt-spacer-9 {
    height: var(--spacer-tablet-9, 32px);
  }
}
@media (max-width: 767px) {
  .jdt-spacer-9 {
    height: var(--spacer-mobile-9, 28px);
  }
}
.jdt-spacer-10 {
  height: var(--spacer-10, 36px);
}

@media (max-width: 991px) {
  .jdt-spacer-10 {
    height: var(--spacer-tablet-10, 36px);
  }
}
@media (max-width: 767px) {
  .jdt-spacer-10 {
    height: var(--spacer-mobile-10, 32px);
  }
}
.jdt-spacer-11 {
  height: var(--spacer-11, 40px);
}

@media (max-width: 991px) {
  .jdt-spacer-11 {
    height: var(--spacer-tablet-11, 40px);
  }
}
@media (max-width: 767px) {
  .jdt-spacer-11 {
    height: var(--spacer-mobile-11, 36px);
  }
}
.docs-story .jdt-spacer-1, .docs-story .jdt-spacer-10, .docs-story .jdt-spacer-11, .docs-story .jdt-spacer-2, .docs-story .jdt-spacer-3, .docs-story .jdt-spacer-4, .docs-story .jdt-spacer-5, .docs-story .jdt-spacer-6, .docs-story .jdt-spacer-7, .docs-story .jdt-spacer-8, .docs-story .jdt-spacer-9 {
  background-color: #77756e;
}

.c0056_villa_card-cmp .villa-card-figure > abahanavillas-carousel[variant=villa-card] {
  display: block;
  width: 100%;
  aspect-ratio: 1.4979757085;
  position: relative;
  overflow: hidden;
}

.c0056_villa_card-cmp .villa-card-figure > abahanavillas-carousel[variant=villa-card] > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom left;
  display: block;
}

.villa-card-carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  aspect-ratio: 370/247;
}

.villa-card-carousel .villa-card-preload {
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.villa-card-carousel .villa-card-preload.is-hidden {
  opacity: 0;
}

.villa-card-carousel .villa-card-preload img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom left;
  display: block;
}

.villa-card-carousel .villa-card-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  inset: 0;
  --swiper-pagination-bullet-size:6px;
  --swiper-pagination-bullet-width:6px;
  --swiper-pagination-bullet-height:6px;
  --swiper-pagination-bullet-horizontal-gap:3px;
  --swiper-pagination-bullet-inactive-color:#fff;
  --swiper-pagination-bullet-inactive-opacity:0.55;
  --swiper-pagination-color:#fff;
}

.villa-card-carousel .villa-card-swiper .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.villa-card-carousel .villa-card-swiper:not(.swiper-initialized) .swiper-slide {
  display: none;
}

.villa-card-carousel .villa-card-swiper:not(.swiper-initialized) .swiper-slide:first-child {
  display: block;
}

.villa-card-carousel .swiper-slide, .villa-card-carousel .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.villa-card-carousel .swiper-slide {
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  margin-right: 0;
  padding-right: 0;
}

.villa-card-carousel .swiper-slide picture {
  width: calc(100% + 2px);
  height: 100%;
  margin-right: -2px;
  display: block;
}

@media (min-width: 992px) {
  .villa-card-carousel .swiper-slide picture {
    width: calc(100% + 4px);
    margin-right: -4px;
  }
}
.villa-card-carousel .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom left;
  display: block;
}

@media (min-width: 992px) {
  .villa-card-carousel .swiper-slide {
    overflow: visible;
  }
  .villa-card-carousel .swiper-slide-active {
    z-index: 2;
  }
  .villa-card-carousel .swiper-slide-next, .villa-card-carousel .swiper-slide-prev {
    z-index: 1;
  }
}
.villa-card-carousel > picture, .villa-card-carousel > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom left;
  display: block;
}

.villa-card-carousel .swiper-button-next ~ .swiper-button-next, .villa-card-carousel .swiper-button-prev ~ .swiper-button-prev {
  display: none !important;
}

.villa-card-carousel .swiper-button-next, .villa-card-carousel .swiper-button-prev {
  position: absolute;
  width: 14px;
  height: 14px;
  color: #fff !important;
  cursor: pointer;
  z-index: 10;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center center;
  transition: opacity 0.3s ease, transform 0.2s ease;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.5));
  display: none;
}

@media (min-width: 992px) {
  .villa-card-carousel .swiper-button-next, .villa-card-carousel .swiper-button-prev {
    display: block;
    opacity: 0;
    pointer-events: none;
  }
  .villa-card-carousel:hover .swiper-button-next, .villa-card-carousel:hover .swiper-button-prev {
    opacity: 1;
    pointer-events: auto;
  }
}
.villa-card-carousel .swiper-button-next::after, .villa-card-carousel .swiper-button-next::before, .villa-card-carousel .swiper-button-prev::after, .villa-card-carousel .swiper-button-prev::before {
  content: none !important;
  display: none !important;
}

.villa-card-carousel .swiper-button-next svg, .villa-card-carousel .swiper-button-prev svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #fff;
  fill: #fff;
  opacity: 0.8;
}

.villa-card-carousel .swiper-button-next:hover, .villa-card-carousel .swiper-button-prev:hover {
  transform: translateY(-50%) scale(1.3);
}

.villa-card-carousel .swiper-button-next:hover svg, .villa-card-carousel .swiper-button-prev:hover svg {
  opacity: 1;
}

.villa-card-carousel .swiper-button-next.swiper-button-prev svg, .villa-card-carousel .swiper-button-prev.swiper-button-prev svg {
  transform: scaleX(-1);
}

.villa-card-carousel .swiper-button-next.swiper-button-prev, .villa-card-carousel .swiper-button-prev.swiper-button-prev {
  left: 8px;
  right: auto;
}

.villa-card-carousel .swiper-button-next.swiper-button-next, .villa-card-carousel .swiper-button-prev.swiper-button-next {
  right: 8px;
  left: auto;
}

.villa-card-carousel .swiper-pagination {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: auto;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
  transition: 0.3s opacity;
}

.villa-card-carousel .swiper-pagination-bullets-dynamic {
  overflow: hidden;
}

.villa-card-carousel .swiper-pagination .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 6px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 6px));
  display: inline-block;
  border-radius: 50%;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.55);
  background: #fff;
  position: relative;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  transition: 0.3s transform, 0.3s left;
}

.villa-card-carousel .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
}

.villa-card-carousel .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.villa-card-carousel .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.villa-card-carousel .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.villa-card-carousel .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.villa-card-carousel .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.villa-card-carousel .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.c0056_villa_card-cmp, .jdt-villa-card {
  border-radius: 5px;
  background: #fcf8ea;
  margin-bottom: 20px;
  overflow: hidden;
}

.c0056_villa_card-cmp:hover, .jdt-villa-card:hover {
  box-shadow: 4px 6px 15px 0 rgba(15, 23, 41, 0.1);
}

.c0056_villa_card-cmp .villa-card-figure, .jdt-villa-card .villa-card-figure {
  position: relative;
  margin: 0;
  border-radius: 5px 5px 0 0;
}

.c0056_villa_card-cmp .villa-card-figure .swiper-slide, .c0056_villa_card-cmp .villa-card-figure .swiper-slide > div, .c0056_villa_card-cmp .villa-card-figure .swiper-wrapper, .c0056_villa_card-cmp .villa-card-figure .villa-card-swiper, .jdt-villa-card .villa-card-figure .swiper-slide, .jdt-villa-card .villa-card-figure .swiper-slide > div, .jdt-villa-card .villa-card-figure .swiper-wrapper, .jdt-villa-card .villa-card-figure .villa-card-swiper {
  height: 100%;
}

.c0056_villa_card-cmp .villa-card-figure .swiper-slide img, .jdt-villa-card .villa-card-figure .swiper-slide img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom left;
}

.c0056_villa_card-cmp .villa-card-figure .swiper-button-next, .c0056_villa_card-cmp .villa-card-figure .swiper-button-prev, .jdt-villa-card .villa-card-figure .swiper-button-next, .jdt-villa-card .villa-card-figure .swiper-button-prev {
  color: #fcf8ea !important;
}

.c0056_villa_card-cmp .villa-card-figure .swiper-button-next::before, .c0056_villa_card-cmp .villa-card-figure .swiper-button-prev::before, .jdt-villa-card .villa-card-figure .swiper-button-next::before, .jdt-villa-card .villa-card-figure .swiper-button-prev::before {
  content: none !important;
}

.c0056_villa_card-cmp .villa-card-figure .swiper-button-next::after, .c0056_villa_card-cmp .villa-card-figure .swiper-button-prev::after, .jdt-villa-card .villa-card-figure .swiper-button-next::after, .jdt-villa-card .villa-card-figure .swiper-button-prev::after {
  font-size: 20px;
}

.c0056_villa_card-cmp .villa-card-figure .swiper-button-next:hover, .c0056_villa_card-cmp .villa-card-figure .swiper-button-prev:hover, .jdt-villa-card .villa-card-figure .swiper-button-next:hover, .jdt-villa-card .villa-card-figure .swiper-button-prev:hover {
  color: #afaca0;
}

.c0056_villa_card-cmp .villa-card-figure .villa-card-figure-actions, .jdt-villa-card .villa-card-figure .villa-card-figure-actions {
  z-index: 1;
  position: absolute;
  top: 10px;
  right: 15px;
  --villa-favourite-icon-color:#fcf8ea;
}

.c0056_villa_card-cmp .villa-card-figure .villa-card-figure-actions a, .jdt-villa-card .villa-card-figure .villa-card-figure-actions a {
  width: 19px;
  height: 19px;
  display: block;
}

.c0056_villa_card-cmp .villa-card-figure .villa-card-figure-actions a:before, .jdt-villa-card .villa-card-figure .villa-card-figure-actions a:before {
  font-size: 19px;
  color: #fcf8ea;
}

.c0056_villa_card-cmp .villa-card-info, .jdt-villa-card .villa-card-info {
  padding: 10px 15px;
}

@media (min-width: 992px) {
  .c0056_villa_card-cmp .villa-card-info, .jdt-villa-card .villa-card-info {
    padding: 20px 15px;
  }
}
.c0056_villa_card-cmp .villa-card-info h2, .jdt-villa-card .villa-card-info h2 {
  margin-bottom: 2px;
}

.c0056_villa_card-cmp .villa-card-title, .jdt-villa-card .villa-card-title {
  display: block;
  color: #0f1729;
  font-family: "Tiempos Text", serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

@media (min-width: 992px) {
  .c0056_villa_card-cmp .villa-card-title, .jdt-villa-card .villa-card-title {
    font-size: 22px;
    line-height: 33px;
    letter-spacing: -0.44px;
  }
}
.c0056_villa_card-cmp .villa-card-price, .jdt-villa-card .villa-card-price {
  margin-bottom: 15px;
  color: #0f1729;
  font-family: "Tiempos Text", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.24px;
}

@media (min-width: 992px) {
  .c0056_villa_card-cmp .villa-card-price, .jdt-villa-card .villa-card-price {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.36px;
  }
}
.c0056_villa_card-cmp .villa-card-price .villa-card-price-before, .jdt-villa-card .villa-card-price .villa-card-price-before {
  color: #afaca0;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.36px;
  text-decoration-line: line-through;
  margin-right: 10px;
}

.c0056_villa_card-cmp .villa-card-dates, .jdt-villa-card .villa-card-dates {
  color: #afaca0;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.11px;
}

@media (min-width: 992px) {
  .c0056_villa_card-cmp .villa-card-dates, .jdt-villa-card .villa-card-dates {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
}
.c0056_villa_card-cmp .villa-card-quality, .jdt-villa-card .villa-card-quality {
  margin-block: 25px;
  padding-top: 18px;
}

.c0056_villa_card-cmp.villa-card-luxe, .jdt-villa-card.villa-card-luxe {
  background-color: #f6eeff;
}

.c0056_villa_card-cmp.villa-card-luxe .villa-card-info .villa-card-icons-bar, .jdt-villa-card.villa-card-luxe .villa-card-info .villa-card-icons-bar {
  margin-bottom: 15px;
}

.c0056_villa_card-cmp.villa-card-luxe .villa-card-info .villa-card-icons-bar .info-bar, .jdt-villa-card.villa-card-luxe .villa-card-info .villa-card-icons-bar .info-bar {
  color: #2f1f41;
}

.c0056_villa_card-cmp.villa-card-luxe .villa-card-price, .c0056_villa_card-cmp.villa-card-luxe .villa-card-title, .jdt-villa-card.villa-card-luxe .villa-card-price, .jdt-villa-card.villa-card-luxe .villa-card-title {
  color: #2f1f41;
}

.c0056_villa_card-cmp.villa-card-luxe .villa-card-dates, .jdt-villa-card.villa-card-luxe .villa-card-dates {
  color: #b09dc6;
}

.c0056_villa_card-cmp.villa-card-luxe .villa-card-quality, .jdt-villa-card.villa-card-luxe .villa-card-quality {
  margin-bottom: 8px;
  padding-top: 7px;
}

@media (min-width: 992px) {
  .c0056_villa_card-cmp.villa-card-luxe .villa-card-quality, .jdt-villa-card.villa-card-luxe .villa-card-quality {
    margin-bottom: 8px;
    padding-top: 7px;
  }
}
.c0056_villa_card-cmp.villa-card-luxe.villa-card-size-long .btn-short, .jdt-villa-card.villa-card-luxe.villa-card-size-long .btn-short {
  background-color: #fcf8ea;
}

.c0056_villa_card-cmp.villa-card-luxe.villa-card-size-long .btn-short.hover, .c0056_villa_card-cmp.villa-card-luxe.villa-card-size-long .btn-short:hover, .jdt-villa-card.villa-card-luxe.villa-card-size-long .btn-short.hover, .jdt-villa-card.villa-card-luxe.villa-card-size-long .btn-short:hover {
  background-color: #b09dc6;
}

.c0056_villa_card-cmp.villa-card-luxe.villa-card-size-long .btn-short.active, .c0056_villa_card-cmp.villa-card-luxe.villa-card-size-long .btn-short:active, .jdt-villa-card.villa-card-luxe.villa-card-size-long .btn-short.active, .jdt-villa-card.villa-card-luxe.villa-card-size-long .btn-short:active {
  background-color: #6d538c;
}

.c0056_villa_card-cmp.villa-card-luxe .btn-short, .jdt-villa-card.villa-card-luxe .btn-short {
  background-color: #4e346b;
}

.c0056_villa_card-cmp.villa-card-luxe .btn-short.hover, .c0056_villa_card-cmp.villa-card-luxe .btn-short:hover, .jdt-villa-card.villa-card-luxe .btn-short.hover, .jdt-villa-card.villa-card-luxe .btn-short:hover {
  background-color: #b09dc6;
}

.c0056_villa_card-cmp.villa-card-luxe .btn-short.active, .c0056_villa_card-cmp.villa-card-luxe .btn-short:active, .jdt-villa-card.villa-card-luxe .btn-short.active, .jdt-villa-card.villa-card-luxe .btn-short:active {
  background-color: #6d538c;
}

.c0056_villa_card-cmp.villa-card-size-small .villa-card-info .villa-card-icons-bar .icon-beach-view, .jdt-villa-card.villa-card-size-small .villa-card-info .villa-card-icons-bar .icon-beach-view {
  display: none;
}

.c0056_villa_card-cmp.villa-card-size-small .villa-card-info .villa-card-icons-bar .info-bar, .jdt-villa-card.villa-card-size-small .villa-card-info .villa-card-icons-bar .info-bar {
  font-size: 12px;
  line-height: 11px;
  letter-spacing: 0.2px;
}

.c0056_villa_card-cmp.villa-card-size-small .villa-card-quality, .jdt-villa-card.villa-card-size-small .villa-card-quality {
  margin-bottom: 15px !important;
  padding-top: 20px !important;
}

.c0056_villa_card-cmp.villa-card-size-long, .jdt-villa-card.villa-card-size-long {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .c0056_villa_card-cmp.villa-card-size-long, .jdt-villa-card.villa-card-size-long {
    flex-direction: column;
  }
}
.c0056_villa_card-cmp.villa-card-size-long .villa-card-quality, .jdt-villa-card.villa-card-size-long .villa-card-quality {
  margin-block: 0;
}

.c0056_villa_card-cmp.villa-card-size-long .progress, .jdt-villa-card.villa-card-size-long .progress {
  height: 5px;
  border-radius: 0.25rem;
  display: flex;
  flex-grow: initial;
  font-size: 0.75rem;
  min-width: 6.25rem;
  overflow: hidden;
}

.c0056_villa_card-cmp.villa-card-size-long .bottom_row, .jdt-villa-card.villa-card-size-long .bottom_row {
  margin-top: 30px;
  position: relative;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.c0056_villa_card-cmp.villa-card-size-long .villa-card-swiper, .jdt-villa-card.villa-card-size-long .villa-card-swiper {
  max-height: 450px;
  overflow: hidden;
}

.c0056_villa_card-cmp.villa-card-size-long .btn_wrap, .jdt-villa-card.villa-card-size-long .btn_wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-direction: row;
  z-index: 99;
  right: 20px;
  position: absolute;
  bottom: 20px;
  opacity: 0.8;
}

@media (max-width: 500px) {
  .c0056_villa_card-cmp.villa-card-size-long .btn_wrap, .jdt-villa-card.villa-card-size-long .btn_wrap {
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;
    right: 13px;
    bottom: 13px;
  }
}
.c0056_villa_card-cmp.villa-card-size-long .btn_wrap.hover, .c0056_villa_card-cmp.villa-card-size-long .btn_wrap:hover, .jdt-villa-card.villa-card-size-long .btn_wrap.hover, .jdt-villa-card.villa-card-size-long .btn_wrap:hover {
  opacity: 1;
}

.c0056_villa_card-cmp.villa-card-size-long .btn_wrap button, .jdt-villa-card.villa-card-size-long .btn_wrap button {
  font-size: 15px;
  color: #222e50;
  background-color: #fcf8ea;
  font-family: EuclidFlex, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.4px;
  text-align: center;
  border-radius: 5px;
  border: 0;
  transition: all 0.3s ease;
}

.c0056_villa_card-cmp.villa-card-size-long .label_progress, .jdt-villa-card.villa-card-size-long .label_progress {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  font-family: EuclidFlex, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  font-feature-settings: "ss12" on;
}

.c0056_villa_card-cmp.villa-card-size-long .progress-bar, .jdt-villa-card.villa-card-size-long .progress-bar {
  background-color: #fcf8ea;
}

.c0056_villa_card-cmp.villa-card-size-long .villa-card-figure, .jdt-villa-card.villa-card-size-long .villa-card-figure {
  width: 50%;
}

@media (max-width: 992px) {
  .c0056_villa_card-cmp.villa-card-size-long .villa-card-figure, .jdt-villa-card.villa-card-size-long .villa-card-figure {
    width: 100%;
  }
}
.c0056_villa_card-cmp.villa-card-size-long .villa-card-swiper .swiper-button-next, .c0056_villa_card-cmp.villa-card-size-long .villa-card-swiper .swiper-button-prev, .jdt-villa-card.villa-card-size-long .villa-card-swiper .swiper-button-next, .jdt-villa-card.villa-card-size-long .villa-card-swiper .swiper-button-prev {
  margin-top: 0;
}

.c0056_villa_card-cmp.villa-card-size-long .villa-card-swiper .swiper-button-next::before, .c0056_villa_card-cmp.villa-card-size-long .villa-card-swiper .swiper-button-prev::before, .jdt-villa-card.villa-card-size-long .villa-card-swiper .swiper-button-next::before, .jdt-villa-card.villa-card-size-long .villa-card-swiper .swiper-button-prev::before {
  content: none !important;
}

.c0056_villa_card-cmp.villa-card-size-long .villa-card-info, .jdt-villa-card.villa-card-size-long .villa-card-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .c0056_villa_card-cmp.villa-card-size-long .villa-card-info, .jdt-villa-card.villa-card-size-long .villa-card-info {
    width: 100%;
  }
}
.c0056_villa_card-cmp.villa-card-size-long .villa-card-info .villa-card-icons-bar .icon-beach-view, .jdt-villa-card.villa-card-size-long .villa-card-info .villa-card-icons-bar .icon-beach-view {
  display: none;
}

.c0056_villa_card-cmp.villa-card-size-long .villa-card-info .villa-card-icons-bar .info-bar, .jdt-villa-card.villa-card-size-long .villa-card-info .villa-card-icons-bar .info-bar {
  font-size: 12px;
  line-height: 11px;
  letter-spacing: 0.2px;
}

.c0056_villa_card-cmp.villa-card-size-long .villa-card-quality, .jdt-villa-card.villa-card-size-long .villa-card-quality {
  margin-bottom: 15px;
  padding-top: 15px;
}

.c0056_villa_card-cmp.villa-card-size-long.villa-card-luxe, .jdt-villa-card.villa-card-size-long.villa-card-luxe {
  background-color: #4e346b;
  color: #fcf8ea;
}

.c0056_villa_card-cmp.villa-card-size-long.villa-card-luxe .villa-card-quality, .jdt-villa-card.villa-card-size-long.villa-card-luxe .villa-card-quality {
  margin-left: 16px;
}

.c0056_villa_card-cmp.villa-card-size-long.villa-card-luxe .btn-white.hover, .c0056_villa_card-cmp.villa-card-size-long.villa-card-luxe .btn-white:hover, .jdt-villa-card.villa-card-size-long.villa-card-luxe .btn-white.hover, .jdt-villa-card.villa-card-size-long.villa-card-luxe .btn-white:hover {
  color: #fcf8ea;
  background-color: #6d538c;
}

.c0056_villa_card-cmp.villa-card-size-long.villa-card-luxe .btn-white.active, .c0056_villa_card-cmp.villa-card-size-long.villa-card-luxe .btn-white:active, .jdt-villa-card.villa-card-size-long.villa-card-luxe .btn-white.active, .jdt-villa-card.villa-card-size-long.villa-card-luxe .btn-white:active {
  color: #fcf8ea;
  background-color: #2f1f41;
}

.c0056_villa_card-cmp.villa-card-size-long.villa-card-luxe .villa-card-title, .jdt-villa-card.villa-card-size-long.villa-card-luxe .villa-card-title {
  color: #fcf8ea;
  font-family: EuclidFlex, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.c0056_villa_card-cmp.villa-card-size-long.villa-card-luxe .progress, .jdt-villa-card.villa-card-size-long.villa-card-luxe .progress {
  height: 5px;
  background-color: #2f1f41;
}

.c0056_villa_card-cmp.villa-card-size-long.villa-card-luxe .villa-card-info .villa-card-icons-bar .info-bar, .jdt-villa-card.villa-card-size-long.villa-card-luxe .villa-card-info .villa-card-icons-bar .info-bar {
  color: #fcf8ea;
  padding-right: 10px;
}

.c0056_villa_card-cmp.villa-card-size-long.villa-card-luxe .villa-card-price, .jdt-villa-card.villa-card-size-long.villa-card-luxe .villa-card-price {
  color: #fcf8ea;
}

.c0056_villa_card-cmp.villa-card-size-long.villa-card-luxe .villa-card-dates, .jdt-villa-card.villa-card-size-long.villa-card-luxe .villa-card-dates {
  color: #fcf8ea;
}

.c0056_villa_card-cmp.villa-card-size-long.villa-card-luxe .villa-card-quality-label.villa-card-quality-luxe, .jdt-villa-card.villa-card-size-long.villa-card-luxe .villa-card-quality-label.villa-card-quality-luxe {
  background-color: #fcf8ea;
}

.c0056_villa_card-cmp.villa-card-size-long.villa-card-luxe .villa-card-quality-label.villa-card-quality-luxe:before, .jdt-villa-card.villa-card-size-long.villa-card-luxe .villa-card-quality-label.villa-card-quality-luxe:before {
  color: #4e346b;
}

.c0056_villa_card-cmp.villa-card-size-long.villa-card-luxe .villa-card-quality-label.villa-card-quality-luxe:after, .jdt-villa-card.villa-card-size-long.villa-card-luxe .villa-card-quality-label.villa-card-quality-luxe:after {
  border-left-color: #fcf8ea;
}

.c0056_villa_card-cmp.villa-card-size-long.villa-card-default, .jdt-villa-card.villa-card-size-long.villa-card-default {
  background-color: #222e50;
  color: #fcf8ea;
}

.c0056_villa_card-cmp.villa-card-size-long.villa-card-default .btn-white.hover, .c0056_villa_card-cmp.villa-card-size-long.villa-card-default .btn-white:hover, .jdt-villa-card.villa-card-size-long.villa-card-default .btn-white.hover, .jdt-villa-card.villa-card-size-long.villa-card-default .btn-white:hover {
  color: #fcf8ea;
  background-color: #5c7cd9;
}

.c0056_villa_card-cmp.villa-card-size-long.villa-card-default .btn-white.active, .c0056_villa_card-cmp.villa-card-size-long.villa-card-default .btn-white:active, .jdt-villa-card.villa-card-size-long.villa-card-default .btn-white.active, .jdt-villa-card.villa-card-size-long.villa-card-default .btn-white:active {
  color: #fcf8ea;
  background-color: #222e50;
}

.c0056_villa_card-cmp.villa-card-size-long.villa-card-default .villa-card-title, .jdt-villa-card.villa-card-size-long.villa-card-default .villa-card-title {
  color: #fcf8ea;
  font-family: EuclidFlex, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.c0056_villa_card-cmp.villa-card-size-long.villa-card-default .progress, .jdt-villa-card.villa-card-size-long.villa-card-default .progress {
  height: 5px !important;
  background-color: #0f1729;
}

.c0056_villa_card-cmp.villa-card-size-long.villa-card-default .villa-card-info .villa-card-icons-bar .info-bar, .jdt-villa-card.villa-card-size-long.villa-card-default .villa-card-info .villa-card-icons-bar .info-bar {
  color: #fcf8ea;
  padding-right: 10px;
}

.c0056_villa_card-cmp.villa-card-size-long.villa-card-default .villa-card-price, .jdt-villa-card.villa-card-size-long.villa-card-default .villa-card-price {
  color: #fcf8ea;
}

.c0056_villa_card-cmp.villa-card-size-long.villa-card-default .villa-card-dates, .jdt-villa-card.villa-card-size-long.villa-card-default .villa-card-dates {
  color: #fcf8ea;
}

.c0056_villa_card-cmp.villa-card-size-long.villa-card-default .villa-card-quality-label.villa-card-quality-luxe, .jdt-villa-card.villa-card-size-long.villa-card-default .villa-card-quality-label.villa-card-quality-luxe {
  background-color: #fcf8ea;
}

.c0056_villa_card-cmp.villa-card-size-long.villa-card-default .villa-card-quality-label.villa-card-quality-luxe:before, .jdt-villa-card.villa-card-size-long.villa-card-default .villa-card-quality-label.villa-card-quality-luxe:before {
  color: #4e346b;
}

.c0056_villa_card-cmp.villa-card-size-long.villa-card-default .villa-card-quality-label.villa-card-quality-luxe:after, .jdt-villa-card.villa-card-size-long.villa-card-default .villa-card-quality-label.villa-card-quality-luxe:after {
  border-left-color: #fcf8ea;
}

.c0056_villa_card-cmp.villa-card-darker, .jdt-villa-card.villa-card-darker {
  background: #f1ede0;
}

.c0056_villa_card-cmp.c0056-map, .jdt-villa-card.c0056-map {
  margin-bottom: 0;
  max-width: 400px;
}

.c0056_villa_card-cmp.c0056-map img, .jdt-villa-card.c0056-map img {
  width: 100%;
}

.c0056_villa_card-cmp.c0056-map .villa-card-icons-bar, .jdt-villa-card.c0056-map .villa-card-icons-bar {
  flex-wrap: wrap;
  gap: 10px;
}

.c0056_villa_card-cmp .btn-bookang, .jdt-villa-card .btn-bookang {
  min-width: 100px;
}

.c0056_villa_card-cmp .btn-availability, .jdt-villa-card .btn-availability {
  min-width: 150px;
}

.c0056_villa_card-cmp.brand-blog .villa-card-info, .jdt-villa-card.brand-blog .villa-card-info {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.c0056_villa_card-cmp.brand-blog .villa-card-info .jdt-info-strip, .jdt-villa-card.brand-blog .villa-card-info .jdt-info-strip {
  margin: 0;
}

.c0056_villa_card-cmp.brand-blog .villa-card-info .jdt-info-strip .info-bar.icon-beach-view, .jdt-villa-card.brand-blog .villa-card-info .jdt-info-strip .info-bar.icon-beach-view {
  display: none !important;
}

.c0056_villa_card-cmp.brand-blog .villa-card-info .villa-card-title, .jdt-villa-card.brand-blog .villa-card-info .villa-card-title {
  padding-top: 5px;
  font-size: 22px;
}

@media (max-width: 992px) {
  .c0056_villa_card-cmp.brand-blog .villa-card-info .villa-card-title, .jdt-villa-card.brand-blog .villa-card-info .villa-card-title {
    font-size: 15px;
  }
}
.c0056_villa_card-cmp.brand-blog .villa-card-info .villa-card-price, .jdt-villa-card.brand-blog .villa-card-info .villa-card-price {
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 992px) {
  .c0056_villa_card-cmp.brand-blog .villa-card-info .villa-card-price, .jdt-villa-card.brand-blog .villa-card-info .villa-card-price {
    font-size: 12px;
  }
}
.c0056_villa_card-cmp.brand-blog .villa-card-info .villa-card-dates, .jdt-villa-card.brand-blog .villa-card-info .villa-card-dates {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}

.c0056_villa_card-cmp.brand-blog .villa-card-info .btn, .jdt-villa-card.brand-blog .villa-card-info .btn {
  font-size: 15px;
  padding: 7px 10px;
}

.c0056_villa_card-cmp.brand-blog:active .villa-card-title, .c0056_villa_card-cmp.brand-blog:focus-visible .villa-card-title, .c0056_villa_card-cmp.brand-blog:hover .villa-card-title, .jdt-villa-card.brand-blog:active .villa-card-title, .jdt-villa-card.brand-blog:focus-visible .villa-card-title, .jdt-villa-card.brand-blog:hover .villa-card-title {
  color: var(--abahana-villas, #5c7cd9);
}

.c0056_villa_card-cmp.brand-blog:active .card_btn .btn, .c0056_villa_card-cmp.brand-blog:focus-visible .card_btn .btn, .c0056_villa_card-cmp.brand-blog:hover .card_btn .btn, .jdt-villa-card.brand-blog:active .card_btn .btn, .jdt-villa-card.brand-blog:focus-visible .card_btn .btn, .jdt-villa-card.brand-blog:hover .card_btn .btn {
  background-color: var(--abahana-villas, #5c7cd9);
}

.aside-village .c0056_villa_card-cmp {
  background: #f1ede0;
}

.c0045_map-cmp .c0056_villa_card-cmp {
  min-height: 95%;
}

.villa-card-quality {
  display: flex;
  gap: 4px;
}

.villa-card-quality .icon-star-rating {
  display: inline-block;
  height: 17px;
}

.villa-card-quality .icon-star-rating:before {
  font-size: 17px;
  padding-right: 0;
}

.villa-card-quality .villa-card-quality-label {
  margin-left: -15px;
  display: inline-block;
  margin-bottom: 5px;
  background-color: #0f1729;
  color: #fcf8ea;
  text-align: center;
  font-feature-settings: "ss12" on;
  font-family: EuclidFlex, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  padding: 11px 11px 11px 15px;
  position: relative;
}

.villa-card-quality .villa-card-quality-label.villa-card-quality-luxe {
  padding: 11px 32px 5px 16px;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
  background-color: #4e346b;
}

.villa-card-quality .villa-card-quality-label.villa-card-quality-luxe:before {
  color: #fcf8ea;
  font-size: 24px;
}

.villa-card-quality .villa-card-quality-label.villa-card-quality-luxe:after {
  border-left-color: #4e346b;
}

.villa-favourite {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  background: 0 0;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  outline: 0;
  transition: opacity 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.villa-favourite:hover:not(:disabled) {
  opacity: 0.5;
}

.villa-favourite:focus-visible {
  outline: 2px solid var(--color-primary, #0b5fff);
  outline-offset: 2px;
  border-radius: 50%;
}

.villa-favourite i {
  width: 19px;
  height: 19px;
  display: block;
  font-size: 19px;
  line-height: 19px;
  transition: color 0.2s ease;
}

.villa-favourite .icon-heart-filled::before, .villa-favourite .icon-heart::before {
  font-size: 19px;
  color: var(--villa-favourite-icon-color, #afaca0);
}

.villa-favourite .icon-heart-filled:hover::before, .villa-favourite .icon-heart:hover::before {
  color: var(--villa-favourite-icon-color, #afaca0);
}

.villa-favourite--active .icon-heart-filled {
  animation: villa-favourite-pulse 0.3s ease-in-out;
}

.villa-favourite--loading {
  cursor: not-allowed;
  opacity: 0.5;
}

.villa-favourite--loading i {
  animation: villa-favourite-blink 1s ease-in-out infinite;
}

@keyframes villa-favourite-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes villa-favourite-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.ui-message-error-detail {
  display: inline-block;
  text-transform: lowercase;
  color: #dc3545;
}

.ui-message-error-detail::first-letter {
  text-transform: uppercase;
}

.ui-helper-hidden {
  display: none;
}

.jdt-c0062-hero-carousel--server-fallback {
  --slides-per-view: 1.05;
  --space-between: 5px;
  padding-block: 1px;
}

@media (min-width: 992px) {
  .jdt-c0062-hero-carousel--server-fallback {
    padding-block: 0px;
  }
}
.jdt-c0062-hero-carousel--server-fallback .swiper-wrapper {
  display: flex;
  justify-content: center;
}

.jdt-c0062-hero-carousel--server-fallback .swiper-slide {
  flex-shrink: 0;
  width: calc((100% - (var(--slides-per-view) - 1) * var(--space-between)) / var(--slides-per-view));
}

@media (min-width: 992px) {
  .jdt-c0062-hero-carousel--server-fallback .swiper-slide {
    --slides-per-view: 1.2;
    --space-between: 10px;
  }
}
@media (min-width: 1200px) {
  .jdt-c0062-hero-carousel--server-fallback .swiper-slide {
    --slides-per-view: 1.4;
    --space-between: 10px;
  }
}
@media (min-width: 1440px) {
  .jdt-c0062-hero-carousel--server-fallback .swiper-slide {
    --slides-per-view: 1.6;
    --space-between: 10px;
  }
}
@media (min-width: 1920px) {
  .jdt-c0062-hero-carousel--server-fallback .swiper-slide {
    --slides-per-view: 1.8;
    --space-between: 10px;
  }
}

/*# sourceMappingURL=main.css.map */
/*# sourceMappingURL=main.css.map */
