



/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}


* {
    box-sizing: border-box
}

html,
body,
.am-body {
    font-family: 'Garnett-Regular', sans-serif;
    color: #0B2343;
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    min-width: 320px;
    overflow-x: hidden;
    width: 100%
}

html *::-webkit-scrollbar,
body *::-webkit-scrollbar,
.am-body *::-webkit-scrollbar {
    background: #E5E5E5;
    border-radius: 6px;
    height: 8px;
    width: 8px
}

html *::-webkit-scrollbar-thumb,
body *::-webkit-scrollbar-thumb,
.am-body *::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 6px
}

@media print {
    html,
    body,
    .am-body {
        padding: 20px
    }
}

a:focus,
button:focus:hover {
    outline: 2px solid #FBAF28
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Garnett-Regular', sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding: 0
}

h1,
.u-titlePage {
    font-size: 36px;
    letter-spacing: -0.025em
}

@media (min-width: 1200px) {
    h1,
    .u-titlePage {
        font-size: 54px
    }
}

h2,
.u-titlePageSmall {
    font-size: 24px;
    letter-spacing: -0.025em
}

@media (min-width: 680px) {
    h2,
    .u-titlePageSmall {
        font-size: 36px
    }
}

@media (min-width: 960px) {
    h2,
    .u-titlePageSmall {
        font-size: 42px
    }
}

h3,
.u-titleSection {
    font-size: 18px;
    letter-spacing: -0.025em
}

@media (min-width: 680px) {
    h3,
    .u-titleSection {
        font-size: 24px
    }
}

h4,
.u-titleSubsection {
    font-size: 14px
}

@media (min-width: 960px) {
    h4,
    .u-titleSubsection {
        font-size: 18px
    }
}

p {
    font-family: 'Garnett-Regular', sans-serif;
    color: #666;
    font-size: 18px;
    line-height: 1.55555;
    margin: 0;
    padding: 0
}

p.u-textLarge {
    font-family: 'Garnett-Regular', sans-serif;
    color: #0B2343;
    font-size: 24px;
    line-height: 1.33333
}

p.u-textSmall {
    font-size: 14px;
    line-height: 1.42857143
}

p.u-textTiny {
    color: #666;
    font-size: 12px;
    line-height: 1.5
}

b,
strong {
    font-family: 'Garnett-Regular', sans-serif;
    font-style: normal;
    font-weight: normal
}

i,
em {
    font-family: 'Garnett-Regular', sans-serif;
    font-style: normal
}

.Link {
    color: #007DC3;
    font-size: 14px;
    text-decoration: underline
}

.Link:hover {
    color: #E91B2F
}

p .Link {
    font-size: inherit
}

.Link--supporting {
    color: #ccc
}

.Link--small {
    color: #0B2343;
    font-size: 11px
}

.Container {
    min-width: 320px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.Content {
    padding-top: 60px
}

.Header {
    background-color: #0B2343;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 60px;
    left: 0;
    max-height: 60px;
    min-width: 320px;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(0), scale(1);
    -ms-transform: translateY(0), scale(1);
    transform: translateY(0), scale(1);
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear;
    width: 100%;
    z-index: 500
}

.Header.is-initial {
    position: absolute;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear
}

.Header.is-fixed {
    -webkit-animation: slide-down 0.15s linear;
    animation: slide-down 0.15s linear;
    position: fixed;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear
}

.Header.is-unfixed {
    position: fixed;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear
}

@media (min-width: 680px) {
    .Header {
        position: fixed
    }
}

@media print {
    .Header {
        display: none
    }
}

.Header--isHamburgerOpen {
    background-color: #004990
}

.Header-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 100%
}

.no-flex .Header-inner {
    display: block;
    max-height: 60px;
    overflow: hidden
}

.Header--booker .Header-inner {
    max-width: 1440px
}

.Header-logo {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px
}

.no-flex .Header-logo {
    display: inline-block;
    height: 60px;
    vertical-align: top
}

.Header-logoIcon {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding: 0 8px 0 20px
}

@media (min-width: 960px) {
    .Header-logoIcon {
        margin-left: 20px;
        padding-left: 0
    }
}

.Header-logoIcon--AM>.Header-logoIconSVG {
    width: 145px
}

.Header-logoIcon--AM>.Header-logoIconSVG--condensed {
    width: 33px
}

.Header-logoIcon--skyteam {
    margin-left: 0;
    padding-left: 0
}

.Header-logoIcon--skyteam>.Header-logoIconSVG {
    width: 26px
}

.no-flex .Header-logoIcon>.Logo {
    margin-bottom: 4px;
    vertical-align: center
}

.Header-logoIconSVG {
    height: 26px
}

.Header-navListWrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.no-flex .Header-navListWrapper {
    display: inline-block;
    vertical-align: top
}

.Header-navList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.Header-navList>li {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.Header-navList>li:last-child {
    padding-right: 0
}

.no-flex .Header-navList {
    display: inline-block
}

.no-flex .Header-navList>li {
    display: inline-block
}

@media (min-width: 960px) and (max-width: 990px) {
    .Header-navList:last-child>li:last-child {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
    .Header-navList:last-child>li:last-child::after {
        display: none
    }
}

.Header-navListLink {
    display: block;
    font-size: 12px;
    line-height: 60px;
    padding-right: 20px;
    text-decoration: none;
    transition: color 0.1s cubic-bezier(0, 1, 0.5, 1)
}

.no-touch .Header-navListLink:hover {
    color: #007DC3
}

.Header-navListLink--main {
    font-family: 'Garnett-Regular', sans-serif;
    color: #fff;
    text-transform: uppercase
}

.Header-navListLink--sub {
    color: rgba(255, 255, 255, 0.5)
}

.Header-navLeft,
.Header-navRight {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.Header-navLeft::after,
.Header-navRight::after {
    clear: both;
    content: '';
    display: table
}

.Header-navLeft>li,
.Header-navRight>li {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.no-flex .Header-navLeft,
.no-flex .Header-navRight {
    display: inline-block
}

.Header-navLeft {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.no-flex .Header-navLeft {
    float: left
}

.Header-navRight {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.no-flex .Header-navRight {
    float: right
}

.Header-bookLink {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}


.ErrorPage {
    background-color: #FECB2F;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    min-height: 100%;
    padding: 60px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000
}

.ErrorPage-content {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 40px
}

@media (min-width: 680px) {
    .ErrorPage-content {
        max-width: 600px
    }
}

.ErrorPage-header {
    margin: 60px 0 15px
}

.ErrorPage-img {
    margin: 0 auto 20px;
    width: 140px
}

@media (min-width: 680px) {
    .ErrorPage-img {
        width: 220px
    }
}

.ErrorPage-img>img {
    width: 100%
}

.ErrorPage-title {
    font-family: 'Garnett-Regular', sans-serif;
    font-size: 36px
}

@media (min-width: 680px) {
    .ErrorPage-title {
        font-size: 54px
    }
}

.ErrorPage-description {
    font-family: 'Garnett-Regular', sans-serif;
    color: #0B2343;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 50px
}

@media (min-width: 680px) {
    .ErrorPage-description {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 50px
    }
}

.ErrorPage-wrapBtn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ErrorPage-btn {
    background-color: #fff;
    border-color: #fff;
    color: #0B2343;
    margin: 0 auto;
    padding: 20px 55px
}

.ErrorPage-btn::before {
    color: #0B2343;
    font-size: 18px;
    margin-right: 10px
}

.ErrorPage-quickLinksList {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 50px
}

@media (min-width: 680px) {
    .ErrorPage-quickLinksList {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .ErrorPage-quickLinksList>li:not(:last-child) {
        margin-right: 20px
    }
}

.ErrorPage-quickLink {
    color: inherit;
    font-weight: inherit;
    display: block;
    font-size: 14px;
    margin-bottom: 20px
}

.ErrorPage-quickLink:hover,
.ErrorPage-quickLink:focus {
    color: inherit;
    text-decoration: inherit
}

.ErrorPage-quickLink:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

@media (min-width: 680px) {
    .ErrorPage-quickLink {
        margin-bottom: 0
    }
}

.ErrorBar {
    background-color: #FECB2F;
    margin-bottom: 20px;
    padding: 30px 20px 28px;
    position: relative;
    width: 100%
}

@media (min-width: 680px) {
    .ErrorBar {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.ErrorBar-description {
    color: #0B2343;
    font-size: 14px
}

@media (min-width: 680px) {
    .ErrorBar-description {
        font-size: 18px
    }
}

.ErrorBar-close {
    color: #0B2343;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 10px
}

@media (min-width: 680px) {
    .ErrorBar-close {
        position: relative;
        right: auto;
        top: auto
    }
}
