@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');

:root {

  --color-brand-1: #3D5975;
  --color-brand-2: #CBC1B9;
  --color-brand-3: #CECECE;
  --color-brand-4: #545859;
  --color-brand-5: #A6998F;
  --color-brand-6: #BFB7B0;
  --color-brand-7: #f0ebe5;

  --color-black: #000000;
  --color-white: #ffffff;
  --color-white-opacity: rgba(255,255,255,0.2);

  --color-btn-hover: var(--color-white);

  --branding-default: var(--color-brand-1);
  --branding-hovered: var(--color-brand-1);
  --branding-pressed: var(--color-brand-4);

  --border-hovered: var(--color-brand-1);
  --background-hovered: var(--color-brand-1);
  --base-featured: var(--color-brand-4);
  --brand-color-text: var(--color-black);
  --banner-text-color: var(--color-black);

  --mda-box-background: var(--color-brand-1);

  --border-radius-default: 0px;
  --border-radius-1x: 0px;
  --border-radius-button: 0px;
  --border-default: 1px solid var(--color-brand-3);
  --border-brand-1: 1px solid var(--color-brand-1);
  --border-brand-2: 1px solid var(--color-brand-2);
  --border-brand-3: 1px solid var(--color-brand-3);
  --border-brand-6: 1px solid var(--color-brand-6);
  --border-custome: 1px solid rgba(36,30,27,.1);
  --border-transparent: 1px solid transparent;
  --border-black: 1px solid var(--color-black);
  --border-white: 1px solid var(--color-white);
  --border-white-opacity: 1px solid var(--color-white-opacity);
  
  --font-family-1: "Hanken Grotesk", sans-serif;
  --font-family-2: "Hanken Grotesk", sans-serif;
  --font-stack-sans-serif: "Hanken Grotesk", sans-serif;

  --font-size-body: 16px;
  --font-size-20: 20px;
  --font-size-22: 22px;

  --container-max-width: 1200px;

  --box-shadow-btn: 0 6px 12px rgba(0, 0, 0, .1);
  --box-shadow-btn-2: 0 0 10px rgba(0, 0, 0, 0.15);
  --box-shadow-header: 0 7px 24px rgba(0, 0, 0, .06);

  --box-shadow-default: 0px 1px 20px -12px var(--color-black);

  --box-shadow-pre-hover-brand-1-top: inset 0px 0px 0 0 var(--color-brand-1);
  --box-shadow-hover-brand-1-top: inset 0px -200px 0 0 var(--color-brand-1);

  --box-shadow-pre-hover-brand-1: inset 0px 0px 0 0 var(--color-brand-1);
  --box-shadow-hover-brand-1-bottom: inset 0px -200px 0 0 var(--color-brand-1);

  --transition-default: all 500ms ease 0s; 
  
  --img-ratio-rate-primary: 4 / 3;
  --img-ratio-rate-primary-mobile: 4 / 3;
  --img-ratio-rate-secondary: 4 / 3;
  --img-ratio-rate-secondary-mobile: 4 / 3;
  --img-ratio-mda-secondary-rate: 4 / 3;
  --img-ratio-mda-secondary-rate-mobile: 4 / 3;
}

@media screen and (max-width: 991px) {

  :root {
    --font-size-body: 18px;
    --font-size-20: 20px;
    --font-size-22: 22px;

    --container-max-width: 100vw;

  }

}

@media screen {

  .sticky, .content {
    background-color: hsl(32, 26%, 92%);
    background-image: radial-gradient(at 55% 70%, hsl(205, 27%, 89%) 0, transparent 50%), radial-gradient(at 82% 84%, hsl(20, 29%, 62%) 0, transparent 50%), radial-gradient(at 3% 95%, hsl(205, 35%, 42%) 0, transparent 50%), radial-gradient(at 13% 15%, hsl(32, 26%, 92%) 0, transparent 50%)!important;
  }

  .header a i,
  .backtotop a i,
  .footer a i {
    margin-right: 0px;
  }
  
  body {
    background-color: var(--color-brand-7);
    font-family: var(--font-family-1);
    font-size: var(--font-size-body);
  }
  
  .main-be-area {
    background-color: var(--color-brand-7);
  }

  .main-be-area .content {
    margin-bottom: -1px;
  }

  /*  .page-layout,*/
  .box,
  .card-grid.grid-layout {
    /*    box-shadow: var(--box-shadow-default);*/
    border-bottom: var(--border-custome);
  } 

  .avvio-calendar-container,
  .avvio-calendar__month {
    border-radius: var(--border-radius-1x)!important;
  }

  .avvio-calendar__date,
  .button, 
  .button--secondary,
  .button--branded {
    font-family: var(--font-family-2);
    transition: var(--transition-default);
  }

  .avvio-calendar .check-in {
    border-end-start-radius: var(--border-radius-1x);
  }

  .avvio-calendar .avvio-calendar__state {
    border-radius: var(--border-radius-1x);
  }

  .button--branded {
    letter-spacing: 1px;
    color: var(--color-brand-1);
    background-color: transparent;
    border: var(--border-brand-1);
/*    border-bottom: var(--border-default);*/
    box-shadow: var(--box-shadow-pre-hover-brand-1);
/*    border-radius: var(--border-radius-button);*/
    transition: var(--transition-default);
  }

  .button--branded:hover {
    background-color: var(--color-white);
    color: var(--color-btn-hover);
    border: var(--border-brand-1);
    box-shadow: var(--box-shadow-hover-brand-1-bottom);
    transition: var(--transition-default);
  }

  .button--primary {
    color: var(--color-brand-1);
    letter-spacing: 1px;
  }

  /*.button--primary:hover {
    color: var(--color-brand-1);
    border: var(--border-default);
  }*/

  .button--secondary {
    color: var(--color-brand-1);
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid var(--color-brand-1);
    transition: var(--transition-default);
  }

  .button--secondary:hover {
    background-color: transparent!important;
    color: var(--color-brand-1)!important;
  }

  /*  .button:hover, */
  .button--primary:hover,
  .button--secondary:hover {
    color: var(--color-white);
    border: var(--border-brand-1);
    background-color: var(--color-brand-1);
  }

  .button__text {
    font-family: var(--font-family-2);
    text-transform: uppercase;
  }

  .button-icon {
    border: none!important;
    border-radius: var(--border-radius-1x);
  }

  .button-icon:hover .button-icon__icon,
  .button-icon--secondary .button-icon__icon {
    width: 100%;
    height: 100%;
    color: var(--color-black);
    background-color: transparent;
    border-radius: var(--border-radius-1x)!important;
    border: var(--border-brand-3);
    transition: var(--transition-default);
  }

  .button-icon:hover:not(.disabled) .button-icon__icon {
    color: var(--color-btn-hover);
    background-color: var(--color-brand-1);
    border: var(--border-brand-1);
  }

  .checkbox-field__input + .checkbox-field__icon {
    background-color: transparent;
  }

  .mda-table__col-price span, 
  .date-header .caption {
    font-weight: 500;
  }

  .heading-4 {
    font-weight: 400;
  }
  
  .header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
    /*    flex-direction: column;*/
    background-color: var(--color-white);
    color: var(--color-black);
    border-bottom: var(--border-custome);
/*    box-shadow: var(--box-shadow-default);*/
    padding-block: 0px;
    z-index: 4;
  }

  .full-ribbon-one {
    /*    box-shadow: var(--box-shadow-default);*/
    border-bottom: var(--border-custome);

  }
  
  .header .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: var(--container-max-width);
    padding-inline: 0px;
  }
  
  .header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .header .logo a img {
    display: block;
    
    height: 50px;
    width: auto;
    
    transition: var(--transition-default);
  }
  
  .header .logo a:hover img {
    opacity: 80%;
  }

  .header .backtosite {
    position: absolute;
    top: 27px;
    right: calc((100% - var(--container-max-width)) / 2);
    /*    right: 35px;*/
    min-width: 200px;
    height: 55px;
    display: flex;
    align-items: center;
    /*    gap: 25px;*/
    /*    border-left: var(--border-brand-3);*/
  }
  
  .header .backtosite a {
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-color: transparent;
    color: var(--color-brand-1);
    border: var(--border-brand-1);
    
    font-size: var(--font-size-body);
    font-family: var(--font-family-2);
    font-weight: 600;
    /*    letter-spacing: 1px;*/
    text-align: center;
    letter-spacing: 1px;
    
    padding: 13px 28px;
    box-shadow: var(--box-shadow-pre-hover-brand-1-top);
    
    transition: var(--transition-default);
  }
  
  .header .backtosite:hover a {
    background-color: var(--color-white);
    color: var(--color-btn-hover);
    border: var(--border-brand-1);
    box-shadow: var(--box-shadow-hover-brand-1-top);
  }

  .header .sitename {
    position: absolute;
    display: none;
  }
  
  h1, h2, h3, h4, h5, h6,
  .header1, .header2, .header3, .header4, .header5, .header6,
  .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
    font-family: var(--font-family-1);
  }

  .navigation-box .button--primary,
  .navigation-box .button--primary.button--underlined {
    background-color: transparent;
    color: var(--color-brand-1);
    border: var(--border-transparent);
    transition: var(--transition-default);
  }

  .navigation-box .button--primary.button--underlined .button__text {
    text-decoration: none;
  }

  .navigation-box .button--primary.disabled {
    color: var(--color-black);
  }

  #control-area-links .button--primary {
    padding: 5px;
    margin: 10px 0;
    background-color: transparent;
    color: var(--color-brand-1);
    border: var(--border-transparent);
    transition: var(--transition-default);
  }

  .navigation-box .button--primary.button--underlined:hover {
    background-color: var(--color-brand-1);
    color: var(--color-white);
    border: var(--border-brand-1);
  }

  .navigation-box .button--primary:hover {
    color: var(--color-brand-1);
    border: var(--border-transparent);
  }

  .navigation-box .button--primary.disabled:hover {
    color: var(--color-black);
    border: var(--border-transparent);
  }

  #control-area-links .button--primary:hover {
    background-color: var(--color-brand-1);
    color: var(--color-white);
    border: var(--border-brand-3);
  }

  .poweredby a,
  .privacy-policy-container a {
    font-size: calc(var(--font-size-body) - 0px);
    font-family: var(--font-family-1);
    color: var(--color-black);
    transition: var(--transition-default);
  }

  .poweredby a:hover,
  .privacy-policy-container a:hover {
    color: var(--color-brand-1);
  }

  .footer {
    position: relative;
    width: 100%;
    padding: 0;
    color: var(--color-brand-1);
    background-color: var(--color-white)!important;
    background: url(https://mcdesign.avvio.com/098/063/000/8162/cust/imgs/footer-background.svg);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .footer a:hover {
    color: var(--color-brand-1);
  }
  
  .footer .container {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer .container::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(https://mcdesign.avvio.com/098/063/000/8162/cust/imgs/footer-background.png);
    grid-column: 2 / 4;
    grid-row: 2;
    background-size: 100%;
    background-position: center;
  }

  .footer .footer-row-1 {
    grid-column: 1;
    padding: var(--voyager-global-spacing--medium) 0;
  }

  .top-banner-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    margin: 30px 0;
    position: relative;
  }

  .top-banner-link::before,
  .top-banner-link::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 65%;
    transform: translateX(-50%);
    border-top: 1px solid #D9E3EB;
  }

  .top-banner-link::before {
    top: 0;
  }

  .top-banner-link::after {
    bottom: 0;
  }

  .footer .group-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-white);
    z-index: 9;
    padding: 0 20px;
  }

  .footer .group-logo-container a svg,
  .footer .group-logo-container a img {
    height: 100px;
    width: auto;
    transform: scale(1.0);
    transition: var(--transition-default);
  }

  .footer .top-banner-link a {
    padding: 0 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--transition-default);
  }

  .footer .top-banner-link a img {
    width: 250px;
    height: auto;
    transform: scale(1.0);
    transition: var(--transition-default);
  }

  .footer .bottom-banner-link a img {
    transform: scale(1.0);
    transition: var(--transition-default);
  }

  .footer .partners a:hover img,
  .footer .group-logo-container a:hover img,
  .footer .top-banner-link a:hover img,
  .footer .bottom-banner-link a:hover img {
    transform: scale(1.03);
    transition: var(--transition-default);
  }

  .footer .top-banner-link a:hover {
    background-color: transparent;
  }

  .footer .footer-row-2 {
    position: relative;
    z-index: 1;
    background-color: #F0EBE5;
  }

  .footer .logo-container a {
    height: 100%;
    width: 100%;
  }

  .footer .logo-container a img {
    height: auto;
    width: 277.58px;
    transform: scale(1.0);
    transition: var(--transition-default);
  }

  .footer .logo-container a:hover img {
    transform: scale(1.02);
  }

  .footer .links-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 25px;
    justify-items: start;
    text-align: left;
    list-style: none;
  }

  .footer .links-container.logo-links {
    margin-top: 0px;
  }

  .footer .links-container li {
    list-style: none;
  }

  .footer .links-container a {
    font-family: var(--font-family-1);
    position: relative;
    font-weight: 400;
    font-size: clamp(1.13rem, 0.15vw + 1.07rem, 1.25rem);
    letter-spacing: 1px;
    line-height: clamp(1.63rem, 0.3vw + 1.51rem, 1.88rem);
    transition: var(--transition-default);
    padding: 0 0 2px 0;
    color: var(--color-brand-1);
    border-bottom: 1px solid transparent;
  }

  .footer .links-container a:hover {
    border-bottom: 1px solid var(--color-black);
  }

  .footer-row-3 {
    display: grid;
    grid-template-rows: 1fr 1fr;
    place-items: center;
    height: 100%;
    z-index: 1;
  }

  .footer .socials {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: initial;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0;
    text-align: center;
    list-style: none;
  }

  .footer .socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin: 5px;
    color: var(--color-brand-1);
    font-size: 24px;
    line-height: normal;
    text-align: center;
    background: var(--color-white);
    border-radius: 50%;
    transition: var(--transition-default);
    text-decoration: none;
  }

  .footer .socials a:hover {
    color: var(--color-white);
    background: var(--color-brand-1);
  }

  .footer .socials a svg {
    padding: 10px;
    width: auto;
    height: auto;
    fill: var(--color-brand-1);
    transform: var(--transition-default);
  }

  .footer .socials a:hover svg {
    fill: var(--color-white);
  }

  .footer-row-4 {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 40px;
    z-index: 1;
  }

  .footer-address {
    display: flex;
  }

  .footer-address::before {
    content: "A:";
    margin-right: 5px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 26px;
    font-size: 16px;
  }

  .footer-contact-details-list-item-1::before {
    content: "P:";
    margin-right: 5px;
    font-weight: 700;
  }

  .footer-contact-details-list-item-2::before {
    content: "T:";
    margin-right: 5px;
    font-weight: 700;
  }

  .footer-address p,
  .footer-contact-details-list-item-1,
  .footer-contact-details-list-item-2 {
    font-weight: 300;
    margin: 0;
    padding: 0;
    color: var(--color-brand-1);
    letter-spacing: 1px;
    line-height: 26px;
    font-size: 16px;
    font-style: normal;
    text-align: left;
  }

  .footer-contact-details-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .footer-contact-details-list-item-1 a,
  .footer-contact-details-list-item-2 a {
    color: var(--color-brand-1);
    border-bottom: 1px solid transparent;
    transition: var(--transition-default);
  }

  .footer-contact-details-list-item-1 a:hover,
  .footer-contact-details-list-item-2 a:hover {
    font-weight: 300;
    border-bottom: 1px solid var(--color-black);
  }

  @media screen and (max-width: 1199px) {

    .header .backtosite {
      right: 10px;
    }

    .footer .footer-logo {
      justify-content: center;
    }

    .footer .footer-row-2-container {
      flex-wrap: wrap;
    }

    .footer .footer-row-2-container a {
      width: 10%;
    }

  }

  @media only screen and (min-width: 1199px) {

    .footer .container {
      grid-template-columns: 37.2% 1fr 37.4%;
    }

    .footer .footer-row-2 .footer-menu {
      padding: 30px 0 30px 45px;
    }

  }

/* ----- Tablet specific ----- */
@media screen and (max-width: 991px) {

  .header {
    height: 80px;
  }

  .header .backtosite {
    min-width: unset;
    top: 12px;
  }

  .header .logo a img {
    height: 40px;
  }

  .footer .footer-menu {
    display: none;
  }

  .footer .footer-row-1 {
    flex-direction: column;
    padding: 20px;
    gap: 5px;
  }

  .footer .top-banner-link a {
    padding: 15px 65px;
  }

  .footer .socials {
    justify-content: center;
    padding-top: 0;
  }

}

@media only screen and (min-width: 992px) {

  .footer {
    padding: 0 30px 50px 30px;
    background: none;
    background-color: var(color--white);
  }

  .footer .container {
    grid-template-columns: 35.2% 1fr 35.4%;
    grid-template-rows: auto auto;
    padding: 0;
  }

  .footer .footer-row-1 {
    grid-column: 1 / -1;
  }
  
  .footer .footer-row-2 .footer-menu {
    display: block;
    padding: 30px 0 30px 10px;
  }

  .footer-row-3 {
    grid-template-rows: auto;
    padding: 40px 10px 40px 40px;
    }
  }

}

@media screen and (max-width: 767px) {

  .header .backtosite {
    display: none;
  }

  .header::before {
    z-index: 0;
  }

  .header .container {
    justify-content: center;
    z-index: 2;
  }

}

/* ----- Mobile specific ----- */
@media screen and (max-width: 499px) {

  .mda-table__col-price .display-price {
    font-size: calc(var(--font-size-body) - 0px);
    font-weight: lighter;
  }
  
  .header .container {
    display: flex;
    /*    justify-content: flex-start;*/
    padding-inline: 0px;
  }
  
  .header .logo {
    padding-inline: 0px;
    width: 100%;
    justify-content: center;
  }

  .header .backtosite a {
    padding: 10px;
    width: 100%;
  }

  .header .logo a img {
    width: 100%;
    /*    height: auto;*/
  }

  .footer .top-banner-link a img {
    width: 50%;
  }

  .footer .logo-container a img {
    width: 50%;
  }


}

@media screen and (max-width: 320px) {

  .header {
    margin-top: 60px;
  }

}