.rdp-root{--rdp-accent-color:blue;--rdp-accent-background-color:#f0f0ff;--rdp-day-height:44px;--rdp-day-width:44px;--rdp-day_button-border-radius:100%;--rdp-day_button-border:2px solid transparent;--rdp-day_button-height:42px;--rdp-day_button-width:42px;--rdp-selected-border:2px solid var(--rdp-accent-color);--rdp-disabled-opacity:0.5;--rdp-outside-opacity:0.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:0.5rem;--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:0.5;--rdp-nav_button-height:2.25rem;--rdp-nav_button-width:2.25rem;--rdp-nav-height:2.75rem;--rdp-range_middle-background-color:var(--rdp-accent-background-color);--rdp-range_middle-color:inherit;--rdp-range_start-color:white;--rdp-range_start-background:linear-gradient(var(--rdp-gradient-direction),transparent 50%,var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color:var(--rdp-accent-color);--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction),var(--rdp-range_middle-background-color) 50%,transparent 50%);--rdp-range_end-color:white;--rdp-range_end-date-background-color:var(--rdp-accent-color);--rdp-week_number-border-radius:100%;--rdp-week_number-border:2px solid transparent;--rdp-week_number-height:var(--rdp-day-height);--rdp-week_number-opacity:0.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-opacity:0.75;--rdp-weekday-padding:0.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg;--rdp-animation_duration:0.3s;--rdp-animation_timing:cubic-bezier(0.4,0,0.2,1)}.rdp-root[dir=rtl]{--rdp-gradient-direction:-90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity:unset}.rdp-root{position:relative}.rdp-root,.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-root[data-nav-layout=after] .rdp-month,.rdp-root[data-nav-layout=around] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:-moz-fit-content;max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes rdp-slide_in_right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes rdp-slide_out_left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translateX(0)}to{transform:translateX(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.AffiliatePartner_affiliatePartnerStyles__HEGJ_ #main-container-affiliate-partner{height:auto;width:100%}.AffiliatePartner_affiliatePartnerStyles__HEGJ_ .affiliate-partner{animation:fade-in .4s ease forwards;background:#eee;height:auto}.AffiliatePartner_affiliatePartnerStyles__HEGJ_ .affiliate-partner h1,.AffiliatePartner_affiliatePartnerStyles__HEGJ_ .affiliate-partner h2,.AffiliatePartner_affiliatePartnerStyles__HEGJ_ .affiliate-partner h3{font-weight:600}.AffiliatePartner_affiliatePartnerStyles__HEGJ_ .affiliate-partner h2{font-size:40px;line-height:1}@media(max-width:767px){.AffiliatePartner_affiliatePartnerStyles__HEGJ_ .affiliate-partner h2{font-size:32px}}@media(max-width:320px){.AffiliatePartner_affiliatePartnerStyles__HEGJ_ .affiliate-partner h2{font-size:21px}}.HotelPartner_hotelPartnerStyles__BvEgH #main-container-hotel-partner{height:auto;width:100%}.HotelPartner_hotelPartnerStyles__BvEgH .hotel-partner{animation:fade-in .4s ease forwards;background:#fffcf5;height:auto}.HotelPartner_hotelPartnerStyles__BvEgH .hotel-partner h1,.HotelPartner_hotelPartnerStyles__BvEgH .hotel-partner h2,.HotelPartner_hotelPartnerStyles__BvEgH .hotel-partner h3{font-weight:600}.HotelPartner_hotelPartnerStyles__BvEgH .hotel-partner h2{font-size:40px;line-height:1}@media(max-width:767px){.HotelPartner_hotelPartnerStyles__BvEgH .hotel-partner h2{font-size:32px}}@media(max-width:320px){.HotelPartner_hotelPartnerStyles__BvEgH .hotel-partner h2{font-size:21px}}.HotelPartner_hotelPartnerStyles__BvEgH .reviews{max-width:1150px;text-align:center}.HotelPartner_hotelPartnerStyles__BvEgH .reviews .reviewer{height:390px!important}.HotelPartner_hotelPartnerStyles__BvEgH .hotel-logos{background-color:#fff;display:flex;height:115px;width:100%}.HotelPartner_hotelPartnerStyles__BvEgH .hotel-logos .carousel{display:none}.HotelPartner_hotelPartnerStyles__BvEgH .hotel-logos .logos-width{align-items:center;display:flex;justify-content:space-between;margin:auto;max-width:1150px}.HotelPartner_hotelPartnerStyles__BvEgH .hotel-logos .logos-width .logo{width:20%}.HotelPartner_hotelPartnerStyles__BvEgH .hotel-logos .logos-width .logo img{height:auto;padding-right:10px;width:100%}@media(max-width:992px){.HotelPartner_hotelPartnerStyles__BvEgH .hotel-logos{height:120px}.HotelPartner_hotelPartnerStyles__BvEgH .hotel-logos .logos-width{max-width:992px;padding:20px}}@media(max-width:767px){.HotelPartner_hotelPartnerStyles__BvEgH .hotel-logos .logos-width{display:none}.HotelPartner_hotelPartnerStyles__BvEgH .hotel-logos .carousel{align-self:center;display:block;margin-top:0;overflow:hidden}.HotelPartner_hotelPartnerStyles__BvEgH .hotel-logos .carousel .slick-slide{height:auto;margin:auto}.HotelPartner_hotelPartnerStyles__BvEgH .hotel-logos .carousel img{height:auto;width:60%}.HotelPartner_hotelPartnerStyles__BvEgH .hotel-logos .carousel .slick-dots li button:before{color:#fff;font-size:15px;opacity:0}.HotelPartner_hotelPartnerStyles__BvEgH .hotel-logos .carousel .slick-dots li.slick-active button:before{color:#000;opacity:0}}@media(max-width:480px){.HotelPartner_hotelPartnerStyles__BvEgH .hotel-logos{margin-top:300px}.HotelPartner_hotelPartnerStyles__BvEgH .hotel-logos .carousel img{height:auto;width:70%}}@media(max-width:320px){.HotelPartner_hotelPartnerStyles__BvEgH .hotel-logos{margin-top:400px}}.HotelPartner_hotelPartnerStyles__BvEgH .rating{width:100%}.HotelPartner_hotelPartnerStyles__BvEgH .rating .black-bar{background:#000;display:flex;height:150px}.HotelPartner_hotelPartnerStyles__BvEgH .rating .container{align-self:center;display:flex;justify-content:space-around;margin:auto;max-width:900px}.HotelPartner_hotelPartnerStyles__BvEgH .rating .container .text,.HotelPartner_hotelPartnerStyles__BvEgH .rating .container image{align-self:center}.HotelPartner_hotelPartnerStyles__BvEgH .rating .container .image{margin-left:20px;margin-right:20px;width:65px}.HotelPartner_hotelPartnerStyles__BvEgH .rating .container .image img{height:65px;width:65px}.HotelPartner_hotelPartnerStyles__BvEgH .rating .container .text p,.HotelPartner_hotelPartnerStyles__BvEgH .rating .container .text p *{color:#fff;font-stretch:normal;letter-spacing:normal;line-height:normal}.HotelPartner_hotelPartnerStyles__BvEgH .rating .container .text p{font-weight:300;font-size:18px;font-weight:200;margin-bottom:0}.HotelPartner_hotelPartnerStyles__BvEgH .rating .container .text .bold{font-size:19px;font-weight:400}.HotelPartner_hotelPartnerStyles__BvEgH .rating .container .text .bold.big{font-size:24px}.HotelPartner_hotelPartnerStyles__BvEgH .rating .container .text .views{text-align:right}@media(max-width:767px){.HotelPartner_hotelPartnerStyles__BvEgH .rating .container .text .views{text-align:center}}.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container{display:flex;height:375px}.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container .rated{align-self:center;display:flex;justify-content:space-between;margin:auto;max-width:900px}.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container .side-note,.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container .side-note *{color:#fff;font-size:14px;line-height:17px}.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container .card{background:transparent;box-shadow:none;margin-right:20px;max-width:300px;padding:0}.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container .card img{width:100%}.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container .card .rated-text{padding:5px;position:relative}.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container .card .rated-text .position{background:#fff;border:2px solid #feae00;border-radius:20px;display:inline-block;font-size:22px;height:37px;left:50px;padding-left:4px;padding-right:4px;position:absolute;top:-27px;width:37px}.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container .card .rated-text .title{font-size:14px;font-weight:700;margin-top:13px}.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container .card .rated-text .rated-number{font-size:22px;line-height:22px}.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container .card .rated-text .monthly{font-size:13px;line-height:16px}.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container .card .rated-text .position,.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container .card .rated-text .title{color:#feae00}.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container .card .rated-text .rated-number,.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container .card .rated-text .title{margin-bottom:6px}.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container .card .rated-text .monthly,.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container .card .rated-text .rated-number{color:#fff}@media(max-width:992px){.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated{padding:20px}}@media(max-width:767px){.HotelPartner_hotelPartnerStyles__BvEgH .rating .black-bar{background:#000;display:flex;height:350px}.HotelPartner_hotelPartnerStyles__BvEgH .rating .container{flex-flow:column}.HotelPartner_hotelPartnerStyles__BvEgH .rating .container .image,.HotelPartner_hotelPartnerStyles__BvEgH .rating .container .text{align-self:center;padding:10px;text-align:center}.HotelPartner_hotelPartnerStyles__BvEgH .rating .container .image{margin-bottom:15px}.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container{height:auto}.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container .rated{flex-flow:column}.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container .rated .card{align-self:center;margin-top:26px;width:172px}}@media (max-width:767px)and (-ms-high-contrast:none),screen and (max-width:767px)and (-ms-high-contrast:active){.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container .rated .card{height:200px}}@media(max-width:767px){.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container .rated .side-note{order:-1;width:300px}.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container .rated .rated-text{margin-top:-20px}.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container .rated .rated-text .position{left:60px;top:-10px}.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container .rated .rated-text .monthly,.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container .rated .rated-text .rated-number,.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container .rated .rated-text .title{text-align:center}.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container .rated .rated-text .monthly{margin-left:10px}.HotelPartner_hotelPartnerStyles__BvEgH .rating .rated-container .rated .rated-text .title{margin-top:24px}}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth{padding:20px 20px 0}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .word-container{display:flex;justify-content:space-between;margin:50px auto 0;max-width:900px}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .word-container .word-image{width:60%}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .word-container .word-image img{position:relative;width:100%}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .word-container .word-image{height:380px}}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .word-container .word-text{width:35%}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .test-item{background-color:#fff;display:flex;margin:30px auto auto;max-width:1150px}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .test-item .test-image{height:252px;width:402px}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .test-item .test-image:after{border-bottom:15px solid transparent;border-left:15px solid #000;border-top:15px solid transparent;content:"";display:block;height:150px;position:relative;right:-402px;top:-220px}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .test-item img{width:100%}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .test-item .name{font-weight:600;font-size:15px}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .test-item .name,.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .test-item .position{color:#000;text-align:right}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .test-item .testified{display:flex;flex-direction:column;font-size:15px;height:auto;margin:auto;padding-bottom:30px;padding-top:25px;text-align:justify;width:45%}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .test-item .testified .message{align-self:center;font-style:italic;width:100%}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .test-item .testified .info{align-self:flex-end;margin-top:auto}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .test-item .testified .info p{margin-bottom:0}@media(min-width:768px)and (max-width:992px){.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth{padding:20px 20px 7%}}@media(max-width:992px){.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .test-item .test-image{height:232px;width:342px}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .test-item .test-image:after{border-bottom:10px solid transparent;border-left:10px solid #000;border-top:10px solid transparent;content:"";display:block;height:120px;right:-342px;top:-190px}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .test-item .test-image img{height:232px}}@media(max-width:767px){.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth{padding:0}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .word-container{flex-direction:column;padding:15px}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .word-container .word-image{width:100%}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .word-container .word-image img{margin-left:50px;width:80%}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .word-container .word-text{margin-bottom:20px;width:100%}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .word-container .word-text h2{margin-left:50px}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .test-item{background-color:#fff;flex-wrap:wrap;width:95%}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .test-item .test-image{height:auto;width:100%}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .test-item .test-image:after{border-left:15px solid transparent;border-right:15px solid transparent;border-top:15px solid #000;margin:auto;right:-4px;top:-2px;width:140px}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .test-item .test-image img{height:auto}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .test-item .testified{display:flex;flex-direction:column;margin-top:-100px;width:90%}}@media(max-width:480px){.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .test-item{width:100%}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .word-container{padding:0}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .word-container .word-text{padding-left:15px}.HotelPartner_hotelPartnerStyles__BvEgH .word-of-mouth .word-container .word-image img{bottom:-20px;margin-left:0;width:100%}}.HotelPartner_hotelPartnerStyles__BvEgH .estimate{background:#fff;margin:-60px auto auto;width:100%}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container{margin:auto;max-width:1150px;padding-top:120px}@media(min-width:768px)and (max-width:992px){.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container{padding-top:50px}}@media(max-width:767px)and (-ms-high-contrast:active),(max-width:767px)and (-ms-high-contrast:none){.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container{padding-top:50px}}@media (max-width:480px)and (-ms-high-contrast:none),screen and (max-width:480px)and (-ms-high-contrast:active){.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container{padding-top:0}}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container h2{margin-bottom:50px;text-align:center}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated{display:flex;justify-content:space-between;padding-bottom:50px}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .image-float{align-self:center;height:61px;width:29px}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .image-float img{width:100%}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator{align-self:center;background-color:#f7f7f7;box-shadow:0 0 9px 0 rgba(0,0,0,.19);width:402px}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .est-width{display:flex;margin:auto;width:90%}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .est-width .left-side{margin-right:auto;width:63%}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .est-width .left-side p{font-size:13px}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .est-width .right-side{width:37%}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .price-input{border-bottom:1px solid #c3c3c3;padding:20px 0;width:100%}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .price-input span{font-size:16px;line-height:32px}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .price-input input{background-color:#fff;border-bottom:3px solid #181f27;box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.19);font-size:17px;height:34px;margin-left:10px;text-align:right;width:108px}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .price-input .left-side p{line-height:32px}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .price-input .right-side{display:flex;justify-content:flex-end}@media(max-width:480px){.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .price-input .left-side,.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .price-input .right-side{width:50%}}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .saving{padding:35px 0}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .saving .left-side p{font-size:14px}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .saving .left-side small{font-size:12px}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .saving p{margin-bottom:10px}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .saving span{margin-left:30px}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .saving .calculated-price{font-size:17px;margin-bottom:0;position:absolute;right:10px}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .saving .est-width{position:relative}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator p{font-size:14px;margin-bottom:0}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .total-price{padding:15px 0}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .total-price p *{display:inline-block;font-weight:600;font-size:17px}@media(max-width:480px){.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .total-price p *{font-size:15px}}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .total-price .left-side p *{font-size:17px}@media(max-width:480px){.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .total-price .left-side p *{font-size:15px}}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .total-price .right-side p *{font-size:22px}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .total-price .right-side .total{float:right}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .total-price .right-side .total *{font-size:21px;position:relative;top:5px}@media(max-width:480px){.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .total-price .left-side{width:40%}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .total-price .right-side{width:60%}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .total-price .right-side .total{float:right}}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .sample{align-self:center;width:402px}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .sample{height:410px}}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .sample .card{box-shadow:0 0 9px 0 rgba(0,0,0,.15);padding:0}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .sample .card img{margin-top:-70px;width:100%}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .sample .card .overlap{background:rgba(255,255,255,.8);padding-bottom:5px;padding-left:65px;padding-top:5px;position:relative;width:65%;z-index:1}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .sample .card .overlap strong{font-size:18px;line-height:.1}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .sample .card .overlap .grey{color:#606060;font-size:12px}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .sample .card .card-text{align-items:center;display:flex;flex-direction:column;justify-content:center}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .sample .card .card-text ul{list-style-position:inside;padding-left:0}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .sample .card .card-text ul li{font-size:14px;list-style:disc;margin-top:15px}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .note{display:flex;padding-bottom:50px;width:100%}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .note p{font-size:15px;margin-bottom:0;margin-left:30px}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .note div{padding-bottom:10px;padding-left:10px;padding-right:10px;width:43%}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .note .middle{border-left:1px solid #d2d2d2;border-right:1px solid #d2d2d2}@media(max-width:992px){.HotelPartner_hotelPartnerStyles__BvEgH .estimate .note{padding:20px}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .note p{font-size:14px}}@media(min-width:768px)and (max-width:992px){.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container{width:100%}}@media(max-width:992px){.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated{padding:20px}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .sample{width:360px}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .sample .card .overlap{font-size:15px;padding-left:65px}}@media(max-width:890px){.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container h2{display:none}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated{flex-flow:column;flex-wrap:wrap}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .image-float{transform:rotate(90deg)}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .sample{width:402px}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .sample .card .overlap{font-size:15px;padding-left:65px}}@media(max-width:767px){.HotelPartner_hotelPartnerStyles__BvEgH .estimate .note{flex-flow:column}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .note div{margin:auto;padding-bottom:10px;padding-left:10px;padding-right:10px;width:60%}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .note .middle{border:none}}@media(max-width:480px){.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container{width:100%}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated{padding:0}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .sample,.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .sample .card{width:100%}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .sample .card .overlap{font-size:15px;padding-left:20px}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator{margin-top:5px;width:100%}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .note{padding:30px 10px}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .note div{padding-right:5px;width:100%}}@media(max-width:320px){.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .saving .est-width .left-side p{width:160px}.HotelPartner_hotelPartnerStyles__BvEgH .estimate .container .floated .estimator .saving .est-width .rigt-side .calculated-price{left:-90px;position:relative}}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive{width:100%}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive h2{margin:50px 0;text-align:center}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .carousel{display:none;overflow:hidden}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .black-bar{background:#000;display:flex;height:209px;width:100%}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .black-bar p{color:#fff}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .black-bar .context{align-self:center;display:flex;margin:auto;width:1150px}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .black-bar .context .card{background-color:transparent;display:flex;height:67px;padding:0;width:33%}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .black-bar .context .card .icon{border-right:1px solid #fff;display:flex;height:60px;margin-right:15px;padding:10px}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .black-bar .context .card .icon img{align-self:center;height:45px;margin-right:25px;width:50px}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .black-bar .context .card .icon img.first-icon{height:45px;width:30px}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .black-bar .context .card .text{display:flex;height:80px;width:195px}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .black-bar .context .card .text p{align-self:center;font-size:14px;line-height:22px}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .logos-all{display:flex;justify-content:space-between;margin:auto;max-width:1150px}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .logos-all .logo img{width:95%}@media(max-width:992px){.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .black-bar .context{width:90%}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .logos-all{padding:20px}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .logos-all .logo{margin:5px}}@media(max-width:767px){.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .black-bar{height:310px}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .black-bar .context{flex-flow:column;flex-wrap:wrap}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .black-bar .context .card{margin-top:20px;width:100%}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .black-bar .context .card .text{width:50%}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .black-bar .context .card .icon{margin-left:30px;min-width:90px;width:12%}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .black-bar .context .card .icon img.first-icon{margin-left:10px}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .logos-all{display:none}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .carousel{display:block;margin-top:50px;overflow:hidden;text-align:center;width:100%}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .carousel .slick-slide{height:auto;margin-left:10px;margin-right:5px;width:95%}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .carousel .slick-dots li button:before{color:#fff;font-size:15px;opacity:0}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .carousel .slick-dots li.slick-active button:before{color:#000;opacity:0}}@media(max-width:480px){.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .black-bar{height:360px}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .black-bar .context{margin-bottom:30px}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .black-bar .context .card{margin-top:43px}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .black-bar .context .card .text{width:70%}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .black-bar .context .card .icon{margin-left:10px}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .carousel{display:block}.HotelPartner_hotelPartnerStyles__BvEgH .exclusive .carousel .slick-slide{margin-left:8px;width:100%}}