@charset "UTF-8";
/*@import url('https://use.typekit.net/xop4vpl.css');*/ /*Chennai Light Oblique font */
/* Context colors */
/* Fonts */
/*$font-heading: 'firasans-regular', serif;
$font-paragraph: 'firasans-light', serif;
$font-heading-hotelmatts: 'chennai', sans-serif;*/
/*$font-heading: 'fira-sans', serif;
$font-paragraph: 'fira-sans', serif;
$font-heading-hotelmatts: 'chennai', sans-serif;*/
/* Footers vars */
/* Other elements */
/*@import 'variables';*/
.block-accordion-title {
  background-color: #c39a73;
  position: relative;
  padding: 10px;
  padding-left: 1.4em;
  padding-right: 1.4em;
  color: white;
  border: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
}

.block-accordion-title:hover {
  cursor: pointer;
}

.block-accordion-title h3 {
  color: white;
  margin: 0px;
  margin-top: 3px !important;
  margin-bottom: 1px !important;
  padding: 0px;
  font-size: 20px;
}

.block-accordion-toggle {
  background: white;
  position: absolute;
  top: 8px;
  right: 1.4em;
  width: 30px;
  height: 30px;
  border-radius: 50px;
}

.block-accordion-toggle:hover {
  background: #f6f0ea;
}

.block-accordion-toggle img {
  width: 30px;
}

.block-accordion-content {
  background-color: #f6f0ea;
  padding: 1.4em;
}

@media (min-width: 1600px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
}
@media (max-width: 781px) {
  /*s*/
  .block-accordion-toggle {
    top: 8px;
  }
}
/*@import 'variables';*/
.apartments-main {
  margin-bottom: 20px;
}

.apartments-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.apartments-tabs div {
  padding: 4px;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 600;
}

.apartments-tabs div:hover {
  cursor: pointer;
  color: #b48242;
}

.apartments-tab.active {
  background: white;
  color: #b48242;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #dab674;
  text-underline-offset: 7px;
}

.apartments-content {
  background: white;
  padding: 20px;
}

.apartments-images-container {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  -webkit-box-flex: 65%;
      -ms-flex: 65%;
          flex: 65%;
  padding: 15px;
}

.apartments-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.apartments-image img {
  width: 100%;
}

.apartments-text {
  -webkit-box-flex: 35%;
      -ms-flex: 35%;
          flex: 35%;
  padding: 35px;
  min-height: 360px;
}

.apartments-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.apartments-person {
  width: 32px;
  margin-left: -3px;
  margin-right: -8px;
}

.apartments-plus {
  width: 32px;
  margin-left: -1px;
  margin-right: -5px;
}

.apartments-size {
  padding-left: 25px;
}

.apartments-slider-buttons {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 20px;
  padding: 5px;
}

.apartments-slider-button {
  border: 1px solid white;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  margin: 5px;
}

.apartments-slider-button:hover {
  cursor: pointer;
}

@media (min-width: 1600px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
  .apartments-images-container {
    min-height: 400px;
  }
}
@media (max-width: 781px) {
  /*s*/
  .apartments-tabs {
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    padding: 20px;
    padding-bottom: 0px;
  }
  .apartments-tabs div {
    padding: 4px;
    padding-left: 35px;
    padding-right: 35px;
    font-weight: 600;
  }
  .apartments-tabs div:hover {
    cursor: pointer;
    color: #b48242;
  }
  .apartments-tab {
    border: 2px solid #c39a73;
    border-radius: 20px;
    margin: 5px;
  }
  .apartments-tab.active {
    background: #c39a73;
    color: white;
    border-radius: 20px;
    text-decoration: none;
  }
  .apartments-tab.active:hover {
    color: black;
  }
  .apartments-images-container {
    min-height: 300px;
  }
  .apartments-text {
    padding: 0px;
  }
}
/*@import 'variables';*/
#appForm {
  margin-top: -10px !important;
}

/*@import 'variables';*/
.breadcrumb-container {
  padding-left: 1rem;
  padding-right: 1rem;
}
.breadcrumb-container #breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
  padding-left: 0px;
}
.breadcrumb-container #breadcrumbs .item-home a {
  color: #999 !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  -webkit-font-variant-ligatures: none !important;
          font-variant-ligatures: none !important;
  font-family: "fira-sans", sans-serif !important;
  text-decoration: none;
}
.breadcrumb-container #breadcrumbs .item-parent a {
  color: #999 !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  -webkit-font-variant-ligatures: none !important;
          font-variant-ligatures: none !important;
  font-family: "fira-sans", sans-serif !important;
  text-decoration: none;
}
.breadcrumb-container #breadcrumbs .item-current span {
  color: #999 !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  -webkit-font-variant-ligatures: none !important;
          font-variant-ligatures: none !important;
  font-family: "fira-sans", sans-serif !important;
  text-decoration: none;
}
.breadcrumb-container #breadcrumbs .separator {
  color: #999 !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  -webkit-font-variant-ligatures: none !important;
          font-variant-ligatures: none !important;
  font-family: "fira-sans", sans-serif !important;
  text-decoration: none;
  margin-bottom: -3px;
}
.breadcrumb-container #breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

.wpcf7-form h2 {
  color: black;
  font-size: 23px;
}

.wpcf7-form hr {
  border: none;
  border-top: 1px solid #bbbbbb;
  margin-top: 40px;
}

.wpcf7-form label {
  font-size: 16px;
}

.wpcf7-form .wpcf7-form-control.wpcf7-text {
  width: 100%;
  min-height: 30px;
  border-radius: 5px;
  /*border: 1px solid #dab674;*/
  border: 1px solid #bbbbbb;
}

.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  min-height: 30px;
  border-radius: 5px;
  border: 1px solid #bbbbbb;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit {
  background: #dab674;
  color: #2b1b07;
  width: auto;
  border: none;
  border-radius: 50px;
  padding: 6px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 800;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
  background: #b48242;
  cursor: pointer;
}

.wpcf7-form span.wpcf7-list-item {
  display: block;
  font-size: 15px;
}

/*@import 'variables';*/
.ingress {
  padding-left: 10em !important;
  padding-right: 10em !important;
}

@media (min-width: 1600px) {
  /*xl*/
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
  .ingress {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}
@media (max-width: 781px) {
  /*s*/
  .ingress {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }
}
/*@import 'variables';*/
.wp-block-list.styled {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.wp-block-list.styled li {
  background-image: url("https://www.kassiopeia.fi/hotel-matts/wp-content/uploads/sites/2/2024/09/check_matts.svg");
  background-size: 27px 27px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-bottom: 15px;
  font-family: "fira-sans", sans-serif;
  font-size: 18px;
  color: #1e1e1e;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.wp-block-list.styled2 {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.wp-block-list.styled2 li {
  background-image: url("https://www.kassiopeia.fi/hotel-matts/wp-content/uploads/sites/2/2024/08/check_matts_valkoinen.svg");
  background-size: 27px 27px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-bottom: 15px;
  font-family: "fira-sans", sans-serif;
  font-size: 18px;
  color: #1e1e1e;
  font-weight: 300;
  letter-spacing: -0.5px;
}

/*@import 'variables';*/
.wp-block-media-text:not(.auto-height) {
  min-height: 430px;
}

.wp-block-media-text .wp-block-media-text__content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.wp-block-media-text.has-media-on-the-right:not(.has-background) .wp-block-media-text__content {
  padding-left: 0px;
}

.wp-block-media-text:not(.has-media-on-the-right):not(.has-background) .wp-block-media-text__content {
  padding-right: 0px;
}

@media (min-width: 1600px) {
  /*xl*/
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
}
@media (max-width: 781px) {
  /*s*/
  .wp-block-media-text .wp-block-media-text__content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .wp-block-media-text:not(.has-background) .wp-block-media-text__content {
    padding-left: 8px;
    padding-right: 8px;
  }
}
/*@import 'variables';*/
.kassiopeia-offer-textcontent-title {
  font-family: "fira-sans", sans-serif !important;
  color: #c39a73 !important;
  font-size: 25px !important;
  font-weight: 600 !important;
  margin-top: 15px !important;
  margin-bottom: 10px !important;
}

.kassiopeia-offer-textcontent-description {
  font-size: 18px !important;
}

/*.gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .gfield_label
  .gfield_required {
  display: none;
}*/
.gform_wrapper {
  /*.gform_wrapper .gform_footer input[type='submit'] {
    background: #dab674;
    color: #2b1b07;
    border: none;
    border-radius: 50px;
    padding: 6px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    font-weight: 800;
  }
  .gform_wrapper .gform_footer input:hover[type='submit'] {
    background: #b48242;
    cursor: pointer;
  }*/
}
.gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}
.gform_wrapper input[type=text] {
  background: #e8e8e8;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gform_wrapper input[type=number] {
  background: #e8e8e8;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gform_wrapper input[type=email] {
  background: #e8e8e8;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gform_wrapper input[type=tel] {
  background: #e8e8e8;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gform_wrapper textarea {
  background: #e8e8e8;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gform_wrapper .gform_button {
  background: #034663 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  border: none !important;
  border-radius: 30px !important;
}
.gform_wrapper .gform_footer input {
  margin: auto !important;
}

/*.gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .gfield_label
  .gfield_required {
  display: none;
}*/
.gform_wrapper {
  /*.gform_wrapper .gform_footer input[type='submit'] {
    background: #dab674;
    color: #2b1b07;
    border: none;
    border-radius: 50px;
    padding: 6px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    font-weight: 800;
  }
  .gform_wrapper .gform_footer input:hover[type='submit'] {
    background: #b48242;
    cursor: pointer;
  }*/
}
.gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}
.gform_wrapper input[type=text] {
  background: #e8e8e8;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gform_wrapper input[type=number] {
  background: #e8e8e8;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gform_wrapper input[type=email] {
  background: #e8e8e8;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gform_wrapper input[type=tel] {
  background: #e8e8e8;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gform_wrapper textarea {
  background: #e8e8e8;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gform_wrapper .gform_button {
  background: #034663 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  border: none !important;
  border-radius: 30px !important;
}
.gform_wrapper .gform_footer input {
  margin: auto !important;
}

/*@import 'variables';*/
.header-mobile {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1140;
}
.header-mobile .header-mobile-container {
  background: #be9772;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  width: 100vw;
  padding: 0px;
}
.header-mobile .header-mobile-container .phone {
  cursor: pointer;
}
.header-mobile .header-mobile-container .phone .icon-phone-submenu {
  width: 33px;
  margin-top: 7px;
  margin-left: 10px;
}
.header-mobile .header-mobile-container .phone .arrow-phone-submenu {
  width: 33px;
  margin-left: -10px;
}
.header-mobile .header-mobile-container .header-logo-mobile {
  width: 200px;
  margin: auto;
  margin-top: -8px;
}
.header-mobile .header-mobile-container .hamburger-container {
  background: #cfae8f;
  width: 50px;
  height: 48px;
}
.header-mobile .header-mobile-container .hamburger-container .hamburger {
  width: 35px;
  margin: auto;
  margin-top: 13px;
}
.header-mobile .header-mobile-container .hamburger-container .hamburger .bar {
  background: white;
  height: 4px;
  margin-bottom: 5px;
  border-radius: 5px;
}
.header-mobile .header-mobile-container .hamburger-container:hover {
  cursor: pointer;
}
.header-mobile .header-mobile-phone2-container {
  display: none;
  background: #f6f0ea;
  height: 48px;
  padding: 0px !important;
}
.header-mobile .header-mobile-phone2-container .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
}
.header-mobile .header-mobile-phone2-container .phone a {
  text-decoration: none;
}
.header-mobile .header-mobile-phone2-container .phone a img {
  width: 33px;
  margin-top: 8px;
  margin-left: 10px;
}
.header-mobile .header-mobile-phone2-container .phone .header-phone-text {
  margin-top: 12px;
  margin-left: 7px;
}
.header-mobile .header-mobile-phone2-container .phone .header-phone-text a {
  color: black;
  font-size: 16px;
  text-decoration: none;
}
.header-mobile .header-mobile-menu-container {
  display: none;
  height: 1000px;
  overflow-y: scroll;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu {
  background: #f4f4f4;
  /*background-size: cover;*/
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: auto 1500px;
  border-bottom: 5px solid #c39a73;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu nav {
  margin-left: -20px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu nav ul {
  list-style-type: none;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 35px;
  padding-top: 45px;
  padding-bottom: 35px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu nav ul li {
  white-space: nowrap;
  padding-bottom: 10px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu nav ul li a {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 600 !important;
  text-decoration: none;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu nav ul .sub-menu {
  padding-top: 10px;
  padding-bottom: 0px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu nav ul .sub-menu li a {
  font-weight: 300;
  text-decoration: none;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu nav ul > li.current_page_item > a {
  text-decoration: underline !important;
  text-decoration-color: #dab674 !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 5px !important;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu nav ul .menu-item-has-children ul {
  display: none;
  margin-left: 0px;
  padding-left: 15px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu nav ul .menu-item-has-children ul li a {
  font-weight: 300 !important;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu .lang-switcher {
  background: white;
  position: absolute;
  top: 55px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding: 1px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 15px;
  z-index: 1120;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu .lang-switcher:hover {
  cursor: pointer;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu .lang-switcher-text {
  font-size: 16px;
  font-weight: 400;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu .lang-switcher-svg-mobile {
  margin-top: 8px;
  margin-left: 5px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu .lang-switcher .lang-switcher-dropdown {
  display: none;
  background: white;
  color: #2b1b07;
  position: absolute;
  top: 25px;
  right: 0px;
  padding: 10px;
  padding-right: 15px;
  border-radius: 10px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu .lang-switcher .lang-switcher-dropdown li {
  list-style-type: none;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu .lang-switcher .lang-switcher-dropdown a {
  color: #2b1b07;
  text-decoration: none;
  font-weight: 600;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu .lang-switcher .lang-switcher-dropdown a:hover {
  text-decoration: underline;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu-kassiopeia {
  background: #1e1e1e;
  margin-top: 0px;
  min-height: 700px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu-kassiopeia img {
  width: 130px;
  margin-top: 20px;
  margin-left: 55px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu-kassiopeia nav {
  margin-top: 0px;
  margin-left: -20px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu-kassiopeia nav ul {
  list-style-type: none;
  margin-top: 0px;
  margin-left: 35px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 40px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu-kassiopeia nav ul li {
  white-space: nowrap;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu-kassiopeia nav ul li:before {
  content: "⌵";
  color: #b48242;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-right: 7px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu-kassiopeia nav ul li a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu-kassiopeia nav ul .sub-menu {
  padding-top: 0px;
  padding-bottom: 0px;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu-kassiopeia nav ul .sub-menu li a {
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}
.header-mobile .header-mobile-menu-container .header-mobile-menu-kassiopeia nav ul .menu-item-has-children ul {
  margin-left: 0px;
  padding-left: 15px;
}
.header-mobile .side-button {
  background: #00bda8;
  top: 90px;
  left: 0px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: scaleX(-1) scaleY(-1);
          transform: scaleX(-1) scaleY(-1);
  position: absolute;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0px;
  padding-left: 4px;
  z-index: 1150;
}
.header-mobile .side-button a {
  color: white;
  font-size: 16px;
  padding: 15px;
  margin: 0px;
  text-decoration: none;
}

.side-button2 {
  display: none;
  background: #00bda8;
  bottom: 20px;
  right: 0px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: scaleX(-1) scaleY(-1);
          transform: scaleX(-1) scaleY(-1);
  position: fixed;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0px;
  padding-left: 6px;
  padding-right: 6px;
  z-index: 1150;
}
.side-button2 a {
  color: white;
  font-size: 17px;
  font-weight: 500 !important;
  padding: 15px;
  margin: 0px;
  text-decoration: none;
}
.side-button2 a:hover {
  color: white;
}

@media (min-width: 1600px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
  .header-mobile {
    display: block;
  }
}
@media (max-width: 781px) {
  /*s*/
  .header-mobile {
    display: block;
  }
  .side-button2 {
    display: block;
  }
}
/*@import 'variables';*/
.header-desktop-scrollable {
  color: #fff;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 100;
}
.header-desktop-scrollable .header-top-container {
  background: #be9772;
  padding-left: 15px;
  padding-right: 15px;
}
.header-desktop-scrollable .header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  margin: auto;
  padding-top: 15px;
  width: 1400px;
  max-width: 100%;
  height: 45px;
}
.header-desktop-scrollable .header-logo {
  margin-top: -22px;
  margin-left: -10px;
}
.header-desktop-scrollable .header-logo img {
  width: 240px;
}
.header-desktop-scrollable .header-button {
  margin-left: 60px;
}
.header-desktop-scrollable .header-button a {
  border-radius: 30px;
}
.header-desktop-scrollable .header-button a:hover {
  background: #146689;
  color: white;
}
.header-desktop-scrollable .header-email {
  margin-top: 2px;
  margin-left: 60px;
}
.header-desktop-scrollable .header-email img {
  width: 26px;
}
.header-desktop-scrollable .header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
}
.header-desktop-scrollable .header-phone img {
  width: 28px;
  margin-top: 2px;
}
.header-desktop-scrollable .header-phone-text {
  margin-left: 7px;
}
.header-desktop-scrollable .header-phone-text a {
  color: white;
  font-size: 14px;
  text-decoration: none;
}
.header-desktop-scrollable .header-kassiopeia {
  position: absolute;
  top: 0px;
  right: 30px;
}
.header-desktop-scrollable .header-kassiopeia:hover {
  cursor: pointer;
}
.header-desktop-scrollable .header-kassiopeia img {
  width: 120px;
}
.header-desktop-scrollable .header-kassiopeia-arrow {
  position: absolute;
  top: 0px;
  right: -15px;
  font-weight: bold;
}
.header-desktop-scrollable .hamburger {
  background: #cfae8f;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 38px;
  height: 28px;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 18px;
  padding-bottom: 14px;
}
.header-desktop-scrollable .hamburger:hover {
  cursor: pointer;
}
.header-desktop-scrollable .hamburger .hamburger-bar {
  background: white;
  width: 100%;
  height: 4px;
  margin-bottom: 7px;
  border-radius: 5px;
}
.header-desktop-scrollable .hamburger-menu-container {
  display: none;
  position: absolute;
  top: 60px;
  right: 0px;
  width: 1400px;
  max-width: calc(100vw - 30px);
}
.header-desktop-scrollable .hamburger-menu-container .hamburger-menu {
  background: #f6f0ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 30px;
}
.header-desktop-scrollable .hamburger-menu-container .hamburger-menu .hamburger-menu-shadow {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), color-stop(rgba(0, 0, 0, 0.02)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0px;
  left: 0px;
  height: 40px;
  width: 100%;
}
.header-desktop-scrollable .hamburger-menu-container .hamburger-menu ul {
  height: 180px;
  gap: 12px 50px;
  padding-left: 20px;
  margin-left: 0px;
}
.header-desktop-scrollable .hamburger-menu-container .hamburger-menu ul li a {
  color: #1e1e1e;
  font-size: 17px;
  font-weight: 500 !important;
  text-decoration: none;
}
.header-desktop-scrollable .hamburger-menu-container .hamburger-menu ul li .sub-menu li a {
  font-size: 15px;
  text-decoration: none;
}
.header-desktop-scrollable .hamburger-menu-container .hamburger-menu .hamburger-menu-logo {
  width: 100px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 70px;
}
.header-desktop-scrollable .hamburger-menu-container .hamburger-menu .hamburger-menu-logo img {
  width: 150px;
}
.header-desktop-scrollable .hamburger-menu-container .hamburger-menu-kassiopeia {
  background: #1e1e1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 30px;
}
.header-desktop-scrollable .hamburger-menu-container .hamburger-menu-kassiopeia ul {
  height: 100px;
  gap: 12px 50px;
}
.header-desktop-scrollable .hamburger-menu-container .hamburger-menu-kassiopeia ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.header-desktop-scrollable .hamburger-menu-container .hamburger-menu-kassiopeia .hamburger-menu-logo {
  width: 100px;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 40px;
}
.header-desktop-scrollable .hamburger-menu-container .hamburger-menu-kassiopeia .hamburger-menu-logo img {
  width: 150px;
}
.header-desktop-scrollable .header-bottom-close {
  background: white;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
}
.header-desktop-scrollable .header-bottom-close:hover {
  cursor: pointer;
}
.header-desktop-scrollable .header-bottom-close img {
  width: 100%;
}
.header-desktop-scrollable nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  list-style-type: none;
}
.header-desktop-scrollable nav ul li a {
  color: #1e1e1e;
  text-decoration: none;
}
.header-desktop-scrollable nav ul li:before {
  content: "⌵";
  color: #b48242;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-right: 7px;
}
.header-desktop-scrollable nav ul .current_page_item {
  text-decoration: underline;
  text-decoration-color: #c39a73;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
.header-desktop-scrollable nav ul .menu-item-has-children ul li a {
  font-weight: 300;
}
.header-desktop-scrollable .lang-switcher {
  background: #be9772;
  position: absolute;
  top: 15px;
  right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  border-radius: 20px;
  padding-bottom: 2px;
  z-index: 120;
}
.header-desktop-scrollable .lang-switcher:hover {
  cursor: pointer;
}
.header-desktop-scrollable .lang-switcher-icon {
  width: 22px;
  height: 22px;
  margin-top: 4px;
  margin-left: 4px;
  margin-right: 4px;
}
.header-desktop-scrollable .lang-switcher-text {
  margin-top: 2px;
  font-size: 16px;
  font-weight: 600;
}
.header-desktop-scrollable .lang-switcher-svg {
  position: relative;
  margin-top: 2px;
  padding-right: 30px;
}
.header-desktop-scrollable .lang-switcher-svg img {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.header-desktop-scrollable .lang-switcher .lang-switcher-dropdown {
  display: none;
  background: white;
  position: absolute;
  top: 30px;
  right: 0px;
  padding: 10px;
  padding-right: 15px;
  border-radius: 10px;
}
.header-desktop-scrollable .lang-switcher .lang-switcher-dropdown li {
  list-style-type: none;
}
.header-desktop-scrollable .lang-switcher .lang-switcher-dropdown a {
  color: #1e1e1e;
  text-decoration: none;
  font-weight: 600;
}
.header-desktop-scrollable .lang-switcher .lang-switcher-dropdown a:hover {
  text-decoration: underline;
}

@media (min-width: 1600px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
  .header-desktop-scrollable {
    display: none !important;
  }
}
@media (max-width: 781px) {
  /*s*/
  .header-desktop-scrollable {
    display: none !important;
  }
}
/*@import 'variables';*/
.header-desktop {
  color: #fff;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 1101;
  -webkit-transition: margin-top 0.4s ease;
  transition: margin-top 0.4s ease;
  /*.lang-switcher:hover > .lang-switcher-icon {
    color: variables.$text-special;
    filter: invert(0.7) hue-rotate(150deg);
  }*/
  /*.lang-switcher:hover > svg line {
    stroke: variables.$text-special;
  }*/
  /*.lang-switcher svg {
    margin-top: 10px;
    margin-left: 5px;
  }*/
  /*.lang-switcher-svg {
    margin-top: -5px;
    margin-left: 5px;
    font-weight: bold;
  }*/
}
.header-desktop.header-hidden {
  margin-top: -150px;
}
.header-desktop .header-top-container {
  background: #be9772;
}
.header-desktop .header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  margin: auto;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1400px;
  height: 45px;
}
.header-desktop .header-logo {
  margin-top: -22px;
  margin-left: -10px;
}
.header-desktop .header-logo img {
  width: 240px;
}
.header-desktop .header-button {
  margin-left: 60px;
}
.header-desktop .header-button a {
  border-radius: 30px;
}
.header-desktop .header-button a:hover {
  background: #146689;
  color: white;
}
.header-desktop .header-email {
  margin-top: 2px;
  margin-left: 60px;
}
.header-desktop .header-email a img {
  width: 26px;
}
.header-desktop .header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
}
.header-desktop .header-phone img {
  width: 28px;
  margin-top: 2px;
}
.header-desktop .header-phone-text {
  margin-left: 7px;
}
.header-desktop .header-phone-text a {
  color: white;
  font-size: 16px;
  text-decoration: none;
}
.header-desktop .header-phone2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
}
.header-desktop .header-phone2 img {
  width: 28px;
  margin-top: 2px;
}
.header-desktop .header-kassiopeia-container {
  position: absolute;
  top: 0px;
  right: 17vw;
}
.header-desktop .header-kassiopeia-container .header-kassiopeia {
  background: none;
  width: 400px;
  height: 50px;
  margin-top: 10px;
}
.header-desktop .header-kassiopeia-container .header-kassiopeia img {
  position: absolute;
  top: 12px;
  right: 30px;
}
.header-desktop .header-kassiopeia-container .header-kassiopeia-arrow {
  position: absolute;
  top: 6px;
  right: -22px;
}
.header-desktop .header-kassiopeia-container .header-kassiopeia-arrow img {
  width: 28px;
  height: 28px;
}
.header-desktop .header-kassiopeia-container .header-kassiopeia-menu {
  background: #1e1e1e;
  display: none;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 100%;
  z-index: 1120;
  padding-top: 40px;
  padding-left: 0px;
  padding-bottom: 10px;
}
.header-desktop .header-kassiopeia-container .header-kassiopeia-menu img {
  position: absolute;
  top: 2px;
  right: 30px;
}
.header-desktop .header-kassiopeia-container .header-kassiopeia-menu nav {
  margin-left: -20px;
}
.header-desktop .header-kassiopeia-container .header-kassiopeia-menu nav ul {
  list-style-type: none;
}
.header-desktop .header-kassiopeia-container .header-kassiopeia-menu nav ul li {
  white-space: nowrap;
}
.header-desktop .header-kassiopeia-container .header-kassiopeia-menu nav ul li:before {
  content: "⌵";
  color: #b48242;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-right: 7px;
}
.header-desktop .header-kassiopeia-container .header-kassiopeia-menu nav ul li a {
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}
.header-desktop .header-kassiopeia-container:hover {
  cursor: pointer;
}
.header-desktop .header-kassiopeia-container img {
  width: 120px;
}
.header-desktop .lang-switcher {
  position: absolute;
  top: 17px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  z-index: 1120;
}
.header-desktop .lang-switcher:hover {
  cursor: pointer;
}
.header-desktop .lang-switcher-icon {
  width: 22px;
  margin-top: 3px;
  margin-right: 4px;
}
.header-desktop .lang-switcher-text {
  font-size: 16px;
  font-weight: 400;
}
.header-desktop .lang-switcher-svg {
  position: relative;
  padding-right: 30px;
}
.header-desktop .lang-switcher-svg img {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.header-desktop .lang-switcher .lang-switcher-dropdown {
  display: none;
  background: white;
  color: #2b1b07;
  position: absolute;
  top: 25px;
  right: 0px;
  padding: 10px;
  padding-right: 15px;
  border-radius: 10px;
}
.header-desktop .lang-switcher .lang-switcher-dropdown li {
  list-style-type: none;
}
.header-desktop .lang-switcher .lang-switcher-dropdown a {
  color: #2b1b07;
  text-decoration: none;
  font-weight: 600;
}
.header-desktop .lang-switcher .lang-switcher-dropdown a:hover {
  text-decoration: underline;
}
.header-desktop .header-bottom-container {
  background: #f6f0ea;
}
.header-desktop .header-bottom {
  background: #f6f0ea;
  color: #1e1e1e;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1400px;
  height: 50px;
}
.header-desktop .nav-hotelmatts ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 0px;
  margin: 0px;
}
.header-desktop .nav-hotelmatts ul > li {
  color: #1e1e1e;
  padding-right: 20px;
  position: relative;
  width: auto;
  margin-top: 12px;
  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-sizing: border-box;
          box-sizing: border-box;
  /*subnav*/
}
.header-desktop .nav-hotelmatts ul > li a,
.header-desktop .nav-hotelmatts ul > li a:visited,
.header-desktop .nav-hotelmatts ul > li a:active,
.header-desktop .nav-hotelmatts ul > li a:hover {
  color: #1e1e1e;
  font-family: "fira-sans", sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
}
.header-desktop .nav-hotelmatts ul > li:hover > a, .header-desktop .nav-hotelmatts ul > li.current_page_item > a {
  text-decoration: underline !important;
  text-decoration-color: #dab674 !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 5px !important;
}
.header-desktop .nav-hotelmatts ul > li ul {
  display: none;
}
.header-desktop .nav-hotelmatts ul > li:hover > ul {
  height: auto;
  position: absolute;
  background: white;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  z-index: 1200;
  padding: 20px;
  padding-top: 15px;
  padding-bottom: 20px;
  top: 28px;
  left: 0px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  min-width: 200px;
}
.header-desktop .nav-hotelmatts ul > li:hover > ul li {
  padding: 0px;
  margin: 0px;
  text-align: left;
}
.header-desktop .nav-hotelmatts ul > li:hover > ul li a {
  color: black;
  font-weight: 500;
  text-decoration: none;
}

@media (min-width: 1600px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
  .header-desktop {
    display: none !important;
  }
}
@media (max-width: 781px) {
  /*s*/
  .header-desktop {
    display: none !important;
  }
}
/*@import 'variables';*/
.campaign-2024-12-cta {
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}

@media (min-width: 700px) {
  .campaign-2024-12-cta {
    -webkit-transform: translate(30vw, -50px);
            transform: translate(30vw, -50px);
  }
}
@media (min-width: 1200px) {
  .campaign-2024-12-cta {
    -webkit-transform: translate(450px, -5vh);
            transform: translate(450px, -5vh);
  }
}
/*@import 'variables';*/
.hotel-rooms2-main {
  margin-bottom: 20px;
}

.hotel-rooms2-tabs-mobile {
  display: none;
}

.hotel-rooms2-content {
  padding: 0px;
}

.hotel-rooms2-images {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  -webkit-box-flex: 55%;
      -ms-flex: 55%;
          flex: 55%;
  padding: 15px;
}

.hotel-rooms2-text {
  -webkit-box-flex: 45%;
      -ms-flex: 45%;
          flex: 45%;
  min-height: 360px;
}
.hotel-rooms2-text .hotel-rooms2-tabs-desktop {
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  padding-bottom: 20px;
}
.hotel-rooms2-text .hotel-rooms2-tabs-desktop .hotel-rooms2-tab {
  padding-top: 2px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #c39a73;
  border-radius: 20px;
  margin: 3px;
}
.hotel-rooms2-text .hotel-rooms2-tabs-desktop .hotel-rooms2-tab:hover {
  cursor: pointer;
  /*color: variables.$link-dark;*/
}
.hotel-rooms2-text .hotel-rooms2-tabs-desktop .hotel-rooms2-tab.active {
  background: #c39a73;
  color: white;
  border-radius: 20px;
  text-decoration: none;
}
.hotel-rooms2-text .hotel-rooms2-text-content {
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.hotel-rooms2-text .hotel-rooms2-text-content .hotel-rooms2-text-content-inner h3 {
  font-size: 38px !important;
}
.hotel-rooms2-text .hotel-rooms2-text-content .hotel-rooms2-text-content-inner .hotel-rooms2-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hotel-rooms2-text .hotel-rooms2-text-content .hotel-rooms2-text-content-inner .hotel-rooms2-details .hotel-rooms2-person {
  width: 32px;
  margin-top: -3px;
  margin-left: -3px;
  margin-right: -8px;
}
.hotel-rooms2-text .hotel-rooms2-text-content .hotel-rooms2-text-content-inner .hotel-rooms2-details .person-number {
  color: #c39a73;
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}
.hotel-rooms2-text .hotel-rooms2-text-content .hotel-rooms2-text-content-inner .hotel-rooms2-details .hotel-rooms2-plus {
  width: 32px;
  margin-left: -1px;
  margin-right: -5px;
}
.hotel-rooms2-text .hotel-rooms2-text-content .hotel-rooms2-text-content-inner .hotel-rooms2-details .hotel-rooms2-size {
  padding-left: 25px;
}

.hotel-rooms2-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.hotel-rooms2-image img {
  width: 100%;
}

.hotel-rooms2-small-images-container {
  padding: 0px;
}
.hotel-rooms2-small-images-container .hotel-rooms2-small-images-left {
  position: relative;
  height: 0px;
  -webkit-box-flex: 55%;
      -ms-flex: 55%;
          flex: 55%;
  padding-left: 15px;
  padding-right: 15px;
}
.hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .hotel-rooms2-small-image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  width: 150px;
  height: 150px;
  bottom: -75px;
}
.hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .hotel-rooms2-small-image:hover {
  cursor: pointer;
}
.hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .image1 {
  right: 550px;
}
.hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .image2 {
  right: 380px;
}
.hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .image3 {
  right: 210px;
}
.hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .image4 {
  right: 40px;
}
.hotel-rooms2-small-images-container .hotel-rooms2-small-images-right {
  height: 0px;
  -webkit-box-flex: 45%;
      -ms-flex: 45%;
          flex: 45%;
}

.hotel-rooms2-slider-buttons-mobile {
  display: none;
}

@media (min-width: 2400px) {
  /* xxl */
  .hotel-rooms2-images {
    min-height: 850px;
  }
  .hotel-rooms2-text .hotel-rooms2-text-content {
    padding-right: 270px;
  }
}
@media (min-width: 1600px) and (max-width: 2399px) {
  /* xl */
  .hotel-rooms2-text .hotel-rooms2-text-content {
    padding-right: 230px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
  .hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .hotel-rooms2-small-image {
    width: 140px;
    height: 140px;
    bottom: -70px;
  }
  .hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .image1 {
    right: 520px;
  }
  .hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .image2 {
    right: 360px;
  }
  .hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .image3 {
    right: 200px;
  }
  .hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .image4 {
    right: 40px;
  }
  .hotel-rooms2-small-images-container .hotel-rooms2-small-images-right {
    -webkit-box-flex: 45%;
        -ms-flex: 45%;
            flex: 45%;
  }
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
  .hotel-rooms2-images {
    min-height: 350px;
    -webkit-box-flex: 55%;
        -ms-flex: 55%;
            flex: 55%;
  }
  .hotel-rooms2-text {
    -webkit-box-flex: 45%;
        -ms-flex: 45%;
            flex: 45%;
  }
  .hotel-rooms2-text .hotel-rooms2-tabs-desktop {
    padding: 20px;
  }
  .hotel-rooms2-text .hotel-rooms2-text-content {
    padding: 20px;
  }
  .hotel-rooms2-text .hotel-rooms2-text-content .hotel-rooms2-text-content-inner h3 {
    font-size: 34px !important;
  }
  .hotel-rooms2-small-images-container .hotel-rooms2-small-images-left {
    -webkit-box-flex: 55%;
        -ms-flex: 55%;
            flex: 55%;
  }
  .hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .hotel-rooms2-small-image {
    width: calc(40px + 7vw);
    height: calc(40px + 7vw);
    bottom: calc(-30px - 2vw);
  }
  .hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .image1 {
    right: calc(90px + 7vw + 40px + 7vw + 40px + 7vw);
  }
  .hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .image2 {
    right: calc(80px + 7vw + 40px + 7vw);
  }
  .hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .image3 {
    right: calc(70px + 7vw);
  }
  .hotel-rooms2-small-images-container .hotel-rooms2-small-images-left .image4 {
    right: 20px;
  }
  .hotel-rooms2-small-images-container .hotel-rooms2-small-images-right {
    -webkit-box-flex: 45%;
        -ms-flex: 45%;
            flex: 45%;
  }
}
@media (max-width: 781px) {
  /*s*/
  .hotel-rooms2-text .hotel-rooms2-tabs-desktop {
    display: none;
  }
  .hotel-rooms2-text .hotel-rooms2-text-content {
    padding: 0px;
    padding-bottom: 10px;
  }
  .hotel-rooms2-text .hotel-rooms2-text-content .hotel-rooms2-text-content-inner h3 {
    font-size: 30px !important;
  }
  .hotel-rooms2-tabs-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .hotel-rooms2-tabs-mobile .hotel-rooms2-tab {
    padding-top: 3px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #c39a73;
    border-radius: 20px;
    margin: 3px;
  }
  .hotel-rooms2-tabs-mobile .hotel-rooms2-tab:hover {
    cursor: pointer;
  }
  .hotel-rooms2-tabs-mobile .hotel-rooms2-tab.active {
    background: #c39a73;
    color: white;
    border-radius: 20px;
    text-decoration: none;
  }
  .hotel-rooms2-content {
    padding: 15px;
  }
  .hotel-rooms2-images {
    min-height: calc(50px + 40vw);
  }
  .hotel-rooms2-text {
    padding: 0px;
  }
  .hotel-rooms2-small-images-container {
    display: none !important;
  }
  .hotel-rooms2-slider-buttons-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    position: absolute;
    bottom: 20px;
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .hotel-rooms2-slider-buttons-mobile .hotel-rooms2-slider-button {
    border: 1px solid white;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    margin: 5px;
  }
  .hotel-rooms2-slider-buttons-mobile .hotel-rooms2-slider-button:hover {
    cursor: pointer;
  }
}
/*@import 'variables';*/
.hotel-rooms3-main {
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
}

.hotel-rooms3-tabs-mobile {
  display: none;
}

.hotel-rooms3-content {
  padding: 0px;
}

.hotel-rooms3-images {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  -webkit-box-flex: 55%;
      -ms-flex: 55%;
          flex: 55%;
  padding: 15px;
}

.hotel-rooms3-text {
  -webkit-box-flex: 45%;
      -ms-flex: 45%;
          flex: 45%;
  min-height: 360px;
}
.hotel-rooms3-text .hotel-rooms3-tabs-desktop {
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  padding-bottom: 20px;
}
.hotel-rooms3-text .hotel-rooms3-tabs-desktop .hotel-rooms3-tab {
  padding-top: 2px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #c39a73;
  border-radius: 20px;
  margin: 3px;
}
.hotel-rooms3-text .hotel-rooms3-tabs-desktop .hotel-rooms3-tab:hover {
  cursor: pointer;
  /*color: variables.$link-dark;*/
}
.hotel-rooms3-text .hotel-rooms3-tabs-desktop .hotel-rooms3-tab.active {
  background: #c39a73;
  color: white;
  border-radius: 20px;
  text-decoration: none;
}
.hotel-rooms3-text .hotel-rooms3-text-content {
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.hotel-rooms3-text .hotel-rooms3-text-content .hotel-rooms3-text-content-inner h3 {
  font-size: 38px !important;
}
.hotel-rooms3-text .hotel-rooms3-text-content .hotel-rooms3-text-content-inner .hotel-rooms3-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hotel-rooms3-text .hotel-rooms3-text-content .hotel-rooms3-text-content-inner .hotel-rooms3-details .hotel-rooms3-person {
  width: 32px;
  margin-top: -3px;
  margin-left: -3px;
  margin-right: -8px;
}
.hotel-rooms3-text .hotel-rooms3-text-content .hotel-rooms3-text-content-inner .hotel-rooms3-details .person-number {
  color: #c39a73;
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}
.hotel-rooms3-text .hotel-rooms3-text-content .hotel-rooms3-text-content-inner .hotel-rooms3-details .hotel-rooms3-plus {
  width: 32px;
  margin-left: -1px;
  margin-right: -5px;
}
.hotel-rooms3-text .hotel-rooms3-text-content .hotel-rooms3-text-content-inner .hotel-rooms3-details .hotel-rooms3-size {
  padding-left: 25px;
}

.hotel-rooms3-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.hotel-rooms3-image img {
  width: 100%;
}

.hotel-rooms3-small-images-container {
  padding: 0px;
}
.hotel-rooms3-small-images-container .hotel-rooms3-small-images-left {
  position: relative;
  height: 0px;
  -webkit-box-flex: 55%;
      -ms-flex: 55%;
          flex: 55%;
}
.hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images {
  /*background: rgba(255,255,0,0.3);*/
  position: absolute;
  right: 0px;
  bottom: -75px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
.hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images .hotel-rooms3-small-images-slide-container {
  /*background: rgba(0,255,0,0.3);*/
  width: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}
.hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images .hotel-rooms3-small-images-slide-container .hotel-rooms3-small-images-slide {
  /*background: rgba(0,0,255,0.3);*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  margin-right: -340px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images .hotel-rooms3-small-images-slide-container .hotel-rooms3-small-images-slide .hotel-rooms3-small-image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
}
.hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images .hotel-rooms3-small-images-slide-container .hotel-rooms3-small-images-slide .hotel-rooms3-small-image:hover {
  cursor: pointer;
}
.hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images .arrow-left {
  height: 150px;
}
.hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images .arrow-left svg {
  height: 150px;
}
.hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images .arrow-left:hover {
  cursor: pointer;
}
.hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images .arrow-right {
  height: 150px;
}
.hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images .arrow-right svg {
  height: 150px;
}
.hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images .arrow-right:hover {
  cursor: pointer;
}
.hotel-rooms3-small-images-container .hotel-rooms3-small-images-right {
  /*background: rgba(0,255,0,0.3);*/
  height: 0px;
  -webkit-box-flex: 45%;
      -ms-flex: 45%;
          flex: 45%;
}

.hotel-rooms3-slider-buttons-mobile {
  display: none;
}

@media (min-width: 2400px) {
  /* xxl */
  .hotel-rooms3-images {
    min-height: 850px;
  }
  .hotel-rooms3-text .hotel-rooms3-text-content {
    padding-right: 270px;
  }
}
@media (min-width: 1600px) and (max-width: 2399px) {
  /* xl */
  .hotel-rooms3-text .hotel-rooms3-text-content {
    padding-right: 230px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
  .hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images {
    bottom: -65px;
    gap: 15px;
  }
  .hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images .hotel-rooms3-small-images-slide-container {
    width: 565px;
  }
  .hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images .hotel-rooms3-small-images-slide-container .hotel-rooms3-small-images-slide {
    gap: 15px;
  }
  .hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images .hotel-rooms3-small-images-slide-container .hotel-rooms3-small-images-slide.slide1 {
    margin-right: -145px;
  }
  .hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images .hotel-rooms3-small-images-slide-container .hotel-rooms3-small-images-slide.slide2 {
    margin-right: -290px;
  }
  .hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images .hotel-rooms3-small-images-slide-container .hotel-rooms3-small-images-slide .hotel-rooms3-small-image {
    width: 130px;
    height: 130px;
  }
  .hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images .arrow-left {
    height: 130px;
  }
  .hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images .arrow-left svg {
    height: 130px;
  }
  .hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images .arrow-right {
    height: 130px;
  }
  .hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images .arrow-right svg {
    height: 130px;
  }
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
  .hotel-rooms3-images {
    min-height: 350px;
    -webkit-box-flex: 55%;
        -ms-flex: 55%;
            flex: 55%;
  }
  .hotel-rooms3-text {
    -webkit-box-flex: 45%;
        -ms-flex: 45%;
            flex: 45%;
  }
  .hotel-rooms3-text .hotel-rooms3-tabs-desktop {
    padding: 20px;
  }
  .hotel-rooms3-text .hotel-rooms3-text-content {
    padding: 20px;
  }
  .hotel-rooms3-text .hotel-rooms3-text-content .hotel-rooms3-text-content-inner h3 {
    font-size: 34px !important;
  }
  .hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images {
    bottom: -50px;
    gap: 10px;
  }
  .hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images .hotel-rooms3-small-images-slide-container {
    width: 430px;
  }
  .hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images .hotel-rooms3-small-images-slide-container .hotel-rooms3-small-images-slide {
    gap: 10px;
  }
  .hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images .hotel-rooms3-small-images-slide-container .hotel-rooms3-small-images-slide.slide1 {
    margin-right: -110px;
  }
  .hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images .hotel-rooms3-small-images-slide-container .hotel-rooms3-small-images-slide.slide2 {
    margin-right: -220px;
  }
  .hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images .hotel-rooms3-small-images-slide-container .hotel-rooms3-small-images-slide .hotel-rooms3-small-image {
    width: 100px;
    height: 100px;
  }
  .hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images .arrow-left {
    height: 100px;
  }
  .hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images .arrow-left svg {
    height: 100px;
  }
  .hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images .arrow-right {
    height: 100px;
  }
  .hotel-rooms3-small-images-container .hotel-rooms3-small-images-left .hotel-rooms3-small-images .arrow-right svg {
    height: 100px;
  }
}
@media (max-width: 781px) {
  /*s*/
  .hotel-rooms3-text .hotel-rooms3-tabs-desktop {
    display: none;
  }
  .hotel-rooms3-text .hotel-rooms3-text-content {
    padding: 0px;
    padding-bottom: 10px;
  }
  .hotel-rooms3-text .hotel-rooms3-text-content .hotel-rooms3-text-content-inner h3 {
    font-size: 30px !important;
  }
  .hotel-rooms3-tabs-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .hotel-rooms3-tabs-mobile .hotel-rooms3-tab {
    padding-top: 3px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #c39a73;
    border-radius: 20px;
    margin: 3px;
  }
  .hotel-rooms3-tabs-mobile .hotel-rooms3-tab:hover {
    cursor: pointer;
  }
  .hotel-rooms3-tabs-mobile .hotel-rooms3-tab.active {
    background: #c39a73;
    color: white;
    border-radius: 20px;
    text-decoration: none;
  }
  .hotel-rooms3-content {
    padding: 15px;
  }
  .hotel-rooms3-images {
    min-height: calc(50px + 40vw);
  }
  .hotel-rooms3-text {
    padding: 0px;
  }
  .hotel-rooms3-small-images-container {
    display: none !important;
  }
  .hotel-rooms3-slider-buttons-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    position: absolute;
    bottom: 20px;
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .hotel-rooms3-slider-buttons-mobile .hotel-rooms3-slider-button {
    border: 1px solid white;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    margin: 5px;
  }
  .hotel-rooms3-slider-buttons-mobile .hotel-rooms3-slider-button:hover {
    cursor: pointer;
  }
}
/*@import 'variables';*/
.hotel-rooms-main {
  margin-bottom: 20px;
}

.hotel-rooms-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hotel-rooms-tab {
  padding: 4px;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 600;
}

.hotel-rooms-tab:hover {
  cursor: pointer;
  color: #b48242;
}

.hotel-rooms-tab.active {
  background: white;
  color: #b48242;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #dab674;
  text-underline-offset: 7px;
}

.hotel-rooms-content {
  background: white;
  padding: 20px;
}

.hotel-rooms-images-container {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  -webkit-box-flex: 65%;
      -ms-flex: 65%;
          flex: 65%;
  padding: 15px;
}

.hotel-rooms-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.hotel-rooms-image img {
  width: 100%;
}

.hotel-rooms-text {
  -webkit-box-flex: 35%;
      -ms-flex: 35%;
          flex: 35%;
  padding: 35px;
  min-height: 360px;
}

.hotel-rooms-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hotel-rooms-person {
  width: 32px;
  margin-left: -3px;
  margin-right: -8px;
}

.person-number {
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}

.hotel-rooms-plus {
  width: 32px;
  margin-left: -1px;
  margin-right: -5px;
}

.hotel-rooms-size {
  padding-left: 25px;
}

.hotel-rooms-slider-buttons {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 20px;
  padding: 5px;
}

.hotel-rooms-slider-button {
  border: 1px solid white;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  margin: 5px;
}

.hotel-rooms-slider-button:hover {
  cursor: pointer;
}

@media (min-width: 1600px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
  .hotel-rooms-images-container {
    min-height: 400px;
  }
}
@media (max-width: 781px) {
  /*s*/
  .hotel-rooms-tabs {
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    padding: 20px;
    padding-bottom: 0px;
  }
  .hotel-rooms-tab {
    padding-top: 0px;
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #c39a73;
    border-radius: 20px;
    margin: 3px;
  }
  .hotel-rooms-tab:hover {
    cursor: pointer;
    color: #b48242;
  }
  .hotel-rooms-tab.active {
    background: #c39a73;
    color: white;
    border-radius: 20px;
    text-decoration: none;
  }
  .hotel-rooms-tab.active:hover {
    color: black;
  }
  .hotel-rooms-images-container {
    min-height: 200px;
  }
  .hotel-rooms-text {
    padding: 0px;
  }
}
/*@import 'variables';*/
.hotelrooms-main {
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
}

.hotelrooms-tabs-mobile {
  display: none;
}

.hotelrooms-content {
  padding: 0px;
}

.hotelrooms-images {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  -webkit-box-flex: 55%;
      -ms-flex: 55%;
          flex: 55%;
  padding: 15px;
}

.hotelrooms-text {
  -webkit-box-flex: 45%;
      -ms-flex: 45%;
          flex: 45%;
  min-height: 360px;
}
.hotelrooms-text .hotelrooms-tabs-desktop {
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  padding-bottom: 20px;
}
.hotelrooms-text .hotelrooms-tabs-desktop .hotelrooms-tab {
  padding-top: 2px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #c39a73;
  border-radius: 20px;
  margin: 3px;
}
.hotelrooms-text .hotelrooms-tabs-desktop .hotelrooms-tab:hover {
  cursor: pointer;
  /*color: variables.$link-dark;*/
}
.hotelrooms-text .hotelrooms-tabs-desktop .hotelrooms-tab.active {
  background: #c39a73;
  color: white;
  border-radius: 20px;
  text-decoration: none;
}
.hotelrooms-text .hotelrooms-text-content {
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.hotelrooms-text .hotelrooms-text-content .hotelrooms-text-content-inner h3 {
  font-size: 38px !important;
}
.hotelrooms-text .hotelrooms-text-content .hotelrooms-text-content-inner .hotelrooms-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hotelrooms-text .hotelrooms-text-content .hotelrooms-text-content-inner .hotelrooms-details .hotelrooms-person {
  width: 32px;
  margin-top: -3px;
  margin-left: -3px;
  margin-right: -8px;
}
.hotelrooms-text .hotelrooms-text-content .hotelrooms-text-content-inner .hotelrooms-details .person-number {
  color: #c39a73;
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}
.hotelrooms-text .hotelrooms-text-content .hotelrooms-text-content-inner .hotelrooms-details .hotelrooms-plus {
  width: 32px;
  margin-left: -1px;
  margin-right: -5px;
}
.hotelrooms-text .hotelrooms-text-content .hotelrooms-text-content-inner .hotelrooms-details .hotelrooms-size {
  padding-left: 25px;
}

.hotelrooms-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.hotelrooms-image img {
  width: 100%;
}

.hotelrooms-small-images-container {
  padding: 0px;
}
.hotelrooms-small-images-container .hotelrooms-small-images-left {
  position: relative;
  height: 0px;
  -webkit-box-flex: 55%;
      -ms-flex: 55%;
          flex: 55%;
}
.hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images {
  /*background: rgba(255,255,0,0.3);*/
  position: absolute;
  right: 0px;
  bottom: -75px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
.hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images .hotelrooms-small-images-slide-container {
  /*background: rgba(0,255,0,0.3);*/
  width: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}
.hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images .hotelrooms-small-images-slide-container .hotelrooms-small-images-slide {
  /*background: rgba(0,0,255,0.3);*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  margin-right: -340px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images .hotelrooms-small-images-slide-container .hotelrooms-small-images-slide .hotelrooms-small-image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
}
.hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images .hotelrooms-small-images-slide-container .hotelrooms-small-images-slide .hotelrooms-small-image:hover {
  cursor: pointer;
}
.hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images .arrow-left {
  height: 150px;
}
.hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images .arrow-left svg {
  height: 150px;
}
.hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images .arrow-left:hover {
  cursor: pointer;
}
.hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images .arrow-right {
  height: 150px;
}
.hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images .arrow-right svg {
  height: 150px;
}
.hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images .arrow-right:hover {
  cursor: pointer;
}
.hotelrooms-small-images-container .hotelrooms-small-images-right {
  /*background: rgba(0,255,0,0.3);*/
  height: 0px;
  -webkit-box-flex: 45%;
      -ms-flex: 45%;
          flex: 45%;
}

.hotelrooms-slider-buttons-mobile {
  display: none;
}

@media (min-width: 2400px) {
  /* xxl */
  .hotelrooms-images {
    min-height: 850px;
  }
  .hotelrooms-text .hotelrooms-text-content {
    padding-right: 270px;
  }
}
@media (min-width: 1600px) and (max-width: 2399px) {
  /* xl */
  .hotelrooms-text .hotelrooms-text-content {
    padding-right: 230px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
  .hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images {
    bottom: -65px;
    gap: 15px;
  }
  .hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images .hotelrooms-small-images-slide-container {
    width: 565px;
  }
  .hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images .hotelrooms-small-images-slide-container .hotelrooms-small-images-slide {
    gap: 15px;
  }
  .hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images .hotelrooms-small-images-slide-container .hotelrooms-small-images-slide.slide1 {
    margin-right: -145px;
  }
  .hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images .hotelrooms-small-images-slide-container .hotelrooms-small-images-slide.slide2 {
    margin-right: -290px;
  }
  .hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images .hotelrooms-small-images-slide-container .hotelrooms-small-images-slide .hotelrooms-small-image {
    width: 130px;
    height: 130px;
  }
  .hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images .arrow-left {
    height: 130px;
  }
  .hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images .arrow-left svg {
    height: 130px;
  }
  .hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images .arrow-right {
    height: 130px;
  }
  .hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images .arrow-right svg {
    height: 130px;
  }
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
  .hotelrooms-images {
    min-height: 350px;
    -webkit-box-flex: 55%;
        -ms-flex: 55%;
            flex: 55%;
  }
  .hotelrooms-text {
    -webkit-box-flex: 45%;
        -ms-flex: 45%;
            flex: 45%;
  }
  .hotelrooms-text .hotelrooms-tabs-desktop {
    padding: 20px;
  }
  .hotelrooms-text .hotelrooms-text-content {
    padding: 20px;
  }
  .hotelrooms-text .hotelrooms-text-content .hotelrooms-text-content-inner h3 {
    font-size: 34px !important;
  }
  .hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images {
    bottom: -50px;
    gap: 10px;
  }
  .hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images .hotelrooms-small-images-slide-container {
    width: 430px;
  }
  .hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images .hotelrooms-small-images-slide-container .hotelrooms-small-images-slide {
    gap: 10px;
  }
  .hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images .hotelrooms-small-images-slide-container .hotelrooms-small-images-slide.slide1 {
    margin-right: -110px;
  }
  .hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images .hotelrooms-small-images-slide-container .hotelrooms-small-images-slide.slide2 {
    margin-right: -220px;
  }
  .hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images .hotelrooms-small-images-slide-container .hotelrooms-small-images-slide .hotelrooms-small-image {
    width: 100px;
    height: 100px;
  }
  .hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images .arrow-left {
    height: 100px;
  }
  .hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images .arrow-left svg {
    height: 100px;
  }
  .hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images .arrow-right {
    height: 100px;
  }
  .hotelrooms-small-images-container .hotelrooms-small-images-left .hotelrooms-small-images .arrow-right svg {
    height: 100px;
  }
}
@media (max-width: 781px) {
  /*s*/
  .hotelrooms-text .hotelrooms-tabs-desktop {
    display: none;
  }
  .hotelrooms-text .hotelrooms-text-content {
    padding: 0px;
    padding-bottom: 10px;
  }
  .hotelrooms-text .hotelrooms-text-content .hotelrooms-text-content-inner h3 {
    font-size: 30px !important;
  }
  .hotelrooms-tabs-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .hotelrooms-tabs-mobile .hotelrooms-tab {
    padding-top: 3px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #c39a73;
    border-radius: 20px;
    margin: 3px;
  }
  .hotelrooms-tabs-mobile .hotelrooms-tab:hover {
    cursor: pointer;
  }
  .hotelrooms-tabs-mobile .hotelrooms-tab.active {
    background: #c39a73;
    color: white;
    border-radius: 20px;
    text-decoration: none;
  }
  .hotelrooms-content {
    padding: 15px;
  }
  .hotelrooms-images {
    min-height: calc(50px + 40vw);
  }
  .hotelrooms-text {
    padding: 0px;
  }
  .hotelrooms-small-images-container {
    display: none !important;
  }
  .hotelrooms-slider-buttons-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    position: absolute;
    bottom: 20px;
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .hotelrooms-slider-buttons-mobile .hotelrooms-slider-button {
    border: 1px solid white;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    margin: 5px;
  }
  .hotelrooms-slider-buttons-mobile .hotelrooms-slider-button:hover {
    cursor: pointer;
  }
}
/*@import 'variables';*/
.infobar-main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 16px;
}
.infobar-main a {
  font-size: 16px;
  text-decoration: none;
  color: #1e1e1e;
}
.infobar-main a:hover {
  color: inherit;
}
.infobar-main .infobar-item {
  text-align: center;
  margin: auto;
}
.infobar-main .infobar-item img {
  width: 50px;
  height: 50px;
  margin: auto;
}
.infobar-main .infobar-item div {
  margin-top: -8px;
  line-height: 1;
  font-size: 16px;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}

@media (min-width: 1600px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
}
@media (max-width: 781px) {
  /*s*/
  .infobar-main {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    padding: 0px;
  }
  .infobar-main a {
    font-size: 15px;
  }
  .infobar-main .infobar-item {
    text-align: center;
    margin: auto;
    max-width: 90px;
  }
  .infobar-main .infobar-item img {
    width: 50px;
    height: 50px;
    margin: auto;
  }
  .infobar-main .infobar-item div {
    margin-top: -8px;
    line-height: 1;
    font-size: 15px;
    word-break: break-word;
    -ms-hyphens: auto;
        hyphens: auto;
  }
}
/*@import 'variables';*/
#infobox-hotelmatts-main {
  background: white;
  border: 1px solid #c39a73;
  border-radius: 7px;
  padding: 20px;
  text-align: center;
  font-size: 17px;
  position: relative;
  margin: 0px;
  z-index: 40;
}

#infobox-hotelmatts-main b {
  color: #c39a73;
}

#infobox-hotelmatts-main a {
  font-size: 17px;
}

#infobox-hotelmatts-button {
  background: white;
  color: #c39a73;
  font-family: "fira-sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -10px;
  width: 85%;
  max-width: 270px;
  z-index: 50;
}

#infobox-hotelmatts-button:hover {
  cursor: pointer;
}

.infobox-hotelmatts-extensible-container {
  position: relative;
  margin: 0px;
  margin-left: -20px;
  width: 100%;
  z-index: 45;
}

.infobox-hotelmatts-extensible {
  /*background: rgba(255,255,255,1.0);
  border: 4px solid variables.$bg-light;
  width: calc(100% + 32px);
  background: variables.$bg-light;*/
  background: white;
  border: 1px solid #c39a73;
  border-radius: 7px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  width: calc(100% + 40px);
  display: none;
  padding: 0px;
  padding-top: 25px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 17px;
  position: absolute;
  top: 20px;
  left: -1px;
  margin: 0px;
  margin-top: -5px;
  z-index: 45;
}

.infobox-hotelmatts-extensible strong {
  color: #c39a73;
  font-family: "fira-sans", sans-serif;
}

.infobox-hotelmatts-extensible p {
  font-family: "fira-sans", sans-serif;
}

.rich-text-area {
  /*line-height: 1.2;*/
}

.rich-text-area p {
  font-size: 17px;
  font-family: "fira-sans", sans-serif;
}

/*@import 'variables';*/
.kassiopeia-rentable-items .item {
  border-radius: 0px !important;
  border: none;
}
.kassiopeia-rentable-items .item .image-column .image {
  border-radius: 0px !important;
}

/*.kassiopeia-rentable-items div .item {
  border-radius: 0px !important;
}

.kassiopeia-rentable-items div .item div div div div .image {
  border-radius: 0px !important;
}*/
@media (min-width: 1600px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
}
@media (max-width: 781px) {
  /*s*/
}
.kokemukset-hotelmatts-main {
  background: white;
  /*.vertical-center {
      margin: auto;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  }*/
}
.kokemukset-hotelmatts-main .kokemukset-hotelmatts-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kokemukset-hotelmatts-main .kokemukset-hotelmatts-image {
  background: #2b1b07;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
  height: 70vh;
}
.kokemukset-hotelmatts-main .kokemukset-hotelmatts-image h3 {
  color: white;
  padding-top: calc(35vh - 30px);
  font-size: 27px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.99);
}
.kokemukset-hotelmatts-main .kokemukset-linkit-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.kokemukset-hotelmatts-main .kokemukset-linkit-flex div {
  padding-bottom: 15px;
}
.kokemukset-hotelmatts-main .kokemukset-hotelmatts-button {
  display: none;
  background: white;
  color: black;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 30px;
  text-decoration: none;
  font-family: "fira-sans", sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  white-space: nowrap;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 2.5;
}

.kokemukset-hotelmatts-mobile {
  background: white;
}
.kokemukset-hotelmatts-mobile .kokemukset-hotelmatts-mobile-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding-top: 30px;
  height: 87px;
}
.kokemukset-hotelmatts-mobile .kokemukset-hotelmatts-mobile-image h3 {
  color: white;
  margin: 0px;
  padding: 0px;
  /*font-size: calc(20px + 1.0vw);*/
  font-size: 28px;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.7);
  text-align: center;
}
.kokemukset-hotelmatts-mobile .kokemukset-hotelmatts-svg {
  scale: 1.5;
}
.kokemukset-hotelmatts-mobile .kokemukset-linkit-mobile-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-top: 10px;
}
.kokemukset-hotelmatts-mobile .kokemukset-hotelmatts-mobile-button-container {
  padding-bottom: 10px;
}
.kokemukset-hotelmatts-mobile .kokemukset-hotelmatts-mobile-button {
  display: none;
  background: white;
  color: black;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 30px;
  text-decoration: none;
  font-family: "fira-sans", sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  text-align: center;
  white-space: nowrap;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 2.5;
}

@media (min-width: 1600px) {
  /* xl */
  .kokemukset-hotelmatts-mobile {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
  .kokemukset-hotelmatts-mobile {
    display: none;
  }
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
  .kokemukset-hotelmatts-main {
    display: none;
  }
}
@media (max-width: 781px) {
  /*s*/
  .kokemukset-hotelmatts-main {
    display: none;
  }
}
/*@import 'variables';*/
/*@import 'mixins';*/
/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: white !important;
}

.page-template {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.hidden {
  display: none;
}

/* Buttons */
/*.wp-block-button .wp-block-button__link,
.btn-default {
  @include btn-primary;
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline
  > .wp-block-button__link:not(.has-background) {
  @include btn-secondary;
  .btn-default {
    background: variables.$text-special;
    color: white;
    border: none;
    padding: 6px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    font-weight: 800;
  }
  .btn-default:hover {
    background: #236683;
    cursor: pointer;
  }
}*/
.wp-element-button {
  background: #034663 !important;
  color: white !important;
  border: none !important;
  border-radius: 30px !important;
  padding-top: 11px !important;
  padding-bottom: 7px !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  /*white-space: nowrap !important;*/
}

.wp-element-button:hover {
  background: #146689 !important;
  color: white !important;
  border: none !important;
  cursor: pointer !important;
}

.btn-primary {
  background: #034663;
  color: white;
  border: none;
  border-radius: 30px;
  padding-top: 11px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 800 !important;
  text-decoration: none;
  white-space: nowrap !important;
}

.btn-primary:hover {
  background: #146689;
  color: white;
  cursor: pointer;
}

.btn-secondary {
  background: #034663;
  color: white;
  border: none;
  padding-top: 7px;
  padding-bottom: 6px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 17px;
  font-weight: 800 !important;
  text-decoration: none;
  white-space: nowrap !important;
}

.btn-secondary:hover {
  background: #1e1e1e;
  cursor: pointer;
}

.link-blank a {
  text-decoration: none;
}

.link-blank a:hover {
  color: inherit;
}

.link-blank {
  text-decoration: none;
}

.link-blank:hover {
  color: inherit;
}

.kassiopeia-offer-price {
  font-family: "fira-sans", sans-serif;
  color: #1e1e1e;
  font-weight: 600;
  font-size: 35px !important;
}

/* Tables */
.wp-block-table table {
  border-collapse: collapse;
}
.wp-block-table td,
.wp-block-table th {
  border: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 3px;
}

.wp-block-table {
  overflow-x: auto;
}

.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}

@media (min-width: 1600px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
  nav li {
    padding-right: 3vw;
  }
  nav a {
    font-size: calc(10px + 0.7vw);
  }
}
@media (max-width: 781px) {
  /*s*/
  .hidden-mobile-sm {
    display: none;
  }
}
/* From Child */
/*@import 'variables';
@import 'mixins';*/
body {
  background: white;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.hidden {
  display: none !important;
}

.flex-start ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.flex-start ul li {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.flex-center ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.flex-center ul li {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

/*.flex {
  background: #eee;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  align-items: baseline !important;
  align-content: stretch !important;
  gap: 1rem;
}
.flexxx div {
  margin: 0px !important;
}*/
.row-cap-small {
  row-gap: 1rem !important;
}

.arrow {
  content: "";
  border: solid #c39a73;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  margin-left: 5px;
  -webkit-transform: translateY(-3px) rotate(45deg);
          transform: translateY(-3px) rotate(45deg);
}

.columns-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.columns-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

hr {
  color: #034663;
}

@media (min-width: 1600px) {
  /* xl */
  .hidden-desktop {
    display: none !important;
  }
  .cover-hero {
    min-height: calc(300px + 25vw) !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
  .hidden-desktop {
    display: none !important;
  }
  .cover-hero {
    min-height: 600px !important;
  }
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
  .hidden-mobile {
    display: none !important;
  }
  .columns-m {
    display: block;
  }
  .cover-hero {
    min-height: 500px !important;
  }
}
@media (max-width: 781px) {
  /*s*/
  .hidden-mobile {
    display: none !important;
  }
  .columns-m {
    display: block;
  }
  .columns-s {
    display: block;
  }
  .cover-hero {
    min-height: 450px !important;
  }
  .custom-mobile-order > .wp-block-column:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .custom-mobile-order > .wp-block-column:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .center-mobile {
    text-align: center;
  }
  .wp-element-button {
    font-size: 17px;
  }
  .btn-primary {
    font-size: 17px;
  }
  .btn-secondary {
    font-size: 17px;
  }
}
/*@media (min-width: 1600px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (min-width: 782px) and (max-width: 1199px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (max-width: 781px) {
  .hidden-mobile {
    display: none !important;
  }
}*/
/*@import 'variables';*/
.mews-booking-engine-hero {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background: #f6f0ea;
  border-radius: 100px;
  min-height: 80px;
  max-width: 1050px; /*Ilman alennuskoodia*/
  /*max-width: 1280px; /*Alennuskoodin kanssa leveämpi*/
  margin: 0px;
  margin-top: -85px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
  z-index: 50;
}
.mews-booking-engine-hero .mews-booking-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: 10px;
  width: 88%;
  min-height: 60px;
  background-color: #fff;
  padding: 10px;
  margin: auto;
  border-radius: 100px;
}
.mews-booking-engine-hero .mews-booking-panel .mews-calendar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: 10px;
}
.mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-label {
  font-size: 15px;
}
.mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-label img {
  width: 30px;
  height: 30px;
  margin-bottom: -8px;
}
.mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-input-field {
  background: #eee;
  position: relative;
  color: #444;
  border: 1px solid #bbb;
  border-radius: 15px;
  padding: 7px;
  padding-top: 8px;
  padding-bottom: 4px;
  margin: auto;
  text-align: center;
  width: 200px;
  font-size: 15px;
}
.mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-input-field .grid {
  pointer-events: none;
  display: grid;
  grid-template-columns: repeat(3, 3px);
  grid-template-rows: repeat(3, 3px);
  gap: 2px;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 13px;
  right: 15px;
}
.mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-input-field .grid .cell {
  width: 3px;
  height: 3px;
  background: #c39a73;
}
.mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-widget-container #mews-calendar-widget {
  display: none;
  background: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  border: 1px solid #c39a73;
  border-radius: 20px;
  position: absolute;
  top: -150px;
  left: -5px;
  width: 500px;
  height: 410px;
  left: calc(50% - 250px);
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
.mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-widget-container #mews-calendar-widget .mews-calendar-widget-close {
  position: absolute;
  top: 0px;
  right: 0px;
}
.mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-widget-container #mews-calendar-widget .mews-calendar-widget-close:hover {
  cursor: pointer;
  color: #034663;
}
.mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-widget-container #mews-calendar-widget .mews-calendar-widget-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  width: 50%;
  margin: auto;
}
.mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-widget-container #mews-calendar-widget .mews-calendar-widget-head .left-arrow, .mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-widget-container #mews-calendar-widget .mews-calendar-widget-head .right-arrow {
  width: 10%;
}
.mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-widget-container #mews-calendar-widget .mews-calendar-widget-head .left-arrow:hover, .mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-widget-container #mews-calendar-widget .mews-calendar-widget-head .right-arrow:hover {
  cursor: pointer;
  color: #034663;
}
.mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-widget-container #mews-calendar-widget .mews-calendar-widget-head .month-name {
  width: 80%;
  font-weight: 800;
  font-size: 18px;
}
.mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-widget-container #mews-calendar-widget .mews-calendar-widget-table .calendar-weekdays {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-top: 15px;
}
.mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-widget-container #mews-calendar-widget .mews-calendar-widget-table .calendar-weekdays div {
  width: 14.2857142857%;
  font-size: 15px;
  font-weight: 600;
}
.mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-widget-container #mews-calendar-widget .mews-calendar-widget-table .calendar-days {
  margin-top: 10px;
}
.mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-widget-container #mews-calendar-widget .mews-calendar-widget-table .calendar-days .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: 1px;
}
.mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-widget-container #mews-calendar-widget .mews-calendar-widget-table .calendar-days .row div {
  background: rgba(255, 255, 255, 0.4);
  width: calc(14.2857142857% - 2px);
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-widget-container #mews-calendar-widget .mews-calendar-widget-table .calendar-days .row div:hover {
  cursor: pointer;
}
.mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-widget-container #mews-calendar-widget .mews-calendar-widget-table .calendar-days .row div:hover {
  background: #f6f0ea;
  color: #333;
}
.mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-widget-container #mews-calendar-widget .mews-calendar-widget-table .calendar-days .row .inactive {
  color: #bbb;
}
.mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-widget-container #mews-calendar-widget .mews-calendar-widget-table .calendar-days .row .disabled {
  color: #aaa;
}
.mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-widget-container #mews-calendar-widget .mews-calendar-widget-table .calendar-days .row .current {
  background: #f4f4f4;
  color: #111;
  border-radius: 30px;
  font-weight: 700;
}
.mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-widget-container #mews-calendar-widget .mews-calendar-widget-table .calendar-days .row .selected {
  background: #b48242;
  border-radius: 0px;
  color: white;
  font-weight: 600;
}
.mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-widget-container #mews-calendar-widget .mews-calendar-widget-table .calendar-days .row .selected:hover {
  background: #cfae8f;
  color: white;
}
.mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-widget-container #mews-calendar-widget .mews-calendar-widget-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-widget-container #mews-calendar-widget .mews-calendar-widget-button button {
  padding-top: 7px !important;
  padding-bottom: 6px !important;
}
.mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-input-field:hover {
  cursor: pointer;
  border: 1px solid #c39a73;
}
.mews-booking-engine-hero .mews-booking-panel button {
  background: #034663 !important;
  color: #fff !important;
  padding-top: 13px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-bottom: 12px !important;
  text-transform: capitalize !important;
  font-size: 18px !important;
  font-weight: bold !important;
  border: none !important;
  border-radius: 50px;
  margin-left: 20px;
}
.mews-booking-engine-hero .mews-booking-panel button:hover {
  background: #146689 !important;
  cursor: pointer;
}

/*#mews-calendar-background {
  position: absolute;
  background: rgba(0,0,0,0.5);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9000;
}*/
@media (min-width: 1600px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
  .mews-booking-engine-hero {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 601px) and (max-width: 1199px) {
  /*m*/
  .mews-booking-engine-hero {
    border-radius: 50px;
    max-width: 800px;
    margin-top: -100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mews-booking-engine-hero .mews-booking-panel {
    display: block;
    min-height: 120px !important;
    padding-top: 15px !important;
    padding-bottom: 20px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-radius: 20px !important;
  }
  .mews-booking-engine-hero .mews-booking-panel .mews-calendar-item {
    display: block;
    margin-bottom: 10px;
  }
  .mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-label {
    margin-bottom: 7px;
  }
  .mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input {
    margin-bottom: 4px;
  }
  .mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-widget-container #mews-calendar-widget {
    left: calc(50% - 225px);
    width: 450px;
  }
}
@media (max-width: 600px) {
  /*s*/
  .mews-booking-engine-hero {
    border-radius: 0px;
    margin-top: -110px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .mews-booking-engine-hero .mews-booking-panel {
    display: block;
    min-height: 120px !important;
    padding-top: 15px !important;
    padding-bottom: 20px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-radius: 20px !important;
  }
  .mews-booking-engine-hero .mews-booking-panel .mews-calendar-item {
    display: block;
    margin-bottom: 10px;
  }
  .mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-label {
    margin-bottom: 7px;
  }
  .mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input {
    margin-bottom: 4px;
  }
  .mews-booking-engine-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-widget-container #mews-calendar-widget {
    left: calc(50% - 200px);
    width: 400px;
  }
  .mews-booking-engine-hero .mews-booking-panel button {
    margin-left: 0px;
  }
}
.mews-calendar-widget-container #mews-calendar-widget {
  background: #eee;
  display: none;
  z-index: 6001;
  border: 1px solid #aaa;
  border-radius: 7px;
  position: absolute;
  top: -500px;
  left: -5px;
  width: 1100px;
  padding: 20px;
  left: calc(50% - 570px);
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
.mews-calendar-widget-container #mews-calendar-widget .mews-calendar-widget-close {
  position: absolute;
  top: 0px;
  right: 0px;
}
.mews-calendar-widget-container #mews-calendar-widget .mews-calendar-widget-close:hover {
  cursor: pointer;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner {
  padding: 40px;
  padding-top: 50px;
  padding-bottom: 25px;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table {
  position: relative;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-arrow {
  background: #c39a73;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-top: -8px;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-arrow svg {
  margin-bottom: -17px;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-arrow:hover {
  cursor: pointer;
  background: #1e1e1e;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-arrow-l {
  top: 0px;
  left: 0px;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-arrow-r {
  top: 0px;
  right: 0px;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-title {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-weekdays {
  font-family: "fira-sans-2", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-top: 14px;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-weekdays div {
  width: 14.2857142857%;
  font-size: 15px;
  font-weight: 300;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-days {
  background: #fff;
  padding-top: 16px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-days .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-days .row .day-square {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 65px;
  height: 65px;
  font-family: "fira-sans-2", sans-serif;
  font-size: 22px;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: -1px;
  margin-left: -1px;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-days .row .day-square:hover {
  cursor: pointer;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-days .row .day-square:hover .day-square-inner .day-square-circle {
  background: #cddae0;
  color: #333;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-days .row .day-square .day-square-inner .day-square-circle {
  border-radius: 50px;
  font-size: 22px;
  width: 55px;
  height: 44px;
  margin: auto;
  padding-top: 11px;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-days .row .inactive {
  color: #bbb;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-days .row .disabled {
  color: #aaa;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-days .row .current {
  color: #111;
  font-family: "fira-sans", sans-serif;
  font-weight: 600;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-days .row .selected-strong1 .day-square-inner {
  background: #cddae0;
  width: 55px;
  height: 55px;
  margin-left: 10px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-days .row .selected-strong1 .day-square-inner .day-square-circle {
  color: white;
  background: #034663;
  margin-left: -5px;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-days .row .selected-strong1:hover .day-square-inner {
  background: #cddae0;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-days .row .selected-strong1:hover .day-square-inner .day-square-circle {
  color: white;
  background: #064f6e;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-days .row .selected-strong2 .day-square-inner {
  background: #cddae0;
  width: 55px;
  height: 55px;
  margin-right: 10px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-days .row .selected-strong2 .day-square-inner .day-square-circle {
  color: white;
  background: #034663;
  margin-right: -5px;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-days .row .selected-strong2:hover .day-square-inner {
  background: #cddae0;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-days .row .selected-strong2:hover .day-square-inner .day-square-circle {
  color: white;
  background: #064f6e;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-days .row .selected {
  border-radius: 0px;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-days .row .selected .day-square-inner {
  background: #cddae0;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-days .row .selected .day-square-inner .day-square-circle {
  color: #1e1e1e;
  background: #cddae0;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-days .row .selected:hover .day-square-inner {
  background: #bdccd3;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table .calendar-days .row .selected:hover .day-square-inner .day-square-circle {
  background: #bdccd3;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table-l {
  width: 50%;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-table-container .mcw-table-r {
  width: 50%;
}
.mews-calendar-widget-container #mews-calendar-widget .mcw-inner .mcw-button {
  padding-top: 25px;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 601px) and (max-width: 1199px) {
  /*m*/
  .mews-calendar-widget-container {
    display: none;
  }
  /*.mews-calendar-widget-container {
    #mews-calendar-widget {
      left: calc(50% - 270px);
      width: 500px;
      top: -300px;
    }
  }*/
}
@media (max-width: 600px) {
  /*s*/
  .mews-calendar-widget-container {
    display: none;
  }
  /*.mews-calendar-widget-container {
    #mews-calendar-widget {
      left: calc(50% - 220px);
      width: 400px;
      top: -300px;
    }
  }*/
}
.mews-calendar-widget-container-mobile {
  display: none;
}
.mews-calendar-widget-container-mobile #mews-calendar-widget-mobile {
  display: none;
  background: #f4f4f4;
  position: fixed;
  z-index: 6001;
  top: 0px;
  left: 0px;
  width: 100vw;
  /*min-width: 405px;*/
  height: 100dvh;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.mews-calendar-widget-container-mobile #mews-calendar-widget-mobile .mcw-top {
  padding-top: 11px;
  padding-bottom: 9px;
  padding-left: 20px;
  text-align: left;
  font-weight: 600;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
}
.mews-calendar-widget-container-mobile #mews-calendar-widget-mobile .mcw-top .mews-calendar-widget-close {
  position: absolute;
  top: 0px;
  right: 10px;
}
.mews-calendar-widget-container-mobile #mews-calendar-widget-mobile .mcw-top .mews-calendar-widget-close:hover {
  cursor: pointer;
  color: #034663;
}
.mews-calendar-widget-container-mobile #mews-calendar-widget-mobile .mcw-content {
  position: relative;
  padding: 10px;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.mews-calendar-widget-container-mobile #mews-calendar-widget-mobile .mcw-content .mcw-content-monthname {
  text-transform: uppercase;
  font-weight: 600;
}
.mews-calendar-widget-container-mobile #mews-calendar-widget-mobile .mcw-content .m-calendar-weekdays {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin: auto;
  margin-top: 14px;
  width: 100%;
  max-width: 385px;
}
.mews-calendar-widget-container-mobile #mews-calendar-widget-mobile .mcw-content .m-calendar-weekdays div {
  width: 14.2857142857%;
  font-size: 14px;
  font-weight: 300;
}
.mews-calendar-widget-container-mobile #mews-calendar-widget-mobile .mcw-content .m-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  max-width: 385px;
  margin: auto;
}
.mews-calendar-widget-container-mobile #mews-calendar-widget-mobile .mcw-content .m-row .m-day-square {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*width: 55px;*/
  width: 14.2857142857%;
  height: 53px;
  padding: 0px;
  padding-top: 6px;
  padding-bottom: 5px;
  margin-top: -1px;
  margin-left: -1px;
}
.mews-calendar-widget-container-mobile #mews-calendar-widget-mobile .mcw-content .m-row .m-day-square:hover {
  cursor: pointer;
}
.mews-calendar-widget-container-mobile #mews-calendar-widget-mobile .mcw-content .m-row .m-day-square .m-day-square-inner {
  width: 100%;
}
.mews-calendar-widget-container-mobile #mews-calendar-widget-mobile .mcw-content .m-row .m-day-square .m-day-square-inner .m-day-square-circle {
  border-radius: 50px;
  font-family: "fira-sans-2", sans-serif;
  font-size: 18px;
  width: 40px;
  height: 35px;
  margin: auto;
  padding-top: 5px;
}
.mews-calendar-widget-container-mobile #mews-calendar-widget-mobile .mcw-content .m-row .inactive {
  color: #bbb;
}
.mews-calendar-widget-container-mobile #mews-calendar-widget-mobile .mcw-content .m-row .disabled {
  color: #aaa;
}
.mews-calendar-widget-container-mobile #mews-calendar-widget-mobile .mcw-content .m-row .current .m-day-square-inner .m-day-square-circle {
  color: #111;
  font-family: "fira-sans", sans-serif;
  font-weight: 600;
}
.mews-calendar-widget-container-mobile #mews-calendar-widget-mobile .mcw-content .m-row .selected-strong1 .m-day-square-inner {
  background: #cddae0;
  width: 40px;
  height: 40px;
  margin-left: 13px;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
}
.mews-calendar-widget-container-mobile #mews-calendar-widget-mobile .mcw-content .m-row .selected-strong1 .m-day-square-inner .m-day-square-circle {
  color: white;
  background: #034663;
  margin-left: -5px;
}
.mews-calendar-widget-container-mobile #mews-calendar-widget-mobile .mcw-content .m-row .selected-strong1:hover .m-day-square-inner .m-day-square-circle {
  color: white;
  background: #064f6e;
}
.mews-calendar-widget-container-mobile #mews-calendar-widget-mobile .mcw-content .m-row .selected-strong2 .m-day-square-inner {
  background: #cddae0;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
}
.mews-calendar-widget-container-mobile #mews-calendar-widget-mobile .mcw-content .m-row .selected-strong2 .m-day-square-inner .m-day-square-circle {
  color: white;
  background: #034663;
  margin-right: -5px;
}
.mews-calendar-widget-container-mobile #mews-calendar-widget-mobile .mcw-content .m-row .selected-strong2:hover .m-day-square-inner .m-day-square-circle {
  color: white;
  background: #064f6e;
}
.mews-calendar-widget-container-mobile #mews-calendar-widget-mobile .mcw-content .m-row .selected {
  border-radius: 0px;
}
.mews-calendar-widget-container-mobile #mews-calendar-widget-mobile .mcw-content .m-row .selected .m-day-square-inner {
  background: #cddae0;
}
.mews-calendar-widget-container-mobile #mews-calendar-widget-mobile .mcw-content .m-row .selected .m-day-square-inner .m-day-square-circle {
  color: #1e1e1e;
  background: #cddae0;
}
.mews-calendar-widget-container-mobile #mews-calendar-widget-mobile .mcw-content .m-row .selected:hover .m-day-square-inner {
  background: #bdccd3;
}
.mews-calendar-widget-container-mobile #mews-calendar-widget-mobile .mcw-content .m-row .selected:hover .m-day-square-inner .m-day-square-circle {
  background: #bdccd3;
}
.mews-calendar-widget-container-mobile #mews-calendar-widget-mobile .mcw-bottom {
  background: #f4f4f4;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100vw;
  padding-top: 13px;
  padding-bottom: 11px;
  -webkit-box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
  .mews-calendar-widget-container-mobile {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 1199px) {
  /*m*/
  .mews-calendar-widget-container-mobile {
    display: block;
  }
}
@media (max-width: 600px) {
  /*s*/
  .mews-calendar-widget-container-mobile {
    display: block;
  }
}
/*@import 'variables';*/
.mews-booking-engine2-bg {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  z-index: 5000;
}

/*@import 'variables';*/
.mews-booking-engine2-hero {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background: #f6f0ea;
  border-radius: 100px;
  min-height: 80px;
  max-width: 900px; /*Ilman alennuskoodia*/
  /*max-width: 1280px; /*Alennuskoodin kanssa leveämpi*/
  margin: 0px;
  margin-top: -85px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 55px;
  padding-bottom: 10px;
  text-align: center;
}
.mews-booking-engine2-hero .mews-booking-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: 10px;
  width: 88%;
  min-height: 60px;
  background-color: #fff;
  padding: 10px;
  margin: auto;
  border-radius: 100px;
}
.mews-booking-engine2-hero .mews-booking-panel .mews-calendar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: 10px;
}
.mews-booking-engine2-hero .mews-booking-panel .mews-calendar-item .mews-calendar-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 600;
}
.mews-booking-engine2-hero .mews-booking-panel .mews-calendar-item .mews-calendar-label img {
  width: 48px;
  height: 48px;
  padding-right: 5px;
}
.mews-booking-engine2-hero .mews-booking-panel .mews-calendar-item .mews-calendar-label div {
  height: 22px;
  padding-top: 10px;
}
.mews-booking-engine2-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-input-field {
  background: #eee;
  position: relative;
  color: #444;
  border: 1px solid #bbb;
  border-radius: 15px;
  padding: 7px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin: auto;
  text-align: center;
  width: 200px;
  font-size: 15px;
}
.mews-booking-engine2-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-input-field .mews-date-label {
  font-size: 16px;
}
.mews-booking-engine2-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-input-field .grid {
  pointer-events: none;
  display: grid;
  grid-template-columns: repeat(3, 3px);
  grid-template-rows: repeat(3, 3px);
  gap: 2px;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 13px;
  right: 15px;
}
.mews-booking-engine2-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-input-field .grid .cell {
  width: 3px;
  height: 3px;
  background: #c39a73;
}
.mews-booking-engine2-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input .mews-calendar-input-field:hover {
  cursor: pointer;
  border: 1px solid #c39a73;
}
.mews-booking-engine2-hero .mews-booking-panel button {
  background: #034663 !important;
  color: #fff !important;
  padding-top: 13px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-bottom: 12px !important;
  text-transform: capitalize !important;
  font-size: 18px !important;
  font-weight: bold !important;
  border: none !important;
  border-radius: 50px;
  margin-left: 20px;
}
.mews-booking-engine2-hero .mews-booking-panel button:hover {
  background: #146689 !important;
  cursor: pointer;
}

/*#mews-calendar-background {
  position: absolute;
  background: rgba(0,0,0,0.5);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9000;
}*/
@media (min-width: 1600px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
  .mews-booking-engine2-hero {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 601px) and (max-width: 1199px) {
  /*m*/
  .mews-booking-engine2-bg {
    display: none;
  }
  .mews-booking-engine2-hero {
    border-radius: 50px;
    max-width: 800px;
    margin-top: -100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mews-booking-engine2-hero .mews-booking-panel {
    display: block;
    min-height: 120px !important;
    padding-top: 15px !important;
    padding-bottom: 20px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-radius: 20px !important;
  }
  .mews-booking-engine2-hero .mews-booking-panel .mews-calendar-item {
    display: block;
    margin-bottom: 10px;
  }
  .mews-booking-engine2-hero .mews-booking-panel .mews-calendar-item .mews-calendar-label {
    margin-bottom: 7px;
  }
  .mews-booking-engine2-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input {
    margin-bottom: 4px;
  }
  .mews-booking-engine2-hero .mews-booking-panel button {
    margin-left: 0px;
  }
}
@media (max-width: 600px) {
  /*s*/
  .mews-booking-engine2-bg {
    display: none;
  }
  .mews-booking-engine2-hero {
    border-radius: 0px;
    margin-top: -110px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .mews-booking-engine2-hero .mews-booking-panel {
    display: block;
    min-height: 120px !important;
    padding-top: 15px !important;
    padding-bottom: 20px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-radius: 20px !important;
  }
  .mews-booking-engine2-hero .mews-booking-panel .mews-calendar-item {
    display: block;
    margin-bottom: 10px;
  }
  .mews-booking-engine2-hero .mews-booking-panel .mews-calendar-item .mews-calendar-label {
    margin-bottom: 7px;
  }
  .mews-booking-engine2-hero .mews-booking-panel .mews-calendar-item .mews-calendar-input {
    margin-bottom: 4px;
  }
  .mews-booking-engine2-hero .mews-booking-panel button {
    margin-left: 0px;
  }
}
/*@import 'variables';*/
.block-openable-box {
  background: white;
  border: 1px solid #c39a73;
  border-radius: 7px;
  padding: 20px;
  position: relative;
  margin: 0px;
  line-height: 1.3;
  z-index: 40;
}
.block-openable-box p {
  font-size: 16px;
  /*margin: 0px !important;
  padding: 0px !important;*/
}
.block-openable-box strong {
  color: #c39a73;
}
.block-openable-box strong a {
  font-weight: 600 !important;
}
.block-openable-box .button {
  background: white;
  color: #c39a73;
  font-family: "fira-sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -10px;
  width: 85%;
  max-width: 270px;
  z-index: 50;
}
.block-openable-box .button:hover {
  cursor: pointer;
}
.block-openable-box .extensible-container {
  position: relative;
  margin: 0px;
  margin-left: -20px;
  width: 100%;
  z-index: 45;
}
.block-openable-box .extensible {
  background: white;
  border: 1px solid #c39a73;
  border-radius: 7px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  width: calc(100% + 42px);
  display: none;
  padding: 0px;
  padding-top: 25px;
  padding-bottom: 15px;
  position: absolute;
  top: 17px;
  left: -1px;
  z-index: 45;
}

/*@import 'variables';*/
.openable-image:hover {
  cursor: pointer;
}

.openable-image-containerx {
  position: absolute;
  left: 20px;
  top: 20px;
}

.fullscreen-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  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;
  z-index: 1000;
}

.fullscreen-container img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1000;
}

.close-btn {
  position: absolute;
  top: 40px;
  right: 30px;
  background-color: #c39a73;
  color: white;
  padding-top: 3px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 3px;
  font-size: 26px;
  font-weight: 700;
  cursor: pointer;
  z-index: 1001;
}

/*@import 'variables';*/
.profitroom-box {
  position: relative;
  text-align: center;
  padding: 30px;
  background: #ddd;
  margin-top: -80px;
}

/*@import 'variables';*/
.profitroom-herox {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background: #f6f0ea;
  border-radius: 100px;
  min-height: 80px;
  /*max-width: 1050px;*/ /*Ilman alennuskoodia*/
  max-width: 1280px; /*Alennuskoodin kanssa leveämpi*/
  margin: 0px;
  margin-top: -85px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
  z-index: 50;
}
.profitroom-herox .be-panel {
  width: 88%;
  min-height: 60px;
  background-color: #fff;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: auto;
  border-radius: 100px;
}
.profitroom-herox .be-panel .wis2-panel {
  background: rgba(255, 255, 255, 0) !important;
  background-color: rgba(255, 255, 255, 0) !important;
}
.profitroom-herox .be-panel .wis2-panel.fixed {
  position: relative !important;
}
.profitroom-herox .be-panel .wis2-panel.fixed .wis2-el.wis2-button-hld {
  height: auto;
}
.profitroom-herox .be-panel .wis2-panel.fixed .wis2-el.wis2-button-hld .wis2-button.wis2-button--primary {
  background: #034663 !important;
  color: #fff !important;
  padding: 15px 25px !important;
  text-transform: capitalize !important;
  font-size: 18px !important;
  font-weight: bold !important;
  border: none !important;
  margin-top: -10px !important;
  border-radius: 50px;
}
.profitroom-herox .be-panel .wis2-panel.fixed .wis2-el.wis2-button-hld .wis2-button.wis2-button--primary:hover {
  background: #146689 !important;
}
.profitroom-herox .be-panel .wis2-panel.fixed .wis2-title {
  display: none !important;
}
.profitroom-herox .be-panel .wis2-panel.fixed .wis2-label {
  background-image: url("https://www.kassiopeia.fi/hotel-matts/wp-content/uploads/sites/2/2024/09/calendar_matts.svg");
  background-size: 25px 25px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding-left: 30px !important;
  font-size: 15px !important;
}
.profitroom-herox .be-panel .wis2-panel.fixed .wis2-input {
  font-size: 15px !important;
  width: 160px !important;
  margin-right: 60px;
}
.profitroom-herox .be-panel .wis2-promocode__input {
  margin-left: -20px !important;
}
.profitroom-herox .be-panel .wis2-promocode.active::after {
  display: none !important;
}

.mixpicker__btn {
  font-family: "mixpicker-icons" !important;
}

.mixpicker__close {
  font-family: "mixpicker-icons" !important;
}

@media (min-width: 1600px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
  .profitroom-hero {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .be-panel {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 601px) and (max-width: 1199px) {
  /*m*/
  .profitroom-hero {
    border-radius: 50px;
    max-width: 800px;
    margin-top: -100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .be-panel {
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 30px !important;
  }
  .wis2-button-hld {
    width: 100% !important;
  }
  .wis2-button-hld a {
    max-width: 300px !important;
    margin: auto !important;
  }
}
@media (max-width: 600px) {
  /*s*/
  .profitroom-hero {
    border-radius: 0px;
    margin-top: -110px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .profitroom-hero .be-panel {
    min-height: 120px !important;
    padding-top: 15px !important;
    padding-bottom: 1vw !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-radius: 20px !important;
  }
  .profitroom-hero .be-panel .wis2-panel.fixed .wis2-el.wis2-button-hld .wis2-button.wis2-button--primary {
    margin-top: 0px !important;
    margin-bottom: -15px !important;
  }
  .wis2-label {
    min-width: 150px;
  }
  .wis2-input {
    margin-right: 0px;
  }
  .wis2-button-hld {
    width: 100% !important;
  }
  .wis2-button-hld a {
    max-width: 300px !important;
    margin: auto !important;
  }
}
/*@import 'variables';*/
.profitroom-hero {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background: #f6f0ea;
  border-radius: 100px;
  min-height: 80px;
  /*max-width: 1050px;*/ /*Ilman alennuskoodia*/
  max-width: 1280px; /*Alennuskoodin kanssa leveämpi*/
  margin: 0px;
  margin-top: -85px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
  z-index: 50;
}
.profitroom-hero .be-panel {
  width: 88%;
  min-height: 60px;
  background-color: #fff;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: auto;
  border-radius: 100px;
}
.profitroom-hero .be-panel .wis2-panel {
  background: rgba(255, 255, 255, 0) !important;
  background-color: rgba(255, 255, 255, 0) !important;
}
.profitroom-hero .be-panel .wis2-panel.fixed {
  position: relative !important;
}
.profitroom-hero .be-panel .wis2-panel.fixed .wis2-el.wis2-button-hld {
  height: auto;
}
.profitroom-hero .be-panel .wis2-panel.fixed .wis2-el.wis2-button-hld .wis2-button.wis2-button--primary {
  background: #034663 !important;
  color: #fff !important;
  padding-top: 15px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-bottom: 10px !important;
  text-transform: capitalize !important;
  font-size: 18px !important;
  font-weight: bold !important;
  border: none !important;
  margin-top: -10px !important;
  border-radius: 50px;
}
.profitroom-hero .be-panel .wis2-panel.fixed .wis2-el.wis2-button-hld .wis2-button.wis2-button--primary:hover {
  background: #146689 !important;
}
.profitroom-hero .be-panel .wis2-panel.fixed .wis2-title {
  display: none !important;
}
.profitroom-hero .be-panel .wis2-panel.fixed .wis2-input-group .wis2-label {
  background-image: url("https://www.kassiopeia.fi/hotel-matts/wp-content/uploads/sites/2/2024/09/calendar_matts.svg");
  background-size: 25px 25px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding-left: 30px !important;
  font-size: 15px !important;
}
.profitroom-hero .be-panel .wis2-panel.fixed .wis2-input-group .wis2-input {
  font-size: 15px !important;
  width: 160px !important;
  margin-right: 20px;
}
.profitroom-hero .be-panel .wis2-panel.fixed .wis2-promocode-hld .wis2-promocode__text a {
  font-size: 14px !important;
}
.profitroom-hero .be-panel .wis2-panel.fixed .wis2-promocode-hld .wis2-promocode__input {
  left: 20px !important;
}
.profitroom-hero .be-panel .wis2-promocode__input {
  margin-left: -20px !important;
}
.profitroom-hero .be-panel .wis2-promocode.active::after {
  display: none !important;
}

.mixpicker__btn {
  font-family: "mixpicker-icons" !important;
}

.mixpicker__close {
  font-family: "mixpicker-icons" !important;
}

@media (min-width: 1600px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
  .profitroom-hero {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .be-panel {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 601px) and (max-width: 1199px) {
  /*m*/
  .profitroom-hero {
    border-radius: 50px;
    max-width: 800px;
    margin-top: -100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .be-panel {
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 30px !important;
  }
  .be-panel .wis2-panel.fixed {
    padding: 5px !important;
    padding-bottom: 0px !important;
  }
  .be-panel .wis2-panel.fixed .wis2-el.wis2-button-hld .wis2-button.wis2-button--primary {
    margin-top: 0px !important;
    margin-bottom: -15px !important;
  }
  .be-panel .wis2-panel.fixed .wis2-input-group {
    padding: 0px !important;
    padding-right: 10px !important;
    height: 40px !important;
  }
  .be-panel .wis2-panel.fixed .wis2-input-group .wis2-label {
    width: 120px;
    font-size: 15px !important;
    background-size: 20px 20px;
    background-position: 0px 5px;
    background-repeat: no-repeat;
    padding-left: 25px !important;
  }
  .be-panel .wis2-panel.fixed .wis2-input-group .wis2-input {
    font-size: 14px !important;
    width: 140px !important;
    margin-right: 0px;
    margin-bottom: 7px !important;
  }
  .be-panel .wis2-panel.fixed .wis2-promocode-hld {
    width: 100% !important;
    height: 45px !important;
    padding: 0px !important;
    padding-bottom: 0px !important;
  }
  .be-panel .wis2-panel.fixed .wis2-promocode-hld .wis2-promocode__text {
    text-align: center !important;
  }
  .be-panel .wis2-panel.fixed .wis2-promocode-hld .wis2-promocode__text .wis2-link {
    text-align: center !important;
  }
  .be-panel .wis2-panel.fixed .wis2-promocode-hld .wis2-promocode__input {
    left: 20px !important;
  }
  .wis2-button-hld {
    width: 100% !important;
  }
  .wis2-button-hld a {
    max-width: 300px !important;
    margin: auto !important;
  }
}
@media (max-width: 600px) {
  /*s*/
  .profitroom-hero {
    border-radius: 0px;
    margin-top: -110px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .profitroom-hero .be-panel {
    min-height: 120px !important;
    padding-top: 15px !important;
    padding-bottom: 1vw !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-radius: 20px !important;
  }
  .profitroom-hero .be-panel .wis2-panel.fixed {
    padding: 5px !important;
    padding-bottom: 15px !important;
  }
  .profitroom-hero .be-panel .wis2-panel.fixed .wis2-el.wis2-button-hld .wis2-button.wis2-button--primary {
    margin-top: 0px !important;
    margin-bottom: -15px !important;
  }
  .profitroom-hero .be-panel .wis2-panel.fixed .wis2-input-group {
    padding: 0px !important;
  }
  .profitroom-hero .be-panel .wis2-panel.fixed .wis2-input-group .wis2-label {
    width: 130px;
    font-size: 15px !important;
    background-size: 20px 20px;
    background-position: 0px 5px;
    background-repeat: no-repeat;
    padding-left: 25px !important;
  }
  .profitroom-hero .be-panel .wis2-panel.fixed .wis2-input-group .wis2-input {
    font-size: 14px !important;
    width: 140px !important;
    margin-right: 0px;
    margin-bottom: 7px !important;
  }
  .profitroom-hero .be-panel .wis2-panel.fixed .wis2-promocode-hld {
    padding: 0px !important;
  }
  .profitroom-hero .be-panel .wis2-panel.fixed .wis2-promocode-hld .wis2-promocode__input {
    left: 20px !important;
  }
  .wis2-button-hld {
    width: 100% !important;
  }
  .wis2-button-hld a {
    max-width: 300px !important;
    margin: auto !important;
  }
}
/*@import 'variables';*/
.wp-block-create-block-quotation {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 50px;
  padding-right: 50px;
}
.wp-block-create-block-quotation .quotation-arrow-left {
  position: absolute;
  top: 100px;
  left: 10px;
  cursor: pointer;
}
.wp-block-create-block-quotation .quotation-arrow-left line {
  stroke: #034663;
}
.wp-block-create-block-quotation .quotation-arrow-right {
  position: absolute;
  top: 100px;
  right: 10px;
  cursor: pointer;
}
.wp-block-create-block-quotation .quotation-arrow-right line {
  stroke: #034663;
}
.wp-block-create-block-quotation .quotation-arrow-left-mobile {
  display: none;
}
.wp-block-create-block-quotation .quotation-arrow-left-mobile line {
  stroke: #034663;
}
.wp-block-create-block-quotation .quotation-arrow-right-mobile {
  display: none;
}
.wp-block-create-block-quotation .quotation-arrow-right-mobile line {
  stroke: #034663;
}
.wp-block-create-block-quotation .quotation-container-div {
  position: relative;
}
.wp-block-create-block-quotation .quotation-container-div .quotation-container {
  max-width: 1240px;
  overflow-y: hidden;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  margin: auto;
  margin-bottom: 20px;
}
.wp-block-create-block-quotation .quotation-container-div .quotation-scrollable {
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
}
.wp-block-create-block-quotation .quotation-container-div .quotation-item {
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #c39a73;
  border-radius: 5px;
  padding: 20px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 35px;
  width: calc(100% - 60px);
}
.wp-block-create-block-quotation .quotation-container-div .quotation-item .quotation-icon {
  padding-right: 25px;
  margin-top: -20px;
  width: 80px;
}
.wp-block-create-block-quotation .quotation-container-div .quotation-item .quotation-icon img {
  width: 80px;
}
.wp-block-create-block-quotation .quotation-container-div .quotation-item .quotation-icon svg {
  width: 80px;
  fill: #c39a73;
}
.wp-block-create-block-quotation .quotation-container-div .quotation-item .quotation-content .quotation-name {
  padding-top: 10px;
}
.wp-block-create-block-quotation .quotation-container-div .quotation-item .quotation-bubble-arrow {
  position: absolute;
  bottom: -50px;
  right: 100px;
}
.wp-block-create-block-quotation .quotation-container-div .quotation-item .quotation-bubble-arrow line {
  stroke: #c39a73;
}
.wp-block-create-block-quotation .quotation-container-div .quotation-container::-webkit-scrollbar {
  display: none;
}
.wp-block-create-block-quotation .quotation-container-div .quotation-prevent-mouse-scroll {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% - 30px);
}
.wp-block-create-block-quotation .quotation-container-div .quotation-bullets {
  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;
  margin-top: 20px;
  /*.quotation-bullet {
  	width: 15px;
  	height: 15px;
  	border: 1px solid black;
  	border-radius: 10px;
  	margin: 3px;
  	&.active {
  		background: black;
  	}
  }
  .quotation-bullet:hover {
  	background: #ddd;
  	cursor: pointer;
  }*/
}
.wp-block-create-block-quotation .quotation-container-div .quotation-bullets svg {
  height: 24px;
  width: 24px;
}
.wp-block-create-block-quotation .quotation-container-div .quotation-bullets svg .quotation-circle {
  fill: white;
  stroke: #034663;
}
.wp-block-create-block-quotation .quotation-container-div .quotation-bullets svg .quotation-circle.active {
  fill: #034663;
}
.wp-block-create-block-quotation .quotation-container-div .quotation-bullets svg .quotation-circle:hover {
  fill: #034663;
  cursor: pointer;
}

@media (min-width: 1600px) {
  /*xl*/
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
}
@media (max-width: 781px) {
  /*s*/
  .wp-block-create-block-quotation {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wp-block-create-block-quotation .quotation-arrow-left {
    display: none;
  }
  .wp-block-create-block-quotation .quotation-arrow-right {
    display: none;
  }
  .wp-block-create-block-quotation .quotation-arrow-left-mobile {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 21vw;
    cursor: pointer;
  }
  .wp-block-create-block-quotation .quotation-arrow-right-mobile {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 21vw;
    cursor: pointer;
  }
  .wp-block-create-block-quotation .quotation-container-div .quotation-item {
    display: block;
    padding: 17px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(100% - 54px);
  }
  .wp-block-create-block-quotation .quotation-container-div .quotation-item .quotation-icon {
    margin-top: 0px;
  }
  .wp-block-create-block-quotation .quotation-container-div .quotation-item .quotation-icon img {
    width: 60px;
  }
  .wp-block-create-block-quotation .quotation-container-div .quotation-bullets {
    margin-top: 0px;
  }
}
/*@import 'variables';*/
.rooms-hotelmatts-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rooms-hotelmatts-tabs div {
  padding: 4px;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 600;
}

.rooms-hotelmatts-tabs div:hover {
  cursor: pointer;
  color: #b48242;
}

.rooms-hotelmatts-tab.active {
  background: white;
  color: #b48242;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #dab674;
  text-underline-offset: 7px;
}

.rooms-hotelmatts-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  padding: 15px;
}

.rooms-hotelmatts-content div {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  padding: 15px;
}

.rooms-hotelmatts-image img {
  width: 100%;
}

/*@import 'variables';*/
/*@mixin btn-primary {
  background: #034663;
  color: white;
  font-weight: 700;
  padding: 5px 25px;
  font-size: 17px;

  &:hover {
    background: #002643;
  }
}

@mixin btn-secondary {
  @include btn-primary;
  &:hover {
    background: #002643;
  }
}*/
/*@import 'variables';*/
body {
  font-size: 18px;
}

p {
  font-size: 18px; /* default */
}
p.has-small-font-size {
  font-size: 16px !important;
}
p.has-medium-font-size {
  font-size: 18px !important;
}
p.has-large-font-size {
  font-size: 20px !important;
}
p.has-x-large-font-size {
  font-size: 24px !important;
}
p.has-small-font-size a {
  font-size: 16px !important;
}
p.has-medium-font-size a {
  font-size: 18px !important;
}
p.has-large-font-size a {
  font-size: 20px !important;
}
p.has-x-large-font-size a {
  font-size: 24px !important;
}

h1 {
  font-size: 60px; /* default */
}
h1.has-small-font-size {
  font-size: 30px !important;
}
h1.has-medium-font-size {
  font-size: 40px !important;
}
h1.has-large-font-size {
  font-size: 60px !important;
}
h1.has-x-large-font-size {
  font-size: 80px !important;
}

h2 {
  font-size: 40px; /* default */
}
h2.has-small-font-size {
  font-size: 25px !important;
}
h2.has-medium-font-size {
  font-size: 35px !important;
}
h2.has-large-font-size {
  font-size: 40px !important;
}
h2.has-x-large-font-size {
  font-size: 50px !important;
}

h3 {
  font-size: 25px; /* default */
}
h3.has-small-font-size {
  font-size: 20px !important;
}
h3.has-medium-font-size {
  font-size: 25px !important;
}
h3.has-large-font-size {
  font-size: 30px !important;
}
h3.has-x-large-font-size {
  font-size: 35px !important;
}

h4 {
  font-size: 22px; /* default */
}
h4.has-small-font-size {
  font-size: 20px !important;
}
h4.has-medium-font-size {
  font-size: 22px !important;
}
h4.has-large-font-size {
  font-size: 25px !important;
}
h4.has-x-large-font-size {
  font-size: 29px !important;
}

h5 {
  font-size: 20px; /* default */
}
h5.has-small-font-size {
  font-size: 18px !important;
}
h5.has-medium-font-size {
  font-size: 20px !important;
}
h5.has-large-font-size {
  font-size: 23px !important;
}
h5.has-x-large-font-size {
  font-size: 26px !important;
}

h6 {
  font-size: 18px; /* default */
}
h6.has-small-font-size {
  font-size: 16px !important;
}
h6.has-medium-font-size {
  font-size: 18px !important;
}
h6.has-large-font-size {
  font-size: 20px !important;
}
h6.has-x-large-font-size {
  font-size: 24px !important;
}

@media (min-width: 1600px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
  h1 {
    font-size: 50px; /* default */
  }
  h1.has-small-font-size {
    font-size: 30px !important;
  }
  h1.has-medium-font-size {
    font-size: 40px !important;
  }
  h1.has-large-font-size {
    font-size: 50px !important;
  }
  h1.has-x-large-font-size {
    font-size: 60px !important;
  }
  h2 {
    font-size: 40px; /* default */
  }
  h2.has-small-font-size {
    font-size: 25px !important;
  }
  h2.has-medium-font-size {
    font-size: 35px !important;
  }
  h2.has-large-font-size {
    font-size: 40px !important;
  }
  h2.has-x-large-font-size {
    font-size: 50px !important;
  }
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
  h1 {
    font-size: 45px; /* default */
  }
  h1.has-small-font-size {
    font-size: 25px !important;
  }
  h1.has-medium-font-size {
    font-size: 35px !important;
  }
  h1.has-large-font-size {
    font-size: 45px !important;
  }
  h1.has-x-large-font-size {
    font-size: 55px !important;
  }
  h2 {
    font-size: 40px; /* default */
  }
  h2.has-small-font-size {
    font-size: 25px !important;
  }
  h2.has-medium-font-size {
    font-size: 35px !important;
  }
  h2.has-large-font-size {
    font-size: 40px !important;
  }
  h2.has-x-large-font-size {
    font-size: 50px !important;
  }
  h3 {
    font-size: 23px; /* default */
  }
  h3.has-small-font-size {
    font-size: 21px !important;
  }
  h3.has-medium-font-size {
    font-size: 23px !important;
  }
  h3.has-large-font-size {
    font-size: 26px !important;
  }
  h3.has-x-large-font-size {
    font-size: 30px !important;
  }
}
@media (max-width: 781px) {
  /*s*/
  h1 {
    text-align: center;
    font-size: 45px; /* default */
  }
  h1.has-small-font-size {
    font-size: 35px !important;
  }
  h1.has-medium-font-size {
    font-size: 40px !important;
  }
  h1.has-large-font-size {
    font-size: 45px !important;
  }
  h1.has-x-large-font-size {
    font-size: 60px !important;
  }
  h2 {
    text-align: center;
    font-size: 40px; /* default */
  }
  h2.has-small-font-size {
    font-size: 25px !important;
  }
  h2.has-medium-font-size {
    font-size: 35px !important;
  }
  h2.has-large-font-size {
    font-size: 40px !important;
  }
  h2.has-x-large-font-size {
    font-size: 50px !important;
  }
  h3 {
    font-size: 22px; /* default */
  }
  h3.has-small-font-size {
    font-size: 20px !important;
  }
  h3.has-medium-font-size {
    font-size: 22px !important;
  }
  h3.has-large-font-size {
    font-size: 24px !important;
  }
  h3.has-x-large-font-size {
    font-size: 30px !important;
  }
  h4 {
    font-size: 19px; /* default */
  }
  h4.has-small-font-size {
    font-size: 17px !important;
  }
  h4.has-medium-font-size {
    font-size: 19px !important;
  }
  h4.has-large-font-size {
    font-size: 23px !important;
  }
  h4.has-x-large-font-size {
    font-size: 26px !important;
  }
}
/*@import 'variables';*/
/*@font-face {
  font-family: 'firasans-regular';
  src:  url(../../assets/fonts/fira_sans_google_fonts/firasans-regular-webfont.woff2) format('woff2'), 
        url(../../assets/fonts/fira_sans_google_fonts/firasans-regular-webfont.woff) format('woff'),
        url(../../assets/fonts/fira_sans_google_fonts/firasans-regular.ttf) format('truetype'); 
}
@font-face {
  font-family: 'firasans-light';
  src:  url(../../assets/fonts/fira_sans_google_fonts/firasans-light-webfont.woff2) format('woff2'), 
        url(../../assets/fonts/fira_sans_google_fonts/firasans-light-webfont.woff) format('woff'),
        url(../../assets/fonts/fira_sans_google_fonts/firasans-light.ttf) format('truetype'); 
}*/
body {
  font-family: "fira-sans", sans-serif !important;
  color: #1e1e1e;
  font-weight: 300;
  margin-top: 3px !important;
  padding-top: 3px !important;
}

p {
  font-family: "fira-sans", sans-serif !important;
  color: #1e1e1e;
  font-weight: 300;
  margin-top: 3px !important;
  padding-top: 3px !important;
}

a {
  font-family: "fira-sans", sans-serif !important;
  color: #1e1e1e;
  font-weight: 300 !important;
  text-decoration: underline;
  text-decoration-color: #dab674;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

a:hover {
  color: #c39a73;
}

h1 {
  font-family: "chennai", sans-serif;
  font-style: italic;
  color: #c39a73;
  font-weight: 300;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}

h2 {
  font-family: "chennai", sans-serif;
  font-style: italic;
  color: #034663;
  font-weight: 400;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}

h3 {
  font-family: "fira-sans", sans-serif;
  color: #c39a73;
  font-weight: 600;
  margin-top: 15px !important;
  margin-bottom: 5px !important;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}

h4 {
  font-family: "fira-sans", sans-serif;
  color: #c39a73;
  font-weight: 600;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}

.word-break {
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}

/*@import url('https://use.typekit.net/xop4vpl.css');*/ /*Chennai Light Oblique font */
/* Context colors */
/* Fonts */
/*$font-heading: 'firasans-regular', serif;
$font-paragraph: 'firasans-light', serif;
$font-heading-hotelmatts: 'chennai', sans-serif;*/
/*$font-heading: 'fira-sans', serif;
$font-paragraph: 'fira-sans', serif;
$font-heading-hotelmatts: 'chennai', sans-serif;*/
/* Footers vars */
/* Other elements */
/*# sourceMappingURL=main.min.css.map */
