.HomePage-LandlordSection-title {
    color: #24272e;
    color: #7b8389;
    line-height: 28px;
    line-height: 22.5px
}

.HomePage-LandlordSection-subtitle,
.HomePage-LandlordSection-title {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600
}

.HomePage-LandlordSection-subtitle {
    color: #24272e;
    line-height: 28px;
    margin-bottom: 25px
}

@media(min-width:720px) {
    .HomePage-LandlordSection-subtitle {
        margin-bottom: 35px
    }
}

.HomePage-LandlordSection-CardContainer {
    display: flex;
    flex-direction: column
}

@media(min-width:1000px) {
    .HomePage-LandlordSection-CardContainer {
        flex-direction: row;
        justify-content: space-between
    }
}

.HomePage-LandlordSection-CardContainer .CardImageHeader:last-of-type {
    margin-top: 20px
}

@media(min-width:720px) {
    .HomePage-LandlordSection-CardContainer .CardImageHeader:last-of-type {
        margin-top: 30px
    }
}

@media(min-width:1000px) {
    .HomePage-LandlordSection-CardContainer .CardImageHeader:last-of-type {
        margin-top: 0
    }
}

@media(min-width:1000px) {
    .HomePage-LandlordSection-Card {
        width: calc(50% - 10px)
    }
}

@media(min-width:1200px) {
    .HomePage-LandlordSection-Card {
        width: calc(50% - 15px)
    }
}

@media(min-width:1440px) {
    .HomePage-LandlordSection-Card {
        width: calc(50% - 20px)
    }
}

.HomePageSlider-header {
    align-items: center;
    display: flex;
    margin: 0 20px 25px;
    max-width: 1535px
}

.HomePageSlider-header.ContentContainer {
    margin-bottom: 25px;
    padding: 0
}

@media(min-width:720px) {
    .HomePageSlider-header.ContentContainer {
        margin-bottom: 35px
    }
}

.HomePageSlider-header-arrows {
    display: none
}

@media(min-width:720px) {
    .HomePageSlider-header-arrows {
        align-self: flex-end;
        display: flex;
        margin-left: auto
    }
}

.HomePageSlider-header-arrows .HomePageSlider-header-arrows-arrow:first-child {
    margin-right: 15px
}

.HomePageSlider-header-arrows-arrow {
    background-color: #edf1f4;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 36px;
    padding: 10px;
    width: 36px
}

.non-touch .HomePageSlider-header-arrows-arrow:hover {
    background: #e5e9ed
}

.non-touch .HomePageSlider-header-arrows-arrow:hover .IconButton-icon {
    background: none;
    border: none
}

.HomePageSlider-header-arrows-arrow:disabled {
    background-color: #f7f9fa;
    border: 1px solid #edf1f4
}

.non-touch .HomePageSlider-header-arrows-arrow:disabled:hover {
    background-color: #f7f9fa;
    cursor: auto
}

.HomePageSlider-header-arrows-arrow .IconButton-icon {
    background: none;
    border: none
}

.HomePageSlider-scrollContainer {
    display: flex;
    overflow-x: scroll;
    position: relative;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-padding: 0 var(--page-margin);
    scrollbar-width: none
}

.HomePageSlider-scrollContainer::-webkit-scrollbar {
    display: none;
    width: 0 !important
}

@media(min-width:1920px) {
    .HomePageSlider--hasHover .HomePageSlider-scrollContainer {
        margin: -7px;
        scroll-padding: 0 7px
    }
}

.HomePageSlider--hasHover .HomePageSlider-scrollContainer:after {
    min-width: calc(var(--page-margin) - 7px)
}

.HomePageSlider-scrollContainer:after {
    content: "";
    min-width: var(--page-margin)
}

@media(min-width:1920px) {
    .HomePageSlider-scrollContainer:after {
        min-width: 0
    }
}

.HomePageSlider-slide {
    flex-shrink: 0;
    padding-right: 15px;
    position: relative;
    scroll-snap-align: start start
}

.HomePageSlider--hasHover .HomePageSlider-slide {
    scroll-snap-margin-left: -7px;
    scroll-margin-left: -7px
}

.HomePageSlider--hasHover .HomePageSlider-slide:last-child {
    scroll-margin-right: -7px
}

@media(min-width:720px) {
    .HomePageSlider-slide {
        padding-right: 25px
    }
}

.HomePageSlider-slide:first-of-type {
    margin-left: var(--page-margin)
}

@media(min-width:1920px) {
    .HomePageSlider-slide:first-of-type {
        margin-left: 0
    }
}

.HomePageSlider-slide:last-of-type {
    padding-right: 0
}

.HomePageSlider-headerTitle * {
    color: #24272e;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px
}

@media(min-width:720px) {
    .HomePageSlider-headerTitle * {
        color: #24272e;
        font-family: Poppins, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px
    }
}

.HomePageSlider-title {
    color: #7b8389
}

.HomePageSlider-subtitle {
    color: #24272e
}

.Slide {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 287px;
    padding: 7px;
    position: relative;
    width: calc(25vw - var(--scrollbarWidth)/4 - var(--page-margin)*2/4 + 3.5px)
}

@media(min-width:1920px) {
    .Slide {
        width: 387.25px
    }
}

.non-touch .Slide:hover .Slide-coverImage {
    transform: scale3d(1.03, 1.03, 1)
}

.non-touch .Slide:hover:after {
    opacity: 1;
    transform: scaleX(1)
}

.Slide:after {
    background-color: #eee2ff;
    border-radius: 10px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(.95);
    transition: all .4s cubic-bezier(.25, .46, .45, .94);
    z-index: -1
}

.Slide-figure {
    border-radius: 7px;
    box-shadow: 0 15px 30px rgba(55, 57, 86, .1);
    height: 0;
    overflow: hidden;
    padding-bottom: 128.2%;
    position: relative;
    z-index: 2
}

.Slide-coverImage {
    position: absolute;
    transform: scaleX(1);
    transform-style: preserve-3d;
    transition: transform .4s cubic-bezier(.25, .46, .45, .94);
    z-index: 1
}

.Slide-link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.TrustpilotReviews-header-headline {
    align-items: center;
    color: #24272e;
    display: none;
    flex-wrap: wrap;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 45px
}

@media(min-width:720px) {
    .TrustpilotReviews-header-headline {
        color: #24272e;
        display: flex;
        font-family: Poppins, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px
    }
}

.TrustPilotWidget {
    height: -moz-min-content;
    height: min-content;
    max-height: 200px
}

html .TrustPilotWidget {
    height: -moz-max-content;
    height: max-content
}

.InfoSection-headline {
    color: #24272e;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 60px;
    max-width: 1200px;
    white-space: pre-line
}

@media(min-width:720px) {
    .InfoSection-headline {
        color: #24272e;
        font-size: 30px;
        font-weight: 600;
        line-height: 38px
    }
}

@media(min-width:1000px) {
    .InfoSection-headline {
        margin-bottom: 80px
    }
}

@media(min-width:1920px) {
    .InfoSection-headline {
        font-size: 36px;
        line-height: 46px
    }
}

.InfoSection-headline-highlight {
    background: linear-gradient(89.87deg, #732dd9 24.9%, #4c2be6 52.92%);
    background-clip: text;
    -webkit-background-clip: text;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent
}

@media(min-width:1000px) {
    .InfoSection-container {
        display: flex;
        justify-content: space-between
    }
}

.InfoSection-container-item {
    border-bottom: 1px solid #dae0e6;
    flex: 1;
    padding: 25px 0
}

@media(min-width:720px) {
    .InfoSection-container-item {
        display: inline-flex;
        padding: 35px 0
    }
}

@media(min-width:1000px) {
    .InfoSection-container-item {
        border-bottom: none;
        border-left: 1px solid #dae0e6;
        border-right: 1px solid #dae0e6;
        display: block;
        padding: 0 35px
    }

    .InfoSection-container-item:first-of-type,
    .InfoSection-container-item:last-of-type {
        border: none
    }
}

@media(min-width:1200px) {
    .InfoSection-container-item {
        padding: 0 45px
    }
}

@media(min-width:1440px) {
    .InfoSection-container-item {
        padding: 0 60px
    }
}

@media(min-width:1920px) {
    .InfoSection-container-item {
        padding: 0 100px
    }
}

.InfoSection-container-item:first-of-type {
    padding-left: 0;
    padding-top: 0
}

.InfoSection-container-item:last-of-type {
    border-bottom: none;
    border-right: none;
    padding-bottom: 0
}

@media(min-width:1000px) {
    .InfoSection-container-item:last-of-type {
        padding-right: 0
    }
}

.InfoSection-container-item-icon {
    height: 50px;
    min-width: 50px;
    width: 50px
}

@media(min-width:720px) {
    .InfoSection-container-item-icon {
        margin-right: 40px
    }
}

@media(min-width:1200px) {
    .InfoSection-container-item-text {
        max-width: 275px
    }
}

@media(min-width:1440px) {
    .InfoSection-container-item-text {
        max-width: 350px
    }
}

.InfoSection-container-item-text-title {
    color: #24272e;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 5px
}

.InfoSection-container-item-text-description {
    color: #24272e;
    color: #575d64;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
}

.HomePageSlider.Collections .HomePageSlider-slide {
    padding-right: 0
}

.HomePageSlider.Collections .HomePageSlider-header {
    margin-bottom: 20px
}

html[lang=en] .HomePageSlider.Collections .Caption-subtitle {
    margin: 0 auto;
    max-width: 280px
}

html[lang=en] .Slide.CATEGORY_PETS .Caption-subtitle {
    margin: 0 auto;
    max-width: 150px
}

html[lang=de] .HomePageSlider.Collections .Caption-subtitle {
    margin: 0 auto;
    max-width: 280px
}

.Caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 15px
}

.Caption-title {
    height: 36px
}

.Caption-subtitle {
    color: #616172;
    font-size: 14px;
    font-weight: 500;
    padding: 0 7px 20px;
    text-align: center
}

.Cities .HomePageSlider-slide {
    padding-right: 0
}

.Cities-caption {
    align-items: center;
    display: flex;
    padding: 15px 0
}

.Cities-captionImage {
    height: 36px;
    margin-right: 5px;
    width: 36px
}

.Cities-captionText {
    display: flex;
    flex-direction: column
}

.Cities-cityName {
    color: #24272e;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.Cities-cityDescription,
.Cities-cityName {
    font-family: Poppins, sans-serif;
    font-style: normal
}

.Cities-cityDescription {
    color: #575d64;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px
}

.HomePageDateFilter {
    display: flex
}

.HomePageDateFilter-widget-title {
    color: #aeaeae;
    display: block;
    text-align: center
}

.HomePageDateFilter-from {
    border-right: 1px solid #ededed;
    margin-right: 30px;
    padding-right: 30px
}

.SearchBarForm-Input-DateFilter .popper-InnerReference,
.SearchBarForm-Input-DateFilter .popper-reference {
    height: 100%;
    width: 100%
}

.SearchBarForm-Input-DateFilter .popper[data-placement^=bottom] {
    margin-top: -12px
}

.SearchBarForm-Input-DateFilter .popper__arrow {
    display: none
}

.SearchBarForm-DateFilterToggleButton {
    align-items: center;
    background: none;
    border: 0;
    display: flex;
    height: 100%;
    outline: 0;
    text-align: left;
    width: 100%
}

.SearchBar {
    background: #fff;
    border-radius: 57px;
    box-shadow: 0 5px 5px rgba(59, 55, 86, .15), 0 10px 20px rgba(55, 57, 86, .3);
    display: flex;
    width: 100%
}

.SearchBarForm {
    align-items: center;
    display: flex;
    width: 100%
}

.SearchBarForm-Column {
    flex: 1
}

.SearchBarForm-Input {
    align-items: center;
    border-radius: 40px;
    cursor: pointer;
    display: flex;
    flex: 1;
    height: 100%;
    padding-left: 30px
}

@media(min-width:1000px) {
    .SearchBarForm-Input {
        padding: 0 55px
    }
}

.SearchBarForm-Input-content {
    width: 100%
}

.SearchBarForm-Input-title {
    color: #24272e;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase
}

.SearchBarForm-InputAutocomplete.InputAutocomplete-suggestionsBox {
    margin-top: 26px
}

.SearchBarForm-separator {
    background-color: #dae0e6;
    display: none;
    height: 60px;
    margin: 0 5px;
    width: 1px
}

@media(min-width:720px) {
    .SearchBarForm-separator {
        display: block
    }
}

.SearchBarForm-Input-DateFilter {
    display: none
}

@media(min-width:720px) {
    .SearchBarForm-Input-DateFilter {
        display: block
    }
}

.SearchBarForm-Input-DateRangePicker {
    display: none
}

@media(min-width:720px) {
    .SearchBarForm-Input-DateRangePicker {
        display: flex
    }
}

.SearchBarForm-SubmitButton {
    align-items: center;
    background: #47a82d;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 20px;
    font-weight: 600;
    height: 40px;
    justify-content: center;
    line-height: 28px;
    margin: 10px;
    outline: none;
    width: 40px
}

.SearchBarForm-SubmitButton:hover {
    background: #429c2a
}

.SearchBarForm-SubmitButton:focus {
    background: #47a82d;
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px #acd8a0;
    outline: 0
}

@media(min-width:720px) {
    .SearchBarForm-SubmitButton {
        border-radius: 50px;
        height: 60px;
        margin: 13px 15px 13px 5px;
        width: 223px
    }

    .SearchBarForm-SubmitButton-icon {
        display: none
    }
}

.SearchBarForm-SubmitButton-text {
    display: none
}

@media(min-width:720px) {
    .SearchBarForm-SubmitButton-text {
        display: block
    }
}

.SearchBarForm-Input-placeholder {
    color: #b5bec5;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.SearchBarForm-Input-placeholder--active {
    opacity: .75
}

.SearchBarForm-Input-placeholder:hover {
    opacity: .75
}

.SearchBarForm-Input-value {
    color: #24272e;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.SearchBarForm-Input-DateFilter .popper-enter,
.SearchBarForm-Input-DateFilter .popper-exit-active {
    opacity: 1
}

.RegionSelect-vienna {
    align-items: center;
    display: flex;
    position: relative
}

.RegionSelect-new {
    align-items: center;
    background-color: #732dd9;
    border-radius: 20px;
    color: #fff;
    cursor: default;
    display: flex;
    font-size: 10px;
    font-weight: 600;
    height: 20px;
    justify-content: center;
    padding: 0 10px;
    position: absolute;
    right: 10px
}

.SearchBar-GeocodingSearch {
    flex: 1;
    margin-left: 20px;
    width: calc(100% - 80px)
}

@media(min-width:374px) {
    .SearchBar-GeocodingSearch {
        padding: 20px
    }
}

.SearchBar-GeocodingSearch .SearchBarForm-Input-title {
    display: none
}

@media(min-width:720px) {
    .SearchBar-GeocodingSearch .SearchBarForm-Input-title {
        display: block
    }
}

.SearchBar-GeocodingSearch .GeocodingInputSearch--light .InputText-input {
    font-size: 20px;
    margin: 0;
    padding: 0
}

.SearchBar-GeocodingSearch .GeocodingInputSearchMobile .SearchDrawerTrigger {
    border: none;
    box-shadow: none;
    padding: 0
}

.SearchBar-GeocodingSearch .GeocodingInputSearchMobile .SearchDrawerTrigger-Text {
    font-size: 20px;
    padding: 0
}

.SearchBar-GeocodingSearch .GeocodingInputSearchMobile .SearchDrawerTrigger-SearchIcon {
    display: none
}

.SearchBar-GeocodingSearch .GeocodingInputSearchMobile .SearchDrawerTrigger .SearchDrawerTrigger-Text {
    width: 100%
}

#main {
    --page-margin: 20px
}

@media(min-width:720px) {
    #main {
        --page-margin: 30px
    }
}

@media(min-width:1000px) {
    #main {
        --page-margin: 80px
    }
}

@media(min-width:1200px) {
    #main {
        --page-margin: 10vw
    }
}

@media(min-width:1920px) {
    #main {
        --page-margin: auto
    }
}

.HomePage .Footer-container {
    margin: 0 var(--page-margin)
}

.HomepageSplash {
    background: linear-gradient(155.25deg, rgba(107, 37, 223, 0) 48.74%, #4b2ae6 92.9%), linear-gradient(.931turn, rgba(107, 37, 223, 0) 63.62%, #5826e4 99.6%), linear-gradient(50.88deg, rgba(107, 37, 223, 0) 28.21%, #8622e3 83.2%), #6c22de;
    display: flex;
    flex-direction: column;
    height: 78vh;
    margin-top: -70px;
    max-height: 650px;
    min-height: 500px;
    padding-top: 64px
}

@media(min-width:768px) {
    .HomepageSplash {
        padding-top: 70px
    }
}

.Homepage-AppHeader {
    position: sticky;
    top: 0;
    transition: all .3s ease-out
}

.Homepage-Search {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    padding-bottom: clamp(15px, 3vh, 60px)
}

.Homepage-Search-inner {
    margin: 0 var(--page-margin);
    max-width: 1350px;
    width: 100%
}

@media(min-width:1620px) {
    .Homepage-Search-inner {
        margin: 0
    }
}

.ContentContainer {
    margin: 0 var(--page-margin);
    max-width: 1535px
}

.ContentContainer.ContentContainer--fullBleed {
    margin-left: 0;
    margin-right: 0;
    max-width: none
}

@media(min-width:1920px) {
    .ContentContainer.ContentContainer--fullBleed {
        margin: 0 auto;
        max-width: 1535px
    }

    .ContentContainer {
        margin: 0 auto
    }
}

.Homepage-CollectionsSection {
    padding-top: 45px
}

@media(min-width:720px) {
    .Homepage-CollectionsSection {
        padding-top: 60px
    }
}

@media(min-width:1440px) {
    .Homepage-CollectionsSection {
        padding-top: 75px
    }
}

.Homepage-InfoSection {
    padding: 75px 0 60px
}

@media(min-width:720px) {
    .Homepage-InfoSection {
        padding: 100px 0 75px
    }
}

@media(min-width:1440px) {
    .Homepage-InfoSection {
        padding: 130px 0 80px
    }
}

.Homepage-CitiesSection {
    padding-top: 60px
}

@media(min-width:720px) {
    .Homepage-CitiesSection {
        padding-top: 75px
    }
}

.Homepage-TrustpilotSection {
    margin-bottom: 75px
}

@media(min-width:720px) {
    .Homepage-TrustpilotSection {
        margin-bottom: 120px
    }
}

@media(min-width:1440px) {
    .Homepage-TrustpilotSection {
        margin-bottom: 125px
    }
}

.Homepage-FAQSection {
    padding: 75px 0
}

@media(min-width:720px) {
    .Homepage-FAQSection {
        padding: 100px 0
    }
}

@media(min-width:1440px) {
    .Homepage-FAQSection {
        padding: 125px 0 100px
    }
}

.Homepage-FAQSection hr {
    margin-bottom: 15px;
    margin-top: 15px
}

.Homepage-FAQSection img {
    max-width: 100%
}

.Homepage-LandlordSection {
    padding: 60px 0
}

@media(min-width:720px) {
    .Homepage-LandlordSection {
        padding: 75px 0 85px
    }
}

.HomePage-headline {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 49px;
    text-align: center
}

@media(min-width:720px) {
    .HomePage-headline {
        font-size: 46px;
        line-height: 57px
    }
}

.HomePage-subheadline {
    color: hsla(0, 0%, 100%, .75);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 25px;
    margin-top: 5px;
    text-align: center
}

@media(min-width:1200px) {
    .HomePage-subheadline {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 45px
    }
}

.Homepage-grayBackground,
.Homepage-purpleBackground {
    margin: 0 auto;
    width: 100%
}

@media(min-width:720px) {

    .Homepage-grayBackground,
    .Homepage-purpleBackground {
        padding-top: 75px
    }
}

@media(min-width:1000px) {

    .Homepage-grayBackground,
    .Homepage-purpleBackground {
        padding-top: 100px
    }
}

.Homepage-bottomGrayGradient {
    position: relative
}

.Homepage-bottomGrayGradient:after {
    background: linear-gradient(0deg, #f7f9fa, rgba(247, 249, 250, 0));
    bottom: 0;
    content: "";
    height: 263px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1
}

@media(min-width:720px) {
    .Homepage-bottomGrayGradient:after {
        height: 175px
    }
}

.Homepage-grayBackground {
    background: linear-gradient(85.57deg, #edf1f4 23.38%, #f4f3ed 87.74%)
}

.Homepage-purpleBackground {
    background: linear-gradient(155.25deg, rgba(107, 37, 223, 0) 48.74%, #4b2ae6 92.9%), linear-gradient(.931turn, rgba(107, 37, 223, 0) 63.62%, #5826e4 99.6%), linear-gradient(50.88deg, rgba(107, 37, 223, 0) 28.21%, #8622e3 83.2%), #6c22de
}

.HomePage_ukraine-flag {
    display: flex;
    margin-right: 7.5px
}

.HomePage_banner_link {
    align-self: center;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px
}

.HomePage_ukraineButton_svg {
    border: 1px solid #fff;
    border-radius: 100%
}

.left {
    transform: rotate(180deg)
}

.HomePageBanner {
    display: flex;
    justify-content: center;
    margin: 0 20px;
    min-height: 40px
}

.HomePageBanner__wrapper {
    align-items: center;
    border-radius: 57px;
    display: flex;
    gap: 7.5px;
    justify-content: space-between;
    min-width: 100%;
    padding: 5px 15px
}

@media(min-width:480px) {
    .HomePageBanner__wrapper {
        padding: 5px 15px
    }
}

@media(min-width:720px) {
    .HomePageBanner__wrapper {
        min-width: 535px
    }
}

.HomePageBanner--light .HomePageBanner__wrapper {
    background: hsla(0, 0%, 100%, .2);
    border: 1px solid hsla(0, 0%, 100%, .35)
}

.HomePageBanner--light .HomePageBanner__wrapper:hover {
    background: hsla(0, 0%, 100%, .3)
}

.HomePageBanner--dark .HomePageBanner__wrapper {
    background: #f7f9fa;
    border: 1px solid #e5e9ed
}

.HomePageBanner--dark .HomePageBanner__wrapper:hover {
    background: #edf1f4
}

.HomePageBanner__inner {
    align-items: center;
    display: flex
}

.HomePageBanner__arrow {
    display: flex;
    width: 16px
}

.HomePageBanner__PrimaryText {
    font-weight: 600;
    line-height: 20px;
    margin-right: 5px
}

.HomePageBanner--light .HomePageBanner__PrimaryText {
    color: #fff
}

.HomePageBanner--dark .HomePageBanner__PrimaryText {
    color: #24272e
}

.HomePageBanner__SecondaryText {
    font-weight: 600;
    line-height: 20px;
    margin-right: 5px
}

.HomePageBanner--light .HomePageBanner__SecondaryText {
    color: hsla(0, 0%, 100%, .75)
}

.HomePageBanner--dark .HomePageBanner__SecondaryText {
    color: #575d64
}

.CardImageHeader {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative
}

.non-touch .CardImageHeader:hover .CardImageHeader-imageContainer img {
    transform: scale(1.03)
}

.non-touch .CardImageHeader:hover .CardImageHeader-cta-arrow-container-inner {
    animation: arrowContainerAnimation .4s cubic-bezier(.25, .46, .45, .94);
    transform: translateX(0)
}

.CardImageHeader-imageContainer {
    border-radius: 10px 10px 0 0;
    height: 0;
    overflow: hidden;
    padding-bottom: 55%;
    width: 100%
}

@media(min-width:720px) {
    .CardImageHeader-imageContainer {
        padding-bottom: 36%
    }
}

@media(min-width:1000px) {
    .CardImageHeader-imageContainer {
        padding-bottom: 50%
    }
}

@media(min-width:1200px) {
    .CardImageHeader-imageContainer {
        padding-bottom: 40%
    }
}

@media(min-width:1440px) {
    .CardImageHeader-imageContainer {
        padding-bottom: 34%
    }
}

@media(min-width:1920px) {
    .CardImageHeader-imageContainer {
        padding-bottom: 32%
    }
}

.CardImageHeader-imageContainer .CoverImage {
    left: 0;
    position: absolute;
    top: 0
}

.CardImageHeader-imageContainer img {
    transform: scale(1);
    transition: transform .4s cubic-bezier(.25, .46, .45, .94)
}

.CardImageHeader-link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.CardImageHeader-content {
    align-items: center;
    border-radius: 0 0 10px 10px;
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow: hidden;
    padding: 20px 20px 30px;
    transition: background .4s cubic-bezier(.25, .46, .45, .94)
}

@media(min-width:720px) {
    .CardImageHeader-content {
        padding: 25px 45px 35px
    }
}

@media(min-width:1000px) {
    .CardImageHeader-content {
        padding: 25px 50px 35px
    }
}

@media(min-width:1440px) {
    .CardImageHeader-content {
        padding: 25px 80px 35px
    }
}

@media(min-width:1920px) {
    .CardImageHeader-content {
        padding: 45px 100px 55px
    }
}

.CardImageHeader-content-title {
    color: #24272e;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px;
    max-width: 250px;
    text-align: center
}

@media(min-width:720px) {
    .CardImageHeader-content-title {
        color: #24272e;
        font-family: Poppins, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        max-width: 390px
    }
}

.CardImageHeader-content-description {
    color: #24272e;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 25px;
    text-align: center
}

@media(min-width:1920px) {
    .CardImageHeader-content-description {
        margin-bottom: 30px
    }
}

.CardImageHeader-cta {
    align-items: center;
    border-radius: 30px;
    display: flex;
    font-weight: 600;
    margin-top: auto;
    padding: 10px 20px;
    transition: background .15s
}

.CardImageHeader-cta-arrow {
    margin-left: 8px;
    min-height: 15px;
    min-width: 15px
}

.CardImageHeader.Purple .CardImageHeader-content {
    background: #732dd9
}

.CardImageHeader.Purple .CardImageHeader-content .CardImageHeader-content-description,
.CardImageHeader.Purple .CardImageHeader-content .CardImageHeader-content-title,
.CardImageHeader.Purple .CardImageHeader-content .CardImageHeader-cta {
    color: #fff
}

.non-touch .CardImageHeader.Purple:hover .CardImageHeader-content {
    background: #6724c9
}

.CardImageHeader.Peach .CardImageHeader-content {
    background: #fae8e8
}

.CardImageHeader.Peach .CardImageHeader-content .CardImageHeader-cta .CardImageHeader-cta-arrow-fillColor {
    fill: #000
}

.non-touch .CardImageHeader.Peach:hover .CardImageHeader-content {
    background: #f5d8d8
}

.CardImageHeader-cta-arrow-container {
    height: 26px;
    overflow: hidden;
    width: 26px
}

.CardImageHeader-cta-arrow-container-inner {
    align-items: center;
    display: flex;
    height: 100%;
    transform: translateX(-100%)
}

@keyframes arrowContainerAnimation {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}

.GeocodingInputSearch {
    transition: width .3s;
    width: 190px
}

@media(min-width:480px) {
    .GeocodingInputSearch {
        width: 275px
    }
}

.GeocodingInputSearch--isFocused {
    width: 100%
}

.GeocodingInputSearch .InputText {
    background: #fff;
    border: 1px solid #dae0e6;
    border-radius: 57px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    flex-direction: row;
    padding: 7.5px 7.5px 7.5px 15px
}

@media(min-width:374px) {
    .GeocodingInputSearch .InputText {
        padding-left: 20px
    }
}

.GeocodingInputSearch .InputText:hover {
    cursor: pointer
}

.GeocodingInputSearch .InputAutocomplete-InputText-Icon {
    align-items: center;
    background: #edf1f4;
    border: 1px solid #e5e9ed;
    border-radius: 20px;
    display: flex;
    height: 30px;
    justify-content: center;
    min-width: 30px;
    width: 30px
}

.GeocodingInputSearch .InputText-input {
    background: none;
    border: none;
    color: #24272e;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    min-width: 80%;
    overflow: hidden;
    padding: 0 20px 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.GeocodingInputSearch .InputText-input::-moz-placeholder {
    color: #b5bec5
}

.GeocodingInputSearch .InputText-input::placeholder {
    color: #b5bec5
}

.GeocodingInputSearch .InputAutocomplete-suggestionItem {
    cursor: pointer;
    padding: 10px
}

.GeocodingInputSearch--light {
    width: 100%
}

.GeocodingInputSearch--light .InputText {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0
}

.GeocodingInputSearch--isTransparent .InputText {
    background: rgba(0, 0, 0, .15);
    border: 1px solid hsla(0, 0%, 100%, .25)
}

.GeocodingInputSearch--isTransparent .InputText-input {
    color: #fff
}

.GeocodingInputSearch--isTransparent .InputAutocomplete-InputText-Icon {
    background: rgba(0, 0, 0, .25);
    border: 1px solid hsla(0, 0%, 100%, .25)
}

.InputAutocomplete {
    position: relative
}

.InputAutocomplete-suggestionsBox {
    background: #fff;
    border: 1px solid #e5e9ed;
    border-radius: 7px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .05);
    margin-top: 5px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 5
}

.InputAutocomplete-suggestionsList {
    max-height: 300px;
    overflow-y: auto;
    padding: 5px
}

.InputAutocomplete-suggestionItem {
    background: #fff;
    border: none;
    border-radius: 5px;
    display: block;
    font-family: inherit;
    font-size: 14px;
    padding: 15px;
    text-align: left;
    width: 100%
}

.InputAutocomplete-suggestionItem--focused,
.InputAutocomplete-suggestionItem:hover {
    background: #f7f9fa
}

.InputAutocomplete-loadingSpinnerContainer {
    align-items: center;
    bottom: 0;
    display: inline-flex;
    height: 100%;
    position: absolute;
    right: 15px;
    top: 0
}

.GeocodingSuggestion-container {
    justify-content: space-between;
    position: relative
}

.GeocodingSuggestion-container,
.GeocodingSuggestion-textAndIconContainer {
    align-items: center;
    display: flex
}

.GeocodingSuggestion-iconContainer {
    align-items: center;
    background-color: #e5e9ed;
    border-radius: 7px;
    display: flex;
    height: 36px;
    justify-content: center;
    margin-right: 15px;
    width: 36px
}

.GeocodingSuggestion-icon {
    height: 20px;
    width: 20px
}

.GeocodingSuggestion-textContainer {
    flex: 1;
    font-size: 16px;
    padding-right: 15px
}

.GeocodingSuggestion-textContext {
    font-size: 14px
}

.GeocodingSuggestion-arrow {
    display: none;
    position: absolute;
    right: 0
}

.InputAutocomplete-suggestionItem--focused .GeocodingSuggestion-arrow,
.InputAutocomplete-suggestionItem:hover .GeocodingSuggestion-arrow {
    display: block
}

.SearchDrawerTrigger {
    align-items: center;
    background: #fff;
    border: 1px solid #e5e9ed;
    border-radius: 57px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    outline: inherit;
    padding: 7.5px 7.5px 7.5px 15px;
    width: 100%
}

@media(min-width:480px) {
    .SearchDrawerTrigger {
        padding-left: 20px
    }
}

.SearchDrawerTrigger-Text {
    color: #24272e;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    overflow: hidden;
    padding: 0 20px 0 5px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100vw - 180px)
}

@media(hover:hover) {
    .SearchDrawerTrigger-Text {
        width: calc(100vw - 200px)
    }
}

.SearchDrawerTrigger-Text--placeholder {
    color: #b5bec5
}

.SearchDrawerTrigger-SearchIcon {
    align-items: center;
    background: #edf1f4;
    border: 1px solid #e5e9ed;
    border-radius: 20px;
    display: flex;
    height: 30px;
    justify-content: center;
    min-width: 30px;
    width: 30px
}

.SearchDrawerTrigger--isTransparent {
    background: rgba(0, 0, 0, .15);
    border: 1px solid hsla(0, 0%, 100%, .25)
}

.SearchDrawerTrigger--isTransparent .SearchDrawerTrigger-Text {
    color: #fff
}

.SearchDrawerTrigger--isTransparent .SearchDrawerTrigger-SearchIcon {
    background: rgba(0, 0, 0, .25);
    border: 1px solid hsla(0, 0%, 100%, .25)
}

.GeocodingInputSearchMobile-Drawer .Drawer-inner {
    min-height: 95%
}

.GeocodingInputSearchMobile-Drawer .Drawer-sliderContainer {
    justify-content: stretch
}

.GeocodingInputSearchMobile-Drawer .Drawer-children {
    padding-bottom: 0
}

.GeocodingInputSearchMobile-Drawer .GeocodingInputSearch {
    width: 100%
}

.GeocodingInputSearchMobile-Drawer .GeocodingInputSearch.hide-caret .InputText-input {
    caret-color: transparent
}

.GeocodingInputSearchMobile-Drawer .GeocodingInputSearch .InputText {
    border: none;
    border-bottom: 1px solid #dae0e6;
    border-radius: 0;
    box-shadow: none;
    padding: 20px
}

.GeocodingInputSearchMobile-Drawer .GeocodingInputSearch .InputText-input {
    font-size: 23px;
    line-height: 0
}

.GeocodingInputSearchMobile-Drawer .GeocodingInputSearch .InputAutocomplete-suggestionsBox {
    border: none;
    box-shadow: none;
    position: relative
}

.GeocodingInputSearchMobile-Drawer .InputAutocomplete-suggestionsList {
    max-height: none
}

@media(min-width:1201px) {
    .hide-xlarge {
        display: none
    }
}

@media(min-width:993px)and (max-width:1199px) {
    .hide-large {
        display: none
    }
}

@media(min-width:768px)and (max-width:991px) {
    .hide-medium {
        display: none
    }
}

@media(max-width:766px) {
    .hide-small {
        display: none
    }
}

@media(max-width:768px) {
    .hide-lt-medium {
        display: none
    }
}

@media(min-width:993px) {
    .hide-gt-large {
        display: none
    }
}

.GeocodingSearch .GeocodingInputSearchMobile {
    display: block
}

@media(min-width:480px) {
    .GeocodingSearch .GeocodingInputSearchMobile {
        display: none
    }
}

.GeocodingSearch .GeocodingInputSearch {
    display: none
}

@media(min-width:480px) {
    .GeocodingSearch .GeocodingInputSearch {
        display: block
    }
}

.DateRangePickerMobile-drawer-children {
    align-items: center;
    display: flex;
    flex-direction: column
}

.DateRangePickerMobile-root {
    border: none;
    padding-top: 85px;
    width: -moz-max-content;
    width: max-content
}

.DateRangePickerMobile-root--bottom {
    padding: 40px
}

.DateRangePickerMobile-months {
    display: flex;
    flex-direction: column
}

.DateRangePickerMobile-month {
    margin: 0
}

.DateRangePickerMobile-caption {
    padding-bottom: 20px;
    padding-top: 25px;
    text-align: center
}

.DateRangePickerMobile-head,
.DateRangePickerMobile-nav {
    display: none
}

.Button.DateRangePickerMobile-loadMoreButton {
    margin-bottom: 150px;
    overflow: visible
}

.DatePickerStickyHeader {
    position: fixed;
    z-index: 2
}

.DatePickerStickyHeader,
.DatePickerStickyHeader-body {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%
}

.DatePickerStickyHeader-body {
    background-color: #fff;
    border-bottom: 1px solid #e5e9ed;
    padding-bottom: 10px;
    padding-top: 5px
}

.DatePickerStickyHeader-title {
    color: #7b8389;
    color: #24272e;
    font-weight: 600;
    text-transform: uppercase
}

.DatePickerStickyHeader-dates,
.DatePickerStickyHeader-title {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 21px
}

.DatePickerStickyHeader-dates {
    color: #575d64;
    color: #b5bec5;
    font-weight: 500
}

.DatePickerStickyHeader-dates--active {
    color: #575d64
}

.DatePickerStickyHeader-weekdays {
    color: #575d64;
    color: #7b8389;
    display: flex;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    padding-top: 15px
}

.DatePickerStickyHeader-weekdays-day {
    text-align: center;
    width: 40px
}

.DatePickerStickyHeader-clearDatesButton {
    box-shadow: 0 5px 5px rgba(59, 55, 86, .03), 0 10px 20px rgba(55, 57, 86, .1);
    margin-top: 10px
}

.DateRangePickerTrigger-popover {
    box-shadow: 0 30px 60px -5px rgba(50, 65, 93, .1), 0 18px 36px -18px rgba(50, 65, 93, .15)
}

.DateRangePickerTriggerPill {
    background-color: #fff;
    border-radius: 20px;
    color: #575d64;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    margin-right: 10px;
    padding: 3px
}

.DateRangePickerTriggerPill:has(>.DateRangePickerTriggerPill-previewDateButton--active),
.DateRangePickerTriggerPill:has(>.DateRangePickerTriggerPill-previewDateButton--cleared),
.DateRangePickerTriggerPill:has(>.DateRangePickerTriggerPill-previewDateButton--selected) {
    border: 2px solid rgba(84, 46, 188, .45);
    border-radius: 100px
}

.DateRangePickerTrigger-footer {
    background: #fff;
    border-top: 1px solid #e5e9ed;
    color: #575d64;
    display: flex;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    gap: 10px;
    justify-content: center;
    line-height: 21px;
    margin: 0 25px 5px;
    padding-top: 20px
}

.DateRangePickerTrigger-footer--mobile {
    bottom: 0;
    margin: 0;
    padding: 15px 30px;
    position: fixed;
    width: 100%;
    z-index: 1000
}

.DateRangePickerTrigger-footer--mobile-duration {
    padding: 25px 30px
}

.DateRangePickerTriggerPill-previewDateButton {
    background-color: #fff;
    border: 1px solid #e5e9ed;
    border-radius: 100px 0 0 100px;
    color: #575d64;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    min-width: 125px;
    padding: 8px 15px
}

.DateRangePickerTriggerPill-previewDateButton:nth-of-type(2) {
    border-radius: 0 100px 100px 0
}

.DateRangePickerTriggerPill-previewDateButton--active {
    background-color: #f5f1fb;
    border: 1px solid #542ebc;
    color: #542ebc
}

.DateRangePickerTriggerPill-previewDateButton--inactive:hover {
    background: #edf1f4;
    border: 1px solid #dae0e6;
    color: #575d64
}

.DateRangePickerTriggerPill-previewDateButton--applied,
.DateRangePickerTriggerPill-previewDateButton--selected {
    background-color: #542ebc;
    border: 1px solid #542ebc;
    color: #fff
}

.DateRangePickerTriggerPill-previewDateButton--applied:nth-of-type(2),
.DateRangePickerTriggerPill-previewDateButton--selected:nth-of-type(2) {
    border: 1px solid #542ebc;
    border-left-color: #fff
}

.DateRangePickerTriggerPill-previewDateButton--applied:hover,
.DateRangePickerTriggerPill-previewDateButton--selected:hover {
    background-color: #4f2892;
    border: 1px solid #542ebc;
    color: #fff
}

.DateRangePickerTriggerPill-ctaPanel {
    justify-content: space-between
}

.SearchBarDateRangePicker-ctaPanel {
    justify-content: center
}

.ListingsFilter-DateRangePicker .Drawer-inner {
    min-height: 100%
}

.DateRangePickerTrigger-clearDates.Button.Button--growWithText {
    margin-left: -20px
}

.DateRangePickerTrigger-clearDates.Button.Button--growWithText:disabled {
    color: #b5bec5
}

.DatePickerContent {
    overflow: hidden
}

.SearchBarDateRangePicker {
    align-items: flex-start;
    cursor: default;
    flex-direction: column;
    justify-content: center
}

.SearchBarDateRangePicker-label {
    color: #24272e;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    font-weight: 600;
    line-height: 18px;
    padding-left: 5px;
    text-transform: uppercase
}

.SearchBarDateRangePicker-previewDateButton,
.SearchBarDateRangePicker-trigger {
    background-color: transparent;
    border: none;
    color: #24272e;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px
}

.SearchBarDateRangePicker-previewDateButton {
    border-radius: 5px;
    display: inline-flex;
    padding: 2px 5px
}

.SearchBarDateRangePicker-previewDateButton--inactive {
    color: #b5bec5
}

.SearchBarDateRangePicker-previewDateButton--active {
    background-color: #f5f1fb;
    color: #a874f3
}

.SearchBarDateRangePicker-previewDateButton--selected {
    background-color: #f5f1fb;
    color: #732dd9
}

.SearchBarDateRangePicker-dateSeparator {
    color: #24272e
}

.SearchBarDateRangePicker-dateSeparator--inactive {
    color: #b5bec5
}

.SearchBarDateRangePicker-popover.DateRangePickerTrigger-popover {
    margin-top: 22px
}