:root {
  --front-color-primary: #00608b;
  --front-color-accent: #ce2539;
  --front-color-yellow: #ffc20e;
  --front-color-magenta: #d61b74;
  --front-color-bg: #fefefe;
  --front-color-muted: #f5f5f5;
  --front-color-text: #000;
  --front-font-body: "Outfit", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  --front-font-heading: "Gotham", "Outfit", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  --front-radius-sm: 10px;
  --front-radius-md: 20px;
  --front-shadow-md: 0px 4px 5px rgba(0, 0, 0, 0.15);
  --front-container-max: 1280px;
  --front-container-pad: 16px;
  --front-header-logo-w: 275px;
  --front-header-logo-h: 87px;
  --front-header-nav-left-offset: 193px;
}

@media (min-width: 1280px) {
  :root {
    --front-container-pad: 45px;
  }
}
@font-face {
  font-family: "Gotham";
  src: url("../../fonts/Gotham/Gotham%20Book/Gotham%20Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../../fonts/Gotham/Gotham%20Medium/Gotham%20Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../../fonts/Gotham/Gotham%20Bold/Gotham%20Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: var(--front-font-body);
  font-size: 16px;
  line-height: 1.4;
  color: var(--front-color-text);
  background: var(--front-color-bg);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  color: inherit;
}

.front-container {
  width: 100%;
  max-width: var(--front-container-max);
  margin: 0 auto;
  padding-left: var(--front-container-pad);
  padding-right: var(--front-container-pad);
}

.front-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 44px;
  border: 0;
  border-radius: 0;
  font-family: var(--front-font-heading);
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .front-btn {
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
  }
}
.front-btn--primary {
  background: var(--front-color-accent);
  color: #fff;
}

.front-btn--secondary {
  background: var(--front-color-primary);
  color: #fff;
}

.front-link {
  display: inline-block;
  font-family: var(--front-font-heading);
  font-weight: 700;
  font-size: 18px;
  color: var(--front-color-accent);
  text-decoration: underline;
}

.front-link--button {
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.front-link-small {
  font-size: 14px;
}

.front-actions {
  margin-top: 24px;
}

.front-sectionTitle {
  margin: 0 0 14px 0;
  font-family: var(--front-font-heading);
  font-weight: 700;
  font-size: 30px;
  color: var(--front-color-primary);
}

.front-sectionText {
  margin: 0;
  font-size: 16px;
}
.front-sectionText p {
  margin: 0px !important;
  padding: 0px !important;
}

.front-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
  overflow: visible;
}

.front-header__inner {
  position: relative;
  padding-top: 10px;
  padding-bottom: 0;
}

.front-header__inner::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 86px;
  background: var(--front-color-bg);
  border-bottom-left-radius: var(--front-radius-md);
  border-bottom-right-radius: var(--front-radius-md);
  z-index: -1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
}

@media (max-width: 1400px) {
  .front-header__inner::before {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 1280px) {
  .front-header__inner::before {
    max-width: calc(100% - 32px);
  }
}
.front-header__topBar {
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 10;
}

.front-header__meta {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.front-header__metaItem {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--front-font-heading);
  font-weight: 400;
  font-size: 12px;
  color: var(--front-color-text);
}

.front-header__metaIcon {
  width: 17px;
  height: 17px;
}

.front-header__langWrapper {
  position: relative;
}

.front-header__lang {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  padding: 0;
  background: transparent;
  font-family: var(--front-font-heading);
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
  transition: opacity 0.2s;
}

.front-header__lang:hover {
  opacity: 0.8;
}

.front-header__langFlag {
  width: 24px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}

.front-header__chevron {
  width: 7px;
  height: 4px;
  transition: transform 0.3s;
}

.front-header__langWrapper.is-open .front-header__chevron {
  transform: rotate(180deg);
}

.front-header__langDropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 140px;
  background: #fff;
  border-radius: 0 var(--front-radius-sm) var(--front-radius-sm) var(--front-radius-sm);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 1000;
}

.front-header__langWrapper.is-open .front-header__langDropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.front-header__langOption {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-family: var(--front-font-heading);
  font-weight: 400;
  font-size: 12px;
  color: var(--front-color-text);
  text-decoration: none;
  transition: background 0.2s;
  cursor: pointer;
}

.front-header__langOption:hover {
  background: rgba(0, 96, 139, 0.05);
}

.front-header__mainRow {
  margin-top: -45px;
  position: relative;
}

.front-header__mainRowInner {
  display: flex;
  align-items: flex-end;
  gap: 0;
  margin: auto !important;
}

.front-header__burger {
  display: none;
  width: 44px;
  height: 41px;
  border: 0;
  background: transparent;
  color: var(--front-color-primary);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  margin-left: auto;
  cursor: pointer;
}

.front-header__burgerLine {
  display: block;
  width: 30px;
  height: 3px;
  background: currentColor;
}

.front-header__logo {
  width: var(--front-header-logo-w);
  height: var(--front-header-logo-h);
  flex: 0 0 auto;
}

.front-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.front-header__navBar {
  height: 41px;
  background: var(--front-color-yellow);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  overflow: visible;
}

.front-header__nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  gap: 25px;
  position: static;
}

.front-header__navItem {
  position: relative;
  height: 41px;
  display: flex;
  align-items: center;
}

.front-header__navLink {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--front-font-heading);
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--front-color-primary);
  white-space: nowrap;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s;
}

.front-header__navLink:hover {
  opacity: 0.8;
}

.front-header__navChevron {
  width: 7px;
  height: 4px;
  transition: transform 0.3s;
}

.front-header__navItem.is-open .front-header__navChevron {
  transform: rotate(180deg);
}

.front-header__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 240px;
  background: #fff;
  border-radius: 0 var(--front-radius-sm) var(--front-radius-sm) var(--front-radius-sm);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  padding: 16px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 1000;
}

.front-header__navItem.is-open .front-header__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.front-header__dropdownLink {
  display: block;
  padding: 12px 24px;
  font-family: var(--front-font-body);
  font-weight: 400;
  font-size: 15px;
  color: var(--front-color-primary);
  text-decoration: none;
  text-transform: none;
  transition: background 0.2s;
  white-space: nowrap;
}

.front-header__dropdownLink:hover {
  background: rgba(0, 96, 139, 0.05);
}

.front-header__cta {
  height: 41px;
  width: 248px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  background: var(--front-color-accent);
  color: #fff;
  font-family: var(--front-font-heading);
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 0;
  flex-shrink: 0;
}

.front-header__mobileMeta {
  display: none;
}

.front-header__accountText {
  display: none;
}

.front-nav-lock {
  overflow: hidden;
}

@media (max-width: 991px) {
  .front-header {
    background: #fff;
    box-shadow: var(--front-shadow-sm);
  }
  .front-header__inner {
    display: none;
  }
  .front-header__inner::before {
    display: none;
  }
  .front-header__mainRow {
    margin-top: 0;
    background: #fff;
  }
  .front-header__mainRowInner {
    position: relative;
    z-index: 1100;
    min-height: 60px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .front-header__burger {
    display: inline-flex;
    width: 52px;
    height: 52px;
    position: relative;
    z-index: 1101;
    border-radius: 0;
  }
  .front-header__burgerLine {
    transition: transform 0.25s ease, opacity 0.2s ease;
  }
  .front-header.is-navOpen .front-header__burgerLine:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }
  .front-header.is-navOpen .front-header__burgerLine:nth-child(2) {
    opacity: 0;
  }
  .front-header.is-navOpen .front-header__burgerLine:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }
  .front-header__logo {
    position: relative;
    z-index: 1101;
    width: 156px;
    height: 50px;
  }
  .front-header__navBar {
    position: fixed;
    inset: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 100dvh;
    min-height: 100vh;
    padding: 104px 24px 32px 24px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 18px;
    background: #fff;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    overflow-y: auto;
    z-index: 1000;
  }
  .front-header.is-navOpen .front-header__navBar {
    display: flex;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .front-header__nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .front-header__navItem {
    height: auto;
    align-items: stretch;
    display: block;
    border-bottom: 1px solid rgba(0, 96, 139, 0.14);
  }
  .front-header__navLink {
    width: 100%;
    justify-content: space-between;
    padding: 18px 0;
    font-size: 22px;
    line-height: 1.15;
    text-align: left;
  }
  .front-header__navLink-account {
    justify-content: start;
  }
  .front-header__navChevron {
    width: 12px;
    height: 7px;
  }
  .front-header__dropdown {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    min-width: 0;
    max-height: 0;
    overflow: hidden;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: max-height 0.25s ease;
  }
  .front-header__navItem.is-open .front-header__dropdown {
    max-height: 520px;
  }
  .front-header__dropdownLink {
    padding: 11px 0 11px 14px;
    font-size: 17px;
    white-space: normal;
  }
  .front-header__cta {
    width: 100%;
    height: 52px;
    margin-top: 8px;
    font-size: 16px;
  }
  .front-header__accountText {
    display: inline;
  }
  .front-header__mobileMeta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
    padding-top: 24px;
    color: var(--front-color-primary);
    font-family: var(--front-font-heading);
    font-size: 16px;
  }
  .front-header__mobileMetaLink {
    color: var(--front-color-primary);
    text-decoration: none;
  }
  .front-header__mobileLangs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 8px;
  }
  .front-header__mobileLang {
    width: 42px;
    height: 34px;
    padding: 0;
    border: 1px solid rgba(0, 96, 139, 0.18);
    color: var(--front-color-primary);
    text-decoration: none;
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  .front-header__mobileLangFlag {
    width: 28px;
    height: 18px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 2px;
  }
  .front-header__mobileLang.is-active {
    background: var(--front-color-yellow);
    border-color: var(--front-color-yellow);
  }
}
.front-hero {
  position: relative;
  padding-top: 120px;
  padding-bottom: 200px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .front-hero {
    padding-top: 30px;
    padding-bottom: 120px;
  }
}
.front-hero__bg {
  position: absolute;
  inset: 0;
}

.front-hero__bgImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.front-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 96, 139, 0.46);
}

.front-hero__content {
  position: relative;
  padding-top: 100px;
  color: #fff;
}

.front-hero__title {
  margin: 0;
  font-family: var(--front-font-heading);
  font-weight: 700;
  font-size: 30px;
}

.front-hero__subtitle {
  margin: 10px 0 0 0;
  font-size: 20px;
  max-width: 960px;
}

.front-search {
  position: relative;
  margin-top: -56px;
}

.front-search__card {
  background: #fff;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  box-shadow: var(--front-shadow-md);
  padding-top: 38px;
  padding-bottom: 38px;
  width: 100%;
  max-width: var(--front-container-max);
  margin: 0 auto;
  padding-left: var(--front-container-pad);
  padding-right: var(--front-container-pad);
}

.front-search__label {
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 15px;
  color: var(--front-color-primary);
}

.front-search__whenBox {
  min-height: 43px;
  background: var(--front-color-muted);
  border-radius: var(--front-radius-sm);
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 14px;
  gap: 14px;
  flex-wrap: wrap;
}

.front-search__whereBox {
  min-height: 43px;
  background: var(--front-color-muted);
  border-radius: var(--front-radius-sm);
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 14px;
  gap: 14px;
  flex-wrap: wrap;
}

.front-search__whereCol {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1 1 0;
}

.front-search__mini {
  font-weight: 700;
  font-size: 15px;
  color: var(--front-color-primary);
  flex-shrink: 0;
}

.front-search__value {
  font-weight: 700;
  font-size: 15px;
  color: var(--front-color-primary);
  min-width: 0;
}

.front-search__divider {
  width: 1px;
  height: 28px;
  background: rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
}

.front-search__colChevron {
  display: none;
}

.front-search__iconText {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: var(--front-color-primary);
}

.front-search__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.front-search__cta {
  width: 100%;
}

.front-search__field--passengers {
  margin-top: 4px;
}

.front-search__toggle {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.front-search__toggleInput {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.front-search__toggleBox {
  width: 44px;
  height: 24px;
  border-radius: 999px;
  background: rgba(0, 96, 139, 0.25);
  position: relative;
  transition: background 0.2s ease;
}

.front-search__toggleBox::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.2s ease;
}

.front-search__toggleInput:checked + .front-search__toggleBox {
  background: var(--front-color-primary);
}

.front-search__toggleInput:checked + .front-search__toggleBox::after {
  transform: translateX(20px);
}

.front-search__toggleLabel {
  font-weight: 700;
  color: var(--front-color-primary);
}

.front-search__returnDate {
  margin-top: 12px;
}

.front-search__returnDate.is-hidden {
  display: none;
}

@media (min-width: 768px) {
  .front-search__whenBox,
  .front-search__whereBox {
    flex-wrap: nowrap;
  }
}
.front-search__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  font-family: var(--front-font-heading);
  font-weight: 700;
  font-size: 15px;
  color: var(--front-color-primary);
  outline: none;
  cursor: pointer;
  min-width: 0;
  width: 100%;
  padding: 0;
}

.front-search__select option {
  background: #fff;
  color: var(--front-color-primary);
  padding: 8px;
}

.front-search__swap {
  width: 16px;
  height: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--front-color-primary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.2s, opacity 0.2s;
}

.front-search__swap:hover {
  opacity: 0.7;
  transform: rotate(180deg);
}

.front-search__swap svg {
  width: 14px;
  height: 14px;
}

.front-search__whenCol {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
}

.front-search__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  font-family: var(--front-font-body);
  font-weight: 400;
  font-size: 15px;
  color: var(--front-color-primary);
  outline: none;
  cursor: pointer;
  min-width: 0;
  width: 100%;
  padding: 0;
}

.front-search__input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.front-search__input::placeholder {
  color: #999;
  opacity: 1;
}

.front-search .ts-wrapper {
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
  flex: 1;
  min-width: 0;
}

.front-search .ts-wrapper.single .ts-control {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  font-family: var(--front-font-heading);
  font-weight: 700;
  font-size: 15px;
  color: var(--front-color-primary);
  cursor: pointer;
  min-height: auto !important;
  height: auto !important;
  line-height: 1.4 !important;
  display: flex;
  align-items: center;
}

.front-search .ts-wrapper.single .ts-control .item {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}

.front-search .ts-wrapper.single .ts-control input {
  color: var(--front-color-primary) !important;
  font-size: 15px !important;
  font-family: var(--front-font-heading) !important;
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  pointer-events: all !important;
  min-width: 0 !important;
}

.front-search .ts-wrapper .ts-dropdown {
  background: #fff;
  border: 0;
  border-radius: 0 var(--front-radius-sm) var(--front-radius-sm) var(--front-radius-sm);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  margin-top: 8px;
  min-width: 320px;
  width: min(420px, 100vw - 32px) !important;
  max-height: 360px;
  overflow-y: auto;
  z-index: 1000;
}

.front-search .ts-wrapper .ts-dropdown .tom-option {
  padding: 14px 18px;
  color: var(--front-color-primary);
  cursor: pointer;
  transition: background 0.2s;
  font-family: var(--front-font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.45;
  white-space: normal;
}

.front-search .ts-wrapper .ts-dropdown .option:hover,
.front-search .ts-wrapper .ts-dropdown .option.active {
  background: rgba(0, 96, 139, 0.05);
}

.front-search .ts-wrapper .ts-dropdown .option.selected {
  background: rgba(0, 96, 139, 0.1);
  font-weight: 500;
}

.front-search .ts-wrapper.focus .ts-control,
.front-search .ts-wrapper.focus.single .ts-control,
.front-search .ts-wrapper.dropdown-active .ts-control,
.front-search .ts-wrapper.dropdown-active.single .ts-control {
  box-shadow: none !important;
  border: 0 !important;
  outline: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

.front-search .ts-wrapper .ts-control::after,
.front-search .ts-wrapper.single .ts-control::after {
  display: none !important;
}

.front-search .ts-wrapper.focus .ts-control input,
.front-search .ts-wrapper.dropdown-active .ts-control input {
  opacity: 0 !important;
}

.front-search__whenCol .ts-wrapper.single .ts-control {
  font-family: var(--front-font-body) !important;
  font-weight: 400 !important;
  width: 100% !important;
  flex: 1 !important;
}

.front-search__whenCol .ts-wrapper.single.has-items .ts-control input {
  display: none !important;
}

.front-search__whenCol .ts-wrapper.single .ts-control .item {
  font-family: var(--front-font-body) !important;
  font-weight: 400 !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
}

.front-search__whenCol .ts-wrapper.single .ts-control input {
  font-family: var(--front-font-body) !important;
  font-weight: 400 !important;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
  pointer-events: all !important;
}

.front-search__whenCol .ts-wrapper.focus .ts-control input,
.front-search__whenCol .ts-wrapper.dropdown-active .ts-control input {
  opacity: 1 !important;
}

.flatpickr-calendar {
  background: #fff;
  border: 0;
  border-radius: var(--front-radius-sm);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  font-family: var(--front-font-body);
}

.flatpickr-months {
  background: var(--front-color-primary);
  border-radius: var(--front-radius-sm) var(--front-radius-sm) 0 0;
}

.flatpickr-months .flatpickr-month,
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  color: #fff;
  fill: #fff;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  background: var(--front-color-primary);
  color: #fff;
  font-weight: 700;
}

.flatpickr-weekdays {
  background: var(--front-color-primary);
  color: #fff;
}

.flatpickr-weekday {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
}

.flatpickr-day {
  color: var(--front-color-text);
  border-radius: 5px;
  font-weight: 500;
}

.flatpickr-day:hover {
  background: rgba(0, 96, 139, 0.1);
  border-color: transparent;
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover {
  background: var(--front-color-primary);
  border-color: var(--front-color-primary);
  color: #fff;
}

.flatpickr-day.today {
  border-color: var(--front-color-accent);
  color: var(--front-color-accent);
  font-weight: 700;
}

.flatpickr-day.today:hover {
  background: var(--front-color-accent);
  color: #fff;
}

.flatpickr-day.disabled {
  color: rgba(0, 0, 0, 0.2);
}

.front-features {
  padding-top: 78px;
  padding-bottom: 68px;
}

.front-homeAlerts {
  padding-top: 28px;
  padding-bottom: 12px;
}

.front-homeAlerts__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.front-homeAlerts__eyebrow {
  margin-bottom: 8px;
  font-family: var(--front-font-heading);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--front-color-accent);
}

.front-homeAlerts__slider {
  overflow: hidden;
}

.front-homeAlerts .swiper-slide {
  height: auto;
}

.front-homeAlerts__pagination {
  position: static;
  margin-top: 18px;
  text-align: center;
}

.front-homeAlerts__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(0, 96, 139, 0.25);
  opacity: 1;
}

.front-homeAlerts__pagination .swiper-pagination-bullet-active {
  background: var(--front-color-accent);
}

.front-homeAlertCard {
  display: block;
  overflow: hidden;
  border-radius: var(--front-radius-md);
  background: #fff;
  border: 1px solid #e0e0e0;
  border-left: 8px solid var(--front-color-accent) !important;
  text-decoration: none;
}

.front-homeAlertCard__img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}

.front-homeAlertCard__body {
  width: 100%;
  padding: 32px 36px;
}

.front-homeAlertCard__date {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--front-color-accent);
}

.front-homeAlertCard__title {
  margin-bottom: 12px;
  font-family: var(--front-font-heading);
  font-size: 28px;
  font-weight: 700;
  color: var(--front-color-primary);
}

.front-homeAlertCard__text {
  margin: 0;
  color: var(--front-color-text);
}

@media (max-width: 991px) {
  .front-homeAlerts__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .front-homeAlertCard__body {
    padding: 24px;
  }
  .front-homeAlertCard__title {
    font-size: 24px;
  }
}
.front-feature {
  text-align: center;
}

.front-feature__icon {
  width: 55px;
  height: 55px;
  margin: 0 auto 12px auto;
}

.front-feature__text {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
}

.front-banner {
  position: relative;
  height: 375px;
  overflow: hidden;
}

.front-banner__bg {
  position: absolute;
  inset: 0;
}

.front-banner__bgImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.front-banner__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.front-banner__content {
  position: relative;
  padding-top: 90px;
  color: #fff;
}

.front-banner__title {
  margin: 0;
  font-family: var(--front-font-heading);
  font-weight: 400;
  font-size: 30px;
}

.front-banner__title strong {
  font-weight: 700;
}

.front-banner__text {
  margin: 16px 0 18px 0;
  font-size: 20px;
  max-width: 520px;
}

.front-destinations {
  padding-top: 72px;
  padding-bottom: 34px;
}

.front-destinations__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 18px;
}

.front-destinations__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.front-mapStopsModal__title {
  margin: 0;
  font-family: var(--front-font-heading);
  font-size: 28px;
  font-weight: 700;
  color: var(--front-color-primary);
}

.front-mapStopCard {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--front-radius-md);
  background: #fff;
  text-decoration: none;
  box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.06);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.front-mapStopCard:hover,
.front-mapStopCard:focus {
  transform: translateY(-2px);
  border-color: rgba(0, 96, 139, 0.35);
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.09);
}

.front-mapStopCard__name {
  font-family: var(--front-font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--front-color-primary);
  line-height: 1.2;
}

.front-mapStopCard__line {
  margin-top: 8px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.68);
}

.front-mapStopCard__cta {
  margin-top: 12px;
  font-family: var(--front-font-heading);
  font-size: 15px;
  font-weight: 700;
  color: var(--front-color-accent);
  text-decoration: underline;
}

.front-lines {
  padding-top: 36px;
  padding-bottom: 66px;
}

.front-lineCard {
  border-radius: var(--front-radius-md);
  padding: 19px 19px;
  color: #fff;
}

@media (max-width: 991px) {
  .front-lineCard {
    padding: 24px;
  }
}
.front-lineCard--yellow {
  background: var(--front-color-yellow);
}

.front-lineCard--magenta {
  background: var(--front-color-magenta);
}

.front-lineCard__title {
  margin: 0;
  font-family: var(--front-font-heading);
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}

.front-lineCard__subtitle {
  margin: 8px 0 22px 0;
  font-size: 16px;
}

.front-transfer {
  padding-top: 36px;
  padding-bottom: 38px;
}

.front-transfer__img {
  width: 100%;
  height: auto;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.front-infoBand {
  background: var(--front-color-primary);
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
}

.front-infoBand__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 40px;
}

.front-infoBand__city {
  font-family: var(--front-font-heading);
  font-weight: 700;
  font-size: 23px;
}

.front-infoBand__line {
  height: 2px;
  width: 120px;
  background: rgba(255, 255, 255, 0.85);
}

@media (min-width: 992px) {
  .front-infoBand__line {
    width: 220px;
  }
}
@media (max-width: 991px) {
  .front-infoBand {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .front-infoBand__top {
    flex-direction: column;
  }
  .front-infoBand__line {
    width: 2px;
    height: 30px;
  }
}
.front-infoBand__bus {
  width: 146px;
  height: 61px;
}

.front-infoBand__title {
  margin: 0 auto;
  text-align: center;
  font-family: var(--front-font-heading);
  font-weight: 400;
  font-size: 30px;
  max-width: 798px;
}

.front-infoBand__title strong {
  font-weight: 700;
}

.front-infoBand__text {
  margin: 18px auto 18px auto;
  text-align: center;
  font-size: 16px;
  max-width: 798px;
}

.front-infoBand__link {
  display: block;
  text-align: center;
  font-family: var(--front-font-heading);
  font-weight: 700;
  font-size: 18px;
  color: #fcc300;
  text-decoration: underline;
}

.front-footer {
  background: var(--front-color-primary);
  color: #fff;
  padding-top: 46px;
  padding-bottom: 34px;
}

.front-footer__brandTitle {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
}

.front-footer__brandText {
  margin: 8px 0 0 0;
  font-size: 15px;
  line-height: 1.9;
}

.front-footer__colTitle {
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

.front-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.front-footer__list a {
  color: #fff;
}

.front-footer__bottom {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.front-footer__socialLink {
  display: inline-block;
  transition: opacity 0.2s;
}

.front-footer__socialLink:hover {
  opacity: 0.8;
}

.front-footerBar {
  background: #013e5a;
  color: #fff;
  font-size: 14px;
}

.front-footerBar__inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.front-footerBar__credit a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.front-footerBar__heart {
  color: var(--front-color-accent);
}

@media (max-width: 575px) {
  .front-footerBar__inner {
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    text-align: center;
  }
}
.front-lineHero {
  background: var(--front-line-theme, var(--front-color-yellow));
  color: #fff;
  min-height: 247px;
  display: flex;
  align-items: flex-end;
}

.front-linePage--yellow {
  --front-line-theme: var(--front-color-yellow);
}

.front-linePage--magenta {
  --front-line-theme: var(--front-color-magenta);
}

.front-lineHero--yellow {
  --front-line-theme: var(--front-color-yellow);
}

.front-lineHero--magenta {
  --front-line-theme: var(--front-color-magenta);
}

.front-lineHero--blue {
  --front-line-theme: var(--front-color-primary);
}

.front-lineHero__inner {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 40px;
}

.front-lineHero__title {
  margin: 0;
  font-family: var(--front-font-heading);
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .front-lineHero__title {
    margin-top: 0;
  }
}
.front-lineHero__breadcrumb {
  margin: 10px 0 0 0;
  font-size: 15px;
}

.front-lineIntro {
  padding-top: 66px;
  padding-bottom: 66px;
}

@media (max-width: 991px) {
  .front-lineIntro {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.front-lineIntro__headline, .front-lineIntro h2 {
  margin: 0;
  font-family: var(--front-font-heading);
  font-weight: 700;
  font-size: 30px;
  color: var(--front-color-primary);
}

.front-lineIntro__text {
  margin: 16px 0 0 0;
  font-size: 16px;
  color: var(--front-color-text);
}

.front-servicePage .front-lineIntro__headline, .front-servicePage .front-lineIntro h2 {
  margin-bottom: 16px;
}

.front-lineIntro__mapLink {
  display: inline-block;
  margin-top: 18px;
  font-family: var(--front-font-heading);
  font-weight: 700;
  font-size: 18px;
  color: var(--front-color-primary);
  text-decoration: underline;
}

.front-lineIntro__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.front-lineIntro__imgPlaceholder {
  width: 100%;
  height: 432px;
  background: var(--front-color-muted);
  display: flex;
  align-items: center;
  justify-content: center;
}

.front-lineIntro__imgPlaceholder img {
  width: 84px;
  height: 84px;
  opacity: 0.55;
}

.front-lineSchedule {
  background: var(--front-color-muted);
  padding-top: 28px;
  padding-bottom: 60px;
}

.front-lineSchedule__picker {
  margin-top: 18px;
}

.front-lineSchedule__pickerTop {
  background: var(--front-line-theme, var(--front-color-yellow));
  height: 77px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.front-lineSchedule__pickerTitle {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

@media (max-width: 991px) {
  .front-lineSchedule__pickerTop {
    height: auto;
    padding: 10px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .front-lineSchedule__pickerTitle {
    font-size: 17px;
  }
}
.front-lineSchedule__dateBox {
  height: 40px;
  width: 156px;
  background: var(--front-color-muted);
  border-radius: var(--front-radius-sm);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
}

.front-lineSchedule__dateIcon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.front-lineSchedule__dateInput {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 15px;
  color: var(--front-color-primary);
  outline: none;
}

@media (max-width: 991px) {
  .front-lineSchedule__dateBox {
    width: 140px;
  }
  .front-lineSchedule__dateInput {
    font-size: 14px;
    width: 98px;
  }
}
.front-lineSchedule__tabs {
  position: relative;
  height: 67px;
  background: #fff;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  box-shadow: var(--front-shadow-md);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  padding-bottom: 20px;
}

.front-lineSchedule__tabs::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: 100%;
  background: #f5f5f5;
}

.front-lineSchedule__tabIndicator {
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: 50%;
  background: var(--front-color-primary);
  transition: transform 0.2s ease, width 0.2s ease;
}

.front-lineSchedule__tab {
  border: 0;
  background: transparent;
  padding: 0 20px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--front-line-theme, var(--front-color-yellow));
  cursor: pointer;
}

@media (max-width: 991px) {
  .front-lineSchedule__tab {
    padding-top: 13px;
  }
}
.front-lineSchedule__tab.is-active {
  color: var(--front-color-primary);
}

.front-lineSchedule__searchControls {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.front-lineSchedule__searchBtn {
  min-width: 150px;
}

.front-lineSchedule__roundTrip {
  margin-top: 0;
}

.front-lineSchedule__roundTrip .front-search__toggleLabel {
  color: #fff;
}

.front-ticketResults__steps.is-hidden {
  display: none;
}

@media (max-width: 991px) {
  .front-lineSchedule__searchBtn {
    padding: 0 3px;
  }
}
.front-lineSchedule__passengers {
  background: #fff;
  padding: 24px 20px 10px;
  box-shadow: var(--front-shadow-md);
}

.front-lineSchedule__passengersTitle {
  margin: 0 0 16px 0;
  font-weight: 700;
  font-size: 18px;
  color: var(--front-color-primary);
}

.front-lineSchedule__passengersGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.front-lineSchedule__searchState,
.front-solutions__state {
  margin: 0;
  padding: 20px 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--front-shadow-md);
  color: var(--front-color-text);
}

.front-passengerCounter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 20px;
  background: var(--front-color-muted);
}

.front-passengerCounter__copy {
  min-width: 0;
}

.front-passengerCounter__title {
  margin: 0;
  font-weight: 700;
  color: var(--front-color-primary);
}

.front-passengerCounter__description {
  margin: 4px 0 0 0;
  font-size: 14px;
  color: var(--front-color-text);
}

.front-passengerCounter__controls {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.front-passengerCounter__button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: var(--front-color-primary);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.front-passengerCounter__value {
  min-width: 18px;
  text-align: center;
  font-weight: 700;
  color: var(--front-color-primary);
}

.front-solutions {
  margin-top: 28px;
}

.front-solutions__group {
  display: none;
}

.front-solutions__group.is-active {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.front-solutionCard {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .front-solutionCard {
    grid-template-columns: 90px 1fr 160px auto auto;
    align-items: center;
    padding: 22px 30px;
  }
}
.front-solutionCard__lineTag {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--front-line-theme, var(--front-color-yellow));
}

.front-solutionCard__route {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.front-solutionCard__pin {
  width: 13px;
  height: 47px;
  position: relative;
  flex-shrink: 0;
}

.front-solutionCard__pin::before,
.front-solutionCard__pin::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--front-line-theme, var(--front-color-yellow));
  transform: translateX(-50%);
}

.front-solutionCard__pin::before {
  top: 2px;
}

.front-solutionCard__pin::after {
  bottom: 2px;
}

.front-solutionCard__pin {
  background: linear-gradient(to bottom, transparent 0, transparent 8px, var(--front-line-theme, var(--front-color-yellow)) 8px, var(--front-line-theme, var(--front-color-yellow)) calc(100% - 8px), transparent calc(100% - 8px), transparent 100%);
  background-size: 2px 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.front-solutionCard__times {
  min-width: 0;
}

.front-solutionCard__timeRow {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  color: var(--front-color-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.front-solutionCard__time {
  font-weight: 400;
}

.front-solutionCard__place {
  font-weight: 700;
  color: var(--front-line-theme, var(--front-color-yellow));
}

.front-solutionCard__meta {
  text-align: left;
  color: var(--front-color-text);
}

.front-solutionCard__duration {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}

.front-solutionCard__service {
  margin: 2px 0 0 0;
  font-size: 17px;
  font-weight: 700;
}

.front-solutionCard__price {
  font-weight: 700;
  font-size: 30px;
  color: var(--front-color-primary);
  text-align: left;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .front-solutionCard__price {
    text-align: right;
  }
}
.front-solutionCard__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.front-solutionCard__cta {
  height: 48px;
  padding: 0 30px;
}

@media (max-width: 991px) {
  .front-solutionCard__cta {
    padding: 0 25px;
  }
}
.front-solutionCard__details {
  border: 0;
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: var(--front-color-primary);
  cursor: pointer;
  white-space: nowrap;
}

.front-solutionCard__detailsChevron {
  width: 16px;
  height: 10px;
}

.front-solutionCard__detailsBody {
  grid-column: 1/-1;
  margin-top: 12px;
  font-size: 15px;
  color: var(--front-color-text);
}

.front-lineFlixBanner {
  background: var(--front-color-yellow);
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.front-lineFlixBanner__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  padding: 1.25rem 0 1.375rem;
}

.front-lineFlixBanner__text {
  margin: 0;
  max-width: 52rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.front-lineFlixBanner__logo {
  display: block;
  width: 132px;
  height: 32px;
  flex-shrink: 0;
}

@media (max-width: 575.98px) {
  .front-lineFlixBanner__logo {
    width: 110px;
    height: auto;
  }
}
.front-lineInfoBand {
  background: var(--front-color-primary);
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.front-lineInfoBand__title {
  margin: 0 0 16px 0;
  font-family: var(--front-font-heading);
  font-weight: 400;
  font-size: 30px;
}

.front-lineInfoBand__list {
  margin: 0;
  padding-left: 22px;
  line-height: 1.45;
}

.front-lineInfoBand__list li {
  margin: 0 0 10px 0;
}

.front-faq {
  padding-top: 56px;
  padding-bottom: 70px;
  background: #fff;
}

.front-faq__list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.front-faqItem {
  border-radius: 7px;
  background: var(--front-color-muted);
}

.front-faqItem__summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 19px 20px;
  cursor: pointer;
}

.front-faqItem__summary::-webkit-details-marker {
  display: none;
}

.front-faqItem__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--front-color-text);
}

.front-faqItem__chevron {
  width: 16px;
  height: 10px;
  transition: transform 0.2s ease;
}

.front-faqItem[open] .front-faqItem__chevron {
  transform: rotate(180deg);
}

.front-faqItem__body {
  padding: 0 20px 18px 20px;
  font-size: 15px;
  color: var(--front-color-text);
}

.front-faqItem__body a {
  color: var(--front-color-primary);
  text-decoration: underline;
  font-weight: 600;
}

.front-faq__help {
  margin: 24px 0 0 0;
  font-size: 16px;
  color: var(--front-color-primary);
}

.front-faq__helpLink {
  font-weight: 700;
  text-decoration: underline;
}

.front-faqPage__content {
  padding-top: 62px;
  padding-bottom: 80px;
  background: #fff;
}

@media (max-width: 991px) {
  .front-faqPage__content {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.front-faqPage__title {
  margin: 0;
  font-family: var(--front-font-heading);
  font-weight: 700;
  font-size: 30px;
  color: var(--front-color-primary);
  line-height: 1.1;
}

.front-faqPage__categories {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.front-faqPage__categoryLink {
  color: var(--front-color-text);
  font-family: var(--front-font-heading);
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
}

.front-faqPage__categoryLink.is-active {
  color: var(--front-color-primary);
  text-decoration: underline;
}

.front-faqPage__empty {
  margin: 0;
  padding: 16px 0 6px 0;
  color: var(--front-color-text);
  font-size: 16px;
}

.front-serviceSection__number {
  font-family: var(--front-font-heading);
  font-weight: 400;
  font-size: 44px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1;
}

.front-serviceSection__title {
  margin: 8px 0 0 0;
  font-family: var(--front-font-heading);
  font-weight: 400;
  font-size: 44px;
  color: var(--front-color-text);
  line-height: 1.1;
}

.front-serviceSection__slug {
  margin-top: 10px;
  font-family: var(--front-font-heading);
  font-weight: 700;
  font-size: 16px;
  color: var(--front-color-accent);
}

.front-serviceSection__list {
  margin: 0;
  padding-left: 22px;
  line-height: 1.45;
  font-size: 16px;
  color: var(--front-color-text);
}

.front-serviceSection__body {
  margin-bottom: 14px;
  font-size: 16px;
  color: var(--front-color-text);
}

@media (max-width: 991px) {
  .front-serviceSection__number {
    font-size: 34px;
  }
  .front-serviceSection__title {
    font-size: 34px;
  }
}
/* Flatpickr overrides (neutral look: white/grey, no blue accents) */
.flatpickr-calendar {
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: var(--front-shadow-md);
}

.flatpickr-months .flatpickr-month,
.flatpickr-weekdays {
  background: #fff;
}

.flatpickr-current-month,
.flatpickr-weekday {
  color: var(--front-color-text);
}

.flatpickr-day {
  border-radius: 6px;
}

.flatpickr-day:hover,
.flatpickr-day:focus {
  background: #f1f3f5;
  border-color: #f1f3f5;
  color: var(--front-color-text);
}

.flatpickr-day.today {
  border-color: #adb5bd;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus {
  background: #dee2e6;
  border-color: #dee2e6;
  color: #000;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange {
  background: #f1f3f5;
  border-color: #f1f3f5;
  box-shadow: none;
  color: var(--front-color-text);
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  color: rgba(0, 0, 0, 0.25);
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  color: rgba(0, 0, 0, 0.55);
  fill: rgba(0, 0, 0, 0.55);
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: rgba(0, 0, 0, 0.75);
  fill: rgba(0, 0, 0, 0.75);
}

/* Front: colored Bootstrap tabs (lost&found / complaints) */
.front-lostFoundComplaints .nav-tabs {
  border-bottom: 0;
  gap: 10px;
}

.front-lostFoundComplaints .nav-tabs .nav-link {
  border: 0;
  border-radius: 12px;
  background: var(--front-color-muted);
  color: var(--front-color-primary);
  font-family: var(--front-font-heading);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px 16px;
}

.front-lostFoundComplaints .nav-tabs .nav-link:hover {
  opacity: 0.9;
}

.front-lostFoundComplaints .nav-tabs .nav-link.active {
  background: var(--front-color-primary);
  color: #fff;
}

/* Front: luggage policy page (boxed sections) */
.front-luggagePolicySections {
  padding-top: 20px;
  padding-bottom: 40px;
}

.front-luggageCard {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--front-radius-md);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
  padding: 22px;
}

.front-luggageCard__head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.front-luggageCard__badge {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--front-color-yellow);
  color: var(--front-color-primary);
  font-family: var(--front-font-heading);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.front-luggageCard__title {
  margin: 2px 0 0 0;
  font-family: var(--front-font-heading);
  font-weight: 700;
  font-size: 22px;
  color: var(--front-color-primary);
  line-height: 1.15;
}

.front-luggageCard__slug {
  margin-top: 6px;
  font-family: var(--front-font-heading);
  font-weight: 700;
  font-size: 13px;
  color: var(--front-color-accent);
}

.front-luggageCard__body {
  margin-top: 14px;
  font-size: 16px;
  color: var(--front-color-text);
}

.front-luggageCard__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.front-luggageCard__list li {
  position: relative;
  padding-left: 26px;
  line-height: 1.45;
}

.front-luggageCard__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: rgba(0, 96, 139, 0.12);
  border: 1px solid rgba(0, 96, 139, 0.35);
}

.front-features--bottom {
  padding-top: 52px;
  padding-bottom: 52px;
  background: var(--front-color-muted);
}

@media (max-width: 991px) {
  .front-luggageCard__title {
    font-size: 20px;
  }
}
/* Front: contacts page */
.front-contacts__content {
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .front-contacts__content {
    padding-bottom: 40px;
  }
}
.front-contacts__info {
  background: #fff;
  border-radius: var(--front-radius-md);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 22px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
}

.front-contacts__formCard {
  background: #fff;
  border-radius: var(--front-radius-md);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 22px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
}

.front-contacts__infoBlock {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.front-contacts__infoHead {
  display: flex;
  align-items: center;
  gap: 10px;
}

.front-contacts__infoIcon {
  width: 18px;
  height: 18px;
}

.front-contacts__infoLabel {
  font-family: var(--front-font-heading);
  font-weight: 700;
  font-size: 16px;
  color: var(--front-color-text);
}

.front-contacts__infoValue {
  display: inline-block;
  margin-top: 8px;
  font-family: var(--front-font-heading);
  font-weight: 700;
  font-size: 16px;
  color: var(--front-color-primary);
  text-decoration: underline;
}

.front-contacts__infoHint {
  margin-top: 6px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}

.front-contacts__companyName {
  font-family: var(--front-font-heading);
  font-weight: 700;
  font-size: 15px;
  color: var(--front-color-primary);
}

.front-contacts__companyLine {
  margin-top: 6px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}

.front-contacts__companyKey {
  font-weight: 700;
}

/* Front: flights & trains page */
.front-flightsTrainsSection {
  padding-top: 22px;
  padding-bottom: 22px;
}

.front-linksCard {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--front-radius-md);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
  padding: 22px;
}

.front-linksCard__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.front-linksCard__icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
}

.front-linksCard__title {
  margin: 0;
  font-family: var(--front-font-heading);
  font-weight: 700;
  font-size: 20px;
  color: var(--front-color-primary);
  line-height: 1.15;
}

.front-linksCard__text {
  margin: 0;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.75);
}

.front-linksCard__cta {
  margin-top: 16px;
  width: 100%;
}

.front-linksCard__list {
  margin: 12px 0 0 0;
  padding-left: 22px;
  line-height: 1.45;
  font-size: 16px;
  color: var(--front-color-text);
}

.front-shuttlePartners {
  padding-bottom: 80px;
}

.front-shuttlePartners__subtitle {
  margin: 16px 0 10px 0;
  font-family: var(--front-font-heading);
  font-size: 20px;
  font-weight: 700;
  color: var(--front-color-primary);
  line-height: 1.25;
}

.front-shuttlePartners__section {
  padding-top: 22px;
  padding-bottom: 22px;
}

.front-partnerCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 180px;
  height: 100%;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--front-radius-md);
  background: #fff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
  text-align: center;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.front-partnerCard:hover,
.front-partnerCard:focus {
  transform: translateY(-2px);
  border-color: rgba(0, 96, 139, 0.35);
  box-shadow: 0px 14px 28px rgba(0, 0, 0, 0.09);
}

.front-partnerCard__logoWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 88px;
}

.front-partnerCard__logo {
  max-width: 100%;
  max-height: 78px;
  -o-object-fit: contain;
     object-fit: contain;
}

.front-partnerCard__name {
  margin-top: 18px;
  font-family: var(--front-font-heading);
  font-size: 17px;
  font-weight: 700;
  color: var(--front-color-primary);
  line-height: 1.2;
}

.customer-area__sidebarLink {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding: 12px 14px;
  margin-top: 10px;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.85);
  font-family: var(--front-font-heading);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  cursor: pointer;
}

.customer-area__sidebarLink:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 96, 139, 0.35);
  color: var(--front-color-primary);
}

.customer-area__sidebarLink:focus,
.customer-area__sidebarLink:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 96, 139, 0.18);
}

.customer-area__sidebarLink.is-active {
  background: rgba(0, 96, 139, 0.08);
  border-color: rgba(0, 96, 139, 0.45);
  color: var(--front-color-primary);
}

.customer-area__sidebarLink.is-danger {
  background: rgba(206, 37, 57, 0.08);
  border-color: rgba(206, 37, 57, 0.4);
  color: #ce2539;
}

.customer-area__sidebarLink.is-danger:hover {
  border-color: rgba(206, 37, 57, 0.55);
  box-shadow: 0 10px 18px rgba(206, 37, 57, 0.15);
  color: #ce2539;
}

/* Select2: make it look like Bootstrap form-control/form-select */
.select2-container {
  width: 100% !important;
}

.front-ticketSearch {
  padding-bottom: 140px;
}
.front-ticketSearch .front-search {
  margin-top: 66px;
}
@media (max-width: 991px) {
  .front-ticketSearch .front-search {
    margin-top: 30px;
  }
}
.front-ticketSearch .front-search__card {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .front-ticketSearch {
    padding-bottom: 40px;
  }
}
.front-ticketResults {
  --front-line-theme: var(--front-color-accent);
  margin-top: 66px;
}

@media (max-width: 991px) {
  .front-ticketResults {
    margin-top: 40px;
  }
}
.front-ticketResults__state {
  margin: 0;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--front-shadow-md);
}

.front-ticketResults__steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.front-ticketResults__step {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.front-ticketResults__step.is-hidden {
  display: none;
}

.front-ticketResults__stepHeader {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 14px;
}

@media (max-width: 991px) {
  .front-ticketResults__stepHeader {
    flex-direction: column;
    text-align: center;
  }
}
.front-ticketResults__stepBadge {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--front-color-primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.front-ticketResults__stepTitle {
  margin: 0;
  font-size: 24px;
  color: var(--front-color-primary);
}

.front-ticketResults__stepHint {
  margin: 4px 0 0 0;
  color: var(--front-color-text);
}

.front-ticketResults__editBtn {
  border: 0;
  background: transparent;
  color: var(--front-color-primary);
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  white-space: nowrap;
}

.front-ticketResults__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.front-ticketResults .front-solutionCard.is-selected {
  border: 2px solid var(--front-color-accent);
}

.front-ticketSummary {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  padding: 16px 0 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
}

.front-ticketSummary.is-hidden {
  display: none;
}

.front-ticketSummary__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.front-ticketSummary__selected {
  margin: 0 0 4px 0;
  font-size: 14px;
  color: var(--front-color-text);
}

.front-ticketSummary__total {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: var(--front-color-primary);
}

.front-ticketSummary__cta {
  min-width: 220px;
}

.front-checkout,
.front-checkoutThankYou {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .front-checkoutThankYou {
    padding-bottom: 40px;
  }
}
.front-checkout__section,
.front-checkoutThankYou__section {
  padding-top: 42px;
}

.front-checkoutCard,
.front-checkoutThankYou__heroCard {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  padding: 28px;
}

.front-checkoutCard__header,
.front-checkoutThankYou__heroCard,
.front-checkoutThankYou__stepHead,
.front-checkoutSummary__head,
.front-checkoutSummary__totalRow,
.front-checkoutThankYou__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.front-checkoutCard__logged,
.front-checkoutThankYou__status {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(206, 37, 57, 0.1);
  color: var(--front-color-accent);
  font-weight: 700;
  font-size: 14px;
  padding: 8px 14px;
}

.front-checkoutSummary {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.front-checkoutSummary__trip {
  border: 1px solid rgba(0, 96, 139, 0.12);
  border-radius: 20px;
  padding: 18px 20px;
}

.front-checkoutSummary__badge {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--front-color-accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.front-checkoutSummary__title,
.front-checkoutTraveler__title,
.front-checkoutForm__sectionTitle,
.front-checkoutTicket__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--front-color-primary);
}

.front-checkoutSummary__route,
.front-checkoutSummary__time,
.front-checkoutTicket__meta,
.front-checkoutTicket__ref,
.front-checkoutThankYou__eyebrow {
  margin: 0;
}

.front-checkoutSummary__route,
.front-checkoutTicket__title {
  margin-top: 12px;
}

.front-checkoutSummary__time,
.front-checkoutTicket__meta,
.front-checkoutTicket__ref {
  color: var(--front-color-text);
  margin-top: 6px;
}

.front-checkoutSummary__price,
.front-checkoutThankYou__total strong {
  margin: 12px 0 0 0;
  color: var(--front-color-accent);
  font-size: 28px;
  font-weight: 700;
}

.front-checkoutSummary__totalRow {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 20px;
  padding-top: 20px;
  color: var(--front-color-primary);
  font-size: 20px;
  font-weight: 700;
}

.front-checkoutForm__section {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 24px;
  padding-top: 24px;
}

.front-checkoutTraveler {
  border-radius: 18px;
  background: rgba(0, 96, 139, 0.04);
  padding: 18px;
  height: 100%;
}

.front-checkoutTraveler__title {
  margin-bottom: 14px;
}

.front-checkoutForm__actions {
  margin-top: 24px;
}

.front-checkoutThankYou__heroCard {
  margin-bottom: 28px;
}

.front-checkoutThankYou__eyebrow {
  color: var(--front-color-accent);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 13px;
}

.front-checkoutThankYou__total {
  text-align: right;
}

.front-checkoutThankYou__total span {
  display: block;
  margin-bottom: 4px;
  color: var(--front-color-text);
}

.front-checkoutThankYou__tickets {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 18px;
}

.front-checkoutTicket {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.front-checkoutTicket__download {
  white-space: nowrap;
}

@media (max-width: 991px) {
  .front-ticketSummary__inner {
    flex-direction: column;
    align-items: stretch;
  }
  .front-ticketSummary__cta {
    width: 100%;
  }
  .front-checkoutCard__header,
  .front-checkoutThankYou__heroCard,
  .front-checkoutThankYou__stepHead,
  .front-checkoutSummary__head,
  .front-checkoutSummary__totalRow,
  .front-checkoutThankYou__actions,
  .front-checkoutTicket {
    flex-direction: column;
    align-items: flex-start;
  }
  .front-checkoutThankYou__total {
    text-align: left;
  }
  .front-checkoutTicket__download {
    width: 100%;
  }
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  min-height: calc(1.5em + 0.75rem + 2px);
  border: 1px solid #ced4da !important;
  border-radius: 0.375rem !important;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1rem;
  line-height: 1.5;
  background-clip: padding-box;
}

.select2-container--default .select2-selection--single {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  color: inherit;
  line-height: 1.5;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 0.75rem;
  top: 0;
  width: 18px;
}

.select2-container--default .select2-selection--multiple {
  padding: 0.25rem 0.5rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(0, 96, 139, 0.08);
  color: rgba(0, 0, 0, 0.85);
  border-radius: 999px;
  padding: 2px 8px;
  margin-top: 0.25rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 6px;
  color: rgba(0, 0, 0, 0.55);
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--multiple {
  border-color: rgba(0, 96, 139, 0.55) !important;
  box-shadow: 0 0 0 0.25rem rgba(0, 96, 139, 0.16);
}

.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #e9ecef;
  color: rgba(0, 0, 0, 0.55);
}

.select2-dropdown {
  border: 1px solid #ced4da !important;
  border-radius: 0.5rem !important;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(2, 23, 35, 0.12);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ced4da !important;
  border-radius: 0.375rem !important;
  padding: 0.375rem 0.75rem;
  outline: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgba(0, 96, 139, 0.1);
  color: rgba(0, 0, 0, 0.9);
}

/* Front: prevent double submit + spinner alignment */
.front-btn.is-loading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

input[type=submit].is-loading {
  cursor: not-allowed;
}

.form-check {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

.form-check-label a {
  text-decoration: underline;
  color: var(--front-color-primary);
  font-weight: 700;
  font-size: 14px;
}

.front-paymentOptions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.front-paymentOption {
  flex: 1 1 280px;
}

.front-paymentOption__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.front-paymentOption__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 88px;
  padding: 1rem 1.25rem;
  border: 1px solid #d9e2ef;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.front-paymentOption__label:hover {
  border-color: #0d6efd;
}

.front-paymentOption__input:checked + .front-paymentOption__label {
  border-color: #dc3545;
  background: #fff5f5;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.14);
}

.front-paymentOption__title {
  display: block;
  font-weight: 700;
  color: #0d1b2a;
}

.front-paymentOption__logos {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.front-paymentOption__logos img {
  display: block;
  width: 35px;
  height: 24px;
}

.front-paymentOption__logos--paypal img {
  width: auto;
}

@keyframes front-whatsapp-float-bob {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}
.front-whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1040;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.42);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.front-whatsapp-float:hover {
  transform: scale(1.07);
  box-shadow: 0 6px 26px rgba(37, 211, 102, 0.5);
}
.front-whatsapp-float:focus-visible {
  outline: 2px solid #128c7e;
  outline-offset: 3px;
}
.front-whatsapp-float__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: front-whatsapp-float-bob 2.6s ease-in-out infinite;
}
.front-whatsapp-float img {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}

.front-nav-lock .front-whatsapp-float {
  display: none;
}

@media (max-width: 575.98px) {
  .front-whatsapp-float {
    right: 1rem;
    bottom: 1rem;
    width: 3.25rem;
    height: 3.25rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .front-whatsapp-float__inner {
    animation: none;
  }
  .front-whatsapp-float {
    transition: none;
  }
}
.alert-info a {
  color: var(--front-color-accent);
  text-decoration: underline;
  font-weight: 700;
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */