:root {
  --navy-blue: #07293a;
  --yellow-rr: #f5d302;
  --white: white;
  --gradient-yellow-1: #ffc620;
  --red-mj: #ff3921;
  --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;
}

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

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

.container {
  max-width: 1200px;
}

.section {
  background-color: var(--navy-blue);
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 100%;
  height: 80vh;
  position: sticky;
  top: 120px;
}

.heading {
  letter-spacing: -10px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #feca0a, #ffdf6e);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Poppins, sans-serif;
  font-size: 250px;
  font-weight: 700;
  line-height: 1.3;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.link-block {
  color: #000;
  border-radius: 24px;
  height: auto;
  text-decoration: none;
  position: relative;
  box-shadow: 0 15px 15px -10px #0003;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 24px;
  width: 100%;
  min-width: 500px;
  height: auto;
  min-height: 600px;
}

.gallery-slides {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 15vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-2 {
  color: #feca0a;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
}

.div-block-3 {
  background-color: #fff;
  border-radius: 100px;
  padding: 10px 20px;
  position: absolute;
  inset: auto auto 20px 30px;
}

.section-2 {
  height: 100vh;
}

.container-3 {
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-3 {
  height: 120vh;
  position: relative;
  overflow: hidden;
}

.heading-3 {
  background-image: linear-gradient(0deg, var(--navy-blue), #054a6d);
  color: var(--navy-blue);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 4px 5px #0003;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: -30px 40px 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 100px;
  font-weight: 800;
  line-height: 1.05;
  display: inline-block;
}

.paragraph {
  color: var(--navy-blue);
  text-align: center;
  padding-left: 150px;
  padding-right: 150px;
  font-size: 24px;
  line-height: 30px;
}

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

.div-block-4 {
  text-align: center;
  position: absolute;
}

.div-block-5 {
  z-index: -1;
  border-radius: 24px;
  width: 400px;
  height: 340px;
  margin-left: 10px;
  position: absolute;
  top: 15%;
  left: 0%;
}

.div-block-5._2 {
  margin-right: 10px;
  top: 10%;
  left: auto;
  right: 0%;
}

.div-block-5._3 {
  top: auto;
  bottom: 10%;
  left: 5%;
}

.div-block-5._4 {
  inset: auto 5% 5% auto;
}

.about-us-image {
  border-radius: 24px;
  width: 100%;
}

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

.container-5 {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.menu-bar {
  z-index: 9999;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-bar.mock {
  position: absolute;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: all .3s;
}

.nav-link:hover {
  color: var(--yellow-rr);
}

.nav-link.w--current {
  color: var(--yellow-rr);
  text-transform: uppercase;
}

.nav-link.hide {
  display: none;
}

.image-2 {
  width: 200px;
  height: auto;
}

.container-6 {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  text-align: right;
  flex: 1;
}

.heading-4 {
  color: #3330;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffffb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 180px;
  line-height: 180px;
}

.heading-4.s {
  margin-left: 0;
}

.section-4 {
  position: relative;
}

.heading-5 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}

.div-block-6 {
  position: relative;
}

.filter-image {
  z-index: 10;
  background-color: #07293a66;
  display: block;
  position: absolute;
  inset: 0%;
}

.filter-image.hide {
  display: none;
}

.text-span-white {
  color: var(--white);
}

.heading-6 {
  background-color: var(--navy-blue);
  color: #fff;
  text-align: center;
  margin-top: 10px;
  padding: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  display: inline-block;
}

.text-span-yellow {
  color: var(--yellow-rr);
  line-height: 30px;
}

.div-block-7 {
  text-align: center;
  text-transform: none;
}

.container-7 {
  max-width: 1200px;
  position: relative;
}

.heading-7 {
  z-index: 1;
  background-color: var(--navy-blue);
  color: var(--yellow-rr);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 80px;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  display: inline-block;
  position: relative;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}

.div-block-8 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

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

.container-9 {
  max-width: 100%;
}

.item-4 {
  object-fit: contain;
  border-radius: 500px;
  width: 130px;
  height: auto;
  margin: 20px;
  position: relative;
  overflow: clip;
}

.item-4.tcp {
  position: relative;
  top: -119px;
}

.item-4.micro {
  top: -26px;
  left: 26px;
}

.item-4.post {
  margin-left: 40px;
  margin-right: 40px;
}

.item-4.toyota {
  opacity: .9;
  top: -115px;
  left: 38px;
  box-shadow: 0 2px 20px #0003;
}

.item-4.mac {
  position: relative;
  top: 71px;
}

.item-4.s-p {
  top: -32px;
}

.item-4.durbell {
  margin-left: 40px;
  margin-right: 40px;
  top: -44px;
}

.item-4.pruksa {
  top: -101px;
}

.item-4.sing {
  top: -100px;
}

.item-4.kamak {
  position: relative;
  top: 14px;
}

.item-4.scb {
  position: relative;
  top: -89px;
}

.item-4.row1 {
  box-shadow: none;
  top: 41px;
}

.items-holder {
  flex: none;
  display: flex;
}

.slider-wrapper-2 {
  flex: none;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

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

.heading-8 {
  text-align: center;
}

.paragraph-3 {
  color: #6e6e6e;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 24px;
  line-height: 30px;
}

.section-5 {
  background-image: url('../images/Banner-Vertical_1.webp');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.section-customer {
  z-index: 1;
  background-image: url('../images/Banner-Vertical_1.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 200px;
  padding-bottom: 100px;
  display: flex;
}

.section-header {
  width: 100%;
  height: 100vh;
  position: relative;
}

.section-technology-experiences {
  height: 130vh;
  position: relative;
  overflow: hidden;
}

.logo-flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.logo-customer {
  width: 80px;
  height: auto;
  margin: 20px;
}

.logo-customer.row1 {
  background-color: var(--white);
  border-radius: 500px;
  width: 110px;
  margin: 10px;
  padding: 10px;
  position: relative;
  top: -16px;
  box-shadow: 0 2px 5px #0003;
}

.logo-customer.row2 {
  border-radius: 500px;
  width: 110px;
  margin: 20px;
  position: relative;
  top: 10px;
  right: -20px;
  box-shadow: 0 2px 5px #0003;
}

.logo-customer.row3 {
  background-color: var(--white);
  border-radius: 500px;
  width: 120px;
  margin: 10px;
  padding: 10px;
  position: relative;
  top: 10px;
  right: -30px;
  box-shadow: 0 2px 5px #0003;
}

.logo-customer.center {
  background-color: var(--white);
  border-radius: 500px;
  width: 140px;
  margin: 20px;
  padding: 10px;
  position: relative;
  top: -20px;
  right: -10px;
  box-shadow: 0 2px 5px #0003;
}

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

.overflow {
  overflow: hidden;
}

.container-10 {
  max-width: 1100px;
  overflow: hidden;
}

.heading-9 {
  color: var(--yellow-rr);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

.heading-10 {
  color: var(--white);
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.one-stop {
  background-color: var(--navy-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

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

.heading-11 {
  color: var(--yellow-rr);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 200px;
  font-weight: 700;
  line-height: 200px;
}

.div-block-9 {
  background-color: var(--white);
  border-radius: 24px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 40px;
}

.heading-12 {
  margin-top: 10px;
  font-size: 52px;
  font-weight: 600;
  line-height: 58px;
  display: block;
}

.heading-13 {
  margin-top: 0;
  margin-bottom: 0;
  transform: rotate(-90deg);
}

.div-block-10 {
  margin-top: 100px;
  margin-bottom: 0;
}

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

.div-block-11 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-top: 4em;
  display: flex;
}

.div-block-12 {
  height: 770px;
}

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

.header-one-stop {
  background-color: var(--navy-blue);
}

.div-block-scroll {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  margin-top: 20em;
  display: flex;
}

.container-12 {
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.footer {
  z-index: 1;
  background-color: var(--navy-blue);
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-14 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 48px;
}

.image-4 {
  filter: brightness(105%);
  width: 400px;
  height: auto;
  margin-top: -90px;
}

.div-block-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.text-field {
  filter: brightness(200%);
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 24px;
  margin-top: 0;
  padding: 30px 40px 30px 20px;
  font-size: 18px;
  line-height: 32px;
}

.div-block-14 {
  background-image: linear-gradient(135deg, var(--navy-blue) 70%, #052f44);
  border-radius: 24px;
  margin-top: -30px;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.textarea {
  filter: brightness(200%);
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 32px;
}

.submit-button {
  color: var(--yellow-rr);
  background-color: #fff;
  border-radius: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 18px;
  line-height: 28px;
}

.section-6 {
  background-image: url('../images/Banner-Vertical_1.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.form, .form-block {
  color: #fff;
}

.div-block-15 {
  position: relative;
}

.image-5 {
  width: 50px;
  height: auto;
  transition: all .3s;
}

.image-5:hover {
  transform: scale(1.1);
}

.div-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading-15 {
  background-image: linear-gradient(180deg, #054a6d, var(--navy-blue));
  color: #f5d302;
  letter-spacing: -3px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 20px;
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
}

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

.image-6 {
  width: 220px;
  height: auto;
}

.heading-16 {
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

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

.image-icon-footer {
  width: 40px;
  height: auto;
  transition: all .3s;
}

.image-icon-footer:hover {
  transform: scale(1.1);
}

.heading-17 {
  color: #fff;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.heading-18 {
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.heading-18.yellow {
  color: var(--yellow-rr);
}

.link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.link:hover, .link.w--current {
  color: var(--yellow-rr);
}

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

.year {
  background-color: var(--navy-blue);
}

.heading-19 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-18 {
  border-radius: 24px;
  position: relative;
}

.filter-tech-ex {
  background-image: linear-gradient(#fff, #fff0 60%);
  border-radius: 24px;
  position: absolute;
  inset: 0%;
}

.filter-tech-ex._2 {
  background-image: linear-gradient(#fff0 40%, #fff);
}

.filter-tech-ex.reverse {
  background-image: linear-gradient(#fff0 20%, #fff 80%);
}

.grid-software {
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr .25fr;
}

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

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

.slide-nav {
  z-index: 30;
  margin-bottom: 20px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  line-height: 20px;
}

.container-15 {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-delight-with-precision {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-delight-with-precision.hide, .right-arrow, .left-arrow {
  display: none;
}

.group-relationship {
  display: flex;
}

.container-16 {
  max-width: 1400px;
  padding-left: 40px;
  padding-right: 40px;
}

.container-16.hide {
  flex-flow: column;
  display: block;
}

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

.heading-20 {
  color: var(--navy-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.heading-21 {
  background-color: var(--navy-blue);
  color: var(--yellow-rr);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-size: 42px;
  font-weight: 600;
  line-height: 48px;
  display: inline-block;
}

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

.crm-consultant-services {
  z-index: 1;
  background-image: url('../images/Banner-Vertical_1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.crm-consultant-services.hide {
  display: block;
}

.image-7 {
  width: 70px;
  height: 70px;
}

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

.heading-22 {
  color: var(--navy-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

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

.div-block-20 {
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: grid;
}

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

.div-block-22 {
  max-width: 900px;
}

.div-block-23 {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-24 {
  flex: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-17 {
  z-index: 10;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.mudjai-crm-software {
  background-color: var(--navy-blue);
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.mudjai-crm-software.hide {
  display: block;
}

.grid-8 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  margin-top: 44px;
  margin-bottom: 44px;
}

.div-block-25 {
  background-color: var(--navy-blue);
  text-align: center;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.heading-23 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 48px;
}

.heading-24 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-25 {
  color: var(--yellow-rr);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 600;
  line-height: 52px;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-26 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  position: relative;
}

.heading-26 {
  color: #3330;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #fff3;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 72px;
  line-height: 72px;
}

.paragraph-5 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 100px;
  font-size: 16px;
  line-height: 22px;
}

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

.div-block-28 {
  position: relative;
}

.image-8 {
  margin-top: 0;
}

.heading-27 {
  color: #fff;
  margin-top: 10px;
}

.paragraph-6 {
  color: #fff;
  padding-right: 60px;
  font-size: 18px;
  line-height: 24px;
}

.container-18 {
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-9 {
  transform-style: preserve-3d;
  width: 100%;
  height: auto;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.filter-mudjai {
  z-index: 5;
  background-image: linear-gradient(270deg, var(--navy-blue) 60%, #fff0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-gallery.relative {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  overflow: visible;
}

.gallery {
  z-index: 1;
  background-color: var(--navy-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 100px;
  position: relative;
}

.gallery-scroll-track {
  width: 100%;
  height: auto;
  padding-top: 0;
  position: relative;
  top: 0;
}

.gallery-container {
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: sticky;
  top: 120px;
  overflow: hidden;
}

.gallery-bg-big-text-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 5% 0% 0%;
  overflow: hidden;
}

.big-gradient-text {
  letter-spacing: -5px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffc620, #f5d302);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 150px;
  font-weight: 700;
  line-height: 1.3;
}

.gallery-track {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 30vw;
  display: flex;
  position: relative;
}

.collection-holder {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 120px;
}

.link-block-2 {
  color: #fff;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

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

.container-content {
  z-index: 1;
  max-width: 1200px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-30 {
  background-color: var(--white);
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto auto 5% 5%;
}

.heading-28 {
  color: var(--yellow-rr);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

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

.div-block-content-we {
  background-image: linear-gradient(180deg, #07293a80, var(--navy-blue));
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-head-we {
  background-color: var(--navy-blue);
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto auto 5% 5%;
}

.heading-29 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.text-span {
  color: var(--yellow-rr);
}

.paragraph-7 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: all .3s;
}

.paragraph-7:hover {
  color: var(--yellow-rr);
}

.div-block-32 {
  z-index: 20;
  overflow: hidden;
}

.heading-30 {
  color: #fff;
  margin-top: 10px;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  display: inline-block;
}

.div-block-33 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-11 {
  border-radius: 24px;
  width: 100%;
  height: auto;
  margin-top: 0;
}

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

.div-block-34 {
  background-color: var(--navy-blue);
  box-shadow: 0 10px 15px -10px var(--gradient-yellow-1);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding: 20px;
  transition: all .3s;
  display: flex;
}

.div-block-34:hover {
  box-shadow: 0 10px 15px #ffc62080;
}

.text-span-2 {
  color: var(--yellow-rr);
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

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

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

.heading-31 {
  color: var(--navy-blue);
  margin-top: 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.heading-31.services {
  color: var(--white);
}

.paragraph-8 {
  color: var(--navy-blue);
  margin-bottom: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-8.services {
  color: var(--white);
}

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

.image-13 {
  width: 80px;
  height: 80px;
}

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

.paragraph-9 {
  color: var(--white);
  border-radius: 24px;
  margin-top: 10px;
  padding: 5px;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
}

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

.link-2:hover {
  color: var(--yellow-rr);
}

.container-20 {
  max-width: 100%;
}

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

.heading-32 {
  color: var(--navy-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.our-promises {
  z-index: 1;
  background-image: url('../images/Banner-Target.png');
  background-position: 90%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.our-promises.hide {
  display: block;
}

.heading-33 {
  background-color: var(--navy-blue);
  color: var(--yellow-rr);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 20px 30px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

.paragraph-10 {
  color: var(--navy-blue);
  font-size: 16px;
  line-height: 22px;
}

.heading-34 {
  color: var(--navy-blue);
  margin-top: 10px;
  font-size: 32px;
  line-height: 38px;
}

.text-span-delight {
  color: var(--yellow-rr);
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-38 {
  background-color: #fff;
  border-radius: 24px;
  padding: 10px 20px;
  box-shadow: 0 2px 5px #0003;
}

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

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

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

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

.div-block-40 {
  background-color: var(--navy-blue);
  text-align: center;
  border-radius: 1000px;
  padding: 40px 30px;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}

.div-block-40:hover {
  transform: scale(1.05);
}

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

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

.heading-35 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.div-block-42 {
  margin-top: 60px;
  position: relative;
}

.circle1 {
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.content-delight {
  margin-top: 20px;
  position: relative;
}

.circle2 {
  width: 100%;
  height: auto;
  position: absolute;
}

.div-block-43 {
  position: relative;
}

.consultant1 {
  width: 100%;
  height: auto;
}

.consultant2 {
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.heading-36 {
  color: var(--yellow-rr);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  line-height: 120px;
}

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

.heading-smile {
  color: var(--yellow-rr);
  margin-top: -10px;
  font-size: 100px;
  line-height: 80px;
}

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

.div-block-45 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lightbox-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

.div-block-46, .button-pulse {
  position: relative;
}

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

.heading-7-customer {
  background-color: var(--navy-blue);
  color: var(--yellow-rr);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  display: inline-block;
}

.text-span-3 {
  color: var(--white);
  font-size: 24px;
  line-height: 30px;
}

.text-span-4 {
  color: var(--white);
}

.text-span-5 {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.section-6-contact {
  z-index: 1;
  background-image: url('../images/Banner-Vertical_1.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.one-stop-services {
  z-index: 1;
}

.heading-37 {
  color: #ffffff4d;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -50px;
  font-size: 150px;
  font-weight: 700;
  line-height: 150px;
}

.div-block-48 {
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: relative;
}

.div-block-49 {
  margin-top: -60px;
  margin-right: 100px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.heading-38 {
  color: #ffffff4d;
  margin: 0;
  font-size: 150px;
  font-weight: 700;
  line-height: 150px;
  position: relative;
}

.div-block-50 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.heading-39 {
  color: #fff3;
  font-size: 150px;
  line-height: 150px;
}

.div-block-51 {
  position: relative;
}

.div-block-52 {
  margin-top: -139px;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.section-7 {
  background-color: var(--navy-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-40 {
  color: #3330;
  -webkit-text-stroke-width: 1.2px;
  -webkit-text-stroke-color: #07293a33;
  text-transform: uppercase;
  margin-top: -130px;
  font-size: 90px;
  line-height: 90px;
  position: absolute;
  inset: 0%;
}

.div-block-54 {
  position: relative;
}

.container-22 {
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
}

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

.heading-41 {
  color: #3330;
  text-align: left;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff3;
  margin-top: 10px;
  font-size: 80px;
  line-height: 80px;
}

.heading-42 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: -40px;
  font-size: 42px;
  font-weight: 600;
  line-height: 48px;
}

.image-16 {
  width: 60px;
  height: 60px;
}

.paragraph-11 {
  color: #fff;
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 22px;
}

.heading-43 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.div-block-55 {
  margin-top: 0;
  margin-bottom: 40px;
}

.sec-our-promises {
  background-image: url('../images/Banner-Vertical_1.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec-our-promises.hide {
  display: none;
}

.text-span-6 {
  color: var(--yellow-rr);
  line-height: 42px;
}

.image-17 {
  width: 50px;
  height: auto;
  margin-right: 10px;
}

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

.button {
  background-color: var(--yellow-rr);
  color: var(--navy-blue);
  border-radius: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  transition: all .2s;
}

.button:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 15px -10px #f5d30266;
}

.text-span-7 {
  color: var(--yellow-rr);
}

.container-23 {
  max-width: 1200px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-57 {
  background-color: #fff3;
  width: 100%;
  height: 1.5px;
}

.image-18 {
  width: 110px;
  height: auto;
  margin-right: 20px;
}

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

.image-19 {
  width: 160px;
  height: auto;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-59 {
  position: relative;
}

.text-span-8 {
  color: var(--yellow-rr);
}

.group-republic {
  display: none;
}

.heading-44 {
  color: #fff;
  text-align: center;
}

.image-20 {
  width: 450px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.banner-services {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Banner-Header-5_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.container-24 {
  max-width: 1200px;
  position: relative;
}

.heading-45 {
  color: #fff0;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff40;
  text-transform: uppercase;
  font-size: 150px;
  line-height: 150px;
}

.heading-46 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 100px;
  line-height: 100px;
}

.div-block-60 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.section-8 {
  background-image: url('../images/Banner-Vertical_1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-47 {
  font-size: 80px;
  line-height: 80px;
}

.heading-48 {
  margin-top: 10px;
  font-size: 32px;
  line-height: 42px;
}

.heading-49 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 52px;
}

.heading-50 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

.heading-51 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 52px;
}

.div-services-consultant {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  box-shadow: 0 2px 5px 0 var(--yellow-rr);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.section-9 {
  background-color: var(--navy-blue);
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-consultant-services {
  width: 80px;
  height: 80px;
}

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

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

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

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

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

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

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

.heading-53 {
  color: #fff;
  margin-top: 10px;
  font-size: 52px;
  font-weight: 600;
  line-height: 52px;
}

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

.div-block-63 {
  border-radius: 24px;
  position: relative;
}

.div-block-64 {
  background-image: linear-gradient(180deg, #fff0, var(--navy-blue) 70%);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-23 {
  width: 300px;
  height: auto;
}

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

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

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

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

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

.image-25._2 {
  object-fit: cover;
  height: 400px;
}

.image-26 {
  width: 220px;
  height: auto;
}

.div-block-66 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-28 {
  flex-flow: column;
  max-width: 1200px;
  display: flex;
}

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

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

.button-2 {
  background-color: var(--white);
  color: var(--yellow-rr);
  border-radius: 100px;
}

.div-block-67 {
  position: relative;
}

.div-block-68 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(180deg, #07293a00, var(--navy-blue));
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-54 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.heading-55 {
  color: var(--yellow-rr);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  transition: all .2s;
}

.heading-55:hover {
  transform: scale(1.05);
}

.section-11 {
  background-image: url('../images/Banner-Vertical_1.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.image-icon-services {
  width: 60px;
  height: auto;
}

.link-block-3 {
  width: 100%;
  height: auto;
}

.link-block-services-home {
  border-radius: 24px;
  width: 100%;
  height: auto;
  overflow: hidden;
  box-shadow: 0 10px 15px -10px #07293a99;
}

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

.section-crm-consultant-services {
  background-image: url('../images/Banner-Vertical_1.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 60px;
}

.container-30 {
  background-color: var(--yellow-rr);
  border-radius: 24px;
  max-width: 1200px;
  padding: 20px 40px;
  box-shadow: 0 2px 5px #0003;
}

.section-mudjai-crm-software {
  background-color: var(--navy-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.heading-56 {
  color: var(--navy-blue);
  margin-top: 10px;
  font-size: 100px;
  line-height: 100px;
}

.heading-57 {
  color: var(--navy-blue);
  margin-top: 10px;
}

.image-28 {
  width: 400px;
  height: auto;
  margin-top: -60px;
}

.image-29 {
  width: 40px;
  height: auto;
}

.crm-software-services {
  background-color: var(--yellow-rr);
  border-radius: 24px;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 40px;
  display: none;
  box-shadow: 0 2px 5px #0003;
}

.heading-58 {
  color: var(--navy-blue);
}

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

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

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

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

.heading-59 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 600;
  line-height: 48px;
}

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

.heading-60 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-69 {
  border-radius: 24px;
  position: relative;
  box-shadow: 0 10px 15px -10px #f5d30266;
}

.div-block-70 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(180deg, #0000, var(--navy-blue) 100%, white);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-61 {
  color: var(--red-mj);
  -webkit-text-stroke-color: var(--red-mj);
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.logo-carousel {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.combine-section_banner1 {
  background-color: var(--yellow-rr);
  background-image: none;
}

.logo-carousel-clone {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.logo-carousel-item {
  flex: none;
  padding: .5rem;
}

.combine-padding-global-7 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-banner1_component {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.carousel {
  flex-direction: row;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.combine-container-large-6 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.logo-carousel-wrap {
  backface-visibility: hidden;
  background-color: #0000;
  flex: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  transform: perspective(1px);
}

.heading-62 {
  color: #fff0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--navy-blue);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.div-crm-software-services {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 15px -10px #ff3921b3;
}

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

.heading-crm-consul-tant-sercvices {
  color: #ffffff4d;
  margin: 0 -60px 0 0;
  font-size: 150px;
  font-weight: 700;
  line-height: 150px;
  position: relative;
}

.servives {
  background-color: var(--navy-blue);
  color: var(--yellow-rr);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-size: 42px;
  font-weight: 600;
  line-height: 48px;
  display: inline-block;
}

.heading-63 {
  color: var(--yellow-rr);
  text-align: center;
  margin-top: 10px;
  font-size: 42px;
  font-weight: 600;
  line-height: 48px;
}

.heading-64 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.image-31 {
  width: 120px;
  height: auto;
  margin-right: 20px;
}

.paragraph-15 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-16 {
  color: #fff;
}

.heading-65 {
  color: #fff;
  margin-top: 10px;
  font-size: 52px;
  font-weight: 600;
  line-height: 58px;
}

.heading-mudjai-crm-services {
  background-image: linear-gradient(180deg, #fff0, var(--navy-blue));
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-content-mudjai {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #07293ae6;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-72 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.image-32 {
  margin-right: 10px;
}

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

.div-block-73 {
  background-color: var(--navy-blue);
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0 10px 15px -10px #07293a99;
}

.section-12 {
  background-image: url('../images/Banner-Vertical_1.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

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

.heading-66 {
  text-align: center;
  -webkit-text-stroke-color: var(--navy-blue);
  margin-top: 10px;
  font-size: 42px;
  font-weight: 600;
  line-height: 48px;
}

.heading-67 {
  color: #3330;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #07293a99;
  margin-top: 10px;
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
}

.heading-68 {
  color: var(--white);
  margin-top: 10px;
  font-size: 52px;
  font-weight: 600;
  line-height: 58px;
}

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

.banner-about {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Banner-Header-3_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

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

.grid-24 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-18 {
  color: var(--navy-blue);
  text-align: center;
  padding-left: 150px;
  padding-right: 150px;
  font-size: 16px;
  line-height: 22px;
}

.section-13 {
  background-color: var(--navy-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-14 {
  background-image: url('../images/Banner-Vertical_1.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-69 {
  color: var(--navy-blue);
  text-align: center;
  margin-top: -40px;
  font-size: 42px;
  font-weight: 600;
  line-height: 48px;
}

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

.lightbox-link-2 {
  width: 100%;
  height: auto;
  position: relative;
}

.div-block-75 {
  box-shadow: 0 10px 15px -10px var(--navy-blue);
  border-radius: 24px;
  position: relative;
}

.image-34, .image-cover-video {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 250px;
}

.heading-41-why-are-we-here {
  color: #3330;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #07293a33;
  margin-top: 10px;
  font-size: 80px;
  line-height: 80px;
}

.container-33 {
  text-align: center;
  max-width: 1200px;
  position: relative;
}

.section-15 {
  background-image: url('../images/Banner-Vertical_1.webp');
  background-position: 100%;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.heading-70 {
  color: var(--navy-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 62px;
}

.heading-71 {
  color: var(--navy-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.heading-72 {
  color: #3330;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #07293a1a;
  margin-top: 10px;
  font-size: 250px;
  line-height: 300px;
}

.hello {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-3 {
  background-color: var(--yellow-rr);
  color: var(--navy-blue);
  border-radius: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  transition: all .3s;
}

.button-3:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 15px -10px #f5d30299;
}

.banner-clients {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Banner-Header-10_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

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

.container-35 {
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-our-testimonials {
  background-color: var(--navy-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-our-testimonials.hide {
  display: block;
}

.heading-73 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.div-block-55-review {
  margin-top: 0;
  margin-bottom: 40px;
}

.banner-contact-us {
  background-image: linear-gradient(#00000080, #00000080), url('../images/urn_aaid_sc_US_98239929-cf2c-4353-885d-d35e1f659278.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.container-36 {
  background-color: var(--navy-blue);
  border-radius: 24px;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-35 {
  width: 30px;
  height: auto;
  margin-right: 20px;
}

.heading-74 {
  color: var(--white);
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.link-block-4 {
  color: var(--navy-blue);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.section-17 {
  background-image: url('../images/Banner-Vertical_1.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-36 {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-76 {
  padding: 40px;
}

.container-37 {
  background-color: var(--navy-blue);
  box-shadow: 0 10px 15px -10px var(--navy-blue);
  border-radius: 24px;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.image-37 {
  object-fit: cover;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  width: 100%;
  height: 550px;
}

.div-block-77 {
  padding: 20px;
}

.link-block-5 {
  width: 100%;
  height: auto;
  display: none;
}

.link-block-6 {
  width: 100%;
  height: auto;
}

.link-block-7 {
  width: 100%;
  height: auto;
  text-decoration: none;
}

.div-block-1402 {
  width: 60px;
  margin-top: 0;
  position: relative;
}

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

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

.language-list.w--open {
  background-color: var(--navy-blue);
  opacity: 1;
  border-radius: 20px;
  min-width: 155px;
  padding: 8px 16px;
  top: -391%;
  box-shadow: 14px 14px 45px 19px #4f5e781a;
}

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

.flag-3 {
  background-image: url('../images/line-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.language-toggle {
  background-color: var(--navy-blue);
  color: #fff;
  border: 1px solid #9b9eb838;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 22px;
  transition: all .2s;
  display: flex;
  top: 0;
  right: auto;
  box-shadow: 3px 3px 6px -3px #0000008f;
}

.language-toggle.w--open {
  background-color: var(--navy-blue);
  right: auto;
}

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

.flag-2 {
  background-image: url('../images/mail-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.text-block-6 {
  color: #fff;
  line-height: 22px;
}

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

.flag-1 {
  background-image: url('../images/phone-call_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.image-38 {
  width: 40px;
  height: auto;
  margin-right: 10px;
}

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

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

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

.banner-knowledge {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Banner-Header-9_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

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

.image-40 {
  object-fit: cover;
  border-radius: 200px;
  width: 200px;
  height: 200px;
  box-shadow: 0 10px 15px -10px #07293a99;
}

.image-40._3 {
  width: 220px;
  height: 220px;
  margin-top: 20px;
}

.image-40._4 {
  border-radius: 200px;
  width: 220px;
  height: 220px;
  margin-top: 30px;
}

.image-40._2 {
  border-radius: 200px;
  width: 250px;
  height: 250px;
  margin-top: -30px;
  margin-left: 20px;
}

.image-40._1 {
  width: 250px;
  height: 250px;
  margin-top: -40px;
  margin-right: 20px;
}

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

.div-block-1404 {
  margin-top: -40px;
  position: relative;
}

.div-block-1404._3 {
  margin-top: 30px;
  margin-left: 40px;
  margin-right: 40px;
}

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

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

.div-block-image-hello {
  margin-top: 0;
}

.left-arrow-2 {
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-left: 1vw;
  display: flex;
}

.orange {
  color: #f1953a;
}

.footer-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
}

.image-3-wrapper {
  z-index: 1;
  transform-origin: 100%;
  width: 70%;
  height: auto;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 5px #00000057;
}

.slide-wrapper {
  perspective: 1000px;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.links {
  z-index: 999;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  position: relative;
}

.footer-links {
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-right: 1vw;
  display: flex;
}

.link-3 {
  color: #5f5f5f;
  font-size: 18px;
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

.youtube-link {
  color: #7d7d7d;
  letter-spacing: 0;
  justify-content: space-between;
  align-items: center;
  margin-right: 30px;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.image-41 {
  z-index: 2;
  width: 100%;
  height: auto;
}

.section-18 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  transition: text-indent .2s;
  display: flex;
}

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

.website-link {
  font-weight: 500;
  text-decoration: none;
}

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

.image-42 {
  transform: rotate(180deg);
}

.clone-button {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 500;
  transition: transform .2s;
  display: flex;
  box-shadow: 1px 1px 3px #cacaca;
}

.clone-button:hover {
  transform: scale(1.01);
}

.text-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  margin-right: 20px;
  display: flex;
}

.footer-cta-wrapper {
  border-top: 1px solid #ddd;
  justify-content: center;
  align-items: flex-end;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.footer-text-wrapper {
  justify-content: center;
  align-items: center;
  width: 720px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.webflow-logo-footer {
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 2px;
}

.image-43 {
  z-index: 1;
  width: 100%;
  height: auto;
}

.image-1-wrapper {
  z-index: 3;
  transform-origin: 100%;
  width: 100%;
  height: auto;
  margin-right: -8vw;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 12px 2px #00000021;
}

.green {
  color: #83dc52;
}

.footer-disclaimer-text {
  color: #a9a9ab;
  text-align: center;
  font-size: 14px;
}

.footer-cta {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

.image-1 {
  z-index: 3;
  width: 100%;
  height: auto;
  box-shadow: 0 1px 16px 2px #00000024;
}

.extra-clone-button {
  z-index: 999;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 500;
  transition: transform .2s;
  display: flex;
  position: absolute;
  inset: 120px 30px auto auto;
  box-shadow: 1px 1px 3px #cacaca;
}

.extra-clone-button:hover {
  transform: scale(1.01);
}

.logo-footer {
  margin-left: 30px;
}

.slider-2 {
  background-color: #0000;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.red {
  color: #f65a68;
}

.image-2-wrapper {
  z-index: 2;
  transform-origin: 100%;
  width: 80%;
  height: auto;
  margin-right: -8vw;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 10px #0000003d;
}

.youtube-logo {
  margin-right: 5px;
}

.text-link {
  color: #009bfb;
  text-align: center;
  width: 220px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color .14s;
  display: block;
}

.text-link:hover {
  color: #009bfb;
}

.title {
  text-align: right;
  letter-spacing: -3px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
}

.slide-nav-3 {
  padding-top: 27px;
  font-size: 8px;
}

.slidecontent {
  border-radius: 12px;
  flex: 1;
  width: 100%;
  min-width: 100%;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 0;
  position: relative;
  overflow: visible;
}

.slidecontent.forrest {
  background-image: url('../images/casey-horner-4rDCa5hBlCs-unsplash.jpg');
}

.slidecontent.mountains {
  background-image: url('../images/daniel-roe-lpjb_UMOyx8-unsplash.jpg');
}

.slider-3 {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  height: auto;
  padding: 25px 50px;
  display: flex;
  overflow: visible;
}

.mask-2 {
  width: 100%;
  overflow: visible;
}

.arrow {
  color: #c9c9c9ed;
  font-size: 22px;
}

.slide-2 {
  width: 300px;
  margin-right: 20px;
  overflow: visible;
}

.name {
  color: #fff;
  position: absolute;
  inset: auto 20px 0 auto;
}

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

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

.slider-container {
  min-height: 300px;
  padding: 40px;
  overflow: hidden;
}

.slider-right-arrow {
  color: #444;
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-content-wrapper {
  background-color: #e1e1e1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.mask-3 {
  position: static;
  overflow: visible;
}

.slider-left-arrow {
  color: #444;
}

.slider-text {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.slider-4 {
  background-color: #0000;
  flex: 0 auto;
  width: 800px;
  height: auto;
  position: static;
}

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

.slide-nav-4 {
  display: none;
}

.heading-75 {
  color: var(--red-mj);
  text-align: center;
  margin-top: 10px;
}

.div-block-1408 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.image-46 {
  border-radius: 100px;
  width: 80px;
  height: auto;
  margin-right: 20px;
}

.heading-76 {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.container-38 {
  max-width: 1000px;
}

.image-customer {
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  height: 600px;
}

.image-customer._2 {
  object-position: 50% 50%;
}

.image-customer._3 {
  object-position: 50% 20%;
}

.heading-77 {
  color: var(--yellow-rr);
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.heading-78 {
  color: #fff;
  margin-top: 10px;
  padding-right: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.paragraph-19 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

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

.div-block-1409 {
  background-image: linear-gradient(90deg, #07293ae6, #405a67b0 40%, #fff0 83%);
  justify-content: center;
  align-items: center;
  padding: 80px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tabs-menu {
  z-index: 99;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  display: flex;
}

.tab-link-tab-1 {
  border: 2px solid var(--yellow-rr);
  color: var(--yellow-rr);
  text-transform: uppercase;
  background-color: #ddd0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.tab-link-tab-1.w--current {
  background-color: var(--yellow-rr);
  color: var(--navy-blue);
  text-align: center;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.tab-link-tab-2 {
  border: 2px solid var(--yellow-rr);
  color: var(--yellow-rr);
  text-align: center;
  text-transform: uppercase;
  background-color: #ddd0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.tab-link-tab-2.w--current {
  background-color: var(--yellow-rr);
  color: var(--navy-blue);
}

.tab-link-tab-3 {
  border: 2px solid var(--yellow-rr);
  color: var(--yellow-rr);
  text-align: center;
  text-transform: uppercase;
  background-color: #ddd0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.tab-link-tab-3.w--current {
  background-color: var(--yellow-rr);
  color: var(--navy-blue);
}

.paragraph-20 {
  color: #fff;
  padding-right: 40px;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-20.th {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Noto Sans Thai, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

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

.heading-79 {
  color: #3330;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff80;
  text-transform: uppercase;
  font-size: 180px;
  line-height: 180px;
}

.flag-4 {
  background-image: url('../images/facebook-app-symbol.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.image-48 {
  width: 80px;
  height: auto;
}

.div-logo-cus {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  margin-left: 80px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-span-9 {
  color: var(--white);
}

.link-block-8 {
  background-color: var(--navy-blue);
  background-image: linear-gradient(180deg, #07293a99, var(--navy-blue) 40%), url('../images/group-2042.png');
  box-shadow: none;
  color: #fff;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 3px solid #fff;
  border-radius: 24px;
  padding: 40px 20px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

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

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

.heading-80 {
  text-align: center;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
}

._20-year {
  font-size: 200px;
}

.heading-20-years {
  background-image: linear-gradient(0deg, #fff, #fff0 21%, var(--navy-blue) 70%, #054a6d);
  color: var(--navy-blue);
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 100px;
  font-weight: 800;
  line-height: 1;
  display: inline-block;
}

.div-block-1411 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.heading-81 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

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

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

.image-50 {
  width: 100px;
  height: auto;
  padding: 15px;
}

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

.key-features {
  background-image: url('../images/Banner-Vertical_1.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

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

.sub-features {
  font-size: 18px;
  font-weight: 400;
}

.heading-82 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 42px;
}

.text-span-10 {
  color: var(--red-mj);
  font-weight: 700;
}

.highlight-red {
  color: var(--red-mj);
  font-weight: 600;
}

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

.heading-83 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.list {
  color: var(--white);
  flex-flow: column;
  padding-left: 20px;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.list-item {
  line-height: 24px;
}

.div-block-1412 {
  width: 100%;
  height: auto;
}

.div-block-1413 {
  background-color: var(--navy-blue);
  border-radius: 24px;
  padding: 100px 40px;
}

.tab-link-tab-1-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 24px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.tab-link-tab-1-2.w--current {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--navy-blue);
  color: var(--white);
  border-radius: 24px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.tab-link-tab-2-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 24px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

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

.tab-link-tab-3-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 24px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.tab-link-tab-3-2.w--current {
  background-color: var(--navy-blue);
  color: var(--white);
  border-radius: 24px;
  box-shadow: 0 2px 5px #0003;
}

.tab-link-tab-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 24px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.tab-link-tab-4.w--current {
  background-color: var(--navy-blue);
  color: var(--white);
  border-radius: 24px;
  box-shadow: 0 2px 5px #0003;
}

.tabs-menu-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.link-block-9 {
  color: var(--navy-blue);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.heading-84 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.image-51 {
  width: 40px;
  height: auto;
}

.div-block-1414 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 2px none var(--red-mj);
  background-color: var(--navy-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-1415 {
  text-align: center;
  margin-top: 40px;
}

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

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

.heading-85 {
  color: var(--navy-blue);
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  line-height: 48px;
}

.div-block-1416 {
  max-width: 800px;
}

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

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

.grid-32 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-54 {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 460px;
  transition: all .2s;
  box-shadow: 0 2px 5px #0003;
}

.image-54:hover {
  transform: scale(1.1);
}

.image-55 {
  border-radius: 24px;
  width: 100%;
  height: auto;
  transition: all .2s;
  box-shadow: 0 2px 5px #0003;
}

.image-55:hover {
  transform: scale(1.1);
}

.div-block-1418 {
  border-radius: 24px;
  overflow: hidden;
}

.heading-86 {
  color: var(--yellow-rr);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.heading-86.th {
  font-family: Noto Sans Thai, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.paragraph-23 {
  color: #fff;
  padding-right: 240px;
}

.paragraph-23.th {
  margin-bottom: 0;
  padding-right: 0;
  font-family: Noto Sans Thai, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.div-block-dbd {
  text-align: right;
  margin-top: 20px;
}

.image-56 {
  border-radius: 10px;
  width: 100px;
  height: auto;
}

.paragraph-35 {
  text-align: center;
  padding-top: 10px;
  font-family: Noto Sans Thai, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.link-87, .link-93, .link-91 {
  color: #000;
  text-decoration: none;
}

.link-89 {
  color: #1f2022;
  text-decoration: none;
}

.paragraph-36 {
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Sans Thai, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.link-90 {
  color: #202020;
  text-decoration: none;
}

.link-92 {
  color: #000;
  text-decoration: none;
}

.link-92.w--current {
  color: #000;
}

.container-40 {
  max-width: 1200px;
  margin-top: 60px;
}

.heading-87 {
  color: var(--white);
  text-align: left;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.combine-button-icon {
  color: #1f2c3d;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon:hover {
  color: #f7db15;
}

.combine-text-size-small {
  color: #1f2c3d;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-size-small.combine-text-color-grey {
  font-size: 14px;
  line-height: 24px;
}

.combine-heading-style-h5 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.combine-heading-style-h2-2 {
  color: var(--navy-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
}

.combine-button-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-button-content:hover {
  color: #f7db15;
}

.combine-blog1_item {
  color: #1f2c3d;
  background-color: #fff;
  border-radius: 1.25rem;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow .25s, transform .25s, color .25s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.combine-blog1_item:hover {
  transform: translate(0, -.75rem);
  box-shadow: 0 16px 20px #8c94a533;
}

.combine-blog1_date {
  color: #5f6570;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-blog1_image-wrapper {
  width: 100%;
  height: 17rem;
  position: relative;
  overflow: hidden;
}

.combine-blog1_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-blog1_image {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.combine-text-align-center-2 {
  text-align: center;
}

.combine-chevron-right_icon {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.combine-text-size-regular-2 {
  color: #000;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

.combine-section_blog1 {
  background-color: #fff;
}

.bold-text-48 {
  font-weight: 600;
}

.combine-blog1_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.combine-space-large-2 {
  height: 2rem;
}

.combine-padding-section-medium-3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.combine-container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.section-19 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 60px;
}

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

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

.list-2 {
  padding-left: 20px;
}

.list-item-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

.link-94 {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.link-94.w--current {
  font-size: 16px;
}

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

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

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

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

.heading-33174 {
  color: #018edb;
  margin-top: 10px;
  font-family: Varela, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.icon-9 {
  color: #0000;
  background-image: url('../images/logo-C_1logo-C.png');
  background-position: 50%;
  background-size: cover;
  margin-right: 10px;
  font-size: 35px;
}

.close-modal-restructuring-money {
  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;
}

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

.language-list-2.w--open {
  background-color: #018edb;
  border-radius: 20px;
  min-width: 250px;
  padding: 8px 16px;
  top: -260%;
  box-shadow: 14px 14px 45px 19px #4f5e781a;
}

.text-block-4 {
  color: #fff;
  font-size: 15px;
}

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

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

.text-block-2 {
  color: #dfdfdf;
}

.language-link-2 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 55px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

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

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

.flag-5 {
  background-image: url('../images/call_1call.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-right: 14px;
}

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

.flag-6 {
  background-image: url('../images/messager_1messager.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-right: 14px;
}

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

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

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

.language-dropdown-2 {
  z-index: 500;
}

.language-toggle-2 {
  color: #20355a;
  background-color: #202020;
  border: 1px solid #9b9eb838;
  border-radius: 20px;
  padding-right: 60px;
  transition: all .2s;
  top: -28px;
  right: auto;
}

.language-toggle-2.w--open {
  padding-right: 60px;
  right: auto;
}

.language-section-2 {
  z-index: 999;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 10vh;
  padding-top: 50px;
  padding-right: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

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

.slider-5 {
  background-color: var(--navy-blue);
  width: 100%;
  height: auto;
}

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

.left-arrow-3 {
  margin-left: -80px;
}

.right-arrow-3 {
  margin-right: -80px;
}

.pc {
  display: block;
  position: relative;
}

.mobile {
  display: none;
}

.image-customer-mobile {
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  height: 600px;
}

.image-customer-mobile._2 {
  object-position: 50% 50%;
}

.image-customer-mobile._3 {
  object-position: 50% 20%;
}

.div-block-ct-mobile {
  background-image: linear-gradient(90deg, #07293ae6, #fff0 83%);
  justify-content: center;
  align-items: center;
  padding: 80px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid-28-mobile {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.heading-78-mobile {
  color: #fff;
  margin-top: 10px;
  padding-right: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

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

.mark {
  justify-content: flex-start;
  align-items: flex-end;
}

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

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

.popup-wrapper---brix {
  z-index: 99999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup-wrapper---brix.preview-page {
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-content-wrapper---brix {
  z-index: 100;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 14px #4a3aff29, 0 -2px 4px #14142b1f, 0 12px 44px #14142b57;
}

.popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
  box-shadow: 0 3px 14px #00000029, 0 -2px 4px #14142b1f, 0 12px 44px #14142b57;
}

.popup-1---brix {
  text-align: center;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.popup-1-illustration---brix {
  width: 600px;
  height: auto;
}

.close-popup---brix {
  cursor: pointer;
  border-radius: 10px;
  width: 40px;
  height: auto;
  transition: transform .2s;
  position: absolute;
  inset: 24px 24px auto auto;
  box-shadow: 0 2px 5px #0003;
}

.close-popup---brix:hover {
  transform: scale(.9);
}

.overlay---brix {
  z-index: 10;
  background-color: #0000009c;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1440px) {
  .item-4 {
    -webkit-text-fill-color: inherit;
    object-fit: contain;
    background-clip: border-box;
    width: 140px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .slider-wrapper-2 {
    margin-top: 0;
  }

  .items-3 {
    justify-content: flex-start;
  }

  .section-gallery.relative {
    z-index: 1;
  }
}

@media screen and (min-width: 1920px) {
  .item-4 {
    width: 150px;
  }

  .item-4.micro {
    top: -32px;
    left: 23px;
  }

  .item-4.mac {
    position: relative;
    top: 86px;
  }

  .item-4.scb {
    position: relative;
    top: -65px;
  }

  .items-3 {
    padding-bottom: 60px;
  }

  .gallery-track {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .heading-3 {
    font-size: 80px;
  }

  .paragraph {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .div-block-5 {
    width: 250px;
  }

  .brand, .brand.w--current {
    flex: 1;
  }

  .nav-menu {
    background-color: var(--navy-blue);
  }

  .heading-5 {
    font-size: 80px;
    line-height: 86px;
  }

  .heading-6, .heading-7 {
    font-size: 28px;
    line-height: 34px;
  }

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

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

  .item-4 {
    height: 30vh;
  }

  .items-3 {
    justify-content: flex-start;
  }

  .paragraph-3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 24px;
  }

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

  .logo-customer.row1, .logo-customer.row2 {
    width: 100px;
  }

  .logo-customer.row3 {
    width: 120px;
  }

  .logo-customer.center {
    width: 100px;
  }

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

  .one-stop {
    padding-top: 0;
  }

  .heading-11 {
    font-size: 150px;
    line-height: 150px;
  }

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

  .container-11 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-scroll {
    margin-top: 0;
  }

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

  .div-block-14 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-16 {
    font-size: 14px;
  }

  .image-icon-footer {
    width: 30px;
  }

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

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

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

  .crm-consultant-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .div-block-content-we {
    display: flex;
  }

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

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

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

  .image-13 {
    width: 60px;
    height: 60px;
  }

  .heading-36 {
    font-size: 80px;
    line-height: 86px;
  }

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

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

  .heading-40 {
    margin-top: -80px;
    font-size: 60px;
    line-height: 60px;
  }

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

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

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

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

  .image-18 {
    width: 80px;
  }

  .heading-45 {
    font-size: 100px;
    line-height: 100px;
  }

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

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

  .image-27 {
    height: 300px;
  }

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

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

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

  .combine-padding-global-7 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .image-31 {
    width: 100px;
  }

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

  .paragraph-18 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .section-17 {
    padding: 40px 20px;
  }

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

  .language-list.w--open {
    top: -400%;
  }

  .language-toggle {
    top: 0;
  }

  .text-wrapper {
    margin-top: 121px;
    margin-right: 20px;
  }

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

  .image-customer {
    height: 500px;
  }

  .image-customer._2 {
    object-position: 70% 50%;
  }

  .image-customer._3 {
    object-position: 70% 20%;
  }

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

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

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

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

  .image-48 {
    width: 70px;
  }

  .div-logo-cus {
    margin-left: 10px;
  }

  .heading-20-years {
    font-size: 80px;
  }

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

  .tabs-menu-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

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

  .image-54 {
    height: auto;
  }

  .heading-86.th {
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-23 {
    padding-right: 0;
  }

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

  .menu-button {
    color: #fff;
    font-size: 50px;
  }

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

  .paragraph-36 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-87 {
    font-size: 16px;
  }

  .container-41 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .combine-button-icon {
    white-space: nowrap;
  }

  .combine-heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .combine-blog1_item {
    max-width: 32rem;
  }

  .combine-blog1_image-wrapper {
    height: 14rem;
  }

  .combine-blog1_component {
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

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

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

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

  .left-arrow-3, .right-arrow-3 {
    display: none;
  }

  .image-customer-mobile {
    height: 500px;
  }

  .image-customer-mobile._2 {
    object-position: 70% 50%;
  }

  .image-customer-mobile._3 {
    object-position: 70% 20%;
  }

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

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

  .image-17878 {
    width: 25px;
  }

  .popup-content-wrapper---brix {
    width: auto;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .heading-3 {
    font-size: 50px;
    line-height: 1.05;
  }

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

  .div-block-5 {
    width: 200px;
    margin-left: 20px;
  }

  .div-block-5._2 {
    margin-right: 20px;
  }

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

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

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

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

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

  .items-3 {
    justify-content: flex-start;
  }

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

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

  .logo-flex {
    margin-right: 20px;
  }

  .logo-customer.row2 {
    margin: 10px;
  }

  .one-stop {
    height: 500px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-11 {
    font-size: 80px;
    line-height: 80px;
  }

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

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

  .div-block-scroll {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .image-4 {
    width: 250px;
    margin-top: 0;
  }

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

  .image-5 {
    width: 30px;
  }

  .heading-15 {
    font-size: 52px;
    line-height: 58px;
  }

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

  .heading-21 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 24px;
    line-height: 30px;
  }

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

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

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

  .text-span-3 {
    font-size: 18px;
    line-height: 24px;
  }

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

  .div-block-50 {
    flex-flow: column;
  }

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

  .heading-40 {
    font-size: 38px;
    line-height: 48px;
  }

  .image-18 {
    width: 60px;
  }

  .image-20 {
    width: 350px;
  }

  .heading-45 {
    font-size: 80px;
    line-height: 80px;
  }

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

  .image-27 {
    height: 500px;
  }

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

  .section-crm-consultant-services, .section-mudjai-crm-software {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .combine-padding-global-7 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-62 {
    font-size: 40px;
    line-height: 40px;
  }

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

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

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

  .heading-41-why-are-we-here {
    font-size: 60px;
    line-height: 60px;
  }

  .grid-25, .grid-26 {
    grid-template-columns: 1fr;
  }

  .image-37 {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
  }

  .language-toggle {
    top: -3px;
  }

  .left-arrow-2 {
    width: 40px;
  }

  .footer-2 {
    margin-top: 20px;
  }

  .image-3-wrapper {
    display: none;
  }

  .slide-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .footer-links {
    margin-bottom: 10px;
  }

  .right-arrow-2 {
    width: 40px;
  }

  .text-wrapper {
    align-items: center;
    margin-top: 40px;
  }

  .footer-cta-wrapper {
    margin-top: 60px;
  }

  .footer-text-wrapper {
    width: auto;
  }

  .image-1-wrapper {
    width: auto;
    margin-right: 0;
  }

  .footer-disclaimer-text {
    width: auto;
  }

  .image-1 {
    width: 36vw;
  }

  .extra-clone-button {
    display: none;
  }

  .slider-2 {
    height: 600px;
  }

  .image-2-wrapper {
    display: none;
  }

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

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

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

  .image-48 {
    width: 60px;
  }

  .heading-20-years {
    font-size: 50px;
  }

  .key-features {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .div-block-1413 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tab-link-tab-1-2, .tab-link-tab-1-2.w--current, .tab-link-tab-2-2, .tab-link-tab-3-2, .tab-link-tab-4 {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-85 {
    font-size: 32px;
    line-height: 42px;
  }

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

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

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

  .paragraph-36 {
    font-size: 10px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .combine-blog1_image-wrapper {
    justify-content: center;
    align-items: center;
    height: 20rem;
  }

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

  .section-19 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-88 {
    font-size: 28px;
  }

  .list-item-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .link-94 {
    font-size: 14px;
  }

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

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

  .pc {
    display: none;
  }

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

  .image-customer-mobile, .image-customer-mobile._2 {
    object-position: 100% 50%;
  }

  .image-customer-mobile._3 {
    object-position: 100% 50%;
    height: 400px;
  }

  .div-block-ct-mobile {
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .grid-28-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.5fr;
  }

  .heading-78-mobile {
    padding-right: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .cover-play-mobile {
    position: relative;
  }

  .div-block-logo-cus {
    z-index: 5;
    margin-top: 10px;
    margin-left: 10px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .card-button-play {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .popup-wrapper---brix {
    padding-left: 24px;
    padding-right: 24px;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    border-radius: 20px;
    max-width: none;
    left: 24px;
    right: 24px;
  }

  .popup-1-illustration---brix {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .heading-3 {
    font-size: 10vw;
    line-height: 1.1;
  }

  .div-block-5 {
    width: 45vw;
    height: 300px;
    margin-left: 10px;
    top: 8%;
  }

  .div-block-5._2 {
    width: 45vw;
    margin-right: 10px;
    top: 10%;
  }

  .div-block-5._3 {
    width: 40vw;
    margin-left: 0;
    bottom: -10%;
  }

  .div-block-5._4 {
    width: 45vw;
    margin-left: 0;
    bottom: -5%;
  }

  .image-2 {
    width: 150px;
  }

  .heading-5 {
    font-size: 12vw;
    line-height: 1;
  }

  .text-span-yellow {
    line-height: 28px;
  }

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

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

  .item-4 {
    width: 100px;
    height: 170px;
  }

  .items-3 {
    justify-content: flex-start;
  }

  .section-header {
    height: auto;
  }

  .section-technology-experiences {
    width: 100%;
    height: 100vh;
  }

  .logo-flex {
    margin-right: 0;
  }

  .logo-customer.row1 {
    width: 60px;
    margin: 10px;
    top: 0;
  }

  .logo-customer.row2, .logo-customer.row3 {
    width: 60px;
    margin: 10px;
    top: 0;
    right: 0;
  }

  .logo-customer.center {
    width: 60px;
  }

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

  .heading-9 {
    font-size: 22px;
  }

  .one-stop {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .heading-12 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

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

  .div-block-scroll {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

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

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

  .div-block-14 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-5 {
    width: 30px;
  }

  .heading-15 {
    margin-left: 0;
    font-size: 42px;
    line-height: 48px;
  }

  .heading-18.yellow {
    font-size: 14px;
    line-height: 20px;
  }

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

  .slide {
    height: auto;
  }

  .slide-nav {
    font-size: 14px;
    line-height: 18px;
  }

  .container-delight-with-precision {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .div-block-35 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    box-shadow: 0 2px 5px #0003;
  }

  .heading-36 {
    font-size: 12vw;
    line-height: 1;
  }

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

  .play-icon {
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 23px;
  }

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

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

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

  .heading-40 {
    margin-top: -60px;
    font-size: 32px;
    line-height: 38px;
  }

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

  .heading-41 {
    -webkit-text-stroke-width: .5px;
    font-size: 9vw;
  }

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

  .paragraph-11 {
    margin-bottom: 10px;
  }

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

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

  .image-18 {
    margin-right: 0;
  }

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

  .heading-45 {
    font-size: 13vw;
    line-height: 1.5;
  }

  .heading-46 {
    font-size: 60px;
  }

  .image-27 {
    height: 350px;
  }

  .combine-padding-global-7 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-64 {
    font-size: 18px;
  }

  .image-31 {
    width: 80px;
  }

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

  .image-32 {
    width: 50px;
    height: auto;
  }

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

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

  .heading-41-why-are-we-here {
    font-size: 10vw;
    line-height: 60px;
  }

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

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

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

  .link-block-4 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-76 {
    padding: 20px;
  }

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

  .image-37 {
    height: 300px;
  }

  .div-block-1402 {
    width: 50px;
  }

  .language-list.w--open {
    top: -360%;
  }

  .language-link {
    min-height: 50px;
  }

  .language-toggle {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0;
  }

  .language-toggle.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-38 {
    width: 40px;
  }

  .footer-links {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
  }

  .youtube-link {
    margin-right: 10px;
  }

  .text-wrapper {
    margin-top: 0;
  }

  .footer-text-wrapper {
    flex-flow: wrap;
  }

  .footer-disclaimer-text {
    margin-top: 4px;
  }

  .image-1 {
    width: 55vw;
  }

  .logo-footer {
    margin-left: 0;
  }

  .slider-2 {
    height: 550px;
  }

  .title {
    font-size: 46px;
  }

  .image-customer {
    object-position: 70% 50%;
    height: 550px;
  }

  .image-customer._2, .image-customer._3 {
    object-position: 80% 50%;
  }

  .heading-78 {
    padding-right: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .grid-28 {
    grid-template-columns: 1.5fr;
  }

  .tabs-menu {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-3 {
    width: 100%;
  }

  .paragraph-20.th {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
  }

  .image-banner-slides {
    height: 600px;
  }

  .image-48 {
    width: 50px;
  }

  .link-block-8 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-20-years {
    font-size: 10vw;
    line-height: 1.1;
  }

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

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

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

  .div-block-1413 {
    padding: 20px;
  }

  .tabs-menu-2 {
    display: flex;
  }

  .heading-84 {
    font-size: 16px;
  }

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

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

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

  .crm-hide {
    display: none;
  }

  .paragraph-35 {
    font-size: 14px;
  }

  .paragraph-36 {
    font-size: 10px;
    line-height: 16px;
  }

  .heading-87 {
    font-size: 14px;
  }

  .container-41 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .combine-heading-style-h2-2 {
    font-size: 1.5rem;
    line-height: 24px;
  }

  .combine-text-size-regular-2 {
    font-size: 32px;
    line-height: 42px;
  }

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

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

  .list-item-2 {
    line-height: 24px;
  }

  .link-94 {
    line-height: 20px;
  }

  .link-94.w--current {
    font-size: 14px;
  }

  .link-block-237 {
    margin-right: 0;
  }

  .div-block-1420 {
    padding-bottom: 60px;
  }

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

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

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

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

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

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

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

  .icon-10 {
    font-size: 40px;
  }

  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }

  .image-customer-mobile {
    object-position: 100% 50%;
    height: 300px;
  }

  .image-customer-mobile._2, .image-customer-mobile._3 {
    object-position: 100% 50%;
  }

  .div-block-ct-mobile {
    background-color: var(--navy-blue);
    background-image: linear-gradient(90deg, #07293ae6, #fff0 83%);
    padding: 20px 0;
    position: static;
  }

  .grid-28-mobile {
    grid-template-columns: 1.5fr;
  }

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

  .cover-play-mobile {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .div-block-logo-cus {
    margin-top: 10px;
    margin-left: 10px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .card-button-play {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .image-17878 {
    width: 20px;
  }

  .popup-wrapper---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .popup-content-wrapper---brix {
    border-radius: 24px;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    border-radius: 16px;
    left: 16px;
    right: 16px;
  }
}

#w-node-_7d45639c-dbc4-f8a7-fdcb-3990a36e83c8-bef7c5da {
  place-self: end center;
}

#w-node-_49597405-d2ed-dbc1-7434-4b3767a3fd23-bef7c5da {
  place-self: center;
}

#w-node-_35f39f75-6eb0-1be8-ce9d-835554d54374-bef7c5da {
  place-self: center end;
}

#w-node-_78378603-7532-8b3b-ea69-574666efcb68-bef7c5da, #w-node-_78378603-7532-8b3b-ea69-574666efcb6b-bef7c5da {
  place-self: center;
}

#w-node-_78378603-7532-8b3b-ea69-574666efcb6e-bef7c5da {
  place-self: center end;
}

#w-node-_18d26b49-8ce2-cc4b-ae53-69bdf3df4bca-bef7c5da, #w-node-e511d099-ad1c-ad46-f9a6-56294f33dcf5-bef7c5da, #w-node-a6ca9263-141c-36e0-d6b8-0d806fa5f73e-bef7c5da {
  place-self: stretch center;
}

#w-node-fe3d0914-100a-fb35-7afe-f202ca566766-ca566762 {
  place-self: auto;
}

#w-node-fe3d0914-100a-fb35-7afe-f202ca56676a-ca566762, #w-node-_7a143c5b-164a-4d7f-b8be-1f8fd6ab1a89-ca566762, #w-node-fe3d0914-100a-fb35-7afe-f202ca56677f-ca566762 {
  place-self: auto center;
}

#w-node-_3190472b-bbf1-a2b8-2f9d-7071784a22d1-784a22c9 {
  align-self: center;
}

#w-node-_3190472b-bbf1-a2b8-2f9d-7071784a22d3-784a22c9, #w-node-db0b8641-fab4-4ad4-e133-7211984b323f-a2ecc5df {
  place-self: center;
}

#w-node-_654a9bef-9de9-8a96-22b2-cd05222cbba4-a2ecc5df, #w-node-_654a9bef-9de9-8a96-22b2-cd05222cbbae-a2ecc5df, #w-node-_654a9bef-9de9-8a96-22b2-cd05222cbbb9-a2ecc5df {
  place-self: stretch center;
}

#w-node-b82c2402-a625-68a2-6b1e-fe7ef12eb3d8-04e497d9, #w-node-b82c2402-a625-68a2-6b1e-fe7ef12eb3f6-04e497d9, #w-node-_7ce19b27-430a-af19-b04d-bc93b15311e0-1c0e0052, #w-node-_105415b4-719d-dc4e-178c-db6e7ec76411-1c0e0052, #w-node-b3a2952d-be6b-7bd9-d632-9a6b92900d3b-1c0e0052, #w-node-_5672112c-9e80-57ed-32cb-8320b53b4314-1c0e0052, #w-node-dd2131c8-dcc0-77e7-b6cf-bdf032da11fe-1c0e0052, #w-node-_675bc8bf-6b48-cff8-2308-3bd90575dedd-1c0e0052, #w-node-f78d4c92-a966-e67e-990c-ddab90f968fb-a79a6fbd {
  place-self: center;
}

#w-node-_60fa72fb-1dda-7bfc-817c-50153ada1737-a79a6fbd {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_0b8c6cb3-ff17-73a6-ccd0-2a2ab65ad86c-04e497d9 {
    place-self: stretch stretch;
  }

  #w-node-_72d5a892-a01f-6f9b-f3ca-0cc7f3004d5a-04e497d9 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7d45639c-dbc4-f8a7-fdcb-3990a36e83c8-bef7c5da {
    align-self: center;
  }

  #w-node-fe3d0914-100a-fb35-7afe-f202ca56676a-ca566762, #w-node-_7a143c5b-164a-4d7f-b8be-1f8fd6ab1a89-ca566762 {
    justify-self: start;
  }

  #w-node-fe3d0914-100a-fb35-7afe-f202ca56677f-ca566762 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_78378603-7532-8b3b-ea69-574666efcb68-bef7c5da, #w-node-f78d4c92-a966-e67e-990c-ddab90f968fb-a79a6fbd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


