#site-header-sticky-wrapper.is-sticky #site-header {
  position: relative;
}
.link-arrow a {
  position: relative;
}
.link-arrow a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  padding-right: 20px;
  transform: rotate(-45deg);
  position: relative;
  top: 4px;
}
.link-arrow a:hover {
  text-decoration: none;
  color: #00b7ff;
}
.tag {
  font-size: 16px;
  width: max-content;
  border-radius: 20px;
  padding: 0 10px;
  line-height: 30px;
}
.room-booking .dot {
  position: relative;
  padding-left: 22px;
  margin-bottom: 5px;
  position: relative;
}
.room-booking .dot::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  margin-right: 12px;
  top: 6px;
  position: absolute;
  left: 0;
}
/*  */
.workplace-banner {
  min-height: 860px;
  padding-top: 65px;
  background-color: #EAF1F9;
}
.workplace-banner .same-width {
  position: relative;
  z-index: 2;
}
.workplace-banner * {
  text-align: center;
}
.workplace-banner h1 {
  font-size: 52px;
  line-height: 1.2;
}
.workplace-banner .bennr-tag {
  width: max-content;
  line-height: 32px;
  padding: 0 10px;
  background: rgb(0 183 255 / 10%);
  border-radius: 16px;
  font-size: 22px;
  color: #00b7ff;
  margin: 0 auto 10px;
}
.workplace-banner .bennr-tag::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 4px;
}
.btn-link .hs-cta-wrapper a {
  background-color: #006ee1;
  margin-right: 28px;
}
.workplace-banner .btn-link {
  margin-top: 30px;
}
.workplace-banner .btn-link a:nth-child(2) {
  width: initial;
  min-width: 180px;
  padding: 0 25px;
  background-color: rgb(255 255 255 / 0%);
  color: #006ee1;
  border: 1px solid #006ee1;
}
.workplace-banner .btn-link a:first-child {
  background-color: #006ee1;
  margin-right: 20px;
}
.sign-in a {
  text-decoration: underline;
}
.sign-in a:hover {
  color: #00b7ff;
}
.workplace-banner video {
  width: 100%;
  height: 479px;
  border-radius: 20px;
  position: relative;
}
.workplace-banner .img {
  width: max-content;
  max-width: 90%;
  position: relative;
  margin: -40px auto 0;
}
.workplace-banner .img::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 479px;
  background: #eaf1f9;
  position: absolute;
  right: 0;
}
.workplace-banner .t {
  font-family: Manrope !important;
  font-weight: 300;
  color: #101F3A;
}
/*  */
.room-booking {
  margin-top: 7vw;
}
.room-booking h2 {
  text-align: left;
  margin-top: 0;
}
.room-booking .btn-link a {
  background-color: #006ee1;
  margin-top: 33px;
}
.room-booking-wrap .btn-link a {
  margin-top: 0;
}
.room-booking-wrap .btn-link {
  margin-top: 33px;
}
.room-booking-wrap .tag {
    color: #21bf73;
    background-color: rgb(33 191 115 / 10%);
    border: 1px solid rgb(33 191 115 / 40%);
}
.room-booking-wrap .content-left {
  width: 40%;
}
.room-booking-wrap .content-right {
  width: 53%;
}
.room-booking-wrap .play-video {
  width: 50px;
  margin-left: 35px;
  cursor: pointer;
}
/*  */
.desk-booking .content-right {
  width: 57%;
  position: relative;
  left: -5vw;
}
.desk-booking .content-left {
  width: 43%;
}
.desk-booking .tag {
    color: #00b7ff;
    background-color: rgb(0 183 255 / 10%);
    border: 1px solid rgb(0 183 255 / 40%);
}
.visitor-management .tag {
    color: #ffb400;
    background-color: rgb(255 180 0 / 10%);
    border: 1px solid rgb(255 180 0 / 40%);
}
/*  */
.visitor-management .content-left {
  width: 43%;
}
.visitor-management .content-right {
  width: 51%;
}
/*  */
.function-show {
  margin-top: 7vw;
  background-color: #f7f9fa;
  padding: 5vw;
}
.item-menu {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  top: 0;
  background-color: #fff;
  z-index: 999;
  border-bottom: 1px solid #e2e2e2;
  padding: 25px 0;
}
.item-menu.fixed {
  position: fixed;
  box-shadow: 0 3px 7px 0 hsl(200deg 16% 22% / 7%);
  left: 0;
  right: 0;
  width: 100%;
  border: none;
}
.link-wrap a {
  font-size: 16px;
  font-family: Manrope !important;
  font-weight: 500;
  color: #101f3a;
  display: inline-block;
  text-align: center;
  border-bottom: 3px solid #fff;
  border-right: 1px solid rgb(16 31 58 / 30%);
  padding: 0 35px 0 0;
  margin-right: 35px;
  line-height: 13px;
}
.link-wrap a:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
.link-wrap a.active {
  border-color: #006ee1;
}
.link-wrap a:hover {
  text-decoration: none;
  color: #006ee1;
}
.item-menu .btn-link {
  display: flex;
}
.item-menu img {
  width: 24px;
  margin-right: 5px;
}
.item-menu .link-wrap {
  width: 62%;
  display: flex;
  /* justify-content: space-between; */
  margin-bottom: 0;
}
.item-menu .btn-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: initial;
  min-width: 120px;
  font-size: 16px;
  line-height: 36px;
  padding: 0 5px;
}
.item-menu .btn-link a:first-child {
  background-color: #006ee1;
}
.item-menu .btn-link a:last-child {
  background-color: #fff;
  color: #006ee1;
  border: 1px solid #006ee1;
  margin-left: 10px;
}
/*  */
div .menu-wrap {
  margin-bottom: 70px;
  border-bottom: 1px solid #b5b5b5;
}
.menu-wrap .content {
  text-align: center;
  width: 33.3%;
  cursor: pointer;
  padding-bottom: 27px;
  position: relative;
}
.menu-wrap .content::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #f7f9fa;
  position: absolute;
  left: 0;
  bottom: 0;
}
.menu-wrap .svg {
  margin-bottom: 8px;
}
.menu-wrap .svg img {
  background-color: #f7f9fa;
  border-radius: 27px;
  padding: 2px;
}
.menu-wrap .active .svg img {
  background-color: #006ee1;
}
.menu-wrap .title {
  font-size: 20px;
  font-family: Manrope !important;
  font-weight: 500;
  color: #101f3a;
}
.menu-wrap .active .title {
  color: #006ee1;
}
.menu-wrap .active::after {
  background-color: #006ee1;
  bottom: -2px;
}
.slide-wrap {
  position: relative;
  min-height: 370px;
}
.slide-wrap .slide-content {
  position: absolute;
  left: 0;
  right: 0;
  justify-content: flex-start;
  display: none;
}
.slide-wrap .slide-content:nth-of-type(1) {
  display: flex;
}
.slide-wrap .item {
  background-color: #fff;
  width: 23%;
  box-shadow: 8px 15px 57px 6px rgba(115, 128, 136, 0.1);
  border-radius: 20px;
  padding: 11px;
  margin-right: 2.6%;
  min-height: 322px;
}
.slide-wrap .item:last-child {
  margin-right: 0;
}
.slide-wrap .item * {
  text-align: center;
}
.slide-wrap .item h4 {
  margin: 22px 0 15px;
}
.slide-wrap .item .img {
  margin: 0 auto;
  background: #f6f8fa;
  border-radius: 13px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-wrap .item img {
  width: 53%;
}
.function-show .btn a {
  text-decoration: underline;
  margin: 0 10px;
}
.function-show .btn a:hover {
  color: #00b7ff;
}
/*  */
.solutions .btn-link a {
  background-color: #006ee1;
  margin-top: 30px;
}
.solutions.display-flex {
  margin-top: 7vw;
  align-items: flex-start;
}
.solutions h2 {
  text-align: left;
}
.solutions .content-left {
  width: 32%;
}
.solutions .content-right {
  width: 61%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.solutions .content-right .itme {
  width: 47%;
}
.solutions .itme .img {
  margin-bottom: 0;
}
.solutions .itme h4 {
  margin: 13px 0 13px 0;
}
.solutions .itme .dot {
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
}
.solutions .itme .dot::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 7px;
}
.solutions .itme .dot a {
  color: #303c42;
}
.solutions .itme .dot a:hover {
  color: #006ee1;
}
.solutions .content-right .itme:first-child .link::after {
  display: inline-block;
  opacity: 0;
}
.solutions .content-right .itme:first-child .link:hover::after {
  opacity: 1;
}
.solutions .itme .t a {
  padding-left: 25px;
}
/*  */
.related {
  margin-top: 7vw;
  padding-bottom: 100px;
}
.related h2 {
  margin-bottom: 23px;
}
.related .tag {
  text-align: center;
}
.related h3 {
  margin: 15px 0 10px;
}
.related div h3 + .t {
  /* min-height: 112px; */
}
.related .img {
  margin-bottom: 0;
}
.related .display-flex {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 80px;
}
.related .item {
  width: 23.4%;
  border-radius: 17px;
  box-shadow: 8px 15px 57px 6px rgba(115,128,136,0.1);
  padding: 10px;
}
.related .item * {
  text-align: center;
}
.related .item div {
  padding: 0 5px 28px;
}
.related a:hover {
  color: #00b7ff;
}
/*  */
.customers-say .content-left {
  width: 36%;
}
.customers-say .content-left h2 {
  text-align: left;
  margin-top: 0;
}
.customers-say .content-right {
  width: 60%;
  background-color: #f7f9fa;
  border-radius: 20px;
  padding: 45px;
  position: relative;
  min-height: 420px;
  z-index: 2;
}
.customers-say .content-right::after {
  content: "";
  display: inline-block;
  width: 128px;
  height: 73px;
  position: absolute;
  top: -19px;
  right: 71px;
  z-index: 0;
}
.customers-say .content-right .item {
  position: absolute;
  width: 88%;
  margin: 0 auto;
  display: none;
}
.customers-say .content-right .item:first-child {
  display: block;
}
.customers-say .content-left img {
  width: 100px;
  margin-right: 23px;
  margin-top: 45px;
}
.customers-say .content-right .img {
  margin-bottom: 0;
}
.customers-say .content-right img:last-child {
  width: 80px;
}
.customers-say .content-right img:first-child {
  width: 71px;
  margin-right: 20px;
}
.customers-say .name {
  font-size: 20px;
  font-weight: bold;
  color: #101f3a;
  margin-bottom: 6px;
}
.customers-say .job {
  font-size: 14px;
  width: 140px;
  margin-bottom: 20px;
  line-height: 21px;
}
.customers-say .info {
  margin-bottom: 10px;
}
.customers-say .info-wrap {
  min-height: 210px;
  margin-top: 20px;
}
.customers-wrap {
  display: flex;
}
.page-wrap {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: max-content;
}
.page-wrap .page {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: #ccc;
  text-align: center;
  margin: 0 4px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
}
.page-wrap .page.active,
.page-wrap .page:hover {
  background-color: #006ee1;
}
/*  */
div .calculator {
  background-color: #006ee1;
  border-radius: 20px;
  margin-top: 7vw;
  padding: 50px 40px 68px;
}
.calculator * {
  color: #fff;
}
.calculator h2 {
  text-align: left;
  margin-bottom: 15px;
  margin-top: 0;
}
.calculator .content-left {
  width: 57%;
}
.calculator .content-right {
  width: 35%;
}
.calculator .btn-link a {
  background-color: #00b7ff;
  margin-top: 12px;
}
/*  */
.free-trial-form {
  margin-top: 7vw;
  padding: 70px 0 100px;
  background-color: #f5fcff;
}
.free-trial-form h2 img {
  width: 17%;
}
.free-trial-form h2 + .t {
  text-align: center;
}
.free-trial-form .display-flex {
  align-items: flex-start;
  justify-content: space-evenly;
  margin-top: 68px;
}
.free-trial-form .content-left {
  width: 29%;
}
.free-trial-form .content-right {
  width: 53%;
  background: rgb(255 255 255 / 95%);
  box-shadow: 0 9px 27px 1px rgb(16 31 58 / 8%);
  border-radius: 12px;
  padding: 33px 5px 47px 20px;
}
.free-trial-form .hbspt-form h2 {
  margin-top: 0;
}
.free-trial-form .hbspt-form h2 strong {
  text-align: center;
  font-size: 22px;
  font-family: Manrope !important;
  font-weight: 500;
  color: #101f3a;
}
.free-trial-form .field input,
div .field select,
.free-trial-form .hs_message textarea.hs-input {
  height: 48px;
  background-color: #f0f0f0;
  border: none;
  border-radius: 5px;
  margin-top: -5px;
  padding-left: 13px;
}
.free-trial-form .hs_message textarea.hs-input {
  height: 100px;
  margin-bottom: 5px;
}
.free-trial-form .hs_message.hs-message.hs-form-field {
  height: initial;
}
.free-trial-form .field {
  margin-bottom: 0;
}
.free-trial-form label.hs-error-msg {
  margin: 0;
}
#primary .free-trial-form .form-columns-1 textarea.hs-input {
  width: 98%;
}
.free-trial-form .hs-submit input[type="submit"] {
  background-color: #f5b40e;
  width: 180px;
  height: 50px;
  margin: 30px auto 0;
  display: block;
  font-size: 18px;
}
.free-trial-form .hs-submit input[type="submit"]:hover {
  background-color: #f7c33e;
}
.free-trial-form .hs-richtext p {
  margin-top: 20px;
}
.free-trial-form .dot {
  font-size: 20px;
  font-family: Manrope !important;
  font-weight: 500;
  color: #7f898e;
  width: 337px;
  line-height: 67px;
  border-radius: 20px;
  padding-left: 17px;
  position: relative;
}
.free-trial-form .dot .num {
  background-color: #F5FCFF;
  width: 38px;
  line-height: 38px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-family: Manrope !important;
  font-weight: 500;
  color: #7f898e;
  margin-right: 15px;
}
.free-trial-form .dot.active {
  background-color: #006ee1;
  color: #fff;
}
.free-trial-form .dot.active .num {
  background-color: rgb(255 255 255 / 20%);
  color: #fff;
}
.free-trial-form .dot::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  padding-right: 20px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 29px;
}
.free-trial-form .img {
  width: 87%;
  margin-left: 25px;
}
@media (max-width: 1500px) and (min-width: 768px) {
  div .same-width,
  div .display-flex {
    width: 1100px;
    max-width: 90%;
  }
  .item-menu {
    width: 1100px;
    max-width: 90%;
  }
  .item-menu.fixed {
    width: 100%;
    max-width: 100%;
  }
  .link-wrap a {
    padding: 0 25px 0 0;
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  div .display-flex .content-left,
  div .display-flex .content-right {
    width: 100%;
  }
  .workplace-banner video {
    height: 180px;
  }
  .item-menu {
    display: none;
  }
  .menu-wrap .content {
    padding: 10px 0;
  }
  .slide-wrap {
    min-height: 1470px;
  }
  .slide-wrap .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .solutions .content-right .itme {
    width: 100%;
    margin: 30px 0;
  }
  .related .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .customers-say .content-right {
    min-height: 630px;
    padding: 45px 10px;
  }
  .free-trial-form img {
    width: 30%;
  }
}