:root {
  --drak-blue: #001c6b;
  --white: white;
  --gold: #e7b635;
  --blue: #009eff;
  --black: black;
}

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  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;
  }
}

.overflow {
  overflow: hidden;
}

.navbar-no-shadow {
  z-index: 999;
  background-color: #001c6b;
  position: fixed;
  inset: 0% 0% auto;
}

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

.container-regular {
  width: 100%;
  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: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s;
}

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

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

.nav-link.w--current {
  background-color: var(--gold);
  border-radius: 24px;
  box-shadow: 0 2px 5px #0003;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: var(--white);
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 16px;
  line-height: 22px;
}

.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 {
  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-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

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

.image {
  filter: drop-shadow(0 2px 5px #0003);
  width: 85px;
  height: auto;
}

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

.list-item {
  color: #333;
}

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

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

.icon {
  filter: drop-shadow(0 2px 5px #0003);
}

.div-block-break {
  z-index: 2;
  background-image: linear-gradient(50deg, #001c6bd9 10%, #001c6ba6 40%, #fff0 70%);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-contant-banner {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 40px;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}

.group-contant-banner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.paragraph-contant {
  color: var(--white);
  margin-bottom: 0;
  padding-right: 100px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.group-head-contant {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.line-contant {
  background-color: var(--gold);
  width: 4px;
  height: 100%;
}

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

.all-product {
  padding-top: 60px;
  padding-bottom: 100px;
}

.heading-page {
  color: var(--drak-blue);
  text-align: center;
  margin-top: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.container-all-product {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-page-product {
  color: var(--gold);
  text-align: center;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 38px;
}

.group-head-page {
  margin-bottom: 20px;
  display: block;
}

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

.group-product-home {
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  display: flex;
}

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

.group-button-contact:where(.w-variant-1e5bd16d-9501-3408-1ca2-d94dfcf8eea2) {
  justify-content: center;
  align-items: center;
}

.group-button-contact:where(.w-variant-7be2c676-5b3a-9b44-baa8-276b94e0fc04) {
  justify-content: flex-start;
  align-items: center;
}

.group-contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #06c755;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  box-shadow: 0 2px 5px #00000026;
}

.group-contact.tel {
  background-color: var(--drak-blue);
  background-image: linear-gradient(90deg, var(--drak-blue), var(--blue));
}

.group-contact.tel:where(.w-variant-8c232cbc-7c33-3604-3840-8812480c841e) {
  background-image: linear-gradient(90deg, var(--drak-blue), var(--blue));
}

.group-contact.tel.align-3 {
  background-color: var(--blue);
  background-image: none;
}

.group-contact.join {
  background-image: linear-gradient(225deg, #ba8945, var(--gold));
  padding-top: 12px;
  padding-bottom: 12px;
}

.group-contact.join:where(.w-variant-8c232cbc-7c33-3604-3840-8812480c841e) {
  background-image: linear-gradient(225deg, #ffcd49 45%, #e79524);
}

.group-contact.join.align-7 {
  background-image: linear-gradient(225deg, #ffcd49, #e79524);
}

.none {
  display: none;
}

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

.link-contact {
  color: var(--white);
  text-decoration: none;
  transition: all .3s;
}

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

.icon-contact {
  filter: invert();
  width: 28px;
  height: auto;
}

.icon-contact.width {
  width: 18px;
}

.icon-product {
  filter: brightness(180%);
  width: 60px;
  height: auto;
}

.heading-product {
  color: var(--drak-blue);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.link-product-home {
  color: #333;
  background-color: #fff;
  border-radius: 24px;
  text-decoration: none;
  box-shadow: 0 2px 5px #0003;
}

.about-us {
  padding-bottom: 80px;
}

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

.group-about-us {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.sub-paragraph-about-us {
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.heading-about-us {
  color: var(--drak-blue);
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 54px;
}

.paragraph-about-us {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

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

.text-en.color {
  color: #f0ae00;
}

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

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

.icon-correct {
  width: 18px;
  height: auto;
}

.group-correct-about-us {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-correct {
  color: var(--drak-blue);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.group-button-about-us {
  margin-top: 30px;
}

.image-6 {
  filter: invert();
  width: 15px;
  height: auto;
}

.link-see-more-about-us {
  color: #333;
  text-decoration: none;
  transition: all .3s;
}

.link-see-more-about-us:hover {
  transform: scale(1.05);
}

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

.image-about-us {
  border-radius: 24px;
  width: 510px;
  height: auto;
  box-shadow: 0 2px 5px #0003;
}

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

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

.group-slide-promotion {
  padding: 20px;
  overflow: hidden;
}

.image-cover-promotion {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  height: auto;
}

.card-slide-rec-plan {
  background-color: #fff;
  border-radius: 24px;
}

.heading-rec-plan {
  color: var(--gold);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.card-lable-deal {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin: 20px;
  padding: 5px 10px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 2px 5px #0003;
}

.card-content-slide-promotion {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 20px;
  display: flex;
}

.heading-slides-promotion {
  color: var(--drak-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.card-cover-deal {
  position: relative;
}

.slide-rec-plan {
  width: 100%;
  height: auto;
  margin-right: 20px;
}

.mask-2 {
  width: 360px;
  height: auto;
  overflow: visible;
}

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

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

.paragraph-slides-promotion {
  color: #8d8d8d;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.link-slide-rec-plan {
  color: #333;
  text-decoration: none;
  transition: all .3s;
}

.link-slide-rec-plan:hover {
  transform: scale(1.05);
}

.button-see-more-plan {
  color: var(--drak-blue);
  background-color: #fff;
  border-radius: 100px;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}

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

.recommended-plan {
  background-color: var(--drak-blue);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.paragraph-map-deal {
  color: #fff;
  border-radius: 100px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.paragraph-rec-plan {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.icon-map-deal {
  width: 20px;
  height: auto;
}

.slider-promotion {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.sub-paragraph-rec-plan {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.icon-3 {
  filter: drop-shadow(0 2px 5px #0003);
  font-size: 30px;
}

.cta-smile {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

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

.group-cta-smile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.group-cta-smile.no-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

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

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

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

.image-cta-smile {
  border-radius: 20px;
  display: block;
  position: relative;
}

.image-cta-smile.text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--drak-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

.image-cta-smiles {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 180px;
}

.image-cta-smiles.head {
  object-position: 50% 30%;
  height: 160px;
}

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

.group-image-cta-smile {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.paragraph-smile {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.icon-smile {
  filter: invert();
  width: 60px;
  height: auto;
  margin-top: 10px;
}

.fade-white-head {
  background-image: linear-gradient(#fffffff2, #0000 40%);
  position: absolute;
  inset: 0%;
}

.fade-white-down {
  background-image: linear-gradient(#0000 60%, #fffffff2);
  position: absolute;
  inset: 0%;
}

.heading-cta-smile {
  color: var(--drak-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.sub-paragraph-cta-smile {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.sub-paragraph-cta-smile.gold {
  color: var(--blue);
}

.line-about-us {
  background-color: var(--gold);
  width: 60%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.line-about-us._2 {
  background-color: var(--white);
  margin-bottom: 0;
}

.paragraph-cta-smile {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.team-899-planner {
  background-image: linear-gradient(200deg, #009eff, #001b68 90%);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.sub-paragraph-head-head-section {
  color: var(--gold);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

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

.heading-head-head-section {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.heading-head-head-section.color {
  color: var(--drak-blue);
}

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

.group-head-review {
  background-color: var(--drak-blue);
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 20px 25px;
  display: flex;
}

.review-highlight-header {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.review-us-on-google {
  background-color: var(--blue);
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 22px;
  transition: all .3s;
}

.review-us-on-google:hover {
  transform: scale(1.05);
}

.paragraph-36 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.review-google {
  padding-top: 80px;
  padding-bottom: 80px;
}

.name-star-review {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

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

.review-highlight-date {
  color: #f3f3f380;
}

.review-highlight-date.en {
  font-family: Poppins, sans-serif;
}

.review-highlight-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--drak-blue);
  color: #333;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.review-highlight-link:hover {
  transform: scale(1.05);
}

.review-highlight-profile {
  object-fit: cover;
  border-radius: 100px;
  width: 40px;
  height: auto;
}

.review-highlight-name {
  color: var(--white);
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.review-highlight-name.size {
  color: var(--white);
  font-size: 22px;
  line-height: 28px;
}

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

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

.review-group {
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-35 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.review-name-flex {
  margin-bottom: 5px;
}

.slider-2 {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.icon-4 {
  filter: drop-shadow(0 2px 5px #0003);
  margin-right: 10px;
  font-size: 30px;
}

.icon-5 {
  filter: drop-shadow(0 2px 5px #00000080);
  margin-left: 10px;
  font-size: 30px;
}

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

.mask-3, .slide-2 {
  width: 100%;
  height: auto;
}

.slide-nav {
  margin-bottom: -30px;
  font-size: 10px;
}

.container-form {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.logo-icon {
  filter: invert();
  width: 25px;
  height: auto;
}

.language-list {
  background-color: #d99f9f;
  inset: 0% 0% auto auto;
}

.language-list.w--open {
  background-color: #036;
  background-image: linear-gradient(135deg, var(--drak-blue), var(--blue));
  opacity: 1;
  border-radius: 20px;
  width: 100%;
  height: auto;
  padding: 8px 15px;
  inset: auto 0% 105%;
  box-shadow: 14px 14px 45px 19px #4f5e781a;
}

.card-icon-widgets {
  cursor: pointer;
  align-items: center;
  width: 100%;
  min-height: 55px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.langauge-line-base {
  background-color: #9b9eb838;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.language-link {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 55px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: #fff;
}

.text-block-6 {
  color: #fff;
  font-family: Prompt, sans-serif;
  line-height: 22px;
}

.text-block-6:hover {
  color: #fff;
}

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

.lottie-animation {
  filter: brightness(116%) hue-rotate(90deg);
  width: 35px;
  height: auto;
  margin-top: 5px;
}

.language-section {
  z-index: 999;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.language-dropdown {
  z-index: 500;
  position: static;
}

.language-toggle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--drak-blue), var(--blue));
  color: #fff;
  border: 1px #9b9eb838;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 20px;
  font-size: 16px;
  line-height: 22px;
  transition: all .2s;
  display: flex;
  top: 0;
  right: auto;
  box-shadow: 0 0 15px -3px #009eff80;
}

.language-toggle:hover {
  transform: scale(1.05);
  box-shadow: 1px 1px 5px #00b1b180;
}

.language-toggle.w--open {
  background-color: #f7db15;
  right: auto;
}

.flag-icon {
  border-radius: 100px;
  margin-right: 5px;
}

.langauge-line-break {
  background-color: #00b1b1;
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.form {
  background-image: linear-gradient(135deg, var(--drak-blue), #0530b1);
  padding-top: 20px;
  position: relative;
  overflow: hidden;
}

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

.group-form {
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.sub-paragraph-form {
  color: var(--white);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.heading-form {
  color: var(--gold);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 500;
  line-height: 44px;
}

.faq {
  background-color: #fafafa;
  background-image: linear-gradient(0deg, #ffffff80, #ffffff0d), url('../images/bg-faq.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

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

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

.c-faq {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.faq-vesta {
  color: #333;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.c-faq-q {
  background-color: var(--drak-blue);
  border-radius: 14px;
  align-items: center;
  font-size: 1.2px;
  line-height: 1.6px;
  display: flex;
}

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

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

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

.c-faq-item {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 1.2em;
  line-height: 1.6em;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.c-faq-item:hover {
  box-shadow: 0 2px 5px #090e4433;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
  display: none;
}

.c-faq-q-text {
  background-color: var(--drak-blue);
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  flex: 1;
  padding: 20px 30px;
  font-size: 16px;
  line-height: 22px;
}

.footer {
  background-color: #001f75;
  background-image: linear-gradient(135deg, var(--drak-blue) 40%, #0530b1);
  padding-top: 60px;
}

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

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

.logo-footer {
  width: 100px;
  height: auto;
}

.heading-footer {
  color: var(--gold);
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

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

.copyright {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.code-copyright {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.group-footer {
  display: block;
}

.heading-menu-footer {
  color: var(--gold);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.link-menu-footer {
  color: var(--white);
  text-decoration: none;
  transition: all .3s;
}

.link-menu-footer:hover, .link-menu-footer.w--current {
  color: var(--gold);
}

.paragraph-menu-footer {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph-menu-footer.en {
  font-family: Poppins, sans-serif;
}

.group-menu-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-logo-footer {
  display: inline-block;
}

.link-block-4-copy {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.icon-footer {
  filter: invert();
  width: 23px;
  height: auto;
}

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

.link-block-97 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(225deg, var(--drak-blue), var(--blue));
  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;
}

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

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

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

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

.modal-body-restructuring-money-3 {
  border-radius: 24px;
  width: 450px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 5px #0003;
}

.heading-33183 {
  color: #3e4ea1;
  margin-top: 10px;
  font-family: Varela, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.div-block-18350 {
  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;
}

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

.i-mage-curve-banner {
  z-index: 2;
  width: 100%;
  height: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.slide-nav-2 {
  z-index: 3;
  font-size: 10px;
}

.gruop-block-about-us {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--drak-blue);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  position: absolute;
  inset: 5% auto auto -13%;
  box-shadow: 0 2px 5px #0003;
}

.gruop-block-about-us._1 {
  inset: auto -10% 18% auto;
}

.paragraph-10-year {
  color: var(--gold);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 66px;
}

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

.div-block-year {
  background-color: var(--drak-blue);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 190px;
  height: auto;
  padding: 30px 20px 30px 30px;
  display: flex;
  position: absolute;
  inset: auto auto 5% -15%;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-block-about-us {
  color: var(--white);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

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

.group-code-embed {
  background-color: var(--white);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 30px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.code-embed {
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
}

.group-bt-about-us {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--blue);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 12px 25px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.group-head-rec-plan {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.container.blog {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 900px;
  padding-right: 30px;
  display: flex;
}

.container.blog.contact {
  justify-content: center;
  align-items: center;
}

.paragraph-team-899-planner {
  color: #ffcd49;
  text-align: center;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.sub-heading-team-899-planner {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

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

.div-block-899-planner-team {
  border-radius: 20px;
  display: block;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.image-899-team {
  border-radius: 20px;
  width: 100%;
  height: auto;
  transition: all .3s;
}

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

.div-block-awrad-899-planner {
  margin-top: 0;
}

.mask-4 {
  width: 100%;
  height: auto;
  padding: 10px 35px 10px 5px;
}

.slide-3 {
  border-radius: 20px;
  width: 24.4%;
  height: auto;
  margin-right: 20px;
  box-shadow: 0 2px 5px #0003;
}

.slider-3 {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.image-awrad-899-planner {
  border-radius: 20px;
  width: 100%;
  height: auto;
  transition: all .3s;
}

.image-awrad-899-planner:hover {
  transform: scale(1.05);
}

.icon-6 {
  filter: drop-shadow(0 2px 5px #000000b3);
  font-size: 30px;
}

.div-block-head-team-899-planner {
  margin-bottom: 20px;
  display: block;
}

.div-block-buttoon-join-team {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-buttoon-join-team:where(.w-variant-8c232cbc-7c33-3604-3840-8812480c841e), .div-block-buttoon-join-team.align {
  justify-content: flex-start;
  align-items: center;
}

.slide-nav-3 {
  font-size: 10px;
}

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

.image-about-899 {
  filter: drop-shadow(0 2px 5px #0006);
  width: 310px;
  height: auto;
}

.group-about-899 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.image-form-bg {
  filter: drop-shadow(5px 0 5px #0003);
  width: 80%;
  height: auto;
}

.video {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.slide-nav-4 {
  margin-bottom: -40px;
  font-size: 10px;
}

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

.join-our-team {
  padding-top: 80px;
  padding-bottom: 100px;
}

.sub-paragraph-join-our-team {
  color: var(--gold);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.heading-join-our-team {
  color: var(--drak-blue);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 340px;
  padding-right: 340px;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.heading-join-our-team.margin {
  margin-top: 0;
}

.heading-join-our-team.no-margin, .heading-join-our-team.no-margin-copy {
  margin-bottom: 0;
}

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

.div-block-head-join-our-team {
  margin-bottom: 20px;
  display: block;
}

.div-block-join-our-team {
  background-color: var(--drak-blue);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 10px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-join-our-team:hover {
  transform: scale(1.05);
}

.heading-join-team {
  color: #ffcd49;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.icon-join-our-team {
  filter: brightness(0%) invert();
  width: 70px;
  height: auto;
}

.cta-899 {
  background-color: var(--drak-blue);
  background-image: linear-gradient(180deg, var(--drak-blue), #002aa2);
}

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

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

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

.heading-cta-899 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

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

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

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

.image-cta-899 {
  filter: drop-shadow(0 -5px 5px #0003);
  width: 350px;
  height: auto;
  margin-top: -40px;
}

.div-block-image-cta-899 {
  text-align: center;
}

.youtube {
  width: 80%;
  height: auto;
}

.banner-about {
  background-image: url('../images/slider-1-demo01.png'), linear-gradient(135deg, var(--drak-blue) 60%, var(--gold));
  background-position: 0%, 0 0;
  background-size: cover, auto;
  padding-top: 100px;
}

.about-section {
  background-image: linear-gradient(180deg, var(--white), #fff0 20%), url('../images/bg-faq.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.grid-about-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.heading-about-section {
  color: var(--drak-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 34px;
  font-weight: 500;
  line-height: 44px;
}

.paragraph-sub-about {
  color: var(--gold);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.image-cover-about-section {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.grid-image-about-cover {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

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

.bold-text {
  color: var(--drak-blue);
  font-weight: 600;
}

.bold-text.colour {
  color: var(--blue);
}

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

.grid-banner-about {
  grid-template-rows: auto;
}

.image-cover-banner {
  width: 100%;
  height: auto;
}

.heading-banner {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.paragraph-sub-banner-about {
  color: var(--gold);
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.paragraph-cover-banner {
  color: var(--white);
  padding-right: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.card-image-banner-about {
  position: relative;
}

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

.section-why-us {
  background-image: linear-gradient(135deg, var(--gold), #001c6b 40%, var(--drak-blue) 50%, #0530b1);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.card-detail-why-us {
  background-image: linear-gradient(135deg, var(--drak-blue), var(--blue));
  border-radius: 24px;
  padding: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.heading-why {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-sub-why {
  color: var(--gold);
  text-align: center;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

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

.card-description-why-us {
  background-image: linear-gradient(#fff0 50%, #001244 90%);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-head-pages {
  margin-bottom: 20px;
}

.heading-why-us {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.paragraph-sub-why-us {
  color: var(--gold);
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.paragraph-sub-why-us.th {
  font-family: Prompt, sans-serif;
}

.container-work-with-us {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.section-work-with-us {
  background-image: url('../images/bg-faq.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 20px;
}

.paragraph-sub-work {
  color: var(--drak-blue);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.heading-work {
  color: var(--drak-blue);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.heading-work-with-us {
  color: var(--drak-blue);
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.icon-work-with-us {
  width: 60px;
  height: auto;
}

.card-work-with-us {
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  box-shadow: 0 6px 20px -9px #0003;
}

.paragraph-work-with-us {
  font-size: 16px;
}

.container-brake-work {
  background-color: var(--drak-blue);
  border-radius: 24px;
  max-width: 1200px;
  margin-top: 80px;
  padding-left: 60px;
  padding-right: 60px;
}

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

.card-detail-brake-work {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-brake-work {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 48px;
}

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

.card-image-brake-work {
  text-align: center;
  display: flex;
}

.image-brake-work {
  filter: drop-shadow(0 -5px 5px #0003);
  width: 350px;
  height: auto;
  margin-top: -50px;
  display: block;
}

.section-banner-product {
  background-image: linear-gradient(90deg, var(--drak-blue), #fff0 80%), url('../images/banner-product-demo-edit.webp');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  margin-top: 90px;
  padding-top: 180px;
  padding-bottom: 180px;
}

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

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

.section-all-product {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-all-product-page {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-1 {
  text-align: center;
  background-color: #ddd0;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.tab-link-tab-1:hover {
  background-color: var(--drak-blue);
  color: var(--white);
  transform: scale(1.05);
}

.tab-link-tab-1.w--current {
  background-color: var(--drak-blue);
  width: 100%;
  height: auto;
  box-shadow: none;
  color: var(--white);
  border-radius: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

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

.icon-product-tab {
  filter: invert() brightness(200%);
  width: 50px;
  height: auto;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 10px 0;
  display: flex;
}

.image-cover-products {
  object-fit: cover;
  object-position: 50% 50%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  height: auto;
}

.heading-products {
  color: var(--drak-blue);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.paragraph-sub-products {
  color: #8d8d8d;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

.card-detail-products {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.paragraph-tag-products {
  background-color: var(--gold);
  color: var(--white);
  border-radius: 100px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  padding: 6px 15px;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 2px 5px #0003;
}

.card-image-cover-products {
  position: relative;
}

.icon-correct-product {
  width: 25px;
  height: auto;
}

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

.paragraph-condition {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.card-product {
  border-radius: 24px;
  box-shadow: 0 7px 10px -5px #0003;
}

.tab-pane-tab-1 {
  padding: 20px 10px;
}

.card-icon-products {
  border-style: solid;
  border-width: 2px 3px 3px;
  border-color: var(--gold);
  background-color: var(--drak-blue);
  border-radius: 100px;
  margin-bottom: 10px;
  padding: 8px;
  display: inline-block;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-sub-banner-product {
  color: var(--gold);
  font-size: 26px;
  line-height: 32px;
}

.paragraph-sub-banner-product.en {
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
}

.button-product {
  background-image: linear-gradient(135deg, var(--drak-blue), var(--blue));
  text-align: center;
  border-radius: 1000px;
  margin-top: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 22px;
  transition: all .3s;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.button-product:hover {
  background-image: linear-gradient(135deg, var(--blue), var(--drak-blue));
  transform: scale(1.05);
}

.section-why-us-service {
  background-image: linear-gradient(135deg, var(--drak-blue), #0530b1);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.grid-why-us-service {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-benefits {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.icon-benefits {
  width: 100px;
  height: auto;
}

.card-benefits {
  background-color: var(--drak-blue);
  text-align: center;
  border-radius: 24px;
  padding: 20px;
  transition: all .3s;
  box-shadow: 0 11px 20px -6px #0003;
}

.card-benefits:hover {
  box-shadow: 0 17px 20px -17px var(--blue);
  transform: scale(1.05);
}

.card-icon-benefits {
  background-image: linear-gradient(135deg, #0530b1, var(--drak-blue));
  border-radius: 100px;
  padding: 8px;
  display: inline-block;
  box-shadow: 0 16px 10px -10px #0003;
}

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

.paragraph-faqs {
  color: var(--drak-blue);
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

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

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

.card-faqs {
  margin-bottom: 40px;
}

.faq-vesta-2 {
  color: #333;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

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

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

.faq-section {
  background-image: url('../images/bg-faq.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  position: relative;
}

.card-condition-services {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
}

.card-condition-services.faq-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
  padding: 0;
  display: flex;
}

.paragraph-sub-faqs {
  color: var(--gold);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

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

.c-faq-item-2 {
  border-bottom: 1px solid #0000001a;
  border-left: 3px solid var(--drak-blue);
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.faq-divider-2 {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

.c-faq-q-text-2 {
  flex: 1;
  padding: 20px;
  font-size: 16px;
  line-height: 22px;
}

.image-faqs {
  filter: drop-shadow(5px 0 5px #0003);
  width: 80%;
  height: auto;
}

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

.banner-contact-us {
  background-image: linear-gradient(90deg, var(--drak-blue), #fff0 80%), url('../images/banner-product-demo-edit2.webp');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  margin-top: 90px;
  padding-top: 180px;
  padding-bottom: 180px;
}

.banner-contact-us.blog {
  background-image: linear-gradient(90deg, var(--drak-blue), #fff0 80%), url('../images/banner-blog.webp');
}

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

.grid-banner-contact {
  grid-template-rows: auto;
}

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

.section-contact-us {
  background-image: url('../images/bg-faq.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.paragraph-head-contact {
  color: var(--drak-blue);
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

.heading-detail-contact {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 140px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.image-contact {
  filter: invert();
  width: 30px;
  height: auto;
}

.card-icon {
  background-image: linear-gradient(135deg, var(--drak-blue), var(--blue));
  border-radius: 100px;
  padding: 8px;
  display: inline-block;
  box-shadow: 0 2px 5px #0003;
}

.card-button-contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  transition: all .3s;
  display: flex;
}

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

.paragraph-icon-contact {
  color: var(--black);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-icon-contact.en {
  font-family: Poppins, sans-serif;
}

.link-block-click {
  color: var(--drak-blue);
  text-decoration: none;
}

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

.container-partner {
  max-width: 1200px;
  margin-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.image-cover-partner {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.paragraph-cover-partner {
  color: var(--white);
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}

.card-text-image-partner {
  background-image: linear-gradient(180deg, #fff0 45%, var(--drak-blue) 90%);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-image-cover-partner {
  border-radius: 24px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.heading-recruit {
  color: var(--drak-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph-sub-recruit {
  color: var(--drak-blue);
  font-size: 18px;
  line-height: 24px;
}

.paragraph-recruit {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.image-icon-recruit {
  filter: invert();
  width: 40px;
  height: auto;
}

.card-icon-recruit {
  background-image: linear-gradient(135deg, var(--drak-blue), var(--blue));
  border-radius: 16px;
  padding: 10px;
  display: inline-block;
  box-shadow: 0 2px 5px #0003;
}

.card-icon-cv-recruit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 16px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-detail-recruit {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-icon-recruit {
  color: var(--blue);
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.group-form-image {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.paragraph-49 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.sub-heading-promotion {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

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

.blogs {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-18362 {
  object-fit: cover;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.container-copyright {
  background-color: #001c6b;
  max-width: 100%;
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.heading-contact-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

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

.heading-contact-footer {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.heading-contact-footer.en {
  font-family: Poppins, sans-serif;
}

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

.div-block-first-fa {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(135deg, var(--drak-blue) 53%, var(--gold));
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.heading-info-financial-advisor {
  color: var(--white);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.heading-info-financial-advisor.margin {
  margin-top: 0;
  margin-bottom: 10px;
}

.heading-info-financial-advisor.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

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

.paragraph-50.margin {
  margin-top: 5px;
}

.div-block-number-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-number-text.gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

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

.green-number-2 {
  color: #fbf9fc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.green-number-2.d {
  margin-left: 5px;
  margin-right: 0;
}

.green-number-2.a {
  margin-right: 0;
}

.large-numbers {
  color: #fff;
  font-family: Prompt, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

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

.div-block-info-fa {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--drak-blue);
  border-radius: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: grid;
  box-shadow: 0 2px 5px #0003;
}

.icon-info-fa {
  filter: invert();
  width: 40px;
  height: auto;
}

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

.heading-sub-fa {
  color: var(--white);
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.green-number-3 {
  color: #fbf9fc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 2px;
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
}

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

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

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

.financial-advisor {
  padding-top: 80px;
  padding-bottom: 80px;
}

.cta-fa {
  background-image: linear-gradient(80deg, #001c6bd9 30%, #fff0 90%), url('../images/bg-899.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 140px;
  padding-bottom: 140px;
}

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

.sub-paragraph-cta {
  color: var(--gold);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.heading-cta-fa {
  color: var(--white);
  margin-top: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 48px;
}

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

.paragraph-52 {
  font-size: 16px;
}

.paragraph-cta-fa {
  color: var(--white);
  padding-right: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.heading-33189 {
  color: var(--gold);
  font-weight: 500;
}

.container-growth-with-us {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.growth-with-us {
  background-image: linear-gradient(270deg, var(--white), #fff0 50%), url('../images/banner-background-899-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.image-growth-with-us {
  filter: drop-shadow(8px 12px 5px #00000026);
  width: 100%;
  height: auto;
}

.heading-growth-with-us {
  color: var(--drak-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
}

.paragraph-growth-with-us {
  color: var(--drak-blue);
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
}

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

.div-block-number-growth-with-us {
  background-color: var(--gold);
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-info-growth-with-us {
  background-color: var(--drak-blue);
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.heading-number-growth-with-us {
  color: var(--drak-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 54px;
}

.heading-info-growth-with-us {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

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

.div-block-image-growth-with-us {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.sub-paragraph-growth-with-us {
  background-color: var(--gold);
  color: var(--drak-blue);
  text-transform: uppercase;
  border-radius: 100px;
  margin-bottom: 10px;
  padding: 8px 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.container-join-899 {
  z-index: 10;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.join-899 {
  background-color: var(--drak-blue);
  background-image: linear-gradient(315deg, #0530b1, var(--drak-blue) 70%);
  position: relative;
  overflow: hidden;
}

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

.image-join-899 {
  filter: drop-shadow(0 2px 5px #0003);
  width: 90%;
  height: auto;
}

.div-block-18371 {
  background-color: var(--gold);
  width: 100%;
  height: 75px;
  margin-top: -75px;
}

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

.heading-name-tag {
  color: var(--drak-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.heading-name-tag._1 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.heading-join-899 {
  color: var(--white);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.paragraph-position {
  color: var(--drak-blue);
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.div-block-join-899 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.sub-paragraph-join-899 {
  background-color: var(--gold);
  color: var(--white);
  border-radius: 100px;
  margin-bottom: 0;
  padding: 6px 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-name-tag {
  background-color: var(--gold);
  border-radius: 12px;
  margin-bottom: 40px;
  padding: 10px 20px;
  position: absolute;
  inset: auto auto 5%;
  box-shadow: 0 2px 5px #0003;
}

.div-block-name-tag._1 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: 0% auto auto 0%;
}

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

.image-bg-section {
  opacity: .13;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.div-block-icon-fa {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.icon-financial-advisor {
  filter: invert();
  width: 80px;
  height: auto;
}

.behind-899 {
  padding-bottom: 80px;
}

.link-139 {
  color: #fff;
  text-decoration: none;
}

.image-slider {
  cursor: pointer;
  width: 100%;
  height: auto;
  transition: all .4s;
}

.left-arrow {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slide-nav-5 {
  font-size: 10px;
}

.div-block-next-back {
  background-color: #001c6b80;
  border-radius: 100px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .3s;
}

.div-block-next-back:hover {
  background-color: #001c6bcc;
  transform: scale(1.05);
}

.div-block-next-back.next {
  background-color: #001c6b80;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-next-back.next:hover {
  background-color: #001c6bcc;
}

.slider-4 {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.container-13 {
  color: #fff;
  text-align: left;
  max-width: 1200px;
  margin-top: 20px;
}

.paragraph-23 {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.slide-4 {
  width: 33%;
  height: auto;
  margin-right: 10px;
}

.image-icon-next-back {
  filter: invert();
  width: 30px;
  height: auto;
}

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

.heading-financial-advisor {
  color: var(--drak-blue);
  text-align: center;
  margin-top: 0;
  font-size: 34px;
  font-weight: 500;
  line-height: 44px;
}

.paragraph-behind-899 {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

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

.text-span-5, .text-span-6 {
  color: var(--gold);
  font-family: Poppins, sans-serif;
}

.grid-25 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  margin-bottom: 20px;
}

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

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

.div-block-18377 {
  border-radius: 24px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.image-management {
  border-radius: 24px;
  width: 100%;
  height: auto;
  transition: all .3s;
}

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

.div-block-management {
  border-radius: 24px;
  display: block;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

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

.banner-team {
  background-image: linear-gradient(90deg, var(--drak-blue), #fff0 80%), url('../images/bg-bn-team.avif');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  margin-top: 90px;
  padding-top: 180px;
  padding-bottom: 180px;
}

.banner-team.blog {
  background-image: linear-gradient(90deg, var(--drak-blue), #fff0 80%), url('../images/banner-blog.webp');
}

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

.management-team {
  background-image: linear-gradient(90deg, #0000 70%, #fff), linear-gradient(#0000 70%, #fff), linear-gradient(#fff, #0000 30%), url('../images/banner-background-899-1.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll;
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-management {
  color: var(--drak-blue);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.sub-paragraph-proud-moments {
  color: var(--gold);
  text-align: center;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

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

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

.proud-moments {
  padding-top: 80px;
  padding-bottom: 80px;
}

.lightbox-link {
  border-radius: 24px;
  width: 100%;
  height: auto;
  position: relative;
}

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

.button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.play-button {
  z-index: 2;
  background-color: #fa183d00;
  background-image: linear-gradient(45deg, var(--drak-blue) 18%, #0038d6);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding: 18px 20px 18px 28px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.play-button:hover {
  background-color: #dd1233;
}

.play-icon {
  border-top: 20px solid #0000;
  border-bottom: 20px solid #0000;
  border-left: 31px solid #fff;
  width: 0;
  height: 0;
}

.play-button-pulse {
  z-index: 1;
  background-color: #1487f080;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(0, -50%)translate(-50%);
}

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

.awards {
  background-image: linear-gradient(90deg, var(--drak-blue) 50%, #001c6b1a), url('../images/bg-video.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.heading-awards {
  color: var(--gold);
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

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

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

.heading-proud-moments {
  color: var(--drak-blue);
  text-align: center;
  margin-top: 0;
  font-size: 34px;
  font-weight: 500;
  line-height: 44px;
}

.paragraph-proud-moments {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

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

.div-block-18382 {
  background-color: var(--gold);
  width: 100%;
  height: 20px;
  margin-bottom: 60px;
}

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

.paragraph-cover-bn {
  color: var(--white);
  padding-right: 120px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-video-awards {
  display: block;
}

.keyword {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-33190 {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.image-dbd {
  width: 90px;
  height: auto;
  padding: 5px;
}

.div-block-dbd {
  margin-top: 10px;
}

.link-dbd {
  background-color: var(--white);
  border-radius: 10px;
}

.blog-section-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-section-grid.hidden {
  display: none;
}

.blog-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #333;
  text-align: center;
  background-color: #f6fcff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.blog-card:hover {
  filter: drop-shadow(0 0 13px #d6d6d6);
}

.blog-card.related {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.blog-banner {
  width: 100%;
  height: auto;
}

.blog-card-date {
  text-align: left;
  margin-bottom: 5px;
  margin-left: 10px;
  font-size: 12px;
  line-height: 18px;
}

.blog-card-date.related {
  margin-bottom: 0;
  margin-left: 0;
}

.blog-card-name {
  margin: 0 20px;
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
}

.blog-card-name.related {
  margin-top: 10px;
}

.blog-card-text {
  margin-left: 20px;
  margin-right: 20px;
}

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

.blog-header-flex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
}

.blog-header {
  width: 100%;
  max-width: 900px;
  height: auto;
}

.blog-date {
  align-self: flex-start;
}

.blog-heading {
  padding-right: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 47px;
}

.blog-heading.h2 {
  margin-top: 40px;
  font-size: 30px;
  line-height: 37px;
}

.blog-heading.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 27px;
}

.blog-header-text {
  justify-content: flex-start;
  align-items: flex-start;
}

.blog-text {
  clear: none;
  max-width: 800px;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 24px;
}

.link-blog {
  color: var(--blue);
  font-weight: 600;
  text-decoration: none;
}

.blog-h2-heading {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
}

.inline-break-span {
  display: inline-block;
}

.blog-list {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.blog-list.faq-set {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
}

.blog-text-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: stretch;
  width: 100%;
}

.blog-content-image {
  filter: drop-shadow(0 7px 10px #0000004d);
  border: 7px solid #fff;
  align-self: center;
  width: 600px;
  height: auto;
}

.faq-warpper {
  border-bottom: 2px solid #e2e2e2;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.faq-question {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.faq-question-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}

.faq-more-icon {
  width: 30px;
}

.faq-answer {
  width: 100%;
}

.faq-answer-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
}

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

.blog-contact-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
}

.blog-contact-flex {
  justify-content: space-between;
  align-items: center;
  width: 80%;
}

.blog-contact-button.dropdown {
  padding: 0;
}

.blog-contact-icon {
  width: 80px;
  height: auto;
}

.dropdown-cover {
  margin-left: 0;
  margin-right: 0;
}

.blog-contact-dropdown-list.w--open {
  filter: drop-shadow(0 3px 4px #0006);
  background-color: #fff;
  border-radius: 10px;
  top: 85px;
}

.contact-dropdown-link {
  color: var(--blue);
}

.related-article-heading {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

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

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

.image-17872 {
  text-align: left;
  text-decoration: none;
}

.div-block-18384 {
  align-self: center;
}

.blog-tab-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.blog-tab-button {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 5px 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
  display: flex;
}

.blog-tab-button:hover {
  background-color: var(--blue);
  color: var(--white);
}

.blog-tab-button.w--current {
  background-color: var(--drak-blue);
  color: var(--white);
}

@media screen and (min-width: 1440px) {
  .image-slider:hover {
    transform: none;
  }
}

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

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--drak-blue);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }

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

  .menu-button {
    color: #fff;
    padding: 12px;
    font-size: 30px;
  }

  .menu-button.w--open {
    background-color: var(--drak-blue);
  }

  .banner {
    margin-top: 90px;
  }

  .image-banner {
    height: 50vh;
  }

  .icon {
    font-size: 30px;
  }

  .heading-contant-banner {
    text-align: center;
    padding-right: 0;
    font-size: 32px;
    line-height: 42px;
  }

  .group-contant-banner {
    justify-content: center;
    align-items: center;
  }

  .paragraph-contant {
    text-align: center;
    padding-left: 70px;
    padding-right: 70px;
  }

  .group-head-contant {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .all-product {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .group-button-contact {
    flex-flow: column;
  }

  .group-button-contact:where(.w-variant-7be2c676-5b3a-9b44-baa8-276b94e0fc04) {
    flex-flow: row;
  }

  .paragraph-contact, .paragraph-contact:where(.w-variant-7be2c676-5b3a-9b44-baa8-276b94e0fc04) {
    font-size: 16px;
    line-height: 22px;
  }

  .icon-contact {
    width: 22px;
  }

  .icon-contact.width {
    width: 18px;
  }

  .icon-product {
    width: 50px;
  }

  .heading-product {
    margin-top: 10px;
  }

  .link-product-home {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .heading-about-us {
    font-size: 28px;
    line-height: 38px;
  }

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

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

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

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

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

  .heading-rec-plan {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-slides-promotion {
    font-size: 20px;
  }

  .slide-rec-plan {
    width: 100%;
  }

  .mask-2 {
    width: 50%;
  }

  .container-rec-plan, .button-see-more-plan {
    padding-left: 20px;
    padding-right: 20px;
  }

  .recommended-plan {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-rec-plan {
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
    font-size: 16px;
    line-height: 22px;
  }

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

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

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

  .group-cta-smile.no-center {
    justify-content: center;
    align-items: center;
  }

  .image-cta-smiles {
    height: 160px;
  }

  .image-cta-smiles.head {
    height: 140px;
  }

  .icon-smile {
    width: 50px;
  }

  .heading-cta-smile {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
  }

  .paragraph-cta-smile {
    text-align: center;
  }

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

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

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

  .review-google {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .language-list.w--open {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .card-icon-widgets {
    min-height: 45px;
  }

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

  .lottie-animation {
    width: 35px;
  }

  .language-toggle {
    top: 0;
  }

  .flag-icon {
    margin-right: 10px;
  }

  .group-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-form {
    font-size: 2.86vw;
    line-height: 3.86vw;
  }

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

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

  .faq-q-text-3 {
    font-size: 16px;
  }

  .faq-vesta {
    font-size: 14px;
    line-height: 20px;
  }

  .c-faq-q {
    border-radius: 12px;
  }

  .c-faq-icon {
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-faq-item {
    border-radius: 12px;
  }

  .c-faq-q-text {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 10px 20px;
  }

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

  .logo-footer {
    width: 80px;
  }

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

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

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

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

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

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

  .gruop-block-about-us {
    top: 15%;
    left: -14%;
  }

  .gruop-block-about-us._1 {
    right: -6%;
  }

  .paragraph-10-year {
    font-size: 42px;
    line-height: 48px;
  }

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

  .div-block-year {
    width: auto;
    height: auto;
    padding: 20px;
    bottom: 5%;
    left: -25%;
  }

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

  .icon-about-us {
    width: 25px;
  }

  .group-code-embed {
    padding: 20px;
  }

  .group-head-rec-plan {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-team-899-planner {
    font-size: 30px;
    line-height: 36px;
  }

  .sub-heading-team-899-planner {
    font-size: 26px;
    line-height: 32px;
  }

  .div-block-899-planner-team, .image-899-team {
    border-radius: 20px;
  }

  .slide-3 {
    border-radius: 20px;
    width: 33%;
  }

  .image-awrad-899-planner {
    border-radius: 20px;
  }

  .div-block-buttoon-join-team:where(.w-variant-8c232cbc-7c33-3604-3840-8812480c841e) {
    justify-content: center;
    align-items: center;
  }

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

  .image-about-899 {
    width: 300px;
  }

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

  .heading-join-our-team {
    padding-left: 160px;
    padding-right: 160px;
    font-size: 30px;
    line-height: 40px;
  }

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

  .div-block-join-our-team {
    justify-content: flex-start;
    align-items: center;
    padding: 30px 10px;
  }

  .heading-join-team {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
  }

  .icon-join-our-team {
    width: 45px;
  }

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

  .div-block-cta-899 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-cta-899 {
    font-size: 26px;
    line-height: 36px;
  }

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

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

  .image-cta-899 {
    width: 300px;
    margin-top: 0;
  }

  .banner-about {
    margin-top: 90px;
    padding-top: 20px;
  }

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

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

  .heading-about-section {
    padding-right: 60px;
    font-size: 24px;
    line-height: 34px;
  }

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

  .grid-banner-about {
    grid-template-columns: .75fr 1fr;
  }

  .image-cover-banner {
    width: 100%;
  }

  .heading-banner {
    padding-right: 0;
    font-size: 24px;
    line-height: 30px;
  }

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

  .paragraph-cover-banner {
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
  }

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

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

  .card-description-why-us {
    padding: 20px;
  }

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

  .section-work-with-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .heading-work-with-us {
    font-size: 20px;
    line-height: 26px;
  }

  .container-brake-work {
    margin-top: 40px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .card-detail-brake-work {
    padding-bottom: 20px;
  }

  .heading-brake-work {
    font-size: 24px;
    line-height: 34px;
  }

  .image-brake-work {
    margin-top: -30px;
  }

  .section-banner-product {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

  .icon-product-tab {
    width: 40px;
  }

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

  .paragraph-tag-products {
    font-size: 12px;
    line-height: 18px;
  }

  .icon-correct-product {
    width: 20px;
  }

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

  .paragraph-sub-banner-product {
    font-size: 24px;
    line-height: 30px;
  }

  .button-product {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .section-why-us-service {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .icon-benefits {
    width: 80px;
  }

  .paragraph-faqs {
    font-size: 22px;
    line-height: 28px;
  }

  .faq-q-text-4 {
    font-size: 16px;
  }

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

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

  .c-faq-q-text-2 {
    padding: 10px;
  }

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

  .grid-banner-contact {
    grid-template-columns: 1fr .75fr;
  }

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

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

  .heading-detail-contact {
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .container-partner {
    margin-top: 60px;
  }

  .paragraph-cover-partner {
    font-size: 24px;
    line-height: 30px;
  }

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

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

  .paragraph-icon-recruit {
    font-size: 20px;
    line-height: 26px;
  }

  .group-form-image {
    justify-content: center;
    align-items: flex-end;
  }

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

  .div-block-first-fa {
    padding: 20px;
  }

  .heading-info-financial-advisor {
    font-size: 22px;
    line-height: 28px;
  }

  .green-number-2 {
    font-size: 34px;
    line-height: 40px;
  }

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

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

  .div-block-info-fa {
    grid-template-columns: .25fr 1fr;
  }

  .icon-info-fa {
    width: 50px;
  }

  .sub-heading-fa {
    font-size: 16px;
  }

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

  .green-number-3 {
    font-size: 34px;
    line-height: 40px;
  }

  .cta-fa {
    background-position: 0 0, 70%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

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

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

  .image-growth-with-us {
    width: 80%;
  }

  .heading-growth-with-us {
    font-size: 30px;
    line-height: 36px;
  }

  .paragraph-growth-with-us {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-number-growth-with-us {
    font-size: 40px;
    line-height: 46px;
  }

  .heading-info-growth-with-us {
    font-size: 20px;
    line-height: 26px;
  }

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

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

  .image-join-899 {
    width: 100%;
  }

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

  .heading-join-899 {
    font-size: 26px;
    line-height: 36px;
  }

  .div-block-join-899 {
    justify-content: center;
    align-items: flex-end;
  }

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

  .div-block-name-tag {
    margin-bottom: 10px;
  }

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

  .icon-financial-advisor {
    width: 80px;
  }

  .behind-899 {
    padding-bottom: 60px;
  }

  .image-slider {
    width: 350px;
  }

  .slide-nav-5 {
    font-size: 10px;
  }

  .div-block-next-back {
    padding: 5px;
  }

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

  .image-icon-next-back {
    width: 30px;
  }

  .container-behind-899 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-financial-advisor {
    font-size: 32px;
    line-height: 38px;
  }

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

  .image-17871, .div-block-18377, .image-management, .div-block-management {
    border-radius: 20px;
  }

  .banner-team {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .heading-management {
    font-size: 32px;
    line-height: 38px;
  }

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

  .proud-moments {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lightbox-link, .image-cover-awards {
    border-radius: 20px;
  }

  .play-button {
    width: 70px;
    height: 70px;
  }

  .play-button-pulse {
    width: 60px;
    height: 60px;
  }

  .awards {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

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

  .paragraph-cover-bn {
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .blog-card-name {
    font-size: 20px;
    line-height: 27px;
  }
}

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

  .nav-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .image-banner {
    height: 55vh;
  }

  .icon {
    font-size: 25px;
  }

  .heading-contant-banner {
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-contant {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .all-product {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .paragraph-page-product {
    font-size: 26px;
    line-height: 32px;
  }

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

  .group-button-contact {
    flex-flow: row;
  }

  .icon-product {
    width: 40px;
  }

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

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

  .group-about-us {
    justify-content: center;
    align-items: center;
  }

  .heading-about-us {
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 30px;
    line-height: 40px;
  }

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

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

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

  .group-slide-promotion {
    padding-left: 0;
    padding-right: 0;
  }

  .image-cover-promotion {
    object-fit: cover;
    height: 350px;
  }

  .heading-rec-plan {
    font-size: 28px;
    line-height: 38px;
  }

  .card-content-slide-promotion {
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-slides-promotion {
    text-align: center;
  }

  .mask-2 {
    width: 100%;
    padding: 15px;
  }

  .paragraph-slides-promotion {
    text-align: center;
  }

  .recommended-plan {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-rec-plan {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-smile {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .image-cta-smile.text {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

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

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

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

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

  .review-highlight-header {
    flex-flow: column;
  }

  .review-google {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .review-highlight-link {
    padding: 20px;
  }

  .review-highlight-name {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .review-highlight-name.size {
    text-align: left;
    font-size: 18px;
  }

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

  .language-section {
    margin-bottom: 5px;
    margin-right: 5px;
  }

  .language-toggle {
    top: -3px;
  }

  .form {
    padding-top: 40px;
  }

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

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

  .sub-paragraph-form {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

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

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

  .faq-vesta {
    margin-bottom: 20px;
  }

  .footer {
    padding-top: 40px;
  }

  .grid-14 {
    grid-template-columns: 1.25fr;
  }

  .logo-footer {
    width: 70px;
  }

  .paragraph-footer {
    margin-right: 0;
    font-size: 16px;
  }

  .group-footer {
    flex-flow: column;
    display: flex;
  }

  .icon-footer {
    width: 20px;
  }

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

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

  .gruop-block-about-us {
    left: 0%;
  }

  .gruop-block-about-us._1 {
    right: 0%;
  }

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

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

  .div-block-year {
    border-radius: 20px;
    left: 0%;
  }

  .paragraph-team-899-planner {
    font-size: 26px;
    line-height: 32px;
  }

  .sub-heading-team-899-planner {
    font-size: 18px;
    line-height: 24px;
  }

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

  .slide-3 {
    width: 100%;
    margin-left: 20px;
  }

  .image-awrad-899-planner:hover {
    transform: scale(1.02);
  }

  .div-block-buttoon-join-team.align {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .paragraph-44 {
    text-align: center;
  }

  .image-about-899 {
    width: 250px;
  }

  .image-form-bg {
    width: 60%;
  }

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

  .sub-paragraph-join-our-team {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-join-our-team {
    padding-left: 70px;
    padding-right: 70px;
    font-size: 28px;
    line-height: 38px;
  }

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

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

  .div-block-cta-899 {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .heading-cta-899, .paragraph-cta-899 {
    text-align: center;
  }

  .banner-about {
    padding-top: 40px;
  }

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

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

  .heading-about-section {
    text-align: center;
    padding-left: 120px;
    padding-right: 120px;
  }

  .paragraph-sub-about {
    text-align: center;
  }

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

  .image-cover-banner {
    width: 60%;
  }

  .heading-banner {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 26px;
    line-height: 36px;
  }

  .paragraph-sub-banner-about, .paragraph-cover-banner {
    text-align: center;
  }

  .card-image-banner-about {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .grid-cover-why-us, .grid-work-with-us {
    grid-template-columns: 1fr 1fr;
  }

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

  .icon-work-with-us {
    width: 50px;
  }

  .card-work-with-us {
    padding: 20px;
  }

  .container-brake-work {
    padding-top: 40px;
  }

  .grid-brake-work {
    grid-template-columns: 2fr;
  }

  .card-detail-brake-work {
    justify-content: center;
    align-items: center;
  }

  .heading-brake-work {
    text-align: center;
  }

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

  .image-brake-work {
    width: 300px;
    margin-top: 0;
  }

  .section-banner-product {
    background-image: linear-gradient(90deg, var(--drak-blue), #fff0), url('../images/banner-product-demo-edit.webp');
    background-position: 0 0, 50% 30%;
    background-size: auto, cover;
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

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

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

  .paragraph-sub-banner-product {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

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

  .grid-why-us-service {
    grid-template-columns: 1fr 1fr;
  }

  .icon-benefits {
    width: 60px;
  }

  .card-faqs {
    margin-bottom: 0;
  }

  .faq-vesta-2 {
    margin-bottom: 20px;
  }

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

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

  .card-condition-services.faq-container {
    justify-content: center;
    align-items: center;
  }

  .image-faqs {
    width: 100%;
  }

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

  .banner-contact-us.blog {
    background-image: linear-gradient(90deg, var(--drak-blue), #fff0), url('../images/banner-blog.webp');
    background-position: 0 0, 50% 30%;
    background-size: auto, cover;
  }

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

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

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

  .paragraph-head-contact, .heading-detail-contact {
    text-align: center;
  }

  .container-partner {
    margin-top: 40px;
  }

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

  .paragraph-cover-partner {
    text-align: center;
  }

  .card-text-image-partner {
    justify-content: flex-end;
    align-items: center;
  }

  .heading-recruit, .paragraph-sub-recruit, .paragraph-recruit, .sub-heading-promotion {
    text-align: center;
  }

  .container-copyright {
    margin-top: 40px;
  }

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

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

  .icon-info-fa {
    width: 40px;
  }

  .financial-advisor {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-fa {
    background-position: 0 0, 80%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-21 {
    grid-template-columns: 1.5fr;
  }

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

  .div-block-cta-fa {
    text-align: center;
  }

  .grid-24 {
    grid-template-columns: 1.25fr;
  }

  .image-join-899 {
    width: 80%;
  }

  .div-block-info-join-899 {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
  }

  .heading-join-899, .paragraph-join-899 {
    text-align: center;
  }

  .behind-899 {
    padding-bottom: 40px;
  }

  .image-slider {
    height: auto;
  }

  .slide-4 {
    width: 50%;
  }

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

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

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

  .banner-team {
    background-position: 0 0, 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-team.blog {
    background-image: linear-gradient(90deg, var(--drak-blue), #fff0), url('../images/banner-blog.webp');
    background-position: 0 0, 50% 30%;
    background-size: auto, cover;
  }

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

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

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

  .proud-moments, .awards {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

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

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

  .paragraph-cover-bn {
    text-align: center;
  }

  .image-dbd {
    width: 80px;
  }

  .blog-section-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-card {
    justify-content: flex-start;
    align-items: center;
    max-width: 500px;
  }

  .blog-card-name {
    font-size: 20px;
    line-height: 27px;
  }

  .blog-card-text {
    max-width: 500px;
  }
}

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

  .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .image {
    width: 70px;
  }

  .banner {
    margin-top: 80px;
  }

  .icon {
    margin-left: 10px;
    margin-right: 0;
  }

  .icon._1 {
    margin-left: 40px;
    margin-right: 0;
  }

  .div-block-break {
    background-image: linear-gradient(5deg, #001c6bd9 10%, #001c6ba6 38%, #fff0);
    padding-bottom: 0;
  }

  .heading-contant-banner {
    font-size: 6.3vw;
    line-height: 8vw;
  }

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

  .paragraph-contant {
    font-size: 12px;
    line-height: 16px;
  }

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

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

  .group-button-contact {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .group-button-contact:where(.w-variant-1e5bd16d-9501-3408-1ca2-d94dfcf8eea2), .group-button-contact:where(.w-variant-7be2c676-5b3a-9b44-baa8-276b94e0fc04) {
    flex-flow: column;
  }

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

  .link-product-home {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

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

  .heading-about-us {
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 38px;
  }

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

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

  .image-cover-promotion {
    height: auto;
  }

  .mask-2 {
    padding: 10px;
  }

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

  .group-cta-smile.no-center {
    justify-content: center;
    align-items: stretch;
  }

  .image-cta-smiles {
    height: 120px;
  }

  .image-cta-smiles.head {
    height: 100px;
  }

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

  .paragraph-smile {
    font-size: 2.9vw;
    line-height: 4.9vw;
  }

  .icon-smile {
    width: 40px;
  }

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

  .sub-paragraph-cta-smile {
    text-align: center;
  }

  .line-about-us._2 {
    margin-top: 10px;
    margin-bottom: 0;
  }

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

  .heading-head-head-section.color {
    font-size: 22px;
    line-height: 28px;
  }

  .group-head-review {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-us-on-google {
    font-size: 14px;
    line-height: 20px;
  }

  .star-group {
    justify-content: center;
    align-items: center;
  }

  .review-highlight-name.size {
    text-align: center;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .review-columns {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .review-group {
    padding: 0;
  }

  .language-link {
    min-height: 50px;
  }

  .lottie-animation {
    width: 38px;
  }

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

  .language-toggle {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
  }

  .heading-form {
    font-size: 26px;
    line-height: 36px;
  }

  .faq-q-text-3 {
    font-weight: 500;
  }

  .c-faq-icon {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

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

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

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

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

  .gruop-block-about-us {
    padding: 8px 10px;
    top: 27%;
    left: -5%;
  }

  .gruop-block-about-us._1 {
    bottom: 16%;
    right: -5%;
  }

  .div-block-year {
    bottom: -8%;
    left: -5%;
  }

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

  .icon-about-us {
    width: 25px;
  }

  .paragraph-team-899-planner, .sub-heading-team-899-planner {
    font-size: 22px;
    line-height: 28px;
  }

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

  .mask-4 {
    padding: 0;
  }

  .slide-3 {
    width: 100%;
    margin-left: 0;
  }

  .slider-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-buttoon-join-team, .div-block-buttoon-join-team.align {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .slide-nav-3 {
    font-size: 9px;
  }

  .image-about-899 {
    width: 60%;
  }

  .image-form-bg {
    width: 100%;
  }

  .sub-paragraph-join-our-team {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-join-our-team {
    padding-left: 0;
    padding-right: 0;
    font-size: 6.9vw;
    line-height: 9vw;
  }

  .heading-join-team {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-cta-899 {
    justify-content: center;
    align-items: stretch;
  }

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

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

  .banner-about {
    margin-top: 80px;
    padding-top: 40px;
  }

  .heading-about-section {
    padding-left: 0;
    padding-right: 0;
  }

  .image-cover-banner {
    width: 80%;
  }

  .heading-banner {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-sub-banner-about {
    text-align: center;
  }

  .grid-cover-why-us, .grid-work-with-us {
    grid-template-columns: 1fr;
  }

  .heading-work {
    font-size: 22px;
    line-height: 32px;
  }

  .container-brake-work {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-banner-product {
    background-image: linear-gradient(#001c6bbf, #001c6bbf), url('../images/banner-product-demo-edit.webp');
    background-position: 0 0, 70%;
    background-size: auto, cover;
    margin-top: 80px;
  }

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

  .tab-link-tab-1 {
    font-size: 14px;
  }

  .tab-link-tab-1.w--current {
    font-size: 14px;
    line-height: 20px;
  }

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

  .image-cover-products {
    height: auto;
  }

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

  .grid-why-us-service {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .faq-q-text-4 {
    font-weight: 500;
  }

  .card-condition-services.faq-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-faq-q-text-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-contact-us {
    background-image: linear-gradient(#001c6bcc, #001c6bcc), url('../images/banner-product-demo-edit2.webp');
    background-position: 0 0, 80%;
    background-size: auto, cover;
    margin-top: 80px;
  }

  .banner-contact-us.blog {
    background-image: linear-gradient(to bottom, #001c6bb3, #001c6bb3), linear-gradient(90deg, var(--drak-blue), #fff0 80%), url('../images/banner-blog.webp');
    background-position: 0 0, 0 0, 80% 40%;
    background-size: auto, auto, auto;
  }

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

  .image-cover-partner {
    border-radius: 24px 24px 0 0;
    height: auto;
  }

  .paragraph-cover-partner {
    font-size: 20px;
    line-height: 26px;
  }

  .card-text-image-partner {
    background-image: linear-gradient(to bottom, var(--drak-blue), var(--drak-blue));
    border-radius: 0 0 24px 24px;
    justify-content: flex-end;
    align-items: stretch;
    padding: 20px;
    position: static;
  }

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

  .div-block-first-fa {
    border-radius: 20px;
  }

  .green-number-2, .large-numbers {
    font-size: 26px;
    line-height: 32px;
  }

  .text-2 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .div-block-info-fa {
    border-radius: 20px;
  }

  .green-number-3, .large-numbers-2 {
    font-size: 26px;
    line-height: 32px;
  }

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

  .heading-growth-with-us {
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-growth-with-us {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-info-join-899 {
    justify-content: center;
    align-items: center;
  }

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

  .heading-join-899 {
    font-size: 5vw;
    line-height: 6vw;
  }

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

  .icon-financial-advisor {
    width: 50px;
  }

  .image-slider {
    width: 100%;
    height: auto;
  }

  .container-13 {
    display: block;
  }

  .paragraph-23 {
    font-size: 10px;
    display: none;
  }

  .slide-4 {
    width: 100%;
  }

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

  .banner-team {
    background-image: linear-gradient(#001c6bcc, #001c6bcc), url('../images/banner-product-demo-edit2.webp');
    background-position: 0 0, 80%;
    background-size: auto, cover;
    margin-top: 80px;
  }

  .banner-team.blog {
    background-image: linear-gradient(to bottom, #001c6bb3, #001c6bb3), linear-gradient(90deg, var(--drak-blue), #fff0 80%), url('../images/banner-blog.webp');
    background-position: 0 0, 0 0, 80% 40%;
    background-size: auto, auto, auto;
  }

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

  .play-button {
    width: 65px;
    height: 65px;
  }

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

  .faq-question-heading {
    font-size: 20px;
    line-height: 27px;
  }

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

#w-node-_1257455e-79d7-62c2-b0f6-d1bfcc9023d4-54f7408a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2b86c08f-4253-7413-1076-e5a7a48b86e1-54f7408a, #w-node-ffed8908-04df-79d3-09db-314d2048cf2a-54f7408a, #w-node-bad85e59-e34c-b4e6-aaa8-85deb37d8139-54f7408a, #w-node-_7b96d34d-37aa-330d-f319-13c7c418bd62-54f7408a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75f0df91-054e-c9bc-7fdf-e548f4067351-54f7408a {
  justify-self: end;
}

#w-node-_43d16e6c-3e27-7e67-c837-d456c20892e7-54f7408a, #w-node-_5c31b29a-47fa-a5b8-a14a-bce3791cd0c1-54f7408a, #w-node-a4d30510-5523-79fd-9553-a55058fe577c-54f7408a, #w-node-_721afe37-57fb-f422-51ef-96dbfc289add-54f7408a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3684fb18-074d-4033-81ad-30736b772663-54f7408a {
  align-self: center;
}

#w-node-_011c839f-33da-8f00-764b-7787654ae74a-654ae73e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_011c839f-33da-8f00-764b-7787654ae75a-654ae73e {
  justify-self: center;
}

#w-node-_524eb3da-5b2a-c578-d7a5-c097227dbf42-62b55076 {
  place-self: auto center;
}

#w-node-_192bfe6f-8d9a-fea6-a336-570d86a343a5-62b55076, #w-node-eb0a07af-048d-0281-6e91-792f8ddb4bda-62b55076 {
  align-self: center;
}

#w-node-_1bbd2aa6-70ce-4fac-2360-8319eadff080-62b55076 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_16a1fc88-adcc-4871-1592-db4f52e99e40-62b55076 {
  align-self: center;
}

#w-node-_96ad8cc5-5109-603e-b91d-485f46c47b61-62b55076, #w-node-_64dfd06a-51e5-05fe-4243-b29f6629a3de-62b55076, #w-node-_7afefef5-ebc0-9e7c-8490-e1e6f1dadd5a-62b55076, #w-node-_8c9114ef-071c-34cb-f04c-7812834c6ddf-62b55076, #w-node-cd0234c9-6066-65ac-c088-5003ce388063-62b55076, #w-node-a598d0e4-0e12-7a2c-a611-9988b0f861c2-62b55076 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09c3eedd-165a-1770-442e-b2711d64dc8c-1a569314 {
  align-self: center;
}

#w-node-d4aa68c3-1488-4651-76d2-f531c4bf404c-1a569314 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71242f6d-6545-12c6-1871-d62d4f98020c-4537de8c, #w-node-_629d2650-b277-013a-c94c-6562eb586bcf-4537de8c, #w-node-_6e100ded-9777-d820-aad4-eaf45cfa1a19-fb684a2b, #w-node-_68bc5552-07ed-be18-3e9e-36bc6296cd8d-93b45adc {
  align-self: center;
}

#w-node-_7b9dacbd-cab0-5a47-14bc-69b8cf62fc6e-93b45adc, #w-node-_47d0e1cb-4f95-b756-75d2-a8ef6e9cf6f6-93b45adc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e100ded-9777-d820-aad4-eaf45cfa1a19-d5bbbf1a {
  align-self: center;
}

#w-node-_6ce2968e-4637-0f3f-b655-3cf302190d60-3f45c5a8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a4fcb33a-4f01-910e-7ece-bff295c9b5fc-3f45c5a8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-df0fca4d-cbfc-2664-6106-a2b6d8626451-54f7408a {
    order: -9999;
  }

  #w-node-f8ee3e08-24f1-e91e-2075-0b7520273748-54f7408a, #w-node-_7cc6669b-e764-2a5a-3b8a-d25054e72950-54f7408a, #w-node-a4d30510-5523-79fd-9553-a55058fe577c-54f7408a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e3431e7-3a22-e7d5-72d0-d925b17116f5-54f7408a {
    align-self: end;
  }

  #w-node-_011c839f-33da-8f00-764b-7787654ae74a-654ae73e {
    justify-self: center;
  }

  #w-node-_011c839f-33da-8f00-764b-7787654ae75a-654ae73e {
    justify-self: end;
  }

  #w-node-_524eb3da-5b2a-c578-d7a5-c097227dbf42-62b55076 {
    place-self: end center;
  }

  #w-node-_44d10412-8c46-1b2e-5448-9ff32a17210c-62b55076 {
    align-self: center;
  }

  #w-node-c0430308-915d-23de-4fa6-af0801a348b0-1a569314 {
    align-self: end;
  }

  #w-node-c4a3820b-28f2-805e-14c1-f4501d84edaa-1a569314 {
    order: -9999;
  }

  #w-node-_7b9dacbd-cab0-5a47-14bc-69b8cf62fc6e-93b45adc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_47d0e1cb-4f95-b756-75d2-a8ef6e9cf710-93b45adc {
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a0dca53f-ff2a-6012-4c95-95fb9fd18603-54f7408a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_75f0df91-054e-c9bc-7fdf-e548f4067351-54f7408a {
    justify-self: auto;
  }

  #w-node-_3684fb18-074d-4033-81ad-30736b772663-54f7408a {
    order: -9999;
  }

  #w-node-_011c839f-33da-8f00-764b-7787654ae74a-654ae73e, #w-node-_011c839f-33da-8f00-764b-7787654ae75a-654ae73e {
    justify-self: auto;
  }

  #w-node-_524eb3da-5b2a-c578-d7a5-c097227dbf42-62b55076 {
    justify-self: center;
  }

  #w-node-_192bfe6f-8d9a-fea6-a336-570d86a343a5-62b55076 {
    order: -9999;
  }

  #w-node-a598d0e4-0e12-7a2c-a611-9988b0f861dc-62b55076 {
    justify-self: center;
  }

  #w-node-c4a3820b-28f2-805e-14c1-f4501d84eda9-1a569314, #w-node-_629d2650-b277-013a-c94c-6562eb586bcf-4537de8c {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5ec70b42-471f-4fce-7939-865ee4b89f4e-54f7408a, #w-node-_5ec70b42-471f-4fce-7939-865ee4b89f70-54f7408a, #w-node-_8c4dbf9c-9bd2-1c8e-a998-56e6bea106c9-54f7408a, #w-node-_5ec70b42-471f-4fce-7939-865ee4b89f81-54f7408a, #w-node-_8c4dbf9c-9bd2-1c8e-a998-56e6bea106b8-54f7408a, #w-node-_5ec70b42-471f-4fce-7939-865ee4b89f5f-54f7408a, #w-node-_8c4dbf9c-9bd2-1c8e-a998-56e6bea106ee-54f7408a, #w-node-_8c4dbf9c-9bd2-1c8e-a998-56e6bea106dd-54f7408a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c4a3820b-28f2-805e-14c1-f4501d84eda9-1a569314 {
    order: -9999;
  }
}


