@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arapey:ital@0;1&display=swap');

:root {

  /* Set by Compass from Design Wizard: */
  --branding-default: #4c7c80;
  --branding-hovered: #395d60;
  --branding-pressed: #395d60;

  /* Aliases (derive from above): */
  --brand-color: var(--branding-default);
  --brand-color-rgb: 27, 56, 78;
  --brand-hovered: var(--branding-hovered);
  --brand-pressed: var(--branding-pressed);

  --brand-color-2: #4c7c80;
  --brand-color-2-hovered: transparent;

  /* Customisable text/bg variants: */
  --text-over-branding: #FFF;
  --brand-color-text: var(--brand-color);
  --brand-color-background: #3a4c58;
  --brand-color-border: var(--brand-color);

  /* Make all spacing 25% larger: */
  --spacing-1x: 10px;

  /* Use Montserrat for headings: */
  --font-stack-sans-serif: 'Poppins', sans-serif;
  --footer-font: 'Poppins', sans-serif;
  --font-family-1: 'Arapey', serif;
  --font-family-2: 'Poppins', sans-serif;

  /* Increase paragraph size: */
  --text-size-paragraph: 16px;
  --line-height-paragraph: 24px;

  --border-radius-1x: 0;

  /* Make primary images wider (cinematic): */
  --img-ratio-primary: 21 / 9;
  --img-ratio-room-primary: 21 / 9;
  --img-ratio-rate-primary: 21 / 9;

  /* Make secondary images square: */
  --img-ratio-secondary: 1 / 1;
  --img-ratio-room-secondary: 1 / 1;
  --img-ratio-rate-secondary: 1 / 1;

  /* Different ratios for mobile: */
  --img-ratio-primary-mobile: 16 / 9;
  --img-ratio-room-primary-mobile: 4 / 3;

  /* Warmer background tones: */
  --background-surface: #FAF8F5;
  --base-depth: #F5F0EB;
  --text-default: #2e3535;
  --border-default: #E0D5C8;
  --mda-box-background: var(--brand-color);

  /* Transition */
  --custom-transition: all 0.5s ease;
}


@media screen and (max-width: 991px) {

  :root {
    --font-size-body: 14px;
    --font-size-20: 20px;
    --font-size-22: 22px;

    --container-max-width: 1200px;

  }

}

@media screen {

  /* ----- Content ----- */
  .button--primary {
    background-color: transparent;
  }

  /* ----- Header ----- */
  .brand {
    background-color: var(--brand-color-background);
  }

  .header-style-4 {
    padding: 12px;
    min-height: 100px;
  }

  .header-style-4 .header-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .header-style-4 .logo {
    top: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-style-4 .logo img {
    width: 120px;
    transition: var(--custom-transition);
  }

  .header-style-4 .logo img:hover {
    opacity: .7;
  }

  .header-style-4 .logo a {
    display: flex;
    width: 157px;
    height: auto;
    margin: 0;
  }

  .header-style-4 .logo svg {
    transition: var(--custom-transition);
  }

  .header-style-4 .logo svg:hover {
    opacity: .7;
  }

  .header-style-4 .backtosite {
    width: fit-content;
  }

  .header-style-4 .backtosite a {
    display: flex;
    font-family: var(--font-stack-sans-serif);
    font-size: clamp(1rem, .15vw + .94rem, 1.13rem);
    font-weight: 600;
    padding: 20px 46px;
    letter-spacing: 1.2px;
    line-height: 26px;
    text-transform: uppercase;
    justify-content: center;
    color: white;
    background-color: var(--brand-color-2);
    transition: var(--custom-transition);
  }

  .header-style-4 .backtosite a:hover {
    background-color: var(--branding-hovered);
    border-color: var(--branding-hovered);
    color: white;
  }

  /* ----- Footer ----- */
  .footer-big {
    position: relative;
    width: 100%;
    margin: 65px 0 0;
    padding: 157px 0 40px;
    background: var(--brand-color-background);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .footer-big .footer-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .footer-big .contact {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .footer-big .contact p {
    padding: 0;
    margin: 0;
  }

  .footer-big .subscribe-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-big .contact-logo {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 158px;
    height: 76.54px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .footer-big .contact-logo a {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    width: 100%;
  }

  .footer-big .contact-logo a img {
    max-width: 383px;
    width: 100%;
    height: auto;
    margin: 0!important;
    padding: 0!important;
    transition: var(--custom-transition);
  }

  .footer-big .contact-logo a img:hover {
    opacity: .7;
  }

  .footer-big .contact-logo a svg {
    height: 100%;
    object-fit: contain;
    width: 100%;
    transition: var(--custom-transition);
  }

  .footer-big .contact-logo a svg:hover {
    opacity: .7;
  }

  /*------*/

  .footer-big .footer-menu {
    display: none;
  }

  .footer-big .footer-menu-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 0;
  }

  .footer-big .footer-menu-links .menu-item {
    padding: 0;
    margin-left: 13px;
  }

  .footer-big .footer-menu-links .menu-item a {
    padding: 16px 20px;
    font-family: var(--font-family-2);
    font-weight: 400;
    letter-spacing: .27px;
    opacity: 1;
    font-size: clamp(.88rem, .15vw + .82rem, 1rem);
    line-height: clamp(1.4rem, .62vw + 1.17rem, 1.91rem);
  }

  .footer-big .footer-menu-links .menu-item a::after {
    background: white;
    height: 2px;
  }

  .footer-big .footer-menu,
  .footer-big .subscribe-container,
  .footer-big .partners-title {
    max-width: 100%;
    width: 100%;
  }

  /*------*/
  .footer-big a {
    font-family: var(--font-stack-sans-serif);
  }

  .footer-big .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: flex-start;
    max-width: 100%;
    padding: 0;
  }

  .footer-big .address-details {
    margin-bottom: 16px;
  }

  .footer-big .contact-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
    text-align: center;
  }

  .footer-big .contact-wrapper h1 {
    display: block;
    font-family: var(--font-family-1);
    font-weight: 400;
    margin: 0 0 32px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  .footer-big .contact-wrapper .address {
    font-family: var(--font-stack-sans-serif);
    font-size: 14px;
    padding: 0;
    margin: 0;
  }

  .footer-big .contact-wrapper .address a {
    color: white;
    display: inline-block;
    font-family: var(--font-family-2);
    font-style: normal;
    font-weight: 400;
    position: relative;
    letter-spacing: .21px;
    font-size: clamp(1rem, .15vw + .94rem, 1.13rem);
    line-height: clamp(1.75rem, .45vw + 1.58rem, 2.13rem);
  }

  .footer-big .socials-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
    width: 100%;
    gap: 24px;
  }

  .footer-big .socials-container a {
    background-color: transparent;
    color: white;
    border-radius: 32px;
    border-color: white;
    width: 50px;
    height: 50px;
    font-size: 20px;
    transition: var(--custom-transition);
  }

  .footer-big .socials-container a:hover {
    background-color: var(--brand-color);
    border-color: var(--brand-color);
  }

  .footer-big .socials-container a svg {
    width: 30px;
    height: 30px;
    fill: white;
  }

  .footer-big .socials-container a i {
    margin: 0;
  }

  .facebook::before {
    content: "\e809";
    font-family: "voyager-icon";
    font-style: normal;
    font-weight: 400;
  }

  .instagram::before {
    content: "\e80a";
    font-family: "voyager-icon";
    font-style: normal;
    font-weight: 400;
  }

  .footer-big .partners-container {
    border: none;
    display: flex;
    justify-content: center;
    padding-bottom: 56px;
    margin: 32px 0 0;
  }

  .footer-big .partners-container-group {
    height: 60px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 70px;
    position: relative;
  }

  .footer-big .partners-container-group a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .footer-big .partners-container-group a img {
    width: 100%;
    max-width: 134px;
    height: 43px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    transition: var(--custom-transition);
  }

  .footer-big .partners-container-group a img:hover {
    opacity: .7;
  }

  .footer-big .partners-container-bkg {
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
    gap: 70px;
    margin-left: 70px;
  }

  .footer-big .partners-container-bkg a {
    display: flex;
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  .footer-big .partners-container-bkg a:hover {
    opacity: 0.5;
  }

  .footer-big .partners-container-bkg a img {
    display: flex;
    width: 100%;
    height: auto;
    filter: none;
  }

  .footer-big .partners-container-bkg a:hover img {
    filter: none;
  }

  .footer-big .contact a {
    font-family: var(--font-stack-sans-serif);
    text-decoration: underline;
    transition: var(--custom-transition);
  }

  .footer-big .contact a:hover {
    text-decoration: none;
  }

  .footer-big .contact-container {
    align-items: center;
    display: flex;
    flex: 1 1 100%;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 100%;
    text-align: center;
    width: 100%;
  }

  .footer-big .contact-container h1,
  .footer-big .subscribe h1 {
    font-family: var(--font-family-1);
    font-size: clamp(1.63rem,.45vw + 1.45rem,2rem);
    font-weight: 400;
    margin: 0 0 32px;
    text-transform: uppercase;
    line-height: clamp(2.13rem, 1.06vw + 1.73rem, 3rem);
    letter-spacing: 2px;
  }

  .footer-big .partners-title h1 {
    font-family: var(--font-family-1);
    font-size: clamp(1.63rem,.45vw + 1.45rem,2rem);
    font-weight: 400;
    text-transform: uppercase;
    line-height: clamp(2.13rem, 1.06vw + 1.73rem, 3rem);
    letter-spacing: 2px;
    margin: 0;
  }

  .footer-big .contact-container .address {
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: clamp(.88rem, .15vw + .82rem, 1rem);
    line-height: clamp(1.4rem, .62vw + 1.17rem, 1.91rem);
    letter-spacing: .27px;
    margin-bottom: 16px;
  }

  .footer-big .contact-container .address a {
    font-family: var(--footer-font);
    font-weight: 400;
    letter-spacing: .27px;
    font-size: clamp(.88rem, .3vw + .76rem, 1.13rem);
    line-height: clamp(1.4rem, .62vw + 1.17rem, 1.91rem);
  }

  .footer-big .contact-container p {
    font-family: var(--footer-font);
    font-weight: 400;
    font-size: clamp(.88rem,.3vw + .76rem,1.13rem);
    line-height: clamp(1.4rem, .62vw + 1.17rem, 1.91rem);
    letter-spacing: .27px;
  }

  .footer-big .contact-container a {
    font-family: var(--footer-font);
    font-weight: 400;
    font-size: clamp(.88rem,.3vw + .76rem,1.13rem);
    line-height: clamp(1.4rem, .62vw + 1.17rem, 1.91rem);
    letter-spacing: .27px;
  }

  .footer-big .contact-container .email,
  .footer-big .contact-container .phone {
    text-decoration: underline;
  }

  .footer-big .contact-container .email:hover,
  .footer-big .contact-container .phone:hover {
    text-decoration: none;
  }

  .footer-big .subscribe {
    flex: 1;
    max-width: 100%;
    width: 100%;
  }

  .footer-big .subscribe a {
    border: 1px solid white;
    border-radius: var(--border-radius-1x);
    box-sizing: border-box;
    color: white;
    background-color: transparent;
    transition: var(--custom-transition);

    display: inline-flex;
    align-items: center;
    cursor: pointer;
    flex-direction: row-reverse;
    font-family: var(--font-family-2);
    font-size: clamp(1rem,.15vw + .94rem,1.13rem);
    font-weight: 600;
    justify-content: space-between;
    letter-spacing: 3px;
    line-height: clamp(1.19rem, .98vw + .82rem, 2rem);
    padding: 11px 32px;
    text-decoration: none;
    text-transform: uppercase;
    word-break: normal;
  }

  .footer-big .subscribe a:hover {
    background-color: var(--branding-hovered);
    border-color: var(--brand-color);
    color: white;
  }

  .footer-big .partners-title {
    text-align: center;
    margin-top: 56px;
  }
  
  /*------*/

  .footer-big .contact-shr-container {
    font-family: var(--footer-font);
    font-weight: 400;
    color: white;
    letter-spacing: .27px;
    font-size: clamp(0.88rem, 0.76rem + 0.3vw, 1.13rem);
    line-height: clamp(1.4rem, 1.17rem + 0.62vw, 1.91rem);
  }

  .footer-big .contact-shr-container a {
    text-decoration: underline;
    transition: var(--custom-transition);
  }

  .footer-big .contact-shr-container a:hover {
    text-decoration: none;
  }

}

@media only screen and (min-width: 1200px) {
  
  .footer-big .contact-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 23.94%;
    flex: 1 1 23.94%;
    text-align: left;
  }
}

/* ----- Tablet specific ----- */
@media only screen and (min-width: 992px) {

  .footer-big {
    gap: 0;
    margin: 140px 0 0;
    padding: 30px 0 20px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer-big .container {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
  }

  .footer-big .contact-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 25%;
    flex: 1 1 25%;
    text-align: left;
  }

  .footer-big .contact-wrapper .address a {
    font-size: clamp(.88rem, .15vw + .82rem, 1rem);
    letter-spacing: .21px;
    line-height: clamp(1.4rem, .62vw + 1.17rem, 1.91rem);
  }

  .footer-big .contact {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-big .contact a {
    font-size: clamp(.88rem, .15vw + .82rem, 1rem);
    letter-spacing: .27px;
    line-height: clamp(1.4rem, .62vw + 1.17rem, 1.91rem);
  }

  .footer-big .socials-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 28px 0 0;
  }

  .footer-big .subscribe-container {
    align-items: center;
    display: flex;
    flex: 1 1 59.71%;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: space-between;
    max-width: 59.71%;
  }

  .footer-big .contact-logo {
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    max-width: 32.8%;
    height: 160px;
    flex: 1 1 32.8%;
    transform: unset;
  }

  .footer-big .subscribe {
    flex: 1 1 50%;
    max-width: 50%;
  }

  .footer-big .footer-menu {
    display: flex;
    margin: 56px 0 0;
  }

  .footer-big .footer-menu .footer-menu-wrapper {
    border-bottom: 1px solid #f9f5eb33;
    border-top: 1px solid #f9f5eb33;
    width: 100%;
  }

  .footer-big .partners-container-group::after {
    background: #d6d2c4;
    content: "";
    display: block;
    height: 40px;
    width: 1px;
  }

}

@media only screen and (min-width: 1312px) {

  .footer-big .partners-container {
    margin: 62px 0 0;
  }

}

@media only screen and (min-width: 1440px) {

  .footer-big {
    padding: 80px 30px 20px;
  }

  .footer-big .subscribe {
    flex: 1 1 40.66%;
    max-width: 40.66%;
  }

}

@media screen and (max-width: 991px) {

  .footer-big .address-details, 
  .footer-big .contact {
    max-width: 100%;
    width: 100%;
  }
  
  .footer-big .container {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }

  .footer-big .socials-container {
    justify-content: center;
  }

  .footer-big .subscribe {
    order: 3;
    text-align: center;
  }

  .footer-big .footer-menu {
    display: none;
  }

  .footer-big .partners-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 100%;
    padding: 0;
  }

  .footer-big .partners-container-bkg {
    margin-left: 20px;
    margin-top: 40px;
    padding-inline: 20px;
  }

}

@media screen and (max-width: 767px) {

}


/* ----- Mobile specific ----- */
@media screen and (max-width: 499px) {

  .footer-big .footer-menu {
    display: none;
  }

  .footer-big .partners-container-group {
    max-width: 100%;
    gap: 0;
  }

  .footer-big .partners-container {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }

  .footer-big .partners-container-group::after {
    display: none;
  }

  .footer-big .partners-container-bkg {
    gap: 20px;
    margin-left: 0;
    flex-wrap: wrap;
  }

  .footer-big .partners-container-bkg a {
    width: 40%;
  }

  .footer-big .partners-container-group a {

  }

}

@media screen and (max-width: 320px) {

}