@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Bold.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Bold.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Bold.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Medium.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --coal: #2f2d29;
  --humble-black: #1d1e1c;
  --grey: #7b7b7b;
  --pure-white: #fff;
  --cool-grey: #e4e4e4;
  --tundra: #718087;
  --forest-green: #242c27;
  
  /* Transition variables for consistency */
  --transition-fast: 0.2s ease;
  --transition-medium: 0.3s ease;
  --transition-slow: 0.5s ease;
}

/* Add smooth scrolling to the entire page */
html {
  scroll-behavior: smooth;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.desktop---homepage {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-top: 60px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

/* Navigation and link styles */
a {
  color: inherit;
  text-decoration: none;
}

.footer-link {
  text-decoration: none;
  transition: transform var(--transition-fast), opacity var(--transition-fast);
}

.footer-link:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.socials {
  text-decoration: none;
  transition: transform var(--transition-fast), opacity var(--transition-fast);
}

.socials:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}

.logo-image {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 142px;
  height: 27.3216px;
  text-decoration: none;
  display: flex;
  transition: transform var(--transition-medium);
}

.logo-image:hover {
  transform: scale(1.05);
}

.body14px {
  color: var(--coal);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Gilroy, Georgia, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
  position: relative;
}

.body14px:focus {
  color: var(--humble-black);
}

.body14px.center {
  text-align: center;
}

.body14px.grey {
  color: var(--grey);
}

.body14px.pure-white {
  color: var(--pure-white);
}

.button-primary {
  grid-column-gap: 8px;
  background-color: var(--humble-black);
  color: var(--pure-white);
  border: 1px solid #1d1e1c;
  border-radius: 42px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Gilroy, Georgia, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  transition: transform var(--transition-fast);
}

.button-primary:hover {
  transform: scale(1.05);
}

.map-container {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.hero-section {
  z-index: 0;
  grid-column-gap: 40px;
  background-color: #fff;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 64px 112px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bg-image {
  z-index: -1;
  object-fit: cover;
  position: absolute;
  top: 15%;
  left: 30%;
}

.content-style {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-74px {
  color: var(--humble-black);
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Gilroy, Georgia, sans-serif;
  font-size: 74px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

/* Override for blog post headings */
.blog-content .heading-74px {
  text-align: left;
}

.heading-74px.center {
  text-align: center;
  max-width: none;
}

.services-section, .spaces-showcase-section, .virtual-tour-section {
  grid-row-gap: 60px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 64px 100px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.heading-24px {
  color: var(--humble-black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
}

/* Override for blog post headings */
.blog-content .heading-24px {
  text-align: left;
}

.heading-24px.coal {
  color: var(--coal);
}

.heading-24px.left {
  text-align: left;
  margin-bottom: 10px;
}

.heading-24px.pure-white {
  color: var(--pure-white);
}

.heading-24px.inactive {
  color: var(--grey);
}

.service-grid {
  grid-column-gap: 48px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  max-width: 1320px;
  text-decoration: none;
  display: grid;
}

.service-card {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  min-height: 360px;
  padding-bottom: 70px;
}

.service-card .button-secondary {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.hot-desk, .cold-desk {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 65px;
  text-decoration: none;
  display: flex;
}

.private-office {
  object-fit: cover;
  width: auto;
  height: 65px;
}

.virtual-office {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 65px;
  text-decoration: none;
  display: flex;
}

.heading-48px {
  color: var(--humble-black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, Georgia, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  position: relative;
}

.heading-48px.grey {
  color: var(--grey);
}

.heading-48px.light {
  font-weight: 300;
}

.conference-room {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 65px;
  text-decoration: none;
  display: flex;
}

.flexcol {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

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

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

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

.flexcol._64px {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: center;
}

.content-style-2 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

/* Specific style for blog section to reduce button spacing */
.blog-section .content-style-2 {
  grid-row-gap: 32px;
}

.row-3 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1312px;
  text-decoration: none;
  display: grid;
}

.placeholder-image-2 {
  object-fit: cover;
  border-radius: 24px;
}

.button-secondary {
  grid-column-gap: 8px;
  border: 1px solid var(--humble-black);
  background-color: var(--pure-white);
  color: var(--humble-black);
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  width: 160px;
  padding: 12px 24px;
  font-family: Gilroy, Georgia, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.subheading-12px {
  color: var(--humble-black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, Georgia, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
}

.subheading-12px.grey {
  color: var(--grey);
}

.office-image {
  grid-row-gap: 10px;
  background-image: linear-gradient(#0003, #0003), url('../images/Open_Hub_People_Coworking.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1312px;
  height: 700px;
  min-height: 700px;
  padding: 130px 592px;
  text-decoration: none;
  display: flex;
}

.places-section {
  grid-row-gap: 40px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 64px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.chiangmai {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 353.224px;
  height: 690.091px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10px;
  left: 543.517px;
}

.places {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.distance {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.location-pin-icon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 15px;
  text-decoration: none;
  display: flex;
}

.button-style-4 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #1d1e1c;
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  width: 164px;
  padding: 12px 24px;
  text-decoration: none;
  display: none;
}

.features-section {
  grid-row-gap: 40px;
  background-color: var(--cool-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  padding: 80px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.feature-list {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.cell {
  grid-row-gap: 4px;
  border: 1px solid var(--humble-black);
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.blog-section {
  grid-row-gap: 40px;
  background-color: var(--pure-white);
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section-title-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.basketball-equipment-1 {
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.cta-section {
  grid-row-gap: 40px;
  background-color: var(--cool-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.contact-section {
  grid-column-gap: 40px;
  background-color: var(--pure-white);
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 64px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.group-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 67.2002px;
  height: 84px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 322px;
  left: 1022px;
}

.ending {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--pure-white);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.footer-section {
  grid-row-gap: 32px;
  background-color: var(--humble-black);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 64px 64px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.footer-wrapper {
  grid-column-gap: 128px;
  background-color: #1d1e1c;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1312px;
  padding-top: 48px;
  padding-bottom: 48px;
  text-decoration: none;
  display: flex;
}

.newsletter {
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  text-decoration: none;
  display: flex;
}

.group-17 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 207px;
  height: 39.8278px;
  text-decoration: none;
  display: flex;
}

.actions-2 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.page-links {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.footer-column {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.footer-links {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-link {
  color: var(--pure-white);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Gilroy, Georgia, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.footer-link.w--current {
  color: var(--pure-white);
  font-family: Gilroy, Georgia, sans-serif;
  font-weight: 300;
}

.social-links {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.socials {
  grid-column-gap: 15.3522px;
  color: var(--pure-white);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-family: Gilroy, Georgia, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.icon {
  grid-column-gap: .690838px;
  background-color: #fff;
  border-radius: 10.3626px;
  justify-content: flex-start;
  align-items: center;
  width: 20.7252px;
  height: 20.7252px;
  padding: 3.66144px 3.59236px;
  text-decoration: none;
  display: flex;
}

.exclude {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 13.4395px;
  height: 13.4385px;
  text-decoration: none;
  display: flex;
}

.icon-2 {
  grid-column-gap: .690838px;
  background-color: #fff;
  border-radius: 10.3626px;
  justify-content: flex-start;
  align-items: center;
  width: 20.7252px;
  height: 20.7252px;
  padding: 4.07595px 4.21411px;
  text-decoration: none;
  display: flex;
}

.exclude-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12.2646px;
  height: 12.5342px;
  text-decoration: none;
  display: flex;
}

.icon-3 {
  grid-column-gap: .690838px;
  background-color: #fff;
  border-radius: 10.3626px;
  justify-content: flex-start;
  align-items: center;
  width: 20.7252px;
  height: 20.7252px;
  padding: 4.00686px 4.14503px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.icon-4 {
  object-fit: cover;
  position: absolute;
  top: 3.93751px;
  left: 4.55961px;
}

.copyright-row {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-links-2 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.actions-3 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.div-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 24px;
  flex: 0 auto;
  align-self: auto;
  width: 830px;
  height: 580px;
}

.main-content {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.hero-3 {
  grid-column-gap: 40px;
  background-color: #fff;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 120px 64px 80px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vector-2 {
  z-index: 0;
  object-fit: cover;
  position: absolute;
  top: 10%;
  left: auto;
  right: auto;
}

.content-style-6 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.section-title-3 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  text-decoration: none;
  display: flex;
}

.services {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.service {
  grid-row-gap: 12px;
  background-color: var(--cool-grey);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 394px;
  padding: 16px 20px;
  text-decoration: none;
  display: flex;
}

.top {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hot-desk-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 25.4151px;
  text-decoration: none;
  display: flex;
}

.cold-desk-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 24.7507px;
  text-decoration: none;
  display: flex;
}

.virtual-office-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24.5px;
  height: 24.5px;
  text-decoration: none;
  display: flex;
}

.conference-room-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 29.5696px;
  text-decoration: none;
  display: flex;
}

.service-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1087px;
  text-decoration: none;
  display: flex;
}

.left {
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.top-2 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hot-desk-3 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.image {
  object-fit: cover;
  border-radius: 32px;
}

.features-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--cool-grey);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 80px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.cold-desk-3, .virtual-office-3, .conference-room-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.desktop---pricing {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.hero-4 {
  grid-column-gap: 40px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 120px 64px 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vector-3 {
  object-fit: cover;
  position: absolute;
  top: 23%;
  left: 45%;
  right: auto;
}

.content-style-7 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.section-title-4 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.actions-5 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.hero-5 {
  grid-row-gap: 32px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 32px 60px;
  text-decoration: none;
  display: flex;
}

.section-style-3 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.cell-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--humble-black);
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cards {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.cell-3 {
  grid-column-gap: 12px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-top-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.cell-4 {
  grid-column-gap: 12px;
  background-color: #e4e4e4;
  border: 1px solid #cbcbcb;
  border-top-width: 0;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 27.4314px;
  text-decoration: none;
  display: flex;
}

.cell-5 {
  grid-column-gap: 12px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.cell-6 {
  grid-column-gap: 12px;
  background-color: #e4e4e4;
  border: 1px solid #cbcbcb;
  border-top-width: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 27.4314px;
  text-decoration: none;
  display: flex;
}

.cell-7 {
  grid-column-gap: 12px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.cell-8 {
  grid-column-gap: 12px;
  background-color: #e4e4e4;
  border: 1px solid #cbcbcb;
  border-top-width: 0;
  border-bottom-right-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 27.4314px;
  text-decoration: none;
  display: flex;
}

.hero-6 {
  grid-row-gap: 32px;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 0;
  text-decoration: none;
  display: flex;
}

.cell-9 {
  grid-column-gap: 12px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-top-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 59px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-21 {
  flex-flow: column;
  display: flex;
}

.cell-10 {
  grid-column-gap: 12px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-top-right-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 59px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.hero-7 {
  grid-row-gap: 32px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 64px;
  text-decoration: none;
  display: flex;
}

.section-style-4 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.cell-11 {
  grid-column-gap: 10.9726px;
  background-color: #1d1e1c;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.cell-12 {
  grid-column-gap: 12px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.cell-13 {
  grid-column-gap: 12px;
  background-color: #e4e4e4;
  border: 1px solid #cbcbcb;
  border-top-width: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 27.4314px;
  text-decoration: none;
  display: flex;
}

.card-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 150.75px;
  height: auto;
  text-decoration: none;
  display: flex;
}

.cell-14 {
  grid-column-gap: 12px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-top-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 150.75px;
  height: 59px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.cell-15 {
  grid-column-gap: 12px;
  background-color: #e4e4e4;
  border: 1px solid #cbcbcb;
  border-top-width: 0;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 150.75px;
  height: 59px;
  padding: 20px 27.4314px;
  text-decoration: none;
  display: flex;
}

.cell-16 {
  grid-column-gap: 12px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  justify-content: center;
  align-items: center;
  width: 150.75px;
  height: 59px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.cell-17 {
  grid-column-gap: 12px;
  background-color: #e4e4e4;
  border: 1px solid #cbcbcb;
  border-top-width: 0;
  justify-content: center;
  align-items: center;
  width: 150.75px;
  height: 59px;
  padding: 20px 27.4314px;
  text-decoration: none;
  display: flex;
}

.cell-18 {
  grid-column-gap: 12px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 59px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.cell-19 {
  grid-column-gap: 12px;
  background-color: #e4e4e4;
  border: 1px solid #cbcbcb;
  border-top-width: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 59px;
  padding: 20px 27.4314px;
  display: flex;
}

.cell-20 {
  grid-column-gap: 12px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 150.75px;
  height: 59px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.cell-21 {
  grid-column-gap: 12px;
  background-color: #e4e4e4;
  border: 1px solid #cbcbcb;
  border-top-width: 0;
  border-bottom-right-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 150.75px;
  height: 59px;
  padding: 20px 27.4314px;
  text-decoration: none;
  display: flex;
}

.cell-22 {
  grid-column-gap: 12px;
  background-color: #e4e4e4;
  border: 1px solid #cbcbcb;
  border-top-width: 0;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 59px;
  padding: 20px 27.4314px;
  display: flex;
}

.cell-23 {
  grid-column-gap: 12px;
  background-color: #e4e4e4;
  border: 1px solid #cbcbcb;
  border-top-width: 0;
  border-bottom-right-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 59px;
  padding: 20px 27.4314px;
  display: flex;
}

.body {
  flex-flow: column;
  display: flex;
}

.desktop---blog-page {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.hero-8 {
  grid-column-gap: 32px;
  background-color: #fff;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 64px 62px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vector-9 {
  object-fit: cover;
  position: absolute;
  top: 20%;
  left: 40%;
}

.content-style-8 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-5 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.placeholder-image-3 {
  object-fit: cover;
  border-radius: 32px;
  position: relative;
}

.recent {
  grid-row-gap: 40px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.recent-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: .9;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.main {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 528px;
  height: 487px;
  text-decoration: none;
  display: flex;
}

.basketball-equipment-2 {
  object-fit: cover;
  border-radius: 24px;
  transition: transform var(--transition-fast);
}

.basketball-equipment-2:hover {
  transform: scale(1.05);
}

.right {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.post-3 {
  grid-column-gap: 19px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.wrapper-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.blog-card {
  background-color: var(--pure-white);
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 416px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 14px #0000001c;
  transition: transform var(--transition-medium), box-shadow var(--transition-medium);
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.bottom-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.pagination {
  border-radius: 5.4581px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.page-link {
  grid-column-gap: 13.6452px;
  border-radius: 5.4581px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 15.3488px 20.4651px;
  text-decoration: none;
  display: flex;
  transition: background-color var(--transition-fast), transform var(--transition-fast);
}

.page-link:hover {
  background-color: rgba(0, 0, 0, 0.05);
  transform: scale(1.05);
}

.imagecarousel {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.spaces {
  object-fit: cover;
  border-radius: 24px;
}

.blog-main-iimage {
  object-fit: cover;
  border-radius: 24px;
  transition: transform var(--transition-slow);
}

.blog-main-iimage:hover {
  transform: scale(1.02);
}

.icon-5 {
  z-index: 99999999;
  position: fixed;
}

.site-header {
  z-index: 9999999;
  background-color: var(--pure-white);
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: fixed;
}

.header-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 64px;
  display: flex;
}

.brand {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: static;
}

.nav-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link, .nav-link.w--current {
  padding: 10px 20px;
  text-decoration: none;
  position: relative;
  transition: color var(--transition-fast);
}

.nav-link:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: currentColor;
  transition: all var(--transition-fast);
  transform: translateX(-50%);
}

.nav-link:hover:after {
  width: 70%;
}

.nav-link.w--current:after {
  width: 70%;
}

.div-block-5 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: auto;
  display: flex;
}

.image-2 {
  flex: 1;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  display: flex;
}

.form-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.text-field {
  border: 1px solid var(--grey);
  background-color: var(--humble-black);
  border-radius: 50px;
  flex: 1;
  align-self: stretch;
  max-width: 100%;
  height: auto;
  max-height: none;
  padding: 12px 24px;
}

.text-field:focus {
  border-color: var(--pure-white);
}

.submit-button {
  background-color: var(--pure-white);
  color: var(--humble-black);
  border-radius: 60px;
  padding: 12px 24px;
}

.success-message {
  background-color: var(--tundra);
  color: var(--cool-grey);
}

.flex-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
}

.image-4, .image-5 {
  width: auto;
  height: 50px;
}

.body16px {
  color: var(--humble-black);
  text-align: center;
  font-family: Gilroy, Georgia, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

.flex-row {
  display: flex;
}

.flex-row._24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .body14px {
    font-size: 14px;
  }

  .body14px.center {
    max-width: 500px;
  }

  .button-primary {
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-section {
    grid-column-gap: 10px;
    padding: 100px 32px;
  }

  .bg-image {
    max-width: 50%;
    height: auto;
    left: 30%;
  }

  .heading-74px {
    font-size: 48px;
  }

  .services-section, .spaces-showcase-section, .virtual-tour-section {
    padding-bottom: 80px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-24px.left {
    font-size: 20px;
  }

  .service-grid {
    grid-column-gap: 60px;
    grid-row-gap: 90px;
    flex-flow: row;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .service-card {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .hot-desk {
    max-width: 40%;
  }

  .heading-48px {
    font-size: 32px;
  }

  .row-3 {
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    overflow: clip;
  }

  .placeholder-image-2 {
    max-height: 200px;
    display: block;
  }

  .office-image {
    height: auto;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .places-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .chiangmai {
    width: 30%;
    height: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .features-section, .blog-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .basketball-equipment-1 {
    display: block;
    overflow: auto;
  }

  .contact-section {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .footer-section {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .newsletter {
    max-width: none;
  }

  .page-links {
    grid-column-gap: 24px;
  }

  .div-block {
    width: 689px;
    height: 250px;
    max-height: 10%;
  }

  .hero-3 {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .left {
    flex: 1;
  }

  .hot-desk-3 {
    height: 40px;
  }

  .image {
    max-width: 50%;
    height: auto;
  }

  .features-4 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .cold-desk-3, .virtual-office-3, .conference-room-3 {
    height: 40px;
  }

  .hero-4 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-7 {
    padding: 60px 32px;
  }

  .hero-8 {
    padding-top: 120px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .vector-9 {
    left: 30%;
  }

  .placeholder-image-3 {
    max-width: 50%;
  }

  .recent {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .main {
    max-width: 450px;
  }

  .basketball-equipment-2 {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    flex: 1;
    align-self: stretch;
    max-width: 40%;
    max-height: 100px;
  }

  .post-3 {
    grid-column-gap: 12px;
  }

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

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

  .spaces {
    max-width: 40%;
    height: auto;
    max-height: 200px;
  }

  .blog-main-iimage {
    align-self: stretch;
    max-width: 100%;
  }

  .header-container {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .nav-link, .nav-link.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-3 {
    flex: none;
    max-width: 50%;
    height: auto;
  }

  .image-4, .image-5 {
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    grid-row-gap: 24px;
    flex-flow: column;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content-style {
    grid-row-gap: 24px;
  }

  .heading-74px {
    font-size: 50px;
  }

  .services-section, .spaces-showcase-section, .virtual-tour-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .service-grid {
    grid-row-gap: 40px;
  }
}

@media screen and (max-width: 479px) {
  .body14px, .body14px.center {
    font-size: 14px;
  }

  .button-primary {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    font-size: 12px;
  }

  .hero-section {
    grid-row-gap: 24px;
    flex-flow: column;
    padding: 80px 16px 60px;
  }
  
  .service-card {
    min-height: 280px;
    padding-bottom: 40px;
  }
  
  .service-card .button-secondary {
    bottom: 0;
  }
  
  /* Pricing table responsive fixes */
  .cards {
    flex-direction: column;
    width: 100%;
  }
  
  .card, .card-2 {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .cell-14, .cell-15, .cell-16, .cell-17, .cell-18, .cell-19 {
    width: 100%;
    height: auto;
    min-height: 59px;
    padding: 12px;
    word-wrap: break-word;
    text-align: center;
  }
  
  .heading-21 {
    text-align: center;
    word-wrap: break-word;
    width: 100%;
  }

  .bg-image {
    max-width: 90%;
    top: 20%;
    left: auto;
  }

  .content-style {
    grid-row-gap: 24px;
  }
  
  /* Additional pricing mobile fixes */
  .section-style-3, .section-style-4 {
    padding: 16px;
    margin-bottom: 20px;
    width: 100%;
  }
  
  .body16px {
    font-size: 14px;
    word-wrap: break-word;
    width: 100%;
    text-align: center;
  }
  
  /* Fix the width of the last card */
  .card:last-child, .card-2:last-child {
    width: 100% !important;
  }
  
  /* Make all cells in the pricing tables full width on mobile */
  .cell-14, .cell-15, .cell-16, .cell-17, .cell-18, .cell-19, .cell-20, .cell-21, .cell-22, .cell-23 {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .heading-74px {
    font-size: 48px;
    position: relative;
  }

  .heading-74px.center {
    font-size: 48px;
  }

  .services-section, .spaces-showcase-section, .virtual-tour-section {
    grid-row-gap: 32px;
    padding: 60px 16px;
  }

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

  .heading-24px.pure-white {
    flex: none;
    font-size: 20px;
    line-height: 80%;
  }

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

  .hot-desk {
    width: auto;
    height: 65px;
  }

  .cold-desk {
    width: auto;
  }

  .heading-48px {
    font-size: 32px;
  }

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

  .content-style-2 {
    grid-row-gap: 32px;
  }

  .row-3 {
    grid-template-columns: 1fr;
  }

  .places-section {
    padding: 60px 16px;
  }
  
  .flex-row._24px {
    flex-direction: column;
    grid-row-gap: 32px;
    grid-column-gap: 0;
  }

  .chiangmai {
    width: 100%;
    inset: 25% 0% 0%;
  }

  .features-section {
    padding: 60px 16px;
  }

  .cell {
    justify-content: center;
    align-items: flex-start;
  }

  .blog-section, .cta-section {
    grid-row-gap: 32px;
    padding: 60px 16px;
  }

  .contact-section {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 60px 16px;
  }

  .ending {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 40px 16px;
  }

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

  .newsletter {
    grid-row-gap: 24px;
  }

  .page-links {
    grid-row-gap: 24px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .footer-column {
    flex: 0 auto;
  }

  .copyright-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .footer-links-2 {
    grid-column-gap: 40px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .hero-3 {
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .vector-2 {
    top: 7%;
  }

  .content-style-6, .section-title-3 {
    grid-row-gap: 24px;
  }

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

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

  .service-2 {
    flex-flow: column;
  }

  .left {
    grid-row-gap: 16px;
  }

  .hot-desk-3 {
    height: 24px;
  }

  .image {
    max-width: 100%;
  }

  .features-4 {
    padding: 60px 16px;
  }

  .cold-desk-3, .virtual-office-3, .conference-room-3 {
    height: 24px;
  }

  .hero-4 {
    padding: 120px 16px 60px;
  }

  .vector-3 {
    top: 15%;
    left: 35%;
  }

  .actions-5 {
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .hero-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cell-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
  }

  .hero-6 {
    padding: 40px 16px 60px;
  }

  .heading-21 {
    flex-flow: column;
    display: flex;
  }

  .hero-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-8 {
    grid-row-gap: 32px;
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .vector-9 {
    top: 15%;
    left: auto;
  }

  .section-title-5 {
    grid-row-gap: 24px;
  }

  .placeholder-image-3 {
    max-width: 100%;
  }

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

  .recent-2 {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 5.75fr;
    grid-auto-flow: column;
    place-items: center;
  }

  .basketball-equipment-2 {
    align-self: center;
    max-width: 60%;
  }

  .right {
    place-content: space-between;
  }

  .post-3 {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .bottom-2 {
    grid-row-gap: 4px;
  }

  .spaces {
    max-width: 60%;
  }

  .icon-5 {
    position: relative;
  }

  .header-container {
    padding: 0 0 0 12px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    z-index: 99999999;
    background-color: var(--pure-white);
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding: 32px 16px;
  }

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

  .menu-button.w--open {
    z-index: 99999;
    background-color: var(--humble-black);
  }

  .nav-link {
    width: 100%;
    padding: 12px;
  }

  .nav-link.w--current {
    align-self: auto;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 12px;
  }

  .form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-3 {
    max-width: 100%;
  }

  .image-4, .image-5 {
    height: 24px;
  }
}

#w-node-c5115b33-1950-6ad7-8de6-b3c0218af579-8997103f {
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_3380a4d3-9c19-4059-b405-be5588d59cce-fceba985 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_3380a4d3-9c19-4059-b405-be5588d59cd6-fceba985 {
    justify-self: stretch;
  }

  #w-node-_3380a4d3-9c19-4059-b405-be5588d59cd7-fceba985 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

/*
 * BLOG STYLES
 *
 * The following sections contain styles for the blog pages and components.
 * This includes the blog listing page, individual blog posts, and related elements.
 */

/* Blog Images Consistency - Fixed dimensions for consistent presentation */
.blog-main-iimage {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 16px;
}

.basketball-equipment-1 {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 16px;
}

.basketball-equipment-2 {
  width: 225px;
  height: 149px;
  object-fit: cover;
  border-radius: 12px;
}

/* Blog Post Page Layout and Structure
 * These styles define the overall container and layout for blog post pages
 */
.desktop---single-blog-page {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-top: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.blog-content {
  max-width: 1312px;
  margin: 60px auto;
  padding: 0 64px;
  width: 100%;
  text-align: left;
}

/* Text Alignment for Blog Content
 * These selectors ensure all content in blog posts is consistently left-aligned
 * Multiple selectors with !important flags override any conflicting alignment styles
 */
.blog-content * {
  text-align: left !important;
}

/* Target specific problem areas */
.blog-content .sectionbox *,
.blog-content .flexcol *,
.blog-content .heading-24px,
.blog-content .heading-74px,
.blog-content .body14px,
.blog-content .body16px {
  text-align: left !important;
}

/* Override any center alignment classes */
.blog-content .center,
.blog-content [style*="text-align: center"] {
  text-align: left !important;
}

/* Ensure headings are left-aligned */
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6,
.blog-content strong,
.blog-content .bold-text,
.blog-content .bold-text-2 {
  text-align: left !important;
}

/* Specific Section Headers and Problem Areas
 * These selectors target specific headers that were causing alignment issues
 * Especially those with red underlines in the designs
 */
.desktop---single-blog-page .sectionbox p strong.heading-24px.left,
.desktop---single-blog-page .flexcol p.body16px strong.body16px.bold,
.desktop---single-blog-page .sectionbox p,
.desktop---single-blog-page p.body16px {
  display: block;
  width: 100%;
  text-align: left !important;
}

/* Fix for centered section titles */
.blog-content strong.heading-24px,
.blog-content h1,
.blog-content h2,
.blog-content h3 {
  display: block;
  width: 100%;
  text-align: left !important;
}

.blog-content .heading-74px {
  margin-bottom: 24px;
}

/* Line Break Spacing
 * This ensures proper spacing after each line break in the blog content
 * Creates consistent vertical rhythm throughout the text
 */
br {
  display: block;
  margin-bottom: 10px;
  line-height: 20px;
  content: " ";
}

.basketball-equipment-3 {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 24px;
  margin: 32px 0;
}

.wrapper {
  width: 100%;
}

.text-content {
  max-width: 900px;
  margin: 0 auto;
}

.sectionbox {
  margin-bottom: 40px;
}

/* Body Text Styles
 * These styles define the main paragraph text for the blog
 * With proper margins for readability and visual hierarchy
 */
.body16px {
  color: var(--coal);
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Gilroy, Georgia, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.body16px.bold, .body16px.left {
  font-weight: 400;
}

.image-wrapper {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin: 32px 0;
}

.card-wrapper {
  flex: 1;
  min-width: 300px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}

.image-small {
  width: 100%;
  height: 320px; /* Fixed height for consistency */
  border-radius: 16px;
  object-fit: cover;
}

.introduction-this-article-was-written-by-jake-willhoite-from-healthlistedcom-strength-in-basketball {
  margin-top: 8px;
}

.divider {
  height: 1px;
  background-color: var(--cool-grey);
  width: 100%;
  margin: 40px 0;
}

.bold-text, .bold-text-2 {
  font-weight: 500;
}

.italic-text {
  font-style: italic;
}

/* Responsive adjustments for blog post */
@media screen and (max-width: 991px) {
  .blog-content {
    padding: 0 32px;
  }
  
  .image-wrapper {
    flex-direction: column;
  }
  
  .heading-74px {
    font-size: 48px;
    line-height: 110%;
  }
}

@media screen and (max-width: 767px) {
  .blog-content {
    padding: 0 24px;
  }
  
  .heading-74px {
    font-size: 36px;
  }
  
  .heading-24px {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .blog-content {
    padding: 0 16px;
  }
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}