.t5-preview {
  color: var(--ztc-text-text-2);
}

/* Keep shared site chrome in its native LTR layout on the Arabic preview. */
html[dir="rtl"] body.t5-locale-page > header.homepage1-body,
html[dir="rtl"] body.t5-locale-page > div.homepage1-body,
html[dir="rtl"] body.t5-locale-page > .footer-cta-bg-area {
  direction: ltr;
}

.t5-preview .t5-preview__hero.hero1-section-area {
  margin-top: 150px;
}

.t5-preview .t5-preview__hero-column {
  display: flex;
}

.t5-preview .t5-preview__hero .hero-heading-content {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 540px;
  padding: 58px 64px 40px;
  flex-direction: column;
}

.t5-preview .t5-preview__hero .hero-heading-content h1 {
  max-width: 1000px;
  font-size: var(--ztc-font-size-font-s62);
  font-weight: var(--ztc-weight-semibold);
  line-height: 70px;
  letter-spacing: -0.03em;
}

.t5-preview .t5-preview__hero-product-name {
  display: block;
  color: #57b651;
  text-transform: uppercase;
}

.t5-preview .t5-preview__hero .t5-preview__hero-subtitle {
  display: block;
  max-width: 900px;
  margin-top: 12px;
  font-size: var(--ztc-font-size-font-s34);
  line-height: 42px;
  letter-spacing: normal;
}

.t5-preview .t5-preview__hero-title-separator {
  display: inline;
}

.t5-preview .t5-preview__hero .hero-heading-content p {
  max-width: 1120px;
  font-size: var(--ztc-font-size-font-s18);
  line-height: 28px;
}

.t5-preview .t5-preview__hero-copy {
  width: 100%;
  max-width: 1120px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 42px 0 48px;
}

.t5-preview .t5-preview__hero-actions {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
}

.t5-preview .t5-preview__hero-actions .vl-btn1 {
  width: auto;
  flex: 0 0 auto;
  white-space: nowrap;
}

.t5-preview .t5-preview__hero .t5-preview__hero-note {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-top: 18px;
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s15);
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  border-top: 1px solid var(--ztc-border-border-1);
}

.t5-preview .t5-preview__hero-note-part {
  display: inline-block;
  unicode-bidi: isolate;
}

.t5-preview .t5-preview__hero-note-separator {
  display: inline-block;
  margin: 0 4px;
}

.t5-preview .t5-preview__language-switcher {
  position: absolute;
  z-index: 30;
  top: 24px;
  right: 32px;
  direction: ltr;
  font-family: var(--ztc-family-font1);
}

.t5-preview .t5-preview__hero.has-open-language {
  overflow: visible;
}

.t5-preview .t5-preview__eyebrow {
  display: block;
  margin: 0;
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  letter-spacing: 0.08em;
}

.t5-preview .t5-preview__language-trigger {
  display: flex;
  width: 68px;
  height: 40px;
  padding: 0 14px;
  align-items: center;
  justify-content: space-between;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s14);
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  background: var(--ztc-bg-bg-1);
  border: 1px solid var(--ztc-border-border-1);
  border-radius: 999px;
  cursor: pointer;
}

.t5-preview .t5-preview__language-trigger i {
  color: var(--ztc-text-text-4);
  font-size: 10px;
  transition: transform 0.2s ease;
}

.t5-preview .t5-preview__language-switcher.is-open .t5-preview__language-trigger i {
  transform: rotate(180deg);
}

.t5-preview .t5-preview__language-backdrop[hidden],
.t5-preview .t5-preview__language-panel[hidden],
.t5-preview .t5-preview__language-empty[hidden],
.t5-preview .t5-preview__language-options a[hidden] {
  display: none !important;
}

.t5-preview .t5-preview__language-backdrop {
  position: fixed;
  z-index: 8;
  inset: 0;
  background: transparent;
}

.t5-preview .t5-preview__language-panel {
  position: absolute;
  z-index: 9;
  top: 48px;
  right: 0;
  display: flex;
  width: min(900px, calc(100vw - 96px));
  max-height: min(680px, calc(100vh - 180px));
  padding: 24px;
  flex-direction: column;
  gap: 18px;
  background: var(--ztc-bg-bg-1);
  border: 1px solid var(--ztc-border-border-1);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(24, 35, 45, 0.12);
}

.t5-preview .t5-preview__language-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s22);
  font-weight: var(--ztc-weight-semibold);
  line-height: 30px;
}

.t5-preview .t5-preview__language-close {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-1);
  border: 1px solid var(--ztc-border-border-1);
  border-radius: 50%;
  cursor: pointer;
}

.t5-preview .t5-preview__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.t5-preview .t5-preview__language-search {
  position: relative;
  display: block;
}

.t5-preview .t5-preview__language-search > i {
  position: absolute;
  top: 50%;
  left: 18px;
  color: var(--ztc-text-text-3);
  font-size: 14px;
  transform: translateY(-50%);
  pointer-events: none;
}

.t5-preview .t5-preview__language-search input {
  width: 100%;
  height: 48px;
  padding: 0 18px 0 46px;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  background: var(--ztc-bg-bg-1);
  border: 1px solid var(--ztc-border-border-1);
  border-radius: 999px;
  outline: 0;
}

.t5-preview .t5-preview__language-options {
  display: grid;
  min-height: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px 14px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.t5-preview .t5-preview__language-options a {
  display: flex;
  min-width: 0;
  min-height: 48px;
  padding: 10px 12px;
  align-items: center;
  gap: 10px;
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s14);
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  border-radius: 14px;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.t5-preview .t5-preview__language-code {
  width: 36px;
  flex: 0 0 36px;
  color: var(--ztc-text-text-4);
  font-weight: var(--ztc-weight-semibold);
}

.t5-preview .t5-preview__language-name {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.t5-preview .t5-preview__language-options a > i {
  display: none;
  flex: 0 0 auto;
  color: var(--ztc-text-text-4);
  font-size: 12px;
}

.t5-preview .t5-preview__language-options a:hover,
.t5-preview .t5-preview__language-options a:focus-visible,
.t5-preview .t5-preview__language-options a.is-active {
  color: var(--ztc-text-text-2);
  background: rgba(68, 179, 81, 0.1);
}

.t5-preview .t5-preview__language-options a.is-active > i {
  display: inline-block;
}

.t5-preview .t5-preview__language-empty {
  margin: 16px 0 4px;
  grid-column: 1 / -1;
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s14);
  line-height: 22px;
  text-align: center;
}

.t5-preview .t5-preview__language-trigger:focus-visible,
.t5-preview .t5-preview__language-close:focus-visible,
.t5-preview .t5-preview__language-search input:focus-visible,
.t5-preview .t5-preview__language-options a:focus-visible {
  outline: 2px solid var(--ztc-bg-bg-3);
  outline-offset: 2px;
}

body.t5-language-lock {
  overflow: hidden;
}

.t5-preview .t5-preview__secondary-btn.vl-btn1 {
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-1);
  box-shadow: inset 0 0 0 1px var(--ztc-bg-bg-3);
}

.t5-preview .t5-preview__secondary-btn.vl-btn1::after {
  background: var(--ztc-bg-bg-3);
}

.t5-preview .t5-preview__secondary-btn.vl-btn1:hover {
  color: var(--ztc-text-text-1);
}

.t5-preview .t5-preview__connection {
  margin: 30px auto 32px;
  padding: 50px 44px 44px;
  background: var(--ztc-bg-bg-1);
  border-radius: 30px;
}

.t5-preview .t5-preview__connection-grid {
  display: grid;
  grid-template-columns: minmax(0, 42fr) minmax(180px, 16fr) minmax(0, 42fr);
  gap: 20px;
  align-items: start;
}

.t5-preview .t5-preview__connection-context {
  max-width: 1080px;
  margin: 0 auto;
}

.t5-preview .t5-preview__connection-context a {
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-semibold);
}

.t5-preview .t5-preview__connection-context a:hover {
  color: var(--ztc-text-text-4);
}

.t5-preview .t5-preview__place {
  min-width: 0;
}

.t5-preview .t5-preview__place-image {
  display: block;
  width: 100%;
  height: 330px;
  border-radius: 30px;
  overflow: hidden;
}

.t5-preview .t5-preview__place-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.t5-preview .t5-preview__place-copy {
  padding: 22px 6px 0;
  text-align: center;
}

.t5-preview .t5-preview__place-copy h3,
.t5-preview .t5-preview__place-copy h3 a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 36px;
}

.t5-preview .t5-preview__place-copy h3 a:hover {
  color: var(--ztc-text-text-4);
}

.t5-preview .t5-preview__frequency {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}

.t5-preview .t5-preview__frequency i {
  margin-right: 6px;
  color: var(--ztc-text-text-4);
}

.t5-preview .t5-preview__route {
  display: grid;
  grid-template-columns: minmax(18px, 1fr) auto minmax(18px, 1fr);
  gap: 6px;
  align-items: center;
  align-content: center;
  height: 330px;
  min-width: 0;
}

.t5-preview .t5-preview__route-arrow {
  display: flex;
  align-items: center;
  min-width: 0;
  color: var(--ztc-text-text-4);
}

.t5-preview .t5-preview__route-arrow span {
  width: 100%;
  border-top: 1px solid var(--ztc-text-text-4);
  opacity: 0.35;
}

.t5-preview .t5-preview__route-arrow i {
  margin-left: -1px;
  font-size: var(--ztc-font-size-font-s16);
}

.t5-preview .t5-preview__route-copy {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-family: var(--ztc-family-font1);
}

.t5-preview .t5-preview__route-copy strong {
  color: var(--ztc-text-text-4);
  font-size: var(--ztc-font-size-font-s40);
  font-weight: var(--ztc-weight-semibold);
  line-height: 44px;
}

.t5-preview .t5-preview__included {
  margin: 0 auto 32px;
  padding: 56px 48px 38px;
  background: var(--ztc-bg-bg-2);
  border-radius: 30px;
}

.t5-preview .t5-preview__included-header {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: end;
}

.t5-preview .t5-preview__included-eyebrow {
  display: flex;
  align-items: center;
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: 0.12em;
}

.t5-preview .t5-preview__included-eyebrow::before {
  width: 24px;
  height: 2px;
  margin-right: 10px;
  background: var(--ztc-bg-bg-3);
  content: "";
}

.t5-preview .t5-preview__included-header h2 {
  margin: 0;
  color: var(--ztc-text-text-1);
}

.t5-preview .t5-preview__included-header > p {
  max-width: 560px;
  margin: 0;
  justify-self: end;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}

.t5-preview .t5-preview__included-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  margin-top: 40px;
  padding: 34px 0 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.t5-preview .t5-preview__included-item {
  position: relative;
  min-width: 0;
  padding: 0 30px;
}

.t5-preview .t5-preview__included-item:first-child {
  padding-left: 0;
}

.t5-preview .t5-preview__included-item:last-child {
  padding-right: 0;
}

.t5-preview .t5-preview__included-item + .t5-preview__included-item {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.t5-preview .t5-preview__included-number {
  display: block;
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  font-weight: var(--ztc-weight-semibold);
  line-height: 1;
  opacity: 0.28;
}

.t5-preview .t5-preview__included-copy {
  margin-top: 18px;
}

.t5-preview .t5-preview__included-item h3 {
  margin: 0;
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  line-height: 22px;
  letter-spacing: 0.08em;
}

.t5-preview .t5-preview__included-item--recovery h3 {
  color: var(--ztc-text-text-4);
}

.t5-preview .t5-preview__included-item h4 {
  margin: 14px 0 0;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  line-height: 28px;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.t5-preview .t5-preview__included-item p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}

.t5-preview .t5-preview__included-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 28px;
}

.t5-preview .t5-preview__included-cta p {
  margin: 0;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  line-height: 28px;
}

.t5-preview .t5-preview__recovery {
  margin: 0 auto 32px;
  padding: 50px 44px;
  background: var(--ztc-bg-bg-1);
  border-radius: 30px;
}

.t5-preview .t5-preview__recovery-grid {
  display: grid;
  grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
  grid-template-areas:
    "intro visual"
    "details visual";
  gap: 28px 48px;
  align-items: start;
}

.t5-preview .t5-preview__recovery-intro {
  grid-area: intro;
}

.t5-preview .t5-preview__recovery-intro h2 {
  margin: 0;
}

.t5-preview .t5-preview__recovery-intro p {
  max-width: 560px;
}

.t5-preview .t5-preview__recovery-visual {
  grid-area: visual;
  height: 100%;
  min-height: 560px;
  margin: 0;
  background: var(--ztc-bg-bg-2);
  border-radius: 30px;
  overflow: hidden;
}

.t5-preview .t5-preview__recovery-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
}

.t5-preview .t5-preview__recovery-details {
  grid-area: details;
}

.t5-preview .t5-preview__recovery-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.t5-preview .t5-preview__recovery-methods li {
  display: flex;
  align-items: center;
  min-width: 0;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
}

.t5-preview .t5-preview__recovery-methods li::before {
  flex: 0 0 16px;
  width: 16px;
  height: 2px;
  margin-right: 10px;
  background: var(--ztc-bg-bg-3);
  content: "";
}

.t5-preview .t5-preview__recovery-usp {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--ztc-border-border-1);
}

.t5-preview .t5-preview__recovery-usp strong,
.t5-preview .t5-preview__recovery-usp span {
  display: block;
  font-family: var(--ztc-family-font1);
}

.t5-preview .t5-preview__recovery-usp strong {
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  line-height: 28px;
}

.t5-preview .t5-preview__recovery-usp span {
  margin-top: 6px;
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s15);
  font-weight: var(--ztc-weight-regular);
  line-height: 24px;
}

.t5-preview .t5-preview__pricing {
  margin: 0 auto 32px;
  padding: 30px 44px 24px;
  background: #F6F8FA;
  border-radius: 30px;
}

.t5-preview .t5-preview__pricing-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: end;
}

.t5-preview .t5-preview__pricing-header h2,
.t5-preview .t5-preview__pricing-header p {
  margin: 0;
}

.t5-preview .t5-preview__pricing-header p {
  max-width: 660px;
}

.t5-preview .t5-preview__pricing-validity {
  padding-bottom: 4px;
  text-align: right;
  font-family: var(--ztc-family-font1);
}

.t5-preview .t5-preview__pricing-validity span,
.t5-preview .t5-preview__pricing-validity strong {
  display: block;
}

.t5-preview .t5-preview__pricing-validity span {
  color: var(--ztc-text-text-4);
  font-size: var(--ztc-font-size-font-s14);
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: 0.1em;
}

.t5-preview .t5-preview__pricing-validity strong {
  margin-top: 8px;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}

.t5-preview .t5-preview__rates {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  justify-content: space-between;
  margin-top: 18px;
}

.t5-preview .t5-preview__rate {
  display: flex;
  min-height: 320px;
  min-width: 0;
  padding: 32px 36px;
  flex-direction: column;
  align-items: flex-start;
  background: var(--ztc-bg-bg-1);
  border: 1px solid var(--ztc-border-border-1);
  border-radius: 30px;
}

.t5-preview .t5-preview__price {
  display: block;
  margin-top: 26px;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: 88px;
  font-weight: var(--ztc-weight-semibold);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.t5-preview .t5-preview__price span {
  margin-right: 8px;
  color: var(--ztc-text-text-4);
  font-size: 0.48em;
  letter-spacing: normal;
  vertical-align: top;
}

.t5-preview .t5-preview__rate small {
  display: block;
  margin-top: 8px;
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: 13px;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: 0.1em;
}

.t5-preview .t5-preview__rate h3 {
  margin: 0;
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.t5-preview .t5-preview__rate p {
  max-width: 420px;
  margin: 22px 0 0;
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}

.t5-preview .t5-preview__rate-includes {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 28px;
  margin-top: 16px;
  padding: 16px 0;
  border-top: 1px solid var(--ztc-border-border-1);
  border-bottom: 1px solid var(--ztc-border-border-1);
}

.t5-preview .t5-preview__rate-includes > span {
  padding-top: 3px;
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  letter-spacing: 0.08em;
}

.t5-preview .t5-preview__rate-includes strong {
  display: block;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  line-height: 28px;
}

.t5-preview .t5-preview__pricing-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 16px;
}

.t5-preview .t5-preview__booking {
  margin: 0 auto 32px;
  padding: 48px 44px 42px;
  background: var(--ztc-bg-bg-1);
  border-radius: 30px;
}

.t5-preview .t5-preview__booking-header h2,
.t5-preview .t5-preview__booking-header p {
  margin: 0;
}

.t5-preview .t5-preview__booking-header p {
  max-width: 850px;
}

.t5-preview .t5-preview__booking-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
  padding: 32px 0;
  border-top: 1px solid var(--ztc-border-border-1);
  border-bottom: 1px solid var(--ztc-border-border-1);
}

.t5-preview .t5-preview__booking-step {
  min-width: 0;
  padding: 0 36px;
}

.t5-preview .t5-preview__booking-step:first-child {
  padding-left: 0;
}

.t5-preview .t5-preview__booking-step:last-child {
  padding-right: 0;
}

.t5-preview .t5-preview__booking-step + .t5-preview__booking-step {
  border-left: 1px solid var(--ztc-border-border-1);
}

.t5-preview .t5-preview__booking-step > strong {
  display: block;
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s48);
  font-weight: var(--ztc-weight-semibold);
  line-height: 52px;
  letter-spacing: -0.04em;
}

.t5-preview .t5-preview__booking-step h3 {
  margin: 16px 0 0;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-semibold);
  line-height: 26px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.t5-preview .t5-preview__booking-step p {
  max-width: 340px;
  margin: 10px 0 0;
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}

.t5-preview .t5-preview__booking-timing {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 28px 0;
}

.t5-preview .t5-preview__booking-timing > span {
  padding-top: 2px;
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  letter-spacing: 0.08em;
}

.t5-preview .t5-preview__booking-timeframes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.t5-preview .t5-preview__booking-timeframes p {
  margin: 0;
  font-family: var(--ztc-family-font1);
}

.t5-preview .t5-preview__booking-timeframes strong,
.t5-preview .t5-preview__booking-timeframes span {
  display: block;
}

.t5-preview .t5-preview__booking-timeframes strong {
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}

.t5-preview .t5-preview__booking-timeframes span {
  margin-top: 4px;
  color: var(--ztc-text-text-3);
  font-size: 15px;
  font-weight: var(--ztc-weight-regular);
  line-height: 22px;
}

.t5-preview .t5-preview__presentation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid var(--ztc-border-border-1);
}

.t5-preview .t5-preview__presentation h3 {
  margin: 0;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-weight: var(--ztc-weight-semibold);
  line-height: 36px;
}

.t5-preview .t5-preview__presentation p {
  max-width: 780px;
  margin: 10px 0 0;
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}

html[dir="rtl"] .t5-preview {
  direction: rtl;
}

html[dir="rtl"] .t5-preview .heading1,
html[dir="rtl"] .t5-preview .t5-preview__included-header,
html[dir="rtl"] .t5-preview .t5-preview__recovery-details,
html[dir="rtl"] .t5-preview .t5-preview__pricing-header,
html[dir="rtl"] .t5-preview .t5-preview__booking,
html[dir="rtl"] .t5-preview .t5-preview__presentation {
  text-align: right;
}

html[dir="rtl"] .t5-preview .heading1.text-center,
html[dir="rtl"] .t5-preview .t5-preview__place-copy,
html[dir="rtl"] .t5-preview .t5-preview__route-copy {
  text-align: center;
}

html[dir="rtl"] .t5-preview .t5-preview__language-switcher {
  right: 32px;
  left: auto;
}

html[dir="rtl"] .t5-preview .t5-preview__language-panel {
  right: 0;
  left: auto;
}

html[dir="rtl"] .t5-preview .t5-preview__frequency i {
  margin-right: 0;
  margin-left: 6px;
}

html[dir="rtl"] .t5-preview .t5-preview__route-arrow i,
html[dir="rtl"] .t5-preview .vl-btn1 i.fa-arrow-right {
  transform: scaleX(-1);
}

html[dir="rtl"] .t5-preview .t5-preview__route-arrow i {
  margin-right: -1px;
  margin-left: 0;
}

html[dir="rtl"] .t5-preview .t5-preview__included-eyebrow::before {
  margin-right: 0;
  margin-left: 10px;
}

html[dir="rtl"] .t5-preview .t5-preview__included-header > p {
  justify-self: start;
}

html[dir="rtl"] .t5-preview .t5-preview__included-item:first-child {
  padding-right: 0;
  padding-left: 30px;
}

html[dir="rtl"] .t5-preview .t5-preview__included-item:last-child {
  padding-right: 30px;
  padding-left: 0;
}

html[dir="rtl"] .t5-preview .t5-preview__included-item + .t5-preview__included-item {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 0;
}

html[dir="rtl"] .t5-preview .t5-preview__recovery-methods li::before {
  margin-right: 0;
  margin-left: 10px;
}

html[dir="rtl"] .t5-preview .t5-preview__pricing-validity {
  text-align: left;
}

html[dir="rtl"] .t5-preview .t5-preview__price,
html[dir="rtl"] .t5-preview .t5-preview__route-copy strong,
html[dir="rtl"] .t5-preview .t5-preview__route-copy b,
html[dir="rtl"] .t5-preview .t5-preview__included-number,
html[dir="rtl"] .t5-preview .t5-preview__booking-step > strong {
  direction: ltr;
  unicode-bidi: isolate;
}

html[dir="rtl"] .t5-preview .t5-preview__booking-step:first-child {
  padding-right: 0;
  padding-left: 36px;
}

html[dir="rtl"] .t5-preview .t5-preview__booking-step:last-child {
  padding-right: 36px;
  padding-left: 0;
}

html[dir="rtl"] .t5-preview .t5-preview__booking-step + .t5-preview__booking-step {
  border-right: 1px solid var(--ztc-border-border-1);
  border-left: 0;
}

.t5-preview .t5-preview__route-copy span {
  margin-top: 4px;
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s14);
  line-height: 20px;
}

.t5-preview .t5-preview__route-copy b {
  margin-top: 2px;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  white-space: nowrap;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .t5-preview .t5-preview__hero .hero-heading-content {
    padding: 48px 48px 36px;
  }

  .t5-preview .t5-preview__hero .hero-heading-content h1 {
    font-size: var(--ztc-font-size-font-s58);
    line-height: 66px;
  }

  .t5-preview .t5-preview__hero .t5-preview__hero-subtitle {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }

  .t5-preview .t5-preview__hero-copy {
    padding-top: 38px;
    padding-bottom: 42px;
  }

  .t5-preview .t5-preview__connection {
    margin-right: 24px;
    margin-left: 24px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .t5-preview .t5-preview__included {
    margin-right: 24px;
    margin-left: 24px;
    padding-top: 48px;
    padding-right: 32px;
    padding-bottom: 34px;
    padding-left: 32px;
  }

  .t5-preview .t5-preview__included-header {
    gap: 32px;
  }

  .t5-preview .t5-preview__included-item {
    padding-right: 20px;
    padding-left: 20px;
  }

  .t5-preview .t5-preview__included-number {
    font-size: var(--ztc-font-size-font-s48);
  }

  .t5-preview .t5-preview__included-item h4 {
    font-size: 19px;
    line-height: 27px;
  }

  .t5-preview .t5-preview__included-cta {
    padding-right: 48px;
  }

  .t5-preview .t5-preview__recovery {
    margin-right: 24px;
    margin-left: 24px;
    padding: 48px 32px;
  }

  .t5-preview .t5-preview__recovery-grid {
    column-gap: 36px;
  }

  .t5-preview .t5-preview__recovery-visual {
    min-height: 520px;
  }

  .t5-preview .t5-preview__pricing {
    margin-right: 24px;
    margin-left: 24px;
    padding: 32px 32px 26px;
  }

  .t5-preview .t5-preview__pricing-header {
    gap: 32px;
  }

  .t5-preview .t5-preview__rate {
    min-height: 310px;
    padding: 30px 34px;
  }

  .t5-preview .t5-preview__price {
    margin-top: 24px;
    font-size: 82px;
  }

  .t5-preview .t5-preview__rate h3 {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 20px;
  }

  .t5-preview .t5-preview__booking {
    margin-right: 24px;
    margin-left: 24px;
    padding: 42px 32px 36px;
  }

  .t5-preview .t5-preview__booking-step {
    padding-right: 28px;
    padding-left: 28px;
  }

  .t5-preview .t5-preview__presentation {
    gap: 36px;
  }

  .t5-preview .t5-preview__connection-grid {
    grid-template-columns: minmax(0, 42fr) minmax(180px, 16fr) minmax(0, 42fr);
    gap: 18px;
  }

  .t5-preview .t5-preview__place-image {
    height: 300px;
  }

  .t5-preview .t5-preview__route {
    height: 300px;
  }
}

@media (max-width: 991.98px) {
  .t5-preview .t5-preview__hero-title-separator {
    display: none;
  }

  .t5-preview .t5-preview__language-backdrop {
    background: rgba(15, 25, 35, 0.42);
  }

  .t5-preview .t5-preview__language-panel,
  html[dir="rtl"] .t5-preview .t5-preview__language-panel {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 88vh;
    max-height: 88dvh;
    padding: 22px 20px calc(20px + env(safe-area-inset-bottom));
    border-radius: 28px 28px 0 0;
  }

  .t5-preview .t5-preview__language-close {
    display: flex;
  }

  .t5-preview .t5-preview__language-options {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  .t5-preview .t5-preview__hero.hero1-section-area {
    margin: 114px 0 0;
  }

  .t5-preview .t5-preview__hero-column {
    display: block;
  }

  .t5-preview .t5-preview__hero .hero-heading-content {
    min-height: 0;
    padding: 48px 44px;
  }

  .t5-preview .t5-preview__hero .hero-heading-content h1 {
    font-size: var(--ztc-font-size-font-s54);
    line-height: 62px;
  }

  .t5-preview .t5-preview__hero .t5-preview__hero-subtitle {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }

  .t5-preview .t5-preview__hero-copy {
    max-width: 100%;
    padding: 34px 0 42px;
  }

  .t5-preview .t5-preview__connection {
    margin: 24px 16px 30px;
    padding: 44px 36px 40px;
  }

  .t5-preview .t5-preview__connection-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .t5-preview .t5-preview__place-image {
    height: 380px;
  }

  .t5-preview .t5-preview__route {
    grid-template-columns: 1fr;
    grid-template-rows: 50px auto 50px;
    gap: 10px;
    justify-items: center;
    height: auto;
    padding: 18px 0;
  }

  .t5-preview .t5-preview__route-arrow {
    width: 64px;
    transform: rotate(90deg);
  }

  .t5-preview .t5-preview__included {
    margin: 0 16px 30px;
    padding: 44px 36px 34px;
  }

  .t5-preview .t5-preview__included-header {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .t5-preview .t5-preview__included-header > p {
    max-width: 620px;
    justify-self: start;
  }

  .t5-preview .t5-preview__included-grid {
    grid-template-columns: 1fr;
    margin-top: 32px;
    padding: 0;
  }

  .t5-preview .t5-preview__included-item {
    padding: 26px 0;
  }

  .t5-preview .t5-preview__included-number {
    font-size: var(--ztc-font-size-font-s48);
  }

  .t5-preview .t5-preview__included-item h4 {
    letter-spacing: normal;
    white-space: normal;
  }

  .t5-preview .t5-preview__included-item + .t5-preview__included-item {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

  .t5-preview .t5-preview__included-cta {
    padding-top: 24px;
  }

  .t5-preview .t5-preview__recovery {
    margin: 0 16px 30px;
    padding: 44px 36px 40px;
  }

  .t5-preview .t5-preview__recovery-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "visual"
      "details";
    gap: 32px;
  }

  .t5-preview .t5-preview__recovery-visual {
    height: 420px;
    min-height: 0;
  }

  .t5-preview .t5-preview__pricing {
    margin: 0 16px 30px;
    padding: 32px 36px 28px;
  }

  .t5-preview .t5-preview__pricing-header {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .t5-preview .t5-preview__pricing-validity {
    padding-bottom: 0;
    text-align: left;
  }

  .t5-preview .t5-preview__rates {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 26px;
  }

  .t5-preview .t5-preview__rate {
    min-height: 300px;
    padding: 30px 34px;
  }

  .t5-preview .t5-preview__price {
    margin-top: 28px;
    font-size: 68px;
  }

  .t5-preview .t5-preview__rate-includes {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .t5-preview .t5-preview__pricing-cta {
    justify-content: center;
  }

  .t5-preview .t5-preview__booking {
    margin: 0 16px 30px;
    padding: 40px 36px 34px;
  }

  .t5-preview .t5-preview__booking-steps {
    grid-template-columns: 1fr;
    margin-top: 32px;
    padding: 0;
  }

  .t5-preview .t5-preview__booking-step,
  .t5-preview .t5-preview__booking-step:first-child,
  .t5-preview .t5-preview__booking-step:last-child {
    padding: 26px 0;
  }

  .t5-preview .t5-preview__booking-step + .t5-preview__booking-step {
    border-top: 1px solid var(--ztc-border-border-1);
    border-left: 0;
  }

  .t5-preview .t5-preview__booking-step > strong {
    font-size: var(--ztc-font-size-font-s42);
    line-height: 46px;
  }

  .t5-preview .t5-preview__booking-step h3 {
    margin-top: 12px;
  }

  .t5-preview .t5-preview__booking-step p {
    max-width: 620px;
  }

  .t5-preview .t5-preview__booking-timing {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 26px 0;
  }

  .t5-preview .t5-preview__presentation {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 26px;
  }

  .t5-preview .t5-preview__presentation .vl-btn1 {
    justify-self: start;
  }

  html[dir="rtl"] .t5-preview .t5-preview__included-item,
  html[dir="rtl"] .t5-preview .t5-preview__included-item:first-child,
  html[dir="rtl"] .t5-preview .t5-preview__included-item:last-child {
    padding-right: 0;
    padding-left: 0;
  }

  html[dir="rtl"] .t5-preview .t5-preview__included-item + .t5-preview__included-item {
    border-right: 0;
  }

  html[dir="rtl"] .t5-preview .t5-preview__pricing-validity {
    text-align: right;
  }

  html[dir="rtl"] .t5-preview .t5-preview__booking-step,
  html[dir="rtl"] .t5-preview .t5-preview__booking-step:first-child,
  html[dir="rtl"] .t5-preview .t5-preview__booking-step:last-child {
    padding-right: 0;
    padding-left: 0;
  }

  html[dir="rtl"] .t5-preview .t5-preview__booking-step + .t5-preview__booking-step {
    border-right: 0;
  }
}

@media (max-width: 575.98px) {
  .t5-preview .t5-preview__hero.hero1-section-area {
    margin-top: 100px;
  }

  .t5-preview .t5-preview__hero .hero-heading-content {
    padding: 36px 24px;
  }

  .t5-preview .t5-preview__language-switcher {
    position: static;
    display: flex;
    width: 100%;
    margin-bottom: 18px;
    justify-content: flex-end;
  }

  .t5-preview .t5-preview__hero .hero-heading-content h1 {
    font-size: var(--ztc-font-size-font-s40);
    line-height: 48px;
  }

  .t5-preview .t5-preview__hero .t5-preview__hero-subtitle {
    font-size: var(--ztc-font-size-font-s26);
    line-height: 34px;
  }

  .t5-preview .t5-preview__hero .hero-heading-content p {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 26px;
  }

  .t5-preview .t5-preview__hero-copy {
    padding: 0 0 34px;
  }

  .t5-preview .t5-preview__hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .t5-preview .t5-preview__hero-actions .vl-btn1 {
    width: 100%;
    text-align: center;
  }

  .t5-preview .t5-preview__hero .t5-preview__hero-note {
    padding-top: 16px;
    font-size: var(--ztc-font-size-font-s14);
    line-height: 22px;
  }

  .t5-preview .t5-preview__connection {
    margin: 20px 10px 30px;
    padding: 34px 20px 30px;
  }

  .t5-preview .t5-preview__connection .heading1 h2 {
    font-size: var(--ztc-font-size-font-s30);
    line-height: 38px;
  }

  .t5-preview .t5-preview__included {
    margin: 0 10px 30px;
    padding: 36px 20px 30px;
  }

  .t5-preview .t5-preview__included .heading1 h2 {
    font-size: var(--ztc-font-size-font-s30);
    line-height: 38px;
  }

  .t5-preview .t5-preview__included-item {
    padding: 24px 0;
  }

  .t5-preview .t5-preview__included-grid {
    margin-top: 28px;
  }

  .t5-preview .t5-preview__included-copy {
    margin-top: 12px;
  }

  .t5-preview .t5-preview__included-item h4 {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 28px;
  }

  .t5-preview .t5-preview__included-cta {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .t5-preview .t5-preview__included-cta p {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 26px;
  }

  .t5-preview .t5-preview__recovery {
    margin: 0 10px 30px;
    padding: 34px 20px 30px;
  }

  .t5-preview .t5-preview__recovery .heading1 h2 {
    font-size: var(--ztc-font-size-font-s30);
    line-height: 38px;
  }

  .t5-preview .t5-preview__recovery-grid {
    gap: 28px;
  }

  .t5-preview .t5-preview__recovery-visual {
    height: 260px;
    border-radius: 24px;
  }

  .t5-preview .t5-preview__recovery-methods {
    gap: 12px 16px;
  }

  .t5-preview .t5-preview__recovery-methods li {
    font-size: var(--ztc-font-size-font-s15);
    line-height: 22px;
  }

  .t5-preview .t5-preview__recovery-methods li::before {
    flex-basis: 12px;
    width: 12px;
    margin-right: 8px;
  }

  html[dir="rtl"] .t5-preview .t5-preview__recovery-methods li::before {
    margin-right: 0;
    margin-left: 8px;
  }

  .t5-preview .t5-preview__recovery-usp {
    margin-top: 26px;
    padding-top: 22px;
    padding-right: 48px;
  }

  .t5-preview .t5-preview__recovery-usp strong {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 26px;
  }

  .t5-preview .t5-preview__pricing {
    margin: 0 10px 30px;
    padding: 30px 20px 26px;
  }

  .t5-preview .t5-preview__pricing .heading1 h2 {
    font-size: var(--ztc-font-size-font-s30);
    line-height: 38px;
  }

  .t5-preview .t5-preview__pricing-validity strong {
    font-size: 15px;
    line-height: 22px;
  }

  .t5-preview .t5-preview__rates {
    margin-top: 24px;
  }

  .t5-preview .t5-preview__rate {
    min-height: 280px;
    padding: 26px 28px;
  }

  .t5-preview .t5-preview__price {
    margin-top: 24px;
    font-size: 60px;
  }

  .t5-preview .t5-preview__rate h3 {
    margin: 0;
    font-size: var(--ztc-font-size-font-s14);
    line-height: 20px;
  }

  .t5-preview .t5-preview__rate-includes {
    padding: 20px 0;
  }

  .t5-preview .t5-preview__rate-includes strong {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 26px;
  }

  .t5-preview .t5-preview__pricing-cta {
    padding-top: 18px;
  }

  .t5-preview .t5-preview__booking {
    margin: 0 10px 30px;
    padding: 32px 20px 28px;
  }

  .t5-preview .t5-preview__booking .heading1 h2 {
    font-size: var(--ztc-font-size-font-s30);
    line-height: 38px;
  }

  .t5-preview .t5-preview__booking-steps {
    margin-top: 28px;
  }

  .t5-preview .t5-preview__booking-step,
  .t5-preview .t5-preview__booking-step:first-child,
  .t5-preview .t5-preview__booking-step:last-child {
    padding: 22px 0;
  }

  .t5-preview .t5-preview__booking-step > strong {
    font-size: var(--ztc-font-size-font-s40);
    line-height: 44px;
  }

  .t5-preview .t5-preview__booking-timeframes {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .t5-preview .t5-preview__presentation h3 {
    font-size: var(--ztc-font-size-font-s24);
    line-height: 32px;
  }

  .t5-preview .t5-preview__place-image {
    height: 250px;
  }

  .t5-preview .t5-preview__place-copy {
    padding: 20px 2px 0;
  }

  .t5-preview .t5-preview__place-copy h3,
  .t5-preview .t5-preview__place-copy h3 a {
    font-size: var(--ztc-font-size-font-s24);
    line-height: 32px;
  }

  .t5-preview .t5-preview__route-copy strong {
    font-size: var(--ztc-font-size-font-s36);
    line-height: 40px;
  }

  .t5-preview .t5-preview__route-copy b {
    font-size: var(--ztc-font-size-font-s16);
  }
}

@media (max-width: 399.98px) {
  .t5-preview .t5-preview__recovery-methods {
    grid-template-columns: 1fr;
  }
}
