.airport-selector{max-width:700px;width:100%;display:grid;padding:40px 120px;align-content:center;grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content;grid-template-areas:"header" "recent" "suggestions" "search"}.airport-selector--searching{align-content:start;height:100%;grid-template-areas:"header" "search" "suggestions"}@media (max-width: 64rem){.airport-selector{padding:var(--ds-space-4)}}.airport-selector__heading{text-transform:uppercase;grid-area:header;margin-bottom:var(--ds-space-4);font-weight:700}.airport-selector--searching .airport-selector__heading{display:none}.airport-selector__last-used{grid-area:recent;color:var(--ds-color-neutral-text-subtle)}.airport-selector--searching .airport-selector__last-used{display:none}.airport-selector__list{font-family:Avinor,sans-serif}.airport-selector__last-used-list{display:flex;flex-direction:row;list-style:none}.airport-selector__last-used-list-item:not(:last-child):after{content:",";padding-right:var(--ds-space-1)}.airport-selector__search{grid-area:search}.airport-selector__popular{grid-area:suggestions}.airport-selector--searching .airport-selector__popular{display:none}.airport-selector__search-results{grid-area:suggestions;display:none;padding:var(--ds-space-10) 0}.airport-selector--searching .airport-selector__search-results{justify-content:center;display:flex}[data-react-component=StartPage]{display:flex;width:100%;flex:1;max-width:112.5rem;align-self:center}@media (max-width: 64rem){[data-react-component=StartPage]{flex-direction:column-reverse;justify-content:start}}@media (min-width: 64.0625rem){:root:has([data-react-component=StartPage]){height:100vh;height:-webkit-fill-available;height:-moz-available;height:stretch}body:has([data-react-component=StartPage]){height:100vh;height:-webkit-fill-available;height:-moz-available;height:stretch;overflow-x:auto}}@media (min-width: 64.0625rem){.start-page__image{width:50%;overflow:hidden;display:flex;justify-content:center}}.start-page__image img{background:#f1f1f1;height:100%;width:100%;object-fit:cover}@media (max-width: 64rem){.start-page__image img{width:100%;height:auto;margin-bottom:0;display:block}}.start-page__division-selector{display:flex;flex-direction:row;gap:var(--ds-space-3);margin-top:var(--ds-space-12)}.start-page__division-selector .ds-card p{line-height:1.2}@media (min-width: 64.0625rem){.start-page__division-selector .ds-card{width:50%}}@media (max-width: 64rem){.start-page__division-selector{flex-direction:column;margin-bottom:var(--ds-space-5)}}.airport-selector--searching .start-page__division-selector{display:none}
