@charset "UTF-8";
/**
 * @license
 *
 * Font Family: Satoshi
 * Designed by: Deni Anggara
 * URL: https://www.fontshare.com/fonts/satoshi
 * © 2023 Indian Type Foundry
 *
 * Font Styles:
 * Satoshi Variable(Variable font)
 * Satoshi Variable Italic(Variable font)
 * Satoshi Light
 * Satoshi Light Italic
 * Satoshi Regular
 * Satoshi Italic
 * Satoshi Medium
 * Satoshi Medium Italic
 * Satoshi Bold
 * Satoshi Bold Italic
 * Satoshi Black
 * Satoshi Black Italic
 *
*/
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:

* 'wght' (range from 300.0 to 900.0)

*/
@font-face {
  font-family: 'Satoshi-Variable';
  src: url("../fonts/Satoshi-Variable.woff2") format("woff2"), url("../fonts/Satoshi-Variable.woff") format("woff"), url("../fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}

/**
  * This is a variable font
  * You can controll variable axes as shown below:
  * font-variation-settings: 'wght' 900.0;
  *
  * available axes:
  
  * 'wght' (range from 300.0 to 900.0)
  
  */
@font-face {
  font-family: 'Satoshi-VariableItalic';
  src: url("../fonts/Satoshi-VariableItalic.woff2") format("woff2"), url("../fonts/Satoshi-VariableItalic.woff") format("woff"), url("../fonts/Satoshi-VariableItalic.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: 'Satoshi-Light';
  src: url("../fonts/Satoshi-Light.woff2") format("woff2"), url("../fonts/Satoshi-Light.woff") format("woff"), url("../fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi-LightItalic';
  src: url("../fonts/Satoshi-LightItalic.woff2") format("woff2"), url("../fonts/Satoshi-LightItalic.woff") format("woff"), url("../fonts/Satoshi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: 'Satoshi-Regular';
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2"), url("../fonts/Satoshi-Regular.woff") format("woff"), url("../fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi-Italic';
  src: url("../fonts/Satoshi-Italic.woff2") format("woff2"), url("../fonts/Satoshi-Italic.woff") format("woff"), url("../fonts/Satoshi-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: 'Satoshi-Medium';
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2"), url("../fonts/Satoshi-Medium.woff") format("woff"), url("../fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi-MediumItalic';
  src: url("../fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("../fonts/Satoshi-MediumItalic.woff") format("woff"), url("../fonts/Satoshi-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: 'Satoshi-Bold';
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2"), url("../fonts/Satoshi-Bold.woff") format("woff"), url("../fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi-BoldItalic';
  src: url("../fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("../fonts/Satoshi-BoldItalic.woff") format("woff"), url("../fonts/Satoshi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: 'Satoshi-Black';
  src: url("../fonts/Satoshi-Black.woff2") format("woff2"), url("../fonts/Satoshi-Black.woff") format("woff"), url("../fonts/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi-BlackItalic';
  src: url("../fonts/Satoshi-BlackItalic.woff2") format("woff2"), url("../fonts/Satoshi-BlackItalic.woff") format("woff"), url("../fonts/Satoshi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden !important;
  font-family: "Satoshi-Variable", sans-serif !important;
  background-color: #FFFFF0;
  scroll-behavior: smooth;
}

body h1, body h2, body h3, body h4, body h5, body p {
  padding: 0;
  margin: 0;
}

.comingSoon {
  background-color: unset !important;
  background-color: #dedede !important;
  cursor: not-allowed;
  color: #4d4d4d !important;
}

.navigationContainer {
  background-color: #16154D;
}

.navigationContainer .mobileNavigationContainer {
  width: 90%;
  margin-inline: auto;
  padding: .5rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navigationContainer .mobileNavigationContainer .logoContainer {
  height: 4rem;
  width: 4rem;
}

.navigationContainer .mobileNavigationContainer .logoContainer img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.navigationContainer .mobileNavigationContainer .hamburgerNavigationContainer {
  height: 2rem;
  width: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.socialProof {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .9rem;
  font-family: 'Satoshi-Bold';
  margin-top: 2rem !important;
  margin-inline: auto !important;
  color: #FFFFF0;
}

.bannerMainContainer {
  height: 70dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.bannerMainContainer .bannerVideoContainer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.bannerMainContainer .bannerVideoContainer img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bannerMainContainer .bannerVideoContainer::before {
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(11.34%, #000), color-stop(99.6%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000 11.34%, rgba(0, 0, 0, 0) 99.6%);
  position: absolute;
  display: block;
  z-index: 1;
  content: '';
}

.bannerMainContainer .bannerWrapper {
  width: 90%;
  margin-inline: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4;
}

.bannerMainContainer .bannerWrapper .contentWrapper p, .bannerMainContainer .bannerWrapper .contentWrapper h1 {
  padding: 0;
  margin: 0;
}

.bannerMainContainer .bannerWrapper .contentWrapper .mainHeading {
  font-family: 'Satoshi-Black';
  width: 90%;
  margin-inline: auto;
  color: #FFFFF0;
  text-align: center;
  font-size: 2rem;
}

.bannerMainContainer .bannerWrapper .contentWrapper .mainDescription {
  margin-top: 1rem;
  font-family: 'Satoshi-Medium';
  color: #FFFFF0;
  text-align: center;
  font-size: .8rem;
}

.bannerMainContainer .bannerWrapper .contentWrapper .mainDescription .bold {
  font-weight: 700;
  opacity: unset !important;
  opacity: 1 !important;
}

.bannerMainContainer .bannerWrapper .contentWrapper .btnsContainer {
  margin-top: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.bannerMainContainer .bannerWrapper .contentWrapper .btnsContainer a {
  text-decoration: none;
  font-size: .8rem;
  font-family: 'Satoshi-Bold';
  height: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFF0;
  border-radius: 4px;
  gap: .3rem;
}

.bannerMainContainer .bannerWrapper .contentWrapper .btnsContainer a span {
  height: 1rem;
  width: 1rem;
}

.bannerMainContainer .bannerWrapper .contentWrapper .btnsContainer .enquiriesBtn {
  border: 1.2px solid #FFFFF0;
  color: #FFFFF0;
  padding: 0 1.5rem;
}

.bannerMainContainer .bannerWrapper .contentWrapper .btnsContainer .watchVideoBtn {
  padding: 0 1rem;
  border-radius: 10rem;
  background-color: #F09000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bannerMainContainer .bannerWrapper .contentWrapper .btnsContainer .watchVideoBtn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bannerMainContainer .bannerWrapper .contentWrapper .btnsContainer .watchVideoBtn img {
  height: 100%;
  scale: .9;
  width: 100%;
}

.footerMainContainer {
  background-color: #16154D;
}

.footerMainContainer .bottomFooterContainer {
  background-color: #0d0d2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 0;
}

.footerMainContainer .bottomFooterContainer .tcsContainer {
  margin-top: 1rem;
  padding: .5rem;
}

.footerMainContainer .bottomFooterContainer .tcsContainer p {
  width: 90%;
  margin-inline: auto;
  text-align: center;
  font-size: .8rem;
  font-family: 'Satoshi-Medium';
  color: #FFFF;
  opacity: .8;
}

.footerMainContainer .bottomFooterContainer .socialMediaContainer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footerMainContainer .bottomFooterContainer .socialMediaContainer a {
  min-width: 2rem;
  min-height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footerMainContainer .topFooterContainer {
  width: 90%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2rem;
}

.footerMainContainer .topFooterContainer .industriesWrapper, .footerMainContainer .topFooterContainer .partnersWrapper, .footerMainContainer .topFooterContainer .solutionsWrapper {
  margin-top: 2rem;
}

.footerMainContainer .topFooterContainer .industriesWrapper .heading, .footerMainContainer .topFooterContainer .partnersWrapper .heading, .footerMainContainer .topFooterContainer .solutionsWrapper .heading {
  font-family: 'Satoshi-Bold';
  color: #F09000;
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
}

.footerMainContainer .topFooterContainer .industriesWrapper .listedItemsFooter, .footerMainContainer .topFooterContainer .partnersWrapper .listedItemsFooter, .footerMainContainer .topFooterContainer .solutionsWrapper .listedItemsFooter {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footerMainContainer .topFooterContainer .industriesWrapper .listedItemsFooter li, .footerMainContainer .topFooterContainer .partnersWrapper .listedItemsFooter li, .footerMainContainer .topFooterContainer .solutionsWrapper .listedItemsFooter li {
  width: 100%;
  text-align: center;
}

.footerMainContainer .topFooterContainer .industriesWrapper .listedItemsFooter li span, .footerMainContainer .topFooterContainer .partnersWrapper .listedItemsFooter li span, .footerMainContainer .topFooterContainer .solutionsWrapper .listedItemsFooter li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1rem;
  min-width: 2rem;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footerMainContainer .topFooterContainer .industriesWrapper .listedItemsFooter li a, .footerMainContainer .topFooterContainer .partnersWrapper .listedItemsFooter li a, .footerMainContainer .topFooterContainer .solutionsWrapper .listedItemsFooter li a {
  color: #FFFF;
  opacity: .8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: .8rem;
}

.footerMainContainer .topFooterContainer .industriesWrapper .listedItemsFooter li p, .footerMainContainer .topFooterContainer .partnersWrapper .listedItemsFooter li p, .footerMainContainer .topFooterContainer .solutionsWrapper .listedItemsFooter li p {
  margin-top: .5rem;
  font-size: .8rem;
  color: #FFFF;
}

.serviceCardContainer {
  background-color: #FBFBFB;
  min-width: 9rem;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem;
}

.serviceCardContainer .cardHeading {
  font-size: 1rem;
  font-family: 'Satoshi-Black';
  font-weight: 900;
  color: #16154D;
  text-align: center;
  margin-top: .5rem;
}

.serviceCardContainer .metricsWrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: .5rem;
}

.serviceCardContainer .metricsWrapper p {
  font-size: .75rem;
  font-family: 'Satoshi-Bold';
  color: #1a1a1a;
  opacity: .8;
}

.serviceCardContainer .exploreNowBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-size: .75rem;
  border-radius: 0.18931rem;
  background: #F7E7CE;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  height: 1.8rem;
  margin-top: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 .6rem;
  border-radius: 4px;
  font-family: 'Satoshi-Bold' !important;
  color: #16154D;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.serviceCardContainer .exploreNowBtn:hover {
  scale: 1.1;
  background-color: #16154D;
  color: #FFFF;
}

.serviceCardContainer .cardIcon {
  width: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2rem;
  margin-inline: auto;
}

.bannerSliderContainer {
  background-color: #FFF4E0;
  padding: 1rem 0;
  width: 100%;
  height: 11rem;
  position: relative;
}

.bannerSliderContainer .cardsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.bannerSliderContainer .cardsWrapper .serviceCardContainer {
  background-color: #fff;
  min-width: 15rem;
  padding: .5rem;
}

.bannerSliderContainer .cardsWrapper .serviceCardContainer .cardHeading {
  font-size: 1rem;
  font-family: 'Satoshi-Black';
  font-weight: 900;
  color: #16154D;
  text-align: center;
  margin-top: .5rem;
}

.bannerSliderContainer .cardsWrapper .serviceCardContainer .metricsWrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: .5rem;
}

.bannerSliderContainer .cardsWrapper .serviceCardContainer .metricsWrapper p {
  font-size: .75rem;
  font-family: 'Satoshi-Bold';
  color: #1a1a1a;
  opacity: .8;
}

.bannerSliderContainer .cardsWrapper .serviceCardContainer .exploreNowBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-size: .75rem;
  border-radius: 0.18931rem;
  background: #F7E7CE;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  height: 1.8rem;
  margin-top: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 .6rem;
  border-radius: 4px;
  font-family: 'Satoshi-Bold' !important;
  color: #16154D;
}

.bannerSliderContainer .cardsWrapper .serviceCardContainer .cardIcon {
  width: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2rem;
  margin-inline: auto;
}

.bannerSliderContainer .navigationControls {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 .5rem;
}

.bannerSliderContainer .navigationControls a {
  color: #fff;
  font-size: .75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.valuePropositionContainer {
  margin-top: 2rem;
  position: relative;
}

.valuePropositionContainer .visualsWrapper::before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6rem;
  background: rgba(240, 144, 0, 0.3);
}

.valuePropositionContainer .valuePropWrapper .contentWrapper {
  width: 90%;
  margin-inline: auto;
}

.valuePropositionContainer .valuePropWrapper .contentWrapper .findOpportunitiesBtn {
  position: absolute;
  background-color: #16154D;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-size: .8rem;
  font-family: 'Satoshi-Bold';
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  margin-top: 1rem;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.valuePropositionContainer .valuePropWrapper .contentWrapper .findOpportunitiesBtn span {
  height: 1rem;
  width: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.valuePropositionContainer .valuePropWrapper .contentWrapper .findOpportunitiesBtn span img {
  width: 100%;
  height: 100%;
}

.valuePropositionContainer .valuePropWrapper .contentWrapper .findOpportunitiesBtn:hover {
  background-color: #F09000;
}

.valuePropositionContainer .valuePropWrapper .contentWrapper .findOpportunitiesBtn:hover span {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

.valuePropositionContainer .valuePropWrapper .contentWrapper .heading {
  color: #16154D;
  font-family: 'Satoshi-Black';
  font-size: 1.5rem;
  text-align: center;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.valuePropositionContainer .valuePropWrapper .contentWrapper .subDescription {
  margin-top: 1rem;
  font-family: 'Satoshi-Medium';
  font-weight: 400;
  color: #1a1a1a;
  font-size: .8rem;
  text-align: center;
}

.valuePropositionContainer .valuePropWrapper .contentWrapper .subDescription span {
  font-family: 'Satoshi-Bold';
  font-weight: 700;
}

.valuePropositionContainer .valuePropWrapper .contentWrapper .listedDescriptionList {
  list-style: none;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 0;
}

.valuePropositionContainer .valuePropWrapper .contentWrapper .listedDescriptionList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5rem;
}

.valuePropositionContainer .valuePropWrapper .contentWrapper .listedDescriptionList li p {
  font-size: .75rem;
  font-family: 'Satoshi-Medium';
}

.valuePropositionContainer .valuePropWrapper .contentWrapper .listedDescriptionList li .bulletIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: .8rem;
  min-width: .8rem;
  border-radius: 50%;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.valuePropositionContainer .valuePropWrapper .contentWrapper .listedDescriptionList li .bulletIcon img {
  height: 100%;
  width: 100%;
}

.valuePropositionContainer .valuePropWrapper .contentWrapper .listedDescriptionList li .bold {
  color: #000;
  font-weight: 700;
  font-family: 'Satoshi-Bold';
}

.valuePropositionContainer .valuePropWrapper .visualsWrapper {
  background-color: #9e9e9e;
  margin-top: 2rem;
  height: 30rem;
  position: relative;
}

.valuePropositionContainer .valuePropWrapper .visualsWrapper .imgWrapper {
  height: 100%;
  width: 100%;
}

.valuePropositionContainer .valuePropWrapper .visualsWrapper .imgWrapper img {
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.valuePropositionContainer .valuePropWrapper .visualsWrapper .findOpportunitiesBtn {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #16154D;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-size: .8rem;
  font-family: 'Satoshi-Bold';
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
}

.valuePropositionContainer .valuePropWrapper .visualsWrapper .findOpportunitiesBtn span {
  height: 1rem;
  width: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.valuePropositionContainer .valuePropWrapper .visualsWrapper .findOpportunitiesBtn span img {
  width: 100%;
  height: 100%;
}

.socialProofWrapper {
  margin: 2.5rem 0;
  margin-inline: auto;
}

.socialProofWrapper .logoWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
  margin-bottom: 2rem;
}

.socialProofWrapper .logoWrapper img {
  opacity: .8;
  height: 100%;
}

.industriesWrapperContainer {
  background-color: #16154D;
  width: 100%;
  padding-bottom: 3rem;
}

.industriesWrapperContainer .mainCardWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.industriesWrapperContainer .mainCardWrapper .topCardContainer, .industriesWrapperContainer .mainCardWrapper .bottomCardContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.industriesWrapperContainer .mainCardWrapper .cardWrapper {
  border-radius: 0.27519rem;
  border: 1.101px solid #FFF;
  background: rgba(255, 255, 255, 0.06);
  width: 70%;
  max-width: 20rem;
  min-height: 17rem;
  max-height: 20rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem .5rem;
  position: relative;
}

.industriesWrapperContainer .mainCardWrapper .cardWrapper .cardIconContainer {
  height: 3rem;
  width: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.industriesWrapperContainer .mainCardWrapper .cardWrapper .cardIconContainer img {
  height: 100%;
  width: 100%;
}

.industriesWrapperContainer .mainCardWrapper .cardWrapper .cardHeading {
  font-family: 'Satoshi-Bold';
  color: #FFFFF0;
}

.industriesWrapperContainer .mainCardWrapper .cardWrapper .cardDescription {
  font-family: 'Satoshi-Medium';
  color: #FFFFF0;
  font-size: .75rem;
  opacity: .9;
  text-align: center;
}

.industriesWrapperContainer .mainCardWrapper .cardWrapper .comingSoonBtn {
  position: absolute;
  bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #E0E0E0;
  text-decoration: none;
  height: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: .8rem;
  padding: 0 1rem;
  font-family: 'Satoshi-Bold';
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  color: #1a1a1a;
  gap: .3rem;
  cursor: not-allowed;
}

.industriesWrapperContainer .mainCardWrapper .cardWrapper .comingSoonBtn span {
  height: 1rem;
  width: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.industriesWrapperContainer .mainCardWrapper .cardWrapper .readMoreBtn {
  position: absolute;
  bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f7f7f7;
  text-decoration: none;
  height: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: .8rem;
  padding: 0 1rem;
  font-family: 'Satoshi-Bold';
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  color: #1a1a1a;
  gap: .3rem;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.industriesWrapperContainer .mainCardWrapper .cardWrapper .readMoreBtn span {
  height: 1rem;
  width: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.industriesWrapperContainer .mainCardWrapper .cardWrapper .readMoreBtn:hover {
  background-color: #16154D;
  outline: 1.2px solid #fff;
  color: #fff;
}

.industriesWrapperContainer .mainCardWrapper .cardWrapper .readMoreBtn:hover span {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

.industriesWrapperContainer .mainCardWrapper .cardWrapper .readMoreBtn:hover span .readMoreIcon path {
  fill: #fff;
}

.industriesWrapperContainer .spanHeading {
  background-color: #F09000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem;
  height: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.industriesWrapperContainer .spanHeading p {
  color: #fff;
  font-size: .8rem;
  font-weight: 800;
}

.servicesWrapperContainer .spanHeading {
  background-color: #F09000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  height: 2rem;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .8rem;
  font-family: 'Satoshi-Black';
  color: #FFFF;
}

.servicesWrapperContainer .mainDescription {
  width: 90%;
  margin-inline: auto;
  margin-top: 1.5rem;
  font-size: .8rem;
  font-family: 'Satoshi-Medium';
  text-align: center;
  color: #1a1a1a;
  opacity: .9;
}

.servicesWrapperContainer .mainDescription span {
  font-family: 'Satoshi-Bold';
  color: #16154D;
  font-weight: 700;
  opacity: 1 !important;
}

.servicesWrapperContainer .mainImageContainer {
  margin-top: 1.5rem;
  height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.servicesWrapperContainer .mainImageContainer img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.whyChooseUsContainer .chooseWrapperContainer .topBandContainer {
  background-color: #16154D;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5vw;
}

.whyChooseUsContainer .chooseWrapperContainer .topBandContainer p {
  font-size: 1rem;
  font-family: 'Satoshi-Bold';
  color: #FFFF;
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .visualsContainer::before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6rem;
  z-index: 3;
  background: rgba(240, 144, 0, 0.3);
}

.whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper {
  position: relative;
}

.whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .visualsContainer::before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6rem;
  z-index: 3;
  background: rgba(22, 21, 77, 0.5);
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .visualsContainer, .whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .visualsContainer {
  width: 100%;
  background-color: #DFDFE8;
  margin-top: 2rem;
  height: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .visualsContainer .imgWrapper, .whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .visualsContainer .imgWrapper {
  height: 100%;
  width: 100%;
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .visualsContainer .imgWrapper img, .whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .visualsContainer .imgWrapper img {
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .newOpportuntiesBtn, .whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .newOpportuntiesBtn {
  background-color: #16154D;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-size: .8rem;
  font-family: 'Satoshi-Bold';
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  margin-top: 2rem;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .newOpportuntiesBtn span, .whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .newOpportuntiesBtn span {
  height: 1rem;
  width: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .newOpportuntiesBtn:hover, .whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .newOpportuntiesBtn:hover {
  background-color: #F09000;
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .newOpportuntiesBtn:hover span, .whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .newOpportuntiesBtn:hover span {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .contentContainer, .whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .contentContainer {
  width: 90%;
  margin-inline: auto;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .contentContainer .mainHeading, .whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .contentContainer .mainHeading {
  color: #16154D;
  font-size: 1.5rem;
  font-weight: 900;
  font-family: 'Satoshi-Black';
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .contentContainer .listedPointsDescription, .whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .contentContainer .listedPointsDescription {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 0;
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .contentContainer .listedPointsDescription .itemPoint, .whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .contentContainer .listedPointsDescription .itemPoint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5rem;
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .contentContainer .listedPointsDescription .itemPoint span, .whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .contentContainer .listedPointsDescription .itemPoint span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: .8rem !important;
  min-width: .8rem !important;
  border-radius: 50%;
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .contentContainer .listedPointsDescription .itemPoint span img, .whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .contentContainer .listedPointsDescription .itemPoint span img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .contentContainer .listedPointsDescription .itemPoint p, .whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .contentContainer .listedPointsDescription .itemPoint p {
  font-size: .75rem;
  font-family: 'Satoshi-Medium';
}

.sliderWrapper .uk-slider-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.testimonial-wrapper {
  background-color: #16154D;
  padding: .5rem;
  border-radius: 10px;
  position: relative;
}

.testimonialsWrapper {
  padding: 1rem 0;
  background-color: #fff;
  position: relative;
}

.testimonialsWrapper .testimonialBack {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonialsWrapper .mainHeading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 2rem;
  font-family: 'Satoshi-Black';
  color: #16154D;
  font-weight: 900;
  max-width: 50%;
  text-align: center;
  text-transform: capitalize;
  padding-top: 1rem;
}

.testimonialsWrapper .subDescription {
  font-size: .9rem;
  font-family: 'Satoshi-Medium';
  color: #1a1a1a;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  max-width: 70%;
  margin-top: .5rem;
}

.testimonialsWrapper .sliderWrapper {
  padding: 2rem 0;
  margin-top: 2rem;
  width: 90%;
  max-width: 1210px;
  margin-inline: auto;
}

.testimonialsWrapper .sliderWrapper .testimonial-wrapper::before {
  content: '';
  position: absolute;
  z-index: 2;
  height: 1rem;
  width: 80%;
  bottom: -.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #F09000;
}

.testimonialsWrapper .sliderWrapper .testimonialWrapper {
  height: 18rem;
  border-radius: 10px;
  padding: 0 1rem;
  width: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonialsWrapper .sliderWrapper .testimonialWrapper .testimonialDescription {
  width: 100%;
  margin-inline: auto;
}

.testimonialsWrapper .sliderWrapper .testimonialWrapper .avatarImg {
  position: absolute;
  z-index: 3;
  margin-inline: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.testimonialsWrapper .sliderWrapper .testimonialWrapper .dotsWrapper {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.testimonialsWrapper .sliderWrapper .testimonialWrapper .topContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -1rem;
  width: 85%;
  z-index: 4;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.testimonialsWrapper .sliderWrapper .testimonialWrapper .topContainer .quotesImgContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 4rem;
  width: 4rem;
}

.testimonialsWrapper .sliderWrapper .testimonialWrapper .topContainer .quotesImgContainer .glassBakcContainer {
  position: absolute;
  height: 100%;
  width: 100%;
}

.testimonialsWrapper .sliderWrapper .testimonialWrapper .topContainer .quotesImgContainer .quotesIcon {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.testimonialsWrapper .sliderWrapper .testimonialWrapper .mainTestimonial {
  position: relative;
  width: 85%;
  margin-inline: auto;
}

.testimonialsWrapper .sliderWrapper .testimonialWrapper .mainTestimonial .testimonialDescription {
  margin-top: 1rem;
  font-size: .8rem;
  padding-bottom: 1rem;
  font-family: 'Satoshi-Medium';
  color: #FFFFF0;
}

.testimonialsWrapper .sliderWrapper .testimonialWrapper .mainTestimonial .nameClient {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #FFFFF0;
}

.testimonialsWrapper .sliderWrapper .testimonialWrapper .mainTestimonial .starRating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: .5rem;
  gap: .5rem;
}

.testimonialsWrapper .sliderWrapper .testimonialWrapper .mainTestimonial .starRating .number {
  margin: 0;
  padding: 0;
}

.testimonialsWrapper .sliderWrapper .testimonialWrapper .mainTestimonial .starRating span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dekstopNavigation {
  display: none;
}

.mapContainer {
  height: 60vh;
  width: 100%;
  margin-bottom: 3rem;
}

.mapContainer .embededWrapper {
  height: 100%;
  width: 100%;
}

.mapContainer .embededWrapper iframe {
  width: 100%;
  height: 100%;
}

.desktopFooterContainer {
  display: none;
}

.faqWrapperContainer {
  margin-top: 2rem;
}

.faqWrapperContainer .faq-mainWrapper {
  width: 90%;
  margin-inline: auto;
}

.faqWrapperContainer .faq-mainWrapper .mainHeading {
  font-family: 'Satoshi-Bold';
  font-size: 1.5rem;
  color: #16154D;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.faqWrapperContainer .faq-mainWrapper .subDescription {
  font-family: 'Satoshi-Medium';
  font-size: .8rem;
  text-align: center;
  margin-top: .5rem;
  color: #16154D;
}

.faqWrapperContainer .faq-mainWrapper .uk-accordion-title {
  color: #FFFF;
  font-size: unset !important;
  font-size: unset !important;
  font-size: .75rem !important;
  font-family: 'Satoshi-Bold';
  max-width: 100%;
  background-color: #BDBDBD;
  min-height: 3rem;
  border-radius: 4px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: .5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.faqWrapperContainer .faq-mainWrapper .uk-accordion-title span {
  color: rgba(255, 255, 255, 0.9);
  max-width: 70%;
}

.faqWrapperContainer .faq-mainWrapper .uk-accordion-content {
  font-size: .75rem;
  position: relative;
  font-family: 'Satoshi-Medium';
  padding: .5rem 1rem;
  margin-top: .1rem;
}

.faqWrapperContainer .faq-mainWrapper .backWrapper {
  background: #BDBDBD;
  padding: .5rem;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.faqWrapperContainer .accordionMainWrapper {
  margin-top: 2.5rem;
}

.faqWrapperContainer .accordionMainWrapper .uk-accordion-title::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1rem;
  min-width: 1rem;
  border-radius: 50%;
  margin-left: 10px;
  background-image: url(./assets/icons/faqIcon.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}

.faqWrapperContainer .accordionMainWrapper .uk-open > .uk-accordion-title::before {
  background-image: url(./assets/icons/faqCollapse.svg);
}

.faqWrapperContainer .accordionMainWrapper .uk-open {
  background-color: #F7F7F7;
}

.faqWrapperContainer .accordionMainWrapper .uk-open .uk-accordion-title {
  background-color: #16154D;
}

.videoBanner {
  display: none;
}

.newsletterWrapperContainer {
  margin-top: 2rem;
  height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.newsletterWrapperContainer .mainCenterWrapper {
  position: relative;
  z-index: 2;
}

.newsletterWrapperContainer .bannerContainer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.newsletterWrapperContainer .bannerContainer img {
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.newsletterWrapperContainer .mainCenterWrapper {
  width: 90%;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  height: 15rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newsletterWrapperContainer .mainCenterWrapper h1 {
  font-size: 1.3rem;
  font-family: 'Satoshi-Bold';
  font-weight: 700;
  color: #16154D;
  max-width: 90%;
  margin-inline: auto;
  text-align: center;
}

.newsletterWrapperContainer .mainCenterWrapper p {
  margin-top: 1rem;
  font-size: .8rem;
  font-family: 'Satoshi-Medium';
  text-align: center;
  max-width: 80%;
  margin-inline: auto;
}

.newsletterWrapperContainer .mainCenterWrapper .inputWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 2.5rem;
  margin-top: 1rem;
  width: 80%;
}

.newsletterWrapperContainer .mainCenterWrapper .inputWrapper .signUpBtn {
  position: absolute;
  right: .2rem;
  background-color: #F09000;
  color: #FFFF;
  height: 85%;
  border-radius: 4px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: .3rem;
  font-size: .8rem;
  font-family: 'Satoshi-Bold';
  font-weight: 700;
  padding: 0 1rem;
}

.newsletterWrapperContainer .mainCenterWrapper .inputWrapper input {
  height: 2.5rem;
  border-radius: 4px;
  outline: none;
  border: 1.2px solid #dedede;
  width: 100%;
  padding-left: .5rem;
  font-family: 'Satoshi-Medium';
  color: #1a1a1a;
}

.newsletterWrapperContainer .mainCenterWrapper .inputWrapper input:focus {
  border: 1.2px solid #F09000;
  background-color: #f0900025;
}

.newsletterWrapperContainer .mainCenterWrapper .inputWrapper ::-webkit-input-placeholder {
  font-size: .75rem;
  font-family: 'Satoshi-Bold';
}

.newsletterWrapperContainer .mainCenterWrapper .inputWrapper :-ms-input-placeholder {
  font-size: .75rem;
  font-family: 'Satoshi-Bold';
}

.newsletterWrapperContainer .mainCenterWrapper .inputWrapper ::-ms-input-placeholder {
  font-size: .75rem;
  font-family: 'Satoshi-Bold';
}

.newsletterWrapperContainer .mainCenterWrapper .inputWrapper ::placeholder {
  font-size: .75rem;
  font-family: 'Satoshi-Bold';
}

.uk-margin-small-right {
  color: #FFFF;
  font-family: 'Satoshi-Bold';
}

.mainFooterLinks > div {
  width: 100%;
}

.mainFooterLinks {
  width: 90%;
  margin-inline: auto;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainFooterLinks .footerItems {
  width: 80%;
  margin-inline: auto;
  max-width: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: .8rem;
  list-style: none;
  padding: 0;
}

.mainFooterLinks .footerItems li {
  width: 60%;
  margin-inline: auto;
  text-align: center;
}

.mainFooterLinks .footerItems li a {
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
  opacity: .8;
}

.mainFooterLinks .heading {
  font-size: 1.3rem;
  text-align: center;
  font-family: 'Satoshi-Bold';
  color: #F09000;
}

.newsletterEmailContainer {
  width: 90%;
  max-width: 500px;
  margin-inline: auto;
  margin-top: 2rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1rem 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newsletterEmailContainer .emailInputWrapper {
  margin-top: 1.5rem;
  width: 100%;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin-inline: auto;
  position: relative;
}

.newsletterEmailContainer .emailInputWrapper ::-webkit-input-placeholder {
  font-size: .7rem;
  font-family: 'Satoshi-MediumItalic';
}

.newsletterEmailContainer .emailInputWrapper :-ms-input-placeholder {
  font-size: .7rem;
  font-family: 'Satoshi-MediumItalic';
}

.newsletterEmailContainer .emailInputWrapper ::-ms-input-placeholder {
  font-size: .7rem;
  font-family: 'Satoshi-MediumItalic';
}

.newsletterEmailContainer .emailInputWrapper ::placeholder {
  font-size: .7rem;
  font-family: 'Satoshi-MediumItalic';
}

.newsletterEmailContainer .emailInputWrapper input {
  padding-left: .5rem;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  outline: none;
  border: none;
  font-family: 'Satoshi-Medium';
}

.newsletterEmailContainer .emailInputWrapper .signUpBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F09000;
  color: #fff;
  font-size: .8rem;
  font-family: 'Satoshi-Bold';
  gap: .5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  border-radius: 4px;
  text-decoration: none;
  right: .2rem;
  position: absolute;
}

.newsletterEmailContainer .mainWrapper {
  width: 90%;
}

.newsletterEmailContainer .mainWrapper .heading {
  font-family: 'Satoshi-Bold';
  color: #FFFFF0;
  margin-inline: auto;
  text-align: center;
  font-size: 1.1rem;
  max-width: 80%;
}

.newsletterEmailContainer .mainWrapper .subheading {
  margin-top: 1rem;
  font-size: .8rem;
  max-width: 70%;
  margin-inline: auto;
  text-align: center;
  color: #fff;
  opacity: .8;
}

.socialMediaIconsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  gap: 1rem;
  width: 90%;
  margin-inline: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.socialMediaIconsWrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5rem;
  font-size: .8rem;
  color: #fff;
  font-family: 'Satoshi-Medium';
}

.socialMediaIconsWrapper a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: .9rem;
  max-width: .9rem;
}

.bottomFooterContainer {
  margin-top: 2rem;
}

.bottomFooterContainer .footerDescription {
  width: 90%;
  position: relative;
  margin-inline: auto;
}

.bottomFooterContainer .footerDescription p {
  text-align: center;
  font-family: 'Satoshi-Medium';
  color: #FFFFF0;
  font-size: .85rem;
  width: 90%;
  margin-inline: auto;
}

.mobileFooterTopContainer {
  position: relative;
}

.mobileFooterContainer {
  position: relative;
}

.mobileFooterContainer .logoContainer {
  position: absolute;
  z-index: 3;
  top: 1rem;
  right: 2rem;
}

.mobileFooterContainer .topWrapperBanner {
  height: 45dvh;
  width: 100%;
  position: relative;
}

.mobileFooterContainer .topWrapperBanner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobileFooterContainer .topContainerContactInfo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 10rem;
  right: 2rem;
  z-index: 4;
}

.mobileFooterContainer .topContainerContactInfo .contactInformation {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mobileFooterContainer .topContainerContactInfo .contactInformation li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobileFooterContainer .topContainerContactInfo .contactInformation li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  text-decoration: none;
  gap: .5rem;
  font-size: .75rem;
  font-family: 'Satoshi-Bold';
  color: #1a1a1a;
}

.mobileFooterContainer .topContainerContactInfo .contactInformation li a p {
  width: 15rem;
  text-align: right;
}

.mobileFooterContainer .topContainerContactInfo .contactInformation li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 1rem;
}

.mobileFooterContainer .topContainerContactInfo .footerHeading {
  color: #16154D;
  font-family: 'Satoshi-Black';
  font-size: 1.6rem;
  text-align: right;
}

@media (min-width: 768px) {
  .forInvestorsWrapper > div {
    width: 50% !important;
  }
  .navigationContainer .mobileNavigationContainer .logoContainer {
    height: 3rem;
  }
  .faqWrapperContainer {
    padding: 3rem 0rem;
  }
  .faqWrapperContainer .mainHeading {
    font-size: 2rem !important;
  }
  .faqWrapperContainer .subDescription {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 20rem;
    margin-inline: auto;
    font-size: .8rem;
    font-weight: 500;
  }
  .forInvestorsWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .forInvestorsWrapper .visualsContainer {
    height: 35rem !important;
  }
  .forInvestorsWrapper .visualsContainer::before {
    left: unset !important;
    right: 0 !important;
  }
  .accordionMainWrapper {
    max-width: 800px;
    margin-inline: auto;
  }
  .forInvestorsWrapper, .forOpportunityOwnersWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: unset !important;
  }
  .forInvestorsWrapper .itemPoint .bulletIcon, .forOpportunityOwnersWrapper .itemPoint .bulletIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 1.5rem !important;
    min-width: 1.5rem !important;
  }
  .forInvestorsWrapper .itemPoint .bulletIcon img, .forOpportunityOwnersWrapper .itemPoint .bulletIcon img {
    height: 100% !important;
    width: 100% !important;
  }
  .forInvestorsWrapper .contentContainer, .forOpportunityOwnersWrapper .contentContainer {
    padding: 0 2rem;
    width: 45% !important;
    margin-top: 1rem !important;
  }
  .forInvestorsWrapper .visualsContainer, .forOpportunityOwnersWrapper .visualsContainer {
    width: unset !important;
    margin: 0 !important;
    height: 35rem !important;
    width: 55% !important;
  }
  .forInvestorsWrapper .visualsContainer::before, .forOpportunityOwnersWrapper .visualsContainer::before {
    width: unset !important;
    width: 4rem !important;
  }
  .forOpportunityOwnersWrapper .visualsContainer {
    width: unset !important;
    width: 45% !important;
  }
  .hostingServicesWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .hostingServicesWrapper .visualsContainer::before {
    left: unset !important;
    right: 0 !important;
  }
  .hostingServicesWrapper .visualsContainer {
    width: 55% !important;
  }
  .newsletterWrapperContainer {
    position: relative;
  }
  .newsletterWrapperContainer .mainCenterWrapper {
    position: relative;
    z-index: 3;
  }
  .newsletterWrapperContainer .bannerContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
  }
  .btnsContainer .enquiriesBtn {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .btnsContainer .enquiriesBtn:hover {
    background-color: #fff;
    color: #16154D !important;
  }
  .btnsContainer .watchVideoBtn {
    -webkit-transition: border-radius .2s ease-in-out;
    transition: border-radius .2s ease-in-out;
  }
  .btnsContainer .watchVideoBtn:hover {
    background-color: #ffb649 !important;
    border-radius: unset !important;
    border-radius: 4px !important;
  }
  .nav-item {
    text-decoration: none !important;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
  }
  .nav-item:hover {
    color: #ffb649 !important;
  }
  .navigationBtns .contactExpertBtn {
    text-wrap: nowrap;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
  }
  .navigationBtns .contactExpertBtn:hover {
    background-color: #b66d00 !important;
  }
  .navigationBtns a {
    text-decoration: none !important;
  }
  .navigationBtns .loginBtn {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .navigationBtns .loginBtn .loginSVg path {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .navigationBtns .loginBtn:hover {
    background: #fff;
    color: #16154D;
  }
  .navigationBtns .loginBtn:hover .loginSVg path {
    fill: #16154D;
  }
  .servicesWrapperContainer {
    width: 95%;
    margin-inline: auto;
  }
  .servicesWrapperContainer .spanHeading {
    margin-inline: unset;
  }
  .servicesWrapperContainer .mainDescription {
    margin-top: 2rem;
    text-align: left !important;
    max-width: 70%;
    margin-inline: unset;
  }
  .servicesWrapperContainer .mainImageContainer {
    height: 25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .servicesWrapperContainer .mainImageContainer span {
    height: 90%;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .servicesWrapperContainer .mainImageContainer img {
    height: 100%;
    width: 100%;
  }
  .mainCardWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    width: 95%;
    margin-inline: auto;
  }
  .topCardContainer, .bottomCardContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    gap: 1rem !important;
  }
  .topCardContainer .cardWrapper, .bottomCardContainer .cardWrapper {
    min-width: 10rem;
  }
  .topCardContainer .cardWrapper .cardHeading, .bottomCardContainer .cardWrapper .cardHeading {
    font-size: 1.3rem;
  }
  .topCardContainer .cardWrapper .cardDescription, .bottomCardContainer .cardWrapper .cardDescription {
    max-width: 100%;
    font-size: .75rem !important;
  }
  .valuePropWrapper > div {
    width: 50% !important;
  }
  .valuePropositionContainer {
    margin-top: unset !important;
  }
  .valuePropositionContainer .findOpportunitiesBtn {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    padding: unset !important;
    min-width: 10rem;
    text-wrap: nowrap;
  }
  .valuePropWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40rem;
    position: relative;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .valuePropWrapper .contentWrapper {
    padding-top: 2rem;
  }
  .valuePropWrapper .contentWrapper .heading {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .valuePropWrapper .contentWrapper .subDescription {
    text-align: left !important;
  }
  .valuePropWrapper .visualsWrapper {
    width: unset;
    width: 40% !important;
    height: unset !important;
    margin-top: unset !important;
    height: 100%;
  }
  .footerMainContainer {
    background-color: #16154D;
  }
  .footerMainContainer .listedItemsFooter li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: unset !important;
        -ms-flex-align: unset !important;
            align-items: unset !important;
    -webkit-box-pack: unset !important;
        -ms-flex-pack: unset !important;
            justify-content: unset !important;
    text-align: left;
    gap: .5rem;
    max-width: 15rem;
  }
  .footerMainContainer .listedItemsFooter li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: unset !important;
    width: 10rem !important;
  }
  .footerMainContainer .topFooterContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    width: 95%;
    max-width: 1210px;
    margin-inline: auto;
  }
  .footerMainContainer .topFooterContainer .logoContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footerMainContainer .topFooterContainer .logoContainer img {
    height: 100%;
    width: 100%;
  }
  .footerMainContainer .topFooterContainer .industriesWrapper .heading, .footerMainContainer .topFooterContainer .partnersWrapper .heading, .footerMainContainer .topFooterContainer .solutionsWrapper .heading {
    text-align: left;
  }
  .footerMainContainer .topFooterContainer .importantLinksWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 60%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
  }
  .footerMainContainer .topFooterContainer .importantLinksWrapper > div .heading {
    font-size: 1.1rem;
    font-family: 'Satoshi-Bold';
    color: #F09000;
  }
  .footerMainContainer .topFooterContainer .importantLinksWrapper > div .listedItemsFooter {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: .2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
  }
  .footerMainContainer .topFooterContainer .importantLinksWrapper > div .listedItemsFooter li {
    text-align: left;
  }
  .footerMainContainer .topFooterContainer .importantLinksWrapper > div .listedItemsFooter a {
    text-align: left;
    text-decoration: none;
    font-size: .8rem;
    font-family: 'Satoshi-Medium';
    color: #FFFF;
    text-decoration: none;
  }
  .footerMainContainer .topFooterContainer .logoContainer {
    height: 8rem;
    width: 12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footerMainContainer .bottomFooterContainer {
    background-color: unset;
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 95%;
    max-width: 1210px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
    padding: unset !important;
    position: relative !important;
  }
  .footerMainContainer .bottomFooterContainer .socialMediaContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    position: absolute;
    right: 0;
  }
  .footerMainContainer .bottomFooterContainer .socialMediaContainer a {
    height: 1.5rem;
    width: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footerMainContainer .bottomFooterContainer .socialMediaContainer a img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .footerMainContainer .bottomFooterContainer .tcsContainer p {
    font-size: .75rem;
    font-family: 'Satoshi-Bold';
    color: #fff;
    text-align: unset !important;
    width: 100%;
  }
  .mobile-navigation {
    display: none;
  }
  .nav-item {
    opacity: .8;
    font-family: 'Satoshi-Regular';
    font-weight: 400 !important;
  }
  .dekstopNavigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 83%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dekstopNavigation .dekstopNavWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dekstopNavigation .countryDesktop {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 50%;
  }
  .dekstopNavigation .countryDesktop .countryDrop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: .2rem;
    opacity: .8;
    color: #FFFFF0;
    font-size: .8rem;
    text-decoration: none;
    font-weight: 700;
  }
  .dekstopNavigation .countryDesktop .countryDrop img {
    height: 2rem;
    width: 2rem;
  }
  .dekstopNavigation .countryDesktop .countryDesktopOptions {
    background-color: #FFFFF0;
    border-radius: 4px;
    gap: .5rem;
    width: unset !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .dekstopNavigation .countryDesktop .countryDesktopOptions .optionWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: .5rem;
    padding: .5rem;
  }
  .dekstopNavigation .countryDesktop .countryDesktopOptions .countryOption:hover .countryName {
    color: #16154D;
  }
  .dekstopNavigation .countryDesktop .countryDesktopOptions .countryOption:hover .countryFlag img {
    opacity: 1;
  }
  .dekstopNavigation .countryDesktop .countryDesktopOptions .countryOption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 .2rem;
    text-decoration: none;
    height: 2.2rem;
    width: 10rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    border-radius: 4px;
    border: 1.2px solid #dedede;
  }
  .dekstopNavigation .countryDesktop .countryDesktopOptions .countryOption .countryFlag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    width: 1rem;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dekstopNavigation .countryDesktop .countryDesktopOptions .countryOption .countryFlag img {
    height: 100%;
    width: 100%;
    opacity: .3;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
  }
  .dekstopNavigation .countryDesktop .countryDesktopOptions .countryOption .countryName {
    font-size: .8rem;
    font-family: 'Satoshi-Bold';
    color: #3333;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
  }
  .dekstopNavigation .countryDesktop .countryDesktopOptions .countryOption span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 1.5rem;
    min-width: 1.5rem;
    background-color: #dedede;
    border-radius: 50%;
  }
  .dekstopNavigation .navigationBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    gap: .5rem;
  }
  .dekstopNavigation .navigationBtns a {
    font-size: .75rem;
    font-family: 'Satoshi-Bold';
    color: #FFFF;
    height: 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-wrap: nowrap;
    padding: 0 .6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .3rem;
  }
  .dekstopNavigation .navigationBtns a span {
    height: .8rem;
    width: .8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dekstopNavigation .navigationBtns .loginBtn {
    border: 1.2px solid #FFFFF0;
    border-radius: 10rem;
    text-wrap: nowrap;
  }
  .dekstopNavigation .navigationBtns .contactExpertBtn {
    background-color: #F09000;
    border-radius: 10rem;
    text-wrap: nowrap;
  }
  .dekstopNavigation .navItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    list-style: none;
    gap: 1rem;
    margin: 0;
    padding: 0;
  }
  .dekstopNavigation .navItems a {
    font-size: .75rem;
    font-family: 'Satoshi-Medium';
    color: #FFFF;
  }
  .bannerContent {
    max-width: 80%;
    margin-inline: auto;
  }
  .bannerContent .mainHeading {
    font-size: 2.5rem !important;
    width: 80%;
    text-align: center;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .bannerContent .mainDescription {
    font-size: .9rem !important;
    width: 80%;
    text-align: center;
    position: relative;
    opacity: .8;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.bannerDesktop {
  display: none;
}

.overflowWrapperContainer {
  display: none;
}

@media (min-width: 992px) {
  .overflowWrapperContainer {
    position: absolute;
    z-index: 2;
    top: -2rem;
    left: -5rem;
    height: 13rem;
    width: 13rem;
    border-radius: 50%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background-color: #313131;
  }
  .overflowWrapperContainer .circleContainer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .overflowWrapperContainer .circleContainer .iconContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.5rem;
    width: 1.5rem;
    position: relative;
    z-index: 3;
    left: 45%;
    top: 4rem;
  }
  .overflowWrapperContainer .circleContainer .iconContainer img {
    height: 100%;
    width: 100%;
  }
  .overflowWrapperContainer .circleContainer .description {
    color: #FFFFF0;
    font-size: .65rem;
    margin-top: 1rem;
    position: relative;
    font-family: 'Satoshi-Medium';
    -webkit-transform: translateY(3.5rem);
            transform: translateY(3.5rem);
    left: 45%;
    width: 50%;
  }
  .mobileFooterContainer {
    display: none;
  }
  .desktopFooterContainer {
    display: block !important;
  }
  .bottomFooterContainer {
    display: none !important;
  }
  .listedPointsDescription .itemPoint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .listedPointsDescription .itemPoint .bulletIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 1rem;
    max-width: 1rem;
  }
  .desktopFooterContainer {
    position: relative;
  }
  .desktopFooterContainer .footerDescription {
    position: absolute;
    bottom: .5rem;
    right: 2rem;
    padding: 0 2rem;
    width: 100%;
    z-index: 3;
  }
  .desktopFooterContainer .footerDescription span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: .8rem;
    position: relative;
    right: 0;
    font-size: .75rem;
    opacity: .7;
  }
  .desktopFooterContainer .socialMediaIcons {
    margin-top: 2rem;
  }
  .desktopFooterContainer .socialMediaIcons .socialIcons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    list-style: none;
    padding: 0;
  }
  .desktopFooterContainer .socialMediaIcons .socialIcons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: .5rem;
  }
  .desktopFooterContainer .socialMediaIcons .socialIcons a p {
    font-size: .75rem;
    font-family: 'Satoshi-Medium';
    color: #fff;
  }
  .desktopFooterContainer .socialMediaIcons .socialIcons a img {
    height: 1.2rem;
    width: 1.2rem;
  }
  .desktopFooterContainer .topContainerContactInfo {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
  }
  .desktopFooterContainer .topContainerContactInfo .footerHeading {
    font-size: 1.7rem;
    font-family: 'Satoshi-black';
    color: #16154D;
  }
  .desktopFooterContainer .topContainerContactInfo .contactInformation {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
  }
  .desktopFooterContainer .topContainerContactInfo .contactInformation li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    text-decoration: none;
    color: #16154D;
  }
  .desktopFooterContainer .topContainerContactInfo .contactInformation li p {
    font-size: .8rem;
    font-family: 'Satoshi-Bold';
    width: 15rem;
  }
  .desktopFooterContainer .topContainerContactInfo .contactInformation li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .desktopFooterContainer .rightDisplayContainer {
    width: 60%;
    height: 30rem;
    position: relative;
  }
  .desktopFooterContainer .rightDisplayContainer .logoContainer {
    position: absolute;
    z-index: 3;
    top: 2.5rem;
    right: 2rem;
    height: 6rem;
    width: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .desktopFooterContainer .rightDisplayContainer .logoContainer span {
    height: 100%;
    width: 100%;
  }
  .desktopFooterContainer .rightDisplayContainer .logoContainer span img {
    height: 100%;
    width: 100%;
  }
  .desktopFooterContainer .rightDisplayContainer .footerBannerWrapper {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .desktopFooterContainer .rightDisplayContainer .footerBannerWrapper .footerBannerWrapperImage {
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .desktopFooterContainer .rightDisplayContainer .footerBannerWrapper .footerBannerWrapperImage img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .desktopFooterContainer .newsletterWrapper {
    position: relative;
    margin-inline: unset !important;
  }
  .desktopFooterContainer .newsletterWrapper .newsletterEmailContainer {
    margin-inline: unset !important;
    max-width: unset !important;
    width: 90% !important;
    height: 13rem;
    position: relative;
    padding: unset !important;
  }
  .desktopFooterContainer .newsletterWrapper .newsletterEmailContainer .footerStripes {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 25%;
  }
  .desktopFooterContainer .newsletterWrapper .newsletterEmailContainer .footerStripes span {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .desktopFooterContainer .newsletterWrapper .newsletterEmailContainer .footerStripes span img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    scale: 1.2;
  }
  .desktopFooterContainer .newsletterWrapper .newsletterEmailContainer .heading {
    text-align: left;
    margin-inline: unset;
    width: 70%;
    max-width: 20rem;
    margin-left: 2rem;
  }
  .desktopFooterContainer .newsletterWrapper .newsletterEmailContainer .mainWrapper {
    position: relative;
    width: unset;
    width: 100%;
  }
  .desktopFooterContainer .newsletterWrapper .newsletterEmailContainer .subheading {
    text-align: left;
    margin-inline: unset;
    width: 70%;
    margin-left: 2rem;
    max-width: 20rem;
  }
  .desktopFooterContainer .newsletterWrapper .newsletterEmailContainer .emailInputWrapper {
    margin-inline: unset;
    width: 70%;
    height: 3rem;
    margin-left: 2rem;
    max-width: 20rem;
  }
  .desktopFooterContainer .newsletterWrapper .newsletterEmailContainer .emailInputWrapper input:focus {
    border: 1.2px solid #BDBDBD;
  }
  .desktopFooterContainer .newsletterWrapper .newsletterEmailContainer .emailInputWrapper .signUpBtn {
    height: unset !important;
    height: 2.6rem !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
  }
  .desktopFooterContainer .newsletterWrapper .newsletterEmailContainer .emailInputWrapper .signUpBtn span {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .desktopFooterContainer .newsletterWrapper .newsletterEmailContainer .emailInputWrapper .signUpBtn:hover {
    background-color: #8a5300;
  }
  .desktopFooterContainer .newsletterWrapper .newsletterEmailContainer .emailInputWrapper .signUpBtn:hover span {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
  .desktopFooterContainer .footerlinksWrapper {
    width: 40%;
    padding-top: 2rem;
    position: relative;
  }
  .desktopFooterContainer .footerlinksWrapper .topLinksWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    list-style: none;
    gap: 2rem;
  }
  .desktopFooterContainer .footerlinksWrapper .topLinksWrapper > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .desktopFooterContainer .footerlinksWrapper .topLinksWrapper > div .footerItems {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: .2rem;
  }
  .desktopFooterContainer .footerlinksWrapper .topLinksWrapper > div .footerItems a {
    font-size: .85rem;
    font-family: 'Satoshi-Medium';
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: .5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    position: relative;
  }
  .desktopFooterContainer .footerlinksWrapper .topLinksWrapper > div .footerItems a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 100%;
    opacity: 0;
    -webkit-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
  }
  .desktopFooterContainer .footerlinksWrapper .topLinksWrapper > div .footerItems a:hover span {
    left: 120%;
    opacity: 1;
    background-color: #fff;
    padding: .1rem;
    border-radius: 50%;
  }
  .desktopFooterContainer .footerlinksWrapper .topLinksWrapper > div .heading {
    font-size: 1.2rem;
    font-family: 'Satoshi-Bold';
    color: #F09000;
  }
  .desktopFooterContainer .desktopFooterWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
  }
  .videoBanner {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .socialProof {
    margin-inline: unset !important;
  }
  .industriesWrapperContainer .mainCardWrapper {
    margin-top: unset !important;
    margin-top: 4rem !important;
  }
  .industriesWrapperContainer .spanHeading {
    width: 1210px;
    background-color: unset;
    margin-top: unset;
    margin-top: 0 !important;
  }
  .industriesWrapperContainer .spanHeading .IconWrapperContainer {
    background-color: #F09000;
    padding: 0 1rem;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -1rem;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top: 2rem;
  }
  .industriesWrapperContainer .spanHeading .IconWrapperContainer p {
    font-size: 1.3rem;
  }
  .industiresDrop {
    background-color: #FFFFF0 !important;
    padding: .5rem;
    width: 10rem;
    border-radius: 4px;
  }
  .industiresDrop .wrapperContainer {
    padding-top: .5rem;
    padding-left: .3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: .5rem;
  }
  .industiresDrop .wrapperContainer a {
    color: #16154D !important;
    font-size: unset !important;
    font-size: .75rem !important;
    font-family: 'Satoshi-Medium';
    text-decoration: none !important;
  }
  .bannerVideoContainer::after {
    height: 100%;
    width: 100%;
    background: unset !important;
    background: linear-gradient(263deg, rgba(0, 0, 0, 0) -1.21%, rgba(0, 0, 0, 0.84) 51.29%) !important;
    position: absolute;
    display: block;
    z-index: 3;
    content: '';
  }
  .videoBanner {
    position: absolute;
    top: 0;
    right: -4.5rem;
    height: 100%;
    z-index: 1;
  }
  .bannerVideoWrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .bannerVideoWrapper .videoContainer {
    position: absolute;
    height: 100%;
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .serviceCardContainer {
    min-width: unset !important;
    min-width: 10rem !important;
  }
  .navigationBtns a span {
    height: 1rem !important;
    width: 1rem !important;
  }
  .bannerVideoContainer .bannerMobile {
    display: none;
  }
  .bannerVideoContainer .bannerDesktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .mainCardWrapper {
    max-width: 1210px;
  }
  .bannerContent {
    position: relative;
  }
  .bannerContent .contentWrapper .mainDescription {
    opacity: .8;
  }
  .bannerContent .contentWrapper .mainDescription .bold {
    font-weight: 700;
    opacity: 1 !important;
    color: #FFFF;
  }
  .contentContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: unset !important;
        -ms-flex-align: unset !important;
            align-items: unset !important;
  }
  .contentContainer .mainHeading {
    margin-inline: unset !important;
    -webkit-transform: unset !important;
            transform: unset !important;
    text-align: left !important;
    margin-bottom: 1rem;
    font-size: 1.8rem !important;
    max-width: 50%;
  }
  .servicesWrapperContainer {
    max-width: 1210px;
  }
  .servicesWrapperContainer .mainDescription {
    width: 40rem;
  }
  .servicesWrapperContainer .mainImageContainer {
    height: 40rem;
  }
  .servicesWrapperContainer .spanHeading {
    padding: 0 1rem;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .servicesWrapperContainer .spanHeading .IconWrapperContainer p {
    font-size: 1.3rem;
  }
  .mobileNavigationContainer {
    max-width: 1210px;
  }
  .bannerMainContainer {
    min-height: 35rem;
    height: 75vh;
  }
  .valuePropositionContainer .valuePropWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: unset !important;
    padding: 0 !important;
  }
  .valuePropositionContainer .valuePropWrapper .contentWrapper {
    height: unset !important;
    margin-inline: unset !important;
  }
  .valuePropositionContainer .contentWrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .valuePropositionContainer .contentWrapper .heading {
    font-size: 2rem !important;
  }
  .valuePropositionContainer .contentWrapper .listedDescriptionList {
    max-width: 35rem;
  }
  .navItems {
    width: 28rem !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navItems a {
    font-size: .9rem !important;
  }
  .navigationBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem !important;
    height: 2.5rem;
  }
  .navigationBtns a {
    height: unset !important;
    font-size: .8rem !important;
    padding: 0 1rem !important;
    gap: .5rem !important;
  }
  .bannerContent {
    max-width: 1210px;
    margin-inline: auto;
    position: relative;
    z-index: 10 !important;
  }
  .bannerContent .mainHeading {
    text-align: left !important;
    margin-inline: unset !important;
    -webkit-transform: unset !important;
            transform: unset !important;
    left: unset !important;
    max-width: 30rem;
    font-size: unset !important;
    font-size: 2.5rem !important;
  }
  .bannerContent .mainDescription {
    text-align: left !important;
    margin-inline: unset !important;
    font-size: 1rem !important;
    -webkit-transform: unset !important;
            transform: unset !important;
    left: unset !important;
    max-width: 35rem;
  }
  .bannerContent .btnsContainer {
    margin-inline: unset !important;
    height: 2.5rem;
    margin-top: unset !important;
    margin-top: 3rem !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bannerContent .btnsContainer a {
    height: unset !important;
    height: 100% !important;
    font-size: .8rem;
    gap: .5rem !important;
  }
  .bannerContent .btnsContainer .enquiriesBtn {
    min-width: 10rem;
  }
  .bannerContent .btnsContainer .watchVideoBtn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bannerContent .chat {
    background: blue;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.uk-navbar-dropdown {
  --uk-position-offset: 15px;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 15px;
  width: 200px;
  padding: 1rem !important;
  background: white important;
  color: #666;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.uk-navbar-dropdown a {
  font-family: 'Satoshi-Medium';
}

.uk-navbar-dropdown .uk-active a {
  color: unset !important;
  color: #16154D !important;
  font-family: 'Satoshi-Bold';
}

@media (min-width: 1540px) {
  .videoBanner {
    margin-right: -5rem;
  }
}
/*# sourceMappingURL=mobile.css.map */