@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue-list-stroke: #abafff;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--grey-600: #393b6a;
  --alley-component-library--gray--900: #131316;
  --alley-component-library--blue--900: #5167f6;
  --alley-component-library--blue--800: #6478f7;
  --alley-component-library--blue--700: #7788f8;
  --alley-component-library--gray--0: #dedfe3;
  --alley-component-library--neutral--off-white: #f4f4f6;
  --alley-component-library--gray--500: #5e606e;
  --alley-component-library--blue--100: #eceefe;
  --flowui-component-library--success-base: #0ebc6e;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--error-lighter: #fceff0;
  --flowui-component-library--error-darker: #5b0b11;
  --kütüp-library--dark-slate-grey: #264653;
  --kütüp-library--dim-grey: #6e6e6e;
  --kütüp-library--burntsienna: #e76f51;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --flowui-component-library--primary-lighter: #f7f5ff;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.dropdown.landing-page {
  padding-top: 0;
  padding-bottom: 0;
}

.icon-9, .dropdown-button {
  color: #242424;
}

.dropdown-button.navbar {
  letter-spacing: 1px;
  font-weight: 400;
}

.dropdown-link {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
}

.dropdown-link.navbar {
  color: #242424;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.dropdown-link.navbar:hover {
  color: #d8001e;
  background-color: #ffe6e6;
}

.text-span-114 {
  font-family: "Fa 400", Arial, sans-serif;
}

.navbar-5 {
  display: block;
}

.navbar-5.flex {
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4rem;
  display: none;
  position: sticky;
}

.brand-div {
  color: #102c38;
  align-items: center;
  margin-top: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 38px;
  display: flex;
}

.brand-div.w--current {
  margin-top: 0;
}

.brand-div.nav {
  margin-right: 1rem;
  position: static;
}

.nav-menu-3 {
  padding-top: 1%;
  padding-bottom: 1%;
  position: static;
}

.nav-menu-3.flex {
  align-items: center;
  width: 20%;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.nav-link-header {
  direction: ltr;
  color: #242424;
  letter-spacing: 1px;
  text-transform: none;
  white-space: normal;
  padding: 0 20px;
  font-weight: 600;
}

.nav-link-header.w--current {
  color: #d8001e;
}

.nav-link-header.solid {
  color: #d8001e;
  letter-spacing: 2px;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px 15px;
  line-height: 20px;
}

.nav-link-header.solid.alt {
  color: #fff;
  background-color: #d8001e;
}

.nav-link-header.solid.alt.sml {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.dropdown-list-5 {
  background-color: #dddddd7d;
}

.dropdown-list-5.w--open {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #f9f9f9ad;
  border-radius: 6px;
  margin-top: 0;
  box-shadow: 0 2px 5px #0003;
}

.wrapper_navbar {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-flex {
  flex-flow: row;
  justify-content: flex-start;
  width: 100%;
  padding: 2% 0%;
  display: flex;
}

.div-flex.nav-wrapper {
  flex-flow: row;
}

.div-flex.nav-wrapper._80 {
  width: 100%;
  padding-top: 0%;
  padding-bottom: 0%;
}

.div-flex.vertical {
  flex-flow: column;
}

.div-flex.vertical.auto-size {
  width: 740px;
}

.div-flex.vertical.auto-size.search {
  width: auto;
}

.div-flex.horizontal {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  width: 50%;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.div-flex.horizontal.full {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 0%;
}

.div-flex.horizontal.bottom {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  font-family: Roboto, sans-serif;
}

.div-flex.center-outlet {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.scrolling-nav {
  background-color: #fff;
  padding: 20px 25px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 3px #272e3524;
}

.section_banner_lp {
  background-image: linear-gradient(#1d4f9d40, #4595cf5c), url('../images/bg-bv.jpg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 3rem;
  padding-bottom: 4rem;
  font-family: Roboto, sans-serif;
}

.wrapper_general {
  border-radius: 15px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  line-height: 50px;
  overflow: hidden;
}

.slider-3 {
  background-color: #ddd0;
  min-height: 475px;
}

.mask-3 {
  width: 100%;
  min-height: 475px;
}

.left-arrow-2 {
  background-image: linear-gradient(90deg, #6c85bd73, #6c85bd00);
}

.right-arrow-2 {
  background-image: linear-gradient(-90deg, #6c85bd73, #6c85bd00);
}

.slide-nav {
  display: none;
}

.form-block-7 {
  flex: 1;
}

.heading2 {
  color: #162c8b;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1rem;
  font-weight: 600;
}

.heading2.bold {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.wrapper-top {
  width: 220px;
}

.div-search-ticket {
  padding: 6%;
}

.div-search-ticket.flex {
  background-image: url('../images/vtransshuttlecar2s.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 1rem 4rem;
}

.div-search-ticket.flex.justify-center {
  background-image: none;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.div-r {
  width: 100%;
}

.div-r._40 {
  width: 220px;
}

.div-r._40.bttom-2 {
  width: 220px;
  margin-left: 0;
}

.div-l._40 {
  width: 220px;
}

.input-3 {
  border: 1px solid var(--blue-list-stroke);
  background-color: #fff6;
  border-radius: 6px;
  width: 220px;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
}

.div-flex-landing-page {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.section-book-ticket {
  background-color: #f6f8ff;
  background-image: url('../images/vtransshuttlecar.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  margin-top: -22px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  font-family: Roboto, sans-serif;
}

.field-label-blue {
  color: #6c6c6c;
  font-size: 1rem;
  font-weight: 600;
}

.button-2 {
  background-color: #921d2d;
  border-radius: 6px;
  margin-top: 0%;
  padding-top: 9px;
  font-size: 12px;
  line-height: 16px;
}

.button-2.gradient {
  background-image: linear-gradient(#fb6c6c, #921d2d);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.button-2.gradient.submit {
  width: 200px;
  margin-top: 1%;
  margin-bottom: 1%;
}

.button-2.gradient.submit._220p {
  background-color: #3364ff;
  background-image: none;
  border-radius: 99px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
  line-height: 1rem;
  transition: background-position .4s cubic-bezier(.455, .03, .515, .955);
}

.button-2.gradient.submit._220p:hover {
  background-position: 50%, 0 0;
}

.card {
  border: 1px solid #0000;
  border-radius: 6px;
  width: 96%;
  height: auto;
  margin-bottom: .25%;
  padding: 1.5% 2.5%;
  overflow: visible;
  box-shadow: 0 1px 12px #0000001a;
}

.card.flex {
  background-color: #fff;
  border-radius: 14px;
  width: auto;
  height: auto;
  margin-bottom: 0%;
  padding: 2rem 0;
  display: flex;
}

.card.highlight {
  background-color: #ffbaba;
}

.card.shadow {
  box-shadow: 0 1px 4px #0000001a;
}

.div-m {
  width: 100%;
}

.div-m._40 {
  width: 30%;
}

.div-m._40.bttom-2 {
  width: 220px;
  margin-left: 0%;
}

.div-m._40.bttom-2.of {
  margin-bottom: 15px;
}

.div-m._40.number_seat {
  flex: 0 auto;
  width: 220px;
  margin-left: 0%;
}

.swap-button {
  color: #921d2d;
  text-align: center;
  background-color: #0000;
  width: 30px;
  height: 30px;
  margin-top: 30px;
  margin-left: 2.5%;
  margin-right: 2.5%;
  padding: 0;
  line-height: 30px;
}

.swap-button.shorter-margin {
  color: #acacac;
  margin-left: 0;
  margin-right: 0;
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.div-card {
  flex-flow: row;
  display: flex;
}

.select-field-4 {
  border: 1px solid var(--blue-list-stroke);
  background-color: #fff6;
  border-radius: 6px;
  width: 220px;
  margin-bottom: 0;
}

.select-field-4.beranda {
  border-color: var(--blue-list-stroke);
}

.div-swap {
  flex: none;
}

.div-swap.space {
  width: 30px;
  height: 30px;
}

.bento-slide-top {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.heading-style-h1 {
  letter-spacing: -.01em;
  text-transform: none;
  font-size: 5rem;
  line-height: 1;
}

.bento-background-video {
  z-index: 1;
  object-fit: cover;
  background-color: #91dfb5;
  border-radius: .75rem;
  width: 100%;
  height: 100%;
}

.bento-chart-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: absolute;
}

.spacer-xl-start {
  padding-top: 7.5rem;
}

.bento-slider-do-not-touch {
  z-index: 3;
  width: 100%;
  position: absolute;
  inset: 0% 0% 3.5rem;
}

.social-icons1_link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.bento-person-image {
  margin-top: -30%;
  position: static;
  bottom: 0;
}

.left-arrow {
  display: none;
}

.bento-grid-item {
  background-color: #132c1e;
  border-radius: .75rem;
  position: relative;
}

.bento-grid-item.is-slideshow {
  width: 100%;
  height: 100%;
}

.bento-grid-item.is-video {
  height: 100%;
}

.bento-grid-item.is-social {
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
}

.bento-grid-item.is-mood-image {
  max-height: 14rem;
}

.bento-grid-item.is-intro {
  background-color: #d8011deb;
  flex-flow: column;
  align-items: flex-start;
  padding: 2.8rem 5rem 20% 3.2rem;
  display: flex;
}

.bento-grid-item.ac {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  background-image: radial-gradient(circle at 50% 0, #e8564b, #dc2633 90%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.bento-grid-item.seat_rec {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #28509f;
  background-image: linear-gradient(225deg, #3a99d3, #284799);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.bento-grid-item.rec {
  width: 100%;
  height: 100%;
}

.bento-grid-item.cs {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  background-image: linear-gradient(225deg, #75788d, #86a3c2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.bento-grid-item.is-intro-copy {
  background-color: #e13e3f;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 46px 5rem 46px 3.2rem;
  display: flex;
  position: relative;
}

.copy-small {
  color: #ffe7e7;
  font-size: 1rem;
  line-height: 1.4;
}

.bento-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr minmax(15.9px, 20rem);
  width: 100%;
  display: grid;
}

.right-arrow {
  display: none;
}

.bento-grid-client-image {
  object-fit: cover;
  border-radius: 999rem;
  width: 8rem;
  height: 8rem;
  position: absolute;
  box-shadow: 0 2.1em 2em #0000003d;
}

.bento-grid-client-image.is-1 {
  inset: 30% auto auto -5%;
}

.bento-grid-client-image.is-2 {
  width: 5rem;
  height: 5rem;
  inset: 9% 22% auto auto;
}

.bento-grid-client-image.is-6 {
  margin-top: auto;
  margin-bottom: auto;
  inset: 0% auto 0 -5%;
}

.bento-grid-client-image.is-3 {
  width: 5rem;
  height: 5rem;
  inset: auto auto 23% 26%;
}

.bento-grid-client-image.is-5 {
  inset: auto 17% 17% auto;
}

.bento-grid-client-image.is-4 {
  width: 6rem;
  height: 6rem;
  inset: auto 10% 3% auto;
}

.webflow-logo {
  color: #91dfb5;
  width: 8rem;
  height: auto;
  margin-right: -.5rem;
}

.section-bento-grid {
  background-color: #f6f8ff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  font-family: Roboto, sans-serif;
}

.bento-slide {
  width: 100%;
  margin-right: -1px;
}

.bento-shine {
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: radial-gradient(circle farthest-side at 50% 0, #91dfb5, #0000);
  position: absolute;
  inset: 0%;
}

.spacer-xs-start {
  padding-top: .8rem;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.button {
  color: #132c1e;
  text-align: center;
  letter-spacing: .02rem;
  text-transform: uppercase;
  background-color: #91dfb5;
  border-radius: 999rem;
  padding: .7rem 2.1rem;
  font-size: 1rem;
  font-weight: 500;
}

.spacer-xxs-end {
  padding-bottom: .5rem;
}

.bento-grid-intro-inner {
  width: 100%;
  max-width: 34rem;
}

.bento-slider {
  z-index: 2;
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.bento-slide-inner {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.social-icons1_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  white-space: normal;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center start;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.page-padding {
  max-width: 1200px;
  padding: 20px 36px 45px;
}

.heading-style-h3 {
  color: #fff;
  letter-spacing: -.005em;
  text-transform: none;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.1;
}

.bento-mood-image {
  object-fit: cover;
  border-radius: .75rem;
  width: 100%;
  height: 100%;
}

.bento-slide-bottom {
  text-align: center;
  width: 100%;
  padding: 5rem 2.5rem;
}

.slide-nav-2 {
  height: 3rem;
  font-size: .6rem;
}

.card-fasilitas {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100px;
  display: flex;
}

.card-fasilitas.flex {
  align-items: center;
  width: auto;
}

.card-fasilitas.outlet {
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
}

.h_fasilitas {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}

.flex-wrapper {
  background-color: #ff707340;
  border-radius: 25px;
  width: 200px;
  padding: 2.8rem 1rem;
  box-shadow: 0 2px 12px #0000001a;
}

.quick-stack-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.heading-subtitle {
  text-align: center;
}

.heading-subtitle.white {
  color: #fff;
}

.div-fasilitas {
  background-image: linear-gradient(#8b090947, #8b090947), url('../images/BG_red_v.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 40px;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  box-shadow: 0 2px 9px 3px #0003;
}

.cell-fasilitas, .cell-fasilitas.center {
  justify-content: flex-start;
  align-items: center;
}

.image-icon {
  width: 80px;
  min-width: auto;
}

.text-block {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}

.image {
  width: 60%;
}

.image-2 {
  width: 26%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.f-h1-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.f-container-regular {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-image-cover {
  object-fit: fill;
  width: 126%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% 0% -14%;
  overflow: visible;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-button-neutral {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-header-image-wrapper-tall {
  background-image: linear-gradient(225deg, #dc2633, #ffb88c);
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  width: 70%;
  height: 520px;
  display: flex;
  position: relative;
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.link-block {
  width: 180px;
}

.image-3, .image-4 {
  width: 100%;
}

.section-app {
  padding: 92px 5%;
  font-family: Roboto, sans-serif;
  display: none;
  position: relative;
}

.div-block {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex-flow: column;
  display: flex;
}

.div-kontak-kami {
  flex-direction: row;
  display: flex;
}

.div-kontak-kami.address {
  justify-content: flex-start;
  font-size: 14px;
}

.div-kontak-kami.bot {
  margin-bottom: 10px;
}

.icon-text-2 {
  color: #bf0000;
  margin-right: 10px;
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.icon-text-2._2 {
  align-self: center;
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-size: 18px;
}

.icon-text-2._2.address {
  color: #fff;
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.gmap {
  margin-bottom: 20px;
}

.link-footer {
  color: #465a70;
  margin-bottom: 5px;
  line-height: 20px;
  text-decoration: none;
}

.link-footer.address {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 24px;
}

.link-footer.mid {
  margin-bottom: 20px;
  font-weight: 500;
}

.link-footer.mid.w--current {
  font-weight: 600;
}

.heading-card {
  text-align: center;
  margin-top: 10px;
}

.heading-card.white {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
}

.address-text {
  color: #fff;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
}

.quick-stack-2 {
  align-self: auto;
}

.div-outlet {
  background-color: #bf0000;
  background-image: linear-gradient(225deg, #f1292c, #891d2d 90%), url('../images/vtransoffic.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 15px;
  width: auto;
  height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 6%;
  overflow: hidden;
}

.footer-text---lighter-2 {
  color: #0b3646a3;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  display: inline-block;
}

.div-block-63 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-content-jelajahi-copy {
  flex-direction: column;
  display: flex;
}

.web-links-2 {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.web-links-2.right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
}

.web-links-2.footer-logo {
  width: 250px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.div-content-jelajahi {
  flex-direction: column;
  display: flex;
}

.sub-head-footer {
  color: #18394c;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.image-33 {
  width: 300px;
}

.lower-footer-links.wide {
  border-top: 1px solid #0d4b6f1f;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  display: flex;
}

.footer-2 {
  background-color: #f6f8ff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  padding: 3rem 12.5% 1rem;
  display: flex;
  box-shadow: 0 -1px 3px #272e350f;
}

.image-34 {
  padding: 10px;
}

.f-navigation-link {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation-link.b, .f-navigation-link.cu, .f-navigation-link.bg {
  display: none;
}

.f-navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  font-family: Roboto, sans-serif;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-logo {
  width: 124px;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-button {
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #d8011d;
  border-radius: 6px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-navigation-button.m {
  display: none;
}

.section-outlate {
  background-color: #f6f8ff;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Roboto, sans-serif;
}

.wrap-line-divider {
  justify-content: center;
  margin-top: 5%;
  margin-bottom: 5%;
  display: flex;
}

.text-sidebar {
  color: #3c4858;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
}

.menu.flex {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 7%;
  padding-right: 5%;
  display: flex;
}

.form-3 {
  border-radius: 12px;
  justify-content: space-around;
  width: 90%;
  display: flex;
}

.div-menu.dashboard {
  height: 40px;
  padding: 2.5% 2%;
  display: flex;
}

.submit-button-5 {
  background-image: linear-gradient(#fb6c6c, #921d2d);
  border-radius: 12px;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.submit-button-5.reservasi {
  border-radius: 7px;
  width: 40%;
}

.icon-menu-wrapper {
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-left: 0%;
  display: flex;
}

.icon-menu-wrapper.cust {
  align-items: center;
  width: 100%;
}

.link-block-menu {
  height: auto;
  text-decoration: none;
  display: block;
}

.icon-menu {
  width: auto;
  max-width: none;
  height: 30px;
  padding-top: 5%;
  padding-bottom: 5%;
}

.icon-menu.sidebar {
  padding-right: 4%;
}

.greetings {
  color: #3c4858;
  font-weight: 600;
}

.line-divider {
  text-align: left;
  border: 1px solid #e4e4e4;
  width: 85%;
  padding-right: 0;
}

.dashboard-panel {
  background-color: #fff;
  border-radius: 12px;
  width: 20%;
  height: 96%;
  position: fixed;
  top: 2%;
  bottom: 2%;
  left: 2%;
  overflow: auto;
  box-shadow: 0 3px 20px #0000001a;
}

.dashboard-panel.cust {
  width: 11%;
  overflow: visible;
}

.member-info {
  font-weight: 600;
}

.member-info._1 {
  color: #707070;
  font-size: 12px;
  font-weight: 500;
}

.member-info._2 {
  color: #3c4858;
  font-size: 12px;
  font-weight: 600;
}

.user-profile {
  border-radius: 16px 16px 0 0;
  height: auto;
  padding: 2.5% 5%;
  display: flex;
}

.logo {
  object-fit: contain;
  justify-content: center;
  height: 80px;
  margin-bottom: 0%;
  padding: 2.5%;
  display: flex;
}

.form-block-2 {
  justify-content: space-around;
  width: 100%;
  margin-top: 5%;
  display: flex;
}

.div-info-profile {
  padding-top: 0%;
  padding-left: 5%;
}

.mobile-menu, .brand {
  display: none;
}

.navbar {
  margin-top: 2%;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 0%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: block;
}

.keberangkatan-div {
  flex-direction: column;
  height: 200px;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
  overflow: visible;
}

.legend-div-content {
  align-items: center;
  margin-bottom: 2.5%;
  display: flex;
}

.legend-div-content.vertical {
  flex-direction: column;
}

.tabs-content-2 {
  display: flex;
}

.sub-title-text {
  color: #fff;
  text-align: center;
  background-color: #b20921;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 2.5%;
  font-size: 12px;
  font-weight: 600;
}

.text-block-42 {
  color: #fff;
  font-weight: 400;
}

.div-title {
  margin-top: 2.5%;
  margin-bottom: 1%;
  font-weight: 400;
}

.div-title.out {
  margin-bottom: 2.5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.sub-text-reservasi {
  color: #b20921;
  font-weight: 600;
}

.right-text-fill {
  text-align: left;
  width: 80%;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  padding-left: 10px;
  font-size: 12px;
  line-height: 16px;
}

.date-wrapper {
  margin-bottom: 2.5%;
}

.date-wrapper.reservasi {
  width: 100%;
  display: block;
}

.date-wrapper.outlet {
  padding-left: 2.5%;
}

.div-image-driver {
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
  padding: 2.5%;
  display: flex;
}

.outlet-wrapper {
  height: auto;
  max-height: 300px;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 2.5%;
  overflow: auto;
}

.outlet-wrapper.hide {
  display: block;
}

.outlet-wrapper.reservasi {
  margin-bottom: 2.5%;
}

.outlet-wrapper.reservasi.outlet {
  height: auto;
}

.outlet-wrapper.smaller {
  max-height: 120px;
}

.outlet-wrapper.smaller.full {
  max-height: none;
  padding-left: 0%;
  overflow: visible;
}

.outlet-wrapper.scroll {
  padding-left: 0%;
  padding-right: 0%;
  overflow: auto;
}

.outlet-wrapper.auto {
  height: auto;
  max-height: none;
  margin-bottom: 2.5%;
  padding-left: 0%;
  display: flex;
  position: static;
  overflow: visible;
}

.outlet-wrapper.auto.none {
  overflow: visible;
}

.outlet-wrapper.auto.none.flex {
  flex-flow: column;
}

.outlet-wrapper.auto._50 {
  z-index: 10;
  width: 40%;
  display: block;
  position: relative;
  top: -350px;
}

.outlet-wrapper.auto._50.change {
  width: 100%;
  top: 0;
}

.outlet-wrapper.auto._50.norm {
  margin-bottom: 5%;
  position: static;
  top: 0;
}

.outlet-wrapper.auto.flex {
  flex-flow: column;
}

.drop-down-pemesanan {
  background-color: #0000;
  border-radius: 6px;
  height: 20px;
  margin-bottom: 2%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 11px;
}

.form-4 {
  padding-left: 1.5%;
}

._2-line-wrapper {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1.5%;
  display: flex;
}

._2-line-wrapper._70 {
  width: 70%;
}

._2-line-wrapper._70._100 {
  width: 100%;
}

._2-line-wrapper.padding {
  padding-left: 5%;
}

._2-line-wrapper.right {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
}

._2-line-wrapper.sched {
  align-items: center;
  margin-bottom: 0%;
}

._2-line-wrapper.b {
  margin-bottom: 2.5%;
}

._2-line-wrapper.vertical {
  flex-direction: column;
}

._2-line-wrapper.harga {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0%;
}

.textarea-pemesanan {
  border-radius: 6px;
}

.div-keterangan {
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
}

.div-keterangan.reservasi.reserve {
  margin-bottom: 2.5%;
  padding-left: 0%;
}

.form-block-reservasi {
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.div-seat.reservasi {
  width: 340px;
}

.text-radio-pembayaran {
  font-weight: 600;
}

.kota-tujuan {
  color: #fff;
  text-align: center;
  font-size: 9px;
  font-weight: 800;
  position: absolute;
  inset: 55% auto auto 25%;
}

.kota-tujuan.hide {
  display: block;
}

.div-payment {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 5%;
  padding: 2.5% 0%;
  display: flex;
}

.div-payment.reservasi {
  margin-bottom: 0%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.submit-button-wrapper {
  margin-top: 5%;
  margin-bottom: 5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: block;
}

.submit-button-wrapper.cust {
  padding-left: 5%;
}

.div-right {
  width: 30%;
}

.div-right.cust {
  width: 50%;
  padding: 1.5% 1%;
}

.div-right.cust.sml {
  width: 40%;
}

.div-right.cust.sml.full, .div-right._100, .div-right._100.vertical.full {
  width: 100%;
}

.div-right._100.vertical.full.flex {
  flex-flow: column;
}

.div-right.vertical {
  flex-direction: column;
  align-items: stretch;
  width: 25%;
  display: flex;
}

.div-right.vertical.horizontal {
  flex-direction: row;
  width: 100%;
}

.tab-link-tab-2-3 {
  background-color: #e19ca6;
  width: auto;
}

.tab-link-tab-2-3.w--current {
  color: #fff;
  background-color: #921d2d;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-block-65 {
  color: #b20921;
  font-weight: 600;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fbb1b1;
  border-radius: 8px;
  font-weight: 600;
}

.tab-pane-tab-1 {
  width: 90%;
}

.left-text-fill {
  text-align: right;
  flex: 0 auto;
  width: 20%;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  font-size: 12px;
  line-height: 16px;
}

.div-line-wrapper {
  width: 30%;
}

.div-line-wrapper._50 {
  width: 50%;
}

.text-small {
  color: #3397ef;
  border-radius: 8px;
  height: auto;
  margin-bottom: 0%;
  margin-right: 5%;
  font-size: 12px;
  line-height: 14px;
}

.text-small.keterangan {
  color: #3c4858;
}

.text-small.legend {
  color: #3c4858;
  text-align: center;
  margin-right: 0%;
  padding-left: 2.5%;
}

.text-small.legend.center {
  text-align: center;
}

.text-small.pemesanan-answer {
  color: #012748;
  margin-bottom: 2%;
  font-size: 14px;
  line-height: 20px;
}

.text-small.pemesanan-answer.red {
  color: #ff0004;
}

.text-small.pemesanan-answer.bold {
  font-weight: 700;
}

.text-small.pemesanan-answer.large {
  font-size: 18px;
  line-height: 22px;
}

.text-small.pemesanan {
  color: #921d2d;
  height: 31%;
  margin-bottom: 2%;
  font-size: 14px;
  line-height: 20px;
}

.text-small.pemesanan.isi-keterangan {
  width: auto;
  height: 57.6px;
  margin-bottom: 10%;
}

.text-nama {
  text-align: center;
  width: 7ch;
  height: 40px;
  position: static;
  bottom: 10px;
}

.return-button {
  color: #921d2d;
  text-align: left;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.radio-button-field-2 {
  align-items: center;
  display: flex;
}

.div-text-question {
  width: 20%;
}

.div-text-question.right {
  text-align: right;
  justify-content: flex-end;
  width: 25%;
  margin-right: 5%;
  display: flex;
}

.div-text-question.right.cus, .div-text-question.right.cus._100 {
  width: 40%;
}

.icon-3 {
  color: #b20921;
}

.medium-text {
  color: #3c4858;
  text-align: center;
}

.medium-text.bold {
  font-weight: 700;
}

.medium-text.bold.reservasi {
  text-align: left;
  padding-left: 2.5%;
}

.text-block-40 {
  color: #fff;
}

.tab-link-tab-3-2 {
  color: #fff;
  background-color: #e19ca6;
  width: auto;
}

.tab-link-tab-3-2.w--current {
  background-color: #921d2d;
}

.div-penumpang {
  width: 60%;
  margin-left: 2.5%;
  padding-left: 2.5%;
}

.div-penumpang.larger {
  width: 75%;
}

.form {
  align-items: center;
  display: flex;
}

.form.search {
  padding-left: 2.5%;
}

.form.search.seat {
  padding-top: 0%;
  padding-left: 0%;
}

.small-icon {
  width: 30px;
  max-width: none;
}

.div-info {
  width: 50%;
}

.div-info.reservasi {
  width: 25%;
}

.sub-title-div {
  padding: 2.5%;
}

.div-main-right {
  object-fit: fill;
  background-color: #fff0;
  border-radius: 12px;
  flex-flow: column;
  width: 83%;
  height: auto;
  min-height: 0%;
  max-height: none;
  margin-bottom: 2.5%;
  padding-bottom: 2.5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  transition: box-shadow .5s;
  display: block;
  position: absolute;
  inset: 2% 2% 2% auto;
  overflow: auto;
  box-shadow: 0 3px 20px #0000001a;
}

.div-main-right.cust {
  width: 83%;
  height: 96%;
  position: absolute;
}

.radio-button-5 {
  background-image: url('../images/kursikosong-01.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-style: none;
  border-radius: 0%;
  width: 65px;
  height: 100px;
  margin-left: 0;
}

.radio-button-5:active {
  background-color: #0000;
}

.radio-button-5.w--redirected-checked {
  background-color: #60adff;
  border-style: none;
  border-radius: 4%;
}

.radio-button-5.mutasi-asmat {
  background-image: url('../images/waiting-payment-08.png');
}

.radio-button-5.mutasi-asmat.srg, .radio-button-5.mutasi-asmat.clg {
  background-image: url('../images/kursi-19.png');
}

.radio-button-5.unpaid, .radio-button-5.unpaid.srg {
  background-image: url('../images/waiting-payment-08.png');
}

.radio-button-5.mutasi-internal {
  background-image: url('../images/kursi-16.png');
}

.radio-button-5.mutasi-internal.clg {
  background-image: url('../images/kursi-18.png');
}

.radio-button-5.mutasi-internal.srg {
  background-image: url('../images/kursi-16.png');
}

.radio-button-5.penjualan-asmat, .radio-button-5.penjualan-asmat.srg {
  background-image: url('../images/kursi-13.png');
}

.radio-button-5.penjualan-asmat.clg {
  background-image: url('../images/waiting-payment-08.png');
}

.dropdown-toggle-8 {
  padding-left: 0;
}

.stock {
  color: #921d2d;
}

.stock.bold {
  font-size: 15px;
  font-weight: 700;
}

.stock.bold.harga {
  align-self: center;
  font-size: 15px;
}

.pembayran-icon {
  width: 40px;
  margin-right: 10%;
}

.pembayran-icon.reserve {
  margin-right: 2.5%;
}

.pembayran-icon.reserve.smlr {
  width: 37px;
}

.pembayran-icon.reserve.space {
  padding-top: 15px;
  padding-bottom: 15px;
}

.destination-text {
  color: #3c4858;
  font-size: 16.5px;
  font-weight: 700;
  line-height: 16px;
}

.destination-text.bold {
  color: #004eb6;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.button-6 {
  background-color: #921d2d;
  border-radius: 6px;
  margin-top: 0%;
  padding-top: 9px;
  font-size: 12px;
  line-height: 16px;
}

.button-6.gradient {
  background-image: linear-gradient(#fb6c6c, #921d2d);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.button-6.gradient.manifest {
  text-align: center;
  margin-bottom: 2%;
  margin-right: 2.5%;
}

.button-6.gradient.cust {
  margin-right: 5%;
}

.hide {
  display: none;
}

.dropdown-div {
  margin-top: 5%;
  margin-bottom: 5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.dropdown-div.reservasi {
  margin-top: 0%;
  margin-bottom: 0%;
}

.heading-font {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.div-kembali {
  margin-bottom: 1%;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 2.5%;
}

.div-input-answer {
  width: 60%;
}

.button-wrapper {
  justify-content: center;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
}

.button-wrapper.reservasi {
  justify-content: flex-start;
  width: 70%;
}

.button-wrapper.flex {
  padding: 10% 1%;
}

.text-block-44 {
  font-weight: 400;
}

.text-field-pemesanan {
  border-radius: 6px;
  height: 20px;
  margin-bottom: 2%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

.switch-button {
  color: #921d2d;
  background-color: #fff;
  margin-left: 5%;
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.check {
  color: #5965e4;
  text-align: right;
  justify-content: flex-end;
  font-size: 30px;
  line-height: 30px;
  display: flex;
  position: relative;
  top: -80px;
  left: 8px;
}

.check.hidepaid {
  color: #5965e400;
}

.tab-pane-tab-3 {
  width: 90%;
}

.div-name {
  position: relative;
  top: -83px;
}

.text-unseat {
  margin-bottom: 1%;
}

.legend-div {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.legend-div.reservasi {
  margin-bottom: 2.5%;
}

.legend-div.reservasi.seat {
  margin-bottom: 5%;
  padding-left: 0%;
}

.number {
  z-index: 10;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
  position: relative;
  inset: -65% auto auto 0%;
}

.number.smlr {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  top: -62%;
}

.number.smlr.adj {
  top: -106%;
}

.subtitle-div-reservasi {
  flex: 1;
  padding: 0% 2.5% 1.5%;
}

.subtitle-div-reservasi._0margin {
  padding-left: 0%;
  padding-right: 0%;
}

.subtitle-div-reservasi._0margin.padding, .subtitle-div-reservasi.reservasi, .subtitle-div-reservasi.unseat {
  padding-left: 0%;
}

.text-field-form {
  border-radius: 8px;
  height: 30px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.text-field-form._25 {
  width: 90%;
}

.text-block-64 {
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 10px;
}

.text-block-64.hidepaid {
  color: #fff0;
}

.div-left {
  width: 60%;
}

.div-left.destination {
  width: 30%;
}

.div-left._70 {
  width: 70%;
}

.div-left._70.auto {
  width: 70%;
  margin-right: 2.5%;
}

.div-left._70.auto._100 {
  width: 100%;
}

.div-left._70.auto._100.flex {
  flex-flow: column;
}

.div-left.cust {
  width: 50%;
  padding: 1.5% 1%;
}

.div-wrapper {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.div-payment-wrapper {
  background-color: #fdfdfd;
  border: 1px solid #c50000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
  top: -95px;
  left: 43px;
  overflow: visible;
}

.div-payment-wrapper.penjualan-asmat {
  background-color: #1e00ff;
  border-color: #1e00ff;
}

.div-payment-wrapper.hidepaid {
  opacity: 0;
  background-color: #fdfdfd00;
  border-color: #c5000000;
}

.tab-link-tab-1-3 {
  background-color: #e19ca6;
}

.tab-link-tab-1-3.w--current {
  color: #fff;
  background-color: #921d2d;
  width: auto;
  font-weight: 600;
}

.tab-pane-tab-2 {
  width: 90%;
}

.image-36 {
  width: 60px;
  height: 70px;
  margin-top: 25%;
}

.success-message {
  background-color: #4460a6a1;
  border-radius: 8px;
  font-weight: 600;
}

.subtile-div-drop-down-reservasi {
  position: static;
}

.radio-button-3 {
  margin-right: 10%;
}

.radio-button-3.reserve {
  margin-right: 2.5%;
}

.button-12 {
  border-radius: 8px;
  font-weight: 500;
}

.button-12.margin {
  margin-left: 1%;
  margin-right: 1%;
}

.form-block-4 {
  width: 70%;
}

.form-block-4.full {
  width: 100%;
}

.select-field {
  background-color: #0000;
  border-radius: 8px;
  height: 30px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 30px;
}

.select-field._25 {
  background-color: #0000;
  width: 90%;
}

.radio-button-field-4 {
  padding-left: 0;
}

.dropdown-list-3 {
  background-color: #fff0;
}

.dropdown-list-3.w--open {
  position: static;
}

.div-text-field {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.div-wrapper-seat {
  justify-content: space-between;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
}

.text-block-43 {
  color: #fff;
}

.seat-wrapper {
  height: 110px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.link-block-14 {
  text-decoration: none;
  display: block;
}

.link-block-14:hover {
  background-color: #f0f4ff;
}

.link-block-14.space {
  margin-bottom: 2%;
}

.data-keberangkatan-div {
  height: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
  overflow: visible;
}

.data-keberangkatan-div.penumpang.reservasi {
  justify-content: flex-end;
  margin-top: 0%;
  margin-bottom: 0%;
}

.data-keberangkatan-div.penumpang.reservasi.left {
  justify-content: flex-start;
}

.data-keberangkatan-div.reserve {
  flex-direction: column;
  margin-top: 0%;
  margin-bottom: 2.5%;
}

.data-keberangkatan-div.reserve._0margin {
  padding-left: 0%;
  padding-right: 0%;
}

.data-keberangkatan-div.reserve._0margin.right {
  align-items: stretch;
  width: auto;
}

.data-keberangkatan-div.reserve.res-2 {
  flex-direction: row;
}

.data-keberangkatan-div.reserve.res-2.pemesanan {
  flex-direction: column;
  padding-left: 0%;
  padding-right: 0%;
}

.button-13 {
  background-color: #3397ef;
  border-radius: 8px;
  height: 30px;
  margin-bottom: 2.5%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 30px;
}

.button-13.jenis-payment {
  text-align: center;
  width: 100%;
  margin-top: 2.5%;
  font-weight: 700;
}

.button-13.jenis-payment.reservasi {
  background-color: #921d2d;
  width: 40%;
  height: 40px;
  font-size: 16px;
  line-height: 38px;
}

.button-13.jenis-payment.reservasi.popup {
  width: 100%;
}

.left-arrow-3 {
  width: 40px;
  left: -45px;
}

.icon-10 {
  filter: invert();
}

.right-arrow-3 {
  width: 40px;
  right: -45px;
}

.slider-4 {
  background-color: #fff0;
  height: 100%;
}

.icon-11 {
  filter: invert();
}

.text-block-66 {
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 10px;
}

.text-block-66.hidepaid {
  color: #fff0;
}

.image-37 {
  width: 60px;
  height: 70px;
  margin-top: 25%;
}

.button-14 {
  border-radius: 8px;
  font-weight: 500;
}

.button-14.margin {
  letter-spacing: 2px;
  margin-left: 1%;
  margin-right: 1%;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 13px;
}

.radio-button-field-5 {
  padding-left: 0;
}

.slide-nav-3 {
  display: none;
}

.tujuan {
  color: #fff;
  text-align: center;
  background-color: #ff3030;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.a-detail-regular {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-h3-heading {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-section-regular {
  padding: 92px 5%;
  position: relative;
}

.a-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-margin-bottom-32 {
  margin-bottom: 32px;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2rem;
}

.a-subheading-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.a-blog-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-blog-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.a-text-link-regular {
  color: var(--alley-component-library--blue--900);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-blog-card {
  background-color: #fff;
  border-radius: 14px;
  padding: 18px;
}

.a-blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.a-blog-image-border {
  border: 1px solid var(--alley-component-library--gray--0);
  border-radius: 7px;
  width: 100%;
  height: 270px;
  margin-bottom: 16px;
  overflow: hidden;
}

.button_map {
  background-color: #3364ff;
  border-radius: 20px;
  margin-top: 10px;
  padding: 10px 41px;
}

.bold-text {
  font-weight: 400;
}

.button-15 {
  background-color: #3364ff;
  border-radius: 99px;
  align-self: flex-end;
  padding: 11px 23px;
}

.button-15:active {
  background-color: #022bac;
}

.heading_fiture {
  color: var(--alley-component-library--gray--900);
  text-align: center;
  letter-spacing: normal;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.2;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-button-secondary-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-2:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-margin-bottom-33 {
  margin-bottom: 32px;
}

.f-image-cover-2 {
  object-fit: contain;
  flex: 1;
  width: 60%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.f-image-cover-2.ac {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.f-image-cover-2.es {
  object-fit: cover;
  width: 100%;
}

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-button-neutral-2 {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.f-content-image-wrapper {
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  height: 330px;
  display: flex;
  overflow: hidden;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.wg-dd-1-list {
  background-color: #0000;
  padding: 10px 0 0;
}

.wg-code {
  display: none;
}

.wg-selector-text-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.wg-left-side {
  color: #170f49;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.wg-left-side.hover {
  transition: color .3s;
}

.wg-left-side.hover:hover {
  color: #4a3aff;
}

.wg-dropdown-list {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 19px;
  box-shadow: 4px 4px 5px #080f340a;
}

.wg-dropdown-1-link {
  padding: 0;
  text-decoration: none;
}

.wg-dd-1-togle {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  padding: 6px 16px 6px 9px;
  transition: border .3s;
  box-shadow: 4px 4px 5px #080f340a;
}

.wg-dd-1-togle:hover {
  border-color: #d8011d;
}

.wg-flag {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  display: flex;
}

.wg-element.desktop.d, .wg-element.mobile {
  display: none;
}

.div-block-64 {
  background-image: linear-gradient(45deg, #d8e2ee, #2c3744);
  border-radius: 20px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 10px;
}

.jadwal-list {
  justify-content: space-around;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-list {
  flex: 1;
}

.schedulecard_bus_trip_info {
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 35px;
  display: flex;
  box-shadow: 0 1px 6px #5c5c5c33;
}

.schedulecard_bus_trip_info.ip {
  height: 333px;
}

.titiknaik {
  max-width: 100%;
  min-height: 50px;
  display: flex;
  position: static;
}

.div-block-66 {
  background-color: #a0a0a0;
  border-radius: 99px;
  width: 16px;
  height: 16px;
}

.div-block-67 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-67 {
  font-weight: 600;
}

.circlebottom {
  max-width: 100%;
  min-height: 50px;
  position: relative;
}

.div-block-66-copy {
  background-color: #0d4ba0;
  border-radius: 99px;
  width: 16px;
  height: 16px;
}

.triproute_departure {
  display: flex;
}

.triproute_time {
  width: 60px;
  display: flex;
}

.text-block-68 {
  font-weight: 800;
}

.text-block-69 {
  color: #141414;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.triproute_sign {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 10px;
  margin-left: 8px;
  margin-right: 12px;
  display: flex;
}

.triproute_time_departure {
  display: flex;
  position: relative;
}

.triproute_route_sign_circle {
  background-color: #fff;
  border: 1px solid #007cff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-top: 6px;
  margin-bottom: 4px;
}

.strip_ver {
  background-color: #cfcfcf;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 2px;
  height: 84px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  position: relative;
}

.triproute_detail {
  min-height: 32px;
  display: flex;
  position: relative;
}

.text-span-116 {
  font-weight: 400;
}

.text_detail {
  color: #858585;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.triproute_location {
  width: 60px;
  display: flex;
}

.srp-schedule-card {
  margin-bottom: 15px;
}

.triproute_wrapper {
  flex-flow: column;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.triproute_trip_route {
  display: flex;
}

.triproute_time__n {
  width: 60px;
  display: flex;
}

.text-block-70 {
  font-size: 18px;
  font-weight: 700;
}

.triproute_route_sign {
  background-color: #bbb;
  border-radius: 50%;
  justify-content: center;
  align-items: flex-start;
  width: 10px;
  height: 10px;
  margin-top: 2px;
  margin-bottom: 4px;
  display: flex;
}

.div-block-68 {
  flex-flow: row;
  width: 10px;
  height: 24px;
  margin-left: 8px;
  margin-right: 12px;
  display: flex;
}

.triproute_arrival {
  display: flex;
}

.schedulecard_footer_card {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.schedulecard_price {
  flex-flow: column;
  display: flex;
}

.text-block-71 {
  color: #858585;
}

.text-block-72 {
  color: #e73f25;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.text-span-117 {
  color: #858585;
  font-size: 20px;
  font-weight: 400;
}

.button-16 {
  letter-spacing: 1px;
  background-color: #d8011d;
  border-radius: 6px;
  padding: 12px 35px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  box-shadow: 0 2px 5px #0003;
}

.button-16:hover {
  background-color: #b40017;
}

.button-16:active {
  background-color: #170483;
}

.section-book-jadwal-tiket {
  background-color: #f6f8ff;
}

.wrapper-jadwal {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  font-family: Poppins, sans-serif;
}

.text-block-73 {
  color: #d86d01;
}

.section-information-passengers {
  background-color: #f6f8ff;
  padding-top: 20px;
  padding-bottom: 60px;
}

.card-wrapper-informasi-penumpang {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.wrapper-info {
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 26px 30px;
  box-shadow: 0 1px 6px #5c5c5c33;
}

.wrapper-info.reserv {
  align-items: center;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 14px;
  display: flex;
}

.wrapper-info.refer {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 16px 14px;
  display: flex;
}

.bold-text-2 {
  font-size: 1.2rem;
  font-weight: 600;
}

.text-block-74 {
  color: var(--flowui-component-library--grey-600);
  margin-bottom: 18px;
  font-size: 1.2rem;
  font-weight: 500;
}

.field-label, .field-label-2 {
  color: var(--flowui-component-library--gray-500);
  font-size: 1rem;
  font-weight: 400;
}

.field-label-3 {
  color: var(--flowui-component-library--gray-500);
  font-size: .9rem;
  font-weight: 400;
}

.text-field {
  border-radius: 7px;
}

.form-block-8 {
  margin-bottom: 0;
}

.field_name, .field_phone, .field_email {
  border-radius: 7px;
}

.field-label-4 {
  color: var(--alley-component-library--blue--900);
  font-size: .8rem;
  font-weight: 300;
}

.information-schedule {
  justify-content: space-around;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
}

.submit-button-6 {
  display: none;
}

.div-block-70 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  display: flex;
}

.image-38 {
  width: 40px;
  transform: rotate(45deg);
}

.link-block-15 {
  background-color: var(--flowui-component-library--grey-300);
  color: var(--alley-component-library--blue--900);
  text-align: center;
  border-radius: 6px;
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.text-block-75 {
  font-weight: 500;
}

.button-17 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #d8011d;
  border-radius: 6px;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 600;
}

.button-17:hover {
  background-color: #b6051c;
}

.button-17:active {
  background-color: #2a4999;
}

.div-block-71 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-field-2 {
  background-color: #e4e6f1;
  border-radius: 7px;
  margin-bottom: 0;
}

.form-block-9 {
  flex: 1;
  margin-bottom: 0;
}

.a-icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-margin-bottom-33 {
  margin-bottom: 16px;
}

.a-h6-heading {
  color: var(--flowui-component-library--grey-600);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
}

.a-h3-heading-2 {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.a-caption-2 {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-section-regular-2 {
  padding: 92px 5%;
  position: relative;
}

.a-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary-2:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary-2:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-margin-bottom-34 {
  margin-bottom: 32px;
}

.a-paragraph-regular-2 {
  color: var(--alley-component-library--blue--900);
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
  position: relative;
}

.a-title-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-team-grid {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 80px;
}

.a-team-image-wrapper {
  border: 1px none var(--alley-component-library--neutral--off-white);
  border-radius: 24px;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

.a-team-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.a-team-image._1st {
  filter: grayscale();
}

.a-team-social {
  grid-column-gap: 8px;
  margin-top: 16px;
  display: flex;
}

.a-team-social-wrapper {
  color: var(--alley-component-library--gray--500);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: background-color .2s, color .2s;
  display: flex;
}

.a-team-social-wrapper:hover {
  background-color: var(--alley-component-library--blue--100);
  color: var(--alley-component-library--blue--900);
}

.wrapper-baggage {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-73 {
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 300px;
  padding-bottom: 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 1px 6px #5c5c5c33;
}

.div-block-73:hover {
  transform: scale(1.03);
}

.div-block-73._1st {
  background-color: #c3c7ff;
  padding: 0;
  position: relative;
}

.div-block-75 {
  padding: 10px;
}

.div-block-75:hover {
  background-color: #fdd;
}

.f-button-primary {
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  background-color: #0b2dc7;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-primary:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-modal-icon-success {
  color: var(--flowui-component-library--success-base);
  background-color: #25cc881a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-margin-bottom-34 {
  margin-bottom: 12px;
}

.f-margin-bottom-28 {
  margin-bottom: 28px;
}

.f-modal-centre {
  border: 1px solid var(--flowui-component-library--gray-100);
  color: var(--flowui-component-library--gray-900);
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 468px;
  padding: 32px;
  position: relative;
  box-shadow: 0 1px 6px #5c5c5c33;
}

.f-modal-close {
  color: var(--flowui-component-library--gray-500);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
  position: absolute;
  inset: 24px 24px auto auto;
}

.f-modal-close:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-sub-heading-regular {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.03em;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.f-icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.div-block-76 {
  background-color: #f6f8ff;
  justify-content: center;
  align-items: center;
  min-height: 65vh;
  display: flex;
}

.text-block-76 {
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.link-block-16 {
  color: #fff;
  text-align: center;
  background-color: #d8011d;
  border-radius: 7px;
  flex: 1;
  padding-top: 13px;
  padding-bottom: 13px;
  text-decoration: none;
}

.link-block-16:hover {
  background-color: #a50015;
}

.link-block-16:active {
  background-color: #1229a5;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-button-secondary-3 {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-3:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-margin-bottom-35 {
  margin-bottom: 16px;
}

.f-margin-bottom-36 {
  margin-bottom: 32px;
}

.f-image-cover-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-paragraph-large-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 92px 5%;
  position: relative;
}

.f-input-outlined {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-input-outlined::placeholder {
  color: var(--flowui-component-library--gray-400);
}

.f-content-form-block {
  margin-top: 32px;
  margin-bottom: 0;
}

.f-grid-two-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-content-image-wrapper-2 {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  overflow: hidden;
}

.f-content-form {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-content-icon-wrapper {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 32px;
  padding: 16px;
}

.cta {
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #d8011d;
  border-radius: 6px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.cta:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.cta.m {
  display: none;
}

.cta_book_group {
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #d8011d;
  border-radius: 6px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.cta_book_group:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.cta_book_group.m {
  display: none;
}

.section, .section-group-booking {
  background-color: #f6f8ff;
}

.f-h3-heading-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-container-regular-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-button-secondary-4 {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-4:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-margin-bottom-37 {
  margin-bottom: 16px;
}

.f-image-cover-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-success-message-2 {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-paragraph-large-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

.f-section-large-3 {
  padding: 92px 5%;
  position: relative;
}

.f-input-outlined-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined-2:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-input-outlined-2::placeholder {
  color: var(--flowui-component-library--gray-400);
}

.f-content-form-block-2 {
  margin-top: 32px;
  margin-bottom: 0;
}

.f-grid-two-column-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-content-image-wrapper-3 {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  overflow: hidden;
}

.f-content-form-2 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-content-icon-wrapper-2 {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 32px;
  padding: 16px;
}

.section-about-us {
  background-color: #f6f8ff;
  padding: 92px 5%;
  position: relative;
}

.f-h3-heading-3 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-container-regular-5 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-margin-bottom-38 {
  margin-bottom: 12px;
}

.f-margin-bottom-39 {
  margin-bottom: 16px;
}

.f-image-cover-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-paragraph-large-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large-4 {
  padding: 92px 5%;
  position: relative;
}

.f-icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-button-neutral-3 {
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #d8011d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-3:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-content-list-item {
  grid-column-gap: 16px;
  color: var(--flowui-component-library--gray-900);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.f-heading-detail-small-3 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-grid-two-column-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-content-image-wrapper-large {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 460px;
  overflow: hidden;
}

.f-content-list-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 42px;
  display: flex;
}

.f-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.section-service {
  background-color: #f6f8ff;
  padding: 92px 5%;
  position: relative;
}

.f-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-checkbox {
  border-width: 2px;
  border-color: var(--flowui-component-library--gray-400);
  background-color: var(--flowui-component-library--white);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.f-checkbox.w--redirected-checked {
  background-color: var(--flowui-component-library--gray-900);
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.f-checkbox.w--redirected-focus {
  box-shadow: none;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-text-area {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-40 {
  margin-bottom: 8px;
}

.f-margin-bottom-41 {
  margin-bottom: 16px;
}

.f-margin-bottom-42 {
  margin-bottom: 32px;
}

.f-success-message-3 {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-neutral-4 {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-4:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-checkbox-label {
  color: var(--flowui-component-library--gray-900);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.f-contact-image-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.f-error-message {
  background-color: var(--flowui-component-library--error-lighter);
  color: var(--flowui-component-library--error-darker);
  text-align: center;
  border-radius: 8px;
}

.kutup-button-green {
  color: #fff;
  background-color: #d8011d;
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.kutup-button-green:hover {
  background-color: #0d4ba0;
}

.kutup-section {
  background-color: #fff;
  padding: 90px 5%;
}

.kutup-large-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-max-w-width-640px {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-small-top-text {
  color: #2a4898;
  text-align: center;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.kutup-divider-15px {
  height: 15px;
}

.kutup-divider-20px {
  height: 20px;
}

.kutup-display-3 {
  color: var(--kütüp-library--dark-slate-grey);
  margin-top: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-divider-40px {
  height: 40px;
}

.kutup-checkbox-label {
  color: var(--kütüp-library--dim-grey);
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
}

.kutup-field {
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 15px;
  padding-left: 14px;
}

.kutup-field::placeholder {
  color: #505050;
  font-size: 14px;
  font-weight: 500;
}

.kutup-field.kutup-select {
  background-color: #fff;
  padding-left: 0;
  padding-right: 12px;
}

.kutup-request-form {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-select-field {
  color: #686868;
  background-color: #fff;
  border: 1px #000;
  border-radius: 8px;
  height: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
}

.kutup-select-field:active, .kutup-select-field:focus {
  color: #111;
}

.kutup-form-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.kutup-checkbox {
  background-color: #fff;
  border: 1px solid #29335c33;
  width: 17px;
  height: 17px;
  margin-top: 0;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.kutup-checkbox.w--redirected-checked {
  border-color: var(--kütüp-library--burntsienna);
  background-color: var(--kütüp-library--burntsienna);
  background-size: 11px;
}

.success-message-2 {
  color: #fff;
  background-color: #00963e;
  border-radius: 5px;
  font-size: 15px;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: #f71818;
  border-radius: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
}

.kutup-checkbox-field {
  font-size: 15px;
  display: flex;
}

.kutup-gray-link {
  color: #818181;
  font-weight: 700;
}

.text-block-77 {
  font-weight: 700;
}

.order-form {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-77 {
  font-family: Poppins, sans-serif;
}

.cs {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.text-block-78 {
  color: #4b4b4b;
  text-align: center;
  font-size: .8rem;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.select-field-4-to {
  border: 1px solid var(--blue-list-stroke);
  background-color: #fff6;
  border-radius: 6px;
  width: 220px;
  margin-bottom: 0;
}

.select-field-4-to.beranda {
  border-color: var(--blue-list-stroke);
}

.select-field-from {
  border: 1px solid var(--blue-list-stroke);
  background-color: #fff6;
  border-radius: 6px;
  width: 220px;
  margin-bottom: 0;
}

.select-field-from.beranda {
  border-color: var(--blue-list-stroke);
}

.select-field-4-seat {
  border: 1px solid var(--blue-list-stroke);
  background-color: #fff6;
  border-radius: 6px;
  width: 220px;
  margin-bottom: 0;
}

.select-field-4-seat.beranda {
  border-color: var(--blue-list-stroke);
}

.submit-button-7 {
  background-color: #3364ff;
  border-radius: 99px;
  align-self: flex-end;
  padding: 11px 23px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.container-term {
  text-align: center;
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---opacity-10 {
  opacity: .1;
}

.brix---opacity-20 {
  opacity: .2;
}

.brix---flex-card---image-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.brix---img-below-card {
  max-width: 750px;
  margin-left: auto;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---floating-image-hero-v1---1 {
  z-index: -1;
  position: absolute;
  inset: auto auto -32% -41%;
}

.brix---floating-image-hero-v1---2 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto 11% 8% auto;
  transform: rotate(140deg);
}

.brix---card-over-image {
  z-index: 1;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  max-width: 500px;
  padding: 80px 72px;
  position: absolute;
}

.brix---section-hero-short, .brix---section-hero-short-copy, .section-termconditions {
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
  overflow: hidden;
}

.paragraph {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 23px;
  text-decoration: none;
}

.div_block_term {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 7px;
  display: flex;
}

.text-block-79 {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: .9rem;
}

.text-block-80 {
  font-family: Poppins, sans-serif;
  font-size: .9rem;
}

.heading {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
}

.heading-2 {
  text-align: center;
  width: 550px;
  margin: 60px auto 40px;
  font-family: Poppins, sans-serif;
  font-size: 2.4rem;
  line-height: 3rem;
}

.div-block-78 {
  padding-left: 100px;
  padding-right: 100px;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-small-2.f-text-color-gray-500 {
  color: var(--flowui-component-library--gray-500);
}

.f-alert-information {
  background-color: var(--flowui-component-library--primary-lighter);
  color: var(--flowui-component-library--primary-base);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-right: 16px;
  display: flex;
}

.f-alert-regular {
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 340px;
  padding: 16px 0;
  display: flex;
  box-shadow: 56px 0 80px -24px #393b6a14;
}

.f-alert-content {
  width: 100%;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-2.f-text-weight-medium {
  font-weight: 500;
}

.f-alert-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.f-text-color-gray-500 {
  color: var(--flowui-component-library--gray-500);
}

.f-text-weight-medium {
  font-weight: 500;
}

.image-39 {
  width: 27px;
}

.wrapper-oder-detil {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Poppins, sans-serif;
}

.card-wrapper-order-detil {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.kode-pembayaran {
  border-radius: 7px;
}

.radio-button-hide {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.rd-hd {
  background-image: url('../images/Cabin-Luggage-7Kg.png');
  background-position: 0 0;
  background-size: auto;
  border: 1px #f000;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-79 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-wrapper-seat-copy {
  justify-content: space-between;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.bagasi_wrapper {
  height: 110px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.radio_bagasi {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.radio_bagasi_tes {
  background-image: url('../images/Cabin-Luggage-7Kg.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-style: none;
  border-radius: 0%;
  width: 100%;
  max-width: 100%;
  height: 180%;
  margin-bottom: 10px;
  margin-left: 0;
  position: relative;
  overflow: hidden;
}

.radio_bagasi_tes:active {
  background-color: #0000;
}

.radio_bagasi_tes.w--redirected-checked {
  background-color: #c3c7ff;
  border-style: none;
  border-radius: 4%;
}

.radio_bagasi_tes.mutasi-asmat {
  background-image: url('../images/waiting-payment-08.png');
}

.radio_bagasi_tes.mutasi-asmat.srg, .radio_bagasi_tes.mutasi-asmat.clg {
  background-image: url('../images/kursi-19.png');
}

.radio_bagasi_tes.unpaid, .radio_bagasi_tes.unpaid.srg {
  background-image: url('../images/waiting-payment-08.png');
}

.radio_bagasi_tes.mutasi-internal {
  background-image: url('../images/kursi-16.png');
}

.radio_bagasi_tes.mutasi-internal.clg {
  background-image: url('../images/kursi-18.png');
}

.radio_bagasi_tes.mutasi-internal.srg {
  background-image: url('../images/kursi-16.png');
}

.radio_bagasi_tes.penjualan-asmat, .radio_bagasi_tes.penjualan-asmat.srg {
  background-image: url('../images/kursi-13.png');
}

.radio_bagasi_tes.penjualan-asmat.clg {
  background-image: url('../images/waiting-payment-08.png');
}

.radio_bagasi_tes._1st {
  filter: grayscale();
  background-size: cover;
  max-width: 100%;
  height: 180%;
  margin-bottom: 10px;
  position: relative;
}

.radio_bagasi_tes._1st.w--redirected-checked {
  filter: none;
}

.radio_bagasi_tes.medium {
  background-image: url('../images/Med-sized-luggage-bag-20kg.png');
}

.radio_bagasi_tes.large {
  background-image: url('../images/Large-sized-luggage-bag-30kg.png');
}

.wrapper-baggage-cadangan {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: stretch;
  display: none;
}

.submit-button-8 {
  text-transform: uppercase;
  background-color: #d8011d;
  border-radius: 6px;
  flex: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
}

.text-field-3 {
  display: none;
}

.bagasi_penumpang {
  width: 100%;
}

.drop-down-bagasi {
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  height: 20px;
  margin-bottom: 2%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (min-width: 1440px) {
  .div-flex {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .div-flex.vertical.auto-size {
    width: 100%;
  }

  .div-flex.vertical.auto-size.search {
    width: auto;
  }

  .heading2.bold {
    font-size: 46px;
    line-height: 58px;
  }

  .div-r._40.bttom-2, .div-flex-landing-page {
    width: 300px;
  }

  .field-label-blue {
    font-size: 24px;
    line-height: 32px;
  }

  .button-2.gradient.submit._220p {
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .checkbox-field-5 {
    align-self: center;
    font-size: 20px;
    line-height: 26px;
  }

  .heading-subtitle.white {
    font-size: 46px;
    line-height: 58px;
  }

  .icon-text-2, .icon-text-2._2, .icon-text-2._2.address, .link-footer, .link-footer.address, .link-footer.mid {
    font-size: 20px;
    line-height: 30px;
  }

  .address-text {
    max-width: 450px;
    font-size: 20px;
    line-height: 30px;
  }

  .footer-text---lighter-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .sub-head-footer {
    font-size: 24px;
    line-height: 32px;
  }
}

@media screen and (min-width: 1920px) {
  .div-flex.horizontal.full {
    width: auto;
  }

  .div-search-ticket.flex.justify-center {
    align-items: flex-start;
  }

  .div-flex-landing-page {
    width: 220px;
  }

  .card.flex {
    justify-content: center;
  }

  .swap-button.shorter-margin {
    font-family: "Fa Solid 900", Arial, sans-serif;
  }

  .select-field-4.beranda {
    width: 220px;
  }

  .div-fasilitas {
    height: 65vh;
  }

  .select-field-4-to.beranda, .select-field-from.beranda, .select-field-4-seat.beranda {
    width: 220px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-5.flex {
    display: none;
  }

  .menu-button-4 {
    color: #1d3857;
    padding: 6px 0;
    font-size: 48px;
  }

  .menu-button-4.w--open {
    color: #1d3857;
    background-color: #fff;
    transform: rotate(90deg);
  }

  .brand-div {
    margin-top: 11px;
  }

  .nav-menu-3 {
    background-color: #151515ed;
  }

  .div-flex.horizontal.full {
    flex-flow: column;
  }

  .div-flex.horizontal.bottom {
    justify-content: center;
    width: 100%;
  }

  .scrolling-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wrapper_general {
    margin-left: 20px;
    margin-right: 20px;
  }

  .slider-3 {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .mask-3 {
    height: 100%;
    min-height: auto;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .div-r._40, .div-l._40, .input-3 {
    width: 100%;
  }

  .button-2.gradient {
    width: 100%;
    font-size: 10px;
    line-height: 16px;
  }

  .card.flex {
    justify-content: center;
    width: 100%;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }

  .div-m._40.bttom-2, .div-m._40.number_seat {
    width: 100%;
  }

  .bento-grid-item.is-slideshow, .bento-grid-item.is-video {
    height: 45rem;
  }

  .bento-grid-item.is-social {
    min-height: 20rem;
  }

  .bento-grid-item.is-mood-image {
    max-height: none;
  }

  .bento-grid-item.rec {
    height: 45rem;
  }

  .bento-grid-item.is-intro-copy {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .copy-small {
    width: 310px;
  }

  .bento-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .icon-embed-xsmall {
    width: 3.5rem;
    height: 3.5rem;
  }

  .social-icons1_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
  }

  .bento-mood-image {
    max-height: none;
  }

  .flex-wrapper {
    flex: 1;
  }

  .quick-stack-3, .quick-stack-4 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .image-2 {
    width: 40%;
  }

  .f-h1-heading {
    text-align: center;
    font-size: 3rem;
  }

  .f-image-cover {
    width: 110%;
    margin-left: auto;
    margin-right: auto;
    inset: -10% 0% 0% -4%;
  }

  .f-header-image-wrapper-tall {
    max-width: none;
    height: 530px;
    margin-top: 71px;
  }

  .f-header-button-wrapper {
    justify-content: center;
    align-items: center;
  }

  .f-header-grid {
    grid-template-columns: 1fr;
  }

  .div-outlet {
    background-image: linear-gradient(225deg, #f1292c, #891d2d 90%);
  }

  .div-block-63 {
    flex-flow: column;
  }

  .web-links-2.right {
    width: auto;
    padding-bottom: 30px;
    padding-left: 5%;
  }

  .web-links-2.footer-logo {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 2px;
    margin-left: 0%;
    padding-bottom: 35px;
    padding-left: 5%;
  }

  .footer-2 {
    flex-direction: column;
    padding-left: 4%;
    padding-right: 4%;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-link.b, .f-navigation-link.cu, .f-navigation-link.bg {
    display: block;
  }

  .f-navigation {
    position: relative;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-container {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link {
    flex: 1;
    margin-right: 0;
  }

  .dropdown-2, .dashboard-panel {
    display: none;
  }

  .div-info-profile {
    width: auto;
  }

  .image-35 {
    width: 110px;
  }

  .mobile-menu {
    color: #6c85a5;
    display: block;
  }

  .brand {
    margin-right: 5%;
    display: flex;
  }

  .navbar {
    background-color: #fff;
    border-radius: 12px;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    box-shadow: 0 2px 5px #00000012;
  }

  .nav-menu {
    color: #97a9c2;
    background-color: #fffffffa;
    border-radius: 16px;
    margin-top: 1%;
    box-shadow: 0 2px 5px #0000000d;
  }

  .nav-link-2 {
    font-weight: 600;
  }

  .div-block-5 {
    width: 40%;
    display: flex;
  }

  .menu-button {
    color: #921d2d;
    background-color: #fff;
  }

  .menu-button.w--open {
    color: #333;
    background-color: #fff;
  }

  .button-5 {
    color: #000;
    text-align: left;
    background-color: #0000;
    width: auto;
    margin-left: 4.65px;
    margin-right: 4.65px;
    padding: 20px;
    font-weight: 600;
    display: block;
  }

  ._2-line-wrapper {
    flex-flow: column;
  }

  .div-right {
    width: 50%;
  }

  .div-main-right {
    width: 96%;
    margin-top: 15%;
  }

  .div-main-right.cust {
    width: 96%;
    position: absolute;
  }

  .button-6.gradient {
    width: 100%;
    font-size: 10px;
    line-height: 16px;
  }

  .a-button-primary {
    display: flex;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper {
    max-width: 100%;
  }

  .dropdown-bahasa {
    display: none;
  }

  .wg-dd-1-list.wg-dropdown-link-flag {
    width: 100%;
  }

  .wg-dropdown-list {
    box-shadow: none;
    border-style: none;
    border-radius: 0;
    flex-flow: column;
    width: 150px;
    padding: 0;
  }

  .wg-dropdown-1-link {
    padding-left: 0;
    padding-right: 0;
  }

  .wg-element.desktop {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    flex: 1;
    justify-content: flex-end;
    margin-right: 40px;
    display: flex;
  }

  .wg-element.desktop.d {
    flex: 0 auto;
    display: flex;
  }

  .wg-element.mobile {
    display: none;
  }

  .a-button-primary-2 {
    display: flex;
  }

  .a-team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-baggage {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-73, .div-block-73._1st {
    height: 320px;
  }

  .div-block-74 {
    background-color: #fff;
    padding: 9px 18px;
  }

  .div-block-74:hover {
    background-color: #ffd6d6;
  }

  .f-grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper-2 {
    max-width: 100%;
  }

  .f-grid-two-column-3 {
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper-3 {
    max-width: 100%;
  }

  .f-grid-two-column-4 {
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper-large {
    max-width: 100%;
  }

  .f-contact-grid {
    grid-template-columns: 1fr;
  }

  .f-contact-image-wrapper {
    max-width: 100%;
  }

  .kutup-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .select-field-4-to, .select-field-from, .select-field-4-seat {
    width: 100%;
  }

  .submit-button-7 {
    align-self: center;
    width: 100%;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---flex-card---image-wrapper {
    display: block;
    position: static;
  }

  .brix---img-below-card {
    margin-top: -127px;
  }

  .brix---floating-image-hero-v1---1 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---2 {
    top: 24%;
    right: -30%;
  }

  .brix---card-over-image {
    margin-bottom: 34px;
    margin-left: auto;
    margin-right: auto;
    padding: 56px 48px;
    position: relative;
    bottom: 0;
  }

  .brix---section-hero-short, .brix---section-hero-short-copy, .section-termconditions {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-baggage-cadangan {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .scrolling-nav {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-3 {
    min-height: auto;
  }

  .bento-grid-item.is-video {
    height: 37rem;
  }

  .bento-grid-item.is-social {
    padding: 6vw;
  }

  .bento-grid-item.is-intro, .bento-grid-item.is-intro-copy {
    padding-top: 6vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .section-app {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .quick-stack-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-63 {
    flex-flow: column;
  }

  .web-links-2.right {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
  }

  .web-links-2.footer-logo {
    padding-bottom: 45px;
  }

  .lower-footer-links.wide {
    padding-top: 0;
  }

  .submit-button-5.reservasi {
    width: 25%;
  }

  .date-wrapper.outlet, .outlet-wrapper {
    padding-left: 0%;
  }

  .div-main-right {
    margin-top: 16%;
  }

  .a-h3-heading {
    font-size: 40px;
  }

  .a-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-blog-grid {
    grid-template-columns: 1fr;
  }

  .heading_fiture {
    font-size: 40px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .card-wrapper-informasi-penumpang {
    grid-template-columns: 1.5fr;
  }

  .a-h3-heading-2 {
    font-size: 40px;
  }

  .a-section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-large-3, .section-about-us {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-3 {
    font-size: 40px;
  }

  .f-section-large-4, .section-service {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-contact-grid {
    grid-template-columns: 1fr;
  }

  .f-contact-image-wrapper {
    max-width: 100%;
  }

  .kutup-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---floating-image-hero-v1---1 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---2 {
    max-width: 480px;
  }

  .brix---card-over-image {
    padding: 45px 32px;
  }

  .brix---section-hero-short, .brix---section-hero-short-copy, .section-termconditions {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card-wrapper-order-detil {
    grid-template-columns: 1.5fr;
  }
}

@media screen and (max-width: 479px) {
  .icon-7 {
    width: auto;
    margin-top: 12px;
  }

  .navbar-5.flex {
    padding: 1rem;
    display: none;
  }

  .menu-button-4 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .brand-div.nav {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .nav-menu-3 {
    background-color: #f9f9f9fa;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .nav-link-header.solid.alt {
    margin-right: 10px;
  }

  .nav-link-header.solid.alt.sml {
    width: 50%;
  }

  .div-flex {
    flex-direction: column;
  }

  .div-flex.vertical.auto-size, .div-flex.vertical.auto-size.search {
    width: 100%;
  }

  .div-flex.horizontal {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    width: 100%;
  }

  .div-flex.horizontal.full {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-flex.horizontal.bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section_banner_lp {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .wrapper_general {
    border-radius: 10px;
    height: 100%;
  }

  .slider-3 {
    height: auto;
  }

  .mask-3 {
    height: 100%;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .form-block-7 {
    width: 100%;
  }

  .heading2 {
    text-align: left;
    padding-bottom: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .heading2.bold {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .wrapper-top {
    width: 100%;
  }

  .div-search-ticket.flex {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-search-ticket.flex.justify-center {
    justify-content: center;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-r._40 {
    width: 100%;
  }

  .div-r._40.bttom-2 {
    width: 100%;
    margin-left: 0%;
  }

  .div-l._40, .input-3, .div-flex-landing-page {
    width: 100%;
  }

  .section-book-ticket {
    padding-top: 1rem;
    overflow: visible;
  }

  .field-label-blue {
    font-size: 12px;
  }

  .button-2.gradient {
    text-align: center;
    margin-top: 2.5%;
    font-size: 10px;
    line-height: 14px;
  }

  .button-2.gradient.submit, .button-2.gradient.submit._220p, .card {
    width: 100%;
  }

  .card.flex {
    padding: 1rem;
  }

  .div-m._40, .div-m._40.bttom-2, .div-m._40.number_seat {
    width: 100%;
  }

  .swap-button {
    margin-top: 0;
  }

  .swap-button.shorter-margin {
    font-family: "Fa Solid 900", Arial, sans-serif;
  }

  .div-card {
    display: flex;
  }

  .select-field-4 {
    width: 100%;
    margin-bottom: 0;
  }

  .select-field-4.beranda {
    width: 100%;
  }

  .div-swap {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-swap.space {
    display: none;
  }

  .bento-grid-item.is-intro-copy {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
  }

  .copy-small {
    width: auto;
  }

  .bento-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bento-mood-image {
    height: 22rem;
  }

  .card-fasilitas.outlet {
    margin-bottom: 20px;
  }

  .flex-wrapper {
    width: 225px;
  }

  .quick-stack-3 {
    padding-bottom: 12px;
  }

  .heading-subtitle.white {
    font-size: 1.5rem;
  }

  .div-fasilitas {
    background-image: linear-gradient(to bottom, null, null);
    flex-flow: column;
    height: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 2rem;
    display: flex;
  }

  .quick-stack-4 {
    margin-top: 20px;
  }

  .image-icon {
    width: 40%;
  }

  .image-2 {
    width: auto;
    position: static;
  }

  .f-image-cover {
    top: 0%;
  }

  .f-header-image-wrapper-tall {
    border-radius: 20px;
    width: 100%;
    height: 350px;
  }

  .div-outlet {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .web-links-2.right {
    justify-content: center;
    padding-bottom: 20px;
  }

  .image-33 {
    width: 300px;
  }

  .lower-footer-links.wide {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-2 {
    margin-top: 0;
    padding-top: 3rem;
  }

  .f-navigation-button.m, .dropdown-2 {
    display: none;
  }

  .submit-button-5.reservasi {
    width: 100%;
  }

  .nav-wrapper {
    justify-content: flex-start;
    width: auto;
    display: flex;
  }

  .image-35 {
    width: 60px;
  }

  .brand {
    padding-left: 0;
  }

  .navbar {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

  .nav-menu {
    z-index: 3;
    display: flex;
  }

  .nav-link-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 0;
  }

  .div-block-5 {
    font-size: 12px;
    line-height: 16px;
  }

  .menu-button {
    display: flex;
  }

  .button-5 {
    padding-left: 25px;
  }

  .button-5.keluar {
    color: #921d2d;
    padding-left: 16px;
    font-weight: 800;
  }

  .grid-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .legend-div-content.vertical {
    width: 50%;
  }

  .sub-text-reservasi {
    font-size: 10px;
  }

  .right-text-fill {
    width: 80%;
  }

  .date-wrapper.reservasi {
    width: 100%;
  }

  .outlet-wrapper.smaller.full {
    max-height: none;
  }

  .outlet-wrapper.auto {
    flex-flow: column;
    max-height: none;
    margin-bottom: 5%;
    overflow: visible;
  }

  .outlet-wrapper.auto.none {
    margin-bottom: 10%;
    position: relative;
  }

  .outlet-wrapper.auto._50.change, .outlet-wrapper.auto._50.norm {
    margin-bottom: 5%;
  }

  ._2-line-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  ._2-line-wrapper._70._100 {
    width: 100%;
  }

  ._2-line-wrapper.padding {
    padding-left: 0%;
  }

  ._2-line-wrapper.right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._2-line-wrapper.sched {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: row;
  }

  ._2-line-wrapper.b {
    flex-direction: column;
  }

  .div-keterangan.reservasi.reserve {
    flex-direction: row;
  }

  .div-seat.reservasi {
    flex-flow: column;
    width: 100%;
    max-width: 274.4px;
    height: auto;
    display: flex;
  }

  .div-right {
    width: 50%;
    margin-top: 2.5%;
    font-size: 10px;
  }

  .div-right.cust, .div-right.cust.sml {
    width: 100%;
  }

  .div-right._100 {
    flex-direction: column;
  }

  .div-right.vertical {
    width: 100%;
  }

  .tab-link-tab-2-3 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-pane-tab-1 {
    width: 100%;
  }

  .left-text-fill {
    width: 30%;
  }

  .div-line-wrapper._50 {
    width: 100%;
    display: flex;
  }

  .text-small.legend {
    text-align: center;
    font-size: 10px;
    line-height: 10px;
  }

  .text-small.pemesanan.isi-keterangan {
    height: auto;
  }

  .div-text-question.right {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 30px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .div-text-question.right.cus {
    justify-content: flex-start;
    width: 100%;
  }

  .div-text-question.right.cus._100 {
    justify-content: flex-start;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .tab-link-tab-3-2, .tab-link-tab-3-2.w--current {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-penumpang {
    width: 100%;
    margin-left: 0%;
    padding-left: 0%;
  }

  .div-penumpang.larger {
    width: 100%;
    padding-left: 0%;
  }

  .form.search {
    flex-direction: column;
  }

  .form.search.seat {
    align-items: flex-start;
    display: flex;
  }

  .div-info.reservasi {
    width: 50%;
  }

  .div-main-right {
    margin-top: 23%;
  }

  .div-main-right.cust {
    width: 96%;
    position: absolute;
  }

  .stock.bold {
    font-size: 12px;
    line-height: 14px;
  }

  .destination-text {
    font-size: 11px;
    line-height: 14px;
  }

  .button-6.gradient {
    text-align: center;
    margin-top: 2.5%;
    font-size: 10px;
    line-height: 14px;
  }

  .form-kursi {
    flex-direction: column;
    display: flex;
  }

  .dropdown-div.reservasi {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-font {
    font-size: 24px;
    line-height: 32px;
  }

  .div-input-answer.multiple.cus {
    margin-top: 2.5%;
  }

  .tabs-menu-3 {
    display: flex;
  }

  .legend-div.reservasi.seat.vertical {
    flex-direction: column;
    display: flex;
  }

  .subtitle-div-reservasi, .subtitle-div-reservasi._0margin.padding {
    padding-left: 0%;
  }

  .text-field-form._25 {
    width: 100%;
  }

  .div-left.destination {
    width: 40%;
    margin-top: 2.5%;
    line-height: 14px;
  }

  .div-left._70.auto, .div-left.cust {
    width: 100%;
  }

  .div-wrapper {
    width: auto;
    max-width: 274.4px;
  }

  .tab-link-tab-1-3 {
    width: 30%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .subtile-div-drop-down-reservasi {
    margin-left: 0;
    margin-right: 0;
  }

  .form-block-4, .select-field._25 {
    width: 100%;
  }

  .div-text-field {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-wrapper-seat {
    width: 100%;
  }

  .link-block-14 {
    width: auto;
    height: auto;
  }

  .data-keberangkatan-div.penumpang.reservasi {
    justify-content: flex-start;
  }

  .data-keberangkatan-div.penumpang.reservasi.left {
    width: auto;
    padding-left: 0%;
  }

  .button-13 {
    text-align: center;
    width: 100%;
  }

  .button-13.jenis-payment.reservasi, .a-button-primary {
    width: 100%;
  }

  .a-blog-card {
    text-align: center;
  }

  .button-15 {
    text-align: center;
    align-self: center;
    width: 100%;
  }

  .heading_fiture {
    font-size: 1.6rem;
  }

  .dropdown-bahasa {
    display: none;
  }

  .wg-dd-1-list.wg-dropdown-link-flag.w--open {
    width: 110%;
    margin-left: auto;
    margin-right: auto;
  }

  .wg-dropdown-list {
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 11px 10px;
  }

  .wg-element.desktop {
    display: none;
  }

  .wg-element.desktop.d {
    margin-right: 0;
  }

  .wg-element.mobile {
    display: block;
  }

  .jadwal-list {
    width: auto;
  }

  .form-list {
    width: 100%;
  }

  .schedulecard_bus_trip_info {
    padding: 28px 18px;
  }

  .schedulecard_footer_card {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .button-16 {
    margin-top: 17px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-69 {
    align-self: flex-end;
  }

  .card-wrapper-informasi-penumpang {
    grid-template-columns: 1.5fr;
  }

  .information-schedule {
    width: auto;
  }

  .a-h6-heading {
    font-size: .8rem;
  }

  .a-button-primary-2 {
    width: 100%;
  }

  .a-paragraph-regular-2 {
    font-size: 15px;
  }

  .a-team-grid {
    grid-template-columns: 1fr;
  }

  .wrapper-baggage {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .div-block-73, .div-block-73._1st {
    height: 210px;
  }

  .div-block-76 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .f-content-form {
    flex-direction: column;
  }

  .cta.m, .cta_book_group.m {
    display: none;
  }

  .f-content-form-2 {
    flex-direction: column;
  }

  .kutup-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-display-3 {
    font-size: 32px;
  }

  .kutup-field.kutup-select {
    margin-bottom: 10px;
  }

  .kutup-form-grid {
    grid-template-columns: 1fr;
  }

  .kutup-checkbox {
    flex: none;
  }

  .text-block-78 {
    font-size: .6rem;
  }

  .select-field-4-to {
    width: 100%;
    margin-bottom: 0;
  }

  .select-field-4-to.beranda {
    width: 100%;
  }

  .select-field-from {
    width: 100%;
    margin-bottom: 0;
  }

  .select-field-from.beranda {
    width: 100%;
  }

  .select-field-4-seat {
    width: 100%;
    margin-bottom: 0;
  }

  .select-field-4-seat.beranda {
    width: 100%;
  }

  .brix---btn-primary, .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .container-term {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---img-below-card {
    margin-top: 0;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---floating-image-hero-v1---1 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---2 {
    display: none;
  }

  .brix---card-over-image {
    padding: 34px 24px;
  }

  .brix---section-hero-short, .brix---section-hero-short-copy, .section-termconditions {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .heading-2 {
    width: auto;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .div-block-78 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-3 {
    font-size: 1.8rem;
  }

  .card-wrapper-order-detil {
    grid-template-columns: 1.5fr;
  }

  .div-wrapper-seat-copy {
    width: 100%;
  }

  .wrapper-baggage-cadangan {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: none;
  }

  .bagasi_penumpang.multiple.cus {
    margin-top: 2.5%;
  }
}

#w-node-_0d5b5f6d-2b93-72f2-da8e-8633cc726b29-65c3cbe9 {
  justify-self: auto;
}

#w-node-_0d5b5f6d-2b93-72f2-da8e-8633cc726b2a-65c3cbe9 {
  justify-self: end;
}

#w-node-_236fe0b7-77e6-233a-c786-9c4e50e83f4b-65c3cbe9 {
  justify-self: auto;
}

#w-node-_236fe0b7-77e6-233a-c786-9c4e50e83f4c-65c3cbe9 {
  justify-self: end;
}

#w-node-_7b7a4eca-f61e-3b5b-038b-1687afd6e4f2-65c3cbe9 {
  justify-self: auto;
}

#w-node-_7b7a4eca-f61e-3b5b-038b-1687afd6e4f3-65c3cbe9 {
  justify-self: end;
}

#w-node-_1f4187ec-ce20-1758-b0dc-44d4c18f6aae-65c3cbe9 {
  justify-self: center;
}

#w-node-b289fd81-6a75-e378-3d64-1dd6c9ee0295-65c3cbe9, #w-node-b289fd81-6a75-e378-3d64-1dd6c9ee0296-65c3cbe9, #w-node-_86b5feb0-0e37-8baf-0a44-ed04d7239e2a-65c3cbe9, #w-node-_86b5feb0-0e37-8baf-0a44-ed04d7239e2b-65c3cbe9, #w-node-_41ae6346-9ab4-6e6a-ec1d-d3d264af5c7e-65c3cbe9, #w-node-_41ae6346-9ab4-6e6a-ec1d-d3d264af5c7f-65c3cbe9, #w-node-_6c550ba9-0a62-acbc-ef22-bad43abad91a-65c3cbe9, #w-node-_6c550ba9-0a62-acbc-ef22-bad43abad91b-65c3cbe9, #w-node-ed5f6350-4a4d-afc4-c741-1945fa67be30-65c3cbe9, #w-node-ed5f6350-4a4d-afc4-c741-1945fa67be31-65c3cbe9, #w-node-_011ee749-75c0-db46-733f-6d43a15a6ca7-65c3cbe9, #w-node-_011ee749-75c0-db46-733f-6d43a15a6ca8-65c3cbe9, #w-node-_355bc454-3ead-6c9a-4efe-b789f0e4784b-65c3cbe9, #w-node-_355bc454-3ead-6c9a-4efe-b789f0e4784c-65c3cbe9, #w-node-d457ad95-2293-e55e-068e-49e538e57cf6-65c3cbe9, #w-node-d457ad95-2293-e55e-068e-49e538e57cf7-65c3cbe9, #w-node-_00f7fbc5-9290-f1fe-0262-08a577c03490-65c3cbe9, #w-node-_00f7fbc5-9290-f1fe-0262-08a577c03491-65c3cbe9, #w-node-_1ffe4e2b-f303-c79f-632d-b38d5a246de1-8b8cc0c4, #w-node-_1ffe4e2b-f303-c79f-632d-b38d5a246dec-8b8cc0c4, #w-node-_1ffe4e2b-f303-c79f-632d-b38d5a246df9-8b8cc0c4, #w-node-_1ffe4e2b-f303-c79f-632d-b38d5a246e06-8b8cc0c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43cc8d4e-32e8-adfd-4be6-6dd78a7158df-ea6329e7 {
  justify-self: end;
}

#w-node-_542c3fa2-a023-b611-258d-1c0474a292cf-ea6329e7 {
  justify-self: start;
}

#w-node-_1f4187ec-ce20-1758-b0dc-44d4c18f6aae-ea6329e7 {
  justify-self: center;
}

#w-node-d136f99d-71ef-94fe-7d65-e505f51a0a29-a79cdb99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-b289fd81-6a75-e378-3d64-1dd6c9ee0295-2cd3f572, #w-node-b289fd81-6a75-e378-3d64-1dd6c9ee0296-2cd3f572, #w-node-_86b5feb0-0e37-8baf-0a44-ed04d7239e2a-2cd3f572, #w-node-_86b5feb0-0e37-8baf-0a44-ed04d7239e2b-2cd3f572, #w-node-_41ae6346-9ab4-6e6a-ec1d-d3d264af5c7e-2cd3f572, #w-node-_41ae6346-9ab4-6e6a-ec1d-d3d264af5c7f-2cd3f572, #w-node-_6c550ba9-0a62-acbc-ef22-bad43abad91a-2cd3f572, #w-node-_6c550ba9-0a62-acbc-ef22-bad43abad91b-2cd3f572, #w-node-ed5f6350-4a4d-afc4-c741-1945fa67be30-2cd3f572, #w-node-ed5f6350-4a4d-afc4-c741-1945fa67be31-2cd3f572, #w-node-_011ee749-75c0-db46-733f-6d43a15a6ca7-2cd3f572, #w-node-_011ee749-75c0-db46-733f-6d43a15a6ca8-2cd3f572, #w-node-_355bc454-3ead-6c9a-4efe-b789f0e4784b-2cd3f572, #w-node-_355bc454-3ead-6c9a-4efe-b789f0e4784c-2cd3f572, #w-node-d457ad95-2293-e55e-068e-49e538e57cf6-2cd3f572, #w-node-d457ad95-2293-e55e-068e-49e538e57cf7-2cd3f572, #w-node-_00f7fbc5-9290-f1fe-0262-08a577c03490-2cd3f572, #w-node-_00f7fbc5-9290-f1fe-0262-08a577c03491-2cd3f572 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_138eefc8-4539-fded-0003-7fefcecfa0f3-65c3cbe9, #w-node-_0d5b5f6d-2b93-72f2-da8e-8633cc726b29-65c3cbe9, #w-node-_236fe0b7-77e6-233a-c786-9c4e50e83f4b-65c3cbe9, #w-node-_7b7a4eca-f61e-3b5b-038b-1687afd6e4f2-65c3cbe9, #w-node-_1f4187ec-ce20-1758-b0dc-44d4c18f6a9d-65c3cbe9 {
    order: -9999;
  }

  #w-node-_1f4187ec-ce20-1758-b0dc-44d4c18f6aae-65c3cbe9 {
    justify-self: center;
  }

  #w-node-_43cc8d4e-32e8-adfd-4be6-6dd78a7158cd-ea6329e7, #w-node-_1f4187ec-ce20-1758-b0dc-44d4c18f6a9d-ea6329e7 {
    order: -9999;
  }

  #w-node-_1f4187ec-ce20-1758-b0dc-44d4c18f6aae-ea6329e7 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7589243e-4781-7eff-7f2f-01bc02d21c64-8b8cc0c4, #w-node-_7589243e-4781-7eff-7f2f-01bc02d21c64-4e79c37c {
    order: -9999;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}