.ast-gds .ast-gds__item {
    /*margin-bottom: 50px;*/
}

.ast-gds .ast-gds__item.active .ast-gds-hero {
    display: flex !important;
}

.ast-gds .ast-gds-body {
    font-size: 90%;
    overflow-x: auto;
}

.ast-gds .ast-gds-body > table {
    background: #fff;
    margin: 0;
}

.ast-gds .ast-gds-hero {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 200px;
    justify-content: center;
    margin-top: 50px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.ast-gds .ast-gds-hero::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background-color: rgba(0, 0, 0, .4);
}

.ast-gds .ast-gds-hero__heading,
.ast-gds .ast-gds-hero__subheading{
    color: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 5 !important;
}

.ast-gds .ast-gds-hero__heading::after {
    content: none !important;
}

.ast-gds .ast-gds-hero__subheading {
    font-size: 1.3em !important;
}

.ast-gds .ast-gds-hero img {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
}

.ast-gds .ast-gds-city {
    background-color: #6c3996;
    color: #fff;
    padding: 6px 12px;
    text-align: center;
}

.ast-gds table {
    border: none !important;
    text-align: center !important;
}

.ast-gds table thead {
    background-color: #737373;
    color: #fff;
    display: none;
}

.ast-gds table td {
    border: none !important;
    padding: 6px 12px;
}

.ast-gds .ast-gds-body__code--desktop:nth-child(4n),
.ast-gds .ast-gds-body__code--mobile:nth-child(4n+3) {
    background: #f4f4f4;
}

.ast-gds .ast-gds-body__code--mobile table {
    table-layout: fixed;
    width: 100%;
}

.ast-gds .ast-gds-body__code--mobile table td {
    width: 50%;
}

.ast-gds .ast-gds-body__code--mobile table tr > td:first-of-type {
    font-weight: 700;
}

.ast-gds .ast-gds-body__code--mobile table tr > td:last-of-type {
    text-transform: uppercase;
}

.ast-gds .ast-gds-body__code--desktop {
    display: none;
}

@media only screen and (min-width: 991px) {

    .ast-gds table thead {
        display: table-header-group;
    }

    .ast-gds table thead > tr > td:first-of-type {
        min-width: 405px;
    }

    .ast-gds .ast-gds-body__code--mobile {
        display: none;
    }

    .ast-gds .ast-gds-body__code--desktop {
        display: table-row;
    }

    .ast-gds .ast-gds-body__code--desktop td:not(:first-of-type) {
        text-transform: uppercase;
    }
}


.ast-gds .ast-gds__filter {
    display: flex;
    justify-content: center;
}

.ast-gds .ast-gds__filter p {
    margin-bottom: 0;
}

.ast-gds .ast-gds__filter-container {
    display: flex;
    flex-direction: column;
    font-size: 1.5em;
    margin-bottom: 30px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .ast-gds .ast-gds__filter-container {
        align-items: center;
        display: inline-flex;
        flex-direction: row;
        gap: 20px;
        justify-content: center;
    }
}

.ast-gds .ast-gds__filter .ast-gds-filter {
    align-items: center;
    border-bottom: 2px solid #4e4e4e;
    display: inline-flex;
    font-weight: 400;
    margin: 0 auto;
    min-width: 280px;
    position: relative;
}

.ast-gds .ast-gds__filter .ast-gds-filter::after {
    content: '';
    border-color: #333 transparent transparent transparent;
    border-style: solid;
    border-width: 10px 7px 0 7px;
}

.ast-gds .ast-gds__filter .ast-gds-filter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    display: block;
    outline: none;
    padding: 5px 10px;
    text-align: center;
    width: 100%;
}

.ast-gds .ast-gds__filter .ast-gds-filter .selected-filter,
.ast-gds .ast-gds__filter .ast-gds-filter .select-filter {
    width: 100%;
}

.ast-gds .ast-gds__filter .ast-gds-filter .selected-filter,
.ast-gds .ast-gds__filter .ast-gds-filter .select-filter > * {
    cursor: pointer;
    padding: 0 20px;
    transition: all 0.2s ease;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ast-gds .ast-gds__filter .ast-gds-filter .selected-filter {
    line-height: 44px;
    min-height: 44px;
}

.ast-gds .ast-gds__filter .ast-gds-filter .select-filter {
    background: #f1eff0;
    font-size: 80%;
    max-height: 250px;
    overflow-y: scroll;
    position: absolute;
    top: calc(100% + 3px);
    z-index: 2;
}

.ast-gds .ast-gds__filter .ast-gds-filter .select-filter > * {
    line-height: 40px;
    min-height: 40px;
}

.ast-gds .ast-gds__filter .ast-gds-filter .select-filter > *:hover {
    background: #6c3996;
    color: #fff;
}

.ast-gds .ast-gds__filter .ast-gds-filter .select-filter .group-location {
    margin-top: 20px;
}

.ast-gds .ast-gds__filter .ast-gds-filter .select-filter .group-title {
    font-size: 80%;
    font-weight: 700;
    text-transform: uppercase;
}