@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");

* {
  font-family: "Hanken Grotesk", sans-serif;
  list-style: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  box-sizing: border-box;
}

body {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body::-webkit-scrollbar {
  width: 0.35em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #131313;
  outline: 0px solid slategrey;
}

header.site-header {
  position: absolute;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
  z-index: 10;
}
header.site-header .header-wrp {
  display: flex;
  align-items: center;
}
header.site-header .header-wrp .menu-wrp {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
}
header.site-header .header-wrp .menu-wrp ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header.site-header .header-wrp .menu-wrp ul li {
  display: inline-block;
  padding: 0 15px;
}
header.site-header.home-header {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #204496;
}
header.site-header.home-header .site-branding {
  position: relative;
  width: 10%;
  flex-shrink: 0;
  margin-right: 40px;
}
header.site-header.home-header .site-branding img {
  position: relative;
  width: 100%;
  object-fit: cover;
}
header.site-header.home-header .header-wrp .menu-wrp ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 5px 0;
  text-decoration: none;
  transition: all ease 0.3s;
}
header.site-header.home-header .header-wrp .menu-wrp ul li a:hover {
  text-decoration: none;
  color: #0084f8;
}
@media (max-width: 768px) {
  header.site-header.home-header .header-wrp .menu-wrp ul li a {
    font-size: 12px;
  }
  header.site-header.home-header .header-wrp .menu-wrp ul li {
    padding: 0 5px;
  }
}

.page-template-default header.site-header {
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 20px;
  padding-bottom: 20px;
}

.home-page .hero-section {
  position: relative;
  padding-bottom: 6rem;
}
.home-page .hero-section .container {
  position: relative;
}
.home-page .hero-section .title-part h1 {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px; /* 114.286% */
  color: #000;
  margin-bottom: 30px;
}
.home-page .hero-section .title-part h1 span {
  color: #0084f8;
  font-size: 56px;
  font-style: normal;
  font-weight: 900;
  line-height: 64px;
}
.home-page .hero-section .description {
  padding-bottom: 40px;
}
.home-page .hero-section .description p {
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  color: #0f0f0f;
}
.home-page .hero-section .btns-wrp .btn-wrp {
  display: inline-block;
  text-align: center;
}
.home-page .hero-section .btns-wrp .btn-wrp:first-child {
  margin-right: 30px;
}
.home-page .hero-section .btns-wrp .btn-wrp a:first-child {
  padding: 10px 20px;
  display: block;
  background-color: #ffb5d1;
  border-radius: 8px;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  min-width: 260px;
  color: #0f0f0f;
  text-decoration: none;
  transition: all ease 0.3s;
  margin-bottom: 10px;
}
.home-page .hero-section .btns-wrp .btn-wrp a:first-child:hover {
  background-color: #ffa5c7;
  text-decoration: none;
}
.home-page .hero-section .btns-wrp .btn-wrp a:last-child {
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  text-decoration-line: underline;
  color: #9d9d9d;
}
.home-page .how-it-works-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../images/how-it-works.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.home-page .how-it-works-section .title-part h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  color: #ec407a;
  margin-bottom: 40px;
}
.home-page .how-it-works-section .content-wrp .nav-tabs {
  border: none;
  margin-left: 0;
  justify-content: center;
}
.home-page .how-it-works-section .content-wrp .nav-tabs li button {
  width: 250px;
  padding: 15px 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  border: none;
  background-color: #fff;
  color: #9d9d9d;
}
.home-page .how-it-works-section .content-wrp .nav-tabs li button.active {
  background-color: #ec407a;
  color: #fff;
}
.home-page .how-it-works-section .content-wrp .nav-tabs li:first-child button {
  border-radius: 16px 0px 0px 16px;
}
.home-page .how-it-works-section .content-wrp .nav-tabs li:last-child button {
  border-radius: 0px 16px 16px 0px;
}
.home-page .how-it-works-section .content-wrp .tab-content {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .home-page .how-it-works-section .content-wrp .tab-content #merchant .each {
    flex: 0 0 auto;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
.home-page
  .how-it-works-section
  .content-wrp
  .tab-content
  #merchant
  .each
  .each-wrp {
  height: 100%;
  padding: 20px;
  padding-top: 30px;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  border-radius: 16px;
  text-align: center;
}
.home-page
  .how-it-works-section
  .content-wrp
  .tab-content
  #merchant
  .each
  .each-wrp
  .sub-title
  h3 {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #ec407a;
  margin-bottom: 20px;
}
.home-page
  .how-it-works-section
  .content-wrp
  .tab-content
  #merchant
  .each
  .each-wrp
  .img-wrp {
  margin-bottom: 20px;
}
.home-page
  .how-it-works-section
  .content-wrp
  .tab-content
  #merchant
  .each
  .each-wrp
  .img-wrp
  img {
  max-height: 130px;
  max-width: 150px;
}
.home-page
  .how-it-works-section
  .content-wrp
  .tab-content
  #merchant
  .each
  .each-wrp
  .description
  p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #7e8387;
}
@media (min-width: 768px) {
  .home-page .how-it-works-section .content-wrp .tab-content #driver .each {
    flex: 0 0 auto;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
.home-page
  .how-it-works-section
  .content-wrp
  .tab-content
  #driver
  .each
  .each-wrp {
  height: 100%;
  padding: 20px;
  padding-top: 30px;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  border-radius: 16px;
  text-align: center;
}
.home-page
  .how-it-works-section
  .content-wrp
  .tab-content
  #driver
  .each
  .each-wrp
  .sub-title
  h3 {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #ec407a;
  margin-bottom: 20px;
}
.home-page
  .how-it-works-section
  .content-wrp
  .tab-content
  #driver
  .each
  .each-wrp
  .img-wrp {
  margin-bottom: 20px;
}
.home-page
  .how-it-works-section
  .content-wrp
  .tab-content
  #driver
  .each
  .each-wrp
  .img-wrp
  img {
  max-height: 130px;
  max-width: 150px;
}
.home-page
  .how-it-works-section
  .content-wrp
  .tab-content
  #driver
  .each
  .each-wrp
  .description
  p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #7e8387;
}
.home-page .services-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../images/business-support.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
.home-page .services-section .content-wrp {
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
}
.home-page .services-section .content-wrp .nav-tabs {
  margin-left: 0;
  justify-content: space-between;
}
.home-page .services-section .content-wrp .nav-tabs li button {
  border: none;
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #0f0f0f;
  border-bottom: 6px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.home-page .services-section .content-wrp .nav-tabs li button img {
  margin-bottom: 10px;
}
.home-page .services-section .content-wrp .nav-tabs li button.active {
  border-bottom: 6px solid #ec407a;
}
.home-page .services-section .content-wrp .tab-content .tab-pane {
  padding-top: 30px;
  padding-bottom: 15px;
}
.home-page
  .services-section
  .content-wrp
  .tab-content
  .tab-pane
  .title-part
  h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 120%;
  color: #262626;
}
.home-page .services-section .content-wrp .tab-content .tab-pane .detail p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #262626;
}
.home-page .services-section .content-wrp .tab-content .tab-pane .detail ul {
  margin: 0;
  padding: 0;
  padding-left: 25px;
  margin-bottom: 20px;
}
.home-page .services-section .content-wrp .tab-content .tab-pane .detail ul li {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #262626;
}
.home-page .services-section .content-wrp .tab-content .tab-pane .btn-wrp {
  padding-top: 30px;
}
.home-page .services-section .content-wrp .tab-content .tab-pane .btn-wrp a {
  padding: 10px 40px;
  background-color: #ffb5d1;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  align-items: center;
  text-align: center;
  color: #262626;
  text-decoration: none;
  transition: all ease 0.3s;
}
.home-page
  .services-section
  .content-wrp
  .tab-content
  .tab-pane
  .btn-wrp
  a:hover {
  background-color: #ffa5c7;
  text-decoration: none;
}
.home-page .investors-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.home-page .investors-section .row {
  align-items: center;
}
@media (max-width: 768px) {
  .home-page .investors-section .img-wrp {
    margin-bottom: 30px;
  }
}
.home-page .investors-section .title-part h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #ec407a;
  margin-bottom: 30px;
}
.home-page .investors-section .title-part h2 span {
  color: #161616;
  font-family: "Sinkin Sans", sans-serif;
  font-weight: 300;
}
.home-page .investors-section .description p {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  color: #0f0f0f;
}
.home-page .investors-section .btn-wrp {
  padding-top: 30px;
}
.home-page .investors-section .btn-wrp a {
  padding: 10px 40px;
  background-color: #ec407a;
  border: 1px solid #ffb5d1;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
}
.home-page .investors-section .btn-wrp a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.home-page .love-hamburger-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e0e0e0;
}
.home-page .love-hamburger-section .content-wrp {
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding-bottom: 40px;
}
.home-page .love-hamburger-section .content-wrp .title-part h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 120%;
  color: #262626;
}
.home-page .love-hamburger-section .content-wrp .detail p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #262626;
}
.home-page .love-hamburger-section .content-wrp .detail ul {
  margin: 0;
  padding: 0;
  padding-left: 25px;
  margin-bottom: 20px;
}
.home-page .love-hamburger-section .content-wrp .detail ul li {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #262626;
}
.home-page .love-hamburger-section .content-wrp .btn-wrp {
  padding-top: 15px;
}
.home-page .love-hamburger-section .content-wrp .btn-wrp a {
  padding: 10px 40px;
  background-color: #ffb5d1;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  align-items: center;
  text-align: center;
  color: #262626;
  text-decoration: none;
  transition: all ease 0.3s;
}
.home-page .love-hamburger-section .content-wrp .btn-wrp a:hover {
  background-color: #ffa5c7;
  text-decoration: none;
}
.home-page .love-hamburger-section .img-wrp {
  max-width: 380px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.investors-page .hero-section {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../images/investors/hero-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
  display: flex;
  align-items: center;
}
.investors-page .hero-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.investors-page .hero-section .container {
  position: relative;
}
.investors-page .hero-section .title-part h1 {
  font-family: "Sinkin Sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 72px;
  line-height: 110%;
  color: #fff;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .investors-page .hero-section .title-part h1 {
    font-size: 64px;
  }
}
@media (max-width: 992px) {
  .investors-page .hero-section .title-part h1 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .investors-page .hero-section .title-part h1 {
    font-size: 44px;
  }
}
.investors-page .hero-section .title-part h1 span {
  color: #ec407a;
  font-family: "Sinkin Sans", sans-serif;
}
.investors-page .about-section {
  background-image: url("../images/investors/about-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative;
}
.investors-page .about-section .first-wrp {
  display: flex;
}
@media (max-width: 768px) {
  .investors-page .about-section .first-wrp {
    display: block;
  }
}
.investors-page .about-section .first-wrp .content-wrp {
  padding-left: calc(50% - 645px);
  padding-right: 50px;
  width: 60%;
}
@media (max-width: 1400px) {
  .investors-page .about-section .first-wrp .content-wrp {
    padding-left: calc(50% - 555px);
  }
}
@media (max-width: 1200px) {
  .investors-page .about-section .first-wrp .content-wrp {
    padding-left: calc(50% - 465px);
  }
}
@media (max-width: 992px) {
  .investors-page .about-section .first-wrp .content-wrp {
    padding-left: calc(50% - 345px);
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .investors-page .about-section .first-wrp .content-wrp {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.investors-page .about-section .first-wrp .content-wrp .title-part {
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .investors-page .about-section .first-wrp .content-wrp .title-part {
    padding-top: 2rem;
  }
}
.investors-page .about-section .first-wrp .content-wrp .title-part h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #0f0f0f;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .investors-page .about-section .first-wrp .content-wrp .title-part h2 {
    font-size: 44px;
  }
}
@media (max-width: 992px) {
  .investors-page .about-section .first-wrp .content-wrp .title-part h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .investors-page .about-section .first-wrp .content-wrp .title-part h2 {
    font-size: 36px;
  }
}
.investors-page .about-section .first-wrp .content-wrp .detail p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #0f0f0f;
}
.investors-page .about-section .first-wrp .content-wrp .detail p strong {
  color: #ec407a;
  font-weight: 700;
}
.investors-page .about-section .first-wrp .img-wrapper {
  width: 40%;
  height: fit-content;
  background-color: #ffb5d1;
  padding-right: 20px;
}
.investors-page .about-section .first-wrp .img-wrapper .img-wrp {
  width: 560px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .investors-page .about-section .first-wrp .img-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
  }
}
.investors-page .about-section .second-wrp {
  display: flex;
  padding-top: 3rem;
}
@media (max-width: 768px) {
  .investors-page .about-section .second-wrp {
    display: block;
    padding-bottom: 4rem;
    padding-top: 2rem;
  }
}
.investors-page .about-section .second-wrp .content-wrp {
  padding-right: calc(50% - 645px);
  padding-left: 50px;
  width: 60%;
}
@media (max-width: 1400px) {
  .investors-page .about-section .second-wrp .content-wrp {
    padding-right: calc(50% - 555px);
  }
}
@media (max-width: 1400px) {
  .investors-page .about-section .second-wrp .content-wrp {
    padding-right: calc(50% - 555px);
  }
}
@media (max-width: 1200px) {
  .investors-page .about-section .second-wrp .content-wrp {
    padding-right: calc(50% - 465px);
  }
}
@media (max-width: 992px) {
  .investors-page .about-section .second-wrp .content-wrp {
    padding-right: calc(50% - 345px);
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .investors-page .about-section .second-wrp .content-wrp {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.investors-page .about-section .second-wrp .content-wrp .title-part h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #0f0f0f;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .investors-page .about-section .second-wrp .content-wrp .title-part h2 {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .investors-page .about-section .second-wrp .content-wrp .title-part h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.investors-page .about-section .second-wrp .content-wrp .sub-title p {
  font-size: 20px;
  line-height: 120%;
  color: #ec407a;
  font-weight: 700;
}
.investors-page .about-section .second-wrp .content-wrp .detail p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #0f0f0f;
}
.investors-page .about-section .second-wrp .content-wrp .detail p strong {
  color: #ec407a;
  font-weight: 700;
}
.investors-page .about-section .second-wrp .content-wrp .detail ul {
  margin: 0;
  padding: 0;
  padding-left: 25px;
  margin-bottom: 15px;
}
.investors-page .about-section .second-wrp .content-wrp .detail ul li {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #0f0f0f;
}
.investors-page .about-section .second-wrp .content-wrp .detail ul li strong {
  color: #ec407a;
  font-weight: 700;
}
.investors-page .about-section .second-wrp .content-wrp .btns-wrp {
  padding-top: 15px;
}
.investors-page .about-section .second-wrp .content-wrp .btns-wrp a:last-child {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #ec407a;
  padding: 10px 30px;
  padding-left: 55px;
  background-color: #fff;
  border: 1px solid #ec407a;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
}
.investors-page
  .about-section
  .second-wrp
  .content-wrp
  .btns-wrp
  a:last-child:before {
  content: url("../images/investors/social-linkedin.svg");
  position: absolute;
  width: 24px;
  height: 24px;
  top: 7px;
  left: 20px;
}
.investors-page
  .about-section
  .second-wrp
  .content-wrp
  .btns-wrp
  a:last-child:hover {
  text-decoration: none;
  background-color: #ff91ba;
  color: #262626;
  border: 1px solid #ff91ba;
}
.investors-page
  .about-section
  .second-wrp
  .content-wrp
  .btns-wrp
  a:last-child:hover:before {
  content: url("../images/investors/social-linkedin-black.svg");
}
.investors-page .about-section .second-wrp .img-wrapper {
  width: 40%;
  height: fit-content;
  background-color: #ffb5d1;
  padding-left: 20px;
}
.investors-page .about-section .second-wrp .img-wrapper .img-wrp {
  width: 560px;
  max-width: 100%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .investors-page .about-section .second-wrp .img-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
.investors-page .about-section .third-wrp {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .investors-page .about-section .third-wrp {
    display: block;
  }
}
.investors-page .about-section .third-wrp .content-wrp {
  padding-left: calc(50% - 645px);
  padding-right: 50px;
  width: 60%;
}
@media (max-width: 1400px) {
  .investors-page .about-section .third-wrp .content-wrp {
    padding-left: calc(50% - 555px);
  }
}
@media (max-width: 1200px) {
  .investors-page .about-section .third-wrp .content-wrp {
    padding-left: calc(50% - 465px);
  }
}
@media (max-width: 992px) {
  .investors-page .about-section .third-wrp .content-wrp {
    padding-left: calc(50% - 345px);
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .investors-page .about-section .third-wrp .content-wrp {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.investors-page .about-section .third-wrp .content-wrp .detail p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #0f0f0f;
}
.investors-page .about-section .third-wrp .content-wrp .detail p strong {
  color: #ec407a;
  font-weight: 700;
}
.investors-page .about-section .third-wrp .img-wrapper {
  width: 40%;
  height: fit-content;
  background-color: #ffb5d1;
  padding-right: 20px;
}
.investors-page .about-section .third-wrp .img-wrapper .img-wrp {
  width: 560px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .investors-page .about-section .third-wrp .img-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
  }
}
.investors-page .about-section .third-wrp .btns-wrp {
  padding-top: 15px;
}
.investors-page .about-section .third-wrp .btns-wrp a:first-child {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #0f0f0f;
  padding: 10px 30px;
  background-color: #ffb5d1;
  border: 1px solid #ffb5d1;
  border-radius: 8px;
  text-decoration: none;
  margin-right: 20px;
}
.investors-page .about-section .third-wrp .btns-wrp a:first-child:hover {
  background-color: #ff91ba;
  border: 1px solid #ff91ba;
  text-decoration: none;
}
.investors-page .about-section .third-wrp .btns-wrp a:last-child {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #ec407a;
  padding: 10px 30px;
  padding-left: 55px;
  background-color: #fff;
  border: 1px solid #ec407a;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
}
.investors-page .about-section .third-wrp .btns-wrp a:last-child:before {
  content: url("../images/investors/social-linkedin.svg");
  position: absolute;
  width: 24px;
  height: 24px;
  top: 7px;
  left: 20px;
}
.investors-page .about-section .third-wrp .btns-wrp a:last-child:hover {
  text-decoration: none;
  background-color: #ff91ba;
  color: #262626;
  border: 1px solid #ff91ba;
}
.investors-page .about-section .third-wrp .btns-wrp a:last-child:hover:before {
  content: url("../images/investors/social-linkedin-black.svg");
}
.investors-page .solutions-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../images/investors/solutions-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.investors-page .solutions-section .title-part h2 {
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #0f0f0f;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .investors-page .solutions-section .title-part h2 {
    font-size: 44px;
  }
}
@media (max-width: 992px) {
  .investors-page .solutions-section .title-part h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .investors-page .solutions-section .title-part h2 {
    font-size: 36px;
  }
}
.investors-page .solutions-section .solutions-wrp .each {
  margin-bottom: 30px;
}
.investors-page .solutions-section .solutions-wrp .each .each-wrp {
  height: 100%;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  padding: 30px;
}
.investors-page .solutions-section .solutions-wrp .each .each-wrp .img-wrp {
  height: 180px;
  margin-bottom: 20px;
  text-align: center;
}
.investors-page .solutions-section .solutions-wrp .each .each-wrp .img-wrp img {
  height: 100%;
  width: auto;
}
.investors-page
  .solutions-section
  .solutions-wrp
  .each
  .each-wrp
  .sub-title
  h3 {
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 0;
  color: #ec407a;
}
@media (max-width: 1200px) {
  .investors-page
    .solutions-section
    .solutions-wrp
    .each
    .each-wrp
    .sub-title
    h3 {
    font-size: 16px;
  }
}
.investors-page .solutions-section hr {
  border-top: 1px solid #c4c4c4;
  margin-top: 50px;
  margin-bottom: 30px;
}
.investors-page .solutions-section .bottom-wrp {
  padding-top: 30px;
}
.investors-page .solutions-section .bottom-wrp .bottom-title h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #ec407a;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .investors-page .solutions-section .bottom-wrp .bottom-title h2 {
    font-size: 36px;
  }
}
.investors-page .solutions-section .bottom-wrp p {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  color: #262626;
}
.investors-page .solutions-section .bottom-wrp p strong {
  font-weight: 700;
}
.investors-page .solutions-section .bottom-wrp p strong.pink-color {
  color: #ec407a;
}
.investors-page .features-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffc1d9;
}
.investors-page .features-section .info-wrp {
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .investors-page .features-section .info-wrp {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.investors-page .features-section .info-wrp .title-part h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.5px;
  color: #242729;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .investors-page .features-section .info-wrp .title-part h2 {
    font-size: 28px;
  }
}
.investors-page .features-section .info-wrp .description p {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 0;
}
.investors-page .features-section .content-wrp {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .investors-page .features-section .content-wrp {
    padding-bottom: 0;
  }
}
.investors-page .features-section .content-wrp .inner-wrp {
  display: none;
}
.investors-page .features-section .content-wrp .inner-wrp .row:first-child {
  border-bottom: 1px solid #ec407a;
}
@media (max-width: 768px) {
  .investors-page .features-section .content-wrp .inner-wrp .row:first-child {
    border: none;
  }
}
.investors-page .features-section .content-wrp .inner-wrp .each {
  border-right: 1px solid #ec407a;
}
@media (max-width: 768px) {
  .investors-page .features-section .content-wrp .inner-wrp .each {
    border: none;
    border-bottom: 1px solid #ec407a;
  }
}
.investors-page .features-section .content-wrp .inner-wrp .each .each-wrp {
  padding: 20px;
  height: 100%;
}
@media (max-width: 768px) {
  .investors-page .features-section .content-wrp .inner-wrp .each .each-wrp {
    padding-left: 0;
    padding-right: 0;
  }
}
.investors-page
  .features-section
  .content-wrp
  .inner-wrp
  .each
  .each-wrp
  .img-wrp {
  width: 48px;
  margin-bottom: 10px;
}
.investors-page
  .features-section
  .content-wrp
  .inner-wrp
  .each
  .each-wrp
  .description
  p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.investors-page .features-section .content-wrp .inner-wrp .each:last-child {
  border: none;
}
@media (max-width: 768px) {
  .investors-page .features-section .content-wrp .inner-wrp .each:last-child {
    border-bottom: 1px solid #ec407a;
  }
}
.investors-page .features-section .content-wrp .inner-wrp.active {
  display: block;
}
.investors-page .features-section .content-wrp .bullets {
  padding-top: 30px;
  width: 100%;
  text-align: center;
}
.investors-page .features-section .content-wrp .bullets a {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 10px;
  background-color: #ffb5d1;
  border: 1px solid #ec407a;
  border-radius: 50%;
}
.investors-page .features-section .content-wrp .bullets a.active {
  background-color: #ec407a;
}
.investors-page .who-it-serves {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../images/investors/services-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  position: relative;
}
.investors-page .who-it-serves:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-image: url("../images/investors/services-image.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
@media (max-width: 768px) {
  .investors-page .who-it-serves:after {
    display: none;
  }
}
.investors-page .who-it-serves .container {
  position: relative;
}
.investors-page .who-it-serves .title-part h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #262626;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .investors-page .who-it-serves .title-part h2 {
    font-style: 36px;
  }
}
.investors-page .who-it-serves .detail p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #262626;
}
.investors-page .who-it-serves .detail ul {
  margin: 0;
  padding: 0;
  padding-left: 25px;
  margin-bottom: 15px;
}
.investors-page .who-it-serves .detail ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #262626;
}
.investors-page .tools-section {
  background-color: #f4f4f4;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .investors-page .tools-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.investors-page .tools-section .title-part h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #ec407a;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .investors-page .tools-section .title-part h2 {
    font-size: 36px;
    text-align: center;
  }
}
.investors-page .tools-section .detail h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #262626;
  padding: 30px 0 15px;
}
.investors-page .tools-section .detail p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #262626;
}
@media (max-width: 768px) {
  .investors-page .tools-section .btns-wrp {
    text-align: center;
  }
}
.investors-page .tools-section .btns-wrp a {
  display: block;
  width: fit-content;
  padding: 10px 30px;
  min-width: 200px;
  text-align: center;
  background-color: #ec407a;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  text-decoration: none;
  transition: all ease 0.3s;
  margin-bottom: 15px;
}
.investors-page .tools-section .btns-wrp a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .investors-page .tools-section .btns-wrp a {
    margin-left: auto;
    margin-right: auto;
  }
}
.investors-page .how-it-works-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../images/investors/how-it-works.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .investors-page .how-it-works-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.investors-page .how-it-works-section .title-part h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  color: #0f0f0f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .investors-page .how-it-works-section .title-part h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .investors-page .how-it-works-section .title-part h2 {
    font-size: 36px;
  }
}
.investors-page .how-it-works-section .content-wrp .nav-tabs {
  border: none;
  margin-left: 0;
  justify-content: center;
}
.investors-page .how-it-works-section .content-wrp .nav-tabs li button {
  width: 250px;
  padding: 15px 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  border: none;
  background-color: #fff;
  color: #ec407a;
  border: 1px solid #ec407a;
}
.investors-page .how-it-works-section .content-wrp .nav-tabs li button.active {
  background-color: #ec407a;
  color: #fff;
}
@media (max-width: 992px) {
  .investors-page .how-it-works-section .content-wrp .nav-tabs li button {
    width: 200px;
    padding: 12px 15px;
  }
}
@media (max-width: 768px) {
  .investors-page .how-it-works-section .content-wrp .nav-tabs li button {
    width: 150px;
  }
}
.investors-page
  .how-it-works-section
  .content-wrp
  .nav-tabs
  li:first-child
  button {
  border-radius: 16px 0px 0px 16px;
}
.investors-page
  .how-it-works-section
  .content-wrp
  .nav-tabs
  li:last-child
  button {
  border-radius: 0px 16px 16px 0px;
}
.investors-page .how-it-works-section .content-wrp .tab-content {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .investors-page
    .how-it-works-section
    .content-wrp
    .tab-content
    #merchant
    .each {
    flex: 0 0 auto;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .investors-page
    .how-it-works-section
    .content-wrp
    .tab-content
    #merchant
    .each {
    flex: 0 0 auto;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
.investors-page
  .how-it-works-section
  .content-wrp
  .tab-content
  #merchant
  .each {
  margin-bottom: 30px;
}
.investors-page
  .how-it-works-section
  .content-wrp
  .tab-content
  #merchant
  .each
  .each-wrp {
  height: 100%;
  padding: 20px;
  padding-top: 30px;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  border-radius: 16px;
  text-align: center;
}
.investors-page
  .how-it-works-section
  .content-wrp
  .tab-content
  #merchant
  .each
  .each-wrp
  .sub-title
  h3 {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #ec407a;
  margin-bottom: 20px;
}
.investors-page
  .how-it-works-section
  .content-wrp
  .tab-content
  #merchant
  .each
  .each-wrp
  .img-wrp {
  margin-bottom: 20px;
}
.investors-page
  .how-it-works-section
  .content-wrp
  .tab-content
  #merchant
  .each
  .each-wrp
  .img-wrp
  img {
  max-height: 130px;
  max-width: 150px;
}
.investors-page
  .how-it-works-section
  .content-wrp
  .tab-content
  #merchant
  .each
  .each-wrp
  .description
  p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #7e8387;
}
@media (min-width: 768px) {
  .investors-page
    .how-it-works-section
    .content-wrp
    .tab-content
    #driver
    .each {
    flex: 0 0 auto;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .investors-page
    .how-it-works-section
    .content-wrp
    .tab-content
    #driver
    .each {
    flex: 0 0 auto;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
.investors-page .how-it-works-section .content-wrp .tab-content #driver .each {
  margin-bottom: 30px;
}
.investors-page
  .how-it-works-section
  .content-wrp
  .tab-content
  #driver
  .each
  .each-wrp {
  height: 100%;
  padding: 20px;
  padding-top: 30px;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  border-radius: 16px;
  text-align: center;
}
.investors-page
  .how-it-works-section
  .content-wrp
  .tab-content
  #driver
  .each
  .each-wrp
  .sub-title
  h3 {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #ec407a;
  margin-bottom: 20px;
}
.investors-page
  .how-it-works-section
  .content-wrp
  .tab-content
  #driver
  .each
  .each-wrp
  .img-wrp {
  margin-bottom: 20px;
}
.investors-page
  .how-it-works-section
  .content-wrp
  .tab-content
  #driver
  .each
  .each-wrp
  .img-wrp
  img {
  max-height: 130px;
  max-width: 150px;
}
.investors-page
  .how-it-works-section
  .content-wrp
  .tab-content
  #driver
  .each
  .each-wrp
  .description
  p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #7e8387;
}
.investors-page .become-a-driver {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.investors-page .become-a-driver:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/investors/become-driver-bg1.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
@media (max-width: 768px) {
  .investors-page .become-a-driver:before {
    width: 100%;
  }
}
.investors-page .become-a-driver:after {
  content: "";
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url("../images/investors/become-driver-bg2-new.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .investors-page .become-a-driver:after {
    display: none;
  }
}
.investors-page .become-a-driver .container {
  position: relative;
}
.investors-page .become-a-driver .title-part h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #262626;
  margin-bottom: 15px;
}
.investors-page .become-a-driver .description p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #262626;
}
.investors-page .become-a-driver .btn-wrp {
  padding-top: 10px;
  padding-bottom: 50px;
}
.investors-page .become-a-driver .btn-wrp a {
  padding: 8px 30px;
  background-color: #ec407a;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  text-decoration: none;
}
.investors-page .become-a-driver .btn-wrp a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.investors-page .contact-us-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../images/investors/contact-us-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.investors-page .contact-us-section .content-wrp {
  background-color: #ffb5d1;
  border-radius: 10px;
  box-shadow: 0px 8px 16px rgba(51, 51, 51, 0.04),
    0px 16px 32px rgba(51, 51, 51, 0.08);
  border: 1px solid #b9bec2;
  padding: 30px;
  max-width: 550px;
}
.investors-page .contact-us-section .content-wrp .title-part h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #262626;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .investors-page .contact-us-section .content-wrp .title-part h2 {
    font-size: 44px;
  }
}
@media (max-width: 992px) {
  .investors-page .contact-us-section .content-wrp .title-part h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .investors-page .contact-us-section .content-wrp .title-part h2 {
    font-size: 36px;
    text-align: center;
  }
}
.investors-page
  .contact-us-section
  .content-wrp
  .form-wrp
  form
  input:not([type="checkbox"]) {
  background: #ffffff;
  border: 1px solid #c9d6df;
  border-radius: 10px;
  height: 45px;
  width: 100%;
  padding: 5px 10px;
}
.investors-page .contact-us-section .content-wrp .form-wrp form select {
  background: #ffffff;
  border: 1px solid #c9d6df;
  border-radius: 10px;
  height: 45px;
  width: 100%;
  padding: 5px 10px;
}
.investors-page .contact-us-section .content-wrp .form-wrp form label {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  width: 100%;
}
.investors-page
  .contact-us-section
  .content-wrp
  .form-wrp
  form
  label
  .wpcf7-list-item {
  margin-left: 0;
}
.investors-page
  .contact-us-section
  .content-wrp
  .form-wrp
  form
  input[type="submit"] {
  background: #ec407a;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  border: none;
  cursor: pointer;
}
.investors-page
  .contact-us-section
  .content-wrp
  .form-wrp
  form
  input[type="submit"]:hover {
  opacity: 0.8;
}

header.home-header .menu-wrp ul .invest-now {
  padding: 10px 24px;
  border-radius: 4px;
  background: #0084f8;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

header.home-header .menu-wrp ul .login {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #333;
  text-decoration: none;
  display: inline-block;
  transition: all ease 0.3s;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 10px;
	margin-right: 10px;
}

.home-page .overview-section {
  padding-top: 7rem;
  padding-bottom: 80px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 992px) {
  .home-page .overview-section {
    padding-top: 9rem;
  }
}
.home-page .overview-section .hero-section .title-part {
  padding-bottom: 20px;
}
.home-page .overview-section .hero-section .title-part h1 {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px; /* 114.286% */
  color: #000000;
}
.home-page .overview-section .hero-section .title-part h1 span {
  color: #0084f8;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px; /* 114.286% */
}
@media (max-width: 992px) {
  .home-page .overview-section .hero-section .title-part h1 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .home-page .overview-section .hero-section .title-part h1 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .home-page .overview-section .hero-section .title-part h1 {
    font-size: 36px;
  }
}
.home-page .overview-section .hero-section .description {
  padding-bottom: 20px;
}
.home-page .overview-section .hero-section .description p {
  font-family: "Lato";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  color: #000000;
}
.home-page .overview-section .hero-section .overview-hero {
  padding-bottom: 30px;
}
.home-page .overview-section .hero-section .overview-video {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}
.home-page .overview-section .hero-section .overview-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.home-page .overview-section .sub-section .sub-title {
  padding-bottom: 20px;
}
.home-page .overview-section .sub-section .sub-title h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 75% */
  letter-spacing: 0.5px;
  color: #0084f8;
}
@media (max-width: 768px) {
  .home-page .overview-section .sub-section .sub-title h2 {
    font-size: 26px;
  }
}
.home-page .overview-section .sub-section .detail p {
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  color: #0f0f0f;
}
.home-page .overview-section .sub-section .btn-wrp a {
  padding: 12px 32px;
  background-color: #204496;
  border-radius: 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 131.25% */
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.home-page .overview-section .sub-section .btn-wrp a:hover {
  background-color: #0084f8;
  transform: translateY(-3px);
}
.home-page .overview-section .sub-section hr {
  width: 40px;
  margin: 40px 0px;
  border: none;
  background-color: transparent;
  border-top: 2px solid #0084f8;
}
.home-page .overview-section .sub-section.last-section {
  padding-bottom: 50px;
}
.home-page .overview-section .team-section {
  padding-bottom: 30px;
}
.home-page .overview-section .team-section .title-part {
  padding-bottom: 20px;
}
.home-page .overview-section .team-section .title-part h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 75% */
  letter-spacing: 0.5px;
  color: #0084f8;
}
@media (max-width: 768px) {
  .home-page .overview-section .team-section .title-part h2 {
    font-size: 26px;
  }
}
.home-page .overview-section .team-section .each {
  margin-bottom: 20px;
}
.home-page .overview-section .team-section .each .img-wrp.team-img {
  max-width: 100%;
  margin-bottom: 10px;
  width: 100%;
  height: 206px;
  background: #e7e7e7;
}
.home-page .overview-section .team-section .each .img-wrp img {
  width: 100%;
}
.home-page .overview-section .team-section .each .name-position p {
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  color: #0084f8;
}
.home-page .overview-section .team-section .each .name-position p span {
  font-weight: 300;
}
.home-page .overview-section .team-section .each .intro p {
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  color: #0f0f0f;
}
.home-page .overview-section .team-section hr {
  width: 40px;
  border: none;
  background-color: transparent;
  border-top: 2px solid #0084f8;
}
.home-page .overview-section .team-section .platform-section {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .home-page .overview-section .team-section .platform-section .each {
    padding-bottom: 30px;
  }
}
.home-page
  .overview-section
  .team-section
  .platform-section
  .each
  .sub-title
  h3 {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  color: #0084f8;
  margin-bottom: 10px;
  min-height: 40px;
}
.home-page .overview-section .team-section .platform-section .each .img-wrp {
  margin-bottom: 15px;
}
.home-page
  .overview-section
  .team-section
  .platform-section
  .each
  .img-wrp
  img {
  width: 100%;
}
.home-page
  .overview-section
  .team-section
  .platform-section
  .each
  .description
  p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  color: #313131;
}
.home-page .overview-section .team-section .logos-section {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  padding: 15px 0;
}
.home-page .overview-section .team-section .logos-section img {
  max-height: 44px;
  width: auto;
  flex-shrink: 0;
}
.home-page .overview-section .team-section .logos-section img.third-one {
  max-height: 35px;
}
.home-page .overview-section .investment-part-wrp {
  height: fit-content;
  position: sticky;
  top: 120px;
}
@media (max-width: 768px) {
  .home-page .overview-section .investment-part-wrp {
    position: relative;
    top: unset;
  }
}
.home-page .overview-section .investment-part {
  padding: 30px 30px;
  background: #f1f2f4;
  border: 1px solid #204496;
  box-shadow: 0px 4px 16px 0px rgba(51, 51, 51, 0.08),
    0px 4px 4px 0px rgba(51, 51, 51, 0.04);
  border-radius: 16px;
  margin-left: 40px;
}
.home-page .overview-section .versions-part {
  margin-top: 32px;
  padding: 30px 30px;
  background: #f1f2f4;
  border: 1px solid #204496;
  box-shadow: 0px 4px 16px 0px rgba(51, 51, 51, 0.08),
    0px 4px 4px 0px rgba(51, 51, 51, 0.04);
  border-radius: 16px;
  margin-left: 40px;
}
@media (max-width: 768px) {
  .home-page .overview-section .versions-part {
    margin-left: auto;
    margin-right: auto;
  }
}
.home-page .overview-section .versions-part .versions-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  color: #1c3666;
  text-align: center;
}
.home-page .overview-section .versions-part .versions-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
  justify-content: space-between;
}
.home-page .overview-section .versions-part .versions-links a {
  display: block;
  text-align: center;
  padding: 8px 12px;
  background-color: #204496;
  border-radius: 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.home-page .overview-section .versions-part .versions-links a:hover {
  background-color: #0084f8;
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .home-page .overview-section .investment-part {
    margin-left: 0;
  }
}
.home-page .overview-section .investment-part .item h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px; /* 120% */
  color: #1c3666;
}
.home-page .overview-section .investment-part .item p {
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  color: #0084f8;
}
.home-page .overview-section .investment-part hr {
  border-top: 1px solid #c9d6df;
  border-radius: 5px;
  background-color: #c9d6df;
}
.home-page .overview-section .investment-part .btn-wrp a {
  display: block;
  text-align: center;
  padding: 12px 32px;
  background-color: #204496;
  border-radius: 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 131.25% */
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.home-page .overview-section .investment-part .btn-wrp a:hover {
  background-color: #0084f8;
  transform: translateY(-3px);
}
.home-page .overview-section .investment-part .btn-wrp p {
  font-family: "Lato";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  color: #0084f8;
  text-align: center;
  margin-top: 10px;
}
.home-page .overview-section .investment-part .investor-perks .sub-title h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 131.25% */
  display: flex;
  align-items: center;
  color: #1c3666;
  cursor: pointer;
}
.home-page
  .overview-section
  .investment-part
  .investor-perks
  .sub-title
  h3
  svg {
  margin-right: 10px;
}
.home-page .overview-section .investment-part .investor-perks .select-tiers {
  padding-top: 10px;
}
.home-page .overview-section .investment-part .investor-perks .select-tiers a {
  background: #fff;
  border: 1px solid #dde1e5;
  border-radius: 8px;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px; /* 136.364% */
  color: #1c3666;
  text-decoration: none;
  padding: 7px 12px;
  transition: all ease 0.3s;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 5px;
}
.home-page
  .overview-section
  .investment-part
  .investor-perks
  .select-tiers
  a:hover {
  border: 1px solid #1c3666;
  text-decoration: none;
}
.home-page
  .overview-section
  .investment-part
  .investor-perks
  .select-tiers
  a.active {
  background-color: #0084f8;
  border-color: #0084f8;
  color: #fff;
}
.home-page
  .overview-section
  .investment-part
  .investor-perks
  .select-tier-result {
  padding-top: 30px;
}
.home-page
  .overview-section
  .investment-part
  .investor-perks
  .select-tier-result
  .each {
  border: 1px solid #dde1e5;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  display: none;
}
.home-page
  .overview-section
  .investment-part
  .investor-perks
  .select-tier-result
  .each.active {
  display: block;
}
.home-page
  .overview-section
  .investment-part
  .investor-perks
  .select-tier-result
  .each
  h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  color: #0084f8;
  margin-bottom: 10px;
}
.home-page
  .overview-section
  .investment-part
  .investor-perks
  .select-tier-result
  .each
  h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  color: #1c3666;
  margin-bottom: 5px;
}
.home-page
  .overview-section
  .investment-part
  .investor-perks
  .select-tier-result
  .each
  p {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
  color: #0084f8;
  margin-bottom: 0;
}
.home-page .overview-section .investment-part .investor-perks .foot-note {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #7e8387;
}
.home-page .overview-section .investment-part .investor-perks .foot-note span {
  color: #ec407a;
}
.home-page .overview-section .investment-part .investor-perks .logos-wrp {
  text-align: center;
  padding-top: 15px;
}
.home-page .overview-section .investment-part .investor-perks .logos-wrp img {
  width: calc(25% - 8px);
  padding: 0 10px;
}
.home-page .overview-section .offering-circular {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .home-page .overview-section .offering-circular {
    margin-left: 0;
  }
}
.home-page .overview-section .offering-circular a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-decoration: underline;
  color: #ec407a;
  text-align: center;
}
.home-page .overview-section .offering-circular a:hover {
  opacity: 0.8;
}
.home-page .faqs-section {
  background-color: #f2f9fe;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.home-page .faqs-section .title-part {
  padding-bottom: 30px;
}
.home-page .faqs-section .title-part h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px; /* 120% */
  color: #0084f8;
}
@media (max-width: 768px) {
  .home-page .faqs-section .title-part h2 {
    font-size: 26px;
  }
}
.home-page .faqs-section .each .sub-title h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  color: #204496;
}
.home-page .faqs-section .each .detail p {
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #0f0f0f;
}
.home-page .faqs-section .each .detail a {
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  color: #0f0f0f;
}
.home-page .faqs-section .each hr {
  width: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  border: none;
  background-color: transparent;
  border-top: 2px solid #0084f8;
}
.home-page .faqs-process-section {
  background-color: #f2f9fe;
  padding-bottom: 2rem;
}
.home-page .faqs-process-section:last-child {
  padding-bottom: 4rem;
}
.home-page .faqs-process-section .title-part {
  padding-bottom: 20px;
}
.home-page .faqs-process-section .title-part h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 120% */
  color: #0084f8;
}
@media (max-width: 768px) {
  .home-page .faqs-process-section .title-part h2 {
    font-size: 26px;
  }
}
.home-page .faqs-process-section .each .sub-title h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  color: #204496;
}
.home-page .faqs-process-section .each .detail p {
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #0f0f0f;
}
.home-page .faqs-process-section .each .detail ul,
.home-page .faqs-process-section .each .detail ol {
  padding: 0;
  margin: 0;
  padding-left: 25px;
  margin-bottom: 15px;
}
.home-page .faqs-process-section .each .detail ul li,
.home-page .faqs-process-section .each .detail ol li {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #0f0f0f;
}
.home-page .faqs-process-section .each .detail ul li {
  list-style: initial !important;
}
.home-page .faqs-process-section .each .detail ol li {
  list-style: decimal !important;
}
.home-page .faqs-process-section .each hr {
  width: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  border: none;
  background-color: transparent;
  border-top: 2px solid #0084f8;
}
.home-page .modal .modal-dialog {
  max-width: 850px;
}
.home-page .modal .modal-dialog .modal-content {
  border-radius: 16px;
  background-color: #f1f2f4;
  border: 1px solid #204496;
}
.home-page .modal .modal-dialog .modal-body {
  padding: 30px;
  padding-bottom: 15px;
  position: relative;
}
.home-page .modal .modal-dialog .modal-body .btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
  filter: invert(1);
}
.home-page .modal .modal-dialog .modal-body .modal-content-wrp .title-part h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #1c3666;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-page
  .modal
  .modal-dialog
  .modal-body
  .modal-content-wrp
  .title-part
  h2
  svg {
  margin-right: 10px;
}
.home-page .modal .modal-dialog .modal-body .modal-content-wrp .tiers-wrp {
  padding-top: 30px;
}
.home-page
  .modal
  .modal-dialog
  .modal-body
  .modal-content-wrp
  .tiers-wrp
  .each {
  margin-bottom: 15px;
}
.home-page
  .modal
  .modal-dialog
  .modal-body
  .modal-content-wrp
  .tiers-wrp
  .each
  .each-wrp
  .each-title
  h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #0084f8;
}
.home-page
  .modal
  .modal-dialog
  .modal-body
  .modal-content-wrp
  .tiers-wrp
  .each
  .each-wrp
  .each-wrapper {
  border: 1px solid #204496;
  border-radius: 8px;
  padding: 20px 15px;
  margin-bottom: 20px;
}
.home-page
  .modal
  .modal-dialog
  .modal-body
  .modal-content-wrp
  .tiers-wrp
  .each
  .each-wrp
  .each-wrapper
  h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #1c3666;
  margin-bottom: 0;
}
.home-page
  .modal
  .modal-dialog
  .modal-body
  .modal-content-wrp
  .tiers-wrp
  .each
  .each-wrp
  .each-wrapper
  p {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #0084f8;
  margin-bottom: 8px;
}
.home-page .modal .modal-dialog .modal-body .modal-content-wrp .foot-note p {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #0084f8;
}
.home-page
  .modal
  .modal-dialog
  .modal-body
  .modal-content-wrp
  .foot-note
  p
  span {
  color: #0084f8;
}

.single-post-page {
  padding-top: 4rem;
  padding-bottom: 4rem;
  min-height: 68vh;
}
.single-post-page article header .entry-title {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  color: #1c3666;
  margin-bottom: 40px;
  text-align: center;
}
.single-post-page article .post-thumbnail {
  float: right;
  max-width: 600px;
  width: 100%;
  margin-left: 20px;
  margin-bottom: 20px;
}
.single-post-page article .post-thumbnail img {
  width: 100%;
  border-radius: 8px;
}
.single-post-page article .entry-content p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #1c3666;
}
.single-post-page article .entry-content a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #1c3666;
  text-decoration: underline;
}
.single-post-page article .entry-content ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  padding-left: 25px;
}
.single-post-page article .entry-content ul li {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #1c3666;
}
.single-post-page .post-navigation {
  padding-top: 30px;
}
.single-post-page .post-navigation .nav-links a {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #1c3666;
  text-decoration-line: underline;
}

.single-event-page {
  padding-top: 4rem;
  padding-bottom: 4rem;
  min-height: 68vh;
}
.single-event-page article header .entry-title {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  color: #1c3666;
  margin-bottom: 40px;
  text-align: center;
}
.single-event-page article .post-thumbnail {
  float: right;
  max-width: 600px;
  width: 100%;
  margin-left: 20px;
  margin-bottom: 20px;
}
.single-event-page article .post-thumbnail img {
  width: 100%;
  border-radius: 8px;
}
.single-event-page article .entry-content .qem .qem-icon {
  display: inline-block;
  float: unset;
}
.single-event-page article .entry-content .qem .qem-medium {
  padding-top: 30px;
  margin-left: 0;
}
.single-event-page article .entry-content .qem .qem-medium .qemright {
  max-width: 600px;
  width: 600px;
}
.single-event-page article .entry-content p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #1c3666;
}
.single-event-page article .entry-content a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #1c3666;
  text-decoration: underline;
}
.single-event-page article .entry-content ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.single-event-page article .entry-content ul li {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #1c3666;
}
.single-event-page .post-navigation {
  padding-top: 30px;
}
.single-event-page .post-navigation .nav-links a {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #1c3666;
  text-decoration-line: underline;
}

.not-found-page {
  padding-top: 8rem;
  padding-bottom: 6rem;
  min-height: 70vh;
}
.not-found-page h1 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 120%;
  color: #1c3666;
  text-align: center;
  text-transform: uppercase;
}
.not-found-page h1 span {
  color: #a94442;
  font-size: 120px;
}

.common-page {
  padding-top: 10rem;
  padding-bottom: 4rem;
  min-height: 68vh;
}
.common-page article header .entry-title {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  color: #ec407a;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .common-page article header .entry-title {
    font-size: 40px;
  }
}
.common-page article .post-thumbnail {
  float: right;
  max-width: 600px;
  width: 100%;
  margin-left: 20px;
  margin-bottom: 20px;
}
.common-page article .post-thumbnail img {
  width: 100%;
  border-radius: 8px;
}
.common-page article .entry-content p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #0f0f0f;
}
.common-page article .entry-content a {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #0f0f0f;
  text-decoration: underline;
}
.common-page article .entry-content ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  padding-left: 25px;
}
.common-page article .entry-content ul li {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #0f0f0f;
}

.login-page {
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.login-page .left-content {
  width: 65%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-image: url("../images/login-bg.png");
}
@media (max-width: 992px) {
  .login-page .left-content {
    display: none;
  }
}
.login-page .login-wrp {
  width: 35%;
  height: 100vh;
  padding-right: 80px;
  padding-left: 40px;
  padding-top: 6rem;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .login-page .login-wrp {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 6rem;
  }
}
.login-page .login-wrp .inner-wrp {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  position: relative;
}
.login-page .login-wrp .inner-wrp .logo-wrp {
  padding-bottom: 40px;
}
.login-page .login-wrp .inner-wrp .form-wrp form {
  position: relative;
  padding-bottom: 60px;
}
.login-page .login-wrp .inner-wrp .form-wrp form br {
  display: none;
}
.login-page .login-wrp .inner-wrp .form-wrp form input:not([type="checkbox"]) {
  height: 45px;
  border: 1px solid #c9d6df;
  border-radius: 8px;
  padding: 10px;
}
.login-page .login-wrp .inner-wrp .form-wrp form .tml-submit-wrap .tml-button {
  background-color: #1c3666;
  border-radius: 10px;
  border: none;
  height: 45px;
  color: #fff;
  width: 100%;
}
.login-page .login-wrp .inner-wrp .form-wrp form .mo-openid-app-icons {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.login-page .login-wrp .inner-wrp .form-wrp form .mo-openid-app-icons p {
  display: none !important;
}
.login-page .login-wrp .inner-wrp .form-wrp form .mo-openid-app-icons a {
  background-color: #000 !important;
  max-width: 100% !important;
}
.login-page .login-wrp .inner-wrp .form-wrp form .mo-openid-app-icons img {
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 3px !important;
  top: 2px;
  left: 2px;
  border: none;
}
.login-page .login-wrp .inner-wrp .form-wrp .tml-links {
  margin: 0;
  list-style: none;
  padding: 0;
  padding-top: 40px;
  display: none !important;
}
.login-page .login-wrp .inner-wrp .form-wrp .tml-links a {
  color: #007aff;
  text-decoration: none;
  display: inline-block;
  padding: 2px 0;
}
.login-page .login-wrp .inner-wrp .copyright {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
}
.login-page .login-wrp .inner-wrp .copyright p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #666666;
}

footer.site-footer.home-footer {
  padding-top: 3rem;
  padding-bottom: 30px;
  background-color: #204496;
}
footer.site-footer.home-footer .footer-logo {
  display: flex;
  align-items: center;
}
footer.site-footer.home-footer .footer-logo .img-wrp {
  width: 30%;
  flex-shrink: 0;
  margin-right: 30px;
}
footer.site-footer.home-footer .footer-logo .img-wrp img {
  position: relative;
  width: 100%;
  object-fit: cover;
}
footer.site-footer.home-footer hr {
  border-top: 1px solid #dde1e5;
  background-color: transparent;
  opacity: 1;
}
footer.site-footer.home-footer .social-links {
  text-align: right !important;
  padding-top: 0 !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
footer.site-footer.home-footer .footer-detail {
  padding-bottom: 30px;
  border-top: 1px solid #dde1e5;
  border-bottom: 1px solid #dde1e5;
  margin-top: 36px;
}
footer.site-footer.home-footer .footer-detail .sub-title h2 {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
  color: #ffffff;
  margin-top: 36px;
}
footer.site-footer.home-footer .footer-detail .description p {
  font-family: "Lato";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px; /* 133.333% */
  color: #ffffff;
  text-align: justify;
}

footer.site-footer.home-footer .container.copyright {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}

footer.site-footer.home-footer .container.copyright span {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  color: #fff;
}

footer.site-footer.home-footer .container.copyright ul {
  position: relative;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding-left: 0;
}

footer.site-footer.home-footer .container.copyright ul li a {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  text-decoration: none;
  color: #fff;
}

@media only screen and (min-width: 767px) and (max-width: 1201px) {
  header.site-header.home-header .site-branding {
    width: 20%;
  }
  footer.site-footer.home-footer .footer-logo .img-wrp {
    width: 60%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 766px) {
  header.site-header.home-header .site-branding {
    width: 25%;
    margin-right: 16px;
  }
  footer.site-footer.home-footer .footer-logo .img-wrp {
    width: 35%;
    margin-right: 0;
  }
  footer.site-footer.home-footer .social-links {
    text-align: left !important;
    justify-content: flex-start;
    margin-top: 16px;
  }
  footer.site-footer.home-footer .container.copyright {
    flex-direction: column;
    gap: 16px;
  }
}

/* --- Laptop / narrow-desktop header fixes (nav no longer wraps) --- */
header.site-header.home-header .header-wrp {
  gap: 16px;
}
header.site-header.home-header .header-wrp .menu-wrp ul {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
header.site-header.home-header .header-wrp .menu-wrp ul li {
  white-space: nowrap;
}
header.home-header .menu-wrp ul .invest-now,
header.home-header .menu-wrp ul .login {
  white-space: nowrap;
  flex-shrink: 0;
}

@media only screen and (max-width: 1500px) {
  header.site-header.home-header .header-wrp .menu-wrp ul li {
    padding: 0 10px;
  }
  header.site-header.home-header .header-wrp .menu-wrp ul li a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1300px) {
  header.site-header.home-header .site-branding {
    width: 8%;
    min-width: 90px;
    margin-right: 16px;
  }
  header.site-header.home-header .header-wrp .menu-wrp ul li {
    padding: 0 7px;
  }
  header.site-header.home-header .header-wrp .menu-wrp ul li a {
    font-size: 13px;
  }
  header.home-header .menu-wrp ul .invest-now {
    font-size: 13px;
    padding: 8px 14px;
  }
  header.home-header .menu-wrp ul .login {
    font-size: 13px;
    padding: 7px 10px;
    margin-right: 6px;
  }
}

@media only screen and (max-width: 1100px) and (min-width: 767px) {
  header.site-header.home-header .header-wrp .menu-wrp ul li {
    padding: 0 5px;
  }
  header.site-header.home-header .header-wrp .menu-wrp ul li a {
    font-size: 12px;
  }
  header.home-header .menu-wrp ul .invest-now {
    font-size: 12px;
    padding: 7px 10px;
  }
  header.home-header .menu-wrp ul .login {
    font-size: 12px;
    padding: 6px 8px;
  }
}

/* Menu becomes horizontally scrollable instead of overflowing on small screens */
@media only screen and (max-width: 991px) {
  header.site-header.home-header .header-wrp .menu-wrp {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: flex-start;
    min-width: 0;
    flex: 1 1 0%;
  }
  header.site-header.home-header .header-wrp .menu-wrp::-webkit-scrollbar {
    display: none;
  }
  header.site-header.home-header .header-wrp .menu-wrp ul li a {
    font-size: 12px;
  }
  header.site-header.home-header .header-wrp .menu-wrp ul li {
    padding: 0 5px;
  }
}

/* Keep the sticky investment card fully visible on short laptop viewports */
.home-page .overview-section .hero-section .overview-hero img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-height: 800px) and (min-width: 769px) {
  .home-page .overview-section .investment-part-wrp {
    top: 100px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    scrollbar-width: thin;
  }
}

/*# sourceMappingURL=main.css.map */
