@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..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: #05154a;
  --branding-hovered: #746644;
  --branding-pressed: #64563c;

  /* 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-lighter: #d3eaff;
  --brand-color-2: #85754e;
  --brand-color-2-hovered: #746644;
  --brand-color-3: #4d442d;
  --brand-color-4: #085f83;

  /* Customisable text/bg variants: */
  --text-over-branding: #FFF;
  --brand-color-text: var(--brand-color);
  --brand-color-background: #05154a;
  --brand-color-border: var(--brand-color);

  /* Make all spacing 25% larger: */
  --spacing-1x: 10px;

  /* Use Figtree for headings: */
  --font-stack-sans-serif: 'Figtree', sans-serif;
  --footer-font: 'Figtree', sans-serif;
  --font-family-1: 'Arapey', serif;
  --font-family-2: 'Figtree', sans-serif;

  /* Increase paragraph size: */
  --text-size-paragraph: 16px;
  --line-height-paragraph: 24px;

  --border-radius-1x: 8px;

  /* 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-2);

  /* 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 {

  /* ----- Header ----- */
  .brand {
    background-color: var(--brand-color-background);
  }

  .header-style-4 {
    padding: 12px;
    min-height: 100px;
    border-bottom: 1px solid #fff3;
  }

  .header-style-4 .header-wrapper {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

  .header-style-4 .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    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;
    align-content: center;
  }

  .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: 16px 24px;
    letter-spacing: .64px;
    border-radius: 8px;
    line-height: 26px;
    min-width: 190px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: #fff;
    background-color: var(--brand-color-2);
    transition: var(--custom-transition);
}

.header-style-4 .backtosite a::after {
    background: #fff;
    content: "";
    height: 2px;
    width: 30px;
    transform: scaleX(0.6);
    transform-origin: center;
    transition: transform 0.5s;
    flex-shrink: 0;                     
}

.header-style-4 .backtosite a:hover::after {
    transform: scaleX(1);
}

  .header-style-4 .backtosite a:hover {
    background-color: var(--branding-hovered);
    border-color: var(--branding-hovered);
    color: #fff;
  }

  /* ----- Content ----- */

  .avvio-calendar .today {
    background-color: var(--brand-color-lighter);
}
  
  .button--primary {
    background-color: transparent;
  }

  .button--primary:hover {
    color: var(--brand-color-4);
    border-color: var(--brand-hovered-border);
}

  .button:hover, .button--secondary:hover {
    color: var(--brand-color-4);
    background-color: var(unset);
}

.button-icon--secondary .button-icon__icon {
    background-color: unset;
}

.button-icon .button-icon__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 40px;
    height: 40px;
    border: 1px solid var(--brand-color);
    color: var(--brand-color);
    border-radius: 6px;
}

.button-icon--secondary:hover .button-icon__icon {
    background-color: var(--brand-color-4);
}

.button.button--branded:hover {
    color: var(--text-over-branding);
    background-color: var(--branding-hovered);
    border: 1px solid var(--border-surface);
}

.card-grid__area {
    position: relative;
    padding-bottom: 8px;
}

.avvio-calendar-container {
    position: relative;
    background: var(--background-depth);
    border-radius: 40px;
    padding: 20px;
}

.avvio-modal__header {
    padding: 8px 8px 12px 8px !important;
    padding-block-end: var(--spacing-2x);
    padding-inline-start: var(--spacing-2x);
    display: flex;
    align-items: start;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-default);
}


.calendar-modal .avvio-modal__header, #auxCalendarModal .avvio-modal__header {
    justify-content: end;
    padding: 12px;
}

  /* ----- Footer ----- */
  .footer-big {
    position: relative;
    width: 100%;
    margin: unset;
    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 .subscribe a {
    box-sizing: border-box;
    color: #fff;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    flex-direction: row;
    font-family: var(--font-family-2);
    font-size: clamp(1rem, 0.94rem + 0.15vw, 1.13rem);
    font-weight: 600;
    justify-content: center;
    letter-spacing: 3px;
    line-height: clamp(1.19rem, 0.82rem + 0.98vw, 2rem);
    text-transform: uppercase;
    word-break: normal;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    border-image: none;
    border-radius: var(--border-radius-1x);
    transition: var(--custom-transition);
    padding: 16px 24px;
    text-decoration: none;
    gap: 12px;
}

.footer-big .subscribe a::after {
    background: #fff;
    content: "";
    height: 2px;
    width: 30px;
    transform: scaleX(0.6);
    transform-origin: center;
    transition: transform 0.5s;
    flex-shrink: 0;
}

.footer-big .subscribe a:hover::after {
    transform: scaleX(1);
}


  .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: unset;
  }

  .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-3);
    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;
    font-family: var(--font-family-2);
    font-size: clamp(1rem, .15vw + .94rem, 1.13rem);
    font-weight: 600;
    justify-content: center;
    letter-spacing: 2.5px;
    line-height: clamp(1.19rem, .98vw + .82rem, 2rem);
    padding: 16px 24px;
    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;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4px 32px;
    text-align: center;
    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: unset;
    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) {
    .header-style-4 .logo {
        position: relative;
        left: unset;
        top: unset;
        transform: unset;
        justify-content: flex-start;
    }

    .header-style-4 .header-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
}


/* ----- 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 .contact-shr-container {
    padding: 32px 32px 8px 32px;
}

  .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 {

  }

}
