@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica.ttc') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica m;
  src: url('../fonts/HelveticaNeue-Medium-11.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Playbusbaysgtdemo;
  src: url('../fonts/PlaybusBaysGTDemo.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --paragraph: 16px;
  --2-5: 2.5rem;
  --padding-global-tablet: 2.5rem;
  --base-bolor-1: #eae1c9;
  --base-color-2: #8d5b33;
  --_color---button-click: #eae1c9;
  --_color---button-state: #696a26;
  --mobile-padding: 1.25rem;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

.hero {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  flex-flow: column;
  height: auto;
  display: flex;
  overflow: hidden;
}

.paragraph {
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.deks-navbar {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000008c;
  border-bottom: 1px solid #eae1c9;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 62px;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 5rem;
  display: flex;
  position: relative;
}

.warp-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.warp-lottie {
  width: 40px;
  height: 40px;
}

.div-block {
  display: none;
}

.link-block {
  justify-content: center;
  align-items: center;
  display: block;
}

.nav-link-dekstop {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-lokasi {
  color: #eae1c9;
  padding-top: 10px;
  text-decoration: none;
  display: flex;
}

.link-lokasi:hover {
  background-color: #eae1c933;
  text-decoration: none;
}

.link-tentang {
  color: #eae1c9;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.link-tentang:hover {
  text-underline-position: under;
  text-decoration: underline;
}

.link-galeri {
  color: #eae1c9;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.link-galeri:hover {
  text-underline-position: under;
  text-decoration: underline;
}

.div-block-2 {
  text-decoration: none;
}

.link-acara {
  color: #eae1c9;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.link-acara:hover {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
  text-decoration: underline;
}

.menu-link-mobile {
  display: none;
}

.text-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-flow: column;
  height: auto;
  margin-bottom: 0;
  margin-left: 5rem;
  font-family: Playbusbaysgt;
  font-size: 32px;
  line-height: 32px;
  display: block;
  position: static;
  inset: auto auto 0% 0%;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: static;
  inset: auto auto 50px 0%;
}

.nav-link-mobile {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.link-menu {
  color: #eae1c9;
  text-decoration: none;
}

.public-overview {
  background-color: #eae1c9;
  padding-left: 0;
  padding-right: 0;
}

.play-pause-button {
  display: none;
  overflow: visible;
}

.container-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.title-public-overview {
  color: #8d5b33;
  font-size: var(--paragraph);
  border-bottom: 1px #8d5b33;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: block;
  position: relative;
}

.image-sccroll-triger {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 163px;
  display: flex;
}

.heading {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 92px;
  font-weight: 700;
  line-height: 102px;
  display: block;
}

.image-2 {
  width: 340px;
  max-width: none;
  height: 543px;
  overflow: clip;
}

.image-2:hover {
  width: 591px;
}

.image-3 {
  width: 340px;
  max-width: none;
  height: 543px;
}

.image-3:hover {
  width: 591px;
}

.image-4 {
  width: 340px;
  max-width: none;
  height: 543px;
  transition: width .25s;
}

.image-4:hover {
  width: 591px;
}

.image-5 {
  object-fit: cover;
  width: auto;
  height: 543px;
  overflow: visible;
}

.div-block-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.line-move {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  display: flex;
}

.image-mobile {
  display: none;
}

.public-menu {
  background-color: #767739;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 8.375rem 0;
  display: flex;
  position: relative;
}

.menu-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  padding-top: 0;
  display: flex;
}

.background-video {
  width: auto;
  max-width: 100vw;
  height: 100vh;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.relative-for-stiky-1, .relative-for-stiky-2, .realtive-for-stiky-3 {
  display: none;
}

.collection-list-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.public-story {
  width: 100vw;
  height: auto;
  overflow: hidden;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-10 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  position: static;
  overflow: visible;
}

.image-11 {
  width: 100%;
  max-width: none;
}

.div-block-6 {
  width: 50%;
}

.div-block-7 {
  width: 50%;
  max-width: 50%;
  height: 99.9999%;
  max-height: 99%;
  overflow: hidden;
}

.body {
  background-color: #eae1c9;
  overflow-x: hidden;
}

.div-block-8 {
  z-index: 10;
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.div-block-9 {
  position: relative;
}

.heading-2 {
  color: #8d5b33;
  font-family: Playbusbaysgt;
  font-size: 38px;
}

.div-block-10 {
  padding: 6.625rem 8.125rem 0;
  position: absolute;
}

.div-block-11 {
  width: 340px;
  transition: width .8s;
  overflow: hidden;
}

.div-block-11:hover {
  width: 523px;
}

.collection-list-wrapper-2 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-12 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.paragraph-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Playbusbaysgtdemo, Georgia, sans-serif;
  font-size: 32px;
  line-height: 32px;
  display: flex;
}

.paragraph-3 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Playbusbaysgtdemo, Georgia, sans-serif;
  font-size: 38px;
  line-height: 38px;
  display: flex;
}

.collection-item {
  width: 100%;
  padding-left: 0;
}

.div-block-13 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.public-menu-mobile {
  background-color: #767739;
  height: 100vh;
  display: none;
}

.warp {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.name-and-category-on-img {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 11px;
  display: flex;
}

.catergory {
  font-size: var(--paragraph);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.line {
  border: 1px solid var(--base-bolor-1);
  background-color: #eae1c9;
  width: 100%;
  height: 1px;
  display: block;
}

.paragraph-4 {
  color: #eae1c9;
  margin-bottom: 0;
  font-size: 16px;
}

.collection-item-2 {
  width: 500px;
  height: 500px;
}

.line-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  display: flex;
}

.paragraph-5 {
  color: var(--base-bolor-1);
  margin-bottom: 0;
}

.container-2 {
  max-width: none;
}

.section {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--base-color-2);
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
  overflow: visible;
}

.div-block-15 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--base-bolor-1);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

.link-2 {
  color: var(--base-bolor-1);
  font-size: var(--paragraph);
  text-decoration: none;
}

.image-12 {
  width: auto;
  max-width: none;
  overflow: visible;
}

.collection-item-3 {
  justify-content: center;
  align-items: center;
}

.collection-list-wrapper-3 {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.collection-item-4 {
  width: 100%;
}

.information-mobile {
  color: #000;
  text-align: left;
  margin-bottom: 48px;
  font-size: 16px;
  line-height: 26px;
  display: none;
}

.kereta-mobile {
  width: auto;
  max-width: none;
  margin-top: 7.125rem;
  display: none;
}

.slider {
  height: 100vh;
}

.icon {
  display: none;
}

.collection-item-5 {
  background-color: var(--base-color-2);
  display: flex;
}

.icon-2, .div-block-16, .div-block-17 {
  display: none;
}

.link-3 {
  color: var(--base-bolor-1);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
  transition: text-underline-offset .8s;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.div-block-18 {
  background-color: var(--base-color-2);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  display: flex;
  position: static;
  inset: auto 5rem 0% auto;
}

.public-banner {
  background-color: var(--base-color-2);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  max-height: none;
  padding: 2.53333rem;
  display: flex;
}

.collection-list-wrapper-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.collection-list {
  justify-content: center;
  align-items: center;
  height: 388px;
  display: flex;
}

.collection-item-6 {
  width: auto;
}

.image-15 {
  display: none;
}

.div-block-19 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-20 {
  clear: none;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5rem;
  display: flex;
}

.kereta-dekstop {
  width: auto;
  max-width: none;
  margin-top: 7.125rem;
}

.kereata-dekstop {
  width: auto;
  max-width: none;
  margin-top: 7.125rem;
  display: none;
}

.div-block-21 {
  box-sizing: content-box;
  clear: none;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  display: flex;
  position: relative;
}

.paragraph-7 {
  float: left;
  clear: both;
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.div-block-22 {
  float: none;
  clear: none;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.information-dekstop {
  color: #000;
  text-align: left;
  margin-bottom: 48px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.image-16 {
  display: none;
}

.train-video-dekstop {
  z-index: 100;
  background-color: #322;
  margin-bottom: 0;
  overflow: visible;
  transform: scale(1.15);
}

.train-warp-dekstop {
  width: 100%;
  transform: scale(1.2);
}

.train-warp-mobile {
  width: 100%;
  display: none;
}

.train-video-mobile {
  z-index: 100;
  background-color: #322;
  margin-bottom: 0;
  overflow: visible;
  transform: scale(1.15);
}

.link-menu-dekstop {
  color: #eae1c9;
  cursor: pointer;
  padding-top: 0;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
  transition: all .8s;
  display: block;
}

.link-menu-dekstop:hover {
  text-underline-position: under;
  border-bottom: 1px #000;
  padding-top: 0;
  text-decoration: underline;
}

.container-3 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  height: auto;
  display: block;
  overflow: visible;
}

.collection-list-wrapper-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-item-7 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.banner-content1 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-23 {
  flex-flow: column;
  width: auto;
  max-width: none;
  height: auto;
  display: flex;
  position: relative;
  overflow: clip;
}

.image-17 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  overflow: visible;
}

.div-block-24 {
  padding: 12px;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-3, .paragraph-8 {
  color: #fff;
}

.link-instagram {
  color: var(--base-bolor-1);
  border: 1px solid #eae1c9;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

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

.collection-list-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-26 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  display: flex;
  transform: translate(0, 102px);
}

.lottie-animation-2 {
  width: 32px;
  height: 32px;
}

.paragraph-9 {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.public-overview-image {
  padding: 0 5rem 5rem;
}

.height {
  background-image: linear-gradient(#000, #fff);
  height: auto;
  position: static;
}

.mobile-image-overview {
  display: none;
}

.sticky {
  width: 100%;
  height: auto;
  display: flex;
  position: static;
  top: 0;
}

.mover {
  width: 100vw;
  display: flex;
}

.flex-offset {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--base-bolor-1);
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  overflow: visible;
}

.full-page {
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
}

.full-page.is-horizontal-scroll-section {
  width: 348px;
  height: 465px;
  transition: width .8s;
  overflow: clip;
}

.dekstop-image-overview-copy {
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.image-18, .image-19 {
  max-width: none;
  overflow: visible;
}

.image-20 {
  max-width: none;
  overflow: clip;
}

.image-21 {
  max-width: none;
}

.mobile-overview-gambar {
  width: 100vw;
  height: 100vh;
  display: none;
}

.shape {
  width: 100vw;
  max-width: none;
  position: absolute;
  inset: 0% 0% auto;
  transform: scale(1.2);
}

.warp-content-menu {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1px solid var(--_color---button-click);
  border-bottom: 1px solid var(--base-bolor-1);
  background-color: #6d4e4e00;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: none;
  height: 100vh;
  margin-top: 37px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-31 {
  border: 1px solid var(--base-bolor-1);
  width: 100vw;
  height: 1px;
  padding-left: 5rem;
  padding-right: 5rem;
}

.line-menu {
  border: 1px solid var(--base-bolor-1);
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: 0 0% 0 auto;
}

.line-menu-bottom {
  border: 1px solid var(--base-bolor-1);
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.warp-image-menu-multiple {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 53.1vw;
  height: auto;
  padding-top: 0;
  padding-left: 20px;
  display: flex;
  overflow: hidden;
}

.line-categories {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 52px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-2, .text-block-3 {
  color: var(--base-bolor-1);
  font-family: Helvetica, Arial, sans-serif;
}

.div-block-34 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 174px;
  height: 152px;
  padding: 6px;
  display: flex;
  overflow: clip;
}

.image-22 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  max-width: none;
  overflow: visible;
}

.paragraph-10 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.collection-item-8 {
  height: auto;
  display: flex;
}

.collection-item-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 233px;
  height: auto;
  display: flex;
}

.collection-list-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.image-23 {
  width: 100%;
  height: 80%;
}

.div-block-35 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 174px;
  height: 152px;
  padding: 6px;
  display: flex;
  overflow: hidden;
}

.image-24 {
  width: 100%;
  height: 80%;
}

.collection-list-wrapper-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid {
  border-left: 1px solid var(--base-bolor-1);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 200px;
  height: 100%;
  max-height: none;
  padding-left: 9px;
  display: flex;
}

.div-block-36 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 152px;
  min-width: 152px;
  height: 100%;
  min-height: 240px;
  max-height: 240px;
  padding: 6px;
  display: flex;
  overflow: hidden;
}

.image-25 {
  overflow: visible;
}

.categories {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-block-4 {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.coffe {
  z-index: 5;
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  cursor: pointer;
  background-color: #696a26;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 103px;
  height: 90px;
  display: flex;
  position: relative;
}

.caterogry-and-sub-category {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #eae1c9;
  border-left: 1px solid #eae1c9;
  border-right: 1px solid #eae1c9;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  display: none;
}

.text-block-5 {
  color: #fff;
  background-color: #696a26;
  border-top: 1px solid #eae1c9;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  font-size: 16px;
  line-height: 32px;
  display: flex;
}

.text-block-6 {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 52px;
  display: flex;
}

.div-block-39 {
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  height: 52px;
  padding: 20px;
  display: flex;
}

.image-menu-multiple {
  height: 100vh;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-40 {
  border-top: 1px solid var(--base-bolor-1);
  border-right: 1px solid var(--base-bolor-1);
  border-left: 1px solid var(--base-bolor-1);
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 328px;
  margin-top: 0;
  padding: 21px 20px;
  display: flex;
  overflow: visible;
}

.image-26 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 42px;
  max-width: none;
  padding: 21px;
  overflow: visible;
}

.warp-categories-and-sub-categorie {
  color: var(--base-bolor-1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 501.6px;
  display: flex;
}

.warp-book-dekstop {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.div-block-43 {
  border-right: 1px solid var(--base-bolor-1);
  border-left: 1px solid var(--base-bolor-1);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px 20px;
  display: flex;
}

.text-block-7 {
  z-index: 1;
  color: #fff;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 16px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-44 {
  filter: blur(20px);
  background-image: none;
  width: 366px;
  height: 98px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-45 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 286px;
  display: flex;
  position: relative;
}

.non-coffee {
  z-index: 5;
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  cursor: pointer;
  background-color: #696a26;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 103px;
  height: 90px;
  display: flex;
  position: relative;
}

.meal, .snack {
  z-index: 5;
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  background-color: #696a26;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 103px;
  height: 90px;
  display: flex;
  position: relative;
}

.line-and-title {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.div-block-46 {
  padding-top: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow-y: hidden;
}

.public-activities {
  height: auto;
  padding: 2.5rem;
  position: relative;
}

.container-4 {
  background-color: #8d5b33;
  max-width: none;
  min-height: 100vh;
}

.container-5 {
  background-color: #8d5b33;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: auto;
  padding: 5.75rem 0 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-public-activies {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.is-title {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.icon-2 {
  display: block;
}

.div-block-47 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-4 {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 90px;
}

.warp-image-1 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.warp-act-img1 {
  justify-content: center;
  align-items: center;
  width: 44%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  transform: rotate(-7deg);
}

.image-27 {
  width: 1293px;
  transition: opacity .2s;
  position: static;
  transform: rotate(0);
}

.image-28 {
  position: absolute;
  inset: 0% 0% 0% -188px;
}

.text-block-8 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
}

.div-block-49 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.date {
  font-family: Helvetica, Arial, sans-serif;
}

.image-29 {
  width: 70%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-50 {
  border: 1px solid var(--base-bolor-1);
  width: 100%;
}

.line-bwah {
  border: 1px solid var(--base-bolor-1);
  height: 100%;
}

.container-6 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: hidden;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.image-30 {
  width: auto;
  max-width: none;
  overflow: visible;
}

.div-block-52 {
  aspect-ratio: 16 / 9;
}

.text-block-9 {
  position: absolute;
}

.collection-list-wrapper-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-item-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.div-block-53 {
  background-color: #442828;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40px;
  max-height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-31 {
  z-index: 0;
  display: inline-flex;
  position: absolute;
}

.state {
  max-width: 44px;
  max-height: 44px;
  display: block;
  overflow: visible;
}

.even-click {
  display: none;
  position: absolute;
}

.div-block-54 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40px;
  max-height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-32 {
  position: absolute;
}

.div-block-55 {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 55px;
  height: auto;
  max-height: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ev {
  position: absolute;
}

.div-block-56 {
  justify-content: center;
  align-items: center;
  max-width: 57px;
  max-height: 42px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-33 {
  position: absolute;
}

.div-block-57 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 80px;
  max-height: 80px;
  display: flex;
}

.collection-item-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.frame {
  background-image: linear-gradient(#000, #fff);
  height: auto;
  position: static;
}

.warp-book-mobile {
  display: none;
}

.lottie-animation-3 {
  display: flex;
}

.state-sub-category {
  border-top: 1px solid var(--base-bolor-1);
  background-color: #696a26;
  padding: 7px 10px;
  display: none;
}

.text-block-10 {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}

.collection-list-wrapper-8 {
  max-width: none;
  max-height: 792px;
}

.div-block-59 {
  display: none;
}

.sub-category-menu {
  border-top: 1px solid var(--base-bolor-1);
  background-color: #696a26;
  padding: 7px 10px;
  display: none;
}

.paragraph-11 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.image-37, .image-38, .image-39, .image-40 {
  display: none;
}

.image-41 {
  width: 100%;
  max-width: none;
  height: 366.313px;
  position: static;
}

.image-41.rotate {
  pointer-events: none;
  overflow: hidden;
}

.image-2-act, .image-3-act {
  width: 1293px;
  position: static;
}

.img-1-warp {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.warp-act-img-1 {
  justify-content: center;
  align-items: center;
  width: 44%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  transform: rotate(-4deg);
}

.act-img-3-1 {
  justify-content: center;
  align-items: center;
  width: 44%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  transform: rotate(0);
}

.act-img-3-1.warp-act-img3, .act-img-3-1.warp-act-img3-copy {
  transform: translate(0)rotate(4deg);
}

.warp-act-img-2 {
  justify-content: center;
  align-items: center;
  width: 44%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  transform: rotate(-2deg);
}

.iamge-2-act {
  width: 1293px;
  position: static;
}

.warp-act-img3 {
  justify-content: center;
  align-items: center;
  width: 44%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  transform: rotate(4deg);
}

.warp-act-img2 {
  justify-content: center;
  align-items: center;
  width: 44%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  transform: none;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer {
  background-color: var(--base-color-2);
  padding: 5rem 5rem 0;
}

.container-content-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.warp-content {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.container-inner-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-sosial-footer {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 192px;
  display: flex;
}

.link-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #eae1c9;
  padding: 16px 48px;
  text-decoration: none;
  transition: all .8s;
  display: flex;
}

.link-block-2:active {
  border-radius: 2rem;
}

.text-block-12 {
  color: #8d5b33;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.image-42 {
  width: 20px;
  max-width: 20px;
}

.text-block-13 {
  color: #fff;
  flex: 0 auto;
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  display: flex;
}

.div-block-60 {
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  display: flex;
}

.div-block-61 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  display: flex;
}

.div-block-62 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.link-4 {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.link-4.w--current {
  text-underline-position: under;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.link-4.w--current:hover {
  text-decoration: underline;
}

.link-5 {
  color: #fff;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-5:hover {
  text-underline-position: under;
  text-decoration: underline;
}

.link-6 {
  font-size: 16px;
}

.link-7 {
  color: #fff;
  text-underline-position: under;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-7:hover {
  text-decoration: underline;
}

.link-8 {
  color: #fff;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-8:hover {
  text-underline-position: under;
  text-decoration: underline;
}

.link-9 {
  color: #fff;
  cursor: not-allowed;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-9:hover {
  text-underline-position: under;
  text-decoration: underline;
}

.ilustrasi {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-43 {
  cursor: not-allowed;
  width: 100%;
  max-width: 950.93px;
  transition: all .8s;
}

.div-block-63 {
  border-top: 1px solid #eae1c9;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding: 1.25rem 5rem;
  display: flex;
}

.div-block-64 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  display: flex;
}

.text-block-14 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.link-block-3 {
  font-size: 16px;
  text-decoration: none;
}

.text-block-15 {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.link-block-4 {
  text-decoration: none;
}

.text-block-16 {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.link-block-5 {
  text-decoration: none;
}

.div-block-65 {
  display: none;
}

.frame-2147230630 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 305px;
  text-decoration: none;
  display: flex;
}

.logo-orely {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.image-44 {
  width: 100vw;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  transform: rotate(-180deg);
}

.tombol {
  display: none;
}

.img-2-warp {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.div-block-67 {
  width: 100vw;
  display: flex;
}

.image-46 {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  font-family: Helvetica, Arial, sans-serif;
  overflow: visible;
  transform: scale(1.2);
}

.ilustrasi-animasi-activities {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  inset: 6px 0% 0%;
  overflow: visible;
}

.lottie-animation-4 {
  z-index: 0;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  max-width: 70%;
  display: block;
  position: relative;
  inset: auto 0% 0% 0;
}

.div-block-69 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-height: 100%;
  margin-bottom: -58px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
}

.lottie-animation-5 {
  width: 44%;
  max-width: 70%;
  height: auto;
  max-height: none;
  padding-top: 53px;
  padding-bottom: 0;
  transform: scale(.9);
}

.act-img-2-2 {
  justify-content: center;
  align-items: center;
  width: 44%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  transform: rotate(0);
}

.act-img-2-2.warp-act-img3 {
  transform: translate(0)rotate(4deg);
}

.act-img-2-2.warp-copy {
  transform: translate(0, -56px)rotate(0);
}

.image-2-act-copy {
  width: 100%;
  position: static;
  overflow: visible;
}

.act-img-2-1 {
  justify-content: center;
  align-items: center;
  width: 44%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  transform: rotate(0);
}

.act-img-2-1.warp-act-img3 {
  transform: none;
}

.act-img-2-1.warp-act-img3-copy {
  transform: translate(0)rotate(4deg);
}

.act-img-1-1 {
  justify-content: center;
  align-items: center;
  width: 44%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  transform: none;
}

.act-img-1-1.act-img-11 {
  width: auto;
  transform: none;
}

.act-img-1-2 {
  justify-content: center;
  align-items: center;
  width: 44%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  transform: rotate(-4deg);
}

.act-img-3-2 {
  justify-content: center;
  align-items: center;
  width: 44%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  transform: rotate(0);
}

.act-img-3-2.warp-act-img3, .act-img-3-2.warp-act-img3-copy {
  transform: translate(0)rotate(4deg);
}

.image-47 {
  overflow: visible;
  transform: rotate(180deg);
}

.div-block-70 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  transform: rotate(180deg);
}

.image-48 {
  width: 100%;
  transform: rotate(180deg);
}

.link-10 {
  color: #fff;
  text-decoration: none;
}

.code {
  text-decoration: none;
}

.mask {
  height: auto;
  overflow: visible;
}

.slider-2 {
  width: auto;
  height: auto;
}

.lottie-animation-6 {
  width: 80%;
  padding-bottom: 34px;
}

.div-block-71 {
  position: absolute;
}

.div-block-72 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  margin-top: 29px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
  transform: rotate(0);
}

.div-block-72.move--act-card {
  transform: rotate(0);
}

.div-block-73 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.div-block-74, .div-block-75, .div-block-76 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-77 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.div-block-78 {
  justify-content: center;
  align-items: center;
  width: 78%;
  max-height: 366.313px;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.div-block-79 {
  width: 85%;
}

.act-img-1-1-copy.act-img-1-2 {
  transform: none;
}

.div-block-72-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  padding-top: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-72-copy.act-img-3-1 {
  transform: translate(0)rotate(0);
}

.act-img-1-1-copy.act-img-21 {
  transform: rotate(-4deg);
}

.act-img-1-1-copy.act-img-12 {
  transform: rotate(-2.87deg);
}

.act-img-1-1-copy.act-img-22 {
  transform: translate(0, -52px);
}

.act-img-1-1-copy {
  justify-content: center;
  align-items: center;
  width: 44%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  transform: none;
}

.act-img-1-1-copy.act-img-11 {
  transform: translate(0, -20px)rotate(-4deg);
}

.act-img-1-1-copy.act-img-3-2 {
  transform: rotate(3deg);
}

.form {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.collection-list-wrapper-9 {
  justify-content: center;
  align-items: center;
  width: 90px;
  max-width: none;
  height: 90px;
  max-height: none;
  display: flex;
  overflow: visible;
}

.collection-item-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.radio-button {
  display: block;
}

.radio-button-field {
  background-color: #696a26;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-left: 0;
  display: flex;
}

.icon-warp-snack {
  width: 44px;
}

.radio-button-label {
  margin-bottom: 0;
  padding: 10px;
}

.radio-button-label.margin {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 50%;
  padding: 0;
  display: flex;
}

.icon-warp-meal, .icon-warp-meal-copy, .icon-warp-meal-meal, .icon-warp-non-coffe {
  width: 44px;
}

.icon-warp-coffee {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 100%;
  padding-top: 19px;
  display: flex;
  transform: translate(0, 2px);
}

.image-49 {
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: clip;
}

.div-block-80 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 200px;
  height: 100%;
  max-height: 200px;
  display: flex;
}

.collection-item-13 {
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.collection-list-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-50 {
  max-width: 150px;
  max-height: 150px;
  overflow: hidden;
}

.div-block-81 {
  background-color: #fff;
  width: 162px;
  padding: 6px;
  transition: background-color .8s;
}

.div-block-81:active, .div-block-81:focus {
  background-color: #e6dab9;
}

.collection-list-wrapper-10 {
  display: flex;
}

.collection-list-8 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.radio-button-2 {
  margin-top: 0;
  margin-left: 0;
  display: none;
}

.radio-button-label-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.radio-button-field-2 {
  padding: 0;
}

.radio-button-field-3 {
  background-color: var(--base-color-2);
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 0;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.lottie-animation-7 {
  width: 40%;
}

.div-block-82 {
  display: none;
}

.link-block-7, .link-block-8 {
  cursor: pointer;
}

.div-block-83, .image-53 {
  width: 100%;
}

.collection-list-9 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav-2 {
  margin-top: 54px;
}

.image-wrapper {
  object-fit: cover;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  position: relative;
}

.image-54 {
  width: 100vw;
  max-width: none;
  height: auto;
  overflow: clip;
}

.div-block-84 {
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  overflow: hidden;
}

.text-block-18 {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
}

.warp-teks {
  background-color: #5d373700;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  padding-right: 20px;
  display: flex;
  position: static;
  inset: auto 0% 20px 20px;
}

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

.collection-list-10 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: auto;
  display: flex;
}

.slider-3 {
  background-color: #0000;
  width: auto;
  height: auto;
}

.wrap-image-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 5px;
  display: flex;
  overflow: hidden;
}

.collection-item-14, .collection-list-wrapper-11 {
  width: auto;
}

.img-div {
  border: 1px solid var(--base-bolor-1);
  width: auto;
  height: auto;
  transition: width .8s;
  position: relative;
  overflow: hidden;
}

.div-block-87 {
  min-width: 410.67px;
  max-width: 450px;
  min-height: 583px;
  max-height: 450px;
  overflow: hidden;
}

.div-block-88 {
  max-width: 410.67px;
  max-height: 583px;
  overflow: hidden;
}

.img-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.img-div.hide {
  display: block;
}

.link-block-9 {
  z-index: 10;
  border: 1px solid var(--base-bolor-1);
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 71px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block-9:active {
  background-color: var(--base-bolor-1);
  color: var(--base-color-2);
}

.form-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-card {
  width: auto;
  max-width: 186px;
  height: auto;
  max-height: none;
}

.collection-list-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 654px;
  max-height: 654px;
  display: grid;
  overflow: auto;
}

.form-item {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.filter-ui {
  background-color: #533636;
}

.collection-list-wrapper-12 {
  justify-content: center;
  align-items: center;
  display: block;
}

.collection-list-12 {
  display: flex;
}

.collection-list-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: hidden;
}

.play-pause-button-2 {
  display: none;
}

.background-video-2 {
  width: 100vw;
  height: 95vh;
  overflow: visible;
}

.collection-item-15 {
  justify-content: center;
  align-items: center;
  width: 375.37px;
  height: 441.16px;
  display: flex;
}

.collection-list-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.slide-nav-3 {
  z-index: auto;
  margin-top: 0;
  display: none;
  inset: auto 0% -2.6rem;
}

.slide-4 {
  overflow: hidden;
}

.div-block-89 {
  background-color: #9f4f4f00;
  background-image: linear-gradient(0deg, #00000096, #0000005e 39%, #0000 100%, #fff0);
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 20%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
}

.filter_ui {
  border-left: 1px solid var(--base-bolor-1);
  flex-flow: column;
  width: 50%;
  height: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-right: 1px solid var(--_color---button-click);
  border-left: 1px solid var(--_color---button-click);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  height: 100vh;
  padding: 20px;
  display: grid;
  position: relative;
}

.button-menu-pdf-dekstop {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--_color---button-state);
  background-color: var(--base-bolor-1);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  margin-top: 1rem;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.button-menu-pdf-dekstop:hover {
  border: 1px solid var(--base-bolor-1);
}

.button-menu-pdf-dekstop:active {
  background-color: var(--_color---button-click);
  color: #000;
}

.text-block-20 {
  color: #575816;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.collection-list-15 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.collection-menu-dekstop {
  flex-flow: column;
  width: auto;
  height: auto;
  margin-right: 1rem;
  display: flex;
  overflow: hidden;
}

.collection-list-wrapper-14 {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.collection-item-16 {
  border: 1px solid var(--base-bolor-1);
  color: #696a26;
  background-color: #696a26;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 10px 5px;
  display: flex;
}

.checkbox {
  display: none;
}

.checkbox-field {
  padding-left: 0;
}

.collection-item-17 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff0;
  flex-flow: column;
  width: auto;
  height: auto;
  padding: 6px;
  display: flex;
}

.div-block-90 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.checkbox-label {
  color: #fff;
}

.image-56 {
  cursor: not-allowed;
  object-fit: cover;
  width: 100%;
  height: auto;
  overflow: visible;
}

.div-block-91 {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}

.div-block-92 {
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: static;
  overflow: hidden;
}

.div-block-93 {
  z-index: 10;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-image: linear-gradient(359deg, #000000c2, #00000008 79%, #fff0);
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-21 {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-end;
  height: 98px;
  padding: 20px;
  font-size: 16px;
  display: flex;
}

.collection-item-18 {
  position: relative;
}

.lottie-animation-8 {
  height: 100%;
  max-height: 480px;
  padding-top: 0;
  transition: all .8s;
}

.div-block-94 {
  justify-content: center;
  align-items: center;
  height: 480px;
  display: flex;
}

.radio-button-label-3 {
  color: #fff;
  margin-bottom: 0;
}

.hide {
  display: none;
}

.radio-filter {
  color: #fff;
  cursor: pointer;
  background-color: #696a26;
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 125px;
  margin-bottom: 0;
  padding: 6px;
  font-size: 16px;
  transition: all .4s;
  display: inline-flex;
  position: relative;
}

.radio-filter:hover {
  border-top-color: var(--base-bolor-1);
  border-right-color: var(--base-bolor-1);
  border-bottom-color: var(--base-bolor-1);
  border-left-color: var(--base-bolor-1);
  background-color: color-mix(in srgb, var(--button-click), transparent 85%);
}

.radio-filter.fs-cmsfilter_active {
  background-color: var(--base-bolor-1);
  color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 125px;
  padding: 6px;
  font-size: 16px;
}

.radio-button-label-4 {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  font-family: Helvetica, Arial, sans-serif;
  display: flex;
  position: absolute;
  inset: auto 0% 7%;
}

.collection-list-16 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.collection-list-wrapper-15 {
  width: 100%;
}

.collection-item-19 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 118px;
  display: flex;
}

.collection-list-17 {
  width: 100%;
}

.collection-list-wrapper-16 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-57 {
  width: 100vw;
  max-width: none;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
  transform: rotate(180deg);
}

.image-58, .img-meal {
  width: 40px;
  height: 40px;
}

.icon-state-menu {
  width: auto;
  height: auto;
  display: block;
}

.div-block-95 {
  background-color: #db5454;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.icon-click-menu {
  display: none;
  position: absolute;
  inset: 0%;
}

.image-59 {
  position: absolute;
}

.div-block-96 {
  width: 100vw;
  height: 512px;
}

.text-block-22 {
  color: #fff;
  width: 54.575px;
}

.div-block-97 {
  width: 100%;
  display: none;
}

.image-62 {
  text-decoration: none;
}

.text-block-23, .text-block-24 {
  font-family: Helvetica, Arial, sans-serif;
}

.link-block-10 {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 6px 6px 6px 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.link-block-10:hover {
  text-underline-position: under;
  text-decoration: underline;
}

.div-block-98 {
  transition: all .2s cubic-bezier(.45, .721, 0, 1.581);
}

.div-block-99 {
  width: 40px;
  height: 40px;
}

.button-menu-pdf-mobile {
  color: #fff;
  background-color: #696a26;
  width: 100%;
  height: 44px;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
  display: none;
}

.collection-list-18 {
  display: flex;
}

.div-block-101 {
  width: 348px;
  height: 465px;
  overflow: hidden;
}

.div-block-101:hover {
  width: 545px;
}

.image-63 {
  width: 100%;
  max-width: 545px;
}

.warp-image {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-19 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.image-64 {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
  max-width: none;
  max-height: 465px;
  overflow: visible;
}

.div-block-102 {
  width: 348px;
  height: 465px;
  transition: all .8s;
  overflow: hidden;
}

.div-block-102:hover {
  width: 514px;
}

.lottie-animation-9 {
  transition: all .8s;
}

.div-block-103 {
  max-width: 40px;
  max-height: 40px;
}

.div-block-104 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.image-65 {
  width: 60%;
  max-width: none;
  overflow: visible;
}

.text-block-25 {
  font-family: Helvetica, Arial, sans-serif;
}

.collection-list-wrapper-17 {
  display: none;
}

.image-66 {
  margin-bottom: 25px;
}

.div-block-105 {
  margin-bottom: 1rem;
}

.collection-menu-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero {
    height: 95vh;
    overflow: hidden;
  }

  .deks-navbar {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .warp-lottie {
    cursor: pointer;
    border: 1px solid #eae1c9;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block {
    z-index: 2;
    position: relative;
  }

  .nav-link-dekstop {
    display: none;
  }

  .link-lokasi {
    color: #000;
    padding-top: 0;
  }

  .link-tentang {
    color: #000;
    display: flex;
  }

  .link-galeri {
    color: #000;
  }

  .link-acara {
    color: #000;
    display: none;
  }

  .menu-link-mobile {
    cursor: pointer;
    border: 1px solid #eae1c9;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
    padding: 0 1rem;
    display: flex;
  }

  .lottie-animation {
    display: flex;
  }

  .div-block-3 {
    z-index: 0;
  }

  .nav-link-mobile {
    z-index: 1;
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    background-color: #eae1c9;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    margin-left: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    transform: none;
  }

  .div-block-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 96px;
    display: flex;
  }

  .image {
    position: relative;
  }

  .link-menu {
    color: #eae1c9;
  }

  .link {
    color: #000;
    text-decoration: none;
    display: none;
  }

  .public-overview {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .container-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 38px;
    padding-left: 0;
    padding-right: 0;
  }

  .title-public-overview {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .image-sccroll-triger {
    z-index: 10;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-image: linear-gradient(#000, #fff);
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: 400dvh;
    position: relative;
    overflow: hidden;
  }

  .heading {
    padding-right: var(--2-5);
    padding-left: var(--padding-global-tablet);
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 56px;
  }

  .image-4 {
    width: auto;
  }

  .image-4:active {
    width: 0;
  }

  .image-5 {
    width: 100vw;
    max-width: none;
    overflow: visible;
  }

  .image-5:hover {
    width: 0;
  }

  .div-block-5 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: block;
  }

  .line-move {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100dvh;
    position: sticky;
    top: 18px;
  }

  .image-mobile {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
    position: static;
    top: 20px;
  }

  .image-6 {
    width: auto;
    max-width: none;
    height: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: static;
    overflow: visible;
  }

  .image-7, .image-8, .image-9 {
    width: 100vw;
    max-width: none;
    height: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .public-menu {
    height: auto;
    padding-top: 5rem;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .background-video {
    height: 100%;
  }

  .relative-for-stiky-1 {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    display: flex;
    position: static;
    top: 0;
    overflow: hidden;
  }

  .relative-for-stiky-2, .realtive-for-stiky-3 {
    position: relative;
  }

  .public-story {
    height: auto;
  }

  .container {
    flex-flow: column;
    max-width: none;
  }

  .image-11 {
    display: none;
  }

  .div-block-6 {
    width: 100%;
  }

  .div-block-12 {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    position: static;
    inset: 70% 0% 0%;
  }

  .public-menu-mobile {
    display: flex;
  }

  .section {
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
  }

  .collection-item-3 {
    justify-content: center;
    align-items: center;
    width: 100vw;
  }

  .information-mobile {
    padding-right: var(--padding-global-tablet);
    padding-left: var(--padding-global-tablet);
    font-size: 14px;
    display: flex;
  }

  .kereta-mobile {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .slide {
    background-color: var(--base-color-2);
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .slide-nav {
    background-color: var(--base-color-2);
    display: none;
  }

  .slide-2, .slide-3 {
    background-color: var(--base-color-2);
  }

  .image-14 {
    width: 100%;
    max-width: none;
  }

  .slider {
    background-color: var(--base-color-2);
    height: 100vh;
    min-height: 0;
    padding: 20px;
  }

  .icon {
    display: none;
  }

  .div-block-17 {
    overflow: hidden;
  }

  .link-3 {
    width: 100%;
  }

  .div-block-18 {
    width: 100%;
    margin-top: 0;
    position: static;
  }

  .public-banner {
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
  }

  .image-15 {
    width: 100%;
    max-width: none;
    display: block;
  }

  .div-block-19 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-20 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .kereta-dekstop, .kereata-dekstop {
    width: 100%;
    display: none;
  }

  .div-block-21 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
  }

  .paragraph-7 {
    margin-bottom: 0;
  }

  .div-block-22 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .information-dekstop {
    display: none;
  }

  .train-video-dekstop {
    object-fit: cover;
    width: 100%;
    display: flex;
    transform: translate(0);
  }

  .train-warp-dekstop {
    display: none;
    transform: scale(.1);
  }

  .train-warp-mobile {
    z-index: 20;
    height: 100%;
    margin-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .train-video-mobile {
    object-fit: cover;
    width: 100%;
    display: block;
    position: relative;
    transform: scale(1);
  }

  .link-menu-dekstop {
    color: #000;
  }

  .container-3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: block;
  }

  .collection-list-wrapper-5 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .collection-item-7 {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .banner-content1 {
    width: 100%;
    display: flex;
  }

  .div-block-23 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .collection-list-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-26 {
    margin-bottom: 138px;
    display: none;
    position: absolute;
    inset: auto 0% 0%;
  }

  .dekstop-image-overview {
    display: none;
  }

  .public-overview-image {
    padding: 0;
    display: block;
  }

  .div-block-27, .div-block-28, .div-block-29, .div-block-30 {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100dvh;
    display: flex;
  }

  .height {
    background-color: #1e1111;
    background-image: none;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    height: 300vh;
    display: flex;
    position: relative;
  }

  .mobile-image-overview {
    display: flex;
  }

  .flex-offset, .full-page.is-horizontal-scroll-section {
    justify-content: flex-start;
    align-items: center;
  }

  .dekstop-image-overview-copy {
    display: none;
    overflow: hidden;
  }

  .mobile-overview-gambar {
    width: 100vw;
    height: 300vh;
    padding: 47px 40px;
    display: flex;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .warp-content-menu {
    border-top-style: none;
    border-bottom-style: none;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
  }

  .warp-image-menu-multiple {
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding-left: 0;
  }

  .line-categories {
    display: none;
  }

  .grid {
    border-left-style: none;
    border-left-color: #eae1c9;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding-left: 0;
    display: flex;
  }

  .div-block-36 {
    justify-content: center;
    align-items: center;
  }

  .categories {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .caterogry-and-sub-category {
    width: 100%;
  }

  .text-block-5 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-39 {
    border-bottom: 1px solid var(--_color---button-click);
    width: 100vw;
    padding-left: 40px;
  }

  .image-menu-multiple {
    position: static;
  }

  .div-block-40 {
    display: none;
  }

  .warp-categories-and-sub-categorie {
    width: 100vw;
  }

  .div-block-43 {
    border-left-style: none;
    border-left-color: #eae1c9;
    border-right-style: none;
    border-right-width: 0;
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .line-and-title {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-46 {
    position: static;
  }

  .public-activities {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .container-5 {
    background-color: var(--base-bolor-1);
    max-width: none;
    height: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .is-title {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .heading-4 {
    color: var(--base-color-2);
    text-align: center;
    font-size: 42px;
    line-height: 42px;
  }

  .warp-image-1 {
    flex-flow: column;
    margin-bottom: 6.25rem;
    display: flex;
  }

  .warp-act-img1 {
    transform: none;
  }

  .div-block-49 {
    margin-bottom: 42px;
    padding-left: 66px;
    padding-right: 66px;
    font-size: 16px;
  }

  .image-30 {
    width: 450px;
    max-width: none;
    overflow: visible;
  }

  .div-block-52 {
    max-width: none;
    max-height: none;
  }

  .collection-list-5 {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: flex;
  }

  .cemera {
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: sticky;
    top: 10px;
    overflow: hidden;
  }

  .frame {
    z-index: 100;
    background-color: #1e111100;
    background-image: none;
    border: 1px #000;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    padding: 0 2.66667rem;
    display: flex;
    position: sticky;
    top: 0;
    bottom: 0;
    overflow: hidden;
  }

  .move {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 90vw;
    max-width: none;
    height: auto;
    max-height: none;
    display: flex;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .image-34 {
    aspect-ratio: 9 / 16;
    object-fit: cover;
    width: 100%;
    max-width: 390px;
  }

  .warp-book-mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lottie-animation-3 {
    width: 80%;
    max-width: 512px;
    max-height: 517.6px;
  }

  .state-sub-category {
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .collection-list-wrapper-8 {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .div-block-59 {
    border: 1px solid var(--base-bolor-1);
    justify-content: center;
    align-items: center;
    width: 80vw;
    margin-top: 1.5rem;
    padding: 10px;
    display: none;
  }

  .text-block-11 {
    color: #fff;
    font-size: 16px;
  }

  .sub-category-menu {
    display: flex;
  }

  .icon-act-dekstop2, .icon-act-dekstop {
    width: 60px;
    display: none;
  }

  .image-37, .image-38 {
    display: none;
  }

  .image-39, .image-40 {
    width: 50px;
    max-width: 50px;
    display: block;
  }

  .image-41.rotate {
    height: 100%;
  }

  .img-1-warp {
    flex-flow: column;
    flex: none;
    width: 100%;
    margin-bottom: 100px;
    display: block;
  }

  .warp-act-img-1 {
    width: 100%;
    margin-bottom: 5.1rem;
    transform: none;
  }

  .act-img-3-1 {
    width: 44%;
  }

  .act-img-3-1.warp-act-img3 {
    width: 100%;
    transform: none;
  }

  .act-img-3-1.warp-act-img3-copy {
    width: 100%;
  }

  .warp-act-img-2, .warp-act-img3 {
    transform: none;
  }

  .container-7 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .container-content-footer {
    justify-content: space-between;
    align-items: flex-start;
    width: 100vw;
    max-width: none;
  }

  .warp-content {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .container-inner-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-63 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-64 {
    flex-flow: row-reverse wrap;
  }

  .div-block-65 {
    width: 100vw;
    padding-left: 5rem;
    padding-right: 5rem;
    display: flex;
  }

  .frame-2147230630 {
    width: 80vw;
    max-width: none;
    margin-bottom: 3.875rem;
  }

  .link-block-6 {
    width: 100%;
    max-width: 52px;
  }

  .image-44 {
    display: block;
  }

  .tombol {
    background-color: var(--base-color-2);
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 127px;
    padding: 10px;
    display: flex;
  }

  .text-block-17 {
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    display: flex;
  }

  .camera {
    background-color: var(--base-color-2);
    width: 100vw;
    height: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .frame-2 {
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    display: flex;
    position: static;
    top: 40px;
  }

  .item-2 {
    flex: none;
    width: 100vw;
    height: 100vh;
    padding: 40px;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .image-45 {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
  }

  .img-2-warp {
    flex-flow: column;
    flex: none;
    margin-bottom: 100px;
    display: none;
    overflow: visible;
  }

  .div-block-67 {
    width: 100vw;
    height: 400vw;
  }

  .ilustrasi-animasi-activities {
    display: none;
  }

  .act-img-2-2 {
    width: 44%;
  }

  .act-img-2-2.warp-act-img3 {
    width: 100%;
  }

  .act-img-2-2.warp-copy {
    width: 100%;
    transform: none;
  }

  .act-img-2-1 {
    width: 44%;
  }

  .act-img-2-1.warp-act-img3, .act-img-2-1.warp-act-img3-copy {
    width: 100%;
  }

  .act-img-1-1, .act-img-1-2 {
    width: 100%;
    margin-bottom: 0;
    transform: none;
  }

  .act-img-3-2 {
    width: 44%;
  }

  .act-img-3-2.warp-act-img3 {
    width: 100%;
    transform: none;
  }

  .act-img-3-2.warp-act-img3-copy {
    width: 100%;
  }

  .div-block-72 {
    margin-top: 43px;
  }

  .div-block-78 {
    height: 100%;
    max-height: none;
  }

  .act-img-1-1-copy {
    width: 100%;
    margin-bottom: 0;
    transform: none;
  }

  .form {
    justify-content: center;
    align-items: center;
  }

  .div-block-82 {
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-bottom: 2rem;
    padding-top: 1rem;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .link-11 {
    border: 1px solid var(--base-bolor-1);
    color: #fff;
    text-align: center;
    background-color: #696a26;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    text-decoration: none;
    display: none;
  }

  .image-54 {
    background-image: linear-gradient(#000, #fff);
    width: 100vw;
    height: auto;
    overflow: visible;
  }

  .warp-teks {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: inline-flex;
  }

  .wrap-image-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    overflow: visible;
  }

  .img-div {
    width: 100%;
    height: 510px;
  }

  .img-div.hide {
    display: none;
  }

  .link-block-9 {
    margin-top: 1rem;
  }

  .background-video-2 {
    width: 100vw;
    height: 95vh;
    overflow: visible;
  }

  .collection-item-15 {
    width: 100%;
    margin-bottom: 208px;
  }

  .collection-list-14 {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    display: flex;
  }

  .slide-nav-3 {
    background-color: #3b292900;
    margin-bottom: 0;
    padding-top: 10px;
    inset: 101% 0% auto;
  }

  .div-block-89 {
    inset: auto auto 0% 0%;
  }

  .filter_ui {
    border-left-style: none;
    width: 100%;
    position: static;
  }

  .form-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    color: #575816;
    border-left-style: none;
    border-right-style: none;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .button-menu-pdf-dekstop {
    display: none;
  }

  .text-block-20 {
    color: #575816;
    width: auto;
    font-family: Helvetica, Arial, sans-serif;
    display: inline-flex;
  }

  .collection-list-15 {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .collection-menu-dekstop {
    display: none;
  }

  .collection-item-17 {
    color: #000;
  }

  .image-56 {
    display: block;
  }

  .div-block-91 {
    display: none;
  }

  .form-block-2 {
    flex-flow: column;
    display: flex;
  }

  .div-block-94 {
    display: none;
  }

  .radio-filter.fs-cmsfilter_active {
    width: 80%;
  }

  .collection-item-19 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .kontak-button-nav {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #8d5b33;
    justify-content: center;
    align-items: center;
    padding: 8px 18px;
    display: flex;
  }

  .kontak-nav-link {
    color: #fff;
    width: 100%;
    text-decoration: none;
  }

  .image-57 {
    display: block;
  }

  .div-block-96 {
    width: auto;
  }

  .image-60 {
    width: 100%;
    max-width: 100vw;
    height: 100%;
    max-height: 100vh;
    overflow: visible;
  }

  .image-61 {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    max-width: 90vw;
    height: auto;
  }

  .img-wrapper-move {
    justify-content: flex-start;
    align-items: center;
    width: 300vw;
    display: flex;
    position: sticky;
    top: 0;
  }

  .div-block-97 {
    margin-bottom: 1.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: block;
  }

  .image-62 {
    display: block;
  }

  .button-menu-pdf-mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--_color---button-click);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-105 {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .link-block-11 {
    display: block;
  }

  .collection-list-20 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-list-21 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .collection-menu-mobile {
    flex-flow: column;
    display: flex;
  }

  .collection-list-wrapper-19 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .deks-navbar, .nav-link-mobile {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading {
    margin-top: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 34px;
    line-height: 32px;
  }

  .line-move {
    flex-flow: column;
  }

  .image-mobile {
    flex-flow: row;
    position: sticky;
  }

  .image-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .paragraph-2 {
    font-size: 1.7rem;
    line-height: 32px;
  }

  .paragraph-3 {
    margin-left: 0;
    font-size: 1.9rem;
    line-height: 32px;
  }

  .collection-item {
    flex-flow: column;
    display: flex;
  }

  .information-mobile {
    margin-top: 1.9375rem;
    margin-bottom: 1.9375rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .div-block-21 {
    width: auto;
  }

  .div-block-22 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .train-video-mobile {
    transform: scale(1);
  }

  .warp-content-menu {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .warp-image-menu-multiple {
    width: 100%;
    max-width: 100vw;
  }

  .grid {
    max-width: 100vw;
  }

  .caterogry-and-sub-category {
    justify-content: center;
    align-items: center;
  }

  .line-and-title {
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    justify-content: flex-start;
    align-items: center;
    height: 360dvh;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .title-public-activies {
    height: auto;
    display: block;
  }

  .is-title {
    width: 100vw;
    height: 62px;
    margin-bottom: 0;
  }

  .div-block-47 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
  }

  .heading-4 {
    font-size: 32px;
    line-height: 32px;
  }

  .warp-image-1 {
    flex-flow: column;
  }

  .warp-act-img1 {
    width: 100%;
  }

  .div-block-49 {
    margin-bottom: 48px;
    padding-left: 56px;
    padding-right: 56px;
  }

  .collection-list-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    max-width: 100vw;
    display: flex;
  }

  .frame {
    margin-right: -100vw;
    padding-left: 1.25rem;
    padding-right: 0;
  }

  .warp-book-mobile {
    justify-content: center;
    align-items: center;
  }

  .lottie-animation-3 {
    justify-content: center;
    align-items: center;
    width: 70%;
  }

  .image-3-act {
    margin-bottom: 37px;
  }

  .img-1-warp {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

  .warp-act-img-1, .act-img-3-1, .warp-act-img-2, .warp-act-img3, .warp-act-img2 {
    width: 100%;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .warp-content, .div-block-63 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .div-block-64 {
    flex-flow: wrap;
  }

  .div-block-65 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .img-2-warp {
    flex-flow: column;
  }

  .act-img-2-2, .act-img-2-1, .act-img-1-1, .act-img-1-2, .act-img-3-2, .act-img-1-1-copy, .act-img-1-1-copy, .act-img-1-1-copy, .act-img-1-1-copy, .act-img-1-1-copy {
    width: 100%;
  }

  .collection-list-7 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .collection-list-8 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .radio-button-field-3 {
    width: auto;
    min-width: 100px;
  }

  .link-block-9 {
    margin-top: 1rem;
  }

  .collection-item-15 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .collection-list-14 {
    width: auto;
  }

  .radio-filter, .radio-filter.fs-cmsfilter_active {
    width: 99px;
    height: 90px;
    font-size: 14px;
  }

  .image-61 {
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-color: #8d5b33;
    height: 100vh;
    overflow: hidden;
  }

  .link-lokasi {
    font-family: Helvetica, Arial, sans-serif;
  }

  .menu-link-mobile {
    scroll-behavior: smooth;
  }

  .nav-link-mobile {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
    display: none;
  }

  .link-menu {
    font-family: Helvetica, Arial, sans-serif;
  }

  .public-overview {
    overflow: hidden;
  }

  .container-content {
    padding-left: 0;
    padding-right: 0;
  }

  .title-public-overview {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-sccroll-triger {
    margin-top: 0;
  }

  .heading {
    margin-top: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    line-height: 34px;
  }

  .image-mobile {
    grid-column-gap: 66px;
    grid-row-gap: 66px;
  }

  .image-6 {
    box-sizing: content-box;
    aspect-ratio: auto;
  }

  .public-menu {
    padding: 2.1875rem 1.25rem 4.0625rem;
    overflow: hidden;
  }

  .background-video {
    overflow: clip;
  }

  .relative-for-stiky-1 {
    position: relative;
  }

  .public-story {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-10 {
    object-fit: cover;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
  }

  .image-11 {
    transform: translate(0);
  }

  .div-block-6 {
    width: auto;
  }

  .div-block-7 {
    overflow: hidden;
  }

  .div-block-8 {
    justify-content: center;
    align-items: center;
    width: 70%;
  }

  .div-block-9 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-10 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 4rem;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    overflow: hidden;
  }

  .paragraph-2 {
    font-family: Playbusbaysgtdemo, Georgia, sans-serif;
  }

  .public-menu-mobile {
    overflow: hidden;
  }

  .information-mobile {
    justify-content: flex-start;
    align-items: center;
    margin-top: .6rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    display: block;
  }

  .div-block-17 {
    overflow: hidden;
  }

  .public-banner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    overflow: hidden;
  }

  .kereta-dekstop {
    margin-top: 0;
  }

  .div-block-21 {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-7 {
    font-family: Helvetica, Arial, sans-serif;
  }

  .div-block-22 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .train-warp-mobile {
    width: 100%;
    height: auto;
  }

  .train-video-mobile {
    width: 100%;
    transform: scale(1);
  }

  .public-overview-image {
    z-index: 9999;
    padding-left: 0;
  }

  .mobile-overview-gambar {
    justify-content: space-between;
    align-items: flex-start;
    height: 300vh;
    padding: 47px 20px;
    position: relative;
    left: 0;
    overflow: visible;
  }

  .shape {
    width: auto;
    min-width: 100vw;
    max-width: 100vw;
    overflow: hidden;
  }

  .warp-content-menu {
    justify-content: center;
    align-items: center;
    width: 100vw;
  }

  .warp-image-menu-multiple {
    display: block;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    padding-left: 0;
    display: grid;
  }

  .div-block-36 {
    width: auto;
    display: block;
  }

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

  .coffe {
    width: 94px;
    max-width: 94px;
    max-height: 90px;
  }

  .caterogry-and-sub-category {
    width: 100vw;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-block-6 {
    justify-content: flex-start;
    align-items: center;
    font-size: 38px;
  }

  .div-block-39 {
    border-bottom-style: none;
    border-bottom-color: #eae1c9;
    width: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image-menu-multiple {
    margin-bottom: 10px;
  }

  .non-coffee {
    flex-flow: column;
    width: 94px;
    height: 90px;
  }

  .meal {
    width: 94px;
  }

  .snack {
    width: 90px;
  }

  .line-and-title {
    border-bottom: 1px solid var(--base-bolor-1);
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .public-activities {
    background-color: var(--base-bolor-1);
    width: 100vw;
    padding: 2.17647rem 1.25rem;
  }

  .container-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #8d5b3300;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    min-height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .title-public-activies {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    width: 100vw;
    margin-bottom: 1rem;
    display: flex;
  }

  .is-title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

  .icon-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-47 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    color: #8d5b33;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 32px;
  }

  .warp-image-1 {
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: none;
    display: none;
  }

  .warp-act-img1 {
    width: 280px;
    max-width: 375.37px;
  }

  .image-27 {
    width: 100%;
    max-width: 100vw;
    height: 100%;
    max-height: 441.16px;
    display: block;
  }

  .div-block-49 {
    margin-bottom: 29px;
    padding: 0 29px;
    font-size: 16px;
    bottom: 0%;
  }

  .image-29 {
    inset: 0%;
  }

  .state, .even-click, .image-32 {
    width: 32px;
  }

  .collection-list-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: auto;
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .cemera {
    justify-content: flex-start;
    align-items: flex-start;
    position: static;
  }

  .frame {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #643d3d;
    border-style: none;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    overflow: visible;
  }

  .move {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .lottie-animation-3 {
    width: 90%;
    height: auto;
  }

  .collection-list-wrapper-8 {
    width: 100vw;
  }

  .div-block-59 {
    width: 90vw;
    margin-top: 1.5rem;
    display: none;
  }

  .paragraph-11 {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
  }

  .icon-act-dekstop2, .icon-act-dekstop {
    max-width: 29px;
    display: none;
  }

  .image-41 {
    aspect-ratio: 3 / 4;
    object-fit: cover;
    width: 100%;
    margin-bottom: 32px;
    overflow: hidden;
  }

  .image-41.rotate {
    margin-bottom: 0;
  }

  .image-2-act {
    width: 100%;
    max-width: 100vw;
    height: 100%;
    max-height: 441.16px;
    display: block;
    overflow: clip;
  }

  .image-3-act {
    object-fit: cover;
    width: auto;
    height: 100%;
    max-height: 441.16px;
    display: block;
  }

  .img-1-warp {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    height: auto;
    max-height: none;
    margin-bottom: 1rem;
    padding-top: 7px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .warp-act-img-1 {
    width: 90vw;
    max-width: none;
  }

  .act-img-3-1 {
    width: 280px;
    max-width: 375.37px;
  }

  .act-img-3-1.warp-act-img3 {
    width: 90vw;
    max-width: none;
  }

  .act-img-3-1.warp-act-img3-copy {
    width: 90%;
  }

  .warp-act-img-2 {
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: none;
    padding-bottom: 0;
    top: 0;
    left: 0;
  }

  .warp-act-img-2.warp-act-img3 {
    width: auto;
  }

  .iamge-2-act {
    width: auto;
    height: 100%;
    max-height: 441.16px;
    display: block;
  }

  .warp-act-img3, .warp-act-img2 {
    width: 280px;
    max-width: 375.37px;
  }

  .container-7 {
    max-width: none;
  }

  .footer {
    overflow: hidden;
  }

  .warp-content {
    justify-content: space-between;
    align-items: flex-start;
    height: 249.6px;
    margin-bottom: 100px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container-inner-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .container-sosial-footer {
    height: 100%;
  }

  .link-block-2 {
    width: auto;
  }

  .div-block-61 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-62 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .link-4.w--current {
    margin-bottom: 1rem;
  }

  .link-4.w--current:hover {
    text-decoration: none;
  }

  .image-43 {
    width: 100%;
  }

  .div-block-63 {
    padding-left: 1.25rem;
  }

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

  .div-block-65 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image-44 {
    min-width: 100vw;
    max-width: 100vw;
  }

  .tombol {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0%;
    display: none;
    position: relative;
    inset: auto 0% 0%;
  }

  .camera {
    z-index: 0;
    background-color: var(--base-color-2);
    height: 900vw;
    padding: 32px;
    position: sticky;
    overflow: hidden;
  }

  .frame-2 {
    height: 900vw;
    position: sticky;
    inset: 0% 0% auto;
  }

  .item-2 {
    padding: 0;
  }

  .image-45 {
    height: 621.938px;
  }

  .img-2-warp {
    justify-content: center;
    align-items: center;
    height: auto;
    max-height: none;
    margin-bottom: 0;
    display: none;
  }

  .act-img-2-2 {
    width: 280px;
    max-width: 375.37px;
  }

  .act-img-2-2.warp-act-img3 {
    width: 90%;
  }

  .act-img-2-2.warp-copy {
    width: 90vw;
    max-width: none;
  }

  .image-2-act-copy {
    width: 100%;
    max-width: 100vw;
    height: 100%;
    max-height: 441.16px;
    display: block;
  }

  .act-img-2-1 {
    width: 280px;
    max-width: 375.37px;
  }

  .act-img-2-1.warp-act-img3 {
    width: 90vw;
    max-width: none;
  }

  .act-img-2-1.warp-act-img3-copy {
    width: 90%;
  }

  .act-img-1-1 {
    width: 90vw;
    max-width: none;
  }

  .act-img-1-1.act-img-11 {
    justify-content: center;
    align-items: flex-start;
    transform: none;
  }

  .act-img-1-2 {
    width: 90vw;
    max-width: none;
  }

  .act-img-3-2 {
    width: 280px;
    max-width: 375.37px;
  }

  .act-img-3-2.warp-act-img3 {
    width: 90vw;
    max-width: none;
  }

  .act-img-3-2.warp-act-img3-copy {
    width: 90%;
  }

  .div-block-72 {
    justify-content: center;
    align-items: flex-start;
    height: 85%;
    margin-top: -1px;
    padding: 24px;
    transform: none;
  }

  .div-block-78 {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    max-height: 343px;
    padding-top: 0;
  }

  .div-block-72-copy.act-img-3-1 {
    width: 100%;
  }

  .act-img-1-1-copy.act-img-12 {
    transform: none;
  }

  .act-img-1-1-copy.act-img-22 {
    top: 0;
    transform: none;
  }

  .act-img-1-1-copy {
    width: 90vw;
    max-width: none;
  }

  .act-img-1-1-copy.act-img-3-2 {
    transform: none;
  }

  .collection-list-7 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .collection-list-8 {
    place-items: center;
  }

  .radio-button-field-3 {
    background-color: #696a26;
    border: 1px solid #eae1c9;
    min-width: 80px;
    height: 80px;
  }

  .div-block-82 {
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 0 1.25rem 0;
    display: none;
  }

  .link-11 {
    color: #fff;
    background-color: #696a26;
    border: 1px solid #eae1c9;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    text-decoration: none;
    display: flex;
  }

  .link-block-7 {
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 100%;
    display: flex;
  }

  .link-block-8 {
    justify-content: flex-start;
    align-items: center;
    width: 40px;
    height: auto;
    display: flex;
  }

  .image-51, .image-52 {
    width: 100%;
    max-width: 30px;
    max-height: 30px;
  }

  .image-54 {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .text-block-18 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
  }

  .text-block-19 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .img-div {
    width: 100%;
    max-width: 390px;
    height: auto;
    max-height: 510px;
  }

  .link-block-9 {
    margin-top: 1rem;
  }

  .collection-list-13 {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .background-video-2 {
    z-index: 10;
    height: 98vh;
  }

  .collection-item-15 {
    width: 100%;
  }

  .collection-list-14 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .filter_ui {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .form-2 {
    justify-content: center;
    align-items: center;
    width: 100vw;
  }

  .button-menu-pdf-dekstop {
    width: 88%;
  }

  .collection-list-15 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .collection-menu-dekstop {
    width: 100%;
    margin-right: 0;
    overflow: hidden;
  }

  .collection-item-16 {
    width: 90%;
    height: 90px;
  }

  .collection-item-17 {
    color: #000;
    line-height: 18px;
  }

  .form-block-2 {
    justify-content: center;
    align-items: center;
  }

  .div-block-94 {
    height: auto;
    display: none;
  }

  .radio-filter, .radio-filter.fs-cmsfilter_active {
    width: 100%;
    height: 100%;
    font-size: 14px;
  }

  .radio-button-label-4 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-weight: 400;
    display: block;
  }

  .radio-button-label-4.hide {
    display: block;
  }

  .collection-list-16 {
    width: 100%;
  }

  .collection-list-wrapper-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-item-19 {
    width: 99px;
    height: 90px;
  }

  .kontak-nav-link {
    font-family: Helvetica, Arial, sans-serif;
  }

  .image-61 {
    aspect-ratio: 3 / 4;
    object-fit: cover;
    max-width: none;
    overflow: hidden;
  }

  .img-wrapper-move {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    width: 300vw;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    top: 0;
    overflow: clip;
  }

  .div-block-97 {
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 40px;
    margin-bottom: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

  .text-block-23 {
    line-height: 18px;
  }

  .text-block-24 {
    z-index: 100;
    display: none;
    position: relative;
  }

  .link-block-10 {
    text-underline-position: under;
    padding-left: 0;
    text-decoration: none;
  }

  .div-block-100 {
    background-color: #9c464600;
    width: 100%;
    height: auto;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .button-menu-pdf-mobile {
    width: 90%;
  }

  .collection-list-wrapper-17 {
    z-index: 100;
    display: block;
    position: relative;
  }

  .div-block-105 {
    margin-bottom: 2rem;
  }

  .collection-item-20 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .collection-list-20 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .collection-list-wrapper-18 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

#w-node-_263d2c81-cfd8-39cd-1e6d-9f57f64f76e1-e66505e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttc') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica m';
  src: url('../fonts/HelveticaNeue-Medium-11.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playbusbaysgtdemo';
  src: url('../fonts/PlaybusBaysGTDemo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}