.toast-messages-container{position:fixed;bottom:1.5rem;right:0;z-index:15;display:flex;flex-flow:column;justify-content:flex-start;overflow:hidden}@media(max-width:768px){.toast-messages-container{width:100%;width:auto}}@keyframes show-message{0%{transform:scale(0) translateY(2000px);opacity:0;height:0}50%{opacity:0;transform:scale(.3) translateY(1000px)}to{transform:scale(1) translate(0);opacity:1}}@keyframes hide-message{0%{transform:scale(1) translate(0);opacity:1}to{transform:translate(1000px);opacity:.2}}.toast-message{box-sizing:border-box;position:relative;display:flex;flex-flow:row;align-items:center;justify-content:space-between;width:444px;margin:1rem 3rem 0 0;background:#eae7e3;border:2px solid #4d4d4d;border-left-width:.5rem;transition:all 0s ease-out 0s;animation:show-message .4s ease-in-out}@media(max-width:768px){.toast-message{width:100%;height:auto;box-sizing:border-box;flex-flow:row nowrap}}.toast-message__close{fill:#9e87b1}.toast-message__itinerary-button{padding:0;color:#d2c5b5}.toast-message__itinerary-button>a:active,.toast-message__itinerary-button>a:hover,.toast-message__itinerary-button>a:visited{color:#d2c5b5}.toast-message__icon{padding:.25rem;border-radius:9999px;fill:#fff}.toast-message--close{animation:hide-message .4s ease-in-out}.toast-message__content{display:flex;flex-flow:column;justify-content:center;padding-left:1rem;margin-right:auto}@media(max-width:768px){.toast-message__content{flex:1 0;box-sizing:border-box}}.toast-message__buttons{display:flex;align-items:center;margin-left:1rem}@media(max-width:768px){.toast-message__buttons{justify-content:flex-end}}.toast-message__buttons>*+*{margin-left:1rem}.toast-message__close{height:1rem;width:1rem}.toast-message__button{color:inherit}.toast-message{padding:.75rem 1.5rem;color:#d2c5b5;background:#303434;border:2px solid #303434;width:32rem}@media(max-width:768px){.toast-message{width:100%;max-width:24rem;padding:.75rem 1rem}}.toast-message__icon{fill:#303434}.toast-message__close{fill:#d2c5b5}.toast-message__title{margin:0;line-height:140%;font-family:"Playfair Display";font-size:16px;font-weight:400}@media(max-width:768px){.toast-message__title{font-weight:500;font-size:14px;margin:0;line-height:140%;font-family:"Playfair Display";font-size:20px;font-weight:400}}@media(max-width:768px)and (max-width:1279px){.toast-message__title{font-weight:500;font-size:16px}}@media(max-width:768px){.toast-message__text{margin:0;line-height:160%;font-weight:300;font-size:16px;font-family:"Roboto"}}@media(max-width:768px)and (max-width:1279px){.toast-message__text{font-size:14px}}.toast-message--success .toast-message__icon{background:#87b19e;background:var(--icon-background-color,#87b19e)}.toast-message--warning .toast-message__icon{background:#fcbf74}.toast-message--information .toast-message__icon{background:#879ab1}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes dropdown{0%{max-height:0}to{max-height:52rem}}@keyframes fancySlideInFromTop{0%{opacity:0;transform:translateY(-10%);scale:.95}to{opacity:1;transform:none;scale:1}}.react-multi-carousel-list{z-index:0}@keyframes banner-animation{0%{transform:translateY(var(--animation-translate-y))}to{transform:translateY(0)}}.departure-banner{padding:.5rem 2rem;justify-content:space-between;color:#313131;color:var(--text-color,#313131);max-width:86.25rem;width:100%}.departure-banner,.departure-banner__wrapper{display:flex;background-color:#f1efea;background-color:var(--bg-color,#f1efea)}.departure-banner__wrapper{justify-content:center}@media(max-width:1380px){.departure-banner{padding:.5rem 2rem}}@media(max-width:768px){.departure-banner{padding:.5rem 1.5rem}}.departure-banner--sticky{position:fixed;left:0;right:0;top:var(--sticky-header-height);z-index:8;animation-name:banner-animation;animation-duration:.4s}.departure-banner--sticky-top{position:fixed;left:0;right:0;top:0;z-index:10}.departure-banner__content{display:flex;justify-content:center;align-items:center;grid-gap:2rem;gap:2rem}@media(max-width:1279px){.departure-banner__content{width:100%;justify-content:space-between}}@media(max-width:476px){.departure-banner__content{grid-gap:.625rem;gap:.625rem}}.departure-banner__dates-section{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}@media(max-width:768px){.departure-banner__dates-section{flex-direction:column;align-items:flex-start}}.departure-banner__icon{width:1rem;height:1rem}.departure-banner__arrow-icon{width:.75rem;height:.625rem}.departure-banner__dates{display:flex;grid-gap:.5rem;gap:.5rem}@media(max-width:768px){.departure-banner__dates{grid-gap:.25rem;gap:.25rem}}.departure-banner__price-section{display:flex;align-items:center;grid-gap:1rem;gap:1rem}@media(max-width:1279px){.departure-banner__price-section{margin-right:1rem}}@media(max-width:768px){.departure-banner__price-section{margin-right:1.25rem;flex-direction:column;align-items:flex-end;grid-gap:.25rem;gap:.25rem}}.departure-banner__prices{display:flex;flex-direction:row-reverse;grid-gap:.5rem;gap:.5rem;align-items:center}.departure-banner__old-price-wrapper{display:flex;grid-gap:.25rem;gap:.25rem}.departure-banner__old-price--strikethrough{text-decoration:line-through}.departure-banner__button{text-transform:capitalize;padding:.5rem 1rem;max-height:2rem}.departure-banner__button *{border-bottom:none}.departure-banner__close-section{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;cursor:pointer}.departure-banner__close-icon{width:.75rem;height:.75rem}@media(max-width:1279px){.departure-banner__close-label{display:none}}.departure-banner .icon-wrapper svg,.departure-banner__icon path{fill:#313131;fill:var(--text-color,#313131)}.departure-banner{max-width:unset;padding:.5rem 3rem}@media(max-width:1920px){.departure-banner{padding:.5rem 2rem}}@media(max-width:1380px){.departure-banner{padding:.5rem 1.5rem}}@media(max-width:1279px){.departure-banner{padding:.5rem 1.5rem}}