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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

body {
  font-family: Chivo, sans-serif;
  font-size: 18px;
  line-height: 170%;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #356f97;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #234863;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  cursor: default;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.container {
  position: relative;
  display: block;
  width: 980px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 15px;
}

.container.blog {
  max-width: 50%;
}

.container.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row.align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row.row-example {
  min-height: 175px;
  background-color: #f7f4ff;
}

.row.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.row.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.justify-center.align-center.padding-l.service {
  height: auto;
  min-height: 50vh;
}

.row.justify-center.padding-l {
  padding-top: 16px;
  padding-bottom: 16px;
}

.row.justify-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row.justify-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.row.form {
  margin-top: 20px;
  margin-bottom: 20px;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.row.padding-l {
  padding-top: 50px;
  padding-bottom: 50px;
}

.row.padding-l.service {
  height: 50vh;
}

.row.padding-xl {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.col {
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col.col-1 {
  max-width: 8.333333%;
  -webkit-flex-basis: 8.33%;
  -ms-flex-preferred-size: 8.33%;
  flex-basis: 8.33%;
}

.col.col-11 {
  max-width: 91.666667%;
  -webkit-flex-basis: 91.67%;
  -ms-flex-preferred-size: 91.67%;
  flex-basis: 91.67%;
}

.col.col-2 {
  max-width: 16.666667%;
  -webkit-flex-basis: 16.67%;
  -ms-flex-preferred-size: 16.67%;
  flex-basis: 16.67%;
}

.col.col-10 {
  max-width: 83.333333%;
  -webkit-flex-basis: 83.33%;
  -ms-flex-preferred-size: 83.33%;
  flex-basis: 83.33%;
}

.col.col-10.center {
  margin-left: auto;
}

.col.col-10.auto-center {
  margin-right: auto;
  margin-left: auto;
}

.col.col-3 {
  max-width: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.col.col-9 {
  max-width: 75%;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.col.col-4 {
  max-width: 33.333333%;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.col.col-8 {
  max-width: 66.666667%;
  -webkit-flex-basis: 66.67%;
  -ms-flex-preferred-size: 66.67%;
  flex-basis: 66.67%;
}

.col.col-5 {
  max-width: 41.666667%;
  -webkit-flex-basis: 41.67%;
  -ms-flex-preferred-size: 41.67%;
  flex-basis: 41.67%;
}

.col.col-7 {
  max-width: 58.333333%;
  -webkit-flex-basis: 58.33%;
  -ms-flex-preferred-size: 58.33%;
  flex-basis: 58.33%;
}

.col.col-6 {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.col.col-6.col-xs-12.paddingm {
  margin-bottom: 50px;
}

.col.col-6.col-m-6.col-sm-12 {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.col.col-6.col-m-6.col-sm-12.top-indent {
  display: block;
  margin-top: 150px;
}

.col.col-6.col-m-6.col-sm-12.top-reverse-indent {
  margin-top: -50px;
}

.col.col-6.portfolio {
  max-height: 450px;
}

.col.col-12 {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.col.no-gutters {
  padding-right: 0px;
  padding-left: 0px;
}

.col.self-start {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.col.self-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.col.self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.col.order-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.col.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.col.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col.flex.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.col.flex.left.no-gutter {
  padding-right: 0px;
  padding-left: 0px;
}

.inner-div-example {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #c0e5ff;
  background-color: #f3faff;
  text-align: center;
}

.section {
  position: static;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.fade {
  background-color: #f8fcff;
}

.section.intro {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #4daaec;
}

.section.purple {
  background-color: #414288;
  background-image: url('../images/playa_webfooter_bkg_new2-03.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.full-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.full-height.hero {
  display: block;
  width: 100%;
  background-color: #234863;
  background-image: url('../images/playa_contactpage_icon-02.png');
  background-position: 100% 100%;
  background-size: auto 600px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section.banner {
  height: 500px;
  background-color: #ebebeb;
  background-image: url('../images/playa_contactpage_icon-1-03.svg'), -webkit-gradient(linear, left top, left bottom, from(#0a2555), to(#0a2555));
  background-image: url('../images/playa_contactpage_icon-1-03.svg'), linear-gradient(180deg, #0a2555, #0a2555);
  background-position: 100% 100%, 0px 0px;
  background-size: 300px, auto;
  background-repeat: no-repeat, repeat;
}

.section.footer {
  background-color: #241d49;
}

.section.newasia {
  height: 80vh;
}

.section.portfolio {
  overflow: hidden;
  height: 80vh;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.portfolio.newasia {
  background-color: #ff3b3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/newAsia-mockup_11-1544x1080.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/newAsia-mockup_11-1544x1080.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section.no-gutters {
  padding-bottom: 0px;
}

.section.grey {
  background-color: #f3f3f3;
}

.section.first-section {
  padding-top: 100px;
}

.emp {
  color: #4daaec;
}

.container-fluid {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.light {
  color: #fff;
}

.button {
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 15px;
  border-radius: 3px;
  background-color: #846ffb;
  font-weight: 700;
}

.button.button_secondary {
  background-color: #4353ff;
}

.button.button_secondary.button_fixed {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9147483647;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 160px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #3461b6;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
}

.version-grid {
  opacity: 0.75;
  color: #fff;
  font-size: 20px;
}

.heading {
  line-height: 150%;
}

.heading-xl {
  font-size: 48px;
  line-height: 150%;
}

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

.heading-xl.green {
  color: #49cc74;
}

.heading-all-caps {
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.heading-all-caps.center {
  text-align: center;
}

.heading-all-caps.center.blackish {
  color: #7d7d7d;
}

.heading-all-caps.grey {
  color: #7d7d7d;
  letter-spacing: 2px;
}

.heading-all-caps.grey {
  color: #7d7d7d;
  letter-spacing: 2px;
}

.textfield {
  padding-top: 25px;
  padding-bottom: 25px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #c7c7c7;
  font-size: 18px;
  line-height: 150%;
}

.selectfield {
  height: 42px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  font-size: 18px;
}

.paragraphfield {
  padding-top: 13px;
  padding-bottom: 25px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #c7c7c7;
  font-size: 18px;
  line-height: 150%;
}

.radiobuttongrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button {
  margin-right: 15px;
}

.heading-xxl {
  color: #49cc74;
  font-size: 64px;
  line-height: 150%;
  text-align: center;
}

.heading-xxl.left {
  text-align: left;
}

.heading-xxl.left.black {
  color: #000;
}

.html-embed {
  position: fixed;
  z-index: -1;
  width: 100%;
}

.fieldlabel {
  padding-left: 12px;
}

.formbutton {
  padding-right: 40px;
  padding-left: 40px;
}

.big-square-image-bg {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #fff;
  background-color: #465eb3;
  -webkit-transition: border 200ms ease-in-out;
  transition: border 200ms ease-in-out;
}

.big-square-image-bg:hover {
  border-style: solid;
  border-width: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.big-square-image-bg.yellow {
  background-color: #fc0;
}

.big-square-image-bg.cyan {
  background-color: #4ab;
}

.big-square-image-bg.grey {
  background-color: #efefef;
}

.big-square-image-bg.grey:hover {
  background-color: #49cc74;
}

.big-square-image-bg.grey.center-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 39%;
  padding-bottom: 39%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: border 200ms ease-in-out, background-color 500ms ease-in-out;
  transition: border 200ms ease-in-out, background-color 500ms ease-in-out;
}

.big-square-image-bg.box2 {
  background-color: #4ab;
}

.big-square-image-bg.box1 {
  background-color: #fc0;
}

.image {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.image:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.div-block {
  box-shadow: 1px 1px 0 0 transparent;
}

.big-square-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.big-square-image:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.arrow-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fa 300', sans-serif;
  color: #000;
}

.big-square-image-wrapper {
  display: block;
  background-color: transparent;
}

.div-block-3 {
  display: inline-block;
  width: 50px;
  height: 5px;
  border-radius: 20px;
  background-color: #49cc74;
}

.heading-padding {
  margin-top: 20px;
  margin-bottom: 20px;
}

.photoset-grid-basic {
  display: block;
}

.image-2 {
  width: auto;
}

.image-3 {
  width: 100%;
}

.header-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  width: 100%;
}

.color-block {
  background-color: #0088e4;
}

.center {
  text-align: center;
}

.div-block-4 {
  width: 50px;
  height: 10px;
}

.black {
  color: #000;
}

.black.padding-l {
  padding-top: 8px;
  padding-bottom: 8px;
}

.grey {
  color: #7d7d7d;
}

.div-block-5 {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #4daaec;
  text-align: center;
}

.div-block-5.newasia {
  background-color: #ec4d4d;
}

.div-block-5.newasia.portfolio {
  height: 80vh;
}

.div-block-5.idendron {
  background-color: #fdd501;
}

.div-block-5.littleprince {
  background-color: #ffca30;
}

.div-block-5.creationcabin {
  display: block;
  background-color: #00519c;
}

.div-block-5.waterforfree {
  background-color: #00bff3;
}

.div-block-5.travelmoment {
  background-color: #ec7a4d;
}

.div-block-5.charlesmok {
  background-color: #2f9ac6;
}

.div-block-5.hyperair {
  background-color: #0176ee;
}

.div-block-5.itour {
  background-color: #ec664d;
}

.div-block-5.backtory {
  background-color: #734dec;
}

.div-block-5.pingspace {
  background-color: #884fec;
}

.div-block-5.cdc {
  background-color: #f68121;
}

.div-block-6 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  padding-top: 50%;
  background-image: url('../images/9aaba66ba95ff2abcc36d7344c8898be.png');
  background-position: 0px 0px;
  background-size: 600px;
}

.div-block-7 {
  position: static;
  left: 30%;
  top: 0px;
  right: 0px;
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  cursor: pointer;
}

.image-4 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.white {
  color: #fff;
}

.white.center.small {
  font-size: 14px;
}

.white.small {
  font-size: 14px;
}

.white.small:hover {
  text-decoration: none;
}

.div-block-8 {
  padding-top: 54%;
  background-image: url('../images/TravelMoment-Feature-Copy-2.png');
  background-size: cover;
}

.div-block-8.idendron {
  background-image: url('../images/Idendron-Feature.png');
}

.div-block-8.newasia {
  background-image: url('../images/NewAsia-Feature-Copy-1.png');
}

.div-block-8.littleprince {
  background-image: url('../images/LittlePrince-Feature-Copy.png');
}

.div-block-8.creationcabin {
  background-image: url('../images/CreationCabin-Feature--1.png');
}

.div-block-8.waterforfree {
  background-image: url('../images/WaterforFree-Feature-Copy.png');
}

.div-block-8.charlesmok {
  background-image: url('../images/CharlesMok-Feature.png');
}

.div-block-8.travelmoment {
  background-image: url('../images/TravelMoment-Feature-Copy-2.png');
}

.div-block-8.itour {
  background-image: url('../images/ITOUR-feature.png');
}

.div-block-8.backtory {
  background-image: url('../images/Backtory-feature.png');
}

.div-block-8.hyperair {
  background-image: url('../images/Hyperair-Feature-new.png');
}

.div-block-8.pingspace {
  background-image: url('../images/Hyperair-Feature-Copy-2.png');
}

.div-block-8.cdc {
  background-image: url('../images/CDC-Portfolio.png');
}

.blue-grey {
  color: #a2abba;
}

.blue-grey.margin-l {
  margin-top: 25px;
  margin-bottom: 25px;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}

.select-field {
  height: 100%;
  border-radius: 10px 0px 0px 10px;
  font-size: 20px;
}

.submit-button {
  width: 200px;
  height: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #49cc74;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.carousel-slide {
  width: 33.33%;
}

.carousel-slide.slide1 {
  background-image: url('../images/clients-aftec.png');
  background-position: 50% 50%;
  background-size: 400px;
}

.carousel-slide.slide2 {
  background-image: url('../images/water-for-free.png');
  background-position: 50% 50%;
  background-size: 400px;
}

.carousel-slide.slide3 {
  background-image: url('../images/clients-hulu.png');
  background-position: 50% 50%;
  background-size: 400px;
}

.carousel-slide.slide4 {
  background-image: url('../images/creation-cabin.png');
  background-position: 50% 50%;
  background-size: cover;
}

.mask {
  width: 100%;
}

.section-2 {
  height: 80vh;
}

.paragraph {
  cursor: default;
}

.big-textfield {
  width: 100%;
  height: auto;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  color: #49cc74;
  font-size: 64px;
  line-height: auto;
  font-weight: 700;
  text-align: center;
}

.heading-2 {
  text-decoration: none;
}

.link-2 {
  color: #49cc74;
}

.fa {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Fa brands 400', sans-serif;
  text-align: center;
}

.fa.contact {
  display: inline-block;
  margin-right: 20px;
  color: #000;
  font-size: 18px;
  text-align: left;
}

.section-3 {
  height: 75px;
}

.button-2 {
  padding: 20px 38px;
  background-color: #49cc74;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: transparent;
}

.nav-link {
  border-top: 3px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
}

.nav-link:hover {
  border-top-color: #49cc74;
}

.nav-link.w--current {
  background-color: transparent;
  color: #000;
}

.heading-3 {
  color: #000;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #4daaec;
}

.text-block {
  font-size: 36px;
}

.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: -15px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.table.topleft {
  padding-right: 50px;
  padding-bottom: 50px;
  border-right: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}

.table.topright {
  padding-bottom: 50px;
  padding-left: 50px;
  border-bottom: 1px solid #c7c7c7;
  border-left: 1px none #c7c7c7;
}

.table.bottomleft {
  padding-top: 50px;
  padding-right: 50px;
  border-right: 1px solid #c7c7c7;
}

.table.bottomright {
  padding-top: 50px;
  padding-left: 50px;
}

.menu-button {
  clear: right;
  color: #fff;
}

.div-block-10 {
  width: 80%;
}

.service-image-wrapper {
  width: 80%;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blogwrapper {
  position: relative;
  display: block;
  min-height: 300px;
  padding: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 25px;
  background-color: #e3f5f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transition: all 5000ms ease-in-out, color 1500ms ease;
  transition: all 5000ms ease-in-out, color 1500ms ease;
  color: #7d7d7d;
}

.blogwrapper:hover {
  opacity: 1;
  color: #fff;
}

.blogwrapper.short {
  height: 300px;
}

.blogwrapper.blogcolor2 {
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/playa_background_testing_1-02.png'), -webkit-gradient(linear, left top, left bottom, from(#234863), to(#234863));
  background-image: url('../images/playa_background_testing_1-02.png'), linear-gradient(180deg, #234863, #234863);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
  color: #fff;
}

.blogwrapper.blogcolor2.blogcolor3 {
  background-image: url('../images/playa_background_testing_3-02.png'), -webkit-gradient(linear, left top, left bottom, from(#49cc74), to(#49cc74));
  background-image: url('../images/playa_background_testing_3-02.png'), linear-gradient(180deg, #49cc74, #49cc74);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.blogwrapper.blogcolor2.tri {
  background-image: url('../images/playa_background_testing_tri-02.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
  background-image: url('../images/playa_background_testing_tri-02.png'), linear-gradient(180deg, null, null);
}

.blogwrapper.blogabstract3 {
  background-color: transparent;
  background-image: none;
  color: #fff;
}

.blogwrapper.blogabstract3:hover {
  color: #fff;
}

.heading-4 {
  width: 80%;
  text-align: right;
}

.heading-5 {
  position: relative;
  z-index: 1;
  max-width: 500px;
  float: right;
  text-align: right;
}

.text-block-2 {
  position: relative;
  z-index: 1;
  float: right;
}

.blogfeaturephoto {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #000;
  background-image: url('../images/christmas.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  opacity: 0.1;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: all 1000ms ease-in-out, background-position 0ms ease;
  transition: all 1000ms ease-in-out, background-position 0ms ease;
}

.blogfeaturephoto:hover {
  background-image: url('../images/christmas.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  opacity: 0.4;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.blogfeaturephoto.blogcolor2 {
  background-color: #49cc74;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  opacity: 0;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 2000ms ease-in-out, background-position 0ms ease;
  transition: all 2000ms ease-in-out, background-position 0ms ease;
}

.blogfeaturephoto.blogcolor2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#49cc74), to(#49cc74)), url('../images/christmas.jpg');
  background-image: linear-gradient(180deg, #49cc74, #49cc74), url('../images/christmas.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
  opacity: 1;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.blogfeaturephoto.blogabstract3 {
  background-image: url('../images/christmas.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  opacity: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.blogfeaturephoto.blogabstract3:hover {
  background-image: url('../images/christmas.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  color: #49cc74;
}

.paragraph-2 {
  position: relative;
  z-index: 1;
  max-width: 500px;
  text-align: right;
}

.paragraph-2.blogabstract {
  position: relative;
  right: 55%;
  max-width: 400px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  direction: ltr;
  font-family: europa, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  text-align: left;
}

.paragraph-2-copy {
  position: relative;
  z-index: 1;
  max-width: 500px;
  text-align: right;
}

.paragraph-2-copy.blogabstract {
  position: relative;
  right: 55%;
  max-width: 400px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  direction: ltr;
  font-family: europa, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  text-align: left;
}

.div-block-11 {
  position: relative;
  z-index: 1;
  width: 50%;
  margin-bottom: 16px;
  clear: none;
}

.primary-button-white {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  padding: 7px 35px;
  border: 2px solid #49cc74;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  color: #49cc74;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
}

.primary-button-white:hover {
  -webkit-transform: translate(5px, -5px);
  -ms-transform: translate(5px, -5px);
  transform: translate(5px, -5px);
}

.primary-button-white.blogcolor3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#234863), to(#234863));
  background-image: linear-gradient(180deg, #234863, #234863);
}

.div-block-12 {
  position: relative;
  bottom: -10px;
  z-index: 1;
  float: left;
  border: 2px none #49cc74;
  border-radius: 0px;
  background-color: #49cc74;
}

.div-block-12.blogcolor3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#10725e), to(#10725e));
  background-image: linear-gradient(180deg, #10725e, #10725e);
}

.text-span {
  font-size: 12px;
}

.text-span:hover {
  color: #49cc74;
}

.div-block-13 {
  display: block;
  width: 100%;
  height: 0%;
  border-radius: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#49cc74), to(#49cc74));
  background-image: linear-gradient(180deg, #49cc74, #49cc74);
}

.div-block-13:hover {
  height: 100%;
}

.image-6 {
  max-height: 100%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.image-6:hover {
  -webkit-transform: translate(0px, 0px) translate(0px, 250px);
  -ms-transform: translate(0px, 0px) translate(0px, 250px);
  transform: translate(0px, 0px) translate(0px, 250px);
}

.div-block-14 {
  max-height: 100%;
  max-width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#49cc74), to(#49cc74));
  background-image: linear-gradient(180deg, #49cc74, #49cc74);
}

.desktop-background {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-7 {
  position: relative;
  z-index: 689;
}

.div-block-15 {
  width: 150px;
}

.div-block-16 {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin-left: 5vw;
}

.div-block-16-copy {
  position: absolute;
  top: 0%;
  right: 0px;
  bottom: 0px;
  margin-right: 5vw;
  padding-top: 50%;
}

.div-block-17 {
  position: relative;
  height: 100%;
}

.section-5 {
  display: block;
}

.div-block-18 {
  position: fixed;
}

.div-block-19 {
  position: absolute;
  left: 0px;
  top: 176px;
  right: 0px;
  bottom: 176px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-20 {
  position: relative;
  display: block;
}

.html-embed-2 {
  position: relative;
  z-index: -1;
  width: 100%;
}

.image-8 {
  width: 150px;
}

.div-block-21 {
  display: block;
  width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-22 {
  display: block;
  width: 200%;
  margin-right: auto;
  margin-left: auto;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.container-3 {
  position: relative;
  display: block;
  margin: 0px auto;
}

.brand {
  float: right;
}

.navbar-2 {
  position: absolute;
  width: 100%;
  background-color: transparent;
}

.nav-bar-button {
  padding: 20px;
  float: right;
  color: #7e9093;
}

.nav-bar-button:hover {
  color: #000;
}

.nav-bar-button.w--current {
  color: #7e9093;
}

.nav-bar-button.white {
  color: #d6d6d6;
}

.nav-bar-button.white:hover {
  color: #fff;
}

.brand-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.new-nav-link:hover {
  border-bottom: 3px solid #49cc74;
}

.div-block-23 {
  padding: 20px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-text {
  border-bottom: 1px none #000;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  color: #7e9093;
}

.nav-link-text:hover {
  border-bottom-width: 3px;
  color: #000;
}

.nav-link-text.w--current {
  height: 55px;
  margin-right: 23.42px;
  margin-left: 23.42px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #000;
}

.nav-link-text.white {
  color: #fff;
}

.nav-link-text.white:hover {
  color: #e4e4e4;
}

.body {
  background-color: transparent;
}

.div-block-24 {
  position: relative;
  z-index: 689;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.div-block-25 {
  position: relative;
  display: block;
  margin-top: -70px;
}

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

.div-block-27 {
  background-color: #dadada;
}

.photo-block {
  position: relative;
  max-height: 95%;
  max-width: 95%;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-top: 100%;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/Test-Pic.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 7px 7px 0 1px #efefef;
}

.photo-block.rental {
  background-image: url('../images/Artboard-2-Copy.png'), -webkit-gradient(linear, left top, left bottom, from(#ffca30), to(#ffca30));
  background-image: url('../images/Artboard-2-Copy.png'), linear-gradient(180deg, #ffca30, #ffca30);
  background-position: 50% 100%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.photo-block.rental.hyperair {
  background-image: url('../images/pingspace-landing-feature.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/pingspace-landing-feature.png'), linear-gradient(180deg, transparent, transparent);
  background-position: 50% 50%, 0px 0px;
}

.photo-block.rental.ha {
  background-image: url('../images/hyperair-landing-feature.png'), -webkit-gradient(linear, left top, left bottom, from(#0176ee), to(#0176ee));
  background-image: url('../images/hyperair-landing-feature.png'), linear-gradient(180deg, #0176ee, #0176ee);
  background-position: 50% 100%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.photo-block.rental.pingspace {
  background-image: url('../images/pingspace-landing-feature1.png'), -webkit-gradient(linear, left top, left bottom, from(#884fec), to(#884fec));
  background-image: url('../images/pingspace-landing-feature1.png'), linear-gradient(180deg, #884fec, #884fec);
}

.photo-block.hyperair {
  background-image: url('../images/pingspace-landing-feature.png'), -webkit-gradient(linear, left top, left bottom, from(#0176ee), to(#0176ee));
  background-image: url('../images/pingspace-landing-feature.png'), linear-gradient(180deg, #0176ee, #0176ee);
  background-position: 100% 100%, 0px 0px;
  background-size: 530px, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}

.image-9 {
  position: absolute;
  left: 10px;
  bottom: 10px;
  max-width: 100%;
}

.div-block-29 {
  position: absolute;
  left: -26px;
  top: 67px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.11;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.div-block-30 {
  width: 100%;
  height: 100%;
}

.highlight {
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.highlight:hover {
  border-style: none none solid;
  border-width: 1px 1px 5px;
  border-color: #000 #000 #49cc74;
}

.first-section {
  padding-top: 100px;
}

.map {
  height: 100%;
}

.heading-xxl-2 {
  color: #49cc74;
  font-size: 64px;
  line-height: 150%;
  text-align: center;
}

.heading-xxl-2.left {
  text-align: left;
}

.heading-xxl-2.left.black {
  color: #000;
}

.div-block-31 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 0, 0, 0.3)), to(rgba(3, 0, 0, 0.3))), url('../images/newAsia-mockup_11-1544x1080.png');
  background-image: linear-gradient(180deg, rgba(3, 0, 0, 0.3), rgba(3, 0, 0, 0.3)), url('../images/newAsia-mockup_11-1544x1080.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-6 {
  height: 80vh;
}

.portfolio-hero {
  position: absolute;
  width: 100%;
  height: 80vh;
  opacity: 1;
}

.portfolio-hero.new-asia {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(182, 3, 3, 0.59)), to(rgba(182, 3, 3, 0.59))), url('../images/newAsia-mockup_11-1544x1080.png');
  background-image: linear-gradient(180deg, rgba(182, 3, 3, 0.59), rgba(182, 3, 3, 0.59)), url('../images/newAsia-mockup_11-1544x1080.png');
  background-position: 0px 0px, 50% 50%;
}

.portfolio-hero.creation-cabin {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 115, 190, 0.3)), to(rgba(30, 115, 190, 0.3))), url('../images/creationcarbinportfolioArtboard-2.jpg');
  background-image: linear-gradient(180deg, rgba(30, 115, 190, 0.3), rgba(30, 115, 190, 0.3)), url('../images/creationcarbinportfolioArtboard-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.portfolio-hero.idendron {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 208, 33, 0.3)), to(rgba(239, 208, 33, 0.3))), url('../images/idendronportfolioArtboard-2.jpg');
  background-image: linear-gradient(180deg, rgba(239, 208, 33, 0.3), rgba(239, 208, 33, 0.3)), url('../images/idendronportfolioArtboard-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.portfolio-hero.little-prince {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 208, 33, 0.5)), to(rgba(239, 208, 33, 0.5))), url('../images/cover-resize.jpg');
  background-image: linear-gradient(180deg, rgba(239, 208, 33, 0.5), rgba(239, 208, 33, 0.5)), url('../images/cover-resize.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.portfolio-hero.water-for-free {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 115, 190, 0.5)), to(rgba(30, 115, 190, 0.5))), url('../images/Board-2-1.png');
  background-image: linear-gradient(180deg, rgba(30, 115, 190, 0.5), rgba(30, 115, 190, 0.5)), url('../images/Board-2-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.portfolio-hero.travel-moment {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(221, 153, 51, 0.5)), to(rgba(221, 153, 51, 0.5))), url('../images/travelmoment-bg.jpg');
  background-image: linear-gradient(180deg, rgba(221, 153, 51, 0.5), rgba(221, 153, 51, 0.5)), url('../images/travelmoment-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfolio-hero.charles-mok {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 201, 226, 0.5)), to(rgba(34, 201, 226, 0.5))), url('../images/Charles-Export-1-1-1920x1080.jpg');
  background-image: linear-gradient(180deg, rgba(34, 201, 226, 0.5), rgba(34, 201, 226, 0.5)), url('../images/Charles-Export-1-1-1920x1080.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfolio-hero.hku-research {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 237, 52, 0.5)), to(rgba(237, 237, 52, 0.5))), url('../images/vpr-banner.jpg');
  background-image: linear-gradient(180deg, rgba(237, 237, 52, 0.5), rgba(237, 237, 52, 0.5)), url('../images/vpr-banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfolio-hero.hulu {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(188, 124, 124, 0.5)), to(rgba(188, 124, 124, 0.5))), url('../images/Top-Graphic.jpg');
  background-image: linear-gradient(180deg, rgba(188, 124, 124, 0.5), rgba(188, 124, 124, 0.5)), url('../images/Top-Graphic.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfolio-hero.areta {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 115, 190, 0.5)), to(rgba(30, 115, 190, 0.5))), url('../images/Slide-3-1-1920x827.jpg');
  background-image: linear-gradient(180deg, rgba(30, 115, 190, 0.5), rgba(30, 115, 190, 0.5)), url('../images/Slide-3-1-1920x827.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfolio-hero.bravo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 34, 0.5)), to(rgba(238, 238, 34, 0.5))), url('../images/bravo-v2-04.jpg');
  background-image: linear-gradient(180deg, rgba(238, 238, 34, 0.5), rgba(238, 238, 34, 0.5)), url('../images/bravo-v2-04.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfolio-hero.online-learning-platform {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 42%, 0.5)), to(hsla(0, 0%, 42%, 0.5))), url('../images/Slide-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 42%, 0.5), hsla(0, 0%, 42%, 0.5)), url('../images/Slide-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfolio-hero.hyperair {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 118, 238, 0.5)), to(rgba(1, 118, 238, 0.5))), url('../images/hyperair_mockup01.png');
  background-image: linear-gradient(180deg, rgba(1, 118, 238, 0.5), rgba(1, 118, 238, 0.5)), url('../images/hyperair_mockup01.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.portfolio-hero.new-asia {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(190, 30, 45, 0.5)), to(rgba(190, 30, 45, 0.5))), url('../images/newAsia-mockup_11-1544x1080.png');
  background-image: linear-gradient(180deg, rgba(190, 30, 45, 0.5), rgba(190, 30, 45, 0.5)), url('../images/newAsia-mockup_11-1544x1080.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfolio-hero.backtory {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(144, 90, 237, 0.5)), to(rgba(144, 90, 237, 0.5))), url('../images/Bactory-Slide1-project-1-1920x1080.jpg');
  background-image: linear-gradient(180deg, rgba(144, 90, 237, 0.5), rgba(144, 90, 237, 0.5)), url('../images/Bactory-Slide1-project-1-1920x1080.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfolio-hero.pingspace {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 35, 99, 0.31)), to(rgba(43, 35, 99, 0.31))), url('../images/pingspace-landing-feature1.png');
  background-image: linear-gradient(180deg, rgba(43, 35, 99, 0.31), rgba(43, 35, 99, 0.31)), url('../images/pingspace-landing-feature1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.portfolio-hero.wearefamily {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(194, 229, 245, 0.79)), to(rgba(194, 229, 245, 0.79))), url('../images/Web-Banner.png');
  background-image: linear-gradient(180deg, rgba(194, 229, 245, 0.79), rgba(194, 229, 245, 0.79)), url('../images/Web-Banner.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portfolio-hero.cdc {
  background-color: #f19e44;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 158, 68, 0.8)), to(rgba(241, 158, 68, 0.8))), url('../images/CDC-Cover.jpg');
  background-image: linear-gradient(180deg, rgba(241, 158, 68, 0.8), rgba(241, 158, 68, 0.8)), url('../images/CDC-Cover.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.container-4 {
  position: absolute;
  left: 0px;
  top: 20vh;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.small {
  color: #7d7d7d;
  font-size: 14px;
  letter-spacing: 1px;
}

.small.grey {
  font-size: 14px;
  letter-spacing: 0px;
}

.small.white {
  display: block;
  color: #c7c7c7;
}

.small.white:hover {
  text-decoration: none;
}

.image-10 {
  position: absolute;
  left: 18px;
  top: 15px;
  bottom: 0px;
  overflow: visible;
}

.back-button {
  color: #7d7d7d;
}

.bold-text {
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.paragraph-3 {
  font-size: 12px;
}

.bigtextfield {
  margin-bottom: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #c7c7c7;
  font-size: 36px;
  line-height: 150%;
}

.view-project-button {
  padding-right: 50px;
  padding-left: 50px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease;
  transition: color 200ms ease-in-out, background-color 200ms ease;
}

.view-project-button:hover {
  background-color: #fff;
  color: #000;
}

.div-block-32 {
  border-bottom: 1px solid #c7c7c7;
}

.paragraph-4 {
  text-transform: uppercase;
}

.blog-image {
  overflow: hidden;
  height: 250px;
  max-height: 250px;
  box-shadow: 7px 7px 0 1px #efefef;
}

.blogpost {
  margin-top: 36px;
  margin-bottom: 36px;
}

.blogimagelarge {
  overflow: hidden;
  max-height: 600px;
}

.heading-6 {
  color: #000;
}

.paragraph-5 {
  color: #7d7d7d;
}

.blogtitle {
  margin-bottom: 20px;
  color: #000;
  line-height: 48px;
  cursor: pointer;
}

.blogpreviewtext {
  color: #7e9093;
}

.primary-button-background {
  position: relative;
  bottom: -10px;
  z-index: 1;
  margin-bottom: 16px;
  float: left;
  border: 2px none #49cc74;
  border-radius: 0px;
  background-color: #49cc74;
}

.primary-button-background.blogcolor3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#10725e), to(#10725e));
  background-image: linear-gradient(180deg, #10725e, #10725e);
}

.slider {
  height: 800px;
  margin-bottom: 50px;
  background-color: transparent;
}

.div-block-33 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -53px;
  height: 200px;
}

.slide {
  height: 700px;
  background-color: transparent;
}

.div-block-34 {
  height: 500px;
  background-image: url('../images/Screen-Shot-2017-08-19-at-11.13.13-PM-Macbook-1707x1080.png'), url('../images/27907590_940958832729610_5390034867848909895_o.jpg');
  background-position: 50% 50%, 50% 0px;
  background-size: 853px, cover;
}

.slide-nav {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
}

.icon-2 {
  margin-top: 250px;
}

.icon-3 {
  margin-top: 250px;
}

.div-block-35 {
  position: static;
  left: 0px;
  bottom: -50px;
  margin-top: 36px;
  background-color: #fff;
}

.slide-2 {
  height: 800px;
  background-color: transparent;
  background-image: url('../images/1_anj_D7viu0FEUwaIpfQ_7A.jpeg');
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-36 {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.minor-button {
  display: inline-block;
  margin-right: 10px;
  border-bottom: 1px solid transparent;
  color: #49cc74;
  letter-spacing: 1px;
  text-transform: none;
}

.blog-photo {
  min-height: 100%;
}

.div-block-37 {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 8px;
}

.minor-button-arrow {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
  border-bottom: 1px solid transparent;
  color: #49cc74;
  letter-spacing: 1px;
  text-transform: none;
}

.left-arrow {
  left: 0px;
  top: -300px;
  height: 500px;
}

.right-arrow {
  top: -300px;
  right: 0px;
  height: 500px;
}

.link-3 {
  color: #c7c7c7;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-39 {
  margin-right: 16px;
}

.div-block-40 {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 300px;
  height: 300px;
  background-image: url('../images/playa_contactpage_icon-1-03.svg');
  background-position: 0px 0px;
  background-size: 300px;
  background-repeat: no-repeat;
}

.div-block-41 {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.paragraph-6 {
  color: #7d7d7d;
  font-size: 24px;
  line-height: 180%;
}

.text-block-3 {
  color: #7d7d7d;
}

.div-block-42 {
  display: inline-block;
  width: 50px;
  height: 5px;
  border-radius: 20px;
  background-color: #49cc74;
}

.div-block-43 {
  margin-bottom: 20px;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lightbox-link {
  margin-right: 16px;
}

.about-icon {
  width: 100px;
  margin-bottom: 20px;
}

.link-block-2 {
  width: 100%;
}

.link-block-3 {
  width: 100%;
}

.text-block-4 {
  font-family: 'Fa 300', sans-serif;
  color: #c5c5c5;
}

.paragraph-7 {
  color: #d3d3d3;
}

.fa-pro {
  font-family: 'Fa 300', sans-serif;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-bar-white {
  position: absolute;
  width: 100%;
  background-color: transparent;
}

.check-box-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox {
  margin-right: 15px;
}

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

.margin-right {
  display: inline-block;
  margin-right: 16px;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-4 {
  color: #4daaec;
}

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

.div-block-48 {
  margin-top: 16px;
}

.link-5 {
  color: #4daaec;
}

.body-2 {
  font-family: Chivo, sans-serif;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item {
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 30px;
  cursor: pointer;
}

.icon-4.accordion-icon {
  color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
}

.accordion-item-content {
  overflow: hidden;
  margin-top: 10px;
  margin-right: 30px;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 600px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/tyler-franta-iusJ25iYu1c-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/tyler-franta-iusJ25iYu1c-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading-7 {
  margin-top: 50px;
  margin-bottom: 0px;
  text-align: left;
}

.mini-features {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 25px 25px 0px 0px;
  background-color: #f1f1f1;
}

.mini-features-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 35px;
  padding-left: 25px;
  float: left;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.fa-2 {
  display: block;
  margin-right: 15px;
  font-family: 'Fa 300', sans-serif;
  color: #7d7d7d;
  font-size: 30px;
  text-align: center;
}

.fa-2.mini-feature {
  margin-right: 20px;
  font-family: 'Fa 300', sans-serif;
  color: #062d4b;
  font-size: 36px;
  text-align: left;
}

.fa-2.icon-4.accordion-icon {
  color: rgba(0, 0, 0, 0.5);
}

.mini-features-text {
  padding-right: 20px;
}

.title {
  position: relative;
  margin-top: 4px;
  margin-bottom: 10px;
  color: #f1a66a;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.title.no-top-border {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #062d4b;
}

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

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media screen and (max-width: 991px) {
  .container.blog {
    max-width: 80%;
  }
  .col.col-m-1 {
    max-width: 8.333333%;
    -webkit-flex-basis: 8.33%;
    -ms-flex-preferred-size: 8.33%;
    flex-basis: 8.33%;
  }
  .col.col-m-11 {
    max-width: 91.666667%;
    -webkit-flex-basis: 91.67%;
    -ms-flex-preferred-size: 91.67%;
    flex-basis: 91.67%;
  }
  .col.col-m-2 {
    max-width: 16.666667%;
    -webkit-flex-basis: 16.67%;
    -ms-flex-preferred-size: 16.67%;
    flex-basis: 16.67%;
  }
  .col.col-m-10 {
    max-width: 83.333333%;
    -webkit-flex-basis: 83.33%;
    -ms-flex-preferred-size: 83.33%;
    flex-basis: 83.33%;
  }
  .col.col-m-3 {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .col.col-m-9 {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .col.col-m-4 {
    max-width: 33.333333%;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
  .col.col-m-8 {
    max-width: 66.666667%;
    -webkit-flex-basis: 66.67%;
    -ms-flex-preferred-size: 66.67%;
    flex-basis: 66.67%;
  }
  .col.col-m-5 {
    max-width: 41.666667%;
    -webkit-flex-basis: 41.67%;
    -ms-flex-preferred-size: 41.67%;
    flex-basis: 41.67%;
  }
  .col.col-m-7 {
    max-width: 58.333333%;
    -webkit-flex-basis: 58.33%;
    -ms-flex-preferred-size: 58.33%;
    flex-basis: 58.33%;
  }
  .col.col-m-6 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .col.col-m-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .big-square-image-wrapper {
    height: 30%;
  }
  .div-block-5 {
    min-height: 400px;
  }
  .div-block-6 {
    position: static;
    padding-top: 100%;
  }
  .table {
    height: auto;
  }
  .nav-menu {
    display: none;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8f8f8f), to(#8f8f8f));
    background-image: linear-gradient(180deg, #8f8f8f, #8f8f8f);
  }
  .nav-link-text {
    color: #fff;
  }
  .nav-link-text:focus {
    color: #000;
  }
  .nav-link-text.white {
    display: none;
  }
  .div-block-24 {
    position: relative;
    display: block;
    overflow: visible;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .image-10 {
    top: 0px;
    right: -150px;
    bottom: 0px;
  }
  .menu-button-2 {
    margin-top: 7px;
    clear: right;
  }
  .icon {
    color: #fff;
  }
  .blog-image {
    height: auto;
  }
  .icon-3 {
    margin-top: 30vh;
  }
  .link-block-4 {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 70px;
    margin-top: 13px;
    margin-left: 0px;
    clear: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button-3 {
    display: inline-block;
    width: 70px;
    float: right;
  }
  .text-block-5 {
    display: none;
  }
  .accordion-item {
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
  }
  .mini-features {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mini-features-block {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .row.justify-center.align-center.padding-l.service {
    text-align: center;
  }
  .col.col-sm-1 {
    max-width: 8.333333%;
    -webkit-flex-basis: 8.33%;
    -ms-flex-preferred-size: 8.33%;
    flex-basis: 8.33%;
  }
  .col.col-sm-11 {
    max-width: 91.666667%;
    -webkit-flex-basis: 91.67%;
    -ms-flex-preferred-size: 91.67%;
    flex-basis: 91.67%;
  }
  .col.col-sm-2 {
    max-width: 16.666667%;
    -webkit-flex-basis: 16.67%;
    -ms-flex-preferred-size: 16.67%;
    flex-basis: 16.67%;
  }
  .col.col-sm-10 {
    max-width: 83.333333%;
    -webkit-flex-basis: 83.33%;
    -ms-flex-preferred-size: 83.33%;
    flex-basis: 83.33%;
  }
  .col.col-sm-3 {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .col.col-sm-9 {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .col.col-sm-4 {
    max-width: 33.333333%;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
  .col.col-sm-8 {
    max-width: 66.6666667%;
    -webkit-flex-basis: 66.67%;
    -ms-flex-preferred-size: 66.67%;
    flex-basis: 66.67%;
  }
  .col.col-sm-5 {
    max-width: 41.666667%;
    -webkit-flex-basis: 41.67%;
    -ms-flex-preferred-size: 41.67%;
    flex-basis: 41.67%;
  }
  .col.col-sm-7 {
    max-width: 58.333333%;
    -webkit-flex-basis: 58.33%;
    -ms-flex-preferred-size: 58.33%;
    flex-basis: 58.33%;
  }
  .col.col-sm-6 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .col.col-sm-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .col.no-gutters {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section.full-height.hero {
    display: none;
    background-position: 120% 100%;
    background-size: 50%;
  }
  .heading-xl {
    font-size: 38px;
  }
  .heading-xxl {
    font-size: 48px;
  }
  .cta {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .select-field {
    border-radius: 0px;
  }
  .submit-button {
    width: 100%;
    border-radius: 0px;
  }
  .table {
    margin-bottom: 30px;
  }
  .table.topleft {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-right-style: none;
    border-bottom-style: none;
  }
  .table.topright {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-bottom-style: none;
  }
  .table.bottomleft {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-right-style: none;
  }
  .table.bottomright {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .service-image-wrapper {
    width: 50%;
  }
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex.right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-5 {
    display: block;
  }
  .blogwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .heading-5 {
    text-align: center;
  }
  .primary-button-white {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .heading-xxl-2 {
    font-size: 48px;
  }
  .blog-image {
    height: auto;
  }
  .blogpost {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .blogtitle {
    font-size: 24px;
    line-height: 36px;
  }
  .slider {
    display: none;
  }
  .slide {
    height: 450px;
  }
  .div-block-34 {
    height: 250px;
    background-image: url('../images/Screen-Shot-2017-08-19-at-11.13.13-PM-Macbook-1707x1080.png'), url('../images/27907590_940958832729610_5390034867848909895_o.jpg'), -webkit-gradient(linear, left top, left bottom, from(#d4d4d4), to(#d4d4d4));
    background-image: url('../images/Screen-Shot-2017-08-19-at-11.13.13-PM-Macbook-1707x1080.png'), url('../images/27907590_940958832729610_5390034867848909895_o.jpg'), linear-gradient(180deg, #d4d4d4, #d4d4d4);
    background-position: 50% 50%, 50% 0px, 0px 0px;
    background-size: contain, contain, auto;
    background-repeat: no-repeat, no-repeat, repeat;
    background-attachment: scroll, scroll, scroll;
  }
  .icon-2 {
    margin-top: 10vh;
  }
  .icon-3 {
    margin-top: 10vh;
  }
  .slide-2 {
    height: 450px;
  }
  .link-block-4 {
    margin-left: 15px;
  }
  .accordion-item-content {
    margin-right: 0px;
  }
  .hero-overlay {
    padding: 40px 20px;
  }
  .mini-features {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 0px;
  }
  .mini-features-block {
    width: 50%;
    float: left;
    clear: none;
  }
}

@media screen and (max-width: 479px) {
  .container.blog {
    max-width: 95%;
  }
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.justify-center.align-center.padding-l {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row.padding-xl {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .col {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .col.col-xs-11 {
    max-width: 91.666667%;
    -webkit-flex-basis: 91.67%;
    -ms-flex-preferred-size: 91.67%;
    flex-basis: 91.67%;
  }
  .col.col-xs-1 {
    max-width: 8.333333%;
    -webkit-flex-basis: 8.33%;
    -ms-flex-preferred-size: 8.33%;
    flex-basis: 8.33%;
  }
  .col.col-xs-2 {
    max-width: 16.666667%;
    -webkit-flex-basis: 16.67%;
    -ms-flex-preferred-size: 16.67%;
    flex-basis: 16.67%;
  }
  .col.col-xs-10 {
    max-width: 83.333333%;
    -webkit-flex-basis: 83.33%;
    -ms-flex-preferred-size: 83.33%;
    flex-basis: 83.33%;
  }
  .col.col-xs-3 {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .col.col-xs-9 {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .col.col-xs-4 {
    max-width: 33.333333%;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
  .col.col-xs-8 {
    max-width: 66.666667%;
    -webkit-flex-basis: 66.67%;
    -ms-flex-preferred-size: 66.67%;
    flex-basis: 66.67%;
  }
  .col.col-xs-5 {
    max-width: 41.666667%;
    -webkit-flex-basis: 41.67%;
    -ms-flex-preferred-size: 41.67%;
    flex-basis: 41.67%;
  }
  .col.col-xs-7 {
    max-width: 58.333333%;
    -webkit-flex-basis: 58.33%;
    -ms-flex-preferred-size: 58.33%;
    flex-basis: 58.33%;
  }
  .col.col-xs-6 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .col.col-xs-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .section.purple {
    background-image: url('../images/playa_webfooter_bkg_new-03.svg');
    background-position: 50% 50%;
  }
  .section.full-height.hero {
    background-position: 122% 105%;
    background-attachment: scroll;
  }
  .heading-xl {
    font-size: 32px;
  }
  .heading-xxl {
    font-size: 36px;
  }
  .big-square-image-bg {
    min-height: 300px;
    min-width: 300px;
  }
  .div-block-8 {
    padding-top: 70%;
  }
  .div-block-8.idendron {
    background-position: 50% 50%;
  }
  .div-block-8.newasia {
    background-position: 50% 50%;
  }
  .div-block-8.littleprince {
    background-position: 50% 50%;
  }
  .div-block-8.waterforfree {
    background-position: 50% 50%;
  }
  .div-block-8.charlesmok {
    background-position: 50% 50%;
  }
  .div-block-8.travelmoment {
    background-position: 50% 50%;
  }
  .div-block-8.itour {
    background-position: 50% 50%;
  }
  .div-block-8.backtory {
    background-position: 50% 50%;
  }
  .div-block-8.hyperair {
    background-position: 50% 50%;
  }
  .div-block-8.pingspace {
    background-position: 50% 50%;
  }
  .cta {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .submit-button {
    width: 100%;
  }
  .table.topleft {
    padding-left: 0px;
  }
  .table.topright {
    padding-right: 0px;
  }
  .table.bottomleft {
    padding-left: 0px;
  }
  .table.bottomright {
    padding-right: 0px;
  }
  .service-image-wrapper {
    width: 75%;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .nav-link-text {
    color: #000;
  }
  .div-block-24 {
    overflow: visible;
  }
  .heading-xxl-2 {
    font-size: 36px;
  }
  .section-6 {
    height: 50vh;
  }
  .portfolio-hero {
    height: 50vh;
  }
  .container-4 {
    padding-top: 0px;
  }
  .blog-image {
    height: auto;
  }
  .blogpost {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .primary-button-background {
    -webkit-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
  }
  .primary-button-background:hover {
    background-color: #39bb64;
  }
  .slider {
    display: none;
  }
  .div-block-44 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lightbox-link.animate {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .link-block-4 {
    height: auto;
  }
  .feature-header {
    display: none;
  }
  .div-block-48 {
    margin-bottom: 30px;
  }
  .centered-container {
    text-align: left;
  }
  .mini-features {
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
  }
  .mini-features-block {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

#w-node-9b99e4549120-2046bfd3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.woff2') format('woff2'), url('../fonts/fa-light-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}