* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins";
  position: relative;
  padding: 0px;
  margin: 0px;
}

.header-gini {
  z-index: 9999999;
  position: sticky;
  top: 0px;
  background-color: #efefef;
  height: fit-content !important;
}
.hero-section[data-v-77310732] {
  background-image: url(/images/giniimages/Maskgroup.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 40px 120px;
  font-family: "Poppins";
  margin-top: 30px;
}

.hero-section .hero-grid[data-v-77310732] {
  display: grid;
  gap: 60px 40px;
  grid-template-columns: 1fr 1fr;
}

.hero-section .highlight[data-v-77310732] {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.hero-section .highlight .dot[data-v-77310732] {
  color: #f7941d;
  font-size: 35px;
  font-weight: 800;
  line-height: 0;
  margin-left: 2px;
  margin-right: 10px;
}

.hero-section .hero-title[data-v-77310732] {
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  text-transform: uppercase;
}

.hero-section .highlight-gr[data-v-77310732] {
  background: linear-gradient(90deg, #f7941d, #f04e37, #f7941d, #f04e37);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
  animation: textShine-77310732 5s ease-in-out infinite alternate;
  background-size: 500% auto;
}

@keyframes textShine-77310732 {
  0% {
    background-position: 0 50%;
  }

  to {
    background-position: 100% 50%;
  }
}

.hero-section .content-col[data-v-77310732] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-section .content-col .content[data-v-77310732] {
  font-size: 17px;
  line-height: 29px;
}

.hero-section .moving-carousel[data-v-77310732] {
  grid-column: 1/3;
  grid-row: 2/3;
  height: 100%;
}

.hero-section .moving-carousel img[data-v-77310732] {
  height: auto;
  width: 100%;
}

.hero-section input[type="radio"][data-v-77310732] {
  display: none;
}

.hero-section .container[data-v-77310732] {
  flex-direction: column;
  transform-style: preserve-3d;
}

.hero-section .cards[data-v-77310732],
.hero-section .container[data-v-77310732] {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}

.hero-section .cards[data-v-77310732] {
  margin-bottom: 300px;
}

.hero-section .card[data-v-77310732] {
  aspect-ratio: 2/1 !important;
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.4s ease;
  width: 60%;
}

.hero-section img[data-v-77310732] {
  border-radius: 10px;
  max-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.hero-section #item-1:checked ~ .cards #song-3[data-v-77310732],
.hero-section #item-2:checked ~ .cards #song-1[data-v-77310732],
.hero-section #item-3:checked ~ .cards #song-2[data-v-77310732] {
  opacity: 0.4;
  transform: translate(-40%) scale(0.8);
  z-index: 0;
}

.hero-section #item-1:checked ~ .cards #song-2[data-v-77310732],
.hero-section #item-2:checked ~ .cards #song-3[data-v-77310732],
.hero-section #item-3:checked ~ .cards #song-1[data-v-77310732] {
  opacity: 0.4;
  transform: translate(40%) scale(0.8);
  z-index: 0;
}

.hero-section #item-1:checked ~ .cards #song-1[data-v-77310732],
.hero-section #item-2:checked ~ .cards #song-2[data-v-77310732],
.hero-section #item-3:checked ~ .cards #song-3[data-v-77310732] {
  opacity: 1;
  transform: translate(0) scale(1);
  z-index: 1;
}

.hero-section #item-1:checked ~ .cards #song-1 img[data-v-77310732],
.hero-section #item-2:checked ~ .cards #song-2 img[data-v-77310732],
.hero-section #item-3:checked ~ .cards #song-3 img[data-v-77310732] {
  box-shadow: 0 0 5px #51515178;
}

@media screen and (max-width: 1009px) {
  .hero-section[data-v-77310732] {
    height: 100%;
    margin-top: 122px;
    overflow: hidden;
    padding: 40px 40px 0;
  }

  .hero-section .hero-grid[data-v-77310732] {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 730px) {
  .hero-section[data-v-77310732] {
    height: 100%;
    overflow: hidden;
    padding: 40px 20px 0;
  }

  .hero-section .cards[data-v-02281a80][data-v-77310732] {
    margin-bottom: 184px;
  }
}

@media screen and (max-width: 700px) {
  .hero-section[data-v-77310732] {
    padding: 40px 20px 0;
  }

  .hero-section .hero-grid[data-v-77310732] {
    gap: 30px;
    grid-template-columns: 1fr !important;
  }

  .hero-section .moving-carousel[data-v-77310732] {
    grid-column: 1/2;
    grid-row: 3/5;
    height: 100%;
  }
}

/* @media (max-width: 576px) {
  .header {
    margin-bottom: -160px;
  }
} */

/*-- navigation--*/

.navigation.navbar {
  float: right;
  padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link-1 {
  padding: 10px;
  color: #161825;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-left: 8px;
}

.nav-item-1 .nav-link-1 {
  width: max-content;
  list-style: none;
  text-decoration: none;
}

.nav-item-1 img {
  width: 64px;
}

.navigation.navbar-dark .navbar-nav .nav-link-1:focus,
.navigation.navbar-dark .navbar-nav .nav-link-1:hover {
  background: rgba(229, 34, 32, 0.2);
  border-radius: 50px;
}

.navigation.navbar-dark .navbar-nav .active > .nav-link-1,
.navigation.navbar-dark .navbar-nav .nav-link-1.active,
.navigation.navbar-dark .navbar-nav .nav-link-1.show,
.navigation.navbar-dark .navbar-nav .show > .nav-link-1 {
  background: #e52220;
  color: #fff;
  border-radius: 50px;
}

.navbar-expand-md .navbar-nav {
  padding-right: 10px;
  list-style: none;
  text-decoration: none;
}

@media screen and (max-width: 576px) {
  .hero-section[data-v-77310732] {
    height: 100%;
    overflow: hidden;
    padding: 40px 20px 173px;
  }

  .hero-section .hero-grid[data-v-77310732] {
    gap: 30px;
    grid-template-columns: 1fr !important;
  }

  .hero-section .highlight[data-v-77310732] {
    font-size: 14px;
  }

  .hero-section .hero-title[data-v-77310732] {
    font-size: 35px;
    line-height: 45px;
  }

  .hero-section .content-col[data-v-77310732] {
    gap: 20px;
  }

  .hero-section .content-col .content[data-v-77310732] {
    font-size: 17px;
    line-height: 29px;
  }

  .hero-section .moving-carousel[data-v-77310732] {
    grid-column: 1/2;
    grid-row: 3/5;
    height: 100%;
  }

  .hero-section input[type="radio"][data-v-77310732] {
    display: none;
  }

  .hero-section .cards[data-v-77310732],
  .hero-section .container[data-v-77310732] {
    height: 100%;
    width: 100%;
  }

  .hero-section .cards[data-v-77310732] {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 20px !important;
    padding-bottom: 60px;
    position: relative;
  }

  .hero-section .card[data-v-77310732] {
    cursor: pointer;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.4s ease;
    width: 100%;
  }

  .hero-section img[data-v-77310732] {
    border-radius: 10px;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }

  .hero-section #item-1:checked ~ .cards #song-3[data-v-77310732],
  .hero-section #item-2:checked ~ .cards #song-1[data-v-77310732],
  .hero-section #item-3:checked ~ .cards #song-2[data-v-77310732] {
    opacity: 0.4;
    transform: translate(-40%) scale(0.8);
    z-index: 0;
  }

  .hero-section #item-1:checked ~ .cards #song-2[data-v-77310732],
  .hero-section #item-2:checked ~ .cards #song-3[data-v-77310732],
  .hero-section #item-3:checked ~ .cards #song-1[data-v-77310732] {
    opacity: 0.4;
    transform: translate(40%) scale(0.8);
    z-index: 0;
  }

  .hero-section #item-1:checked ~ .cards #song-1[data-v-77310732],
  .hero-section #item-2:checked ~ .cards #song-2[data-v-77310732],
  .hero-section #item-3:checked ~ .cards #song-3[data-v-77310732] {
    opacity: 1;
    transform: translate(0) scale(1);
    z-index: 1;
  }

  .hero-section #item-1:checked ~ .cards #song-1 img[data-v-77310732],
  .hero-section #item-2:checked ~ .cards #song-2 img[data-v-77310732],
  .hero-section #item-3:checked ~ .cards #song-3 img[data-v-77310732] {
    box-shadow: 0 0 5px #51515178;
  }
}

.highlight-gr[data-v-77310732] {
  background: linear-gradient(90deg, #f7941d, #f15b2b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading[data-v-77310732] {
  color: #272827;
  display: inline-block;
  font-size: 36px;
  font-weight: 500;
  position: relative;
}

.content[data-v-77310732] {
  color: #505050;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: justify;
}

.sub-heading[data-v-77310732] {
  color: #505050;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}

.button-stack[data-v-77310732] {
  align-items: center;
  display: flex;
  gap: 25px;
}

.workflows-btnstack[data-v-77310732] {
  display: flex;
  gap: 20px;
  justify-content: left;
  margin-left: 14px;
  margin-top: 20px;
  width: 100%;
}

@media screen and (max-width: 500px) {
  .button-stack[data-v-77310732] {
    align-items: normal;
    gap: 25px;
  }

  .button-stack[data-v-77310732],
  .workflows-btnstack[data-v-77310732] {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .workflows-btnstack[data-v-77310732] {
    gap: 20px;
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}

#MIBTheader[data-v-77310732] {
  background-color: #efefef;
  padding: 0.3vw 7vw;
}

#MIBTheader ul[data-v-77310732] {
  display: grid;
  gap: 1vw;
  grid-template-columns: repeat(8, 1fr);
  list-style: none;
  padding: 130;
  text-align: center;
}

#MIBTheader li[data-v-77310732],
#MIBTheader ul[data-v-77310732] {
  align-items: center;
  justify-content: center;
  width: 100%;
}

#MIBTheader li[data-v-77310732] {
  background-color: #fff;
  border: 2px solid #f7941d66;
  border-radius: 7px;
  color: #505050;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 600;
  gap: 5px;
  height: 100%;
  letter-spacing: 1px;
  padding: 2px 0 2px;
  text-transform: uppercase;
  transition: background 0.2s ease-in-out;
}

#MIBTheader li[data-v-77310732]:hover {
  background: #505050;
  color: #fff;
}

#MIBTheader li.select[data-v-77310732] {
  opacity: 1;
}

#MIBTheader li i[data-v-77310732] {
  color: #f7941d;
  font-size: 1.5vw;
}

#MIBTheader .p-name[data-v-77310732] {
  font-size: 10px !important;
}

#MIBTheader .select .p-name[data-v-77310732],
#MIBTheader .select i[data-v-77310732] {
  color: #fff !important;
}

#MIBTheader .select[data-v-77310732] {
  background: linear-gradient(90deg, #f7941d, #f04e37);
  border: none;
}

@media screen and (max-width: 1060px) {
  #MIBTheader[data-v-77310732] {
    display: none;
  }
}

.section[data-v-77310732] {
  padding: 40px 120px;
}

@media screen and (max-width: 1200px) {
  .section[data-v-77310732] {
    padding: 40px;
  }
}

@media screen and (max-width: 576px) {
  .section[data-v-77310732] {
    min-height: 75vh;
    padding: 20px;
  }

  .solutions {
    margin-top: 127px;
  }

  .new-logo[data-v-77310732] {
    align-items: flex-start !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}

.solutions .section-logo[data-v-77310732] {
  height: 45px;
  width: auto;
}

.solutions .img-section[data-v-77310732] {
  text-align: right;
}

.solutions .hero-section select {
  margin-top: 200px;
}

.new-logo[data-v-77310732] {
  align-items: flex-end;
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}

.esign[data-v-77310732],
.lmd[data-v-77310732],
.mandi[data-v-77310732],
.sc[data-v-77310732],
.vaas[data-v-77310732] {
  align-items: center;
  background: #fff;
  background-size: cover;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.sc[data-v-77310732] {
  grid-template-columns: 2fr 3fr;
}

.esign .content[data-v-77310732],
.lmd .content[data-v-77310732],
.mandi .content[data-v-77310732],
.sc .content[data-v-77310732],
.vaas .content[data-v-77310732],
.voice .content[data-v-77310732] {
  margin: 30px 0;
}

.esign .info-section[data-v-77310732],
.lmd .info-section[data-v-77310732],
.mandi .info-section[data-v-77310732],
.sc .info-section[data-v-77310732],
.vaas .info-section[data-v-77310732] {
  width: 100% !important;
}

.lmd .section-img[data-v-77310732],
.mandi .section-img[data-v-77310732],
.vaas .section-img[data-v-77310732] {
  height: auto;
  width: 400px;
}

.voice[data-v-77310732] {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  min-height: calc(75vh - 100px);
  width: 100%;
}

.section#voice.dark[data-v-77310732] {
  background: #000;
}

.section#voice.dark .content[data-v-77310732] {
  color: #dedede;
}

.voice .information-col[data-v-77310732] {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.voice .image-col .voice-img[data-v-77310732] {
  border-radius: 5px;
  box-shadow: 1px 1px 10px #0006;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 290px;
}

.voice .icon-col[data-v-77310732],
.voice .image-col[data-v-77310732] {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
}

.voice .icon-col[data-v-77310732] {
  width: 100%;
}

.voice .icon-col .box-background[data-v-77310732] {
  align-items: center;
  background: linear-gradient(-45deg, #f7941d, #f15b2b);
  border-radius: 10px;
  display: flex;
  gap: 30px;
  height: 100%;
  padding: 40px;
  width: 100%;
}

.voice .icon-col .highlight-list[data-v-77310732] {
  display: flex;
  flex-direction: column;
  gap: 30px;
  list-style: none;
  width: 200px;
}

.voice .icon-col .list-element[data-v-77310732] {
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  opacity: 0.7;
  transition: opacity 0.3 ease-in-out;
  z-index: 2;
}

.voice .list-element .fa-solid[data-v-77310732] {
  color: #000;
  font-size: 25px;
  margin-right: 20px;
  opacity: 1;
}

.dark .voice .icon-col .list-element[data-v-77310732] {
  color: #000;
  width: 13rem;
}

.voice.dark .list-element .fa-solid[data-v-77310732] {
  color: #000;
}

.voice .list-element[data-v-77310732]:hover {
  opacity: 1;
}

.voice .select[data-v-77310732] {
  color: #fff !important;
  font-size: 18px;
  opacity: 1 !important;
}

.dark .voice .icon-col .list-element .select[data-v-77310732],
.voice .select .fa-solid[data-v-77310732] {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .voice[data-v-77310732] {
    grid-template-columns: 1fr !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .voice .image-col .voice-img[data-v-77310732] {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .voice[data-v-77310732] {
    grid-template-columns: 1fr !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .voice .image-col .voice-img[data-v-77310732] {
    border-radius: 5px;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }

  .dark .voice .icon-col .list-element[data-v-77310732],
  .voice .image-col[data-v-77310732] {
    width: 100%;
  }

  .voice .icon-col .box-background[data-v-77310732] {
    flex-direction: column;
    width: 100%;
  }

  .voice .icon-col .highlight-list[data-v-77310732] {
    display: grid;
    gap: 30px 10px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .voice .icon-col .list-element[data-v-77310732] {
    display: flex;
    flex-direction: column;
    font-size: 14px;
  }

  .voice .list-element .fa-solid[data-v-77310732] {
    font-size: 16px;
    margin-right: 10px;
  }
}

.lmd[data-v-77310732] {
  background: url(/images/giniimages/light-bkg.webp);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lmd .new-logo[data-v-77310732] {
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}

.lmd[data-v-77310732] {
  align-items: center;
  display: grid;
  gap: 60px;
  grid-template-columns: 2fr 4fr;
  height: 100%;
}

.lmd .info-section[data-v-77310732] {
  display: flex;
  flex-direction: column;
}

.lmd .image-grid[data-v-77310732] {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  height: 100%;
}

.lmd .text-box[data-v-77310732] {
  cursor: default;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 5;
}

.lmd .text-box .text-box-heading[data-v-77310732] {
  font-size: 30px;
}

.lmd .text-box .content[data-v-77310732] {
  font-size: 10px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 10px;
}

.lmd .image-grid .box:hover .text-box[data-v-77310732] {
  opacity: 1;
}

.lmd .image-grid .box[data-v-77310732] {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #00000026;
  display: flex;
  justify-content: center;
  padding: 10px;
  position: relative;
  transition-duration: 0.3s;
  transition-property: filter transform;
  transition-timing-function: ease-in-out;
}

.lmd .image-grid .box .dash-img[data-v-77310732] {
  height: auto;
  width: 100%;
}

.lmd .image-grid .box[data-v-77310732]:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
  transform-origin: top left;
}

.lmd .image-grid .box:first-child .text-box[data-v-77310732] {
  right: -310px;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
}

.lmd .image-grid .box[data-v-77310732]:nth-child(5) {
  grid-column: 3/5;
  grid-row: 1/2;
  transform-origin: top center;
}

.lmd .image-grid .box:nth-child(5) .text-box[data-v-77310732] {
  bottom: 0;
  left: 0;
  transform: translateY(110%);
  width: 300px;
}

.lmd .image-grid .box[data-v-77310732]:nth-child(8) {
  grid-column: 3/5;
  grid-row: 2/3;
}

.lmd .image-grid .box:nth-child(8) .text-box[data-v-77310732] {
  bottom: 0;
  left: 0;
  transform: translateY(110%);
  width: 300px;
}

.lmd .image-grid .box[data-v-77310732]:nth-child(3) {
  grid-column: 5/7;
  grid-row: 1/3;
  transform-origin: top right;
}

.lmd .image-grid .box:nth-child(3) .text-box[data-v-77310732] {
  left: -310px;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
}

.lmd .image-grid .box[data-v-77310732]:nth-child(4) {
  grid-column: 1/2;
  grid-row: 3/4;
  transform-origin: bottom left;
}

.lmd .image-grid .box:nth-child(4) .text-box[data-v-77310732] {
  right: -310px;
  top: 0;
  width: 300px;
}

.lmd .image-grid .box[data-v-77310732]:nth-child(2) {
  grid-column: 2/4;
  grid-row: 3/4;
  transform-origin: bottom left;
}

.lmd .image-grid .box:nth-child(2) .text-box[data-v-77310732] {
  left: 0;
  top: 0;
  transform: translateY(-100%);
  width: 300px;
}

.lmd .image-grid .box[data-v-77310732]:nth-child(6) {
  grid-column: 4/6;
  grid-row: 3/4;
  transform-origin: bottom right;
}

.lmd .image-grid .box:nth-child(6) .text-box[data-v-77310732] {
  left: 0;
  top: 0;
  transform: translateY(-100%);
  width: 300px;
}

.lmd .image-grid .box[data-v-77310732]:nth-child(7) {
  grid-column: 6/7;
  grid-row: 3/4;
  transform-origin: bottom right;
}

.lmd .image-grid .box:nth-child(7) .text-box[data-v-77310732] {
  left: -310px;
  top: 0;
  width: 300px;
}

@media screen and (max-width: 1200px) {
  .lmd[data-v-77310732] {
    background: none;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 576px) {
  .lmd[data-v-77310732] {
    background: none;
    gap: 40px;
    grid-template-columns: 1fr;
  }

  .lmd .new-logo img[data-v-77310732] {
    height: 45px;
    margin-bottom: 10px;
  }

  .lmd .image-grid[data-v-77310732] {
    gap: 5px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .lmd .image-grid .box .text-box[data-v-77310732] {
    display: none;
  }

  .lmd .image-grid .box[data-v-77310732] {
    border-radius: 0;
    padding: 0;
  }
}

.lm2.workflows[data-v-77310732] {
  background: linear-gradient(0deg, #000c, #000c), url(/images/giniimages/lm-bkg.webp);
  background-position: 0;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.lm2.workflows .img-cover[data-v-77310732] {
  align-items: center;
  background: none;
  display: flex;
  height: 100%;
  padding-left: 120px;
  width: 100%;
}

.lm2.workflows .img-cover .section-img[data-v-77310732] {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .lm2.workflows .img-cover .section-img[data-v-77310732] {
    width: 500px;
  }

  .lm2.workflows[data-v-77310732] {
    grid-template-columns: 1fr;
  }

  .lm2.workflows .img-cover[data-v-77310732] {
    display: flex;
    justify-content: center;
    padding-left: 0;
  }
}

@media screen and (max-width: 576px) {
  .lm2.workflows .img-cover[data-v-77310732] {
    padding-left: 0;
  }

  .lm2.workflows .img-cover .section-img[data-v-77310732] {
    height: auto;
    width: 100%;
  }
}

.workflows[data-v-77310732] {
  align-items: center;
  background: #000;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}

.workflows .content[data-v-77310732] {
  margin: 30px 0;
}

.wms .info-section[data-v-77310732],
.workflows .info-section[data-v-77310732] {
  padding: 40px 120px 40px 40px;
}

.workflows .img-cover[data-v-77310732] {
  background: url(/images/giniimages/workflow.webp);
  background-position: 0;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.workflows .section-logo[data-v-77310732] {
  display: inline-block;
  height: 45px;
}

.esign .heading[data-v-77310732],
.workflows .heading[data-v-77310732] {
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}

.lm2 .heading[data-v-77310732],
.lmd .heading[data-v-77310732],
.vaas .heading[data-v-77310732],
.voice .heading[data-v-77310732] {
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Poppins";
}

.workflows .content[data-v-77310732] {
  color: #fff;
  opacity: 0.9;
}

.workflows .card-grid[data-v-77310732] {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.workflows .card-heading[data-v-77310732] {
  color: #f7941d;
  font-size: 18px;
  margin-bottom: 5px;
}

.workflows .icon-card .content[data-v-77310732] {
  margin: 0;
}

.workflows .icon-card[data-v-77310732] {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 4fr;
}

.workflows .card-icon[data-v-77310732] {
  align-items: center;
  color: #f7941d;
  display: flex;
  font-size: 30px;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .workflows[data-v-77310732] {
    grid-template-columns: 25% 1fr;
  }

  .workflows .info-section[data-v-77310732] {
    padding: 40px;
  }
}

@media screen and (max-width: 680px) {
  .workflows .info-section .new-logo[data-v-77310732] {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 900px) {
  .workflows[data-v-77310732] {
    align-items: center;
    grid-template-columns: 1fr;
  }

  .workflows .img-cover[data-v-77310732] {
    height: 30vw;
  }
}

@media screen and (max-width: 576px) {
  .workflows[data-v-77310732] {
    align-items: center;
    grid-template-columns: 1fr;
  }

  .workflows .img-cover[data-v-77310732] {
    height: 100vw;
    width: 100%;
  }

  .workflows .info-section[data-v-77310732] {
    padding: 20px;
  }

  .workflows .content[data-v-77310732] {
    width: 100%;
  }

  .workflows .card-grid[data-v-77310732] {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .voice .heading[data-v-77310732],
  .workflows .heading[data-v-77310732] {
    line-height: 45px;
  }
}

.mandi[data-v-77310732] {
  background: url(/_almasons/m_I.webp);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mandi .img-section[data-v-77310732] {
  text-align: left;
}

.mandi .img-section .section-img[data-v-77310732] {
  height: auto;
  width: 600px;
}

.mandi .new-logo[data-v-77310732] {
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.mandi .new-logo .heading[data-v-77310732] {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .mandi[data-v-77310732] {
    background: none;
    grid-template-columns: 1fr;
  }

  .mandi .img-section .section-img[data-v-77310732] {
    width: 60%;
  }

  .mandi .img-section[data-v-77310732] {
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .mandi[data-v-77310732] {
    background: none;
    grid-template-columns: 1fr;
  }

  .mandi .img-section .section-img[data-v-77310732] {
    width: 100%;
  }

  .mandi .new-logo[data-v-77310732] {
    gap: 15px;
  }

  .mandi .new-logo img[data-v-77310732] {
    height: 45px;
    margin-bottom: 10px;
  }

  .mandi .new-logo .heading[data-v-77310732] {
    font-size: 36px;
  }
}

.esign[data-v-77310732] {
  background: linear-gradient(0deg, #ffffffd6, #ffffffd6),
    url(/images/giniimages/esignBkg.webp);
  background-position: 0 100%;
  gap: 60px;
  grid-template-columns: 2fr 3fr;
}

.esign .new-logo[data-v-77310732] {
  align-items: end;
  font-size: 38px;
  gap: 5px;
}

.esign .esign-card-grid[data-v-77310732] {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(6, 1fr);
}

.esign .card[data-v-77310732] {
  background: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 10px #00000026;
  padding: 10px;
  text-align: left;
}

.esign .card .esign-card-icon[data-v-77310732] {
  color: #f15b2b;
  font-size: 40px;
  opacity: 0.5;
}

.esign .card .card-title[data-v-77310732] {
  color: #272827;
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0 0;
}

.esign .card .content[data-v-77310732] {
  font-size: 14px;
  margin: 0;
  text-align: left;
}

.esign .card[data-v-77310732]:first-child {
  grid-column-end: 3;
  grid-column-start: 1;
}

.esign .card[data-v-77310732]:nth-child(2) {
  grid-column-end: 5;
  grid-column-start: 3;
}

.esign .card[data-v-77310732]:nth-child(3) {
  grid-column-end: 7;
  grid-column-start: 5;
}

.esign .card[data-v-77310732]:nth-child(4) {
  grid-column-end: 4;
  grid-column-start: 2;
}

.esign .card[data-v-77310732]:nth-child(5) {
  grid-column-end: 6;
  grid-column-start: 4;
}

@media screen and (max-width: 1200px) {
  .esign[data-v-77310732] {
    gap: 60px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 576px) {
  .esign[data-v-77310732] {
    gap: 60px;
    grid-template-columns: 1fr;
  }

  .esign .new-logo[data-v-77310732] {
    gap: 15px;
  }

  .esign .new-logo img[data-v-77310732] {
    height: 45px;
    margin-bottom: 10px;
  }

  .esign .new-logo .heading[data-v-77310732] {
    font-size: 36px;
  }

  .esign .esign-card-grid[data-v-77310732] {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .esign .card .card-title[data-v-77310732] {
    margin: 10px 0 0;
  }

  .esign .card[data-v-77310732]:nth-child(n) {
    grid-column-end: 2;
    grid-column-start: 1;
  }
}

.sc[data-v-77310732] {
  background: #000;
  grid-template-columns: 1fr 1fr;
}

.sc .new-logo[data-v-77310732] {
  align-items: flex-start;
  flex-direction: column;
  font-size: 38px;
  gap: 0;
}

.sc .new-logo .heading[data-v-77310732] {
  font-weight: 700 !important;
}

.sc .new-logo img[data-v-77310732] {
  height: 45px;
}

.sc ul[data-v-77310732] {
  list-style: none;
  margin-bottom: 30px;
  margin-left: 50px;
}

.sc ul li[data-v-77310732]:before {
  color: #f7941d;
  content: "•";
  display: inline-block;
  font-weight: 700;
  width: 1em;
}

.sc .content[data-v-77310732] {
  color: #dedede;
}

.sc ul .content[data-v-77310732] {
  display: inline-block;
  margin: 5px 0;
}

.sc .img-section[data-v-77310732] {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.sc .img-section img[data-v-77310732] {
  filter: drop-shadow(0 0 20px #ffffff66);
  height: auto;
  width: auto;
}

@media screen and (max-width: 1200px) {
  .sc[data-v-77310732] {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 576px) {
  .sc[data-v-77310732] {
    grid-template-columns: 1fr;
  }

  .sc ul[data-v-77310732] {
    list-style: circle !important;
    margin-left: 10px;
  }

  .sc ul li[data-v-77310732]:before {
    display: none;
  }

  .sc .img-section img[data-v-77310732] {
    filter: drop-shadow(0 0 20px #ffffff66);
    width: 100%;
  }
}

.vaas[data-v-77310732] {
  background: url(/images/giniimages/light-bkg.webp);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.vaas .new-logo[data-v-77310732] {
  align-items: flex-start;
  flex-direction: column;
  font-size: 38px;
  gap: 20px;
}

.vaas .new-logo .heading[data-v-77310732] {
  font-weight: 700 !important;
}

.vaas .img-section img[data-v-77310732] {
  width: 600px;
}

@media screen and (max-width: 1200px) {
  .vaas[data-v-77310732] {
    background: none;
    grid-template-columns: 1fr;
  }

  .vaas .img-section img[data-v-77310732] {
    width: 60%;
  }

  .solutions .img-section[data-v-77310732] {
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .vaas[data-v-77310732] {
    background: none;
    grid-template-columns: 1fr;
  }

  .vaas .new-logo img[data-v-77310732] {
    height: 45px;
  }

  .vaas .img-section img[data-v-77310732] {
    width: 100%;
  }
}

.faq[data-v-77310732] {
  padding: 60px 120px;
}

.question-block[data-v-77310732] {
  margin-top: 30px;
}

.faq hr[data-v-77310732] {
  margin: 10px 0;
  opacity: 0.4;
}

.accordion[data-v-77310732] {
  background-color: transparent;
  border: none;
  color: #272827;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  padding: 10px;
  text-align: left;
  transition: 0.4s;
  width: 100%;
}

.panel[data-v-77310732] {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  padding: 0 50px;
  transition: max-height 0.2s ease-out;
}

.accordion[data-v-77310732]:after {
  color: #bbb !important;
  content: "➕";
  float: right;
  font-size: 13px;
  margin-left: 5px;
}

.active[data-v-77310732]:after {
  color: #f7941d;
  content: "➖";
}

.panel .content[data-v-77310732] {
  margin: 10px 0;
  text-align: left;
}

.panel li .content[data-v-77310732] {
  margin: 0;
}

@media screen and (max-width: 576px) {
  .faq[data-v-77310732] {
    padding: 40px;
  }
}

.button-stack {
  align-items: center;
  display: flex;
  gap: 25px;
}

@media screen and (max-width: 500px) {
  .button-stack {
    align-items: normal;
    display: flex;
    flex-direction: column !important;
    gap: 25px;
    text-align: center;
    width: 100%;
  }
}

.btn[data-v-4f335ef6] {
  border: 2px solid #f7941d;
  border-radius: 3px;
  color: #f7941d;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 18px;
  text-decoration: none;
  text-transform: uppercase;
  text-wrap: nowrap;
  transition: padding 0.3s ease-in-out;
}

.btn i[data-v-4f335ef6] {
  display: inline-block;
  margin-right: 15px;
}

.btn[data-v-2ced36da] {
  background: linear-gradient(90deg, #f7941d, #f04e37);
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 18px;
  text-decoration: none;
  text-transform: uppercase;
  text-wrap: nowrap;
  transition: padding 0.3s ease-in-out;
}

.btn i[data-v-2ced36da] {
  display: inline-block;
  margin-right: 15px;
}

.btn[data-v-2ced36da]:hover {
  box-shadow: 0 -1px 19px 3px #f7941d8a;
}
