:root {
    --font-family: "Haffer";
    --font-size: 16px;
    --font-weight: 300;
    --font-style: normal;
    --line-height: 1.5;
    --heading-font-family: "Noctis";
    --heading-font-weight: 700;
    --heading-line-height: 1.3;
    --accent-color: #186ADC;
    --background-color: #ffffff;
    --text-primary: #000000;
    --link-color: #004D5C;
    --border-color: #000000;
    --placeholder-color: #000000;
    --error-color: #ff3d0d;
    --el-border-radius: 10px;
}

.page-heading-outer.li-heading {
    margin-bottom: 2rem;
}

.li-col {
    max-width: 400px;
}

.li-map {
    width: 100%;
    max-width: 400px;
}

.li-images {
    display: none;
}

.lft-icon {
    margin-bottom: 0.75rem;
    margin-left: 1rem;
    max-width: 8rem;
}

.lft-list {
    font-size: 1.5rem;
    margin-top: 2rem;
}

.lft-list li {
    margin-bottom: 0.5rem;
}

.lft-list li:last-child {
    margin-bottom: 0;
}

.lft-items {
    display: none;
    margin-top: 2.5rem;
}

.lft-item {
    position: relative;
    max-width: 250px;
    margin: 0 auto 2rem;
}

.lft-item:last-child {
    margin-bottom: 0;
}

.lft-item svg {
    width: 100%;
    height: 100%;
}

.lfti-time {
    position: absolute;
    left: 0;
    top: 0;
}

.lin-container {
    position: relative;
}

.lin-container .container {
    position: relative;
    z-index: 1;
}

.lin-container::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: #fff;
}

.lin-row {
    margin-top: 3rem;
}

.lin2 {
    display: none;
}

.location-center-text {
    text-align: center;
    max-width: 26rem;
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: bold;
    font-family: var(--heading-font-family), sans-serif;
    margin: 0 auto;
}

.la-image {
    margin-bottom: 3rem;
}

.location-list {
    counter-reset: item;
}

.location-list li {
    display: flex;
    align-items: center;
    line-height: 1.1;
    padding: 1.5rem 0;
    color: #7F7F7F;
    border-bottom: 1px solid #C4C4C4;
    transition: color 0.2s;
}

.location-list li:first-child {
    border-top: 1px solid #C4C4C4;
}

.location-list li::before {
    content: counter(item);
    counter-increment: item;
    list-style: var(--line-height);
    font-family: var(--heading-font-family), sans-serif;
    font-weight: bold;
    font-size: 2rem;
    min-width: 3rem;
    color: #D3CABE;
    transition: color 0.2s;
}

.location-list li p {
    font-size: 1.25rem;
    margin: 0;
    max-width: 1255rem;
}

.location-list li:hover {
    color: var(--text-primary);
}

.location-list li:hover::before {
    color: var(--text-primary);
}

.ll-images {
    display: none;
}

.map {
    position: relative;
    height: 450px;
    background-color: #D3CABE;
}

.map .google-maps-label {
    font-family: var(--font-family), sans-serif;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

@media (min-width: 480px) {
    .li-heading br {
        display: none;
    }
}

@media (min-width: 767px) {
    .li-row {
        display: flex;
    }

    .li-col {
        max-width: 100%;
        padding-right: 2rem;
    }

    .li-heading br {
        display: block;
    }

    .li-map {
        max-width: 35vw;
    }

    .li-images {
        position: relative;
        display: block;
    }

    .li-images::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 8.33vw;
        background-color: #D3CABE;
    }

    .li-images .container {
        position: relative;
        z-index: 1;
    }

    .lii-row {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .lii1 {
        max-width: 36.5625rem;
        margin-right: 2rem;
    }

    .lii2 {
        max-width: 47.1875rem;
    }

    .location-flight-times {
        position: relative;
    }

    .location-flight-times::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 100%;
        background-color: #D3CABE;
    }

    .location-flight-times .container {
        position: relative;
        z-index: 1;
    }

    .lft-row {
        display: flex;
    }

    .lft-row-align-items-center {
        display: flex;
        align-items: center;
    }

    .lft-col {
        width: 50%;
    }

    .lft-col2 {
        padding-left: 2rem;
    }

    .lft-icon {
        margin-left: 2rem;
        max-width: 8rem;
    }

    .lft-desc {
        max-width: 34rem;
        margin: 3.5vw auto 3rem;
        text-align: center;
    }

    .lft-list {
        display: block;
        font-size: 1.6rem;
        color: #7F7F7F;
        max-width: 300px;
        text-align: right;
        margin: 0;
    }

    .lft-list li {
        position: relative;
        cursor: pointer;
        margin: 0;
        transition: color 0.2s;
    }

    .lft-list li::before {
        content: "";
        position: absolute;
        right: -1.25rem;
        top: 50%;
        min-width: auto;
        width: 5.33px;
        height: 5.33px;
        transform: translateY(-50%) scale(0);
        background-color: #DA8000;
        border-radius: 50%;
        transition: transform 0.4s;
    }

    .lft-list li:hover {
        color: var(--text-primary);
    }

    .lft-list li.active {
        color: var(--text-primary);
    }

    .lft-list li.active::before {
        transform: translateY(-50%) scale(1);
    }

    .lft-items {
        display: block;
        position: relative;
        width: 293px;
        height: 296px;
        margin: 0 auto;
    }

    .lft-item {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        opacity: 0;
        margin: 0;
        max-width: 100%;
    }

    .lft-item.active {
        opacity: 1;
    }

    .lft-item svg {
        width: 100%;
        height: 100%;
    }

    .location-info-header {
        max-width: 72vw;
    }

    .lin-row {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 4rem;
    }

    .lin1 {
        width: 100%;
        max-width: 46.875rem;
        margin-right: 2rem;
    }

    .lin2 {
        display: block;
        width: 100%;
        max-width: 42.5rem;
    }

    .location-center-text {
        max-width: 33.75rem;
        font-size: 1.6rem;
    }

    .la-image {
        margin-bottom: 4rem;
    }

    .location-list-outer {
        position: relative;
    }

    .location-list-outer .container {
        position: relative;
        z-index: 1;
    }

    .location-list li {
        padding: 2.5vw 0;
    }

    .location-list li::before {
        font-size: 5.166vw;
        min-width: 6.67vw;
    }

    .location-list li p {
        font-size: 2.5vw;
        max-width: 75vw;
    }

    .map {
        height: 580px;
    }
}

@media (min-width: 1024px) {
    .lft-list {
        font-size: 2.5vw;
        padding-right: 1.875vw;
        max-width: 29.6875vw;
    }

    .lft-list li::before {
        right: -1.875vw;
        width: 0.521vw;
        height: 0.521vw;
    }

    .lft-items {
        width: 28.64583vw;
        height: 29vw;
    }

    .location-info-header {
        max-width: 54.4vw;
    }

    .location-center-text {
        max-width: 44.27vw;
        font-size: 2.083vw;
    }

    .la-image {
        width: 66.15vw;
        height: 32.8125vw;
    }

    .la-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .la-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .la-header .section-heading {
        width: 100%;
        margin-bottom: 0;
    }

    .la-header .section-desc {
        width: 100%;
        max-width: 28rem;
    }

    .ll-images {
        position: absolute;
        left: 0;
        top: 0;
        width: 15.625vw;
        height: 15.625vw;
        opacity: 0;
        pointer-events: none;
        will-change: transform;
        display: block;
    }

    .ll-image {
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
        opacity: 0;
    }
}

@media (min-width: 1200px) {
    .lft-icon {
        margin-left: 3.65vw;
        max-width: 12.1875vw;
    }
}

@media (min-width: 1440px) {
    .la-image {
        margin-bottom: 5rem;
    }
}

@media (min-width: 1470px) {
    .lii-row {
        padding-left: 5.375rem;
    }
}

@media (min-width: 1601px) {
    .li-map {
        max-width: 31.25vw;
    }

    .lft-desc {
        max-width: 38rem;
    }

    .lin-row {
        margin-top: 5rem;
    }

    .la-header .section-desc {
        max-width: 32rem;
    }
}

@media (min-width: 1700px) {
    .location-intro {
        display: flex;
        align-items: center;
        min-height: 100vh;
    }
}

@media (min-width: 1920px) {
    .li-map {
        max-width: 37.5rem;
    }

    .lii1 {
        max-width: 36.5625rem;
    }

    .lii2 {
        max-width: 47.1875rem;
    }

    .li-images::before {
        height: 10rem;
    }

    .lft-icon {
        margin-left: 4.375rem;
        max-width: 14.625rem;
    }

    .lft-desc {
        max-width: 42rem;
        margin-top: 4.125rem;
    }

    .lft-list {
        font-size: 3rem;
        padding-right: 2.25rem;
        max-width: 35.625rem;
    }

    .lft-list li::before {
        right: -2.25rem;
        width: 0.625rem;
        height: 0.625rem;
    }

    .lft-items {
        width: 550px;
        height: 577px;
    }

    .location-info-header {
        max-width: 1050px;
    }

    .lin-row {
        margin-top: 6rem;
    }

    .location-center-text {
        max-width: 53.125rem;
        font-size: 2.5rem;
    }

    .la-image {
        width: 1270px;
        height: 630px;
    }

    .la-header .section-desc {
        max-width: 34.375rem;
    }

    .ll-images {
        width: 18.75rem;
        height: 18.75rem;
    }

    .location-list li {
        padding: 3rem 0;
    }

    .location-list li::before {
        font-size: 5rem;
        min-width: 8rem;
    }

    .location-list li p {
        font-size: 3rem;
        max-width: 1255rem;
    }
}

@media (min-height: 980px) and (min-width: 1600px) {
    .location-intro {
        min-height: 980px;
    }
}

@media (max-width: 767px) {
    .location-image-wide.section {
        padding: 0;
    }

    .location-image-wide .container {
        padding: 0;
    }

    .lft-list li::after {
        content: ": " attr(data-time);
    }
}
