@charset "UTF-8";

/*
 * Table of contents
 * 1. Project utility classes
 * 2. Vendor: Normalize.css and Bootstrap 3
 * 3. Bookit static pages
 *    3.1. Typography
 *    3.2. Base layout, header and footer
 *    3.3. Hero, airline and city cards
 *    3.4. Payments
 *    3.5. Airline and destination details
 *    3.6. Schedule and FAQ
 *    3.7. Error pages
 * 4. Bookit mobile design refresh for primary static pages
 */

/* ==========================================================================
   1. Project utility classes
   ========================================================================== */
.mr-1,
.mx-1 {
  margin-right: 1rem !important;
}
.angle,
.posr {
  position: relative !important;
}
.label,
sub,
sup {
  vertical-align: baseline;
}
.ellipsis,
svg:not(:root) {
  overflow: hidden;
}
.pointer,
[role="button"] {
  cursor: pointer;
}
.ellipsis,
.text-nowrap {
  white-space: nowrap;
}
.img-responsive,
.img-thumbnail,
.table,
label {
  max-width: 100%;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.pre-scrollable {
  max-height: 340px;
}
.ng-cloak,
.x-ng-cloak,
[data-ng-cloak],
[ng-cloak],
[ng\:cloak],
[x-ng-cloak] {
  display: none;
}
.pb-05 {
  padding-bottom: 0.5rem !important;
}
.pt-1 {
  padding-top: 1rem;
}
.pt-2 {
  padding-top: 2rem;
}
.pt-3 {
  padding-top: 3rem;
}
.pt-4 {
  padding-top: 4rem;
}
.px-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.p-3 {
  padding: 3rem;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.float-none {
  float: none !important;
}
.d-inline-block {
  display: inline-block;
}
.d-block {
  display: block;
}
.tex-center {
  text-align: center !important;
}
.w-auto {
  width: auto !important;
}
.text-white {
  color: #fff !important;
}
.f14 {
  font-size: 14px;
}
.f30 {
  font-size: 30px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.p-1 {
  padding: 1rem !important;
}
.p-1-5 {
  padding: 1.5rem !important;
}
.pt-1-5 {
  padding-top: 1.5rem !important;
}
.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.w-100 {
  width: 100% !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mx-1 {
  margin-left: 1rem !important;
}
.p-2 {
  padding: 2rem !important;
}
.p-4 {
  padding: 4rem !important;
}
.p-7 {
  padding: 7rem !important;
}
.py-1-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.text-pink {
  color: #ff0070 !important;
}
.text-orange {
  color: #ff9b00 !important;
}
.text-primary {
  color: #2d60ad !important;
}
.float-right {
  float: right !important;
}
.btn-group > .btn-group,
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.dropdown-menu {
  float: left;
}
.btn-secondary,
.btn-secondary:hover {
  background-color: #39c820 !important;
  color: #fff !important;
}
.text-left {
  text-align: left !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.bg-white {
  background-color: #fff;
}
.bg-dark {
  background-color: #2d60ad;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-05 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-07 {
  padding-left: 0.7rem !important;
  padding-right: 0.7rem !important;
}
.m-auto {
  margin: auto;
}
.mb-05 {
  margin-bottom: 0.5rem;
}
.f16 {
  font-size: 16px !important;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f24 {
  font-size: 24px;
}
.bold {
  font-weight: 700 !important;
}
.d-flex {
  display: -ms-flexbox;
  display: flex;
}
.f-gr-1 {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.flex-direction-column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0;
}
.pl-16 {
  padding-left: 16px;
}
.pl-1 {
  padding-left: 1rem;
}
.pl-05 {
  padding-left: 0.5rem;
}
.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-1-5 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.ellipsis {
  text-overflow: ellipsis;
}
.w-90 {
  width: 90%;
}
.decoration_none {
  text-decoration: none;
}
.b-none {
  border-top: none !important;
  border-bottom: none !important;
  border-right: none !important;
  border-left: none !important;
}
hr,
img {
  border: 0;
}
.angle {
  display: inline-block !important;
  width: 8px !important;
  top: 3px !important;
  margin-left: 3px !important;
}
body,
figure {
  margin: 0;
}

/* ==========================================================================
   2. Vendor: Normalize.css and Bootstrap 3
   ========================================================================== */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
optgroup,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  vertical-align: middle;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  *,
  :after,
  :before {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
  }
  thead {
    display: table-header-group;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover,
.form-control,
.navbar-toggle,
.open > .btn-danger.dropdown-toggle,
.open > .btn-default.dropdown-toggle,
.open > .btn-info.dropdown-toggle,
.open > .btn-primary.dropdown-toggle,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.img-thumbnail,
body {
  background-color: #fff;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../../fonts/glyphicons-halflings-regular.eot);
  src:
    url(../../fonts/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../../fonts/glyphicons-halflings-regular.woff2) format("woff2"),
    url(../../fonts/glyphicons-halflings-regular.woff) format("woff"),
    url(../../fonts/glyphicons-halflings-regular.ttf) format("truetype"),
    url(../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-jpy:before,
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-rub:before,
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-size: 14px;
  line-height: 1.42857;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.img-responsive {
  display: block;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
dt,
kbd kbd,
label {
  font-weight: 700;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-lowercase {
  text-transform: lowercase;
}
.initialism,
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}
pre code,
table {
  background-color: transparent;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
dl,
ol,
ul {
  margin-top: 0;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
address,
dl {
  margin-bottom: 20px;
}
ol,
ul {
  margin-bottom: 10px;
}
.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dd,
dt {
  line-height: 1.42857;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:after,
.dl-horizontal dd:before {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .container {
    width: 750px;
  }
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dropdown-menu > li > a,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777;
}
legend,
pre {
  color: #333;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
code,
kbd {
  padding: 2px 4px;
  font-size: 90%;
}
caption,
th {
  text-align: left;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\00A0 \2014";
}
address {
  font-style: normal;
  line-height: 1.42857;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  border-radius: 0;
}
.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.pre-scrollable {
  overflow-y: scroll;
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset,
legend {
  padding: 0;
  border: 0;
}
fieldset {
  margin: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
}
input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
}
.form-control,
output {
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  display: block;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
output {
  padding-top: 7px;
}
.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type="date"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  .input-group-sm input[type="time"],
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type="date"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  .input-group-lg input[type="time"],
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  input[type="date"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
select.input-sm {
  height: 30px;
  line-height: 30px;
}
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
select.input-lg {
  height: 46px;
  line-height: 46px;
}
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.collapsing,
.dropdown,
.dropup {
  position: relative;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-control-static,
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .control-label,
  .form-inline .form-group {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
  content: " ";
  display: table;
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: 400;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu-right,
.dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.dropdown-header,
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  line-height: 1.42857;
  white-space: nowrap;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  font-weight: 400;
  color: #333;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  font-size: 12px;
  color: #777;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  content: "";
}
.btn-toolbar:after,
.btn-toolbar:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before {
  content: " ";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:after,
.btn-toolbar:before {
  display: table;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn .caret,
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group-lg.btn-group > .btn + .dropdown-toggle,
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn-group-lg > .btn .caret,
.btn-lg .caret {
  border-width: 5px 5px 0;
}
.dropup .btn-group-lg > .btn .caret,
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group,
.input-group-btn,
.input-group-btn > .btn {
  position: relative;
}
.input-group {
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:after,
.nav:before {
  display: table;
}
.nav > li,
.nav > li > a {
  display: block;
  position: relative;
}
.nav:after {
  clear: both;
}
.nav > li > a {
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-justified > li,
.nav-stacked > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:after,
.navbar:before {
  display: table;
}
.navbar-header:after,
.navbar-header:before {
  display: table;
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:after,
.navbar-collapse:before {
  display: table;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
  .navbar-header {
    float: left;
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.embed-responsive,
.modal,
.modal-open,
.progress {
  overflow: hidden;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-fixed-bottom,
  .navbar-fixed-top,
  .navbar-static-top {
    border-radius: 0;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
.progress-bar-striped,
.progress-striped .progress-bar,
.progress-striped .progress-bar-danger,
.progress-striped .progress-bar-info,
.progress-striped .progress-bar-success,
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin: 8px -15px;
}
@media (min-width: 768px) {
  .navbar-form .form-control-static,
  .navbar-form .form-group {
    display: inline-block;
  }
  .navbar-form .control-label,
  .navbar-form .form-group {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type="checkbox"],
  .navbar-form .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.breadcrumb > li,
.pagination {
  display: inline-block;
}
.btn .badge,
.btn .label {
  top: -1px;
  position: relative;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.btn-group-sm > .navbar-btn.btn,
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-group-xs > .navbar-btn.btn,
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.badge,
.label {
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:after,
.pager:before {
  content: " ";
  display: table;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  color: #fff;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-default {
  background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.media-object,
.thumbnail {
  display: block;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #eee;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.alert,
.thumbnail {
  margin-bottom: 20px;
}
.alert .alert-link,
.close {
  font-weight: 700;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}
.alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.modal,
.modal-backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-bar-danger {
  background-color: #d9534f;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.panel-heading > .dropdown .dropdown-toggle,
.panel-title,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-title,
.panel > .list-group,
.panel > .panel-collapse > .list-group,
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel-body {
  padding: 15px;
}
.panel-body:after,
.panel-body:before {
  content: " ";
  display: table;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-title {
  margin-top: 0;
  font-size: 16px;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel-group .panel-heading,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.popover,
.tooltip {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  text-decoration: none;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.modal-content,
.popover {
  background-clip: padding-box;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before {
  display: table;
  content: " ";
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  z-index: 1040;
  background-color: #fff;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  text-align: left;
  text-align: start;
  font-size: 12px;
  opacity: 0;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top .tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  margin-bottom: -5px;
}
.tooltip.top-right .tooltip-arrow {
  left: 5px;
  margin-bottom: -5px;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  top: 0;
}
.tooltip.bottom .tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.tooltip.bottom-left .tooltip-arrow {
  right: 5px;
  margin-top: -5px;
}
.tooltip.bottom-right .tooltip-arrow {
  left: 5px;
  margin-top: -5px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  text-align: start;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.carousel-caption,
.carousel-control {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  text-align: center;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.carousel,
.carousel-inner {
  position: relative;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.left > .arrow:after,
.popover.right > .arrow:after {
  content: " ";
  bottom: -10px;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  left: 1px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  font-size: 20px;
  background-color: transparent;
}
.carousel-control.left {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-repeat: repeat-x;
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}
.text-white a,
section.cards-airlines a:hover,
section.cards-cities a:hover,
section.popular-avia .button {
  text-decoration: none !important;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
}
.carousel-caption .btn,
.text-hide {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
}

/* ==========================================================================
   3. Bookit static pages: typography and components
   ========================================================================== */

/* 3.1. Typography
   ========================================================================== */

@font-face {
  font-family: MuseoSans100;
  src: url(../../fonts/MuseoSansCyrl-100-webfont.eot);
  src:
    url(../../fonts/MuseoSansCyrl-100-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../../fonts/MuseoSansCyrl-100-webfont.woff2) format("woff2"),
    url(../../fonts/MuseoSansCyrl-100-webfont.woff) format("woff"),
    url(../../fonts/MuseoSansCyrl-100-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: MuseoSans100Italic;
  src: url(../../fonts/MuseoSansCyrl-100Italic-webfont.eot);
  src:
    url(../../fonts/MuseoSansCyrl-100Italic-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../../fonts/MuseoSansCyrl-100Italic-webfont.woff2) format("woff2"),
    url(../../fonts/MuseoSansCyrl-100Italic-webfont.woff) format("woff"),
    url(../../fonts/MuseoSansCyrl-100Italic-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: MuseoSans300;
  src: url(../../fonts/MuseoSansCyrl-300-webfont.eot);
  src:
    url(../../fonts/MuseoSansCyrl-300-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../../fonts/MuseoSansCyrl-300-webfont.woff2) format("woff2"),
    url(../../fonts/MuseoSansCyrl-300-webfont.woff) format("woff"),
    url(../../fonts/MuseoSansCyrl-300-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: MuseoSans300Italic;
  src: url(../../fonts/MuseoSansCyrl-300Italic-webfont.eot);
  src:
    url(../../fonts/MuseoSansCyrl-300Italic-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../../fonts/MuseoSansCyrl-300Italic-webfont.woff2) format("woff2"),
    url(../../fonts/MuseoSansCyrl-300Italic-webfont.woff) format("woff"),
    url(../../fonts/MuseoSansCyrl-300Italic-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: MuseoSans500;
  src: url(../../fonts/MuseoSansCyrl-500-webfont.eot);
  src:
    url(../../fonts/MuseoSansCyrl-500-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../../fonts/MuseoSansCyrl-500-webfont.woff2) format("woff2"),
    url(../../fonts/MuseoSansCyrl-500-webfont.woff) format("woff"),
    url(../../fonts/MuseoSansCyrl-500-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: MuseoSans500Italic;
  src: url(../../fonts/MuseoSansCyrl-500Italic-webfont.eot);
  src:
    url(../../fonts/MuseoSansCyrl-500Italic-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../../fonts/MuseoSansCyrl-500Italic-webfont.woff2) format("woff2"),
    url(../../fonts/MuseoSansCyrl-500Italic-webfont.woff) format("woff"),
    url(../../fonts/MuseoSansCyrl-500Italic-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: MuseoSans700;
  src: url(../../fonts/MuseoSansCyrl-700-webfont.eot);
  src:
    url(../../fonts/MuseoSansCyrl-700-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../../fonts/MuseoSansCyrl-700-webfont.woff2) format("woff2"),
    url(../../fonts/MuseoSansCyrl-700-webfont.woff) format("woff"),
    url(../../fonts/MuseoSansCyrl-700-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: MuseoSans700Italic;
  src: url(../../fonts/MuseoSansCyrl-700Italic-webfont.eot);
  src:
    url(../../fonts/MuseoSansCyrl-700Italic-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../../fonts/MuseoSansCyrl-700Italic-webfont.woff2) format("woff2"),
    url(../../fonts/MuseoSansCyrl-700Italic-webfont.woff) format("woff"),
    url(../../fonts/MuseoSansCyrl-700Italic-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: MuseoSans900;
  src: url(../../fonts/MuseoSansCyrl-900-webfont.eot);
  src:
    url(../../fonts/MuseoSansCyrl-900-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../../fonts/MuseoSansCyrl-900-webfont.woff2) format("woff2"),
    url(../../fonts/MuseoSansCyrl-900-webfont.woff) format("woff"),
    url(../../fonts/MuseoSansCyrl-900-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: MuseoSans900Italic;
  src: url(../../fonts/MuseoSansCyrl-900Italic-webfont.eot);
  src:
    url(../../fonts/MuseoSansCyrl-900Italic-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../../fonts/MuseoSansCyrl-900Italic-webfont.woff2) format("woff2"),
    url(../../fonts/MuseoSansCyrl-900Italic-webfont.woff) format("woff"),
    url(../../fonts/MuseoSansCyrl-900Italic-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: bookit;
  src: url(../../fonts/bookit.eot);
  src:
    url(../../fonts/bookit.eot?#iefix) format("embedded-opentype"),
    url(../../fonts/bookit.woff) format("woff"),
    url(../../fonts/bookit.ttf) format("truetype"),
    url(../../fonts/bookit.svg#bookit) format("svg");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: MuseoSans300, Arial, Helvetica, sans-serif;
  color: #3f3f3f;
}
bold,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: MuseoSans700, Arial, Helvetica, sans-serif;
}

/* 3.2. Base layout, header and footer
   ========================================================================== */

.container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header-section {
  position: relative;
  min-height: 80px;
}
.header-section .logotype img {
  max-width: 165px;
}
.header-section .nav-header-menu-mobile {
  position: fixed;
  top: 80px;
  height: calc(100vh - 80px);
  right: -300px;
  background-color: #fff;
  width: 300px;
  z-index: 1000;
  border-top: 3px solid #f5f5f5;
  border-left: 3px solid #f5f5f5;
  transition: 1s all ease;
}
.header-section .nav-header-menu-mobile button.btn-secondary {
  margin-top: 0 !important;
}
.header-section .nav-header-menu-mobile.show {
  right: 0;
}
.header-section .menu-icon {
  position: relative;
  width: 30px;
  height: 30px;
  top: 10px;
}
.header-section .d-flex {
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.header-section .d-flex .link-item {
  height: 50px;
  padding-bottom: 63px;
  border-bottom: 2px solid transparent;
  text-decoration: none !important;
  color: #000;
  margin-left: 1rem;
  margin-top: 10px;
  text-align: center;
}
.header-section .d-flex .link-item:hover {
  border-bottom: 2px solid #ff0070;
}
.header-section .dd-option-text,
.header-section .dd-selected-text {
  line-height: 8px !important;
  position: relative;
  top: -5px;
}
.header-section .dd-select {
  background: 0 0 !important;
  border: none !important;
}
.block-white-line,
.header-section .dd-option-selected {
  background-color: #fff;
}
.header-section .dd-pointer {
  margin-top: -10px !important;
}
.header-section #myDropdown {
  margin-top: 10px;
}
.header-section .float-left {
  float: left;
}
.header-section .btn-secondary {
  margin-top: 0.8rem;
  margin-left: 2rem;
}
.text-white a {
  color: #fff !important;
  border-bottom: none;
}
section.cards-cities .card-airlines .text-orange,
section.cards-cities-detail .card-airlines .text-orange {
  color: #ff9b00;
}
.block-white-line {
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
footer.footer-spec-page {
  background-color: #000;
  display: block;
  width: 100%;
  height: 80px;
  position: relative;
  padding-top: 3.2rem;
}
footer.footer-spec-page:before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../images/icons/cloud_pattern.svg);
  background-size: cover;
  background-position-x: 14vw;
  opacity: 0.5;
}
.domain::before {
  content: "\0040";
}

/* 3.3. Hero, airline and city cards
   ========================================================================== */

section.popular-avia {
  background: #aecde5;
  background: linear-gradient(to bottom, #aecde5 0, #1e5799 99%);
  min-height: 270px;
  position: relative;
  padding-bottom: 150px;
}
section.cards-airlines .card-body .img,
section.cards-cities .card-airlines .img,
section.payment-special .card-payment .img {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
section.popular-avia:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../images/icons/aircraft_pattern.svg);
  opacity: 0.5;
}
section.popular-avia .container {
  position: relative;
  z-index: 100;
  top: 50px;
}
section.popular-avia h2 {
  font-size: 24px;
}
section.cards-airlines {
  margin-top: -55px;
  position: relative;
  z-index: 2;
}
section.cards-airlines .spec-text {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: block;
  height: 100%;
  width: 100%;
  padding: 5px;
}
section.cards-airlines .spec-text .wrap-text-card-air {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
section.cards-airlines .p-1-5 {
  padding: 1.5rem;
}
section.cards-airlines .card-header {
  height: 55px;
}
section.cards-airlines .card-header img {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
}
section.cards-airlines .card-header span {
  font-size: 18px;
}
section.cards-airlines .d-flex {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.cards-airlines .card-airlines {
  margin-left: 1rem;
  margin-right: 1rem;
  box-shadow: 0 2px 16px 2px #738290;
  min-width: 230px;
}
section.cards-airlines .container:first-child .card-airlines {
  box-shadow: none;
}
section.cards-airlines .container:first-child .card-airlines .card-body {
  box-shadow: 0 2px 16px 2px #738290;
}
.box-shadow,
section.payment-method-visa .box-shadow {
  box-shadow: 0 0 17px 1px #738290;
}
section.cards-airlines .card-body {
  height: 130px;
  background-color: #fff;
  padding: 3.5rem !important;
}
section.cards-airlines .card-body .img {
  width: 100%;
  height: 100%;
  background-size: contain;
}
.simple-purchase,
section.airline-world {
  background-color: #2d60ad;
  min-height: 430px;
  position: relative;
  margin-top: 130px;
  padding-top: 130px;
  padding-bottom: 130px;
  z-index: 1;
}
.simple-purchase:before,
section.airline-world:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../images/icons/cloud_pattern.svg);
  opacity: 0.5;
  z-index: -1;
}
@media (max-width: 768px) {
  section.popular-avia .container {
    top: 80px;
  }
  section.popular-avia .container h1 {
    font-size: 24px;
    margin-top: 0;
    font-family: MuseoSans300, Arial, Helvetica, sans-serif;
  }
  section.airline-world h2,
  section.popular-avia .container h2 {
    font-size: 18px;
    font-family: MuseoSans300, Arial, Helvetica, sans-serif;
  }
  section.popular-avia .container p {
    text-align: left !important;
  }
  section.cards-cities {
    margin-top: -150px !important;
  }
  section.airline-world {
    padding-top: 20px;
  }
  section.airline-world h2 {
    text-align: left;
  }
  section.airline-world p.text-white.f18 {
    font-size: 14px;
  }
  .header-section .logotype img {
    max-width: 130px;
  }
  section.air-aviacompany {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .bg-section-payment section.popular-avia {
    min-height: 220px;
  }
  .sm-mobile {
    min-height: 220px !important;
  }
}
section.cards-cities .p-1-5,
section.payment-special .p-1-5 {
  padding: 1.5rem;
}
@media (max-width: 500px) {
  section.cards-cities {
    margin-top: -100px !important;
  }
}
section.cards-cities {
  margin-top: -55px;
  position: relative;
  z-index: 2;
}
section.cards-cities .d-flex {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.cards-cities .card-airlines {
  margin-left: 1rem;
  margin-right: 1rem;
  min-width: 150px;
  height: 160px;
  position: relative;
}
section.cards-cities .card-airlines .img {
  width: 100%;
  height: 160px;
  background-size: cover;
}
section.cards-cities .card-airlines .owerley-text {
  position: absolute;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0;
  left: 0;
  height: 160px;
  width: 100%;
  z-index: 2;
  background-image: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(0, 0, 0, 0.23) 61%,
    rgba(0, 0, 0, 0.9) 100%
  );
}

/* 3.4. Payments
   ========================================================================== */

.bg-section-payment {
  background-color: #e3e3e3;
}
section.payment-special {
  margin-top: -55px;
  position: relative;
  z-index: 2;
}
section.payment-special .d-flex {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.payment-special .card-payment {
  min-width: 150px;
  height: 160px;
  position: relative;
  border: 1px solid #738290;
  background-color: #fff;
  transition: 1s all ease;
}
section.payment-special .card-payment:hover {
  border: 2px solid #2d60ad;
  transform: scale(1.1);
  z-index: 100;
}
section.payment-special .card-payment .img {
  margin-top: 10px;
  width: 100%;
  height: 140px;
  background-size: contain;
}
section.payment-method-visa .margin-top {
  margin-top: 100px;
}
section.payment-method-visa .box-shadow.p-3 {
  padding: 3rem;
}
section.payment-method-visa .hr {
  margin: 25px auto;
  width: 100px;
  border: 1px solid #2d60ad;
}
section.payment-method-visa img.visa {
  width: 100px;
}
section.simple-purchase {
  padding-top: 100px;
}
section.simple-purchase .angle {
  width: 8px;
  height: 8px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .p-7 {
    padding: 1rem !important;
  }
}

/* 3.5. Airline and destination details
   ========================================================================== */

section.popular-avia.special {
  background: #45f3f9;
  background: linear-gradient(to bottom, #45f3f9 32%, #2880c9 100%);
}
section.cards-cities-detail {
  margin-top: 55px;
  position: relative;
  z-index: 2;
}
section.cards-cities-detail .p-1-5 {
  padding: 1.5rem;
}
section.cards-cities-detail .hr {
  margin: 25px auto;
  width: 100px;
  border: 1px solid #2d60ad;
}
section.cards-cities-detail .d-flex {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.cards-cities-detail .card-airlines {
  margin-left: 1rem;
  margin-right: 1rem;
  min-width: 150px;
  height: 160px;
  position: relative;
}
section.cards-cities-detail .card-airlines .img {
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 160px;
  background-size: cover;
  display: block;
}
section.cards-cities-detail .card-airlines .owerley-text {
  position: absolute;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0;
  left: 0;
  height: 160px;
  width: 100%;
  z-index: 2;
  background-image: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(0, 0, 0, 0.23) 61%,
    rgba(0, 0, 0, 0.9) 100%
  );
}
section.air-line .line {
  width: 100%;
  background-repeat: repeat-x;
  background-image: url(../../images/icons/aircraft.svg);
  height: 12px;
}
.my-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
section.air-aviacompany .hr,
section.text-information .hr {
  margin: 25px auto;
  width: 100px;
  border: 1px solid #2d60ad;
}
@media (max-width: 1200px) {
  section.air-aviacompany,
  section.text-information {
    padding-right: 15px;
    padding-left: 15px;
  }
  section.air-aviacompany .container,
  section.text-information .container {
    width: 100% !important;
  }
  section.air-aviacompany .container .pl-100,
  section.text-information .container .pl-100 {
    padding-left: 15px;
  }
  section.air-aviacompany .container .pr-100,
  section.text-information .container .pr-100 {
    padding-right: 15px;
  }
}
section.air-aviacompany {
  padding-top: 150px;
  padding-bottom: 150px;
}
.w-700 {
  max-width: 700px;
}
.w-350 {
  max-width: 350px;
}
.mb-100 {
  margin-bottom: 100px;
}
.pr-100 {
  padding-right: 100px;
}
.pl-100 {
  padding-left: 100px;
}
.b-r {
  border-right: 1px solid #738290;
}
.b-b {
  border-bottom: 1px solid #738290;
}
.b-t {
  border-top: 1px solid #738290;
}
.mb-150 {
  margin-bottom: 150px;
}
section.rose {
  background: #fb83fa;
  background: linear-gradient(to bottom, #fb83fa 0, #872364 100%);
}
section.rose .container {
  top: 100px;
}
section.air-aviacompany .hover-block:hover,
section.text-information .hover-block:hover {
  background-color: #0f9ef0;
  cursor: pointer;
}
section.air-aviacompany .hover-block:hover h5,
section.air-aviacompany .hover-block:hover p,
section.text-information .hover-block:hover h5,
section.text-information .hover-block:hover p {
  color: #fff !important;
}
section.airline-world.rose-page:before {
  height: 510px;
}
@media (max-width: 768px) {
  .pr-100 {
    padding-right: 1rem;
  }
  .pl-100 {
    padding-left: 1rem;
  }
  .b-r {
    border-right: none;
  }
}

/* 3.6. Schedule and FAQ
   ========================================================================== */

.w-150 {
  min-width: 150px;
}
.w-200 {
  min-width: 200px;
}
.w-100x {
  max-width: 90px;
}
section.popular-avia .button {
  border: 1px solid #fff;
  padding: 1rem 1.5rem;
  color: #fff;
  width: 150px;
}
section.popular-avia .button.active,
section.popular-avia .button:hover {
  color: #08c110;
  background-color: #fff;
}
section.schedule .container {
  overflow-x: auto;
}
section.schedule .table > thead > tr > th {
  border-bottom: 2px solid #2d60ad;
}
section.schedule .margin-top {
  margin-top: 100px;
}
section.schedule .hr {
  margin: 25px auto;
  width: 100px;
  border: 1px solid #2d60ad;
}
section.faq .open-all:after,
section.faq .panel-heading a:after {
  background-image: url(../../images/icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  width: 16px;
  height: 14px;
}
@media (max-width: 768px) {
  table * {
    font-size: 2.5vw !important;
  }
  table td,
  table th {
    padding: 3px !important;
  }
  .w-150,
  .w-200 {
    min-width: auto;
  }
  .w-100x {
    max-width: auto;
  }
}
section.popular-avia.faq-header {
  background-color: #19add2;
  min-height: 265px;
}
section.popular-avia.faq-header .container {
  top: 92px;
}
section.popular-avia.faq-header .container h1 {
  font-size: 28px;
}
section.popular-avia.faq-header .container .w-700 {
  max-width: 526px;
  display: block;
  line-height: 26px;
}
section.faq .container {
  max-width: 970px;
}
section.faq .panel-heading a:after {
  float: right;
  color: grey;
  transform: rotate(180deg);
  position: absolute;
  top: 4px;
  right: -20px;
}
section.faq .panel-heading.collapsed a:after {
  background-image: url(../../images/icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(0);
}
section.faq .open-all {
  margin-right: 49px;
  position: relative;
}
section.faq .open-all:after {
  transform: rotate(180deg);
  position: absolute;
  top: 5px;
  right: -25px;
}
section.faq .collapsed .open-all:after {
  transform: rotate(0);
}
section.faq .panel-heading {
  cursor: pointer;
}
section.faq .panel-heading a {
  display: block;
  width: 97%;
  position: relative;
}
section.faq .panel-heading a:hover {
  text-decoration: none;
}
section.faq .panel-default > .panel-heading {
  background-color: #e8e8e8;
  min-height: 50px;
  padding-top: 18px;
}
section.faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
  background-color: #e8e8e8;
  padding-top: 0;
}
@media (max-width: 768px) {
  h2 {
    font-size: 18px;
  }
  .f18.float-right.mt-1.pointer {
    margin-top: 0 !important;
  }
  .f18.float-right.mt-1.pointer .text {
    display: none;
  }
  .f18.float-right.mt-1.pointer .open-all {
    margin-right: 30px;
  }
}

/* 3.7. Error pages
   ========================================================================== */

section.section404 {
  position: relative;
  height: 100vh;
}
section.section404 .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
section.section404 .container .parachute {
  max-width: 277px;
  height: auto;
  margin-right: 50px;
  right: 0;
  position: relative;
}
section.section404 .container .wrap-block {
  position: relative;
  top: 63px;
  left: 15px;
}
section.section404 .container .logo {
  width: 200px;
}
section.section404 .container h1 {
  font-size: 137px;
  line-height: 115px;
  margin-top: 61px;
  margin-bottom: -6px;
}
section.section404 .container h2 {
  font-size: 35px;
  margin-bottom: 6px;
}
section.section404 .container a.btn.btn-secondary {
  margin-top: 39px;
  padding: 5px 24px;
}

/* ==========================================================================
   4. Bookit mobile design refresh for primary static pages
   ========================================================================== */

@font-face {
  font-family: Inter;
  src: url(../../fonts/mobile/Inter_Regular.woff2) format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

.bookit-static-page {
  --bookit-primary: #13a9fa;
  --bookit-primary-dark: #078ed6;
  --bookit-ink: #15161a;
  --bookit-muted: #66757d;
  --bookit-neutral: #a2a1a1;
  --bookit-surface: #ffffff;
  --bookit-surface-soft: #f7f7f7;
  --bookit-page: #f6f6f6;
  --bookit-border: #dce5e9;
  --bookit-success: #40b52c;
  margin: 0;
  background: var(--bookit-page);
  color: var(--bookit-ink);
  font-family: Inter, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.bookit-static-page *,
.bookit-static-page *::before,
.bookit-static-page *::after {
  box-sizing: border-box;
}

.bookit-static-page h1,
.bookit-static-page h2,
.bookit-static-page h3,
.bookit-static-page h4,
.bookit-static-page h5,
.bookit-static-page h6,
.bookit-static-page .bold {
  font-family: Inter, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600 !important;
  letter-spacing: 0;
}

.bookit-static-page a {
  color: #308de3;
  text-underline-offset: 3px;
}

.bookit-static-page a:focus-visible,
.bookit-static-page button:focus-visible {
  outline: 3px solid rgba(19, 169, 250, 0.35);
  outline-offset: 3px;
}

.bookit-static-page .container {
  display: block;
  width: min(100% - 32px, 1180px);
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

.bookit-static-page .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.bookit-static-main {
  display: block;
  min-height: 55vh;
  overflow: hidden;
}

/* Header and navigation */

.bookit-static-page .header-section {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: 72px;
  border-bottom: 1px solid #edf1f3;
  background: var(--bookit-surface);
  box-shadow: 0 2px 12px rgba(21, 22, 26, 0.05);
}

.bookit-static-page .header-section .row {
  display: flex;
  min-height: 72px;
  align-items: center;
  margin: 0;
  padding-top: 0 !important;
}

.bookit-static-page .header-section .logotype {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 7px;
  text-decoration: none;
}

.bookit-static-page .header-section .header-brand img {
  display: block;
  height: auto;
}

.bookit-static-page .header-section .header-brand__bookit {
  width: 116px;
}

.bookit-static-page .header-section .header-brand__separator {
  width: 9px;
  opacity: 0.38;
  filter: brightness(0);
}

.bookit-static-page .header-section .header-brand__mtravel {
  width: 104px;
}

.bookit-static-page .header-section .d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.bookit-static-page .header-section .d-flex .link-item {
  display: inline-flex;
  height: 44px;
  margin: 0;
  padding: 0 9px;
  align-items: center;
  border: 0;
  border-radius: 6px;
  color: var(--bookit-ink);
  font-size: 13px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
}

.bookit-static-page .header-section .d-flex .link-item:hover,
.bookit-static-page .header-section .d-flex .link-item:focus-visible {
  border: 0;
  background: var(--bookit-surface-soft);
  color: var(--bookit-primary-dark);
}

.bookit-static-page .header-nav-menu {
  position: relative;
  flex: 0 0 auto;
}

.bookit-static-page .header-nav-menu summary {
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.bookit-static-page .header-nav-menu summary::-webkit-details-marker {
  display: none;
}

.bookit-static-page .header-nav-menu summary.link-item {
  gap: 7px;
}

.bookit-static-page .header-nav-menu__chevron {
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}

.bookit-static-page .header-nav-menu[open] > summary .header-nav-menu__chevron {
  margin-top: 3px;
  transform: rotate(225deg);
}

.bookit-static-page .header-nav-menu[open] > summary.link-item {
  background: var(--bookit-surface-soft);
  color: var(--bookit-primary-dark);
}

.bookit-static-page .header-nav-menu__panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 20;
  display: grid;
  width: max-content;
  min-width: 245px;
  max-width: 320px;
  padding: 7px;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-surface);
  box-shadow: 0 16px 36px rgba(21, 22, 26, 0.14);
}

.bookit-static-page .header-nav-menu--resources .header-nav-menu__panel {
  right: 0;
  left: auto;
}

.bookit-static-page .header-nav-menu__panel a {
  display: flex;
  min-height: 42px;
  padding: 10px 12px;
  align-items: center;
  border-radius: 6px;
  color: var(--bookit-ink);
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}

.bookit-static-page .header-nav-menu__panel a:hover,
.bookit-static-page .header-nav-menu__panel a:focus-visible {
  background: var(--bookit-surface-soft);
  color: var(--bookit-primary-dark);
}

.bookit-static-page .header-nav-menu__apps {
  display: grid;
  margin-top: 6px;
  padding-top: 7px;
  border-top: 1px solid var(--bookit-border);
}

.bookit-static-page .header-nav-menu__apps > span {
  padding: 5px 12px 3px;
  color: var(--bookit-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.bookit-static-page .header-nav-menu__apps a {
  justify-content: space-between;
}

.bookit-static-page .btn-secondary,
.bookit-static-page .btn-secondary:hover,
.bookit-static-page .btn-secondary:focus {
  display: inline-flex;
  min-height: 44px;
  padding: 10px 20px !important;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bookit-primary) !important;
  border-radius: 8px;
  background: var(--bookit-primary) !important;
  box-shadow: none;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none !important;
}

.bookit-static-page .btn-secondary:hover,
.bookit-static-page .btn-secondary:focus {
  border-color: var(--bookit-primary-dark) !important;
  background: var(--bookit-primary-dark) !important;
}

.bookit-static-page .header-section .btn-secondary {
  margin: 0;
}

.bookit-static-page .menu-toggle {
  display: inline-flex;
  width: 44px;
  height: 44px;
  padding: 9px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  background: var(--bookit-surface-soft);
}

.bookit-static-page .header-section .menu-icon {
  position: static;
  width: 24px;
  height: 24px;
}

.bookit-static-page .nav-header-menu-mobile {
  top: 72px;
  right: -100%;
  width: min(88vw, 360px);
  height: calc(100vh - 72px);
  padding: 12px;
  overflow-y: auto;
  border: 0;
  border-left: 1px solid var(--bookit-border);
  background: var(--bookit-surface);
  box-shadow: -16px 20px 30px rgba(21, 22, 26, 0.14);
  transition: right 0.25s ease;
}

.bookit-static-page .nav-header-menu-mobile.show {
  right: 0;
}

.bookit-static-page .nav-header-menu-mobile a.d-block {
  display: flex;
  min-height: 46px;
  padding: 10px 12px !important;
  align-items: center;
  border-bottom: 1px solid #edf1f3;
  color: var(--bookit-ink);
  font-size: 15px;
  text-decoration: none;
}

.bookit-static-page .mobile-nav-group + .mobile-nav-group {
  margin-top: 12px;
}

.bookit-static-page .mobile-nav-group__title {
  display: block;
  padding: 6px 12px;
  color: var(--bookit-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.bookit-static-page .nav-header-menu-mobile .mobile-nav-cta {
  display: flex;
  margin-top: 16px;
}

.bookit-static-page .nav-header-menu-mobile .btn-secondary {
  width: 100%;
  margin-top: 12px;
}

/* Page hero */

.bookit-static-page section.popular-avia,
.bookit-static-page section.popular-avia.special,
.bookit-static-page section.popular-avia.faq-header {
  min-height: 0;
  margin: 0;
  padding: 54px 0 88px;
  background: var(--bookit-primary);
}

.bookit-static-page section.popular-avia.faq-header {
  padding-bottom: 54px;
}

.bookit-static-page section.popular-avia::before,
.bookit-static-page section.popular-avia.special::before {
  display: none;
}

.bookit-static-page section.popular-avia .container,
.bookit-static-page section.popular-avia.faq-header .container,
.bookit-static-page section.rose .container {
  position: relative;
  top: auto;
  z-index: 1;
}

.bookit-static-page section.popular-avia .row {
  margin-right: 0;
  margin-left: 0;
}

.bookit-static-page section.popular-avia h1 {
  max-width: 920px;
  margin: 0 auto 14px;
  color: #fff;
  font-size: 36px;
  font-weight: 600 !important;
  line-height: 1.2;
}

.bookit-static-page section.popular-avia h2,
.bookit-static-page section.popular-avia p {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
  font-family: Inter, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
  text-align: center;
}

/* Airline and destination cards */

.bookit-static-page section.cards-airlines,
.bookit-static-page section.cards-cities {
  position: relative;
  z-index: 2;
  margin-top: -40px;
  padding-bottom: 56px;
}

.bookit-static-page section.cards-airlines .d-flex.flex-wrap,
.bookit-static-page section.cards-cities .d-flex.flex-wrap,
.bookit-static-page section.cards-cities-detail .d-flex.flex-wrap,
.bookit-static-page section.payment-special .d-flex.flex-wrap {
  align-items: stretch;
  gap: 16px;
}

.bookit-static-page section.cards-airlines .card-airlines,
.bookit-static-page section.cards-cities .card-airlines,
.bookit-static-page section.cards-cities-detail .card-airlines {
  position: relative;
  display: block;
  min-width: 210px;
  max-width: calc(25% - 12px);
  margin: 0 0 16px;
  overflow: hidden;
  flex: 1 1 calc(25% - 12px);
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-surface);
  box-shadow: 0 8px 24px rgba(21, 22, 26, 0.07);
  color: var(--bookit-ink);
  text-decoration: none;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.bookit-static-page section.cards-airlines .card-airlines:hover,
.bookit-static-page section.cards-cities .card-airlines:hover,
.bookit-static-page section.cards-cities-detail .card-airlines:hover {
  border-color: rgba(19, 169, 250, 0.65);
  box-shadow: 0 12px 28px rgba(21, 22, 26, 0.11);
  transform: translateY(-2px);
}

.bookit-static-page
  section.cards-cities-detail
  a.card-airlines
  > .card-airlines {
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.bookit-static-page section.cards-airlines .card-header {
  display: flex;
  height: 58px;
  padding: 12px 16px !important;
  align-items: center;
  justify-content: center;
  background: var(--bookit-primary);
}

.bookit-static-page section.cards-airlines .card-header img {
  width: 18px;
  height: 18px;
}

.bookit-static-page section.cards-airlines .card-header span {
  font-size: 15px;
  font-weight: 600;
}

.bookit-static-page section.cards-airlines .card-body {
  height: 132px;
  padding: 22px !important;
  background: var(--bookit-surface);
}

.bookit-static-page section.cards-cities .card-airlines,
.bookit-static-page section.cards-cities-detail .card-airlines {
  height: 190px;
}

.bookit-static-page section.cards-cities .card-airlines .img,
.bookit-static-page section.cards-cities-detail .card-airlines .img {
  width: 100%;
  height: 190px;
  background-position: center;
  background-size: cover;
}

.bookit-static-page section.cards-cities .card-airlines .owerley-text,
.bookit-static-page section.cards-cities-detail .card-airlines .owerley-text {
  position: absolute;
  inset: 0;
  display: flex;
  width: 100%;
  height: 190px;
  flex-direction: column;
  background: rgba(21, 22, 26, 0.16);
}

.bookit-static-page .footer-owerley {
  width: 100%;
  margin-top: auto;
  padding: 12px 14px !important;
  background: rgba(21, 22, 26, 0.78);
  font-size: 15px;
}

.bookit-static-page .footer-owerley .text-orange {
  color: #fff !important;
  font-size: 14px;
}

.bookit-static-page section.airline-world,
.bookit-static-page section.simple-purchase {
  min-height: 0;
  margin: 0;
  padding: 56px 0;
  background: var(--bookit-ink);
}

.bookit-static-page section.airline-world::before,
.bookit-static-page section.simple-purchase::before {
  display: none;
}

.bookit-static-page section.airline-world h2,
.bookit-static-page section.simple-purchase h2 {
  margin-top: 0;
  font-size: 26px;
}

.bookit-static-page section.airline-world p,
.bookit-static-page section.simple-purchase p {
  max-width: 900px;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 16px;
  line-height: 1.7;
}

/* Content bands and calls to action */

.bookit-static-page section.cards-cities-detail,
.bookit-static-page section.air-aviacompany,
.bookit-static-page section.text-information,
.bookit-static-page section.payment-method-visa {
  margin: 0;
  padding: 52px 0;
  border-top: 1px solid #edf1f3;
  background: var(--bookit-surface);
}

.bookit-static-page section.cards-cities-detail:nth-of-type(even),
.bookit-static-page section.text-information {
  background: var(--bookit-surface-soft);
}

.bookit-static-page section.cards-cities-detail > h2,
.bookit-static-page section.text-information > h2,
.bookit-static-page section.air-aviacompany > h2 {
  width: min(100% - 32px, 900px);
  margin: 0 auto 14px;
  color: var(--bookit-ink);
  font-size: 27px;
  line-height: 1.3;
}

.bookit-static-page section.cards-cities-detail .hr,
.bookit-static-page section.text-information .hr,
.bookit-static-page section.air-aviacompany .hr,
.bookit-static-page section.payment-method-visa .hr {
  width: 48px;
  margin: 0 auto 28px;
  border: 0;
  border-top: 3px solid var(--bookit-primary);
}

.bookit-static-page section.cards-cities-detail .w-700,
.bookit-static-page section.text-information .w-700 {
  max-width: 820px;
  color: #394950;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 1.7;
}

.bookit-static-page section.cards-cities-detail ul,
.bookit-static-page section.air-aviacompany ul {
  padding-left: 22px;
}

.bookit-static-page section.cards-cities-detail li,
.bookit-static-page section.air-aviacompany li {
  margin-bottom: 9px;
}

.bookit-static-page section.air-line {
  margin: 0;
  background: var(--bookit-surface);
}

.bookit-static-page section.air-line .line {
  height: 1px;
  background: var(--bookit-border);
}

.bookit-static-page section.text-information .spec-table {
  margin-bottom: 0;
}

.bookit-static-page section.text-information .hover-block {
  padding: 0 16px !important;
  border: 0;
  color: var(--bookit-ink);
  text-decoration: none;
}

.bookit-static-page section.text-information .hover-block > .row {
  min-height: 128px;
  margin: 8px 0;
  padding: 14px;
  border: 1px solid var(--bookit-border) !important;
  border-radius: 8px;
  background: var(--bookit-surface);
}

.bookit-static-page section.text-information .hover-block:hover,
.bookit-static-page section.text-information .hover-block:hover > .row {
  background: #e8f7ff;
}

.bookit-static-page section.text-information .hover-block:hover h5,
.bookit-static-page section.text-information .hover-block:hover p {
  color: var(--bookit-ink) !important;
}

/* Payment methods */

.bookit-static-page section.payment-special {
  position: relative;
  z-index: 2;
  margin-top: -32px;
  padding-bottom: 48px;
}

.bookit-static-page section.payment-special .card-payment {
  min-width: 190px;
  height: 142px;
  margin: 0 0 16px;
  overflow: hidden;
  flex: 1 1 calc(20% - 13px);
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-surface);
  box-shadow: 0 8px 24px rgba(21, 22, 26, 0.07);
}

.bookit-static-page section.payment-special .card-payment:hover {
  z-index: auto;
  border: 1px solid var(--bookit-primary);
  transform: none;
}

.bookit-static-page section.payment-special .card-payment .img {
  height: 100%;
  margin: 0;
  background-size: 72% auto;
}

.bookit-static-page section.payment-method-visa .container.bg-white.p-7 {
  max-width: 940px;
  padding: 0 !important;
  background: transparent;
}

.bookit-static-page section.payment-method-visa h2 {
  margin-top: 0;
  color: var(--bookit-ink);
  font-size: 28px;
}

.bookit-static-page section.payment-method-visa h3 {
  margin-top: 28px;
  color: var(--bookit-primary-dark) !important;
  font-size: 18px;
}

/* Schedule tables */

.bookit-static-page section.schedule {
  padding: 48px 0 64px;
  background: var(--bookit-page);
}

.bookit-static-page section.schedule .container {
  overflow-x: auto;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-surface);
  box-shadow: 0 8px 24px rgba(21, 22, 26, 0.05);
}

.bookit-static-page section.schedule .container.margin-top {
  margin-top: 0;
}

.bookit-static-page section.schedule .container > h2 {
  margin: 0;
  padding: 24px 16px 8px;
  color: var(--bookit-ink);
  font-size: 24px;
}

.bookit-static-page section.schedule .container > .hr {
  width: 48px;
  margin: 0 auto 24px;
  border: 0;
  border-top: 3px solid var(--bookit-primary);
}

.bookit-static-page section.schedule .table {
  width: 100%;
  min-width: 780px;
  margin: 0 !important;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--bookit-surface);
}

.bookit-static-page section.schedule .table > thead > tr > th {
  padding: 14px 16px;
  border: 0;
  border-bottom: 1px solid var(--bookit-border);
  background: var(--bookit-surface-soft);
  color: var(--bookit-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}

.bookit-static-page section.schedule .table > tbody > tr > td {
  padding: 14px 16px;
  border: 0;
  border-bottom: 1px solid #edf1f3;
  color: var(--bookit-ink);
  font-size: 14px;
  line-height: 1.45;
  vertical-align: middle;
}

.bookit-static-page section.schedule .table > tbody > tr:last-child > td {
  border-bottom: 0;
}

.bookit-static-page section.schedule .table > tbody > tr:hover > td {
  background: #f5fbff;
}

.bookit-static-page section.popular-avia .button {
  display: inline-flex;
  min-height: 42px;
  width: auto;
  padding: 9px 16px !important;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px !important;
  color: #fff;
  text-decoration: none;
}

.bookit-static-page section.popular-avia .btn-secondary {
  max-width: 100%;
  white-space: normal;
}

.bookit-static-page section.popular-avia .button.active,
.bookit-static-page section.popular-avia .button:hover {
  border-color: #fff;
  background: #fff;
  color: var(--bookit-primary-dark);
}

/* FAQ and restrictions */

.bookit-static-page section.faq {
  padding: 42px 0 64px;
  background: var(--bookit-page);
}

.bookit-static-page section.faq > .container {
  max-width: 920px;
  padding: 0 !important;
}

.bookit-static-page section.faq h2 {
  margin: 0 0 22px;
  color: var(--bookit-ink);
  font-size: 25px;
}

.bookit-static-page section.faq .panel-group {
  margin: 0;
}

.bookit-static-page section.faq .panel-default {
  margin: 0 0 10px;
  overflow: hidden;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-surface);
  box-shadow: none;
}

.bookit-static-page section.faq .panel-default > .panel-heading {
  min-height: 0;
  padding: 0;
  border: 0;
  background: var(--bookit-surface);
}

.bookit-static-page section.faq .panel-heading a {
  display: flex;
  min-height: 54px;
  width: 100%;
  padding: 15px 46px 15px 18px;
  align-items: center;
  color: var(--bookit-ink);
  font-size: 16px;
  line-height: 1.45;
}

.bookit-static-page section.faq .panel-heading a::after {
  top: 20px;
  right: 18px;
}

.bookit-static-page
  section.faq
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  padding: 0 18px 18px;
  border: 0;
  background: var(--bookit-surface);
  color: #45565e;
  font-size: 15px;
  line-height: 1.7;
}

.bookit-static-page section.faq .open-all {
  color: var(--bookit-primary-dark);
  font-size: 14px;
  font-weight: 400;
}

/* Footer */

.bookit-static-page > footer.bg-dark {
  padding: 0;
  background: var(--bookit-ink);
  color: #fff;
}

.bookit-static-page > footer.bg-dark .site-footer__container {
  display: block;
}

.bookit-static-page .site-footer__intro {
  display: flex;
  padding: 32px 0 26px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.bookit-static-page .site-footer__intro p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.5;
}

.bookit-static-page .site-footer__search-link {
  display: inline-flex;
  min-height: 42px;
  padding: 9px 14px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.bookit-static-page .site-footer__nav {
  display: grid;
  padding: 30px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 24px 34px;
}

.bookit-static-page .site-footer__section h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.bookit-static-page .site-footer__section h2 a {
  color: #fff;
}

.bookit-static-page > footer.bg-dark .site-footer__section ul {
  margin: 0;
}

.bookit-static-page > footer.bg-dark .site-footer__section li {
  padding: 0 0 9px !important;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.5;
}

.bookit-static-page .site-footer__contacts address {
  margin: 0;
  font-style: normal;
}

.bookit-static-page > footer.bg-dark a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.bookit-static-page > footer.bg-dark a:hover,
.bookit-static-page > footer.bg-dark a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.bookit-static-page .site-footer__search-link:hover,
.bookit-static-page .site-footer__search-link:focus-visible {
  border-color: rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
}

.bookit-static-page .site-footer__bottom {
  display: flex;
  padding: 18px 0;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  gap: 16px;
}

.bookit-static-page .site-footer__bottom span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .bookit-static-page .site-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .bookit-static-page .site-footer__intro {
    padding: 26px 0 22px;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .bookit-static-page .site-footer__search-link {
    width: 100%;
  }

  .bookit-static-page .site-footer__nav {
    padding: 22px 0;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .bookit-static-page .site-footer__section {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .bookit-static-page .site-footer__section:first-child {
    padding-top: 0;
  }

  .bookit-static-page .site-footer__section:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .bookit-static-page .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
}

@media (max-width: 1199px) {
  .bookit-static-page .header-section .d-flex .link-item {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 13px;
  }

  .bookit-static-page .header-section .header-brand__bookit {
    width: 100px;
  }

  .bookit-static-page .header-section .header-brand__mtravel {
    width: 88px;
  }

  .bookit-static-page section.cards-airlines .card-airlines,
  .bookit-static-page section.cards-cities .card-airlines,
  .bookit-static-page section.cards-cities-detail .card-airlines {
    min-width: 200px;
  }
}

@media (max-width: 991px) {
  .bookit-static-page .header-section,
  .bookit-static-page .header-section .row {
    min-height: 68px;
  }

  .bookit-static-page .header-section .header-brand__bookit {
    width: 92px;
  }

  .bookit-static-page .header-section .header-brand__mtravel {
    width: 80px;
  }

  .bookit-static-page .nav-header-menu-mobile {
    top: 68px;
    height: calc(100vh - 68px);
  }

  .bookit-static-page section.cards-airlines .card-airlines,
  .bookit-static-page section.cards-cities .card-airlines,
  .bookit-static-page section.cards-cities-detail .card-airlines {
    max-width: calc(50% - 8px);
    flex-basis: calc(50% - 8px);
  }
}

@media (max-width: 767px) {
  .bookit-static-page {
    font-size: 15px;
  }

  .bookit-static-page .container {
    width: min(100% - 24px, 1180px);
  }

  .bookit-static-page .header-section,
  .bookit-static-page .header-section .row {
    min-height: 68px;
  }

  .bookit-static-page .header-section .row {
    padding-top: 8px !important;
    padding-bottom: 8px;
    align-content: center;
    flex-wrap: wrap;
  }

  .bookit-static-page .header-section .row > div:first-child {
    width: auto;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    flex: 1 1 auto;
  }

  .bookit-static-page .header-section .row > div:last-child {
    width: 44px;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    order: 1;
    flex: 0 0 44px;
  }

  .bookit-static-page .nav-header-menu-mobile {
    top: 68px;
    height: calc(100vh - 68px);
  }

  .bookit-static-page section.popular-avia,
  .bookit-static-page section.popular-avia.special,
  .bookit-static-page section.popular-avia.faq-header {
    padding: 34px 0 64px;
  }

  .bookit-static-page section.popular-avia.faq-header {
    padding-bottom: 36px;
  }

  .bookit-static-page section.popular-avia h1,
  .bookit-static-page section.popular-avia.faq-header .container h1 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1.25;
    text-align: left !important;
  }

  .bookit-static-page section.popular-avia h2,
  .bookit-static-page section.popular-avia p {
    font-size: 15px;
    line-height: 1.5;
    text-align: left !important;
  }

  .bookit-static-page section.cards-airlines,
  .bookit-static-page section.cards-cities {
    margin-top: -28px !important;
    padding-bottom: 34px;
  }

  .bookit-static-page section.cards-airlines .d-flex.flex-wrap,
  .bookit-static-page section.cards-cities .d-flex.flex-wrap,
  .bookit-static-page section.cards-cities-detail .d-flex.flex-wrap,
  .bookit-static-page section.payment-special .d-flex.flex-wrap {
    gap: 12px;
  }

  .bookit-static-page section.cards-airlines .card-airlines,
  .bookit-static-page section.cards-cities .card-airlines,
  .bookit-static-page section.cards-cities-detail .card-airlines {
    min-width: 0;
    max-width: 100%;
    margin-bottom: 0;
    flex-basis: 100%;
  }

  .bookit-static-page section.cards-cities .card-airlines,
  .bookit-static-page section.cards-cities-detail .card-airlines,
  .bookit-static-page section.cards-cities .card-airlines .img,
  .bookit-static-page section.cards-cities-detail .card-airlines .img,
  .bookit-static-page section.cards-cities .card-airlines .owerley-text,
  .bookit-static-page section.cards-cities-detail .card-airlines .owerley-text {
    height: 176px;
  }

  .bookit-static-page section.airline-world,
  .bookit-static-page section.simple-purchase,
  .bookit-static-page section.cards-cities-detail,
  .bookit-static-page section.air-aviacompany,
  .bookit-static-page section.text-information,
  .bookit-static-page section.payment-method-visa {
    padding: 36px 0;
  }

  .bookit-static-page section.airline-world h2,
  .bookit-static-page section.simple-purchase h2,
  .bookit-static-page section.cards-cities-detail > h2,
  .bookit-static-page section.text-information > h2,
  .bookit-static-page section.air-aviacompany > h2,
  .bookit-static-page section.payment-method-visa h2 {
    font-size: 22px;
    text-align: left !important;
  }

  .bookit-static-page section.payment-special {
    margin-top: -24px;
    padding-bottom: 32px;
  }

  .bookit-static-page section.payment-special .card-payment {
    min-width: calc(50% - 6px);
    height: 116px;
    margin-bottom: 0;
    flex-basis: calc(50% - 6px);
  }

  .bookit-static-page section.schedule {
    padding: 28px 0 42px;
  }

  .bookit-static-page section.schedule .container {
    width: calc(100% - 24px);
  }

  .bookit-static-page section.schedule .table * {
    font-size: 13px !important;
  }

  .bookit-static-page section.schedule .table > thead > tr > th,
  .bookit-static-page section.schedule .table > tbody > tr > td {
    padding: 12px !important;
  }

  .bookit-static-page section.faq {
    padding: 28px 0 42px;
  }

  .bookit-static-page section.faq h2 {
    font-size: 22px;
  }

  .bookit-static-page section.faq .panel-heading a {
    padding-left: 14px;
    font-size: 15px;
  }

  .bookit-static-page section.text-information .hover-block {
    padding: 0 !important;
  }

}

@media (prefers-reduced-motion: reduce) {
  .bookit-static-page *,
  .bookit-static-page *::before,
  .bookit-static-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* ==========================================================================
   5. Compact commerce layout
   ========================================================================== */

.bookit-static-page .hero-actions {
  display: flex;
  margin-top: 24px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.bookit-static-page .hero-action {
  display: inline-flex;
  min-height: 44px;
  padding: 10px 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}

.bookit-static-page .hero-action--primary,
.bookit-static-page .hero-action--primary:hover,
.bookit-static-page .hero-action--primary:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #0679b8 !important;
}

.bookit-static-page .hero-action--secondary:hover,
.bookit-static-page .hero-action--secondary:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.bookit-static-page .booking-benefits {
  position: relative;
  z-index: 4;
  margin-top: -38px;
}

.bookit-static-page .booking-benefits__grid {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-surface);
  box-shadow: 0 10px 30px rgba(21, 22, 26, 0.09);
}

.bookit-static-page .booking-benefits__item {
  display: flex;
  min-height: 76px;
  padding: 14px 22px;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--bookit-border);
}

.bookit-static-page .booking-benefits__item:last-child {
  border-right: 0;
}

.bookit-static-page .booking-benefits__item strong {
  color: var(--bookit-ink);
  font-size: 17px;
  line-height: 1.25;
}

.bookit-static-page .booking-benefits__item span {
  margin-top: 3px;
  color: var(--bookit-muted);
  font-size: 13px;
  line-height: 1.35;
}

.bookit-static-page section.compact-listing,
.bookit-static-page section.payment-special.compact-listing {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 38px 0 46px !important;
  border-top: 0;
  background: var(--bookit-page);
}

.bookit-static-page section.compact-listing--nested {
  padding: 24px 0 0 !important;
  background: transparent;
}

.bookit-static-page section.airline-similar .container {
  width: min(100% - 32px, 1180px) !important;
}

.bookit-static-page .listing-heading {
  display: flex;
  margin-bottom: 18px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
}

.bookit-static-page .listing-heading h2 {
  width: auto;
  margin: 0 0 4px;
  color: var(--bookit-ink);
  font-size: 24px;
  line-height: 1.3;
  text-align: left;
}

.bookit-static-page .listing-heading p {
  max-width: 720px;
  margin: 0;
  color: var(--bookit-muted);
  font-size: 14px;
  line-height: 1.45;
}

.bookit-static-page .compact-listing .container.mb-2 {
  margin-bottom: 12px !important;
}

.bookit-static-page section.compact-listing .d-flex.flex-wrap {
  align-items: stretch;
  justify-content: flex-start;
  gap: 12px;
}

.bookit-static-page .airline-hero-summary {
  display: flex;
  width: min(100%, 900px);
  margin: 0 auto;
  align-items: center;
  gap: 24px;
  text-align: left;
}

.bookit-static-page .airline-hero-logo {
  display: flex;
  width: 190px;
  min-width: 190px;
  height: 92px;
  padding: 16px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(21, 22, 26, 0.14);
}

.bookit-static-page .airline-hero-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bookit-static-page .airline-hero-content {
  min-width: 0;
  flex: 1 1 auto;
}

.bookit-static-page .airline-hero-eyebrow {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}

.bookit-static-page .airline-hero-content h1 {
  margin: 0;
}

.bookit-static-page section.popular-avia.special .airline-hero-lead {
  max-width: 680px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.55;
  text-align: left;
}

.bookit-static-page .airline-hero-facts {
  display: flex;
  margin-top: 13px;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.bookit-static-page .airline-hero-facts > span {
  display: inline-flex;
  min-height: 30px;
  padding: 5px 10px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 12px;
  line-height: 1.35;
  gap: 5px;
}

.bookit-static-page section.popular-avia.special .hero-actions {
  width: min(100%, 900px);
  margin-right: auto;
  margin-left: auto;
  padding-left: 214px;
  justify-content: flex-start;
}

.bookit-static-page .airline-content-heading {
  margin-bottom: 20px;
  text-align: center;
}

.bookit-static-page .airline-content-heading__eyebrow {
  display: block;
  margin-bottom: 5px;
  color: var(--bookit-primary-dark);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.bookit-static-page .airline-content-heading h2 {
  margin: 0;
}

.bookit-static-page .airline-content-heading p {
  max-width: 760px;
  margin: 8px auto 0;
  color: var(--bookit-muted);
  font-size: 14px;
  line-height: 1.55;
}

.bookit-static-page .airline-about-copy {
  max-width: 920px;
  padding-right: 24px;
  padding-left: 24px;
  box-sizing: border-box;
  color: var(--bookit-ink);
  font-size: 16px;
  line-height: 1.7;
}

.bookit-static-page .airline-about-copy p {
  margin: 0 0 14px;
}

.bookit-static-page .airline-about-copy p:last-child {
  margin-bottom: 0;
}

.bookit-static-page .airline-about-copy a {
  color: var(--bookit-primary-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bookit-static-page .airline-practical-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-right: 0;
  margin-left: 0;
}

.bookit-static-page .airline-practical-grid > [class*="col-"] {
  width: auto;
  min-width: 0;
  padding: 18px 20px;
  float: none;
  border-left: 3px solid var(--bookit-primary);
  border-radius: 0 6px 6px 0;
  background: var(--bookit-surface-soft);
  color: var(--bookit-ink);
  font-size: 14px;
  line-height: 1.6;
}

.bookit-static-page .airline-practical-grid > [class*="col-"]:only-child {
  max-width: 920px;
  grid-column: 1 / -1;
  justify-self: center;
}

.bookit-static-page .airline-practical-grid p {
  margin: 0 0 10px;
}

.bookit-static-page .airline-practical-grid p:last-child,
.bookit-static-page .airline-practical-grid ul:last-child {
  margin-bottom: 0;
}

.bookit-static-page .airline-practical-grid .airline-info-title,
.bookit-static-page .airline-practical-grid .f18.text-primary {
  margin: 0 0 9px;
  color: var(--bookit-primary-dark) !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.bookit-static-page .airline-practical-grid ul {
  margin: 0 0 12px;
  padding-left: 20px;
}

.bookit-static-page .airline-practical-grid li {
  margin-bottom: 5px;
}

.bookit-static-page .airline-practical-grid a {
  color: var(--bookit-primary-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bookit-static-page .route-card,
.bookit-static-page .airline-card {
  display: flex;
  width: calc((100% - 40px) / 4);
  min-width: 0;
  max-width: calc((100% - 40px) / 4);
  min-height: 94px;
  margin: 0;
  overflow: hidden;
  flex: 0 1 calc((100% - 40px) / 4);
  align-items: center;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-surface);
  box-shadow: 0 5px 16px rgba(21, 22, 26, 0.05);
  color: var(--bookit-ink);
  text-decoration: none;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.bookit-static-page .route-card:hover,
.bookit-static-page .route-card:focus-visible,
.bookit-static-page .airline-card:hover,
.bookit-static-page .airline-card:focus-visible {
  border-color: rgba(19, 169, 250, 0.72);
  box-shadow: 0 9px 22px rgba(21, 22, 26, 0.1);
  color: var(--bookit-ink);
  transform: translateY(-2px);
}

.bookit-static-page .route-card__image {
  display: block;
  width: 82px;
  min-width: 82px;
  height: 82px;
  margin-left: 6px;
  object-fit: cover;
  border-radius: 6px;
  background-color: #e9eef0;
}

.bookit-static-page .route-card__content,
.bookit-static-page .airline-card__content {
  display: flex;
  min-width: 0;
  padding: 10px 8px 10px 12px;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
}

.bookit-static-page .route-card__meta {
  overflow: hidden;
  color: var(--bookit-muted);
  font-size: 11px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bookit-static-page .route-card__title,
.bookit-static-page .airline-card__content strong {
  display: -webkit-box;
  margin-top: 2px;
  overflow: hidden;
  color: var(--bookit-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bookit-static-page .route-card__price {
  margin-top: 5px;
  color: #087f50;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}

.bookit-static-page .airline-card {
  min-height: 88px;
}

.bookit-static-page .airline-card__logo {
  display: block;
  width: 72px;
  min-width: 72px;
  height: 72px;
  margin-left: 8px;
  padding: 10px;
  object-fit: contain;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: var(--bookit-surface-soft);
}

.bookit-static-page .airline-card__content > span {
  margin-top: 4px;
  color: var(--bookit-muted);
  font-size: 12px;
  line-height: 1.35;
}

.bookit-static-page .compact-card-arrow {
  display: inline-flex;
  width: 28px;
  min-width: 28px;
  height: 28px;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e8f7ff;
  color: var(--bookit-primary-dark);
  font-size: 16px;
  line-height: 1;
}

.bookit-static-page .payment-method-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.bookit-static-page .payment-card {
  display: flex;
  min-width: 0;
  min-height: 132px;
  padding: 14px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-surface);
  box-shadow: 0 5px 16px rgba(21, 22, 26, 0.05);
  color: var(--bookit-ink);
  text-align: center;
  text-decoration: none;
  flex-direction: column;
}

.bookit-static-page .payment-card:hover,
.bookit-static-page .payment-card:focus-visible {
  border-color: var(--bookit-primary);
  color: var(--bookit-ink);
}

.bookit-static-page .payment-card__logo {
  display: block;
  width: 100%;
  height: 48px;
  margin-bottom: 8px;
  object-fit: contain;
}

.bookit-static-page .payment-card__logo--qr {
  width: 48px;
}

.bookit-static-page .payment-card--static,
.bookit-static-page .payment-card--static:hover {
  border-color: var(--bookit-border);
  box-shadow: 0 5px 16px rgba(21, 22, 26, 0.05);
  cursor: default;
}

.bookit-static-page .payment-card strong {
  font-size: 14px;
  line-height: 1.25;
}

.bookit-static-page .payment-card > span:last-child {
  margin-top: 3px;
  color: var(--bookit-muted);
  font-size: 11px;
  line-height: 1.3;
}

.bookit-static-page section.cards-cities-detail:not(.compact-listing),
.bookit-static-page section.air-aviacompany,
.bookit-static-page section.text-information,
.bookit-static-page section.payment-method-visa {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bookit-static-page section.cards-cities-detail .w-700 > .bold,
.bookit-static-page section.cards-cities-detail .w-700 > ul.bold {
  font-weight: 400 !important;
}

.bookit-static-page section.cards-cities-detail .clearfix.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.bookit-static-page section.cards-cities-detail .w-700.mt-3 {
  margin-top: 16px !important;
}

.bookit-static-page section.cards-cities-detail .w-700 > .mt-3 {
  margin-top: 12px !important;
}

/* City destination guides */
.bookit-static-page section.city-guide {
  margin: 0 !important;
  padding: 46px 0 48px !important;
  background: var(--bookit-surface);
}

.bookit-static-page .city-guide__title {
  width: min(100% - 40px, 920px);
  margin: 0 auto 22px;
  color: var(--bookit-ink);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.bookit-static-page .city-guide__content.container {
  width: min(100% - 40px, 860px) !important;
  margin: 0 auto;
  padding: 0 !important;
  color: var(--bookit-ink);
  font-size: 15px;
  line-height: 1.7;
}

.bookit-static-page .city-guide__content p {
  margin: 0 0 12px;
  color: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
}

.bookit-static-page .city-guide__content p:first-child {
  color: var(--bookit-ink);
  font-size: 17px;
  line-height: 1.65;
}

.bookit-static-page .city-guide__content p:last-child {
  margin-bottom: 0;
}

.bookit-static-page .city-guide > .text-center {
  width: min(100% - 40px, 860px);
  margin: 22px auto 0 !important;
}

.bookit-static-page .city-guide > .text-center .btn-secondary {
  max-width: 100%;
  margin-top: 0 !important;
  box-sizing: border-box;
  gap: 8px;
  white-space: normal;
}

.bookit-static-page .city-guide > .text-center .btn-secondary .angle {
  position: static;
  top: auto !important;
  display: inline-flex !important;
  width: 8px !important;
  min-width: 8px;
  margin: 0 !important;
  align-items: center;
  flex: 0 0 8px;
  line-height: 0;
}

.bookit-static-page .city-guide > .text-center .btn-secondary .angle svg {
  display: block;
  width: 8px;
  height: auto;
}

/* Destination facts and FAQ */
.bookit-static-page .city-overview,
.bookit-static-page .city-faq {
  margin: 0;
  padding: 46px 0 48px;
}

.bookit-static-page .city-overview {
  background: var(--bookit-page);
}

.bookit-static-page .city-faq {
  border-top: 1px solid var(--bookit-border);
  background: var(--bookit-surface);
}

.bookit-static-page .city-overview__inner,
.bookit-static-page .city-faq__inner {
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
}

.bookit-static-page .city-overview h2,
.bookit-static-page .city-faq h2 {
  margin: 0 0 22px;
  color: var(--bookit-ink);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}

.bookit-static-page .city-overview__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.bookit-static-page .city-overview__fact {
  display: flex;
  min-width: 0;
  min-height: 136px;
  padding: 18px 14px;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-surface);
  align-items: center;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.bookit-static-page .city-overview__icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 8px;
  color: var(--bookit-primary);
  align-items: center;
  justify-content: center;
}

.bookit-static-page .city-overview__icon svg {
  display: block;
  width: 30px;
  height: 30px;
}

.bookit-static-page .city-overview__fact strong {
  overflow-wrap: anywhere;
  color: var(--bookit-ink);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.bookit-static-page .city-overview__fact > span:last-child {
  margin-top: 5px;
  color: var(--bookit-muted);
  font-size: 14px;
  line-height: 1.35;
}

.bookit-static-page .city-overview__note {
  margin: 16px 0 0;
  color: var(--bookit-muted);
  font-size: 14px;
  line-height: 1.6;
}

.bookit-static-page .city-faq__list {
  border-top: 1px solid var(--bookit-border);
}

.bookit-static-page .city-faq__item {
  margin: 0;
  border-bottom: 1px solid var(--bookit-border);
  background: transparent;
}

.bookit-static-page .city-faq__item summary {
  position: relative;
  display: block;
  padding: 18px 46px 18px 0;
  color: var(--bookit-ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  cursor: pointer;
  list-style: none;
}

.bookit-static-page .city-faq__item summary::-webkit-details-marker {
  display: none;
}

.bookit-static-page .city-faq__item summary::after {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--bookit-muted);
  border-bottom: 2px solid var(--bookit-muted);
  content: "";
  transform: translateY(-65%) rotate(45deg);
  transition: transform 160ms ease;
}

.bookit-static-page .city-faq__item[open] summary::after {
  transform: translateY(-30%) rotate(225deg);
}

.bookit-static-page .city-faq__item summary:focus-visible {
  border-radius: 4px;
  outline: 2px solid var(--bookit-primary);
  outline-offset: 3px;
}

.bookit-static-page .city-faq__answer {
  padding: 0 46px 18px 0;
}

.bookit-static-page .city-faq__answer p {
  margin: 0;
  color: var(--bookit-muted);
  font-size: 15px;
  line-height: 1.65;
}

.bookit-static-page .city-faq__answer p + p {
  margin-top: 10px;
}

.bookit-static-page .city-faq__airlines {
  display: flex;
  margin: 10px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
}

.bookit-static-page .city-faq__airlines + p {
  margin-top: 10px;
}

.bookit-static-page .city-faq__airlines li {
  margin: 0;
  padding: 5px 8px;
  border: 1px solid var(--bookit-border);
  border-radius: 4px;
  background: var(--bookit-page);
  color: var(--bookit-ink);
  font-size: 13px;
  line-height: 1.35;
}

/* Flights catalogue summary, controls and departure guide */
.bookit-static-page .flight-summary,
.bookit-static-page .departure-guide {
  margin: 0;
  padding: 38px 0 40px;
}

.bookit-static-page .flight-summary {
  background: var(--bookit-surface);
}

.bookit-static-page .departure-guide {
  border-top: 1px solid var(--bookit-border);
  background: var(--bookit-surface);
}

.bookit-static-page .flight-summary__inner,
.bookit-static-page .departure-guide__inner {
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
}

.bookit-static-page .flight-summary h2,
.bookit-static-page .departure-guide h2 {
  margin: 0 0 18px;
  color: var(--bookit-ink);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.bookit-static-page .flight-summary__grid,
.bookit-static-page .departure-guide__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.bookit-static-page .flight-summary__item,
.bookit-static-page .departure-guide__fact {
  display: flex;
  min-width: 0;
  min-height: 92px;
  padding: 15px 16px;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-page);
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
}

.bookit-static-page .flight-summary__item strong,
.bookit-static-page .departure-guide__fact strong {
  overflow-wrap: anywhere;
  color: var(--bookit-ink);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
}

.bookit-static-page .flight-summary__item strong small {
  font-size: 14px;
  font-weight: 700;
}

.bookit-static-page .flight-summary__item span,
.bookit-static-page .departure-guide__fact span {
  margin-top: 4px;
  color: var(--bookit-muted);
  font-size: 13px;
  line-height: 1.35;
}

.bookit-static-page .routes-explorer {
  margin-bottom: 12px;
}

.bookit-static-page .routes-toolbar {
  display: flex;
  margin-bottom: 10px;
  padding: 12px;
  align-items: flex-end;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-surface);
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 10px;
}

.bookit-static-page .routes-toolbar__scope {
  display: inline-flex;
  min-width: 0;
  padding: 3px;
  border: 1px solid var(--bookit-border);
  border-radius: 7px;
  background: var(--bookit-page);
  flex: 1 1 430px;
  gap: 3px;
}

.bookit-static-page .routes-filter {
  min-width: 0;
  min-height: 38px;
  padding: 7px 12px;
  flex: 1 1 auto;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: var(--bookit-muted);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  cursor: pointer;
  transition: background-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}

.bookit-static-page .routes-filter span {
  display: inline-flex;
  min-width: 20px;
  min-height: 20px;
  margin-left: 4px;
  padding: 1px 5px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(95, 108, 116, 0.1);
  box-sizing: border-box;
  font-size: 11px;
}

.bookit-static-page .routes-filter:hover {
  color: var(--bookit-ink);
}

.bookit-static-page .routes-filter.is-active {
  background: var(--bookit-surface);
  box-shadow: 0 2px 7px rgba(21, 22, 26, 0.1);
  color: var(--bookit-primary-dark);
}

.bookit-static-page .routes-filter.is-active span {
  background: rgba(19, 169, 250, 0.12);
}

.bookit-static-page .routes-filter:focus-visible,
.bookit-static-page .routes-toolbar select:focus-visible {
  outline: 2px solid var(--bookit-primary);
  outline-offset: 2px;
}

.bookit-static-page .routes-toolbar__field {
  display: flex;
  min-width: 170px;
  margin: 0;
  flex: 0 1 190px;
  flex-direction: column;
  gap: 4px;
}

.bookit-static-page .routes-toolbar__field > span {
  color: var(--bookit-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.bookit-static-page .routes-toolbar select {
  width: 100%;
  height: 40px;
  padding: 7px 32px 7px 10px;
  border: 1px solid var(--bookit-border);
  border-radius: 6px;
  background-color: var(--bookit-surface);
  color: var(--bookit-ink);
  font: inherit;
  font-size: 13px;
  line-height: 1.3;
}

.bookit-static-page .routes-toolbar__status {
  margin: 0 0 10px;
  color: var(--bookit-muted);
  font-size: 13px;
  line-height: 1.4;
}

.bookit-static-page .routes-toolbar__status strong {
  color: var(--bookit-ink);
}

.bookit-static-page .route-card[hidden] {
  display: none !important;
}

.bookit-static-page .routes-empty {
  margin: 12px 0 0;
  padding: 16px 18px;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-surface);
  color: var(--bookit-muted);
  font-size: 14px;
  line-height: 1.55;
}

.bookit-static-page .routes-empty[hidden] {
  display: none !important;
}

.bookit-static-page .departure-guide__practical {
  display: grid;
  margin-top: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bookit-static-page .departure-guide__practical article {
  min-width: 0;
  padding: 16px 18px;
  border-left: 3px solid var(--bookit-primary);
  border-radius: 0 7px 7px 0;
  background: var(--bookit-surface-soft);
}

.bookit-static-page .departure-guide__practical h3 {
  margin: 0 0 6px;
  color: var(--bookit-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.bookit-static-page .departure-guide__practical p {
  margin: 0;
  color: var(--bookit-muted);
  font-size: 14px;
  line-height: 1.6;
}

.bookit-static-page section.departure-airlines.compact-listing {
  border-top: 1px solid var(--bookit-border);
}

.bookit-static-page .flights-faq {
  background: var(--bookit-page);
}

@media (max-width: 991px) {
  .bookit-static-page .city-overview__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bookit-static-page .flight-summary__grid,
  .bookit-static-page .departure-guide__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bookit-static-page .routes-toolbar__scope {
    flex-basis: 100%;
  }
}

@media (max-width: 767px) {
  .bookit-static-page .city-overview,
  .bookit-static-page .city-faq {
    padding: 32px 0 34px;
  }

  .bookit-static-page .flight-summary,
  .bookit-static-page .departure-guide {
    padding: 30px 0 32px;
  }

  .bookit-static-page .city-overview__inner,
  .bookit-static-page .city-faq__inner {
    width: min(100% - 32px, 1120px);
  }

  .bookit-static-page .flight-summary__inner,
  .bookit-static-page .departure-guide__inner {
    width: min(100% - 32px, 1120px);
  }

  .bookit-static-page .city-overview h2,
  .bookit-static-page .city-faq h2 {
    margin-bottom: 17px;
    font-size: 22px;
    line-height: 1.35;
  }

  .bookit-static-page .flight-summary h2,
  .bookit-static-page .departure-guide h2 {
    margin-bottom: 15px;
    font-size: 21px;
  }

  .bookit-static-page .flight-summary__item,
  .bookit-static-page .departure-guide__fact {
    min-height: 82px;
    padding: 12px;
  }

  .bookit-static-page .flight-summary__item strong,
  .bookit-static-page .departure-guide__fact strong {
    font-size: 18px;
  }

  .bookit-static-page .routes-toolbar {
    padding: 10px;
  }

  .bookit-static-page .routes-toolbar__field {
    flex: 1 1 calc(50% - 5px);
  }

  .bookit-static-page .departure-guide__practical {
    grid-template-columns: 1fr;
  }

  .bookit-static-page .city-overview__grid {
    gap: 10px;
  }

  .bookit-static-page .city-overview__fact {
    min-height: 112px;
    padding: 14px 10px;
  }

  .bookit-static-page .city-overview__icon {
    width: 30px;
    height: 30px;
    margin-bottom: 6px;
  }

  .bookit-static-page .city-overview__icon svg {
    width: 26px;
    height: 26px;
  }

  .bookit-static-page .city-overview__fact strong {
    font-size: 19px;
  }

  .bookit-static-page .city-overview__fact > span:last-child,
  .bookit-static-page .city-overview__note {
    font-size: 13px;
  }

  .bookit-static-page .city-faq__item summary {
    padding: 15px 38px 15px 0;
    font-size: 16px;
  }

  .bookit-static-page .city-faq__answer {
    padding: 0 38px 15px 0;
  }

  .bookit-static-page .city-faq__answer p {
    font-size: 14px;
  }
}

@media (max-width: 430px) {
  .bookit-static-page .city-overview__grid {
    grid-template-columns: 1fr;
  }

  .bookit-static-page .city-overview__fact {
    min-height: 104px;
  }

  .bookit-static-page .flight-summary__grid,
  .bookit-static-page .departure-guide__facts {
    gap: 8px;
  }

  .bookit-static-page .routes-toolbar__scope {
    flex-wrap: wrap;
  }

  .bookit-static-page .routes-filter {
    flex-basis: calc(50% - 3px);
  }

  .bookit-static-page .routes-filter:first-child {
    flex-basis: 100%;
  }

  .bookit-static-page .routes-toolbar__field {
    min-width: 100%;
    flex-basis: 100%;
  }
}

@media (max-width: 1199px) {
  .bookit-static-page .route-card,
  .bookit-static-page .airline-card {
    max-width: calc((100% - 40px) / 4);
  }
}

@media (max-width: 991px) {
  .bookit-static-page .route-card,
  .bookit-static-page .airline-card {
    width: calc((100% - 14px) / 2);
    max-width: calc((100% - 14px) / 2);
    flex-basis: calc((100% - 14px) / 2);
  }

  .bookit-static-page .payment-method-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}

@media (max-width: 767px) {
  .bookit-static-page .airline-hero-summary {
    text-align: center;
    flex-direction: column;
    gap: 14px;
  }

  .bookit-static-page .airline-hero-logo {
    width: 170px;
    min-width: 170px;
    height: 76px;
    padding: 13px;
  }

  .bookit-static-page .airline-hero-content h1 {
    font-size: 27px;
  }

  .bookit-static-page .airline-hero-content {
    width: 100%;
    text-align: left;
  }

  .bookit-static-page section.popular-avia.special .airline-hero-lead {
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    text-align: left !important;
  }

  .bookit-static-page .airline-hero-facts {
    justify-content: center;
  }

  .bookit-static-page .airline-hero-facts > span {
    width: 100%;
    justify-content: center;
  }

  .bookit-static-page section.popular-avia.special .hero-actions {
    width: 100%;
    padding-left: 0;
    justify-content: center;
  }

  .bookit-static-page .airline-content-heading {
    margin-bottom: 15px;
  }

  .bookit-static-page .airline-content-heading h2 {
    font-size: 22px;
  }

  .bookit-static-page .airline-about-copy {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 15px;
    line-height: 1.65;
  }

  .bookit-static-page .airline-about-copy p {
    margin-bottom: 12px;
  }

  .bookit-static-page .airline-practical-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bookit-static-page .airline-practical-grid > [class*="col-"] {
    padding: 15px 16px;
    grid-column: auto;
  }

  .bookit-static-page .hero-actions {
    margin-top: 18px;
    justify-content: flex-start;
  }

  .bookit-static-page .hero-action {
    min-height: 42px;
    padding: 9px 13px;
    font-size: 13px;
  }

  .bookit-static-page .booking-benefits {
    margin-top: -42px;
  }

  .bookit-static-page .booking-benefits__item {
    min-height: 68px;
    padding: 10px;
  }

  .bookit-static-page .booking-benefits__item strong {
    font-size: 14px;
  }

  .bookit-static-page .booking-benefits__item span {
    font-size: 10px;
    line-height: 1.25;
  }

  .bookit-static-page section.compact-listing,
  .bookit-static-page section.payment-special.compact-listing {
    padding: 30px 0 36px !important;
  }

  .bookit-static-page section.compact-listing--nested {
    padding-top: 20px !important;
  }

  .bookit-static-page section.airline-similar .container {
    width: min(100% - 24px, 1180px) !important;
  }

  .bookit-static-page .listing-heading {
    margin-bottom: 14px;
  }

  .bookit-static-page .listing-heading h2 {
    font-size: 21px;
  }

  .bookit-static-page .listing-heading p {
    font-size: 13px;
  }

  .bookit-static-page .route-card,
  .bookit-static-page .airline-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 86px;
    flex-basis: 100%;
  }

  .bookit-static-page .route-card__image {
    width: 74px;
    min-width: 74px;
    height: 74px;
  }

  .bookit-static-page .airline-card__logo {
    width: 68px;
    min-width: 68px;
    height: 68px;
  }

  .bookit-static-page .payment-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .bookit-static-page .payment-card {
    min-height: 116px;
    padding: 12px;
  }

  .bookit-static-page .payment-card__logo {
    height: 40px;
  }

  .bookit-static-page section.cards-cities-detail:not(.compact-listing),
  .bookit-static-page section.air-aviacompany,
  .bookit-static-page section.text-information,
  .bookit-static-page section.payment-method-visa {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .bookit-static-page section.city-guide {
    padding: 32px 0 34px !important;
  }

  .bookit-static-page .city-guide__title {
    width: min(100% - 32px, 920px);
    margin-bottom: 17px;
    font-size: 22px;
    line-height: 1.35;
  }

  .bookit-static-page .city-guide__content.container {
    width: min(100% - 32px, 860px) !important;
    font-size: 14px;
    line-height: 1.65;
  }

  .bookit-static-page .city-guide__content p {
    margin-bottom: 10px;
  }

  .bookit-static-page .city-guide__content p:first-child {
    font-size: 15px;
    line-height: 1.65;
  }

  .bookit-static-page .city-guide > .text-center {
    width: min(100% - 32px, 860px);
    margin-top: 18px !important;
  }

  .bookit-static-page .city-guide > .text-center .btn-secondary {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .bookit-static-page .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .bookit-static-page .hero-action {
    width: 100%;
  }
}

/* ==========================================================================
   6. Compact alternative flights
   ========================================================================== */

.bookit-static-page .alternative-flights-section .hr {
  margin-bottom: 22px;
}

.bookit-static-page section.text-information .container.alternative-flight-list {
  display: grid;
  width: min(100% - 32px, 1180px) !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.bookit-static-page section.text-information .alternative-flight-list::before,
.bookit-static-page section.text-information .alternative-flight-list::after {
  display: none;
  content: none;
}

.bookit-static-page .alternative-flight-card {
  display: flex;
  min-width: 0;
  min-height: 82px;
  overflow: hidden;
  align-items: center;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-surface);
  box-shadow: 0 4px 14px rgba(21, 22, 26, 0.045);
  color: var(--bookit-ink);
  text-decoration: none;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.bookit-static-page .alternative-flight-card:hover,
.bookit-static-page .alternative-flight-card:focus-visible {
  border-color: rgba(19, 169, 250, 0.72);
  box-shadow: 0 8px 20px rgba(21, 22, 26, 0.09);
  color: var(--bookit-ink);
  transform: translateY(-1px);
}

.bookit-static-page .alternative-flight-card__image {
  display: block;
  width: 68px;
  min-width: 68px;
  height: 68px;
  margin-left: 6px;
  object-fit: cover;
  border-radius: 6px;
  background-color: #e9eef0;
}

.bookit-static-page .alternative-flight-card__content {
  display: flex;
  min-width: 0;
  padding: 9px 8px 9px 11px;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
}

.bookit-static-page .alternative-flight-card__content > strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--bookit-ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bookit-static-page .alternative-flight-card__label {
  margin-top: 4px;
  overflow: hidden;
  color: var(--bookit-muted);
  font-size: 10px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bookit-static-page .alternative-flight-card__details {
  display: flex;
  min-width: 82px;
  padding: 9px 0;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}

.bookit-static-page .alternative-flight-card__details > span {
  color: var(--bookit-muted);
  font-size: 10px;
  line-height: 1.3;
  white-space: nowrap;
}

.bookit-static-page .alternative-flight-card__details > strong {
  margin-top: 5px;
  color: #087f50;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
}

.bookit-static-page .alternative-flight-card .compact-card-arrow {
  width: 26px;
  min-width: 26px;
  height: 26px;
  margin-right: 8px;
  margin-left: 8px;
  font-size: 15px;
}

@media (max-width: 1199px) {
  .bookit-static-page
    section.text-information
    .container.alternative-flight-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .bookit-static-page .alternative-flights-section .hr {
    margin-bottom: 18px;
  }

  .bookit-static-page
    section.text-information
    .container.alternative-flight-list {
    width: min(100% - 24px, 1180px) !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .bookit-static-page .alternative-flight-card {
    min-height: 76px;
  }

  .bookit-static-page .alternative-flight-card__image {
    width: 62px;
    min-width: 62px;
    height: 62px;
  }
}

@media (max-width: 430px) {
  .bookit-static-page .alternative-flight-card__image {
    width: 56px;
    min-width: 56px;
    height: 56px;
  }

  .bookit-static-page .alternative-flight-card__content {
    padding-right: 5px;
    padding-left: 8px;
  }

  .bookit-static-page .alternative-flight-card__details {
    min-width: 72px;
  }

  .bookit-static-page .alternative-flight-card .compact-card-arrow {
    margin-right: 6px;
    margin-left: 6px;
  }
}

/* ==========================================================================
   7. Responsive flight schedules
   ========================================================================== */

.bookit-static-page .schedule-board-action {
  margin-top: 22px;
}

.bookit-static-page .static-breadcrumbs {
  border-bottom: 1px solid #edf1f3;
  background: var(--bookit-surface);
}

.bookit-static-page .static-breadcrumbs ol {
  display: flex;
  min-height: 42px;
  margin: 0;
  padding: 0;
  align-items: center;
  overflow-x: auto;
  color: var(--bookit-muted);
  font-size: 12px;
  line-height: 1.3;
  list-style: none;
  white-space: nowrap;
  scrollbar-width: none;
}

.bookit-static-page .static-breadcrumbs ol::-webkit-scrollbar {
  display: none;
}

.bookit-static-page .static-breadcrumbs li {
  display: inline-flex;
  align-items: center;
}

.bookit-static-page .static-breadcrumbs li + li::before {
  margin: 0 8px;
  color: var(--bookit-neutral);
  content: "/";
}

.bookit-static-page .static-breadcrumbs a {
  color: #4f626b;
  text-decoration: none;
}

.bookit-static-page .static-breadcrumbs a:hover,
.bookit-static-page .static-breadcrumbs a:focus-visible {
  color: var(--bookit-primary-dark);
  text-decoration: underline;
}

.bookit-static-page .static-info-content {
  padding: 38px 0 44px;
  border-top: 1px solid var(--bookit-border);
  background: var(--bookit-surface);
}

.bookit-static-page .static-info-content__intro {
  max-width: 840px;
}

.bookit-static-page .static-info-content h2 {
  margin: 0 0 10px;
  color: var(--bookit-ink);
  font-size: 25px;
  line-height: 1.3;
}

.bookit-static-page .static-info-content p {
  margin: 0;
  color: #46575f;
  font-size: 15px;
  line-height: 1.65;
}

.bookit-static-page .static-info-content__links {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.bookit-static-page .static-info-content__links a {
  color: var(--bookit-primary-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ==========================================================================
   8. Documents and informational pages
   ========================================================================== */

.bookit-docs-page {
  background: #f5f7f8;
  color: var(--bookit-ink);
}

.bookit-docs-page .docs-main {
  min-height: 60vh;
}

.bookit-docs-page .docs-hero {
  margin: 0;
  padding: 0 !important;
  background: #087fae;
}

.bookit-docs-page .docs-hero .container-fluid {
  min-height: 230px;
  padding: 52px 0 48px;
}

.bookit-docs-page .docs-hero .row {
  display: flex;
  min-height: 126px;
  align-items: center;
}

.bookit-docs-page .docs-hero h1 {
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  font-size: 34px;
  line-height: 1.22;
}

.bookit-docs-page .docs-hero p {
  max-width: 760px;
  margin: 14px auto 0 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.55;
}

.bookit-docs-page .docs-content {
  margin: 0;
  padding: 42px 0 52px;
  background: var(--bookit-surface);
}

.bookit-docs-page .docs-article-head,
.bookit-docs-page .docs-article {
  width: min(100% - 32px, 920px);
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  background: transparent !important;
}

.bookit-docs-page .docs-article-head {
  margin-top: 0 !important;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--bookit-border);
}

.bookit-docs-page .docs-content .docs-article.margin-top {
  margin-top: 0 !important;
}

.bookit-docs-page .docs-article-head:empty {
  display: none;
}

.bookit-docs-page .docs-article-head h2,
.bookit-docs-page .docs-article > h2:first-child {
  margin: 0;
  color: var(--bookit-ink);
  font-size: 27px !important;
  line-height: 1.32;
  text-align: left !important;
}

.bookit-docs-page .docs-article-head .hr,
.bookit-docs-page .docs-article > .hr {
  width: 44px;
  margin: 14px 0 0 !important;
  border-top: 3px solid var(--bookit-primary);
}

.bookit-docs-page .docs-article > h2:not(:first-child),
.bookit-docs-page .docs-article h3 {
  margin: 34px 0 10px;
  color: var(--bookit-ink) !important;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.4;
}

.bookit-docs-page .docs-article > h2:not(:first-child) {
  padding-top: 22px;
  border-top: 1px solid var(--bookit-border);
}

.bookit-docs-page .docs-article p,
.bookit-docs-page .docs-article li,
.bookit-docs-page .docs-article td,
.bookit-docs-page .docs-article th {
  color: #3f5159;
  font-size: 16px !important;
  line-height: 1.7;
}

.bookit-docs-page .docs-article p {
  margin: 0 0 16px;
}

.bookit-docs-page .docs-article ul,
.bookit-docs-page .docs-article ol {
  margin: 12px 0 22px;
  padding-left: 24px !important;
}

.bookit-docs-page .docs-article li {
  margin-bottom: 8px;
  padding-left: 4px;
}

.bookit-docs-page .docs-article a {
  color: #0678b7;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bookit-docs-page .docs-article .docs-toc {
  display: grid;
  margin: 20px 0 32px;
  padding: 18px 20px 12px 40px !important;
  border-top: 1px solid var(--bookit-border);
  border-bottom: 1px solid var(--bookit-border);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 34px;
}

.bookit-docs-page .docs-article img {
  max-width: 100%;
  height: auto;
}

.bookit-docs-page .docs-article table {
  display: block;
  width: 100%;
  margin: 20px 0;
  overflow-x: auto;
  border-collapse: collapse;
  -webkit-overflow-scrolling: touch;
}

.bookit-docs-page .docs-article th,
.bookit-docs-page .docs-article td {
  min-width: 150px;
  padding: 10px 12px;
  vertical-align: top;
}

.bookit-docs-page .docs-article th {
  color: var(--bookit-ink);
  background: #eef6f8;
}

.bookit-docs-page .docs-reviews {
  min-height: 240px;
}

.bookit-docs-page .docs-reviews iframe,
.bookit-docs-page .docs-reviews [data-romw-token] {
  max-width: 100% !important;
}

.bookit-docs-page .docs-cta {
  min-height: 0;
  margin: 0;
  padding: 34px 0 38px;
  background: #103f50;
}

.bookit-docs-page .docs-cta::before {
  display: none;
}

.bookit-docs-page .docs-cta .container-fluid {
  padding: 0;
}

.bookit-docs-page .docs-cta .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px 30px;
}

.bookit-docs-page .docs-cta h2,
.bookit-docs-page .docs-cta p {
  margin: 0;
  color: #fff !important;
}

.bookit-docs-page .docs-cta h2 {
  font-size: 23px;
  line-height: 1.35;
}

.bookit-docs-page .docs-cta p {
  max-width: 760px;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 1.55;
}

.bookit-docs-page .docs-cta .container > div:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.bookit-docs-page .docs-cta .btn {
  display: inline-flex;
  min-height: 44px;
  padding: 0 20px !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.bookit-docs-page .docs-cta .btn:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.42);
  outline-offset: 3px;
}

.bookit-docs-page .docs-cta .angle {
  position: static !important;
  top: auto !important;
  display: inline-flex !important;
  width: 8px !important;
  height: 14px;
  margin-left: 0 !important;
  align-items: center;
  flex: 0 0 8px;
  line-height: 0;
}

.bookit-docs-page .docs-cta .angle svg {
  display: block;
  width: 8px;
  height: auto;
}

.bookit-docs-page .docs-payment-content {
  min-height: 70vh;
}

.bookit-docs-page .docs-payment-content .docs-article > h1 {
  margin: 0 0 24px;
  color: var(--bookit-ink);
  font-size: 28px;
  line-height: 1.3;
  text-align: left !important;
}

.bookit-docs-page .docs-payment-content .docs-article-head h1 {
  margin: 0;
  color: var(--bookit-ink);
  font-size: 28px;
  line-height: 1.3;
  text-align: left !important;
}

.bookit-docs-page .docs-auth-notice {
  padding: 18px 20px;
  border-left: 3px solid var(--bookit-primary);
  background: #eef7fa;
}

.bookit-docs-page .docs-auth-notice h2 {
  margin: 0 0 6px;
  color: var(--bookit-ink);
  font-size: 20px;
}

.bookit-docs-page .docs-auth-notice p {
  margin: 0;
}

.bookit-docs-page .docs-payment-table td {
  border-color: var(--bookit-border);
}

.bookit-docs-page .docs-payment-qr {
  display: block;
  width: min(100%, 300px);
  margin: 0 auto 18px;
  border: 1px solid #b9dce8;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .bookit-docs-page .docs-hero .container-fluid {
    min-height: 0;
    padding: 34px 0 36px;
  }

  .bookit-docs-page .docs-hero .row {
    min-height: 0;
  }

  .bookit-docs-page .docs-hero h1 {
    font-size: 27px;
    text-align: left !important;
  }

  .bookit-docs-page .docs-hero p {
    font-size: 15px !important;
    text-align: left !important;
  }

  .bookit-docs-page .docs-content {
    padding: 30px 0 38px;
  }

  .bookit-docs-page .docs-article-head,
  .bookit-docs-page .docs-article {
    width: min(100% - 24px, 920px);
  }

  .bookit-docs-page .docs-article-head {
    margin-bottom: 22px;
    padding-bottom: 20px;
  }

  .bookit-docs-page .docs-article-head h2,
  .bookit-docs-page .docs-article > h2:first-child {
    font-size: 22px !important;
  }

  .bookit-docs-page .docs-article > h2:not(:first-child),
  .bookit-docs-page .docs-article h3 {
    margin-top: 28px;
    font-size: 18px !important;
  }

  .bookit-docs-page .docs-article p,
  .bookit-docs-page .docs-article li,
  .bookit-docs-page .docs-article td,
  .bookit-docs-page .docs-article th {
    font-size: 15px !important;
  }

  .bookit-docs-page .docs-article .docs-toc {
    padding: 16px 14px 10px 34px !important;
    grid-template-columns: minmax(0, 1fr);
  }

  .bookit-docs-page .docs-article table {
    width: calc(100vw - 24px);
  }

  .bookit-docs-page .docs-article th,
  .bookit-docs-page .docs-article td {
    min-width: 132px;
    padding: 8px 10px;
  }

  .bookit-docs-page .docs-cta {
    padding: 28px 0 30px;
  }

  .bookit-docs-page .docs-cta .container {
    display: block;
  }

  .bookit-docs-page .docs-cta h2 {
    font-size: 20px;
  }

  .bookit-docs-page .docs-cta p {
    margin-top: 8px;
  }

  .bookit-docs-page .docs-cta .container > div:last-child {
    margin-top: 18px;
  }

  .bookit-docs-page .docs-cta .btn {
    max-width: 100%;
    white-space: normal;
  }
}

.bookit-static-page .schedule-hero-lead {
  max-width: 760px !important;
  margin-top: 12px !important;
}

.bookit-static-page .schedule-city-switcher {
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.bookit-static-page .schedule-city-switcher__label {
  margin-right: 3px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.bookit-static-page .schedule-board-action .hero-action {
  min-width: 190px;
  box-shadow: 0 6px 18px rgba(21, 22, 26, 0.14);
}

.bookit-static-page .schedule-city,
.bookit-static-page .schedule-airline {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
}

.bookit-static-page .schedule-city__image {
  display: block;
  width: 38px;
  min-width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 6px;
  background-color: #e9eef0;
}

.bookit-static-page .schedule-airline {
  color: var(--bookit-primary-dark);
  cursor: pointer;
  text-decoration: none;
}

.bookit-static-page
  section.schedule
  .schedule-table
  .schedule-airline
  > .bold {
  font-size: 14px !important;
  text-decoration: underline;
  text-decoration-color: rgba(7, 142, 214, 0.42);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.bookit-static-page .schedule-airline:hover > .bold,
.bookit-static-page .schedule-airline:focus-visible > .bold {
  color: #066ea8;
  text-decoration-color: currentColor;
}

.bookit-static-page .schedule-airline__logo {
  display: block;
  width: 46px;
  min-width: 46px;
  height: 34px;
  padding: 4px;
  object-fit: contain;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: var(--bookit-surface-soft);
}

.bookit-static-page .schedule-airline-logo {
  display: block;
  width: auto;
  max-width: 120px;
  height: auto;
  max-height: 38px;
  object-fit: contain;
}

.bookit-static-page .schedule-status {
  font-weight: 600;
}

.bookit-static-page
  .schedule-table--routes
  .schedule-city-group
  > td {
  padding: 9px 16px !important;
  border-bottom: 1px solid var(--bookit-border) !important;
  background: var(--bookit-surface-soft) !important;
}

.bookit-static-page
  .schedule-table--routes
  .schedule-city-group
  .schedule-city
  > span:last-child {
  font-size: 18px;
  font-weight: 600;
}

.bookit-static-page
  .schedule-table--routes
  .schedule-flight-row
  > td:first-child {
  padding-left: 24px;
}

.bookit-static-page .schedule-seo-content {
  padding: 46px 0 52px;
  border-top: 1px solid var(--bookit-border);
  background: var(--bookit-surface);
}

.bookit-static-page .schedule-seo-content__intro {
  max-width: 860px;
}

.bookit-static-page .schedule-seo-content__intro h2 {
  margin: 0 0 10px;
  color: var(--bookit-ink);
  font-size: 27px;
  line-height: 1.3;
}

.bookit-static-page .schedule-seo-content__intro p,
.bookit-static-page .schedule-seo-content article p,
.bookit-static-page .schedule-seo-note p {
  margin: 0;
  color: #46575f;
  font-size: 15px;
  line-height: 1.65;
}

.bookit-static-page .schedule-seo-content__grid {
  display: grid;
  margin-top: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bookit-static-page .schedule-seo-content article {
  padding: 0 24px;
  border-left: 1px solid var(--bookit-border);
}

.bookit-static-page .schedule-seo-content article:first-child {
  padding-left: 0;
  border-left: 0;
}

.bookit-static-page .schedule-seo-content article:last-child {
  padding-right: 0;
}

.bookit-static-page .schedule-seo-content article h3 {
  margin: 0 0 8px;
  color: var(--bookit-ink);
  font-size: 17px;
  line-height: 1.35;
}

.bookit-static-page .schedule-seo-content article h3 a {
  color: inherit;
  text-decoration: none;
}

.bookit-static-page .schedule-seo-content article h3 a:hover,
.bookit-static-page .schedule-seo-content article h3 a:focus-visible {
  color: var(--bookit-primary-dark);
  text-decoration: underline;
}

.bookit-static-page .schedule-seo-note {
  margin-top: 30px;
  padding: 14px 16px;
  border-left: 3px solid var(--bookit-primary);
  border-radius: 0 6px 6px 0;
  background: #f1f9fd;
}

.bookit-static-page .schedule-seo-note strong {
  display: block;
  margin-bottom: 3px;
  color: var(--bookit-ink);
  font-size: 14px;
}

@media (max-width: 767px) {
  .bookit-static-page .static-info-content {
    padding: 30px 0 34px;
  }

  .bookit-static-page .static-info-content h2 {
    font-size: 21px;
  }

  .bookit-static-page section.schedule {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 26px 0 30px;
  }

  .bookit-static-page section.schedule + section.schedule {
    padding-top: 6px;
  }

  .bookit-static-page section.schedule .schedule-container {
    width: min(100% - 24px, 1180px) !important;
    margin-bottom: 0 !important;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .bookit-static-page section.schedule .schedule-container > h2 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 1.3;
    text-align: left !important;
  }

  .bookit-static-page section.schedule .schedule-container > .hr {
    width: 42px;
    margin: 12px 0 18px;
    border-top-width: 3px;
  }

  .bookit-static-page section.schedule table.schedule-table {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0 !important;
    border: 0;
    background: transparent;
  }

  .bookit-static-page section.schedule .schedule-table thead {
    display: none;
  }

  .bookit-static-page section.schedule .schedule-table tbody {
    display: grid;
    width: 100%;
    gap: 10px;
  }

  .bookit-static-page section.schedule .schedule-table tbody tr {
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid var(--bookit-border);
    border-radius: 8px;
    background: var(--bookit-surface);
    box-shadow: 0 4px 14px rgba(21, 22, 26, 0.05);
  }

  .bookit-static-page section.schedule .schedule-table tbody tr:hover td {
    background: transparent;
  }

  .bookit-static-page section.schedule .schedule-table tbody td {
    display: flex;
    min-width: 0;
    min-height: 54px;
    padding: 9px 11px !important;
    align-items: flex-start;
    justify-content: center;
    border: 0;
    border-top: 1px solid #edf1f3;
    background: transparent;
    color: var(--bookit-ink);
    font-size: 14px !important;
    line-height: 1.35;
    vertical-align: top;
    flex-direction: column;
  }

  .bookit-static-page section.schedule .schedule-table tbody td::before {
    display: block;
    margin-bottom: 3px;
    color: var(--bookit-muted);
    content: attr(data-label);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
  }

  .bookit-static-page section.schedule .schedule-table tbody td a {
    color: var(--bookit-primary-dark);
    text-decoration: none;
  }

  .bookit-static-page .schedule-city,
  .bookit-static-page .schedule-airline {
    display: flex;
    width: 100%;
  }

  .bookit-static-page .schedule-city__image {
    width: 42px;
    min-width: 42px;
    height: 42px;
  }

  .bookit-static-page .schedule-airline__logo {
    width: 52px;
    min-width: 52px;
    height: 36px;
  }

  .bookit-static-page
    section.schedule
    .schedule-table--routes
    tbody
    .schedule-city-group {
    display: block;
    margin-top: 10px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .bookit-static-page
    section.schedule
    .schedule-table--routes
    tbody
    .schedule-city-group:first-child {
    margin-top: 0;
  }

  .bookit-static-page
    section.schedule
    .schedule-table--routes
    tbody
    .schedule-city-group
    > td {
    display: block;
    min-height: 0;
    padding: 6px 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  .bookit-static-page
    section.schedule
    .schedule-table--routes
    tbody
    .schedule-city-group
    > td::before {
    display: none;
  }

  .bookit-static-page
    section.schedule
    .schedule-table--routes
    .schedule-city-group
    .schedule-city
    > span:last-child {
    font-size: 21px !important;
  }

  .bookit-static-page
    section.schedule
    .schedule-table--routes
    tbody
    .schedule-flight-row {
    grid-template-areas:
      "airline airline"
      "day flight"
      "departure arrival";
  }

  .bookit-static-page
    section.schedule
    .schedule-table--routes
    tbody
    .schedule-flight-row
    td:nth-child(1) {
    grid-area: airline;
    border-top: 0;
    padding-left: 11px;
  }

  .bookit-static-page
    section.schedule
    .schedule-table--routes
    tbody
    .schedule-flight-row
    td:nth-child(2) {
    grid-area: day;
  }

  .bookit-static-page
    section.schedule
    .schedule-table--routes
    tbody
    .schedule-flight-row
    td:nth-child(3) {
    grid-area: flight;
    border-left: 1px solid #edf1f3;
    font-weight: 600;
  }

  .bookit-static-page
    section.schedule
    .schedule-table--routes
    tbody
    .schedule-flight-row
    td:nth-child(4) {
    grid-area: departure;
    font-size: 17px !important;
    font-weight: 600;
  }

  .bookit-static-page
    section.schedule
    .schedule-table--routes
    tbody
    .schedule-flight-row
    td:nth-child(5) {
    grid-area: arrival;
    border-left: 1px solid #edf1f3;
    font-size: 17px !important;
    font-weight: 600;
  }

  .bookit-static-page
    section.schedule
    .schedule-table--board
    tbody
    tr {
    grid-template-areas:
      "airline flight"
      "route route"
      "date time"
      "status status";
  }

  .bookit-static-page
    section.schedule
    .schedule-table--board
    tbody
    td:nth-child(1) {
    min-height: 62px;
    grid-area: airline;
    border-top: 0;
  }

  .bookit-static-page
    section.schedule
    .schedule-table--board
    tbody
    td:nth-child(2) {
    min-height: 62px;
    grid-area: flight;
    border-top: 0;
    border-left: 1px solid #edf1f3;
    font-size: 17px !important;
  }

  .bookit-static-page
    section.schedule
    .schedule-table--board
    tbody
    td:nth-child(3) {
    grid-area: route;
    background: var(--bookit-surface-soft);
    font-size: 16px !important;
    font-weight: 600;
  }

  .bookit-static-page
    section.schedule
    .schedule-table--board
    tbody
    td:nth-child(4) {
    grid-area: date;
  }

  .bookit-static-page
    section.schedule
    .schedule-table--board
    tbody
    td:nth-child(5) {
    grid-area: time;
    border-left: 1px solid #edf1f3;
  }

  .bookit-static-page
    section.schedule
    .schedule-table--board
    tbody
    td:nth-child(6) {
    min-height: 48px;
    grid-area: status;
    background: var(--bookit-surface-soft);
  }

  .bookit-static-page .schedule-airline-logo {
    max-width: 96px;
    max-height: 30px;
  }

  .bookit-static-page .schedule-city-switcher {
    margin-top: 16px;
    justify-content: flex-start;
  }

  .bookit-static-page .schedule-city-switcher__label {
    width: 100%;
    margin-bottom: 2px;
    text-align: left;
  }

  .bookit-static-page .schedule-seo-content {
    padding: 34px 0 38px;
  }

  .bookit-static-page .schedule-seo-content__intro h2 {
    font-size: 22px;
  }

  .bookit-static-page .schedule-seo-content__grid {
    margin-top: 22px;
    grid-template-columns: minmax(0, 1fr);
  }

  .bookit-static-page .schedule-seo-content article,
  .bookit-static-page .schedule-seo-content article:first-child,
  .bookit-static-page .schedule-seo-content article:last-child {
    padding: 18px 0;
    border-top: 1px solid var(--bookit-border);
    border-left: 0;
  }

  .bookit-static-page .schedule-seo-content article:last-child {
    padding-bottom: 0;
  }

  .bookit-static-page .schedule-seo-note {
    margin-top: 24px;
  }
}
/* ==========================================================================
   11. Departure city catalogue
   ========================================================================== */

.bookit-static-page .departure-summary {
  border-bottom: 1px solid var(--bookit-border);
}

.bookit-static-page .departure-popular {
  margin-bottom: 28px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--bookit-border);
}

.bookit-static-page .departure-subheading {
  margin-bottom: 14px;
}

.bookit-static-page .departure-subheading h3,
.bookit-static-page .departure-country__heading h3 {
  margin: 0;
  color: var(--bookit-ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.bookit-static-page .departure-subheading p {
  margin: 4px 0 0;
  color: var(--bookit-muted);
  font-size: 13px;
  line-height: 1.5;
}

.bookit-static-page .departure-city-card.route-card {
  min-height: 108px;
}

.bookit-static-page .departure-city-card__routes {
  margin-top: 3px;
  color: var(--bookit-muted);
  font-size: 12px;
  line-height: 1.3;
}

.bookit-static-page .departure-toolbar {
  display: grid;
  margin-bottom: 10px;
  padding: 12px;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-surface);
  box-sizing: border-box;
  grid-template-columns: minmax(230px, 1.5fr) minmax(170px, 0.8fr) minmax(190px, 0.9fr) 40px;
  gap: 10px;
  align-items: end;
}

.bookit-static-page .departure-toolbar__field {
  display: flex;
  min-width: 0;
  margin: 0;
  flex-direction: column;
  gap: 4px;
}

.bookit-static-page .departure-toolbar__field > span {
  color: var(--bookit-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.bookit-static-page .departure-toolbar input,
.bookit-static-page .departure-toolbar select {
  width: 100%;
  height: 40px;
  padding: 7px 10px;
  border: 1px solid var(--bookit-border);
  border-radius: 6px;
  background-color: var(--bookit-surface);
  box-sizing: border-box;
  color: var(--bookit-ink);
  font: inherit;
  font-size: 13px;
  line-height: 1.3;
}

.bookit-static-page .departure-toolbar select {
  padding-right: 32px;
}

.bookit-static-page .departure-toolbar input::placeholder {
  color: #87959c;
  opacity: 1;
}

.bookit-static-page .departure-toolbar input:focus-visible,
.bookit-static-page .departure-toolbar select:focus-visible,
.bookit-static-page .departure-toolbar__reset:focus-visible {
  outline: 2px solid var(--bookit-primary);
  outline-offset: 2px;
}

.bookit-static-page .departure-toolbar__reset {
  display: inline-flex;
  width: 40px;
  height: 40px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bookit-border);
  border-radius: 6px;
  background: var(--bookit-page);
  color: var(--bookit-muted);
  font: inherit;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.bookit-static-page .departure-toolbar__reset:hover {
  border-color: rgba(19, 169, 250, 0.65);
  background: var(--bookit-surface-soft);
  color: var(--bookit-ink);
}

.bookit-static-page .departure-toolbar__reset[hidden] {
  display: none !important;
}

.bookit-static-page .departure-toolbar__status {
  margin: 0 0 14px;
  color: var(--bookit-muted);
  font-size: 13px;
  line-height: 1.4;
}

.bookit-static-page .departure-toolbar__status strong {
  color: var(--bookit-ink);
}

.bookit-static-page .departure-country-list {
  border-top: 1px solid var(--bookit-border);
}

.bookit-static-page .departure-country {
  padding: 20px 0 22px;
  border-bottom: 1px solid var(--bookit-border);
}

.bookit-static-page .departure-country[hidden],
.bookit-static-page .departure-city-card[hidden],
.bookit-static-page .departure-empty[hidden] {
  display: none !important;
}

.bookit-static-page .departure-country__heading {
  display: flex;
  margin-bottom: 12px;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.bookit-static-page .departure-country__heading span {
  color: var(--bookit-muted);
  font-size: 12px;
  line-height: 1.3;
}

.bookit-static-page section.popular-route-catalog.compact-listing {
  border-top: 1px solid var(--bookit-border);
  background: var(--bookit-surface) !important;
}

.bookit-static-page .departure-selection-guide {
  margin: 0;
  padding: 44px 0 46px;
  border-top: 1px solid var(--bookit-border);
  background: var(--bookit-page);
}

.bookit-static-page .departure-selection-guide__inner {
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
}

.bookit-static-page .departure-selection-guide__heading {
  max-width: 850px;
  margin-bottom: 22px;
}

.bookit-static-page .departure-selection-guide h2 {
  margin: 0;
  color: var(--bookit-ink);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}

.bookit-static-page .departure-selection-guide__heading p {
  margin: 9px 0 0;
  color: var(--bookit-muted);
  font-size: 15px;
  line-height: 1.65;
}

.bookit-static-page .departure-selection-guide__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.bookit-static-page .departure-selection-guide__grid article {
  min-width: 0;
  padding: 17px 18px;
  border-left: 3px solid var(--bookit-primary);
  border-radius: 0 7px 7px 0;
  background: var(--bookit-surface);
}

.bookit-static-page .departure-selection-guide__grid h3 {
  margin: 0 0 7px;
  color: var(--bookit-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.bookit-static-page .departure-selection-guide__grid p {
  margin: 0;
  color: var(--bookit-muted);
  font-size: 14px;
  line-height: 1.62;
}

.bookit-static-page .flights-all-faq {
  background: var(--bookit-surface);
}

@media (max-width: 991px) {
  .bookit-static-page .departure-toolbar {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 40px;
  }

  .bookit-static-page .departure-toolbar__field--search {
    grid-column: 1 / -1;
  }

  .bookit-static-page .departure-selection-guide__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .bookit-static-page .departure-popular {
    margin-bottom: 22px;
    padding-bottom: 22px;
  }

  .bookit-static-page .departure-city-card.route-card {
    min-height: 94px;
  }

  .bookit-static-page .departure-toolbar {
    padding: 10px;
    grid-template-columns: minmax(0, 1fr) 40px;
  }

  .bookit-static-page .departure-toolbar__field,
  .bookit-static-page .departure-toolbar__field--search {
    grid-column: 1 / -1;
  }

  .bookit-static-page .departure-toolbar__reset {
    grid-column: 2;
  }

  .bookit-static-page .departure-country {
    padding: 17px 0 18px;
  }

  .bookit-static-page .departure-country__heading {
    margin-bottom: 10px;
  }

  .bookit-static-page .departure-selection-guide {
    padding: 32px 0 34px;
  }

  .bookit-static-page .departure-selection-guide__inner {
    width: min(100% - 32px, 1120px);
  }

  .bookit-static-page .departure-selection-guide__heading {
    margin-bottom: 17px;
  }

  .bookit-static-page .departure-selection-guide h2 {
    font-size: 22px;
  }

  .bookit-static-page .departure-selection-guide__heading p {
    font-size: 14px;
  }

  .bookit-static-page .departure-selection-guide__grid article {
    padding: 15px 16px;
  }
}

@media (max-width: 430px) {
  .bookit-static-page .departure-toolbar {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .bookit-static-page .departure-toolbar__reset {
    align-self: flex-end;
  }
}
/* ==========================================================================
   12. Airline directory
   ========================================================================== */

.bookit-static-page .airlines-summary {
  border-bottom: 1px solid var(--bookit-border);
}

.bookit-static-page .airline-popular {
  margin-bottom: 28px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--bookit-border);
}

.bookit-static-page .airline-directory__subheading {
  margin-bottom: 14px;
}

.bookit-static-page .airline-directory__subheading h3,
.bookit-static-page .airline-letter-group__heading h3 {
  margin: 0;
  color: var(--bookit-ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.bookit-static-page .airline-directory__subheading p {
  margin: 4px 0 0;
  color: var(--bookit-muted);
  font-size: 13px;
  line-height: 1.5;
}

.bookit-static-page .airline-directory-card.airline-card,
.bookit-static-page .airline-route-card.route-card {
  min-height: 106px;
}

.bookit-static-page .airline-card__entity {
  display: contents;
}

.bookit-static-page .airline-card__logo-wrap {
  position: relative;
  display: flex;
  width: 72px;
  min-width: 72px;
  height: 72px;
  margin-left: 8px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--bookit-surface-soft);
}

.bookit-static-page .airline-card__logo-wrap .airline-card__logo {
  position: absolute;
  inset: 0;
  width: 100%;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: 9px;
  object-fit: contain;
  box-sizing: border-box;
  border-radius: inherit;
  background: var(--bookit-surface-soft);
}

.bookit-static-page .airline-card__logo-wrap .airline-card__logo[hidden] {
  display: none !important;
}

.bookit-static-page .airline-card__code-logo {
  color: var(--bookit-primary-dark);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.bookit-static-page .airline-directory-card__meta {
  overflow: hidden;
  color: var(--bookit-muted);
  font-size: 11px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bookit-static-page .airline-directory-card__price {
  margin-top: 5px;
  color: #087f50;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}

.bookit-static-page .airline-toolbar {
  display: grid;
  margin-bottom: 12px;
  padding: 12px;
  align-items: end;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-surface);
  box-sizing: border-box;
  grid-template-columns: minmax(230px, 1.5fr) minmax(180px, 0.85fr) minmax(190px, 0.9fr) auto;
  gap: 10px;
}

.bookit-static-page .airline-toolbar__field {
  display: flex;
  min-width: 0;
  margin: 0;
  flex-direction: column;
  gap: 4px;
}

.bookit-static-page .airline-toolbar__field > span {
  color: var(--bookit-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.bookit-static-page .airline-toolbar input,
.bookit-static-page .airline-toolbar select {
  width: 100%;
  height: 40px;
  padding: 7px 10px;
  border: 1px solid var(--bookit-border);
  border-radius: 6px;
  background-color: var(--bookit-surface);
  box-sizing: border-box;
  color: var(--bookit-ink);
  font: inherit;
  font-size: 13px;
  line-height: 1.3;
}

.bookit-static-page .airline-toolbar select {
  padding-right: 32px;
}

.bookit-static-page .airline-toolbar input::placeholder {
  color: #87959c;
  opacity: 1;
}

.bookit-static-page .airline-toolbar input:focus-visible,
.bookit-static-page .airline-toolbar select:focus-visible,
.bookit-static-page .airline-toolbar__reset:focus-visible,
.bookit-static-page .airline-alphabet button:focus-visible {
  outline: 2px solid var(--bookit-primary);
  outline-offset: 2px;
}

.bookit-static-page .airline-toolbar__reset {
  display: inline-flex;
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bookit-border);
  border-radius: 6px;
  background: var(--bookit-page);
  color: var(--bookit-muted);
  font: inherit;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.bookit-static-page .airline-toolbar__reset:hover {
  border-color: rgba(19, 169, 250, 0.65);
  background: var(--bookit-surface-soft);
  color: var(--bookit-ink);
}

.bookit-static-page .airline-toolbar__reset[hidden],
.bookit-static-page .airline-letter-group[hidden],
.bookit-static-page .airline-directory-card[hidden],
.bookit-static-page .airline-sorted-results[hidden],
.bookit-static-page .airline-empty[hidden],
.bookit-static-page .airline-popular[hidden] {
  display: none !important;
}

.bookit-static-page .airline-alphabet {
  display: flex;
  margin: 0 0 12px;
  padding: 2px 0 7px;
  overflow-x: auto;
  gap: 5px;
  scrollbar-width: thin;
}

.bookit-static-page .airline-alphabet button {
  display: inline-flex;
  min-width: 34px;
  height: 34px;
  padding: 0 9px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bookit-border);
  border-radius: 6px;
  background: var(--bookit-surface);
  color: var(--bookit-muted);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.bookit-static-page .airline-alphabet button:hover,
.bookit-static-page .airline-alphabet button.is-active {
  border-color: var(--bookit-primary);
  background: var(--bookit-primary);
  color: #fff;
}

.bookit-static-page .airline-toolbar__status {
  margin: 0 0 14px;
  color: var(--bookit-muted);
  font-size: 13px;
  line-height: 1.4;
}

.bookit-static-page .airline-toolbar__status strong {
  color: var(--bookit-ink);
}

.bookit-static-page .airline-letter-list,
.bookit-static-page .airline-sorted-results {
  border-top: 1px solid var(--bookit-border);
}

.bookit-static-page .airline-letter-group,
.bookit-static-page .airline-sorted-results {
  padding: 20px 0 22px;
  border-bottom: 1px solid var(--bookit-border);
}

.bookit-static-page .airline-letter-group__heading {
  display: flex;
  margin-bottom: 12px;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.bookit-static-page .airline-letter-group__heading span {
  color: var(--bookit-muted);
  font-size: 12px;
  line-height: 1.3;
}

.bookit-static-page section.popular-airline-routes.compact-listing {
  border-top: 1px solid var(--bookit-border);
  background: var(--bookit-surface) !important;
}

.bookit-static-page .airline-selection-guide {
  margin: 0;
  padding: 44px 0 46px;
  border-top: 1px solid var(--bookit-border);
  background: var(--bookit-page);
}

.bookit-static-page .airline-selection-guide__inner {
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
}

.bookit-static-page .airline-selection-guide__heading {
  max-width: 850px;
  margin-bottom: 22px;
}

.bookit-static-page .airline-selection-guide h2 {
  margin: 0;
  color: var(--bookit-ink);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}

.bookit-static-page .airline-selection-guide__heading p {
  margin: 9px 0 0;
  color: var(--bookit-muted);
  font-size: 15px;
  line-height: 1.65;
}

.bookit-static-page .airline-selection-guide__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.bookit-static-page .airline-selection-guide__grid article {
  min-width: 0;
  padding: 17px 18px;
  border-left: 3px solid var(--bookit-primary);
  border-radius: 0 7px 7px 0;
  background: var(--bookit-surface);
}

.bookit-static-page .airline-selection-guide__grid h3 {
  margin: 0 0 7px;
  color: var(--bookit-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.bookit-static-page .airline-selection-guide__grid p {
  margin: 0;
  color: var(--bookit-muted);
  font-size: 14px;
  line-height: 1.62;
}

.bookit-static-page .airlines-faq {
  background: var(--bookit-surface);
}

@media (max-width: 991px) {
  .bookit-static-page .airline-toolbar {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  }

  .bookit-static-page .airline-toolbar__field--search {
    grid-column: 1 / -1;
  }

  .bookit-static-page .airline-selection-guide__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .bookit-static-page .airline-popular {
    margin-bottom: 22px;
    padding-bottom: 22px;
  }

  .bookit-static-page .airline-directory-card.airline-card,
  .bookit-static-page .airline-route-card.route-card {
    min-height: 96px;
  }

  .bookit-static-page .airline-card__logo-wrap {
    width: 68px;
    min-width: 68px;
    height: 68px;
  }

  .bookit-static-page .airline-toolbar {
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .bookit-static-page .airline-toolbar__reset {
    align-self: flex-end;
  }

  .bookit-static-page .airline-letter-group,
  .bookit-static-page .airline-sorted-results {
    padding: 17px 0 18px;
  }

  .bookit-static-page .airline-letter-group__heading {
    margin-bottom: 10px;
  }

  .bookit-static-page .airline-selection-guide {
    padding: 32px 0 34px;
  }

  .bookit-static-page .airline-selection-guide__inner {
    width: min(100% - 32px, 1120px);
  }

  .bookit-static-page .airline-selection-guide__heading {
    margin-bottom: 17px;
  }

  .bookit-static-page .airline-selection-guide h2 {
    font-size: 22px;
  }

  .bookit-static-page .airline-selection-guide__heading p {
    font-size: 14px;
  }

  .bookit-static-page .airline-selection-guide__grid article {
    padding: 15px 16px;
  }
}

/* ==========================================================================
   13. Airline details route explorer
   ========================================================================== */

.bookit-static-page .airline-detail-logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.bookit-static-page .airline-detail-logo__code {
  color: var(--bookit-primary-dark);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.bookit-static-page .airline-detail-logo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.bookit-static-page .airline-detail-logo img[hidden] {
  display: none !important;
}

.bookit-static-page .airline-detail-summary {
  border-bottom: 1px solid var(--bookit-border);
}

.bookit-static-page section.airline-featured-routes.compact-listing {
  background: var(--bookit-surface) !important;
  border-bottom: 1px solid var(--bookit-border);
}

.bookit-static-page .airline-detail-route-card.route-card {
  min-height: 116px;
}

.bookit-static-page .airline-route-product {
  display: contents;
}

.bookit-static-page .airline-detail-route-card__updated {
  margin-top: 3px;
  color: var(--bookit-muted);
  font-size: 10px;
  line-height: 1.25;
}

.bookit-static-page .airline-route-directory {
  border-bottom: 1px solid var(--bookit-border);
}

.bookit-static-page .airline-routes-toolbar {
  display: grid;
  margin-bottom: 12px;
  padding: 12px;
  align-items: end;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-surface);
  box-sizing: border-box;
  grid-template-columns: minmax(210px, 1.35fr) minmax(160px, 0.8fr) minmax(170px, 0.85fr) minmax(175px, 0.85fr) auto;
  gap: 10px;
}

.bookit-static-page .airline-routes-toolbar__field {
  display: flex;
  min-width: 0;
  margin: 0;
  flex-direction: column;
  gap: 4px;
}

.bookit-static-page .airline-routes-toolbar__field > span {
  color: var(--bookit-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.bookit-static-page .airline-routes-toolbar input,
.bookit-static-page .airline-routes-toolbar select {
  width: 100%;
  height: 40px;
  padding: 7px 10px;
  border: 1px solid var(--bookit-border);
  border-radius: 6px;
  background-color: var(--bookit-surface);
  box-sizing: border-box;
  color: var(--bookit-ink);
  font: inherit;
  font-size: 13px;
  line-height: 1.3;
}

.bookit-static-page .airline-routes-toolbar select {
  padding-right: 32px;
}

.bookit-static-page .airline-routes-toolbar input::placeholder {
  color: #87959c;
  opacity: 1;
}

.bookit-static-page .airline-routes-toolbar input:focus-visible,
.bookit-static-page .airline-routes-toolbar select:focus-visible,
.bookit-static-page .airline-routes-toolbar__reset:focus-visible,
.bookit-static-page .airline-route-scopes button:focus-visible {
  outline: 2px solid var(--bookit-primary);
  outline-offset: 2px;
}

.bookit-static-page .airline-routes-toolbar__reset {
  display: inline-flex;
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bookit-border);
  border-radius: 6px;
  background: var(--bookit-page);
  color: var(--bookit-muted);
  font: inherit;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.bookit-static-page .airline-routes-toolbar__reset:hover {
  border-color: rgba(19, 169, 250, 0.65);
  background: var(--bookit-surface-soft);
  color: var(--bookit-ink);
}

.bookit-static-page .airline-route-scopes {
  display: inline-flex;
  max-width: 100%;
  margin-bottom: 12px;
  padding: 3px;
  overflow-x: auto;
  border: 1px solid var(--bookit-border);
  border-radius: 7px;
  background: var(--bookit-surface);
  box-sizing: border-box;
  gap: 3px;
}

.bookit-static-page .airline-route-scopes button {
  min-height: 34px;
  padding: 7px 12px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: var(--bookit-muted);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.bookit-static-page .airline-route-scopes button:hover,
.bookit-static-page .airline-route-scopes button.is-active {
  background: var(--bookit-primary);
  color: #fff;
}

.bookit-static-page .airline-routes-toolbar__status {
  margin: 0 0 14px;
  color: var(--bookit-muted);
  font-size: 13px;
  line-height: 1.4;
}

.bookit-static-page .airline-routes-toolbar__status strong {
  color: var(--bookit-ink);
}

.bookit-static-page .airline-route-origin-list,
.bookit-static-page .airline-route-sorted-results {
  border-top: 1px solid var(--bookit-border);
}

.bookit-static-page .airline-route-origin,
.bookit-static-page .airline-route-sorted-results {
  padding: 20px 0 22px;
  border-bottom: 1px solid var(--bookit-border);
}

.bookit-static-page .airline-route-origin__heading {
  display: flex;
  margin-bottom: 12px;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.bookit-static-page .airline-route-origin__heading h3 {
  margin: 0;
  color: var(--bookit-ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.bookit-static-page .airline-route-origin__heading h3 span,
.bookit-static-page .airline-route-origin__heading > span {
  color: var(--bookit-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}

.bookit-static-page .airline-routes-toolbar__reset[hidden],
.bookit-static-page .airline-route-origin[hidden],
.bookit-static-page .airline-detail-route-card[hidden],
.bookit-static-page .airline-route-sorted-results[hidden],
.bookit-static-page .airline-route-empty[hidden] {
  display: none !important;
}

.bookit-static-page .airline-about,
.bookit-static-page .airline-practical {
  border-bottom: 1px solid var(--bookit-border);
}

.bookit-static-page .airline-practical-disclaimer {
  margin: 18px 0 0;
  padding: 12px 14px;
  border-left: 3px solid var(--bookit-primary);
  border-radius: 0 6px 6px 0;
  background: var(--bookit-surface-soft);
  color: var(--bookit-muted);
  font-size: 13px;
  line-height: 1.55;
}

.bookit-static-page .airline-details-faq {
  background: var(--bookit-surface);
  border-bottom: 1px solid var(--bookit-border);
}

@media (max-width: 1199px) {
  .bookit-static-page .airline-routes-toolbar {
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  }

  .bookit-static-page .airline-routes-toolbar__field--search {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .bookit-static-page .airline-detail-route-card.route-card {
    min-height: 104px;
  }

  .bookit-static-page .airline-routes-toolbar {
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .bookit-static-page .airline-routes-toolbar__reset {
    align-self: flex-end;
  }

  .bookit-static-page .airline-route-scopes {
    display: flex;
    width: 100%;
  }

  .bookit-static-page .airline-route-scopes button {
    min-width: max-content;
    flex: 1 0 auto;
  }

  .bookit-static-page .airline-route-origin,
  .bookit-static-page .airline-route-sorted-results {
    padding: 17px 0 18px;
  }

  .bookit-static-page .airline-route-origin__heading {
    margin-bottom: 10px;
  }

  .bookit-static-page .airline-practical-disclaimer {
    margin-top: 14px;
    font-size: 12px;
  }
}

/* ==========================================================================
   14. Regular flight schedule explorer
   ========================================================================== */

.bookit-static-page .schedule-hero__eyebrow,
.bookit-static-page .schedule-content-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.bookit-static-page .schedule-city-switcher__item {
  display: inline-flex;
  min-height: 36px;
  padding: 7px 11px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  gap: 5px;
}

.bookit-static-page .schedule-city-switcher__item span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
}

.bookit-static-page .schedule-city-switcher__item:hover,
.bookit-static-page .schedule-city-switcher__item:focus-visible,
.bookit-static-page .schedule-city-switcher__item.active {
  border-color: #fff;
  background: #fff;
  color: var(--bookit-primary-dark);
}

.bookit-static-page .schedule-city-switcher__item.active span,
.bookit-static-page .schedule-city-switcher__item:hover span,
.bookit-static-page .schedule-city-switcher__item:focus-visible span {
  color: var(--bookit-muted);
}

.bookit-static-page .schedule-summary {
  border-bottom: 1px solid var(--bookit-border);
}

.bookit-static-page .schedule-summary .flight-summary__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.bookit-static-page .schedule-summary .flight-summary__item:last-child strong {
  font-size: 17px;
}

.bookit-static-page .schedule-directory {
  padding: 42px 0 48px;
  border-bottom: 1px solid var(--bookit-border);
  background: var(--bookit-page);
}

.bookit-static-page .schedule-directory__heading {
  align-items: flex-end;
}

.bookit-static-page .schedule-directory__board-link {
  flex: 0 0 auto;
  color: var(--bookit-primary-dark);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: underline;
  text-decoration-color: rgba(7, 142, 214, 0.38);
  text-underline-offset: 3px;
}

.bookit-static-page .schedule-explorer {
  margin-top: 20px;
}

.bookit-static-page .schedule-direction-tabs {
  display: inline-flex;
  max-width: 100%;
  margin-bottom: 12px;
  padding: 3px;
  border: 1px solid var(--bookit-border);
  border-radius: 7px;
  background: var(--bookit-surface);
  box-sizing: border-box;
  gap: 3px;
}

.bookit-static-page .schedule-direction-tabs button {
  min-width: 145px;
  min-height: 38px;
  padding: 8px 14px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: var(--bookit-muted);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.bookit-static-page .schedule-direction-tabs button span {
  display: inline-flex;
  min-width: 22px;
  min-height: 20px;
  margin-left: 5px;
  padding: 2px 6px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(95, 108, 116, 0.11);
  box-sizing: border-box;
  font-size: 11px;
}

.bookit-static-page .schedule-direction-tabs button:hover,
.bookit-static-page .schedule-direction-tabs button.is-active {
  background: var(--bookit-primary);
  color: #fff;
}

.bookit-static-page .schedule-direction-tabs button.is-active span {
  background: rgba(255, 255, 255, 0.2);
}

.bookit-static-page .schedule-filter-toolbar {
  display: grid;
  margin-bottom: 12px;
  padding: 12px;
  align-items: end;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-surface);
  box-sizing: border-box;
  grid-template-columns: minmax(230px, 1.35fr) repeat(3, minmax(165px, 0.8fr)) auto;
  gap: 10px;
}

.bookit-static-page .schedule-filter-toolbar__field {
  display: flex;
  min-width: 0;
  margin: 0;
  flex-direction: column;
  gap: 4px;
}

.bookit-static-page .schedule-filter-toolbar__field > span {
  color: var(--bookit-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.bookit-static-page .schedule-filter-toolbar input,
.bookit-static-page .schedule-filter-toolbar select {
  width: 100%;
  height: 40px;
  padding: 7px 10px;
  border: 1px solid var(--bookit-border);
  border-radius: 6px;
  background-color: var(--bookit-surface);
  box-sizing: border-box;
  color: var(--bookit-ink);
  font: inherit;
  font-size: 13px;
  line-height: 1.3;
}

.bookit-static-page .schedule-filter-toolbar select {
  padding-right: 32px;
}

.bookit-static-page .schedule-filter-toolbar input::placeholder {
  color: #87959c;
  opacity: 1;
}

.bookit-static-page .schedule-filter-toolbar input:focus-visible,
.bookit-static-page .schedule-filter-toolbar select:focus-visible,
.bookit-static-page .schedule-filter-toolbar__reset:focus-visible,
.bookit-static-page .schedule-direction-tabs button:focus-visible {
  outline: 2px solid var(--bookit-primary);
  outline-offset: 2px;
}

.bookit-static-page .schedule-filter-toolbar__reset {
  display: inline-flex;
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bookit-border);
  border-radius: 6px;
  background: var(--bookit-page);
  color: var(--bookit-muted);
  font: inherit;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.bookit-static-page .schedule-filter-toolbar__reset:hover {
  border-color: rgba(19, 169, 250, 0.65);
  background: var(--bookit-surface-soft);
  color: var(--bookit-ink);
}

.bookit-static-page .schedule-filter-status {
  margin: 0 0 16px;
  color: var(--bookit-muted);
  font-size: 13px;
  line-height: 1.4;
}

.bookit-static-page .schedule-filter-status strong {
  color: var(--bookit-ink);
}

.bookit-static-page .schedule-explorer.is-enhanced .schedule-panel:not(.is-active),
.bookit-static-page .schedule-filter-toolbar__reset[hidden],
.bookit-static-page .schedule-route-group[hidden],
.bookit-static-page .schedule-flight-row[hidden],
.bookit-static-page .schedule-filter-empty[hidden] {
  display: none !important;
}

.bookit-static-page section.schedule.schedule-panel {
  margin: 0 !important;
  padding: 0;
}

.bookit-static-page .schedule-panel__heading {
  display: flex;
  margin-bottom: 14px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.bookit-static-page .schedule-panel__heading span {
  display: block;
  margin-bottom: 4px;
  color: var(--bookit-primary-dark);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.bookit-static-page .schedule-panel__heading h2 {
  margin: 0;
  color: var(--bookit-ink);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}

.bookit-static-page .schedule-panel__heading > strong {
  flex: 0 0 auto;
  color: var(--bookit-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.bookit-static-page .schedule-route-groups {
  display: grid;
  gap: 14px;
}

.bookit-static-page .schedule-route-group {
  overflow: hidden;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-surface);
}

.bookit-static-page .schedule-route-group__header {
  display: flex;
  min-height: 76px;
  padding: 12px 15px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--bookit-border);
  background: var(--bookit-surface-soft);
  box-sizing: border-box;
  gap: 16px;
}

.bookit-static-page .schedule-route-group__city {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
}

.bookit-static-page .schedule-route-group__city > img {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 6px;
  background: #e9eef0;
  object-fit: cover;
}

.bookit-static-page .schedule-route-group__city > div {
  min-width: 0;
}

.bookit-static-page .schedule-route-group__city span {
  display: block;
  margin-bottom: 2px;
  color: var(--bookit-muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
}

.bookit-static-page .schedule-route-group__city h3 {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--bookit-ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}

.bookit-static-page .schedule-route-group__city small {
  display: block;
  margin-top: 3px;
  color: var(--bookit-muted);
  font-size: 11px;
  line-height: 1.25;
}

.bookit-static-page .schedule-route-group__action {
  flex: 0 0 auto;
  color: var(--bookit-primary-dark);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.bookit-static-page .schedule-route-group__action:hover,
.bookit-static-page .schedule-route-group__action:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bookit-static-page .schedule-table-wrap {
  overflow-x: auto;
}

.bookit-static-page .schedule-route-group table.schedule-table {
  width: 100%;
  min-width: 760px;
  margin: 0 !important;
  table-layout: fixed;
  border: 0;
}

.bookit-static-page .schedule-route-group .schedule-table th,
.bookit-static-page .schedule-route-group .schedule-table td {
  padding: 10px 13px !important;
  border-right: 0;
  vertical-align: middle;
}

.bookit-static-page .schedule-route-group .schedule-table th {
  color: var(--bookit-muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.bookit-static-page .schedule-route-group .schedule-table th:first-child,
.bookit-static-page .schedule-route-group .schedule-table td:first-child {
  width: 32%;
}

.bookit-static-page .schedule-route-group .schedule-table th:nth-child(2),
.bookit-static-page .schedule-route-group .schedule-table td:nth-child(2) {
  width: 26%;
}

.bookit-static-page .schedule-route-group .schedule-table th:nth-child(3),
.bookit-static-page .schedule-route-group .schedule-table td:nth-child(3) {
  width: 14%;
}

.bookit-static-page .schedule-route-group .schedule-table th:nth-child(4),
.bookit-static-page .schedule-route-group .schedule-table td:nth-child(4),
.bookit-static-page .schedule-route-group .schedule-table th:nth-child(5),
.bookit-static-page .schedule-route-group .schedule-table td:nth-child(5) {
  width: 14%;
}

.bookit-static-page .schedule-airline__logo-wrap {
  position: relative;
  display: inline-flex;
  width: 52px;
  min-width: 52px;
  height: 36px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 5px;
  background: var(--bookit-surface-soft);
  color: var(--bookit-primary-dark);
  font-size: 12px;
  font-weight: 800;
}

.bookit-static-page .schedule-airline__logo-wrap .schedule-airline__logo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 4px;
  background: var(--bookit-surface-soft);
}

.bookit-static-page .schedule-airline__logo-wrap .schedule-airline__logo[hidden] {
  display: none !important;
}

.bookit-static-page .schedule-flight-number,
.bookit-static-page .schedule-time {
  color: var(--bookit-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.bookit-static-page .schedule-time {
  font-size: 17px;
}

.bookit-static-page .schedule-empty-state {
  padding: 30px 22px;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-surface);
  text-align: center;
}

.bookit-static-page .schedule-empty-state h3 {
  margin: 0 0 6px;
  color: var(--bookit-ink);
  font-size: 18px;
}

.bookit-static-page .schedule-empty-state p {
  margin: 0;
  color: var(--bookit-muted);
  font-size: 14px;
  line-height: 1.55;
}

.bookit-static-page .schedule-empty-state > div {
  display: flex;
  margin-top: 14px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.bookit-static-page .schedule-empty-state a {
  color: var(--bookit-primary-dark);
  font-size: 13px;
  font-weight: 700;
}

.bookit-static-page .schedule-content-eyebrow {
  color: var(--bookit-primary-dark);
}

.bookit-static-page .schedule-faq {
  border-top: 1px solid var(--bookit-border);
  background: var(--bookit-page);
}

.bookit-static-page .schedule-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.bookit-static-page .schedule-cta h2,
.bookit-static-page .schedule-cta p {
  margin: 0;
}

.bookit-static-page .schedule-cta p {
  max-width: 760px;
  margin-top: 7px;
  line-height: 1.55;
}

.bookit-static-page .schedule-cta .hero-action {
  flex: 0 0 auto;
}

@media (max-width: 1199px) {
  .bookit-static-page .schedule-summary .flight-summary__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bookit-static-page .schedule-filter-toolbar {
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  }

  .bookit-static-page .schedule-filter-toolbar__field--search {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .bookit-static-page .schedule-hero__eyebrow {
    text-align: left;
  }

  .bookit-static-page .schedule-city-switcher {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    scrollbar-width: thin;
  }

  .bookit-static-page .schedule-city-switcher__label {
    display: none;
  }

  .bookit-static-page .schedule-city-switcher__item {
    flex: 0 0 auto;
  }

  .bookit-static-page .schedule-summary .flight-summary__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bookit-static-page .schedule-summary .flight-summary__item:last-child {
    grid-column: 1 / -1;
  }

  .bookit-static-page .schedule-directory {
    padding: 30px 0 34px;
  }

  .bookit-static-page .schedule-directory__heading {
    display: block;
    align-items: flex-start;
  }

  .bookit-static-page .schedule-directory__board-link {
    margin-top: 8px;
  }

  .bookit-static-page .schedule-explorer {
    margin-top: 15px;
  }

  .bookit-static-page .schedule-direction-tabs {
    display: flex;
    width: 100%;
  }

  .bookit-static-page .schedule-direction-tabs button {
    min-width: 0;
    flex: 1 1 50%;
  }

  .bookit-static-page .schedule-filter-toolbar {
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .bookit-static-page .schedule-filter-toolbar__reset {
    align-self: flex-end;
  }

  .bookit-static-page .schedule-panel__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .bookit-static-page .schedule-panel__heading h2 {
    font-size: 21px;
  }

  .bookit-static-page .schedule-route-group {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .bookit-static-page .schedule-route-group__header {
    min-height: 0;
    padding: 12px 0;
    align-items: flex-end;
    border-bottom: 0;
    background: transparent;
  }

  .bookit-static-page .schedule-route-group__city > img {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }

  .bookit-static-page .schedule-route-group__city h3 {
    font-size: 17px;
  }

  .bookit-static-page .schedule-route-group__action {
    padding-bottom: 2px;
    font-size: 11px;
  }

  .bookit-static-page .schedule-table-wrap {
    overflow: visible;
  }

  .bookit-static-page .schedule-route-group table.schedule-table {
    min-width: 0;
  }

  .bookit-static-page .schedule-route-group .schedule-table th:first-child,
  .bookit-static-page .schedule-route-group .schedule-table td:first-child,
  .bookit-static-page .schedule-route-group .schedule-table th:nth-child(2),
  .bookit-static-page .schedule-route-group .schedule-table td:nth-child(2),
  .bookit-static-page .schedule-route-group .schedule-table th:nth-child(3),
  .bookit-static-page .schedule-route-group .schedule-table td:nth-child(3),
  .bookit-static-page .schedule-route-group .schedule-table th:nth-child(4),
  .bookit-static-page .schedule-route-group .schedule-table td:nth-child(4),
  .bookit-static-page .schedule-route-group .schedule-table th:nth-child(5),
  .bookit-static-page .schedule-route-group .schedule-table td:nth-child(5) {
    width: auto;
  }

  .bookit-static-page .schedule-cta .container {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .bookit-static-page .schedule-cta .hero-action {
    width: 100%;
  }
}

/* ==========================================================================
   15. Airport online board
   ========================================================================== */

.bookit-static-page .schedule-online-hero h1 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.bookit-static-page .schedule-online-airports {
  margin-top: 18px;
}

.bookit-static-page .schedule-online-dates {
  display: inline-flex;
  max-width: 100%;
  margin-top: 12px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  gap: 3px;
}

.bookit-static-page .schedule-online-dates__item {
  display: inline-flex;
  min-width: 112px;
  min-height: 42px;
  padding: 6px 12px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  box-sizing: border-box;
  gap: 6px;
}

.bookit-static-page .schedule-online-dates__item strong {
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
}

.bookit-static-page .schedule-online-dates__item:hover,
.bookit-static-page .schedule-online-dates__item:focus-visible,
.bookit-static-page .schedule-online-dates__item.active {
  background: #fff;
  color: var(--bookit-primary-dark);
}

.bookit-static-page .schedule-online-dates__item:hover strong,
.bookit-static-page .schedule-online-dates__item:focus-visible strong,
.bookit-static-page .schedule-online-dates__item.active strong {
  color: var(--bookit-muted);
}

.bookit-static-page .schedule-online-summary .flight-summary__grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.bookit-static-page .schedule-online-summary .schedule-online-summary__updated strong {
  font-size: 14px;
  white-space: nowrap;
}

.bookit-static-page .schedule-online-freshness {
  margin: 14px 0 0;
  padding: 10px 12px;
  border-left: 3px solid #b87900;
  background: #fff7e4;
  color: #694800;
  font-size: 13px;
  line-height: 1.45;
}

.bookit-static-page .schedule-online-directory {
  scroll-margin-top: 16px;
}

.bookit-static-page .schedule-online-directory .schedule-directory__heading {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "copy actions";
  gap: 32px;
}

.bookit-static-page .schedule-online-directory .schedule-online-heading-copy {
  display: block;
  min-width: 0;
  justify-self: start;
  grid-area: copy;
  text-align: left;
}

.bookit-static-page .schedule-online-directory .schedule-online-heading-copy .schedule-content-eyebrow,
.bookit-static-page .schedule-online-directory .schedule-online-heading-copy h2,
.bookit-static-page .schedule-online-directory .schedule-online-heading-copy p {
  display: block;
  width: auto;
  margin-right: 0;
  margin-left: 0;
  text-align: left !important;
}

.bookit-static-page .schedule-online-directory .schedule-online-heading-copy p {
  max-width: 760px;
}

.bookit-static-page .schedule-online-heading-actions {
  display: grid;
  align-items: stretch;
  justify-self: end;
  grid-area: actions;
  grid-template-columns: repeat(2, max-content);
  gap: 14px;
}

.bookit-static-page .schedule-online-refresh,
.bookit-static-page .schedule-online-schedule-link,
.bookit-static-page .schedule-online-error button {
  display: inline-flex;
  min-height: 42px;
  margin: 0;
  padding: 8px 13px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bookit-primary-dark);
  border-radius: 6px;
  background: var(--bookit-surface);
  color: var(--bookit-primary-dark);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
}

.bookit-static-page .schedule-online-refresh:hover,
.bookit-static-page .schedule-online-refresh:focus-visible,
.bookit-static-page .schedule-online-schedule-link:hover,
.bookit-static-page .schedule-online-schedule-link:focus-visible,
.bookit-static-page .schedule-online-error button:hover,
.bookit-static-page .schedule-online-error button:focus-visible {
  background: var(--bookit-primary-dark);
  color: #fff;
}

.bookit-static-page .schedule-online-result-line {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.bookit-static-page .schedule-online-result-line p {
  margin: 0;
  color: var(--bookit-muted);
  font-size: 12px;
  line-height: 1.4;
}

.bookit-static-page .schedule-online-explorer.is-enhanced .schedule-online-panel:not(.is-active),
.bookit-static-page .schedule-online-panel [data-online-row][hidden],
.bookit-static-page .schedule-online-panel [data-online-filter-empty][hidden],
.bookit-static-page .schedule-online-toolbar [data-online-reset][hidden] {
  display: none !important;
}

.bookit-static-page .schedule-online-table-wrap {
  overflow: hidden;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-surface);
}

.bookit-static-page section.schedule .schedule-table--online {
  width: 100%;
  margin: 0 !important;
  border: 0;
  table-layout: fixed;
}

.bookit-static-page section.schedule .schedule-table--online th,
.bookit-static-page section.schedule .schedule-table--online td {
  padding: 11px 13px !important;
  border-right: 0;
  vertical-align: middle;
}

.bookit-static-page section.schedule .schedule-table--online th {
  color: var(--bookit-muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.bookit-static-page section.schedule .schedule-table--online th:nth-child(1),
.bookit-static-page section.schedule .schedule-table--online td:nth-child(1) {
  width: 13%;
}

.bookit-static-page section.schedule .schedule-table--online th:nth-child(2),
.bookit-static-page section.schedule .schedule-table--online td:nth-child(2) {
  width: 27%;
}

.bookit-static-page section.schedule .schedule-table--online th:nth-child(3),
.bookit-static-page section.schedule .schedule-table--online td:nth-child(3) {
  width: 27%;
}

.bookit-static-page section.schedule .schedule-table--online th:nth-child(4),
.bookit-static-page section.schedule .schedule-table--online td:nth-child(4) {
  width: 13%;
}

.bookit-static-page section.schedule .schedule-table--online th:nth-child(5),
.bookit-static-page section.schedule .schedule-table--online td:nth-child(5) {
  width: 20%;
}

.bookit-static-page .schedule-online-time-cell small,
.bookit-static-page .schedule-online-flight small,
.bookit-static-page .schedule-online-delay {
  display: block;
  margin-top: 3px;
  color: var(--bookit-muted);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
}

.bookit-static-page .schedule-online-time {
  display: block;
  color: var(--bookit-ink);
  font-size: 22px;
  font-weight: 750;
  line-height: 1.05;
}

.bookit-static-page .schedule-online-flight .schedule-airline {
  width: 100%;
  text-decoration: none;
}

.bookit-static-page .schedule-online-flight .schedule-airline > span:last-child {
  min-width: 0;
}

.bookit-static-page .schedule-online-flight .schedule-flight-number {
  display: block;
  font-size: 15px;
}

.bookit-static-page .schedule-online-flight small,
.bookit-static-page .schedule-online-route {
  overflow-wrap: anywhere;
}

.bookit-static-page .schedule-online-route {
  display: block;
  color: var(--bookit-ink);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
}

.bookit-static-page .schedule-online-planned {
  color: var(--bookit-ink);
  font-size: 16px;
  font-weight: 700;
}

.bookit-static-page .schedule-online-delay {
  color: #9b5e00;
  font-weight: 700;
}

.bookit-static-page .schedule-status {
  display: inline-flex;
  min-height: 28px;
  padding: 5px 8px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  box-sizing: border-box;
  gap: 6px;
}

.bookit-static-page .schedule-status > span {
  display: block;
  width: 7px;
  min-width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.bookit-static-page .schedule-status--success {
  border-color: #a8d9c8;
  background: #edf9f4;
  color: #126a4c;
}

.bookit-static-page .schedule-status--danger {
  border-color: #efb5b5;
  background: #fff1f1;
  color: #a82626;
}

.bookit-static-page .schedule-status--warning {
  border-color: #ead29a;
  background: #fff8e7;
  color: #805700;
}

.bookit-static-page .schedule-status--info {
  border-color: #abd8eb;
  background: #eef8fc;
  color: #08698f;
}

.bookit-static-page .schedule-status--neutral {
  border-color: var(--bookit-border);
  background: var(--bookit-surface-soft);
  color: var(--bookit-muted);
}

.bookit-static-page .schedule-online-error button {
  min-height: 0;
}

.bookit-static-page .schedule-online-guide {
  border-top: 0;
}

@media (max-width: 1199px) {
  .bookit-static-page .schedule-online-summary .flight-summary__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .bookit-static-page .schedule-online-directory .schedule-directory__heading {
    align-items: start;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "copy" "actions";
    gap: 14px;
  }

  .bookit-static-page .schedule-online-heading-actions {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .bookit-static-page .schedule-online-dates {
    display: flex;
    width: 100%;
  }

  .bookit-static-page .schedule-online-dates__item {
    min-width: 0;
    padding-right: 7px;
    padding-left: 7px;
    flex: 1 1 33.333%;
    flex-direction: column;
    gap: 2px;
  }

  .bookit-static-page .schedule-online-summary .flight-summary__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bookit-static-page .schedule-online-summary .flight-summary__item:last-child {
    grid-column: 1 / -1;
  }

  .bookit-static-page .schedule-online-heading-actions {
    width: auto;
    max-width: 100%;
    grid-template-columns: repeat(2, auto);
    gap: 9px;
  }

  .bookit-static-page .schedule-online-directory .schedule-directory__heading {
    gap: 12px;
  }

  .bookit-static-page .schedule-online-refresh,
  .bookit-static-page .schedule-online-schedule-link {
    width: auto;
    min-width: 0;
    min-height: 40px;
    padding: 8px 12px;
    font-size: 12px;
    white-space: nowrap;
  }

  .bookit-static-page .schedule-online-hero .schedule-board-action {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .bookit-static-page .schedule-online-hero .schedule-board-action .hero-action {
    width: auto;
    min-width: 0;
    padding-right: 8px;
    padding-left: 8px;
    white-space: normal;
  }

  .bookit-static-page .schedule-online-result-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .bookit-static-page .schedule-online-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .bookit-static-page section.schedule .schedule-table--online tbody tr {
    grid-template-areas:
      "time status"
      "route route"
      "flight planned";
  }

  .bookit-static-page section.schedule .schedule-table--online tbody td:nth-child(1) {
    min-height: 68px;
    grid-area: time;
    border-top: 0;
  }

  .bookit-static-page section.schedule .schedule-table--online tbody td:nth-child(2) {
    min-height: 72px;
    grid-area: flight;
  }

  .bookit-static-page section.schedule .schedule-table--online tbody td:nth-child(3) {
    min-height: 58px;
    grid-area: route;
    background: var(--bookit-surface-soft);
  }

  .bookit-static-page section.schedule .schedule-table--online tbody td:nth-child(4) {
    min-height: 72px;
    grid-area: planned;
    border-left: 1px solid #edf1f3;
  }

  .bookit-static-page section.schedule .schedule-table--online tbody td:nth-child(5) {
    min-height: 68px;
    grid-area: status;
    align-items: flex-end;
    border-top: 0;
    text-align: right;
  }

  .bookit-static-page section.schedule .schedule-table--online tbody td:nth-child(5)::before {
    text-align: right;
  }

  .bookit-static-page section.schedule .schedule-table--online th,
  .bookit-static-page section.schedule .schedule-table--online td {
    width: auto;
  }

  .bookit-static-page .schedule-online-time {
    font-size: 21px;
  }

  .bookit-static-page .schedule-online-flight .schedule-airline__logo-wrap {
    width: 46px;
    min-width: 46px;
    height: 34px;
  }

  .bookit-static-page .schedule-status {
    justify-content: flex-end;
    font-size: 11px;
  }
}

@media (max-width: 479px) {
  .bookit-static-page .schedule-online-heading-actions {
    width: 100%;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
  }

  .bookit-static-page .schedule-online-refresh,
  .bookit-static-page .schedule-online-schedule-link {
    width: 100%;
    min-height: 40px;
    padding: 7px 8px;
    white-space: normal;
  }
}

/* Country, entry requirements, fare collections and contacts directories. */
.bookit-static-page.seo-directory-page {
  background: #f4f7f9;
  color: var(--bookit-ink);
}

.bookit-static-page .seo-directory-main {
  overflow: hidden;
}

.bookit-static-page .seo-directory-main h1,
.bookit-static-page .seo-directory-main h2,
.bookit-static-page .seo-directory-main h3,
.bookit-static-page .seo-directory-main p,
.bookit-static-page .seo-directory-main dl {
  letter-spacing: 0;
}

.bookit-static-page .seo-directory-hero {
  padding: 54px 0 58px;
  border-bottom: 1px solid #d7e3e9;
  background: #fff;
}

.bookit-static-page .seo-directory-hero__content {
  max-width: 820px;
}

.bookit-static-page .seo-directory-eyebrow,
.bookit-static-page .seo-directory-heading > span,
.bookit-static-page .seo-country-card__meta,
.bookit-static-page .seo-office-card > div > span,
.bookit-static-page .seo-source-card > span,
.bookit-static-page .seo-requirement-summary > span {
  display: block;
  margin-bottom: 9px;
  color: var(--bookit-primary-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.bookit-static-page .seo-directory-hero h1,
.bookit-static-page .seo-country-hero h1,
.bookit-static-page .seo-requirements-hero h1 {
  max-width: 840px;
  margin: 0;
  color: #102b3b;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.12;
}

.bookit-static-page .seo-directory-hero__content > p,
.bookit-static-page .seo-country-hero__content > p,
.bookit-static-page .seo-requirements-hero__content > p {
  max-width: 760px;
  margin: 16px 0 0;
  color: #526a76;
  font-size: 18px;
  line-height: 1.6;
}

.bookit-static-page .seo-directory-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.bookit-static-page .seo-directory-hero__actions .hero-action,
.bookit-static-page .seo-directory-note .hero-action,
.bookit-static-page .seo-empty-state .hero-action {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 19px;
  border: 1px solid var(--bookit-primary);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.bookit-static-page .seo-directory-main .hero-action--primary {
  background: var(--bookit-primary);
  color: #fff !important;
}

.bookit-static-page .seo-directory-main .hero-action--primary:visited {
  color: #fff !important;
}

.bookit-static-page .seo-directory-main .hero-action--primary:hover,
.bookit-static-page .seo-directory-main .hero-action--primary:focus-visible {
  border-color: var(--bookit-primary-dark);
  background: var(--bookit-primary-dark);
  color: #fff !important;
}

.bookit-static-page .seo-directory-main .hero-action--secondary {
  background: #fff;
  color: var(--bookit-primary-dark);
}

.bookit-static-page .seo-directory-main .hero-action--secondary:hover,
.bookit-static-page .seo-directory-main .hero-action--secondary:focus-visible {
  background: #edf8fd;
  color: #0679b7;
}

.bookit-static-page .seo-directory-section {
  padding: 48px 0 52px;
  background: #fff;
}

.bookit-static-page .seo-directory-section--soft {
  border-top: 1px solid #e0e8ec;
  border-bottom: 1px solid #e0e8ec;
  background: #f4f7f9;
}

.bookit-static-page .seo-directory-heading {
  max-width: 780px;
  margin-bottom: 24px;
}

.bookit-static-page .seo-directory-heading h2 {
  margin: 0;
  color: #102b3b;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
}

.bookit-static-page .seo-directory-heading p {
  margin: 10px 0 0;
  color: #60747f;
  font-size: 16px;
  line-height: 1.6;
}

.bookit-static-page .seo-country-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.bookit-static-page .seo-country-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d9e4e9;
  border-radius: 8px;
  background: #fff;
}

.bookit-static-page .seo-country-card__media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #dfe7eb;
}

.bookit-static-page .seo-country-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.bookit-static-page .seo-country-card:hover .seo-country-card__media img {
  transform: scale(1.025);
}

.bookit-static-page .seo-country-card__body {
  padding: 18px;
}

.bookit-static-page .seo-country-card h2 {
  margin: 0;
  font-size: 21px;
  line-height: 1.25;
}

.bookit-static-page .seo-country-card h2 a {
  color: #102b3b;
  text-decoration: none;
}

.bookit-static-page .seo-country-card p {
  min-height: 66px;
  margin: 9px 0 15px;
  color: #60747f;
  font-size: 14px;
  line-height: 1.55;
}

.bookit-static-page .payments-guide-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--bookit-primary-dark);
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
}

.bookit-static-page .payments-guide-link:hover,
.bookit-static-page .payments-guide-link:focus-visible {
  color: #066f9f;
  text-decoration: underline;
}

.bookit-static-page .seo-directory-note {
  padding: 34px 0;
  border-top: 1px solid #d5e1e6;
  background: #eaf6fb;
}

.bookit-static-page .seo-directory-note .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
}

.bookit-static-page .seo-directory-note .container::before,
.bookit-static-page .seo-directory-note .container::after {
  display: none;
  content: none;
}

.bookit-static-page .seo-directory-note h2 {
  margin: 0;
  color: #102b3b;
  font-size: 23px;
  font-weight: 800;
}

.bookit-static-page .seo-directory-note p {
  margin: 7px 0 0;
  color: #526a76;
  line-height: 1.55;
}

.bookit-static-page .seo-country-hero {
  position: relative;
  display: flex;
  min-height: 430px;
  align-items: flex-end;
  background: #102b3b;
}

.bookit-static-page .seo-country-hero::after {
  position: absolute;
  inset: 0;
  background: rgba(9, 35, 50, .68);
  content: "";
}

.bookit-static-page .seo-country-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bookit-static-page .seo-country-hero .container {
  position: relative;
  z-index: 1;
  width: min(100% - 32px, 1180px);
  padding: 58px 32px;
  box-sizing: border-box;
}

.bookit-static-page .seo-country-hero__content {
  max-width: 730px;
}

.bookit-static-page .seo-country-hero h1,
.bookit-static-page .seo-country-hero__content > p {
  color: #fff;
}

.bookit-static-page .seo-country-hero .seo-directory-eyebrow {
  color: #86d7ff;
}

.bookit-static-page .seo-facts {
  padding: 0;
  border-bottom: 1px solid #d9e4e9;
  background: #fff;
}

.bookit-static-page .seo-facts__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

.bookit-static-page .seo-facts__grid > div {
  min-width: 0;
  padding: 22px 20px;
  border-right: 1px solid #e0e8ec;
}

.bookit-static-page .seo-facts__grid > div:last-child {
  border-right: 0;
}

.bookit-static-page .seo-facts dt {
  margin-bottom: 5px;
  color: #71838d;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.bookit-static-page .seo-facts dd {
  margin: 0;
  color: #102b3b;
  font-size: 18px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.bookit-static-page .seo-country-layout,
.bookit-static-page .seo-requirements-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, .8fr);
  gap: 42px;
  align-items: start;
}

.bookit-static-page .seo-country-copy > p,
.bookit-static-page .seo-requirements-article p {
  color: #425b67;
  font-size: 16px;
  line-height: 1.72;
}

.bookit-static-page .seo-requirement-summary,
.bookit-static-page .seo-source-card {
  padding: 23px;
  border: 1px solid #cfe1e8;
  border-left: 4px solid var(--bookit-primary);
  border-radius: 6px;
  background: #f7fbfd;
}

.bookit-static-page .seo-requirement-summary h2,
.bookit-static-page .seo-source-card h2 {
  margin: 0;
  color: #102b3b;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.3;
}

.bookit-static-page .seo-requirement-summary p,
.bookit-static-page .seo-source-card p {
  color: #526a76;
  line-height: 1.58;
}

.bookit-static-page .seo-source-card .payments-guide-link + .payments-guide-link {
  margin-top: 12px;
}

.bookit-static-page .seo-requirement-summary dl {
  margin: 18px 0;
}

.bookit-static-page .seo-requirement-summary dl > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-top: 1px solid #dbe7eb;
}

.bookit-static-page .seo-requirement-summary dt {
  color: #71838d;
}

.bookit-static-page .seo-requirement-summary dd {
  margin: 0;
  color: #102b3b;
  font-weight: 700;
  text-align: right;
}

.bookit-static-page .seo-country-guide__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.bookit-static-page .seo-country-guide__item {
  min-width: 0;
  padding: 21px;
  border: 1px solid #d6e3e8;
  border-top: 3px solid #72c8ec;
  border-radius: 6px;
  background: #fff;
}

.bookit-static-page .seo-country-guide__item > span {
  display: block;
  margin-bottom: 7px;
  color: #087eaa;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.bookit-static-page .seo-country-guide__item h3 {
  margin: 0;
  color: #102b3b;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
}

.bookit-static-page .seo-country-guide__item p {
  margin: 9px 0 0;
  color: #526a76;
  font-size: 14px;
  line-height: 1.62;
}

.bookit-static-page .seo-country-guide__source {
  display: flex;
  margin-top: 20px;
  padding-top: 18px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #d7e3e8;
}

.bookit-static-page .seo-country-guide__source p {
  max-width: 720px;
  margin: 0;
  color: #526a76;
  font-size: 14px;
  line-height: 1.55;
}

.bookit-static-page .seo-country-guide__source .payments-guide-link {
  flex: 0 0 auto;
}

.bookit-static-page .seo-country-faq__list {
  max-width: 920px;
}

.bookit-static-page .seo-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.bookit-static-page .seo-route-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 10px;
  padding: 17px;
  border: 1px solid #d6e3e8;
  border-radius: 6px;
  background: #fff;
  color: #102b3b;
  text-decoration: none;
}

.bookit-static-page .seo-route-card span {
  grid-column: 1 / -1;
  color: #71838d;
  font-size: 12px;
}

.bookit-static-page .seo-route-card strong {
  font-size: 17px;
}

.bookit-static-page .seo-route-card small {
  color: var(--bookit-primary-dark);
  font-weight: 800;
}

.bookit-static-page .seo-route-card:hover,
.bookit-static-page .seo-route-card:focus-visible {
  border-color: var(--bookit-primary);
  color: var(--bookit-primary-dark);
}

.bookit-static-page .seo-alert {
  padding: 18px 0;
  border-top: 1px solid #b8d9e7;
  border-bottom: 1px solid #b8d9e7;
  background: #e9f7fc;
}

.bookit-static-page .seo-alert .container {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: center;
  gap: 28px;
}

.bookit-static-page .seo-alert .container::before,
.bookit-static-page .seo-alert .container::after {
  display: none;
  content: none;
}

.bookit-static-page .seo-alert strong {
  display: block;
  color: #075f8c;
  line-height: 1.5;
}

.bookit-static-page .seo-alert p {
  margin: 0;
  color: #405b68;
  line-height: 1.5;
}

.bookit-static-page .seo-requirements-hero {
  padding: 52px 0 56px;
  border-bottom: 1px solid #d7e3e9;
  background: #fff;
}

.bookit-static-page .seo-requirements-hero__content {
  max-width: 860px;
}

.bookit-static-page .seo-requirements-article section {
  position: relative;
  padding: 0 0 24px 52px;
  border-bottom: 1px solid #e0e8ec;
  margin-bottom: 24px;
}

.bookit-static-page .seo-requirements-article section:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.bookit-static-page .seo-requirements-article section > span {
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e9f7fc;
  color: #087eaa;
  font-size: 12px;
  font-weight: 800;
}

.bookit-static-page .seo-requirements-article h2 {
  margin: 0 0 8px;
  color: #102b3b;
  font-size: 23px;
  font-weight: 800;
}

.bookit-static-page .seo-filter-nav {
  border-bottom: 1px solid #d9e4e9;
  background: #fff;
}

.bookit-static-page .seo-filter-nav .container {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  scrollbar-width: thin;
}

.bookit-static-page .seo-filter-nav a {
  flex: 0 0 auto;
  padding: 16px 18px;
  border-bottom: 3px solid transparent;
  color: #526a76;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.bookit-static-page .seo-filter-nav a:hover,
.bookit-static-page .seo-filter-nav a:focus-visible,
.bookit-static-page .seo-filter-nav a.active {
  border-bottom-color: var(--bookit-primary);
  color: var(--bookit-primary-dark);
}

.bookit-static-page .seo-deal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.bookit-static-page .seo-deal-card {
  min-width: 0;
  padding: 19px;
  border: 1px solid #d8e4e9;
  border-radius: 7px;
  background: #fff;
}

.bookit-static-page .seo-deal-card__route {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
}

.bookit-static-page .seo-deal-card__route > span {
  color: #7b8c94;
  font-size: 11px;
  font-weight: 800;
}

.bookit-static-page .seo-deal-card__route strong {
  min-width: 0;
  color: #102b3b;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  overflow-wrap: anywhere;
}

.bookit-static-page .seo-deal-card__route b {
  color: var(--bookit-primary);
}

.bookit-static-page .seo-deal-card__price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-top: 16px;
}

.bookit-static-page .seo-deal-card__price small,
.bookit-static-page .seo-deal-card > p {
  color: #71838d;
}

.bookit-static-page .seo-deal-card__price strong {
  color: #102b3b;
  font-size: 25px;
}

.bookit-static-page .seo-deal-card > p {
  margin: 5px 0 16px;
  font-size: 13px;
}

.bookit-static-page .seo-deal-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid #e3eaed;
}

.bookit-static-page .seo-deal-card__search {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 5px;
  background: var(--bookit-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.bookit-static-page .seo-deal-card__search:visited,
.bookit-static-page .seo-deal-card__search:hover,
.bookit-static-page .seo-deal-card__search:focus-visible {
  background: var(--bookit-primary-dark);
  color: #fff;
}

.bookit-static-page .seo-empty-state {
  padding: 32px;
  border: 1px dashed #b9cbd3;
  border-radius: 7px;
  background: #f7fafb;
  text-align: center;
}

.bookit-static-page .seo-empty-state h2 {
  margin: 0;
  color: #102b3b;
}

.bookit-static-page .seo-empty-state p {
  margin: 9px auto 18px;
  color: #60747f;
}

.bookit-static-page .seo-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #d9e4e9;
  border-radius: 7px;
  background: #fff;
}

.bookit-static-page .seo-contact-grid > a {
  min-width: 0;
  padding: 20px;
  border-right: 1px solid #dfe7eb;
  color: #102b3b;
  text-decoration: none;
}

.bookit-static-page .seo-contact-grid > a:last-child {
  border-right: 0;
}

.bookit-static-page .seo-contact-grid span {
  display: block;
  margin-bottom: 7px;
  color: #71838d;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.bookit-static-page .seo-contact-grid strong {
  color: var(--bookit-primary-dark);
  font-size: 16px;
  overflow-wrap: anywhere;
}

.bookit-static-page .seo-contact-grid > a:hover strong,
.bookit-static-page .seo-contact-grid > a:focus-visible strong {
  text-decoration: underline;
}

.bookit-static-page .seo-office-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.bookit-static-page .seo-office-card {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 22px;
  border: 1px solid #d7e3e8;
  border-radius: 7px;
  background: #fff;
}

.bookit-static-page .seo-office-card h3 {
  margin: 0;
  color: #102b3b;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .bookit-static-page .seo-country-grid,
  .bookit-static-page .seo-route-grid,
  .bookit-static-page .seo-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bookit-static-page .seo-contact-grid > a:nth-child(2) {
    border-right: 0;
  }

  .bookit-static-page .seo-contact-grid > a:nth-child(-n+2) {
    border-bottom: 1px solid #dfe7eb;
  }

  .bookit-static-page .seo-deal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .bookit-static-page .seo-country-hero .container {
    padding-right: 12px;
    padding-left: 12px;
  }

  .bookit-static-page .seo-directory-hero,
  .bookit-static-page .seo-requirements-hero {
    padding: 38px 0 42px;
  }

  .bookit-static-page .seo-directory-hero h1,
  .bookit-static-page .seo-country-hero h1,
  .bookit-static-page .seo-requirements-hero h1 {
    font-size: 33px;
  }

  .bookit-static-page .seo-directory-hero__content > p,
  .bookit-static-page .seo-country-hero__content > p,
  .bookit-static-page .seo-requirements-hero__content > p {
    font-size: 16px;
  }

  .bookit-static-page .seo-directory-section {
    padding: 38px 0 42px;
  }

  .bookit-static-page .seo-country-grid,
  .bookit-static-page .seo-country-guide__grid,
  .bookit-static-page .seo-route-grid,
  .bookit-static-page .seo-deal-grid,
  .bookit-static-page .seo-office-grid,
  .bookit-static-page .seo-country-layout,
  .bookit-static-page .seo-requirements-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .bookit-static-page .seo-country-card p {
    min-height: 0;
  }

  .bookit-static-page .seo-country-hero {
    min-height: 390px;
  }

  .bookit-static-page .seo-country-hero::after {
    background: rgba(9, 35, 50, .72);
  }

  .bookit-static-page .seo-facts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bookit-static-page .seo-facts__grid > div:nth-child(2) {
    border-right: 0;
  }

  .bookit-static-page .seo-facts__grid > div:nth-child(-n+2) {
    border-bottom: 1px solid #e0e8ec;
  }

  .bookit-static-page .seo-directory-note .container,
  .bookit-static-page .seo-alert .container {
    grid-template-columns: minmax(0, 1fr);
  }

  .bookit-static-page .seo-directory-note .container {
    gap: 14px;
  }

  .bookit-static-page .seo-alert .container {
    align-items: start;
    gap: 6px;
  }

  .bookit-static-page .seo-country-guide__source {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 479px) {
  .bookit-static-page .seo-directory-hero__actions,
  .bookit-static-page .seo-directory-hero__actions .hero-action,
  .bookit-static-page .seo-directory-note .hero-action {
    width: 100%;
  }

  .bookit-static-page .seo-country-card__body,
  .bookit-static-page .seo-country-guide__item,
  .bookit-static-page .seo-deal-card,
  .bookit-static-page .seo-office-card,
  .bookit-static-page .seo-requirement-summary,
  .bookit-static-page .seo-source-card {
    padding: 17px;
  }

  .bookit-static-page .seo-contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bookit-static-page .seo-contact-grid > a,
  .bookit-static-page .seo-contact-grid > a:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #dfe7eb;
  }

  .bookit-static-page .seo-contact-grid > a:last-child {
    border-bottom: 0;
  }

  .bookit-static-page .seo-office-card,
  .bookit-static-page .seo-deal-card__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .bookit-static-page .seo-deal-card__search {
    width: 100%;
  }
}

/* ==========================================================================
   15.1. About Bookit and MTravel
   ========================================================================== */
.bookit-docs-page.about-page {
  background: var(--bookit-surface);
  color: var(--bookit-ink);
}

.bookit-docs-page.about-page .container {
  width: calc(100% - 32px);
  max-width: 1180px;
}

.bookit-docs-page.about-page .about-main {
  overflow: hidden;
}

.bookit-docs-page.about-page .about-eyebrow {
  display: block;
  color: var(--bookit-primary-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.bookit-docs-page.about-page .about-hero {
  position: relative;
  display: flex;
  min-height: 590px;
  overflow: hidden;
  align-items: center;
  background: var(--bookit-ink);
}

.bookit-docs-page.about-page .about-hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(21, 22, 26, 0.38);
  content: "";
}

.bookit-docs-page.about-page .about-hero__media,
.bookit-docs-page.about-page .about-hero__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

.bookit-docs-page.about-page .about-hero__media img {
  object-fit: cover;
  object-position: center center;
}

.bookit-docs-page.about-page .about-hero .container {
  position: relative;
  z-index: 2;
}

.bookit-docs-page.about-page .about-hero__content {
  max-width: 650px;
  padding: 72px 0 82px;
  color: #fff;
}

.bookit-docs-page.about-page .about-hero .about-eyebrow {
  color: #8ad7ff;
}

.bookit-docs-page.about-page .about-hero h1 {
  margin: 12px 0 0;
  color: #fff;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.08;
}

.bookit-docs-page.about-page .about-hero__brand-separator {
  display: inline-block;
  width: 0.42em;
  height: auto;
  margin: 0 0.16em;
  vertical-align: 0.04em;
}

.bookit-docs-page.about-page .about-hero__content > p {
  max-width: 610px;
  margin: 20px 0 0;
  color: #f4f8fa;
  font-size: 20px;
  line-height: 1.55;
}

.bookit-docs-page.about-page .about-hero__actions,
.bookit-docs-page.about-page .rules-contact__actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
  gap: 10px;
}

.bookit-docs-page.about-page .about-action {
  display: inline-flex;
  min-height: 48px;
  padding: 12px 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
}

.bookit-docs-page.about-page .about-action--primary {
  background: var(--bookit-primary);
  color: #fff;
}

.bookit-docs-page.about-page .about-action--primary:hover,
.bookit-docs-page.about-page .about-action--primary:focus-visible {
  background: var(--bookit-primary-dark);
  color: #fff;
}

.bookit-docs-page.about-page .about-action--secondary {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(21, 22, 26, 0.7);
  color: #fff;
}

.bookit-docs-page.about-page .about-action--secondary:hover,
.bookit-docs-page.about-page .about-action--secondary:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--bookit-ink);
}

.bookit-docs-page.about-page .about-action span {
  margin-left: 7px;
}

.bookit-docs-page.about-page .about-nav {
  position: sticky;
  z-index: 20;
  top: 0;
}

.bookit-docs-page.about-page .about-transition,
.bookit-docs-page.about-page .about-trust,
.bookit-docs-page.about-page .about-facts,
.bookit-docs-page.about-page .about-history,
.bookit-docs-page.about-page .about-services,
.bookit-docs-page.about-page .about-ecosystem,
.bookit-docs-page.about-page .about-network,
.bookit-docs-page.about-page .about-partners,
.bookit-docs-page.about-page .about-flow,
.bookit-docs-page.about-page .about-principles,
.bookit-docs-page.about-page .about-kyrgyzstan {
  scroll-margin-top: 82px;
}

.bookit-docs-page.about-page .about-transition {
  padding: 64px 0;
  background: var(--bookit-surface);
}

.bookit-docs-page.about-page .about-transition__layout {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(330px, 0.9fr) minmax(0, 1.1fr);
  gap: 72px;
}

.bookit-docs-page.about-page .about-transition__brands {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1.35fr);
  gap: 20px;
}

.bookit-docs-page.about-page .about-transition__brands > div {
  display: flex;
  min-width: 0;
  min-height: 96px;
  padding: 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-surface-soft);
}

.bookit-docs-page.about-page .about-transition__brands > span {
  color: var(--bookit-primary);
  font-size: 24px;
  font-weight: 800;
}

.bookit-docs-page.about-page .about-transition__brands img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 49px;
}

.bookit-docs-page.about-page .about-transition__copy h2,
.bookit-docs-page.about-page .about-section-heading h2,
.bookit-docs-page.about-page .about-history h2,
.bookit-docs-page.about-page .about-principles h2,
.bookit-docs-page.about-page .about-kyrgyzstan h2,
.bookit-docs-page.about-page .rules-related h2,
.bookit-docs-page.about-page .rules-contact h2 {
  margin: 8px 0 0;
  color: var(--bookit-ink);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
}

.bookit-docs-page.about-page .about-transition__copy p,
.bookit-docs-page.about-page .about-section-heading p,
.bookit-docs-page.about-page .about-history header p,
.bookit-docs-page.about-page .about-ecosystem header p,
.bookit-docs-page.about-page .about-principles header p,
.bookit-docs-page.about-page .about-kyrgyzstan__layout > div > p {
  margin: 13px 0 0;
  color: var(--bookit-muted);
  font-size: 15px;
  line-height: 1.7;
}

.bookit-docs-page.about-page .about-trust {
  padding: 64px 0 68px;
  background: var(--bookit-page);
}

.bookit-docs-page.about-page .about-trust__grid {
  display: grid;
  margin-top: 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.bookit-docs-page.about-page .about-trust__grid article {
  min-width: 0;
  min-height: 218px;
  padding: 24px;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-surface);
}

.bookit-docs-page.about-page .about-trust__grid article > span {
  display: inline-flex;
  min-width: 48px;
  height: 40px;
  padding: 0 9px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #e8f7ff;
  color: var(--bookit-primary-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.bookit-docs-page.about-page .about-trust__grid h3 {
  margin: 26px 0 0;
  color: var(--bookit-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.bookit-docs-page.about-page .about-trust__grid p {
  margin: 9px 0 0;
  color: var(--bookit-muted);
  font-size: 13px;
  line-height: 1.6;
}

.bookit-docs-page.about-page .about-facts {
  padding: 64px 0 68px;
  background: var(--bookit-surface);
}

.bookit-docs-page.about-page .about-facts__heading {
  display: block;
  margin-bottom: 24px;
}

.bookit-docs-page.about-page .about-facts__heading h2 {
  margin: 8px 0 0;
  color: var(--bookit-ink);
  font-size: 27px;
  font-weight: 800;
  line-height: 1.3;
}

.bookit-docs-page.about-page .about-facts__grid {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.bookit-docs-page.about-page .about-facts__grid > div {
  min-width: 0;
  min-height: 148px;
  padding: 25px;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-page);
}

.bookit-docs-page.about-page .about-facts__grid > div:first-child {
  padding-left: 25px;
  border-left: 1px solid var(--bookit-border);
}

.bookit-docs-page.about-page .about-facts__grid dt {
  color: var(--bookit-primary-dark);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.15;
  white-space: nowrap;
}

.bookit-docs-page.about-page .about-facts__grid dd {
  margin: 8px 0 0;
  color: var(--bookit-muted);
  font-size: 13px;
  line-height: 1.55;
}

.bookit-docs-page.about-page .about-history {
  padding: 68px 0;
  background: var(--bookit-surface);
}

.bookit-docs-page.about-page .about-history__layout,
.bookit-docs-page.about-page .about-principles__layout,
.bookit-docs-page.about-page .about-kyrgyzstan__layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 72px;
}

.bookit-docs-page.about-page .about-history header {
  position: sticky;
  top: 96px;
}

.bookit-docs-page.about-page .about-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bookit-docs-page.about-page .about-timeline li {
  display: grid;
  position: relative;
  padding: 0 0 29px 30px;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 18px;
}

.bookit-docs-page.about-page .about-timeline li::before {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--bookit-primary);
  box-shadow: 0 0 0 1px var(--bookit-primary);
  content: "";
}

.bookit-docs-page.about-page .about-timeline li::after {
  position: absolute;
  width: 1px;
  top: 18px;
  bottom: 0;
  left: 5px;
  background: var(--bookit-border);
  content: "";
}

.bookit-docs-page.about-page .about-timeline li:last-child::after {
  display: none;
}

.bookit-docs-page.about-page .about-timeline li > span {
  color: var(--bookit-primary-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
}

.bookit-docs-page.about-page .about-timeline h3 {
  margin: 0;
  color: var(--bookit-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
}

.bookit-docs-page.about-page .about-timeline p {
  margin: 7px 0 0;
  color: var(--bookit-muted);
  font-size: 13px;
  line-height: 1.65;
}

.bookit-docs-page.about-page .about-timeline .payments-guide-link {
  margin-top: 10px;
}

.bookit-docs-page.about-page .about-services__grid .payments-guide-link {
  align-self: flex-start;
  margin-top: auto;
}

.bookit-docs-page.about-page .about-kyrgyzstan__links .payments-guide-link {
  margin-top: 0;
}

.bookit-docs-page.about-page .about-services {
  padding: 64px 0 70px;
  background: var(--bookit-page);
}

.bookit-docs-page.about-page .about-section-heading {
  max-width: 770px;
}

.bookit-docs-page.about-page .about-services__grid {
  display: grid;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-surface);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bookit-docs-page.about-page .about-services__grid article {
  display: flex;
  min-width: 0;
  min-height: 245px;
  padding: 25px;
  flex-direction: column;
  border-left: 1px solid var(--bookit-border);
}

.bookit-docs-page.about-page .about-services__grid article:first-child {
  border-left: 0;
}

.bookit-docs-page.about-page .about-services__grid article > span {
  color: var(--bookit-primary-dark);
  font-size: 11px;
  font-weight: 800;
}

.bookit-docs-page.about-page .about-services__grid h3 {
  margin: 20px 0 0;
  color: var(--bookit-ink);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
}

.bookit-docs-page.about-page .about-services__grid p {
  margin: 9px 0 15px;
  color: var(--bookit-muted);
  font-size: 13px;
  line-height: 1.62;
}

.bookit-docs-page.about-page .about-ecosystem {
  padding: 68px 0;
  background: var(--bookit-surface);
}

.bookit-docs-page.about-page .about-ecosystem__layout {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 68px;
}

.bookit-docs-page.about-page .about-ecosystem header > img {
  display: block;
  width: 210px;
  max-width: 100%;
  height: auto;
  margin-top: 18px;
}

.bookit-docs-page.about-page .about-ecosystem h2 {
  margin: 19px 0 0;
  color: var(--bookit-ink);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.28;
}

.bookit-docs-page.about-page .about-ecosystem__map {
  display: grid;
  min-width: 0;
  padding: 28px;
  align-items: center;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-page);
  grid-template-columns: 135px minmax(0, 1fr);
  gap: 26px;
}

.bookit-docs-page.about-page .about-ecosystem__map > strong {
  display: flex;
  min-height: 82px;
  padding: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: var(--bookit-primary);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.bookit-docs-page.about-page .about-ecosystem__map ul {
  display: grid;
  position: relative;
  margin: 0;
  padding: 0 0 0 25px;
  border-left: 2px solid #9bdcff;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  list-style: none;
}

.bookit-docs-page.about-page .about-ecosystem__map ul::before {
  position: absolute;
  width: 26px;
  height: 2px;
  top: 50%;
  left: -27px;
  background: #9bdcff;
  content: "";
}

.bookit-docs-page.about-page .about-ecosystem__map li {
  min-width: 0;
  padding: 12px 13px;
  border: 1px solid var(--bookit-border);
  border-radius: 6px;
  background: var(--bookit-surface);
  color: var(--bookit-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.bookit-docs-page.about-page .about-network {
  position: relative;
  padding: 72px 0;
  overflow: hidden;
  background: #102a38;
  color: #fff;
}

.bookit-docs-page.about-page .about-network::before {
  position: absolute;
  width: 42%;
  height: 1px;
  top: 0;
  right: 0;
  background: var(--bookit-primary);
  content: "";
}

.bookit-docs-page.about-page .about-network__layout {
  display: grid;
  position: relative;
  align-items: center;
  grid-template-columns: minmax(310px, 0.82fr) minmax(420px, 1.18fr);
  gap: 58px;
}

.bookit-docs-page.about-page .about-network .about-eyebrow {
  color: #83d5ff;
}

.bookit-docs-page.about-page .about-network h2 {
  max-width: 570px;
  margin: 9px 0 0;
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.22;
}

.bookit-docs-page.about-page .about-network__content > p:not(.about-network__active) {
  max-width: 560px;
  margin: 15px 0 0;
  color: #c8d8e0;
  font-size: 15px;
  line-height: 1.7;
}

.bookit-docs-page.about-page .about-network__active {
  display: grid;
  margin: 30px 0 0;
  gap: 4px;
}

.bookit-docs-page.about-page .about-network__active span {
  color: #8fa9b6;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.bookit-docs-page.about-page .about-network__active strong {
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
}

.bookit-docs-page.about-page .about-network__routes {
  display: grid;
  width: min(100%, 440px);
  margin-top: 18px;
  gap: 7px;
}

.bookit-docs-page.about-page .about-network__routes label {
  color: #adc2cc;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.bookit-docs-page.about-page .about-network__select-wrap {
  display: block;
  position: relative;
}

.bookit-docs-page.about-page .about-network__routes select {
  display: block;
  width: 100%;
  min-height: 46px;
  padding: 10px 40px 10px 13px;
  border: 1px solid #66818e;
  border-radius: 6px;
  background-color: #fff;
  color: #16303d;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.bookit-docs-page.about-page .about-network__routes select:hover,
.bookit-docs-page.about-page .about-network__routes select:focus-visible {
  border-color: var(--bookit-primary);
  outline: 2px solid rgba(19, 169, 250, 0.28);
  outline-offset: 2px;
}

.bookit-docs-page.about-page .about-network__visual {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
}

.bookit-docs-page.about-page .about-network__visual canvas {
  display: block;
  width: min(100%, 560px);
  height: auto;
  aspect-ratio: 1;
}

.bookit-docs-page.about-page .about-network__visual noscript p {
  color: #fff;
}

.bookit-docs-page.about-page .about-partners {
  padding: 64px 0 70px;
  border-top: 1px solid var(--bookit-border);
  background: var(--bookit-page);
}

.bookit-docs-page.about-page .about-partners__grid {
  display: grid;
  margin: 28px 0 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
}

.bookit-docs-page.about-page .about-partner-groups {
  display: grid;
  margin-top: 30px;
  gap: 30px;
}

.bookit-docs-page.about-page .about-partner-group + .about-partner-group {
  padding-top: 28px;
  border-top: 1px solid var(--bookit-border);
}

.bookit-docs-page.about-page .about-partner-group__heading {
  display: flex;
  max-width: 760px;
  align-items: flex-start;
  gap: 13px;
}

.bookit-docs-page.about-page .about-partner-group__heading > img {
  display: block;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}

.bookit-docs-page.about-page .about-partner-group__heading h3 {
  margin: 0;
  color: var(--bookit-ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
}

.bookit-docs-page.about-page .about-partner-group__heading p {
  margin: 5px 0 0;
  color: var(--bookit-muted);
  font-size: 12px;
  line-height: 1.55;
}

.bookit-docs-page.about-page .about-partner-group .about-partners__grid {
  margin-top: 15px;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.bookit-docs-page.about-page .about-partner {
  display: flex;
  min-width: 0;
  min-height: 118px;
  padding: 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-surface);
  text-align: center;
  flex-direction: column;
}

.bookit-docs-page.about-page .about-partner > strong {
  color: var(--bookit-primary-dark);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.1;
}

.bookit-docs-page.about-page .about-partner > strong span {
  color: var(--bookit-ink);
  font-size: 18px;
}

.bookit-docs-page.about-page .about-partner__amadeus {
  font-size: 19px !important;
  letter-spacing: 0;
}

.bookit-docs-page.about-page .about-partner small {
  display: block;
  max-width: 190px;
  margin-top: 7px;
  color: var(--bookit-muted);
  font-size: 10px;
  line-height: 1.4;
}

.bookit-docs-page.about-page .about-partner--image img {
  display: block;
  width: 145px;
  max-width: 90%;
  height: auto;
}

.bookit-docs-page.about-page .about-partner--logo img {
  display: block;
  width: auto;
  max-width: 82%;
  height: auto;
  max-height: 48px;
  object-fit: contain;
}

.bookit-docs-page.about-page .about-partner__site {
  min-height: 32px;
  margin-top: 12px;
  padding: 5px 9px;
  font-size: 10px;
}

.bookit-docs-page.about-page .about-partner--dark {
  border-color: var(--bookit-border);
  background: var(--bookit-surface);
}

.bookit-docs-page.about-page .about-partner__logo-surface {
  display: flex;
  width: 100%;
  min-height: 58px;
  padding: 9px 12px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #102a38;
}

.bookit-docs-page.about-page .about-partner--bsp img {
  max-height: 48px;
}

.bookit-docs-page.about-page .about-partner--bsp small {
  color: #4e636d;
}

.bookit-docs-page.about-page .about-partner--tkp {
  border-color: var(--bookit-border);
  background: var(--bookit-surface);
}

.bookit-docs-page.about-page .about-partner--tkp small {
  color: var(--bookit-muted);
}

.bookit-docs-page.about-page .about-partner--category {
  align-items: flex-start;
  text-align: left;
}

.bookit-docs-page.about-page .about-partner--category > img {
  display: block;
  width: 30px;
  height: 30px;
}

.bookit-docs-page.about-page .about-partner--category > strong {
  margin-top: 12px;
  color: var(--bookit-ink);
  font-size: 14px;
  line-height: 1.35;
}

.bookit-docs-page.about-page .about-partner--category > small {
  max-width: 240px;
  margin-top: 5px;
  color: var(--bookit-muted);
  font-size: 11px;
  line-height: 1.45;
  text-align: left;
}

.bookit-docs-page.about-page .about-airlines {
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid var(--bookit-border);
}

.bookit-docs-page.about-page .about-airlines h3 {
  margin: 0;
  color: var(--bookit-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.bookit-docs-page.about-page .about-airlines ul {
  display: grid;
  margin: 17px 0 0;
  padding: 0;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  list-style: none;
}

.bookit-docs-page.about-page .about-airlines li {
  display: flex;
  min-width: 0;
  min-height: 74px;
  padding: 12px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bookit-border);
  border-radius: 6px;
  background: var(--bookit-surface);
}

.bookit-docs-page.about-page .about-airlines img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 42px;
}

.bookit-docs-page.about-page .about-airlines__more {
  margin-top: 14px;
}

.bookit-docs-page.about-page .about-airlines__more summary {
  display: flex;
  width: fit-content;
  min-height: 40px;
  margin: 0 auto;
  padding: 9px 13px;
  align-items: center;
  justify-content: center;
  border: 1px solid #b8d8e5;
  border-radius: 6px;
  background: #fff;
  color: #0678b7;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  list-style: none;
}

.bookit-docs-page.about-page .about-airlines__more summary::-webkit-details-marker {
  display: none;
}

.bookit-docs-page.about-page .about-airlines__more summary:hover,
.bookit-docs-page.about-page .about-airlines__more summary:focus-visible {
  border-color: #078ed6;
  outline: 0;
  background: #eef8fd;
  color: #056da6;
}

.bookit-docs-page.about-page .about-airlines__hide {
  display: none;
}

.bookit-docs-page.about-page .about-airlines__chevron {
  margin-left: 8px;
  font-size: 15px;
  line-height: 1;
  transition: transform 160ms ease;
}

.bookit-docs-page.about-page .about-airlines__more[open] .about-airlines__show {
  display: none;
}

.bookit-docs-page.about-page .about-airlines__more[open] .about-airlines__hide {
  display: inline;
}

.bookit-docs-page.about-page .about-airlines__more[open] .about-airlines__chevron {
  transform: rotate(180deg);
}

.bookit-docs-page.about-page .about-airlines__more .about-airlines__grid {
  margin-top: 14px;
}

@media (min-width: 992px) {
  .bookit-docs-page.about-page .about-airlines li:nth-last-child(2):nth-child(6n + 1) {
    grid-column-start: 3;
  }
}

.bookit-docs-page.about-page .about-flow {
  padding: 68px 0 72px;
  background: var(--bookit-surface);
}

.bookit-docs-page.about-page .about-flow__steps {
  display: grid;
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid var(--bookit-border);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

.bookit-docs-page.about-page .about-flow__steps li {
  display: grid;
  position: relative;
  min-width: 0;
  min-height: 170px;
  padding: 26px 28px 26px 0;
  border-bottom: 1px solid var(--bookit-border);
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
}

.bookit-docs-page.about-page .about-flow__steps li:not(:nth-child(3n + 1)) {
  padding-left: 28px;
  border-left: 1px solid var(--bookit-border);
}

.bookit-docs-page.about-page .about-flow__steps li::after {
  position: absolute;
  width: 8px;
  height: 8px;
  top: -5px;
  right: -4px;
  border: 2px solid var(--bookit-surface);
  border-radius: 50%;
  background: var(--bookit-primary);
  box-shadow: 0 0 0 1px var(--bookit-primary);
  content: "";
}

.bookit-docs-page.about-page .about-flow__steps li:nth-child(3n)::after,
.bookit-docs-page.about-page .about-flow__steps li:last-child::after {
  display: none;
}

.bookit-docs-page.about-page .about-flow__steps li > span {
  color: var(--bookit-primary-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.bookit-docs-page.about-page .about-flow__steps h3 {
  margin: 0;
  color: var(--bookit-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.bookit-docs-page.about-page .about-flow__steps p {
  margin: 8px 0 0;
  color: var(--bookit-muted);
  font-size: 13px;
  line-height: 1.62;
}

.bookit-docs-page.about-page .about-principles {
  padding: 68px 0;
  border-top: 1px solid var(--bookit-border);
  border-bottom: 1px solid var(--bookit-border);
  background: var(--bookit-surface);
}

.bookit-docs-page.about-page .about-principles .about-eyebrow {
  color: var(--bookit-primary-dark);
}

.bookit-docs-page.about-page .about-principles h2,
.bookit-docs-page.about-page .about-principles header p {
  color: var(--bookit-ink);
}

.bookit-docs-page.about-page .about-principles header p {
  color: var(--bookit-muted);
}

.bookit-docs-page.about-page .about-principles__list {
  border-top: 1px solid var(--bookit-border);
}

.bookit-docs-page.about-page .about-principles__list article {
  display: grid;
  padding: 19px 0;
  border-bottom: 1px solid var(--bookit-border);
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 20px;
}

.bookit-docs-page.about-page .about-principles__list strong {
  color: var(--bookit-primary-dark);
  font-size: 13px;
  line-height: 1.6;
}

.bookit-docs-page.about-page .about-principles__list p {
  margin: 0;
  color: var(--bookit-muted);
  font-size: 13px;
  line-height: 1.65;
}

.bookit-docs-page.about-page .about-kyrgyzstan {
  padding: 68px 0;
  background: var(--bookit-surface);
}

.bookit-docs-page.about-page .about-kyrgyzstan__links {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  gap: 8px 18px;
}

.bookit-docs-page.about-page .about-contacts {
  display: grid;
  margin: 0;
  padding: 28px;
  border-left: 4px solid var(--bookit-primary);
  border-radius: 0 8px 8px 0;
  background: #eef8fd;
  font-style: normal;
  gap: 8px;
}

.bookit-docs-page.about-page .about-contacts > span {
  margin-bottom: 5px;
  color: var(--bookit-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.bookit-docs-page.about-page .about-contacts strong,
.bookit-docs-page.about-page .about-contacts a,
.bookit-docs-page.about-page .about-contacts div {
  color: var(--bookit-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.bookit-docs-page.about-page .about-contacts a {
  color: var(--bookit-primary-dark);
}

.bookit-docs-page.about-page .about-faq {
  padding-top: 62px;
  background: var(--bookit-page);
}

.bookit-docs-page.about-page .about-faq .refund-faq__list {
  max-width: 960px;
}

.bookit-docs-page.about-page .about-related {
  background: var(--bookit-surface);
}

.bookit-docs-page.about-page .about-contact {
  background: #103f50;
  color: #fff;
}

.bookit-docs-page.about-page .about-contact p {
  color: #edf7fa;
}

.bookit-docs-page.about-page .about-contact h2 {
  color: #fff;
}

@media (max-width: 991px) {
  .bookit-docs-page.about-page .about-hero {
    min-height: 520px;
  }

  .bookit-docs-page.about-page .about-hero h1 {
    font-size: 50px;
  }

  .bookit-docs-page.about-page .about-transition__layout,
  .bookit-docs-page.about-page .about-history__layout,
  .bookit-docs-page.about-page .about-ecosystem__layout,
  .bookit-docs-page.about-page .about-network__layout,
  .bookit-docs-page.about-page .about-principles__layout,
  .bookit-docs-page.about-page .about-kyrgyzstan__layout {
    gap: 42px;
  }

  .bookit-docs-page.about-page .about-trust__grid,
  .bookit-docs-page.about-page .about-facts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bookit-docs-page.about-page .about-partners__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bookit-docs-page.about-page .about-airlines ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bookit-docs-page.about-page .about-network__layout {
    grid-template-columns: minmax(260px, 0.82fr) minmax(320px, 1.18fr);
  }

  .bookit-docs-page.about-page .about-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bookit-docs-page.about-page .about-services__grid article:nth-child(3) {
    border-top: 1px solid var(--bookit-border);
    border-left: 0;
  }

  .bookit-docs-page.about-page .about-services__grid article:nth-child(4) {
    border-top: 1px solid var(--bookit-border);
  }
}

@media (max-width: 767px) {
  .bookit-docs-page.about-page .container {
    width: calc(100% - 24px);
  }

  .bookit-docs-page.about-page .about-hero {
    min-height: 500px;
    align-items: flex-end;
  }

  .bookit-docs-page.about-page .about-hero::after {
    background: rgba(21, 22, 26, 0.58);
  }

  .bookit-docs-page.about-page .about-hero__media img {
    object-position: 61% center;
  }

  .bookit-docs-page.about-page .about-hero__content {
    max-width: 560px;
    padding: 78px 0 46px;
  }

  .bookit-docs-page.about-page .about-hero h1 {
    font-size: 42px;
  }

  .bookit-docs-page.about-page .about-hero__content > p {
    font-size: 17px;
  }

  .bookit-docs-page.about-page .about-transition,
  .bookit-docs-page.about-page .about-trust,
  .bookit-docs-page.about-page .about-facts,
  .bookit-docs-page.about-page .about-history,
  .bookit-docs-page.about-page .about-services,
  .bookit-docs-page.about-page .about-ecosystem,
  .bookit-docs-page.about-page .about-network,
  .bookit-docs-page.about-page .about-partners,
  .bookit-docs-page.about-page .about-flow,
  .bookit-docs-page.about-page .about-principles,
  .bookit-docs-page.about-page .about-kyrgyzstan {
    padding: 42px 0;
  }

  .bookit-docs-page.about-page .about-transition__layout,
  .bookit-docs-page.about-page .about-history__layout,
  .bookit-docs-page.about-page .about-ecosystem__layout,
  .bookit-docs-page.about-page .about-network__layout,
  .bookit-docs-page.about-page .about-principles__layout,
  .bookit-docs-page.about-page .about-kyrgyzstan__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .bookit-docs-page.about-page .about-network__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .bookit-docs-page.about-page .about-network__visual {
    order: -1;
  }

  .bookit-docs-page.about-page .about-network__visual canvas {
    width: min(100%, 460px);
  }

  .bookit-docs-page.about-page .about-flow__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bookit-docs-page.about-page .about-flow__steps li,
  .bookit-docs-page.about-page .about-flow__steps li:not(:nth-child(3n + 1)) {
    padding: 24px;
    border-left: 0;
  }

  .bookit-docs-page.about-page .about-flow__steps li:nth-child(even) {
    border-left: 1px solid var(--bookit-border);
  }

  .bookit-docs-page.about-page .about-flow__steps li::after {
    display: none;
  }

  .bookit-docs-page.about-page .about-history header {
    position: static;
  }

  .bookit-docs-page.about-page .about-facts__heading {
    display: block;
  }

  .bookit-docs-page.about-page .about-facts__heading h2 {
    margin-top: 7px;
  }

  .bookit-docs-page.about-page .about-facts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bookit-docs-page.about-page .about-partners__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bookit-docs-page.about-page .about-facts__grid > div,
  .bookit-docs-page.about-page .about-facts__grid > div:first-child {
    min-height: 132px;
    padding: 20px;
    border: 1px solid var(--bookit-border);
  }

  .bookit-docs-page.about-page .about-transition__copy h2,
  .bookit-docs-page.about-page .about-section-heading h2,
  .bookit-docs-page.about-page .about-history h2,
  .bookit-docs-page.about-page .about-ecosystem h2,
  .bookit-docs-page.about-page .about-principles h2,
  .bookit-docs-page.about-page .about-kyrgyzstan h2,
  .bookit-docs-page.about-page .rules-related h2,
  .bookit-docs-page.about-page .rules-contact h2 {
    font-size: 27px;
  }

  .bookit-docs-page.about-page .about-principles__list article {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .bookit-docs-page.about-page .about-ecosystem__map {
    grid-template-columns: 115px minmax(0, 1fr);
    gap: 20px;
  }
}

@media (max-width: 479px) {
  .bookit-docs-page.about-page .about-hero {
    min-height: 520px;
  }

  .bookit-docs-page.about-page .about-hero h1 {
    font-size: 36px;
  }

  .bookit-docs-page.about-page .about-hero__actions,
  .bookit-docs-page.about-page .about-action {
    width: 100%;
  }

  .bookit-docs-page.about-page .about-transition__brands {
    grid-template-columns: minmax(0, 1fr);
  }

  .bookit-docs-page.about-page .about-transition__brands > span {
    transform: rotate(90deg);
    justify-self: center;
  }

  .bookit-docs-page.about-page .about-facts__grid,
  .bookit-docs-page.about-page .about-trust__grid,
  .bookit-docs-page.about-page .about-services__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bookit-docs-page.about-page .about-facts__grid > div,
  .bookit-docs-page.about-page .about-facts__grid > div:first-child,
  .bookit-docs-page.about-page .about-facts__grid > div:nth-child(odd) {
    min-height: 0;
    padding: 20px;
    border: 1px solid var(--bookit-border);
  }

  .bookit-docs-page.about-page .about-services__grid article,
  .bookit-docs-page.about-page .about-services__grid article:first-child,
  .bookit-docs-page.about-page .about-services__grid article:nth-child(4) {
    min-height: 0;
    border-top: 1px solid var(--bookit-border);
    border-left: 0;
  }

  .bookit-docs-page.about-page .about-services__grid article:first-child {
    border-top: 0;
  }

  .bookit-docs-page.about-page .about-timeline li {
    padding-left: 24px;
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
  }

  .bookit-docs-page.about-page .about-principles__list article {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
  }

  .bookit-docs-page.about-page .about-trust__grid article {
    min-height: 0;
  }

  .bookit-docs-page.about-page .about-ecosystem__map {
    padding: 20px;
    grid-template-columns: minmax(0, 1fr);
  }

  .bookit-docs-page.about-page .about-ecosystem__map > strong {
    min-height: 60px;
  }

  .bookit-docs-page.about-page .about-ecosystem__map ul {
    padding: 22px 0 0;
    border-top: 2px solid #9bdcff;
    border-left: 0;
  }

  .bookit-docs-page.about-page .about-ecosystem__map ul::before {
    width: 2px;
    height: 24px;
    top: -24px;
    left: 50%;
  }

  .bookit-docs-page.about-page .about-contacts {
    padding: 22px;
  }

  .bookit-docs-page.about-page .about-network h2 {
    font-size: 28px;
  }

  .bookit-docs-page.about-page .about-network__routes {
    width: 100%;
  }

  .bookit-docs-page.about-page .about-airlines ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bookit-docs-page.about-page .about-flow__steps {
    grid-template-columns: minmax(0, 1fr);
  }

  .bookit-docs-page.about-page .about-flow__steps li,
  .bookit-docs-page.about-page .about-flow__steps li:not(:nth-child(3n + 1)),
  .bookit-docs-page.about-page .about-flow__steps li:nth-child(even) {
    min-height: 0;
    padding: 21px 0;
    border-left: 0;
  }
}

/* ==========================================================================
   16. Partner program
   ========================================================================== */

.bookit-docs-page.partner-page {
  background: var(--bookit-page);
}

.bookit-docs-page .partner-hero {
  position: relative;
  display: flex;
  min-height: 520px;
  overflow: hidden;
  align-items: center;
  background: #26353b;
  color: #fff;
}

.bookit-docs-page .partner-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(9, 24, 31, 0.16);
  content: "";
}

.bookit-docs-page .partner-hero__media,
.bookit-docs-page .partner-hero__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.bookit-docs-page .partner-hero__media {
  z-index: 0;
}

.bookit-docs-page .partner-hero__media img {
  object-fit: cover;
  object-position: center;
}

.bookit-docs-page .partner-hero .container {
  position: relative;
  z-index: 2;
}

.bookit-docs-page .partner-hero__content {
  max-width: 690px;
  padding: 48px 0;
}

.bookit-docs-page .partner-eyebrow {
  display: block;
  margin-bottom: 9px;
  color: var(--bookit-primary-dark);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bookit-docs-page .partner-hero .partner-eyebrow,
.bookit-docs-page .partner-final-cta .partner-eyebrow {
  color: #8fdcff;
}

.bookit-docs-page .partner-hero h1 {
  max-width: 670px;
  margin: 0;
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
}

.bookit-docs-page .partner-hero__content > p {
  max-width: 650px;
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.58;
}

.bookit-docs-page .partner-hero__actions {
  display: flex;
  margin-top: 25px;
  flex-wrap: wrap;
  gap: 10px;
}

.bookit-docs-page .partner-action {
  display: inline-flex;
  min-height: 44px;
  padding: 10px 17px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.bookit-docs-page .partner-action--primary,
.bookit-docs-page .partner-action--primary:hover,
.bookit-docs-page .partner-action--primary:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #0679b8;
}

.bookit-docs-page .partner-action--secondary {
  border-color: rgba(255, 255, 255, 0.65);
  background: rgba(15, 32, 39, 0.18);
  color: #fff;
}

.bookit-docs-page .partner-action--secondary:hover,
.bookit-docs-page .partner-action--secondary:focus-visible {
  border-color: #fff;
  background: rgba(15, 32, 39, 0.34);
  color: #fff;
}

.bookit-docs-page .partner-action:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.42);
  outline-offset: 3px;
}

.bookit-docs-page .partner-hero__facts {
  display: grid;
  max-width: 580px;
  margin: 29px 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bookit-docs-page .partner-hero__facts > div {
  padding-right: 18px;
}

.bookit-docs-page .partner-hero__facts > div + div {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.32);
}

.bookit-docs-page .partner-hero__facts dt,
.bookit-docs-page .partner-hero__facts dd {
  margin: 0;
}

.bookit-docs-page .partner-hero__facts dt {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
}

.bookit-docs-page .partner-hero__facts dd {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  line-height: 1.35;
  text-transform: uppercase;
}

.bookit-docs-page .partner-section-nav {
  border-bottom: 1px solid var(--bookit-border);
  background: var(--bookit-surface);
}

.bookit-docs-page .partner-section-nav__inner {
  display: flex;
  min-height: 52px;
  overflow-x: auto;
  align-items: center;
  gap: 5px;
  scrollbar-width: thin;
}

.bookit-docs-page .partner-section-nav a {
  display: inline-flex;
  min-height: 36px;
  padding: 7px 11px;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 6px;
  color: var(--bookit-ink);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.bookit-docs-page .partner-section-nav a:hover,
.bookit-docs-page .partner-section-nav a:focus-visible {
  background: #eef8fd;
  color: var(--bookit-primary-dark);
}

.bookit-docs-page .partner-section-heading {
  max-width: 780px;
}

.bookit-docs-page .partner-section-heading h2,
.bookit-docs-page .partner-audience h2,
.bookit-docs-page .partner-workspace h2,
.bookit-docs-page .partner-application h2,
.bookit-docs-page .partner-final-cta h2 {
  margin: 0;
  color: var(--bookit-ink);
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: 0;
}

.bookit-docs-page .partner-section-heading > p,
.bookit-docs-page .partner-audience .partner-section-heading > p,
.bookit-docs-page .partner-application__copy > p {
  max-width: 720px;
  margin: 9px 0 0;
  color: var(--bookit-muted);
  font-size: 15px;
  line-height: 1.65;
}

.bookit-docs-page .partner-benefits {
  padding: 54px 0 60px;
  background: var(--bookit-surface);
  scroll-margin-top: 16px;
}

.bookit-docs-page .partner-benefit-grid {
  display: grid;
  margin-top: 29px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.bookit-docs-page .partner-benefit-grid article {
  min-height: 190px;
  padding: 20px;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-surface-soft);
}

.bookit-docs-page .partner-benefit-grid article > span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--bookit-ink);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.bookit-docs-page .partner-benefit-grid h3 {
  margin: 16px 0 0;
  color: var(--bookit-ink);
  font-size: 18px;
  line-height: 1.35;
}

.bookit-docs-page .partner-benefit-grid p {
  margin: 7px 0 0;
  color: #53646c;
  font-size: 14px;
  line-height: 1.58;
}

.bookit-docs-page .partner-audience {
  padding: 52px 0;
  border-top: 1px solid var(--bookit-border);
  border-bottom: 1px solid var(--bookit-border);
  background: var(--bookit-page);
  scroll-margin-top: 16px;
}

.bookit-docs-page .partner-audience__layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  align-items: start;
  gap: 60px;
}

.bookit-docs-page .partner-audience__groups {
  border-top: 1px solid var(--bookit-border);
}

.bookit-docs-page .partner-audience__groups article {
  padding: 17px 0;
  border-bottom: 1px solid var(--bookit-border);
}

.bookit-docs-page .partner-audience__groups h3,
.bookit-docs-page .partner-audience__groups p {
  margin: 0;
}

.bookit-docs-page .partner-audience__groups h3 {
  color: var(--bookit-ink);
  font-size: 17px;
  line-height: 1.4;
}

.bookit-docs-page .partner-audience__groups p {
  margin-top: 5px;
  color: var(--bookit-muted);
  font-size: 14px;
  line-height: 1.58;
}

.bookit-docs-page .partner-process {
  padding: 54px 0 60px;
  background: var(--bookit-surface);
  scroll-margin-top: 16px;
}

.bookit-docs-page .partner-process__steps {
  display: grid;
  margin: 29px 0 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  gap: 10px;
}

.bookit-docs-page .partner-process__steps li {
  position: relative;
  min-height: 194px;
  padding: 19px;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: #fff;
}

.bookit-docs-page .partner-process__steps li > span {
  display: inline-flex;
  width: 31px;
  height: 31px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bookit-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.bookit-docs-page .partner-process__steps h3,
.bookit-docs-page .partner-process__steps p {
  margin: 0;
}

.bookit-docs-page .partner-process__steps h3 {
  margin-top: 15px;
  color: var(--bookit-ink);
  font-size: 17px;
  line-height: 1.35;
}

.bookit-docs-page .partner-process__steps p {
  margin-top: 7px;
  color: var(--bookit-muted);
  font-size: 13px;
  line-height: 1.55;
}

.bookit-docs-page .partner-workspace {
  padding: 50px 0;
  background: var(--bookit-ink);
  color: #fff;
}

.bookit-docs-page .partner-workspace__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
  align-items: center;
  gap: 70px;
}

.bookit-docs-page .partner-workspace h2 {
  color: #fff;
}

.bookit-docs-page .partner-workspace p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.65;
}

.bookit-docs-page .partner-workspace ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  list-style: none;
}

.bookit-docs-page .partner-workspace li {
  display: grid;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  grid-template-columns: minmax(130px, 0.7fr) minmax(0, 1.3fr);
  gap: 18px;
}

.bookit-docs-page .partner-workspace li strong {
  color: #fff;
  font-size: 13px;
}

.bookit-docs-page .partner-workspace li span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.5;
}

.bookit-docs-page .partner-application {
  padding: 54px 0;
  border-bottom: 1px solid var(--bookit-border);
  background: var(--bookit-page);
  scroll-margin-top: 16px;
}

.bookit-docs-page .partner-application__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: start;
  gap: 55px;
}

.bookit-docs-page .partner-application__copy ul {
  display: grid;
  margin: 23px 0 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  gap: 9px 22px;
}

.bookit-docs-page .partner-application__copy li {
  position: relative;
  padding-left: 18px;
  color: #45565e;
  font-size: 14px;
  line-height: 1.5;
}

.bookit-docs-page .partner-application__copy li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bookit-success);
  content: "";
}

.bookit-docs-page .partner-contact {
  padding: 23px;
  border: 1px solid #c8dbe4;
  border-radius: 8px;
  background: var(--bookit-surface);
}

.bookit-docs-page .partner-contact > span {
  display: block;
  color: var(--bookit-muted);
  font-size: 12px;
  line-height: 1.45;
}

.bookit-docs-page .partner-contact > a:not(.partner-action) {
  display: inline-block;
  margin-top: 7px;
  color: var(--bookit-ink);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.bookit-docs-page .partner-contact p {
  margin: 13px 0 0;
  color: var(--bookit-muted);
  font-size: 13px;
  line-height: 1.55;
}

.bookit-docs-page .partner-contact .partner-action {
  width: 100%;
  margin-top: 18px;
  border-color: var(--bookit-primary);
  background: var(--bookit-primary);
  color: #fff;
}

.bookit-docs-page .partner-contact .partner-action:hover,
.bookit-docs-page .partner-contact .partner-action:focus-visible {
  border-color: var(--bookit-primary-dark);
  background: var(--bookit-primary-dark);
  color: #fff;
}

.bookit-docs-page .partner-faq {
  padding: 54px 0 60px;
  background: var(--bookit-surface);
  scroll-margin-top: 16px;
}

.bookit-docs-page .partner-faq__list {
  max-width: 920px;
  margin-top: 27px;
}

.bookit-docs-page .partner-faq details {
  overflow: hidden;
  margin-bottom: 8px;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-surface);
}

.bookit-docs-page .partner-faq summary {
  position: relative;
  display: flex;
  min-height: 56px;
  padding: 15px 52px 15px 17px;
  align-items: center;
  color: var(--bookit-ink);
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  list-style: none;
}

.bookit-docs-page .partner-faq summary::-webkit-details-marker {
  display: none;
}

.bookit-docs-page .partner-faq summary::after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #eef8fd;
  color: var(--bookit-primary-dark);
  content: "+";
  font-size: 20px;
  font-weight: 400;
  transform: translateY(-50%);
}

.bookit-docs-page .partner-faq details[open] summary::after {
  content: "−";
}

.bookit-docs-page .partner-faq summary:focus-visible {
  outline: 0;
  box-shadow: inset 0 0 0 2px var(--bookit-primary);
}

.bookit-docs-page .partner-faq details > div {
  border-top: 1px solid #edf1f3;
  background: #fbfdfe;
}

.bookit-docs-page .partner-faq details > div > div {
  max-width: 820px;
  padding: 14px 17px 17px;
  color: #45565e;
  font-size: 14px;
  line-height: 1.65;
}

.bookit-docs-page .partner-faq p {
  margin: 0;
}

.bookit-docs-page .partner-faq p + p {
  margin-top: 9px;
}

.bookit-docs-page .partner-faq a {
  color: var(--bookit-primary-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bookit-docs-page .partner-final-cta {
  padding: 36px 0;
  background: #087fae;
  color: #fff;
}

.bookit-docs-page .partner-final-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.bookit-docs-page .partner-final-cta h2 {
  max-width: 760px;
  color: #fff;
  font-size: 25px;
}

.bookit-docs-page .partner-final-cta p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.55;
}

.bookit-docs-page .partner-final-cta .partner-action {
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  .bookit-docs-page .partner-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bookit-docs-page .partner-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bookit-docs-page .partner-audience__layout,
  .bookit-docs-page .partner-workspace__layout,
  .bookit-docs-page .partner-application__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .bookit-docs-page .partner-hero {
    min-height: 570px;
    align-items: flex-end;
  }

  .bookit-docs-page .partner-hero::after {
    background: rgba(9, 24, 31, 0.58);
  }

  .bookit-docs-page .partner-hero__media img {
    object-position: 82% center;
  }

  .bookit-docs-page .partner-hero__content {
    padding: 38px 0 34px;
  }

  .bookit-docs-page .partner-hero h1 {
    font-size: 32px;
  }

  .bookit-docs-page .partner-hero__content > p {
    font-size: 15px;
  }

  .bookit-docs-page .partner-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .bookit-docs-page .partner-action {
    width: 100%;
  }

  .bookit-docs-page .partner-hero__facts {
    margin-top: 23px;
  }

  .bookit-docs-page .partner-hero__facts > div {
    padding-right: 9px;
  }

  .bookit-docs-page .partner-hero__facts > div + div {
    padding-left: 9px;
  }

  .bookit-docs-page .partner-hero__facts dt {
    font-size: 19px;
  }

  .bookit-docs-page .partner-section-nav__inner {
    min-height: 48px;
  }

  .bookit-docs-page .partner-benefits,
  .bookit-docs-page .partner-process,
  .bookit-docs-page .partner-faq {
    padding: 38px 0 42px;
  }

  .bookit-docs-page .partner-audience,
  .bookit-docs-page .partner-workspace,
  .bookit-docs-page .partner-application {
    padding: 38px 0;
  }

  .bookit-docs-page .partner-section-heading h2,
  .bookit-docs-page .partner-audience h2,
  .bookit-docs-page .partner-workspace h2,
  .bookit-docs-page .partner-application h2 {
    font-size: 24px;
  }

  .bookit-docs-page .partner-benefit-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bookit-docs-page .partner-benefit-grid article {
    min-height: 0;
    padding: 17px;
  }

  .bookit-docs-page .partner-process__steps {
    grid-template-columns: minmax(0, 1fr);
  }

  .bookit-docs-page .partner-process__steps li {
    display: flex;
    min-height: 0;
    gap: 13px;
  }

  .bookit-docs-page .partner-process__steps li > span {
    flex: 0 0 31px;
  }

  .bookit-docs-page .partner-process__steps h3 {
    margin-top: 0;
  }

  .bookit-docs-page .partner-workspace li {
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
  }

  .bookit-docs-page .partner-application__copy ul {
    grid-template-columns: minmax(0, 1fr);
  }

  .bookit-docs-page .partner-contact {
    padding: 19px;
  }

  .bookit-docs-page .partner-contact > a:not(.partner-action) {
    font-size: 19px;
  }

  .bookit-docs-page .partner-faq summary {
    padding: 13px 48px 13px 14px;
    font-size: 14px;
  }

  .bookit-docs-page .partner-faq summary::after {
    right: 12px;
  }

  .bookit-docs-page .partner-faq details > div > div {
    padding: 13px 14px 15px;
    font-size: 13px;
  }

  .bookit-docs-page .partner-final-cta {
    padding: 30px 0;
  }

  .bookit-docs-page .partner-final-cta__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 19px;
  }

  .bookit-docs-page .partner-final-cta h2 {
    font-size: 21px;
  }
}

@media (max-width: 389px) {
  .bookit-docs-page .partner-hero {
    min-height: 610px;
  }

  .bookit-docs-page .partner-hero h1 {
    font-size: 29px;
  }

  .bookit-docs-page .partner-hero__facts dd {
    font-size: 10px;
  }
}

@media (max-width: 299px) {
  .bookit-static-page .schedule-online-heading-actions {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 359px) {
  .bookit-static-page .schedule-online-refresh,
  .bookit-static-page .schedule-online-schedule-link {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 11px;
  }

  .bookit-static-page .schedule-online-dates__item {
    font-size: 11px;
  }

  .bookit-static-page .schedule-online-dates__item strong {
    font-size: 10px;
  }

  .bookit-static-page .schedule-status {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 10px;
  }
}

/* ==========================================================================
   17. FAQ knowledge base
   ========================================================================== */

.bookit-static-page .faq-page [hidden] {
  display: none !important;
}

.bookit-static-page section.popular-avia.faq-page-hero {
  padding: 44px 0 48px;
  background: var(--bookit-primary);
}

.bookit-static-page .faq-page-hero .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

.bookit-static-page section.popular-avia.faq-page-hero .container {
  top: auto;
}

.bookit-static-page .faq-page-hero__content {
  max-width: 820px;
}

.bookit-static-page section.popular-avia.faq-page-hero h1 {
  max-width: none;
  margin: 0 0 10px;
  font-size: 38px;
  line-height: 1.18;
  text-align: left;
}

.bookit-static-page section.popular-avia.faq-page-hero .faq-page-hero__content > p {
  max-width: 740px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.55;
  text-align: left;
}

.bookit-static-page .faq-page-hero .schedule-hero__eyebrow {
  text-align: left;
}

.bookit-static-page .faq-search {
  position: relative;
  display: block;
  max-width: 680px;
  margin: 24px 0 0;
}

.bookit-static-page .faq-search input {
  display: block;
  width: 100%;
  height: 52px;
  padding: 12px 50px 12px 17px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  outline: 0;
  background: #fff;
  color: var(--bookit-ink);
  font: inherit;
  font-size: 15px;
  line-height: 1.2;
  box-shadow: 0 7px 20px rgba(15, 82, 117, 0.16);
  -webkit-appearance: none;
}

.bookit-static-page .faq-search input::placeholder {
  color: #78868d;
  opacity: 1;
}

.bookit-static-page .faq-search input:focus {
  border-color: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.32), 0 7px 20px rgba(15, 82, 117, 0.16);
}

.bookit-static-page .faq-search button {
  position: absolute;
  top: 6px;
  right: 7px;
  display: inline-flex;
  width: 40px;
  height: 40px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #697980;
  font-size: 25px;
  line-height: 1;
}

.bookit-static-page .faq-search button:hover,
.bookit-static-page .faq-search button:focus-visible {
  background: #eef7fb;
  color: var(--bookit-primary-dark);
}

.bookit-static-page section.popular-avia.faq-page-hero .faq-page-hero__updated {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
}

.bookit-static-page .faq-topic-nav {
  display: none;
  border-bottom: 1px solid var(--bookit-border);
  background: var(--bookit-surface);
}

.bookit-static-page .faq-topic-nav__inner {
  display: flex;
  overflow-x: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  gap: 7px;
  scrollbar-width: thin;
}

.bookit-static-page .faq-topic-nav a {
  display: inline-flex;
  min-height: 36px;
  padding: 7px 11px;
  align-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--bookit-border);
  border-radius: 6px;
  background: var(--bookit-surface-soft);
  color: var(--bookit-ink);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.bookit-static-page .faq-topic-nav a:hover,
.bookit-static-page .faq-topic-nav a:focus-visible {
  border-color: var(--bookit-primary);
  color: var(--bookit-primary-dark);
}

.bookit-static-page .faq-content {
  padding: 44px 0 54px;
  background: var(--bookit-page);
}

.bookit-static-page .faq-content__layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: start;
  gap: 30px;
}

.bookit-static-page .faq-content__aside {
  position: sticky;
  top: 18px;
}

.bookit-static-page .faq-aside-nav {
  display: block;
  overflow: hidden;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-surface);
}

.bookit-static-page .faq-aside-nav strong {
  display: block;
  padding: 14px 15px 10px;
  color: var(--bookit-muted);
  font-size: 11px;
  line-height: 1.3;
  text-transform: uppercase;
}

.bookit-static-page .faq-aside-nav a {
  display: block;
  padding: 10px 15px;
  border-top: 1px solid #edf1f3;
  color: var(--bookit-ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

.bookit-static-page .faq-aside-nav a:hover,
.bookit-static-page .faq-aside-nav a:focus-visible {
  background: #eef8fd;
  color: var(--bookit-primary-dark);
}

.bookit-static-page .faq-content__header {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.bookit-static-page .faq-content__header h2 {
  margin: 0;
  color: var(--bookit-ink);
  font-size: 28px;
  line-height: 1.25;
}

.bookit-static-page .faq-content__header p {
  max-width: 690px;
  margin: 8px 0 0;
  color: var(--bookit-muted);
  font-size: 14px;
  line-height: 1.6;
}

.bookit-static-page .faq-toggle-all {
  min-width: max-content;
  min-height: 40px;
  padding: 8px 13px;
  flex: 0 0 auto;
  border: 1px solid var(--bookit-primary);
  border-radius: 7px;
  background: var(--bookit-surface);
  color: var(--bookit-primary-dark);
  font-size: 13px;
  font-weight: 700;
}

.bookit-static-page .faq-toggle-all:hover,
.bookit-static-page .faq-toggle-all:focus-visible {
  background: #eef8fd;
}

.bookit-static-page .faq-toggle-all:disabled {
  cursor: default;
  opacity: 0.45;
}

.bookit-static-page .faq-search-status {
  margin: -14px 0 22px;
  color: var(--bookit-primary-dark);
  font-size: 13px;
  font-weight: 700;
}

.bookit-static-page .faq-group {
  margin-top: 38px;
  scroll-margin-top: 18px;
}

.bookit-static-page .faq-content__header + .faq-group,
.bookit-static-page .faq-search-status + .faq-group {
  margin-top: 0;
}

.bookit-static-page .faq-group__heading {
  display: flex;
  margin-bottom: 13px;
  align-items: flex-start;
  gap: 12px;
}

.bookit-static-page .faq-group__heading > span {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  border-radius: 6px;
  background: var(--bookit-ink);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.bookit-static-page .faq-group__heading h2 {
  margin: 0;
  color: var(--bookit-ink);
  font-size: 20px;
  line-height: 1.3;
}

.bookit-static-page .faq-group__heading p {
  margin: 3px 0 0;
  color: var(--bookit-muted);
  font-size: 13px;
  line-height: 1.45;
}

.bookit-static-page .faq-item {
  overflow: hidden;
  margin: 0 0 8px;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-surface);
}

.bookit-static-page .faq-item[open] {
  border-color: #c7dce6;
}

.bookit-static-page .faq-item summary {
  position: relative;
  display: flex;
  min-height: 56px;
  padding: 15px 54px 15px 17px;
  align-items: center;
  color: var(--bookit-ink);
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  list-style: none;
}

.bookit-static-page .faq-item summary::-webkit-details-marker {
  display: none;
}

.bookit-static-page .faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #eef8fd;
  color: var(--bookit-primary-dark);
  content: "+";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
}

.bookit-static-page .faq-item[open] summary::after {
  content: "−";
}

.bookit-static-page .faq-item summary:hover,
.bookit-static-page .faq-item summary:focus-visible {
  background: #fbfdfe;
  outline: 0;
}

.bookit-static-page .faq-item summary:focus-visible {
  box-shadow: inset 0 0 0 2px var(--bookit-primary);
}

.bookit-static-page .faq-item__answer {
  border-top: 1px solid #edf1f3;
  background: #fbfdfe;
}

.bookit-static-page .faq-item__answer > div {
  max-width: 760px;
  padding: 15px 17px 17px;
  color: #45565e;
  font-size: 14px;
  line-height: 1.65;
}

.bookit-static-page .faq-item__answer p {
  margin: 0;
}

.bookit-static-page .faq-item__answer p + p {
  margin-top: 9px;
}

.bookit-static-page .faq-item__answer a {
  color: var(--bookit-primary-dark);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.bookit-static-page .faq-no-results {
  padding: 34px 20px;
  border: 1px dashed #bfd2dc;
  border-radius: 8px;
  background: var(--bookit-surface);
  text-align: center;
}

.bookit-static-page .faq-no-results h2,
.bookit-static-page .faq-no-results p {
  margin: 0;
}

.bookit-static-page .faq-no-results h2 {
  font-size: 20px;
}

.bookit-static-page .faq-no-results p {
  margin-top: 6px;
  color: var(--bookit-muted);
  font-size: 14px;
}

.bookit-static-page .faq-no-results button {
  min-height: 40px;
  margin-top: 15px;
  padding: 8px 14px;
  border: 0;
  border-radius: 7px;
  background: var(--bookit-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.bookit-static-page .faq-related {
  padding: 42px 0;
  border-top: 1px solid var(--bookit-border);
  border-bottom: 1px solid var(--bookit-border);
  background: var(--bookit-surface);
}

.bookit-static-page .faq-related__inner {
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) minmax(0, 1.7fr);
  align-items: end;
  gap: 34px;
}

.bookit-static-page .faq-related h2,
.bookit-static-page .faq-related p {
  margin: 0;
}

.bookit-static-page .faq-related h2 {
  color: var(--bookit-ink);
  font-size: 25px;
  line-height: 1.3;
}

.bookit-static-page .faq-related p {
  margin-top: 7px;
  color: var(--bookit-muted);
  font-size: 14px;
}

.bookit-static-page .faq-related__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.bookit-static-page .faq-related__links a {
  display: block;
  min-height: 82px;
  padding: 13px 14px;
  border: 1px solid var(--bookit-border);
  border-radius: 8px;
  background: var(--bookit-surface-soft);
  color: var(--bookit-ink);
  text-decoration: none;
}

.bookit-static-page .faq-related__links a:hover,
.bookit-static-page .faq-related__links a:focus-visible {
  border-color: var(--bookit-primary);
  background: #eef8fd;
}

.bookit-static-page .faq-related__links strong,
.bookit-static-page .faq-related__links span {
  display: block;
}

.bookit-static-page .faq-related__links strong {
  font-size: 13px;
  line-height: 1.35;
}

.bookit-static-page .faq-related__links span {
  margin-top: 4px;
  color: var(--bookit-muted);
  font-size: 11px;
  line-height: 1.35;
}

.bookit-static-page .faq-support-cta {
  padding: 34px 0;
  background: var(--bookit-ink);
  color: #fff;
}

.bookit-static-page .faq-support-cta .container {
  display: block;
}

.bookit-static-page .faq-support-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.bookit-static-page .faq-support-cta .schedule-content-eyebrow {
  color: #7dd6ff;
}

.bookit-static-page .faq-support-cta h2 {
  color: #fff;
  font-size: 23px;
  line-height: 1.3;
}

.bookit-static-page .faq-support-cta p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

@media (max-width: 991px) {
  .bookit-static-page .faq-topic-nav {
    display: block;
  }

  .bookit-static-page .faq-content__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .bookit-static-page .faq-content__aside {
    display: none;
  }

  .bookit-static-page .faq-related__inner {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .bookit-static-page section.popular-avia.faq-page-hero {
    padding: 31px 0 34px;
  }

  .bookit-static-page section.popular-avia.faq-page-hero h1 {
    font-size: 29px;
  }

  .bookit-static-page section.popular-avia.faq-page-hero .faq-page-hero__content > p {
    font-size: 14px;
  }

  .bookit-static-page .faq-search {
    margin-top: 18px;
  }

  .bookit-static-page .faq-search input {
    height: 48px;
    font-size: 14px;
  }

  .bookit-static-page .faq-search button {
    top: 4px;
  }

  .bookit-static-page .faq-content {
    padding: 29px 0 36px;
  }

  .bookit-static-page .faq-content__header {
    margin-bottom: 24px;
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }

  .bookit-static-page .faq-content__header h2 {
    font-size: 23px;
  }

  .bookit-static-page .faq-toggle-all {
    min-height: 38px;
  }

  .bookit-static-page .faq-group {
    margin-top: 31px;
  }

  .bookit-static-page .faq-group__heading h2 {
    font-size: 18px;
  }

  .bookit-static-page .faq-item summary {
    min-height: 54px;
    padding: 13px 49px 13px 14px;
    font-size: 14px;
  }

  .bookit-static-page .faq-item summary::after {
    right: 13px;
  }

  .bookit-static-page .faq-item__answer > div {
    padding: 13px 14px 15px;
    font-size: 13px;
  }

  .bookit-static-page .faq-related {
    padding: 31px 0;
  }

  .bookit-static-page .faq-related h2 {
    font-size: 22px;
  }

  .bookit-static-page .faq-related__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bookit-static-page .faq-support-cta {
    padding: 29px 0;
  }

  .bookit-static-page .faq-support-cta h2 {
    font-size: 20px;
  }

  .bookit-static-page .faq-support-cta__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .bookit-static-page .faq-support-cta__inner .hero-action {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .bookit-static-page .faq-related__links {
    grid-template-columns: minmax(0, 1fr);
  }

  .bookit-static-page .faq-related__links a {
    min-height: 0;
  }
}

/* ==========================================================================
   18. Refund and exchange guide
   ========================================================================== */

.bookit-docs-page.refund-page {
  background: #f4f7f8;
}

.bookit-docs-page .refund-main section[id] {
  scroll-margin-top: 76px;
}

.bookit-docs-page .refund-hero {
  padding: 54px 0 42px;
  background: #103f50;
  color: #fff;
}

.bookit-docs-page .refund-hero__content {
  max-width: 900px;
}

.bookit-docs-page .refund-eyebrow {
  display: block;
  margin-bottom: 9px;
  color: #087fae;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.bookit-docs-page .refund-hero .refund-eyebrow,
.bookit-docs-page .refund-contact .refund-eyebrow {
  color: #7dd6ff;
}

.bookit-docs-page .refund-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.18;
}

.bookit-docs-page .refund-hero__content > p {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.6;
}

.bookit-docs-page .refund-hero__actions,
.bookit-docs-page .refund-contact__actions {
  display: flex;
  margin-top: 24px;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.bookit-docs-page .refund-action {
  display: inline-flex;
  min-height: 44px;
  padding: 0 19px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.bookit-docs-page .refund-action--primary {
  border-color: #fff;
  background: #fff;
  color: #0a6f9a;
}

.bookit-docs-page .refund-action--primary:hover,
.bookit-docs-page .refund-action--primary:focus-visible {
  border-color: #f4aa3d;
  background: #f4aa3d;
  color: #172e43;
}

.bookit-docs-page .refund-action--secondary {
  border-color: rgba(255, 255, 255, 0.52);
  color: #fff;
}

.bookit-docs-page .refund-action--secondary:hover,
.bookit-docs-page .refund-action--secondary:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.bookit-docs-page .refund-action:focus-visible,
.bookit-docs-page .refund-section-nav a:focus-visible,
.bookit-docs-page .refund-faq summary:focus-visible {
  outline: 3px solid rgba(8, 127, 174, 0.28);
  outline-offset: 3px;
}

.bookit-docs-page .refund-hero__facts {
  display: grid;
  max-width: 820px;
  margin: 30px 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bookit-docs-page .refund-hero__facts > div {
  min-width: 0;
  padding-right: 22px;
}

.bookit-docs-page .refund-hero__facts > div + div {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.bookit-docs-page .refund-hero__facts dt,
.bookit-docs-page .refund-hero__facts dd {
  margin: 0;
}

.bookit-docs-page .refund-hero__facts dt {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

.bookit-docs-page .refund-hero__facts dd {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  line-height: 1.4;
}

.bookit-docs-page .refund-section-nav {
  position: sticky;
  z-index: 8;
  top: 0;
  border-bottom: 1px solid var(--bookit-border);
  background: rgba(255, 255, 255, 0.97);
}

.bookit-docs-page .refund-section-nav__inner {
  display: flex;
  min-height: 52px;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
  gap: 28px;
}

.bookit-docs-page .refund-section-nav__inner::-webkit-scrollbar {
  display: none;
}

.bookit-docs-page .refund-section-nav a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  flex: 0 0 auto;
  color: #38515e;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.bookit-docs-page .refund-section-nav a:hover {
  color: #087fae;
}

.bookit-docs-page .refund-overview {
  padding: 28px 0 0;
  background: #fff;
}

.bookit-docs-page .refund-important {
  display: grid;
  padding: 18px 20px;
  border: 1px solid #f1d5a9;
  border-left: 4px solid #f4aa3d;
  border-radius: 6px;
  background: #fff9ef;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
}

.bookit-docs-page .refund-important > span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f4aa3d;
  color: #172e43;
  font-size: 17px;
  font-weight: 900;
}

.bookit-docs-page .refund-important h2,
.bookit-docs-page .refund-important p {
  margin: 0;
}

.bookit-docs-page .refund-important h2 {
  color: #172e43;
  font-size: 18px;
  line-height: 1.35;
}

.bookit-docs-page .refund-important p {
  margin-top: 5px;
  color: #53646d;
  font-size: 14px;
  line-height: 1.55;
}

.bookit-docs-page .refund-process,
.bookit-docs-page .refund-types,
.bookit-docs-page .refund-documents,
.bookit-docs-page .refund-faq,
.bookit-docs-page .refund-related {
  padding: 50px 0;
  background: #fff;
}

.bookit-docs-page .refund-types,
.bookit-docs-page .refund-faq {
  background: #f4f7f8;
}

.bookit-docs-page .refund-section-heading {
  max-width: 760px;
  margin-bottom: 25px;
}

.bookit-docs-page .refund-section-heading h2,
.bookit-docs-page .refund-calculation h2,
.bookit-docs-page .refund-documents h2,
.bookit-docs-page .refund-timing h2,
.bookit-docs-page .refund-related h2,
.bookit-docs-page .refund-contact h2 {
  margin: 0;
  color: #172e43;
  font-size: 28px;
  line-height: 1.3;
}

.bookit-docs-page .refund-section-heading > p,
.bookit-docs-page .refund-calculation p,
.bookit-docs-page .refund-documents p,
.bookit-docs-page .refund-related p,
.bookit-docs-page .refund-contact p {
  margin: 9px 0 0;
  color: #61737d;
  font-size: 15px;
  line-height: 1.6;
}

.bookit-docs-page .refund-steps {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.bookit-docs-page .refund-steps li {
  min-width: 0;
  padding: 17px;
  border: 1px solid var(--bookit-border);
  border-radius: 6px;
  background: #fff;
}

.bookit-docs-page .refund-steps li > span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #087fae;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.bookit-docs-page .refund-steps h3,
.bookit-docs-page .refund-steps p {
  margin: 0;
}

.bookit-docs-page .refund-steps h3 {
  margin-top: 14px;
  color: #172e43;
  font-size: 15px;
  line-height: 1.4;
}

.bookit-docs-page .refund-steps p {
  margin-top: 7px;
  color: #667984;
  font-size: 13px;
  line-height: 1.55;
}

.bookit-docs-page .refund-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bookit-docs-page .refund-type-grid article {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--bookit-border);
  border-radius: 7px;
  background: #fff;
}

.bookit-docs-page .refund-type-grid__label {
  display: inline-block;
  padding: 5px 8px;
  border-radius: 4px;
  background: #eef6f8;
  color: #0a6f9a;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.bookit-docs-page .refund-type-grid__label--accent {
  background: #fff1dd;
  color: #85530a;
}

.bookit-docs-page .refund-type-grid h3 {
  margin: 15px 0 0;
  color: #172e43;
  font-size: 21px;
  line-height: 1.35;
}

.bookit-docs-page .refund-type-grid p,
.bookit-docs-page .refund-type-grid li {
  color: #566a75;
  font-size: 14px;
  line-height: 1.6;
}

.bookit-docs-page .refund-type-grid p {
  margin: 8px 0 0;
}

.bookit-docs-page .refund-type-grid ul {
  margin: 16px 0 0;
  padding: 14px 0 0 19px;
  border-top: 1px solid var(--bookit-border);
}

.bookit-docs-page .refund-type-grid li + li {
  margin-top: 5px;
}

.bookit-docs-page .refund-exchange-note {
  display: grid;
  margin-top: 12px;
  padding: 19px 22px;
  border: 1px solid #b9dce8;
  border-left: 4px solid #087fae;
  border-radius: 6px;
  background: #fff;
  grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
  gap: 25px;
}

.bookit-docs-page .refund-exchange-note h3,
.bookit-docs-page .refund-exchange-note p {
  margin: 0;
}

.bookit-docs-page .refund-exchange-note h3 {
  margin-top: 8px;
  color: #172e43;
  font-size: 18px;
  line-height: 1.35;
}

.bookit-docs-page .refund-exchange-note p {
  align-self: center;
  color: #566a75;
  font-size: 14px;
  line-height: 1.6;
}

.bookit-docs-page .refund-calculation {
  padding: 47px 0;
  background: #eaf4f6;
}

.bookit-docs-page .refund-calculation__layout,
.bookit-docs-page .refund-documents__layout,
.bookit-docs-page .refund-timing__inner,
.bookit-docs-page .refund-related__inner,
.bookit-docs-page .refund-contact__inner {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 44px;
}

.bookit-docs-page .refund-calculation ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.bookit-docs-page .refund-calculation li {
  min-width: 0;
  padding: 14px;
  border: 1px solid #cfe1e6;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
}

.bookit-docs-page .refund-calculation li strong,
.bookit-docs-page .refund-calculation li span {
  display: block;
}

.bookit-docs-page .refund-calculation li strong {
  color: #172e43;
  font-size: 13px;
  line-height: 1.4;
}

.bookit-docs-page .refund-calculation li span {
  margin-top: 4px;
  color: #61737d;
  font-size: 11px;
  line-height: 1.45;
}

.bookit-docs-page .refund-documents__layout {
  align-items: center;
}

.bookit-docs-page .refund-checklist {
  padding: 19px 21px;
  border: 1px solid var(--bookit-border);
  border-radius: 7px;
  background: #f8fafb;
}

.bookit-docs-page .refund-checklist ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 20px;
}

.bookit-docs-page .refund-checklist li {
  position: relative;
  min-width: 0;
  padding-left: 20px;
  color: #405661;
  font-size: 13px;
  line-height: 1.5;
}

.bookit-docs-page .refund-checklist li::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 13px;
  height: 13px;
  border: 2px solid #55a83b;
  border-radius: 3px;
  content: '';
}

.bookit-docs-page .refund-timing {
  padding: 37px 0;
  border-top: 1px solid var(--bookit-border);
  border-bottom: 1px solid var(--bookit-border);
  background: #fff;
}

.bookit-docs-page .refund-timing__inner {
  align-items: center;
}

.bookit-docs-page .refund-timing p {
  margin: 0;
  color: #4f626c;
  font-size: 14px;
  line-height: 1.65;
}

.bookit-docs-page .refund-faq__list {
  max-width: 900px;
}

.bookit-docs-page .refund-faq details {
  border-top: 1px solid var(--bookit-border);
  background: transparent;
}

.bookit-docs-page .refund-faq details:last-child {
  border-bottom: 1px solid var(--bookit-border);
}

.bookit-docs-page .refund-faq summary {
  position: relative;
  display: flex;
  min-height: 60px;
  padding: 16px 52px 16px 4px;
  align-items: center;
  color: #172e43;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  list-style: none;
}

.bookit-docs-page .refund-faq summary::-webkit-details-marker {
  display: none;
}

.bookit-docs-page .refund-faq summary::after {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 22px;
  height: 22px;
  border: 1px solid #b9cbd3;
  border-radius: 50%;
  color: #087fae;
  content: '+';
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  transform: translateY(-50%);
}

.bookit-docs-page .refund-faq details[open] summary::after {
  content: '−';
}

.bookit-docs-page .refund-faq details > div > div {
  max-width: 800px;
  padding: 0 50px 17px 4px;
}

.bookit-docs-page .refund-faq p {
  margin: 0;
  color: #536873;
  font-size: 14px;
  line-height: 1.65;
}

.bookit-docs-page .refund-faq p + p {
  margin-top: 8px;
}

.bookit-docs-page .refund-faq a {
  color: #0678b7;
  font-weight: 700;
  text-underline-offset: 3px;
}

.bookit-docs-page .refund-related__inner {
  align-items: center;
}

.bookit-docs-page .refund-related__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.bookit-docs-page .refund-related__links a {
  display: block;
  min-width: 0;
  min-height: 78px;
  padding: 14px;
  border: 1px solid var(--bookit-border);
  border-radius: 6px;
  background: #f7fafb;
  color: #172e43;
  text-decoration: none;
}

.bookit-docs-page .refund-related__links a:hover,
.bookit-docs-page .refund-related__links a:focus-visible {
  border-color: #087fae;
  background: #eef8fd;
}

.bookit-docs-page .refund-related__links strong,
.bookit-docs-page .refund-related__links span {
  display: block;
}

.bookit-docs-page .refund-related__links strong {
  font-size: 13px;
  line-height: 1.4;
}

.bookit-docs-page .refund-related__links span {
  margin-top: 4px;
  color: #647782;
  font-size: 11px;
  line-height: 1.4;
}

.bookit-docs-page .refund-contact {
  padding: 39px 0;
  background: #172e43;
  color: #fff;
}

.bookit-docs-page .refund-contact__inner {
  align-items: center;
}

.bookit-docs-page .refund-contact h2 {
  color: #fff;
}

.bookit-docs-page .refund-contact p {
  color: rgba(255, 255, 255, 0.7);
}

.bookit-docs-page .refund-contact__actions {
  margin-top: 0;
  justify-content: flex-end;
}

.bookit-docs-page .refund-contact__email a {
  display: inline-flex;
  min-height: 44px;
  padding: 0 18px;
  align-items: center;
  border-radius: 5px;
  background: #fff;
  color: #0a6f9a;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.bookit-docs-page .refund-contact__email a:hover,
.bookit-docs-page .refund-contact__email a:focus-visible {
  background: #f4aa3d;
  color: #172e43;
}

@media (max-width: 991px) {
  .bookit-docs-page .refund-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bookit-docs-page .refund-calculation__layout,
  .bookit-docs-page .refund-documents__layout,
  .bookit-docs-page .refund-timing__inner,
  .bookit-docs-page .refund-related__inner,
  .bookit-docs-page .refund-contact__inner,
  .bookit-docs-page .refund-exchange-note {
    grid-template-columns: minmax(0, 1fr);
    gap: 23px;
  }

  .bookit-docs-page .refund-contact__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .bookit-docs-page .refund-hero {
    padding: 37px 0 32px;
  }

  .bookit-docs-page .refund-hero h1 {
    font-size: 30px;
  }

  .bookit-docs-page .refund-hero__content > p {
    font-size: 15px;
  }

  .bookit-docs-page .refund-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .bookit-docs-page .refund-hero__facts {
    margin-top: 25px;
  }

  .bookit-docs-page .refund-hero__facts > div {
    padding-right: 10px;
  }

  .bookit-docs-page .refund-hero__facts > div + div {
    padding-left: 10px;
  }

  .bookit-docs-page .refund-hero__facts dt {
    font-size: 13px;
  }

  .bookit-docs-page .refund-hero__facts dd {
    font-size: 9px;
  }

  .bookit-docs-page .refund-section-nav__inner {
    min-height: 48px;
    gap: 22px;
  }

  .bookit-docs-page .refund-section-nav a {
    min-height: 48px;
  }

  .bookit-docs-page .refund-overview {
    padding-top: 20px;
  }

  .bookit-docs-page .refund-important {
    padding: 15px;
    grid-template-columns: 27px minmax(0, 1fr);
    gap: 9px;
  }

  .bookit-docs-page .refund-important > span {
    width: 26px;
    height: 26px;
    font-size: 15px;
  }

  .bookit-docs-page .refund-important h2 {
    font-size: 16px;
  }

  .bookit-docs-page .refund-process,
  .bookit-docs-page .refund-types,
  .bookit-docs-page .refund-documents,
  .bookit-docs-page .refund-faq,
  .bookit-docs-page .refund-related {
    padding: 36px 0;
  }

  .bookit-docs-page .refund-section-heading h2,
  .bookit-docs-page .refund-calculation h2,
  .bookit-docs-page .refund-documents h2,
  .bookit-docs-page .refund-timing h2,
  .bookit-docs-page .refund-related h2,
  .bookit-docs-page .refund-contact h2 {
    font-size: 23px;
  }

  .bookit-docs-page .refund-steps,
  .bookit-docs-page .refund-type-grid,
  .bookit-docs-page .refund-calculation ul,
  .bookit-docs-page .refund-checklist ul,
  .bookit-docs-page .refund-related__links {
    grid-template-columns: minmax(0, 1fr);
  }

  .bookit-docs-page .refund-steps li {
    display: grid;
    padding: 14px;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
  }

  .bookit-docs-page .refund-steps h3 {
    margin-top: 0;
  }

  .bookit-docs-page .refund-type-grid article {
    padding: 18px;
  }

  .bookit-docs-page .refund-exchange-note {
    padding: 17px;
    gap: 13px;
  }

  .bookit-docs-page .refund-calculation {
    padding: 36px 0;
  }

  .bookit-docs-page .refund-checklist {
    padding: 17px;
  }

  .bookit-docs-page .refund-timing {
    padding: 31px 0;
  }

  .bookit-docs-page .refund-faq summary {
    min-height: 56px;
    padding: 14px 44px 14px 0;
    font-size: 14px;
  }

  .bookit-docs-page .refund-faq details > div > div {
    padding: 0 36px 14px 0;
  }

  .bookit-docs-page .refund-contact {
    padding: 32px 0;
  }

  .bookit-docs-page .refund-contact__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .bookit-docs-page .refund-contact__email a,
  .bookit-docs-page .refund-contact__actions .refund-action {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 479px) {
  .bookit-docs-page .refund-hero__facts {
    grid-template-columns: minmax(0, 1fr);
  }

  .bookit-docs-page .refund-hero__facts > div {
    padding: 8px 0;
  }

  .bookit-docs-page .refund-hero__facts > div + div {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
  }

  .bookit-docs-page .refund-hero__facts dd {
    font-size: 10px;
  }
}

/* ==========================================================================
   19. Rules and terms
   ========================================================================== */

.bookit-docs-page.rules-page {
  background: #f3f6f7;
  color: #14242c;
}

.bookit-docs-page .rules-main {
  display: block;
  min-height: 55vh;
  overflow: visible;
}

.bookit-docs-page .rules-hero {
  padding: 68px 0 60px;
  background: #103f50;
  color: #fff;
}

.bookit-docs-page .rules-hero__content {
  max-width: 940px;
}

.bookit-docs-page .rules-eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #078ed6;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.bookit-docs-page .rules-hero .rules-eyebrow,
.bookit-docs-page .rules-contact .rules-eyebrow {
  color: #7bd4ff;
}

.bookit-docs-page .rules-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: 46px;
  line-height: 1.12;
}

.bookit-docs-page .rules-hero__content > p {
  max-width: 780px;
  margin: 20px 0 0;
  color: #dce9ed;
  font-size: 18px;
  line-height: 1.65;
}

.bookit-docs-page .rules-hero__actions,
.bookit-docs-page .rules-contact__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.bookit-docs-page .rules-hero__actions {
  margin-top: 28px;
}

.bookit-docs-page .rules-action {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.bookit-docs-page .rules-action--primary {
  border-color: #13a9fa;
  background: #13a9fa;
  color: #fff;
}

.bookit-docs-page .rules-action--primary:hover,
.bookit-docs-page .rules-action--primary:focus {
  border-color: #078ed6;
  background: #078ed6;
  color: #fff;
  text-decoration: none;
}

.bookit-docs-page .rules-action--secondary {
  border-color: currentColor;
  background: transparent;
  color: #fff;
}

.bookit-docs-page .rules-action--secondary:hover,
.bookit-docs-page .rules-action--secondary:focus {
  background: #fff;
  color: #103f50;
  text-decoration: none;
}

.bookit-docs-page .rules-hero__facts {
  display: grid;
  max-width: 900px;
  margin: 42px 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bookit-docs-page .rules-hero__facts > div {
  min-width: 0;
  padding: 2px 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.bookit-docs-page .rules-hero__facts > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.bookit-docs-page .rules-hero__facts dt,
.bookit-docs-page .rules-hero__facts dd {
  margin: 0;
}

.bookit-docs-page .rules-hero__facts dt {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.bookit-docs-page .rules-hero__facts dd {
  margin-top: 4px;
  color: #b9cfd7;
  font-size: 12px;
  line-height: 1.45;
}

.bookit-docs-page .rules-section-nav {
  position: sticky;
  top: 72px;
  z-index: 40;
  border-bottom: 1px solid #dce5e9;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 5px 16px rgba(20, 36, 44, 0.06);
}

.bookit-docs-page .rules-section-nav__inner {
  display: flex;
  overflow-x: auto;
  scrollbar-width: thin;
}

.bookit-docs-page .rules-section-nav a {
  display: inline-flex;
  min-height: 51px;
  padding: 0 15px;
  flex: 0 0 auto;
  align-items: center;
  border-bottom: 2px solid transparent;
  color: #40545d;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.bookit-docs-page .rules-section-nav a:first-child {
  padding-left: 0;
}

.bookit-docs-page .rules-section-nav a:hover,
.bookit-docs-page .rules-section-nav a:focus-visible {
  border-bottom-color: #13a9fa;
  color: #078ed6;
}

.bookit-docs-page .rules-summary {
  padding: 42px 0 0;
}

.bookit-docs-page .rules-summary__inner {
  display: grid;
  padding: 28px 30px;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.45fr);
  align-items: center;
  gap: 40px;
  border: 1px solid #dce5e9;
  border-left: 4px solid #13a9fa;
  border-radius: 8px;
  background: #fff;
}

.bookit-docs-page .rules-summary h2,
.bookit-docs-page .rules-related h2,
.bookit-docs-page .rules-contact h2 {
  margin: 0;
  color: #14242c;
  font-size: 28px;
  line-height: 1.25;
}

.bookit-docs-page .rules-summary p {
  margin: 0;
  color: #536770;
  font-size: 14px;
  line-height: 1.7;
}

.bookit-docs-page .rules-content {
  padding: 48px 0 64px;
  scroll-margin-top: 138px;
}

.bookit-docs-page .rules-content__layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: start;
  gap: 46px;
}

.bookit-docs-page .rules-content__aside {
  position: sticky;
  top: 148px;
}

.bookit-docs-page .rules-aside-nav {
  padding-left: 18px;
  border-left: 1px solid #cad7dc;
}

.bookit-docs-page .rules-aside-nav strong,
.bookit-docs-page .rules-aside-nav a {
  display: block;
}

.bookit-docs-page .rules-aside-nav strong {
  margin-bottom: 13px;
  color: #14242c;
  font-size: 13px;
  line-height: 1.4;
}

.bookit-docs-page .rules-aside-nav a {
  padding: 6px 0;
  color: #667981;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: none;
}

.bookit-docs-page .rules-aside-nav a:hover,
.bookit-docs-page .rules-aside-nav a:focus-visible {
  color: #078ed6;
}

.bookit-docs-page .rules-article {
  min-width: 0;
  max-width: 820px;
  padding: 8px 46px 22px;
  border: 1px solid #dce5e9;
  border-radius: 8px;
  background: #fff;
}

.bookit-docs-page .rules-article__section {
  position: relative;
  padding: 38px 0 42px;
  scroll-margin-top: 146px;
}

.bookit-docs-page .rules-article__section + .rules-article__section {
  border-top: 1px solid #dce5e9;
}

.bookit-docs-page .rules-section-number {
  display: block;
  margin-bottom: 7px;
  color: #078ed6;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.bookit-docs-page .rules-article h2 {
  margin: 0 0 20px;
  color: #14242c;
  font-size: 25px;
  line-height: 1.28;
}

.bookit-docs-page .rules-article p,
.bookit-docs-page .rules-article li {
  color: #40545d;
  font-size: 15px;
  line-height: 1.72;
}

.bookit-docs-page .rules-article p {
  margin: 0 0 16px;
}

.bookit-docs-page .rules-article p:last-child,
.bookit-docs-page .rules-article ul:last-child {
  margin-bottom: 0;
}

.bookit-docs-page .rules-article ul,
.bookit-docs-page .rules-article ul.pl-16 {
  margin: 8px 0 20px;
  padding: 0 0 0 24px;
}

.bookit-docs-page .rules-article li {
  margin: 8px 0;
  padding-left: 4px;
}

.bookit-docs-page .rules-article li::marker {
  color: #13a9fa;
}

.bookit-docs-page .rules-related {
  padding: 54px 0 60px;
  border-top: 1px solid #dce5e9;
  background: #fff;
}

.bookit-docs-page .rules-related__inner {
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) minmax(0, 1.45fr);
  align-items: start;
  gap: 48px;
}

.bookit-docs-page .rules-related header > p {
  max-width: 380px;
  margin: 13px 0 0;
  color: #667981;
  font-size: 14px;
  line-height: 1.65;
}

.bookit-docs-page .rules-related__links {
  display: grid;
  border-top: 1px solid #dce5e9;
}

.bookit-docs-page .rules-related__links a {
  position: relative;
  display: block;
  min-width: 0;
  padding: 16px 40px 16px 2px;
  border-bottom: 1px solid #dce5e9;
  color: #14242c;
  text-decoration: none;
}

.bookit-docs-page .rules-related__links a::after {
  position: absolute;
  top: 50%;
  right: 4px;
  color: #13a9fa;
  content: "\2192";
  font-size: 19px;
  line-height: 1;
  transform: translateY(-50%);
}

.bookit-docs-page .rules-related__links a:hover strong,
.bookit-docs-page .rules-related__links a:focus-visible strong {
  color: #078ed6;
}

.bookit-docs-page .rules-related__links strong,
.bookit-docs-page .rules-related__links span {
  display: block;
}

.bookit-docs-page .rules-related__links strong {
  font-size: 14px;
  line-height: 1.4;
}

.bookit-docs-page .rules-related__links span {
  margin-top: 3px;
  color: #71838a;
  font-size: 12px;
  line-height: 1.45;
}

.bookit-docs-page .rules-contact {
  padding: 46px 0;
  background: #103f50;
  color: #fff;
}

.bookit-docs-page .rules-contact__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.bookit-docs-page .rules-contact h2 {
  color: #fff;
}

.bookit-docs-page .rules-contact p {
  max-width: 630px;
  margin: 10px 0 0;
  color: #c6d9df;
  font-size: 14px;
  line-height: 1.6;
}

.bookit-docs-page .rules-contact__actions {
  flex: 0 0 auto;
  justify-content: flex-end;
}

.bookit-docs-page .rules-contact__email,
.bookit-docs-page .rules-contact__email a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .bookit-docs-page .rules-content__layout {
    display: block;
  }

  .bookit-docs-page .rules-content__aside {
    display: none;
  }

  .bookit-docs-page .rules-article {
    max-width: none;
  }

  .bookit-docs-page .rules-contact__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .bookit-docs-page .rules-contact__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .bookit-docs-page .rules-hero {
    padding: 43px 0 39px;
  }

  .bookit-docs-page .rules-hero h1 {
    font-size: 34px;
    line-height: 1.16;
  }

  .bookit-docs-page .rules-hero__content > p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.6;
  }

  .bookit-docs-page .rules-hero__actions {
    margin-top: 22px;
  }

  .bookit-docs-page .rules-hero__facts {
    margin-top: 31px;
  }

  .bookit-docs-page .rules-hero__facts > div {
    padding: 0 12px;
  }

  .bookit-docs-page .rules-hero__facts dt {
    font-size: 12px;
  }

  .bookit-docs-page .rules-hero__facts dd {
    font-size: 10px;
  }

  .bookit-docs-page .rules-section-nav {
    top: 64px;
  }

  .bookit-docs-page .rules-section-nav a {
    min-height: 47px;
    padding: 0 12px;
    font-size: 11px;
  }

  .bookit-docs-page .rules-summary {
    padding-top: 24px;
  }

  .bookit-docs-page .rules-summary__inner {
    padding: 20px;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .bookit-docs-page .rules-summary h2,
  .bookit-docs-page .rules-related h2,
  .bookit-docs-page .rules-contact h2 {
    font-size: 23px;
  }

  .bookit-docs-page .rules-content {
    padding: 26px 0 40px;
  }

  .bookit-docs-page .rules-article {
    padding: 0 20px 5px;
  }

  .bookit-docs-page .rules-article__section {
    padding: 28px 0 31px;
    scroll-margin-top: 124px;
  }

  .bookit-docs-page .rules-article h2 {
    margin-bottom: 16px;
    font-size: 22px;
  }

  .bookit-docs-page .rules-article p,
  .bookit-docs-page .rules-article li {
    font-size: 14px;
    line-height: 1.68;
  }

  .bookit-docs-page .rules-related {
    padding: 38px 0 42px;
  }

  .bookit-docs-page .rules-related__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }

  .bookit-docs-page .rules-contact {
    padding: 36px 0;
  }

  .bookit-docs-page .rules-contact__inner {
    gap: 24px;
  }
}

@media (max-width: 479px) {
  .bookit-docs-page .rules-hero__actions,
  .bookit-docs-page .rules-contact__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .bookit-docs-page .rules-action,
  .bookit-docs-page .rules-contact__email,
  .bookit-docs-page .rules-contact__email a {
    width: 100%;
    text-align: center;
  }

  .bookit-docs-page .rules-hero__facts {
    grid-template-columns: minmax(0, 1fr);
  }

  .bookit-docs-page .rules-hero__facts > div,
  .bookit-docs-page .rules-hero__facts > div:first-child {
    padding: 9px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
  }

  .bookit-docs-page .rules-hero__facts > div:first-child {
    padding-top: 0;
    border-top: 0;
  }
}

/* ==========================================================================
   20. Public offer
   ========================================================================== */

.bookit-docs-page.offer-page {
  background: #f3f6f7;
  color: #14242c;
}

.bookit-docs-page .offer-hero {
  background: #123f4e;
}

.bookit-docs-page .offer-hero .rules-hero__content {
  max-width: 990px;
}

.bookit-docs-page .offer-hero h1 {
  max-width: 900px;
}

.bookit-docs-page .offer-section-nav a {
  padding-right: 13px;
  padding-left: 13px;
}

.bookit-docs-page .offer-content .rules-content__layout {
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 42px;
}

.bookit-docs-page .offer-content .rules-content__aside {
  top: 140px;
}

.bookit-docs-page .offer-content .rules-aside-nav a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 11px;
}

.bookit-docs-page .offer-article {
  max-width: 850px;
}

.bookit-docs-page .offer-article__section p {
  margin-bottom: 15px;
}

.bookit-docs-page .offer-article__section p + p {
  padding-top: 2px;
}

.bookit-docs-page #offer-terms p {
  padding-bottom: 13px;
  border-bottom: 1px solid #edf1f3;
}

.bookit-docs-page #offer-terms p:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.bookit-docs-page .offer-subclause {
  margin-left: 18px !important;
  padding-left: 15px !important;
  border-left: 2px solid #d4e9f2;
  color: #536770 !important;
}

.bookit-docs-page .offer-details > p {
  margin: 0;
  padding: 4px 0;
  color: #40545d;
  line-height: 1.5;
}

.bookit-docs-page .offer-details > p:first-of-type {
  margin: 0 0 22px;
  padding: 14px 16px;
  border-left: 3px solid #13a9fa;
  background: #f5fafc;
  color: #14242c;
  font-weight: 600;
  line-height: 1.55;
}

.bookit-docs-page .offer-details > p:nth-of-type(3),
.bookit-docs-page .offer-details > p:nth-of-type(6),
.bookit-docs-page .offer-details > p:nth-of-type(9) {
  margin-top: 15px;
  color: #14242c;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.bookit-docs-page .offer-details > p:nth-last-of-type(-n + 5) {
  font-variant-numeric: tabular-nums;
}

@media (max-width: 991px) {
  .bookit-docs-page .offer-content .rules-content__layout {
    display: block;
  }
}

@media (max-width: 767px) {
  .bookit-docs-page .offer-section-nav a {
    padding-right: 11px;
    padding-left: 11px;
  }

  .bookit-docs-page .offer-article h2 {
    overflow-wrap: anywhere;
  }

  .bookit-docs-page .offer-subclause {
    margin-left: 7px !important;
    padding-left: 12px !important;
  }

  .bookit-docs-page .offer-details > p:first-of-type {
    padding: 13px;
  }
}

/* ==========================================================================
   21. Privacy policy
   ========================================================================== */

.bookit-docs-page.privacy-page {
  background: #f3f6f7;
  color: #14242c;
}

.bookit-docs-page .privacy-hero {
  background: #123f4e;
}

.bookit-docs-page .privacy-hero .rules-hero__content {
  max-width: 960px;
}

.bookit-docs-page .privacy-section-nav a {
  padding-right: 14px;
  padding-left: 14px;
}

.bookit-docs-page .privacy-content .rules-content__layout {
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 44px;
}

.bookit-docs-page .privacy-article {
  max-width: 850px;
}

.bookit-docs-page .privacy-article__section p {
  margin-bottom: 16px;
}

.bookit-docs-page #privacy-collection p {
  padding: 0 0 16px;
  border-bottom: 1px solid #edf1f3;
}

.bookit-docs-page #privacy-collection p:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.bookit-docs-page #privacy-sharing ul {
  margin-top: 18px;
}

.bookit-docs-page #privacy-sharing li {
  margin: 12px 0;
  padding-left: 7px;
}

.bookit-docs-page .privacy-contact-section {
  padding-bottom: 34px;
}

.bookit-docs-page .privacy-inline-email,
.bookit-docs-page .privacy-inline-email a {
  color: #078ed6;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.bookit-docs-page .privacy-security-note {
  margin-top: 20px !important;
  padding: 14px 16px;
  border-left: 3px solid #13a9fa;
  background: #f5fafc;
  color: #14242c !important;
  font-weight: 600;
  line-height: 1.55 !important;
}

@media (max-width: 991px) {
  .bookit-docs-page .privacy-content .rules-content__layout {
    display: block;
  }
}

@media (max-width: 767px) {
  .bookit-docs-page .privacy-section-nav a {
    padding-right: 11px;
    padding-left: 11px;
  }

  .bookit-docs-page .privacy-article h2 {
    overflow-wrap: anywhere;
  }

  .bookit-docs-page .privacy-security-note {
    padding: 13px;
  }
}

/* ==========================================================================
   22. Visa and travel documents guide
   ========================================================================== */

.bookit-docs-page.visa-page {
  background: #f3f6f7;
  color: #14242c;
}

.bookit-docs-page .visa-hero {
  background: #123f4e;
}

.bookit-docs-page .visa-hero .rules-hero__content {
  max-width: 980px;
}

.bookit-docs-page .visa-section-nav a {
  padding-right: 14px;
  padding-left: 14px;
}

.bookit-docs-page .visa-content .rules-content__layout {
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 44px;
}

.bookit-docs-page .visa-article {
  max-width: 850px;
}

.bookit-docs-page .visa-article__section p {
  margin-bottom: 16px;
}

.bookit-docs-page .visa-important-note {
  margin-top: 20px !important;
  padding: 14px 16px;
  border-left: 3px solid #f4aa3d;
  background: #fff9ef;
  color: #263a43 !important;
  font-weight: 600;
  line-height: 1.6 !important;
}

.bookit-docs-page .visa-official-link {
  position: relative;
  display: block;
  max-width: 500px;
  margin-top: 20px;
  padding: 15px 44px 15px 16px;
  border: 1px solid #c7e1ec;
  border-radius: 7px;
  background: #f5fafc;
  color: #14242c;
  text-decoration: none;
}

.bookit-docs-page .visa-official-link::after {
  position: absolute;
  top: 50%;
  right: 16px;
  color: #078ed6;
  content: "\2197";
  font-size: 19px;
  line-height: 1;
  transform: translateY(-50%);
}

.bookit-docs-page .visa-official-link:hover,
.bookit-docs-page .visa-official-link:focus-visible {
  border-color: #13a9fa;
  background: #eef8fd;
}

.bookit-docs-page .visa-official-link strong,
.bookit-docs-page .visa-official-link span {
  display: block;
}

.bookit-docs-page .visa-official-link strong {
  color: #14242c;
  font-size: 14px;
  line-height: 1.4;
}

.bookit-docs-page .visa-official-link span {
  margin-top: 3px;
  color: #667981;
  font-size: 12px;
  line-height: 1.45;
}

.bookit-docs-page .visa-checklist {
  display: grid;
  margin: 4px 0 0 !important;
  padding: 0 !important;
  list-style: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
}

.bookit-docs-page .visa-checklist li {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 0 0 0 22px;
  color: #40545d;
  font-size: 13px;
  line-height: 1.55;
}

.bookit-docs-page .visa-checklist li::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 13px;
  height: 13px;
  border: 2px solid #40b52c;
  border-radius: 3px;
  content: "";
}

.bookit-docs-page .visa-faq {
  scroll-margin-top: 130px;
  border-top: 1px solid #dce5e9;
}

.bookit-docs-page .visa-faq .refund-faq__list {
  max-width: 960px;
}

@media (max-width: 991px) {
  .bookit-docs-page .visa-content .rules-content__layout {
    display: block;
  }
}

@media (max-width: 767px) {
  .bookit-docs-page .visa-section-nav a {
    padding-right: 11px;
    padding-left: 11px;
  }

  .bookit-docs-page .visa-article h2,
  .bookit-docs-page .visa-faq h2 {
    overflow-wrap: anywhere;
  }

  .bookit-docs-page .visa-important-note {
    padding: 13px;
  }

.bookit-docs-page .visa-checklist {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ==========================================================================
   23. HR and careers
   ========================================================================== */

.bookit-docs-page.hr-page {
  background: #f3f6f7;
  color: #14242c;
}

.bookit-docs-page .hr-hero {
  background: #103f50;
}

.bookit-docs-page .hr-hero .rules-hero__content {
  max-width: 980px;
}

.bookit-docs-page .hr-hero .rules-hero__facts dt {
  overflow-wrap: anywhere;
}

.bookit-docs-page .hr-intro {
  padding: 52px 0;
  background: #fff;
  scroll-margin-top: 126px;
}

.bookit-docs-page .hr-intro__layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: 70px;
}

.bookit-docs-page .hr-intro h2,
.bookit-docs-page .hr-section-heading h2,
.bookit-docs-page .hr-process h2 {
  margin: 7px 0 0;
  color: #14242c;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
}

.bookit-docs-page .hr-intro__copy p {
  margin: 0;
  color: #52666f;
  font-size: 15px;
  line-height: 1.72;
}

.bookit-docs-page .hr-intro__copy p + p {
  margin-top: 14px;
}

.bookit-docs-page .hr-benefits,
.bookit-docs-page .hr-vacancies,
.bookit-docs-page .hr-process,
.bookit-docs-page .hr-faq {
  scroll-margin-top: 126px;
}

.bookit-docs-page .hr-benefits {
  padding: 48px 0 52px;
  background: #f3f6f7;
}

.bookit-docs-page .hr-section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.bookit-docs-page .hr-section-heading > p,
.bookit-docs-page .hr-process header > p {
  margin: 11px 0 0;
  color: #667981;
  font-size: 14px;
  line-height: 1.6;
}

.bookit-docs-page .hr-benefits__grid {
  display: grid;
  border-top: 1px solid #d7e2e6;
  border-bottom: 1px solid #d7e2e6;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bookit-docs-page .hr-benefits__grid article {
  min-width: 0;
  padding: 25px 30px 27px;
  border-left: 1px solid #d7e2e6;
}

.bookit-docs-page .hr-benefits__grid article:first-child {
  border-left: 0;
}

.bookit-docs-page .hr-benefits__number {
  color: #078ed6;
  font-size: 12px;
  font-weight: 800;
}

.bookit-docs-page .hr-benefits__grid h3 {
  margin: 10px 0 7px;
  color: #14242c;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}

.bookit-docs-page .hr-benefits__grid p {
  margin: 0;
  color: #61747c;
  font-size: 13px;
  line-height: 1.58;
}

.bookit-docs-page .hr-vacancies {
  padding: 54px 0 58px;
  background: #fff;
}

.bookit-docs-page .hr-section-heading--split {
  display: grid;
  align-items: end;
  max-width: none;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.68fr);
  gap: 46px;
}

.bookit-docs-page .hr-section-heading--split > p {
  margin: 0 0 3px;
}

.bookit-docs-page .hr-vacancies__list {
  border-top: 1px solid #cedbdf;
}

.bookit-docs-page .hr-vacancy {
  border-bottom: 1px solid #cedbdf;
}

.bookit-docs-page .hr-vacancy > summary {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 82px;
  padding: 17px 56px 17px 2px;
  list-style: none;
  cursor: pointer;
  grid-template-columns: minmax(240px, 0.9fr) minmax(260px, 1.1fr);
  gap: 30px;
}

.bookit-docs-page .hr-vacancy > summary::-webkit-details-marker {
  display: none;
}

.bookit-docs-page .hr-vacancy__title {
  color: #14242c;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.bookit-docs-page .hr-vacancy__meta {
  color: #61747c;
  font-size: 13px;
  line-height: 1.5;
}

.bookit-docs-page .hr-vacancy__toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 28px;
  height: 28px;
  border: 1px solid #b9d3dd;
  border-radius: 50%;
  transform: translateY(-50%);
}

.bookit-docs-page .hr-vacancy__toggle::before,
.bookit-docs-page .hr-vacancy__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #078ed6;
  content: "";
  transform: translate(-50%, -50%);
}

.bookit-docs-page .hr-vacancy__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.2s ease;
}

.bookit-docs-page .hr-vacancy[open] .hr-vacancy__toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.bookit-docs-page .hr-vacancy__body {
  padding: 2px 2px 30px;
}

.bookit-docs-page .hr-vacancy__columns {
  display: grid;
  padding: 24px 28px;
  border: 1px solid #dce7ea;
  border-radius: 8px;
  background: #f7f9fa;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.bookit-docs-page .hr-vacancy__columns section {
  min-width: 0;
}

.bookit-docs-page .hr-vacancy__columns h3 {
  margin: 0 0 12px;
  color: #14242c;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.bookit-docs-page .hr-vacancy__columns ul {
  margin: 0;
  padding-left: 17px;
}

.bookit-docs-page .hr-vacancy__columns li {
  margin: 0 0 7px;
  color: #52666f;
  font-size: 13px;
  line-height: 1.55;
}

.bookit-docs-page .hr-vacancy__columns li:last-child {
  margin-bottom: 0;
}

.bookit-docs-page .hr-vacancy__columns li::marker {
  color: #13a9fa;
}

.bookit-docs-page .hr-vacancy__apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 16px;
  padding: 0 18px;
  border: 1px solid #078ed6;
  border-radius: 6px;
  background: #fff;
  color: #078ed6;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.bookit-docs-page .hr-vacancy__apply:hover,
.bookit-docs-page .hr-vacancy__apply:focus-visible {
  background: #078ed6;
  color: #fff;
}

.bookit-docs-page .hr-process {
  padding: 52px 0 56px;
  background: #edf3f5;
}

.bookit-docs-page .hr-process__layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: 70px;
}

.bookit-docs-page .hr-process__steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bookit-docs-page .hr-process__steps li {
  display: grid;
  padding: 17px 0;
  border-bottom: 1px solid #d1dfe3;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
}

.bookit-docs-page .hr-process__steps li:first-child {
  padding-top: 2px;
}

.bookit-docs-page .hr-process__steps > li > span {
  color: #078ed6;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.bookit-docs-page .hr-process__steps h3 {
  margin: 0;
  color: #14242c;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

.bookit-docs-page .hr-process__steps p {
  margin: 4px 0 0;
  color: #61747c;
  font-size: 13px;
  line-height: 1.55;
}

.bookit-docs-page .hr-faq {
  border-top: 0;
  background: #fff;
}

.bookit-docs-page .hr-faq .refund-faq__list {
  max-width: 960px;
}

.bookit-docs-page .hr-contact {
  background: #103f50;
}

@media (max-width: 991px) {
  .bookit-docs-page .hr-intro__layout,
  .bookit-docs-page .hr-process__layout {
    gap: 42px;
  }

  .bookit-docs-page .hr-vacancy__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bookit-docs-page .hr-vacancy__columns section:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .bookit-docs-page .hr-intro,
  .bookit-docs-page .hr-benefits,
  .bookit-docs-page .hr-vacancies,
  .bookit-docs-page .hr-process {
    padding: 36px 0 40px;
  }

  .bookit-docs-page .hr-intro__layout,
  .bookit-docs-page .hr-section-heading--split,
  .bookit-docs-page .hr-process__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .bookit-docs-page .hr-intro h2,
  .bookit-docs-page .hr-section-heading h2,
  .bookit-docs-page .hr-process h2 {
    font-size: 24px;
  }

  .bookit-docs-page .hr-benefits__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bookit-docs-page .hr-benefits__grid article,
  .bookit-docs-page .hr-benefits__grid article:first-child {
    padding: 19px 2px 20px;
    border-top: 1px solid #d7e2e6;
    border-left: 0;
  }

  .bookit-docs-page .hr-benefits__grid article:first-child {
    border-top: 0;
  }

  .bookit-docs-page .hr-vacancy > summary {
    min-height: 86px;
    padding: 15px 44px 15px 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  .bookit-docs-page .hr-vacancy__title {
    font-size: 16px;
  }

  .bookit-docs-page .hr-vacancy__toggle {
    right: 2px;
  }

  .bookit-docs-page .hr-vacancy__body {
    padding-right: 0;
    padding-left: 0;
  }

  .bookit-docs-page .hr-vacancy__columns {
    padding: 20px;
    grid-template-columns: minmax(0, 1fr);
    gap: 25px;
  }

  .bookit-docs-page .hr-vacancy__columns section:last-child {
    grid-column: auto;
  }

  .bookit-docs-page .hr-vacancy__apply {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .bookit-docs-page .hr-contact .rules-contact__actions {
    width: 100%;
  }

  .bookit-docs-page .hr-vacancy__columns {
    padding: 17px;
  }
}

/* ==========================================================================
   24. Payment methods
   ========================================================================== */

.bookit-docs-page.payments-page {
  background: #f3f6f7;
  color: #14242c;
}

.bookit-docs-page .payments-hero,
.bookit-docs-page .payments-contact {
  background: #103f50;
}

.bookit-docs-page .payments-hero .rules-hero__content {
  max-width: 980px;
}

.bookit-docs-page .payments-methods,
.bookit-docs-page .payments-flow,
.bookit-docs-page .payments-details,
.bookit-docs-page .payments-security,
.bookit-docs-page .payments-faq {
  scroll-margin-top: 126px;
}

.bookit-docs-page .payments-methods,
.bookit-docs-page .payments-details {
  padding: 52px 0 56px;
  background: #fff;
}

.bookit-docs-page .payments-heading {
  max-width: 800px;
}

.bookit-docs-page .payments-options {
  display: grid;
  border-top: 1px solid #d7e2e6;
  border-bottom: 1px solid #d7e2e6;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.bookit-docs-page .payments-option {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 142px;
  padding: 17px 24px 17px 16px;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #d7e2e6;
  background: #fff;
  color: #14242c;
  text-align: center;
  text-decoration: none;
  flex-direction: column;
}

.bookit-docs-page .payments-option:first-of-type {
  border-left: 0;
}

.bookit-docs-page a.payments-option::after {
  position: absolute;
  top: 14px;
  right: 10px;
  color: #078ed6;
  content: "\2193";
  font-size: 17px;
  line-height: 1;
}

.bookit-docs-page a.payments-option:hover,
.bookit-docs-page a.payments-option:focus-visible {
  background: #f3f9fb;
  color: #078ed6;
}

.bookit-docs-page .payments-option img {
  display: block;
  width: 100%;
  height: 46px;
  margin-bottom: 10px;
  object-fit: contain;
}

.bookit-docs-page .payments-option img.payments-option__qr {
  width: 46px;
}

.bookit-docs-page .payments-option strong,
.bookit-docs-page .payments-option > span {
  display: block;
}

.bookit-docs-page .payments-option strong {
  font-size: 14px;
  line-height: 1.35;
}

.bookit-docs-page .payments-option > span {
  margin-top: 3px;
  color: #71838a;
  font-size: 11px;
  line-height: 1.4;
}

.bookit-docs-page .payments-flow {
  padding: 48px 0 52px;
  background: #edf3f5;
}

.bookit-docs-page .payments-flow__steps {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid #cfdee3;
  border-bottom: 1px solid #cfdee3;
  list-style: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bookit-docs-page .payments-flow__steps li {
  display: grid;
  min-width: 0;
  padding: 23px 27px;
  border-left: 1px solid #cfdee3;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
}

.bookit-docs-page .payments-flow__steps li:first-child {
  border-left: 0;
}

.bookit-docs-page .payments-flow__steps > li > span {
  color: #078ed6;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.bookit-docs-page .payments-flow__steps h3,
.bookit-docs-page .payments-flow__steps p {
  margin: 0;
}

.bookit-docs-page .payments-flow__steps h3 {
  color: #14242c;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

.bookit-docs-page .payments-flow__steps p {
  margin-top: 5px;
  color: #61747c;
  font-size: 13px;
  line-height: 1.55;
}

.bookit-docs-page .payments-flow__note {
  display: grid;
  align-items: start;
  margin-top: 18px;
  padding: 15px 18px;
  border-left: 3px solid #f4aa3d;
  background: #fff9ef;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 16px;
}

.bookit-docs-page .payments-flow__note strong {
  color: #85530a;
  font-size: 12px;
  line-height: 1.55;
  text-transform: uppercase;
}

.bookit-docs-page .payments-flow__note p {
  margin: 0;
  color: #40545d;
  font-size: 13px;
  line-height: 1.6;
}

.bookit-docs-page .payments-details__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.bookit-docs-page .payments-details__grid article {
  display: flex;
  min-width: 0;
  padding: 23px;
  border: 1px solid #d7e2e6;
  border-radius: 8px;
  background: #f8fafb;
  scroll-margin-top: 126px;
  flex-direction: column;
}

.bookit-docs-page .payments-details__label {
  align-self: flex-start;
  padding: 4px 7px;
  border-radius: 4px;
  background: #e8f7ff;
  color: #0876aa;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.bookit-docs-page .payments-details__grid h3 {
  margin: 14px 0 0;
  color: #14242c;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}

.bookit-docs-page .payments-details__grid p,
.bookit-docs-page .payments-details__grid li {
  color: #52666f;
  font-size: 13px;
  line-height: 1.6;
}

.bookit-docs-page .payments-details__grid p {
  margin: 9px 0 0;
}

.bookit-docs-page .payments-details__grid ul {
  margin: 17px 0 20px;
  padding: 15px 0 0 18px;
  border-top: 1px solid #dce5e9;
}

.bookit-docs-page .payments-details__grid li + li {
  margin-top: 5px;
}

.bookit-docs-page .payments-details__grid li::marker {
  color: #13a9fa;
}

.bookit-docs-page .payments-guide-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.bookit-docs-page .payments-guide-link {
  display: inline-flex;
  min-height: 38px;
  margin-top: auto;
  padding: 8px 11px;
  align-items: center;
  justify-content: center;
  border: 1px solid #b8d8e5;
  border-radius: 6px;
  background: #fff;
  color: #0678b7;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
}

.bookit-docs-page .payments-guide-link:hover,
.bookit-docs-page .payments-guide-link:focus-visible {
  border-color: #078ed6;
  background: #eef8fd;
  color: #056da6;
}

.bookit-docs-page .payments-guide-link span {
  margin-left: 7px;
  font-size: 14px;
}

.bookit-docs-page .payments-security {
  padding: 48px 0;
  background: #eaf4f6;
}

.bookit-docs-page .payments-security__layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: 58px;
}

.bookit-docs-page .payments-security h2 {
  margin: 7px 0 0;
  color: #14242c;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
}

.bookit-docs-page .payments-security__layout > div:first-child > p {
  margin: 10px 0 0;
  color: #61747c;
  font-size: 14px;
  line-height: 1.6;
}

.bookit-docs-page .payments-security__content ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.bookit-docs-page .payments-security__content li {
  min-width: 0;
  padding: 15px 16px;
  border: 1px solid #cbdfe5;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.74);
}

.bookit-docs-page .payments-security__content strong,
.bookit-docs-page .payments-security__content span {
  display: block;
}

.bookit-docs-page .payments-security__content strong {
  color: #14242c;
  font-size: 13px;
  line-height: 1.4;
}

.bookit-docs-page .payments-security__content span {
  margin-top: 4px;
  color: #61747c;
  font-size: 11px;
  line-height: 1.5;
}

.bookit-docs-page .payments-faq {
  background: #f4f7f8;
}

.bookit-docs-page .payments-faq .refund-faq__list {
  max-width: 960px;
}

.bookit-docs-page .payments-related {
  background: #fff;
}

@media (max-width: 991px) {
  .bookit-docs-page .payments-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bookit-docs-page .payments-option:nth-of-type(4) {
    border-left: 0;
  }

  .bookit-docs-page .payments-details__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bookit-docs-page .payments-details__grid article:last-child {
    grid-column: 1 / -1;
  }

  .bookit-docs-page .payments-security__layout {
    gap: 36px;
  }
}

@media (max-width: 767px) {
  .bookit-docs-page .payments-methods,
  .bookit-docs-page .payments-flow,
  .bookit-docs-page .payments-details,
  .bookit-docs-page .payments-security {
    padding: 36px 0 40px;
  }

  .bookit-docs-page .payments-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bookit-docs-page .payments-option,
  .bookit-docs-page .payments-option:nth-of-type(4) {
    min-height: 126px;
    padding: 14px 22px 14px 12px;
    border-top: 1px solid #d7e2e6;
    border-left: 1px solid #d7e2e6;
  }

  .bookit-docs-page .payments-option:nth-child(2n + 2) {
    border-left: 0;
  }

  .bookit-docs-page .payments-option:nth-child(-n + 3) {
    border-top: 0;
  }

  .bookit-docs-page .payments-option img {
    height: 39px;
  }

  .bookit-docs-page .payments-flow__steps,
  .bookit-docs-page .payments-details__grid,
  .bookit-docs-page .payments-security__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .bookit-docs-page .payments-flow__steps li,
  .bookit-docs-page .payments-flow__steps li:first-child {
    padding: 18px 2px;
    border-top: 1px solid #cfdee3;
    border-left: 0;
  }

  .bookit-docs-page .payments-flow__steps li:first-child {
    border-top: 0;
  }

  .bookit-docs-page .payments-flow__note {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
  }

  .bookit-docs-page .payments-details__grid article:last-child {
    grid-column: auto;
  }

  .bookit-docs-page .payments-details__grid article {
    padding: 20px;
  }

  .bookit-docs-page .payments-security__layout {
    gap: 24px;
  }

  .bookit-docs-page .payments-security h2 {
    font-size: 24px;
  }
}

@media (max-width: 479px) {
  .bookit-docs-page .payments-security__content ul {
    grid-template-columns: minmax(0, 1fr);
  }

  .bookit-docs-page .payments-contact .rules-contact__actions {
    width: 100%;
  }
}

/* 25. Passenger restrictions and special travel requirements */
.bookit-docs-page.restrictions-page .restrictions-hero .rules-hero__content {
  max-width: 1040px;
}

.bookit-docs-page.restrictions-page .restrictions-hero h1 {
  max-width: 900px;
}

.bookit-docs-page.restrictions-page .restriction-content {
  padding: 56px 0 64px;
  background: #fff;
  color: #142f3f;
}

.bookit-docs-page.restrictions-page .restriction-article {
  max-width: 1040px;
  margin: 0 auto;
}

.bookit-docs-page.restrictions-page .restriction-article__header {
  max-width: 860px;
  margin-bottom: 28px;
}

.bookit-docs-page.restrictions-page .restriction-article__header h2,
.bookit-docs-page.restrictions-page .restriction-article > section > h3 {
  margin: 8px 0 12px;
  color: #102b3b;
  font-weight: 800;
  letter-spacing: 0;
}

.bookit-docs-page.restrictions-page .restriction-article__header h2 {
  font-size: 34px;
  line-height: 1.18;
}

.bookit-docs-page.restrictions-page .restriction-article > section > h3 {
  font-size: 25px;
  line-height: 1.24;
}

.bookit-docs-page.restrictions-page .restriction-lead {
  margin: 0;
  color: #526b78;
  font-size: 18px;
  line-height: 1.65;
}

.bookit-docs-page.restrictions-page .restriction-alert,
.bookit-docs-page.restrictions-page .restriction-status {
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
  gap: 24px;
  margin: 0 0 44px;
  padding: 20px 22px;
  border: 1px solid #cbdde3;
  border-left: 4px solid #009c82;
  border-radius: 6px;
  background: #f2faf8;
}

.bookit-docs-page.restrictions-page .restriction-alert--urgent {
  border-left-color: #ef8d21;
  background: #fff8ee;
}

.bookit-docs-page.restrictions-page .restriction-status--success {
  border-left-color: #1d9b62;
  background: #f0faf4;
}

.bookit-docs-page.restrictions-page .restriction-status--info {
  border-left-color: #168bd2;
  background: #f1f8fc;
}

.bookit-docs-page.restrictions-page .restriction-alert strong,
.bookit-docs-page.restrictions-page .restriction-status strong {
  color: #102b3b;
  font-size: 15px;
  line-height: 1.5;
}

.bookit-docs-page.restrictions-page .restriction-alert p,
.bookit-docs-page.restrictions-page .restriction-status p {
  margin: 0;
  color: #405c69;
  font-size: 15px;
  line-height: 1.6;
}

.bookit-docs-page.restrictions-page .restriction-article > section {
  scroll-margin-top: 92px;
}

.bookit-docs-page.restrictions-page .restriction-article > section + section {
  margin-top: 52px;
  padding-top: 52px;
  border-top: 1px solid #d8e3e7;
}

.bookit-docs-page.restrictions-page .restriction-section-label {
  display: inline-block;
  color: #008c78;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.bookit-docs-page.restrictions-page .restriction-checklist > p,
.bookit-docs-page.restrictions-page .restriction-airlines > p,
.bookit-docs-page.restrictions-page .restriction-sources > p {
  max-width: 800px;
  color: #59707b;
  font-size: 15px;
  line-height: 1.65;
}

.bookit-docs-page.restrictions-page .restriction-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 24px 0 0;
  padding: 0;
  border-top: 1px solid #cddde2;
  border-bottom: 1px solid #cddde2;
  list-style: none;
  counter-reset: restriction-step;
}

.bookit-docs-page.restrictions-page .restriction-steps li {
  position: relative;
  min-height: 128px;
  padding: 22px 24px 22px 58px;
  border-top: 1px solid #dce6e9;
  counter-increment: restriction-step;
}

.bookit-docs-page.restrictions-page .restriction-steps li:nth-child(-n + 2) {
  border-top: 0;
}

.bookit-docs-page.restrictions-page .restriction-steps li:nth-child(2n) {
  border-left: 1px solid #dce6e9;
}

.bookit-docs-page.restrictions-page .restriction-steps li:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.bookit-docs-page.restrictions-page .restriction-steps li::before {
  position: absolute;
  top: 22px;
  left: 16px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e5f5f2;
  color: #007c6b;
  content: counter(restriction-step);
  font-size: 13px;
  font-weight: 800;
  line-height: 28px;
  text-align: center;
}

.bookit-docs-page.restrictions-page .restriction-steps strong,
.bookit-docs-page.restrictions-page .restriction-steps span {
  display: block;
}

.bookit-docs-page.restrictions-page .restriction-steps strong {
  margin-bottom: 6px;
  color: #102b3b;
  font-size: 16px;
  line-height: 1.35;
}

.bookit-docs-page.restrictions-page .restriction-steps span {
  color: #5c717b;
  font-size: 14px;
  line-height: 1.55;
}

.bookit-docs-page.restrictions-page .restriction-disclosures {
  margin-top: 24px;
  border-top: 1px solid #cbdce1;
}

.bookit-docs-page.restrictions-page .restriction-disclosures details {
  border-bottom: 1px solid #cbdce1;
}

.bookit-docs-page.restrictions-page .restriction-disclosures summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1fr);
  gap: 24px;
  padding: 19px 44px 19px 4px;
  color: #102b3b;
  cursor: pointer;
  list-style: none;
}

.bookit-docs-page.restrictions-page .restriction-disclosures summary::-webkit-details-marker {
  display: none;
}

.bookit-docs-page.restrictions-page .restriction-disclosures summary::after {
  position: absolute;
  top: 19px;
  right: 6px;
  color: #008c78;
  content: "+";
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.bookit-docs-page.restrictions-page .restriction-disclosures details[open] summary::after {
  content: "−";
}

.bookit-docs-page.restrictions-page .restriction-disclosures summary span {
  font-size: 17px;
  font-weight: 800;
}

.bookit-docs-page.restrictions-page .restriction-disclosures summary small {
  color: #617680;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.bookit-docs-page.restrictions-page .restriction-disclosure__body {
  padding: 0 44px 22px 4px;
}

.bookit-docs-page.restrictions-page .restriction-disclosure__body p {
  max-width: 850px;
  margin: 0 0 12px;
  color: #405c69;
  font-size: 15px;
  line-height: 1.65;
}

.bookit-docs-page.restrictions-page .restriction-disclosure__body a,
.bookit-docs-page.restrictions-page .restriction-source-link,
.bookit-docs-page.restrictions-page .restriction-source-list a,
.bookit-docs-page.restrictions-page .restriction-app-links a {
  color: #007e6e;
  text-decoration: none;
}

.bookit-docs-page.restrictions-page .restriction-disclosure__body a:hover,
.bookit-docs-page.restrictions-page .restriction-source-link:hover,
.bookit-docs-page.restrictions-page .restriction-source-list a:hover,
.bookit-docs-page.restrictions-page .restriction-app-links a:hover {
  color: #006458;
  text-decoration: underline;
}

.bookit-docs-page.restrictions-page .restriction-data-grid,
.bookit-docs-page.restrictions-page .restriction-meaning__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 24px 0 28px;
  border: 1px solid #cddde2;
  border-radius: 6px;
  overflow: hidden;
}

.bookit-docs-page.restrictions-page .restriction-data-grid > div,
.bookit-docs-page.restrictions-page .restriction-meaning__grid > div {
  padding: 22px;
  border-left: 1px solid #d9e4e8;
}

.bookit-docs-page.restrictions-page .restriction-data-grid > div:first-child,
.bookit-docs-page.restrictions-page .restriction-meaning__grid > div:first-child {
  border-left: 0;
}

.bookit-docs-page.restrictions-page .restriction-data-grid strong,
.bookit-docs-page.restrictions-page .restriction-meaning__grid strong {
  display: block;
  margin-bottom: 10px;
  color: #102b3b;
  font-size: 16px;
}

.bookit-docs-page.restrictions-page .restriction-data-grid ul {
  margin: 0;
  padding-left: 18px;
  color: #536b76;
}

.bookit-docs-page.restrictions-page .restriction-data-grid li {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.5;
}

.bookit-docs-page.restrictions-page .restriction-meaning__grid p {
  margin: 0;
  color: #536b76;
  font-size: 14px;
  line-height: 1.55;
}

.bookit-docs-page.restrictions-page .restriction-do-dont > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 22px;
}

.bookit-docs-page.restrictions-page .restriction-do-dont article {
  padding: 22px;
  border: 1px solid #d5e1e5;
  border-radius: 6px;
}

.bookit-docs-page.restrictions-page .restriction-do-dont article:first-child {
  border-top: 3px solid #009c82;
}

.bookit-docs-page.restrictions-page .restriction-do-dont article:last-child {
  border-top: 3px solid #ef8d21;
}

.bookit-docs-page.restrictions-page .restriction-do-dont strong {
  color: #102b3b;
  font-size: 16px;
}

.bookit-docs-page.restrictions-page .restriction-do-dont ul {
  margin: 12px 0 0;
  padding-left: 18px;
  color: #536b76;
}

.bookit-docs-page.restrictions-page .restriction-do-dont li {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.5;
}

.bookit-docs-page.restrictions-page .restriction-faq {
  padding: 0;
  background: transparent;
}

.bookit-docs-page.restrictions-page .restriction-faq .refund-faq__list {
  max-width: none;
  margin-top: 20px;
}

.bookit-docs-page.restrictions-page .restriction-source-link {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 780px;
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid #d2e0e4;
  border-radius: 6px;
  background: #f7f9fa;
}

.bookit-docs-page.restrictions-page .restriction-source-link strong,
.bookit-docs-page.restrictions-page .restriction-source-list strong,
.bookit-docs-page.restrictions-page .restriction-app-links strong {
  color: #102b3b;
  font-size: 15px;
}

.bookit-docs-page.restrictions-page .restriction-source-link span,
.bookit-docs-page.restrictions-page .restriction-source-list span,
.bookit-docs-page.restrictions-page .restriction-app-links span {
  color: #5a707a;
  font-size: 13px;
  line-height: 1.45;
}

.bookit-docs-page.restrictions-page .restriction-source-list,
.bookit-docs-page.restrictions-page .restriction-app-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.bookit-docs-page.restrictions-page .restriction-source-list a,
.bookit-docs-page.restrictions-page .restriction-app-links a {
  display: flex;
  min-height: 84px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 16px 18px;
  border: 1px solid #d2e0e4;
  border-radius: 6px;
  background: #f7f9fa;
}

.bookit-docs-page.restrictions-page .restriction-app-links {
  margin-top: 28px;
}

.bookit-docs-page.restrictions-page .restriction-app-links a {
  background: #edf8f6;
}

.bookit-docs-page.restrictions-page .restrictions-related {
  background: #f4f7f8;
}

.bookit-docs-page.restrictions-page .restriction-empty {
  padding: 48px 0;
}

.bookit-docs-page.restrictions-page .restriction-empty h2 {
  margin: 8px 0 10px;
  color: #102b3b;
}

.bookit-docs-page.restrictions-page .restriction-empty p {
  max-width: 650px;
  color: #536b76;
}

@media (max-width: 767px) {
  .bookit-docs-page.restrictions-page .restriction-content {
    padding: 38px 0 44px;
  }

  .bookit-docs-page.restrictions-page .restriction-article__header h2 {
    font-size: 27px;
  }

  .bookit-docs-page.restrictions-page .restriction-article > section > h3 {
    font-size: 22px;
  }

  .bookit-docs-page.restrictions-page .restriction-lead {
    font-size: 16px;
  }

  .bookit-docs-page.restrictions-page .restriction-alert,
  .bookit-docs-page.restrictions-page .restriction-status {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
    margin-bottom: 36px;
    padding: 16px;
  }

  .bookit-docs-page.restrictions-page .restriction-article > section + section {
    margin-top: 40px;
    padding-top: 40px;
  }

  .bookit-docs-page.restrictions-page .restriction-steps,
  .bookit-docs-page.restrictions-page .restriction-data-grid,
  .bookit-docs-page.restrictions-page .restriction-meaning__grid,
  .bookit-docs-page.restrictions-page .restriction-do-dont > div,
  .bookit-docs-page.restrictions-page .restriction-source-list,
  .bookit-docs-page.restrictions-page .restriction-app-links {
    grid-template-columns: minmax(0, 1fr);
  }

  .bookit-docs-page.restrictions-page .restriction-steps li,
  .bookit-docs-page.restrictions-page .restriction-steps li:nth-child(-n + 2) {
    min-height: 0;
    padding: 18px 8px 18px 48px;
    border-top: 1px solid #dce6e9;
    border-left: 0;
  }

  .bookit-docs-page.restrictions-page .restriction-steps li:first-child {
    border-top: 0;
  }

  .bookit-docs-page.restrictions-page .restriction-steps li:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .bookit-docs-page.restrictions-page .restriction-steps li::before {
    top: 18px;
    left: 6px;
  }

  .bookit-docs-page.restrictions-page .restriction-disclosures summary {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
    padding: 16px 36px 16px 0;
  }

  .bookit-docs-page.restrictions-page .restriction-disclosures summary::after {
    top: 16px;
    right: 2px;
  }

  .bookit-docs-page.restrictions-page .restriction-disclosure__body {
    padding: 0 8px 18px 0;
  }

  .bookit-docs-page.restrictions-page .restriction-data-grid,
  .bookit-docs-page.restrictions-page .restriction-meaning__grid {
    margin-top: 20px;
  }

  .bookit-docs-page.restrictions-page .restriction-data-grid > div,
  .bookit-docs-page.restrictions-page .restriction-meaning__grid > div {
    padding: 18px;
    border-top: 1px solid #d9e4e8;
    border-left: 0;
  }

  .bookit-docs-page.restrictions-page .restriction-data-grid > div:first-child,
  .bookit-docs-page.restrictions-page .restriction-meaning__grid > div:first-child {
    border-top: 0;
  }

  .bookit-docs-page.restrictions-page .restriction-do-dont > div {
    gap: 14px;
  }

  .bookit-docs-page.restrictions-page .restriction-app-links a,
  .bookit-docs-page.restrictions-page .restriction-source-list a {
    min-height: 0;
  }
}

@media (max-width: 479px) {
  .bookit-docs-page.restrictions-page .restrictions-contact .rules-contact__actions {
    width: 100%;
  }
}

/* 26. Friendly standalone error pages */
.bookit-error-page {
  min-width: 320px;
  min-height: 100vh;
  background: #fff;
}

.bookit-error-page .error-page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  color: #142f3f;
}

.bookit-error-page .error-page__container {
  width: calc(100% - 48px);
  max-width: 1180px;
  margin: 0 auto;
}

.bookit-error-page .error-page__header {
  flex: 0 0 auto;
  border-bottom: 1px solid #dbe5e8;
  background: #fff;
}

.bookit-error-page .error-page__header .error-page__container {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.bookit-error-page .error-page__brand {
  display: inline-flex;
  align-items: center;
}

.bookit-error-page .error-page__brand img {
  display: block;
  width: 164px;
  height: auto;
}

.bookit-error-page .error-page__status {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 5px 12px;
  border: 1px solid #cbdce1;
  border-radius: 6px;
  background: #f6f8f9;
  color: #5b707b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.bookit-error-page .error-page__main {
  flex: 1 0 auto;
  padding: 64px 0 70px;
  background: #fff;
}

.bookit-error-page .error-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  align-items: center;
  gap: 80px;
}

.bookit-error-page .error-page__content {
  max-width: 670px;
}

.bookit-error-page .error-page__eyebrow {
  display: block;
  margin-bottom: 12px;
  color: #008c78;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.bookit-error-page .error-page__content h1 {
  max-width: 650px;
  margin: 0;
  color: #102b3b;
  font-size: 46px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
}

.bookit-error-page .error-page__lead {
  max-width: 620px;
  margin: 18px 0 0;
  color: #58707b;
  font-size: 18px;
  line-height: 1.65;
}

.bookit-error-page .error-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.bookit-error-page .error-page__action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 1px solid #078ed6;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.bookit-error-page .error-page__action--primary {
  background: #13a9fa;
  color: #fff;
}

.bookit-error-page .error-page__action--primary:visited {
  color: #fff;
}

.bookit-error-page .error-page__action--primary:hover,
.bookit-error-page .error-page__action--primary:focus-visible {
  border-color: #078ed6;
  background: #078ed6;
  color: #fff;
}

.bookit-error-page .error-page__action--secondary {
  background: #fff;
  color: #087fbf;
}

.bookit-error-page .error-page__action--secondary:hover,
.bookit-error-page .error-page__action--secondary:focus-visible {
  background: #eef8fc;
  color: #075f8d;
}

.bookit-error-page .error-page__action:focus-visible,
.bookit-error-page .error-page__brand:focus-visible,
.bookit-error-page .error-page__link-list a:focus-visible {
  outline: 3px solid rgba(19, 169, 250, 0.35);
  outline-offset: 3px;
}

.bookit-error-page .error-recovery {
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid #d7e3e7;
}

.bookit-error-page .error-recovery h2 {
  margin: 0 0 16px;
  color: #102b3b;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.3;
}

.bookit-error-page .error-recovery ol {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: error-recovery;
}

.bookit-error-page .error-recovery li {
  position: relative;
  min-height: 50px;
  padding: 11px 0 11px 46px;
  border-top: 1px solid #e2eaed;
  counter-increment: error-recovery;
}

.bookit-error-page .error-recovery li:first-child {
  border-top: 0;
}

.bookit-error-page .error-recovery li::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e6f6f3;
  color: #007e6c;
  content: counter(error-recovery);
  font-size: 12px;
  font-weight: 800;
  line-height: 28px;
  text-align: center;
}

.bookit-error-page .error-recovery strong,
.bookit-error-page .error-recovery span {
  display: block;
}

.bookit-error-page .error-recovery strong {
  margin-bottom: 3px;
  color: #183745;
  font-size: 14px;
  line-height: 1.4;
}

.bookit-error-page .error-recovery span {
  color: #607680;
  font-size: 13px;
  line-height: 1.5;
}

.bookit-error-page .error-page__visual {
  position: relative;
  display: flex;
  min-height: 480px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #d4e4e9;
  border-radius: 8px;
  background: #eef8fc;
}

.bookit-error-page--403 .error-page__visual {
  background: #f4f7f8;
}

.bookit-error-page--500 .error-page__visual,
.bookit-error-page--generic .error-page__visual {
  background: #fff8ef;
}

.bookit-error-page .error-page__code {
  position: absolute;
  top: 26px;
  left: 28px;
  color: rgba(16, 43, 59, 0.1);
  font-size: 104px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.bookit-error-page .error-page__visual img {
  position: relative;
  z-index: 2;
  width: 72px;
  height: 72px;
  object-fit: contain;
  transform: rotate(-10deg);
}

.bookit-error-page .error-page__route {
  position: absolute;
  width: 260px;
  height: 120px;
  border: 2px dashed rgba(8, 142, 214, 0.32);
  border-right: 0;
  border-bottom: 0;
  border-radius: 50% 0 0;
}

.bookit-error-page .error-page__route--top {
  top: 105px;
  right: -70px;
  transform: rotate(-18deg);
}

.bookit-error-page .error-page__route--bottom {
  bottom: 74px;
  left: -65px;
  transform: rotate(165deg);
}

.bookit-error-page .error-page__links {
  flex: 0 0 auto;
  padding: 48px 0 54px;
  border-top: 1px solid #dce6e9;
  background: #f5f7f8;
}

.bookit-error-page .error-page__links-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(260px, 0.7fr);
  gap: 50px;
  align-items: end;
}

.bookit-error-page .error-page__links-heading span {
  color: #008c78;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.bookit-error-page .error-page__links-heading h2 {
  margin: 6px 0 0;
  color: #102b3b;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
}

.bookit-error-page .error-page__links-heading p {
  margin: 0;
  color: #607680;
  font-size: 14px;
  line-height: 1.6;
}

.bookit-error-page .error-page__link-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 26px;
  border: 1px solid #d2dfe3;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.bookit-error-page .error-page__link-list a {
  position: relative;
  display: flex;
  min-height: 104px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 18px 38px 18px 18px;
  border-left: 1px solid #dce5e8;
  color: #102b3b;
  text-decoration: none;
}

.bookit-error-page .error-page__link-list a:first-child {
  border-left: 0;
}

.bookit-error-page .error-page__link-list a::after {
  position: absolute;
  top: 50%;
  right: 17px;
  color: #0a94da;
  content: "→";
  font-size: 19px;
  transform: translateY(-50%);
}

.bookit-error-page .error-page__link-list a:hover {
  background: #f2fafc;
}

.bookit-error-page .error-page__link-list strong,
.bookit-error-page .error-page__link-list span {
  display: block;
}

.bookit-error-page .error-page__link-list strong {
  font-size: 15px;
  line-height: 1.35;
}

.bookit-error-page .error-page__link-list span {
  color: #637984;
  font-size: 12px;
  line-height: 1.45;
}

.bookit-error-page .error-page__footer {
  flex: 0 0 auto;
  padding: 22px 0;
  border-top: 1px solid #dbe5e8;
  background: #fff;
}

.bookit-error-page .error-page__footer .error-page__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.bookit-error-page .error-page__footer p {
  margin: 0;
  color: #607680;
  font-size: 13px;
  line-height: 1.5;
}

.bookit-error-page .error-page__footer strong {
  color: #183745;
}

.bookit-error-page .error-page__support {
  flex: 0 0 auto;
  color: #007e6e;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .bookit-error-page .error-page__main {
    padding: 48px 0 54px;
  }

  .bookit-error-page .error-page__layout {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
    gap: 48px;
  }

  .bookit-error-page .error-page__content h1 {
    font-size: 39px;
  }

  .bookit-error-page .error-page__visual {
    min-height: 420px;
  }

  .bookit-error-page .error-page__link-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bookit-error-page .error-page__link-list a:nth-child(3) {
    border-top: 1px solid #dce5e8;
    border-left: 0;
  }

  .bookit-error-page .error-page__link-list a:nth-child(4) {
    border-top: 1px solid #dce5e8;
  }
}

@media (max-width: 767px) {
  .bookit-error-page .error-page__container {
    width: calc(100% - 32px);
  }

  .bookit-error-page .error-page__header .error-page__container {
    min-height: 72px;
  }

  .bookit-error-page .error-page__brand img {
    width: 132px;
  }

  .bookit-error-page .error-page__status {
    min-height: 30px;
    padding: 4px 9px;
    font-size: 12px;
  }

  .bookit-error-page .error-page__main {
    padding: 36px 0 40px;
  }

  .bookit-error-page .error-page__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
  }

  .bookit-error-page .error-page__content {
    max-width: none;
  }

  .bookit-error-page .error-page__content h1 {
    font-size: 34px;
  }

  .bookit-error-page .error-page__lead {
    margin-top: 14px;
    font-size: 16px;
  }

  .bookit-error-page .error-page__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
  }

  .bookit-error-page .error-page__visual {
    min-height: 220px;
  }

  .bookit-error-page .error-page__code {
    top: 18px;
    left: 20px;
    font-size: 78px;
  }

  .bookit-error-page .error-page__route {
    width: 210px;
    height: 90px;
  }

  .bookit-error-page .error-recovery {
    margin-top: 36px;
    padding-top: 24px;
  }

  .bookit-error-page .error-page__links {
    padding: 36px 0 40px;
  }

  .bookit-error-page .error-page__links-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .bookit-error-page .error-page__links-heading h2 {
    font-size: 24px;
  }

  .bookit-error-page .error-page__footer .error-page__container {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 479px) {
  .bookit-error-page .error-page__actions,
  .bookit-error-page .error-page__link-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .bookit-error-page .error-page__link-list a,
  .bookit-error-page .error-page__link-list a:nth-child(3),
  .bookit-error-page .error-page__link-list a:nth-child(4) {
    min-height: 82px;
    border-top: 1px solid #dce5e8;
    border-left: 0;
  }

  .bookit-error-page .error-page__link-list a:first-child {
    border-top: 0;
  }
}

/* 27. Customer reviews page */
.bookit-docs-page.reviews-page .reviews-hero .rules-hero__content {
  max-width: 1040px;
}

.bookit-docs-page.reviews-page .reviews-hero h1 {
  max-width: 920px;
}

.bookit-docs-page.reviews-page .reviews-feed,
.bookit-docs-page.reviews-page .reviews-topics,
.bookit-docs-page.reviews-page .reviews-guide,
.bookit-docs-page.reviews-page .reviews-faq {
  padding: 54px 0 60px;
  scroll-margin-top: 88px;
}

.bookit-docs-page.reviews-page .reviews-feed,
.bookit-docs-page.reviews-page .reviews-guide {
  background: #fff;
}

.bookit-docs-page.reviews-page .reviews-topics,
.bookit-docs-page.reviews-page .reviews-faq,
.bookit-docs-page.reviews-page .reviews-related {
  background: #f4f7f8;
}

.bookit-docs-page.reviews-page .reviews-heading {
  max-width: 820px;
  margin-bottom: 26px;
}

.bookit-docs-page.reviews-page .reviews-heading h2 {
  margin: 7px 0 10px;
  color: #102b3b;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
}

.bookit-docs-page.reviews-page .reviews-heading p {
  max-width: 760px;
  margin: 0;
  color: #5c727d;
  font-size: 16px;
  line-height: 1.65;
}

.bookit-docs-page.reviews-page .reviews-widget {
  position: relative;
  min-height: 240px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid #d1dfe4;
  border-radius: 8px;
  background: #fff;
}

.bookit-docs-page.reviews-page .reviews-widget__status {
  display: flex;
  min-height: 194px;
  align-items: center;
  justify-content: center;
  padding: 24px;
  color: #607680;
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
}

.bookit-docs-page.reviews-page .reviews-widget__loading::before {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto 14px;
  border: 3px solid #d3e5eb;
  border-top-color: #0a9ce5;
  border-radius: 50%;
  content: "";
  animation: reviews-loading 800ms linear infinite;
}

@keyframes reviews-loading {
  to {
    transform: rotate(360deg);
  }
}

.bookit-docs-page.reviews-page .reviews-widget__fallback {
  display: none;
  max-width: 580px;
}

.bookit-docs-page.reviews-page .reviews-widget.is-loaded {
  min-height: 0;
}

.bookit-docs-page.reviews-page .reviews-widget.is-loaded .reviews-widget__status {
  display: none;
}

.bookit-docs-page.reviews-page .reviews-widget.is-unavailable .reviews-widget__loading {
  display: none;
}

.bookit-docs-page.reviews-page .reviews-widget.is-unavailable .reviews-widget__fallback {
  display: block;
}

.bookit-docs-page.reviews-page .reviews-widget__embed,
.bookit-docs-page.reviews-page .reviews-widget__embed iframe,
.bookit-docs-page.reviews-page .reviews-widget [data-romw-token] {
  width: 100% !important;
  max-width: 100% !important;
}

.bookit-docs-page.reviews-page .reviews-widget__noscript {
  margin: 0;
  padding: 18px;
  border-top: 1px solid #dbe5e8;
  color: #5c727d;
  font-size: 14px;
  line-height: 1.6;
}

.bookit-docs-page.reviews-page .reviews-widget__noscript a {
  color: #007e6e;
  font-weight: 700;
}

.bookit-docs-page.reviews-page .reviews-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #d1dfe4;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.bookit-docs-page.reviews-page .reviews-topic-grid article {
  min-height: 210px;
  padding: 24px 22px;
  border-left: 1px solid #dae4e8;
}

.bookit-docs-page.reviews-page .reviews-topic-grid article:first-child {
  border-left: 0;
}

.bookit-docs-page.reviews-page .reviews-topic-grid article > span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e6f6f3;
  color: #007e6c;
  font-size: 11px;
  font-weight: 800;
}

.bookit-docs-page.reviews-page .reviews-topic-grid h3 {
  margin: 28px 0 8px;
  color: #102b3b;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.3;
}

.bookit-docs-page.reviews-page .reviews-topic-grid p {
  margin: 0;
  color: #5f7580;
  font-size: 14px;
  line-height: 1.55;
}

.bookit-docs-page.reviews-page .reviews-guide__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  align-items: start;
  gap: 72px;
}

.bookit-docs-page.reviews-page .reviews-guide__content h2 {
  max-width: 640px;
  margin: 7px 0 10px;
  color: #102b3b;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
}

.bookit-docs-page.reviews-page .reviews-guide__content > p {
  max-width: 680px;
  margin: 0;
  color: #5c727d;
  font-size: 16px;
  line-height: 1.65;
}

.bookit-docs-page.reviews-page .reviews-guide__content ol {
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid #d4e1e5;
  list-style: none;
}

.bookit-docs-page.reviews-page .reviews-guide__content li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #dfe8eb;
}

.bookit-docs-page.reviews-page .reviews-guide__content li > span {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e7f6f4;
  color: #007d6c;
  font-size: 12px;
  font-weight: 800;
}

.bookit-docs-page.reviews-page .reviews-guide__content h3 {
  margin: 2px 0 5px;
  color: #173745;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.4;
}

.bookit-docs-page.reviews-page .reviews-guide__content li p {
  margin: 0;
  color: #607680;
  font-size: 14px;
  line-height: 1.55;
}

.bookit-docs-page.reviews-page .reviews-safety {
  padding: 26px;
  border: 1px solid #cedde2;
  border-top: 4px solid #ef8d21;
  border-radius: 8px;
  background: #fff9f1;
}

.bookit-docs-page.reviews-page .reviews-safety > span {
  color: #9a590f;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.bookit-docs-page.reviews-page .reviews-safety h3 {
  margin: 8px 0 10px;
  color: #102b3b;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}

.bookit-docs-page.reviews-page .reviews-safety p {
  margin: 0;
  color: #5b707b;
  font-size: 14px;
  line-height: 1.6;
}

.bookit-docs-page.reviews-page .reviews-safety > div {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #e3d7c8;
}

.bookit-docs-page.reviews-page .reviews-safety strong {
  display: block;
  margin-bottom: 5px;
  color: #173745;
  font-size: 14px;
}

.bookit-docs-page.reviews-page .reviews-email {
  display: flex;
  min-height: 50px;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  margin-top: 24px;
  padding: 10px 14px;
  border: 1px solid #078ed6;
  border-radius: 6px;
  background: #13a9fa;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.bookit-docs-page.reviews-page .reviews-email:visited {
  color: #fff;
}

.bookit-docs-page.reviews-page .reviews-email span {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.bookit-docs-page.reviews-page .reviews-email:hover,
.bookit-docs-page.reviews-page .reviews-email:focus-visible {
  border-color: #078ed6;
  background: #078ed6;
  color: #fff;
}

.bookit-docs-page.reviews-page .reviews-email:focus-visible {
  outline: 3px solid rgba(19, 169, 250, 0.3);
  outline-offset: 3px;
}

.bookit-docs-page.reviews-page .reviews-faq .refund-faq__list {
  max-width: 960px;
}

.bookit-docs-page.reviews-page .reviews-contact .rules-contact__actions {
  align-items: flex-end;
}

@media (prefers-reduced-motion: reduce) {
  .bookit-docs-page.reviews-page .reviews-widget__loading::before {
    animation: none;
  }
}

@media (max-width: 991px) {
  .bookit-docs-page.reviews-page .reviews-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bookit-docs-page.reviews-page .reviews-topic-grid article:nth-child(3) {
    border-top: 1px solid #dae4e8;
    border-left: 0;
  }

  .bookit-docs-page.reviews-page .reviews-topic-grid article:nth-child(4) {
    border-top: 1px solid #dae4e8;
  }

  .bookit-docs-page.reviews-page .reviews-guide__layout {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
    gap: 42px;
  }
}

@media (max-width: 767px) {
  .bookit-docs-page.reviews-page .reviews-feed,
  .bookit-docs-page.reviews-page .reviews-topics,
  .bookit-docs-page.reviews-page .reviews-guide,
  .bookit-docs-page.reviews-page .reviews-faq {
    padding: 38px 0 42px;
  }

  .bookit-docs-page.reviews-page .reviews-heading {
    margin-bottom: 20px;
  }

  .bookit-docs-page.reviews-page .reviews-heading h2,
  .bookit-docs-page.reviews-page .reviews-guide__content h2 {
    font-size: 26px;
  }

  .bookit-docs-page.reviews-page .reviews-widget {
    min-height: 200px;
    padding: 12px;
  }

  .bookit-docs-page.reviews-page .reviews-widget__status {
    min-height: 174px;
    padding: 20px 12px;
  }

  .bookit-docs-page.reviews-page .reviews-topic-grid,
  .bookit-docs-page.reviews-page .reviews-guide__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .bookit-docs-page.reviews-page .reviews-topic-grid article,
  .bookit-docs-page.reviews-page .reviews-topic-grid article:nth-child(3),
  .bookit-docs-page.reviews-page .reviews-topic-grid article:nth-child(4) {
    min-height: 0;
    padding: 20px;
    border-top: 1px solid #dae4e8;
    border-left: 0;
  }

  .bookit-docs-page.reviews-page .reviews-topic-grid article:first-child {
    border-top: 0;
  }

  .bookit-docs-page.reviews-page .reviews-topic-grid h3 {
    margin-top: 18px;
  }

  .bookit-docs-page.reviews-page .reviews-guide__layout {
    gap: 32px;
  }

  .bookit-docs-page.reviews-page .reviews-safety {
    padding: 22px;
  }
}

@media (max-width: 479px) {
  .bookit-docs-page.reviews-page .reviews-contact .rules-contact__actions {
    width: 100%;
    align-items: stretch;
  }
}

/* 28. Support response and feedback result pages */
.bookit-support-page .support-page-main,
.bookit-vote-page .vote-page-main {
  color: #173745;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.bookit-support-page .support-page-hero {
  padding: 52px 0 48px;
  border-bottom: 1px solid #d8e4e8;
  background: #f3f7f8;
}

.bookit-support-page .support-page-hero__content {
  max-width: 940px;
}

.bookit-support-page .support-page-eyebrow,
.bookit-vote-page .vote-result__eyebrow {
  display: block;
  color: #087f99;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: uppercase;
}

.bookit-support-page .support-page-hero h1 {
  max-width: 800px;
  margin: 8px 0 12px;
  color: #102b3b;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
}

.bookit-support-page .support-page-hero__content > p {
  max-width: 820px;
  margin: 0;
  color: #58707b;
  font-size: 17px;
  line-height: 1.65;
}

.bookit-support-page .support-page-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid #cedde2;
}

.bookit-support-page .support-page-hero__facts span {
  position: relative;
  padding-left: 18px;
  color: #395763;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.bookit-support-page .support-page-hero__facts span::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00a28a;
  content: "";
}

.bookit-support-page .support-answer {
  padding: 52px 0 58px;
  background: #fff;
}

.bookit-support-page .support-answer__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 350px);
  align-items: start;
  gap: 34px;
}

.bookit-support-page .support-answer__content {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d1dfe4;
  border-top: 4px solid #12a9ef;
  border-radius: 8px;
  background: #fff;
}

.bookit-support-page .support-answer__content > header {
  padding: 24px 28px 20px;
  border-bottom: 1px solid #dce6e9;
  background: #f8fafb;
}

.bookit-support-page .support-answer__content h2,
.bookit-support-page .support-page-safety h2,
.bookit-support-page .support-next h2,
.bookit-support-page .support-page-actions h2,
.bookit-vote-page .vote-help h2 {
  margin: 7px 0 0;
  color: #102b3b;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}

.bookit-support-page .support-response {
  min-width: 0;
  padding: 28px;
  overflow-x: auto;
  color: #314e5b;
  font-size: 16px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.bookit-support-page .support-response > :first-child {
  margin-top: 0 !important;
}

.bookit-support-page .support-response > :last-child {
  margin-bottom: 0 !important;
}

.bookit-support-page .support-response p,
.bookit-support-page .support-response ul,
.bookit-support-page .support-response ol,
.bookit-support-page .support-response blockquote {
  margin-top: 0;
  margin-bottom: 16px;
}

.bookit-support-page .support-response ul,
.bookit-support-page .support-response ol {
  padding-left: 24px;
}

.bookit-support-page .support-response li + li {
  margin-top: 6px;
}

.bookit-support-page .support-response a {
  color: #007e72;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.bookit-support-page .support-response img {
  max-width: 100% !important;
  height: auto !important;
}

.bookit-support-page .support-response table {
  width: 100% !important;
  max-width: 100% !important;
  margin: 18px 0;
  border-collapse: collapse !important;
  table-layout: auto;
  font-size: 14px;
}

.bookit-support-page .support-response th,
.bookit-support-page .support-response td {
  height: auto !important;
  padding: 10px 12px !important;
  border: 1px solid #d7e2e6 !important;
  color: #314e5b;
  line-height: 1.5 !important;
  text-align: left;
  vertical-align: top !important;
  white-space: normal !important;
  overflow-wrap: anywhere;
}

.bookit-support-page .support-response th {
  background: #f2f6f7 !important;
  color: #183845;
  font-weight: 800;
}

.bookit-support-page .support-response-empty {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 16px;
  padding: 28px;
}

.bookit-support-page .support-response-empty > span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff0dd;
  color: #a65b08;
  font-size: 18px;
  font-weight: 800;
}

.bookit-support-page .support-response-empty h3 {
  margin: 2px 0 6px;
  color: #173745;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
}

.bookit-support-page .support-response-empty p,
.bookit-support-page .support-page-safety p,
.bookit-support-page .support-next p,
.bookit-support-page .support-page-actions p,
.bookit-vote-page .vote-help p {
  margin: 0;
  color: #5a717c;
  font-size: 15px;
  line-height: 1.65;
}

.bookit-support-page .support-page-safety {
  padding: 25px;
  border: 1px solid #e2d4c4;
  border-top: 4px solid #ef8d21;
  border-radius: 8px;
  background: #fff9f1;
}

.bookit-support-page .support-page-safety h2 {
  margin-bottom: 12px;
  font-size: 23px;
}

.bookit-support-page .support-page-safety > div {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #e4d7c7;
}

.bookit-support-page .support-page-safety strong {
  display: block;
  margin-bottom: 6px;
  color: #173745;
  font-size: 14px;
}

.bookit-support-page .support-next {
  padding: 52px 0 58px;
  border-top: 1px solid #dce6e9;
  border-bottom: 1px solid #dce6e9;
  background: #f3f7f8;
}

.bookit-support-page .support-next__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 72px;
}

.bookit-support-page .support-next h2,
.bookit-support-page .support-page-actions h2 {
  margin-bottom: 10px;
  font-size: 30px;
}

.bookit-support-page .support-next ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccdade;
  list-style: none;
}

.bookit-support-page .support-next li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid #d5e0e4;
}

.bookit-support-page .support-next li span {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #dff3ef;
  color: #007e6e;
  font-size: 11px;
  font-weight: 800;
}

.bookit-support-page .support-next li p {
  padding-top: 2px;
  color: #385562;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.bookit-support-page .support-page-actions {
  padding: 48px 0;
  background: #173d50;
}

.bookit-support-page .support-page-actions__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
}

.bookit-support-page .support-page-actions .support-page-eyebrow {
  color: #7ed4f5;
}

.bookit-support-page .support-page-actions h2 {
  color: #fff;
}

.bookit-support-page .support-page-actions p {
  max-width: 730px;
  color: #c8d7de;
}

.bookit-support-page .support-page-actions__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.bookit-support-page .support-page-actions__links > a,
.bookit-support-page .support-page-actions__email a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid #76909c;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.bookit-support-page .support-page-actions__links > a:visited,
.bookit-support-page .support-page-actions__email a:visited {
  color: #fff;
}

.bookit-support-page .support-page-actions__links > a:hover,
.bookit-support-page .support-page-actions__links > a:focus-visible,
.bookit-support-page .support-page-actions__email a:hover,
.bookit-support-page .support-page-actions__email a:focus-visible {
  border-color: #fff;
  color: #fff;
}

.bookit-support-page .support-page-actions__links .support-page-actions__primary {
  border-color: #0b99df;
  background: #12a9ef;
}

.bookit-support-page .support-page-actions__links .support-page-actions__primary:hover,
.bookit-support-page .support-page-actions__links .support-page-actions__primary:focus-visible {
  border-color: #0788ca;
  background: #0788ca;
}

.bookit-support-page .support-page-actions__links a:focus-visible,
.bookit-vote-page .vote-result__action:focus-visible,
.bookit-vote-page .vote-help__contact a:focus-visible {
  outline: 3px solid rgba(18, 169, 239, 0.32);
  outline-offset: 3px;
}

.bookit-vote-page {
  background: #f2f6f7;
}

.bookit-vote-page .vote-result {
  min-height: 540px;
  padding: 64px 0 70px;
}

.bookit-vote-page .vote-result__panel {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 54px;
  border: 1px solid #d0dfe4;
  border-top: 4px solid #df453b;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.bookit-vote-page.vote-state--success .vote-result__panel {
  border-top-color: #00a37f;
}

.bookit-vote-page.vote-state--neutral .vote-result__panel {
  border-top-color: #ef981f;
}

.bookit-vote-page .vote-result__icon {
  position: relative;
  display: block;
  width: 62px;
  height: 62px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #ffebe9;
}

.bookit-vote-page .vote-result__icon::before,
.bookit-vote-page .vote-result__icon::after {
  position: absolute;
  top: 29px;
  left: 18px;
  width: 27px;
  height: 3px;
  border-radius: 2px;
  background: #c8372f;
  content: "";
}

.bookit-vote-page .vote-result__icon::before {
  transform: rotate(45deg);
}

.bookit-vote-page .vote-result__icon::after {
  transform: rotate(-45deg);
}

.bookit-vote-page.vote-state--success .vote-result__icon {
  background: #e0f5ef;
}

.bookit-vote-page.vote-state--success .vote-result__icon::before {
  top: 31px;
  left: 16px;
  width: 16px;
  background: #00866a;
  transform: rotate(45deg);
}

.bookit-vote-page.vote-state--success .vote-result__icon::after {
  top: 27px;
  left: 25px;
  width: 26px;
  background: #00866a;
  transform: rotate(-45deg);
}

.bookit-vote-page.vote-state--neutral .vote-result__icon {
  background: #fff0dc;
}

.bookit-vote-page.vote-state--neutral .vote-result__icon::before {
  top: 15px;
  left: 29px;
  width: 3px;
  height: 23px;
  background: #b26706;
  transform: none;
}

.bookit-vote-page.vote-state--neutral .vote-result__icon::after {
  top: 43px;
  left: 29px;
  width: 3px;
  height: 3px;
  background: #b26706;
  transform: none;
}

.bookit-vote-page .vote-result__eyebrow {
  color: #ad3f37;
}

.bookit-vote-page.vote-state--success .vote-result__eyebrow {
  color: #007e68;
}

.bookit-vote-page.vote-state--neutral .vote-result__eyebrow {
  color: #9b5b08;
}

.bookit-vote-page .vote-result h1 {
  max-width: 650px;
  margin: 8px auto 14px;
  color: #102b3b;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.17;
}

.bookit-vote-page .vote-result__panel > p {
  max-width: 620px;
  margin: 0 auto;
  color: #5a717c;
  font-size: 16px;
  line-height: 1.65;
}

.bookit-vote-page .vote-result__actions {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.bookit-vote-page .vote-result__action {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 1px solid #159fe2;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.bookit-vote-page .vote-result__action--primary {
  background: #12a9ef;
  color: #fff;
}

.bookit-vote-page .vote-result__action--primary:visited {
  color: #fff;
}

.bookit-vote-page .vote-result__action--primary:hover,
.bookit-vote-page .vote-result__action--primary:focus-visible {
  border-color: #0788ca;
  background: #0788ca;
  color: #fff;
}

.bookit-vote-page .vote-result__action--secondary {
  background: #fff;
  color: #087eaa;
}

.bookit-vote-page .vote-result__action--secondary:hover,
.bookit-vote-page .vote-result__action--secondary:focus-visible {
  background: #edf8fc;
  color: #066c92;
}

.bookit-vote-page .vote-help {
  padding: 46px 0 50px;
  border-top: 1px solid #d4e1e5;
  background: #fff;
}

.bookit-vote-page .vote-help__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
}

.bookit-vote-page .vote-help h2 {
  margin-bottom: 9px;
  font-size: 27px;
}

.bookit-vote-page .vote-help__contact {
  display: flex;
  min-width: 230px;
  flex-direction: column;
  gap: 5px;
  padding: 17px 20px;
  border-left: 3px solid #00a28a;
  background: #f1f8f7;
}

.bookit-vote-page .vote-help__contact span {
  color: #5a717c;
  font-size: 12px;
  font-weight: 700;
}

.bookit-vote-page .vote-help__contact a {
  color: #007e6e;
  font-size: 15px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

@media (max-width: 991px) {
  .bookit-support-page .support-answer__layout {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 310px);
    gap: 24px;
  }

  .bookit-support-page .support-next__inner {
    gap: 42px;
  }

  .bookit-support-page .support-page-actions__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .bookit-support-page .support-page-actions__links {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .bookit-support-page .support-page-hero {
    padding: 38px 0 36px;
  }

  .bookit-support-page .support-page-hero h1 {
    font-size: 34px;
  }

  .bookit-support-page .support-page-hero__content > p {
    font-size: 16px;
  }

  .bookit-support-page .support-page-hero__facts {
    flex-direction: column;
    gap: 10px;
  }

  .bookit-support-page .support-answer,
  .bookit-support-page .support-next,
  .bookit-support-page .support-page-actions {
    padding: 38px 0 42px;
  }

  .bookit-support-page .support-answer__layout,
  .bookit-support-page .support-next__inner,
  .bookit-vote-page .vote-help__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .bookit-support-page .support-answer__content > header,
  .bookit-support-page .support-response,
  .bookit-support-page .support-response-empty {
    padding: 22px;
  }

  .bookit-support-page .support-answer__content h2,
  .bookit-support-page .support-next h2,
  .bookit-support-page .support-page-actions h2 {
    font-size: 25px;
  }

  .bookit-support-page .support-page-safety {
    padding: 22px;
  }

  .bookit-vote-page .vote-result {
    min-height: 0;
    padding: 40px 0 46px;
  }

  .bookit-vote-page .vote-result__panel {
    padding: 36px 24px;
  }

  .bookit-vote-page .vote-result h1 {
    font-size: 31px;
  }

  .bookit-vote-page .vote-help {
    padding: 38px 0 42px;
  }
}

@media (max-width: 479px) {
  .bookit-support-page .support-response table {
    font-size: 13px;
  }

  .bookit-support-page .support-response th,
  .bookit-support-page .support-response td {
    padding: 8px !important;
  }

  .bookit-support-page .support-page-actions__links,
  .bookit-support-page .support-page-actions__links > a,
  .bookit-support-page .support-page-actions__email,
  .bookit-support-page .support-page-actions__email a,
  .bookit-vote-page .vote-result__actions,
  .bookit-vote-page .vote-result__action {
    width: 100%;
  }

  .bookit-vote-page .vote-result__panel {
    padding-right: 18px;
    padding-left: 18px;
  }
}
