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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Satoshi-BlackItalic';
  src: url("./assets/fonts/Satoshi-BlackItalic.woff2") format("woff2"), url("./assets/fonts/Satoshi-BlackItalic.woff") format("woff"), url("./assets/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;
}

body {
  height: 100%;
  width: 100%;
  overflow-x: hidden !important;
  font-family: "Satoshi-Variable", sans-serif !important;
  background-color: #FFFFF0 !important;
}

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

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

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

.navigationContainer .dekstopNavigation {
  display: none;
}

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

.desktopBanner, .servicesCardsContainer {
  display: none;
}

.mobileBannerWrapper::after {
  content: '';
  height: 15rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(2deg, #F9DFAC 1.56%, rgba(255, 255, 240, 0) 97.98%);
  z-index: 2;
}

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

.mobileBannerWrapper {
  width: 100%;
  height: 85dvh;
  position: relative;
}

.mobileBannerWrapper .bottomSliderWrapper {
  margin-top: 4rem;
  height: 3rem;
}

.mobileBannerWrapper .bottomSliderWrapper .uk-slider-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  height: 3rem;
}

.mobileBannerWrapper .bottomSliderWrapper .serviceBtnWrapper {
  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;
  background-color: #fff;
  height: 100%;
  color: #16154D;
  border: 1.2px solid #16154D !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Satoshi-Bold';
  font-size: .8rem;
  text-decoration: none;
  gap: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1rem;
  border-radius: 4px;
}

.mobileBannerWrapper .bottomSliderWrapper .serviceBtnWrapper span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #16154D;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobileBannerWrapper .bottomSliderWrapper .serviceBtnWrapper span img {
  height: 1rem;
  width: 1rem;
}

.mobileBannerWrapper .bannerVisualsContainer::before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}

.mobileBannerWrapper .bannerVisualsContainer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.mobileBannerWrapper .bannerVisualsContainer img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mobileBannerWrapper .contentContainer {
  width: 100%;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mobileBannerWrapper .contentContainer .mainHeading {
  font-family: 'Satoshi-Black';
  font-weight: 900;
  color: #FFFFF0;
  text-align: center;
  max-width: 20rem;
  font-size: 3rem;
  margin-inline: auto;
}

.mobileBannerWrapper .contentContainer .description {
  font-size: .8rem;
  text-align: center;
  color: #FFFFF0;
  opacity: .8;
  font-family: 'Satoshi-Medium';
  margin-top: 1rem;
  font-weight: 500;
  max-width: 25rem;
  margin-inline: auto;
}

.mobileBannerWrapper .contentContainer .keySectorsWrapper {
  border: 1.2px solid #dedede;
  margin-top: 4rem;
  padding: .5rem;
  scale: .9;
  border-radius: 4px;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-inline: auto !important;
}

.mobileBannerWrapper .contentContainer .keySectorsWrapper .sectorsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: .5rem;
}

.mobileBannerWrapper .contentContainer .keySectorsWrapper .sectorsContainer > a {
  background-color: #F7E7CE;
  min-width: 5.5rem;
  border-radius: 4px;
  height: 5rem;
  text-decoration: none !important;
}

.mobileBannerWrapper .contentContainer .keySectorsWrapper .keySector .IconContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  width: 2rem;
  margin-inline: auto;
  margin-top: .5rem;
}

.mobileBannerWrapper .contentContainer .keySectorsWrapper .keySector .sectorDescription {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobileBannerWrapper .contentContainer .keySectorsWrapper .keySector .sectorDescription .bold {
  font-size: .7rem;
  font-family: 'Satoshi-Black';
  font-weight: 900;
  color: #16154D;
}

.mobileBannerWrapper .contentContainer .keySectorsWrapper .keySector .sectorDescription .description {
  font-size: .6rem;
  margin-top: .1rem;
  font-family: 'Satoshi-Medium';
  color: #16154D;
}

.mobileBannerWrapper .contentContainer .inputWrapper {
  margin-top: 2rem;
  height: 3rem;
  border-radius: 10rem;
  width: 80%;
  max-width: 400px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.mobileBannerWrapper .contentContainer .inputWrapper input {
  height: 100%;
  width: 100%;
  outline: none;
  background-color: #ffffffb2;
  color: #1a1a1a;
  padding-left: 1rem;
  border-radius: 10rem;
  font-family: 'Satoshi-Bold' !important;
  outline: none;
  border: 1.2px solid #fff;
}

.mobileBannerWrapper .contentContainer .inputWrapper input:focus {
  border: 1.2px solid #F09000;
  background: #fcfcfc;
}

.mobileBannerWrapper .contentContainer .inputWrapper ::-webkit-input-placeholder {
  font-size: .75rem;
  font-family: 'Satoshi-Medium';
  color: #1a1a1a;
  opacity: .8;
}

.mobileBannerWrapper .contentContainer .inputWrapper :-ms-input-placeholder {
  font-size: .75rem;
  font-family: 'Satoshi-Medium';
  color: #1a1a1a;
  opacity: .8;
}

.mobileBannerWrapper .contentContainer .inputWrapper ::-ms-input-placeholder {
  font-size: .75rem;
  font-family: 'Satoshi-Medium';
  color: #1a1a1a;
  opacity: .8;
}

.mobileBannerWrapper .contentContainer .inputWrapper ::placeholder {
  font-size: .75rem;
  font-family: 'Satoshi-Medium';
  color: #1a1a1a;
  opacity: .8;
}

.mobileBannerWrapper .contentContainer .inputWrapper .searchIcon {
  height: 100%;
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
  width: 3rem;
  background-color: #F09000;
  position: absolute;
  right: 0;
  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;
}

.mobileBannerWrapper .contentContainer .inputWrapper .searchIcon span {
  scale: 1.2;
  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;
}

.custom-shape-divider-bottom-1717669587 {
  position: absolute;
  bottom: -.5rem !important;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.custom-shape-divider-bottom-1717669587 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 55px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1717669587 .shape-fill {
  fill: #FFFFF0;
}

.footerMainContainer {
  background: linear-gradient(75deg, #16154D 63.03%, #3B2EA1 97.82%);
}

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

.newsletterContainer {
  height: 20rem;
  position: relative;
}

.newsletterContainer .wrapperCenter {
  position: relative;
  z-index: 2;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.9);
  width: 90%;
  margin-inline: auto;
  top: 50%;
  height: 15rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: .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: .5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

.newsletterContainer .wrapperCenter .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%;
}

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

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

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

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

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

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

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

.newsletterContainer .newsletterBack {
  background-color: blue;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.newsletterContainer .newsletterBack img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.whyInvest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.whyInvest .imageWrapperContainer::before {
  position: absolute;
  display: block;
  height: 100%;
  width: 6rem;
  background: rgba(22, 21, 77, 0.3);
  content: '';
  top: 0;
  right: 0;
  z-index: 2;
}

.whyInvest .imageWrapperContainer {
  height: 30rem;
  position: relative;
}

.whyInvest .imageWrapperContainer .investImgWrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.whyInvest .imageWrapperContainer .findOpportunityBtn {
  position: absolute;
  bottom: 2rem;
  text-decoration: none !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #16154D;
  color: #FFFF;
  font-size: .8rem;
  font-family: 'Satoshi-Bold';
  padding: 0 1rem;
  height: 2.2rem;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: .5rem;
}

.whyInvest .imageWrapperContainer .findOpportunityBtn span {
  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;
}

.whyInvest .contentContainer {
  padding-bottom: 2rem;
  background-color: rgba(22, 21, 77, 0.8);
}

.whyInvest .contentContainer .downloadBrochureBtn:hover {
  background-color: #0d0d2e;
}

.whyInvest .contentContainer .downloadBrochureBtn:hover span {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

.whyInvest .contentContainer .downloadBrochureBtn {
  margin-top: 2rem;
  background-color: #16154D;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .8rem;
  font-family: 'Satoshi-Bold';
  height: 2.5rem;
  padding: 0 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFF0;
  gap: .5rem;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.whyInvest .contentContainer .downloadBrochureBtn span {
  height: 1.2rem;
  width: 1.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;
  -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;
}

.whyInvest .contentContainer .contentWrapper {
  width: 90%;
  margin-inline: auto;
  margin-top: 2rem;
}

.whyInvest .contentContainer .contentWrapper .mainHeading {
  font-family: 'Satoshi-Black';
  color: #FFFFF0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 20rem;
  text-align: center;
  margin-inline: auto;
}

.whyInvest .contentContainer .contentWrapper .listedItems {
  list-style: none;
  margin-top: 1.5rem;
  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;
}

.whyInvest .contentContainer .contentWrapper .listedItems li {
  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;
}

.whyInvest .contentContainer .contentWrapper .listedItems li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1rem;
  min-width: 1rem;
}

.whyInvest .contentContainer .contentWrapper .listedItems li p {
  font-size: .8rem;
  color: #FFFFF0;
  font-family: 'Satoshi-Medium';
}

.valueProposition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.valueProposition .findOpportunityBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F09000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-family: 'Satoshi-Bold';
  font-size: .75rem;
  text-decoration: none;
  color: #333;
  gap: .5rem;
  height: 2.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  margin-bottom: 3rem;
  border-radius: 4px;
}

.valueProposition .findOpportunityBtn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  width: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.valueProposition .imageWrapperContainer::before {
  position: absolute;
  display: block;
  height: 100%;
  width: 6rem;
  background: rgba(22, 21, 77, 0.3);
  content: '';
  top: 0;
  left: 0;
  z-index: 2;
}

.valueProposition .imageWrapperContainer {
  height: 30rem;
  position: relative;
}

.valueProposition .imageWrapperContainer .valuePropImg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.valueProposition .imageWrapperContainer .findOpportunityBtn {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F09000;
  color: #1a1a1a;
  font-size: .8rem;
  font-family: 'Satoshi-Bold';
  padding: 0 1rem;
  height: 2.2rem;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: .5rem;
}

.valueProposition .imageWrapperContainer .findOpportunityBtn span {
  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;
}

.valueProposition .contentContainer {
  background-color: rgba(240, 144, 0, 0.5);
}

.valueProposition .contentContainer .contentWrapper {
  width: 90%;
  margin-inline: auto;
  margin-top: 2rem;
}

.valueProposition .contentContainer .contentWrapper .mainHeading {
  font-family: 'Satoshi-Black';
  color: #16154D;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 20rem;
  text-align: center;
  margin-inline: auto;
}

.valueProposition .contentContainer .contentWrapper .listedItems {
  list-style: none;
  margin-top: 1.5rem;
  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;
}

.valueProposition .contentContainer .contentWrapper .listedItems li {
  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;
}

.valueProposition .contentContainer .contentWrapper .listedItems li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1rem;
  min-width: 1rem;
}

.valueProposition .contentContainer .contentWrapper .listedItems li p {
  font-size: .8rem;
  font-family: 'Satoshi-Medium';
}

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

.aboutSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 2rem;
}

.aboutSection .findOpportunityBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #16154D;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  height: 2.3rem;
  text-decoration: none;
  color: #FFFF;
  font-size: .75rem;
  font-family: 'Satoshi-Bold';
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5rem;
  padding: 0 1rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
  border-radius: 4px;
}

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

.aboutSection .imageWrapperContainer::before {
  position: absolute;
  display: block;
  height: 100%;
  width: 6rem;
  background: rgba(22, 21, 77, 0.3);
  content: '';
  top: 0;
  right: 0;
  z-index: 2;
}

.aboutSection .imageWrapperContainer {
  height: 30rem;
  position: relative;
}

.aboutSection .imageWrapperContainer .aboutBannerImg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aboutSection .imageWrapperContainer .findOpportunityBtn {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #16154D;
  color: #FFFF;
  font-size: .8rem;
  font-family: 'Satoshi-Bold';
  padding: 0 1rem;
  height: 2.2rem;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: .5rem;
}

.aboutSection .imageWrapperContainer .findOpportunityBtn span {
  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;
}

.aboutSection .contentContainer {
  width: 90%;
  margin-inline: auto !important;
}

.aboutSection .contentContainer .mainHeading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-family: 'Satoshi-Black';
  color: #16154D;
}

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

.aboutSection .contentContainer .listedItems {
  list-style: none;
  margin-top: 1.5rem;
  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;
}

.aboutSection .contentContainer .listedItems li {
  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;
}

.aboutSection .contentContainer .listedItems li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1rem;
  min-width: 1rem;
}

.aboutSection .contentContainer .listedItems li p {
  font-size: .8rem;
  font-family: 'Satoshi-Medium';
}

.newsletterContainer .wrapperCenter {
  max-width: 500px;
}

.footerMainContainer {
  margin-top: 3rem;
  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;
}

.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;
  bottom: 0 !important;
  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;
}

.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 {
  right: 2rem;
}

.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;
  max-height: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1rem;
}

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

.desktopFooterContainer {
  display: none;
}

@media (min-width: 768px) {
  .navigationBtns .contactExpertBtn {
    -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;
  }
  .footerMainContainer {
    margin-top: 3rem;
    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%;
  }
  .mobileNavigationContainer {
    max-width: 1210px;
  }
  .aboutSection .contentContainer {
    max-width: 1210px;
    padding-bottom: 2rem;
  }
  .aboutSection .contentContainer .findOpportunityBtn:hover {
    background-color: #0d0d2e;
  }
  .aboutSection .contentContainer .findOpportunityBtn:hover span {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
  .aboutSection .contentContainer .findOpportunityBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #16154D;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 2rem;
    height: 2.5rem;
    padding: 0 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: .5rem;
    font-size: .8rem;
    color: #FFFFF0;
    font-family: 'Satoshi-Medium';
    border-radius: 4px;
  }
  .aboutSection .contentContainer .findOpportunityBtn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 1rem;
    min-width: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .aboutSection .contentContainer .mainDescription {
    max-width: 800px;
  }
  .aboutSection .contentContainer .listedItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .aboutSection .contentContainer .listedItems li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .aboutSection .contentContainer .listedItems li p {
    text-align: left;
    max-width: 800px;
  }
  .valueProposition .contentContainer, .whyInvest .contentContainer {
    max-width: 1210px;
    padding-bottom: 2rem;
  }
  .valueProposition .contentContainer .findOpportunityBtn:hover, .whyInvest .contentContainer .findOpportunityBtn:hover {
    background-color: #ff9900;
  }
  .valueProposition .contentContainer .findOpportunityBtn:hover span, .whyInvest .contentContainer .findOpportunityBtn:hover span {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
  .valueProposition .contentContainer .findOpportunityBtn, .whyInvest .contentContainer .findOpportunityBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #F09000;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 2rem;
    height: 2.5rem;
    padding: 0 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: .5rem;
    font-size: .8rem;
    color: #1a1a1a;
    font-family: 'Satoshi-Bold';
    border-radius: 4px;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
  }
  .valueProposition .contentContainer .findOpportunityBtn span, .whyInvest .contentContainer .findOpportunityBtn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 1rem;
    min-width: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .valueProposition .contentContainer .mainDescription, .whyInvest .contentContainer .mainDescription {
    max-width: 800px;
  }
  .valueProposition .contentContainer .listedItems, .whyInvest .contentContainer .listedItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .valueProposition .contentContainer .listedItems li, .whyInvest .contentContainer .listedItems li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .valueProposition .contentContainer .listedItems li p, .whyInvest .contentContainer .listedItems li p {
    text-align: left;
    max-width: 800px;
  }
  .mobile-navigation {
    display: none !important;
  }
  .dekstopNavigation {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 85%;
    -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 {
    border-radius: 50%;
    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 .countryDesktop span {
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
  }
  .dekstopNavigation .countryDesktop span img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .dekstopNavigation .navigationBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    gap: .5rem;
    height: 2.2rem;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .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;
    padding: 0 .8rem;
    -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;
    height: 100%;
  }
  .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;
  }
  .dekstopNavigation .navigationBtns .contactExpertBtn {
    background-color: #F09000;
    border-radius: 10rem;
  }
  .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;
  }
}

@media (min-width: 992px) {
  .mobileBannerWrapper {
    display: none;
  }
  .mobileFooterContainer {
    display: none;
  }
  .desktopFooterContainer {
    display: block;
  }
  .bottomFooterContainer {
    display: none !important;
  }
  .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;
    height: unset !important;
    height: 13rem !important;
    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 .signUpBtn {
    height: unset !important;
    height: 2.6rem !important;
  }
  .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;
  }
  .dekstopNavigation a {
    text-decoration: none !important;
  }
  .industiresDrop {
    background-color: #FFFFF0;
    padding: unset !important;
    padding: .5rem !important;
    border: 1.2px solid #66666644;
    width: 10rem !important;
    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;
  }
  .countryDesktop {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 50%;
  }
  .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;
  }
  .countryDesktop .countryDrop img {
    height: 2rem;
    width: 2rem;
  }
  .countryDesktop .countryDrop span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    width: 1rem;
    border-radius: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .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;
  }
  .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;
  }
  .countryDesktop .countryDesktopOptions .countryOption:hover .countryName {
    color: #16154D;
  }
  .countryDesktop .countryDesktopOptions .countryOption:hover .countryFlag img {
    opacity: 1;
  }
  .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;
  }
  .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;
  }
  .countryDesktop .countryDesktopOptions .countryOption .countryFlag img {
    height: 100%;
    width: 100%;
    opacity: .3;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
  }
  .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;
  }
  .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%;
  }
  .indicatorContainer a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 8rem !important;
    padding-bottom: .5rem !important;
  }
  .indicatorContainer a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 2rem;
    max-height: 2rem;
  }
  .indicatorContainer a p {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .valueProposition {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .valueProposition, .whyInvest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .valueProposition .contentWrapper .mainHeading, .whyInvest .contentWrapper .mainHeading {
    width: unset !important;
    max-width: unset !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .valueProposition .imageWrapperContainer::before, .whyInvest .imageWrapperContainer::before {
    position: absolute;
    left: 0 !important;
    right: 0 unset !important;
  }
  .valueProposition a, .whyInvest a {
    text-decoration: none !important;
  }
  .aboutSection, .valueProposition, .whyInvest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
  }
  .aboutSection .contentContainer, .valueProposition .contentContainer, .whyInvest .contentContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .aboutSection .contentContainer .contentWrapper, .valueProposition .contentContainer .contentWrapper, .whyInvest .contentContainer .contentWrapper {
    padding-bottom: 0 !important;
  }
  .aboutSection .contentContainer .contentWrapper .findOpportunityBtn, .valueProposition .contentContainer .contentWrapper .findOpportunityBtn, .whyInvest .contentContainer .contentWrapper .findOpportunityBtn {
    margin-inline: unset !important;
    margin-top: 2rem !important;
    margin-bottom: 0 !important;
  }
  .aboutSection .contentContainer .contentWrapper .downloadBrochureBtn, .valueProposition .contentContainer .contentWrapper .downloadBrochureBtn, .whyInvest .contentContainer .contentWrapper .downloadBrochureBtn {
    margin-inline: unset !important;
  }
  .aboutSection #oppBtn, .valueProposition #oppBtn, .whyInvest #oppBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #16154D;
    text-decoration: none;
    color: #FFFF;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: .5rem;
    margin-top: 1rem;
    border-radius: 4px;
    padding: 0 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 2.5rem;
    font-size: .8rem;
    font-family: 'Satoshi-Bold';
  }
  .aboutSection #oppBtn span, .valueProposition #oppBtn span, .whyInvest #oppBtn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .aboutSection a, .valueProposition a, .whyInvest a {
    text-decoration: none !important;
  }
  .aboutSection .contentContainer, .valueProposition .contentContainer, .whyInvest .contentContainer {
    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;
  }
  .aboutSection .contentWrapper, .valueProposition .contentWrapper, .whyInvest .contentWrapper {
    width: 90%;
  }
  .aboutSection .contentWrapper .mainHeading, .valueProposition .contentWrapper .mainHeading, .whyInvest .contentWrapper .mainHeading {
    text-align: left;
    margin-inline: unset !important;
  }
  .aboutSection .contentWrapper .mainDescription, .valueProposition .contentWrapper .mainDescription, .whyInvest .contentWrapper .mainDescription {
    text-align: left;
    margin-inline: unset !important;
  }
  .aboutSection .imageWrapperContainer, .valueProposition .imageWrapperContainer, .whyInvest .imageWrapperContainer {
    height: 35rem;
  }
  .aboutSection > div {
    width: unset !important;
    width: 50% !important;
    height: 35rem;
  }
  .valueProposition > div {
    width: unset !important;
    width: 50% !important;
    height: 35rem;
  }
  .whyInvest > div {
    width: unset !important;
    width: 50% !important;
    height: 35rem;
  }
  .searchContainer {
    position: absolute;
    top: 50%;
    left: 60%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 2.5rem;
    width: 18rem;
  }
  .searchContainer .searchBtn {
    position: absolute;
    right: 0rem;
    height: 100%;
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
    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: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 .6rem;
    background-color: #F09000;
  }
  .searchContainer .searchBtn span {
    height: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1.5rem;
  }
  .searchContainer input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 10rem;
    border: none;
    padding-left: 1rem;
    outline: none;
  }
  .searchContainer ::-webkit-input-placeholder {
    font-size: .75rem;
    font-family: 'Satoshi-Medium';
  }
  .searchContainer :-ms-input-placeholder {
    font-size: .75rem;
    font-family: 'Satoshi-Medium';
  }
  .searchContainer ::-ms-input-placeholder {
    font-size: .75rem;
    font-family: 'Satoshi-Medium';
  }
  .searchContainer ::placeholder {
    font-size: .75rem;
    font-family: 'Satoshi-Medium';
  }
  .backgroundSearchWrapper {
    height: 25rem;
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
  }
  .backgroundSearchWrapper .searchContainer {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    z-index: 4;
  }
  .backgroundSearchWrapper .bannerSeperator {
    position: absolute;
    top: 0;
    height: 25rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
  }
  .backgroundSearchWrapper .bannerSeperator > * {
    margin-left: -.1rem !important;
    height: calc(100% + .5rem);
    width: 100%;
  }
  .backgroundSearchWrapper .bannerImg {
    height: 100%;
    width: 100%;
    left: -.2rem;
  }
  .backgroundSearchWrapper .bannerImg img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .servicesCardsContainer {
    background-color: #F9DFAC;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    padding: 1rem 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: relative;
    z-index: 2;
  }
  .servicesCardsContainer .mainWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
    max-width: 1210px;
  }
  .servicesCardsContainer .mainWrapper .uk-card {
    background-color: #fff;
    border: 1.2px solid #dedede;
    padding: .5rem;
    border-radius: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 10;
    font-family: 'Satoshi-Medium';
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .servicesCardsContainer .mainWrapper .uk-card .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: .5rem;
  }
  .servicesCardsContainer .mainWrapper .uk-card .wrapper p {
    font-size: .75rem;
    font-family: 'Satoshi-Bold';
    color: #16154D;
  }
  .servicesCardsContainer .mainWrapper .uk-card 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;
  }
  .servicesCardsContainer a {
    height: 100%;
    background-color: #fff;
    font-size: .75rem;
    border-radius: 10px;
    font-family: 'Satoshi-Bold';
    text-decoration: none;
    padding: 0 1rem;
    text-decoration: none !important;
    gap: .5rem;
    min-height: 4rem;
  }
  .servicesCardsContainer a p {
    color: #16154D;
  }
  .servicesCardsContainer .serviceBtnWrapper {
    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;
    border: 1.2px solid #16154D;
  }
  .servicesCardsContainer .serviceBtnWrapper span {
    height: 1.5rem;
    width: 1.5rem;
    background-color: #16154D;
    border-radius: 50%;
    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;
    padding: .1rem;
  }
  .servicesCardsContainer .serviceBtnWrapper span img {
    max-height: 80%;
    max-width: 80%;
  }
  .desktopBanner {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    position: relative;
  }
  .desktopBanner .desktopWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1210px;
    margin-inline: auto;
    position: relative;
    width: 90%;
  }
  .desktopBanner .desktopWrapper .contentContainer {
    min-width: 50%;
    z-index: 3;
  }
  .desktopBanner .desktopWrapper .contentContainer .mainHeading, .desktopBanner .desktopWrapper .contentContainer .description, .desktopBanner .desktopWrapper .contentContainer .indicatorContainer {
    margin-inline: unset;
  }
  .desktopBanner .desktopWrapper .ghost {
    width: 50%;
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 5;
  }
  .desktopBanner .contentContainer {
    width: 45%;
  }
  .desktopBanner .indicatorContainer {
    margin-top: 2rem;
    width: 90%;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
  .desktopBanner .indicatorContainer > a {
    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;
    border: 1px solid rgba(222, 222, 222, 0.39);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: .3rem;
    border-radius: 4px;
    min-width: 6.5rem;
    max-width: 10rem;
    font-size: .7rem;
    text-decoration: none !important;
    font-family: 'Satoshi-Medium';
  }
  .desktopBanner .indicatorContainer > a p {
    width: 90%;
    height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-top: .2rem;
    color: #16154D;
  }
  .desktopBanner .indicatorContainer > a p .valueToken {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Satoshi-Black';
    font-weight: 900;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: unset !important;
    width: 100% !important;
  }
  .desktopBanner .contentContainer {
    max-width: 45%;
    height: 25rem;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .desktopBanner .contentContainer .contentWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: unset !important;
    background-color: #0d0d2e !important;
  }
  .desktopBanner .contentContainer .mainHeading {
    font-family: 'Satoshi-Black';
    color: #16154D;
    font-size: 2.2rem;
    width: 90%;
    margin-inline: auto;
  }
  .desktopBanner .contentContainer .description {
    margin-top: 1rem;
    font-size: .8rem;
    font-family: 'Satoshi-Medium';
    width: 90%;
    margin-inline: auto;
    padding-right: 5rem;
    color: #1a1a1a;
    opacity: .8;
  }
  .desktopBanner .contentContainer .indicatorContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem !important;
  }
  .navItems a {
    font-size: .9rem !important;
  }
  .navigationBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem !important;
    height: unset !important;
    height: 2.5rem !important;
  }
  .navigationBtns a {
    font-size: .8rem !important;
    padding: 0 1rem !important;
    gap: .5rem !important;
  }
  .contactExpertBtn {
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
  }
  .contactExpertBtn:hover {
    background-color: #b66d00 !important;
  }
  .nav-item {
    text-decoration: none !important;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    opacity: .5;
  }
  .nav-item:hover {
    color: #ffb649 !important;
  }
  .navigationBtns a {
    height: 2.5rem !important;
  }
  .navigationBtns a span {
    height: 1rem !important;
    width: 1rem !important;
  }
}
/*# sourceMappingURL=agricultureMobile.css.map */