@font-face {
  font-family: "NimbusSansLBoldCondensed";
  src: url('../fonts/font.woff2') format('woff2'), url('../fonts/font.woff') format('woff');
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #1d1d1d;
}
::selection {
  color: #fff;
  background: #1d1d1d;
}
*:focus {
  outline: none;
}
a {
  text-decoration: none;
  display: inline-block;
}
.has-scroll-smooth[data-scroll-container] {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.has-scroll-smooth body {
  overflow: hidden !important;
}
[data-scroll-speed] {
  will-change: transform;
}
input,
textarea {
  border-radius: 0 !important;
  -webkit-appearance: none !important;
}
input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
}
.lazyBackground.lazy {
  background-image: none!important;
}
html,
body {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'NimbusSansLBoldCondensed', sans serif;
  background: #efefee;
  color: #fff;
}
html p,
body p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 28px;
}
html p:last-child,
body p:last-child {
  margin-bottom: 0;
}
html.overflow,
body.overflow {
  overflow: hidden;
}
html.fadeOut [data-scroll-container],
body.fadeOut [data-scroll-container] {
  opacity: 0;
  pointer-events: none;
}
html [data-scroll-container],
body [data-scroll-container] {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: opacity 0.3s 0s, pointer-events 0.3s 0s, transform 0.6s 0s;
  -moz-transition: opacity 0.3s 0s, pointer-events 0.3s 0s, transform 0.6s 0s;
  -ms-transition: opacity 0.3s 0s, pointer-events 0.3s 0s, transform 0.6s 0s;
  -o-transition: opacity 0.3s 0s, pointer-events 0.3s 0s, transform 0.6s 0s;
  transition: opacity 0.3s 0s, pointer-events 0.3s 0s, transform 0.6s 0s;
}
html .contentScroller,
body .contentScroller {
  position: relative;
  top: 0;
  z-index: 1;
}
html .contentScroller *,
body .contentScroller * {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html .contentScroller section:first-child,
body .contentScroller section:first-child {
  margin-top: 0;
}
html .contentScroller .pageContainer,
body .contentScroller .pageContainer {
  min-height: 100vh;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 275px;
}
html .contentScroller .pageContainer.blue,
body .contentScroller .pageContainer.blue {
  background: #dec5c3;
  color: #3056a1;
}
html .contentScroller .pageContainer.blue .text a,
body .contentScroller .pageContainer.blue .text a {
  color: #3056a1;
}
html .contentScroller .pageContainer.red,
body .contentScroller .pageContainer.red {
  background: #e0d6c4;
  color: #b74447;
}
html .contentScroller .pageContainer.red .text a,
body .contentScroller .pageContainer.red .text a {
  color: #b74447;
}
html .contentScroller .pageContainer.yellow,
body .contentScroller .pageContainer.yellow {
  background: #efefee;
  color: #c49342;
}
html .contentScroller .pageContainer.yellow .text a,
body .contentScroller .pageContainer.yellow .text a {
  color: #c49342;
}
html .contentScroller .pageContainer.brown,
body .contentScroller .pageContainer.brown {
  background: #d5d3cc;
  color: #785f4b;
}
html .contentScroller .pageContainer.brown .text a,
body .contentScroller .pageContainer.brown .text a {
  color: #785f4b;
}
html .contentScroller .pageContainer .text a,
body .contentScroller .pageContainer .text a {
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
html .contentScroller .pageContainer .text a:hover,
body .contentScroller .pageContainer .text a:hover {
  opacity: 0.4;
}
html .contentScroller .pageContainer .text strong,
body .contentScroller .pageContainer .text strong,
html .contentScroller .pageContainer .text b,
body .contentScroller .pageContainer .text b {
  font-size: 20px;
  line-height: 30px;
}
strong,
b {
  font-weight: 600;
}
.transition-fade {
  transition: 0.4s;
  opacity: 1;
}
.hide {
  display: none !important;
}
html.is-animating .transition-fade {
  opacity: 0;
}
.contentWrapper {
  width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 100%;
}
.contentWrapper.smaller {
  width: 880px;
}
.contentWrapper.smallest {
  width: 600px;
}
.normalTitle {
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
}
.textLink {
  position: relative;
  padding-bottom: 20px;
  padding-left: 30px;
  margin-left: -30px;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
.textLink.blue {
  color: #3056a1;
}
.textLink:hover {
  opacity: 0.4;
}
.textLink .line {
  height: auto;
  left: 0px;
  position: absolute;
  top: auto;
  width: 110px;
  bottom: 0;
  pointer-events: none;
}
.textLink .line img {
  display: block;
  width: 100%;
  height: auto;
}
.bigLink {
  position: relative;
  font-size: 40px;
  line-height: 40px;
  display: inline-block;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
.bigLink.blue {
  color: #3056a1;
}
.bigLink:hover {
  opacity: 0.4;
}
.bigLink .line {
  height: auto;
  left: 0px;
  position: absolute;
  top: auto;
  width: 100%;
  bottom: 0;
  pointer-events: none;
}
.bigLink .line img {
  display: block;
  width: 100%;
  height: auto;
}
form {
  display: block;
  text-align: left;
}
form .field.half {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 3px);
}
form .field.half.left {
  padding-right: 5px;
}
form .field.half.right {
  padding-left: 5px;
}
form .field input[type="text"],
form .field input[type="email"],
form .field input[type="tel"],
form .field textarea {
  color: #785f4b;
  padding: 10px 0;
  display: block;
  width: 100%;
  border: none;
  margin-bottom: 20px;
  background: transparent;
  font-size: 16px;
  line-height: 28px;
  font-family: 'NimbusSansLBoldCondensed', sans serif;
  border-bottom: 2px solid #785f4b;
  -webkit-transition: border-color 0.3s 0s ease-out;
  -moz-transition: border-color 0.3s 0s ease-out;
  -o-transition: border-color 0.3s 0s ease-out;
  transition: border-color 0.3s 0s ease-out;
}
form .field input[type="text"].wpcf7-not-valid,
form .field input[type="email"].wpcf7-not-valid,
form .field input[type="tel"].wpcf7-not-valid,
form .field textarea.wpcf7-not-valid {
  border-color: #c74e4e;
}
form .field input[type="text"]::-webkit-input-placeholder,
form .field input[type="email"]::-webkit-input-placeholder,
form .field input[type="tel"]::-webkit-input-placeholder,
form .field textarea::-webkit-input-placeholder {
  color: rgba(120, 95, 75, 0.4);
}
form .field input[type="text"]::-moz-placeholder,
form .field input[type="email"]::-moz-placeholder,
form .field input[type="tel"]::-moz-placeholder,
form .field textarea::-moz-placeholder {
  color: rgba(120, 95, 75, 0.4);
}
form .field input[type="text"]:-ms-input-placeholder,
form .field input[type="email"]:-ms-input-placeholder,
form .field input[type="tel"]:-ms-input-placeholder,
form .field textarea:-ms-input-placeholder {
  color: rgba(120, 95, 75, 0.4);
}
form .field input[type="text"]:-moz-placeholder,
form .field input[type="email"]:-moz-placeholder,
form .field input[type="tel"]:-moz-placeholder,
form .field textarea:-moz-placeholder {
  color: rgba(120, 95, 75, 0.4);
}
form .field input[type="text"]:-webkit-autofill,
form .field input[type="email"]:-webkit-autofill,
form .field input[type="tel"]:-webkit-autofill,
form .field textarea:-webkit-autofill {
  font-family: 'NimbusSansLBoldCondensed', sans serif;
  -webkit-text-fill-color: #785f4b;
  -webkit-box-shadow: 0 0 0px 1000px #d5d3cc inset;
}
form .field textarea {
  height: 150px;
  resize: none;
}
form .field .wpcf7-not-valid-tip {
  display: none !important;
}
form.sent .wpcf7-response-output {
  background: #dffbdb;
}
form .terms {
  margin-bottom: 20px;
}
form .terms p {
  font-size: 10px;
  line-height: 18px;
  max-width: 400px;
  width: 100%;
}
form .terms a {
  text-decoration: underline;
  color: #1d1d1d;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
form .terms a:hover {
  opacity: 0.6;
}
form .wpcf7-response-output {
  margin: 20px 0 !important;
  padding: 20px !important;
  background: #f1f1f1;
  font-weight: 400;
  color: #1d1d1d !important;
  border: none !important;
  font-size: 12px;
}
form .infoText {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
form .infoText p {
  font-size: 12px;
  line-height: 20px;
  max-width: 400px;
  width: 100%;
}
form .infoText p a {
  color: #785f4b;
  text-decoration: underline !important;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
form .infoText p a:hover {
  opacity: 0.6;
}
form .fieldSubmit {
  display: none;
  text-align: right;
}
form .fieldSubmit .button {
  border-radius: 25px !important;
}
form .fieldSubmit .wpcf7-spinner {
  float: left;
  margin-top: 5px;
  margin-left: 0 !important;
}
form .customSubmitWrapper {
  text-align: right;
}
form .customSubmitWrapper .customSubmit {
  display: inline-block;
  line-height: 24px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
form .customSubmitWrapper .customSubmit:hover {
  opacity: 0.4;
}
form .customSubmitWrapper .customSubmit:hover .innerLabel {
  margin-right: 20px;
}
form .customSubmitWrapper .customSubmit .innerLabel {
  margin-right: 10px;
  -webkit-transition: margin-right 0.3s 0s ease-out;
  -moz-transition: margin-right 0.3s 0s ease-out;
  -o-transition: margin-right 0.3s 0s ease-out;
  transition: margin-right 0.3s 0s ease-out;
}
form .customSubmitWrapper .customSubmit i {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
}
.c-scrollbar {
  z-index: 10;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.c-scrollbar.hidden {
  opacity: 0;
}
.c-scrollbar .c-scrollbar_thumb {
  background: #000000;
  opacity: 1;
}
.grecaptcha-badge {
  visibility: hidden;
}
@media all and (max-width: 767px) {
  html .contentScroller .pageContainer .innerPage,
  body .contentScroller .pageContainer .innerPage {
    min-height: 0;
    height: auto;
  }
  html .contentScroller .pageContainer .innerPage .innerContent,
  body .contentScroller .pageContainer .innerPage .innerContent {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .bigLink {
    font-size: 32px;
    line-height: 32px;
  }
}
.headerHomeBlock {
  position: relative;
  z-index: 1;
}
.headerHomeBlock .contentWrapper.relative {
  position: relative;
  z-index: 1;
}
.headerHomeBlock .cols .col {
  display: inline-block;
  vertical-align: top;
  width: 440px;
}
.headerHomeBlock .cols .col:first-child {
  width: calc(100% - 440px);
  padding-right: 70px;
}
.headerHomeBlock .cols .col .introImage {
  width: calc(100% + 130px);
  margin-left: -130px;
  margin-top: 50px;
}
.headerHomeBlock .cols .col .normalTitle {
  margin-bottom: 28px;
}
.headerHomeBlock .cols .col .text.noLink {
  padding-bottom: 160px;
}
.headerHomeBlock .cols .col .links {
  margin-top: 28px;
  padding-bottom: 160px;
}
.headerHomeBlock .extraInfo {
  padding-top: 240px;
  margin-top: -100px;
  position: relative;
}
.headerHomeBlock .extraInfo:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #3056a1;
  opacity: 0.075;
}
.headerHomeBlock .extraInfo .warungVibesImage {
  height: auto;
  left: auto;
  position: absolute;
  top: -310px;
  width: 380px;
  right: 0;
}
.headerHomeBlock .extraInfo .warungVibesImage img {
  display: block;
  width: 100%;
  height: auto;
}
.headerHomeBlock .extraInfo .innerContent {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}
.headerHomeBlock .extraInfo .innerContent .subTitle {
  margin-bottom: 20px;
  opacity: 0.4;
}
.headerHomeBlock .extraInfo .links {
  padding-top: 40px;
  text-align: center;
}
.headerHomeBlock .extraInfo .links .bigLink {
  width: 350px;
  margin: 0 30px;
}
.headerHomeBlock .outro {
  text-align: center;
  margin-top: 50px;
  margin-bottom: -100px;
}
.headerHomeBlock .extraImages {
  position: relative;
  height: 180px;
  margin-top: 80px;
}
.headerHomeBlock .extraImages .image {
  height: auto;
  left: 20px;
  position: absolute;
  top: 0;
  width: 470px;
}
.headerHomeBlock .extraImages .image:last-child {
  height: auto;
  left: auto;
  position: absolute;
  top: 50px;
  width: 200px;
  right: 20px;
}
.headerHomeBlock .extraImages .image img {
  display: block;
  width: 100%;
}
@media all and (max-width: 1350px) {
  .headerHomeBlock .extraInfo .warungVibesImage {
    right: 20px;
  }
}
@media all and (max-width: 1150px) {
  .headerHomeBlock .cols .col .introImage {
    margin-top: 100px;
  }
  .headerHomeBlock .cols .col .links {
    padding-bottom: 180px;
  }
  .headerHomeBlock .extraInfo {
    padding-top: 180px;
  }
  .headerHomeBlock .extraInfo .warungVibesImage {
    top: -240px;
  }
}
@media all and (max-width: 1024px) {
  .headerHomeBlock .cols {
    display: table;
    width: 100%;
  }
  .headerHomeBlock .cols .col {
    width: 100%;
  }
  .headerHomeBlock .cols .col:first-child {
    display: table-footer-group;
  }
  .headerHomeBlock .cols .col .introImage {
    margin-top: 0;
  }
  .headerHomeBlock .cols .col .innerContent {
    max-width: 700px;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .headerHomeBlock .cols .col .innerContent .text.noLink {
    padding-bottom: 50px;
  }
  .headerHomeBlock .cols .col .innerContent .links {
    padding-bottom: 50px;
  }
  .headerHomeBlock .extraInfo {
    padding-top: 180px;
  }
  .headerHomeBlock .extraInfo .warungVibesImage {
    display: none;
  }
}
@media all and (max-width: 900px) {
  .headerHomeBlock .extraInfo .links .bigLink {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .headerHomeBlock .extraInfo .links .bigLink:first-child {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .headerHomeBlock .outro {
    margin-bottom: -50px;
  }
  .headerHomeBlock .extraImages .image {
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    max-width: calc(100% - 40px);
  }
  .headerHomeBlock .extraImages .image:last-child {
    display: none;
  }
}
@media all and (max-width: 530px) {
  .headerHomeBlock .extraImages {
    height: 0;
    padding-bottom: 35%;
  }
}
.textBlock {
  position: relative;
  z-index: 1;
  margin: 100px 0;
}
.textBlock .innerContent {
  padding-left: 100px;
  width: 100%;
  max-width: 750px;
}
.textBlock .innerContent .normalTitle {
  display: block;
  margin-bottom: 28px;
}
@media all and (max-width: 900px) {
  .textBlock .innerContent {
    padding-left: 0;
  }
}
.textTwoColumnBlock {
  position: relative;
  z-index: 1;
  margin: 100px 0;
}
.textTwoColumnBlock .innerContent {
  padding-left: 100px;
  width: 100%;
}
.textTwoColumnBlock .innerContent .normalTitle {
  display: block;
  margin-bottom: 28px;
}
.textTwoColumnBlock .innerContent .cols {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.textTwoColumnBlock .innerContent .cols .col {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 40px);
  margin: 0 20px;
}
.textTwoColumnBlock .innerContent .cols .col:last-child .text {
  margin-top: 50px;
}
.textTwoColumnBlock .innerContent .cols .col .imageWrapper img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 900px) {
  .textTwoColumnBlock .innerContent {
    padding-left: 0;
  }
}
@media all and (max-width: 767px) {
  .textTwoColumnBlock .innerContent .cols .col {
    width: calc(100% - 40px);
    max-width: 600px;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .textTwoColumnBlock .innerContent .cols .col:first-child {
    margin-bottom: 50px;
  }
}
.imageBlock {
  position: relative;
  z-index: 1;
  margin: 100px 0;
}
.imageBlock .innerContent {
  width: calc(100% - 240px);
  max-width: 100%;
}
.imageBlock .innerContent .image {
  display: block;
  width: calc(100% + 130px);
  margin-left: -130px;
}
@media all and (max-width: 767px) {
  .imageBlock .innerContent {
    width: 100%;
  }
}
.menuBlock {
  position: relative;
  z-index: 1;
  margin: 100px 0;
}
.menuBlock .innerContent {
  padding-left: 100px;
  width: 100%;
}
.menuBlock .innerContent .normalTitle {
  display: block;
  margin-bottom: 28px;
}
.menuBlock .innerContent .cols {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-bottom: -100px;
}
.menuBlock .innerContent .cols .col {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 40px);
  margin: 0 20px;
  margin-bottom: 100px;
}
.menuBlock .innerContent .cols .col:last-child .text {
  margin-top: 50px;
}
.menuBlock .innerContent .cols .col .imageWrapper {
  text-align: right;
}
.menuBlock .innerContent .cols .col .imageWrapper img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.menuBlock .innerContent .cols .col .row {
  margin-top: 15px;
}
.menuBlock .innerContent .cols .col .row:first-child {
  margin-top: 0;
}
.menuBlock .innerContent .cols .col .row .itemInfo {
  width: calc(100% - 100px);
  display: inline-block;
  vertical-align: top;
}
.menuBlock .innerContent .cols .col .row .itemInfo .itemTitle {
  line-height: 28px;
}
.menuBlock .innerContent .cols .col .row .itemInfo .itemSubTitle {
  font-size: 12px;
  line-height: 18px;
}
.menuBlock .innerContent .cols .col .row .itemPrice {
  width: 100px;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  line-height: 28px;
}
.menuBlock .innerContent .cols .col .row .divider {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-top: 15px;
}
.menuBlock .innerContent .cols .col .row .divider img {
  display: block;
  width: 100%;
  height: 15px;
}
@media all and (max-width: 900px) {
  .menuBlock .innerContent {
    padding-left: 0;
  }
}
@media all and (max-width: 767px) {
  .menuBlock .innerContent .cols .col {
    width: calc(100% - 40px);
    max-width: 600px;
  }
  .menuBlock .innerContent .cols .col.imageCol {
    display: none;
  }
}
.contactBlock {
  position: relative;
  z-index: 1;
  margin: 100px 0;
}
.contactBlock .innerContent {
  padding-left: 100px;
  width: 100%;
}
.contactBlock .innerContent .normalTitle {
  display: block;
  margin-bottom: 28px;
}
.contactBlock .innerContent .cols {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.contactBlock .innerContent .cols .col {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 40px);
  margin: 0 20px;
}
.contactBlock .innerContent .cols .col .subCols {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-top: 28px;
}
.contactBlock .innerContent .cols .col .subCols .subCol {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 40px);
  margin: 0 20px;
}
.contactBlock .innerContent .cols .col form {
  margin-top: -8px;
}
.contactBlock .innerContent .outro {
  margin-top: 28px;
}
@media all and (max-width: 900px) {
  .contactBlock .innerContent {
    padding-left: 0;
  }
}
@media all and (max-width: 767px) {
  .contactBlock .innerContent .cols .col {
    width: calc(100% - 40px);
    max-width: 600px;
  }
  .contactBlock .innerContent .cols .col:first-child {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 500px) {
  .contactBlock .innerContent .cols .col .subCols .subCol {
    width: calc(100% - 40px);
    max-width: 600px;
  }
  .contactBlock .innerContent .cols .col .subCols .subCol:first-child {
    margin-bottom: 28px;
  }
}
/*# sourceMappingURL=text-page.css.map */