*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-size: 1rem;
  text-align: left;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin: 0;
  padding: 0;
}
b,
strong {
  font-weight: bold;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  text-decoration: underline;
  background-color: transparent;
}
a:hover {
  text-decoration: none;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[type="button"] {
  background-color: transparent;
  border: 0;
  padding: 0;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
template {
  display: none;
}
.hidden,
.hide,
[hidden] {
  display: none !important;
}
.focus-tabulator {
  outline: 4px solid #f2c900;
  background-color: #f2c900 !important;
  color: #000 !important;
  transition: none !important;
}
.focus-tabulator > * {
  fill: #000 !important;
}
.focus-tabulator--box-shadow {
  box-shadow: 4px 0px 0px 0px #f2c900, -4px 0px 0px 0px #f2c900, 0px 4px 0px 0px #f2c900, 0px -4px 0px 0px #f2c900;
}
a:focus,
button:focus {
  outline: 0;
}
a:not(.destinations-slider-list--item):focus-visible,
button:focus-visible {
  outline: 4px solid #f2c900;
  background-color: #f2c900 !important;
  color: #000 !important;
  transition: none !important;
}
a:not(.destinations-slider-list--item):focus-visible > *,
button:focus-visible > * {
  fill: #000 !important;
}
.slick-slide:focus {
  outline: 0;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
  border-style: solid;
  text-transform: none;
}
.hours-error {
  display: none;
}
.hours-error.active {
  display: block;
}
.hours-error .form-notice {
  border-radius: 0.25rem;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
}
.hours-error .form-notice.alert {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
button[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}
.bg-blue {
  background-color: #000091;
}
.bg-pink {
  background-color: #961296;
}
.bg-gray {
  background-color: #EFEFEF;
}
.bg-gray-gradient {
  background: #c1c5c8;
  background: linear-gradient(180deg, #ffffff 0%, #eeeeee 100%);
}
.bg-gray-gradient-reversed:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 129px;
  background: #c1c5c8;
  background: linear-gradient(180deg, #eeeeee 0%, #ffffff 100%);
}
.bg-blue-pink-gradient {
  background: #000091;
  background: linear-gradient(270deg, #7a0073 0%, #000091 100%);
}
.darkModeGradient {
  background: #1D1D1D;
  background: linear-gradient(270deg, #1D1D1D 0%, #000091 100%);
}
.color-gray {
  color: #4f5457;
}
.color-gray-middle {
  color: #6e767c;
}
.color-blue {
  color: #000091;
}
.color-white {
  color: #fff;
}
.color-red {
  color: #d71b3a;
}
.color-pink {
  color: #961296;
}
.color-gradient {
  display: inline-block;
  background-color: #94338f;
  background-image: linear-gradient(270deg, #7a0073 0%, #000091 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
@media only screen and (min-width:75em) {
  .color-gradient {
    background-image: linear-gradient(90deg, #3333a7 0%, #94338f 100%);
  }
}
html:not(.is-mobile) .title-link-hover-anim {
  background: linear-gradient(to right, #7a0073, #7a0073 50%, #000091 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
}
html:not(.is-mobile) .title-link-hover-anim:hover {
  background-position: 0 100%;
}
@media only screen and (max-width:74.96875em) {
  .hide-on-mobile {
    display: none !important;
  }
}
@media only screen and (max-width:47.96875em) {
  .hide-until-tablet {
    display: none !important;
  }
}
@media only screen and (min-width:75em) {
  .hide-on-desktop {
    display: none !important;
  }
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-balance {
  text-wrap: balance;
}
.text-nowrap {
  text-wrap: nowrap;
}
.word-break {
  word-wrap: break-word;
}
.flex-rule {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex-rule-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
nav ul,
nav ol {
  list-style: none;
  padding: 0;
}
.responsive-table-wrapper {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.responsive-table-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  cursor: pointer;
}
.responsive-table-wrapper::-webkit-scrollbar:horizontal {
  height: 15px;
}
.responsive-table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: #bcbcbc;
}
@media only screen and (max-width:47.96875em) {
  .responsive-table-wrapper:after {
    display: block;
    content: '';
    width: 43px;
    height: 37px;
    background: url(../images/svg/table-scroll-indicator.svg) no-repeat center center;
    margin: 20px auto 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
.h1-big {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: -0.81px;
}
@media screen and (min-width: 20rem) {
  .h1-big {
    font-size: 2.8rem;
    font-size: calc(2rem  +  1.7  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .h1-big {
    font-size: 3.7rem;
  }
}
h1,
.h1,
.typography h1,
.typography .h1 {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.07;
  letter-spacing: -0.81px;
}
@media screen and (min-width: 20rem) {
  h1,
  .h1,
  .typography h1,
  .typography .h1 {
    font-size: 2.2rem;
    font-size: calc(1.625rem  +  1.125  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  h1,
  .h1,
  .typography h1,
  .typography .h1 {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width:75em) {
  h1,
  .h1,
  .typography h1,
  .typography .h1 {
    line-height: 1.11;
  }
}
h2,
.h2,
.typography h2,
.typography .h2 {
  font-size: 1.31rem;
  font-weight: bold;
  line-height: 1.14;
  letter-spacing: -0.47px;
}
@media screen and (min-width: 20rem) {
  h2,
  .h2,
  .typography h2,
  .typography .h2 {
    font-size: 1.6rem;
    font-size: calc(1.31rem  +  0.815  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  h2,
  .h2,
  .typography h2,
  .typography .h2 {
    font-size: 2.125rem;
  }
}
@media only screen and (min-width:75em) {
  h2,
  .h2,
  .typography h2,
  .typography .h2 {
    line-height: 1.11;
  }
}
h3,
.h3,
.typography h3,
.typography .h3 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.46px;
}
@media screen and (min-width: 20rem) {
  h3,
  .h3,
  .typography h3,
  .typography .h3 {
    font-size: 1.3rem;
    font-size: calc(1.125rem  +  0.5  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  h3,
  .h3,
  .typography h3,
  .typography .h3 {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width:75em) {
  h3,
  .h3,
  .typography h3,
  .typography .h3 {
    line-height: 1.15;
  }
}
h4,
.h4,
.typography h4,
.typography .h4,
.userform-fields h3 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.125;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 20rem) {
  h4,
  .h4,
  .typography h4,
  .typography .h4,
  .userform-fields h3 {
    font-size: 1.2rem;
    font-size: calc(1rem  +  0.3125  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  h4,
  .h4,
  .typography h4,
  .typography .h4,
  .userform-fields h3 {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width:75em) {
  h4,
  .h4,
  .typography h4,
  .typography .h4,
  .userform-fields h3 {
    line-height: 1.14;
  }
}
h5,
.h5,
h6,
.h6,
.typography h5,
.typography h6 {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.14;
  letter-spacing: -0.44px;
}
@media screen and (min-width: 20rem) {
  h5,
  .h5,
  h6,
  .h6,
  .typography h5,
  .typography h6 {
    font-size: 1rem;
    font-size: calc(0.875rem  +  0.125  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  h5,
  .h5,
  h6,
  .h6,
  .typography h5,
  .typography h6 {
    font-size: 1rem;
  }
}
@media only screen and (min-width:75em) {
  h5,
  .h5,
  h6,
  .h6,
  .typography h5,
  .typography h6 {
    line-height: 1.125;
  }
}
.with-margin-bottom {
  margin-bottom: 1.3em;
}
.typography * + h1,
.typography * + h2,
.typography * + h3,
.typography * + h4,
.typography * + h5,
.typography * + h6 {
  margin-top: 3em;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #000091;
}
.typography h1,
.typography .h1 {
  margin-bottom: 1.2em;
}
.typography h2,
.typography .h2 {
  margin-bottom: 1.1em;
}
.typography h3,
.typography .h3 {
  margin-bottom: 1em;
}
.typography h4,
.typography .h4 {
  margin-bottom: 1em;
}
.typography h5,
.typography h6 {
  margin-bottom: 1em;
}
.typography address + p,
.typography p + p {
  margin-top: 1.4em;
}
.typography address.large-font,
.typography p.large-font {
  font-size: 1.06rem;
  line-height: 1.23;
  letter-spacing: -0.1px;
  font-weight: normal;
}
@media screen and (min-width: 20rem) {
  .typography address.large-font,
  .typography p.large-font {
    font-size: 1.2rem;
    font-size: calc(1.06rem  +  0.2525  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .typography address.large-font,
  .typography p.large-font {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width:75em) {
  .typography address.large-font,
  .typography p.large-font {
    line-height: 1.5;
  }
}
.typography address a:not(.btn),
.typography p a:not(.btn) {
  color: #000091;
  text-decoration: underline;
}
.typography address a:not(.btn):hover,
.typography p a:not(.btn):hover {
  text-decoration: none;
}
.typography a:not(.btn) {
  color: #000091;
  text-decoration: underline;
}
.typography a:not(.btn):hover {
  text-decoration: none;
}
.typography ol,
.typography ul {
  padding-left: 2em;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
}
.typography ol li + li,
.typography ul li + li {
  margin-top: 0.6em;
}
.typography blockquote {
  position: relative;
  padding: 15px 0 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 35px;
  max-width: 85%;
}
@media only screen and (min-width:48em) {
  .typography blockquote {
    max-width: 75%;
    margin-top: 60px;
    margin-bottom: 50px;
    padding: 22px 0 0;
  }
}
@media only screen and (min-width:75em) {
  .typography blockquote {
    max-width: 660px;
    margin-top: 95px;
    margin-bottom: 80px;
    padding: 30px 0 0;
  }
}
.typography blockquote:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150px;
  height: 6px;
  background: #961296;
  background: linear-gradient(270deg, #961296 0%, #000091 100%);
}
@media only screen and (min-width:48em) {
  .typography blockquote:before {
    width: 200px;
  }
}
@media only screen and (min-width:75em) {
  .typography blockquote:before {
    width: 300px;
  }
}
.typography blockquote p {
  font-size: 1.06rem;
  line-height: 1.23;
  letter-spacing: 0.11px;
  font-style: italic;
  color: #4f5457;
}
@media screen and (min-width: 20rem) {
  .typography blockquote p {
    font-size: 1.1rem;
    font-size: calc(1.06rem  +  0.2525  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .typography blockquote p {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width:75em) {
  .typography blockquote p {
    line-height: 1.38;
  }
}
.typography .responsive-table-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (min-width:48em) {
  .typography .responsive-table-wrapper {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.typography table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: left;
}
.typography table thead td {
  font-weight: bold;
}
.typography table tbody {
  border-top: 1px solid #c1c5c8;
}
.typography table tbody tr {
  border-bottom: 1px solid #c1c5c8;
}
.typography table td {
  vertical-align: top;
  padding: 20px 20px 20px 15px;
  min-width: 160px;
}
.typography table td.desc {
  min-width: 250px;
}
.typography table caption {
  margin-top: 2em;
}
.text-intro p,
.news-detail-header .news-detail-date {
  font-size: 1.06rem;
  line-height: 1.23;
  letter-spacing: 0.11px;
  font-weight: normal;
}
@media screen and (min-width: 20rem) {
  .text-intro p,
  .news-detail-header .news-detail-date {
    font-size: 1.2rem;
    font-size: calc(1.06rem  +  0.2525  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .text-intro p,
  .news-detail-header .news-detail-date {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width:75em) {
  .text-intro p,
  .news-detail-header .news-detail-date {
    line-height: 1.38;
  }
}
.text-big p,
.typography address,
.typography p,
.typography ol li,
.typography ul li,
.list-articles--darkpage .list-links .link {
  font-size: 1rem;
  line-height: 1.31;
  letter-spacing: 0.11px;
  font-weight: normal;
}
@media screen and (min-width: 20rem) {
  .text-big p,
  .typography address,
  .typography p,
  .typography ol li,
  .typography ul li,
  .list-articles--darkpage .list-links .link {
    font-size: 1rem;
    font-size: calc(1rem  +  0.125  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .text-big p,
  .typography address,
  .typography p,
  .typography ol li,
  .typography ul li,
  .list-articles--darkpage .list-links .link {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width:75em) {
  .text-big p,
  .typography address,
  .typography p,
  .typography ol li,
  .typography ul li,
  .list-articles--darkpage .list-links .link {
    line-height: 1.44;
    letter-spacing: -0.1px;
  }
}
.text-middle p,
.typography table th,
.typography table td,
.typography table p,
.element-slider-travel-offers .offer-country,
.element-slider-travel-offers .offer-remark {
  font-size: 0.875rem;
  line-height: 1.28;
  letter-spacing: 0.09px;
  font-weight: normal;
}
@media screen and (min-width: 20rem) {
  .text-middle p,
  .typography table th,
  .typography table td,
  .typography table p,
  .element-slider-travel-offers .offer-country,
  .element-slider-travel-offers .offer-remark {
    font-size: 0.9rem;
    font-size: calc(0.875rem  +  0.125  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .text-middle p,
  .typography table th,
  .typography table td,
  .typography table p,
  .element-slider-travel-offers .offer-country,
  .element-slider-travel-offers .offer-remark {
    font-size: 1rem;
  }
}
@media only screen and (min-width:75em) {
  .text-middle p,
  .typography table th,
  .typography table td,
  .typography table p,
  .element-slider-travel-offers .offer-country,
  .element-slider-travel-offers .offer-remark {
    line-height: 1.5;
    letter-spacing: 0.1px;
  }
}
.text-middle p + p {
  margin-top: 1.4em;
}
.text-small p,
.typography table caption,
.userform-fields .CompositeField p:not(.left),
.form-safety-feedback fieldset > .field.gdpr-text p,
.contacts-list .contact-item .c-link-wrap .c-link-wrap-content > * {
  font-size: 0.75rem;
  line-height: 1.33;
  letter-spacing: 0.09px;
  font-weight: normal;
}
@media screen and (min-width: 20rem) {
  .text-small p,
  .typography table caption,
  .userform-fields .CompositeField p:not(.left),
  .form-safety-feedback fieldset > .field.gdpr-text p,
  .contacts-list .contact-item .c-link-wrap .c-link-wrap-content > * {
    font-size: 0.8rem;
    font-size: calc(0.75rem  +  0.0625  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .text-small p,
  .typography table caption,
  .userform-fields .CompositeField p:not(.left),
  .form-safety-feedback fieldset > .field.gdpr-text p,
  .contacts-list .contact-item .c-link-wrap .c-link-wrap-content > * {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width:75em) {
  .text-small p,
  .typography table caption,
  .userform-fields .CompositeField p:not(.left),
  .form-safety-feedback fieldset > .field.gdpr-text p,
  .contacts-list .contact-item .c-link-wrap .c-link-wrap-content > * {
    line-height: 1.53;
    letter-spacing: 0.1px;
  }
}
p a {
  color: #000091;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
.disclaimer-paragraph {
  font-size: calc(14rem/16);
  line-height: calc(18/14);
  font-style: italic;
  margin-top: 50px;
}
figcaption {
  font-size: calc(13rem/16);
  line-height: calc(16/13);
  letter-spacing: 0.09px;
  margin-top: 5px;
}
@media only screen and (min-width:48em) {
  figcaption {
    font-size: calc(14rem/16);
    line-height: calc(21/14);
  }
}
.module-title-underline {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 14px;
}
@media only screen and (min-width:75em) {
  .module-title-underline {
    padding-bottom: 22px;
    margin-bottom: 18px;
  }
}
.module-title-underline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 7px;
  width: 50px;
  background-color: #961296;
  transition: width 0.25s linear;
}
@media only screen and (min-width:75em) {
  .module-title-underline:after {
    width: 70px;
  }
}
#ui-datepicker-div {
  display: none;
  background: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.5);
  padding: 75px 20px 30px;
  z-index: 5 !important;
}
@media only screen and (max-width:39.96875em) {
  #ui-datepicker-div {
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 850px) and (min-width: 640px) {
  #ui-datepicker-div {
    right: 20px !important;
  }
}
@media only screen and (min-width:53.125em) {
  #ui-datepicker-div {
    padding: 20px;
    border-radius: 15px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.5);
    right: unset;
    left: unset;
  }
}
.CheapFlightsPage #ui-datepicker-div {
  margin-top: 5px;
}
@media only screen and (min-width:53.125em) {
  .CheapFlightsPage #ui-datepicker-div {
    margin-left: -50px;
  }
}
#ui-datepicker-div .ui-datepicker-header {
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (min-width:53.125em) {
  #ui-datepicker-div .ui-datepicker-header {
    margin-bottom: 10px;
  }
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  display: block;
  text-decoration: none;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover {
  opacity: 0.8;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
  background-image: url("../images/svg/icon-arrow-left-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  right: 0;
  background-image: url("../images/svg/icon-arrow-right-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 0;
}
#ui-datepicker-div .ui-datepicker-title {
  color: #000091;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.11111111;
  letter-spacing: -0.56px;
  text-align: center;
  padding: 1px 30px;
}
#ui-datepicker-div table.ui-datepicker-calendar {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
}
#ui-datepicker-div table.ui-datepicker-calendar thead {
  border-bottom: 1px solid #c1c5c8;
}
#ui-datepicker-div table.ui-datepicker-calendar thead th {
  font-size: 0.875rem;
  line-height: 1.28571429;
  font-weight: bold;
  text-align: center;
  color: #4f5457;
  padding: 8px 8px;
  border: 0;
}
#ui-datepicker-div table.ui-datepicker-calendar tbody td span,
#ui-datepicker-div table.ui-datepicker-calendar tbody td a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.28571429;
  color: #000091;
  text-align: center;
  text-decoration: none;
  padding: 8px 9px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: transparent;
}
#ui-datepicker-div table.ui-datepicker-calendar tbody td span.ui-state-active,
#ui-datepicker-div table.ui-datepicker-calendar tbody td a.ui-state-active,
#ui-datepicker-div table.ui-datepicker-calendar tbody td span.ui-state-highlight,
#ui-datepicker-div table.ui-datepicker-calendar tbody td a.ui-state-highlight {
  background-color: #961296;
  color: #fff;
}
#ui-datepicker-div table.ui-datepicker-calendar tbody td a:hover {
  border-color: #961296;
}
#ui-datepicker-div table.ui-datepicker-calendar tbody td span {
  color: #c1c5c8;
  pointer-events: none;
}
#ui-datepicker-div .ui-datepicker-buttonpane {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 22px;
  height: 22px;
}
@media only screen and (min-width:53.125em) {
  #ui-datepicker-div .ui-datepicker-buttonpane {
    display: none !important;
  }
}
#ui-datepicker-div .ui-datepicker-buttonpane .ui-datepicker-current {
  display: none !important;
}
#ui-datepicker-div .ui-datepicker-buttonpane .ui-datepicker-close {
  width: 22px;
  height: 22px;
  background-image: url("../images/svg/icon-cross--blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  border: 0 !important;
  background-color: transparent !important;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: inherit !important;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-dots {
  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;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  gap: 6px 20px;
}
.slick-dots button {
  display: block;
  width: 0.8em;
  height: 0.8em;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 100%;
  background: transparent;
  text-indent: -9999px;
  cursor: pointer;
}
.slick-dots .slick-active button {
  background: #fff;
}
.slick-arrow {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid transparent;
  text-indent: -9999px;
  transition: all 0.2s;
  z-index: 3;
  outline: 0;
  font-size: 0;
}
@media only screen and (min-width:48em) {
  .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.slick-arrow:focus {
  outline: none;
}
.slick-arrow:hover:after {
  border-color: #000091;
}
.slick-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 18px;
  height: 18px;
  border: solid rgba(0, 0, 145, 0.8);
  border-width: 3px 3px 0 0;
  transition: all 0.2s;
}
@media only screen and (min-width:48em) {
  .slick-arrow:after {
    width: 20px;
    height: 20px;
  }
}
.slick-arrow.slick-prev:after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
      -ms-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 3px;
}
.slick-arrow.slick-next:after {
  margin-left: -3px;
}
.slick-arrow.slick-hidden {
  display: none;
}
.disablescroll .slick-arrow {
  z-index: -1;
}
.slick-custom-arrows .slick-arrow {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
.slick-custom-arrows .slick-arrow:after {
  border: solid #000091;
  border-width: 3px 3px 0 0;
}
.slick-custom-arrows .slick-arrow:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.slick-custom-arrows .slick-arrow:focus-visible:after {
  border: solid #000;
  border-width: 3px 3px 0 0;
}
.slick-custom-arrows .custom-prev-airfields,
.slick-custom-arrows .custom-prev-dest,
.slick-custom-arrows .custom-prev-teasers,
.slick-custom-arrows .custom-prev-products {
  margin-right: 5px;
}
@media only screen and (min-width:48em) {
  .slick-custom-arrows .custom-prev-airfields,
  .slick-custom-arrows .custom-prev-dest,
  .slick-custom-arrows .custom-prev-teasers,
  .slick-custom-arrows .custom-prev-products {
    margin-right: 16px;
  }
}
.slick-custom-arrows .custom-prev-airfields:after,
.slick-custom-arrows .custom-prev-dest:after,
.slick-custom-arrows .custom-prev-teasers:after,
.slick-custom-arrows .custom-prev-products:after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
      -ms-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 3px;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: regular;
  color: #000;
  padding-left: 23px;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
@media only screen and (min-width:64.0625em) {
  .select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    left: -9999px;
  }
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: regular;
  padding-left: 23px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(0, 153, 71, 0.07);
  color: #000;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 0;
  outline: 0;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #961296;
  outline-color: #961296;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.select2-container--form {
  display: block;
  width: auto !important;
  box-sizing: border-box;
}
.select2-container--form.select2-container--focus {
  outline: none;
}
.select2-container--form.select2-container--focus .select2-selection {
  outline: 4px solid #f2c900;
  background-color: #f2c900 !important;
  color: #000 !important;
  transition: none !important;
}
.select2-container--form.select2-container--focus .select2-selection > * {
  fill: #000 !important;
}
.select2-container--form .select2-selection--single {
  background-color: transparent;
  border: none;
  height: 40px;
}
.select2-container--form .select2-selection--single:focus-visible {
  outline: 4px solid #f2c900;
  background-color: #f2c900 !important;
  color: #000 !important;
  transition: none !important;
}
.select2-container--form .select2-selection--single:focus-visible > * {
  fill: #000 !important;
}
@media only screen and (min-width:48em) {
  .select2-container--form .select2-selection--single {
    height: 50px;
  }
}
.TravelOffersPage .select2-container--form .select2-selection--single {
  height: 39px;
}
.select2-container--form .select2-selection--single .select2-selection__rendered {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000091;
  font-size: 1.0625rem;
  line-height: 1;
  padding: 9px 40px 9px 0;
  border-bottom: 6px solid #c1c5c8;
}
.select2-container--form .select2-selection--single .select2-selection__rendered:focus {
  outline: none !important;
}
@media only screen and (min-width:48em) {
  .select2-container--form .select2-selection--single .select2-selection__rendered {
    font-size: 1.3125rem;
    line-height: 1.04761905;
    padding: 11px 40px 11px 0;
  }
}
.select2-container--open.select2-container--form .select2-selection--single .select2-selection__rendered {
  border-bottom: 6px solid #961296;
}
.TravelOffersPage .select2-container--form .select2-selection--single .select2-selection__rendered {
  border: none;
  font-size: 1rem;
  line-height: 1;
  padding-bottom: 0;
}
.select2-container--form .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: normal;
}
.select2-container--form .select2-selection--single .select2-selection__placeholder {
  color: #000;
}
.select2-container--form .select2-selection--single .select2-selection__arrow {
  display: block;
  position: absolute;
  width: 17px;
  height: 11px;
  right: 5px;
  top: 46%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
}
.select2-container--form .select2-selection--single .select2-selection__arrow b {
  background-image: url(../images/svg/icon-arrow-down-blue.svg);
  background-repeat: no-repeat;
  display: inline-block;
  height: 14px;
  width: 17px;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
}
.select2-container--open.select2-container--form .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.select2-container--form .select2-selection--multiple {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  cursor: text;
}
.select2-container--form .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--form .select2-selection--multiple .select2-selection__placeholder {
  color: #000;
  float: left;
  margin-top: 5px;
}
.select2-container--form .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 5px;
}
.select2-container--form .select2-selection--multiple .select2-selection__choice {
  background-color: #961296;
  border-radius: 0;
  border: 1px solid #ffffff;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--form .select2-selection--multiple .select2-selection__choice__remove {
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--form .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333333;
}
.select2-container--form .select2-dropdown {
  border-color: #ffffff;
  box-shadow: 0 0 3px rgba(150, 18, 150, 0.7);
  background: #fff;
  color: #4f5457;
  overflow-y: hidden;
}
.select2-container--form .select2-search--dropdown .select2-search__field {
  border: 1px solid #961296;
}
.select2-container--form .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}
.select2-container--form .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  padding: 10px 0;
}
.select2-container--form .select2-results > .select2-results__options::-webkit-scrollbar {
  -webkit-appearance: none;
  cursor: pointer;
}
.select2-container--form .select2-results > .select2-results__options::-webkit-scrollbar:horizontal {
  height: 15px;
}
.select2-container--form .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: #bcbcbc;
}
.select2-container--form .select2-results__option {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: regular;
  color: #4f5457;
  padding: 10px 15px 8px;
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1;
}
.select2-container--form .select2-results__option:first-child {
  border: 0;
}
.select2-container--form .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--form .select2-results__option[aria-disabled="true"] {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: regular;
  padding: 5px 15px;
}
.select2-container--form .select2-results__option[aria-selected="true"] {
  background-color: #961296;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: regular;
  padding: 10px 15px 8px;
}
.select2-container--form .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--form .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--form .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--form .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--form .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--form .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--form .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--form .select2-results__option--highlighted[aria-selected] {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: regular;
  color: #fff;
  background-color: #961296 !important;
}
.select2-container--form .select2-results__option--highlighted[aria-selected="true"] {
  background-color: #961296;
}
.select2-container--form .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--form[dir="rtl"].select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--form[dir="rtl"].select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--form[dir="rtl"].select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--form[dir="rtl"].select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--form[dir="rtl"].select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--form.select2-container--disabled .select2-selection--single {
  background-color: #961296;
  cursor: default;
}
.select2-container--form.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--form.select2-container--disabled .select2-selection--multiple {
  background-color: #961296;
  cursor: default;
}
.select2-container--form.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--form.select2-container--focus .select2-selection__rendered {
  border-bottom: 6px solid #961296;
}
.select2-container--form.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--form.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--form.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--form.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: -9999px;
}
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__container {
  position: relative;
  box-sizing: border-box;
}
.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform;
}
.splide.is-active .splide__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.splide__pagination {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.splide {
  visibility: hidden;
}
.splide,
.splide__slide {
  position: relative;
  outline: none;
}
.splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__slider {
  position: relative;
}
.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
}
.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.splide--fade > .splide__track > .splide__list {
  display: block;
}
.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide--ttb > .splide__track > .splide__list {
  display: block;
}
.splide--ttb > .splide__pagination {
  width: auto;
}
body.compensate-for-scrollbar {
  overflow: hidden;
  -ms-overflow-style: none;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #fff;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  transition-property: -webkit-transform, opacity, -webkit-transform;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide--image {
  padding: 44px 0 0 0;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  transition-property: -webkit-transform, opacity, -webkit-transform;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px 0;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}
/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.4;
  padding: 25px 44px 25px 44px;
  right: 0;
}
.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0 0 0;
  }
  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
html {
  font-family: Arial, Helvetica, sans-serif;
  color: #4f5457;
  height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
body {
  position: relative;
  overflow-x: hidden;
  min-height: 100%;
  height: 100%;
  background-color: #fff;
}
body.is-mobile-navi-open {
  overflow-y: hidden;
}
#site-wrapper {
  overflow: hidden;
}
::selection {
  color: #ffffff;
  background: #961296;
}
@keyframes fadein {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
/* Opera < 12.1 */
#_iCDSaved {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 30px;
}
#_iCDSaved ._iCDclose {
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
  font-size: calc(15rem / 16);
  line-height: 1;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 100vmax;
  text-transform: none !important;
  color: white;
  border: 2px solid white;
  background: transparent;
  cursor: pointer;
}
#_iCDSaved .iCD_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}
#_iCDSaved h2 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: none;
}
.iCD_showOpt {
  background: #000091;
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  outline: 0;
  border: 0;
  cursor: pointer;
  padding: 10px 20px;
}
.iCD_showOpt:hover {
  background: #000091;
}
#_iCDoptions {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  color: white;
  text-align: left;
}
#_iCDoptions .iCD_inner {
  padding: 20px;
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  box-sizing: border-box;
  max-height: 100%;
  overflow-y: auto;
}
@media only screen and (min-width:48em) {
  #_iCDoptions .iCD_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
#_iCDoptions .iCD_inner br {
  display: none;
}
#_iCDoptions .iCD_inner h2 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media only screen and (min-width:48em) {
  #_iCDoptions .iCD_inner h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
#_iCDoptions .iCD_inner p {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media only screen and (min-width:48em) {
  #_iCDoptions .iCD_inner p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
#_iCDoptions .iCD_checkbox_holder {
  border-bottom: 1px solid #3f3f3f;
  padding: 10px 10px 10px 0;
}
@media only screen and (min-width:48em) {
  #_iCDoptions .iCD_checkbox_holder {
    border-bottom: 1px solid #3f3f3f;
    padding: 21px 10% 16px 0;
  }
}
#_iCDoptions .iCD_checkbox_holder:first-of-type {
  border-top: 1px solid #3f3f3f;
}
#_iCDoptions .iCD_checkbox_holder p {
  color: #999;
  font-size: 12px;
  line-height: 1.2;
  margin-left: 35px;
  margin-bottom: 0;
}
@media only screen and (min-width:48em) {
  #_iCDoptions .iCD_checkbox_holder p {
    font-size: 13px;
    margin-bottom: 0;
  }
}
#_iCDoptions .iCD_btn_holder {
  text-align: right;
}
#_iCDoptions input[type="checkbox"] {
  position: absolute;
  left: -9999px;
  outline: 0;
}
#_iCDoptions input[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
@media only screen and (min-width:48em) {
  #_iCDoptions input[type="checkbox"] + label {
    font-size: 19px;
  }
}
#_iCDoptions input[type="checkbox"] + label:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  left: 0;
  background: white;
}
#_iCDoptions input[type="checkbox"] + label:after {
  display: none;
}
#_iCDoptions input[type="checkbox"]:checked + label:before {
  box-shadow: inset 0 0 0 3px white;
  background: #000091;
}
#_iCDoptions input[type="checkbox"]:disabled + label:before {
  opacity: 0.4;
}
#_iCDoptions button {
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 18px;
  color: white;
  border: 0;
  background: transparent;
  cursor: pointer;
  margin-top: 20px;
}
#_iCDoptions #_iCDsave {
  background: #000091;
  font-weight: bold;
}
#_iCD {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 10px 0;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.2;
  background: #222;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  text-align: center;
}
#_iCD.top-fixed {
  bottom: auto;
  top: 0;
}
@media only screen and (min-width:64.0625em) {
  #_iCD {
    width: 100%;
  }
}
#_iCD.is-closed {
  display: none;
}
#_iCD * {
  font-family: arial, helvetica, sans-serif;
  font-weight: normal;
  color: #fff;
  line-height: 1.2;
}
#_iCD .iCD_wrp {
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 960px;
}
#_iCD .iCD_wrp.with-btn-close {
  padding: 0 40px 0 10px;
}
#_iCD .iCD_wrp:after {
  content: "";
  display: block;
  width: 100%;
  overflow: hidden;
  clear: both;
}
@media only screen and (min-width:87.5em) {
  #_iCD .iCD_wrp {
    padding: 0 40px;
  }
}
#_iCD .iCD_lf {
  width: 100%;
  float: left;
}
@media only screen and (min-width:64em) {
  #_iCD .iCD_lf {
    width: auto;
    float: none;
  }
}
#_iCD .iCD_lf .iCD_inr {
  margin-top: 5px;
}
@media only screen and (min-width:64em) {
  #_iCD .iCD_lf .iCD_inr {
    padding: 5px 0;
  }
}
@media only screen and (min-width:64em) {
  #_iCD .iCD_lf .iCD_inr h3:after {
    content: "";
    display: block;
    width: 100%;
    overflow: hidden;
    clear: both;
  }
}
#_iCD .iCD_lf .iCD-content-text {
  font-size: calc(15rem / 16);
  line-height: 1.5;
  color: #fff;
}
#_iCD .iCD_lf .iCD-content-text a {
  color: inherit;
  text-decoration: underline !important;
}
#_iCD .iCD_lf .iCD-content-text a:hover {
  text-decoration: none !important;
}
#_iCD .list-cookie-buttons {
  list-style: none;
  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;
  gap: 14px 10px;
  margin-top: 30px;
}
#_iCD .list-cookie-buttons.list-cookie-buttons--right {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#_iCD .btn-cookie {
  display: inline-block !important;
  background: #000091 !important;
  color: #fff !important;
  margin: 0 !important;
  border-radius: 100vmax !important;
  font-size: calc(15rem / 16) !important;
  line-height: 1 !important;
  font-weight: bold !important;
  padding: 8px 20px !important;
  letter-spacing: -0.47px;
  max-width: none !important;
  text-transform: none !important;
  transition: -webkit-transform 0.3s !important;
  transition: transform 0.3s !important;
}
#_iCD .btn-cookie:hover {
  color: #fff !important;
  transition: -webkit-transform 0.3s !important;
  transition: transform 0.3s !important;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#_iCD .iCD_rt {
  width: 30%;
  float: right;
}
@media only screen and (min-width:64em) {
  #_iCD .iCD_rt {
    width: auto;
    float: none;
  }
}
@media only screen and (min-width:64em) {
  #_iCD .iCD_rt .iCD_inr {
    border-top: 1px solid #999;
    border-color: rgba(255, 255, 255, 0.5);
  }
}
#_iCD .iCD_bkg {
  display: none;
}
#_iCD h3 {
  margin: 0;
  padding: 0 0 8px;
  font-size: 14px;
  font-weight: bold;
}
#_iCD p {
  font-size: 12px;
}
@media only screen and (min-width:87.5em) {
  #_iCD p {
    line-height: 1.4;
  }
}
#_iCD .iCD_btn:after {
  content: "";
  display: block;
  width: 100%;
  overflow: hidden;
  clear: both;
}
#_iCD .iCD_btn a {
  display: block;
  float: right;
  padding: 3px 10px;
  color: #000;
  background: #fff;
  border-radius: 3px;
  text-decoration: none !important;
}
#_iCD .iCD_btn a:hover {
  background: #ccc;
  text-decoration: none !important;
}
#_iCD .iCD_btn a strong {
  color: #000;
}
#_iCD .iCD_chk {
  position: relative;
  clear: both;
}
#_iCD .iCD_chk input {
  margin: 0;
  vertical-align: text-top;
}
#_iCD .iCD_chk label {
  position: relative;
  display: inline !important;
  margin: 0;
  padding: 0 0 0 5px;
  font-weight: normal !important;
  font-size: 12px !important;
}
#_iCD #_iCDclose {
  display: block;
  cursor: pointer;
  padding: 20px 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  border: 0;
  background: transparent;
}
@media only screen and (min-width:48em) {
  #_iCD #_iCDclose {
    top: 5px;
  }
}
@media only screen and (min-width:64em) {
  #_iCD #_iCDclose {
    padding: 20px;
  }
}
#_iCD #_iCDclose:after,
#_iCD #_iCDclose:before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: white;
}
#_iCD #_iCDclose:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#_iCD #_iCDclose:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 5px;
      -ms-transform-origin: 5px;
          transform-origin: 5px;
}
#_iCD #_iCDclose:hover {
  opacity: 0.5;
}
.adapt {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
}
@media only screen and (min-width:48em) {
  .adapt {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.adapt--no-padding {
  margin-left: auto;
  margin-right: auto;
}
.adapt-630 {
  max-width: 630px;
}
.adapt-900 {
  max-width: 920px;
}
.adapt-1140 {
  max-width: 1140px;
}
.adapt-1370 {
  max-width: 1370px;
}
.module-v-adapt {
  padding-top: 20px;
  padding-bottom: 25px;
}
@media only screen and (min-width:48em) {
  .module-v-adapt {
    padding-top: 3.9%;
    padding-bottom: 3.38%;
  }
}
.module-top-adapt {
  padding-top: 20px;
}
@media only screen and (min-width:48em) {
  .module-top-adapt {
    padding-top: 3.9%;
  }
}
.module-margine-v-adapt {
  margin-top: 35px;
  margin-bottom: 35px;
}
@media only screen and (min-width:48em) {
  .module-margine-v-adapt {
    margin-top: 5.7%;
    margin-bottom: 5.7%;
  }
}
.page-padding-bottom {
  padding-bottom: 70px;
}
@media only screen and (min-width:48em) {
  .page-padding-bottom {
    padding-bottom: 6.7%;
  }
}
.margin-top-30 {
  margin-top: 30px;
}
.animated-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 98px;
}
@media only screen and (min-width:48em) {
  .animated-dots {
    width: 250px;
  }
}
@media only screen and (min-width:75em) {
  .animated-dots {
    width: 360px;
  }
}
@media only screen and (min-width:87.5em) {
  .animated-dots {
    width: 440px;
  }
}
.animated-dots > div {
  display: inline-block;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  background-color: #000091;
  -webkit-animation: bgColor 2.5s ease-in-out infinite;
          animation: bgColor 2.5s ease-in-out infinite;
}
.animated-dots > div:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.animated-dots > div:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.animated-dots > div:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.animated-dots > div:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.animated-dots > div:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.animated-dots > div:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.animated-dots > div:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.animated-dots > div:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.animated-dots > div:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.animated-dots > div:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media only screen and (min-width:75em) {
  .animated-dots > div {
    width: 7px;
    height: 7px;
  }
}
@-webkit-keyframes bgColor {
  0% {
    background-color: #000091;
  }
  50% {
    background-color: #EFEFEE;
  }
}
@keyframes bgColor {
  0% {
    background-color: #000091;
  }
  50% {
    background-color: #EFEFEE;
  }
}
.white-badge {
  display: inline-block;
  background-color: #fff;
  padding: 6px 10px;
  border-radius: 12px;
  height: 23px;
}
.white-badge span {
  display: block;
  font-size: 0.6875rem;
  font-weight: bold;
  text-transform: uppercase;
}
a.btn[target="_blank"]:after {
  content: url("../images/svg/icon-target-blank--blue.svg");
  font-size: 14px;
  margin-left: 6px;
}
a.btn[target="_blank"].btn-bg-blue:after {
  content: url("../images/svg/icon-target-blank--white.svg");
}
.btn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-size: calc(14rem / 16);
  line-height: 1;
  font-weight: bold;
  border-radius: 18px;
  border: none;
  padding: 8px 11px;
  min-width: 140px;
  transition: all 0.3s;
}
@media only screen and (min-width:48em) {
  .btn {
    font-size: calc(15rem / 16);
    padding: 10px 20px;
  }
}
.btn:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.btn-big,
.game-ab--form-wrap .game-ab--form input[type="submit"] {
  font-size: calc(17rem / 16);
  line-height: 1.17;
  border-radius: 26px;
}
@media only screen and (min-width:75em) {
  .btn-big,
  .game-ab--form-wrap .game-ab--form input[type="submit"] {
    font-size: calc(18rem / 16);
    padding: 15px 36px;
    border-radius: 26px;
  }
}
.btn-small {
  font-size: calc(14rem / 16);
  line-height: 1.14;
  letter-spacing: -0.44px;
  padding: 4px 11px;
}
@media only screen and (min-width:75em) {
  .btn-small {
    font-size: calc(15rem / 16);
    letter-spacing: -0.47px;
    padding: 8px 11px;
  }
}
.btn-border-blue {
  color: #000091;
  border: 2px solid #000091;
  background-color: transparent;
}
.btn-border-white {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
}
.btn-bg-blue {
  background-color: #000091;
  color: #fff;
  border-color: #000091;
}
.btn-bg-white {
  background-color: #fff;
  color: #000091;
}
.back-link {
  position: relative;
  font-size: calc(15rem / 16);
  line-height: 1.13;
  color: #000091;
  font-weight: bold;
  letter-spacing: -0.47px;
  text-decoration: underline;
  padding-left: 20px;
}
.back-link:before {
  content: "";
  display: inline-block;
  background-image: url(../images/svg/icon-arrow-left-blue.svg);
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 17px;
}
.btn-show-homepage-header-slider,
.btn-skip-to-content {
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.btn-show-homepage-header-slider:focus-visible,
.btn-skip-to-content:focus-visible {
  opacity: 1;
  pointer-events: visible;
  z-index: 6;
}
.btn-open-search {
  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;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
}
.btn-open-notifications {
  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;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 38px;
}
.btn-open-notifications[aria-expanded="true"] {
  display: none;
}
.btn-open-notifications .icon-notification:hover .icon-notification--circle {
  fill: #000091;
}
.btn-open-notifications .icon-notification .icon-notification--circle {
  fill: #d71b3a;
}
.current-weather p {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.current-weather p .wi {
  font-size: calc(22rem/16);
  margin-right: 6px;
  color: #6e767c;
}
.current-weather p span {
  display: block;
  font-size: 1;
  line-height: 1.15;
  font-weight: bold;
  color: #6e767c;
}
.lang-menu {
  position: relative;
}
.lang-menu .lang-menu-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: calc(20rem / 16);
  line-height: calc(23 / 20);
  letter-spacing: -0.62px;
  font-weight: bold;
  color: #000091;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  padding: 3px;
  width: 60px;
  height: 40px;
}
.lang-menu .lang-menu-btn:hover {
  border-bottom-color: #961296;
}
.lang-menu .lang-menu-btn:hover .current-lang {
  color: #961296;
}
.lang-menu .lang-menu-btn span {
  display: inline-block;
  margin-right: 4px;
}
.lang-menu .lang-list {
  position: absolute;
  width: 100%;
  z-index: 2;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.5);
  padding: 3px 0;
  margin-top: 2px;
}
.lang-menu .lang-list .lang-list-item-link {
  display: block;
  font-size: calc(18rem / 16);
  line-height: 1;
  letter-spacing: -0.62px;
  font-weight: bold;
  color: #000091;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 6px;
}
.lang-menu .lang-list .lang-list-item-link.current,
.lang-menu .lang-list .lang-list-item-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 3px;
}
.menu-burger {
  width: 40px;
  height: 40px;
  cursor: pointer;
  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;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 0;
}
@media only screen and (min-width:75em) {
  .menu-burger {
    display: none;
  }
}
.menu-burger .line {
  display: block;
  width: 34px;
  height: 4px;
  background: #000091;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
}
.site-logo {
  max-width: 170px;
}
@media only screen and (min-width:75em) {
  .site-logo {
    max-width: 288px;
  }
}
.site-logo--link {
  display: block;
}
.dark-site .site-logo--link .logo {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.pagination .pagination-list {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width:29.96875em) {
  .pagination .pagination-list {
    padding-bottom: 60px;
  }
}
.pagination .pagination-list-item {
  margin: 0 6px;
}
@media only screen and (min-width:23.4375em) {
  .pagination .pagination-list-item {
    margin: 0 10px;
  }
}
@media only screen and (min-width:68.75em) {
  .pagination .pagination-list-item {
    margin: 0 12px;
  }
}
.pagination .pagination-list-item a,
.pagination .pagination-list-item span {
  font-size: calc(18rem / 16);
  display: inline-block;
  line-height: 1;
  color: #4f5457;
  text-decoration: none;
  padding: 6px 8px 4px;
  border-bottom: 5px solid transparent;
  transition: border-color 0.3s;
}
.pagination .pagination-list-item a:hover:not([aria-hidden="true"]),
.pagination .pagination-list-item span:hover:not([aria-hidden="true"]),
.pagination .pagination-list-item a[aria-current="true"],
.pagination .pagination-list-item span[aria-current="true"] {
  border-bottom-color: #961296;
}
.pagination .pagination-list-item a[aria-current="true"]:focus-visible,
.pagination .pagination-list-item span[aria-current="true"]:focus-visible {
  outline: 4px solid #f2c900;
  background-color: #f2c900 !important;
  color: #000 !important;
  transition: none !important;
}
.pagination .pagination-list-item a[aria-current="true"]:focus-visible > *,
.pagination .pagination-list-item span[aria-current="true"]:focus-visible > * {
  fill: #000 !important;
}
@media only screen and (max-width:29.96875em) {
  .pagination .pagination-arrow {
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-width:30em) {
  .pagination .pagination-arrow.pagination-arrow-prev {
    margin-right: 20px;
  }
}
@media only screen and (min-width:68.75em) {
  .pagination .pagination-arrow.pagination-arrow-prev {
    margin-right: 40px;
  }
}
@media only screen and (max-width:29.96875em) {
  .pagination .pagination-arrow.pagination-arrow-prev {
    margin-left: -80px;
  }
}
@media only screen and (min-width:30em) {
  .pagination .pagination-arrow.pagination-arrow-next {
    margin-left: 20px;
  }
}
@media only screen and (min-width:68.75em) {
  .pagination .pagination-arrow.pagination-arrow-next {
    margin-left: 40px;
  }
}
@media only screen and (max-width:29.96875em) {
  .pagination .pagination-arrow.pagination-arrow-next {
    margin-right: -80px;
  }
}
.pagination .btn-pagination-arrow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
}
.pagination .btn-pagination-arrow:hover svg {
  fill: #961296;
}
.pagination .btn-pagination-arrow svg {
  fill: #000091;
  width: 14px;
  height: 24px;
}
.tag {
  display: inline-block;
  vertical-align: top;
  font-size: calc(12rem / 16);
  line-height: 1;
  letter-spacing: -0.37px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  padding: 4px 12px;
  min-width: 60px;
}
@media only screen and (min-width:75em) {
  .tag {
    padding: 9px 21px;
  }
}
.tag-bg-pink {
  background-color: #961296;
}
.visuallyhidden,
.sr-only {
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  overflow: hidden;
  white-space: nowrap;
}
.navigation-desktop ul.nav-items {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 10px;
}
.navigation-desktop ul.nav-items > li.leader:hover .nav-submenu {
  display: block;
}
.navigation-desktop ul.nav-items > li.leader > a {
  display: block;
  padding: 0 20px;
  text-decoration: none;
}
.navigation-desktop ul.nav-items > li.leader > a.section span:after,
.navigation-desktop ul.nav-items > li.leader > a.current span:after,
.navigation-desktop ul.nav-items > li.leader > a:hover span:after {
  width: 100%;
}
.navigation-desktop ul.nav-items > li.leader > a.open-dropdown ~ .nav-submenu {
  display: block;
}
.navigation-desktop ul.nav-items > li.leader > a span {
  font-size: 1.25rem;
  line-height: 1.15;
  font-weight: bold;
  letter-spacing: -0.63px;
  color: #000091;
  padding: 2px 0;
  transition: all 0.25s linear;
}
.navigation-desktop ul.nav-items > li.leader > a span:after {
  content: "";
  display: block;
  width: 0;
  height: 6px;
  background: #961296;
  margin-top: 2px;
  transition: 0.25s linear;
}
.navigation-desktop-top-nav {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 15px;
}
@media only screen and (max-width:74.96875em) {
  .navigation-desktop-top-nav {
    display: none;
  }
}
.navigation-desktop-top-nav .current-weather {
  margin-left: 25px;
}
.navigation-desktop-top-nav .navigation-subsites-list--wrap {
  margin-left: 40px;
}
.navigation-desktop-icons-list {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-left: 35px;
}
.navigation-desktop-icons-list .btn-open-search {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.navigation-desktop-icons-list .btn-open-search:hover {
  border-bottom-color: #961296;
}
.navigation-desktop-icons-list .btn-open-search:hover svg path {
  fill: #961296;
}
.navigation-desktop-icons-list .btn-open-search svg {
  width: 29px;
  height: 29px;
}
.navigation-desktop-icons-list .btn-open-search svg path {
  transition: 0.2s ease;
}
.navigation-desktop-icons-list-item.is-lang-list {
  margin-left: 15px;
}
.navigation-desktop-icons-list-item .list-item--link {
  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;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.navigation-desktop-icons-list-item .list-item--link.current,
.navigation-desktop-icons-list-item .list-item--link:hover {
  border-bottom-color: #961296;
}
.navigation-desktop-icons-list-item .list-item--link.current .svg-icon-map path,
.navigation-desktop-icons-list-item .list-item--link:hover .svg-icon-map path {
  fill: #961296;
}
.navigation-desktop-icons-list-item .list-item--link.current .svg-icon-cam polygon,
.navigation-desktop-icons-list-item .list-item--link:hover .svg-icon-cam polygon,
.navigation-desktop-icons-list-item .list-item--link.current .svg-icon-cam path,
.navigation-desktop-icons-list-item .list-item--link:hover .svg-icon-cam path {
  fill: #961296;
  stroke: #961296;
}
.navigation-desktop-icons-list-item .list-item--link .svg-icon-map polygon,
.navigation-desktop-icons-list-item .list-item--link .svg-icon-cam polygon,
.navigation-desktop-icons-list-item .list-item--link .svg-icon-map path,
.navigation-desktop-icons-list-item .list-item--link .svg-icon-cam path {
  transition: 0.2s ease;
}
.navigation-mobile {
  position: fixed;
  top: 0;
  left: 100%;
  width: 320px;
  height: 100%;
  z-index: 5;
  background-color: #fff;
  color: #000091;
  box-sizing: border-box;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.navigation-mobile:before {
  position: absolute;
  top: 0;
  right: 100%;
  width: 1000%;
  height: 100%;
  z-index: 1;
  background-color: rgba(16, 16, 48, 0.55);
}
.navigation-mobile.is-open {
  -webkit-transform: translateX(-320px);
      -ms-transform: translateX(-320px);
          transform: translateX(-320px);
}
.navigation-mobile.is-open:before {
  content: "";
}
@media only screen and (min-width:75em) {
  .navigation-mobile {
    display: none;
  }
}
.navigation-mobile .mobile-nav-menu-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 120px;
}
.navigation-mobile .mobile-nav-menu-wrapper .navigation-subsites-list {
  position: relative;
  margin: 40px 20px 50px;
}
.navigation-mobile .mobile-nav-menu-wrapper .navigation-subsites-list .navigation-subsites-list--item.is-target-blank {
  position: absolute;
  top: calc(100% + 25px);
  left: 0px;
  margin-left: 0;
}
.navigation-mobile .mobile-nav-menu-wrapper .current-weather {
  padding: 0 20px;
  margin-top: 20px;
}
.navigation-mobile .mobile-nav-menu-wrapper .current-weather p {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.navigation-mobile-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 0;
}
.navigation-mobile-header .nav-left {
  -webkit-flex: 0 0 70%;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.navigation-mobile-header .nav-left .show-when-submenu-open {
  display: none;
}
.is-mobile-submenu-open.navigation-mobile-header .nav-left .show-when-submenu-open {
  display: block;
}
.navigation-mobile-header .nav-left .hide-when-submenu-open {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
.is-mobile-submenu-open.navigation-mobile-header .nav-left .hide-when-submenu-open {
  display: none;
}
.navigation-mobile-header .nav-left .back-to-mobile-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  border: 0;
  background-color: transparent;
}
.navigation-mobile-header .nav-left .back-to-mobile-menu:hover span {
  color: #961296;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.navigation-mobile-header .nav-left .back-to-mobile-menu span {
  display: inline-block;
  font-size: calc(16rem / 16);
  line-height: 1.14;
  font-weight: bold;
  color: #000091;
  padding-left: 10px;
}
.navigation-mobile-header .nav-right {
  -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  text-align: right;
}
.navigation-mobile-header .nav-right .mob-menu-burger {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: none;
}
.navigation-mobile-header .nav-right .mob-menu-burger:hover svg {
  fill: #961296;
}
.navigation-mobile-header .nav-right .mob-menu-burger svg {
  width: 20px;
  height: 20px;
  fill: #000091;
  margin-left: auto;
}
.mobile-menu {
  margin-top: 40px;
  padding: 0 20px;
}
.mobile-menu .mobile-nav-items > li {
  margin-bottom: 15px;
}
.mobile-menu .mobile-nav-items > li.has-children.open-mobile-submenu > .nav-submenu-mobile {
  -webkit-transform: translateX(-320px);
      -ms-transform: translateX(-320px);
          transform: translateX(-320px);
  display: block;
}
.mobile-menu .mobile-nav-items > li .btn-open--nav-submenu-mobile,
.mobile-menu .mobile-nav-items > li a {
  display: block;
  width: 100%;
  text-align: right;
  padding-block: 5px;
  font-size: calc(21rem / 16);
  line-height: 1.3;
  letter-spacing: -0.66px;
  font-weight: bold;
  color: #000091;
  text-decoration: none;
  cursor: pointer;
}
.mobile-menu .mobile-nav-items > li .btn-open--nav-submenu-mobile:hover,
.mobile-menu .mobile-nav-items > li a:hover,
.mobile-menu .mobile-nav-items > li .btn-open--nav-submenu-mobile.section,
.mobile-menu .mobile-nav-items > li a.section,
.mobile-menu .mobile-nav-items > li .btn-open--nav-submenu-mobile.current,
.mobile-menu .mobile-nav-items > li a.current {
  color: #961296;
  text-decoration: underline;
}
.mobile-list-icons {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px;
  margin-top: 30px;
  padding: 0 20px;
}
.mobile-list-icons .mobile-list-icons-item-link {
  display: block;
}
.mobile-list-icons .mobile-list-icons-item-link:hover .icon-cam {
  fill: #961296;
  stroke: #961296;
}
.mobile-list-icons .mobile-list-icons-item-link:hover .icon-map {
  fill: #961296;
}
.mobile-list-icons .mobile-list-icons-item-link .icon-map,
.mobile-list-icons .mobile-list-icons-item-link .icon-cam {
  height: 30px;
}
.mobile-list-icons .mobile-list-icons-item-link .icon-cam {
  fill: #000091;
  stroke: #000091;
}
.mobile-list-icons .mobile-list-icons-item-link .icon-map {
  fill: #000091;
}
.navigation-subsites-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  border-bottom: 1px solid #c1c5c8;
}
.navigation-subsites-list li + li {
  margin-left: 20px;
}
.navigation-subsites-list a {
  position: relative;
  display: block;
  font-size: calc(16rem/16);
  line-height: 2;
  letter-spacing: -0.17px;
  font-weight: bold;
  color: #6e767c;
  text-decoration: none;
  padding-bottom: 6px;
  transition: color 0.2s;
}
.navigation-subsites-list a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: transparent;
}
.navigation-subsites-list a:hover,
.navigation-subsites-list a.current {
  color: #6e767c;
}
.navigation-subsites-list a:hover:before,
.navigation-subsites-list a.current:before {
  background-color: #961296;
}
.navigation-subsites-list a[target="_blank"] {
  padding-right: 10px;
}
.navigation-subsites-list a[target="_blank"]:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 6px;
  height: 6px;
  background-image: url("../images/svg/icon-target-blank--gray.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.nav-submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 4;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  min-height: 340px;
  padding: 4.37% 7.29%;
}
.nav-submenu > ul {
  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;
}
.nav-submenu > ul > li {
  -webkit-flex: 0 0 calc(100% / 3);
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
  box-sizing: border-box;
}
.nav-submenu > ul > li.with-icons {
  -webkit-flex: 0 0 210px;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
  max-width: 210px;
  padding: 0 18px;
  text-align: center;
  margin: 0 16px;
}
.nav-submenu .links-with-arrow-list li {
  margin-bottom: 25px;
  padding-left: 25px;
}
.nav-submenu .links-with-arrow-list li:before {
  width: 12px;
  height: 12px;
}
.nav-submenu .links-with-arrow-list a {
  font-size: calc(21rem/16);
  line-height: calc(24/21);
  letter-spacing: -0.52px;
}
.nav-submenu .submenu-item-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.nav-submenu .submenu-item-link.current .submenu-title,
.nav-submenu .submenu-item-link:hover .submenu-title {
  color: #961296;
}
.nav-submenu figure {
  height: 65px;
  margin-bottom: 20px;
}
.nav-submenu figure img {
  display: block;
  width: 60px;
  margin: 0 auto;
}
.nav-submenu .submenu-title {
  position: relative;
  padding-bottom: 20px;
}
.nav-submenu .submenu-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -18px;
  width: 36px;
  height: 6px;
  background-color: #961296;
}
.nav-submenu .submenu-desc {
  margin-top: 15px;
  color: #6e767c;
}
.nav-submenu-mobile {
  display: none;
  position: fixed;
  top: 60px;
  left: 100%;
  width: 100%;
  height: 100%;
  padding: 50px 20px 80px;
  z-index: 2;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  background-color: #fff;
  overflow-y: auto;
}
.nav-submenu-mobile .submenu-items-list > li {
  margin-bottom: 25px;
}
.nav-submenu-mobile .submenu-items-list > li .submenu-item-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-submenu-mobile .submenu-items-list > li .submenu-item-link.current span {
  color: #961296;
}
.nav-submenu-mobile .submenu-items-list > li .submenu-item-link span {
  -webkit-flex: 0 0 calc(100% - 40px);
      -ms-flex: 0 0 calc(100% - 40px);
          flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
  padding-right: 20px;
  color: #000091;
}
.nav-submenu-mobile .submenu-items-list > li .submenu-item-link figure {
  -webkit-flex: 0 0 40px;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  max-width: 40px;
}
.header {
  position: relative;
  z-index: 3;
  padding-top: 15px;
  padding-bottom: 10px;
}
@media only screen and (min-width:75em) {
  .header {
    padding-top: 20px;
    padding-bottom: 35px;
  }
}
.header > .adapt {
  position: relative;
}
.header .header-flex {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width:75em) {
  .header .header-flex {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.header .site-logo {
  margin-left: -20px;
}
@media only screen and (min-width:48em) {
  .header .site-logo {
    margin-left: -30px;
  }
}
@media only screen and (min-width:87.5em) {
  .header .site-logo {
    margin-left: -40px;
  }
}
@media only screen and (min-width:100em) {
  .header .site-logo {
    margin-left: -88px;
  }
}
.header .right-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .right-col .menu-burger {
  margin-left: 25px;
}
.header .navigation-desktop-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:74.96875em) {
  .header .navigation-desktop-wrapper {
    display: none;
  }
}
.footer {
  background-color: #fff;
  padding: 60px 0 40px;
}
@media only screen and (min-width:48em) {
  .footer {
    padding-top: 5.25%;
  }
}
.footer-subsites {
  border-bottom: 1px solid #c1c5c8;
  margin-bottom: 35px;
}
@media only screen and (min-width:75em) {
  .footer-subsites {
    margin-bottom: 40px;
  }
}
.footer-subsites ul {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer-subsites ul li {
  margin-right: 12px;
}
@media only screen and (min-width:23.4375em) {
  .footer-subsites ul li {
    margin-right: 20px;
  }
}
@media only screen and (min-width:48em) {
  .footer-subsites ul li {
    margin-right: 24px;
  }
}
.footer-subsites ul li a {
  position: relative;
  display: block;
  font-size: calc(15rem/16);
  line-height: calc(17/15);
  color: #6e767c;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 5px;
}
.footer-subsites ul li a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: transparent;
}
.footer-subsites ul li a:hover {
  color: #961296;
}
.footer-subsites ul li a.current {
  color: #6e767c;
}
.footer-subsites ul li a.current:before {
  background-color: #961296;
}
.footer-subsites ul li a[target="_blank"] {
  padding-right: 10px;
}
.footer-subsites ul li a[target="_blank"]:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 6px;
  height: 6px;
  background-image: url("../images/svg/icon-target-blank--gray.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-main-navigation {
  border-bottom: 1px solid #c1c5c8;
  padding-bottom: 35px;
}
@media only screen and (min-width:48em) {
  .footer-main-navigation {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width:75em) {
  .footer-main-navigation {
    padding-bottom: 65px;
  }
}
.footer-main-navigation .foot-cols-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer-main-navigation .foot-cols-list .foot-col-item {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}
@media only screen and (min-width:48em) {
  .footer-main-navigation .foot-cols-list .foot-col-item {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-right: 30px;
  }
}
.footer-main-navigation .col-item-list {
  list-style: none;
}
.footer-main-navigation .col-item-list > li {
  margin-bottom: 12px;
}
@media only screen and (min-width:75em) {
  .footer-main-navigation .col-item-list > li {
    margin-bottom: 0;
  }
}
.footer-main-navigation .col-item-list > li a {
  display: block;
  font-size: calc(13rem/16);
  line-height: calc(18/13);
  font-weight: bold;
  color: #000091;
  letter-spacing: -0.2px;
  text-decoration: none;
}
.footer-main-navigation .col-item-list > li a:hover {
  text-decoration: underline;
}
@media only screen and (min-width:75em) {
  .footer-main-navigation .col-item-list > li a {
    font-size: calc(15rem/16);
    line-height: calc(36/15);
  }
}
.footer-social-navigation {
  padding-block: 30px;
}
.footer-social-navigation .footer-social-list {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 25px;
}
.footer-social-navigation .footer-social-list a {
  display: block;
}
.footer-social-navigation .footer-social-list a img {
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
}
.footer-social-navigation .footer-social-list a:hover img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
@media only screen and (min-width:48em) {
  .footer-bottom-navigation {
    padding-top: 25px;
  }
}
.footer-bottom-navigation ul {
  list-style: none;
}
@media only screen and (min-width:48em) {
  .footer-bottom-navigation ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 35px 25px;
  }
}
.footer-bottom-navigation ul li p {
  font-size: calc(12rem / 16);
  line-height: calc(28 / 12);
  color: #000091;
}
.footer-bottom-navigation ul li a {
  color: inherit;
  text-decoration: none;
}
.footer-bottom-navigation ul li a:hover {
  text-decoration: underline;
}
@media only screen and (min-width:48em) {
  .footer-bottom-navigation ul li.production {
    margin-left: auto;
  }
}
.footer-bottom-navigation ul li.production p {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer-bottom-navigation ul li.production .production-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 6px;
}
.footer-bottom-navigation ul li.production .production-link span,
.footer-bottom-navigation ul li.production .production-link img {
  display: inline-block;
}
.footer-bottom-navigation ul li.production .production-link img {
  margin-right: 4px;
}
.footer-bottom-navigation ul li.production .production-link span {
  text-transform: uppercase;
  font-weight: bold;
}
.footer-bottom-navigation .btn-cookie {
  border: 0;
  background-color: transparent;
}
@media only screen and (min-width:48em) {
  .breadcrumbs .breadcrumbs-mobile {
    display: none;
  }
}
.breadcrumbs .breadcrumbs-desktop {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width:47.96875em) {
  .breadcrumbs .breadcrumbs-desktop {
    display: none;
  }
}
.breadcrumbs .list-breadcrumbs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs .list-breadcrumbs-item:first-child span:before {
  display: none;
}
.breadcrumbs a {
  display: block;
  font-size: calc(15rem / 16);
  line-height: 2;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.15px;
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumbs a:hover span {
  text-decoration: underline;
}
.breadcrumbs a.bread-back-link span:before {
  background-image: url(../images/svg/icon-arrow-left-white.svg);
  height: 10px;
}
.breadcrumbs a span {
  display: inline-block;
  margin-right: 12px;
}
.breadcrumbs a span:before {
  content: "";
  display: inline-block;
  background-image: url(../images/svg/icon-arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 5px;
  height: 7px;
  margin-right: 12px;
}
.breadcrumbs-banner {
  padding: 15px 0;
}
.page-title-header {
  position: relative;
  background-color: #000091;
  background-image: url('../images/error-page.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-title-header:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.75;
  background: linear-gradient(270deg, #961296 0%, #000091 100%);
}
.page-title-header .adapt {
  position: relative;
}
.page-title-header .breadcrumbs {
  position: absolute;
  top: 11px;
}
@media only screen and (min-width:48em) {
  .page-title-header .breadcrumbs {
    top: 14px;
  }
}
@media only screen and (min-width:75em) {
  .page-title-header .breadcrumbs {
    top: 17px;
  }
}
.page-title-header .inner {
  padding: 40px 0;
}
@media only screen and (min-width:48em) {
  .page-title-header .inner {
    padding: 60px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media only screen and (min-width:75em) {
  .page-title-header .inner {
    padding: 65px 0 85px;
  }
}
.page-title-header .title-underline {
  display: inline;
  line-height: 1.5em;
  border-bottom: 6px solid #961296;
}
@media only screen and (min-width:48em) {
  .page-title-header .title-wrapper {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 10%;
  }
}
.page-title-header .header-content {
  margin-top: 20px;
  padding-right: 5%;
}
@media only screen and (min-width:48em) {
  .page-title-header .header-content {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.form {
  position: relative;
}
.form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c1c5c8;
}
.form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #c1c5c8;
}
.form label {
  display: block;
  font-size: calc(16rem / 16);
  line-height: calc(24 / 16);
  color: #4f5457;
  font-weight: normal !important;
}
.form label.error,
.form-safety-feedback span.message {
  display: block;
  color: #d71b3a;
  font-weight: bold !important;
  margin-top: 5px;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="date"],
.form input[type="time"],
.form input[type="password"],
.form input[type="number"],
.form textarea,
.form-search input[type="text"],
.form-search-popup input[type="text"] {
  width: 100%;
  font-size: calc(21rem / 16);
  line-height: 1;
  color: #000091;
  font-weight: bold;
  background-color: transparent;
  border: 0;
  border-bottom: 6px solid #c1c5c8;
  height: 50px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="date"]:focus,
.form input[type="time"]:focus,
.form input[type="password"]:focus,
.form input[type="number"]:focus,
.form textarea:focus,
.form input[type="text"]:focus-visible,
.form input[type="email"]:focus-visible,
.form input[type="date"]:focus-visible,
.form input[type="time"]:focus-visible,
.form input[type="password"]:focus-visible,
.form input[type="number"]:focus-visible,
.form textarea:focus-visible,
.form-search input[type="text"]:focus,
.form-search input[type="text"]:focus-visible,
.form-search-popup input[type="text"]:focus,
.form-search-popup input[type="text"]:focus-visible {
  border-color: #961296;
  outline: none;
}
.form input[type="text"]:focus-visible,
.form input[type="email"]:focus-visible,
.form input[type="date"]:focus-visible,
.form input[type="time"]:focus-visible,
.form input[type="password"]:focus-visible,
.form input[type="number"]:focus-visible,
.form textarea:focus-visible,
.form-search input[type="text"]:focus-visible,
.form-search-popup input[type="text"]:focus-visible {
  outline: 4px solid #f2c900;
  background-color: #f2c900 !important;
  color: #000 !important;
  transition: none !important;
}
.form input[type="text"]:focus-visible > *,
.form input[type="email"]:focus-visible > *,
.form input[type="date"]:focus-visible > *,
.form input[type="time"]:focus-visible > *,
.form input[type="password"]:focus-visible > *,
.form input[type="number"]:focus-visible > *,
.form textarea:focus-visible > *,
.form-search input[type="text"]:focus-visible > *,
.form-search-popup input[type="text"]:focus-visible > * {
  fill: #000 !important;
}
.form input[type="text"].error,
.form input[type="email"].error,
.form input[type="date"].error,
.form input[type="time"].error,
.form input[type="password"].error,
.form input[type="number"].error,
.form textarea.error,
.form-search input[type="text"].error,
.form-search-popup input[type="text"].error {
  border-bottom: 6px solid #d71b3a;
}
.form textarea {
  height: 130px;
  line-height: 1.2;
  color: #4f5457;
  font-weight: normal;
}
.form input:-webkit-autofill {
  -webkit-text-fill-color: #000091 !important;
}
.form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #000091 !important;
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
.form .radio-group {
  list-style: none;
  margin: 0 -8px;
  padding: 0;
}
@media only screen and (min-width:48em) {
  .form .radio-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width:48em) {
  .form .radio-group li {
    margin: 0 8px;
  }
}
@media only screen and (max-width:47.96875em) {
  .form .radio-group li {
    margin: 15px 8px;
  }
}
.form div,
.form .radio-wrapper {
  position: relative;
}
.form div input[type="checkbox"],
.form .radio-wrapper input[type="checkbox"],
.form div input[type="radio"],
.form .radio-wrapper input[type="radio"] {
  position: absolute;
  opacity: 0;
  top: 0;
  height: 24px;
  width: 24px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  pointer-events: none;
}
.form div input[type="checkbox"]:checked + label:after,
.form .radio-wrapper input[type="checkbox"]:checked + label:after,
.form div input[type="radio"]:checked + label:after,
.form .radio-wrapper input[type="radio"]:checked + label:after {
  opacity: 1;
}
.form div input[type="checkbox"]:focus-visible + label:before,
.form .radio-wrapper input[type="checkbox"]:focus-visible + label:before,
.form div input[type="radio"]:focus-visible + label:before,
.form .radio-wrapper input[type="radio"]:focus-visible + label:before {
  border-color: #f2c900;
  outline: 4px solid #f2c900;
}
.form div input[type="checkbox"].error + label:before,
.form .radio-wrapper input[type="checkbox"].error + label:before,
.form div input[type="radio"].error + label:before,
.form .radio-wrapper input[type="radio"].error + label:before {
  border-color: #d71b3a;
  outline: 2px solid #d71b3a;
  outline-offset: 2px;
}
.form div input[type="checkbox"] + label,
.form .radio-wrapper input[type="checkbox"] + label,
.form div input[type="radio"] + label,
.form .radio-wrapper input[type="radio"] + label {
  position: relative;
  display: inline-block;
  font-size: calc(16rem / 16);
  line-height: calc(24 / 16);
  font-weight: bold !important;
  color: #4f5457;
  margin: 0;
  padding-left: 30px;
  cursor: pointer;
}
.form div input[type="checkbox"] + label:before,
.form .radio-wrapper input[type="checkbox"] + label:before,
.form div input[type="radio"] + label:before,
.form .radio-wrapper input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background: transparent;
  border: 2px solid #c1c5c8;
  overflow: hidden;
}
.form div input[type="checkbox"] + label:after,
.form .radio-wrapper input[type="checkbox"] + label:after,
.form div input[type="radio"] + label:after,
.form .radio-wrapper input[type="radio"] + label:after {
  content: "";
  height: 14px;
  width: 14px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: #961296;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.form div input[type="checkbox"] + label a,
.form .radio-wrapper input[type="checkbox"] + label a,
.form div input[type="radio"] + label a,
.form .radio-wrapper input[type="radio"] + label a {
  color: #000091;
  text-decoration: underline;
}
.form div input[type="checkbox"] + label a:hover,
.form .radio-wrapper input[type="checkbox"] + label a:hover,
.form div input[type="radio"] + label a:hover,
.form .radio-wrapper input[type="radio"] + label a:hover {
  text-decoration: none;
}
.form div input[type="radio"] + label:before,
.form .radio-wrapper input[type="radio"] + label:before,
.form div input[type="radio"] + label:after,
.form .radio-wrapper input[type="radio"] + label:after {
  border-radius: 100%;
}
.form input[type="reset"],
.form input[type="submit"] {
  font-size: calc(15rem / 16);
  line-height: calc(17 / 15);
  letter-spacing: -0.47px;
  text-align: center;
  font-weight: bold;
  background: #000091;
  color: #fff;
  padding: 8px 40px;
  border: 1px solid #000091;
  border-radius: 18px;
  height: 36px;
  transition: all 0.3s;
}
.form input[type="reset"]:hover,
.form input[type="submit"]:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.form input[type="reset"]:focus-visible,
.form input[type="submit"]:focus-visible {
  outline: 4px solid #f2c900;
  background-color: #f2c900 !important;
  color: #000 !important;
  transition: none !important;
}
.form input[type="reset"]:focus-visible > *,
.form input[type="submit"]:focus-visible > * {
  fill: #000 !important;
}
.form input[type="reset"] {
  background: transparent;
  color: #000091;
}
.form .Actions {
  text-align: right;
  margin-top: 25px;
}
@media only screen and (min-width:48em) {
  .form .Actions {
    margin-top: 40px;
  }
}
.form span.error {
  display: inline-block;
  font-size: calc(13rem / 16);
  line-height: calc(20 / 13);
  color: #d71b3a;
  letter-spacing: 0.1px;
  margin-top: 5px;
}
.userform-fields .error-container {
  display: none !important;
}
.userform-fields h3 {
  color: #000091;
  font-weight: bold;
  padding-bottom: 18px;
  border-bottom: 1px solid #000091;
  margin-bottom: 40px;
}
.userform-fields .field.checkbox,
.userform-fields .field.text,
.userform-fields .field.checkboxset,
.userform-fields .field.userformsoptionset,
.userform-fields .field.dropdown,
.userform-fields .field.file,
.userform-fields .field.textarea,
.userform-fields .field.composite {
  margin-bottom: 40px;
}
@media only screen and (min-width:40em) {
  .userform-fields .field.checkbox,
  .userform-fields .field.text,
  .userform-fields .field.checkboxset,
  .userform-fields .field.userformsoptionset,
  .userform-fields .field.dropdown,
  .userform-fields .field.file,
  .userform-fields .field.textarea,
  .userform-fields .field.composite {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width:40em) {
  .userform-fields .field.checkbox .left,
  .userform-fields .field.text .left,
  .userform-fields .field.checkboxset .left,
  .userform-fields .field.userformsoptionset .left,
  .userform-fields .field.dropdown .left,
  .userform-fields .field.file .left,
  .userform-fields .field.textarea .left,
  .userform-fields .field.composite .left {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width:40em) {
  .userform-fields .field.checkbox .middleColumn,
  .userform-fields .field.text .middleColumn,
  .userform-fields .field.checkboxset .middleColumn,
  .userform-fields .field.userformsoptionset .middleColumn,
  .userform-fields .field.dropdown .middleColumn,
  .userform-fields .field.file .middleColumn,
  .userform-fields .field.textarea .middleColumn,
  .userform-fields .field.composite .middleColumn {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.userform-fields .field.file input {
  width: 100%;
  border: 3px solid #c1c5c8;
  padding: 40px;
  cursor: pointer;
}
.userform-fields .field.file input:focus-visible {
  outline: 4px solid #f2c900;
  background-color: #f2c900 !important;
  color: #000 !important;
  transition: none !important;
}
.userform-fields .field.file input:focus-visible > * {
  fill: #000 !important;
}
.userform-fields .field.userformsoptionset legend {
  font-size: calc(16rem / 16);
  line-height: calc(24 / 16);
  color: #4f5457;
  font-weight: normal !important;
}
.userform-fields .field.CompositeField.composite.nolabel.form-group--no-label .middleColumn ol,
.userform-fields .field.CompositeField.composite.nolabel.form-group--no-label .middleColumn ul {
  padding-left: 2em;
}
.userform-fields .field.CompositeField.composite.nolabel.form-group--no-label .middleColumn ol li,
.userform-fields .field.CompositeField.composite.nolabel.form-group--no-label .middleColumn ul li {
  line-height: 1.2;
}
.userform-fields .field.CompositeField.composite.nolabel.form-group--no-label .middleColumn ol li + li,
.userform-fields .field.CompositeField.composite.nolabel.form-group--no-label .middleColumn ul li + li {
  margin-top: 0.6em;
}
.userform-fields .field.CompositeField.composite.nolabel.form-group--no-label .middleColumn a {
  color: #000091;
  text-decoration: underline;
}
.userform-fields .field.CompositeField.composite.nolabel.form-group--no-label .middleColumn a:hover {
  text-decoration: none;
}
.userform-fields .field.checkboxset > legend.left {
  font-size: calc(16rem / 16);
  line-height: calc(24 / 16);
  color: #4f5457;
  font-weight: normal !important;
}
.userform-fields .field legend.left {
  margin-bottom: 15px;
}
.userform-fields .CompositeField .left {
  font-weight: normal !important;
}
.userform-fields fieldset div.odd,
.userform-fields fieldset div.even {
  display: inline-block;
  position: relative;
  margin: 0 50px 20px 0;
}
.form-parking-prices .form-parking-prices--fieldset {
  margin-bottom: 50px;
}
.form-parking-prices .form-group-double {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}
.form-parking-prices .list-radio-buttons {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 25px;
}
.form-parking-prices input.icon-date,
.form-parking-prices input.icon-clock {
  background-repeat: no-repeat;
  background-position: center right 5px;
}
.form-parking-prices input:valid {
  border-color: #961296;
}
.form-parking-prices input.icon-date {
  background-image: url("../images/svg/icon-calendar--blue.svg");
}
.form-parking-prices input.icon-clock {
  background-image: url("../images/svg/icon-clock--blue.svg");
}
@media only screen and (min-width:75em) {
  .form-parking-reservation .form-parking-reservation-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width:48em) {
  .form-parking-reservation .form-parking-reservation-fieldset-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-image: url("../images/svg/icon-arrow-right-pink.svg");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: left 50% bottom 20px;
  }
}
@media only screen and (min-width:75em) {
  .form-parking-reservation .form-parking-reservation-fieldset-wrap {
    -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
    background-size: 14px;
    background-position: left 50% bottom 12px;
  }
}
@media only screen and (min-width:48em) {
  .element-parking-reservation .form-parking-reservation .form-parking-reservation-fieldset-wrap {
    background-image: url("../images/svg/icon-arrow-right-white.svg");
  }
}
.form-parking-reservation fieldset {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}
@media only screen and (min-width:48em) {
  .form-parking-reservation fieldset {
    -webkit-flex: 0 0 calc(50% - 30px);
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-bottom: 0;
  }
}
@media only screen and (min-width:75em) {
  .form-parking-reservation fieldset {
    -webkit-flex: 0 0 44%;
        -ms-flex: 0 0 44%;
            flex: 0 0 44%;
    max-width: 44%;
  }
}
.form-parking-reservation .form-group-date {
  background-image: url("../images/svg/icon-calendar--blue.svg");
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: bottom 19px right 10px;
  -webkit-flex: 0 0 calc(60% - 7px);
      -ms-flex: 0 0 calc(60% - 7px);
          flex: 0 0 calc(60% - 7px);
  max-width: calc(60% - 7px);
}
@media only screen and (min-width:75em) {
  .form-parking-reservation .form-group-date {
    -webkit-flex: 0 0 calc(60% - 15px);
        -ms-flex: 0 0 calc(60% - 15px);
            flex: 0 0 calc(60% - 15px);
    max-width: calc(60% - 15px);
  }
}
.element-parking-reservation .form-parking-reservation .form-group-date {
  background-image: url("../images/svg/icon-calendar--white.svg");
}
.form-parking-reservation .form-group-time {
  background-image: url("../images/svg/icon-clock--blue.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: bottom 19px right 10px;
  -webkit-flex: 0 0 calc(40% - 10px);
      -ms-flex: 0 0 calc(40% - 10px);
          flex: 0 0 calc(40% - 10px);
  max-width: calc(40% - 10px);
}
@media only screen and (min-width:75em) {
  .form-parking-reservation .form-group-time {
    -webkit-flex: 0 0 calc(40% - 15px);
        -ms-flex: 0 0 calc(40% - 15px);
            flex: 0 0 calc(40% - 15px);
    max-width: calc(40% - 15px);
  }
}
.element-parking-reservation .form-parking-reservation .form-group-time {
  background-image: url("../images/svg/icon-clock--white.svg");
}
.form-parking-reservation label {
  display: block;
  font-size: calc(14rem / 16);
  letter-spacing: 0.087px;
}
.element-parking-reservation .form-parking-reservation label {
  color: #fff;
}
.element-parking-reservation .form-parking-reservation input[type="text"] {
  color: #fff;
}
.form-parking-reservation .form-actions {
  text-align: right;
  margin-top: 25px;
}
@media only screen and (min-width:48em) {
  .form-parking-reservation .form-actions {
    margin-top: 40px;
  }
}
@media only screen and (min-width:75em) {
  .form-parking-reservation .form-actions {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    margin-top: 0;
  }
}
.form-safety-feedback fieldset > .field {
  margin-bottom: 40px;
}
@media only screen and (min-width:40em) {
  .form-safety-feedback fieldset > .field {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.form-safety-feedback fieldset > .field.checkbox.js-agree-validation {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width:40em) {
  .form-safety-feedback fieldset > .field .left,
  .form-safety-feedback fieldset > .field .middleColumn {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.form-safety-feedback fieldset ul.optionset {
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (min-width:40em) {
  .form-safety-feedback span.message {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-left: auto;
  }
}
.form-safety-feedback .btn-toolbar {
  text-align: right;
}
.form-search {
  width: 550px;
  max-width: 100%;
}
.form-search fieldset {
  position: relative;
  display: inline-block;
  width: calc(100% - 50px);
  margin-right: -4px;
  vertical-align: bottom;
}
.form-search .field {
  display: block;
}
.form-search .field label {
  font-size: 1.06rem;
  display: block;
  font-weight: normal;
  letter-spacing: 0.11px;
  color: #000091;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 20rem) {
  .form-search .field label {
    font-size: 1.2rem;
    font-size: calc(1.06rem  +  0.2525  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .form-search .field label {
    font-size: 1.3125rem;
  }
}
.form-search .field .middleColumn {
  display: inline-block;
  width: 100%;
}
.form-search .btn-toolbar {
  display: inline-block;
  vertical-align: bottom;
  margin-right: -4px;
  width: 50px;
}
.form-search input[type="text"] {
  padding-right: 20px;
  z-index: 1;
}
.form-search input[type="submit"] {
  width: 50px;
  height: 50px;
  background-image: url("../images/svg/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  text-indent: -9999px;
  border: 0;
  border-radius: 0;
  border-bottom: 6px solid #c1c5c8;
}
.form-search input[type="submit"]:focus,
.form-search input[type="submit"]:focus-visible {
  border-color: #961296;
  outline: none;
}
.form-search input[type="submit"]:focus-visible {
  outline: 4px solid #f2c900;
  background-color: #f2c900 !important;
  color: #000 !important;
  transition: none !important;
}
.form-search input[type="submit"]:focus-visible > * {
  fill: #000 !important;
}
.form-search .js-suggest-results {
  position: absolute;
  width: 100%;
  text-align: left;
  margin-top: 2px;
  box-shadow: 0 0 3px rgba(150, 18, 150, 0.7);
  list-style: none;
  overflow: hidden;
}
.form-search .js-suggest-results .js-suggest-item {
  padding: 14px 10px;
  background-color: #fff;
  color: #4f5457;
  cursor: pointer;
}
.form-search .js-suggest-results .js-suggest-item:hover {
  background-color: #000091;
  color: #fff;
}
.form-search-popup .form-search-popup--inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.form-search-popup .form-search-popup--input-field {
  position: relative;
  -webkit-flex: 0 0 calc(100% - 50px);
      -ms-flex: 0 0 calc(100% - 50px);
          flex: 0 0 calc(100% - 50px);
  max-width: calc(100% - 50px);
}
.form-search-popup .form-search-popup--btn-submit {
  width: 50px;
  height: 50px;
  border: 0;
  border-bottom: 6px solid #fff;
  padding: 0;
  background-color: transparent;
}
.form-search-popup .form-search-popup--btn-submit:hover .icon-search {
  fill: #c1c5c8;
}
.form-search-popup .form-search-popup--btn-submit:focus,
.form-search-popup .form-search-popup--btn-submit:focus-visible {
  border-color: #961296;
}
.form-search-popup .form-search-popup--btn-submit .icon-search {
  fill: #fff;
  width: 38px;
  height: 39px;
}
.form-search-popup input[type="text"] {
  border-color: #fff;
  padding-right: 20px;
  color: #fff;
  font-weight: normal;
}
.form-search-popup input[type="text"]::-webkit-input-placeholder {
  color: currentColor;
}
.form-search-popup input[type="text"]:-ms-input-placeholder {
  color: currentColor;
}
.form-search-popup input[type="text"]::placeholder {
  color: currentColor;
}
#mc_embed_signup {
  font-family: Arial, Helvetica, sans-serif !important;
}
#mc_embed_signup form {
  padding: 0 !important;
}
@media only screen and (min-width:48em) {
  #mc_embed_signup #mc_embed_signup_scroll {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -15px 0 0;
  }
}
@media only screen and (min-width:75em) {
  #mc_embed_signup #mc_embed_signup_scroll {
    margin: 0 -30px 0 0;
  }
}
#mc_embed_signup .mc-field-group {
  width: 100% !important;
  padding-bottom: 0 !important;
  min-height: auto !important;
}
@media only screen and (min-width:48em) {
  #mc_embed_signup .mc-field-group {
    -webkit-flex: 0 0 calc(100% / 3);
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 0 15px 0 0;
  }
}
@media only screen and (min-width:75em) {
  #mc_embed_signup .mc-field-group {
    padding: 0 30px 0 0;
  }
}
@media only screen and (min-width:48em) {
  #mc_embed_signup .mc-field-group.input-group {
    -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-top: 30px;
  }
}
@media only screen and (min-width:75em) {
  #mc_embed_signup .mc-field-group.input-group {
    margin-top: 50px;
  }
}
@media only screen and (max-width:47.96875em) {
  #mc_embed_signup .mc-field-group + .mc-field-group {
    margin-top: 20px;
  }
}
#mc_embed_signup .mc-field-group input[type="text"],
#mc_embed_signup .mc-field-group input[type="email"] {
  width: 100%;
  font-size: calc(21rem / 16);
  line-height: 1;
  color: #000091 !important;
  font-weight: bold;
  background-color: transparent !important;
  border: 0;
  border-bottom: 6px solid #c1c5c8;
  height: 50px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-indent: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
#mc_embed_signup .mc-field-group input[type="text"]:focus,
#mc_embed_signup .mc-field-group input[type="email"]:focus {
  border-color: #961296;
  outline: none;
}
#mc_embed_signup .mc-field-group input[type="text"]:focus-visible,
#mc_embed_signup .mc-field-group input[type="email"]:focus-visible {
  outline: 4px solid #f2c900;
  background-color: #f2c900 !important;
  color: #000 !important;
  transition: none !important;
}
#mc_embed_signup .mc-field-group input[type="text"]:focus-visible > *,
#mc_embed_signup .mc-field-group input[type="email"]:focus-visible > * {
  fill: #000 !important;
}
#mc_embed_signup .mc-field-group input[type="text"].mce_inline_error,
#mc_embed_signup .mc-field-group input[type="email"].mce_inline_error {
  border: none !important;
  border-bottom: 6px solid #d71b3a !important;
  margin: 0 !important;
  padding: 5px 0 0 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}
#mc_embed_signup .mc-field-group input:-webkit-autofill {
  -webkit-text-fill-color: #000091 !important;
}
#mc_embed_signup .mc-field-group input:-webkit-autofill:focus {
  -webkit-text-fill-color: #000091 !important;
}
#mc_embed_signup .mc-field-group input:-webkit-autofill,
#mc_embed_signup .mc-field-group input:-webkit-autofill:hover,
#mc_embed_signup .mc-field-group input:-webkit-autofill:focus,
#mc_embed_signup .mc-field-group input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
#mc_embed_signup .mc-field-group div.mce_inline_error {
  color: #d71b3a !important;
  font-size: calc(13rem / 16) !important;
  line-height: calc(18 / 13) !important;
  background-color: transparent !important;
}
#mc_embed_signup .mc-field-group.input-group ul {
  padding: 0 !important;
}
#mc_embed_signup .mc-field-group.input-group ul li {
  position: relative !important;
  padding: 0 !important;
}
#mc_embed_signup .mc-field-group.input-group ul li + li {
  margin-top: 10px;
}
#mc_embed_signup .mc-field-group.input-group input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  top: 0;
  height: 24px;
  width: 24px;
}
#mc_embed_signup .mc-field-group.input-group input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
#mc_embed_signup .mc-field-group.input-group input[type="checkbox"]:focus-visible + label:before {
  border-color: #f2c900;
  outline: 4px solid #f2c900;
}
#mc_embed_signup .mc-field-group.input-group input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  font-size: calc(13rem / 16);
  line-height: calc(26 / 13);
  color: #4f5457;
  margin: 0;
  padding-left: 38px;
  cursor: pointer;
}
#mc_embed_signup .mc-field-group.input-group input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background: transparent;
  border: 2px solid #c1c5c8;
  overflow: hidden;
}
#mc_embed_signup .mc-field-group.input-group input[type="checkbox"] + label:after {
  content: "";
  height: 14px;
  width: 14px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: #961296;
  opacity: 0;
  transition: opacity 0.2s ease;
}
#mc_embed_signup .mc-field-group.input-group input[type="checkbox"] + label a {
  color: #000091;
  text-decoration: underline;
}
#mc_embed_signup .mc-field-group.input-group input[type="checkbox"] + label a:hover {
  text-decoration: none;
}
#mc_embed_signup #mce-responses {
  float: none !important;
  top: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  margin: 30px 0 !important;
}
#mc_embed_signup #mce-responses .response {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  top: 0 !important;
  width: 100% !important;
  text-align: left !important;
}
#mc_embed_signup #mce-success-response {
  color: #000091;
  font-size: calc(20rem / 16);
  line-height: calc(26 / 20);
  text-align: center !important;
}
#mc_embed_signup .clear {
  text-align: right !important;
  margin-top: 50px;
}
@media only screen and (min-width:48em) {
  #mc_embed_signup .clear {
    -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media only screen and (min-width:75em) {
  #mc_embed_signup .clear {
    margin-top: 70px;
  }
}
#mc_embed_signup .clear .button {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-size: calc(14rem / 16);
  line-height: 1.14;
  font-weight: bold;
  background-color: #000091;
  color: #fff;
  border-radius: 18px;
  padding: 8px 11px;
  min-width: 140px;
  height: auto !important;
  margin: 0 !important;
  transition: all 0.3s;
}
@media only screen and (min-width:48em) {
  #mc_embed_signup .clear .button {
    font-size: calc(15rem / 16);
    padding: 10px 20px;
  }
}
#mc_embed_signup .clear .button:hover {
  background: #000091 !important;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#mc_embed_signup .clear .button:focus-visible {
  outline: 4px solid #f2c900;
  background-color: #f2c900 !important;
  color: #000 !important;
  transition: none !important;
}
#mc_embed_signup .clear .button:focus-visible > * {
  fill: #000 !important;
}
@media only screen and (max-width:53.09375em) {
  #qf-search-wrapper-desktop {
    display: none;
  }
}
#qf-search-wrapper-mobile[aria-hidden="true"] {
  display: none;
}
@media only screen and (min-width:53.125em) {
  #qf-search-wrapper-mobile {
    display: none;
  }
}
.btn-open-mobile-qf-search[aria-expanded="true"] {
  display: none;
}
.qf-search-wrapper {
  margin-top: 40px;
}
@media only screen and (min-width:53.125em) {
  .qf-search-wrapper {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-top: 0;
  }
}
.qf-search-wrapper .gf-inner-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (min-width:53.125em) {
  .qf-search-wrapper .gf-inner-wrapper {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.qf-search-wrapper label {
  font-size: 1.31rem;
  font-weight: bold;
  line-height: 1.14;
  letter-spacing: -0.47px;
  color: #000091;
}
@media screen and (min-width: 20rem) {
  .qf-search-wrapper label {
    font-size: 1.6rem;
    font-size: calc(1.31rem  +  0.815  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .qf-search-wrapper label {
    font-size: 2.125rem;
  }
}
@media only screen and (min-width:53.125em) {
  .qf-search-wrapper label {
    margin: 0 20px 0 0;
  }
}
@media only screen and (min-width:75em) {
  .qf-search-wrapper label {
    margin: 0 25px 0 0;
  }
}
.qf-search-wrapper .gf-input-wrapper {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width:53.125em) {
  .qf-search-wrapper .gf-input-wrapper {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 400px;
  }
}
.qf-search-wrapper input[type="text"] {
  width: 100%;
  font-size: calc(16rem / 16);
  line-height: 1;
  color: #000091;
  padding: 12px 15px 0 0;
  background-color: transparent;
  border: 0;
  border-bottom: 6px solid #c1c5c8;
  height: 50px;
  transition: all 0.2s ease;
}
.qf-search-wrapper input[type="text"]::-webkit-input-placeholder {
  color: #6e767c;
  font-size: calc(13rem / 16);
}
.qf-search-wrapper input[type="text"]:-ms-input-placeholder {
  color: #6e767c;
  font-size: calc(13rem / 16);
}
.qf-search-wrapper input[type="text"]::placeholder {
  color: #6e767c;
  font-size: calc(13rem / 16);
}
.qf-search-wrapper input[type="text"]:focus-visible {
  border-color: #961296;
  outline: none;
  background-color: #f2c900;
}
@media only screen and (min-width:53.125em) {
  .qf-search-wrapper input[type="text"] {
    background-image: url("../images/svg/icon-search.svg");
    background-position: top 50% right 0;
    background-repeat: no-repeat;
    padding-right: 40px;
  }
}
@media only screen and (min-width:87.5em) {
  .qf-search-wrapper input[type="text"] {
    background-size: 40px;
    font-size: calc(21rem / 16);
  }
}
.trip-planner-form .trip-planner-form-inner {
  position: relative;
}
@media only screen and (min-width:40em) {
  .trip-planner-form .trip-planner-form-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.trip-planner-form .trip-planner-form-inner .tp-input-wrapper {
  margin-bottom: 30px;
}
@media only screen and (min-width:40em) {
  .trip-planner-form .trip-planner-form-inner .tp-input-wrapper {
    -webkit-flex: 0 0 calc(50% - 15px);
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media only screen and (min-width:53.125em) {
  .trip-planner-form .trip-planner-form-inner .tp-input-wrapper {
    -webkit-flex: 0 0 250px;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    max-width: 250px;
    margin-right: 25px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width:75em) {
  .trip-planner-form .trip-planner-form-inner .tp-input-wrapper {
    -webkit-flex: 0 0 320px;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    max-width: 320px;
  }
}
.trip-planner-form .trip-planner-form-inner .tp-input-wrapper label {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.28em;
  letter-spacing: 0.09px;
  color: #4F5457;
  margin-bottom: 4px;
}
.trip-planner-form .trip-planner-form-inner .tp-sumbit-wrapper {
  text-align: right;
}
@media only screen and (min-width:40em) {
  .trip-planner-form .trip-planner-form-inner .tp-sumbit-wrapper {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width:53.125em) {
  .trip-planner-form .trip-planner-form-inner .tp-sumbit-wrapper {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: unset;
    text-align: left;
  }
}
.trip-planner-form .trip-planner-form-inner .tp-sumbit-wrapper input[type=submit] {
  font-size: 1.0625rem;
  line-height: 1.17em;
  height: 42px;
  border-radius: 26px;
  background-image: url('../images/svg/icon-target-blank--white.svg');
  background-repeat: no-repeat;
  background-position: top 50% right 12px;
  padding: 8px 38px 8px 18px;
}
@media only screen and (min-width:48em) {
  .trip-planner-form .trip-planner-form-inner .tp-sumbit-wrapper input[type=submit] {
    height: 50px;
    font-size: 1.125rem;
    line-height: 1.16666667;
    letter-spacing: -0.58px;
    padding: 8px 45px 8px 35px;
    background-position: top 50% right 16px;
    background-size: 15px;
  }
}
.cheap-flights-filter {
  padding: 8px 0;
}
@media only screen and (min-width:53.125em) {
  .cheap-flights-filter {
    padding: 30px 0 20px;
  }
}
.cheap-flights-filter .filter-toggle-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px 0;
  font-size: 1.0625rem;
  line-height: 1.23529412;
  font-weight: bold;
  color: #000091;
  letter-spacing: 0.11px;
  border: 0;
  background-color: transparent;
}
@media only screen and (min-width:53.125em) {
  .cheap-flights-filter .filter-toggle-btn {
    display: none;
  }
}
.cheap-flights-filter .filter-toggle-btn.opened img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cheap-flights-filter .filter-toggle-btn img {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
@media only screen and (max-width:53.09375em) {
  .cheap-flights-filter .cf-filter-items-wrapper {
    display: none;
  }
}
.cheap-flights-filter .cf-filter-item {
  margin-bottom: 15px;
}
@media only screen and (min-width:53.125em) {
  .cheap-flights-filter .cf-filter-item {
    margin-bottom: 25px;
  }
}
.cheap-flights-filter .cf-filter-item p {
  font-size: 0.875rem;
  line-height: 1.28571429;
  color: #4f5457;
  letter-spacing: 0.09px;
  margin-bottom: 5px;
}
@media only screen and (min-width:53.125em) {
  .cheap-flights-filter .cf-filter-item p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.destination-page-table-cheatest-price .btn-wrapper {
  margin-top: 35px;
}
@media only screen and (min-width:75em) {
  .destination-page-table-cheatest-price .btn-wrapper {
    margin-top: 50px;
  }
}
.destination-title-header {
  position: relative;
  background-color: #000091;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 260px;
}
@media only screen and (min-width:48em) {
  .destination-title-header {
    height: 500px;
  }
}
@media only screen and (min-width:75em) {
  .destination-title-header {
    height: 800px;
  }
}
.destination-title-header:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #070097 0%, rgba(7, 0, 151, 0) 100%);
}
.destination-title-header .adapt {
  position: relative;
  z-index: 1;
}
.destination-title-header .breadcrumbs {
  position: absolute;
  top: 11px;
}
@media only screen and (min-width:48em) {
  .destination-title-header .breadcrumbs {
    top: 14px;
  }
}
@media only screen and (min-width:75em) {
  .destination-title-header .breadcrumbs {
    top: 17px;
  }
}
.destination-title-header .title-underline {
  display: inline;
  line-height: 1.5em;
  border-bottom: 6px solid #961296;
}
.destination-title-header .destination-title-inner {
  padding: 45px 0;
}
@media only screen and (min-width:48em) {
  .destination-title-header .destination-title-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 60px 0;
  }
}
@media only screen and (min-width:75em) {
  .destination-title-header .destination-title-inner {
    padding: 75px 0;
  }
}
@media only screen and (min-width:48em) {
  .destination-title-header .destination-title-inner .dest-left-col {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 10%;
  }
}
@media only screen and (min-width:48em) {
  .destination-title-header .destination-title-inner .dest-right-col {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.destination-title-header .destination-title-inner .tags-list {
  margin-top: 22px;
}
@media only screen and (min-width:48em) {
  .destination-title-header .destination-title-inner .tags-list {
    margin-top: 30px;
  }
}
@media only screen and (min-width:75em) {
  .destination-title-header .destination-title-inner .tags-list {
    margin-top: 45px;
  }
}
@media only screen and (min-width:48em) {
  .destination-title-header .destination-title-inner .tags-list li {
    margin: 0 10px 6px 0;
  }
}
@media only screen and (max-width:47.96875em) {
  .header-weather-content-wrapper.show-on-desktop {
    display: none;
  }
}
.header-weather-content-wrapper.show-on-mobile {
  margin-top: 22px;
  margin-bottom: 50px;
}
@media only screen and (min-width:48em) {
  .header-weather-content-wrapper.show-on-mobile {
    display: none;
  }
}
.header-weather-content-wrapper .header-content {
  color: #4f5457;
}
@media only screen and (min-width:48em) {
  .header-weather-content-wrapper .header-content {
    color: #fff;
  }
}
.destination-page-weather-wrapper {
  margin-top: 20px;
  color: #4f5457;
}
@media only screen and (min-width:48em) {
  .destination-page-weather-wrapper {
    color: #fff;
    margin-top: 30px;
  }
}
@media only screen and (min-width:75em) {
  .destination-page-weather-wrapper {
    margin-top: 40px;
  }
}
.destination-page-weather-wrapper .weather-title {
  margin-bottom: 0.4em;
}
@media only screen and (min-width:48em) {
  .destination-page-weather-wrapper .weather-title {
    margin-bottom: 1em;
  }
}
.destination-page-weather-wrapper .weather-info-list {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.destination-page-weather-wrapper .weather-info-list li {
  -webkit-flex: 0 0 33.33333333%;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  border-left: 1px solid #C1C5C8;
  padding: 0 10px;
}
@media only screen and (min-width:48em) {
  .destination-page-weather-wrapper .weather-info-list li {
    padding: 5px 15px 5px;
  }
}
@media only screen and (min-width:75em) {
  .destination-page-weather-wrapper .weather-info-list li {
    padding: 15px 20px 15px;
  }
}
.destination-page-weather-wrapper .weather-info-list li span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.28571429;
}
@media only screen and (min-width:75em) {
  .destination-page-weather-wrapper .weather-info-list li span {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.destination-page-weather-wrapper .weather-info-list li span.bold-number {
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.07692308;
  letter-spacing: -0.81px;
  margin-top: 5px;
}
@media only screen and (min-width:75em) {
  .destination-page-weather-wrapper .weather-info-list li span.bold-number {
    font-size: 2.75rem;
    line-height: 1.11363636;
    letter-spacing: -0.46px;
  }
}
.destination-page-travel-offers .module-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (min-width:75em) {
  .destination-page-travel-offers .module-header {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width:74.96875em) {
  .destination-page-travel-offers .module-header .btn {
    display: none;
  }
}
.destination-page-travel-offers .btn-wrapper {
  text-align: right;
  margin-top: 25px;
}
@media only screen and (min-width:75em) {
  .destination-page-travel-offers .btn-wrapper {
    display: none;
  }
}
.element-cheap-flights-skyscanner-search {
  padding-top: 50px;
  padding-bottom: 55px;
}
@media only screen and (min-width:48em) {
  .element-cheap-flights-skyscanner-search {
    padding-top: 5.7%;
    padding-bottom: 5.7%;
  }
}
.element-cheap-flights-skyscanner-search .title {
  margin-bottom: 32px;
}
@media only screen and (min-width:48em) {
  .element-cheap-flights-skyscanner-search .title {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width:75em) {
  .element-cheap-flights-skyscanner-search .title {
    margin-bottom: 50px;
  }
}
.element-cheap-flights-skyscanner-search .ss-form-inner {
  position: relative;
}
@media only screen and (min-width:40em) {
  .element-cheap-flights-skyscanner-search .ss-form-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.element-cheap-flights-skyscanner-search .ss-form-inner label.ss-title {
  display: inline-block;
  font-size: calc(14rem/16);
  line-height: 1.28em;
  letter-spacing: 0.09px;
  color: #4f5457;
  margin-bottom: 4px;
}
.element-cheap-flights-skyscanner-search .ss-form-inner .ss-select-wrapper {
  margin-bottom: 30px;
}
@media only screen and (min-width:40em) {
  .element-cheap-flights-skyscanner-search .ss-form-inner .ss-select-wrapper {
    -webkit-flex: 0 0 calc(50% - 15px);
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media only screen and (min-width:53.125em) {
  .element-cheap-flights-skyscanner-search .ss-form-inner .ss-select-wrapper {
    -webkit-flex: 0 0 320px;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    max-width: 320px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.element-cheap-flights-skyscanner-search .ss-form-inner .ss-input-wrapper {
  margin-bottom: 35px;
}
@media only screen and (min-width:40em) {
  .element-cheap-flights-skyscanner-search .ss-form-inner .ss-input-wrapper {
    -webkit-flex: 0 0 calc(50% - 15px);
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin-bottom: 30px;
  }
}
@media only screen and (min-width:53.125em) {
  .element-cheap-flights-skyscanner-search .ss-form-inner .ss-input-wrapper {
    -webkit-flex: 0 0 200px;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    max-width: 200px;
    margin-right: 25px;
    margin-bottom: 0;
  }
}
.element-cheap-flights-skyscanner-search .ss-form-inner .ss-input-wrapper input[type="text"] {
  height: 40px;
  padding-right: 40px;
  background-image: url("../images/svg/icon-calendar--blue.svg");
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: bottom 7px right 5px;
}
@media only screen and (min-width:48em) {
  .element-cheap-flights-skyscanner-search .ss-form-inner .ss-input-wrapper input[type="text"] {
    height: 50px;
  }
}
.element-cheap-flights-skyscanner-search .ss-form-inner .ss-submit-wrapper {
  text-align: right;
}
@media only screen and (min-width:40em) {
  .element-cheap-flights-skyscanner-search .ss-form-inner .ss-submit-wrapper {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width:53.125em) {
  .element-cheap-flights-skyscanner-search .ss-form-inner .ss-submit-wrapper {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: unset;
    text-align: left;
  }
}
.element-cheap-flights-skyscanner-search .ss-form-inner .ss-submit-wrapper input[type="submit"] {
  font-size: calc(17rem/16);
  line-height: 1.17;
  height: 42px;
  border-radius: 26px;
  background-image: url("../images/svg/icon-target-blank--white.svg");
  background-repeat: no-repeat;
  background-position: top 50% right 12px;
  padding: 8px 38px 8px 18px;
}
@media only screen and (min-width:48em) {
  .element-cheap-flights-skyscanner-search .ss-form-inner .ss-submit-wrapper input[type="submit"] {
    height: 50px;
    font-size: calc(18rem/16);
    line-height: calc(21/18);
    letter-spacing: -0.58px;
    padding: 8px 45px 8px 35px;
    background-position: top 50% right 16px;
    background-size: 15px;
  }
}
.element-bookmarked-flight {
  background-color: #f2c900;
  padding: 11px 0;
}
@media only screen and (min-width:75em) {
  .element-bookmarked-flight {
    padding: 21px 0;
  }
}
.element-bookmarked-flight .bookmarked-flight-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.element-bookmarked-flight .bf-plane-icon {
  -webkit-flex: 0 0 23px;
      -ms-flex: 0 0 23px;
          flex: 0 0 23px;
  max-width: 23px;
}
.element-bookmarked-flight .bf-flight-number {
  padding-left: 8px;
}
@media only screen and (min-width:75em) {
  .element-bookmarked-flight .bf-flight-number {
    padding-left: 30px;
  }
}
.element-bookmarked-flight .bf-destination {
  padding-left: 15px;
}
@media only screen and (max-width:47.96875em) {
  .element-bookmarked-flight .bf-destination {
    display: none;
  }
}
@media only screen and (min-width:75em) {
  .element-bookmarked-flight .bf-destination {
    padding-left: 22px;
  }
}
.element-bookmarked-flight .bf-time {
  padding-left: 8%;
}
@media only screen and (max-width:47.96875em) {
  .element-bookmarked-flight .bf-time span {
    display: none;
  }
}
.element-bookmarked-flight .bf-status {
  padding-left: 22px;
}
.element-bookmarked-flight .bf-status span {
  display: inline-block;
  font-size: calc(12rem / 16);
  line-height: 1;
  letter-spacing: -0.37px;
  color: #fff;
  font-weight: bold;
  background-color: #961296;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 4px 6px;
  min-width: 60px;
}
@media only screen and (min-width:75em) {
  .element-bookmarked-flight .bf-status span {
    padding: 9px 12px;
  }
}
.element-bookmarked-flight .bf-gate {
  padding-left: 20px;
}
.element-bookmarked-flight .bf-link {
  text-decoration: none;
  margin-left: auto;
}
.element-bookmarked-flight .bf-link:hover .link-more-text {
  text-decoration: none;
}
.element-bookmarked-flight .bf-link:focus-visible {
  outline: 4px solid #000091;
  background-color: #000091 !important;
}
.element-bookmarked-flight .bf-link:focus-visible .link-more-text {
  color: #fff !important;
}
.element-bookmarked-flight .bf-link .link-more-text {
  display: inline-block;
  vertical-align: middle;
  font-size: calc(15rem / 16);
  color: #000091;
  font-weight: bold;
  text-decoration: underline;
  margin-right: 10px;
}
@media only screen and (max-width:47.96875em) {
  .element-bookmarked-flight .bf-link .link-more-text {
    display: none;
  }
}
.element-bookmarked-flight .bf-link img {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
}
.element-bookmarked-flight p {
  font-size: calc(16rem / 16);
  line-height: 1;
  color: #000091;
}
@media only screen and (min-width:75em) {
  .element-bookmarked-flight p {
    font-size: calc(18rem / 16);
  }
}
.element-footer-info-banner {
  background: #000091;
  background: linear-gradient(270deg, #7a0073 0%, #450080 51.79%, #2c0086 79.12%, #000091 100%);
  margin-top: 55px;
}
@media only screen and (min-width:48em) {
  .element-footer-info-banner {
    margin-top: 5.7%;
  }
}
.dark-site .element-footer-info-banner {
  background: #1D1D1D;
  background: linear-gradient(270deg, #1D1D1D 0%, #000091 100%);
}
@media only screen and (min-width:75em) {
  .element-footer-info-banner + .iprom-banner {
    margin-top: 110px;
  }
}
.element-footer-info-banner .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (min-width:75em) {
  .element-footer-info-banner .inner {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
.element-footer-info-banner .title {
  margin: 0 10px;
}
@media only screen and (min-width:75em) {
  .element-footer-info-banner .title {
    margin: 0 30px;
  }
}
.element-footer-info-banner .btn {
  margin: 10px 5px;
}
@media only screen and (min-width:75em) {
  .element-footer-info-banner .btn {
    margin: 15px 10px;
    font-size: 1rem;
    padding: 15px 36px;
    border-radius: 26px;
  }
}
.element-notification-ribbon .noti-btn-wrap {
  position: relative;
}
.element-notification-ribbon .btn-close-notification {
  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;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: 0;
  background-color: transparent;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 20px;
}
@media only screen and (min-width:48em) {
  .element-notification-ribbon .btn-close-notification {
    right: 30px;
  }
}
.element-notification-ribbon .btn-close-notification:hover .icon-close {
  fill: #c1c5c8;
}
.element-notification-ribbon .btn-close-notification .icon-close {
  width: 20px;
  fill: #fff;
}
.element-notification-ribbon .noti-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width:48em) {
  .element-notification-ribbon .noti-flex {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.element-notification-ribbon .notification-item {
  list-style: none;
  color: #fff;
  font-size: calc(15rem / 16);
  line-height: 1.4;
  letter-spacing: 0.09px;
  padding: 10px 0;
}
.element-notification-ribbon .notification-item.info {
  background-color: #000091;
}
.element-notification-ribbon .notification-item.highlight {
  background-color: #6f166f;
}
.element-notification-ribbon .notification-item.alert {
  background-color: #d71b3a;
}
.element-notification-ribbon .img-wrapper {
  padding-right: 20px;
}
@media only screen and (min-width:75em) {
  .element-notification-ribbon .img-wrapper {
    padding-right: 30px;
  }
}
.element-notification-ribbon .img-wrapper img {
  display: block;
  width: 24px;
}
.element-notification-ribbon .noti-content {
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
.element-notification-ribbon .noti-content p {
  display: inline-block;
}
@media only screen and (min-width:75em) {
  .element-notification-ribbon .noti-content p {
    margin-right: 25px;
  }
}
.element-notification-ribbon .noti-content a {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.element-notification-ribbon .noti-content a:hover {
  text-decoration: none;
}
.element-notification-ribbon .btn-cross {
  display: block;
  width: 24px;
  height: 24px;
  border: 0;
  background: none;
  margin-left: auto;
  background-image: url("../images/svg/icon-cross--white.svg");
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
          appearance: none;
}
.element-news-contact-info {
  position: relative;
  padding: 23px 0 0;
}
.element-news-contact-info:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150px;
  height: 6px;
  background: #7A0073;
  background: linear-gradient(270deg, #7A0073 0%, #000091 100%);
}
@media only screen and (min-width:48em) {
  .element-news-contact-info:before {
    width: 200px;
  }
}
@media only screen and (min-width:75em) {
  .element-news-contact-info:before {
    width: 300px;
  }
}
.element-news-contact-info h4 {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: bold;
  text-align: center;
}
.element-news-contact-info .contact-item {
  margin-top: 28px;
  text-align: center;
}
.element-news-contact-info .text-middle p {
  line-height: 1.75em;
  letter-spacing: 0.1px;
}
.element-news-contact-info .text-middle p a {
  font-weight: bold;
}
.element-news-contact-info .text-middle p + p {
  margin-top: 1px;
}
@media only screen and (min-width:48em) {
  .exposed-destination-flight-detail .flex {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width:48em) {
  .exposed-destination-flight-detail .flex .text-wrap {
    padding-left: 5.8%;
  }
}
.exposed-destination-flight-detail figure {
  position: relative;
}
.exposed-destination-flight-detail figure.ed-img-placeholder:after {
  content: '';
  display: block;
  padding-top: 57%;
  background-color: #000091;
}
.exposed-destination-flight-detail .ed-title {
  margin-bottom: 0.35em;
}
.exposed-destination-flight-detail .btn-wrap {
  margin-top: 20px;
}
@media only screen and (min-width:75em) {
  .exposed-destination-flight-detail .btn-wrap {
    margin-top: 32px;
  }
}
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (min-width:48em) {
  .flex {
    margin: 0 -30px 0 0;
  }
}
.flex .col {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 25px;
}
@media only screen and (min-width:48em) {
  .flex .col {
    padding: 0 30px 0 0;
  }
}
@media only screen and (min-width:48em) {
  .flex-3 .col {
    -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
.flex-4 {
  margin: 0 -15px 0 0;
}
@media only screen and (min-width:60em) {
  .flex-4 {
    margin: 0 -30px 0 0;
  }
}
.flex-4 .col {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px 0 0;
  margin: 0 0 15px 0;
}
@media only screen and (min-width:35em) {
  .flex-4 .col {
    -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media only screen and (min-width:60em) {
  .flex-4 .col {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 0 30px 0 0;
    margin: 0 0 30px 0;
  }
}
@media only screen and (min-width:48em) {
  .flex-50-50 .col {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width:48em) {
  .flex-70-30 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (min-width:48em) {
  .flex-70-30.content-right {
    -webkit-flex-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}
@media only screen and (min-width:48em) {
  .flex-70-30.content-right .col-30 {
    padding: 0 0 0 4.5%;
  }
}
@media only screen and (min-width:75em) {
  .flex-70-30.content-right .col-30 {
    padding: 0 3% 0 6.5%;
  }
}
@media only screen and (min-width:48em) {
  .flex-70-30 .col-30 {
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    padding-right: 5%;
  }
}
@media only screen and (min-width:75em) {
  .flex-70-30 .col-30 {
    -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
    padding-right: 7%;
  }
}
@media only screen and (min-width:48em) {
  .flex-70-30 .col-70 {
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}
@media only screen and (min-width:75em) {
  .flex-70-30 .col-70 {
    -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 65%;
  }
}
.flight-detail-dropdown-section {
  padding-bottom: 40px;
}
@media only screen and (min-width:48em) {
  .flight-detail-dropdown-section {
    padding-bottom: 55px;
  }
}
@media only screen and (min-width:75em) {
  .flight-detail-dropdown-section {
    padding-bottom: 75px;
  }
}
.flight-detail-dropdown-section .list-flight-detail-dropdown {
  list-style: none;
  padding-left: 40px;
}
@media only screen and (min-width:100em) {
  .flight-detail-dropdown-section .list-flight-detail-dropdown {
    padding-left: 0;
  }
}
.flight-detail-dropdown-section .list-flight-detail-dropdown-item {
  position: relative;
  border-bottom: 1px solid #c1c5c8;
}
.flight-detail-dropdown-section .list-flight-detail-dropdown-item:after {
  content: "";
  position: absolute;
  left: -40px;
  top: 21px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #000091;
}
@media only screen and (min-width:75em) {
  .flight-detail-dropdown-section .list-flight-detail-dropdown-item:after {
    top: 44px;
  }
}
@media only screen and (min-width:100em) {
  .flight-detail-dropdown-section .list-flight-detail-dropdown-item:after {
    left: -60px;
    width: 28px;
    height: 28px;
  }
}
.flight-detail-dropdown-section .list-flight-detail-dropdown-item:before {
  content: "";
  position: absolute;
  left: -29px;
  top: 22px;
  width: 2px;
  height: 100%;
  background-color: #000091;
}
@media only screen and (min-width:75em) {
  .flight-detail-dropdown-section .list-flight-detail-dropdown-item:before {
    top: 45px;
  }
}
@media only screen and (min-width:100em) {
  .flight-detail-dropdown-section .list-flight-detail-dropdown-item:before {
    left: -47px;
  }
}
.flight-detail-dropdown-section .list-flight-detail-dropdown-item:last-of-type {
  border-bottom: none;
}
.flight-detail-dropdown-section .list-flight-detail-dropdown-item:last-of-type:before {
  display: none;
}
.flight-detail-dropdown-section .list-flight-detail-dropdown-item:has(.btn-list-flight-detail-dropdown[aria-expanded="true"]):after {
  background-color: #961296;
  border-color: #fff;
}
@media only screen and (min-width:75em) {
  .flight-detail-dropdown-section .list-flight-detail-dropdown-item.with-btn-paragraph .btn-text {
    -webkit-flex: 0 0 calc(50% - 20px);
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width:75em) {
  .flight-detail-dropdown-section .list-flight-detail-dropdown-item.with-btn-paragraph .icon {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.flight-detail-dropdown-section .list-flight-detail-dropdown-item .btn-list-flight-detail-dropdown {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: left;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  padding: 22px 5px 22px 0;
}
@media only screen and (min-width:75em) {
  .flight-detail-dropdown-section .list-flight-detail-dropdown-item .btn-list-flight-detail-dropdown {
    padding: 44px 20px 44px 0;
  }
}
.flight-detail-dropdown-section .list-flight-detail-dropdown-item .btn-list-flight-detail-dropdown:hover .btn-text {
  color: #961296;
  text-decoration: underline;
}
.flight-detail-dropdown-section .list-flight-detail-dropdown-item .btn-list-flight-detail-dropdown[aria-expanded="true"] .icon {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.flight-detail-dropdown-section .list-flight-detail-dropdown-item .btn-text {
  -webkit-flex: 0 0 calc(100% - 14px);
      -ms-flex: 0 0 calc(100% - 14px);
          flex: 0 0 calc(100% - 14px);
  max-width: calc(100% - 14px);
  transition: color 0.3s ease-in-out;
  padding-right: 10%;
}
@media only screen and (min-width:75em) {
  .flight-detail-dropdown-section .list-flight-detail-dropdown-item .btn-text {
    -webkit-flex: 0 0 calc(100% - 20px);
        -ms-flex: 0 0 calc(100% - 20px);
            flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
.flight-detail-dropdown-section .list-flight-detail-dropdown-item .icon {
  -webkit-flex: 0 0 14px;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  max-width: 14px;
}
@media only screen and (min-width:75em) {
  .flight-detail-dropdown-section .list-flight-detail-dropdown-item .icon {
    -webkit-flex: 0 0 20px;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    max-width: 20px;
  }
}
.flight-detail-dropdown-section .list-flight-detail-dropdown-item .btn-paragraph {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 20%;
  margin-top: 8px;
}
@media only screen and (min-width:75em) {
  .flight-detail-dropdown-section .list-flight-detail-dropdown-item .btn-paragraph {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-align: right;
    padding-right: 60px;
  }
}
.flight-detail-dropdown-section .list-flight-detail-dropdown-item .btn-paragraph p {
  display: inline-block;
  font-size: calc(14rem/16);
  line-height: 1.4;
  color: #4f5457;
  margin-right: 15px;
}
@media only screen and (min-width:75em) {
  .flight-detail-dropdown-section .list-flight-detail-dropdown-item .btn-paragraph p {
    font-size: calc(16rem/16);
    margin-right: 25px;
  }
}
.flight-detail-dropdown-section .list-flight-detail-dropdown-item .btn-paragraph p span.f-num {
  display: inline-block;
  font-size: calc(16rem/16);
  line-height: 1.125;
  font-weight: bold;
}
@media only screen and (min-width:75em) {
  .flight-detail-dropdown-section .list-flight-detail-dropdown-item .btn-paragraph p span.f-num {
    font-size: calc(21rem/16);
    margin-left: 10px;
  }
}
.flight-detail-dropdown-section .list-flight-detail-dropdown-item .btn-paragraph p span.f-num.text-overline {
  text-decoration: line-through;
}
.flight-detail-dropdown-section .list-flight-detail-dropdown-item .btn-paragraph p span.f-gate {
  display: inline-block;
  font-size: calc(18rem/16);
  line-height: 1.14;
  font-weight: bold;
  background-color: #000091;
  color: #fff;
  padding: 2px 4px;
  border-radius: 4px;
}
@media only screen and (min-width:75em) {
  .flight-detail-dropdown-section .list-flight-detail-dropdown-item .btn-paragraph p span.f-gate {
    font-size: calc(21rem/16);
    margin-left: 6px;
  }
}
.flight-detail-dropdown-section .list-flight-detail-dropdown-item .btn-paragraph .f-status {
  display: inline-block;
  font-size: calc(12rem/16);
  line-height: 1.16;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.37px;
  text-align: center;
  color: #fff;
  background-color: #961296;
  padding: 3px 5px;
  border-radius: 4px;
  margin-right: 15px;
  margin-bottom: 8px;
}
@media only screen and (min-width:75em) {
  .flight-detail-dropdown-section .list-flight-detail-dropdown-item .btn-paragraph .f-status {
    padding: 7px 10px;
    margin-right: 35px;
  }
}
.flight-detail-dropdown-section .list-flight-detail-dropdown-item--detail {
  padding-bottom: 50px;
  padding-right: 20%;
}
@media only screen and (min-width:75em) {
  .flight-detail-dropdown-section .list-flight-detail-dropdown-item--detail {
    padding-bottom: 60px;
  }
}
.flight-detail-dropdown-section .list-flight-detail-dropdown-item--detail * + h1,
.flight-detail-dropdown-section .list-flight-detail-dropdown-item--detail h2,
.flight-detail-dropdown-section .list-flight-detail-dropdown-item--detail h3,
.flight-detail-dropdown-section .list-flight-detail-dropdown-item--detail h4,
.flight-detail-dropdown-section .list-flight-detail-dropdown-item--detail h5,
.flight-detail-dropdown-section .list-flight-detail-dropdown-item--detail h6 {
  margin-top: 0.7em;
}
.flight-detail-dropdown-section .list-flight-detail-dropdown-item--detail h1,
.flight-detail-dropdown-section .list-flight-detail-dropdown-item--detail h2,
.flight-detail-dropdown-section .list-flight-detail-dropdown-item--detail h3,
.flight-detail-dropdown-section .list-flight-detail-dropdown-item--detail h4 {
  font-size: 1.06rem;
  line-height: 1.23em;
  color: #000091;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 20rem) {
  .flight-detail-dropdown-section .list-flight-detail-dropdown-item--detail h1,
  .flight-detail-dropdown-section .list-flight-detail-dropdown-item--detail h2,
  .flight-detail-dropdown-section .list-flight-detail-dropdown-item--detail h3,
  .flight-detail-dropdown-section .list-flight-detail-dropdown-item--detail h4 {
    font-size: 1.2rem;
    font-size: calc(1.06rem  +  0.2525  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .flight-detail-dropdown-section .list-flight-detail-dropdown-item--detail h1,
  .flight-detail-dropdown-section .list-flight-detail-dropdown-item--detail h2,
  .flight-detail-dropdown-section .list-flight-detail-dropdown-item--detail h3,
  .flight-detail-dropdown-section .list-flight-detail-dropdown-item--detail h4 {
    font-size: 1.3125rem;
  }
}
.flight-detail-dropdown-section .list-flight-detail-dropdown-item--detail p {
  font-size: 0.875rem;
  line-height: 1.28em;
  letter-spacing: 0.09px;
  font-weight: normal;
}
@media screen and (min-width: 20rem) {
  .flight-detail-dropdown-section .list-flight-detail-dropdown-item--detail p {
    font-size: 0.9rem;
    font-size: calc(0.875rem  +  0.125  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .flight-detail-dropdown-section .list-flight-detail-dropdown-item--detail p {
    font-size: 1rem;
  }
}
@media only screen and (min-width:75em) {
  .flight-detail-dropdown-section .list-flight-detail-dropdown-item--detail p {
    line-height: 1.5em;
    letter-spacing: 0.1px;
  }
}
.flight-detail-dropdown-section .list-flight-detail-dropdown-item--detail p + p {
  margin-top: 1.4em;
}
.flight-detail-dropdown-section .list-flight-detail-dropdown-item--detail p a {
  color: #000091;
  text-decoration: underline;
}
.flight-detail-dropdown-section .list-flight-detail-dropdown-item--detail p a:hover {
  text-decoration: none;
}
.iprom-banner {
  margin-top: 65px;
  margin-bottom: 20px;
}
.iprom-banner .iprom-inner {
  position: relative;
}
.iprom-banner .iprom-inner .iprom-content {
  padding: 30px;
}
.iprom-banner .iprom-inner .iprom-content h3 {
  margin-bottom: 15px;
}
.iprom-banner .iprom-inner .iprom-small-text-notice {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  opacity: 0.6;
}
.iprom-banner .iprom-inner .iprom-full-row-banner-image {
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.iprom-banner .iAdserver .holder {
  max-width: 100% !important;
}
.iprom-banner .iAdserver .holder .iprom-classic-creative {
  max-width: 100% !important;
}
.iprom-banner .iAdserver iframe {
  max-width: 100%;
  height: auto;
}
.table-cheatest-price {
  list-style: none;
}
.table-cheatest-price .cheapest-price-link-wrapper {
  display: block;
  text-decoration: none;
  color: inherit;
}
.table-cheatest-price .cheapest-price-link-wrapper:hover .table-cheatest-price--item--inner {
  background: #c1c5c8;
  background: linear-gradient(190deg, #eeeeee 0%, #ffffff 100%);
}
.table-cheatest-price .cheapest-price-link-wrapper:hover .ch-title {
  color: #961296;
  text-decoration: underline;
}
.table-cheatest-price .table-cheatest-price--item--inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 15px 0 20px;
  border-top: 1px solid #c1c5c8;
}
@media only screen and (min-width:53.125em) {
  .table-cheatest-price .table-cheatest-price--item--inner {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.table-cheatest-price .bg-img {
  -webkit-flex: 0 0 76px;
      -ms-flex: 0 0 76px;
          flex: 0 0 76px;
  max-width: 76px;
  width: 76px;
  height: 76px;
  border-radius: 100%;
  background-color: #000091;
  background-image: url("../images/placeholder/dest_small_thumb.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.table-cheatest-price .cheapest-item-content {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
}
@media only screen and (min-width:53.125em) {
  .table-cheatest-price .cheapest-item-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0;
  }
}
.table-cheatest-price .cheapest-item-content h3,
.table-cheatest-price .cheapest-item-content p,
.table-cheatest-price .cheapest-item-content .plane-icon-box {
  margin-bottom: 4px;
}
@media only screen and (min-width:53.125em) {
  .table-cheatest-price .cheapest-item-content h3,
  .table-cheatest-price .cheapest-item-content p,
  .table-cheatest-price .cheapest-item-content .plane-icon-box {
    margin-bottom: 0;
  }
}
.table-cheatest-price .cheapest-item-content .ch-title .airport-code {
  font-size: 1.06rem;
  display: inline-block;
  color: #6e767c;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: -0.46px;
  padding: 0 5px;
}
@media screen and (min-width: 20rem) {
  .table-cheatest-price .cheapest-item-content .ch-title .airport-code {
    font-size: 1.2rem;
    font-size: calc(1.06rem  +  0.2525  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .table-cheatest-price .cheapest-item-content .ch-title .airport-code {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width:53.125em) {
  .table-cheatest-price .cheapest-item-content .ch-item.ch-title {
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    padding-left: 2.5%;
  }
  .table-cheatest-price .cheapest-item-content .ch-item.ch-country {
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
  .table-cheatest-price .cheapest-item-content .ch-item.ch-date {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .table-cheatest-price .cheapest-item-content .ch-item.plane-icon-box {
    -webkit-flex: 0 0 3.5%;
        -ms-flex: 0 0 3.5%;
            flex: 0 0 3.5%;
    max-width: 3.5%;
  }
  .table-cheatest-price .cheapest-item-content .ch-item.plane-icon-box img {
    width: 20px;
    margin: 0 auto;
  }
  .table-cheatest-price .cheapest-item-content .ch-item.cheapest-price {
    -webkit-flex: 0 0 14%;
        -ms-flex: 0 0 14%;
            flex: 0 0 14%;
    max-width: 14%;
    text-align: right;
  }
}
.table-cheatest-price .arrow-icon-box {
  -webkit-flex: 0 0 25px;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  max-width: 25px;
}
@media only screen and (min-width:75em) {
  .table-cheatest-price .arrow-icon-box {
    -webkit-flex: 0 0 75px;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px;
    max-width: 75px;
  }
}
.table-cheatest-price .arrow-icon-box img {
  margin-left: auto;
}
@media only screen and (min-width:75em) {
  .table-cheatest-price .arrow-icon-box img {
    margin: auto;
    width: 16px;
  }
}
.quick-flight-header {
  padding-top: 30px;
  margin-bottom: 45px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (min-width:48em) {
  .quick-flight-header {
    padding-top: 50px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width:75em) {
  .quick-flight-header {
    padding-top: 70px;
    margin-bottom: 80px;
  }
}
.quick-flight-header .quick-flight-header-tablist {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media only screen and (min-width:40em) {
  .quick-flight-header .quick-flight-header-tablist {
    gap: 60px;
  }
}
@media only screen and (min-width:53.125em) {
  .quick-flight-header .quick-flight-header-tablist {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width:75em) {
  .quick-flight-header .quick-flight-header-tablist {
    gap: 80px;
  }
}
.quick-flight-header .quick-flight-header-tablist a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-decoration: none;
  transition: all 0.2s;
}
.quick-flight-header .quick-flight-header-tablist a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: transparent;
}
.quick-flight-header .quick-flight-header-tablist a:hover:after,
.quick-flight-header .quick-flight-header-tablist a.selected:after {
  background-color: #961296;
}
.quick-flight-header .quick-flight-header-tablist a figure {
  margin-right: 8px;
  margin-bottom: 5px;
}
@media only screen and (min-width:48em) {
  .quick-flight-header .quick-flight-header-tablist a figure {
    margin-right: 15px;
  }
}
@media only screen and (min-width:75em) {
  .quick-flight-header .quick-flight-header-tablist a figure {
    margin-bottom: 8px;
  }
}
.quick-flight-header .quick-flight-header-tablist a figure.departure-figure {
  width: 31px;
  height: 18px;
}
@media only screen and (min-width:75em) {
  .quick-flight-header .quick-flight-header-tablist a figure.departure-figure {
    width: 49px;
    height: 29px;
  }
}
.quick-flight-header .quick-flight-header-tablist a figure.arrival-figure {
  width: 27px;
  height: 24px;
}
@media only screen and (min-width:75em) {
  .quick-flight-header .quick-flight-header-tablist a figure.arrival-figure {
    width: 43px;
    height: 38px;
  }
}
.quick-flight-header .quick-flight-header-tablist a span {
  font-size: 1.2rem;
  display: inline-block;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.66px;
  color: #000091;
}
@media screen and (min-width: 20rem) {
  .quick-flight-header .quick-flight-header-tablist a span {
    font-size: 1.6rem;
    font-size: calc(1.2rem  +  0.925  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .quick-flight-header .quick-flight-header-tablist a span {
    font-size: 2.125rem;
  }
}
.quick-flight-header .btn-open-mobile-qf-search {
  margin-left: auto;
}
@media only screen and (min-width:53.125em) {
  .quick-flight-header .btn-open-mobile-qf-search {
    display: none;
  }
}
.quick-flight-header #qf-search-wrapper-mobile {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.quick-flights-table-navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 25px;
}
@media only screen and (min-width:64em) {
  .quick-flights-table-navigation {
    padding: 20px 0 10px;
    margin-bottom: 45px;
    border-bottom: 1px solid #000091;
  }
}
.quick-flights-table-navigation .btn-back {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  text-align: left;
}
@media only screen and (min-width:48em) {
  .quick-flights-table-navigation .btn-back {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-flex: 0 0 calc(100% / 3);
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
.quick-flights-table-navigation .btn-back .btn {
  position: relative;
  padding-left: 25px;
  background-image: url(../images/svg/icon-arrow-left-blue.svg);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: top 50% left 8px;
}
@media only screen and (min-width:75em) {
  .quick-flights-table-navigation .btn-back .btn {
    background-size: 10px;
    padding-left: 30px;
  }
}
.quick-flights-table-navigation .today-date {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width:48em) {
  .quick-flights-table-navigation .today-date {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-flex: 0 0 calc(100% / 3);
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    margin-bottom: 0;
  }
}
.quick-flights-table-navigation .today-date h3::first-letter {
  text-transform: uppercase;
}
.quick-flights-table-navigation .btn-next {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  margin-left: auto;
  text-align: right;
}
@media only screen and (min-width:48em) {
  .quick-flights-table-navigation .btn-next {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    -webkit-flex: 0 0 calc(100% / 3);
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
.quick-flights-table-navigation .btn-next .btn {
  position: relative;
  padding-right: 25px;
  background-image: url(../images/svg/icon-arrow-right-blue.svg);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: top 50% right 8px;
}
@media only screen and (min-width:75em) {
  .quick-flights-table-navigation .btn-next .btn {
    background-size: 10px;
    padding-right: 30px;
  }
}
.quick-flights-table {
  margin-bottom: 15px;
}
@media only screen and (min-width:48em) {
  .quick-flights-table {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width:75em) {
  .quick-flights-table {
    margin-bottom: 70px;
  }
}
.quick-flights-table-header {
  display: none;
}
@media only screen and (min-width:64em) {
  .quick-flights-table-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 12px 0;
  }
}
.quick-flights-table-header span {
  font-size: 0.8125rem;
  line-height: 1.53846154;
  color: #4f5457;
}
.quick-flights-table-header .date {
  -webkit-flex: 0 0 10%;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  max-width: 10%;
}
.quick-flights-table-header .planned {
  -webkit-flex: 0 0 8%;
      -ms-flex: 0 0 8%;
          flex: 0 0 8%;
  max-width: 8%;
}
.quick-flights-table-header .expected {
  -webkit-flex: 0 0 8%;
      -ms-flex: 0 0 8%;
          flex: 0 0 8%;
  max-width: 8%;
}
.quick-flights-table-header .destination {
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
.quick-flights-table-header .carrier {
  -webkit-flex: 0 0 14%;
      -ms-flex: 0 0 14%;
          flex: 0 0 14%;
  max-width: 14%;
}
@media only screen and (min-width:87.5em) {
  .quick-flights-table-header .carrier {
    -webkit-flex: 0 0 16%;
        -ms-flex: 0 0 16%;
            flex: 0 0 16%;
    max-width: 16%;
  }
}
.quick-flights-table-header .exit {
  -webkit-flex: 0 0 8%;
      -ms-flex: 0 0 8%;
          flex: 0 0 8%;
  max-width: 8%;
}
.quick-flights-table-header .checkin {
  -webkit-flex: 0 0 12%;
      -ms-flex: 0 0 12%;
          flex: 0 0 12%;
  max-width: 12%;
}
@media only screen and (min-width:87.5em) {
  .quick-flights-table-header .checkin {
    -webkit-flex: 0 0 10%;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }
}
.quick-flights-table-header .status {
  -webkit-flex: 0 0 10%;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  max-width: 10%;
}
.arrivals .quick-flights-table-header .status {
  -webkit-flex: 0 0 28%;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
  max-width: 28%;
}
.quick-flights-table-header .bookmark {
  -webkit-flex: 0 0 6%;
      -ms-flex: 0 0 6%;
          flex: 0 0 6%;
  max-width: 6%;
}
.quick-flights-table-header .flight-link {
  -webkit-flex: 0 0 4%;
      -ms-flex: 0 0 4%;
          flex: 0 0 4%;
  max-width: 4%;
}
.quick-flights-table-list .quick-flights-item {
  border-top: 1px solid #c1c5c8;
  padding: 15px 0 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (min-width:64em) {
  .quick-flights-table-list .quick-flights-item {
    padding: 40px 0;
  }
}
.quick-flights-table-list .quick-flights-item p {
  font-size: 1.125rem;
  line-height: 1.11111111;
  color: #000091;
  font-weight: bold;
}
@media only screen and (min-width:75em) {
  .quick-flights-table-list .quick-flights-item p {
    font-size: 1.625rem;
    line-height: 1.15384615;
  }
}
.quick-flights-table-list .quick-flights-item p.date {
  -webkit-flex: 0 0 10%;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  max-width: 10%;
}
.quick-flights-table-list .quick-flights-item p.planned {
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
@media only screen and (min-width:64em) {
  .quick-flights-table-list .quick-flights-item p.planned {
    -webkit-flex: 0 0 8%;
        -ms-flex: 0 0 8%;
            flex: 0 0 8%;
    max-width: 8%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.quick-flights-table-list .quick-flights-item p.planned.line-through span.schedule-time {
  color: #6e767c;
  text-decoration: line-through;
}
.quick-flights-table-list .quick-flights-item p.planned .actual-time--mobile {
  display: block;
}
@media only screen and (min-width:64em) {
  .quick-flights-table-list .quick-flights-item p.planned .actual-time--mobile {
    display: none;
  }
}
.quick-flights-table-list .quick-flights-item p.planned .icon {
  display: none;
}
@media only screen and (min-width:64em) {
  .quick-flights-table-list .quick-flights-item p.planned .icon {
    display: inline-block;
    margin-top: 3px;
    width: 9px;
    margin-right: 15px;
    margin-left: auto;
  }
}
@media only screen and (min-width:75em) {
  .quick-flights-table-list .quick-flights-item p.planned .icon {
    margin-top: 8px;
    margin-right: 8px;
  }
}
@media only screen and (min-width:87.5em) {
  .quick-flights-table-list .quick-flights-item p.planned .icon {
    margin-right: 15px;
  }
}
@media only screen and (min-width:64em) {
  .quick-flights-table-list .quick-flights-item p.expected {
    -webkit-flex: 0 0 8%;
        -ms-flex: 0 0 8%;
            flex: 0 0 8%;
    max-width: 8%;
  }
}
.quick-flights-table-list .quick-flights-item p.destination {
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  padding-right: 3%;
  word-wrap: break-word;
}
@media only screen and (min-width:64em) {
  .quick-flights-table-list .quick-flights-item p.destination {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
.quick-flights-table-list .quick-flights-item p.destination .dest-airport {
  font-size: 1rem;
  color: #4f5457;
  font-weight: normal;
}
@media screen and (min-width: 20rem) {
  .quick-flights-table-list .quick-flights-item p.destination .dest-airport {
    font-size: 1.2rem;
    font-size: calc(1rem  +  0.3125  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .quick-flights-table-list .quick-flights-item p.destination .dest-airport {
    font-size: 1.3125rem;
  }
}
.quick-flights-table-list .quick-flights-item p.destination .via {
  display: block;
  font-size: 0.93rem;
  line-height: 1.125em;
  color: #000091;
  font-weight: normal;
  letter-spacing: 0.14px;
  margin-top: 4px;
}
@media screen and (min-width: 20rem) {
  .quick-flights-table-list .quick-flights-item p.destination .via {
    font-size: 1.2rem;
    font-size: calc(0.93rem  +  0.195  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .quick-flights-table-list .quick-flights-item p.destination .via {
    font-size: 1.125rem;
  }
}
.quick-flights-table-list .quick-flights-item p.destination .flight-num {
  display: block;
  font-size: 1rem;
  line-height: 1.5625;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 2px;
}
@media only screen and (min-width:64em) {
  .quick-flights-table-list .quick-flights-item p.destination .flight-num {
    display: none;
  }
}
.quick-flights-table-list .quick-flights-item p.carrier {
  -webkit-flex: 0 0 14%;
      -ms-flex: 0 0 14%;
          flex: 0 0 14%;
  max-width: 14%;
}
@media only screen and (min-width:87.5em) {
  .quick-flights-table-list .quick-flights-item p.carrier {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex: 0 0 16%;
        -ms-flex: 0 0 16%;
            flex: 0 0 16%;
    max-width: 16%;
  }
}
.quick-flights-table-list .quick-flights-item p.carrier .carrier-logo {
  max-width: 72px;
  border: 1px solid #cdd1d3;
  border-radius: 4px;
  padding: 3px;
  margin: 2px 10px 2px 0;
}
.quick-flights-table-list .quick-flights-item p.carrier span {
  display: inline-block;
  color: #6e767c;
  font-size: 1.3125rem;
  line-height: 1.19047619;
  font-weight: normal;
  margin: 2px 0;
}
.quick-flights-table-list .quick-flights-item p.exit {
  -webkit-flex: 0 0 8%;
      -ms-flex: 0 0 8%;
          flex: 0 0 8%;
  max-width: 8%;
  font-size: 1.3125rem;
  line-height: 1.19047619;
}
.quick-flights-table-list .quick-flights-item p.exit span {
  display: inline-block;
  color: #fff;
  background-color: #000091;
  font-weight: bold;
  border-radius: 4px;
  padding: 3px 5px;
}
.quick-flights-table-list .quick-flights-item p.checkin {
  -webkit-flex: 0 0 12%;
      -ms-flex: 0 0 12%;
          flex: 0 0 12%;
  max-width: 12%;
  font-size: 1.3125rem;
  line-height: 1.19047619;
}
@media only screen and (min-width:87.5em) {
  .quick-flights-table-list .quick-flights-item p.checkin {
    -webkit-flex: 0 0 10%;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }
}
.quick-flights-table-list .quick-flights-item p.status {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
@media only screen and (min-width:64em) {
  .quick-flights-table-list .quick-flights-item p.status {
    -webkit-flex: 0 0 10%;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }
  .arrivals .quick-flights-table-list .quick-flights-item p.status {
    -webkit-flex: 0 0 28%;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
    max-width: 28%;
  }
}
.quick-flights-table-list .quick-flights-item p.status span {
  display: inline-block;
  vertical-align: top;
  font-size: calc(12rem / 16);
  line-height: 1;
  letter-spacing: -0.37px;
  color: #fff;
  font-weight: bold;
  background-color: #961296;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 4px 6px;
  min-width: 60px;
}
@media only screen and (min-width:75em) {
  .quick-flights-table-list .quick-flights-item p.status span {
    padding: 9px 12px;
  }
}
.quick-flights-table-list .quick-flights-item p.bookmark {
  -webkit-flex: 0 0 6%;
      -ms-flex: 0 0 6%;
          flex: 0 0 6%;
  max-width: 6%;
}
.quick-flights-table-list .quick-flights-item p.bookmark a {
  display: inline-block;
  vertical-align: top;
}
.quick-flights-table-list .quick-flights-item p.flight-link {
  -webkit-flex: 0 0 15%;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  max-width: 15%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 15px;
}
@media only screen and (min-width:64em) {
  .quick-flights-table-list .quick-flights-item p.flight-link {
    -webkit-flex: 0 0 4%;
        -ms-flex: 0 0 4%;
            flex: 0 0 4%;
    max-width: 4%;
  }
}
.quick-flights-table-list .quick-flights-item p.flight-link a {
  display: block;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  width: 100%;
  text-align: right;
  border: 1px solid rgba(0, 0, 145, 0.2);
}
.quick-flights-table-list .quick-flights-item p.flight-link a:hover svg path {
  fill: #961296;
}
.quick-flights-table-list .quick-flights-item p.flight-link a svg {
  width: 12px;
  fill: #000091;
}
@media only screen and (min-width:75em) {
  .quick-flights-table-list .quick-flights-item p.flight-link a svg {
    width: 18px;
  }
}
@media only screen and (max-width:63.96875em) {
  .quick-flights-table-list .f-hide-on-mobile {
    display: none;
  }
}
@media only screen and (min-width:64em) {
  .quick-flights-table-list .f-hide-on-desktop {
    display: none;
  }
}
.vendore-title-header {
  position: relative;
  background-color: #000091;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 260px;
  margin-bottom: 20px;
}
@media only screen and (min-width:48em) {
  .vendore-title-header {
    height: 450px;
    margin-bottom: 50px;
  }
}
.vendore-title-header:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #070097 0%, rgba(7, 0, 151, 0) 100%);
}
.vendore-title-header .adapt {
  position: relative;
  z-index: 1;
}
.vendore-title-header .breadcrumbs {
  position: absolute;
  top: 11px;
}
@media only screen and (min-width:48em) {
  .vendore-title-header .breadcrumbs {
    top: 14px;
  }
}
@media only screen and (min-width:75em) {
  .vendore-title-header .breadcrumbs {
    top: 17px;
  }
}
.vendore-title-header .title-underline {
  display: inline;
  line-height: 1.3em;
  border-bottom: 6px solid #961296;
}
@media only screen and (min-width:75em) {
  .vendore-title-header .title-underline {
    line-height: 1.15em;
  }
}
.vendore-title-header .vendor-title-inner {
  padding: 45px 0;
}
@media only screen and (min-width:48em) {
  .vendore-title-header .vendor-title-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 60px 0;
  }
}
@media only screen and (min-width:75em) {
  .vendore-title-header .vendor-title-inner {
    padding: 75px 0;
  }
}
@media only screen and (min-width:48em) {
  .vendore-title-header .vendor-title-inner .vend-left-col {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 10%;
  }
}
.vendore-title-header .vendor-title-inner .vend-right-col {
  display: none;
}
@media only screen and (min-width:48em) {
  .vendore-title-header .vendor-title-inner .vend-right-col {
    display: block;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.element-user-feedback {
  margin-top: 55px;
}
@media only screen and (min-width:48em) {
  .element-user-feedback {
    margin-top: 7.7%;
  }
}
.element-user-feedback .user-feedback-inner {
  max-width: 500px;
}
.element-user-feedback .feedback-box {
  border: 1px solid #000091;
  border-radius: 15px;
  padding: 12px 20px;
}
@media only screen and (min-width:48em) {
  .element-user-feedback .feedback-box {
    padding: 12px 40px;
  }
}
.element-user-feedback .feedback-box.big-padding {
  padding: 20px 20px;
}
@media only screen and (min-width:48em) {
  .element-user-feedback .feedback-box.big-padding {
    padding: 20px 40px;
  }
}
.element-user-feedback .feedback-box + .feedback-box {
  margin-top: 40px;
}
@media only screen and (min-width:48em) {
  .element-user-feedback .feedback-box + .feedback-box {
    margin-top: 60px;
  }
}
@media only screen and (min-width:75em) {
  .element-user-feedback .feedback-box + .feedback-box {
    margin-top: 80px;
  }
}
.element-user-feedback .feedback-question-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.element-user-feedback .feedback-question-inner p,
.element-user-feedback .feedback-question-inner .feedback-btn-wrapper {
  padding: 6px 0;
}
.element-user-feedback .feedback-btn-wrapper.align-right {
  text-align: right;
}
.element-user-feedback .feedback-btn-wrapper .btn {
  min-width: 73px;
  margin: 2px 0;
}
.element-user-feedback .feedback-btn-wrapper .btn + .btn {
  margin-left: 10px;
}
.element-user-feedback .textarea-field {
  margin: 28px 0 40px;
}
.element-user-feedback label,
.element-user-feedback p {
  font-size: 0.875rem;
  line-height: 1.125em;
  letter-spacing: -0.5px;
  display: inline-block;
}
@media screen and (min-width: 20rem) {
  .element-user-feedback label,
  .element-user-feedback p {
    font-size: 0.9rem;
    font-size: calc(0.875rem  +  0.125  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .element-user-feedback label,
  .element-user-feedback p {
    font-size: 1rem;
  }
}
.element-user-feedback label.font-bold,
.element-user-feedback p.font-bold {
  font-weight: bold;
}
.element-user-feedback label.character-remains,
.element-user-feedback p.character-remains {
  font-size: 0.75rem;
}
.element-user-feedback label {
  display: block;
}
.element-user-feedback textarea {
  font-size: 0.875rem;
  line-height: 1.2em;
  color: #4f5457;
  border: 0;
  width: 100%;
  border-bottom: 6px solid #C1C5C8;
  height: 60px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media screen and (min-width: 20rem) {
  .element-user-feedback textarea {
    font-size: 0.9rem;
    font-size: calc(0.875rem  +  0.125  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .element-user-feedback textarea {
    font-size: 1rem;
  }
}
.element-user-feedback textarea:focus {
  border-color: #961296;
  outline: none;
}
.element-user-feedback textarea.error {
  border-bottom: 6px solid #d71b3a;
}
.element-slider-travel-offers .travel-offer-imag-decor {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 3;
}
.element-slider-travel-offers .content-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.element-slider-travel-offers .to-tag {
  margin-bottom: 15px;
}
.element-slider-travel-offers .offer-country {
  font-weight: bold;
  margin-top: 10px;
}
.element-slider-travel-offers .offer-price {
  font-size: 1.625rem;
  font-weight: normal;
  margin-top: 15px;
}
@media screen and (min-width: 20rem) {
  .element-slider-travel-offers .offer-price {
    font-size: 2.2rem;
    font-size: calc(1.625rem  +  1.125  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .element-slider-travel-offers .offer-price {
    font-size: 2.75rem;
  }
}
.element-slider-travel-offers .offer-remark {
  font-weight: bold;
  margin-top: auto;
}
.element-parking-comparison .parking-compare {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.element-parking-comparison .parking-compare .parking-item {
  width: calc(25% - 30px);
  margin: 15px;
}
@media only screen and (max-width:74.96875em) {
  .element-parking-comparison .parking-compare .parking-item {
    width: calc(33.333% - 30px);
  }
}
@media only screen and (max-width:63.96875em) {
  .element-parking-comparison .parking-compare .parking-item {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width:47.96875em) {
  .element-parking-comparison .parking-compare .parking-item {
    width: calc(100% - 30px);
  }
}
.element-parking-comparison .parking-item {
  border-radius: 15px;
  border: 1px solid #c1c5c8;
  padding: 30px;
}
.element-parking-comparison .parking-item .inside {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.element-parking-comparison .parking-item .inside .cta-holder {
  margin-top: auto;
}
.element-parking-comparison .parking-item .img-wrap {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 15px;
}
.element-parking-comparison .parking-item .parking-icon {
  font-size: 4rem;
  color: #000091;
}
.element-parking-comparison .parking-item ul {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
}
.element-parking-comparison .parking-item ul li {
  display: block;
  font-size: 1.125rem;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #c1c5c8;
}
.element-parking-comparison .parking-item ul li:last-of-type {
  border-bottom: 0;
}
.element-parking-comparison .parking-item ul li a:not(.btn) {
  color: #000091;
  text-decoration: underline;
}
.element-parking-comparison .parking-item ul li a:not(.btn):hover {
  text-decoration: none;
}
.element-mondat-refresh-date {
  margin-block: 25px;
}
.element-mondat-refresh-date .mondat-refresh-date-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.element-mondat-refresh-date .mondat-refresh-date-inner p {
  font-size: calc(15rem / 16);
  line-height: 1.2;
}
.element-mondat-refresh-date .mondat-refresh-date-inner p span {
  color: #961296;
}
.element-mondat-refresh-date .mondat-refresh-date-inner .btn-mondat-refresh-date {
  display: inline-block;
  border: none;
  background: transparent;
  padding: 0;
  margin-left: 10px;
}
.element-mondat-refresh-date .mondat-refresh-date-inner .btn-mondat-refresh-date svg {
  width: 24px;
  height: 24px;
  stroke: #000091;
  fill: none !important;
}
.general-style-filter {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);
}
@media only screen and (min-width:75em) {
  .general-style-filter {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media only screen and (min-width:48em) {
  .general-style-filter .filter-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.general-style-filter h2 {
  font-size: 1.06rem;
  font-weight: normal;
  letter-spacing: 0.11px;
  color: #000091;
  margin-bottom: 15px;
}
@media screen and (min-width: 20rem) {
  .general-style-filter h2 {
    font-size: 1.2rem;
    font-size: calc(1.06rem  +  0.2525  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .general-style-filter h2 {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width:48em) {
  .general-style-filter h2 {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.general-style-filter .news-list-form {
  max-width: 140px;
}
@media only screen and (min-width:48em) {
  .general-style-filter .news-list-form {
    -webkit-flex: 0 0 140px;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
  }
}
.general-style-filter .timetable-form {
  max-width: 290px;
}
@media only screen and (min-width:48em) {
  .general-style-filter .timetable-form {
    -webkit-flex: 0 0 290px;
        -ms-flex: 0 0 290px;
            flex: 0 0 290px;
  }
}
.airports-list .dest-link-wrapper {
  text-decoration: none;
  color: inherit;
}
.airports-list .dest-link-wrapper:hover .dest-item {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.airports-list .dest-link-wrapper:hover .dest-title {
  color: #961296;
  text-decoration: underline;
}
.airports-list .dest-item {
  background-color: #fff;
  border-radius: 56px;
  transition: box-shadow 0.3s;
}
.airports-list .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
@media only screen and (min-width:75em) {
  .airports-list .inner {
    padding: 13px 32px 13px 13px;
  }
}
.airports-list figure {
  -webkit-flex: 0 0 64px;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
  max-width: 64px;
  background-color: #000091;
  width: 64px;
  height: 64px;
  border-radius: 100%;
}
@media only screen and (min-width:75em) {
  .airports-list figure {
    -webkit-flex: 0 0 87px;
        -ms-flex: 0 0 87px;
            flex: 0 0 87px;
    max-width: 87px;
    width: 87px;
    height: 87px;
  }
}
.airports-list figure .dest-img {
  width: 64px;
  height: 64px;
  border-radius: 100%;
}
@media only screen and (min-width:75em) {
  .airports-list figure .dest-img {
    width: 87px;
    height: 87px;
  }
}
.airports-list .dest-content-wrapper {
  -webkit-flex: 0 0 calc(100% - 87px);
      -ms-flex: 0 0 calc(100% - 87px);
          flex: 0 0 calc(100% - 87px);
  max-width: calc(100% - 87px);
  padding-left: 10px;
}
@media only screen and (min-width:75em) {
  .airports-list .dest-content-wrapper {
    padding-left: 20px;
  }
}
@media only screen and (min-width:100em) {
  .airports-list .dest-content-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width:87.5em) {
  .hp-destinations-slider-wrapper .airports-list .dest-content-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width:100em) {
  .airports-list .dest-title-wrapper {
    -webkit-flex: 0 0 260px;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    max-width: 260px;
  }
}
@media only screen and (min-width:100em) {
  .element-slider-airfields .airports-list .dest-title-wrapper {
    -webkit-flex: 0 0 180px;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    max-width: 180px;
  }
}
.airports-list .dest-title-wrapper .dest-title {
  transition: color 0.3s;
}
.airports-list .dest-title-wrapper .dest-title span {
  font-size: 1rem;
  color: #4f5457;
  font-weight: normal;
}
@media screen and (min-width: 20rem) {
  .airports-list .dest-title-wrapper .dest-title span {
    font-size: 1.2rem;
    font-size: calc(1rem  +  0.3125  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .airports-list .dest-title-wrapper .dest-title span {
    font-size: 1.3125rem;
  }
}
.airports-list .dest-title-wrapper p {
  font-size: calc(13rem / 16);
}
@media only screen and (min-width:75em) {
  .airports-list .dest-title-wrapper p {
    font-size: calc(16rem / 16);
  }
}
.airports-list .price {
  margin-top: 4px;
}
@media only screen and (min-width:75em) {
  .airports-list .price {
    margin-left: auto;
  }
}
@media only screen and (min-width:87.5em) {
  .airports-list .price {
    margin-top: 0;
  }
}
@media only screen and (min-width:100em) {
  .element-slider-airfields .airports-list .price {
    -webkit-flex: 0 0 calc(100% - 180px);
        -ms-flex: 0 0 calc(100% - 180px);
            flex: 0 0 calc(100% - 180px);
    max-width: calc(100% - 180px);
    text-align: right;
  }
}
.airports-list .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
}
.airports-list .slick-arrow:hover:after {
  border-color: #000091;
}
.airports-list .slick-arrow:after {
  border-color: #fff;
}
.airports-list .slick-arrow.slick-prev {
  left: -50px;
}
.airports-list .slick-arrow.slick-next {
  right: -50px;
}
.destination-grid-wrapper {
  margin-top: 20px;
}
@media only screen and (min-width:48em) {
  .destination-grid-wrapper {
    margin-top: 40px;
  }
}
.destinations-grid {
  list-style: none;
  margin: 0 -10px 0 0;
  overflow: hidden;
}
@media only screen and (min-width:75em) {
  .destinations-grid {
    margin: 0 -30px 0 0;
  }
}
.destinations-grid:nth-child(even) > li {
  float: right;
}
.destinations-grid > li {
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 100% 0 0;
}
@media only screen and (min-width:40em) {
  .destinations-grid > li {
    padding: 33.3333% 0 0;
    width: 33.3333%;
  }
}
@media only screen and (min-width:40em) {
  .destinations-grid > li:nth-child(3n + 1) {
    padding: 66.6666% 0 0;
    width: 66.6666%;
  }
}
.destinations-grid .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 10px 10px 0;
}
@media only screen and (min-width:75em) {
  .destinations-grid .inner {
    padding: 0 30px 30px 0;
  }
}
.destinations-grid .dest-link-wrapper {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.destinations-grid .dest-link-wrapper:hover .dest-title,
.destinations-grid .dest-link-wrapper:focus-visible .dest-title {
  text-decoration: underline;
}
.destinations-grid .box {
  position: relative;
  padding: 20px;
  width: 100%;
  height: 100%;
  background-color: #000091;
}
@media only screen and (min-width:75em) {
  .destinations-grid .box {
    padding: 30px;
  }
}
.destinations-grid .box img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.destinations-grid .dest-content {
  position: absolute;
  z-index: 2;
}
.destinations-grid .price {
  font-size: 1.125rem;
  line-height: 1.11em;
  font-weight: bold;
  color: #fff;
  letter-spacing: -0.56px;
  margin-top: 0.2em;
}
@media screen and (min-width: 20rem) {
  .destinations-grid .price {
    font-size: 1.3rem;
    font-size: calc(1.125rem  +  0.5  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .destinations-grid .price {
    font-size: 1.625rem;
  }
}
.destinations-grid .price span {
  font-weight: normal;
}
.destination-page-airports-list {
  list-style: none;
}
.destination-page-airports-list .list-item {
  padding-bottom: 20px;
}
.destination-page-airports-list .list-item figure {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width:75em) {
  .destination-page-airports-list .list-item figure {
    margin-bottom: 25px;
  }
}
.destination-page-airports-list .list-item figure.img-placeholder {
  background-image: url("../images/placeholder/airport-thumb.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.destination-page-airports-list .list-item figure.img-placeholder:before {
  content: "";
  display: block;
  padding-top: 56.1926%;
}
.destination-page-airports-list .list-item .airport-title {
  margin-bottom: 10px;
}
@media only screen and (min-width:48em) {
  .destination-page-airports-list .list-item .airport-title {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width:75em) {
  .destination-page-airports-list .list-item .airport-title {
    margin-bottom: 25px;
  }
}
.destination-page-airports-list .list-item .btn {
  margin-top: 20px;
}
@media only screen and (min-width:75em) {
  .destination-page-airports-list .list-item .btn {
    margin-top: 25px;
  }
}
.files-list .file-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.files-list .file-item + .file-item {
  margin-top: 15px;
}
.files-list .img-wrap {
  -webkit-flex: 0 0 30px;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  max-width: 30px;
}
.files-list a {
  font-size: 1rem;
  -webkit-flex: 0 0 calc(100% - 30px);
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  display: block;
  line-height: 1.2em;
  letter-spacing: -0.1px;
  color: #000091;
  text-decoration: underline;
}
@media screen and (min-width: 20rem) {
  .files-list a {
    font-size: 1rem;
    font-size: calc(1rem  +  0.125  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .files-list a {
    font-size: 1.125rem;
  }
}
.files-list a:hover {
  text-decoration: none;
}
.links-with-arrow-list {
  list-style: none;
}
.links-with-arrow-list > li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 20px;
}
.links-with-arrow-list > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  border: solid #961296;
  border-width: 3px 3px 0 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.links-with-arrow-list > li a {
  font-size: 1rem;
  line-height: 1.27em;
  font-weight: bold;
  color: #000091;
  text-decoration: none;
  transition: color 0.3s;
}
@media screen and (min-width: 20rem) {
  .links-with-arrow-list > li a {
    font-size: 1rem;
    font-size: calc(1rem  +  0.125  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .links-with-arrow-list > li a {
    font-size: 1.125rem;
  }
}
.links-with-arrow-list > li a.current,
.links-with-arrow-list > li a:hover {
  color: #961296;
  text-decoration: underline;
}
.news-list-wrapper {
  margin-bottom: 30px;
}
@media only screen and (min-width:48em) {
  .news-list-wrapper {
    margin-bottom: 3.6%;
  }
}
.news-list {
  list-style: none;
  padding-block: 30px;
}
@media only screen and (min-width:48em) {
  .news-list {
    padding-top: 7.2%;
    padding-bottom: 3.6%;
  }
}
.news-list .news-item {
  border-top: 1px solid #c1c5c8;
  padding: 20px 0 40px;
}
@media only screen and (min-width:48em) {
  .news-list .news-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media only screen and (min-width:75em) {
  .news-list .news-item {
    padding: 25px 0 50px;
  }
}
.news-list .news-date {
  font-size: 1.06rem;
  display: inline-block;
  line-height: 1.23;
  letter-spacing: 0.11px;
  margin-bottom: 12px;
}
@media screen and (min-width: 20rem) {
  .news-list .news-date {
    font-size: 1.1rem;
    font-size: calc(1.06rem  +  0.2525  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .news-list .news-date {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width:48em) {
  .news-list .news-date {
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width:75em) {
  .news-list .news-date {
    -webkit-flex: 0 0 22%;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
    max-width: 22%;
  }
}
.news-list .title {
  margin-bottom: 12px;
}
@media only screen and (min-width:48em) {
  .news-list .title {
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
}
@media only screen and (min-width:75em) {
  .news-list .title {
    -webkit-flex: 0 0 28%;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
    max-width: 28%;
    padding-right: 4.5%;
  }
}
.news-list .title a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width:48em) {
  .news-list .intro {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 30%;
  }
}
@media only screen and (min-width:75em) {
  .news-list .intro {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0;
  }
}
.search-list {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width:48em) {
  .search-list {
    padding-top: 6%;
    padding-bottom: 3.6%;
  }
}
.search-list .list-item {
  border-top: 1px solid #c1c5c8;
  padding: 20px 0 40px;
}
@media only screen and (min-width:48em) {
  .search-list .list-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media only screen and (min-width:75em) {
  .search-list .list-item {
    padding: 25px 0 50px;
  }
}
@media only screen and (min-width:48em) {
  .search-list .list-item .title,
  .search-list .list-item .content {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width:48em) {
  .search-list .list-item .title {
    padding-right: 18%;
  }
}
@media only screen and (max-width:47.96875em) {
  .search-list .list-item .content {
    margin-top: 20px;
  }
}
.search-list .list-item .search-link {
  display: inline-block;
  font-size: calc(13rem / 16);
  line-height: calc(20 / 13);
  letter-spacing: 0.1px;
  margin-top: 1.2em;
}
.tags-list-wrapper {
  padding: 20px 0;
}
@media only screen and (min-width:48em) {
  .tags-list-wrapper {
    padding: 40px 0 35px;
  }
}
@media only screen and (min-width:75em) {
  .tags-list-wrapper {
    padding: 50px 0 45px;
  }
}
.tags-list {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tags-list > li {
  margin: 0 6px 6px 0;
}
@media only screen and (min-width:48em) {
  .tags-list > li {
    margin: 0 0 6px 0;
  }
}
.tags-list > li a,
.tags-list > li span {
  display: block;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: -0.44px;
  font-weight: bold;
  color: #000091;
  text-decoration: none;
  background-color: transparent;
  padding: 5px 8px;
  border-radius: 17px;
  transition: all 0.3s;
}
@media screen and (min-width: 20rem) {
  .tags-list > li a,
  .tags-list > li span {
    font-size: 1.1rem;
    font-size: calc(0.875rem  +  0.4375  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .tags-list > li a,
  .tags-list > li span {
    font-size: 1.3125rem;
  }
}
.tags-list > li a:hover,
.tags-list > li span:hover,
.tags-list > li a.selected,
.tags-list > li span.selected {
  color: #fff;
  background-color: #961296;
}
@media only screen and (min-width:48em) {
  .tags-list > li a,
  .tags-list > li span {
    padding: 7px 12px;
  }
}
.vendors-list-wrapper {
  margin-top: 20px;
  margin-bottom: 80px;
}
@media only screen and (min-width:48em) {
  .vendors-list-wrapper {
    margin-top: 40px;
    margin-bottom: 10%;
  }
}
@media only screen and (min-width:75em) {
  .vendors-list-wrapper {
    margin-top: 70px;
  }
}
.vendors-list {
  list-style: none;
}
@media only screen and (min-width:40em) {
  .vendors-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -10px 0 0;
  }
}
@media only screen and (min-width:75em) {
  .vendors-list {
    margin: 0 -30px 0 0;
  }
}
.vendors-list > li {
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width:40em) {
  .vendors-list > li {
    -webkit-flex: 0 0 calc(100% / 2);
        -ms-flex: 0 0 calc(100% / 2);
            flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
    padding: 0 10px 0 0;
  }
}
@media only screen and (min-width:60em) {
  .vendors-list > li {
    -webkit-flex: 0 0 calc(100% / 3);
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
@media only screen and (min-width:75em) {
  .vendors-list > li {
    padding: 0 30px 0 0;
    margin-bottom: 30px;
  }
}
.vendors-list .inner {
  position: relative;
  background-color: #000091;
}
.vendors-list figure.img-placeholder {
  content: "";
  display: block;
  padding-top: 100%;
}
.vendors-list .vendor-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vendors-list .vendor-content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(330deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.vendors-list .mobile-content {
  position: relative;
  z-index: 1;
  padding: 20px;
}
@media only screen and (min-width:60em) {
  .vendors-list .mobile-content {
    display: none;
  }
}
.vendors-list .mobile-content .btn {
  margin-top: 10px;
}
.vendors-list .desktop-front-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  z-index: 1;
  cursor: pointer;
}
.vendors-list .desktop-front-content:hover .desktop-hidden-content {
  opacity: 1;
}
@media only screen and (max-width:59.96875em) {
  .vendors-list .desktop-front-content {
    display: none;
  }
}
.vendors-list .desktop-hidden-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 145, 0.85);
  z-index: 2;
  padding: 30px 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.vendors-list .desktop-hidden-content .btn-wrapper {
  margin-top: auto;
  text-align: right;
}
.vendors-list .icon-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.vendors-list .icon-wrapper img {
  display: inline-block;
  width: 27px;
  margin-right: 15px;
}
.vendors-list .icon-wrapper span {
  display: inline-block;
  font-size: calc(12rem/16);
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  border-left: 1px solid #fff;
  padding: 5px 15px;
}
.vendors-list .vendor-title {
  margin-bottom: 16px;
}
.vendors-list .vendor-description {
  font-size: calc(16rem/16);
  line-height: calc(22/16);
  letter-spacing: -0.1px;
}
@media only screen and (max-width:74.96875em) {
  .vendors-list .vendor-description {
    display: none;
  }
}
.vendors-list .vendors-info-list {
  list-style: none;
}
@media only screen and (min-width:75em) {
  .vendors-list .vendors-info-list {
    margin-top: 35px;
  }
}
.vendors-list .vendors-info-list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  font-size: calc(14rem/16);
  line-height: calc(18/14);
  margin-bottom: 12px;
}
@media only screen and (min-width:75em) {
  .vendors-list .vendors-info-list li {
    font-size: calc(16rem/16);
    line-height: calc(18/16);
    letter-spacing: -0.09px;
  }
}
.vendors-list .vendors-info-list li img {
  -webkit-flex: 0 0 18px;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  max-width: 18px;
}
.vendors-list .vendors-info-list li .vendor-info-link,
.vendors-list .vendors-info-list li .opening-time-wrapper {
  -webkit-flex: 0 0 calc(100% - 18px);
      -ms-flex: 0 0 calc(100% - 18px);
          flex: 0 0 calc(100% - 18px);
  max-width: calc(100% - 18px);
  padding-left: 15px;
}
.vendors-list .vendors-info-list li a {
  text-decoration: underline;
  color: inherit;
}
.vendors-list .vendors-info-list li a:hover {
  text-decoration: none;
}
.travel-offers-list {
  border-top: 1px solid #c1c5c8;
  list-style: none;
}
.travel-offers-list .travel-offers-list-item {
  border-bottom: 1px solid #c1c5c8;
  padding: 20px 0;
}
@media only screen and (min-width:68.75em) {
  .travel-offers-list .travel-offers-list-item {
    padding: 35px 0;
  }
}
.travel-offers-list + .travel-offers-list {
  border-top: 0;
}
@media only screen and (min-width:48em) {
  .travel-offers-list .travel-offer-inner {
    display: grid;
    grid-template-columns: minmax(100px, 300px) 1fr;
  }
}
.travel-offers-list .travel-offer-inner .travel-offer--title-box {
  margin-bottom: 15px;
  max-width: 85%;
  grid-area: title;
}
@media only screen and (min-width:48em) {
  .travel-offers-list .travel-offer-inner .travel-offer--title-box {
    padding-left: 35px;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media only screen and (min-width:68.75em) {
  .travel-offers-list .travel-offer-inner .travel-offer--title-box {
    max-width: 100%;
    padding: 20px 0 0 35px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
  }
}
.travel-offers-list .travel-offer-inner .travel-offer--image-box {
  grid-area: image;
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width:48em) {
  .travel-offers-list .travel-offer-inner .travel-offer--image-box {
    margin-bottom: 0;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.travel-offers-list .travel-offer-inner .travel-offer--image-box .to-tag {
  position: absolute;
  top: 20px;
  left: 20px;
}
.travel-offers-list .travel-offer-inner .travel-offer--content-box {
  grid-area: content;
}
@media only screen and (min-width:48em) {
  .travel-offers-list .travel-offer-inner .travel-offer--content-box {
    padding-left: 35px;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media only screen and (min-width:68.75em) {
  .travel-offers-list .travel-offer-inner .travel-offer--content-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width:68.75em) {
  .title-box {
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}
.title-box .to-country {
  font-size: calc(13rem / 16);
  line-height: calc(24 / 13);
  font-weight: bold;
  letter-spacing: 0.1px;
}
.title-box .to-date {
  font-size: calc(16rem / 16);
  line-height: calc(24 / 16);
  letter-spacing: 0.1px;
  margin-top: 4px;
}
.agency-box {
  margin-top: 10px;
}
@media only screen and (min-width:68.75em) {
  .agency-box {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    margin-top: 0;
    text-align: right;
  }
}
.agency-box .to-agency-title {
  font-size: calc(13rem / 16);
  line-height: calc(22 / 13);
  letter-spacing: -0.46px;
}
.agency-box .to-agency {
  font-size: calc(16rem / 16);
  line-height: calc(22 / 16);
  font-weight: bold;
}
.agency-box .to-agency-logo {
  max-width: 120px;
  margin-top: 6px;
}
@media only screen and (min-width:68.75em) {
  .agency-box .to-agency-logo {
    margin-left: auto;
  }
}
.to-content {
  font-size: 0.875rem;
  line-height: 1.35;
  max-width: 85%;
}
@media screen and (min-width: 20rem) {
  .to-content {
    font-size: 0.9rem;
    font-size: calc(0.875rem  +  0.125  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .to-content {
    font-size: 1rem;
  }
}
@media only screen and (min-width:68.75em) {
  .to-content {
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}
.to-content ol,
.to-content ul {
  margin-top: 10px;
}
.to-content ol {
  margin-left: 15px;
}
.to-content ul {
  list-style: none;
}
.to-content ul li {
  position: relative;
  padding-left: 25px;
}
.to-content ul li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0.6em;
  background-color: #4f5457;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}
.to-content a {
  color: #000091;
  text-decoration: underline;
}
.to-content a:hover {
  text-decoration: none;
}
.to-info {
  margin-top: 20px;
  text-align: right;
}
@media only screen and (min-width:68.75em) {
  .to-info {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
.to-info .to-price {
  display: inline-block;
  text-align: right;
}
.to-info .to-price .to-suffix {
  display: block;
  font-weight: normal;
  font-size: calc(16rem / 16);
  line-height: calc(24 / 16);
}
.to-info .to-link {
  margin-top: 15px;
}
.to-tag {
  display: inline-block;
  background-color: #f2c900;
  color: #000091;
  font-weight: bold;
  font-size: calc(12rem / 16);
  line-height: 1.2;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 25px;
}
.element-carriers {
  margin-top: 55px;
}
.carriers-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (min-width:30em) {
  .carriers-list {
    margin: 0 -15px 0 0;
  }
}
@media only screen and (min-width:75em) {
  .carriers-list {
    margin: 0 -30px 0 0;
  }
}
.carriers-list.carriers-list--grid-6 {
  margin: 0 -15px 0 0;
}
.carriers-list.carriers-list--grid-6 .carrier-item {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px 0 0;
  margin-bottom: 15px;
}
@media only screen and (min-width:30em) {
  .carriers-list.carriers-list--grid-6 .carrier-item {
    -webkit-flex: 0 0 calc(100% / 3);
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
@media only screen and (min-width:48em) {
  .carriers-list.carriers-list--grid-6 .carrier-item {
    -webkit-flex: 0 0 calc(100% / 4);
        -ms-flex: 0 0 calc(100% / 4);
            flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
}
@media only screen and (min-width:60em) {
  .carriers-list.carriers-list--grid-6 .carrier-item {
    -webkit-flex: 0 0 calc(100% / 6);
        -ms-flex: 0 0 calc(100% / 6);
            flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
}
.carriers-list.carriers-list--grid-6 .carrier-item figure img {
  width: auto;
}
.carrier-item {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width:30em) {
  .carrier-item {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px 0 0;
  }
}
@media only screen and (min-width:40em) {
  .carrier-item {
    -webkit-flex: 0 0 calc(100% / 3);
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
@media only screen and (min-width:75em) {
  .carrier-item {
    -webkit-flex: 0 0 calc(100% / 4);
        -ms-flex: 0 0 calc(100% / 4);
            flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
    padding: 0 30px 0 0;
    margin-bottom: 55px;
  }
}
.carrier-item .carrier-inner {
  padding-bottom: 10px;
}
.carrier-item .carrier-link-wrapper {
  display: block;
  text-decoration: none;
}
.carrier-item .carrier-link-wrapper:hover img {
  -webkit-transform: scale(1.2) rotate(0.01deg);
  -ms-transform: scale(1.2) rotate(0.01deg);
      transform: scale(1.2) rotate(0.01deg);
}
.carrier-item .carrier-link-wrapper:hover figure {
  border-color: #000091;
}
.carrier-item figure {
  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;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #c1c5c8;
  border-radius: 15px;
  aspect-ratio: 1.77777778;
  padding: 10px;
  overflow: hidden;
}
.carrier-item figure img {
  width: 190px;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.carrier-item .h4 {
  margin-top: 14px;
  transition: color 0.2s;
}
.contacts-list {
  list-style: none;
  display: grid;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: 1fr;
  row-gap: 15px;
}
@media only screen and (min-width:35em) {
  .contacts-list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
}
@media only screen and (min-width:48em) {
  .contacts-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width:75em) {
  .contacts-list {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 30px;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
}
.contacts-list .contact-item {
  min-width: 0;
}
.contacts-list .contact-item .inner {
  height: 100%;
  border: 1px solid #c1c5c8;
  border-radius: 15px;
}
.contacts-list .contact-item figure {
  position: relative;
  background-color: transparent;
  height: 130px;
  border-radius: 15px;
}
.contacts-list .contact-item figure img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100px;
  z-index: 1;
  padding: 10px 30px;
}
.contacts-list .contact-item .contact-content {
  padding: 10px 30px 30px;
}
.contacts-list .contact-item .contact-content.without-logo {
  padding: 30px;
}
.contacts-list .contact-item .c-link-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 12px;
}
.contacts-list .contact-item .c-link-wrap img {
  width: 18px;
}
.contacts-list .contact-item .c-link-wrap .c-link-wrap-content {
  -webkit-flex: 0 0 calc(100% - 18px);
      -ms-flex: 0 0 calc(100% - 18px);
          flex: 0 0 calc(100% - 18px);
  max-width: calc(100% - 18px);
  padding-left: 10px;
}
.element-cta-teaser {
  margin-block: 55px;
}
.element-cta-teaser .cta-teaser-inner {
  border: 1px solid #000091;
  border-radius: 15px;
  padding: 5%;
}
@media only screen and (min-width:40em) {
  .element-cta-teaser .cta-teaser-inner.cta-teaser-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media only screen and (min-width:40em) {
  .element-cta-teaser .cta-teaser-inner.cta-teaser-flex .cta-content-wrapper {
    -webkit-flex: 0 0 78%;
        -ms-flex: 0 0 78%;
            flex: 0 0 78%;
    max-width: 78%;
    padding-left: 4.8%;
  }
}
.element-cta-teaser .cta-image-wrapper {
  margin-bottom: 20px;
}
@media only screen and (min-width:40em) {
  .element-cta-teaser .cta-image-wrapper {
    -webkit-flex: 0 0 22%;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
    max-width: 22%;
    margin: 0;
  }
}
.element-cta-teaser .cta-image-wrapper img {
  width: 100px;
}
@media only screen and (min-width:40em) {
  .element-cta-teaser .cta-image-wrapper img {
    width: 180px;
  }
}
.element-cta-teaser .cta-content-wrapper .title {
  margin-bottom: 0.7em;
}
.element-cta-teaser .cta-content-wrapper .cta-btn-wrapper {
  text-align: right;
  margin-top: 35px;
}
.element-destination-prices-stat {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width:48em) {
  .element-destination-prices-stat {
    padding-top: 3.2%;
    padding-bottom: 5.8%;
  }
}
.element-destination-prices-stat .canvas-wrapper {
  position: relative;
}
.element-destination-prices-stat .canvas-wrapper:after {
  content: '';
  position: absolute;
  bottom: 48%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffff;
}
@media only screen and (min-width:48em) {
  .element-destination-prices-stat .canvas-wrapper:after {
    bottom: 62px;
  }
}
@media only screen and (min-width:64em) {
  .element-destination-prices-stat .canvas-wrapper:after {
    bottom: 13%;
  }
}
@media only screen and (min-width:87.5em) {
  .element-destination-prices-stat .canvas-wrapper:after {
    bottom: 10%;
  }
}
.element-dual-teaser .description {
  margin-top: 20px;
  padding-right: 5%;
}
.element-dual-teaser p {
  font-size: calc(14rem / 16);
  line-height: calc(21 / 14);
}
.element-exposed-news .element-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width:48em) {
  .element-exposed-news .element-header {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width:75em) {
  .element-exposed-news .element-header {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width:40em) {
  .element-exposed-news .element-header .title {
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}
.element-exposed-news .element-header .link-all-news {
  margin-left: auto;
}
@media only screen and (min-width:48em) {
  .element-exposed-news .exposed-news-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -30px 0 0;
  }
}
@media only screen and (min-width:48em) {
  .element-exposed-news .exposed-news-item {
    -webkit-flex: 0 0 calc(100% / 3);
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
    max-width: calc(100 / 3);
    padding: 0 30px 0 0;
  }
}
.element-exposed-news .exposed-news-item .inner {
  border-top: 1px solid #c1c5c8;
  padding: 15px 0 30px;
}
@media only screen and (min-width:48em) {
  .element-exposed-news .exposed-news-item .inner {
    padding: 20px 8% 30px 0;
  }
}
@media only screen and (min-width:75em) {
  .element-exposed-news .exposed-news-item .inner {
    padding: 30px 13% 30px 0;
  }
}
.element-exposed-news .exposed-news-item .exposed-news-time {
  font-size: 1.06rem;
  display: inline-block;
  line-height: 1.23em;
  letter-spacing: 0.11px;
  margin-bottom: 8px;
}
@media screen and (min-width: 20rem) {
  .element-exposed-news .exposed-news-item .exposed-news-time {
    font-size: 1.1rem;
    font-size: calc(1.06rem  +  0.2525  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .element-exposed-news .exposed-news-item .exposed-news-time {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width:75em) {
  .element-exposed-news .exposed-news-item .exposed-news-time {
    margin-bottom: 12px;
  }
}
.element-exposed-news .exposed-news-item .title a {
  color: inherit;
  text-decoration: none;
}
.element-exposed-news .exposed-news-item .intro {
  margin-top: 22px;
}
@media only screen and (max-width:74.96875em) {
  .element-exposed-news .exposed-news-item .intro {
    display: none;
  }
}
.element-gallery .under-figure-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 20px;
}
.element-gallery figcaption {
  -webkit-flex: 0 0 67%;
      -ms-flex: 0 0 67%;
          flex: 0 0 67%;
  max-width: 67%;
}
@media only screen and (min-width:48em) {
  .element-gallery figcaption {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width:75em) {
  .element-gallery figcaption {
    -webkit-flex: 0 0 85%;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
    max-width: 85%;
  }
}
.element-gallery .element-gallery-arrows {
  -webkit-flex: 0 0 33%;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
  text-align: right;
  padding-right: 5px;
  margin-left: auto;
}
@media only screen and (min-width:48em) {
  .element-gallery .element-gallery-arrows {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
  }
}
@media only screen and (min-width:75em) {
  .element-gallery .element-gallery-arrows {
    -webkit-flex: 0 0 15%;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    max-width: 15%;
  }
}
.element-gallery .slick-custom-prev {
  margin-right: 15px;
}
.element-gallery .slick-custom-prev:after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
      -ms-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 3px;
}
.homepage-fullwidth-slider {
  position: relative;
  background: #000091;
}
.homepage-fullwidth-slider .item {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 280px !important;
  padding-bottom: 60px;
  z-index: 2;
}
.homepage-fullwidth-slider .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
@media only screen and (min-width:48em) {
  .homepage-fullwidth-slider .item {
    height: 350px !important;
  }
}
@media only screen and (min-width:75em) {
  .homepage-fullwidth-slider .item {
    height: 450px !important;
  }
}
.dark-site .homepage-fullwidth-slider .item:after {
  background: linear-gradient(90deg, #000091 0%, #1D1D1D 100%);
  opacity: 0.75;
}
.homepage-fullwidth-slider .item-inner {
  padding: 30px 20px 0;
}
@media only screen and (min-width:48em) {
  .homepage-fullwidth-slider .item-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 350px;
    padding: 0 30px;
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box;
  }
}
@media only screen and (min-width:75em) {
  .homepage-fullwidth-slider .item-inner {
    height: 450px;
  }
}
.homepage-fullwidth-slider .content-wrapper {
  max-width: 85%;
}
@media only screen and (min-width:48em) {
  .homepage-fullwidth-slider .content-wrapper {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width:75em) {
  .homepage-fullwidth-slider .content-wrapper {
    padding-right: 21%;
  }
}
.homepage-fullwidth-slider .content-wrapper .suptitle {
  display: inline-block;
  text-transform: uppercase;
  font-size: calc(14rem / 16);
  line-height: calc(18 / 14);
  margin-bottom: 0.6em;
}
.homepage-fullwidth-slider .content-wrapper .title {
  margin-bottom: 0.6em;
}
@media only screen and (min-width:48em) {
  .homepage-fullwidth-slider .content-wrapper .title {
    margin-bottom: 0.9em;
  }
}
@media only screen and (max-width:74.96875em) {
  .homepage-fullwidth-slider .hp-destinations-slider-wrapper {
    display: none;
  }
}
@media only screen and (min-width:75em) {
  .homepage-fullwidth-slider .hp-destinations-slider-wrapper {
    -webkit-flex: 0 0 550px;
        -ms-flex: 0 0 550px;
            flex: 0 0 550px;
    max-width: 550px;
  }
}
.homepage-fullwidth-slider .slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 0 15px;
  z-index: 2;
}
@media only screen and (min-width:48em) {
  .homepage-fullwidth-slider .slick-dots {
    padding-bottom: 30px;
  }
}
.btn-show-homepage-header-slider-wrap {
  position: relative;
}
#element-homepage-header-slider--a11y-alternative .ehps--header {
  text-align: right;
  margin-bottom: 20px;
}
#element-homepage-header-slider--a11y-alternative .ehps--title {
  margin-bottom: 20px;
}
#element-homepage-header-slider--a11y-alternative .btn-close-dialog {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: none;
}
#element-homepage-header-slider--a11y-alternative .btn-close-dialog:hover svg {
  fill: #961296;
}
#element-homepage-header-slider--a11y-alternative .btn-close-dialog svg {
  width: 20px;
  height: 20px;
  fill: #000091;
  margin-left: auto;
}
#element-homepage-header-slider--a11y-alternative .ehps--list {
  padding-left: 20px;
  padding-right: 5%;
}
#element-homepage-header-slider--a11y-alternative .ehps--list li {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 15px;
}
#element-homepage-header-slider--a11y-alternative .ehps--list li * + * {
  margin-top: 6px;
}
#element-homepage-header-slider--a11y-alternative .ehps--list li > ul {
  padding-left: 20px;
  margin-top: 20px;
}
#element-homepage-header-slider--a11y-alternative .ehps--link {
  display: inline-block;
  color: #000091;
}
::backdrop {
  background-image: linear-gradient(270deg, #7a0073 0%, #000091 100%);
  opacity: 0.75;
}
.element-information-tiles h2 {
  margin-bottom: 1.3em;
}
@media only screen and (min-width:48em) {
  .element-information-tiles h2 {
    margin-bottom: 1.9em;
  }
}
.element-information-tiles .tiles-list {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.element-information-tiles .tiles-list .link-wrapper {
  display: block;
  height: 100%;
  text-decoration: none;
  border-radius: 15px;
  transition: all 0.2s;
}
.element-information-tiles .tiles-list .link-wrapper:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
@media only screen and (min-width:48em) {
  .element-information-tiles .tiles-list .link-wrapper:hover .title:after {
    width: 80px;
  }
}
@media only screen and (min-width:75em) {
  .element-information-tiles .tiles-list .link-wrapper:hover .title:after {
    width: 120px;
  }
}
.element-information-tiles .tiles-list .inner {
  height: 100%;
  border: 1px solid #C1C5C8;
  border-radius: 15px;
}
.element-information-tiles .tiles-list .content-wrapper {
  padding: 15px;
}
@media only screen and (min-width:48em) {
  .element-information-tiles .tiles-list .content-wrapper {
    padding: 11.6% 11.6% 29% 11.6%;
  }
}
.element-information-tiles .tiles-list .icon {
  display: block;
  width: 40px;
  margin-bottom: 15px;
}
@media only screen and (min-width:48em) {
  .element-information-tiles .tiles-list .icon {
    margin-bottom: 22px;
    width: 50px;
  }
}
@media only screen and (min-width:75em) {
  .element-information-tiles .tiles-list .icon {
    width: 62px;
    margin-bottom: 25px;
  }
}
.element-information-tiles .tiles-list .description {
  margin-top: 15px;
}
.element-information-tiles .tiles-list .description p {
  color: #6E767C;
  letter-spacing: -0.1px;
}
.element-information-tiles .tiles-list .links-with-arrow-list {
  margin-top: 30px;
}
@media only screen and (min-width:75em) {
  .element-information-tiles .tiles-list .links-with-arrow-list {
    margin-top: 40px;
  }
}
.element-navigation-dual-teaser .col {
  padding-bottom: 20px;
}
.element-navigation-dual-teaser .inner {
  padding-right: 25%;
}
@media only screen and (min-width:48em) {
  .element-navigation-dual-teaser .inner {
    padding-right: 35%;
  }
}
.element-navigation-dual-teaser figure {
  margin-bottom: 20px;
}
@media only screen and (min-width:75em) {
  .element-navigation-dual-teaser figure {
    margin-bottom: 27px;
  }
}
.element-navigation-dual-teaser .description {
  margin-top: 10px;
}
@media only screen and (min-width:75em) {
  .element-navigation-dual-teaser .description {
    margin-top: 16px;
  }
}
.element-navigation-dual-teaser .btn {
  margin-top: 15px;
}
@media only screen and (min-width:48em) {
  .element-navigation-dual-teaser .btn {
    margin-top: 20px;
  }
}
@media only screen and (min-width:75em) {
  .element-navigation-dual-teaser .btn {
    margin-top: 32px;
  }
}
@media only screen and (max-width:47.96875em) {
  .element-navigation-teaser figure {
    margin-bottom: 25px;
  }
}
.element-navigation-teaser .h1-big {
  word-wrap: break-word;
}
.element-navigation-teaser .description {
  margin-top: 13px;
}
@media only screen and (min-width:75em) {
  .element-navigation-teaser .description {
    margin-top: 16px;
  }
}
.element-navigation-teaser .btn {
  margin-top: 15px;
}
@media only screen and (min-width:48em) {
  .element-navigation-teaser .btn {
    margin-top: 20px;
  }
}
@media only screen and (min-width:75em) {
  .element-navigation-teaser .btn {
    margin-top: 32px;
  }
}
.element-newsletter-link .newsletter-inner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #961296;
}
.element-newsletter-link .newsletter-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.element-newsletter-link .newsletter-content-wrapper {
  position: relative;
  padding: 20px 15px 30px;
  z-index: 1;
}
@media only screen and (min-width:40em) {
  .element-newsletter-link .newsletter-content-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.2% 4.52%;
  }
}
.element-newsletter-link .newsletter-content-wrapper .newsletter-content {
  padding-right: 10%;
}
@media only screen and (min-width:40em) {
  .element-newsletter-link .newsletter-content-wrapper .newsletter-content {
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
}
@media only screen and (min-width:75em) {
  .element-newsletter-link .newsletter-content-wrapper .newsletter-content {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15%;
  }
}
.element-newsletter-link .newsletter-content-wrapper .newsletter-content .newsletter-desc {
  margin-top: 20px;
}
.element-newsletter-link .newsletter-content-wrapper .newsletter-content .newsletter-desc p {
  font-size: 0.875rem;
  line-height: 1.28em;
  letter-spacing: 0.09px;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 20rem) {
  .element-newsletter-link .newsletter-content-wrapper .newsletter-content .newsletter-desc p {
    font-size: 0.9rem;
    font-size: calc(0.875rem  +  0.125  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .element-newsletter-link .newsletter-content-wrapper .newsletter-content .newsletter-desc p {
    font-size: 1rem;
  }
}
@media only screen and (min-width:75em) {
  .element-newsletter-link .newsletter-content-wrapper .newsletter-content .newsletter-desc p {
    font-weight: bold;
  }
}
.element-newsletter-link .newsletter-content-wrapper .newsletter-content .newsletter-desc p a {
  color: inherit;
  text-decoration: underline;
}
.element-newsletter-link .newsletter-content-wrapper .newsletter-content .newsletter-desc p a:hover {
  text-decoration: none;
}
.element-newsletter-link .newsletter-content-wrapper .newsletter-link {
  text-align: right;
  margin-top: 15px;
}
@media only screen and (min-width:40em) {
  .element-newsletter-link .newsletter-content-wrapper .newsletter-link {
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    margin-top: 0;
  }
}
@media only screen and (min-width:75em) {
  .element-newsletter-link .newsletter-content-wrapper .newsletter-link {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width:75em) {
  .element-newsletter-link .newsletter-content-wrapper .newsletter-link .btn-bg-white {
    background-color: #000091;
    color: #fff;
  }
}
.element-slider-destinations {
  margin-bottom: 55px;
}
.HomePage .element-slider-destinations {
  margin-bottom: 0;
}
.element-slider-destinations .module-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width:75em) {
  .element-slider-destinations .module-header {
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.element-slider-destinations .module-title {
  -webkit-flex: 0 0 calc(100% - 70px);
      -ms-flex: 0 0 calc(100% - 70px);
          flex: 0 0 calc(100% - 70px);
  max-width: calc(100% - 70px);
  padding-right: 25px;
}
@media only screen and (min-width:48em) {
  .element-slider-destinations .module-title {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: unset;
    padding-right: 0;
    margin-right: 25px;
  }
}
@media only screen and (min-width:75em) {
  .element-slider-destinations .module-title {
    margin-right: 40px;
  }
}
.element-slider-destinations .slick-custom-arrows {
  -webkit-flex: 0 0 70px;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  max-width: 70px;
}
@media only screen and (min-width:48em) {
  .element-slider-destinations .slick-custom-arrows {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: unset;
  }
}
.element-slider-destinations .slick-list {
  overflow: unset;
}
.element-slider-destinations .destinations-slider-list {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
}
.element-slider-destinations .destinations-slider-list--item {
  position: relative;
  display: block;
}
.element-slider-destinations .destinations-slider-list--item:hover figure:after {
  background: rgba(0, 0, 0, 0.2);
}
.element-slider-destinations .destinations-slider-list--item:focus-visible {
  box-shadow: 4px 0px 0px 0px #f2c900, -4px 0px 0px 0px #f2c900, 0px 4px 0px 0px #f2c900, 0px -4px 0px 0px #f2c900;
}
.element-slider-destinations figure {
  position: relative;
  background-color: #c1c5c8;
}
.element-slider-destinations figure:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.3s;
}
.element-slider-destinations .content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 22px 20px;
}
@media only screen and (min-width:48em) {
  .element-slider-destinations .content-wrapper {
    padding: 25px 30px;
  }
}
@media only screen and (min-width:75em) {
  .element-slider-destinations .content-wrapper {
    padding: 32px;
  }
}
.element-slider-travel-offers.element-slider-destinations .content-wrapper {
  width: 86%;
}
.element-slider-destinations .title {
  font-size: 1.625rem;
  line-height: 1.11em;
  letter-spacing: -0.46px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 20rem) {
  .element-slider-destinations .title {
    font-size: 2rem;
    font-size: calc(1.625rem  +  1.125  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .element-slider-destinations .title {
    font-size: 2.75rem;
  }
}
.element-slider-destinations p {
  font-size: 1.125rem;
  line-height: 1.11em;
  font-weight: bold;
  color: #fff;
  letter-spacing: -0.56px;
  max-width: 85%;
}
@media screen and (min-width: 20rem) {
  .element-slider-destinations p {
    font-size: 1.3rem;
    font-size: calc(1.125rem  +  0.5  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .element-slider-destinations p {
    font-size: 1.625rem;
  }
}
.element-slider-destinations p span {
  font-weight: normal;
}
@media only screen and (max-width:74.96875em) {
  .element-slider-destinations .btn-wrapper {
    margin-top: 25px;
    text-align: right;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (min-width:75em) {
  .element-slider-destinations .btn-wrapper {
    margin-left: auto;
  }
}
.element-slider-teasers .module-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (min-width:75em) {
  .element-slider-teasers .module-header {
    margin-bottom: 45px;
  }
}
.element-slider-teasers .module-title {
  -webkit-flex: 0 0 calc(100% - 70px);
      -ms-flex: 0 0 calc(100% - 70px);
          flex: 0 0 calc(100% - 70px);
  max-width: calc(100% - 70px);
  padding-right: 25px;
}
@media only screen and (min-width:48em) {
  .element-slider-teasers .module-title {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: unset;
    padding-right: 0;
    margin-right: 25px;
  }
}
@media only screen and (min-width:75em) {
  .element-slider-teasers .module-title {
    margin-right: 40px;
  }
}
.element-slider-teasers .slick-custom-arrows {
  -webkit-flex: 0 0 70px;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  max-width: 70px;
  margin-left: auto;
}
@media only screen and (min-width:48em) {
  .element-slider-teasers .slick-custom-arrows {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: unset;
  }
}
.element-slider-teasers .slick-list {
  overflow: unset;
}
.element-slider-teasers .teasers-list {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
}
.element-slider-teasers .teaser-item {
  position: relative;
}
.element-slider-teasers .teaser-item:focus-visible {
  outline: 4px solid #f2c900;
  background-color: #f2c900 !important;
  color: #000 !important;
  transition: none !important;
}
.element-slider-teasers .teaser-item:focus-visible > * {
  fill: #000 !important;
}
.element-slider-teasers .content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.element-slider-teasers .content-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  height: 100%;
  padding: 22px 20px;
}
@media only screen and (min-width:48em) {
  .element-slider-teasers .content-inner {
    padding: 25px 30px;
  }
}
@media only screen and (min-width:75em) {
  .element-slider-teasers .content-inner {
    padding: 9.2% 8.2%;
  }
}
.element-slider-teasers .content-inner .btn {
  margin-top: auto;
}
.element-slider-teasers figure {
  position: relative;
  background-color: #c1c5c8;
}
.element-slider-teasers figure:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.element-slider-teasers .title {
  font-size: 1.625rem;
  line-height: 1.07em;
  letter-spacing: -0.81px;
  font-weight: bold;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 20rem) {
  .element-slider-teasers .title {
    font-size: 1.8rem;
    font-size: calc(1.625rem  +  0.5  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .element-slider-teasers .title {
    font-size: 2.125rem;
  }
}
.element-slider-teasers p {
  font-size: 0.875rem;
  line-height: 1.28em;
  font-weight: normal;
  letter-spacing: 0.09px;
  max-width: 85%;
}
@media screen and (min-width: 20rem) {
  .element-slider-teasers p {
    font-size: 1.1rem;
    font-size: calc(0.875rem  +  0.435  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .element-slider-teasers p {
    font-size: 1.31rem;
  }
}
.element-slider-airfields {
  margin-top: 55px;
}
@media only screen and (min-width:48em) {
  .element-slider-airfields {
    margin-top: 7.7%;
  }
}
@media only screen and (min-width:75em) {
  .element-slider-airfields {
    margin-top: 0;
  }
}
.element-slider-airfields .element-slider-airfields-inner {
  padding-top: 35px;
  padding-bottom: 45px;
}
@media only screen and (min-width:48em) {
  .element-slider-airfields .element-slider-airfields-inner {
    padding-top: 6.25%;
    padding-bottom: 9.375%;
  }
}
.element-slider-airfields .module-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 22px;
}
@media only screen and (min-width:48em) {
  .element-slider-airfields .module-header {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width:75em) {
  .element-slider-airfields .module-header {
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-bottom: 60px;
  }
}
.element-slider-airfields .module-title {
  -webkit-flex: 0 0 calc(100% - 70px);
      -ms-flex: 0 0 calc(100% - 70px);
          flex: 0 0 calc(100% - 70px);
  max-width: calc(100% - 70px);
  padding-right: 25px;
}
@media only screen and (min-width:48em) {
  .element-slider-airfields .module-title {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: unset;
    padding-right: 0;
    margin-right: 25px;
  }
}
@media only screen and (min-width:75em) {
  .element-slider-airfields .module-title {
    margin-right: 40px;
  }
}
@media only screen and (min-width:75em) {
  .element-slider-airfields .module-title .h2 {
    display: inline-block;
  }
}
.element-slider-airfields .module-title .white-badge {
  margin-top: 10px;
}
@media only screen and (min-width:75em) {
  .element-slider-airfields .module-title .white-badge {
    display: inline-block;
    vertical-align: top;
    margin-top: -10px;
    margin-left: 5px;
  }
}
@media only screen and (max-width:74.96875em) {
  .element-slider-airfields .airports-list {
    margin: 0 20px;
  }
}
.element-slider-airfields .airports-list .slick-track {
  padding-block: 5px;
}
@media only screen and (min-width:35em) {
  .element-slider-airfields .airports-list .dest-item {
    margin: 0 3px;
  }
}
@media only screen and (min-width:53.125em) {
  .element-slider-airfields .airports-list .dest-item {
    margin: 0 7px;
  }
}
.element-slider-airfields .slick-custom-arrows {
  -webkit-flex: 0 0 70px;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  max-width: 70px;
}
@media only screen and (min-width:48em) {
  .element-slider-airfields .slick-custom-arrows {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: unset;
  }
}
.element-slider-airfields .slick-custom-arrows .slick-arrow {
  background-color: transparent;
}
.element-slider-airfields .slick-custom-arrows .slick-arrow:after {
  border: solid #ffffff;
  border-width: 3px 3px 0 0;
}
@media only screen and (max-width:74.96875em) {
  .element-slider-airfields .btn-wrapper {
    margin-top: 25px;
    text-align: right;
  }
}
@media only screen and (min-width:75em) {
  .element-slider-airfields .btn-wrapper {
    margin-left: auto;
  }
}
.element-trip-planner {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (min-width:48em) {
  .element-trip-planner {
    padding-top: 5.7%;
    padding-bottom: 5.7%;
  }
}
.element-trip-planner .title {
  margin-bottom: 32px;
}
@media only screen and (min-width:48em) {
  .element-trip-planner .title {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width:75em) {
  .element-trip-planner .title {
    margin-bottom: 50px;
  }
}
.element-tripple-teaser .description {
  margin-top: 20px;
  padding-right: 5%;
}
.element-tripple-teaser p {
  font-size: calc(14rem/16);
  line-height: calc(21/14);
}
.element-video .title-wrapper {
  margin-bottom: 45px;
}
@media only screen and (min-width:48em) {
  .element-video .title-wrapper {
    margin-bottom: 60px;
  }
}
.element-video .title-wrapper .subtitle {
  margin-top: 0.2em;
}
.element-video .video-footer {
  margin-top: 20px;
  max-width: 90%;
}
.element-parking-prices {
  position: relative;
}
.element-parking-prices .title {
  position: relative;
  z-index: 1;
}
.element-parking-prices .element-parking-prices-inner {
  position: relative;
}
@media only screen and (min-width:48em) {
  .element-parking-prices .element-parking-prices-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.element-parking-prices .parking-form-wrapper {
  margin-bottom: 30px;
}
@media only screen and (min-width:48em) {
  .element-parking-prices .parking-form-wrapper {
    -webkit-flex: 0 0 calc(100% - 281px);
        -ms-flex: 0 0 calc(100% - 281px);
            flex: 0 0 calc(100% - 281px);
    padding-right: 30px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width:68.75em) {
  .element-parking-prices .parking-form-wrapper {
    padding-right: 50px;
  }
}
.element-parking-prices .parking-result-wrapper {
  width: 281px;
  margin-inline: auto;
  text-align: right;
  padding: 25px;
  border: 1px solid #c1c5c8;
  border-radius: 15px;
}
.element-parking-prices .parking-result-wrapper .parking-error {
  text-align: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.element-parking-prices .parking-result-wrapper .blue-desc {
  font-size: calc(16rem/16);
  line-height: calc(20/16);
  letter-spacing: 0.1px;
  margin: 0 0 13px;
}
.element-parking-prices .parking-result-wrapper .big-price {
  font-size: calc(44rem/16);
  line-height: calc(49/44);
  letter-spacing: -0.458333px;
  margin-bottom: 30px;
}
.element-parking-prices .parking-result-wrapper .text-gray {
  font-size: calc(13rem/16);
  line-height: calc(20/13);
  letter-spacing: 0.1px;
  color: #4f5457;
  margin-top: auto;
}
.element-googlemaps iframe {
  max-width: 100%;
  width: 100%;
  height: 480px;
}
@media only screen and (min-width:68.75em) {
  .element-googlemaps iframe {
    height: 700px;
  }
}
.element-color-book .mailchimp-show-after .btn svg {
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  stroke: #fff;
}
.top-categories-list {
  list-style: none;
  display: grid;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: 1fr;
  row-gap: 15px;
}
@media only screen and (min-width:30em) {
  .top-categories-list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
}
@media only screen and (min-width:48em) {
  .top-categories-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width:75em) {
  .top-categories-list {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 30px;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
}
.top-categories-item {
  min-width: 0;
}
.top-categories-item a {
  display: block;
}
.top-categories-item a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.top-categories-item a:hover .color-gradient {
  background-color: #000091;
  background-image: none;
}
.top-categories-item figure {
  overflow: hidden;
}
.top-categories-item img {
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.top-categories-item h3 {
  padding: 20px 20px 20px 0;
}
.multiple-videos-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 15px;
}
@media only screen and (min-width:40em) {
  .multiple-videos-list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
}
@media only screen and (min-width:48em) {
  .multiple-videos-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.multiple-videos-item {
  min-width: 0;
}
.multiple-videos-item .multiple-videos-item-link {
  display: block;
  text-decoration: none;
}
.multiple-videos-item .multiple-videos-item-link:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.multiple-videos-item .multiple-videos-item-link:hover h3 {
  color: #961296;
}
.multiple-videos-item .multiple-videos-item-link .icon--video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 60px;
  fill: rgba(255, 255, 255, 0.7);
}
.multiple-videos-item figure {
  position: relative;
  overflow: hidden;
}
.multiple-videos-item img {
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.multiple-videos-item h3 {
  padding: 20px 20px 20px 0;
}
.element-slider-products .module-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 22px;
}
@media only screen and (min-width:48em) {
  .element-slider-products .module-header {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width:75em) {
  .element-slider-products .module-header {
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-bottom: 60px;
  }
}
.element-slider-products .module-title {
  -webkit-flex: 0 0 calc(100% - 70px);
      -ms-flex: 0 0 calc(100% - 70px);
          flex: 0 0 calc(100% - 70px);
  max-width: calc(100% - 70px);
  padding-right: 25px;
}
@media only screen and (min-width:48em) {
  .element-slider-products .module-title {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: unset;
    padding-right: 0;
    margin-right: 25px;
  }
}
@media only screen and (min-width:75em) {
  .element-slider-products .module-title {
    margin-right: 40px;
  }
}
@media only screen and (min-width:75em) {
  .element-slider-products .module-title .h2 {
    display: inline-block;
  }
}
.element-slider-products .slick-custom-arrows {
  -webkit-flex: 0 0 70px;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  max-width: 70px;
}
@media only screen and (min-width:48em) {
  .element-slider-products .slick-custom-arrows {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: unset;
  }
}
.element-slider-products .slick-custom-arrows .slick-arrow {
  background-color: transparent;
}
.element-slider-products .slick-custom-arrows .slick-arrow:after {
  border: solid #fff;
  border-width: 3px 3px 0 0;
}
.element-slider-products .slick-custom-arrows .slick-arrow:focus-visible:after {
  border: solid #000;
  border-width: 3px 3px 0 0;
}
.element-slider-products-inner {
  padding-top: 35px;
  padding-bottom: 45px;
}
@media only screen and (min-width:48em) {
  .element-slider-products-inner {
    padding-top: 6.25%;
    padding-bottom: 9.375%;
  }
}
.element-slider-products-inner .slick-track {
  -webkit-align-items: normal;
      -ms-flex-align: normal;
          align-items: normal;
  padding-block: 4px;
}
.slider-products-list-item {
  margin-inline: 20px;
  height: 100%;
}
@media only screen and (min-width:23.4375em) {
  .slider-products-list-item {
    margin-inline: 7px;
  }
}
@media only screen and (min-width:75em) {
  .slider-products-list-item {
    margin-inline: 15px;
  }
}
.slider-products-list-item:focus-visible .inner {
  box-shadow: 4px 0px 0px 0px #f2c900, -4px 0px 0px 0px #f2c900, 0px 4px 0px 0px #f2c900, 0px -4px 0px 0px #f2c900;
}
.slider-products-list-item .inner {
  background-color: #fff;
  border-radius: 15px;
  height: 100%;
}
.slider-products-list-item figure {
  position: relative;
}
.slider-products-list-item figure img {
  border-radius: 15px 15px 0 0;
}
.slider-products-list-item .slider-products-item-content {
  padding: 15px 15px 30px;
}
.slider-products-list-item .slider-products-item-content * + * {
  margin-top: 6px;
}
.slider-products-list-item .slider-products-item-content .btn {
  margin-top: 15px;
}
.slider-products-list-item .tag-product {
  position: absolute;
  top: 30px;
  left: 0;
  display: inline-block;
  background-color: #961296;
  color: #fff;
  font-weight: bold;
  font-size: calc(14rem / 16);
  line-height: 1.2;
  text-transform: uppercase;
  padding: 4px 12px;
}
.element-parking-reservation .title {
  margin-bottom: 30px;
}
@media only screen and (min-width:48em) {
  .element-parking-reservation .title {
    margin-bottom: 60px;
  }
}
.element-parking-reservation .parking-additional-info {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.element-parking-reservation .parking-additional-info .inside .left {
  margin-bottom: 10px;
  padding-right: 15px;
}
@media only screen and (min-width:48em) {
  .element-parking-reservation .parking-additional-info .inside {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .element-parking-reservation .parking-additional-info .inside .left {
    margin-bottom: 0;
    padding-right: 0;
  }
}
.element-qa .list-qa {
  list-style: none;
  border-top: 1px solid #c1c5c8;
}
.element-qa .list-qa-item {
  border-bottom: 1px solid #c1c5c8;
}
.element-qa .list-qa-item .btn-list-qa-item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: left;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  padding: 15px 0;
}
@media only screen and (min-width:75em) {
  .element-qa .list-qa-item .btn-list-qa-item {
    padding: 30px 0;
  }
}
.element-qa .list-qa-item .btn-list-qa-item[aria-expanded="true"] .icon {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.element-qa .list-qa-item .btn-list-qa-item[aria-expanded="true"] .title {
  color: #961296;
}
.element-qa .list-qa-item .btn-list-qa-item .title {
  transition: color 0.3s ease-in-out;
  padding-right: 10%;
}
.element-qa .list-qa-item .icon {
  display: inline-block;
}
.element-qa .list-qa-item .list-qa-item-detail {
  padding-bottom: 20px;
}
.element-qa .list-qa-item .list-qa-item-detail.typography .responsive-table-wrapper {
  margin-top: 20px;
  margin-bottom: 30px;
}
.element-qa .list-qa-item .list-qa-item-detail.typography p {
  max-width: 95%;
}
@media only screen and (min-width:48em) {
  .element-qa .list-qa-item .list-qa-item-detail.typography p {
    max-width: 85%;
  }
}
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:48em) {
  .homepage-parking-reservation-section .homepage-parking-reservation-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.homepage-parking-reservation-section .homepage-parking-reservation-title .homepage-parking-reservation-img {
  margin-right: 20px;
}
@media only screen and (max-width:47.96875em) {
  .homepage-parking-reservation-section .homepage-parking-reservation-title .homepage-parking-reservation-img {
    margin-bottom: 10px;
  }
}
.homepage-parking-reservation-section .homepage-parking-reservation-title h2 {
  max-width: 80%;
}
.homepage-parking-reservation-section .homepage-parking-reservation-title h2 span {
  display: inline;
  vertical-align: middle;
  margin-right: 10px;
}
.homepage-parking-reservation-section .form-parking-reservation {
  margin-top: 30px;
}
@media only screen and (min-width:48em) {
  .homepage-parking-reservation-section .form-parking-reservation {
    margin-top: 50px;
  }
}
.hompage-quick-flights-section {
  margin-bottom: 60px;
}
@media only screen and (min-width:48em) {
  .hompage-quick-flights-section {
    margin-bottom: 7.3%;
  }
}
.cheap-flight-page-table-cheatest-price {
  margin-top: 40px;
  margin-bottom: 50px;
}
@media only screen and (min-width:53.125em) {
  .cheap-flight-page-table-cheatest-price {
    margin-top: 65px;
    margin-bottom: 100px;
  }
}
.cheap-flight-page-table-cheatest-price .table-cheatest-price-header {
  display: none;
}
@media only screen and (min-width:64em) {
  .cheap-flight-page-table-cheatest-price .table-cheatest-price-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 12px 0;
  }
}
.cheap-flight-page-table-cheatest-price .table-cheatest-price-header .f-image {
  -webkit-flex: 0 0 76px;
      -ms-flex: 0 0 76px;
          flex: 0 0 76px;
  max-width: 76px;
}
.cheap-flight-page-table-cheatest-price .table-cheatest-price-header .cheap-flight-header-flex {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cheap-flight-page-table-cheatest-price .table-cheatest-price-header .f-destination {
  -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  padding-left: 2.5%;
}
.cheap-flight-page-table-cheatest-price .table-cheatest-price-header .f-country {
  -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}
.cheap-flight-page-table-cheatest-price .table-cheatest-price-header .f-departure-day {
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
.cheap-flight-page-table-cheatest-price .table-cheatest-price-header .f-plane-icon {
  -webkit-flex: 0 0 3.5%;
      -ms-flex: 0 0 3.5%;
          flex: 0 0 3.5%;
  max-width: 3.5%;
}
.cheap-flight-page-table-cheatest-price .table-cheatest-price-header .f-price {
  -webkit-flex: 0 0 14%;
      -ms-flex: 0 0 14%;
          flex: 0 0 14%;
  max-width: 14%;
  text-align: right;
}
.cheap-flight-page-table-cheatest-price .table-cheatest-price-header .f-link {
  -webkit-flex: 0 0 25px;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  max-width: 25px;
}
@media only screen and (min-width:75em) {
  .cheap-flight-page-table-cheatest-price .table-cheatest-price-header .f-link {
    -webkit-flex: 0 0 75px;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px;
    max-width: 75px;
  }
}
.cheap-flight-page-table-cheatest-price .table-cheatest-price-header span {
  font-size: 0.8125rem;
  line-height: 1.53846154;
  color: #4f5457;
}
.cheap-flight-page-table-cheatest-price .table-cheatest-price-header .table-arrow-down {
  margin-left: 4px;
}
.cheap-flight-page-table-cheatest-price .table-cheatest-price {
  margin-bottom: 35px;
}
@media only screen and (min-width:53.125em) {
  .cheap-flight-page-table-cheatest-price .table-cheatest-price {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width:53.09375em) {
  .cheap-flight-page-table-cheatest-price .table-cheatest-price .cheapest-price-link-wrapper:first-of-type .cheapest-price-item {
    border-top: transparent;
  }
}
.cookie-directive-page {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media only screen and (min-width:48em) {
  .cookie-directive-page {
    padding-top: 5%;
  }
}
.cookie-directive-page .cookie-table {
  margin-bottom: 0 !important;
}
.cookie-directive-page .iCD_showOpt {
  border: 0;
  margin-top: 40px;
}
@media only screen and (min-width:75em) {
  .cookie-directive-page .iCD_showOpt {
    margin-top: 80px;
  }
}
.cookie-directive-page .iCD_showOpt:hover {
  background-color: #000091;
  color: #fff;
}
.error-page {
  padding-top: 50px;
  min-height: 85vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width:48em) {
  .error-page {
    padding-top: 3.9%;
  }
}
.error-page h1 {
  display: inline-block;
  border-bottom: 6px solid #961296;
}
.error-page .element-content {
  color: #fff;
  margin-top: 45px;
}
.error-page .element-content .adapt {
  margin-left: 0;
  padding-left: 0;
}
.element-floor-plan {
  padding-top: 20px;
}
@media only screen and (min-width:48em) {
  .element-floor-plan {
    padding-top: 5.2%;
  }
}
.floor-image-list {
  position: relative;
  display: block;
  border: none !important;
}
@media only screen and (max-width:47.96875em) {
  .floor-image-list .floor-image--desktop {
    display: none;
  }
}
@media only screen and (min-width:48em) {
  .floor-image-list .floor-image--mobile {
    display: none;
  }
}
.floor-image-list img {
  margin: 0 auto;
}
@media only screen and (max-width:47.96875em) {
  .item-pins-list {
    display: none;
  }
}
.item-pins-list .item-pin {
  background-color: #000091;
  border: 2px solid #fff;
  transition: all 0.3s;
}
.item-pins-list .item-pin:hover {
  width: 48px;
  height: 48px;
  -webkit-transform: translate(-12px, -12px);
      -ms-transform: translate(-12px, -12px);
          transform: translate(-12px, -12px);
  z-index: 10;
}
.item-pins-list .item-pin:hover span {
  line-height: 45px;
  font-size: 14px;
}
.item-pins-list .item-pin span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: calc(11rem / 16);
  line-height: calc(21 / 11);
  font-weight: bold;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-pins-list .item-pin .item-pin-tooltip {
  background: none !important;
  border: none !important;
}
.item-pins-list .item-pin .item-pin-tooltip-inner {
  left: 29px !important;
  bottom: 29px !important;
  min-width: 280px !important;
  padding: 20px 14px 30px !important;
  border: 1px solid #c1c5c8;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}
.item-pins-list .item-pin .pin-tooltip-title {
  margin-bottom: 18px;
}
.item-pins-list .item-pin .pin-tooltip-list {
  list-style: none;
}
.item-pins-list .item-pin .pin-tooltip-list > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 8px;
}
.item-pins-list .item-pin .pin-tooltip-list > li img {
  -webkit-flex: 0 0 18px;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  max-width: 18px;
  padding-top: 3px;
}
.item-pins-list .item-pin .pin-tooltip-list > li div {
  -webkit-flex: 0 0 calc(100% - 18px);
      -ms-flex: 0 0 calc(100% - 18px);
          flex: 0 0 calc(100% - 18px);
  max-width: calc(100% - 18px);
  padding-left: 15px;
  font-size: calc(16rem / 16);
  line-height: calc(24 / 16);
  letter-spacing: -0.09px;
}
.item-pins-list .item-pin .pin-tooltip-list > li div a {
  color: #000091;
}
.floor-selector-list {
  padding: 20px 0 30px;
}
@media only screen and (min-width:48em) {
  .floor-selector-list {
    padding: 20px 0 5.2%;
  }
}
.floor-selector-list .floor-selector-item {
  border: none !important;
  padding: 0 !important;
  margin: 0 6px 6px 0;
}
@media only screen and (min-width:48em) {
  .floor-selector-list .floor-selector-item {
    margin: 0 0 6px 0;
  }
}
.floor-selector-list .floor-selector-item:hover span,
.floor-selector-list .floor-selector-item.selected span {
  color: #fff;
  background-color: #961296;
}
.floor-selector-list .floor-selector-item span {
  display: block;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: -0.44px;
  font-weight: bold;
  color: #000091;
  text-decoration: none;
  background-color: transparent;
  padding: 5px 8px;
  border-radius: 17px;
  transition: all 0.3s;
}
@media screen and (min-width: 20rem) {
  .floor-selector-list .floor-selector-item span {
    font-size: 1.1rem;
    font-size: calc(0.875rem  +  0.4375  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .floor-selector-list .floor-selector-item span {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width:48em) {
  .floor-selector-list .floor-selector-item span {
    padding: 7px 12px;
  }
}
.floor-plan-locations-list {
  list-style: none;
  padding: 30px 0 20px;
}
@media only screen and (min-width:48em) {
  .floor-plan-locations-list {
    padding: 5% 0 20px;
  }
}
.floor-plan-locations-list .floor-plan-group-item {
  margin-bottom: 15px;
}
@media only screen and (min-width:75em) {
  .floor-plan-locations-list .floor-plan-group-item {
    margin-bottom: 35px;
  }
}
.floor-plan-locations-list .floor-plan-group-item .group-title {
  border-bottom: 1px solid #000091;
  padding-bottom: 0.4em;
}
.single-group-location-list {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 25px 0;
}
@media only screen and (min-width:75em) {
  .single-group-location-list {
    padding: 40px 0;
  }
}
.single-group-location-list .single-group-location-item {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 12px;
  padding-right: 20px;
}
@media only screen and (min-width:23.4375em) {
  .single-group-location-list .single-group-location-item {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width:40em) {
  .single-group-location-list .single-group-location-item {
    -webkit-flex: 0 0 calc(100% / 3);
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
@media only screen and (min-width:53.125em) {
  .single-group-location-list .single-group-location-item {
    -webkit-flex: 0 0 calc(100% / 4);
        -ms-flex: 0 0 calc(100% / 4);
            flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
    margin-bottom: 14px;
  }
}
@media only screen and (min-width:64em) {
  .single-group-location-list .single-group-location-item {
    -webkit-flex: 0 0 calc(100% / 5);
        -ms-flex: 0 0 calc(100% / 5);
            flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
    margin-bottom: 18px;
  }
}
@media only screen and (min-width:75em) {
  .single-group-location-list .single-group-location-item {
    -webkit-flex: 0 0 calc(100% / 6);
        -ms-flex: 0 0 calc(100% / 6);
            flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
    padding-right: 25px;
  }
}
.single-group-location-list .single-group-location-item .floor-num {
  font-size: 0.875rem;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex: 0 0 30px;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  max-width: 30px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #000091;
  color: #fff;
  border: 2px solid #fff;
}
@media screen and (min-width: 20rem) {
  .single-group-location-list .single-group-location-item .floor-num {
    font-size: 0.9rem;
    font-size: calc(0.875rem  +  0.125  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .single-group-location-list .single-group-location-item .floor-num {
    font-size: 1rem;
  }
}
.single-group-location-list .single-group-location-item p {
  font-size: 0.875rem;
  line-height: 1.28;
  letter-spacing: 0.09px;
  font-weight: normal;
  color: #4f5457;
  -webkit-flex: 0 0 calc(100% - 30px);
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  padding-left: 10px;
  padding-top: 6px;
}
@media screen and (min-width: 20rem) {
  .single-group-location-list .single-group-location-item p {
    font-size: 0.9rem;
    font-size: calc(0.875rem  +  0.125  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .single-group-location-list .single-group-location-item p {
    font-size: 1rem;
  }
}
@media only screen and (min-width:75em) {
  .single-group-location-list .single-group-location-item p {
    line-height: 1.5;
    letter-spacing: 0.1px;
    padding-top: 4px;
  }
}
.game-ab--intro {
  margin-bottom: 35px;
}
@media only screen and (min-width:48em) {
  .game-ab--intro {
    margin-bottom: 60px;
  }
}
.game-ab--game-holder {
  padding-bottom: 50px;
}
@media only screen and (max-width:59.96875em) {
  .game-ab--question {
    position: relative;
  }
}
.game-ab--question h2 {
  margin-bottom: 30px;
}
@media only screen and (min-width:75em) {
  .game-ab--question h2 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width:60em) {
  .game-ab--answers-wrap {
    position: relative;
  }
}
.game-ab--list-answers {
  list-style: none;
  margin: 0;
}
@media only screen and (min-width:23.4375em) {
  .game-ab--list-answers {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -10px 0 0;
  }
}
@media only screen and (min-width:75em) {
  .game-ab--list-answers {
    margin: 0 -30px 0 0;
  }
}
.game-ab--list-answers li.game-ab--list-answers--item {
  position: relative;
  counter-increment: item;
  margin-bottom: 10px;
}
@media only screen and (min-width:23.4375em) {
  .game-ab--list-answers li.game-ab--list-answers--item {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px 0 0;
  }
}
@media only screen and (min-width:75em) {
  .game-ab--list-answers li.game-ab--list-answers--item {
    padding: 0 30px 0 0;
    margin-bottom: 30px;
  }
}
.game-ab--list-answers li.game-ab--list-answers--item:first-child {
  counter-reset: item;
}
.game-ab--list-answers li.game-ab--list-answers--item:before {
  content: counter(item, upper-alpha) " ";
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  font-size: calc(50rem / 16);
  color: #fff;
  font-weight: bold;
  line-height: 0.8;
}
@media only screen and (min-width:40em) {
  .game-ab--list-answers li.game-ab--list-answers--item:before {
    top: 20px;
    left: 20px;
    font-size: calc(90rem / 16);
  }
}
@media only screen and (min-width:60em) {
  .game-ab--list-answers li.game-ab--list-answers--item:before {
    top: 30px;
    left: 30px;
    font-size: calc(144rem / 16);
  }
}
.game-ab--list-answers a {
  display: block;
}
.game-ab--list-answers a:hover .list-answers--item--inner:before {
  opacity: 1;
}
.game-ab--list-answers .list-answers--item--inner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  overflow: hidden;
  padding-top: 70%;
}
@media only screen and (min-width:23.4375em) {
  .game-ab--list-answers .list-answers--item--inner {
    padding-top: 100%;
  }
}
.game-ab--list-answers .list-answers--item--inner:before,
.game-ab--list-answers .list-answers--item--inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(140deg, #000091 0%, rgba(0, 0, 145, 0) 49.9%);
}
.game-ab--list-answers .list-answers--item--inner:before {
  background: linear-gradient(140deg, #000091 0%, rgba(122, 0, 115, 0.35) 99.51%);
  opacity: 0;
  transition: opacity 0.22s;
}
.game-ab--list-answers .list-answers--item--inner h3 {
  position: absolute;
  top: 60px;
  left: 10px;
  z-index: 2;
  padding-right: 20px;
}
@media only screen and (min-width:40em) {
  .game-ab--list-answers .list-answers--item--inner h3 {
    top: 110px;
    left: 20px;
    padding-right: 40px;
  }
}
@media only screen and (min-width:60em) {
  .game-ab--list-answers .list-answers--item--inner h3 {
    top: 165px;
    left: 30px;
    padding-right: 50px;
  }
}
.game-ab--popup {
  box-shadow: 4px 4px 50px 10px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
@media only screen and (min-width:48em) {
  .game-ab--popup {
    padding: 30px;
  }
}
@media only screen and (min-width:75em) {
  .game-ab--popup {
    width: 70%;
    padding: 40px;
  }
}
.game-ab--popup h4 {
  margin-bottom: 20px;
}
@media only screen and (min-width:75em) {
  .game-ab--popup h4 {
    margin-bottom: 40px;
  }
}
.game-ab--popup p {
  font-size: 1rem;
  line-height: 1.375;
  color: #000;
}
@media screen and (min-width: 20rem) {
  .game-ab--popup p {
    font-size: 1.3rem;
    font-size: calc(1rem  +  0.5  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .game-ab--popup p {
    font-size: 1.5rem;
  }
}
.game-ab--popup svg {
  margin-bottom: 15px;
}
.game-ab--popup svg.game-ab--icon-wrong {
  width: 30px;
}
@media only screen and (min-width:48em) {
  .game-ab--popup svg.game-ab--icon-wrong {
    width: 40px;
  }
}
@media only screen and (min-width:75em) {
  .game-ab--popup svg.game-ab--icon-wrong {
    width: 50px;
  }
}
.game-ab--popup svg.game-ab--icon-right {
  width: 40px;
}
@media only screen and (min-width:48em) {
  .game-ab--popup svg.game-ab--icon-right {
    width: 50px;
  }
}
@media only screen and (min-width:75em) {
  .game-ab--popup svg.game-ab--icon-right {
    width: 60px;
  }
}
.game-ab--popup figure {
  margin: 10px auto;
  max-width: 80px;
}
@media only screen and (min-width:60em) {
  .game-ab--popup figure {
    margin: 20px auto;
    max-width: 120px;
  }
}
.game-ab--popup .btn {
  margin-top: 15px;
}
@media only screen and (min-width:75em) {
  .game-ab--popup .btn {
    margin-top: 30px;
  }
}
.game-ab--form-wrap {
  background: #ffffff;
  box-shadow: 4px 4px 40px 5px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
@media only screen and (min-width:60em) {
  .game-ab--form-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.game-ab--form-wrap .game-ab--form {
  padding: 30px;
}
@media only screen and (min-width:60em) {
  .game-ab--form-wrap .game-ab--form {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 6.18% 7.05%;
  }
}
.game-ab--form-wrap .game-ab--form .field.text {
  margin-bottom: 30px;
}
.game-ab--form-wrap .game-ab--form .field.checkbox {
  margin-bottom: 10px;
}
.game-ab--form-wrap .game-ab--form input[type="text"],
.game-ab--form-wrap .game-ab--form input[type="email"] {
  height: 35px;
}
.game-ab--form-wrap .game-ab--form .btn-toolbar {
  margin-top: 40px;
}
.game-ab--form-wrap .game-ab--form input[type="submit"] {
  height: 50px;
}
.game-ab--form-wrap .game-ab--form .game-ab--form--inner {
  max-width: 400px;
}
.game-ab--form-wrap .game-ab--form .game-ab--form--inner h3 {
  margin-bottom: 15px;
}
@media only screen and (min-width:75em) {
  .game-ab--form-wrap .game-ab--form .game-ab--form--inner h3 {
    margin-bottom: 30px;
  }
}
.game-ab--form-wrap figure {
  position: relative;
  border-radius: 0 0 15px 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.game-ab--form-wrap figure:before {
  display: block;
  content: "";
  padding-top: 70%;
}
@media only screen and (min-width:60em) {
  .game-ab--form-wrap figure:before {
    padding-top: 100%;
  }
}
@media only screen and (min-width:60em) {
  .game-ab--form-wrap figure {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    border-radius: 0 15px 15px 0;
  }
}
.game-ab--success--msg {
  margin-bottom: 35px;
}
@media only screen and (min-width:48em) {
  .game-ab--success--msg {
    margin-bottom: 5.7%;
  }
}
.game-ab--success--msg .btn {
  margin-top: 30px;
}
.news-detail-page {
  padding-top: 30px;
}
@media only screen and (min-width:48em) {
  .news-detail-page {
    padding-top: 5.2%;
  }
}
.news-detail-page .back-link-wrapper {
  margin: 40px 0 0;
}
.news-detail-page .element .adapt {
  padding-left: 0;
  padding-right: 0;
}
.news-detail-header {
  margin-bottom: 40px;
}
@media only screen and (min-width:48em) {
  .news-detail-header {
    margin-bottom: 6.8%;
  }
}
.news-detail-header .news-detail-date {
  display: inline-block;
  margin-top: 8px;
}
@media only screen and (min-width:48em) {
  .news-detail-header .news-detail-date {
    margin-top: 12px;
  }
}
.news-detail-header .intro {
  margin-top: 25px;
}
@media only screen and (min-width:48em) {
  .news-detail-header .intro {
    margin-top: 30px;
  }
}
@media only screen and (min-width:75em) {
  .news-detail-header .intro {
    margin-top: 40px;
  }
}
.search-page .search-header {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media only screen and (min-width:48em) {
  .search-page .search-header {
    padding-top: 5%;
  }
}
.search-page .search-header h1 {
  margin-bottom: 1.5em;
}
.search-page .no-result-wrapper {
  padding: 10% 0;
}
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s 0s, height 0s 0.2s;
  background: #961296;
  background: linear-gradient(270deg, rgba(122, 0, 115, 0.9) 0%, rgba(0, 0, 145, 0.9) 100%);
  z-index: 100;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.search-is-open .search-popup {
  height: 100%;
  opacity: 1;
  transition: opacity 0.2s 0s, height 0s 0s;
  padding: 20px;
}
@media only screen and (min-width:48em) {
  .search-is-open .search-popup {
    padding: 30px;
  }
}
.search-popup h1 {
  font-weight: normal;
  max-width: 540px;
  margin-bottom: 2.2em;
}
.search-popup .btn-close-search {
  padding: 0;
  border: 0;
  background-color: transparent;
  width: 40px;
  height: 40px;
  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;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-popup .btn-close-search:hover .icon-close {
  fill: #c1c5c8;
}
.search-popup .btn-close-search .icon-close {
  fill: #fff;
  width: 24px;
  height: 24px;
}
.search-popup-content-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  width: 100%;
}
.search-popup-content {
  width: 600px;
  max-width: 100%;
  margin-block: auto;
}
.form-search-popup--suggest-results {
  display: none;
  position: absolute;
  width: 100%;
  text-align: left;
  margin-top: 2px;
  box-shadow: 0 0 3px rgba(150, 18, 150, 0.7);
  list-style: none;
}
.form-search-popup--suggest-results:not(.empty):has(li) {
  display: block;
  height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}
.form-search-popup--suggest-results .js-suggest-item {
  padding: 14px 10px;
  background-color: #fff;
  color: #4f5457;
  cursor: pointer;
}
.form-search-popup--suggest-results .js-suggest-item:hover {
  background-color: #000091;
  color: #fff;
}
.timetable-wrapper {
  padding-top: 35px;
  margin-bottom: 60px;
}
@media only screen and (min-width:48em) {
  .timetable-wrapper {
    padding-top: 3.5%;
    margin-bottom: 6%;
  }
}
.timetable-wrapper .timetable-bottom-notice {
  border-top: 1px solid #000091;
  padding: 20px 0;
}
@media only screen and (min-width:48em) {
  #timetable {
    padding-bottom: 6%;
  }
}
#timetable .tt-location + .tt-location {
  margin-top: 50px;
}
@media only screen and (min-width:48em) {
  #timetable .tt-location + .tt-location {
    margin-top: 4.2%;
  }
}
#timetable .tt-location h2 {
  border-bottom: 1px solid #000091;
  padding-bottom: 6px;
  margin-bottom: 30px;
}
@media only screen and (min-width:48em) {
  #timetable .tt-location h2 {
    padding-bottom: 10px;
    margin-bottom: 5.2%;
  }
}
@media only screen and (min-width:75em) {
  #timetable .tt-location h2 {
    padding-bottom: 12px;
  }
}
#timetable .tt-cp-header {
  border-bottom: 1px solid #C1C5C8;
  padding-bottom: 10px;
  margin-top: 15px;
}
@media only screen and (min-width:75em) {
  #timetable .tt-cp-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #000091;
  }
}
#timetable .tt-cp-header .tt-cp-title {
  margin-bottom: 10px;
}
@media only screen and (min-width:75em) {
  #timetable .tt-cp-header .tt-cp-title {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
}
.news-detail-page #timetable .tt-cp-header .tt-cp-title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.125;
  letter-spacing: -0.5px;
  line-height: 1.3;
}
@media screen and (min-width: 20rem) {
  .news-detail-page #timetable .tt-cp-header .tt-cp-title {
    font-size: 1.2rem;
    font-size: calc(1rem  +  0.3125  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .news-detail-page #timetable .tt-cp-header .tt-cp-title {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width:75em) {
  .news-detail-page #timetable .tt-cp-header .tt-cp-title {
    line-height: 1.14;
  }
}
#timetable .tt-cp-header .tt-cp-title .tt-plane-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 6px;
  background-image: url('../images/svg/icon-plane-right--blue.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width:48em) {
  #timetable .tt-cp-header .tt-cp-title .tt-plane-icon {
    margin: 0 10px;
  }
}
@media only screen and (min-width:75em) {
  #timetable .tt-cp-header .tt-cp-title .tt-plane-icon {
    margin: 0 15px;
  }
}
@media only screen and (min-width:75em) {
  #timetable .tt-cp-header .tt-control-week-wrapper {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
}
#timetable .tt-cp-header .tt-control-week-wrapper .tt-control-week {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#timetable .tt-cp-header .tt-control-week-wrapper .tt-control-week .week-name {
  -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
  margin-right: auto;
}
@media only screen and (min-width:75em) {
  #timetable .tt-cp-header .tt-control-week-wrapper .tt-control-week .week-name {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    text-align: center;
  }
}
#timetable .tt-cp-header .tt-control-week-wrapper .tt-control-week .tt-btn {
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width:75em) {
  #timetable .tt-cp-header .tt-control-week-wrapper .tt-control-week .tt-btn {
    width: 50px;
    height: 50px;
  }
}
#timetable .tt-cp-header .tt-control-week-wrapper .tt-control-week .tt-btn:hover {
  opacity: 0.7;
}
#timetable .tt-cp-header .tt-control-week-wrapper .tt-control-week .tt-btn:disabled {
  opacity: 0.3;
}
#timetable .tt-cp-header .tt-control-week-wrapper .tt-control-week .tt-btn.bck {
  background-image: url('../images/svg/icon-arrow-left-blue.svg');
}
@media only screen and (min-width:75em) {
  #timetable .tt-cp-header .tt-control-week-wrapper .tt-control-week .tt-btn.bck {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
#timetable .tt-cp-header .tt-control-week-wrapper .tt-control-week .tt-btn.fwd {
  background-image: url('../images/svg/icon-arrow-right-blue.svg');
  margin-left: 20px;
}
@media only screen and (min-width:75em) {
  #timetable .tt-cp-header .tt-control-week-wrapper .tt-control-week .tt-btn.fwd {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 0;
  }
}
#timetable .tt-cp-flight .flight-data-wrapper {
  border-bottom: 1px solid #C1C5C8;
}
#timetable .tt-cp-flight .flight-data-wrapper:last-of-type {
  border-bottom: none;
}
#timetable .tt-cp-flight .flight-data {
  padding: 20px 0 35px;
  border-bottom: 1px solid #C1C5C8;
}
@media only screen and (min-width:48em) {
  #timetable .tt-cp-flight .flight-data {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
  }
}
#timetable .tt-cp-flight .flight-data:last-of-type {
  border-bottom: none;
}
@media only screen and (min-width:48em) {
  #timetable .tt-cp-flight .flight-data .info-wrapper {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 5%;
  }
}
@media only screen and (min-width:48em) {
  #timetable .tt-cp-flight .flight-data .days-wrapper {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
#timetable .tt-cp-flight .info-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (min-width:48em) {
  #timetable .tt-cp-flight .info-wrapper {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#timetable .tt-cp-flight .info-wrapper .time-info {
  -webkit-flex: 0 0 45%;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
}
@media only screen and (min-width:75em) {
  #timetable .tt-cp-flight .info-wrapper .time-info {
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}
.news-detail-page #timetable .tt-cp-flight .info-wrapper .time-info h4 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.125;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 20rem) {
  .news-detail-page #timetable .tt-cp-flight .info-wrapper .time-info h4 {
    font-size: 1.2rem;
    font-size: calc(1rem  +  0.3125  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .news-detail-page #timetable .tt-cp-flight .info-wrapper .time-info h4 {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width:75em) {
  .news-detail-page #timetable .tt-cp-flight .info-wrapper .time-info h4 {
    line-height: 1.14;
  }
}
#timetable .tt-cp-flight .info-wrapper .time-info span.arrow {
  display: inline-block;
  width: 8px;
  height: 13px;
  margin: 0 4px 0 6px;
  background-image: url('../images/svg/icon-arrow-right-gray.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
#timetable .tt-cp-flight .info-wrapper .flight-info {
  -webkit-flex: 0 0 55%;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  max-width: 55%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width:75em) {
  #timetable .tt-cp-flight .info-wrapper .flight-info {
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#timetable .tt-cp-flight .info-wrapper .flight-info .flight-no {
  font-size: 1.125rem;
  display: inline-block;
  line-height: 1.04;
  color: #6E767C;
  text-transform: uppercase;
}
@media screen and (min-width: 20rem) {
  #timetable .tt-cp-flight .info-wrapper .flight-info .flight-no {
    font-size: 1.2rem;
    font-size: calc(1.125rem  +  0.375  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  #timetable .tt-cp-flight .info-wrapper .flight-info .flight-no {
    font-size: 1.5rem;
  }
}
.news-detail-page #timetable .tt-cp-flight .info-wrapper .flight-info .flight-no {
  font-size: 1.125rem;
  line-height: 1.5;
}
#timetable .tt-cp-flight .info-wrapper .flight-info .aircraft .aircraft-logo {
  max-width: 56px;
  border: 1px solid #CDD1D3;
  border-radius: 2px;
  padding: 3px;
  margin-right: 10px;
}
@media only screen and (min-width:48em) {
  #timetable .tt-cp-flight .info-wrapper .flight-info .aircraft .aircraft-logo {
    max-width: 70px;
    border-radius: 4px;
  }
}
#timetable .tt-cp-flight .days-wrapper {
  margin-top: 15px;
}
@media only screen and (min-width:48em) {
  #timetable .tt-cp-flight .days-wrapper {
    margin-top: 0;
  }
}
#timetable .tt-cp-flight .days-wrapper ul.days {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -4px 0 0;
}
@media only screen and (min-width:48em) {
  #timetable .tt-cp-flight .days-wrapper ul.days {
    padding-right: 4px;
  }
}
@media only screen and (min-width:75em) {
  #timetable .tt-cp-flight .days-wrapper ul.days {
    margin: 0 -10px 0 0;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 10px;
  }
}
#timetable .tt-cp-flight .days-wrapper ul.days > li {
  -webkit-flex: 0 0 14.28571429%;
      -ms-flex: 0 0 14.28571429%;
          flex: 0 0 14.28571429%;
  padding: 0 4px 0 0;
}
@media only screen and (min-width:75em) {
  #timetable .tt-cp-flight .days-wrapper ul.days > li {
    -webkit-flex: 0 0 67px;
        -ms-flex: 0 0 67px;
            flex: 0 0 67px;
    padding: 0 10px 0 0;
  }
  .news-detail-page #timetable .tt-cp-flight .days-wrapper ul.days > li {
    -webkit-flex: 0 0 14.28571429%;
        -ms-flex: 0 0 14.28571429%;
            flex: 0 0 14.28571429%;
    padding: 0 4px 0 0;
  }
}
#timetable .tt-cp-flight .days-wrapper ul.days > li.empty .inner {
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}
#timetable .tt-cp-flight .days-wrapper ul.days > li .inner {
  border: 1px solid #C1C5C8;
  background-color: #fff;
  border-radius: 8px;
  height: 100%;
}
@media only screen and (min-width:75em) {
  #timetable .tt-cp-flight .days-wrapper ul.days > li .inner {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news-detail-page #timetable .tt-cp-flight .days-wrapper ul.days > li .inner {
    width: auto;
    height: 100%;
    border-radius: 8px;
  }
}
#timetable .tt-cp-flight .days-wrapper ul.days > li .day {
  padding: 5px 4px;
}
#timetable .tt-cp-flight .days-wrapper ul.days > li .day span {
  display: block;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.25em;
}
@media only screen and (min-width:75em) {
  #timetable .tt-cp-flight .days-wrapper ul.days > li .day span {
    line-height: 1;
  }
}
#timetable .tt-cp-flight .days-wrapper ul.days > li .day span.f-day {
  text-transform: uppercase;
  font-weight: bold;
}
#timetable .tt-cp-flight .days-wrapper ul.days > li .day span.f-date {
  font-size: 0.9375rem;
  font-weight: bold;
}
@media only screen and (min-width:75em) {
  #timetable .tt-cp-flight .days-wrapper ul.days > li .day span.f-date {
    font-size: 1.625rem;
    letter-spacing: -0.46px;
  }
  .news-detail-page #timetable .tt-cp-flight .days-wrapper ul.days > li .day span.f-date {
    font-size: 0.9375rem;
  }
}
#timetable .tt-cp-flight .days-wrapper ul.days > li .day span.f-month::first-letter {
  text-transform: uppercase;
}
.vendor-page .vendor-information {
  margin-bottom: 50px;
}
.vendor-page .vendor-information .text-intro {
  margin-bottom: 30px;
}
@media only screen and (min-width:48em) {
  .vendor-page .vendor-information .text-intro {
    display: none;
  }
}
.vendor-page .vendor-information-list {
  list-style: none;
}
@media only screen and (min-width:48em) {
  .vendor-page .vendor-information-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media only screen and (min-width:48em) {
  .vendor-page .vendor-information-list .info-item {
    -webkit-flex: 0 0 calc(100% / 3);
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    border-left: 1px solid #c1c5c8;
    padding: 15px 10px;
  }
}
@media only screen and (min-width:53.125em) {
  .vendor-page .vendor-information-list .info-item {
    padding: 15px 20px;
  }
}
@media only screen and (max-width:47.96875em) {
  .vendor-page .vendor-information-list .info-item + .info-item {
    margin-top: 25px;
  }
}
.vendor-page .vendor-information-list .info-item .h4 {
  margin-bottom: 1em;
}
@media only screen and (min-width:48em) {
  .vendor-page .vendor-information-list .info-item .h4 {
    margin-bottom: 1.5em;
  }
}
.vendor-page .vendor-information-list .info-item .info-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 15px;
}
.vendor-page .vendor-information-list .info-item .info-wrap img {
  -webkit-flex: 0 0 20px;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  max-width: 20px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.vendor-page .vendor-information-list .info-item .info-wrap .para,
.vendor-page .vendor-information-list .info-item .info-wrap .time-wrap {
  -webkit-flex: 0 0 calc(100% - 20px);
      -ms-flex: 0 0 calc(100% - 20px);
          flex: 0 0 calc(100% - 20px);
  max-width: calc(100% - 20px);
  padding-left: 20px;
}
.vendor-page .vendor-information-list .info-item .info-wrap .para {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.vendor-page .vendor-information-list .info-item .info-wrap .time-wrap p {
  display: block;
}
.mailchimp-signup-page {
  padding-bottom: 50px;
}
@media only screen and (min-width:48em) {
  .mailchimp-signup-page {
    padding-bottom: 6.5%;
  }
}
.mailchimp-signup-page .element-content.module-margine-v-adapt {
  margin-bottom: 20px;
}
@media only screen and (min-width:48em) {
  .mailchimp-signup-page .element-content.module-margine-v-adapt {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width:75em) {
  .mailchimp-signup-page .element-content.module-margine-v-adapt {
    margin-bottom: 40px;
  }
}
.flight-detail {
  padding-top: 20px;
}
@media only screen and (min-width:48em) {
  .flight-detail {
    padding-top: 35px;
  }
}
@media only screen and (min-width:75em) {
  .flight-detail {
    padding-top: 50px;
  }
}
.flight-detail-header {
  margin-bottom: 25px;
}
@media only screen and (min-width:48em) {
  .flight-detail-header {
    margin-bottom: 6.5%;
  }
}
@media only screen and (min-width:75em) {
  .flight-detail-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.flight-detail-header .fd-heart-wrap {
  text-align: right;
  margin-bottom: 12px;
}
@media only screen and (min-width:75em) {
  .flight-detail-header .fd-heart-wrap {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
}
.flight-detail-header .fd-heart-wrap a.js-bookmark-flight {
  display: inline-block;
  text-decoration: none;
  color: #000091;
  font-weight: bold;
  font-size: calc(16rem / 16);
  line-height: 1.5;
}
.flight-detail-header .fd-heart-wrap svg {
  width: 34px;
  height: 28px;
}
.flight-detail-header .fd-heart-wrap span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
@media only screen and (min-width:75em) {
  .flight-detail-header .fd-heart-wrap span {
    margin-right: 10px;
  }
}
@media only screen and (min-width:75em) {
  .flight-detail-header .fd-destination-wrap {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.flight-detail-header .fd-destination-wrap .flight-num {
  margin-bottom: 2px;
}
@media only screen and (min-width:75em) {
  .flight-detail-header .fd-destination-wrap .flight-num {
    margin-bottom: 10px;
  }
}
.flight-detail-header .fd-destination-wrap .flight-dest {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 10px;
}
@media only screen and (min-width:75em) {
  .flight-detail-header .fd-destination-wrap .flight-dest {
    margin-bottom: 10px;
    margin-right: 20px;
  }
}
.flight-detail-header .fd-destination-wrap .flight-status {
  display: inline-block;
  vertical-align: text-bottom;
  font-size: calc(12rem/16);
  line-height: calc(14/12);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.37px;
  text-align: center;
  color: #fff;
  background-color: #961296;
  padding: 3px 5px;
  border-radius: 4px;
}
@media only screen and (min-width:75em) {
  .flight-detail-header .fd-destination-wrap .flight-status {
    padding: 7px 10px;
  }
}
.flight-detail-header .fd-destination-wrap .flight-via {
  font-size: calc(14rem/16);
  line-height: calc(18/14);
}
@media only screen and (min-width:75em) {
  .flight-detail-header .fd-destination-wrap .flight-via {
    font-size: calc(16rem/16);
    line-height: calc(24/16);
  }
}
.flight-detail-flight-info {
  padding: 20px 15px;
  border: 1px solid #c1c5c8;
  border-radius: 10px;
  margin-bottom: 40px;
}
@media only screen and (min-width:48em) {
  .flight-detail-flight-info {
    padding: 30px 25px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width:75em) {
  .flight-detail-flight-info {
    padding: 65px 35px 40px;
    margin-bottom: 80px;
  }
}
.fd-infographic-wrap {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 22px;
  border-bottom: 1px solid #c1c5c8;
}
@media only screen and (min-width:48em) {
  .fd-infographic-wrap {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width:75em) {
  .fd-infographic-wrap {
    padding-bottom: 60px;
  }
}
.fd-infographic-wrap .animated-dots {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width:48em) {
  .fd-infographic-wrap .animated-dots {
    top: 40px;
  }
}
@media only screen and (min-width:75em) {
  .fd-infographic-wrap .animated-dots {
    top: 93px;
    left: 62%;
    -webkit-transform: translateX(-62%);
        -ms-transform: translateX(-62%);
            transform: translateX(-62%);
  }
}
@media only screen and (min-width:75em) {
  .has-approx-time.fd-infographic-wrap .animated-dots {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (min-width:75em) {
  .has-approx-time.fd-infographic-wrap .animated-dots {
    width: 320px;
  }
}
.fd-infographic-wrap .fd-left-col {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 6%;
}
@media only screen and (min-width:30em) {
  .fd-infographic-wrap .fd-left-col {
    padding-right: 15%;
  }
}
@media only screen and (min-width:48em) {
  .fd-infographic-wrap .fd-left-col {
    padding-right: 22%;
  }
}
@media only screen and (min-width:75em) {
  .fd-infographic-wrap .fd-left-col {
    padding-left: 40px;
    padding-right: 19%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media only screen and (min-width:75em) {
  .fd-infographic-wrap .fd-left-col .fd-img-wrap {
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    padding-left: 50%;
  }
}
.fd-infographic-wrap .fd-left-col .fd-img-wrap img {
  width: 46px;
}
@media only screen and (min-width:48em) {
  .fd-infographic-wrap .fd-left-col .fd-img-wrap img {
    width: 74px;
  }
}
@media only screen and (min-width:75em) {
  .fd-infographic-wrap .fd-left-col .fd-img-wrap img {
    width: 92px;
  }
}
@media only screen and (min-width:75em) {
  .fd-infographic-wrap .fd-left-col .flight-info-time-wrap,
  .fd-infographic-wrap .fd-left-col .flight-info-airport-wrap {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.fd-infographic-wrap .fd-right-col {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 6%;
  text-align: right;
}
@media only screen and (min-width:30em) {
  .fd-infographic-wrap .fd-right-col {
    padding-left: 15%;
  }
}
@media only screen and (min-width:48em) {
  .fd-infographic-wrap .fd-right-col {
    padding-left: 22%;
  }
}
@media only screen and (min-width:75em) {
  .fd-infographic-wrap .fd-right-col {
    padding-left: 33%;
    padding-right: 40px;
  }
}
.fd-infographic-wrap .fd-right-col img {
  width: 41px;
  margin-left: auto;
}
@media only screen and (min-width:48em) {
  .fd-infographic-wrap .fd-right-col img {
    width: 61px;
  }
}
@media only screen and (min-width:75em) {
  .fd-infographic-wrap .fd-right-col img {
    width: 81px;
  }
}
@media only screen and (min-width:75em) {
  .has-approx-time.fd-infographic-wrap .fd-right-col {
    padding-right: 40px;
    padding-left: 19%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (min-width:75em) {
  .has-approx-time.fd-infographic-wrap .fd-right-col .fd-img-wrap {
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    padding-right: 50%;
  }
}
@media only screen and (min-width:75em) {
  .has-approx-time.fd-infographic-wrap .fd-right-col .flight-info-time-wrap,
  .has-approx-time.fd-infographic-wrap .fd-right-col .flight-info-airport-wrap {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.fd-infographic-wrap .flight-info-time-wrap {
  margin-bottom: 5px;
}
.fd-infographic-wrap .flight-info-time-wrap h3.text-overline {
  text-decoration: line-through;
}
.fd-infographic-wrap .flight-info-time-wrap span {
  display: inline-block;
  font-size: calc(13rem/16);
  line-height: 1;
}
.fd-infographic-wrap .fd-img-wrap {
  height: 38px;
  margin-bottom: 14px;
}
@media only screen and (min-width:48em) {
  .fd-infographic-wrap .fd-img-wrap {
    height: 55px;
  }
}
@media only screen and (min-width:75em) {
  .fd-infographic-wrap .fd-img-wrap {
    height: 72px;
  }
}
.fd-infographic-wrap--arrival {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 22px;
  border-bottom: 1px solid #c1c5c8;
}
@media only screen and (min-width:48em) {
  .fd-infographic-wrap--arrival {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width:75em) {
  .fd-infographic-wrap--arrival {
    padding-bottom: 60px;
  }
}
.fd-infographic-wrap--arrival .animated-dots {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width:48em) {
  .fd-infographic-wrap--arrival .animated-dots {
    top: 40px;
  }
}
@media only screen and (min-width:75em) {
  .fd-infographic-wrap--arrival .animated-dots {
    top: 93px;
    left: 38%;
    -webkit-transform: translateX(-38%);
        -ms-transform: translateX(-38%);
            transform: translateX(-38%);
  }
}
.fd-infographic-wrap--arrival .fd-left-col {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 6%;
}
@media only screen and (min-width:30em) {
  .fd-infographic-wrap--arrival .fd-left-col {
    padding-right: 15%;
  }
}
@media only screen and (min-width:48em) {
  .fd-infographic-wrap--arrival .fd-left-col {
    padding-right: 22%;
  }
}
@media only screen and (min-width:75em) {
  .fd-infographic-wrap--arrival .fd-left-col {
    padding-left: 40px;
    padding-right: 33%;
  }
}
.fd-infographic-wrap--arrival .fd-left-col .fd-img-wrap {
  height: 38px;
  margin-bottom: 14px;
}
@media only screen and (min-width:48em) {
  .fd-infographic-wrap--arrival .fd-left-col .fd-img-wrap {
    height: 55px;
  }
}
@media only screen and (min-width:75em) {
  .fd-infographic-wrap--arrival .fd-left-col .fd-img-wrap {
    height: 72px;
  }
}
.fd-infographic-wrap--arrival .fd-left-col .fd-img-wrap img {
  width: 46px;
}
@media only screen and (min-width:48em) {
  .fd-infographic-wrap--arrival .fd-left-col .fd-img-wrap img {
    width: 74px;
  }
}
@media only screen and (min-width:75em) {
  .fd-infographic-wrap--arrival .fd-left-col .fd-img-wrap img {
    width: 92px;
  }
}
.fd-infographic-wrap--arrival .fd-right-col {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 6%;
  text-align: right;
}
@media only screen and (min-width:30em) {
  .fd-infographic-wrap--arrival .fd-right-col {
    padding-left: 15%;
  }
}
@media only screen and (min-width:48em) {
  .fd-infographic-wrap--arrival .fd-right-col {
    padding-left: 22%;
  }
}
@media only screen and (min-width:75em) {
  .fd-infographic-wrap--arrival .fd-right-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 19%;
    padding-right: 40px;
  }
}
.fd-infographic-wrap--arrival .fd-right-col .fd-img-wrap {
  height: 38px;
  margin-bottom: 14px;
}
@media only screen and (min-width:48em) {
  .fd-infographic-wrap--arrival .fd-right-col .fd-img-wrap {
    height: 55px;
  }
}
@media only screen and (min-width:75em) {
  .fd-infographic-wrap--arrival .fd-right-col .fd-img-wrap {
    -webkit-flex: 0 0 62%;
        -ms-flex: 0 0 62%;
            flex: 0 0 62%;
    max-width: 62%;
    height: auto;
  }
}
.fd-infographic-wrap--arrival .fd-right-col .fd-img-wrap img {
  width: 41px;
  margin-left: auto;
}
@media only screen and (min-width:48em) {
  .fd-infographic-wrap--arrival .fd-right-col .fd-img-wrap img {
    width: 61px;
  }
}
@media only screen and (min-width:75em) {
  .fd-infographic-wrap--arrival .fd-right-col .fd-img-wrap img {
    width: 81px;
    margin-right: 0;
  }
}
.fd-infographic-wrap--arrival .fd-right-col .flight-info-time-wrap {
  margin-bottom: 5px;
}
@media only screen and (min-width:75em) {
  .fd-infographic-wrap--arrival .fd-right-col .flight-info-time-wrap {
    -webkit-flex: 0 0 38%;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
    max-width: 38%;
    padding-left: 20px;
    text-align: right;
  }
}
.fd-infographic-wrap--arrival .fd-right-col .flight-info-time-wrap h3.text-overline {
  text-decoration: line-through;
}
.fd-infographic-wrap--arrival .fd-right-col .flight-info-time-wrap span {
  display: inline-block;
  font-size: calc(13rem/16);
  line-height: 1;
}
@media only screen and (min-width:75em) {
  .fd-infographic-wrap--arrival .fd-right-col .flight-info-airport-wrap {
    margin-top: 14px;
  }
}
.fd-infographic-wrap--arrival .fd-right-col .flight-info-airport-wrap.show-on-desktop {
  display: none;
}
@media only screen and (min-width:75em) {
  .fd-infographic-wrap--arrival .fd-right-col .flight-info-airport-wrap.show-on-desktop {
    display: block;
  }
}
@media only screen and (min-width:75em) {
  .fd-infographic-wrap--arrival .fd-right-col .flight-info-airport-wrap.hide-on-desktop {
    display: none;
  }
}
.fd-under-infographic-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (min-width:75em) {
  .fd-under-infographic-wrap {
    padding-top: 40px;
  }
}
.fd-under-infographic-wrap .fd-col {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  border-bottom: 1px solid #c1c5c8;
  padding: 10px 0;
}
@media only screen and (min-width:75em) {
  .fd-under-infographic-wrap .fd-col {
    -webkit-flex: 0 0 calc(100% / 5);
        -ms-flex: 0 0 calc(100% / 5);
            flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
    padding: 0 25px 25px 25px;
    border-bottom: none;
    border-right: 1px solid #c1c5c8;
  }
}
.fd-under-infographic-wrap .fd-col:last-child {
  border: none;
}
@media only screen and (max-width:74.96875em) {
  .fd-under-infographic-wrap .fd-col-2 {
    -webkit-flex: 0 0 calc(100% / 2);
        -ms-flex: 0 0 calc(100% / 2);
            flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
}
@media only screen and (max-width:29.96875em) {
  .fd-under-infographic-wrap .fd-col-2 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width:74.96875em) {
  .fd-under-infographic-wrap .fd-col-3 {
    -webkit-flex: 0 0 calc(100% / 3);
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
@media only screen and (max-width:29.96875em) {
  .fd-under-infographic-wrap .fd-col-3 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.fd-under-infographic-wrap .fd-info-title {
  color: #4f5457;
  font-size: calc(14rem / 16);
  line-height: 1.28;
  letter-spacing: 0.09px;
  margin-bottom: 0.2em;
}
@media only screen and (min-width:48em) {
  .fd-under-infographic-wrap .fd-info-title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width:75em) {
  .fd-under-infographic-wrap .fd-info-title {
    font-size: calc(16rem / 16);
    line-height: calc(24 / 16);
    margin-bottom: 13px;
  }
}
.fd-under-infographic-wrap .fd-info-title.fd-bold-title {
  display: inline-block;
  color: #000091;
  font-weight: bold;
  margin-bottom: 0;
}
.fd-under-infographic-wrap .fd-info-title.fd-aircraft {
  margin-top: 2px;
}
.fd-under-infographic-wrap .fd-info-data {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 20rem) {
  .fd-under-infographic-wrap .fd-info-data {
    font-size: 1.3rem;
    font-size: calc(1.125rem  +  0.5  * ((100vw -  20rem ) / 100 ));
  }
}
@media screen and (min-width: 120rem) {
  .fd-under-infographic-wrap .fd-info-data {
    font-size: 1.625rem;
  }
}
.fd-under-infographic-wrap .flight-gate {
  display: inline-block;
  font-size: calc(18rem / 16);
  line-height: 1;
  letter-spacing: -0.56px;
  background-color: #000091;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  padding: 4px;
}
@media only screen and (min-width:75em) {
  .fd-under-infographic-wrap .flight-gate {
    font-size: calc(26rem / 16);
    padding: 6px;
  }
}
.fd-under-infographic-wrap .flight-carrier-logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 72px;
  border: 1px solid #cdd1d3;
  border-radius: 4px;
  padding: 3px;
  margin: 2px 10px 2px 0;
}
.flight-detail--flight-aware .flight-aware-iframe-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 0.5625;
  background-color: #000091;
}
@media only screen and (min-width:35em) {
  .flight-detail--flight-aware .flight-aware-iframe-wrap {
    aspect-ratio: 1.77777778;
  }
}
.flight-detail--flight-aware .flight-aware-iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.travel-offers-page .travel-offer-wrapper {
  background-image: url('../images/bg-palm.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 0 top 0;
  margin-top: 40px;
}
@media only screen and (min-width:48em) {
  .travel-offers-page .travel-offer-wrapper {
    margin-top: 60px;
  }
}
@media only screen and (min-width:68.75em) {
  .travel-offers-page .travel-offer-wrapper {
    background-size: initial;
  }
}
.travel-offers-page .travel-offer-list-sorts {
  margin-bottom: 10px;
  text-align: right;
}
@media only screen and (min-width:40em) {
  .travel-offers-page .travel-offer-list-sorts {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.travel-offers-page .travel-offer-list-sorts label {
  display: block;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  margin-right: 10px;
}
@media only screen and (min-width:40em) {
  .travel-offers-page .travel-offer-list-sorts label {
    margin-bottom: 0;
  }
}
.travel-offers-page .travel-offer-list-sorts .select-wrapper {
  display: inline-block;
}
.travel-offers-page .btn-wrapper {
  margin-top: 35px;
}
@media only screen and (min-width:75em) {
  .travel-offers-page .btn-wrapper {
    margin-top: 50px;
  }
}
@media print {
  /* Print */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #ddd;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
.adapt-extranet {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1860px;
  box-sizing: content-box;
}
@media only screen and (min-width:48em) {
  .adapt-extranet {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.adapt-extranet.with-bg-color-left {
  padding-right: 0;
}
.adapt-extranet.with-bg-color-left:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 100%;
  background-color: #fafafa;
}
@media only screen and (min-width:48em) {
  .adapt-extranet.with-bg-color-left:before {
    width: 30px;
  }
}
.adapt-extranet-920 {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
}
.v-adapt-extranet {
  padding-top: 35px;
  padding-bottom: 35px;
}
.footer-extranet {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000091;
  padding-top: 7px;
  padding-bottom: 7px;
}
.footer-extranet p {
  font-size: 0.875rem;
  line-height: 1.42857143;
  color: #fff;
}
.footer-extranet p .icon-status {
  margin-left: 6px;
  width: 16px;
  vertical-align: text-bottom;
}
.footer-extranet p .icon-status.icon-status-warning {
  width: 18px;
}
@media only screen and (max-width:74.96875em) {
  .form-extranet {
    display: none;
    padding-top: 20px;
  }
}
@media only screen and (min-width:48em) {
  .form-extranet .form-extranet-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width:75em) {
  .form-extranet .form-extranet-inner {
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.form-extranet .extranet-field {
  position: relative;
}
@media only screen and (min-width:48em) {
  .form-extranet .extranet-field {
    -webkit-flex: 0 0 calc(50% - 25px);
        -ms-flex: 0 0 calc(50% - 25px);
            flex: 0 0 calc(50% - 25px);
    max-width: calc(50% - 25px);
  }
}
@media only screen and (min-width:75em) {
  .form-extranet .extranet-field {
    -webkit-flex: 0 0 250px;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    width: 250px;
    margin-right: 20px;
  }
}
@media only screen and (min-width:100em) {
  .form-extranet .extranet-field {
    -webkit-flex: 0 0 280px;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
    width: 280px;
    margin-right: 25px;
  }
}
@media only screen and (max-width:74.96875em) {
  .form-extranet .extranet-field {
    margin-bottom: 20px;
  }
}
.form-extranet .extranet-field label {
  display: none;
}
.form-extranet .extranet-field input {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  width: 100%;
  padding: 10px 13px;
  background-color: #fff;
  border: 1px solid #DEE3EF;
  border-radius: 4px;
  color: #6E767C;
  height: 44px;
  cursor: pointer;
}
.form-extranet .extranet-field button {
  display: inline-block;
  margin-right: -4px;
  width: 70px;
  height: 44px;
  background-color: #000091;
  background-image: url('../images/extranet/icon-search.svg');
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  text-indent: -9999px;
}
.form-extranet .extranet-field .select-wrapper {
  position: relative;
}
.form-extranet .extranet-field .select-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 44px;
  background-color: #000091;
  background-image: url('../images/extranet/icon-arrow-down.svg');
  background-repeat: no-repeat;
  background-position: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  pointer-events: none;
}
.form-extranet .extranet-field select {
  width: 100%;
  padding: 10px 13px;
  background-color: #fff;
  border: 1px solid #DEE3EF;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #6E767C;
  height: 44px;
  cursor: pointer;
}
.form-extranet .extranet-radio-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 500px;
  padding: 10px 0 15px;
}
@media only screen and (min-width:48em) {
  .form-extranet .extranet-radio-group {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media only screen and (min-width:75em) {
  .form-extranet .extranet-radio-group {
    -webkit-flex: 0 0 300px;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    margin-right: 20px;
    padding: 0;
  }
}
@media only screen and (min-width:100em) {
  .form-extranet .extranet-radio-group {
    margin-right: 25px;
  }
}
@media only screen and (max-width:74.96875em) {
  .form-extranet .extranet-radio-group .extranet-radio-wrap {
    -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media only screen and (min-width:75em) {
  .form-extranet .extranet-radio-group .extranet-radio-wrap + .extranet-radio-wrap {
    margin-left: 15px;
  }
}
@media only screen and (min-width:100em) {
  .form-extranet .extranet-radio-group .extranet-radio-wrap + .extranet-radio-wrap {
    margin-left: 25px;
  }
}
.form-extranet .extranet-archive {
  padding: 10px 0;
  margin-right: 20px;
}
@media only screen and (min-width:75em) {
  .form-extranet .extranet-archive {
    padding: 0;
  }
}
@media only screen and (min-width:100em) {
  .form-extranet .extranet-archive {
    margin-right: 25px;
  }
}
.form-extranet .extranet-submit-reset {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-top: 20px;
  text-align: right;
}
@media only screen and (min-width:75em) {
  .form-extranet .extranet-submit-reset {
    text-align: left;
  }
}
@media only screen and (min-width:100em) {
  .form-extranet .extranet-submit-reset {
    -webkit-flex: 0 0 240px;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    max-width: 240px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin-top: 0;
    margin-left: 50px;
  }
}
.form-extranet .extranet-submit-reset .extranet-submit-btn {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 8px 11px;
  min-width: 140px;
  border-radius: 18px;
  background-color: #000091;
  border-color: #000091;
  transition: background-color 0.3s, color 0.3s;
  margin-left: 40px;
}
.form-extranet .extranet-submit-reset .extranet-submit-btn:hover {
  color: #000091;
  background-color: transparent;
}
.form-extranet .extranet-submit-reset .extranet-reset-btn {
  display: inline-block;
  color: #000091;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  padding: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000091;
  transition: border 0.2s;
}
.form-extranet .extranet-submit-reset .extranet-reset-btn:hover {
  border-color: transparent;
}
.form-extranet input[type=checkbox],
.form-extranet input[type=radio] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.form-extranet input[type=checkbox]:checked + label:before,
.form-extranet input[type=radio]:checked + label:before {
  border-color: #961296;
}
.form-extranet input[type=checkbox]:checked + label:after,
.form-extranet input[type=radio]:checked + label:after {
  content: '';
}
.form-extranet input[type=checkbox] + label,
.form-extranet input[type=radio] + label {
  position: relative;
  font-size: 1rem;
  line-height: 1.2em;
  color: #000091;
  cursor: pointer;
  padding: 0 0 0 28px;
  margin: 0;
}
.form-extranet input[type=checkbox] + label:before,
.form-extranet input[type=radio] + label:before {
  content: '';
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #6e767c;
  border-radius: 50%;
  transition: 0.2s;
}
.form-extranet input[type=checkbox] + label:after,
.form-extranet input[type=radio] + label:after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #961296;
}
.form-extranet input[type=checkbox] + label {
  font-weight: bold;
}
.form-extranet input[type=checkbox] + label:before {
  border-radius: 0;
}
.form-extranet input[type=checkbox] + label:after {
  top: 4px;
  left: 7px;
  width: 6px;
  border-radius: 0;
  border: solid #961296;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.filter-extranet {
  background-color: #F0F2F4;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (min-width:48em) {
  .filter-extranet {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width:75em) {
  .filter-extranet .filter-extranet-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.filter-extranet .filter-icons-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width:75em) {
  .filter-extranet .filter-icons-section {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex: 0 0 120px;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    max-width: 120px;
  }
}
.filter-extranet .filter-icons-section .time-date-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: auto;
}
@media only screen and (min-width:75em) {
  .filter-extranet .filter-icons-section .time-date-wrapper {
    display: none;
  }
}
.filter-extranet .filter-icons-section .table-vertical-refresh-btn {
  display: none;
}
@media only screen and (max-width:74.96875em) {
  .vertical-view .filter-extranet .filter-icons-section .table-vertical-refresh-btn {
    display: inline-block;
    margin-left: 30px;
  }
}
.filter-extranet .filter-icons-section .extra-btn {
  border: 0;
  padding: 0;
  margin: 0 17px 0 0;
}
@media only screen and (min-width:75em) {
  .filter-extranet .filter-icons-section .extra-btn {
    display: none;
  }
}
.filter-extranet .filter-icons-section .extra-btn.filter-open svg path {
  stroke: #000091;
}
.filter-extranet .filter-icons-section .extra-btn svg path {
  stroke: #6E767C;
}
@media only screen and (min-width:75em) {
  .filter-extranet .form-extranet {
    -webkit-flex: 0 0 calc(100% - 120px);
        -ms-flex: 0 0 calc(100% - 120px);
            flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
  }
}
.header-extranet {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-extranet .header-extranet-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-extranet .time-date-wrapper {
  display: none;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 13px;
}
@media only screen and (min-width:75em) {
  .header-extranet .time-date-wrapper {
    display: block;
    -webkit-flex: 0 0 200px;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    max-width: 200px;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
    margin-left: auto;
  }
}
.header-extranet .logo-wrapper {
  position: relative;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width:75em) {
  .header-extranet .logo-wrapper {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.header-extranet .logo-wrapper h1 {
  display: inline-block;
  font-size: 1.375rem;
  line-height: 1.16;
  font-weight: normal;
  color: #000091;
  margin-left: 16px;
}
@media only screen and (min-width:48em) {
  .header-extranet .logo-wrapper h1 {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width:75em) {
  .header-extranet .logo-wrapper h1 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width:47.96875em) {
  .header-extranet .logo-wrapper h1 {
    display: none;
  }
}
.header-extranet .logo-extranet {
  display: inline-block;
  width: 85px;
}
@media only screen and (min-width:48em) {
  .header-extranet .logo-extranet {
    width: 95px;
  }
}
@media only screen and (min-width:75em) {
  .header-extranet .logo-extranet {
    width: 116px;
  }
}
.header-extranet .account-wrapper {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
@media only screen and (min-width:75em) {
  .header-extranet .account-wrapper {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-left: 30px;
  }
}
.header-extranet .user-wrapper > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-extranet .user-wrapper img {
  width: 24px;
  margin-right: 6px;
}
.header-extranet .user-wrapper span {
  font-size: 0.875rem;
  line-height: 1.14285714;
  color: #000091;
}
@media only screen and (min-width:75em) {
  .header-extranet .user-wrapper span {
    font-size: 1rem;
    line-height: 1.125;
  }
}
.header-extranet .login-link {
  color: #6E767C;
  font-size: 0.875rem;
  line-height: 1.14285714;
}
.header-extranet .extranet-menu-button {
  background-color: transparent;
  border: none;
  padding: 0 20px;
  margin-left: 20px;
  margin-right: -18px;
}
@media only screen and (min-width:75em) {
  .header-extranet .extranet-menu-button {
    margin-left: 40px;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
.time-date-wrapper p {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  color: #000091;
}
.time-date-wrapper p.time {
  color: #961296;
  margin-top: 2px;
}
@media only screen and (min-width:75em) {
  .time-date-wrapper p.time {
    margin-top: 4px;
  }
}
@media only screen and (min-width:75em) {
  .time-date-wrapper p {
    text-align: right;
    font-size: 1rem;
    line-height: 1.25;
  }
}
#extranet-wrapper {
  position: relative;
  padding-bottom: 40px;
}
.main-extranet .pagination {
  margin: 30px 0;
}
@media only screen and (min-width:75em) {
  .main-extranet .pagination {
    margin: 50px 0;
  }
}
.extranet-no-result {
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
}
@media only screen and (min-width:75em) {
  .extranet-no-result {
    padding-top: 150px;
  }
}
.extranet-no-result p {
  font-size: 1rem;
  line-height: 1.2;
  color: #000091;
  font-weight: bold;
}
@media only screen and (min-width:75em) {
  .extranet-no-result p {
    font-size: 1.125rem;
  }
}
.navigation-extranet {
  position: absolute;
  top: 70px;
  right: 16px;
  z-index: 10;
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 6px;
  border: 1px solid #E2E2E2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  visibility: hidden;
  z-index: 0;
  pointer-events: none;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  transition: -webkit-transform 0.26s, opacity 0.15s;
  transition: transform 0.26s, opacity 0.15s;
}
@media only screen and (min-width:48em) {
  .navigation-extranet {
    top: 80px;
    right: 32px;
  }
}
@media only screen and (min-width:75em) {
  .navigation-extranet {
    top: 90px;
  }
}
.extranet-nav-open .navigation-extranet {
  visibility: visible;
  z-index: 1;
  pointer-events: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.navigation-extranet .extra-nav-list > li {
  margin-bottom: 18px;
}
.navigation-extranet .extra-nav-list > li:last-child {
  margin-bottom: 0;
}
.navigation-extranet .extra-nav-list > li a {
  color: #000091;
  font-size: 1.3125rem;
  line-height: 1.2;
  text-decoration: none;
}
.navigation-extranet .extra-nav-list > li a:hover,
.navigation-extranet .extra-nav-list > li a.current {
  color: #961296;
}
.navigation-extranet .extra-lang-list {
  border-top: 1px solid #D8D8D8;
  padding-top: 22px;
  margin-top: 22px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.navigation-extranet .extra-lang-list li {
  display: inline-block;
}
.navigation-extranet .extra-lang-list li span {
  color: #000091;
  padding-right: 4px;
}
.navigation-extranet .extra-lang-list a {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  color: #000091;
}
.navigation-extranet .extra-lang-list a:hover,
.navigation-extranet .extra-lang-list a.current {
  color: #961296;
}
.table-views-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.table-views-list .vertical-view-item a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.table-views-list .horizontal-view-item a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.table-views-list a {
  display: block;
  background-color: #fff;
  padding: 3px 9px;
}
@media only screen and (min-width:75em) {
  .table-views-list a {
    padding: 9px 18px;
  }
}
.table-views-list a.selected {
  background-color: #000091;
  pointer-events: none;
}
.table-views-list a.selected .burger-wrap span {
  background-color: #fff;
}
.table-views-list .burger-wrap.vertical {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.table-views-list .burger-wrap span {
  display: block;
  width: 16px;
  height: 2px;
  margin: 3px 0;
  background-color: #000091;
}
@media only screen and (min-width:75em) {
  .table-views-list .burger-wrap span {
    width: 24px;
    margin: 5px 0;
  }
}
.table-extranet-wrapper {
  display: block;
  width: 100%;
  overflow-x: auto;
  overflow-y: auto;
  height: calc(100vh - 220px);
}
@media only screen and (min-width:75em) {
  .table-extranet-wrapper {
    height: calc(100vh - 295px);
  }
}
@media only screen and (min-width:87.5em) {
  .table-extranet-wrapper {
    height: calc(100vh - 240px);
  }
}
.table-extranet-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  cursor: pointer;
}
.table-extranet-wrapper::-webkit-scrollbar:horizontal {
  height: 15px;
}
.table-extranet-wrapper::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: #bcbcbc;
}
.table-extranet-horizontal {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 10px;
}
.table-extranet-horizontal thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  font-size: 0.625rem;
  line-height: 1;
  color: #6E767C;
  text-transform: uppercase;
  height: 40px;
  padding: 8px 20px 8px 0;
  white-space: nowrap;
  background-color: #fff;
}
@media only screen and (min-width:75em) {
  .table-extranet-horizontal thead th {
    font-size: 0.75rem;
    height: 50px;
    padding: 13px 25px 13px 5px;
  }
}
.table-extranet-horizontal tbody td {
  font-size: 0.875rem;
  line-height: 1.1em;
  color: #000091;
}
@media only screen and (min-width:75em) {
  .table-extranet-horizontal tbody td {
    font-size: 1rem;
  }
}
.table-extranet-horizontal tr {
  border-bottom: 1px solid #6E767C;
}
.table-extranet-horizontal td {
  height: 40px;
  padding: 8px 20px 8px 0;
  white-space: nowrap;
}
@media only screen and (min-width:75em) {
  .table-extranet-horizontal td {
    height: 50px;
    padding: 13px 25px 13px 5px;
  }
}
.table-extranet-horizontal span.gate {
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  background-color: #000091;
  border-radius: 4px;
  padding: 2px 6px;
}
.table-extranet-horizontal span.status {
  font-size: 0.625rem;
  line-height: 1.2;
  color: #fff;
  background-color: #961296;
  border-radius: 4px;
  padding: 4px 6px;
}
.table-extranet-horizontal span.flight {
  font-weight: bold;
}
.table-extranet-vertical {
  position: relative;
  margin-bottom: 50px;
}
.table-extranet-vertical .table-vertical-refresh-btn {
  position: absolute;
  top: 12px;
  left: -12px;
  display: none;
}
@media only screen and (min-width:75em) {
  .table-extranet-vertical .table-vertical-refresh-btn {
    display: block;
  }
}
.table-extranet-vertical .tev-fixed-header {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  margin-right: -4px;
}
@media only screen and (min-width:48em) {
  .table-extranet-vertical .tev-fixed-header {
    width: 150px;
  }
}
.table-extranet-vertical .tev-fixed-header .tev-fixed-header-item {
  position: relative;
  background-color: #FAFAFA;
  height: 50px;
  padding: 6px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width:48em) {
  .table-extranet-vertical .tev-fixed-header .tev-fixed-header-item {
    padding-left: 20px;
  }
}
.table-extranet-vertical .tev-fixed-header .tev-fixed-header-item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0px;
  width: 2px;
  height: 100%;
  color: #fafafa;
  background-color: #fafafa;
  box-shadow: 4px 0px 8px 0px rgba(161, 164, 180, 0.6);
}
.table-extranet-vertical .tev-fixed-header .tev-fixed-header-item p {
  font-size: 0.75rem;
  line-height: 1;
  color: #6E767C;
}
@media only screen and (min-width:75em) {
  .table-extranet-vertical .tev-fixed-header .tev-fixed-header-item p {
    font-size: 0.875rem;
  }
}
.table-extranet-vertical .slider-wrapper {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 120px);
  margin-right: -4px;
  padding-left: 20px;
}
@media only screen and (min-width:48em) {
  .table-extranet-vertical .slider-wrapper {
    width: calc(100% - 150px);
  }
}
.table-extranet-vertical .col-in-row {
  position: relative;
  height: 50px;
  padding: 6px 10px;
  background-color: #fff;
  border-bottom: 1px solid rgba(110, 118, 124, 0.2);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-extranet-vertical .col-in-row:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background-color: rgba(226, 228, 229, 0.5);
}
.table-extranet-vertical .col-in-row span {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.1em;
  color: #000091;
}
@media only screen and (min-width:75em) {
  .table-extranet-vertical .col-in-row span {
    font-size: 1rem;
  }
}
.table-extranet-vertical .col-in-row span a {
  color: #961296;
  text-decoration: underline;
}
.table-extranet-vertical .col-in-row span a:hover {
  text-decoration: none;
}
.table-extranet-vertical .col-in-row span.gate {
  font-size: 1rem;
  line-height: 1.1;
  color: #fff;
  background-color: #000091;
  border-radius: 4px;
  padding: 2px 6px;
}
.table-extranet-vertical .col-in-row span.status {
  font-size: 0.625rem;
  line-height: 1.2;
  color: #fff;
  background-color: #961296;
  border-radius: 4px;
  padding: 4px 6px;
}
.table-extranet-vertical .col-in-row span.flight {
  font-weight: bold;
}
.table-extranet-vertical .splide__slide:first-child .col-in-row {
  padding-left: 0;
}
.table-extranet-vertical .splide__arrows .splide__arrow {
  position: fixed;
  bottom: 0;
  z-index: 2;
  background-color: #fff;
  width: 30px;
  height: 50px;
  box-shadow: 0 0 7px 0 rgba(161, 164, 180, 0.6);
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  transition: all 0.2s;
}
@media only screen and (max-width:47.96875em) {
  .table-extranet-vertical .splide__arrows .splide__arrow {
    display: none;
  }
}
@media only screen and (min-width:48em) {
  .table-extranet-vertical .splide__arrows .splide__arrow {
    top: 50%;
    bottom: auto;
    width: 40px;
    height: 70px;
  }
}
.table-extranet-vertical .splide__arrows .splide__arrow:hover {
  box-shadow: 0 0 8px 0 rgba(161, 164, 180, 0.9);
}
.table-extranet-vertical .splide__arrows .splide__arrow:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.table-extranet-vertical .splide__arrows .splide__arrow.splide__arrow--prev {
  left: 0;
  border-radius: 0 10px 10px 0;
  background-image: url('../images/extranet/icon-left.svg');
}
.table-extranet-vertical .splide__arrows .splide__arrow.splide__arrow--next {
  right: 0;
  border-radius: 10px 0 0 10px;
  background-image: url('../images/extranet/icon-right.svg');
}
.table-extranet-vertical .splide__arrows .splide__arrow svg {
  display: none;
}
.table-vertical-refresh-btn {
  z-index: 2;
  border: none;
  padding: 0;
  background-color: transparent;
  width: 24px;
  height: 24px;
  background-image: url('../images/extranet/icon-refresh.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.FraportMemberProfilePage body {
  font-family: Arial, Helvetica, sans-serif;
  color: #4f5457;
  height: auto;
}
.FraportMemberProfilePage #site-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  overflow: auto;
  min-height: 100vh;
}
@media only screen and (max-width:47.96875em) {
  .FraportMemberProfilePage #site-wrapper {
    background-color: #F0F2F4;
  }
}
.FraportMemberProfilePage .content-container {
  max-width: 500px;
  width: 100%;
  background-color: #F0F2F4;
  padding: 30px;
  border-radius: 20px;
}
@media only screen and (max-width:47.96875em) {
  .FraportMemberProfilePage .content-container {
    padding: 15px;
    max-width: 100%;
    border-radius: 0;
  }
}
.FraportMemberProfilePage .content-container:before {
  content: '';
  display: block;
  background-image: url('../images/svg/logo.svg');
  background-repeat: no-repeat;
  background-position: center center;
  width: 114.5px;
  height: 57.5px;
  margin: 0 auto 15px;
  background-size: 114.5px 57.5px;
}
.FraportMemberProfilePage h1 {
  margin: 0 0 15px;
  font-size: 24px;
  text-align: center;
}
.FraportMemberProfilePage input[type="text"],
.FraportMemberProfilePage input[type="password"] {
  display: block;
  width: 100%;
  padding: 10px 13px;
  background-color: #fff;
  border: 1px solid #DEE3EF;
  border-radius: 4px;
  color: #6E767C;
  height: 44px;
}
.FraportMemberProfilePage input[type="text"][disabled],
.FraportMemberProfilePage input[type="password"][disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}
.FraportMemberProfilePage span.readonly {
  display: block;
  width: 100%;
  padding: 10px 13px;
  background-color: #F0F2F4;
  border: 1px solid #DEE3EF;
  border-radius: 4px;
  color: #6E767C;
  height: 44px;
}
.FraportMemberProfilePage form fieldset > div {
  margin-bottom: 10px;
}
.FraportMemberProfilePage form .showOnClickContainer {
  margin-top: 10px;
}
.FraportMemberProfilePage form .showOnClickContainer > div {
  margin-bottom: 10px;
}
.FraportMemberProfilePage .btn-toolbar {
  text-align: center;
}
.FraportMemberProfilePage input[type="submit"] {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 8px 11px;
  min-width: 140px;
  border-radius: 18px;
  background-color: #000091;
  border-color: #000091;
  transition: background-color 0.3s, color 0.3s;
  margin-top: 20px;
}
.FraportMemberProfilePage input[type="submit"]:hover {
  color: #000091;
  background-color: transparent;
}
.extranet-tag {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 4px;
}
.extranet-tag.tag-gray {
  color: #000091;
  background-color: #F0F2F4;
}
.extranet-tag.tag-pink {
  color: #fff;
  background-color: #961296;
}
.extranet-file-list-divider {
  height: 30px;
  background-color: #F0F2F4;
}
.extranet-file-list .extranet-file-item {
  margin-bottom: 25px;
}
.extranet-file-list h1 {
  font-size: 1.125rem;
  line-height: 1.11111111;
  color: #000091;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #6E767C;
}
.extranet-file-item-list {
  list-style-type: none;
}
.extranet-file-item-list > li {
  margin-bottom: 25px;
}
.extranet-file-item-list > li:last-child {
  margin-bottom: 0;
}
.extranet-file-item-list > li .file-title {
  display: block;
  font-size: 1rem;
  line-height: 1.125;
  color: #000091;
  text-decoration: none;
  margin: 6px 0;
}
@media only screen and (min-width:48em) {
  .extranet-file-item-list > li .file-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
}
.extranet-file-item-list > li .file-title span {
  display: block;
  margin-top: 4px;
}
@media only screen and (min-width:48em) {
  .extranet-file-item-list > li .file-title span {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
  }
}
.extranet-file-item-list > li .file-title span svg {
  margin-bottom: 2px;
}
.extranet-file-item-list > li .file-title:hover {
  color: #961296;
}
.extranet-file-item-list > li .file-title:hover svg {
  stroke: #961296;
}
.extranet-file-item-list > li .extranet-tag {
  margin: 6px 0;
}
.extranet-file-item-list .extranet-file-description {
  margin-top: 10px;
}
.extranet-file-item-list .extranet-file-description p {
  font-size: 0.875rem;
  line-height: 1.42857143;
  color: #000091;
}
.extranet-tag-tooltip {
  position: relative;
  cursor: pointer;
}
.extranet-tag-tooltip:hover .tooltip-top {
  visibility: visible;
  opacity: 1;
}
.extranet-tag-tooltip .tooltip-top {
  width: 101px;
  top: -4px;
  left: 0;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  padding: 6px 7px;
  color: #475962;
  background-color: #F7F7F7;
  font-size: 0.625rem;
  line-height: 1.4;
  text-transform: none;
  border-radius: 4px;
  position: absolute;
  z-index: 8;
  box-sizing: border-box;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s;
}
.section-list-articles--darkpage {
  position: relative;
}
.section-list-articles--darkpage .module-v-adapt {
  padding-block: 40px;
}
@media only screen and (min-width:48em) {
  .section-list-articles--darkpage .module-v-adapt {
    padding-block: 6%;
  }
}
.list-articles--darkpage {
  position: relative;
  z-index: 2;
  list-style: none;
  margin-bottom: 100px;
}
@media only screen and (min-width:48em) {
  .list-articles--darkpage {
    margin-bottom: 140px;
  }
}
@media only screen and (min-width:75em) {
  .list-articles--darkpage {
    margin-bottom: 180px;
  }
}
.list-articles--darkpage .list-articles-item {
  position: relative;
  padding-left: 30px;
  padding-bottom: 30px;
  border-left: 2px solid #000091;
}
@media only screen and (min-width:75em) {
  .list-articles--darkpage .list-articles-item {
    padding-bottom: 50px;
    padding-left: 50px;
  }
}
.list-articles--darkpage .list-articles-item:before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #000091;
  border-radius: 100%;
  background-color: #fff;
}
@media only screen and (min-width:48em) {
  .list-articles--darkpage .list-articles-item:before {
    width: 24px;
    height: 24px;
    left: -13px;
  }
}
.list-articles--darkpage .list-articles-item.items-count-1:before {
  display: none;
}
.list-articles--darkpage .list-articles-item:first-child:before {
  background-color: #961296;
  border-color: #961296;
}
.list-articles--darkpage .list-articles-item:last-child {
  border-left-color: transparent;
}
.list-articles--darkpage .list-articles-item:last-child .list-articles-item-inner {
  border-bottom: none;
}
.list-articles--darkpage .list-articles-item .item + .item {
  margin-top: 20px;
}
@media only screen and (min-width:75em) {
  .list-articles--darkpage .list-articles-item .item + .item {
    margin-top: 30px;
  }
}
.list-articles--darkpage .list-articles-item-inner {
  border-bottom: 1px solid #c1c5c8;
  padding-bottom: 30px;
}
@media only screen and (min-width:75em) {
  .list-articles--darkpage .list-articles-item-inner {
    padding-bottom: 50px;
  }
}
.list-articles--darkpage .list-links {
  list-style: none;
}
.list-articles--darkpage .list-links .list-links-item {
  margin-bottom: 16px;
}
.list-articles--darkpage .list-links .list-links-item:last-child {
  margin-bottom: 0;
}
.list-articles--darkpage .list-links .link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
  color: #000091;
}
.list-articles--darkpage .list-links .link:hover .file-title {
  text-decoration: none;
}
.list-articles--darkpage .list-links .link .file-image {
  width: 20px;
  margin-top: 4px;
}
.list-articles--darkpage .list-links .link .file-image.File {
  margin-top: 2px;
}
.list-articles--darkpage .list-links .link .file-title {
  -webkit-flex: 0 0 calc(100% - 20px);
      -ms-flex: 0 0 calc(100% - 20px);
          flex: 0 0 calc(100% - 20px);
  max-width: calc(100% - 20px);
  padding-left: 10px;
  text-decoration: underline;
}
.contact-person--darkpage .line {
  display: inline-block;
  width: 300px;
  height: 6px;
  background: linear-gradient(270deg, #7a0073 0.11%, #000091 100%);
  margin-bottom: 16px;
}
.contact-person--darkpage .title {
  font-size: calc(20rem / 16);
  line-height: 1.2;
  margin-bottom: 20px;
}
.contact-person--darkpage .text {
  font-size: calc(16rem / 16);
  line-height: calc(28 / 16);
  letter-spacing: 0.1px;
  color: #4f5457;
}
.section-intro--darkpage .decoration {
  display: block;
  height: 48px;
  background: #1D1D1D;
  background: linear-gradient(270deg, #1D1D1D 0%, #000091 100%);
}
.section-intro--darkpage .title {
  margin-bottom: 20px;
}
.section-intro--darkpage .text {
  font-weight: normal;
}
/*# sourceMappingURL=style.css.map */