@charset "utf-8";.popularLocationsContainer.whiteBG {
    background: #efefef;
    background: var(--light);
    background: linear-gradient(180deg,#fff 0,#efefef 100%);
    background: linear-gradient(180deg,#fff 0,var(--light) 100%);
    overflow: hidden
}

.popularLocationsContainer .footerTitles:before {
    left: 2rem;
    background: var(--secondary)
}

.popularLocationsContainer .footerList {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin: 20px 0 0; */
}

.popularLocationsContainer .footerList ul {
    margin-left: 0;
    margin-top: 10px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1 auto;
    margin-bottom: .5rem
}

.popularLocationsContainer .footerList ul>li {
    margin-right: 2rem
}

.popularLocationsContainer .footerList>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 100%
}

.popularLocationsContainer .creteIslandContainer {
    display: none;
}

section.popularLocationsContainer > * {
    max-width: var(--page-width);
    margin-inline: auto;
    padding-inline: 2rem;
    position: relative;
}
section.popularLocationsContainer:before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.2s ease-in;
}
section.popularLocationsContainer.visible:before {
    opacity: .8;
    background-image: url(/images/crete-illustration.png);
    transition: all 0.2s ease-in;
}

.popularLocationsContainer .footerList>li>.topMenu,.popularLocationsContainer .footerList>li>a {
    font-weight: 700;
    min-width: 100%
}

.popularLocationsContainer .footerList .topMenu,.popularLocationsContainer .footerList a {
    color: var(--brand-1-dark);
    font-size: 14px;
    text-decoration: none
}

.popularLocationsContainer .footerList a:hover {
    color: var(--brand-1);
    text-decoration: underline
}

.popularLocationsContainer .footerList {
    -webkit-box-orient: horizontal
}

.popularLocationsContainer .footerTitles {
    color: #bf1f1e;
    color: var(--secondary)
}

@media only screen and (min-width: 48em) {
    .popularLocationsContainer .footerList>li {
        -webkit-box-flex:1;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        min-width: 25%;
        max-width: 25%
    }

    .popularLocationsContainer .footerList ul>li {
        margin-right: 0;
        min-width: 100%
    }
}

.fromWhite.popularLocationsContainer {
    background: #eee;
    background: var(--light);
    background: linear-gradient(180deg,#efefef 0,#efefef 100%);
    background: linear-gradient(180deg,var(--light) 0,var(--light-dark) 100%)
}

.popularLocationsContainer .footerTitles:after {
    display: none
}
