:root {
  --black: black;
  --white: white;
  --gold-citi: #b59859;
  --gold\<deleted\|variable-5289c972-5da3-eab7-ecc7-73f040bc9d16\>: #cd9f7a;
}

.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;
}

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

@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: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar-no-shadow {
  z-index: 999;
  background-color: var(--black);
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.container-regular {
  width: 100%;
  max-width: 1300px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.en {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
  transition: all .3s;
}

.nav-link.en:hover {
  background-color: var(--gold-citi);
  color: var(--white);
  border-radius: 24px;
}

.nav-link.en.w--current {
  background-color: var(--gold-citi);
  border-radius: 24px;
}

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

.image {
  filter: invert();
  width: 100px;
  height: auto;
}

.container-banner {
  max-width: 100%;
  height: 100vh;
  position: relative;
}

.banner-home {
  width: 100%;
  height: 100vh;
}

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

.filter-banner {
  z-index: 99;
  background-image: linear-gradient(90deg, #000c, #00000080 80%, #00000040);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-en-banner {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.6vw;
  font-weight: 600;
  line-height: 1.8;
}

.heading-th-banner {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.1vw;
  font-weight: 400;
  line-height: 1.5;
}

.div-block-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.contact-us {
  background-color: var(--gold-citi);
  border-radius: 24px;
  padding: 12px 30px;
  font-size: 18px;
  line-height: 24px;
  transition: all .3s;
}

.contact-us:hover {
  transform: scale(1.05);
}

.our-services {
  border: 2px solid var(--gold-citi);
  background-color: #cd9f7a00;
  border-radius: 24px;
  padding: 10px 30px;
  font-size: 18px;
  line-height: 24px;
  transition: all .3s;
}

.our-services:hover {
  background-color: var(--gold-citi);
}

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

.about-us {
  background-color: var(--black);
  background-image: linear-gradient(90deg, #000000f2 10%, #00000080 50%, #000000f2 90%), url('../images/bg-home_2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.image-about-us-1 {
  border-radius: 24px;
  width: 325px;
  height: auto;
  position: relative;
}

.div-block-color {
  background-color: #b5985959;
  border-radius: 24px;
  width: 420px;
  height: 275px;
  margin-top: -220px;
  margin-left: 106px;
}

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

.image-about-us-2 {
  border-radius: 24px;
  width: 225px;
  height: auto;
  margin-top: -125px;
  margin-left: 355px;
  position: relative;
}

.image-about-us-3 {
  border-radius: 24px;
  width: 250px;
  height: auto;
  margin-top: -180px;
  margin-left: 75px;
}

.div-block-about-us-info {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.sub-paragraph-about {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.heading-about-us {
  color: var(--gold-citi);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

.paragraph-about-us {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center stretch;
}

.div-block-about-us-grid {
  background-color: var(--gold-citi);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  transition: all .3s;
  display: flex;
}

.div-block-about-us-grid:hover {
  box-shadow: 0 20px 20px -15px var(--gold-citi);
  transform: scale(1.1);
}

.image-about-us {
  filter: invert();
  width: 55px;
  height: auto;
}

.paragraph-about-us-3 {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph {
  color: var(--white);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.div-block-line {
  background-color: var(--gold-citi);
  width: 100%;
  height: 1px;
}

.our-service {
  background-color: var(--black);
  padding-bottom: 100px;
}

.container-our-service {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-group {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-text {
  color: var(--gold-citi);
  margin-top: -50px;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
}

.heading-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffffff40, #ffffff1a 50%, #fff0 90%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
}

.heading-page {
  color: var(--gold-citi);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 500;
  line-height: 52px;
}

.sub-paragraph-why {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-head-why-group {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.container-filter {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overflow {
  overflow: hidden;
}

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

.our-project {
  background-color: var(--black);
  padding-bottom: 100px;
}

.heading-page-group {
  text-align: center;
  margin-bottom: 20px;
}

.tab-link-tab-1 {
  background-color: #c8c8c800;
}

.tab-link-tab-1.w--current {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--gold-citi);
  background-color: #c8c8c800;
}

.tab-link-tab-1.none {
  display: none;
}

.text-block {
  color: var(--white);
  font-size: 18px;
  line-height: 24px;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.tab-link-tab-2 {
  background-color: #fff0;
}

.tab-link-tab-2.w--current {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--gold-citi);
  background-color: #fff0;
}

.tab-link-tab-2.none {
  display: none;
}

.grid-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.div-block-our-project {
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-project {
  border-radius: 24px;
  width: 100%;
  height: auto;
}

.filter-project {
  background-image: linear-gradient(#0000 60%, #000000b3 85%);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-name-project {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.more-photo {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 22px;
}

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

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

.testimonials {
  background-image: linear-gradient(90deg, #000c, #000c 65%), url('../images/8.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonials.none {
  display: none;
}

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

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

.div-block-testimonials {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(#212121, #212121);
  border-radius: 24px;
  flex-flow: column;
  padding: 30px 20px;
  display: flex;
}

.paragraph-testimonials {
  color: var(--white);
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

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

.image-g {
  width: 30px;
  height: auto;
}

.paragraph-name-testimonials {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.star {
  width: 12px;
  height: auto;
}

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

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

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

.link-block-testimonials {
  border-radius: 24px;
  text-decoration: none;
  transition: all .3s;
  box-shadow: 0 0 15px #fff3;
}

.link-block-testimonials:hover {
  margin-top: -10px;
  box-shadow: 0 0 20px #21212159;
}

.button-more {
  background-color: var(--gold-citi);
  color: var(--white);
  letter-spacing: .25px;
  text-transform: uppercase;
  border-radius: 24px;
  padding: 10px 30px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  line-height: 24px;
  transition: all .3s;
}

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

.contact-cta {
  background-color: var(--black);
  padding-top: 30px;
  padding-bottom: 100px;
}

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

.div-block-contact-cta {
  background-color: #b59859;
  background-image: linear-gradient(#b59859, #664f2c);
  border-radius: 34px;
  padding: 30px 60px;
  position: relative;
}

.heading-look {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.contact-us-call {
  background-color: var(--white);
  color: var(--gold-citi);
  text-align: center;
  border-radius: 24px;
  padding: 12px 30px;
  font-size: 18px;
  line-height: 24px;
  transition: all .3s;
}

.contact-us-call:where(.w-variant-bb5d8f28-9e04-3376-9a19-c9c37013586d) {
  background-color: var(--gold-citi);
  color: var(--white);
  box-shadow: 0 6px 9px #00000026;
}

.contact-us-call:hover {
  transform: scale(1.05);
}

.contact-us-call:hover:where(.w-variant-bb5d8f28-9e04-3376-9a19-c9c37013586d) {
  background-color: var(--white);
  color: var(--gold-citi);
  transform: none;
}

.button-line {
  border: 2px solid var(--white);
  text-align: center;
  background-color: #cd9f7a00;
  border-radius: 24px;
  padding: 10px 30px;
  font-size: 18px;
  line-height: 24px;
  transition: all .3s;
}

.button-line:where(.w-variant-08308c95-c55e-a0bd-d75a-ed7bdd457eea) {
  display: none;
}

.button-line:hover {
  background-color: var(--white);
  color: var(--gold-citi);
}

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

.image-cta {
  object-fit: cover;
  border-bottom-right-radius: 73px;
  width: 750px;
  height: auto;
  margin-right: -28px;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.footer {
  background-color: var(--black);
  padding-top: 60px;
  padding-bottom: 20px;
}

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

.image-logo-footer {
  filter: invert();
  width: 120px;
  height: auto;
}

.div-block-line-footer {
  background-image: linear-gradient(270deg, #ffffff0d, #ffffff14 10%, #ffffffb3 50%, #ffffff14 90%, #ffffff0d);
  width: 100%;
  height: 1px;
}

.div-block-line-footer.up {
  background-image: linear-gradient(270deg, #ffffff1a, #ffffffb3 50%, #ffffff1a);
  margin-bottom: 40px;
}

.div-block-line-footer.down {
  background-image: linear-gradient(270deg, #ffffff1a, #ffffffb3 50%, #ffffff0d);
  margin-top: 40px;
}

.heading-footer {
  color: var(--gold-citi);
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-footer {
  color: var(--white);
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.tpig-info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 110px;
}

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

.copyright {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.p-aragraph-privacy-footer {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  transition: all .3s;
}

.p-aragraph-privacy-footer:hover {
  color: var(--gold-citi);
}

.link-block-privacy-policy {
  text-decoration: none;
}

.code-embed {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.link-block-footer {
  color: var(--white);
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

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

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

.heading-service-footer {
  color: var(--gold-citi);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

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

.link-block-ct-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.image-ct-footer {
  filter: invert();
  width: 20px;
  height: auto;
}

.paragraph-ct-footer {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph-ct-footer.th {
  font-family: Prompt, sans-serif;
}

.paragraph-info-footer {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

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

.link-block-about-us-more {
  text-decoration: none;
  display: inline-block;
}

.div-block-line-about-us {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.heading-33172 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.modal-body-restructuring-money-3 {
  width: 450px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop-up-call-to-action {
  z-index: 999;
  display: none;
}

.heading-33173 {
  margin-top: 10px;
  font-weight: 500;
}

.heading-33174 {
  color: var(--gold\<deleted\|variable-5289c972-5da3-eab7-ecc7-73f040bc9d16\>);
  margin-top: 10px;
  font-family: Varela, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.widgets-contact-us {
  z-index: 99;
  border-radius: 24px;
  margin-bottom: 20px;
  margin-right: 20px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.link-block-96 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--gold-citi);
  color: #fff;
  text-align: center;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 60px 20px;
  text-decoration: none;
  display: flex;
}

.image-17850 {
  filter: invert();
  width: 50px;
  height: 50px;
}

.modal-pop-up-cat {
  z-index: 8888;
  color: #333;
  background-color: #1f1f1f80;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0%;
}

.div-block-18333 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.close-modal-restructuring-money-2 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 5px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.card-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.image-arrow-button {
  filter: invert();
  width: 20px;
  height: auto;
}

.link-block-logo-footer {
  text-decoration: none;
}

.div-block-button-more {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.slide {
  width: 100%;
  height: 100vh;
}

.mask, .slider {
  width: 100%;
  height: auto;
}

.left-arrow, .right-arrow {
  z-index: 999;
  display: none;
}

.slide-nav {
  z-index: 100;
}

.icon, .icon-2 {
  font-size: 30px;
}

.loader-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #141314;
  border-right-width: 1px;
  border-right-color: #141314;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 34px;
  display: flex;
}

.typedjs-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 100%;
  display: flex;
}

.typedjs-multiple {
  display: inline;
}

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

.link-block-our-service {
  border-radius: 24px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.image-our-service {
  border-radius: 24px;
  width: 100%;
  height: auto;
}

.en-name-service {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.5;
}

.th-name-service {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 1.5;
}

.filterblack {
  background-image: linear-gradient(#fff0 50%, #000000d9);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
  position: absolute;
  inset: 0%;
}

.service-name {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-service-arrow {
  filter: invert();
  width: 25px;
  height: auto;
}

.filtergold {
  background-image: linear-gradient(#fff0 20%, #776336d9);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
  position: absolute;
  inset: 0%;
}

.link-block-wedgets {
  color: #000;
  margin-bottom: 10px;
  text-decoration: none;
}

.dropdown-toggle {
  border: 3px solid var(--white);
  background-color: var(--gold-citi);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 5px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-toggle:hover {
  transform: scale(1.05);
}

.dropdown-toggle.w--open {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  filter: invert();
  width: 25px;
  height: auto;
}

.card-icon-contact {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--gold-citi);
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 10px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.image-logo-wedgets {
  filter: invert();
  width: 100%;
  height: auto;
}

.dropdown-list.w--open {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  top: -350px;
}

.dropdown {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.why {
  background-color: var(--black);
  padding-bottom: 100px;
}

.container-why {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.text-wrapper {
  margin-top: 10px;
}

.icon-why {
  filter: invert();
  object-fit: cover;
  width: 90px;
  height: auto;
}

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

.container-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sub-head-service-other {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.heading-page-about-us {
  color: var(--gold-citi);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 500;
  line-height: 52px;
}

.paragraph-sub-about-us {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.heading-why {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-why {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.service-main-service {
  text-align: center;
  background-image: linear-gradient(#b59859bf, #000), url('../images/sv-bg-06.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 75px;
  padding-top: 120px;
  padding-bottom: 100px;
}

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

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

.image-service-pc {
  border-radius: 24px;
  width: 500px;
  height: auto;
}

.image-service {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.card-number {
  background-image: linear-gradient(#000, #212121);
  border-radius: 24px;
  padding: 20px;
  transition: all .3s;
  position: absolute;
  inset: auto -20px 10% auto;
  box-shadow: 0 2px 15px 5px #ffffff26;
}

.card-number:hover {
  box-shadow: 0 2px 15px 5px #ffffff4d;
}

.card-number.color {
  background-image: linear-gradient(180deg, var(--gold-citi), #927944);
}

.image-service-star {
  width: 16px;
  height: auto;
}

.div-block-star-service {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: center;
  display: none;
}

.heading-number {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}

.sub-paragraph-reviews {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.service-info {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.sub-paragraph-service {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.sub-paragraph-service.color {
  color: var(--white);
}

.paragraph-service-info {
  color: var(--white);
  text-align: left;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.heading-service {
  color: var(--white);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

.text-span-2 {
  font-family: Prompt, sans-serif;
}

.section-service-process {
  background-color: var(--black);
  background-image: linear-gradient(90deg, #000000ed, #000000b3 50%, #000000ed), url('../images/bg-home_2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 100px;
}

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

.heading-33176 {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
}

.paragraph-4 {
  color: var(--gold-citi);
  text-align: center;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

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

.div-block-18339 {
  margin-bottom: 40px;
}

.heading-service-process {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.sub-heading-service-process {
  color: var(--gold-citi);
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.swiper-slide {
  z-index: 0;
  flex: none;
  width: 34%;
  height: auto;
  transition: transform .3s;
  position: relative;
  box-shadow: 0 2px 20px 5px #b598594a;
}

.swiper-slide.color {
  background-image: linear-gradient(#ae9160, #856537 20%, #0d0705);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.333%;
  padding: 60px 20px;
  display: flex;
}

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

.swiper-button-next {
  z-index: 1;
  background-color: var(--white);
  color: #0b0c0b;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto -1% 50% auto;
}

.swiper-button-next:hover {
  background-color: var(--gold-citi);
}

.swiper-button-next:focus-visible, .swiper-button-next[data-wf-focus-visible] {
  background-color: #affb42;
}

.swiper-button-prev {
  z-index: 1;
  background-color: var(--white);
  color: #0b0c0b;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 50% -1%;
}

.swiper-button-prev:hover {
  background-color: var(--gold-citi);
}

.swiper-button-prev:focus-visible, .swiper-button-prev[data-wf-focus-visible] {
  background-color: #affb42;
}

.slider_slider-wrapper {
  position: relative;
  overflow: hidden;
}

.slider-custom-style {
  display: none;
}

.swrper_component {
  position: relative;
}

.swiper-pagination {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%);
}

.swiper-wrapper {
  padding-bottom: 15px;
  display: flex;
}

.service-process {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.div-block-main-service-process {
  background-image: linear-gradient(#0003 40%, #181206 90%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.div-block-info-service-process {
  background-image: linear-gradient(#000000b3, #000000b3);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph-process {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.heading-info-service-process {
  color: var(--gold-citi);
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
}

.list-item {
  color: var(--white);
}

.list {
  padding-left: 20px;
}

.section {
  background-image: linear-gradient(270deg, #000000e6, #00000080 50%, #000000e6), url('../images/bg-home_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  display: none;
}

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

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

.heading-33177 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-5 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-18340 {
  background-color: var(--black);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 50px 20px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 15px 1px #fff3;
}

.div-block-18340:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 20px 3px #b5985959;
}

.image-17851 {
  width: 70px;
  height: auto;
}

.paragraph-61 {
  color: var(--white);
  border-top: 1px dashed #b5985959;
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.faq-q-text-4 {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.section-faq {
  background-color: var(--black);
  background-image: linear-gradient(#000000c4, #000000c4), url('../images/faq-bg-01.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.heading-faq-3 {
  color: var(--white);
  margin-top: 0;
  font-size: 46px;
  font-weight: 600;
  line-height: 52px;
}

.faq-stripe-1-2 {
  background-color: var(--white);
  width: 2px;
  height: 100%;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  position: relative;
}

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

.c-faq-item-6 {
  border-bottom: 1px solid #b598591a;
  border-left: 3px solid var(--gold-citi);
  cursor: pointer;
  margin-bottom: 5px;
  font-size: 1.2em;
  line-height: 1.6em;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.faq-stripe-2-2 {
  background-color: var(--white);
  width: 100%;
  height: 2px;
  position: absolute;
}

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

.c-faq-a-text {
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  border-top-width: 1px;
  border-top-color: #b5985966;
  overflow: hidden;
}

.c-faq {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-image-faq-2 {
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
  overflow: hidden;
}

.c-faq-q-text {
  border-bottom-width: 1px;
  border-bottom-color: #b5985980;
  flex: 1;
  padding: 20px 10px 20px 20px;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-sub-landing-page {
  color: var(--white);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.grid-35 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.c-faq-q {
  align-items: center;
  font-size: 1.2px;
  line-height: 1.6px;
  display: flex;
}

.div-block-head-faq {
  margin-bottom: 30px;
}

.faq-divider {
  height: 0;
}

.en-2 {
  font-family: Poppins, sans-serif;
  font-size: 40px;
  line-height: 46px;
}

.text-span-4 {
  font-family: Poppins, sans-serif;
}

.section-cta-consult {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 40px;
  display: none;
}

.section-cta-consult.sv {
  padding-bottom: 100px;
}

.section-cta-consult.ab {
  padding-top: 0;
  padding-bottom: 40px;
}

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

.heading-consult {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}

.paragraph-sub-consult {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-consult {
  background-color: var(--gold-citi);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.text-span-en {
  font-family: Poppins, sans-serif;
}

.path, .path-2 {
  color: var(--black);
}

.paragraph-read-more {
  color: var(--white);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.section-contact-form {
  background-color: var(--black);
  padding-top: 60px;
  padding-bottom: 40px;
}

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

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

.paragraph-contact {
  color: var(--gold-citi);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.div-block-form {
  background-image: linear-gradient(#9e8050, #2c2320);
  border-radius: 24px;
  padding: 30px;
}

.div-block-social-media {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.heading-social-media {
  color: var(--gold-citi);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.heading-social-media.th {
  color: var(--gold-citi);
  font-family: Prompt, sans-serif;
}

.heading-contact-info {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

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

.text-span-6 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
  transition: all .3s;
}

.nav-dropdown:hover {
  background-color: var(--gold-citi);
  border-radius: 24px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: var(--white);
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  background-color: var(--gold-citi);
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 2px 8px 2px #0000001a;
}

.nav-dropdown-link {
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
  transition: all .3s;
}

.nav-dropdown-link:hover {
  color: var(--black);
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: var(--white);
}

.nav-dropdown-link.w--current:hover {
  color: var(--black);
}

.text-block-2 {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.text-span-7 {
  color: var(--gold-citi);
}

.service-head-contact {
  background-image: linear-gradient(180deg, #b59859a6, var(--black)), url('../images/ct-bg-01.avif');
  text-align: center;
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 200px;
  padding-bottom: 200px;
}

.service-head-contact.ab {
  background-image: linear-gradient(180deg, #b59859a6, var(--black)), url('../images/sv-bg-05.avif');
  background-position: 0 0, 50% 80%;
}

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

.heading-contact {
  color: var(--white);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #fff6 40%, #fff0 80%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 70px;
}

.paragraph-sub-contact {
  color: var(--white);
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.div-block-social-n-contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.div-block-contact-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-social-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line-contact {
  background-color: #b5985973;
  width: 100%;
  height: 1px;
  margin-top: 20px;
}

.paragraph-sub-contact-info {
  color: var(--white);
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.service-main-service.vp {
  background-image: linear-gradient(#b59859bf, #000), url('../images/sv-bg-01.avif');
  margin-top: 0;
}

.service-main-service.mb {
  background-image: linear-gradient(#b59859bf, #000), url('../images/sv-bg-02.avif');
}

.service-main-service.ccd {
  background-image: linear-gradient(#b59859bf, #000), url('../images/sv-bg-07.avif');
  margin-top: 0;
}

.service-main-service.ki {
  background-image: linear-gradient(#b59859bf, #000), url('../images/sv-bg-03.avif');
}

.service-main-service.pr {
  background-image: linear-gradient(#b59859bf, #000), url('../images/sv-bg-04.avif');
  margin-top: 0;
}

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

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.who-we-are {
  background-color: var(--black);
  padding-top: 60px;
  padding-bottom: 100px;
}

.container-who-we-are {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.sub-head-who-we-are {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.heading-who-we-are {
  color: var(--gold-citi);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

.sub-paragraph-who-we-are {
  color: var(--white);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.look-at-this-partner {
  background-image: linear-gradient(180deg, #b4975999, #5b4c2d80 50%, var(--black)), url('../images/faq-bg-02.avif');
  background-position: 0 0, 80%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 300px;
  padding-bottom: 300px;
  position: relative;
}

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

.div-block-image-who-we-are {
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-who-we-are {
  border-radius: 24px;
  width: 450px;
  height: auto;
}

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

.grid-42 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-team {
  background-image: linear-gradient(#9e8050, #0f0806);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-team {
  border-radius: 24px;
  width: 100%;
  height: auto;
  padding-top: 20px;
}

.paragraph-name-position {
  color: var(--gold-citi);
  text-align: center;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph-name-position.en {
  color: var(--white);
  margin-top: 5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-name {
  background-image: linear-gradient(#0f080600 50%, #0f0806 92%);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 40px 40px 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-benefits {
  background-color: #000;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 15px 1px #fff3;
}

.div-block-benefits:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 20px 3px #b5985959;
}

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

.image-benefits {
  width: 70px;
  height: auto;
}

.heading-benefits {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.benefits {
  background-image: linear-gradient(270deg, #000000f2, #000000bf 50%, #000000f2), url('../images/bg-home_2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 40px;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

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

.green-number {
  color: #fbf9fc;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}

.number-content {
  text-align: center;
}

.large-numbers {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
}

.text-2 {
  color: #fff;
  border-top: 1px #f4f5f6;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.image-icon-number {
  width: 42px;
  height: auto;
}

.grid-44 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  margin-bottom: 15px;
}

.paragraph-looking {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 52px;
}

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

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

.text-span-9 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.div-block-look-at {
  margin-top: 420px;
  position: absolute;
  inset: 0%;
}

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

.paragraph-we-bring {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-we-bring {
  padding-right: 40px;
}

.our-team {
  background-image: linear-gradient(270deg, #000000e6, #000000bf 50%, #000000e6), url('../images/bg-home_2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.paragraph-ct-footer-copy {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.image-ct-footer-copy {
  filter: invert();
  width: 20px;
  height: auto;
}

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

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

.section-service-other {
  background-color: var(--black);
  background-image: linear-gradient(90deg, #000000f2, #000000b3 50%, #000000f2), url('../images/bg-home_2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 100px;
}

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

.heading-other-services {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.paragraph-other-services {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-see-more {
  color: var(--white);
  background-color: #725e38;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.link-social {
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

.div-block-service-other {
  background-color: var(--gold-citi);
  background-image: linear-gradient(180deg, var(--gold-citi), #927944);
  border-radius: 24px;
  padding: 50px;
}

.grid-47 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
}

.div-block-head-service-other {
  border-right: 1px solid var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.image-17857 {
  filter: contrast(0%) brightness(200%);
  width: 45px;
  height: auto;
}

.div-block-icon-service-other {
  background-color: #725e38;
  border-radius: 100px;
  padding: 15px;
}

.paragraph-service-other {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.heading-service-other {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

.link-block-icon-service-other {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-block-icon-service-other:hover {
  transform: scale(1.2);
}

.icon-social {
  filter: invert();
  width: 20px;
  height: auto;
}

.div-block-who-we-are {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.text-head-about-us {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.sub-head-about-us {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.heading-33181 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.heading-33182 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.div-block-18363 {
  justify-content: center;
  align-items: center;
  padding: 20px 0 0;
  display: block;
}

.paragraph-75 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.section-2 {
  background-color: var(--black);
  padding-top: 20px;
}

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

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

.link.w--current {
  color: var(--white);
  font-family: Prompt, sans-serif;
  text-decoration: none;
}

.container-117 {
  max-width: 1100px;
}

.dbd-register {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
}

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

.section-3 {
  padding-top: 50px;
}

.tabs {
  display: none;
}

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

.popup-cover {
  z-index: 100;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-page {
  justify-content: center;
  align-items: center;
  position: relative;
}

.popup-image {
  border-radius: 10px;
  width: 100%;
  min-width: 600px;
  max-width: 600px;
}

.close-icon {
  filter: invert();
  cursor: pointer;
  width: 40px;
  height: auto;
  position: absolute;
  top: 10px;
  right: 10px;
}

.bold-text {
  color: var(--gold-citi);
  text-decoration: none;
}

.link-17 {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--black);
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 40px 20px;
    display: flex;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--gold-citi);
    color: #fff;
  }

  .heading-en-banner {
    font-size: 3.5vw;
    line-height: 1.8;
  }

  .heading-th-banner {
    font-size: 3vw;
    line-height: 1.5;
  }

  .about-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .image-about-us-1 {
    border-radius: 20px;
    width: 210px;
    margin-bottom: -120px;
    margin-left: -210px;
  }

  .div-block-color {
    width: 300px;
    height: 200px;
    margin-top: -200px;
    margin-left: 0;
  }

  .div-block-image {
    justify-content: center;
    align-items: center;
  }

  .image-about-us-2 {
    border-radius: 20px;
    width: 165px;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 210px;
  }

  .image-about-us-3 {
    border-radius: 20px;
    width: 165px;
    margin-top: -125px;
    margin-left: -165px;
  }

  .sub-paragraph-about {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .heading-about-us {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-about-us {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

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

  .image-about-us {
    width: 40px;
  }

  .our-service {
    padding-bottom: 60px;
  }

  .heading-group {
    margin-bottom: 20px;
  }

  .paragraph-text {
    font-size: 40px;
    line-height: 46px;
  }

  .heading-text {
    font-size: 60px;
    line-height: 70px;
  }

  .text-head-why-group {
    margin-bottom: 20px;
  }

  .our-project {
    padding-bottom: 60px;
  }

  .grid-6 {
    grid-template-columns: .25fr 1fr .25fr;
    justify-content: center;
    align-items: center;
  }

  .contact-cta {
    padding-top: 0;
    padding-bottom: 60px;
  }

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

  .heading-look {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
  }

  .contact-us-call, .button-line {
    font-size: 16px;
    line-height: 22px;
  }

  .button-line:where(.w-variant-bb5d8f28-9e04-3376-9a19-c9c37013586d) {
    font-size: 14px;
    line-height: 20px;
  }

  .image-cta {
    display: none;
  }

  .footer {
    padding-top: 40px;
  }

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

  .tpig-info {
    text-align: center;
    padding-right: 0;
  }

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

  .copyright {
    flex-flow: column;
  }

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

  .div-block-service-footer.faq {
    display: none;
  }

  .div-block-service-footer-group {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-line-about-us {
    text-align: center;
  }

  .modal-body-restructuring-money-3 {
    width: 400px;
    height: auto;
    top: 50%;
  }

  .close-modal-restructuring-money-2 {
    width: 50px;
    height: 50px;
  }

  .loader-wrapper {
    width: 100%;
  }

  .grid-10 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .link-block-our-service, .image-our-service {
    border-radius: 20px;
  }

  .en-name-service, .th-name-service {
    font-size: 1.8vw;
    line-height: 1.5;
  }

  .filterblack {
    border-radius: 20px;
  }

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

  .image-service-arrow {
    width: 20px;
  }

  .filtergold {
    border-radius: 20px;
  }

  .link-block-wedgets {
    margin-bottom: 5px;
  }

  .dropdown-toggle {
    width: 70px;
    height: 70px;
  }

  .card-icon-contact {
    width: 55px;
    height: 55px;
  }

  .dropdown-list.w--open {
    margin-top: 15px;
    top: -315px;
  }

  .why {
    padding-bottom: 60px;
  }

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

  .sub-head-service-other {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-page-about-us {
    font-size: 42px;
    line-height: 48px;
  }

  .paragraph-sub-about-us {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-why {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }

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

  .service-main-service {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-service-pc {
    width: 350px;
  }

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

  .card-number {
    bottom: 12%;
    right: 5%;
  }

  .card-number.color {
    bottom: 10%;
  }

  .heading-number {
    font-size: 30px;
    line-height: 36px;
  }

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

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

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

  .heading-service {
    font-size: 28px;
    line-height: 34px;
  }

  .section-service-process {
    padding-bottom: 60px;
  }

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

  .heading-service-process {
    font-size: 22px;
    line-height: 28px;
  }

  .sub-heading-service-process {
    font-size: 18px;
    line-height: 22px;
  }

  .swiper-slide.color {
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 2rem;
    height: 2rem;
  }

  .div-block-main-service-process {
    padding-bottom: 40px;
  }

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

  .heading-info-service-process {
    font-size: 22px;
    line-height: 28px;
  }

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

  .heading-faq-3 {
    text-align: center;
    font-size: 40px;
    line-height: 46px;
  }

  .div-block-faq-group {
    justify-content: center;
    align-items: center;
  }

  .div-block-image-faq-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-sub-landing-page {
    font-size: 20px;
    line-height: 26px;
  }

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

  .section-cta-consult {
    padding-bottom: 60px;
  }

  .heading-consult {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 38px;
  }

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

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

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

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

  .heading-contact-info {
    font-size: 28px;
    line-height: 34px;
  }

  .nav-dropdown-toggle {
    padding-left: 10px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .service-head-contact {
    margin-top: 75px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .service-head-contact.ab {
    margin-top: 75px;
  }

  .heading-contact {
    font-size: 60px;
    line-height: 66px;
  }

  .paragraph-sub-contact {
    font-size: 20px;
    line-height: 26px;
  }

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

  .who-we-are {
    padding-top: 20px;
    padding-bottom: 60px;
  }

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

  .sub-head-who-we-are {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-who-we-are {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
  }

  .sub-paragraph-who-we-are {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .look-at-this-partner {
    background-position: 0 0, 40%;
    padding-top: 220px;
    padding-bottom: 220px;
  }

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

  .image-team {
    width: 400px;
  }

  .paragraph-name-position {
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-name-position.en {
    font-size: 16px;
    line-height: 22px;
  }

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

  .image-benefits {
    width: 60px;
  }

  .heading-benefits {
    font-size: 16px;
    line-height: 22px;
  }

  .benefits {
    padding-bottom: 0;
  }

  .grid-4 {
    margin-top: 20px;
  }

  .green-number {
    font-size: 30px;
    line-height: 36px;
  }

  .large-numbers {
    font-size: 36px;
    line-height: 42px;
  }

  .text-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .image-icon-number {
    width: 40px;
  }

  .paragraph-looking {
    font-size: 4.3vw;
    line-height: 1.5;
  }

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

  .div-block-socials-about {
    justify-content: center;
    align-items: flex-end;
  }

  .div-block-look-at {
    margin-top: 290px;
  }

  .paragraph-we-bring {
    font-size: 1.5vw;
    line-height: 1.2;
  }

  .div-block-we-bring {
    padding-right: 15px;
  }

  .our-team {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .icon-3 {
    color: var(--white);
    font-size: 30px;
    line-height: 36px;
  }

  .paragraph-ct-footer-copy {
    font-size: 1.7vw;
    line-height: 1.5;
  }

  .image-ct-footer-copy {
    width: 15px;
  }

  .div-block-looking {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .div-block-your-b {
    justify-content: flex-start;
    align-items: center;
  }

  .section-service-other {
    padding-bottom: 60px;
  }

  .heading-other-services {
    font-size: 16px;
    line-height: 22px;
  }

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

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

  .div-block-head-service-other {
    border-right-style: none;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .image-17857 {
    width: 40px;
  }

  .paragraph-service-other {
    text-align: center;
  }

  .heading-service-other {
    font-size: 40px;
    line-height: 46px;
  }

  .div-block-who-we-are {
    justify-content: center;
    align-items: center;
  }

  .text-head-about-us {
    margin-bottom: 20px;
  }

  .sub-head-about-us {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-33181 {
    line-height: 25px;
  }

  .div-block-18363 {
    padding-top: 0;
  }

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

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

  .nav-menu-wrapper {
    padding-bottom: 20px;
  }

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

  .nav-link {
    display: inline-block;
  }

  .contact-us, .our-services {
    font-size: 16px;
    line-height: 22px;
  }

  .about-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-about-us {
    font-size: 22px;
  }

  .paragraph-about-us-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .our-service {
    padding-bottom: 40px;
  }

  .paragraph-text {
    font-size: 36px;
    line-height: 42px;
  }

  .heading-text {
    font-size: 50px;
    line-height: 60px;
  }

  .our-project {
    padding-bottom: 40px;
  }

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

  .filter-project {
    padding: 20px;
  }

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

  .more-photo {
    font-size: 14px;
    line-height: 20px;
  }

  .contact-cta {
    padding-bottom: 40px;
  }

  .heading-look {
    font-size: 26px;
    line-height: 32px;
  }

  .contact-us-call {
    font-size: 16px;
  }

  .contact-us-call:where(.w-variant-bb5d8f28-9e04-3376-9a19-c9c37013586d), .button-line:where(.w-variant-bb5d8f28-9e04-3376-9a19-c9c37013586d) {
    font-size: 16px;
    line-height: 22px;
  }

  .modal-body-restructuring-money-3 {
    width: 400px;
    top: 50%;
  }

  .close-modal-restructuring-money-2 {
    width: 40px;
    height: 40px;
  }

  .loader-wrapper {
    border-bottom: 1px solid #141314;
    border-right-style: solid;
    flex-direction: column-reverse;
    justify-content: center;
  }

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

  .en-name-service {
    font-size: 4vw;
    line-height: 1.5;
  }

  .th-name-service {
    font-size: 3vw;
  }

  .dropdown-toggle.w--open {
    width: 60px;
    height: 60px;
  }

  .image-3 {
    width: 20px;
  }

  .card-icon-contact {
    width: 50px;
    height: 50px;
  }

  .image-logo-wedgets {
    width: 45px;
  }

  .dropdown-list.w--open {
    margin-top: 40px;
  }

  .why {
    padding-bottom: 40px;
  }

  .icon-why {
    width: 80px;
  }

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

  .heading-page-about-us {
    font-size: 30px;
    line-height: 36px;
  }

  .service-main-service {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .card-number {
    bottom: 5%;
    right: 15%;
  }

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

  .paragraph-service-info, .heading-service {
    text-align: center;
  }

  .section-service-process {
    padding-bottom: 40px;
  }

  .swiper-slide {
    width: 50%;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    right: -2%;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    left: -2%;
  }

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

  .heading-info-service-process {
    font-size: 20px;
    line-height: 26px;
  }

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

  .heading-faq-3 {
    font-size: 30px;
    line-height: 36px;
  }

  .paragraph-sub-landing-page {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 22px;
  }

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

  .heading-consult {
    font-size: 22px;
    line-height: 28px;
  }

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

  .div-block-social-media {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-contact-info {
    text-align: center;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .service-head-contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-contact {
    font-size: 54px;
    line-height: 60px;
  }

  .paragraph-sub-contact {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-social-n-contact {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-sub-contact-info {
    text-align: center;
  }

  .div-block-info {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .who-we-are {
    padding-bottom: 40px;
  }

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

  .heading-who-we-are {
    font-size: 26px;
    line-height: 32px;
  }

  .div-block-name {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .benefits {
    padding-bottom: 40px;
  }

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

  .number-content {
    text-align: center;
  }

  .paragraph-looking {
    font-size: 4vw;
  }

  .our-team {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-service-other {
    padding-bottom: 40px;
  }

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

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

  .div-block-head-service-other {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-service-other {
    margin-top: 5px;
    margin-bottom: 5px;
  }

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

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .heading-en-banner {
    font-size: 6vw;
    line-height: 1.5;
  }

  .heading-th-banner {
    text-align: center;
    font-size: 5vw;
  }

  .image-about-us-1 {
    width: 180px;
    margin-bottom: -130px;
    margin-left: -170px;
  }

  .div-block-color {
    width: 220px;
  }

  .image-about-us-2 {
    width: 140px;
    margin-left: 190px;
  }

  .image-about-us-3 {
    width: 140px;
    margin-top: -85px;
    margin-left: -127px;
  }

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

  .paragraph-about-us-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-text {
    margin-top: -45px;
    font-size: 36px;
    line-height: 42px;
  }

  .heading-text {
    font-size: 46px;
    line-height: 52px;
  }

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

  .tabs-menu {
    flex-flow: column;
  }

  .tab-link-tab-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-name-project {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-contact-cta {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

  .div-block-button-contact-cta:where(.w-variant-bb5d8f28-9e04-3376-9a19-c9c37013586d) {
    flex-flow: row;
  }

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

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

  .div-block-line-about-us {
    flex-flow: column;
  }

  .heading-33172 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .modal-body-restructuring-money-3 {
    width: 90%;
  }

  .heading-33173 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 7vw;
  }

  .widgets-contact-us {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .link-block-96 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 40px 20px;
  }

  .image-17850 {
    width: 40px;
    height: 40px;
  }

  .div-block-18333 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .close-modal-restructuring-money-2 {
    width: 35px;
    height: 35px;
  }

  .loader-wrapper {
    border-bottom-style: none;
    border-right-style: none;
  }

  .typedjs-multiple.heading-small {
    font-size: 18px;
    line-height: 28px;
  }

  .dropdown-toggle.w--open {
    margin-top: -50px;
  }

  .image-3 {
    width: 20px;
  }

  .card-icon-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .image-logo-wedgets {
    width: 40px;
  }

  .dropdown-list.w--open {
    margin-top: -50px;
    top: -280px;
  }

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

  .heading-page-about-us {
    font-size: 26px;
    line-height: 32px;
  }

  .service-main-service {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-number {
    right: 5%;
  }

  .card-number.color {
    bottom: 5%;
  }

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

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

  .swiper-slide {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 2.4rem;
    height: 2.4rem;
  }

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

  .faq-q-text-4 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-faq-3 {
    font-size: 26px;
    line-height: 32px;
  }

  .c-faq-icon, .c-faq-a-text, .c-faq-q-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-sub-landing-page {
    padding-left: 0;
    padding-right: 0;
  }

  .section-contact-form {
    padding-top: 10px;
  }

  .div-block-social-media {
    margin-bottom: 10px;
  }

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

  .service-head-contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-contact {
    font-size: 50px;
    line-height: 56px;
  }

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

  .div-block-contact-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-social-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .grid-40 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .look-at-this-partner {
    background-image: linear-gradient(180deg, #b4975999, #5b4c2d80 50%, var(--black)), url('../images/faq-bg-02.avif');
    background-attachment: scroll, scroll;
  }

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

  .paragraph-name-position {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-name-position.en {
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
    line-height: 22px;
  }

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

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

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

  .green-number {
    font-size: 26px;
    line-height: 32px;
  }

  .number-content {
    width: auto;
  }

  .large-numbers {
    font-size: 26px;
    line-height: 32px;
  }

  .image-icon-number {
    width: 35px;
  }

  .grid-44 {
    grid-template-columns: 3.5fr 1fr;
    margin-bottom: 0;
  }

  .paragraph-looking {
    font-size: 4.2vw;
  }

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

  .div-block-look-at {
    margin-top: 360px;
  }

  .paragraph-we-bring {
    font-size: 1.2vw;
  }

  .div-block-18353-copy {
    display: none;
  }

  .image-ct-footer-copy {
    width: 12px;
  }

  .div-block-looking {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .div-block-your-b {
    justify-content: flex-start;
    align-items: flex-end;
  }

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

  .heading-service-other {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-33181 {
    font-size: 20px;
  }

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

  .dbd-register {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .close-icon {
    width: 25px;
  }
}

#w-node-e5a443f5-e81b-30b6-873f-e7e956af6d2c-7a14a563, #w-node-cbb3bfaf-a7b1-9463-a853-adf91864c164-7a14a563, #w-node-d02e38f6-707b-c0f6-7347-6781fd378a56-7a14a563 {
  order: -9999;
}

#w-node-_8c1c1f05-d4e5-7e1f-65df-aecc52da5425-7a14a563 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d7438870-ef9d-b2b3-6e99-07d410a2e3eb-7a14a563, #w-node-_77c4d7da-3e0c-95a7-b6b3-d2b379ace4a0-7a14a563, #w-node-_45c0dce4-406c-8e47-b116-01541cc24ee3-7a14a563, #w-node-b01a8664-6f12-fb6f-7b0a-ad66e644c909-7a14a563 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c704b5f-7dbf-bdd2-a5b2-1dff0951b164-7a14a563 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-db30bc95-d70a-60ec-ce36-77547958e570-7958e565 {
  justify-self: center;
}

#w-node-db30bc95-d70a-60ec-ce36-77547958e58c-7958e565 {
  justify-self: end;
}

#w-node-_7c758cde-d5d1-ae74-faa6-00c9bc5ed418-2b446f4c, #w-node-_03793599-8b75-2354-5db1-00c2b180f7eb-2b446f4c, #w-node-e0cb1521-e59f-6d6a-a5a7-f30ecb92f24a-2b446f4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0df63d54-bdbe-445b-8b8a-4c675c747b56-2b446f4c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2b44278c-e953-b83d-68c1-277664cfba29-14df69c2, #w-node-_93e46a3c-b8df-0ca8-b552-980c4d65f10c-14df69c2, #w-node-f1bc3d03-2548-b1de-0d45-b09a2da9e54e-14df69c2, #w-node-_9ae3e6f1-161f-e959-2a6a-c98b98a3e800-14df69c2, #w-node-_03793599-8b75-2354-5db1-00c2b180f7eb-8d199d37, #w-node-e0cb1521-e59f-6d6a-a5a7-f30ecb92f24a-8d199d37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e312275-f6a3-b74d-8d08-87ee38874fe1-8d199d37 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_03793599-8b75-2354-5db1-00c2b180f7eb-f9983ce7, #w-node-e0cb1521-e59f-6d6a-a5a7-f30ecb92f24a-f9983ce7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6269975c-670c-8dad-6ad9-6b1329465625-f9983ce7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_71e42376-8c5c-d6af-b82d-d2b822288789-34600e6a {
  align-self: center;
}

#w-node-b6b03cd5-c7dc-d1f3-588c-8ec200dc4837-34600e6a, #w-node-_271f3eab-432b-6c2a-5266-c83f0f328b43-34600e6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d02e38f6-707b-c0f6-7347-6781fd378a56-7a14a563 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_51baf9a4-cbb6-9434-2f83-9c84aefb8a2d-7a14a563 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-db30bc95-d70a-60ec-ce36-77547958e569-7958e565 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-db30bc95-d70a-60ec-ce36-77547958e58c-7958e565 {
    justify-self: center;
  }

  #w-node-_0df63d54-bdbe-445b-8b8a-4c675c747b56-2b446f4c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5a172364-2e45-daf5-4166-6760aa1e95cc-2b446f4c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e312275-f6a3-b74d-8d08-87ee38874fe1-8d199d37 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5a172364-2e45-daf5-4166-6760aa1e95cc-8d199d37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6269975c-670c-8dad-6ad9-6b1329465625-f9983ce7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5a172364-2e45-daf5-4166-6760aa1e95cc-f9983ce7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0df63d54-bdbe-445b-8b8a-4c675c747b56-2b446f4c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f25a21ea-2477-83b0-dddd-202e162aa2e9-34600e6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-db30bc95-d70a-60ec-ce36-77547958e569-7958e565 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e0cb1521-e59f-6d6a-a5a7-f30ecb92f23b-2b446f4c {
    order: -9999;
  }

  #w-node-_3e312275-f6a3-b74d-8d08-87ee38874fe1-8d199d37 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_6269975c-670c-8dad-6ad9-6b1329465625-f9983ce7, #w-node-f25a21ea-2477-83b0-dddd-202e162aa2e9-34600e6a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_271f3eab-432b-6c2a-5266-c83f0f328b43-34600e6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


