html {
  font-size: 50%;
  text-rendering: optimizeLegibility;
  /*@media (min-width:992px) and (max-height: 1000px) {
        font-size: 56.5%;
    }
    @media (min-width:992px) and (max-height: 900px) {
        font-size: 50%;
    }
    @media (min-width:992px) and (max-height: 600px) {
        font-size: 43.8%;
    }*/
}

@media (min-width: 400px) {
  html {
    font-size: 56.5%;
  }
}

@media (min-width: 576px) {
  html {
    font-size: 62.5%;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 56.5%;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 43.8%;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 50%;
  }
}

@media (min-width: 1400px) {
  html {
    font-size: 56.5%;
  }
}

@media (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}

body {
  position: relative;
  text-rendering: optimizeLegibility;
  font-family: "Open Sans", sans-serif;
  height: 100%;
}

.object-fit-contain, .template-title-icon[src$=".png"], .template-title-icon[src$=".jpg"], .template-title-icon[src$=".jpeg"], .template-service-icon[src$=".png"], .template-service-icon[src$=".jpg"], .template-service-icon[src$=".jpeg"] {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.object-position-top-left {
  -o-object-position: top left;
     object-position: top left;
}

.object-position-top-center {
  -o-object-position: top center;
     object-position: top center;
}

.object-position-top-right {
  -o-object-position: top right;
     object-position: top right;
}

.object-position-bottom-left {
  -o-object-position: bottom left;
     object-position: bottom left;
}

.object-position-bottom-center {
  -o-object-position: bottom center;
     object-position: bottom center;
}

.object-position-bottom-right {
  -o-object-position: bottom right;
     object-position: bottom right;
}

.daterangepicker {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 1rem;
  border: 1px solid #06394D;
  background-color: #fff;
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  color: #06394D;
  font-weight: 300;
  z-index: 5000;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: transparent;
}

.daterangepicker td.today {
  background-color: #cdebf7;
}

.daterangepicker td.active {
  background-color: #4C934C;
}

.daterangepicker td.in-range {
  color: #fff;
  background-color: #084b65;
}

.daterangepicker td.end-date,
.daterangepicker td.start-date {
  background-color: #4C934C !important;
}

.daterangepicker td.end-date:hover,
.daterangepicker td.start-date:hover {
  background-color: #3b713b !important;
}

.daterangepicker td.start-date.end-date {
  border-radius: 0;
}

.daterangepicker .drp-calendar {
  border-radius: 0;
  max-width: none;
  float: none !important;
}

@media (min-width: 992px) {
  .daterangepicker .drp-calendar {
    float: left !important;
  }
}

.daterangepicker .drp-selected {
  font-size: 1.5rem;
  line-height: 3;
}

.daterangepicker .drp-buttons .cancelBtn {
  border: 0;
  text-transform: uppercase;
  font-family: "Adamina", serif;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  border-radius: 0;
  background-color: #fff;
  color: #06394D;
}

.daterangepicker .drp-buttons .cancelBtn:hover {
  background-color: #c2c2c2;
}

.daterangepicker .drp-buttons .applyBtn {
  border: 0;
  text-transform: uppercase;
  font-family: "Adamina", serif;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  border-radius: 0;
  background-color: #4C934C;
}

.daterangepicker .drp-buttons .applyBtn:hover {
  background-color: #366A36;
}

.daterangepicker .calendar-table {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  min-width: 4rem;
  width: 4rem;
  height: 3.75rem;
  font-size: 1.45rem;
  border-radius: 0;
}

.daterangepicker .calendar-table th.available:hover,
.daterangepicker .calendar-table td.available:hover {
  background-color: #cdebf7;
}

.daterangepicker .calendar-table .next,
.daterangepicker .calendar-table .prev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  position: relative;
  border-color: #06394D;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.daterangepicker .calendar-table .prev span {
  right: -2px;
}

.daterangepicker .calendar-table .next span {
  left: -2px;
}

.daterangepicker:before, .daterangepicker:after {
  border: 0;
}

.daterangepicker.opensright {
  border: 1px solid #fff;
  background-color: #06394D;
  color: #fff;
}

.daterangepicker.opensright td.today {
  background-color: #063d52;
}

.daterangepicker.opensright td.active {
  background-color: #4C934C;
}

.daterangepicker.opensright td.in-range {
  color: #fff;
  background-color: #084b65;
}

.daterangepicker.opensright td.end-date,
.daterangepicker.opensright td.start-date {
  background-color: #4C934C !important;
}

.daterangepicker.opensright td.end-date:hover,
.daterangepicker.opensright td.start-date:hover {
  background-color: #3b713b !important;
}

.daterangepicker.opensright .calendar-table th.available:hover,
.daterangepicker.opensright .calendar-table td.available:hover {
  background-color: #114f67;
  color: #fff;
}

.daterangepicker.opensright .calendar-table .next span,
.daterangepicker.opensright .calendar-table .prev span {
  border-color: #fff;
}

.daterangepicker-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #06394D;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  z-index: 4999;
}

.daterangepicker-overlay.visible {
  opacity: 0.85;
}

.template-primary-title {
  font-size: 3.5rem;
  font-family: "Adamina", serif;
  line-height: 1.25;
  font-weight: 400;
  color: #06394D;
}

@media (min-width: 400px) {
  .template-primary-title {
    font-size: 4rem;
  }
}

@media (min-width: 576px) {
  .template-primary-title {
    font-size: 4.5rem;
  }
}

@media (min-width: 768px) {
  .template-primary-title {
    font-size: 5.5rem;
  }
}

@media (min-width: 992px) {
  .template-primary-title {
    font-size: 6.5rem;
  }
}

@media (min-width: 1200px) {
  .template-primary-title {
    font-size: 7.5rem;
  }
}

.template-secondary-title, .template-text--price span, .template-item-slider-3-price, .template-slider-4-item-price {
  font-family: "Adamina", serif;
  font-size: 3rem;
  line-height: 1.25;
  font-weight: 400;
  color: #06394D;
}

@media (min-width: 400px) {
  .template-secondary-title, .template-text--price span, .template-item-slider-3-price, .template-slider-4-item-price {
    font-size: 3.25rem;
  }
}

@media (min-width: 576px) {
  .template-secondary-title, .template-text--price span, .template-item-slider-3-price, .template-slider-4-item-price {
    font-size: 3.5rem;
  }
}

@media (min-width: 768px) {
  .template-secondary-title, .template-text--price span, .template-item-slider-3-price, .template-slider-4-item-price {
    font-size: 4.25rem;
  }
}

@media (min-widht: 992px) {
  .template-secondary-title, .template-text--price span, .template-item-slider-3-price, .template-slider-4-item-price {
    font-size: 5rem;
  }
}

@media (min-width: 1200px) {
  .template-secondary-title, .template-text--price span, .template-item-slider-3-price, .template-slider-4-item-price {
    font-size: 6rem;
  }
}

.template-secondary-title + .template-secondary-title-subtitle, .template-text--price span + .template-secondary-title-subtitle, .template-item-slider-3-price + .template-secondary-title-subtitle, .template-slider-4-item-price + .template-secondary-title-subtitle {
  font-weight: 600 !important;
  color: #4C934C !important;
}

.template-tertiary-title {
  font-size: 2.5rem;
  font-family: "Adamina", serif;
  line-height: 1.25;
  font-weight: 400;
  color: #06394D;
}

@media (min-width: 400px) {
  .template-tertiary-title {
    font-size: 2.75rem;
  }
}

@media (min-width: 576px) {
  .template-tertiary-title {
    font-size: 3rem;
  }
}

@media (min-width: 768px) {
  .template-tertiary-title {
    font-size: 3.5rem;
  }
}

@media (min-width: 992px) {
  .template-tertiary-title {
    font-size: 4rem;
  }
}

@media (min-width: 1200px) {
  .template-tertiary-title {
    font-size: 4.5rem;
  }
}

.template-tertiary-title + .template-tertiary-title-subtitle {
  font-weight: 600 !important;
  color: #4C934C !important;
}

.template-quaternary-title {
  font-size: 2.25rem;
  font-family: "Adamina", serif;
  line-height: 1.25;
  font-weight: 400;
  color: #06394D;
}

@media (min-width: 400px) {
  .template-quaternary-title {
    font-size: 2.5rem;
  }
}

@media (min-width: 576px) {
  .template-quaternary-title {
    font-size: 2.75rem;
  }
}

@media (min-width: 768px) {
  .template-quaternary-title {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .template-quaternary-title {
    font-size: 3.25rem;
  }
}

@media (min-width: 1200px) {
  .template-quaternary-title {
    font-size: 3.5rem;
  }
}

.template-text, .template-secondary-title + .template-secondary-title-subtitle, .template-text--price span + .template-secondary-title-subtitle, .template-item-slider-3-price + .template-secondary-title-subtitle, .template-slider-4-item-price + .template-secondary-title-subtitle, .template-tertiary-title + .template-tertiary-title-subtitle, .template-text--price, .template-form-select + .select2-container .select2-selection--single .select2-selection__rendered, .template-form-select-label .template-form-select-text, .select2-container--default .select2-dropdown .select2-results__option, .template-form-datepicker,
.template-form-daterangepicker, .template-form-datepicker-label .template-form-datepicker-text,
.template-form-daterangepicker-label .template-form-datepicker-text, .template-form-text, .template-form-file--label, .template-form-checkbox, .template-form-radio, .template-form-textarea textarea, .template-form-textarea--label, .template-slider-4-item-date, .template-sharer--text, .pagination .page-item .page-link, .table, .template-accordion--hint, .template-breadcrumb li {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.025rem;
  font-weight: 400;
  color: #06394D;
}

.template-text strong, .template-secondary-title + .template-secondary-title-subtitle strong, .template-text--price span + .template-secondary-title-subtitle strong, .template-item-slider-3-price + .template-secondary-title-subtitle strong, .template-slider-4-item-price + .template-secondary-title-subtitle strong, .template-tertiary-title + .template-tertiary-title-subtitle strong, .template-text--price strong, .template-form-select + .select2-container .select2-selection--single .select2-selection__rendered strong, .template-form-select-label .template-form-select-text strong, .select2-container--default .select2-dropdown .select2-results__option strong, .template-form-datepicker strong, .template-form-daterangepicker strong, .template-form-datepicker-label .template-form-datepicker-text strong, .template-form-daterangepicker-label .template-form-datepicker-text strong, .template-form-text strong, .template-form-file--label strong, .template-form-checkbox strong, .template-form-radio strong, .template-form-textarea textarea strong, .template-form-textarea--label strong, .template-slider-4-item-date strong, .template-sharer--text strong, .pagination .page-item .page-link strong, .table strong, .template-accordion--hint strong, .template-breadcrumb li strong {
  font-weight: 700;
}

.template-text a, .template-secondary-title + .template-secondary-title-subtitle a, .template-text--price span + .template-secondary-title-subtitle a, .template-item-slider-3-price + .template-secondary-title-subtitle a, .template-slider-4-item-price + .template-secondary-title-subtitle a, .template-tertiary-title + .template-tertiary-title-subtitle a, .template-text--price a, .template-form-select + .select2-container .select2-selection--single .select2-selection__rendered a, .template-form-select-label .template-form-select-text a, .select2-container--default .select2-dropdown .select2-results__option a, .template-form-datepicker a, .template-form-daterangepicker a, .template-form-datepicker-label .template-form-datepicker-text a, .template-form-daterangepicker-label .template-form-datepicker-text a, .template-form-text a, .template-form-file--label a, .template-form-checkbox a, .template-form-radio a, .template-form-textarea textarea a, .template-form-textarea--label a, .template-slider-4-item-date a, .template-sharer--text a, .pagination .page-item .page-link a, .table a, .template-accordion--hint a, .template-breadcrumb li a {
  color: #4C934C;
  text-decoration: none;
}

.template-text a:hover, .template-secondary-title + .template-secondary-title-subtitle a:hover, .template-item-slider-3-price + .template-secondary-title-subtitle a:hover, .template-slider-4-item-price + .template-secondary-title-subtitle a:hover, .template-tertiary-title + .template-tertiary-title-subtitle a:hover, .template-text--price a:hover, .template-form-select + .select2-container .select2-selection--single .select2-selection__rendered a:hover, .template-form-select-label .template-form-select-text a:hover, .select2-container--default .select2-dropdown .select2-results__option a:hover, .template-form-datepicker a:hover, .template-form-daterangepicker a:hover, .template-form-datepicker-label .template-form-datepicker-text a:hover, .template-form-daterangepicker-label .template-form-datepicker-text a:hover, .template-form-text a:hover, .template-form-file--label a:hover, .template-form-checkbox a:hover, .template-form-radio a:hover, .template-form-textarea textarea a:hover, .template-form-textarea--label a:hover, .template-slider-4-item-date a:hover, .template-sharer--text a:hover, .pagination .page-item .page-link a:hover, .table a:hover, .template-accordion--hint a:hover, .template-breadcrumb li a:hover {
  text-decoration: underline;
  color: #366A36;
}

.template-text ul, .template-secondary-title + .template-secondary-title-subtitle ul, .template-text--price span + .template-secondary-title-subtitle ul, .template-item-slider-3-price + .template-secondary-title-subtitle ul, .template-slider-4-item-price + .template-secondary-title-subtitle ul, .template-tertiary-title + .template-tertiary-title-subtitle ul, .template-text--price ul, .template-form-select + .select2-container .select2-selection--single .select2-selection__rendered ul, .template-form-select-label .template-form-select-text ul, .select2-container--default .select2-dropdown .select2-results__option ul, .template-form-datepicker ul, .template-form-daterangepicker ul, .template-form-datepicker-label .template-form-datepicker-text ul, .template-form-daterangepicker-label .template-form-datepicker-text ul, .template-form-text ul, .template-form-file--label ul, .template-form-checkbox ul, .template-form-radio ul, .template-form-textarea textarea ul, .template-form-textarea--label ul, .template-slider-4-item-date ul, .template-sharer--text ul, .pagination .page-item .page-link ul, .table ul, .template-accordion--hint ul, .template-breadcrumb li ul {
  list-style-type: square;
  list-style-position: inside;
  padding-left: 0;
}

.template-text ol, .template-secondary-title + .template-secondary-title-subtitle ol, .template-text--price span + .template-secondary-title-subtitle ol, .template-item-slider-3-price + .template-secondary-title-subtitle ol, .template-slider-4-item-price + .template-secondary-title-subtitle ol, .template-tertiary-title + .template-tertiary-title-subtitle ol, .template-text--price ol, .template-form-select + .select2-container .select2-selection--single .select2-selection__rendered ol, .template-form-select-label .template-form-select-text ol, .select2-container--default .select2-dropdown .select2-results__option ol, .template-form-datepicker ol, .template-form-daterangepicker ol, .template-form-datepicker-label .template-form-datepicker-text ol, .template-form-daterangepicker-label .template-form-datepicker-text ol, .template-form-text ol, .template-form-file--label ol, .template-form-checkbox ol, .template-form-radio ol, .template-form-textarea textarea ol, .template-form-textarea--label ol, .template-slider-4-item-date ol, .template-sharer--text ol, .pagination .page-item .page-link ol, .table ol, .template-accordion--hint ol, .template-breadcrumb li ol {
  list-style-position: inside;
  padding-left: 0;
}

.template-text .template-mark, .template-secondary-title + .template-secondary-title-subtitle .template-mark, .template-item-slider-3-price + .template-secondary-title-subtitle .template-mark, .template-slider-4-item-price + .template-secondary-title-subtitle .template-mark, .template-tertiary-title + .template-tertiary-title-subtitle .template-mark, .template-text--price .template-mark, .template-form-select + .select2-container .select2-selection--single .select2-selection__rendered .template-mark, .template-form-select-label .template-form-select-text .template-mark, .select2-container--default .select2-dropdown .select2-results__option .template-mark, .template-form-datepicker .template-mark, .template-form-daterangepicker .template-mark, .template-form-datepicker-label .template-form-datepicker-text .template-mark, .template-form-daterangepicker-label .template-form-datepicker-text .template-mark, .template-form-text .template-mark, .template-form-file--label .template-mark, .template-form-checkbox .template-mark, .template-form-radio .template-mark, .template-form-textarea textarea .template-mark, .template-form-textarea--label .template-mark, .template-slider-4-item-date .template-mark, .template-sharer--text .template-mark, .pagination .page-item .page-link .template-mark, .table .template-mark, .template-accordion--hint .template-mark, .template-breadcrumb li .template-mark {
  color: #333333;
  text-transform: uppercase;
}

.template-text .template-mark strong, .template-secondary-title + .template-secondary-title-subtitle .template-mark strong, .template-item-slider-3-price + .template-secondary-title-subtitle .template-mark strong, .template-slider-4-item-price + .template-secondary-title-subtitle .template-mark strong, .template-tertiary-title + .template-tertiary-title-subtitle .template-mark strong, .template-text--price .template-mark strong, .template-form-select + .select2-container .select2-selection--single .select2-selection__rendered .template-mark strong, .template-form-select-label .template-form-select-text .template-mark strong, .select2-container--default .select2-dropdown .select2-results__option .template-mark strong, .template-form-datepicker .template-mark strong, .template-form-daterangepicker .template-mark strong, .template-form-datepicker-label .template-form-datepicker-text .template-mark strong, .template-form-daterangepicker-label .template-form-datepicker-text .template-mark strong, .template-form-text .template-mark strong, .template-form-file--label .template-mark strong, .template-form-checkbox .template-mark strong, .template-form-radio .template-mark strong, .template-form-textarea textarea .template-mark strong, .template-form-textarea--label .template-mark strong, .template-slider-4-item-date .template-mark strong, .template-sharer--text .template-mark strong, .pagination .page-item .page-link .template-mark strong, .table .template-mark strong, .template-accordion--hint .template-mark strong, .template-breadcrumb li .template-mark strong {
  font-size: 2em;
  display: inline-block;
  margin-left: 1.5rem;
  font-weight: 900;
}

.template-text.text-white, .template-secondary-title + .text-white.template-secondary-title-subtitle, .template-text--price span + .text-white.template-secondary-title-subtitle, .template-item-slider-3-price + .text-white.template-secondary-title-subtitle, .template-slider-4-item-price + .text-white.template-secondary-title-subtitle, .template-tertiary-title + .text-white.template-tertiary-title-subtitle, .text-white.template-text--price, .template-form-select + .select2-container .select2-selection--single .text-white.select2-selection__rendered, .template-form-select-label .text-white.template-form-select-text, .select2-container--default .select2-dropdown .text-white.select2-results__option, .text-white.template-form-datepicker,
.text-white.template-form-daterangepicker, .template-form-datepicker-label .text-white.template-form-datepicker-text,
.template-form-daterangepicker-label .text-white.template-form-datepicker-text, .text-white.template-form-text, .text-white.template-form-file--label, .text-white.template-form-checkbox, .text-white.template-form-radio, .template-form-textarea textarea.text-white, .text-white.template-form-textarea--label, .text-white.template-slider-4-item-date, .text-white.template-sharer--text, .pagination .page-item .text-white.page-link, .text-white.table, .text-white.template-accordion--hint, .template-breadcrumb li.text-white {
  font-weight: 300;
}

.template-text.text-white a, .template-secondary-title + .text-white.template-secondary-title-subtitle a, .template-text--price span + .text-white.template-secondary-title-subtitle a, .template-item-slider-3-price + .text-white.template-secondary-title-subtitle a, .template-slider-4-item-price + .text-white.template-secondary-title-subtitle a, .template-tertiary-title + .text-white.template-tertiary-title-subtitle a, .text-white.template-text--price a, .template-form-select + .select2-container .select2-selection--single .text-white.select2-selection__rendered a, .template-form-select-label .text-white.template-form-select-text a, .select2-container--default .select2-dropdown .text-white.select2-results__option a, .text-white.template-form-datepicker a, .text-white.template-form-daterangepicker a, .template-form-datepicker-label .text-white.template-form-datepicker-text a, .template-form-daterangepicker-label .text-white.template-form-datepicker-text a, .text-white.template-form-text a, .text-white.template-form-file--label a, .text-white.template-form-checkbox a, .text-white.template-form-radio a, .template-form-textarea textarea.text-white a, .text-white.template-form-textarea--label a, .text-white.template-slider-4-item-date a, .text-white.template-sharer--text a, .pagination .page-item .text-white.page-link a, .text-white.table a, .text-white.template-accordion--hint a, .template-breadcrumb li.text-white a {
  color: #fff;
  font-weight: 600;
}

.template-text.text-white strong, .template-secondary-title + .text-white.template-secondary-title-subtitle strong, .template-text--price span + .text-white.template-secondary-title-subtitle strong, .template-item-slider-3-price + .text-white.template-secondary-title-subtitle strong, .template-slider-4-item-price + .text-white.template-secondary-title-subtitle strong, .template-tertiary-title + .text-white.template-tertiary-title-subtitle strong, .text-white.template-text--price strong, .template-form-select + .select2-container .select2-selection--single .text-white.select2-selection__rendered strong, .template-form-select-label .text-white.template-form-select-text strong, .select2-container--default .select2-dropdown .text-white.select2-results__option strong, .text-white.template-form-datepicker strong, .text-white.template-form-daterangepicker strong, .template-form-datepicker-label .text-white.template-form-datepicker-text strong, .template-form-daterangepicker-label .text-white.template-form-datepicker-text strong, .text-white.template-form-text strong, .text-white.template-form-file--label strong, .text-white.template-form-checkbox strong, .text-white.template-form-radio strong, .template-form-textarea textarea.text-white strong, .text-white.template-form-textarea--label strong, .text-white.template-slider-4-item-date strong, .text-white.template-sharer--text strong, .pagination .page-item .text-white.page-link strong, .text-white.table strong, .text-white.template-accordion--hint strong, .template-breadcrumb li.text-white strong {
  font-weight: 600;
}

@media (min-width: 1200px) {
  .template-text.lg, .template-secondary-title + .template-secondary-title-subtitle, .template-text--price span + .template-secondary-title-subtitle, .template-item-slider-3-price + .template-secondary-title-subtitle, .template-slider-4-item-price + .template-secondary-title-subtitle, .template-tertiary-title + .template-tertiary-title-subtitle, .lg.template-text--price, .template-form-select + .select2-container .select2-selection--single .lg.select2-selection__rendered, .template-form-select-label .lg.template-form-select-text, .select2-container--default .select2-dropdown .lg.select2-results__option, .lg.template-form-datepicker,
  .lg.template-form-daterangepicker, .template-form-datepicker-label .lg.template-form-datepicker-text,
  .template-form-daterangepicker-label .lg.template-form-datepicker-text, .lg.template-form-text, .lg.template-form-file--label, .lg.template-form-checkbox, .lg.template-form-radio, .template-form-textarea textarea.lg, .lg.template-form-textarea--label, .lg.template-slider-4-item-date, .lg.template-sharer--text, .pagination .page-item .lg.page-link, .table, .lg.template-accordion--hint, .template-breadcrumb li.lg {
    font-size: 2rem;
  }
}

.template-text > :last-child, .template-secondary-title + .template-secondary-title-subtitle > :last-child, .template-text--price span + .template-secondary-title-subtitle > :last-child, .template-item-slider-3-price + .template-secondary-title-subtitle > :last-child, .template-slider-4-item-price + .template-secondary-title-subtitle > :last-child, .template-tertiary-title + .template-tertiary-title-subtitle > :last-child, .template-text--price > :last-child, .template-form-select + .select2-container .select2-selection--single .select2-selection__rendered > :last-child, .template-form-select-label .template-form-select-text > :last-child, .select2-container--default .select2-dropdown .select2-results__option > :last-child, .template-form-datepicker > :last-child, .template-form-daterangepicker > :last-child, .template-form-datepicker-label .template-form-datepicker-text > :last-child, .template-form-daterangepicker-label .template-form-datepicker-text > :last-child, .template-form-text > :last-child, .template-form-file--label > :last-child, .template-form-checkbox > :last-child, .template-form-radio > :last-child, .template-form-textarea textarea > :last-child, .template-form-textarea--label > :last-child, .template-slider-4-item-date > :last-child, .template-sharer--text > :last-child, .pagination .page-item .page-link > :last-child, .table > :last-child, .template-accordion--hint > :last-child, .template-breadcrumb li > :last-child {
  margin-bottom: 0;
}

.template-text--price {
  color: #4C934C;
  font-weight: 700;
}

.template-text--price span {
  color: #4C934C;
  line-height: 1;
}

.template-text--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@supports (text-stroke: 0.1rem white) or (-webkit-text-stroke: 0.1rem white) {
  .template-text-stroke {
    color: transparent !important;
    -webkit-text-stroke: 0.05rem white;
    text-stroke: 0.05rem white;
  }
  @media (min-width: 768px) {
    .template-text-stroke {
      -webkit-text-stroke: 0.1rem white;
      text-stroke: 0.1rem white;
    }
  }
}

@supports (text-stroke: 0.1rem transparent) or (-webkit-text-stroke: 0.1rem transparent) {
  .template-text-stroke.active {
    color: white !important;
    -webkit-text-stroke: 0.05rem transparent;
    text-stroke: 0.05rem transparent;
  }
  @media (min-width: 768px) {
    .template-text-stroke.active {
      -webkit-text-stroke: 0.1rem transparent;
      text-stroke: 0.1rem transparent;
    }
  }
}

.template-title-stars, .template-title-stars--white {
  position: absolute;
  bottom: 90%;
  right: 0;
  font-size: 0;
}

.template-title-stars span, .template-title-stars--white span {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  background-image: url("/assets/star.svg");
  background-size: 1.75rem 1.75rem;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  margin-left: 0.25rem;
}

.template-title-stars span.superior, .template-title-stars--white span.superior {
  background: none;
  font-size: 2rem;
  position: relative;
  top: 1rem;
}

.template-title-stars--white span {
  background-image: url("/assets/white-star.svg");
}

.template-title-icon {
  width: 4rem;
  height: 4rem;
}

@media (min-width: 576px) {
  .template-title-icon {
    width: 5rem;
    height: 5rem;
  }
}

@media (min-width: 768px) {
  .template-title-icon {
    width: 6rem;
    height: 6rem;
  }
}

.text-underline {
  text-decoration: underline;
}

.text-primary-color {
  color: #06394D !important;
}

.text-secondary-color {
  color: #4C934C !important;
}

.template-button, .template-button-backwards {
  display: inline-block;
  position: relative;
  padding: 1rem 5.5rem 1rem 2rem;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 600;
  background-image: url("/assets/arrow-right-no-line.svg");
  background-position: calc(100% - 2rem) center;
  background-size: 0.6rem;
  background-color: transparent;
  background-repeat: no-repeat;
  color: #06394D;
}

@media (min-width: 768px) {
  .template-button, .template-button-backwards {
    padding: 1.5rem 8.5rem 1.5rem 3rem;
    background-position: calc(100% - 3rem) center;
  }
}

.template-button:before, .template-button-backwards:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 80%;
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
  background-color: rgba(6, 57, 77, 0.2);
}

.template-button:after, .template-button-backwards:after {
  content: '';
  height: 1px;
  width: 2rem;
  position: absolute;
  right: 2rem;
  background-color: #06394D;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
}

@media (min-width: 768px) {
  .template-button:after, .template-button-backwards:after {
    right: 3rem;
  }
}

.template-button:focus, .template-button-backwards:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.template-button:hover, .template-button-backwards:hover {
  color: #06394D;
}

.template-button:hover:before, .template-button-backwards:hover:before {
  right: 0;
}

@media (min-width: 768px) {
  .template-button:hover:after, .template-button-backwards:hover:after {
    width: 4.5rem;
  }
}

.template-button.text-white, .text-white.template-button-backwards {
  background-image: url("/assets/white-arrow-right-no-line.svg");
}

.template-button.text-white:before, .text-white.template-button-backwards:before {
  background-color: rgba(255, 255, 255, 0.15);
}

.template-button.text-white:after, .text-white.template-button-backwards:after {
  background-color: #fff;
}

.template-button-backwards {
  background-image: url("/assets/arrow-left-no-line.svg");
  background-position: 2rem center;
  padding: 1rem 2rem 1rem 5.5rem;
}

@media (min-width: 768px) {
  .template-button-backwards {
    padding: 1.5rem 3rem 1.5rem 8.5rem;
    background-position: 3rem center;
  }
}

.template-button-backwards:before {
  left: 80%;
  right: 0;
  -webkit-transition: left .3s ease;
  transition: left .3s ease;
}

.template-button-backwards:after {
  right: auto;
  left: 2rem;
}

@media (min-width: 768px) {
  .template-button-backwards:after {
    right: auto;
    left: 3rem;
  }
}

.template-button-backwards:hover:before {
  right: 0;
  left: 0;
}

.template-button-backwards.text-white {
  background-image: url("/assets/white-arrow-left-no-line.svg");
}

.template-book-button, .template-book-button--inverse {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  text-transform: uppercase;
  font-family: "Adamina", serif;
  font-size: 1.6rem;
  background-color: #4C934C;
  color: #fff;
  border-radius: 0;
  padding: 1.5rem 2.5rem;
  -webkit-transition: background-color .3s ease, padding .3s ease;
  transition: background-color .3s ease, padding .3s ease;
}

@media (min-width: 768px) {
  .template-book-button, .template-book-button--inverse {
    padding: 1.5rem 3rem;
  }
}

@media (min-width: 992px) {
  .template-book-button, .template-book-button--inverse {
    padding: 1.5rem 3.5rem;
  }
}

.template-book-button:after, .template-book-button--inverse:after {
  content: url("/assets/white-arrow-right.svg");
  position: relative;
  top: -1px;
  margin-left: 0;
  font-size: 0;
  line-height: 0;
  width: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: margin-left .3s ease, width .3s ease, -webkit-transform .3s ease;
  transition: margin-left .3s ease, width .3s ease, -webkit-transform .3s ease;
  transition: margin-left .3s ease, width .3s ease, transform .3s ease;
  transition: margin-left .3s ease, width .3s ease, transform .3s ease, -webkit-transform .3s ease;
}

.template-book-button:hover, .template-book-button--inverse:hover, .template-book-button:focus, .template-book-button--inverse:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #366A36;
  padding: 1.25rem 2.5rem;
  color: #fff;
}

@media (min-width: 768px) {
  .template-book-button:hover, .template-book-button--inverse:hover, .template-book-button:focus, .template-book-button--inverse:focus {
    padding: 1.5rem 2rem;
  }
}

@media (min-width: 768px) {
  .template-book-button:hover:after, .template-book-button--inverse:hover:after, .template-book-button:focus:after, .template-book-button--inverse:focus:after {
    margin-left: 1rem;
    width: 2rem;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

.template-book-button--inverse {
  background-color: #06394D;
}

.template-book-button--inverse:after, .template-book-button--inverse:before {
  display: none;
}

.template-book-button--inverse:hover {
  background-color: #4C934C;
  padding: 1.5rem 2.5rem;
}

@media (min-width: 768px) {
  .template-book-button--inverse:hover {
    padding: 1.5rem 3.5rem;
  }
}

.template-areariservata-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  text-transform: uppercase;
  font-family: "Adamina", serif;
  font-size: 1.6rem;
  background-color: #fff;
  color: #06394D;
  border-radius: 0;
  padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

@media (min-width: 768px) {
  .template-areariservata-button {
    padding: 1.5rem 3rem 1.5rem 2rem;
  }
}

@media (min-width: 992px) {
  .template-areariservata-button {
    padding: 1.5rem 3.5rem 1.5rem 2.5rem;
  }
}

.template-areariservata-button:before {
  content: url("/assets/user.svg");
  position: relative;
  top: -1px;
  margin-right: 1.5rem;
  font-size: 0;
  line-height: 0;
}

.template-areariservata-button:hover, .template-areariservata-button:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #cccccc;
}

.template-phone-button {
  display: inline-block;
  margin-right: 3rem;
  margin-left: 3rem;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Adamina", serif;
  line-height: 1.6;
}

@media (min-width: 992px) {
  .template-phone-button {
    display: none !important;
  }
}

@media (max-width: 1730px) {
  .template-phone-button span {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .template-phone-button {
    position: fixed;
    bottom: calc((3.5rem * 3) + (6.75rem * 2));
    width: 7.5rem;
    height: 7.5rem;
    background-color: #4C934C;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    right: 3.5rem;
  }
}

@media (max-width: 575.98px) {
  .template-phone-button {
    bottom: calc((2rem * 3) + (6.75rem * 2));
    width: 6.75rem;
    height: 6.75rem;
    right: 2rem;
  }
}

.template-phone-button img {
  margin-right: 0.5rem;
  vertical-align: middle;
}

.template-phone-button:hover {
  color: #4C934C;
  text-decoration: none;
}

.template-expand-button {
  display: inline-block;
  position: relative;
  border: 0;
  border-radius: 0;
  padding: 1rem 4rem 1rem 2rem;
  background-color: transparent;
  color: #06394D;
  font-size: 1.7rem;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .template-expand-button {
    padding: 1.5rem 5.5rem 1.5rem 3rem;
  }
}

.template-expand-button:before, .template-expand-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 1px;
  background-color: #06394D;
}

@media (min-width: 768px) {
  .template-expand-button:before, .template-expand-button:after {
    right: 2rem;
  }
}

.template-expand-button:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.template-expand-button:hover, .template-expand-button:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(6, 57, 77, 0.15);
  color: #06394D;
}

.template-expand-button[aria-expanded=true] {
  display: none;
}

.template-form-group {
  position: relative;
}

.template-form-group.w-15 {
  width: 100%;
}

@media (min-width: 768px) {
  .template-form-group.w-15 {
    width: 15rem;
  }
}

.template-form-group.w-20 {
  width: 100%;
}

@media (min-width: 768px) {
  .template-form-group.w-20 {
    width: 20rem;
  }
}

.template-form-select + .select2-container {
  width: 100% !important;
}

.template-form-select + .select2-container .select2-selection--single {
  background: transparent;
  border: 0;
  height: 3rem;
  border-radius: 0;
  border-bottom: 1px solid #06394D;
}

.template-form-select + .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  line-height: 1.5;
}

.template-form-select + .select2-container .select2-selection--single .select2-selection__placeholder {
  color: #06394D;
  opacity: 0.75;
  margin-right: 1rem;
}

.template-form-select + .select2-container .select2-selection--single .select2-selection__clear {
  font-weight: 300;
  margin-right: 1rem;
  line-height: 1.4;
  margin-left: 1rem;
}

.template-form-select + .select2-container .select2-selection--single:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.template-form-select + .select2-container .select2-selection__arrow b {
  width: 1rem;
  height: 1rem;
  border: 1px solid #06394D;
  border-left-color: transparent;
  border-top-color: transparent;
  top: 17.5%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: top .15s ease, -webkit-transform .15s ease;
  transition: top .15s ease, -webkit-transform .15s ease;
  transition: transform .15s ease, top .15s ease;
  transition: transform .15s ease, top .15s ease, -webkit-transform .15s ease;
}

.template-form-select + .select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: 1px solid #06394D;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 45%;
}

.template-form-select.text-white + .select2-container .select2-selection--single {
  border-bottom: 1px solid #fff;
}

.template-form-select.text-white + .select2-container .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

.template-form-select.text-white + .select2-container .select2-selection--single .select2-selection__placeholder {
  color: #fff;
}

.template-form-select.text-white + .select2-container .select2-selection__arrow b {
  border: 1px solid #fff;
  border-left-color: transparent;
  border-top-color: transparent;
}

.template-form-select.text-white + .select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: 1px solid #fff;
  border-left-color: transparent;
  border-top-color: transparent;
}

.template-form-select-label {
  position: relative;
  border-bottom: 1px solid #06394D;
  width: 100%;
}

.template-form-select-label select {
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: auto;
  left: 0;
  opacity: 0 !important;
}

.template-form-select-label .template-form-select-text {
  display: block;
  margin: 1rem 0;
  pointer-events: none;
  color: #06394D;
}

.template-form-select-label .template-form-select-text.placeholder {
  opacity: 0.7;
}

.template-form-select-label .template-form-select-reset {
  position: absolute;
  right: 3rem;
  top: 0;
  bottom: 0;
  font-weight: 300;
  font-size: 2.5rem;
  color: #06394D;
  line-height: 2;
  z-index: 10;
}

.template-form-select-label .template-form-select-arrow {
  display: block;
  position: absolute;
  top: calc(50% - 0.7rem);
  right: 0.5rem;
  width: 1rem;
  height: 1rem;
  border: 1px solid #06394D;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  pointer-events: none;
}

.template-form-select-label.inverse {
  border-bottom: 1px solid #fff;
}

.template-form-select-label.inverse .template-form-select-text {
  color: #fff;
}

.template-form-select-label.inverse .template-form-select-reset {
  color: #fff;
}

.template-form-select-label.inverse .template-form-select-arrow {
  border: 1px solid #fff;
  border-left-color: transparent;
  border-top-color: transparent;
}

.select2-container--default .select2-dropdown {
  border: 1px solid #06394D;
  border-radius: 0;
  padding: 1rem;
  margin-top: -1px;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.select2-container--default .select2-dropdown .select2-results__option {
  font-weight: 400;
  padding: 0.75rem 1rem;
  margin-bottom: 2px;
  color: #06394D;
  font-size: 1.35rem;
}

@media (min-width: 576px) {
  .select2-container--default .select2-dropdown .select2-results__option {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .select2-container--default .select2-dropdown .select2-results__option {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .select2-container--default .select2-dropdown .select2-results__option {
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  .select2-container--default .select2-dropdown .select2-results__option {
    font-size: 1.7rem;
  }
}

.select2-container--default .select2-dropdown .select2-results__option[aria-selected=true], .select2-container--default .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #06394D;
  border-radius: 0;
  color: #fff;
}

.select2-container--default .select2-dropdown .select2-results__option[aria-selected=true] {
  font-weight: 600;
  letter-spacing: -0.04rem;
}

.select2-container--default.inverted .select2-dropdown {
  background-color: #06394D;
  border: 1px solid #fff;
}

.select2-container--default.inverted .select2-dropdown .select2-results__option {
  color: #fff;
}

.select2-container--default.inverted .select2-dropdown .select2-results__option[aria-selected=true], .select2-container--default.inverted .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #fff;
  color: #06394D;
}

.template-form-datepicker,
.template-form-daterangepicker {
  position: relative;
  height: 3rem;
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  border-bottom: 1px solid #06394D;
}

.template-form-datepicker::-webkit-input-placeholder,
.template-form-daterangepicker::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #06394D;
  opacity: 0.75;
  /* Firefox */
}

.template-form-datepicker:-ms-input-placeholder,
.template-form-daterangepicker:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #06394D;
  opacity: 0.75;
  /* Firefox */
}

.template-form-datepicker::-ms-input-placeholder,
.template-form-daterangepicker::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #06394D;
  opacity: 0.75;
  /* Firefox */
}

.template-form-datepicker::placeholder,
.template-form-daterangepicker::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #06394D;
  opacity: 0.75;
  /* Firefox */
}

.template-form-datepicker:-ms-input-placeholder,
.template-form-daterangepicker:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #06394D;
  opacity: 0.75;
}

.template-form-datepicker::-ms-input-placeholder,
.template-form-daterangepicker::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #06394D;
  opacity: 0.75;
}

.template-form-datepicker:focus,
.template-form-daterangepicker:focus {
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.template-form-datepicker + .template-form-datepicker-icon,
.template-form-daterangepicker + .template-form-datepicker-icon {
  display: block;
  position: absolute;
  top: calc(50% - 1rem);
  right: 2.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("/assets/calendar.svg");
  background-size: 1.5rem;
  background-repeat: no-repeat;
  pointer-events: none;
}

@media (min-width: 768px) {
  .template-form-datepicker + .template-form-datepicker-icon,
  .template-form-daterangepicker + .template-form-datepicker-icon {
    right: 1.75rem;
  }
}

.template-form-datepicker.icon-far-right + .template-form-datepicker-icon,
.template-form-daterangepicker.icon-far-right + .template-form-datepicker-icon {
  right: 0;
}

.template-form-datepicker.text-white,
.template-form-daterangepicker.text-white {
  border-bottom: 1px solid #fff;
}

.template-form-datepicker.text-white::-webkit-input-placeholder,
.template-form-daterangepicker.text-white::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.75;
  /* Firefox */
}

.template-form-datepicker.text-white:-ms-input-placeholder,
.template-form-daterangepicker.text-white:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.75;
  /* Firefox */
}

.template-form-datepicker.text-white::-ms-input-placeholder,
.template-form-daterangepicker.text-white::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.75;
  /* Firefox */
}

.template-form-datepicker.text-white::placeholder,
.template-form-daterangepicker.text-white::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.75;
  /* Firefox */
}

.template-form-datepicker.text-white:-ms-input-placeholder,
.template-form-daterangepicker.text-white:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  opacity: 0.75;
}

.template-form-datepicker.text-white::-ms-input-placeholder,
.template-form-daterangepicker.text-white::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
  opacity: 0.75;
}

.template-form-datepicker.text-white + .template-form-datepicker-icon,
.template-form-daterangepicker.text-white + .template-form-datepicker-icon {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.template-form-datepicker-label,
.template-form-daterangepicker-label {
  position: relative;
  border-bottom: 1px solid #06394D;
  width: 100%;
}

.template-form-datepicker-label input[type=date],
.template-form-daterangepicker-label input[type=date] {
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: auto;
  opacity: 0 !important;
}

.template-form-datepicker-label .template-form-datepicker-text,
.template-form-daterangepicker-label .template-form-datepicker-text {
  display: block;
  margin: 1rem 0;
  pointer-events: none;
  color: #06394D;
}

.template-form-datepicker-label .template-form-datepicker-text.placeholder,
.template-form-daterangepicker-label .template-form-datepicker-text.placeholder {
  opacity: 0.7;
}

.template-form-datepicker-label .template-form-datepicker-icon,
.template-form-daterangepicker-label .template-form-datepicker-icon {
  display: block;
  position: absolute;
  top: calc(50% - 1rem);
  right: 0;
  width: 2rem;
  height: 2rem;
  background: url("/assets/calendar.svg");
  background-size: 2rem;
  background-repeat: no-repeat;
  pointer-events: none;
}

.template-form-datepicker-label.inverse,
.template-form-daterangepicker-label.inverse {
  border-bottom-color: #fff;
}

.template-form-datepicker-label.inverse .template-form-datepicker-text,
.template-form-daterangepicker-label.inverse .template-form-datepicker-text {
  color: #fff;
}

.template-form-datepicker-label.inverse .template-form-datepicker-icon,
.template-form-daterangepicker-label.inverse .template-form-datepicker-icon {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.template-form-daterangepicker-width {
  min-width: 25rem;
}

.template-form-daterangepicker-width input {
  width: 100% !important;
}

.template-form-text, .template-form-file--label {
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  border-bottom: 1px solid #06394D;
}

@media (min-width: 768px) {
  .template-form-text, .template-form-file--label {
    height: 3rem;
  }
}

.template-form-text::-webkit-input-placeholder, .template-form-file--label::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #06394D;
  opacity: 0.75;
  /* Firefox */
}

.template-form-text:-ms-input-placeholder, .template-form-file--label:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #06394D;
  opacity: 0.75;
  /* Firefox */
}

.template-form-text::-ms-input-placeholder, .template-form-file--label::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #06394D;
  opacity: 0.75;
  /* Firefox */
}

.template-form-text::placeholder, .template-form-file--label::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #06394D;
  opacity: 0.75;
  /* Firefox */
}

.template-form-text:-ms-input-placeholder, .template-form-file--label:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #06394D;
  opacity: 0.75;
}

.template-form-text::-ms-input-placeholder, .template-form-file--label::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #06394D;
  opacity: 0.75;
}

.template-form-text:focus, .template-form-file--label:focus {
  border: 0;
  border-bottom: 1px solid #06394D;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.template-form-text.text-white, .text-white.template-form-file--label {
  border-bottom: 1px solid #fff;
}

.template-form-text.text-white::-webkit-input-placeholder, .text-white.template-form-file--label::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.75;
  /* Firefox */
}

.template-form-text.text-white:-ms-input-placeholder, .text-white.template-form-file--label:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.75;
  /* Firefox */
}

.template-form-text.text-white::-ms-input-placeholder, .text-white.template-form-file--label::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.75;
  /* Firefox */
}

.template-form-text.text-white::placeholder, .text-white.template-form-file--label::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.75;
  /* Firefox */
}

.template-form-text.text-white:-ms-input-placeholder, .text-white.template-form-file--label:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  opacity: 0.75;
}

.template-form-text.text-white::-ms-input-placeholder, .text-white.template-form-file--label::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
  opacity: 0.75;
}

.template-form-text.text-white + .template-form-datepicker-icon, .text-white.template-form-file--label + .template-form-datepicker-icon {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.template-form-text.d-inline-block, .d-inline-block.template-form-file--label {
  width: 100%;
}

@media (min-width: 768px) {
  .template-form-text.d-inline-block, .d-inline-block.template-form-file--label {
    width: auto;
  }
}

.template-form-checkbox {
  padding-left: 3.5rem;
  margin-bottom: 1rem;
}

.template-form-checkbox--label {
  cursor: pointer;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .template-form-checkbox--label {
    line-height: 1.5;
  }
}

@media (min-width: 992px) {
  .template-form-checkbox--label {
    line-height: 1.75;
  }
}

.template-form-checkbox--label a {
  color: #4C934C;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.template-form-checkbox--label a:hover {
  color: #366A36;
}

.template-form-checkbox--label:before {
  background-color: transparent;
  width: 2.5rem;
  height: 2.5rem;
  left: -3.5rem;
  border: 2px solid #06394D;
}

.template-form-checkbox--label:after {
  background-color: #06394D;
  opacity: 0;
  top: 0.65rem;
  width: 1.7rem;
  height: 1.7rem;
  left: -3.1rem;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.template-form-checkbox--input:focus ~ .template-form-checkbox--label:before,
.template-form-checkbox--input:focus:not(:checked) ~ .template-form-checkbox--label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #06394D;
}

.template-form-checkbox--input:checked ~ .template-form-checkbox--label:before {
  border-color: #06394D;
  background-color: transparent;
}

.template-form-checkbox--input:checked ~ .template-form-checkbox--label:after {
  opacity: 1;
}

.template-form-checkbox.text-white .template-form-checkbox--label a {
  color: #fff;
}

.template-form-checkbox.text-white .template-form-checkbox--label a:hover {
  color: #fff;
}

.template-form-checkbox.text-white .template-form-checkbox--label:before {
  border-color: #fff;
}

.template-form-checkbox.text-white .template-form-checkbox--label:after {
  background-color: #fff;
}

.template-form-checkbox.text-white .template-form-checkbox--input:focus ~ .template-form-checkbox--label:before,
.template-form-checkbox.text-white .template-form-checkbox--input:focus:not(:checked) ~ .template-form-checkbox--label:before {
  border-color: #fff;
}

.template-form-checkbox.text-white .template-form-checkbox--input:checked ~ .template-form-checkbox--label:before {
  border-color: #fff;
  background-color: transparent;
}

.template-form-radio {
  padding-left: 3.5rem;
  margin-bottom: 1rem;
}

.template-form-radio--label {
  cursor: pointer;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .template-form-radio--label {
    line-height: 1.5;
  }
}

@media (min-width: 992px) {
  .template-form-radio--label {
    line-height: 1.75;
  }
}

.template-form-radio--label a {
  color: #4C934C;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.template-form-radio--label a:hover {
  color: #366A36;
}

.template-form-radio--label:before {
  background-color: transparent;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  left: -3.5rem;
  border: 2px solid #06394D;
}

.template-form-radio--label:after {
  background-color: #06394D;
  border-radius: 50%;
  opacity: 0;
  top: 0.65rem;
  width: 1.7rem;
  height: 1.7rem;
  left: -3.1rem;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.template-form-radio--input:focus ~ .template-form-radio--label:before,
.template-form-radio--input:focus:not(:checked) ~ .template-form-radio--label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #06394D;
}

.template-form-radio--input:checked ~ .template-form-radio--label:before {
  border-color: #06394D;
  background-color: transparent;
}

.template-form-radio--input:checked ~ .template-form-radio--label:after {
  opacity: 1;
}

.template-form-textarea textarea {
  padding: 2rem;
  border: 1px solid #06394D;
  background-color: transparent;
  width: 100%;
}

.template-form-textarea textarea:focus {
  border: 1px solid #114f67;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.template-form-textarea--label {
  display: block;
  text-align: left;
}

.template-form-file {
  position: relative;
}

.template-form-file--input {
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0 !important;
}

.template-form-file--label {
  display: block;
}

.template-form-file--label:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("/assets/file.svg");
  background-size: 1.5rem;
  background-repeat: no-repeat;
  pointer-events: none;
}

.warning-site-blocker {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #06394D;
  padding: 3rem;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  z-index: 2147483647;
  pointer-events: none;
}

@media (min-width: 992px) {
  .warning-site-blocker {
    top: -50vh;
    bottom: -50vh;
    right: -50vh;
    left: -50vh;
  }
}

.warning-site-blocker a {
  text-decoration: underline;
  pointer-events: auto;
}

.warning-site-blocker *:before, .warning-site-blocker *:after {
  display: none;
}

.template-slider-1-placeholder {
  height: 15rem;
}

@media (min-width: 768px) {
  .template-slider-1-placeholder {
    height: 25rem;
  }
}

@media (min-width: 992px) {
  .template-slider-1-placeholder {
    height: 35rem;
  }
}

.template-slider-1-container {
  overflow-x: hidden;
}

.template-slider-1-container .template-slider-1 .owl-stage-outer {
  overflow: visible;
}

.template-slider-1-container .template-slider-1 .owl-nav {
  float: right;
}

.template-slider-1-container .template-slider-1 .owl-nav button {
  padding: 1.75rem 2.5rem !important;
  background-color: #4C934C;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.template-slider-1-container .template-slider-1 .owl-nav button img {
  width: 5rem;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

.template-slider-1-container .template-slider-1 .owl-nav button:hover {
  background-color: #366A36;
}

.template-slider-1-container .template-slider-1 .owl-nav button:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.template-slider-1-container .template-slider-1 .owl-nav:after {
  content: '';
  clear: both;
  float: none;
}

.template-slider-1-container.use-placeholder {
  margin-top: -19rem;
}

@media (min-width: 768px) {
  .template-slider-1-container.use-placeholder {
    margin-top: -29.5rem;
  }
}

@media (min-width: 992px) {
  .template-slider-1-container.use-placeholder {
    margin-top: -40rem;
  }
}

@media (min-width: 1200px) {
  .template-slider-1-container.use-placeholder {
    margin-top: -42.5rem;
  }
}

.template-item-slider-1 {
  position: relative;
}

.template-item-slider-1 .template-overlay-slider-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  padding: 2rem;
}

@media (min-width: 576px) {
  .template-item-slider-1 .template-overlay-slider-1 {
    padding: 3.5rem;
  }
}

@media (min-width: 768px) {
  .template-item-slider-1 .template-overlay-slider-1 {
    padding: 5rem;
  }
}

.template-item-slider-1 .template-overlay-slider-1 .row {
  position: relative;
  z-index: 1;
}

.template-item-slider-1 .template-overlay-slider-1:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #06394D;
  background: -webkit-gradient(linear, left bottom, left top, from(#06394D), to(transparent));
  background: linear-gradient(to top, #06394D, transparent);
  z-index: -1;
}

@supports (mix-blend-mode: multiply) {
  .template-item-slider-1 .template-overlay-slider-1:after {
    mix-blend-mode: multiply;
  }
}

.template-slider-2-container {
  overflow-x: hidden;
}

.template-slider-2-container .template-slider-2, .template-slider-2-container .template-slider-2--condensed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.template-slider-2-container .template-slider-2 .template-item-slider-2, .template-slider-2-container .template-slider-2--condensed .template-item-slider-2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35rem;
  background-color: #06394D;
}

@media (min-width: 768px) {
  .template-slider-2-container .template-slider-2 .template-item-slider-2, .template-slider-2-container .template-slider-2--condensed .template-item-slider-2 {
    height: 40rem;
  }
}

@media (min-width: 992px) {
  .template-slider-2-container .template-slider-2 .template-item-slider-2, .template-slider-2-container .template-slider-2--condensed .template-item-slider-2 {
    height: 45rem;
  }
}

.template-slider-2-container .template-slider-2 .template-item-slider-2 .template-image-slider-2, .template-slider-2-container .template-slider-2--condensed .template-item-slider-2 .template-image-slider-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  z-index: 1;
}

@media (min-width: 992px) {
  .template-slider-2-container .template-slider-2 .template-item-slider-2 .template-image-slider-2, .template-slider-2-container .template-slider-2--condensed .template-item-slider-2 .template-image-slider-2 {
    opacity: 1;
  }
}

.template-slider-2-container .template-slider-2 .template-item-slider-2 .template-tertiary-title, .template-slider-2-container .template-slider-2--condensed .template-item-slider-2 .template-tertiary-title {
  padding: 0 1.5rem;
}

.template-slider-2-container .template-slider-2 .template-item-slider-2 .template-button, .template-slider-2-container .template-slider-2--condensed .template-item-slider-2 .template-button, .template-slider-2-container .template-slider-2 .template-item-slider-2 .template-button-backwards, .template-slider-2-container .template-slider-2--condensed .template-item-slider-2 .template-button-backwards {
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media (min-width: 992px) {
  .template-slider-2-container .template-slider-2 .template-item-slider-2 .template-button, .template-slider-2-container .template-slider-2--condensed .template-item-slider-2 .template-button, .template-slider-2-container .template-slider-2 .template-item-slider-2 .template-button-backwards, .template-slider-2-container .template-slider-2--condensed .template-item-slider-2 .template-button-backwards {
    opacity: 0;
  }
}

.template-slider-2-container .template-slider-2 .template-item-slider-2 .template-line-under:after, .template-slider-2-container .template-slider-2--condensed .template-item-slider-2 .template-line-under:after {
  background-color: rgba(255, 255, 255, 0.3);
}

.template-slider-2-container .template-slider-2 .template-item-slider-2 > *:not(.template-image-slider-2), .template-slider-2-container .template-slider-2--condensed .template-item-slider-2 > *:not(.template-image-slider-2) {
  position: relative;
  z-index: 2;
  text-align: center;
}

@media (min-width: 992px) {
  .template-slider-2-container .template-slider-2 .template-item-slider-2:hover .template-image-slider-2, .template-slider-2-container .template-slider-2--condensed .template-item-slider-2:hover .template-image-slider-2 {
    opacity: 0.4;
  }
}

.template-slider-2-container .template-slider-2 .template-item-slider-2:hover .template-button, .template-slider-2-container .template-slider-2--condensed .template-item-slider-2:hover .template-button, .template-slider-2-container .template-slider-2 .template-item-slider-2:hover .template-button-backwards, .template-slider-2-container .template-slider-2--condensed .template-item-slider-2:hover .template-button-backwards {
  opacity: 1;
}

.template-slider-2-container .template-slider-2 .owl-stage-outer, .template-slider-2-container .template-slider-2--condensed .owl-stage-outer {
  overflow: visible;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .template-slider-2-container .template-slider-2 .owl-stage-outer, .template-slider-2-container .template-slider-2--condensed .owl-stage-outer {
    margin-bottom: 1rem;
  }
}

.template-slider-2-container .template-slider-2 .owl-item, .template-slider-2-container .template-slider-2--condensed .owl-item {
  opacity: 0.5;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.template-slider-2-container .template-slider-2 .owl-item.active, .template-slider-2-container .template-slider-2--condensed .owl-item.active {
  opacity: 1;
}

.template-slider-2-container .template-slider-2 .owl-nav, .template-slider-2-container .template-slider-2--condensed .owl-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.template-slider-2-container .template-slider-2 .owl-nav .owl-prev, .template-slider-2-container .template-slider-2--condensed .owl-nav .owl-prev,
.template-slider-2-container .template-slider-2 .owl-nav .owl-next,
.template-slider-2-container .template-slider-2--condensed .owl-nav .owl-next {
  margin-left: 2rem;
  background-color: transparent;
}

.template-slider-2-container .template-slider-2 .owl-nav .owl-prev img, .template-slider-2-container .template-slider-2--condensed .owl-nav .owl-prev img,
.template-slider-2-container .template-slider-2 .owl-nav .owl-next img,
.template-slider-2-container .template-slider-2--condensed .owl-nav .owl-next img {
  width: 5rem;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

.template-slider-2-container .template-slider-2 .owl-nav .owl-prev:focus, .template-slider-2-container .template-slider-2--condensed .owl-nav .owl-prev:focus,
.template-slider-2-container .template-slider-2 .owl-nav .owl-next:focus,
.template-slider-2-container .template-slider-2--condensed .owl-nav .owl-next:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.template-slider-2-container .template-slider-2 .owl-scrollbar, .template-slider-2-container .template-slider-2--condensed .owl-scrollbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  margin-top: 2rem;
  height: 4px;
  width: 100%;
  background-color: rgba(6, 57, 77, 0.5);
  position: relative;
  margin-bottom: 2rem;
}

.template-slider-2-container .template-slider-2 .owl-scrollbar .owl-scroll-handle, .template-slider-2-container .template-slider-2--condensed .owl-scrollbar .owl-scroll-handle {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
  background-color: #06394D;
  -webkit-transition: background-color .3s ease, border-radius .3s ease;
  transition: background-color .3s ease, border-radius .3s ease;
}

.template-slider-2-container .template-slider-2 .owl-scrollbar .owl-scroll-handle:hover, .template-slider-2-container .template-slider-2--condensed .owl-scrollbar .owl-scroll-handle:hover, .template-slider-2-container .template-slider-2 .owl-scrollbar .owl-scroll-handle:focus, .template-slider-2-container .template-slider-2--condensed .owl-scrollbar .owl-scroll-handle:focus {
  background-color: #4C934C;
}

.template-slider-2-container .template-slider-2 .owl-scrollbar .owl-scroll-handle.owl-scroll-handle-dragged, .template-slider-2-container .template-slider-2--condensed .owl-scrollbar .owl-scroll-handle.owl-scroll-handle-dragged {
  background-color: #4C934C;
  border-radius: 4rem;
}

.template-slider-2-container .template-slider-2--condensed .template-item-slider-2 {
  height: 20rem;
}

@media (min-width: 576px) {
  .template-slider-2-container .template-slider-2--condensed .template-item-slider-2 {
    height: 25rem;
  }
}

@media (min-width: 768px) {
  .template-slider-2-container .template-slider-2--condensed .template-item-slider-2 {
    height: 30rem;
  }
}

@media (min-width: 992px) {
  .template-slider-2-container .template-slider-2--condensed .template-item-slider-2 {
    height: 35rem;
  }
}

@media (max-width: 767.98px) {
  .template-slider-2-container .template-slider-2--condensed .template-button, .template-slider-2-container .template-slider-2--condensed .template-button-backwards {
    opacity: 0 !important;
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3 !important;
    margin: 0 !important;
  }
}

.template-slider-3-container {
  overflow-x: hidden;
}

.template-slider-3-container .template-slider-3, .template-slider-3-container .template-slider-3--inverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
}

@media (min-width: 1200px) {
  .template-slider-3-container .template-slider-3, .template-slider-3-container .template-slider-3--inverse {
    margin-right: auto;
    width: calc(100vw - ((100vw - 1090px) / 2));
  }
}

.template-slider-3-container .template-slider-3 .owl-stage-outer, .template-slider-3-container .template-slider-3--inverse .owl-stage-outer {
  overflow: visible;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .template-slider-3-container .template-slider-3 .owl-stage-outer, .template-slider-3-container .template-slider-3--inverse .owl-stage-outer {
    margin-bottom: 2rem;
  }
}

.template-slider-3-container .template-slider-3 .owl-nav, .template-slider-3-container .template-slider-3--inverse .owl-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  margin-right: 1.5rem;
}

@media (min-width: 1200px) {
  .template-slider-3-container .template-slider-3 .owl-nav, .template-slider-3-container .template-slider-3--inverse .owl-nav {
    margin-right: 0;
  }
}

.template-slider-3-container .template-slider-3 .owl-nav .owl-prev, .template-slider-3-container .template-slider-3--inverse .owl-nav .owl-prev,
.template-slider-3-container .template-slider-3 .owl-nav .owl-next,
.template-slider-3-container .template-slider-3--inverse .owl-nav .owl-next {
  margin-left: 2rem;
  background-color: transparent;
}

.template-slider-3-container .template-slider-3 .owl-nav .owl-prev img, .template-slider-3-container .template-slider-3--inverse .owl-nav .owl-prev img,
.template-slider-3-container .template-slider-3 .owl-nav .owl-next img,
.template-slider-3-container .template-slider-3--inverse .owl-nav .owl-next img {
  width: 5rem;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

.template-slider-3-container .template-slider-3 .owl-nav .owl-prev:focus, .template-slider-3-container .template-slider-3--inverse .owl-nav .owl-prev:focus,
.template-slider-3-container .template-slider-3 .owl-nav .owl-next:focus,
.template-slider-3-container .template-slider-3--inverse .owl-nav .owl-next:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.template-slider-3-container .template-slider-3 .owl-scrollbar, .template-slider-3-container .template-slider-3--inverse .owl-scrollbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  margin-top: 2rem;
  height: 4px;
  width: 100%;
  background-color: rgba(6, 57, 77, 0.5);
  position: relative;
  margin-bottom: 2rem;
  margin-left: 1.5rem;
}

@media (min-width: 1200px) {
  .template-slider-3-container .template-slider-3 .owl-scrollbar, .template-slider-3-container .template-slider-3--inverse .owl-scrollbar {
    margin-left: calc((100vw - 1090px) / 2);
  }
}

.template-slider-3-container .template-slider-3 .owl-scrollbar .owl-scroll-handle, .template-slider-3-container .template-slider-3--inverse .owl-scrollbar .owl-scroll-handle {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
  background-color: #06394D;
  -webkit-transition: background-color .3s ease, border-radius .3s ease;
  transition: background-color .3s ease, border-radius .3s ease;
}

.template-slider-3-container .template-slider-3 .owl-scrollbar .owl-scroll-handle:hover, .template-slider-3-container .template-slider-3--inverse .owl-scrollbar .owl-scroll-handle:hover, .template-slider-3-container .template-slider-3 .owl-scrollbar .owl-scroll-handle:focus, .template-slider-3-container .template-slider-3--inverse .owl-scrollbar .owl-scroll-handle:focus {
  background-color: #4C934C;
}

.template-slider-3-container .template-slider-3 .owl-scrollbar .owl-scroll-handle.owl-scroll-handle-dragged, .template-slider-3-container .template-slider-3--inverse .owl-scrollbar .owl-scroll-handle.owl-scroll-handle-dragged {
  background-color: #4C934C;
  border-radius: 4rem;
}

@media (min-width: 1200px) {
  .template-slider-3-container .template-slider-3--inverse {
    margin-right: 0;
    margin-left: auto;
  }
}

.template-slider-3-container .template-slider-3--inverse .template-item-slider-3 .template-item-slider-3-caption {
  right: auto;
  left: 0;
}

@media (min-width: 1200px) {
  .template-slider-3-container .template-slider-3--inverse .owl-nav {
    margin-right: calc((100vw - 1090px) / 2);
  }
}

@media (min-width: 1200px) {
  .template-slider-3-container .template-slider-3--inverse .owl-scrollbar {
    margin-left: 0;
  }
}

.template-item-slider-3 {
  position: relative;
}

.template-item-slider-3-caption {
  position: relative;
  padding: 2rem;
  background-color: #fff;
}

@media (min-width: 768px) {
  .template-item-slider-3-caption {
    padding: 3rem;
  }
}

@media (min-width: 992px) {
  .template-item-slider-3-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5rem;
    max-width: 40%;
  }
}

.template-item-slider-3-caption .more-images {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 2rem;
  bottom: calc(100% + 2rem);
  width: 5rem;
  height: 5rem;
  background-color: #06394D;
  background-image: url("/assets/enlarge-icon.svg");
  background-size: 3.5rem 3.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
  padding: 0;
  margin: 0;
}

@media (min-width: 576px) {
  .template-item-slider-3-caption .more-images {
    right: 3rem;
    bottom: calc(100% + 3rem);
  }
}

@media (min-width: 1199px) {
  .template-item-slider-3-caption .more-images {
    right: calc(100% + 3rem);
    bottom: 3rem;
  }
}

.template-item-slider-3-stars {
  display: inline-block;
  vertical-align: super;
  font-size: 2.8rem;
}

.template-item-slider-3-stars img {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.15rem;
  display: inline-block;
  vertical-align: baseline;
}

@media (min-width: 992px) {
  .template-item-slider-3-stars img {
    width: 2rem;
    height: 2rem;
  }
}

.template-item-slider-3-stars img:last-child {
  margin-right: 0.5rem;
}

.template-item-slider-3-price {
  color: #06394D;
  line-height: 1;
}

.template-item-slider-3-price span {
  font-family: "Open Sans", sans-serif;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
}

.template-slider-4-container {
  overflow-x: hidden;
}

.template-slider-4-container .template-slider-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.template-slider-4-container .template-slider-4 .owl-stage-outer {
  overflow: visible;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 2rem;
}

.template-slider-4-container .template-slider-4 .owl-item {
  opacity: 0.5;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.template-slider-4-container .template-slider-4 .owl-item.active {
  opacity: 1;
}

.template-slider-4-container .template-slider-4 .owl-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.template-slider-4-container .template-slider-4 .owl-nav .owl-prev,
.template-slider-4-container .template-slider-4 .owl-nav .owl-next {
  margin-left: 2rem;
  background-color: transparent;
}

.template-slider-4-container .template-slider-4 .owl-nav .owl-prev img,
.template-slider-4-container .template-slider-4 .owl-nav .owl-next img {
  width: 5rem;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

.template-slider-4-container .template-slider-4 .owl-nav .owl-prev:focus,
.template-slider-4-container .template-slider-4 .owl-nav .owl-next:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.template-slider-4-container .template-slider-4 .owl-scrollbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  margin-top: 2rem;
  height: 4px;
  width: 100%;
  background-color: rgba(6, 57, 77, 0.5);
  position: relative;
  margin-bottom: 2rem;
}

.template-slider-4-container .template-slider-4 .owl-scrollbar .owl-scroll-handle {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
  background-color: #06394D;
  -webkit-transition: background-color .3s ease, border-radius .3s ease;
  transition: background-color .3s ease, border-radius .3s ease;
}

.template-slider-4-container .template-slider-4 .owl-scrollbar .owl-scroll-handle:hover, .template-slider-4-container .template-slider-4 .owl-scrollbar .owl-scroll-handle:focus {
  background-color: #4C934C;
}

.template-slider-4-container .template-slider-4 .owl-scrollbar .owl-scroll-handle.owl-scroll-handle-dragged {
  background-color: #4C934C;
  border-radius: 4rem;
}

.template-slider-4-item {
  position: relative;
  height: 40rem;
  padding: 3rem 1rem 3rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(0, 0, 0, 0.18);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.18)), to(#06394D));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.18), #06394D);
}

@media (min-width: 768px) {
  .template-slider-4-item {
    height: 50rem;
    padding: 4rem 1.5rem 4rem 4rem;
  }
}

@media (min-width: 992px) {
  .template-slider-4-item {
    height: 60rem;
    padding: 5rem 2rem 5rem 5rem;
  }
}

.template-slider-4-item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.template-slider-4-item-date {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.template-slider-4-item-date:before {
  content: '';
  height: 2px;
  width: 4rem;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}

.template-slider-4-item-footer {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2rem;
}

.template-slider-4-item-price {
  color: #fff;
  line-height: 1;
}

.template-slider-4-item-price span {
  font-family: "Open Sans", sans-serif;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
}

.template-slider-5-container, .template-slider-5-container-inverse {
  overflow-x: hidden;
}

@media (min-width: 992px) {
  .template-slider-5-container, .template-slider-5-container-inverse {
    width: 49vw;
    width: calc(var(--vw, 1vw) * 50 - 15px);
  }
}

.template-slider-5-container .template-slider-5 .owl-nav, .template-slider-5-container-inverse .template-slider-5 .owl-nav {
  float: left;
}

.template-slider-5-container .template-slider-5 .owl-nav button, .template-slider-5-container-inverse .template-slider-5 .owl-nav button {
  padding: 1.75rem 2.5rem !important;
  background-color: #4C934C;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.template-slider-5-container .template-slider-5 .owl-nav button img, .template-slider-5-container-inverse .template-slider-5 .owl-nav button img {
  width: 5rem;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

.template-slider-5-container .template-slider-5 .owl-nav button:hover, .template-slider-5-container-inverse .template-slider-5 .owl-nav button:hover {
  background-color: #366A36;
}

.template-slider-5-container .template-slider-5 .owl-nav button:focus, .template-slider-5-container-inverse .template-slider-5 .owl-nav button:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.template-slider-5-container .template-slider-5 .owl-nav:after, .template-slider-5-container-inverse .template-slider-5 .owl-nav:after {
  content: '';
  clear: both;
  float: none;
}

.template-slider-5-container-inverse {
  position: relative;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  right: -100%;
  z-index: 2;
}

.template-slider-5-container-inverse .template-slider-5 .owl-nav {
  float: right;
}

.template-section, .template-section--white, .template-section--light, .template-section--background {
  padding: 3.5rem 0;
}

@media (min-width: 576px) {
  .template-section, .template-section--white, .template-section--light, .template-section--background {
    padding: 4rem 0;
  }
}

@media (min-width: 768px) {
  .template-section, .template-section--white, .template-section--light, .template-section--background {
    padding: 4.5rem 0;
  }
}

@media (min-width: 992px) {
  .template-section, .template-section--white, .template-section--light, .template-section--background {
    padding: 5rem 0;
  }
}

@media (min-width: 1200px) {
  .template-section, .template-section--white, .template-section--light, .template-section--background {
    padding: 7.5rem 0;
  }
}

.template-section--white {
  background-color: #fff;
}

.template-section--light {
  background-color: rgba(6, 57, 77, 0.07);
}

.template-section--background {
  background-color: #06394D;
}

.template-section:not(.template-section--light):not(.template-section--background) + .template-section:not(.template-double-texture):not(.template-section--light), .template-section--white:not(.template-section--light):not(.template-section--background) + .template-section:not(.template-double-texture):not(.template-section--light), .template-section--light:not(.template-section--light):not(.template-section--background) + .template-section:not(.template-double-texture):not(.template-section--light), .template-section--background:not(.template-section--light):not(.template-section--background) + .template-section:not(.template-double-texture):not(.template-section--light), .template-section:not(.template-section--light):not(.template-section--background) + .template-section--white:not(.template-double-texture):not(.template-section--light), .template-section--white:not(.template-section--light):not(.template-section--background) + .template-section--white:not(.template-double-texture):not(.template-section--light), .template-section--light:not(.template-section--light):not(.template-section--background) + .template-section--white:not(.template-double-texture):not(.template-section--light), .template-section--background:not(.template-section--light):not(.template-section--background) + .template-section--white:not(.template-double-texture):not(.template-section--light), .template-section:not(.template-section--light):not(.template-section--background) + .template-section--light:not(.template-double-texture):not(.template-section--light), .template-section--white:not(.template-section--light):not(.template-section--background) + .template-section--light:not(.template-double-texture):not(.template-section--light), .template-section--light:not(.template-section--light):not(.template-section--background) + .template-section--light:not(.template-double-texture):not(.template-section--light), .template-section--background:not(.template-section--light):not(.template-section--background) + .template-section--light:not(.template-double-texture):not(.template-section--light), .template-section:not(.template-section--light):not(.template-section--background) + .template-section--background:not(.template-double-texture):not(.template-section--light), .template-section--white:not(.template-section--light):not(.template-section--background) + .template-section--background:not(.template-double-texture):not(.template-section--light), .template-section--light:not(.template-section--light):not(.template-section--background) + .template-section--background:not(.template-double-texture):not(.template-section--light), .template-section--background:not(.template-section--light):not(.template-section--background) + .template-section--background:not(.template-double-texture):not(.template-section--light) {
  padding-top: 0;
}

.template-margin-top {
  margin-top: 3.5rem;
}

@media (min-width: 576px) {
  .template-margin-top {
    margin-top: 4rem;
  }
}

@media (min-width: 768px) {
  .template-margin-top {
    margin-top: 4.5rem;
  }
}

@media (min-width: 992px) {
  .template-margin-top {
    margin-top: 5rem;
  }
}

@media (min-width: 1200px) {
  .template-margin-top {
    margin-top: 7.5rem;
  }
}

.template-margin-bottom {
  margin-bottom: 3.5rem;
}

@media (min-width: 576px) {
  .template-margin-bottom {
    margin-bottom: 4rem;
  }
}

@media (min-width: 768px) {
  .template-margin-bottom {
    margin-bottom: 4.5rem;
  }
}

@media (min-width: 992px) {
  .template-margin-bottom {
    margin-bottom: 5rem;
  }
}

@media (min-width: 1200px) {
  .template-margin-bottom {
    margin-bottom: 7.5rem;
  }
}

.template-top-texture[style*="background-image"],
.template-top-texture.has-background-color {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@supports ((-webkit-mask-image: url("/assets/brush-negative-spaced.svg")) or (mask-image: url("/assets/brush-negative-spaced.svg"))) {
  .template-top-texture[style*="background-image"],
  .template-top-texture.has-background-color {
    margin-top: -2.5rem;
    -webkit-mask-image: url("/assets/brush-negative-spaced.svg");
            mask-image: url("/assets/brush-negative-spaced.svg");
    -webkit-mask-position: center -11.5vw;
            mask-position: center -11.5vw;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 320%;
            mask-size: 320%;
  }
  @media (min-width: 768px) {
    .template-top-texture[style*="background-image"],
    .template-top-texture.has-background-color {
      -webkit-mask-position: center -8.5vw;
              mask-position: center -8.5vw;
      -webkit-mask-size: 220%;
              mask-size: 220%;
    }
  }
  @media (min-width: 992px) {
    .template-top-texture[style*="background-image"],
    .template-top-texture.has-background-color {
      -webkit-mask-position: center -7vw;
              mask-position: center -7vw;
      -webkit-mask-size: 170%;
              mask-size: 170%;
    }
  }
  @media (min-width: 1200px) {
    .template-top-texture[style*="background-image"],
    .template-top-texture.has-background-color {
      -webkit-mask-position: center -5vw;
              mask-position: center -5vw;
      -webkit-mask-size: 120%;
              mask-size: 120%;
    }
  }
}

@supports ((-webkit-mask-image: url("/assets/brush-negative-spaced.svg")) or (mask-image: url("/assets/brush-negative-spaced.svg"))) {
  .template-top-texture[style*="background-image"].negative-margin,
  .template-top-texture.has-background-color.negative-margin {
    margin-top: -2.5rem;
  }
}

.template-double-texture[style*="background-image"],
.template-dobule-texture.has-background-color,
.template-double-texture.template-section--light,
.template-double-texture.template-section--white,
.template-double-texture.template-section--background {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@supports ((-webkit-mask-image: url("/assets/brush-negative-spaced.svg"), url("/assets/brush-negative.svg")) or (mask-image: url("/assets/brush-negative-spaced.svg"), url("/assets/brush-negative.svg"))) and ((-webkit-mask-composite: source-out) or (mask-composite: source-out)) {
  .template-double-texture[style*="background-image"],
  .template-dobule-texture.has-background-color,
  .template-double-texture.template-section--light,
  .template-double-texture.template-section--white,
  .template-double-texture.template-section--background {
    -webkit-mask-image: url("/assets/brush-negative-spaced.svg"), url("/assets/brush-negative.svg");
            mask-image: url("/assets/brush-negative-spaced.svg"), url("/assets/brush-negative.svg");
    -webkit-mask-position: center -13.5vw, center calc(100% + 1rem);
            mask-position: center -13.5vw, center calc(100% + 1rem);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 320%;
            mask-size: 320%;
    -webkit-mask-composite: source-out;
            mask-composite: source-out;
  }
  @media (min-width: 768px) {
    .template-double-texture[style*="background-image"],
    .template-dobule-texture.has-background-color,
    .template-double-texture.template-section--light,
    .template-double-texture.template-section--white,
    .template-double-texture.template-section--background {
      -webkit-mask-position: center -8.5vw, center calc(100% + 2px);
              mask-position: center -8.5vw, center calc(100% + 2px);
      -webkit-mask-size: 220%;
              mask-size: 220%;
    }
  }
  @media (min-width: 992px) {
    .template-double-texture[style*="background-image"],
    .template-dobule-texture.has-background-color,
    .template-double-texture.template-section--light,
    .template-double-texture.template-section--white,
    .template-double-texture.template-section--background {
      -webkit-mask-position: center -7vw, center calc(100% + 2px);
              mask-position: center -7vw, center calc(100% + 2px);
      -webkit-mask-size: 170%;
              mask-size: 170%;
    }
  }
  @media (min-width: 1200px) {
    .template-double-texture[style*="background-image"],
    .template-dobule-texture.has-background-color,
    .template-double-texture.template-section--light,
    .template-double-texture.template-section--white,
    .template-double-texture.template-section--background {
      -webkit-mask-position: center -5vw, center calc(100% + 2px);
              mask-position: center -5vw, center calc(100% + 2px);
      -webkit-mask-size: 120%;
              mask-size: 120%;
    }
  }
}

.template-double-texture--pseudo {
  position: relative;
}

.template-double-texture--pseudo:before {
  content: '';
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: rgba(6, 57, 77, 0.07);
}

@supports ((-webkit-mask-image: url("/assets/brush-negative-spaced.svg"), url("/assets/brush-negative.svg")) or (mask-image: url("/assets/brush-negative-spaced.svg"), url("/assets/brush-negative.svg"))) and ((-webkit-mask-composite: source-out) or (mask-composite: source-out)) {
  .template-double-texture--pseudo:before {
    -webkit-mask-image: url("/assets/brush-negative-spaced.svg"), url("/assets/brush-negative.svg");
            mask-image: url("/assets/brush-negative-spaced.svg"), url("/assets/brush-negative.svg");
    -webkit-mask-position: center -13.5vw, center calc(100% + 1rem);
            mask-position: center -13.5vw, center calc(100% + 1rem);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 320%;
            mask-size: 320%;
    -webkit-mask-composite: source-out;
            mask-composite: source-out;
  }
  @media (min-width: 768px) {
    .template-double-texture--pseudo:before {
      -webkit-mask-position: center -8.5vw, center calc(100% + 2px);
              mask-position: center -8.5vw, center calc(100% + 2px);
      -webkit-mask-size: 220%;
              mask-size: 220%;
    }
  }
  @media (min-width: 992px) {
    .template-double-texture--pseudo:before {
      -webkit-mask-position: center -7vw, center calc(100% + 2px);
              mask-position: center -7vw, center calc(100% + 2px);
      -webkit-mask-size: 170%;
              mask-size: 170%;
    }
  }
  @media (min-width: 1200px) {
    .template-double-texture--pseudo:before {
      -webkit-mask-position: center -5vw, center calc(100% + 2px);
              mask-position: center -5vw, center calc(100% + 2px);
      -webkit-mask-size: 120%;
              mask-size: 120%;
    }
  }
}

.template-line-before {
  position: relative;
}

.template-line-before:before {
  content: '';
  position: absolute;
  right: calc(100% + 2rem);
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  background-color: #4C934C;
}

.template-line-before.template-primary-title:before {
  top: 2.7rem;
}

@media (min-width: 768px) {
  .template-line-before.template-primary-title:before {
    top: 3.25rem;
  }
}

@media (min-width: 992px) {
  .template-line-before.template-primary-title:before {
    top: 3.75rem;
  }
}

@media (min-width: 1200px) {
  .template-line-before.template-primary-title:before {
    top: 4.5rem;
  }
}

.template-line-before.template-secondary-title:before, .template-text--price span.template-line-before:before, .template-line-before.template-item-slider-3-price:before, .template-line-before.template-slider-4-item-price:before {
  top: 2.3rem;
}

@media (min-width: 768px) {
  .template-line-before.template-secondary-title:before, .template-text--price span.template-line-before:before, .template-line-before.template-item-slider-3-price:before, .template-line-before.template-slider-4-item-price:before {
    top: 2.75rem;
  }
}

@media (min-width: 992px) {
  .template-line-before.template-secondary-title:before, .template-text--price span.template-line-before:before, .template-line-before.template-item-slider-3-price:before, .template-line-before.template-slider-4-item-price:before {
    top: 3.25rem;
  }
}

@media (min-width: 1200px) {
  .template-line-before.template-secondary-title:before, .template-text--price span.template-line-before:before, .template-line-before.template-item-slider-3-price:before, .template-line-before.template-slider-4-item-price:before {
    top: 4rem;
  }
}

.template-line-before.template-tertiary-title:before {
  top: 2rem;
}

@media (min-width: 768px) {
  .template-line-before.template-tertiary-title:before {
    top: 2.25rem;
  }
}

@media (min-width: 992px) {
  .template-line-before.template-tertiary-title:before {
    top: 2.75rem;
  }
}

@media (min-width: 1200px) {
  .template-line-before.template-tertiary-title:before {
    top: 3rem;
  }
}

.template-line-before.template-quaternary-title:before {
  top: 1.7rem;
}

@media (min-width: 768px) {
  .template-line-before.template-quaternary-title:before {
    top: 2rem;
  }
}

@media (min-width: 1200px) {
  .template-line-before.template-quaternary-title:before {
    top: 2.25rem;
  }
}

.template-line-after {
  display: inline-block;
  position: relative;
}

.template-line-after:after {
  content: '';
  position: absolute;
  left: calc(100% + 2rem);
  width: 300%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  background-color: #4C934C;
}

.template-line-after.template-primary-title:after {
  top: 2.7rem;
}

@media (min-width: 768px) {
  .template-line-after.template-primary-title:after {
    top: 3.25rem;
  }
}

@media (min-width: 992px) {
  .template-line-after.template-primary-title:after {
    top: 3.75rem;
  }
}

@media (min-width: 1200px) {
  .template-line-after.template-primary-title:after {
    top: 4.5rem;
  }
}

.template-line-after.template-secondary-title:after, .template-text--price span.template-line-after:after, .template-line-after.template-item-slider-3-price:after, .template-line-after.template-slider-4-item-price:after {
  top: 2.3rem;
}

@media (min-width: 768px) {
  .template-line-after.template-secondary-title:after, .template-text--price span.template-line-after:after, .template-line-after.template-item-slider-3-price:after, .template-line-after.template-slider-4-item-price:after {
    top: 2.75rem;
  }
}

@media (min-width: 992px) {
  .template-line-after.template-secondary-title:after, .template-text--price span.template-line-after:after, .template-line-after.template-item-slider-3-price:after, .template-line-after.template-slider-4-item-price:after {
    top: 3.25rem;
  }
}

@media (min-width: 1200px) {
  .template-line-after.template-secondary-title:after, .template-text--price span.template-line-after:after, .template-line-after.template-item-slider-3-price:after, .template-line-after.template-slider-4-item-price:after {
    top: 4rem;
  }
}

.template-line-after.template-tertiary-title:after {
  top: 2rem;
}

@media (min-width: 768px) {
  .template-line-after.template-tertiary-title:after {
    top: 2.25rem;
  }
}

@media (min-width: 992px) {
  .template-line-after.template-tertiary-title:after {
    top: 2.75rem;
  }
}

@media (min-width: 1200px) {
  .template-line-after.template-tertiary-title:after {
    top: 3rem;
  }
}

.template-line-after.template-quaternary-title:after {
  top: 1.7rem;
}

@media (min-width: 768px) {
  .template-line-after.template-quaternary-title:after {
    top: 2rem;
  }
}

@media (min-width: 1200px) {
  .template-line-after.template-quaternary-title:after {
    top: 2.25rem;
  }
}

.template-line-under {
  position: relative;
}

.template-line-under:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 5rem;
  background-color: #4C934C;
}

.template-line-under-left:after {
  left: 0;
}

.template-line-under-right:after {
  right: 0;
}

.template-line-under-center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.template-tabs {
  border: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.template-tabs .nav-item {
  margin: 0;
}

.template-tabs .nav-item .nav-link {
  border: 0;
  border-radius: 0;
  font-size: 2rem;
  color: #06394D;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.25rem 1rem;
  margin: 0 1.5rem 1rem 1.5rem;
}

.template-tabs .nav-item .nav-link.active {
  font-weight: 700;
  border-bottom: 1px solid #06394D;
}

.template-text-media {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .template-text-media {
    width: 48.5%;
    max-width: 48.5%;
  }
}

.template-text-media.align-left {
  float: left;
  margin-right: 1.5rem;
}

@media (min-width: 1200px) {
  .template-text-media.align-left {
    margin-right: 3rem;
  }
}

.template-text-media.align-right {
  float: right;
  margin-left: 1.5rem;
}

@media (min-width: 1200px) {
  .template-text-media.align-right {
    margin-left: 3rem;
  }
}

.template-social-logo {
  display: inline-block;
  width: 4.5rem;
  height: auto;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .template-social-logo {
    width: 3.5rem;
  }
}

.template-service-icon {
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
  display: block;
  vertical-align: middle;
  margin-bottom: 1.5rem;
}

.template-map {
  position: relative;
  z-index: 0;
  height: 20rem;
}

@media (min-width: 576px) {
  .template-map {
    height: 25rem;
  }
}

@media (min-width: 768px) {
  .template-map {
    height: 30rem;
  }
}

@media (min-width: 992px) {
  .template-map {
    height: 35rem;
  }
}

.template-sharer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.template-sharer--text {
  display: inline-block;
  color: #06394D;
}

.template-sharer--item {
  margin-left: 2rem;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.template-sharer--item img {
  width: 5rem;
  height: 5rem;
  pointer-events: none;
}

.template-modal .modal-content {
  border: 0;
  border-radius: 0;
}

.template-modal .modal-header,
.template-modal .modal-body,
.template-modal .modal-footer {
  padding: 2.5rem;
  border: 0 !important;
}

.template-modal .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.template-modal .close img {
  width: 1.5rem;
}

.template-modal .close:focus {
  outline: none;
}

.tooltip .tooltip-inner {
  font-size: 1.4rem;
  line-height: 1.35;
  font-family: "Open Sans", sans-serif;
  background-color: #4C934C;
  color: #fff;
  padding: 1rem;
  border: 1px solid #fff;
  border-radius: 0;
}

.tooltip .arrow {
  margin-bottom: -1px;
  width: 1rem;
  height: 1rem;
  background-color: #4C934C;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  content: '';
  display: none;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
  content: '';
  display: none;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
  content: '';
  display: none;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
  content: '';
  display: none;
}

.pagination {
  margin-bottom: 0;
}

.pagination .page-item {
  border: 0;
  border-radius: 0;
}

.pagination .page-item .page-link {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0 1.25rem;
  font-weight: 600;
  line-height: 1;
}

.pagination .page-item .page-link:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pagination .page-item.controls img {
  width: 3rem;
}

.pagination .page-item.controls.disabled {
  opacity: 0.5;
}

.pagination .page-item:not(.controls):not(.last) {
  border-right: 1px solid #06394D;
}

.pagination .page-item.active .page-link {
  color: #4C934C;
}

.table {
  margin-bottom: 0;
  border: 0;
}

.table thead th {
  background-color: #06394D;
  color: #fff;
  text-transform: uppercase;
  padding: 1.5rem 1rem;
  text-align: center;
  font-weight: 400;
  min-width: 15rem;
}

.table tbody tr:nth-of-type(odd) {
  background-color: rgba(6, 57, 77, 0.15);
}

.table tbody th,
.table tbody td {
  font-weight: 400;
}

.table th,
.table td {
  border: 0;
  text-align: center;
}

.template-configurator .template-configurator-tab {
  display: none;
}

.template-showcase .template-showcase-item input[type=checkbox],
.template-showcase .template-showcase-item input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.template-showcase .template-showcase-item .template-showcase-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 1rem 1.5rem 1rem;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

@media (min-width: 576px) {
  .template-showcase .template-showcase-item .template-showcase-label {
    padding: 3.5rem 2rem 2rem 2rem;
  }
}

@media (min-width: 768px) {
  .template-showcase .template-showcase-item .template-showcase-label {
    padding: 5rem 3rem 3rem 3rem;
  }
}

.template-showcase .template-showcase-item .template-showcase-label .template-showcase-icon {
  width: 50%;
  vertical-align: middle;
  height: auto;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.template-showcase .template-showcase-item .template-showcase-label .template-showcase-title {
  font-family: "Adamina", serif;
  color: #fff;
  font-size: 1.35rem;
}

@media (min-width: 576px) {
  .template-showcase .template-showcase-item .template-showcase-label .template-showcase-title {
    font-size: 1.75rem;
  }
}

@media (min-width: 992px) {
  .template-showcase .template-showcase-item .template-showcase-label .template-showcase-title {
    font-size: 2rem;
  }
}

.template-showcase .template-showcase-item .template-showcase-label .template-showcase-state {
  width: 3.5rem;
  height: 3.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}

@media (min-width: 576px) {
  .template-showcase .template-showcase-item .template-showcase-label .template-showcase-state {
    width: 4rem;
    height: 4rem;
  }
}

@media (min-width: 768px) {
  .template-showcase .template-showcase-item .template-showcase-label .template-showcase-state {
    width: 5rem;
    height: 5rem;
    display: block;
  }
}

@media (min-width: 992px) {
  .template-showcase .template-showcase-item .template-showcase-label:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }
}

.template-showcase .template-showcase-item input[type=checkbox]:checked ~ .template-showcase-label,
.template-showcase .template-showcase-item input[type=radio]:checked ~ .template-showcase-label {
  background-color: #fff;
}

.template-showcase .template-showcase-item input[type=checkbox]:checked ~ .template-showcase-label .template-showcase-icon,
.template-showcase .template-showcase-item input[type=radio]:checked ~ .template-showcase-label .template-showcase-icon {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.template-showcase .template-showcase-item input[type=checkbox]:checked ~ .template-showcase-label .template-showcase-title,
.template-showcase .template-showcase-item input[type=radio]:checked ~ .template-showcase-label .template-showcase-title {
  color: #06394D;
}

.template-showcase .template-showcase-item input[type=checkbox]:checked ~ .template-showcase-label .template-showcase-state,
.template-showcase .template-showcase-item input[type=radio]:checked ~ .template-showcase-label .template-showcase-state {
  background-image: url("/assets/checkbox.svg");
}

.template-showcase .owl-scrollbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  margin-top: 2rem;
  height: 4px;
  width: 100%;
  background-color: rgba(6, 57, 77, 0.5);
  position: relative;
  margin-bottom: 2rem;
}

.template-showcase .owl-scrollbar .owl-scroll-handle {
  height: 8px;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
  background-color: #fff;
  -webkit-transition: background-color .3s ease, border-radius .3s ease;
  transition: background-color .3s ease, border-radius .3s ease;
}

.template-showcase .owl-scrollbar .owl-scroll-handle:hover, .template-showcase .owl-scrollbar .owl-scroll-handle:focus {
  background-color: #fff;
}

.template-showcase .owl-scrollbar .owl-scroll-handle.owl-scroll-handle-dragged {
  background-color: #4C934C;
  border-radius: 4rem;
}

.template-structure-types .template-structure-type {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .template-structure-types .template-structure-type {
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .template-structure-types .template-structure-type {
    max-width: 50%;
  }
}

.template-structure-types .template-structure-type input[type=checkbox],
.template-structure-types .template-structure-type input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.template-structure-types .template-structure-type .template-structure-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 2.5rem;
  background-color: #06394D;
  cursor: pointer;
}

.template-structure-types .template-structure-type .template-structure-label .template-structure-state {
  width: 3.5rem;
  height: 3.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}

@media (min-width: 576px) {
  .template-structure-types .template-structure-type .template-structure-label .template-structure-state {
    width: 4rem;
    height: 4rem;
  }
}

@media (min-width: 768px) {
  .template-structure-types .template-structure-type .template-structure-label .template-structure-state {
    width: 5rem;
    height: 5rem;
    display: block;
  }
}

.template-structure-types .template-structure-type .template-structure-label .template-structure-text {
  font-family: "Adamina", serif;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
}

@media (min-width: 768px) {
  .template-structure-types .template-structure-type .template-structure-label .template-structure-text {
    font-size: 2.5rem;
  }
}

.template-structure-types .template-structure-type .template-structure-label .template-structure-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-family: "Adamina", serif;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
}

@media (min-width: 576px) {
  .template-structure-types .template-structure-type .template-structure-label .template-structure-info {
    width: 3rem;
    height: 3rem;
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  .template-structure-types .template-structure-type .template-structure-label .template-structure-info {
    width: 4rem;
    height: 4rem;
    font-size: 1.8rem;
  }
}

.template-structure-types .template-structure-type .template-structure-label .template-structure-info:hover {
  background-color: #fff;
  color: #06394D;
}

.template-structure-types .template-structure-type input[type=checkbox]:checked ~ .template-structure-label,
.template-structure-types .template-structure-type input[type=radio]:checked ~ .template-structure-label {
  background-color: #4C934C;
}

.template-structure-types .template-structure-type input[type=checkbox]:checked ~ .template-structure-label .template-structure-state,
.template-structure-types .template-structure-type input[type=radio]:checked ~ .template-structure-label .template-structure-state {
  background-image: url("/assets/white-checkbox.svg");
}

.template-structure-types .template-structure-type input[type=checkbox]:checked ~ .template-structure-label .template-structure-info:hover,
.template-structure-types .template-structure-type input[type=radio]:checked ~ .template-structure-label .template-structure-info:hover {
  color: #4C934C;
}

@media (min-width: 768px) {
  .template-structure-types.double-columns {
    -webkit-columns: 2;
            columns: 2;
    -webkit-column-gap: 2rem;
            column-gap: 2rem;
  }
}

@media (min-width: 992px) {
  .template-structure-types.double-columns {
    -webkit-column-gap: 3rem;
            column-gap: 3rem;
  }
}

.template-structure-types.double-columns .template-structure-type {
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}

.template-steps {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.template-steps li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #06394D;
  color: #fff;
  font-size: 2.5rem;
  font-family: "Adamina", serif;
  cursor: pointer;
}

@media (min-width: 768px) {
  .template-steps li {
    font-size: 3rem;
    width: 8rem;
    height: 8rem;
  }
}

.template-steps li:not(:last-child) {
  margin-right: 3.5rem;
}

@media (min-width: 768px) {
  .template-steps li:not(:last-child) {
    margin-right: 5rem;
  }
}

.template-steps li:not(:last-child):after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
  width: 4rem;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
}

@media (min-width: 768px) {
  .template-steps li:not(:last-child):after {
    width: 6rem;
  }
}

.template-steps li.active {
  background-color: #4C934C;
}

@media (min-width: 768px) {
  .template-priorities {
    -webkit-columns: 2;
            columns: 2;
    -webkit-column-gap: 2rem;
            column-gap: 2rem;
  }
}

@media (min-width: 992px) {
  .template-priorities {
    -webkit-column-gap: 3rem;
            column-gap: 3rem;
  }
}

.template-priorities .template-priority {
  position: relative;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.template-priorities .template-priority input[type=number]::-webkit-inner-spin-button,
.template-priorities .template-priority input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.template-priorities .template-priority input[type=number] {
  -moz-appearance: textfield;
}

.template-priorities .template-priority input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.template-priorities .template-priority .template-tertiary-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.template-priorities .template-priority .quantity-label {
  width: 50%;
  margin-top: 3px;
}

.template-priorities .template-priority .quantity-label span {
  display: inline-block;
  width: calc(100% / 5 - 0.5rem);
  height: 1rem;
  margin: 0 0.25rem;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.template-priorities .template-priority .quantity-label span.active {
  background-color: rgba(255, 255, 255, 0.75);
}

.template-priorities .template-priority .quantity-button {
  position: relative;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300;
  line-height: 1.7;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 1rem;
}

.template-priorities .template-priority .quantity-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.template-priorities .template-priority .quantity-button.quantity-up:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #fff;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.template-priorities .template-priority .quantity-button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.template-accordion--toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  text-align: left;
  border: 0;
  margin: 0;
  padding: 0;
}

.template-accordion--toggle:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.template-accordion--hint {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  padding-right: 4rem;
  padding-left: 4rem;
}

@media (min-width: 768px) {
  .template-accordion--hint {
    min-width: 20rem;
  }
}

@media (max-width: 767.98px) {
  .template-accordion--hint {
    font-size: 0;
  }
}

.template-accordion--hint:before, .template-accordion--hint:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 2rem;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #06394D;
}

.template-accordion--hint:after {
  -webkit-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
}

.template-accordion--hint.open:after {
  width: 0;
}

.template-breadcrumb {
  list-style-type: none;
  padding: 0;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .template-breadcrumb {
    margin-bottom: 1.5rem;
  }
}

.template-breadcrumb li {
  display: inline-block;
}

.template-breadcrumb li a {
  display: inline-block;
  color: #06394D;
  text-decoration: none;
  font-weight: 300;
}

.template-breadcrumb li:after {
  content: '/';
  font-weight: 100;
}

.template-breadcrumb li:last-child a {
  font-weight: 600;
}

.template-breadcrumb li:last-child:after {
  display: none;
}

.template-breadcrumb.text-white li a {
  color: #fff;
}

.template-breadcrumb.text-white li:after {
  color: #fff;
}

header {
  position: absolute;
  top: 2rem;
  right: 0;
  left: 0;
  height: 4rem;
  margin: 1.5rem 0;
  z-index: 50;
}

@media (min-width: 576px) {
  header {
    top: 3.5rem;
    height: 5rem;
  }
}

@media (min-width: 768px) {
  header {
    top: 5rem;
    height: 9rem;
  }
}

@media (min-width: 992px) {
  header {
    top: 5rem;
    height: 9rem;
  }
}

header .navbar {
  padding: 0;
  background-color: transparent;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 2rem;
  margin-left: 2rem;
}

@media (min-width: 576px) {
  header .navbar {
    margin-right: 3.5rem;
    margin-left: 3.5rem;
  }
}

@media (min-width: 768px) {
  header .navbar {
    margin-right: 5rem;
    margin-left: 5rem;
  }
}

@media (min-width: 992px) {
  header .navbar {
    margin-right: 7rem;
    margin-left: 7rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1299px) {
  header .navbar {
    margin-right: 12rem;
    margin-left: 12rem;
  }
}

header .navbar .navbar-utilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 100%;
}

@media (min-width: 768px) {
  header .navbar .navbar-utilities {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 992px) {
  header .navbar .navbar-utilities {
    margin-left: 4rem;
    margin-right: 4rem;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media (min-width: 1199px) {
  header .navbar .navbar-utilities {
    margin-left: 2.5rem;
  }
}

@media (min-width: 1399px) {
  header .navbar .navbar-utilities {
    margin-left: 3rem;
  }
}

@media (min-width: 1599px) {
  header .navbar .navbar-utilities {
    margin-left: 4rem;
  }
}

header .navbar .navbar-utilities hr {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  border-color: rgba(255, 255, 255, 0.3);
  margin: 0;
}

header .navbar .navbar-utilities .navbar-season-button {
  position: relative;
  padding: 0.55rem 0.75rem 0.55rem 2.75rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  background-color: rgba(6, 57, 77, 0.3);
  font-family: "Adamina", serif;
  color: #fff;
  border-radius: 0;
  font-weight: 300;
  border: 0;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

@media (min-width: 350px) {
  header .navbar .navbar-utilities .navbar-season-button {
    font-size: 1.5rem;
  }
}

@media (min-width: 400px) {
  header .navbar .navbar-utilities .navbar-season-button {
    font-size: 1.6rem;
  }
}

@media (min-width: 576px) {
  header .navbar .navbar-utilities .navbar-season-button {
    padding: 0.55rem 1rem 0.55rem 3rem;
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  header .navbar .navbar-utilities .navbar-season-button {
    font-size: 1.6rem;
  }
}

@media (min-width: 992px) {
  header .navbar .navbar-utilities .navbar-season-button {
    font-size: 1.4rem;
  }
}

@media (min-width: 1200px) {
  header .navbar .navbar-utilities .navbar-season-button {
    padding: 0.55rem 2rem 0.55rem 4rem;
  }
}

header .navbar .navbar-utilities .navbar-season-button.active-season {
  background-color: #06394D;
}

header .navbar .navbar-utilities .navbar-season-button:not(.active-season):hover {
  background-color: rgba(6, 57, 77, 0.6);
}

header .navbar .navbar-utilities .navbar-season-button:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .navbar .navbar-utilities .navbar-season-button img {
  position: absolute;
  left: 0.75rem;
  width: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 576px) {
  header .navbar .navbar-utilities .navbar-season-button img {
    width: 1.75rem;
  }
}

@media (min-width: 1200px) {
  header .navbar .navbar-utilities .navbar-season-button img {
    left: 1.25rem;
  }
}

header .navbar .navbar-book-online {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  height: 6.75rem;
  width: calc(100% - 12.75rem);
}

@media (min-width: 576px) {
  header .navbar .navbar-book-online {
    height: 7.5rem;
    width: calc(100% - 16.5rem);
    bottom: 3.5rem;
    left: 3.5rem;
  }
}

@media (min-width: 768px) {
  header .navbar .navbar-book-online {
    width: auto;
    height: auto;
    position: static;
  }
}

header .navbar .navbar-book-online.template-book-button--inverse span.i-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  header .navbar .navbar-book-online.template-book-button--inverse {
    bottom: calc((3.5rem * 2) + 6.75rem);
    width: 7.5rem;
    font-size: 0;
    right: 3.5rem;
    left: auto;
    text-transform: lowercase;
  }
  header .navbar .navbar-book-online.template-book-button--inverse span.i-mobile {
    display: block;
    font-size: 4rem;
  }
  header .navbar .navbar-book-online.template-book-button--inverse:hover {
    background-color: #06394D !important;
  }
}

@media (max-width: 575.98px) {
  header .navbar .navbar-book-online.template-book-button--inverse {
    right: 2rem;
    width: 6.75rem;
    bottom: calc((2rem * 2) + 6.75rem);
  }
}

header .navbar .navbar-book-online.template-book-button--inverse:hover {
  background-color: #366A36;
}

header .navbar .navbar-languagemenu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0 0.5rem 2rem;
  cursor: pointer;
  font-family: "Adamina", serif;
  border-left: 1px solid #ffffff;
}

@media (min-width: 576px) {
  header .navbar .navbar-languagemenu {
    padding: 0.5rem 0 0.5rem 3rem;
    border-left: 2px solid #ffffff;
  }
}

@media (min-width: 768px) {
  header .navbar .navbar-languagemenu {
    padding: 0.5rem 4rem;
    border-left: 0;
    border-right: 2px solid #ffffff;
    margin-right: 4rem;
  }
}

@media (min-width: 992px) {
  header .navbar .navbar-languagemenu {
    border-right: 0;
    border-left: 2px solid #ffffff;
    margin-right: 0;
  }
}

header .navbar .navbar-languagemenu .navbar-current-language {
  color: #fff;
  display: inline-block;
  padding: 0 0.75rem;
  font-size: 1.6rem;
}

@media (min-width: 576px) {
  header .navbar .navbar-languagemenu .navbar-current-language {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  header .navbar .navbar-languagemenu .navbar-current-language {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  header .navbar .navbar-languagemenu .navbar-current-language {
    padding: 0;
  }
  header .navbar .navbar-languagemenu .navbar-current-language:after {
    content: url("/assets/white-chevron-down.svg");
    width: 1.25rem;
    margin-left: 0.5rem;
    display: inline-block;
  }
}

header .navbar .navbar-languagemenu .navbar-other-languages {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-bottom: 0;
  text-align: center;
}

@media (min-width: 992px) {
  header .navbar .navbar-languagemenu .navbar-other-languages {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    right: 0;
    left: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
}

header .navbar .navbar-languagemenu .navbar-other-languages li {
  padding: 0 0.75rem;
}

header .navbar .navbar-languagemenu .navbar-other-languages li a {
  color: #fff;
  font-size: 1.6rem;
}

@media (min-widht: 576px) {
  header .navbar .navbar-languagemenu .navbar-other-languages li a {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  header .navbar .navbar-languagemenu .navbar-other-languages li a {
    font-size: 2rem;
  }
}

header .navbar .navbar-languagemenu .navbar-other-languages li a:hover {
  color: #06394D;
}

@media (min-width: 992px) {
  header .navbar .navbar-languagemenu:hover .navbar-current-language, header .navbar .navbar-languagemenu:focus .navbar-current-language {
    color: #06394D;
  }
  header .navbar .navbar-languagemenu:hover .navbar-current-language:after, header .navbar .navbar-languagemenu:focus .navbar-current-language:after {
    content: url("/assets/chevron-down.svg");
  }
  header .navbar .navbar-languagemenu:hover .navbar-other-languages, header .navbar .navbar-languagemenu:focus .navbar-other-languages {
    visibility: visible;
    opacity: 1;
  }
}

header .navbar .navbar-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #06394D;
  border-radius: 0;
  border: 0;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  width: 6.75rem;
  height: 6.75rem;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}

@media (min-width: 576px) {
  header .navbar .navbar-toggler {
    width: 7.5rem;
    height: 7.5rem;
  }
}

@media (min-width: 768px) {
  header .navbar .navbar-toggler {
    width: 9rem;
    height: 9rem;
  }
}

header .navbar .navbar-toggler .navbar-toggler-line {
  height: 1px;
  background-color: #fff;
  -webkit-transition: top .3s ease, margin-bottom .3s ease, -webkit-transform .3s ease;
  transition: top .3s ease, margin-bottom .3s ease, -webkit-transform .3s ease;
  transition: top .3s ease, transform .3s ease, margin-bottom .3s ease;
  transition: top .3s ease, transform .3s ease, margin-bottom .3s ease, -webkit-transform .3s ease;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  pointer-events: none;
  width: 3.75rem;
}

@media (min-width: 576px) {
  header .navbar .navbar-toggler .navbar-toggler-line {
    width: 4.5rem;
  }
}

@media (min-width: 768px) {
  header .navbar .navbar-toggler .navbar-toggler-line {
    width: 5rem;
  }
}

header .navbar .navbar-toggler .navbar-toggler-line:not(:last-child) {
  margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
  header .navbar .navbar-toggler .navbar-toggler-line:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

header .navbar .navbar-toggler:hover, header .navbar .navbar-toggler:focus, header .navbar .navbar-toggler.open {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .navbar .navbar-toggler.open .navbar-toggler-line {
  margin-bottom: 0;
}

header .navbar .navbar-toggler.open .navbar-toggler-line:nth-child(1), header .navbar .navbar-toggler.open .navbar-toggler-line:nth-child(3) {
  top: 48%;
}

header .navbar .navbar-toggler.animated .navbar-toggler-line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header .navbar .navbar-toggler.animated .navbar-toggler-line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 576px) {
  header .navbar .navbar-toggler {
    bottom: 3.5rem;
    right: 3.5rem;
  }
}

@media (min-width: 768px) {
  header .navbar .navbar-toggler {
    position: static;
  }
}

header .navbar .navbar-toggler:hover, header .navbar .navbar-toggler:focus, header .navbar .navbar-toggler.open {
  background-color: #114f67;
}

header .navbar .navbar-brand {
  margin: 0 auto 0 0;
  padding: 0;
  width: 35vw;
  text-align: center;
}

@media (min-width: 768px) {
  header .navbar .navbar-brand {
    margin-bottom: 3rem;
  }
}

@media (min-width: 992px) {
  header .navbar .navbar-brand {
    width: 28rem;
    margin-bottom: 0;
  }
}

header .navbar .navbar-brand img {
  height: auto;
  vertical-align: middle;
  max-width: 100%;
}

header .navbar .main-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-family: "Adamina", serif;
  z-index: -1;
  pointer-events: none;
}

@media (min-width: 992px) {
  header .navbar .main-menu {
    width: 45%;
  }
}

@media (min-width: 1200px) {
  header .navbar .main-menu {
    width: 40%;
  }
}

header .navbar .main-menu .main-menu-primary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #06394D;
  height: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border: 0;
  padding-top: 8rem;
  padding-bottom: 10.75rem;
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: max-width .3s ease, -webkit-transform .3s ease;
  transition: max-width .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, max-width .3s ease;
  transition: transform .3s ease, max-width .3s ease, -webkit-transform .3s ease;
  z-index: 10;
}

@media (min-width: 576px) {
  header .navbar .main-menu .main-menu-primary {
    padding-top: 12rem;
    padding-bottom: 14.5rem;
  }
}

@media (min-width: 768px) {
  header .navbar .main-menu .main-menu-primary {
    padding-top: 19rem;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  header .navbar .main-menu .main-menu-primary {
    padding-top: 19rem;
    overflow: visible;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }
}

@media (min-width: 992px) and (max-width: 1199px) and (max-height: 550px) {
  header .navbar .main-menu .main-menu-primary {
    padding-top: 15rem;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) and (max-height: 600px) {
  header .navbar .main-menu .main-menu-primary {
    padding-top: 15rem;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) and (max-height: 650px) {
  header .navbar .main-menu .main-menu-primary {
    padding-top: 15rem;
  }
}

header .navbar .main-menu .main-menu-primary .nav-item {
  text-align: left;
  margin: 0 0 1rem 2rem;
}

@media (min-width: 576px) {
  header .navbar .main-menu .main-menu-primary .nav-item {
    margin: 0 0 1rem 3.5rem;
  }
}

@media (min-width: 768px) {
  header .navbar .main-menu .main-menu-primary .nav-item {
    margin: 0 0 0.75rem 5rem;
  }
}

@media (min-width: 992px) {
  header .navbar .main-menu .main-menu-primary .nav-item {
    margin: 0 0 0.5rem 12rem;
  }
}

header .navbar .main-menu .main-menu-primary .nav-item:first-child {
  margin-top: 6vh;
  margin-top: calc(var(--vh, 1vh) * 6) !important;
}

@media (min-width: 992px) {
  header .navbar .main-menu .main-menu-primary .nav-item:first-child {
    margin-top: 0 !important;
  }
}

header .navbar .main-menu .main-menu-primary .nav-item.language-menu {
  position: fixed;
  left: 0;
  top: 2.5rem;
  margin-bottom: 1.5rem;
  white-space: nowrap;
}

header .navbar .main-menu .main-menu-primary .nav-item.language-menu a {
  font-size: 4.5vw;
}

@media (max-height: 500px) {
  header .navbar .main-menu .main-menu-primary .nav-item.language-menu a {
    font-size: 5vh;
  }
}

header .navbar .main-menu .main-menu-primary .nav-item.language-menu a:not(:first-child):before {
  content: '/';
  margin: 0 4px 0 2px;
  color: #fff;
  -webkit-transition: none;
  transition: none;
}

header .navbar .main-menu .main-menu-primary .bottom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2rem;
  margin-bottom: 0;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: auto;
}

@media (min-width: 576px) {
  header .navbar .main-menu .main-menu-primary .bottom-nav {
    padding-left: 3.5rem;
  }
}

@media (min-width: 768px) {
  header .navbar .main-menu .main-menu-primary .bottom-nav {
    padding-left: 5rem;
    margin-bottom: 5rem;
  }
}

@media (min-width: 992px) {
  header .navbar .main-menu .main-menu-primary .bottom-nav {
    padding-left: 12rem;
    margin-bottom: 5rem;
  }
}

header .navbar .main-menu .main-menu-primary .bottom-nav a {
  position: relative;
  text-decoration: none;
  padding: 0 1rem;
  font-weight: 300;
  font-size: 4vw;
}

@media (min-width: 576px) {
  header .navbar .main-menu .main-menu-primary .bottom-nav a {
    font-size: 2vh;
    font-size: calc(var(--vh, 1vh) * 2);
  }
}

header .navbar .main-menu .main-menu-primary .bottom-nav a:after {
  right: 1rem;
  width: calc(100% - 2rem);
}

header .navbar .main-menu .main-menu-primary a {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
  padding: 0;
  border: 0;
  background-color: transparent;
  font-size: 3.5vh;
  font-size: calc(var(--vh, 1vh) * 3.5);
}

@media (min-width: 768px) {
  header .navbar .main-menu .main-menu-primary a {
    font-size: 4vh;
    font-size: calc(var(--vh, 1vh) * 4);
  }
  header .navbar .main-menu .main-menu-primary a:after {
    content: '';
    position: absolute;
    opacity: 0;
    right: 0;
    top: 92.5%;
    width: calc(100% - 2.5rem);
    height: 2px;
    background-color: #fff;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  header .navbar .main-menu .main-menu-primary a:after {
    width: calc(100% - 3.5rem);
  }
}

@media (max-height: 900px) {
  header .navbar .main-menu .main-menu-primary a {
    font-size: 3.5vh;
    font-size: calc(var(--vh, 1vh) * 3.5);
  }
}

@media (max-height: 830px) {
  header .navbar .main-menu .main-menu-primary a {
    font-size: 3.25vh;
    font-size: calc(var(--vh, 1vh) * 3.25);
  }
}

@media (max-height: 770px) {
  header .navbar .main-menu .main-menu-primary a {
    font-size: 3vh;
    font-size: calc(var(--vh, 1vh) * 3);
  }
}

header .navbar .main-menu .main-menu-primary a .number {
  display: inline-block;
  position: relative;
  top: -0.7rem;
  margin-right: 0.5vw;
  font-weight: 400;
  vertical-align: super;
  line-height: 0;
  letter-spacing: 0;
  font-size: 0.5em;
  font-family: "Open Sans", sans-serif;
  pointer-events: none;
}

header .navbar .main-menu .main-menu-primary a:hover, header .navbar .main-menu .main-menu-primary a.active {
  text-decoration: underline;
}

@media (min-width: 768px) {
  header .navbar .main-menu .main-menu-primary a:hover, header .navbar .main-menu .main-menu-primary a.active {
    text-decoration: none;
  }
  header .navbar .main-menu .main-menu-primary a:hover:after, header .navbar .main-menu .main-menu-primary a.active:after {
    opacity: 1;
  }
}

header .navbar .main-menu .main-menu-primary.open {
  max-width: 100%;
}

@media (min-width: 992px) {
  header .navbar .main-menu .main-menu-primary:after {
    content: url("/assets/brush-menu-vertical.svg");
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2rem;
    z-index: -1;
  }
}

header .navbar .main-menu .main-menu-secondary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  border: 0;
  -webkit-transition: max-width .3s ease, -webkit-box-flex .3s ease;
  transition: max-width .3s ease, -webkit-box-flex .3s ease;
  transition: flex .3s ease, max-width .3s ease;
  transition: flex .3s ease, max-width .3s ease, -webkit-box-flex .3s ease, -ms-flex .3s ease;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 100%;
}

header .navbar .main-menu .main-menu-secondary .tab-pane {
  padding-top: 8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  min-width: 100%;
  list-style-type: none;
}

@media (min-width: 576px) {
  header .navbar .main-menu .main-menu-secondary .tab-pane {
    padding-top: 12rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 768px) {
  header .navbar .main-menu .main-menu-secondary .tab-pane {
    padding-top: 19rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 992px) {
  header .navbar .main-menu .main-menu-secondary .tab-pane {
    width: auto;
    padding-top: 19rem;
    padding-left: 12rem;
    padding-right: 12rem;
  }
}

header .navbar .main-menu .main-menu-secondary .tab-pane > a {
  margin-top: 6vh;
  margin-top: calc(var(--vh, 1vh) * 6) !important;
}

header .navbar .main-menu .main-menu-secondary .tab-pane li:first-child {
  margin-top: 3.5rem;
}

header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item {
  position: relative;
  display: inline-block;
  font-size: 2vh;
  font-size: calc(var(--vh, 1vh) * 2);
  line-height: 1.5;
  color: #fff;
  font-weight: 300;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
  text-decoration: none;
  margin-bottom: 2vh;
  margin-bottom: calc(var(--vh, 1vh) * 2);
}

@media (min-width: 768px) {
  header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 3vh;
    margin-bottom: calc(var(--vh, 1vh) * 3);
  }
  header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item:after {
    content: '';
    position: absolute;
    opacity: 0;
    right: 0;
    top: 92.5%;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
}

@media (min-width: 1200px) {
  header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item {
    font-size: calc(var(--vh, 1vh) * 2.5);
  }
}

header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item p {
  margin: 0;
}

header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item img[src*="chevron"] {
  height: 1.5rem;
  margin-left: 0;
  -webkit-transition: margin-left .3s ease;
  transition: margin-left .3s ease;
}

@media (min-width: 768px) {
  header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item img[src*="chevron"] {
    position: absolute;
    top: calc(50% - 0.75rem);
    left: calc(100% + 0.75rem);
  }
}

header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item .main-menu-secondary-item-1-stars {
  position: relative;
  display: inline-block;
  background-image: url("/assets/star.svg");
  background-repeat: repeat-x;
  background-size: 1.1rem;
  height: 1.1rem;
  vertical-align: top;
  width: 1.1rem;
}

@media (min-width: 768px) {
  header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item .main-menu-secondary-item-1-stars {
    position: absolute;
    top: 3px;
    left: calc(100% + 0.25rem);
  }
}

header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item .main-menu-secondary-item-2-stars {
  position: relative;
  display: inline-block;
  background-image: url("/assets/star.svg");
  background-repeat: repeat-x;
  background-size: 1.1rem;
  height: 1.1rem;
  vertical-align: top;
  width: 2.2rem;
}

@media (min-width: 768px) {
  header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item .main-menu-secondary-item-2-stars {
    position: absolute;
    top: 3px;
    left: calc(100% + 0.25rem);
  }
}

header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item .main-menu-secondary-item-3-stars {
  position: relative;
  display: inline-block;
  background-image: url("/assets/star.svg");
  background-repeat: repeat-x;
  background-size: 1.1rem;
  height: 1.1rem;
  vertical-align: top;
  width: 3.3rem;
}

@media (min-width: 768px) {
  header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item .main-menu-secondary-item-3-stars {
    position: absolute;
    top: 3px;
    left: calc(100% + 0.25rem);
  }
}

header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item .main-menu-secondary-item-4-stars {
  position: relative;
  display: inline-block;
  background-image: url("/assets/star.svg");
  background-repeat: repeat-x;
  background-size: 1.1rem;
  height: 1.1rem;
  vertical-align: top;
  width: 4.4rem;
}

@media (min-width: 768px) {
  header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item .main-menu-secondary-item-4-stars {
    position: absolute;
    top: 3px;
    left: calc(100% + 0.25rem);
  }
}

header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item .main-menu-secondary-item-5-stars {
  position: relative;
  display: inline-block;
  background-image: url("/assets/star.svg");
  background-repeat: repeat-x;
  background-size: 1.1rem;
  height: 1.1rem;
  vertical-align: top;
  width: 5.5rem;
}

@media (min-width: 768px) {
  header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item .main-menu-secondary-item-5-stars {
    position: absolute;
    top: 3px;
    left: calc(100% + 0.25rem);
  }
}

header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item .main-menu-secondary-item-superior {
  position: absolute;
  top: -1px;
  left: calc(100% + 0.25rem);
  font-size: 1.5rem;
  line-height: 1;
}

header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item:first-child {
  margin-top: 0;
}

header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item:hover, header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item.active {
  text-decoration: underline;
}

header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item:hover img[src*="chevron"], header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item.active img[src*="chevron"] {
  margin-left: 1rem;
}

@media (min-width: 768px) {
  header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item:hover, header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item.active {
    text-decoration: none;
  }
  header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item:hover:after, header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item.active:after {
    opacity: 1;
  }
}

header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item.discover-all {
  display: inline-block;
  font-size: 3vh;
  font-size: calc(var(--vh, 1vh) * 2.5);
}

@media (min-width: 1200px) {
  header .navbar .main-menu .main-menu-secondary .main-menu-secondary-item.discover-all {
    font-size: calc(var(--vh, 1vh) * 3);
  }
}

header .navbar .main-menu .main-menu-secondary.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

header .navbar .main-menu .main-menu-secondary > .active {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}

header .navbar .main-menu .back-button {
  position: absolute;
  bottom: 0;
  right: 2rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 400;
  background-color: transparent;
  border: 0;
  margin-top: auto;
  margin-left: auto;
  margin-bottom: 10.75rem;
  color: #fff;
  z-index: 40;
}

@media (min-width: 576px) {
  header .navbar .main-menu .back-button {
    font-size: 1.35rem;
    margin-bottom: 14.5rem;
    right: 3rem;
  }
}

@media (min-width: 768px) {
  header .navbar .main-menu .back-button {
    font-size: 1.5rem;
    margin-bottom: 5rem;
    right: 5rem;
  }
}

header .navbar .main-menu .back-button img {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 3rem;
  margin-right: 1rem;
  pointer-events: none;
}

@media (min-width: 576px) {
  header .navbar .main-menu .back-button img {
    width: 4rem;
  }
}

header .navbar .main-menu .back-button.visible {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

header .navbar .main-menu .back-button:focus {
  outline: 0;
}

header .navbar .main-menu:after {
  content: '';
  position: fixed;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  background-color: #06394D;
  z-index: -1;
}

@media (min-width: 992px) {
  header .navbar .main-menu:after {
    background-color: rgba(6, 57, 77, 0.85);
  }
}

header .navbar .main-menu.open {
  pointer-events: auto;
}

header .navbar .main-menu.open .main-menu-primary {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 991.98px) {
  header .navbar .main-menu.open .main-menu-primary.open-secondary {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

header .navbar .main-menu.open:after {
  opacity: 1;
}

header .navbar-book-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease;
  z-index: 500;
  background-color: #06394D;
}

@media (min-width: 768px) {
  header .navbar-book-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header .navbar-book-menu .container {
  overflow-y: auto;
  margin-top: 2rem;
  max-height: calc(100% - 12.75rem);
}

@media (min-width: 576px) {
  header .navbar-book-menu .container {
    margin-top: 3.5rem;
    max-height: calc(100% - 18rem);
  }
}

@media (min-width: 768px) {
  header .navbar-book-menu .container {
    margin-top: 0;
    max-height: 100%;
  }
}

header .navbar-book-menu .container::-webkit-scrollbar {
  -webkit-appearance: none;
}

header .navbar-book-menu .container::-webkit-scrollbar:vertical {
  width: 1.5rem;
}

header .navbar-book-menu .container::-webkit-scrollbar:horizontal {
  height: 1.5rem;
}

header .navbar-book-menu .container::-webkit-scrollbar-thumb {
  background-color: rgba(166, 225, 248, 0.5);
  border-radius: 10px;
  border: 0.5rem solid #06394D;
}

header .navbar-book-menu .container::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

header .navbar-book-menu .navbar-book-menu-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #06394D;
  border-radius: 0;
  border: 0;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  width: 6.75rem;
  height: 6.75rem;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 2;
}

@media (min-width: 576px) {
  header .navbar-book-menu .navbar-book-menu-toggler {
    width: 7.5rem;
    height: 7.5rem;
  }
}

@media (min-width: 768px) {
  header .navbar-book-menu .navbar-book-menu-toggler {
    width: 9rem;
    height: 9rem;
  }
}

header .navbar-book-menu .navbar-book-menu-toggler .navbar-toggler-line {
  height: 1px;
  background-color: #fff;
  -webkit-transition: top .3s ease, margin-bottom .3s ease, -webkit-transform .3s ease;
  transition: top .3s ease, margin-bottom .3s ease, -webkit-transform .3s ease;
  transition: top .3s ease, transform .3s ease, margin-bottom .3s ease;
  transition: top .3s ease, transform .3s ease, margin-bottom .3s ease, -webkit-transform .3s ease;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  pointer-events: none;
  width: 3.75rem;
}

@media (min-width: 576px) {
  header .navbar-book-menu .navbar-book-menu-toggler .navbar-toggler-line {
    width: 4.5rem;
  }
}

@media (min-width: 768px) {
  header .navbar-book-menu .navbar-book-menu-toggler .navbar-toggler-line {
    width: 5rem;
  }
}

header .navbar-book-menu .navbar-book-menu-toggler .navbar-toggler-line:not(:last-child) {
  margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
  header .navbar-book-menu .navbar-book-menu-toggler .navbar-toggler-line:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

header .navbar-book-menu .navbar-book-menu-toggler:hover, header .navbar-book-menu .navbar-book-menu-toggler:focus, header .navbar-book-menu .navbar-book-menu-toggler.open {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .navbar-book-menu .navbar-book-menu-toggler.open .navbar-toggler-line {
  margin-bottom: 0;
}

header .navbar-book-menu .navbar-book-menu-toggler.open .navbar-toggler-line:nth-child(1), header .navbar-book-menu .navbar-book-menu-toggler.open .navbar-toggler-line:nth-child(3) {
  top: 48%;
}

header .navbar-book-menu .navbar-book-menu-toggler.animated .navbar-toggler-line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header .navbar-book-menu .navbar-book-menu-toggler.animated .navbar-toggler-line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 576px) {
  header .navbar-book-menu .navbar-book-menu-toggler {
    bottom: 3.5rem;
    right: 3.5rem;
  }
}

@media (min-width: 768px) {
  header .navbar-book-menu .navbar-book-menu-toggler {
    bottom: auto;
    top: 5rem;
    right: 5rem;
  }
}

@media (min-width: 992px) {
  header .navbar-book-menu .navbar-book-menu-toggler {
    top: 5rem;
    right: 12rem;
  }
}

header .navbar-book-menu.open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

header:after {
  content: '';
  position: absolute;
  background-image: url("/assets/brush-menu.svg");
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  height: 200%;
  opacity: 0;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
  z-index: -1;
  -o-object-fit: contain;
     object-fit: contain;
  top: -1.5rem;
}

@media (min-width: 450px) {
  header:after {
    top: 0;
  }
}

@media (min-width: 576px) {
  header:after {
    top: -1.5rem;
  }
}

@media (min-width: 768px) {
  header:after {
    top: 2rem;
  }
}

@media (min-width: 992px) {
  header:after {
    top: -6.5rem;
  }
}

@media (min-width: 1200px) {
  header:after {
    top: -5rem;
  }
}

@media (min-width: 1400px) {
  header:after {
    top: -6rem;
  }
}

@media (min-width: 1600px) {
  header:after {
    top: -5.5rem;
  }
}

header:before {
  content: '';
  position: absolute;
  top: -1.5rem;
  right: 0;
  left: 0;
  background-color: #06394D;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
  z-index: -1;
}

@media (min-width: 992px) {
  header:before {
    height: 50%;
  }
}

header.affix {
  position: fixed;
  top: 0;
}

header.affix .navbar .navbar-utilities .navbar-season-button.active-season {
  background-color: #072936;
}

header.affix .navbar .navbar-utilities .template-book-button--inverse {
  background-color: #366A36;
}

header.affix .navbar .navbar-utilities .template-book-button--inverse:hover {
  background-color: #4C934C;
}

@media (min-width: 768px) {
  header.affix .navbar .navbar-toggler {
    background-color: #072936;
  }
  header.affix .navbar .navbar-toggler:hover {
    background-color: #114f67;
  }
  header.affix .navbar .navbar-languagemenu .navbar-other-languages li a:hover {
    color: #fff;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  header.affix .navbar .navbar-languagemenu:hover .navbar-current-language, header.affix .navbar .navbar-languagemenu:focus .navbar-current-language {
    color: #fff;
  }
  header.affix .navbar .navbar-languagemenu:hover .navbar-current-language:after, header.affix .navbar .navbar-languagemenu:focus .navbar-current-language:after {
    content: url("/assets/white-chevron-down.svg");
  }
}

header.affix:after, header.affix:before {
  opacity: 1;
}

.head-section {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}

.head-section img {
  -webkit-animation-name: zoom-in;
          animation-name: zoom-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.head-section .head-section-image {
  height: 100%;
  width: 100%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .head-section .head-section-image {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}

.head-section .head-section-overlay, .head-section .head-section-overlay-bottom {
  position: absolute;
  top: 0;
  bottom: 35%;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}

@media (min-width: 768px) {
  .head-section .head-section-overlay, .head-section .head-section-overlay-bottom {
    bottom: 0;
  }
}

.head-section .head-section-overlay-bottom {
  top: auto;
  display: block;
  bottom: 10.75rem;
}

@media (min-width: 576px) {
  .head-section .head-section-overlay-bottom {
    bottom: 14.5rem;
  }
}

@media (min-width: 768px) {
  .head-section .head-section-overlay-bottom {
    bottom: 5rem;
  }
}

@media (min-width: 992px) {
  .head-section .head-section-overlay-bottom {
    bottom: 5rem;
  }
}

.head-section .head-section-overlay-bottom .template-primary-title {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.head-section.spacing-only {
  height: 10rem;
}

@media (min-width: 576px) {
  .head-section.spacing-only {
    height: 12rem;
  }
}

@media (min-width: 768px) {
  .head-section.spacing-only {
    height: 23rem;
  }
}

@media (min-width: 992px) {
  .head-section.spacing-only {
    height: 19rem;
  }
}

.head-section.spacing-only + .template-section, .head-section.spacing-only + .template-section--white, .head-section.spacing-only + .template-section--light, .head-section.spacing-only + .template-section--background {
  padding-top: 0 !important;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

footer {
  padding-bottom: 10.75rem !important;
}

@media (min-width: 576px) {
  footer {
    padding-bottom: 14.5rem !important;
  }
}

/* Form Richiedi informazioni footer page start */
.div-richiediinformazioni-201-singleselect-2 {
  width: 15rem;
}

.div-richiediinformazioni-201-singleselect-3 {
  width: 20rem;
}

.div-richiediinformazioni-201-singleselect-4 {
  width: 20rem;
}

#richiediinformazioni-201 .btn-toolbar {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Form Richiedi informazioni footer page end */
footer .mb-0 p, footer .my-0 p {
  margin-bottom: 0 !important;
}

/*** DA RIVEDERE Stelle in slider figli/Fratelli start ***/
.frame-type-menu_subpages .owl-item .main-menu-secondary-item-1-stars,
.frame-type-menu_subpages .owl-item .main-menu-secondary-item-2-stars,
.frame-type-menu_subpages .owl-item .main-menu-secondary-item-3-stars,
.frame-type-menu_subpages .owl-item .main-menu-secondary-item-4-stars,
.frame-type-menu_subpages .owl-item .main-menu-secondary-item-5-stars,
.frame-type-menu_subpages .owl-item .main-menu-secondary-item-superior,
.frame-type-menu_subpages .owl-item:first-child {
  display: none;
}

@media (min-width: 768px) {
  .frame-type-menu_subpages .owl-item .main-menu-secondary-item-1-stars,
  .frame-type-menu_subpages .owl-item .main-menu-secondary-item-2-stars,
  .frame-type-menu_subpages .owl-item .main-menu-secondary-item-3-stars,
  .frame-type-menu_subpages .owl-item .main-menu-secondary-item-4-stars,
  .frame-type-menu_subpages .owl-item .main-menu-secondary-item-5-stars {
    display: none;
  }
}

@media (min-width: 992px) {
  .frame-type-menu_subpages .owl-item:first-child {
    display: none;
  }
}

/*** Stelle in slider figli/Fratelli end ***/
/*** Campo pagina in form richiedi informazioni ***/
.displaynone {
  display: none;
}

/*** Campo pagina in form richiedi informazioni ***/
