:root {
  --soft-brown: #e0e0db;
  --hard-blue: #253551;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

.navbar {
  z-index: 20;
  background-color: var(--soft-brown);
  padding: 13px 25px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-2 {
  background-color: #ddd0;
}

.container {
  max-width: 100%;
}

.image {
  height: 80px;
}

.navbar-menu {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 20px;
}

.navbar-menu:hover {
  text-underline-position: under;
  text-decoration: underline;
}

.navbar-menu.w--current {
  color: #000;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}

.nav-menu {
  margin-top: 10px;
  margin-bottom: 10px;
}

.container-banner-fluid {
  max-width: 100%;
}

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

.image-banner {
  object-fit: cover;
  width: 100%;
  height: 800px;
}

.div-blue-banner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--hard-blue);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.header-2-white {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.8vw;
  font-weight: 500;
  line-height: 1.5;
}

.paragraph-banner-white {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.div-block {
  margin-bottom: 0;
}

.button {
  color: var(--hard-blue);
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 40px;
  font-size: 20px;
  line-height: 26px;
}

.serrvice {
  background-color: var(--soft-brown);
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-service {
  padding: 0;
}

.header-2-black-and-center {
  color: var(--hard-blue);
  text-align: center;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}

.open-close-icon-wrapper---brix {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  min-height: 14px;
  display: inline-block;
  position: relative;
}

.accordion-item-title---brix {
  color: var(--hard-blue);
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-18012 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.open-close-line---brix {
  background-color: #170f49;
  border-radius: 500px;
  width: 100%;
  height: 2px;
  position: absolute;
}

.open-close-line---brix.second-line---brix {
  transform: rotate(90deg);
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.accordion-item---brix.tabs-accordion---brix {
  border-bottom: 1px solid #000;
  padding: 20px;
  transition: padding .2s;
}

.accordion-item---brix.tabs-accordion---brix:hover {
  padding-left: 16px;
}

.accordion-item---brix.tabs-accordion---brix.fees {
  box-shadow: none;
  background-color: #fff0;
  border: 1px solid #000;
  border-style: solid none;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

.accordion-paragraph---brix {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.legal-unit-facebook {
  background-color: var(--soft-brown);
  padding-top: 0;
  padding-bottom: 40px;
}

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

.header-2-blue-service {
  color: var(--hard-blue);
  text-align: left;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.all-middle {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  background-color: var(--hard-blue);
  border-radius: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 26px;
}

.footer {
  background-color: var(--soft-brown);
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-fluid {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-footer {
  padding-left: 0;
  padding-right: 0;
}

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

.heading-2-footer {
  text-align: center;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph-footer {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.container-banner-fluid-service {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.serrvice-head {
  background-color: var(--soft-brown);
  margin-top: 100px;
}

.container-banner-fluid-service-page {
  max-width: 100%;
}

.type-or-service {
  background-color: var(--soft-brown);
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.div-block-service-detail {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading {
  color: var(--hard-blue);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-service {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.image-service-grid {
  object-fit: cover;
  width: 100%;
  height: 380px;
}

.legal-support {
  background-color: var(--soft-brown);
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-legal-support {
  max-width: 100%;
}

.div-support-service {
  padding: 0 60px;
}

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

.image-support-service {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.div-block-18013 {
  padding-left: 20px;
  padding-right: 20px;
}

.container-banner-fluid-service-page-head {
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.blue-service {
  background-color: var(--hard-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-blue-service {
  max-width: 1200px;
  font-weight: 500;
}

.heading-white-service-blue {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.body-3 {
  background-color: var(--soft-brown);
}

.section-market-entry-header-text {
  margin-top: 105px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-heading-text {
  max-width: 1200px;
}

.heading-thailand-market-entry-center {
  text-align: center;
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.sub-heading-thailand-entry {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.section-quick-navigation {
  border-bottom: 3px solid #000;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-quick {
  max-width: 1200px;
}

.heading-topic {
  color: var(--hard-blue);
  text-align: left;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--hard-blue);
  text-decoration-color: var(--hard-blue);
  text-underline-position: under;
  margin-top: 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.text-link-section {
  color: var(--hard-blue);
  font-size: 20px;
  line-height: 26px;
}

.list-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-a-critical-warning {
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-market-page {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.sub-headint-topic {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.link-page {
  color: var(--hard-blue);
  text-underline-position: under;
}

.section-the-legitimate {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-h3 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-number {
  list-style-type: decimal;
}

.section-thailand-entry-options {
  padding-top: 60px;
  padding-bottom: 60px;
}

.fs-table22_instance {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  display: block;
}

.fs-table22_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
  position: relative;
  overflow: auto;
}

.fs-table22_head {
  background-color: #f3f3f3;
}

.fs-table22_row {
  text-align: left;
  border: 1px solid #ddd;
}

.fs-table22_header {
  text-align: center;
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 16px;
}

.fs-table22_cell {
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 14px;
}

.fs-table22_cell.first-table {
  font-weight: 700;
}

.section-the-ultimate-solution, .section-fbl, .section-transparent-pricing {
  padding-top: 60px;
  padding-bottom: 60px;
}

.button-blue-contact {
  background-color: var(--hard-blue);
  color: var(--soft-brown);
  border-radius: 50px;
  padding: 20px 60px;
}

.section-heading-team-text {
  background-color: var(--soft-brown);
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-team-text {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-team-text {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.section-team-blue-bg {
  background-color: var(--hard-blue);
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-team {
  max-width: 1300px;
}

.heading-team-white {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

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

.div-block-member {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.image-team-member {
  border-radius: 200px;
  width: 80%;
  height: auto;
}

.div-block-18014 {
  padding-top: 20px;
  padding-bottom: 0;
}

.team-name {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 22px;
}

.job-name {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.div-block-education {
  padding-top: 20px;
  padding-bottom: 20px;
}

.service-2-header {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.container-service-2 {
  max-width: 1200px;
}

.heading-1-service-2 {
  text-align: center;
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 28px;
}

.service-2-grid {
  padding-top: 20px;
  padding-bottom: 20px;
}

.containser-grid-service-2 {
  max-width: 1200px;
}

.grid-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
}

.div-block-18015 {
  background-color: var(--soft-brown);
  padding: 40px;
}

.heading-2-grid-service-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph-service-2 {
  font-size: 16px;
  line-height: 22px;
}

.div-block-18016 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.button-3 {
  background-color: var(--hard-blue);
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.grid-6 {
  grid-template-rows: auto;
}

.image-service-2 {
  object-fit: cover;
  width: 100%;
  height: 424px;
}

.div-relative {
  background-color: var(--soft-brown);
  height: 300px;
  padding: 40px;
  position: relative;
  left: -50px;
}

.div-relative.left {
  left: 60px;
}

.div-block-18017 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-us {
  background-color: var(--soft-brown);
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-contact {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.heading-2 {
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.paragraph-contact {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-contact._1 {
  margin-top: 20px;
}

.faq-section-policies {
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-policies-header {
  margin-top: 105px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.faq-policies {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.list-2 {
  width: 100%;
  max-width: 100%;
}

.link {
  color: var(--hard-blue);
  text-decoration: none;
}

.section-blog-heading {
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-blog {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-blog {
  max-width: 1200px;
}

.date-blog {
  text-align: left;
  margin-bottom: 0;
}

.heading-1-blog-topic {
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

.h1-padding {
  padding-top: 0;
  padding-bottom: 40px;
}

.paragraph-blog {
  font-size: 16px;
  line-height: 22px;
}

.header-2-white-24 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.blog-list {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

.paragraph {
  color: #303030;
  text-decoration: none;
}

.link-block {
  color: #383838;
  text-decoration: none;
}

.date {
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-3 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 26px;
}

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

.div-block-18018 {
  overflow: visible;
}

.table-col {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.table-col.data {
  justify-content: center;
  align-items: flex-end;
}

.table-col.data.left {
  z-index: 80;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  position: sticky;
  left: 0;
}

.table-col.header.left-col {
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: sticky;
  left: 0;
}

.table {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.table:active {
  border: 1px solid #dadada;
}

.table:focus {
  border-color: #d4d4d4;
}

.table.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.table.no-pad.overflow {
  flex: none;
  height: auto;
  padding-left: 0;
  position: relative;
  overflow: auto;
}

.table-row-5-col {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 140vw;
  display: grid;
  position: sticky;
}

.table-row-5-col.data-row {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  height: 50px;
  min-height: 50px;
}

.table-row-5-col.data-row:hover {
  background-color: #0000;
}

.table-row-5-col.header {
  z-index: 999;
  background-color: #fff;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 50px;
  min-height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: sticky;
  top: 0;
}

.table-1---header---text {
  color: #5e5656;
  text-align: center;
  border: 1px #000;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.table-1---header---text.data {
  text-align: left;
  width: 100%;
  font-weight: 400;
}

.table-1---header---text.data.center {
  text-align: right;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.table-label {
  color: #2d3e4e;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  margin-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.table-icon {
  width: 24px;
  height: 20px;
  margin-right: 10px;
}

.table-header-details-text {
  font-size: 12px;
  line-height: 14px;
}

.table-wrapper {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  width: 50%;
  height: auto;
  margin-left: 3px;
  margin-right: 10px;
  padding: 15px 5px;
  transition: transform .2s;
  position: relative;
}

.table-wrapper._100 {
  perspective-origin: 50%;
  flex: 0 auto;
  width: 100%;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.table-wrapper._100.table {
  flex-direction: column;
  align-items: stretch;
  height: auto;
  display: flex;
  overflow: auto;
}

.text-span-cite {
  font-weight: 400;
}

.paragraph-2 {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.div-block-18019 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-contact {
  color: #333;
  text-decoration: none;
}

.dropdown-toggle {
  background-color: var(--hard-blue);
  color: var(--soft-brown);
  border-radius: 100px;
  padding: 10px 40px 10px 20px;
  box-shadow: 0 2px 5px #0003;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  line-height: 22px;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: var(--hard-blue);
  text-align: center;
  border-radius: 1000px;
}

.dropdown-link {
  color: #fff;
  text-align: center;
}

.div-block-contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-flex-contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.div-block-18021 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-18022, .div-block-18023 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-contact-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-contact-page {
  color: #333;
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.div-block-18025 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-dbd {
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-dbd {
  width: 100px;
  height: auto;
}

.link-block-dbd {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 5px 10px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-18027 {
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.link-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #25d366;
  border: 1px solid #25d366;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-3 {
  margin-bottom: 0;
}

.text-block {
  padding: 10px 20px;
}

.image-4 {
  width: 32px;
}

.text-block-2 {
  font-size: 16px;
  line-height: 22px;
}

.div-block-18028 {
  margin-top: 40px;
}

.div-block-18029 {
  margin-top: 20px;
}

.div-block-18030 {
  text-align: center;
}

.button-4 {
  background-color: var(--hard-blue);
  border-radius: 100px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 22px;
  transition: all .2s;
  box-shadow: 0 2px 5px #0003;
}

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

@media screen and (min-width: 1280px) {
  .navbar-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-blue-banner {
    padding-left: 60px;
    padding-right: 60px;
  }

  .button {
    padding: 10px 40px;
    font-size: 20px;
    line-height: 26px;
  }

  .header-2-blue-service {
    font-size: 48px;
    line-height: 56px;
  }

  .image-service-grid, .image-support-service {
    width: 100%;
    height: 450px;
  }

  .containser-grid-service-2 {
    max-width: 1400px;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-blue-banner {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-service, .div-support-service {
    padding-left: 100px;
    padding-right: 100px;
  }

  .containser-grid-service-2 {
    max-width: 1400px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .navbar-menu, .navbar-menu.w--current {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .nav-menu {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-banner {
    margin-top: 100px;
  }

  .div-blue-banner {
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-service, .div-block-service.right {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-18012 {
    width: 100%;
    max-width: 100%;
  }

  .div-grid {
    padding-left: 220px;
    padding-right: 220px;
  }

  .div-footer {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-banner-fluid-service-page {
    padding-left: 220px;
    padding-right: 220px;
  }

  .image-service-grid {
    width: 100%;
    height: 485px;
  }

  .legal-support {
    padding-bottom: 140px;
  }

  .container-legal-support {
    padding-left: 220px;
    padding-right: 220px;
  }

  .div-support-service {
    padding-left: 0;
    padding-right: 0;
  }

  .image-support-service {
    width: 100%;
    height: 485px;
  }

  .container-banner-fluid-service-page-head {
    padding-left: 220px;
    padding-right: 220px;
  }

  .section-a-critical-warning, .section-the-legitimate, .section-thailand-entry-options, .section-the-ultimate-solution, .section-fbl, .section-transparent-pricing {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-team-text, .container-team {
    max-width: 1300px;
  }

  .team-name {
    margin-top: 10px;
  }

  .containser-grid-service-2, .container-contact {
    max-width: 1400px;
  }

  .faq-policies {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    width: 100%;
  }

  .navbar-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    background-color: var(--soft-brown);
  }

  .header-2-white {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block {
    margin-bottom: 0;
  }

  .div-block-service {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-item-title---brix {
    font-size: 20px;
  }

  .div-block-18012 {
    width: 100%;
    max-width: 100%;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .type-or-service {
    padding-top: 40px;
  }

  .image-service-grid {
    height: 250px;
  }

  .div-support-service {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-4 {
    grid-template-columns: .5fr 1fr;
  }

  .image-support-service {
    object-fit: cover;
    height: 100%;
  }

  .container-banner-fluid-service-page-head {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-blue-service, .container-heading-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-thailand-market-entry-center {
    font-size: 24px;
    line-height: 30px;
  }

  .sub-heading-thailand-entry {
    font-size: 18px;
  }

  .container-quick {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-topic {
    font-size: 24px;
    line-height: 30px;
  }

  .text-link-section {
    font-size: 18px;
    line-height: 24px;
  }

  .fs-table22_instance {
    overflow: scroll;
  }

  .section-heading-team-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-team-text {
    font-size: 24px;
    line-height: 30px;
  }

  .section-team-blue-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-team {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-team {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-team-member {
    width: 100%;
  }

  .team-name {
    font-size: 20px;
    line-height: 26px;
  }

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

  .div-relative {
    height: auto;
    left: 0;
  }

  .div-relative.left {
    left: 0;
  }

  .container-contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-policies {
    width: 100%;
    max-width: 100%;
  }

  .header-2-white-24 {
    font-size: 24px;
    line-height: 30px;
  }

  .table {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table.no-pad.overflow {
    flex: none;
    max-height: 400px;
  }

  .table-row-5-col.data-row, .table-row-5-col.header {
    width: 100%;
  }

  .table-1---header---text {
    font-size: 10px;
    line-height: 14px;
  }

  .table-icon {
    height: 16px;
  }

  .table-header-details-text {
    font-size: 8px;
    line-height: 10px;
  }

  .table-wrapper {
    width: 80%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 4px;
  }

  .table-wrapper._100 {
    margin-bottom: 20px;
  }

  .div-block-flex-contact {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-dbd {
    width: 70px;
  }
}

@media screen and (max-width: 767px) {
  .container-banner-fluid {
    margin-top: 100px;
  }

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

  .image-banner {
    height: 400px;
  }

  .div-blue-banner {
    justify-content: center;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .serrvice {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-2-black-and-center {
    font-size: 32px;
    line-height: 38px;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .legal-unit-facebook {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .container-banner-fluid-service, .container-banner-fluid-service-page {
    margin-top: 0;
  }

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

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

  .image-service-grid {
    height: auto;
  }

  .legal-support {
    padding-bottom: 20px;
  }

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

  .image-support-service {
    height: auto;
  }

  .container-banner-fluid-service-page-head {
    margin-top: 0;
  }

  .heading-white-service-blue {
    font-size: 24px;
    line-height: 30px;
  }

  .sub-heading-thailand-entry {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-topic {
    font-size: 20px;
    line-height: 24px;
  }

  .text-link-section {
    font-size: 16px;
    line-height: 0;
  }

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

  .sub-headint-topic {
    font-size: 18px;
    line-height: 24px;
  }

  .section-heading-team-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-team-text {
    font-size: 20px;
    line-height: 26px;
  }

  .section-team-blue-bg {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .heading-2-grid-service-2 {
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-service-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-18016 {
    flex-flow: row;
  }

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

  .image-service-2 {
    height: auto;
  }

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

  .table.no-pad {
    padding-left: 10px;
    padding-right: 0;
  }

  .table.no-pad.overflow {
    width: 100%;
    max-height: 240px;
    padding-left: 0;
    overflow: auto;
  }

  .table-row-5-col.data-row, .table-row-5-col.header {
    width: 120%;
  }

  .table-1---header---text {
    font-size: 10px;
    line-height: 12px;
  }

  .table-label {
    font-size: 14px;
  }

  .table-header-details-text {
    color: #5e5656;
    font-size: 9px;
  }

  .table-wrapper {
    border-style: none;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    transform: scale(.8);
  }

  .table-wrapper._100 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-wrapper._100.table {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    transform: none;
  }

  .image-dbd {
    width: 60px;
  }

  .link-block-dbd {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .div-blue-banner {
    padding: 40px 20px;
  }

  .header-2-white {
    font-size: 20px;
    line-height: 26px;
  }

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

  .serrvice {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-service {
    padding: 0 20px;
  }

  .header-2-black-and-center {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .open-close-icon-wrapper---brix {
    margin-right: 16px;
  }

  .accordion-item-title---brix {
    max-width: 90%;
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-18012 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .accordion-item---brix.tabs-accordion---brix {
    padding: 20px 10px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.5;
  }

  .legal-unit-facebook {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-2-blue-service {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .button-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-2-footer {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
  }

  .paragraph-footer {
    font-size: 16px;
    line-height: 22px;
  }

  .type-or-service {
    padding-top: 0;
  }

  .div-block-service-detail {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading {
    font-size: 18px;
    line-height: 24px;
  }

  .legal-support {
    padding-bottom: 20px;
  }

  .div-support-service {
    padding: 0 20px 20px;
  }

  .div-block-18013 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-banner-fluid-service-page-head, .blue-service {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-blue-service {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-white-service-blue {
    margin-top: 10px;
    font-size: 20px;
  }

  .section-market-entry-header-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-heading-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-thailand-market-entry-center {
    font-size: 26px;
    line-height: 32px;
  }

  .sub-heading-thailand-entry {
    font-size: 14px;
    line-height: 20px;
  }

  .section-quick-navigation, .section-a-critical-warning {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .section-the-legitimate {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .padding-h3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-thailand-entry-options {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fs-table22_instance {
    position: relative;
    overflow: auto;
  }

  .fs-table22_table, .fs-table22_header {
    position: static;
  }

  .section-the-ultimate-solution, .section-fbl, .section-transparent-pricing, .section-heading-team-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-team-text {
    font-size: 18px;
    line-height: 24px;
  }

  .section-team-blue-bg {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-team-white {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
  }

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

  .team-name {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
  }

  .job-name {
    font-size: 16px;
    line-height: 22px;
  }

  .service-2-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-1-service-2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
  }

  .service-2-grid {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-18015 {
    padding: 40px 20px;
  }

  .heading-2-grid-service-2 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
  }

  .paragraph-service-2 {
    margin-top: 20px;
  }

  .div-block-18016 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

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

  .div-relative {
    padding: 40px 20px;
  }

  .contact-us {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-contact {
    font-size: 16px;
    line-height: 22px;
  }

  .faq-section-policies {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-policies-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-policies {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .date-blog {
    margin-bottom: 0;
    font-size: 12px;
  }

  .header-2-white-24 {
    font-size: 20px;
    line-height: 26px;
  }

  .bold-text {
    line-height: 20px;
  }

  .table {
    width: 100%;
  }

  .table.no-pad.overflow {
    flex: none;
    max-height: 600px;
  }

  .table-row-5-col.data-row, .table-row-5-col.header {
    width: 220vw;
  }

  .table-label {
    padding-left: 10px;
    font-size: 9px;
  }

  .table-wrapper {
    width: 100%;
    margin-bottom: 7px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .table-wrapper._100 {
    padding-left: 0;
    padding-right: 0;
  }

  .table-wrapper._100.table {
    width: 90%;
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bb5da27b-96e1-02ab-bdd4-23d3895e60c3-a5374fe0 {
    order: -9999;
  }
}


