.banner {
  height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fdfdfd;
  background: linear-gradient(280.2deg, #fdfdfd 20.6%, #eef4fa 100.2%);
}
.banner-info video{
  width: 100%;
  max-width: 645px;
}
.banner h1 {
  color: #1e1d1d;
  font-size: 70px;
  font-weight: 700;
}

.banner p {
  color: #444;
  margin-bottom: 45px;
}

.banner .btn-home,
.banner .btn-home:focus-visible,
.banner .btn-home:hover {
  padding: 10px 20px;
  color: #f4edf8;
  background-color: #053fff;
  background: linear-gradient(90deg, #053fff 0, #005eff 100%);
}

.aboutus {
  padding: 100px 0;
  height: 100dvh;
  background-color: #f6fffc;
}

.customrow {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.customrow > div {
  padding-left: 12px;
  padding-right: 12px;
  width: 33.33%;
  margin-bottom: 16px;
}

.aboutus .aboutus--heading {
  font-weight: 700;
}

.aboutus .aboutus--details {
  width: 70%;
  margin-bottom: 60px;
}

.aboutus--box {
  padding: 16px;
  display: flex;
  gap: 16px;
  align-items: center;
  border-radius: 8px;
  background-color: #d8e7ff;
  text-decoration: none;
}

.aboutus--box > div {
  display: flex;
  flex: 2;
  height: fit-content;
  align-items: end;
}

.aboutus--box > div p {
  margin-bottom: 0;
  font-size: 14px;
  color: #545454;
}

.aboutus--box > div span {
  font-weight: 700;
  color: #000;
}

.spacer {
  height: 100dvh;
  display: grid;
  place-items: center;
  font-size: 2rem;
  background: #f3f3f3;
}

.panel {
  padding: 100px 100px 0 100px !important;
}

.horizontal-section {
  color: #fff;
}

.heading--2 {
  display: flex;
  font-size: 2rem;
  margin-left: 25rem;
  align-items: center;
}

.heading--2 p {
  width: 350px;
  margin-right: 5rem;
} 
.heading--2 img {
  width: 150px;
  height: auto;
}

.heading--1 {
  margin-right: 0;
  position: relative;
}

.heading--1 span {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

.heading--1 h2 {
  width: 422px;
  line-height: 1.3;
  font-size: 2.4rem;
  font-weight: 700;
}

.horizontalTrack {
  display: flex;
}

.horizontalTrackRow {
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
  position: relative;
}

.horizontalTrackRow > div {
  width: 65vh;
  display: flex;
  justify-content: end;
  align-items: end;
  position: relative;
}

.horizontalTrackRow > div:nth-child(1) {
  margin-bottom: 15rem;
}

.horizontalTrackRow > div:nth-child(2) {
  margin-bottom: 15rem;
  z-index: 10;
}

.horizontalTrackRow > div:nth-child(3) {
  margin-bottom: 18rem;
}

.horizontalTrackRow > div:nth-child(4) {
  margin-bottom: 18rem;
  z-index: 10;
}

.horizontalTrackCol {
  width: 305px;
}

.horizontalTrackCol h3 {
  font-family: Poppins;
  font-size: 16px; 
  font-weight: 500;
  margin-bottom: 10px;
  color: #DFD9D9;
}

.horizontalTrackCol p {
  height: 160px;
  margin-bottom: 3rem;
  color: #D6D6D6; 
  font-weight: 400;
  font-size: 13px
}

.horizontal-section {
  height: calc(115dvh * 2);
  background: #280663;
  background: linear-gradient(105.13deg, #13032f 21.22%, #280663 69.57%); 
  padding: 50px 0px;
}

.horizontal-sticky {
  position: sticky;
  top: 0;
  height: 100dvh;
  overflow: hidden;
  touch-action: pan-y;
}

.horizontal-track {
  display: flex;
  height: 100dvh;
  width: calc(115vw * 2);
  will-change: transform;
}

.panel {
  width: calc(115vw * 2);
  height: 100dvh;
  padding: 16px;
  display: flex;
  color: #fff;
}

.panel {
  position: relative;
}

.floatHeading {
  font-size: 600px;
  font-weight: bolder;
  letter-spacing: -20px;
  color: #320c74;
  z-index: 2;
  line-height: 0.7;
}

.bottom-right {
  left: 0;
  bottom: 0;
}

.bottom-left {
  left: 0;
  bottom: 0;
}

@media (max-width: 1600px) {
  .horizontalTrackRow > div {
    width: 62vh;
  }

  .horizontalTrackCol {
    width: 265px;
  }

  .floatHeading {
    font-size: 450px;
  }

  .horizontalTrackRow > div:nth-child(3) {
    margin-bottom: 15rem;
  }

  .horizontalTrackRow > div:nth-child(4) {
    margin-bottom: 15rem;
  }
}

@media (max-width: 1200px) {
  .horizontalTrack {
    flex-direction: column;
  }

  .heading--1 {
    margin-bottom: 5rem;
  }

  .horizontalTrackRow > div:nth-child(4) {
    /* display: none; */
  }

  .heading--1 h2 {
    font-size: 1.4rem;
  }

  .horizontalTrack > .d-flex {
    /* flex: 2; */
  }

  .heading--2 {
    margin-left: 8rem;
  }

  .horizontal-section {
    /* height: calc(200dvh * 2); */
    height: calc(115dvh * 2);
  }

  .horizontal-track {
    width: calc(200vw * 2);
  }

  .panel {
    width: calc(200vw * 2);
  }
}

@media (max-width: 756px) { 

  .customrow > div {
    width: 100%;
  }

  .banner h1 {
    font-size: 35px;
  }

  .panel {
    padding: 40px 30px 0 40px !important;
  }

  .heading--1 h2 {
    width: 300px;
    font-size: 18px;
  }

  .floatHeading {
    font-size: 250px;
    bottom: 30dvh;
    letter-spacing: 0px;
    -webkit-text-stroke-width: 10px;
    -webkit-text-stroke-color: #320c74;
  }

  .horizontalTrackCol {
    width: 200px;
  }

  .horizontalTrackRow > div {
    width: 40vh;
  }

  .horizontalTrackCol p {
    height: 100px;
    font-size: 14px;
    margin-bottom: 1.5rem;
  }

  .horizontalTrackRow > div:nth-child(1) {
    margin-bottom: 20rem;
  }

  .horizontalTrackRow > div:nth-child(2) {
    margin-bottom: 20rem;
    z-index: 10;
  }

  .horizontalTrackRow > div:nth-child(3) {
    margin-bottom: 20rem;
  }
  .horizontalTrackRow > div:nth-child(4) {
    margin-bottom: 22rem;
  }

  .heading--2 {
    font-size: 18px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    gap: 20px;
    align-items: center;
    text-align: center;
    width: 350px;
  }

  .heading--2 p {
    margin-right: 0;
  }

  .heading--2 img {
    width: 120px;
  }

  .horizontal-section {
    height: calc(212dvh * 2);
  }

  .horizontal-track {
    width: calc(212vw * 2);
  }

  .panel {
    width: calc(212vw * 2);
  }
}

.carousel {
  height: 85dvh;
  display: flex;
  background-color: #f8fdff;
  overflow: hidden;
}

.carousel .active,
.carouselItem {
  transition: 0.4s;
}

.carousel--col {
  position: relative;
  overflow: hidden;
}

.carousel .carousel--col:nth-child(1) {
  width: 40%;
}

.carousel .carousel--col:nth-child(2) {
  width: 60%;
}

.carousel--heading {
  margin: 60px 0 0 100px;
  width: 227px;
}

.carousel--heading span {
  font-size: 40px;
  display: block;
}

.carousel--heading > span:nth-child(1) {
  font-size: 35px;
  line-height: 1;
}

.carousel--heading > span:nth-child(2) {
  margin: 8px 0;
  font-weight: 700;
  line-height: 1;
}

.carousel--heading > span:nth-child(3) {
  font-size: 20px;
}

.carousel--horizontalLine {
  position: relative;
  right: 73vw;
  bottom: 1px;
  width: 100vw;
  height: 1px;
  background: #6c6c6c;
  z-index: -1;
}

.carousel--horizontalLine > div {
  width: 15px;
  height: 15px;
  background-color: #6c6c6c;
  translate: -50% -50%;
}

.horizontalLine__two {
  position: unset;
  width: 77%;
  margin-left: auto;
}

.horizontalLine__three div {
  position: absolute;
  right: 0;
  translate: 50% -50%;
}

.carousel--nav {
  width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-bottom: 60px;
}

.carousel--navbar {
  margin-top: 20px;
  margin-left: 28.6%;
}

.carousel--navbar ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 5%;
  list-style: none;
}

.carousel--navbar ul li {
  font-size: 13px;
  text-wrap: nowrap;
  cursor: pointer;
  padding: 2px 8px;
}

.carousel--navbar ul li.active {
  background-color: #feeded;
}

.carousel--pointer {
  display: flex;
  padding-right: 5%;
  margin-bottom: 6px;
  margin-left: 28.6%;
  align-items: center;
  justify-content: space-between;
}

.carousel--pointer a {
  display: flex;
  padding: 4px 10px;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  background-color: #eeedfe;
  color: #4f1a9a;
  border-radius: 2px;
}

.carousel--arrow {
  display: flex;
  gap: 24px;
}

.carousel--arrow img {
  cursor: pointer;
}

.right--arrow {
  rotate: 180deg;
}

.carousel--items {
  position: relative;
  display: flex;
  z-index: 10;
  width: 75%;
}

.carousel--item:not(.active) {
  opacity: 0;
}

.carousel--item {
  display: flex;
  align-items: end;
  gap: 20px;
}

.carousel--item__content {
  width: 26rem;
}

.carousel--item__content h3 {
  margin-bottom: 10px;
  display: flex;
  align-items: end;
  gap: 50px;
}

.carousel--item__content p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
}

.carousel--dots {
  width: fit-content;
  margin-left: 150px;
  margin-top: 20px;
  display: flex;
  gap: 14px;
  translate: -50% 0;
}

.carousel--dot {
  width: 14px;
  height: 14px;
  background-color: #e9e9e9;
  border-radius: 100%;
  cursor: pointer;
}

.carousel--dot.active {
  background-color: #b3b3b3;
}

div[data-visibility='false'] {
  display: none;
}

.adaptive--content {
  /* height: 100dvh; */
  padding: 50px 0px;
  background:
    linear-gradient(106.85deg, rgba(255, 249, 249, 0) 37.66%, #f2e8f8 99.59%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
}

.adaptive--content .container {
  height: 100%;
}

.adaptive--content__row {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.adaptive--content__row .adaptive--content__col:first-child {
  width: 40%;
}

.adaptive--content__row .adaptive--content__col:last-child {
  width: 50%;
}

.customer--journey { 
  background: linear-gradient(93.31deg, #FAFEFF 2.35%, #F6FDFF 97.96%);
  padding: 50px 0px;
}

.customer--journey .container {
  height: 100%;
}

.customer--journey__row {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.customer--journey__row .customer--journey__col:first-child {
  width: 50%;
}

.customer--journey__row .customer--journey__col:last-child {
  width: 50%;
}
.customer--journey__row .customer--journey__col .text--journey{
  font-size: 14px;
  color: #515151;
}
.customer--journey__row .customer--journey__col .list--1 p{ 
  font-weight: 600;
  color: #00236A; 
}
.customer--journey__row .customer--journey__col .list--1 li{
  flex-direction: column;
  gap: 5px;
}
.customer--journey__row .customer--journey__col .list--1 li .collect{
  display: flex; 
  gap: 8px;
  align-items: center;
}
.customerengagement {
  margin: 100px 0;
  min-height: 294px;
  display: flex;
  align-items: end;
  position: relative;
  color: #fff;
  background-image: url(../images/new_images/banner-curve.webp);
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}

.customerengagement .arrow-expand {
  width: 65px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.customerengagement > div {
  padding: 40px 40px 30px 40px;

  width: 50%;
}
.customerengagement span {
}
.customerengagement h2 {
  margin: 30px 0;
  font-size: 23px;
}
.customerengagement ul {
  padding: 0;
  display: flex;
  gap: 30px;
  list-style: none;
}
.customerengagement ul li {
  display: flex;
  gap: 5px;
  text-wrap: nowrap;
}
.customerengagement ul img {
}
.customerengagement--modal {
  width: 220px;

  margin-left: 20%;
}

/* certified */
.certified {
  /* margin-top: 100px; */
  padding-top: 100px;
  background: linear-gradient(280.2deg, #E8F2FF 20.6%, #FBFDFF 100.2%);
  padding-bottom: 100px;
}
.certified--subheading {
  display: block;
  margin-bottom: 20px;
  color: #2b2b2b;
  text-transform: uppercase;
}
.certified--heading {
  font-size: 30px;
  margin-bottom: 60px;
}
.certified--gallery {
  margin-bottom: 50px;
  display: flex;
  align-items: end;
  gap: 5%;
}
.certified-new-gallery {
  display: flex;
    justify-content: space-between;
}
/* certified close */

.success-wrapper {
  position: relative;
  background:
    linear-gradient(106.85deg, rgba(255, 249, 249, 0) 37.66%, #f2e8f8 99.59%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
}

.success-wrapper::after {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  content: '';
  width: 150px;
  height: 150px;
  background-image: url(../images/new_images/blue-circle.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

/* OLD FILE CSS */

.arrow-accordion .success-wrapper-heading {
  text-align: center;
}

.arrow-accordion__arrow {
  float: left;
  height: 500px;
  margin-right: -140px;
  max-width: 215px;
  pointer-events: none;
  position: relative;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-transition: all ease-in 0.15s;
  -o-transition: all ease-in 0.15s;
  transition: all ease-in 0.15s;
  width: 100%;
}

.arrow-accordion__arrow:nth-child(1) .arrow-accordion__background > * {
  border-color: #eef2fb;
}

.arrow-accordion__arrow:nth-child(2) .arrow-accordion__background > * {
  border-color: #dfe6f4;
}

.arrow-accordion__arrow:nth-child(3) .arrow-accordion__background > * {
  border-color: #d4def2;
}

.arrow-accordion__arrow:nth-child(4) .arrow-accordion__background > * {
  border-color: #cbd5eb;
}

.arrow-accordion__arrow:nth-child(1) .arrow-accordion__content {
  background: #eef2fb;
}

.arrow-accordion__arrow:nth-child(2) .arrow-accordion__content {
  background: #dfe6f4;
}

.arrow-accordion__arrow:nth-child(3) .arrow-accordion__content {
  background: #d4def2;
}

.arrow-accordion__arrow:nth-child(4) .arrow-accordion__content {
  background: #cbd5eb;
}

.mobile-success-wrapper .accordion-item:nth-of-type(1),
.mobile-success-wrapper .accordion-item:nth-of-type(1) .accordion-button {
  background: #eef2fb;
}

.mobile-success-wrapper .accordion-item:nth-of-type(2),
.mobile-success-wrapper .accordion-item:nth-of-type(2) .accordion-button {
  background: #dfe6f4;
}

.mobile-success-wrapper .accordion-item:nth-of-type(3),
.mobile-success-wrapper .accordion-item:nth-of-type(3) .accordion-button {
  background: #d4def2;
}

.mobile-success-wrapper .accordion-item:nth-of-type(4),
.mobile-success-wrapper .accordion-item:nth-of-type(4) .accordion-button {
  background: #cbd5eb;
}

.mobile-success-wrapper .accordion-button {
  font-size: 16px;
}

.mobile-success-wrapper .accordion-button:focus {
  border-color: transparent;
}

.mobile-success-wrapper .accordion-button::after {
  display: none;
}

.arrow-accordion__background {
  position: relative;
  height: 500px;
  top: 0;
  width: 100%;
}

.arrow-accordion__background:hover > * {
  cursor: pointer;
}

.arrow-accordion__chevron--top {
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-left: 79px solid #fff;
  height: 100%;
  position: absolute;
  pointer-events: all;
  left: 70px;
  -ms-touch-action: all;
  touch-action: all;
  width: 79px;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  z-index: 0;
  background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(50%, transparent),
      color-stop(50%, #fff)
    )
    right;
  background: -o-linear-gradient(right, transparent 50%, #fff 50%) right;
  background: linear-gradient(to left, transparent 50%, #fff 50%) right;
  background-size: 200%;
  -webkit-transition:
    background-position 0.15s ease-in 50ms,
    border-width 0.15s ease-in;
  -o-transition:
    background-position 0.15s ease-in 50ms,
    border-width 0.15s ease-in;
  transition:
    background-position 0.15s ease-in 50ms,
    border-width 0.15s ease-in;
}

.arrow-accordion__chevron--top {
  top: 0;
  right: 0;
}

.arrow-accordion__arrow.active .arrow-accordion__chevron--top {
  background-position: left;
  border-width: 20px;
  width: 100%;
}

.arrow-accordion__container {
  height: 500px;
  margin: 0 auto;
  max-width: 1400px;
  overflow: hidden;
}

.arrow-accordion__container :focus {
  outline: 0;
}

.arrow-accordion__content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 500px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 90px;
  opacity: 0;
  overflow: hidden;
  padding: 100px;
  pointer-events: all;
  position: absolute;
  width: 940px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transition: opacity 0.2s ease 1s;
  -o-transition: opacity 0.2s ease 1s;
  transition: opacity 0.2s ease 1s;
  z-index: 0;
  color: #000;
}

.arrow-accordion__content * {
  margin: 0 0 10px;
}

.arrow-accordion__content :last-child {
  margin: 0;
}

.arrow-accordion__title {
  padding: 0 15px;
  margin: -280px 0 0 -142px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  height: 60px;
  line-height: 60px;
  opacity: 1;
  pointer-events: none;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-transition: opacity ease-in 0.15s 0.25s;
  -o-transition: opacity ease-in 0.15s 0.25s;
  transition: opacity ease-in 0.15s 0.25s;
  width: 500px;
  overflow: hidden;
  white-space: nowrap;
  color: #000;
}

.success-wrapper a {
  color: #412a4c;
  text-decoration: none;
}

.read-more-btn {
  border: 1px solid #412a4c;
  padding: 4px 8px;
  border-radius: 20px;
}

.arrow-accordion__content h3 {
  font-weight: 700;
}

.arrow-accordion__arrow.active {
  max-width: 1100px;
  width: 100%;
}

.arrow-accordion__arrow.active > .arrow-accordion__background {
  max-width: 1200px;
}

.arrow-accordion__arrow.active > .arrow-accordion__title {
  display: none;
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.arrow-accordion__arrow.active > .arrow-accordion__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.customer-journey-wrapper{
  background-color: #fff;
}

@media (max-width: 1350px) {
  .arrow-accordion__container {
    max-width: 850px;
  }

  .arrow-accordion__title {
    width: 500px;
  }

  .arrow-accordion__content {
    width: 390px;
  }

  .arrow-accordion__arrow.active {
    max-width: 550px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* Tablet styles */
  .aboutus,
  .banner {
    height: 70dvh;
  }
  .adaptive--content, .customer--journey {
    /* height: 100%; */
    padding: 44px 0px;
  }
  .newheading--2{
    margin-bottom: 25px;
  }
  .customerengagement h2 {
    margin: 15px 0;
    font-size: 20px;
    line-height: 30px;
  }
  .customerengagement > div {
    padding: 30px 30px 20px 20px;
    width: 100%;
  }
  .customerengagement--modal {
    width: 160px;
    margin-left: 28%;
    display: none !important;
  }
  
  .customerengagement {
    min-height: 200px;
    align-items: flex-start;
  }
  .customerengagement ul li{
    font-size: 12px
  }
  .certified-new-gallery{
    flex-direction: column;
  }
  .adaptive--content__row .adaptive--content__col, .customer--journey__row .customer--journey__col{
    width: 100% !important;
  }
  .adaptive--content__row, .customer--journey__row {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width:991px) {
  .customer-engagement-wrapper .update-videourl video{
    width: 100%;
  }
}
@media (max-width: 768px) {
  .adaptive--content, .customer--journey,
  .aboutus {
    height: unset;
  }
  .adaptive--content__row, .customer--journey__row {
    display: flex;
    flex-direction: column;
  }
  .adaptive--content__row .adaptive--content__col, .customer--journey__row .customer--journey__col {
    width: 100% !important;
  }
  .adaptive--content__row .adaptive--content__col:first-child, .customer--journey__row .customer--journey__col:first-child {
    margin-bottom: 30px;
  }
  .adaptive--content, .customer--journey {
    padding: 50px 0;
  }
  .certified--gallery {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .certified--gallery > div {
    width: 46%;
    margin-bottom: 20px;
  }
  .certified--gallery > div img {
    width: 100px;
  }
  .certified--trusted {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
  }
  .certified--trusted div img {
    width: 20px;
  }
  .certified--trusted span {
    line-height: 1;
  }
  .certified-new-gallery{
    flex-direction: column;
  }
  /* .certified--trusted img:first-child {
    width: 80px;
    display: block;
  } */
  .customerengagement {
    background-image: unset;
    background: linear-gradient(90deg, #0f2454 0%, #214fba 100%);
    border-radius: 8px;
    overflow: unset;
    margin: 50px 0;
  }
  .customerengagement--modal {
    display: none;
  }
  .customerengagement > div {
    padding: 20px 20px 20px 20px;
    width: 100%;
  }
  .customerengagement ul {
    flex-direction: column;
    gap: 10px;
  }
  .customerengagement .arrow-expand {
    width: 45px;
    bottom: -5px;
    right: -5px;
  }

  .success-wrapper::after {
    width: 100px;
    height: 100px;
  } 
  /* main {
    height: 100vh;
    overflow: scroll;
  } */ 
   .fake-bottom-bar {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;

      height: 10px;
      padding-bottom: env(safe-area-inset-bottom);

      background: #ffffff; 

      display: flex;
      align-items: center;
      justify-content: center;

      box-shadow: 0 -4px 16px rgba(0,0,0,0.08);
      z-index: 999;
    }
}


