html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button {
    border: none;
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

a {
    color: inherit;
    cursor: pointer;
}

body {
    background-color: #f1f1f1;
}

html {
    --default-padding: 2rem;
    --c-gold: #dea166;
    font-family: EuclidCircularB,sans-serif;
}

@media screen and (max-width: 768px) {
    html {
        --default-padding: 1rem;
    }
}

a {
    border-bottom: 1px solid #dea166;
}

a:hover {
    border-bottom-color: transparent;
}

.container {
    width: 800px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    /*margin-bottom: var(--default-padding);*/
    padding: var(--default-padding) var(--default-padding);
    position: sticky;
    top: 0;
    z-index: 25;
    background: #FFFFFF;
    gap: 16px;
}
.header__row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__row p a {
    text-decoration: none;
    color:  #dea166;
}

.header__links{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.header__link {
    text-decoration: none;
}

.logo {
    width: 200px;
}

.content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.item__image-box {
    width: 100%;
    height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: var(--default-padding) calc(var(--default-padding) * 2);
    margin-bottom: var(--default-padding);
    cursor: pointer;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.item__image-box--grad {
    position: relative;
    cursor: default;
}
.item__image-box--grad:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.25) 30%, rgba(0,0,0,0));
    z-index: 0;
}
.js-openAccordion  .item__image-box{
    height: 140px;
}
.js-openAccordion.active  .item__image-box{
    position: sticky;
    top: var(--headerHeight);
}

@media screen and (max-width: 768px) {
    .item__image-box {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      background-position: center;
    }
    .item__image-box--grad {
        height: 200px;
    }
    .js-openAccordion  .item__image-box{
        height: 84px;
    }
}

.item__city-title {
    color: #FFFFFF;
    /*font-family: Serif;*/
    /*text-transform: uppercase;*/
    /*font-style: italic;*/
    letter-spacing: 2px;
    font-size: 2.4rem;
    z-index: 1;
}

.js-openAccordion .item__city-title {
    font-size: 2.1rem;
}

@media screen and (max-width: 768px) {
    .item__city-title {
        font-size: 1.6rem;
    }
    .js-openAccordion .item__city-title {
        font-size: 1.2rem;
    }
}

.item__route {
    padding: 0 0 var(--default-padding);
    margin: 0 var(--default-padding) var(--default-padding);
    width: calc(100% - var(--default-padding) * 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #f1f1f1;
}

.item__route:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.item__route-title {
    /*font-family: Serif;*/
    /*font-style: italic;*/
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
    .item__route-title {
        font-size: 1.3rem;
    }
}
.item__route-subtitle {
    font-style: italic;
    font-size: 1.6rem;
    margin: 1rem 0;
    color: var(--c-gold);
}
.item__route-details {
    display: grid;
    grid-template-columns: 2fr 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 1rem;
}
@media(max-width: 768px) {
    .item__route-details {
        grid-template-columns: 1fr;
    }
}

.item__route-detail-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    .item__route-detail-cell {
        font-size: 1rem;
    }
}

.item__route-detail-cell i:first-child {
    margin-right: 10px;
}

.item__route-detail-cell i:nth-child(2) {
    color: #727272;
    font-size: 0.8rem;
    padding-left: 1rem;
    margin-top: auto;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.item__route-detail-cell_style_vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.item__route-detail-cell_style_vertical i:first-child {
    margin-right: 0;
    margin-bottom: 10px;
}

.item__route-detail-cell:last-child {
    grid-row: 1 / 3;
    grid-column: 2 / -1;
    justify-self: end;
}

.text {
    padding: var(--default-padding);
    font-size: 0.8rem;
}

.text h2 {
    margin-bottom: var(--default-padding);
}

.text li {
    margin-bottom: var(--default-padding);
    margin-left: var(--default-padding);
}

.js-openAccordion .item__route {
    display: none;
    pointer-events: none;
}

.js-openAccordion.active .item__route {
    display: flex;
    pointer-events: all;
}

.intro {
    line-height: 1.4;
  padding: var(--default-padding);
}

.item__route-details-list{
    list-style: none;
    padding: 4px 0;
}
.item__route-details-list li {
    display: flex;
    align-items: flex-start;
    line-height: 22px;
}
.item__route-details-list span {
    font-weight: 500;
    color: var(--c-gold);
    margin-right: 14px;
}
.item__route-item{
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media(max-width: 768px) {
    .item__route-item {
        flex-direction: column;
    }
}
.item__route-item-img {
    flex-basis: 33%;
    max-width: 276px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-grow: 0;
}
@media(max-width: 768px) {
    .item__route-item-img {
        margin-bottom: 18px;
    }
}
.item__route-item-img img{
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    overflow: hidden;
}
.item__route-item-text{
    padding-left: 48px;
}
@media(max-width: 768px) {
    .item__route-item-text{
        padding-left: 0;
    }
}
.item__route--map{
    display: flex;
    align-items: flex-start;
    margin: 0 0 var(--default-padding);
    width: 100%;
}
.item__route--map img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.item__route-item-text li{
    margin-bottom: 6px;
    margin-left: 24px;
}
.css-user-select{
    user-select: all;
    user-focus: all;
}
.intro p a {
    text-decoration: none;
    color: #dea166;
}
