:root {
  --white: white;
  --black: black;
}

.eapps-widget-toolbar {
  display: none !important;
}

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

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

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

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

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

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

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

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

.body {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.form-bg {
  z-index: 99999;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.visit-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  flex-direction: column;
  width: 600px;
  height: 500px;
  margin: auto;
  padding-top: 10px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.checkbox {
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.checkbox-label {
  color: #3339;
  padding-left: 12px;
}

.message-field {
  height: 40px;
  padding-bottom: 100px;
}

.submit-button {
  align-self: flex-start;
  padding-left: 60px;
  padding-right: 60px;
}

.exit-button {
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.navigtaion_container {
  z-index: 5;
  background-color: #0000;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 4vw;
}

.nav-link {
  color: #333;
  text-transform: uppercase;
  padding: 12px 24px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.nav-link:hover {
  color: #19a6da;
}

.nav-link.w--current {
  color: #48a3c4;
  font-weight: 600;
}

.btn_bg {
  z-index: 1;
  background-color: #48a3c4;
  width: 110%;
  height: 110%;
  position: absolute;
  transform: translate(-100%);
}

.btn_bg:hover {
  transform: translate(0);
}

.text-block {
  z-index: 2;
  color: #48a3c4;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 4px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  position: relative;
}

.nav-cta {
  text-decoration: none;
}

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

.btn_inner_wrapper {
  border: 1px solid #48a3c4;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn_inner_wrapper:hover {
  background-color: #fff;
}

.burger-line-middle, .burger-line-top {
  background-color: #fff;
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.nav-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.burger-line-bottom {
  background-color: #fff;
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
}

.container.relative {
  position: relative;
}

.container.horizontal {
  display: flex;
}

.container.fullscreen {
  flex: 1;
}

.nav-logo {
  width: 48px;
}

.navigation {
  z-index: 9999;
  background-color: #fff;
  border-bottom: 1px solid #19a6da;
  position: sticky;
  inset: 0% 0% auto;
}

.slide-1 {
  background-image: linear-gradient(#0006, #0006), url('../images/JARDINE-20180610-7R302249-X3-1-copy.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  line-height: 150%;
}

.slider-container {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 32vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-2 {
  background-image: linear-gradient(#0006, #0006), url('../images/4.jpg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-3 {
  background-image: linear-gradient(#0006, #0006), url('../images/8.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.6vw;
  line-height: 150%;
}

.slider-cta {
  display: inline-block;
  margin-top: 24px;
  padding: 14px 32px;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
}

.slider-cta:hover {
  background-color: #48a3c4;
  border-color: #48a3c4;
  color: #fff;
}

.slider {
  height: auto;
}

.section {
  justify-content: center;
  align-items: flex-start;
  padding: 56px 4vw;
  display: flex;
}

.section.bg {
  object-fit: cover;
  background-image: url('../images/div_1.png');
  background-position: 0 0;
  background-size: auto;
}

.section.hide {
  display: none;
}

.section.gray {
  background-color: #ebebeb;
}

.section.gray._24 {
  margin-top: 56px;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.content-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.logo {
  width: 6vw;
}

.text {
  color: #02020280;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 150%;
}

.text.hide {
  display: none;
}

._3-photo-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr minmax(0, 1fr);
  grid-auto-columns: 1fr;
  align-self: auto;
  place-items: stretch center;
  height: auto;
  display: grid;
}

.image-wrapper {
  height: auto;
}

.q-heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, .25fr) 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.zig-zag-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.zig-zag-content.right-align {
  align-items: flex-end;
}

.zig-zag-content.right-align._2 {
  display: none;
}

.image {
  height: 32px;
}

.image_icon {
  width: 48px;
}

.q-season {
  padding-bottom: 0;
  padding-right: 2px;
}

.zig-zag-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 24px;
}

.heading_function {
  color: #333c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 150%;
}

.text-left {
  white-space: pre-wrap;
  margin-top: 16px;
  font-size: 16px;
  line-height: 150%;
}

.text-right {
  text-align: right;
  font-size: 16px;
  line-height: 150%;
}

.zig-zag-photo {
  object-fit: cover;
}

.icon-div {
  height: 24px;
}

.icon-text-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, .25fr) 1fr;
  justify-items: start;
  display: flex;
}

.plans {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  place-items: start stretch;
  display: grid;
  overflow: visible;
}

.plans.office {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.plans.single_seat {
  grid-template-columns: 1fr 1fr;
}

.plans.single_seat.hide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.price {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.category-title {
  color: #00000040;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
}

.service_wrapper_price {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.from {
  color: #02020280;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
}

.heading {
  color: #333c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 150%;
}

.price-from {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

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

.category_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.service_divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.category {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-self: stretch;
  display: flex;
}

.category.hide {
  display: none;
}

.category.drink {
  margin-top: auto;
}

.text-div {
  align-self: center;
}

.service-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  flex-wrap: nowrap;
  align-self: stretch;
  align-items: flex-start;
  padding: 16px;
  display: block;
  box-shadow: 0 0 20px -5px #00000040;
}

.service-heading {
  color: #333;
  text-align: left;
  white-space: pre-wrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.tabs_wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 26vw;
  margin: 20px auto;
  padding: 8px;
  display: flex;
}

.seat-type-link {
  width: 120px;
  text-decoration: none;
  display: block;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 40px;
  margin-left: 16px;
  margin-right: 16px;
}

.category-text {
  color: #000;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.category_wrapper_left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.service-head {
  justify-content: center;
  align-items: flex-start;
  margin-top: 2px;
}

.icon-image {
  height: 16px;
}

.tabs_button {
  color: #48a3c4;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
  display: flex;
}

.tabs_button:hover {
  background-color: #48a3c414;
}

.tabs_button.single_seat {
  width: 160px;
}

.tabs_button.office {
  color: #fff;
  background-color: #48a3c4;
  width: 160px;
}

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

.vnd {
  color: #02020280;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
}

._3d_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

._3d_code.tablet, ._3d_code.mobile {
  display: none;
}

.day-pass-section {
  z-index: 9999999;
  cursor: pointer;
  background-color: #0009;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-6 {
  position: absolute;
  inset: 40px 40px auto auto;
}

.day-pass-contain {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.day-pas-slider {
  width: 800px;
  height: 600px;
}

.day-pas-1 {
  background-image: url('../images/home_1A_1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.day-pass-2 {
  background-image: url('../images/home_1A_2.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-nav {
  display: none;
}

.month-pass {
  z-index: 9999999;
  cursor: pointer;
  background-color: #0009;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-7 {
  position: absolute;
  inset: 40px 40px auto auto;
}

.month-pass-contain {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.month-pass-slider {
  width: 800px;
  height: 600px;
}

.month-pass-1 {
  background-image: url('../images/home_1A_1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.month-pass-2 {
  background-image: url('../images/home_1A_2.jpg');
  background-position: 0 0;
  background-size: auto;
}

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

.conference-room {
  z-index: 9999999;
  cursor: pointer;
  background-color: #0009;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-8 {
  position: absolute;
  inset: 40px 40px auto auto;
}

.conference-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-2 {
  width: 800px;
  height: 600px;
}

.conference-room-1 {
  background-image: url('../images/home_1A_1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.conference-room-2 {
  background-image: url('../images/home_1A_2.jpg');
  background-position: 0 0;
  background-size: auto;
}

.office-leasing {
  z-index: 99999999;
  cursor: pointer;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  padding: 100px 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.office-leasing-contain {
  justify-content: center;
  align-items: center;
  display: flex;
}

.office-leasing-slider {
  width: 800px;
  height: 600px;
}

.office-leasing-1 {
  background-image: url('../images/home_1A_1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.office-leasing-2 {
  background-image: url('../images/home_1A_2.jpg');
  background-position: 0 0;
  background-size: auto;
}

.virtual-office {
  z-index: 99999999;
  cursor: pointer;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  padding: 100px 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.virtual-office-contain {
  justify-content: center;
  align-items: center;
  display: flex;
}

.virtual-office-slider {
  width: 800px;
  height: 600px;
}

.virtual-1 {
  background-image: url('../images/home_1A_1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.virtual-2 {
  background-image: url('../images/home_1A_2.jpg');
  background-position: 0 0;
  background-size: auto;
}

.logo-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.logo-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-guest {
  height: 56px;
}

.heading_testimonials {
  margin-top: auto;
  margin-bottom: 0;
  line-height: 150%;
}

.div-testimonials {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: stretch;
  margin-top: 24px;
  display: flex;
}

.image_tree {
  object-fit: cover;
  width: 100%;
  transition: opacity .2s;
}

.testimonial-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 2px 2px 20px -6px #0003;
}

.testi-p {
  font-size: 14px;
  line-height: 150%;
}

.tree {
  width: 14vw;
  position: absolute;
  inset: auto -4vw -4vw auto;
}

.address {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrapper-location {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.map {
  object-fit: cover;
}

.map-link {
  width: 100%;
  height: 100%;
}

.location {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 150%;
}

.location_left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.image-footer {
  margin-left: 40px;
}

.social-network {
  color: #d3d3d3;
  background-color: #d3d3d3;
  padding-top: 0;
  padding-bottom: 16px;
}

.social-icon {
  grid-template-rows: auto;
  justify-content: center;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.link-social {
  transition: all .25s;
}

.link-social:hover {
  transform: scale(1.1);
}

.copyright {
  color: #070707;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.container-2 {
  max-width: 80vw;
}

.image_wrapper {
  object-fit: cover;
  width: 24vw;
}

.image_wrapper.grid {
  background-image: url('../images/DSC3593-1-500x99999.jpg.png');
  background-position: 50%;
  background-size: cover;
  width: auto;
}

.image_wrapper.grid._2 {
  background-image: url('../images/IMG_1344-1.jpg');
}

.image_wrapper.grid._8 {
  background-image: url('../images/Image-Black-and-White.png');
  background-position: 100%;
}

.image_wrapper.grid._1 {
  height: 320px;
}

.image_wrapper.grid._5 {
  background-image: url('../images/IMG_5821-1.jpg');
}

.image_wrapper.grid._9 {
  background-image: url('../images/JARDINE-DSC01224.jpg');
  background-position: 50%;
}

.image_wrapper.grid._6 {
  background-image: url('../images/thumb__1200_0_0_0_auto-4.jpg');
  height: 320px;
}

.image_wrapper.grid._4 {
  background-image: url('../images/thumb__1200_0_0_0_auto-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.image_wrapper.grid._3 {
  background-image: url('../images/Image-Black-and-White.png');
  background-position: 12%;
}

.image_wrapper.grid._7 {
  background-image: url('../images/IMG_3678-1.jpg');
}

.image_logo {
  width: 240px;
}

.image_logo.customer {
  width: 20%;
}

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

.content_wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 24px;
  display: grid;
}

.content_wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 40px;
  padding-bottom: 24px;
  display: grid;
}

.image_wrapper_2 {
  width: 240px;
}

.image_about {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.image_about.about {
  object-fit: cover;
  width: 100vw;
}

.header_wrapper {
  width: 50%;
  margin-bottom: 24px;
}

.content_wrapper_2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.content {
  color: #333;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 150%;
}

.content.gray {
  color: #02020280;
  margin-bottom: 8px;
}

.customer_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  margin-top: 32px;
  display: grid;
}

.address_about {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.phone_number {
  white-space: pre-wrap;
  flex: 1;
  font-size: 16px;
  line-height: 150%;
}

.grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 24px;
}

.footer_right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.image_chair {
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  right: auto;
}

.image_customer {
  width: 160px;
}

.image_customer.customer {
  width: 20%;
}

.pricing-comparison {
  opacity: 1;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
  overflow: visible;
}

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

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

@media screen and (min-width: 1280px) {
  .form-bg {
    display: none;
  }

  .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .seat-type-link {
    text-decoration: none;
  }

  .day-pass-section {
    z-index: 999999;
    background-color: #0009;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 40px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .image-6 {
    padding: 40px;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .day-pass-contain {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .day-pas-slider {
    width: 800px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .day-pas-1 {
    background-image: url('../images/home_1A_1.jpg');
    background-position: 0 0;
    background-size: auto;
    width: 100%;
    height: 100%;
  }

  .day-pass-2 {
    background-image: url('../images/7R309595.jpg');
    background-position: 0 0;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
  }

  .slide-nav {
    display: none;
  }

  .month-pass {
    z-index: 99999;
    background-color: #0009;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 40px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .image-7 {
    position: absolute;
    inset: 40px 40px auto auto;
  }

  .month-pass-contain {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .month-pass-slider {
    width: 800px;
    height: 600px;
  }

  .month-pass-1 {
    background-image: url('../images/home_1A_1.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .month-pass-2 {
    background-image: url('../images/home_1A_2.jpg');
    background-position: 0 0;
    background-size: 100% 100%;
  }

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

  .conference-room {
    z-index: 999999;
    background-color: #0009;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 40px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .image-8 {
    position: absolute;
    inset: 40px 40px auto auto;
  }

  .conference-div {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .slider-2 {
    width: 800px;
    height: 600px;
  }

  .conference-room-1 {
    background-image: url('../images/4.jpg');
    background-position: 0 0;
    background-size: 100% 100%;
  }

  .conference-room-2 {
    background-image: url('../images/JARDINE-20180610-7R302249-X3-1-copy.jpg');
    background-position: 0 0;
    background-size: 100% 100%;
  }

  .office-leasing {
    z-index: 9999999;
    background-color: #0009;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 40px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .office-leasing-contain {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .office-leasing-slider {
    background-color: #0000;
    width: 800px;
    height: 600px;
  }

  .office-leasing-1 {
    background-image: url('../images/home_1A_2.jpg');
    background-position: 0 0;
    background-size: 100% 100%;
  }

  .office-leasing-2 {
    background-image: url('../images/div.png');
    background-position: 0 0;
    background-size: 100% 100%;
  }

  .virtual-office {
    z-index: 9999999;
    background-color: #0009;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 40px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .virtual-office-contain {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .virtual-office-slider {
    justify-content: flex-start;
    align-items: center;
    width: 800px;
    height: 600px;
    display: block;
  }

  .virtual-1 {
    background-image: url('../images/div-2.png');
    background-position: 0 0;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
  }

  .virtual-2 {
    background-image: url('../images/div-3.png');
    background-position: 0 0;
    background-size: 100% 100%;
  }

  .tree {
    right: -4vw;
  }

  .container-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image_chair {
    left: auto;
  }
}

@media screen and (min-width: 1440px) {
  .navigtaion_container {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link, .text-block {
    font-size: 14px;
  }

  .container {
    max-width: 70vw;
  }

  .nav-logo {
    width: 56px;
  }

  .navigation {
    position: sticky;
  }

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

  .text {
    font-size: 14px;
  }

  .image {
    height: 40px;
  }

  .image_icon {
    width: 56px;
  }

  .zig-zag-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .heading_function {
    font-size: 40px;
  }

  .text-right {
    font-size: 18px;
  }

  .category-title, .from {
    font-size: 14px;
  }

  .heading {
    font-size: 40px;
  }

  .h2 {
    font-size: 24px;
  }

  .service-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .service-heading {
    font-size: 18px;
  }

  .tabs_wrapper {
    width: 24vw;
  }

  .category-text, .vnd {
    font-size: 14px;
  }

  .logo-guest {
    height: 64px;
  }

  .testi-p {
    font-size: 16px;
  }

  .tree {
    width: 12vw;
    bottom: -3vw;
  }

  .address {
    align-self: flex-start;
    width: 50%;
  }

  .wrapper-location {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .map {
    width: 100%;
  }

  .map-link {
    width: 80%;
  }

  .location {
    align-items: center;
  }

  .location_left {
    flex-direction: row;
    align-items: center;
  }

  .image-footer {
    display: none;
  }

  .social-network {
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .container-2 {
    max-width: 70vw;
  }

  .content, .phone_number {
    font-size: 18px;
  }

  .image_chair {
    height: 240px;
    left: auto;
  }
}

@media screen and (min-width: 1920px) {
  .navigtaion_container {
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link, .nav-link.w--current, .text-block {
    font-size: 14px;
  }

  .navbar-wrapper {
    align-self: stretch;
  }

  .nav-menu {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .container {
    max-width: 1440px;
  }

  .nav-logo {
    width: 56px;
  }

  .slider-container {
    justify-content: center;
  }

  .hero-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .left_arrow {
    margin-left: 15rem;
  }

  .right_arrow {
    margin-right: 15rem;
  }

  .section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.bg {
    background-position: 50%;
    background-size: cover;
  }

  .text {
    font-size: 20px;
  }

  .image-wrapper {
    background-image: none;
  }

  .image {
    height: 40px;
    max-height: none;
  }

  .image_icon {
    width: 80px;
  }

  .q-season {
    padding-bottom: 6px;
  }

  .zig-zag-grid {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .heading_function {
    font-size: 32px;
  }

  .text-left {
    flex: 0 auto;
    font-size: 16px;
  }

  .text-right {
    font-size: 20px;
  }

  .zig-zag-photo {
    width: 100%;
  }

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

  .plans.office {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .plans.single_seat {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .category-title {
    font-size: 18px;
  }

  .from {
    font-size: 24px;
  }

  .heading {
    font-size: 48px;
  }

  .h2 {
    color: #19a6da;
    font-size: 28px;
  }

  .service-heading {
    font-size: 24px;
  }

  .tabs_wrapper {
    width: 22.5vw;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 12px;
  }

  .seat-type-link {
    width: 160px;
  }

  .category-text {
    font-size: 16px;
  }

  .tabs_button.single_seat, .tabs_button.office {
    width: 160px;
    font-size: 20px;
  }

  .vnd {
    font-size: 20px;
  }

  .logo-guest {
    height: 64px;
  }

  .heading_testimonials {
    font-size: 18px;
  }

  .div-testimonials {
    margin-top: 40px;
  }

  .testi-p {
    font-size: 18px;
  }

  .tree {
    width: 10vw;
    bottom: -4vw;
  }

  .address {
    align-items: flex-start;
  }

  .wrapper-location {
    margin-top: 24px;
  }

  .map-link {
    align-self: stretch;
  }

  .location {
    flex-direction: column;
  }

  .h3 {
    font-size: 32px;
  }

  .container-2 {
    max-width: 1440px;
  }

  .image_wrapper.grid._2 {
    height: 270px;
  }

  .image_wrapper.grid._1 {
    height: 560px;
  }

  .image_wrapper.grid._5 {
    height: 270px;
  }

  .image_wrapper.grid._6 {
    height: 400px;
  }

  .image_logo {
    width: 280px;
  }

  .image_logo.customer {
    width: 20%;
  }

  .content_wrapper, .content_wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .content_wrapper_2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .content {
    color: #333;
    margin-bottom: 32px;
    font-size: 20px;
  }

  .content.gray {
    color: #02020280;
  }

  .customer_wrapper {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    justify-content: center;
  }

  .phone_number {
    font-size: 18px;
  }

  .grid-2 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .image_chair {
    height: 280px;
    left: auto;
  }

  .image_customer.customer {
    width: 20%;
  }
}

@media screen and (max-width: 991px) {
  .navigtaion_container {
    min-width: 0;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 32px;
  }

  .nav-cta {
    align-items: flex-start;
    display: flex;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .burger-line-middle, .burger-line-top {
    background-color: #333;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 12px 32px;
    display: flex;
  }

  .burger-line-bottom {
    background-color: #333;
  }

  .nav-logo {
    width: 6vw;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
  }

  .navigation {
    box-shadow: 0 2px 4px #0003;
  }

  .hero-section {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section {
    padding: 40px 48px;
  }

  .section.gray {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo {
    width: 10vw;
  }

  ._3-photo-grid {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
  }

  .image-wrapper {
    background-image: none;
  }

  .image {
    height: 3vw;
  }

  .image_icon {
    width: 48px;
  }

  .q-season {
    padding-bottom: 0;
  }

  .zig-zag-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading_function {
    margin-bottom: 0;
    font-size: 3vw;
  }

  .text-left {
    flex: 1;
    margin-bottom: 8px;
    font-size: 14px;
  }

  .text-right {
    text-align: right;
    font-size: 14px;
  }

  .icon-text-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .plans.office {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .plans.single_seat {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .plans.single_seat.hide {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .h2 {
    font-size: 24px;
  }

  .service-box {
    width: 50vw;
    height: 300px;
  }

  .service-heading {
    font-size: 16px;
  }

  .tabs_wrapper {
    width: 50vw;
  }

  .seat-type-link {
    width: auto;
  }

  .service-head {
    margin-top: 6px;
  }

  .tabs_button {
    width: 180px;
    font-size: 20px;
  }

  ._3d_code.desktop {
    display: none;
  }

  ._3d_code.tablet {
    display: block;
  }

  ._3d_code.mobile {
    display: none;
  }

  .logo-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-testimonials {
    flex-direction: column;
    align-self: stretch;
  }

  .image_tree {
    object-fit: cover;
  }

  .testimonial-box {
    align-self: stretch;
    width: 100%;
  }

  .tree {
    inset: auto 0% -12% auto;
  }

  .image_location, .map {
    width: 100%;
    max-width: none;
  }

  .map-link {
    height: auto;
  }

  .map-link.about {
    flex: 1;
  }

  .location {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
  }

  .image-footer {
    width: 300px;
    display: none;
  }

  .image_wrapper.grid._1, .image_wrapper.grid._6 {
    height: 180px;
  }

  .image_logo {
    width: 180px;
  }

  .content_wrapper {
    grid-template-columns: 1fr;
  }

  .image_wrapper_2 {
    width: auto;
  }

  .image_about.about {
    height: auto;
  }

  .customer_wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .phone_number {
    flex: 0 auto;
    font-size: 14px;
  }

  .grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image_chair {
    width: 400px;
    left: auto;
  }

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

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .navigtaion_container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .mobile-margin-top {
    margin-top: 10px;
  }

  .nav-menu {
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .container {
    max-width: none;
  }

  .nav-logo {
    width: 48px;
  }

  .slide-1 {
    background-position: 50%;
  }

  .slider-heading {
    font-size: 24px;
    line-height: 150%;
  }

  .slider-container {
    height: 100%;
  }

  .slider-cta {
    margin-top: 16px;
    padding: 10px 24px;
    font-size: 12px;
    margin-bottom: 8px;
  }

  .slider-p {
    font-size: 16px;
  }

  .slider {
    height: 240px;
  }

  .section {
    padding: 24px 16px;
  }

  .content-wrapper {
    margin-bottom: 8px;
  }

  .text {
    font-size: 14px;
    line-height: 150%;
  }

  ._3-photo-grid {
    margin-left: 0;
    margin-right: 0;
  }

  .zig-zag-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image_icon {
    width: 40px;
  }

  .q-season {
    margin-top: 8px;
  }

  .zig-zag-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading_function {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 150%;
  }

  .text-left {
    min-height: auto;
    margin-top: 0;
    font-size: 14px;
    line-height: 150%;
  }

  .text-right {
    font-size: 14px;
    line-height: 150%;
  }

  .plans {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    padding: 24px 16px;
    display: flex;
    overflow: hidden;
  }

  .plans.office {
    flex-direction: column;
    align-items: center;
    width: 72vw;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .plans.single_seat {
    flex-direction: column;
    align-items: center;
  }

  .from {
    font-size: 14px;
    line-height: 150%;
  }

  .heading {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 150%;
  }

  .h2 {
    font-size: 20px;
  }

  .category {
    align-self: stretch;
    align-items: flex-start;
  }

  .service-box {
    align-items: center;
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .service-heading {
    white-space: pre-wrap;
    font-size: 18px;
    line-height: 150%;
  }

  .tabs_wrapper {
    width: 56vw;
    margin-top: 14px;
    margin-bottom: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-divider {
    width: 1px;
    max-width: 100%;
    height: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .service-head {
    margin-top: 0;
  }

  .tabs_button.single_seat, .tabs_button.office {
    width: 140px;
    font-size: 16px;
  }

  .vnd {
    font-size: 14px;
    line-height: 150%;
  }

  ._3d_code.tablet {
    display: none;
  }

  ._3d_code.mobile {
    display: block;
  }

  .logo-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .logo-guest {
    height: 40px;
  }

  .heading_testimonials {
    font-size: 16px;
  }

  .div-testimonials {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .testimonial-box {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 100%;
    padding: 12px;
  }

  .testi-p {
    font-size: 14px;
  }

  .tree {
    width: 16vw;
    inset: auto 0% -6% auto;
  }

  .address {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 0;
  }

  .location {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    flex: 1;
  }

  .h3 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .image-footer {
    align-self: center;
    display: none;
  }

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

  .image_logo {
    width: 140px;
  }

  .image_about.about {
    height: auto;
  }

  .header_wrapper {
    margin-bottom: 16px;
  }

  .content {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .address_about {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 0;
  }

  .phone_number {
    font-size: 14px;
    line-height: 150%;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .image_chair {
    display: none;
  }

  .image_customer {
    width: 120px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }
}

@media screen and (max-width: 479px) {
  .visit-form {
    width: 288px;
    height: 550px;
  }

  .checkbox {
    flex-direction: column;
  }

  .navigtaion_container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link, .nav-link.w--current {
    padding-right: 0;
  }

  .burger-line-middle {
    width: 24px;
    height: 2px;
  }

  .burger-line-top {
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .nav-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-end;
  }

  .burger-line-bottom {
    width: 24px;
    height: 2px;
  }

  .container {
    max-width: 90vw;
  }

  .nav-logo {
    width: 40px;
  }

  .slide-1 {
    background-image: linear-gradient(#0000, #0000), url('../images/JARDINE-20180610-7R302249-X3-1-copy.jpg');
    background-position: 0 0, 0 0;
  }

  .slider-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .slider-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    padding: 24px 24px 48px;
  }

  .left_arrow {
    width: 32px;
    font-size: 24px;
    inset: 0% auto 0% 0%;
  }

  .right_arrow {
    width: 32px;
    font-size: 24px;
    inset: 0% 0% 0% auto;
  }

  .dot {
    margin-top: 0;
  }

  .slider-cta {
    margin-top: 10px;
    padding: 8px 20px;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 4px;
  }

  .slider-p {
    font-size: 10px;
    line-height: 150%;
  }

  .slider {
    height: auto;
  }

  .section {
    padding: 24px 16px;
  }

  .section.bg {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.bg.services {
    padding-left: 0;
    padding-right: 0;
  }

  .section.gray._24 {
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .logo {
    width: 40px;
  }

  .text {
    width: auto;
    font-size: 12px;
    line-height: 150%;
  }

  ._3-photo-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .q-heading {
    padding-bottom: 0;
  }

  .zig-zag-content {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-top: 8px;
  }

  .zig-zag-content.right-align {
    display: none;
  }

  .zig-zag-content.right-align._2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .image {
    height: 8vw;
    max-height: none;
  }

  .image_icon {
    display: none;
  }

  .q-season {
    margin-top: 0;
  }

  .zig-zag-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .heading_function {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 100%;
  }

  .text-left {
    margin-top: 0;
    font-size: 14px;
    line-height: 150%;
  }

  .text-right {
    text-align: left;
    font-size: 14px;
    line-height: 150%;
  }

  .icon-div {
    height: auto;
  }

  .icon-text-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-self: auto;
    align-items: flex-start;
    width: auto;
  }

  .plans {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    flex-direction: row;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    padding: 16px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .plans.office {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    padding: 0;
    display: grid;
    overflow: visible;
  }

  .plans.single_seat {
    padding: 0;
  }

  .plans.single_seat.hide {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .price {
    align-items: flex-end;
  }

  .category-title {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10px;
  }

  .service_wrapper_price {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
  }

  .from {
    font-size: 12px;
    line-height: 150%;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 100%;
  }

  .category_wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .h2 {
    color: #19a6da;
    margin-bottom: 0;
    font-size: 20px;
  }

  .category {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-self: stretch;
    align-items: flex-start;
  }

  .category.drink {
    margin-top: auto;
  }

  .service-box {
    flex: 1;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    padding: 12px;
  }

  .service-heading {
    white-space: pre-wrap;
    font-size: 14px;
  }

  .tabs_wrapper {
    width: auto;
    padding: 8px;
  }

  .seat-type-link {
    width: auto;
  }

  .nav-divider {
    width: 1px;
    height: 32px;
    margin: 8px;
  }

  .category-text {
    text-align: left;
    font-size: 12px;
  }

  .service-head {
    flex-direction: column;
    align-self: flex-start;
    align-items: center;
    margin-top: 6px;
  }

  .icon-image {
    height: 16px;
  }

  .tabs_button.single_seat {
    width: auto;
    padding: 8px;
    font-size: 14px;
  }

  .tabs_button.office {
    width: 120px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .vnd {
    font-size: 12px;
    line-height: 150%;
  }

  .logo-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .image_tree {
    width: 80px;
  }

  .testimonial-box {
    padding: 16px;
  }

  .testi-p {
    font-size: 14px;
    line-height: 150%;
  }

  .tree {
    width: 20vw;
    inset: auto 2vw -6% auto;
  }

  .address {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .wrapper-location {
    grid-template-columns: 1fr;
  }

  .location {
    flex-direction: column;
    width: auto;
  }

  .h3 {
    font-size: 16px;
    line-height: 150%;
  }

  .social-network {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .link-social {
    width: 32px;
  }

  .copyright {
    font-size: 12px;
  }

  .container-2 {
    max-width: 90vw;
  }

  .image_wrapper.grid._1, .image_wrapper.grid._6 {
    height: 120px;
  }

  .image_logo {
    width: 100px;
  }

  .image_logo.customer {
    width: 30%;
  }

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

  .content_wrapper-2 {
    grid-template-columns: 1fr;
    padding-top: 16px;
    padding-bottom: 40px;
    position: relative;
  }

  .image_wrapper_2 {
    position: absolute;
    inset: auto 0% -8% auto;
  }

  .header_wrapper {
    width: 72%;
  }

  .customer_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    width: auto;
  }

  .address_about {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .phone_number {
    font-size: 14px;
    line-height: 150%;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .footer_right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image_chair {
    display: none;
  }

  .image_customer.customer {
    width: 30%;
  }

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

#w-node-a0074778-b61c-8185-0407-c607849e19e6-b877a9fc, #w-node-a0074778-b61c-8185-0407-c607849e19e8-b877a9fc, #w-node-a0074778-b61c-8185-0407-c607849e19ea-b877a9fc, #w-node-ad8845f5-b8ec-5f69-7f27-00ef0bd83d28-b877a9fc, #w-node-ad8845f5-b8ec-5f69-7f27-00ef0bd83d2f-b877a9fc, #w-node-_2c76cd65-8ae6-17f8-0705-fccdc14cf3b7-b877a9fc, #w-node-_2c76cd65-8ae6-17f8-0705-fccdc14cf3ba-b877a9fc, #w-node-_2c76cd65-8ae6-17f8-0705-fccdc14cf3bc-b877a9fc, #w-node-_2c76cd65-8ae6-17f8-0705-fccdc14cf3c4-b877a9fc, #w-node-_2c76cd65-8ae6-17f8-0705-fccdc14cf3c7-b877a9fc, #w-node-_2c76cd65-8ae6-17f8-0705-fccdc14cf3c9-b877a9fc, #w-node-_2c76cd65-8ae6-17f8-0705-fccdc14cf3aa-b877a9fc, #w-node-_2c76cd65-8ae6-17f8-0705-fccdc14cf3b1-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cb61-b877a9fc {
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cb74-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cb76-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cb7d-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cb7f-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cb83-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cb85-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cb89-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cb8b-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cb92-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cb94-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cb98-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cb9a-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cb9e-b877a9fc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cba4-b877a9fc, #w-node-_99a71482-c26f-d48f-0747-824885a5cbac-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cbaf-b877a9fc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cbb4-b877a9fc, #w-node-_99a71482-c26f-d48f-0747-824885a5cbb9-b877a9fc, #w-node-_99a71482-c26f-d48f-0747-824885a5cbbe-b877a9fc, #w-node-_99a71482-c26f-d48f-0747-824885a5cbc3-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cbc6-b877a9fc {
  align-self: stretch;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cbd9-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cbdb-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cbe2-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cbe4-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cbe8-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cbea-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cbee-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cbf0-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cbf7-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cbf9-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cbfd-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cbff-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cc03-b877a9fc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cc09-b877a9fc, #w-node-_99a71482-c26f-d48f-0747-824885a5cc11-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cc14-b877a9fc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cc19-b877a9fc, #w-node-_99a71482-c26f-d48f-0747-824885a5cc1e-b877a9fc, #w-node-_99a71482-c26f-d48f-0747-824885a5cc23-b877a9fc, #w-node-_99a71482-c26f-d48f-0747-824885a5cc28-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cc3e-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cc40-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cc47-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cc49-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cc4d-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cc4f-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cc53-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cc55-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cc5c-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cc5e-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cc62-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cc64-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cc6c-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cc6e-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cc71-b877a9fc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cc76-b877a9fc, #w-node-_99a71482-c26f-d48f-0747-824885a5cc7b-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cc82-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cc84-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cc9b-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cc9d-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cca4-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cca6-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5ccaa-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5ccac-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5ccb0-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5ccb2-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5ccb9-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5ccbb-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5ccbf-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5ccc1-b877a9fc, #w-node-_99a71482-c26f-d48f-0747-824885a5ccca-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cccd-b877a9fc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5ccd2-b877a9fc, #w-node-_355131f1-b6f4-914e-afce-71b6f0fad929-b877a9fc, #w-node-_99a71482-c26f-d48f-0747-824885a5ccd7-b877a9fc, #w-node-_99a71482-c26f-d48f-0747-824885a5ccdc-b877a9fc, #w-node-_99a71482-c26f-d48f-0747-824885a5cce4-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73e1dd00-f539-7118-57fc-3a607d4353cf-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_73e1dd00-f539-7118-57fc-3a607d4353d1-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73e1dd00-f539-7118-57fc-3a607d4353d8-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_73e1dd00-f539-7118-57fc-3a607d4353da-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73e1dd00-f539-7118-57fc-3a607d4353de-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_73e1dd00-f539-7118-57fc-3a607d4353e0-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73e1dd00-f539-7118-57fc-3a607d4353e4-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_73e1dd00-f539-7118-57fc-3a607d4353e6-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73e1dd00-f539-7118-57fc-3a607d4353ed-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_73e1dd00-f539-7118-57fc-3a607d4353ef-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73e1dd00-f539-7118-57fc-3a607d4353f3-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_73e1dd00-f539-7118-57fc-3a607d4353f5-b877a9fc, #w-node-_73e1dd00-f539-7118-57fc-3a607d4353fe-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73e1dd00-f539-7118-57fc-3a607d435401-b877a9fc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_73e1dd00-f539-7118-57fc-3a607d435406-b877a9fc, #w-node-_73e1dd00-f539-7118-57fc-3a607d43540b-b877a9fc, #w-node-_73e1dd00-f539-7118-57fc-3a607d435410-b877a9fc, #w-node-_73e1dd00-f539-7118-57fc-3a607d435415-b877a9fc, #w-node-_73e1dd00-f539-7118-57fc-3a607d43541d-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5ccfa-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5ccfc-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cd03-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cd05-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cd09-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cd0b-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cd0f-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cd11-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cd18-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cd1a-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cd1e-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cd20-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cd28-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cd2a-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cd2d-b877a9fc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_323f26c0-bc4d-75fd-9090-efbdd29a9e4a-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cd31-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cd33-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cd37-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cd39-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cd3d-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cd3f-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cd43-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cd45-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cd4c-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_99a71482-c26f-d48f-0747-824885a5cd4e-b877a9fc, #w-node-cc8e4326-08ce-c2cc-e634-49f2e793c0a3-b877a9fc, #w-node-cc8e4326-08ce-c2cc-e634-49f2e793c0a5-b877a9fc, #w-node-cc8e4326-08ce-c2cc-e634-49f2e793c0a7-b877a9fc, #w-node-cc8e4326-08ce-c2cc-e634-49f2e793c0a9-b877a9fc, #w-node-cc8e4326-08ce-c2cc-e634-49f2e793c0ab-b877a9fc, #w-node-cc8e4326-08ce-c2cc-e634-49f2e793c0ad-b877a9fc, #w-node-cc8e4326-08ce-c2cc-e634-49f2e793c0af-b877a9fc, #w-node-cc8e4326-08ce-c2cc-e634-49f2e793c0b1-b877a9fc, #w-node-cc8e4326-08ce-c2cc-e634-49f2e793c0b3-b877a9fc, #w-node-cc8e4326-08ce-c2cc-e634-49f2e793c0b5-b877a9fc, #w-node-_722434c6-d6a5-1e9a-482c-0304f9fec06e-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_722434c6-d6a5-1e9a-482c-0304f9fec07b-b877a9fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_2d11e382-b0f4-06b2-7f06-198dc098ea4e-3253cd00 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2d11e382-b0f4-06b2-7f06-198dc098ea4f-3253cd00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d11e382-b0f4-06b2-7f06-198dc098ea50-3253cd00, #w-node-_2d11e382-b0f4-06b2-7f06-198dc098ea51-3253cd00 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2d11e382-b0f4-06b2-7f06-198dc098ea52-3253cd00, #w-node-_2d11e382-b0f4-06b2-7f06-198dc098ea53-3253cd00, #w-node-_2d11e382-b0f4-06b2-7f06-198dc098ea54-3253cd00, #w-node-_2d11e382-b0f4-06b2-7f06-198dc098ea55-3253cd00, #w-node-_2d11e382-b0f4-06b2-7f06-198dc098ea56-3253cd00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d11e382-b0f4-06b2-7f06-198dc098ea58-3253cd00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_2d11e382-b0f4-06b2-7f06-198dc098ea5a-3253cd00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecec8c58-49a2-66a4-afef-e633c3a3054e-3253cd00, #w-node-ecec8c58-49a2-66a4-afef-e633c3a30550-3253cd00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-a0074778-b61c-8185-0407-c607849e19e8-b877a9fc {
    place-self: stretch stretch;
  }

  #w-node-ad8845f5-b8ec-5f69-7f27-00ef0bd83d28-b877a9fc, #w-node-_2c76cd65-8ae6-17f8-0705-fccdc14cf3aa-b877a9fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_99a71482-c26f-d48f-0747-824885a5cc14-b877a9fc, #w-node-_2d11e382-b0f4-06b2-7f06-198dc098ea4e-3253cd00 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_2d11e382-b0f4-06b2-7f06-198dc098ea56-3253cd00 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2d11e382-b0f4-06b2-7f06-198dc098ea58-3253cd00 {
    place-self: auto;
  }

  #w-node-f65f7e48-f978-70dd-8ced-fd574f757e51-3253cd00 {
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ad8845f5-b8ec-5f69-7f27-00ef0bd83d28-b877a9fc, #w-node-_2c76cd65-8ae6-17f8-0705-fccdc14cf3aa-b877a9fc {
    align-self: start;
  }

  #w-node-_99a71482-c26f-d48f-0747-824885a5cc71-b877a9fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ad8845f5-b8ec-5f69-7f27-00ef0bd83d28-b877a9fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_2c76cd65-8ae6-17f8-0705-fccdc14cf3b7-b877a9fc, #w-node-_2c76cd65-8ae6-17f8-0705-fccdc14cf3c2-b877a9fc, #w-node-_2c76cd65-8ae6-17f8-0705-fccdc14cf3c4-b877a9fc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2c76cd65-8ae6-17f8-0705-fccdc14cf3aa-b877a9fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_99a71482-c26f-d48f-0747-824885a5cb61-b877a9fc {
    place-self: auto stretch;
  }

  #w-node-_99a71482-c26f-d48f-0747-824885a5cbaf-b877a9fc {
    align-self: auto;
  }

  #w-node-_99a71482-c26f-d48f-0747-824885a5cbc6-b877a9fc, #w-node-_99a71482-c26f-d48f-0747-824885a5cc2b-b877a9fc {
    justify-self: stretch;
  }

  #w-node-_99a71482-c26f-d48f-0747-824885a5cc71-b877a9fc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


