@font-face {
  font-family: Gordita-Reg;
  src: url('/fonts/Gordita Regular.otf');
  font-weight: normal;
}

@font-face {
  font-family: Gordita-Bold;
  src: url('/fonts/Gordita Bold.otf');
  font-weight: bold;
}


* {
  font-family: Gordita-Reg, Verdana, sans-serif;
}


.nav-link.active {
  font-weight: bold;
}

/*   
    #294854 - dark blue
    #33647f - blue
    #509674 - green
    #b1d757 - light green
    #edecc5 - pale
    #cee2f4 - grey
 */
:root {
  /*Main Colours*/
  --azure: #02335b;
  --cyan: #00dafe;
  --navy: #02335b;
  --midway-blue: #0095f8;
  /*Secondary Colours*/
  --mint: #15ad93;
  --pink: #e7448b;
  --purple: #944fa0;
  --ice-blue: #d4f5ff;
  /*Tones*/
  --white: #ffffff;
  --off-white: #f8f9fa;
  --light-grey: #bfced8;
  --mid-grey: #6e818e;
  --dark-grey: #2a3842;
}
/******** COLORS*******/
.color-brownOrange-dark {
  color: var(--navy);
}

.color-azure {
  color: var(--azure);
}

.color-blue {
  color: var(--cyan);
}

.navyblue {
  color: var(--navy);
}

.text-gradient {
  background: -webkit-linear-gradient(180deg, var(--cyan), var(--azure));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 110%;
  line-height: normal;
  display: inline;
}

.bg-brownOrange-dark {
  background-color: #843121
}

#btn-getstarted {
  margin-top: 10rem;
}

p {
  color: #051726;
  font-size: 1rem;
}

  p.large {
    font-size: 1.3rem;
  }

.sipc {
  height: 100px;
  width: auto;
}

html {
  scroll-behavior: smooth;
}

.merj-banner-dark {
  background-color: var(--color-merj-dark);
}

.mid-blue-background {
  background-color: var(--midway-blue) !important;
}

.ice-blue-background {
  background-color: var(--ice-blue) !important;
}

.footer-section {
  background-color: var(--color-off-white);
}

  .footer-section h2 {
    text-transform: uppercase;
    font-weight: 300;
  }

  .footer-section h6, .footer-section p {
    color: var(--navy);
  }

  .footer-section a {
    color: var(--navy);
    text-decoration: underline;
  }

  .footer-section .button {
    border-color: var(--color-blue)
  }

/*Light Gray background start*/

/*Black section start*/
.black-section {
  background-color: var(--color-dark);
  color: var(--color-off-white);
  font-size: smaller;
}

.copyright {
  display: block;
  text-align: center;
  color: var(--white);
}
/*Black section end*/

.dark h1, .dark h2, .dark h6, .dark p, .dark small {
  color: var(--color-off-white);
}

.dark h2 {
  text-transform: uppercase;
  font-weight: 300;
}

.bg-darkblue {
  background-color: #33647f
}

.dark {
  background-color: var(--color-dark);
}

#img-globex-series {
  width: 100px;
}

.privacy-link {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

h1 {
  font-weight: bold;
  font-weight: bold;
  /*color: #0fa7db;*/
  color: var(--midway-blue);
  font-size: 3rem;
}

.page-divider h1 {
  font-size: 3rem;
}

.page-divider .long-divider-text h1 {
  font-size: 3rem;
}
/*@media screen and (max-width: 1200px) {
    .page-divider h1{
        font-size:7vw;
    }
    .page-divider .long-divider-text h1 {
        font-size: 3vh;
    }
}*/

/*header h1 {
    margin-top: 4rem;
}*/

.nav-logo {
  height: 5rem;
  margin-top: 4px;
}

@media (min-width: 600px) and (max-width: 899px) {
  h1 {
    font-size: 8vw;
    /*margin-top: 2rem;*/
  }
  /*
    .page-divider h1 {
        font-size: 7vw;

    }*/
}

@media (max-width: 599px) {
  h1, .page-divider h1 {
    font-size: 2rem;
    /*margin-top: 0rem;*/
  }

  header h1 {
    margin-top: 0rem;
  }

  #btn-getstarted {
    margin-top: 5rem;
  }
}

btn {
  background-color: #051726 !important;
}



h1.dark {
  color: #33647f;
}

h1.sub {
  font-weight: normal;
  font-size: 3rem;
}

@media (max-width: 599px) {
  h1.sub {
    font-size: 2.5rem;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  h1.sub {
    font-size: 3rem;
  }
}

h2 {
  font-size: 1.7rem;
  color: #051726;
}

@media (max-width: 599px) {
  h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  h2 {
    font-size: 1.8rem;
  }
}

.freshNFT {
  font-size: 1.5rem;
  color: var(--navy);
  font-weight: normal !important;
}

h3 {
  font-size: 1.5rem;
  color: var(--navy);
  font-weight: bold;
}

  h3 li {
    color: white;
  }

@media (min-width: 600px) and (max-width: 899px) {
  h3 li {
    font-size: 1.5rem;
  }
}

@media (max-width: 599px) {
  h3 li {
    font-size: 1.5rem;
  }
}

h4 {
  /*display: table;*/
  padding: 12px 0;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  margin: 22px 0;
  font-size: 1.5rem;
}

@media (max-width: 599px) {
  h4 {
    font-size: 1.0rem;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  h4 {
    font-size: 1.25rem;
  }
}



h5 {
  font-size: 1.7rem;
  color: #051726;
  font-weight: bold;
}



@media (max-width: 599px) {
  h5 {
    font-size: 1.55rem;
    padding: 0.75rem;
    text-align: center;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  h5 {
    font-size: 1.5rem;
    padding: 1rem;
    text-align: center;
  }
}

h5 .str-rotate, h5 .rotating {
  font-weight: bold;
}

h6 {
  font-weight: bold;
  text-decoration: none;
}

  h6 li {
    padding: 3px 0 3px 0;
  }

h7 {
  color: black;
  font-size: 1.3rem;
}

body {
  min-height: 100vh;
  max-width: 100vw;
  overflow-x: hidden;
}

  body nav {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
  }

    body nav.kyc-nav-bg {
      background: rgba(255, 255, 255, 0.8);
    }

    body nav.navbar-shrink {
      font-size: .75rem !important;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: 3px 0 5px #33647f
    }

      body nav.navbar-shrink .btn {
        font-size: .75rem !important;
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s;
      }

      body nav.navbar-shrink .navbar-brand {
        font-size: 1rem;
      }


@media (max-width: 1500px) {
  .nav-item {
    min-width: 8rem;
    max-width: 8rem;
  }
}


@media (max-width: 599px) {
  body nav.navbar-shrink .navbar-brand {
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  #upstreamNavbar .dropdown-menu {
    background-color: transparent;
    border: 0px;
  }
}

body nav.navbar-shrink .navbar-brand {
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}


body nav .navbar-brand {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

body nav.navbar-shrink .form-inline {
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

body nav .form-inline {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

body nav .btn {
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

body nav .navbar-nav .nav-item {
  margin: 0 10px;
}

/* The alert message box */
.alert {
  padding: 20px;
  background-color: #f44336; /* Red */
  color: white;
  margin-bottom: 10px;
}

.allgood {
  padding: 20px;
  background-color: darkseagreen;
  color: white;
  margin-bottom: 10px;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

  /* When moving the mouse over the close button */
  .closebtn:hover {
    color: gray;
  }


@media (min-width: 992px) {
  body nav .navbar-nav .nav-item.demo {
    display: none;
  }
}

@media (max-width: 991px) {
  body nav .navbar-nav .nav-item.demo {
    display: block;
  }
}

.nav-link {
  font-size: 16px;
}

.waitlist_field {
  margin-right: .5rem !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body nav .navbar-nav .nav-item .nav-link:hover {
  color: #20302e;
}

@media (min-width: 992px) {
  body nav .demo-btn {
    display: block;
  }
}

@media (max-width: 991px) {
  body nav .demo-btn {
    display: none;
  }
}


body header {
  background: #fff;
  /*min-height: 100vh;*/
  position: relative;
  padding-top: 50px;
}

  body header .landing-bg {
    background: url(/video/header_video_background.mp4) no-repeat 50% 100%;
    background-size: auto auto;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

.maxWidth-75 {
  max-width: 75% !important;
}


.benefitBox {
  border-style: solid;
  border-color: var(--navy);
  border-width: thin;
  margin: 10px;
  padding: 10px;
  border-color: var(--off-white);
}

.waveBottom {
  background: url(/images/waveBottom.svg);
  background-image: url(/images/waveBottom.svg), linear-gradient( 90deg, var(--azure), var(--cyan));
  background-repeat: no-repeat;
  margin-top: 4rem;
}

.waveTop {
  background: url(/images/waveTop.svg);
  background-repeat: no-repeat;
}


.lineLeft {
  border-left: 2px solid blue;
  padding-left: 10px;
}

.lineRight {
  border-right: 2px solid blue;
  padding-right: 10px;
}

.zipStyle {
  color: var(--color-dark);
  border: 1px solid var(--color-dark);
  padding: 10px 25px;
}

.single-about-items {
  transition: transform .2s;
}

  .single-about-items:hover {
    transform: scale(1.1);
  }

  .single-about-items .items-icon {
    margin-top: 0.5rem;
  }

  .single-about-items .items-content, .single-about-items p {
    color: var(--navy);
  }

.headerContainer {
  min-height: 100vh;
  width: 80%;
}

.headerRow {
  padding-top: 20vh;
  min-height: 80vh;
  padding-bottom: 2rem;
}

.afterHead img {
  width: 82px;
}

@media (max-width: 990px) {
  .afterHead {
    margin-left: 0rem;
  }
}

#row-container {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
}


.kyc-global-btn {
  background: var(--navy);
  color: #fff;
}

  .kyc-global-btn:hover,
  .kyc-global-btn:active,
  .kyc-global-btn:focus {
    background: #051726;
    color: #fff;
  }





.full-screen {
  min-height: 100vh;
  position: relative;
}

body .full-screen h1 {
  padding: 5rem 0;
}

body .full-screen i {
  font-size: 4rem;
}


body .full-screen a i {
  font-size: 1rem;
}


body .page-divider {
  height: 200px;
  position: relative;
}

.page-divider h1 {
  color: #0fa7db;
}


#img-globex-series {
  width: 100px;
}

.form-control:focus {
  border-color: var(--azure);
  box-shadow: 0 0 0 .1rem var(--azure);
}

@media (max-width: 600px) {
  .form-control {
    margin-bottom: 10px;
  }
}

#img-whitepaper {
  height: 30rem;
}

.weburl {
  word-wrap: break-word;
}

@media(max-width: 768px) {
  .smallImg {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
/*Footer*/
.shadow {
  box-shadow: 0 0 5px rgba(32, 48, 46, 0.45);
}

#footerLogo {
  color: #fff;
  font-weight: bold;
  font-size: 0.7rem;
}

@media(max-width: 768px) {
  #globex-solutions-head {
    font-size: 1rem;
  }
}

.head-lighter {
  color: white !important;
  font-size: 2.3rem;
  text-align: center;
  font-weight: normal;
}

.head-bold {
  color: white !important;
  font-size: 2.5rem;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}

@media (max-width: 990px) {
  .head-lighter, .head-bold {
    font-size: 5vw;
  }
}

.contact-kyc {
  color: #33647f !important;
  font-size: 4.5rem;
}

.footer {
  background-color: var(--navy)
  /*padding-bottom: 50px;*/
}

  .footer p {
    color: white;
  }

  .footer #globex-solutions {
    color: #fff;
  }

  .footer .footerLink a {
    color: #fff;
    text-decoration: underline;
  }


@media(max-width: 1100px) {
  .HorizonEmail {
    font-size: 1.5vw
  }
}

.footerLink a:hover {
  text-decoration: none;
  color: #b1d757;
}

.footlink {
  color: #0B3e54;
  font-size: 1rem;
  width: 90%
}

  .footlink:hover {
    color: #FF9933;
  }

#footlink {
  font-size: 12px;
}




.custom-select {
  width: inherit;
}

#pressRSS a {
  color: var(--navy);
  font-size: 0.8rem;
}

#blogRSS a {
  color: var(--navy);
  font-size: 0.8rem;
}

#footerDisclaimers a {
  color: black;
  text-decoration: underline;
}
/*Navbar*/
body nav .navbar-nav .nav-item.active .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

  body nav .navbar-nav .nav-item.active .nav-link:hover {
    color: gray;
  }


.dropdown-menu {
  width: inherit;
}

.dropdown-item {
  display: flex;
  background-color: transparent !important;
}

  .dropdown-item.hover, .dropdown-item:hover {
    background-color: transparent !important;
    color: var(--navy);
    width: inherit;
  }

  .dropdown-item.active, .dropdown-item:active {
    background-color: transparent !important;
    color: var(--azure);
    width: inherit;
  }

/*Header*/
#headText {
  margin-top: 15vh;
}

@media (max-width: 991px) {
  #headText {
    margin-top: 0vh;
  }
}

#headText-top {
  color: #509674;
}
/*Sections*/
.bigNumber {
  font-size: 3rem !important;
  font-weight: bold;
  padding: 0;
}

@media(min-width: 768px) {
  .offset-center3cols {
    margin-left: 12.2%
  }
}

.greyBackground {
  background-color: rgb(248,249,250);
}

.cyanBackground {
  /*background-color: #00cdfd63;*/
  background-color: var(--ice-blue);
}

.sectionComplianceandsecurity h3 {
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  color: #4fa2d4;
}
/*Underheader boxes*/
.underheaderbox {
  border: solid #ff9933;
  padding: 1rem;
  height: 100%;
}

/* Age of information*/
.operate-box {
  background-color: rgba(255,255,255,0.8);
  border-radius: 10px;
  width: 30%;
  padding: 15px;
  margin-bottom: 50px;
  transition: 0.3s ease all;
}

  .operate-box h6 {
    margin: 10px;
  }

  .operate-box:hover {
    background-color: rgba(255,255,255,0.95);
    transition: 0.3s ease all;
  }

/*Pricing*/
.pricingBorder .bigNumber {
  font-size: 2rem !important;
}

.pricingBorder {
  padding: 2rem;
  border: 1px solid rgba(11,62,84,0.2);
  text-align: center;
}

.contactResponse {
  margin-top: 100px;
}
/************GetListed************/

.solutions-tabs h4 {
  text-transform: initial;
}
/* Style the tab */
.tab {
  overflow: hidden;
}

  /* Style the buttons that are used to open the tab content */
  .tab button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

    /* Change background color of buttons on hover */
    .tab button:hover {
      background-color: var(--ice-blue);
      opacity: 0.7;
    }

    /* Create an active/current tablink class */
    .tab button.active {
      background-color: var(--ice-blue);
      opacity: 1
    }
/* Style the tab content */
.tabcontent {
  display: none;
}

.nav-tabs {
  /*#0065f37d*/
  border-bottom: 1px solid var(--ice-blue);
}

.tablinks p {
  font-weight: bold;
  color: var(--navy) !important;
  margin: 0;
}

.tab-icon {
  max-width: 5rem;
}
/*checkmark*/
ul {
  list-style: none;
  padding-left: 0;
}

  ul.bulleted {
    list-style: circle;
  }

  ul.normal {
    list-style: initial;
  }

.checkmark li {
  position: relative;
  padding-left: 1.5em; /* space to preserve indentation on wrap */
}

  .checkmark li:before {
    content: ''; /* placeholder for the SVG */
    position: absolute;
    left: 0; /* place the SVG at the start of the padding */
    width: 1em;
    height: 1em;
    background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>") no-repeat;
    /*filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(119%) contrast(119%);*/
  }

.assetFooter .checkmark li:before {
  filter: invert(106%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(119%) contrast(119%);
}


.smalltable p {
  font-size: 0.7rem;
  font-weight: bold;
  color: var(--navy);
  width: 100%;
  margin-bottom: auto !important;
  margin-top: auto !important;
}

.smalltable i {
  font-size: 1rem;
}

.smalltable .fa-check { /*green checkbox*/
  color: green
}

.smalltable .fa-times { /*red checkbox*/
  color: red;
}

.smalltablerow {
  height: 3rem;
}

.smalltableLongRow {
  height: 4rem;
}

@media (max-width: 1240px) {
  .smalltableLongRow {
    height: 7rem;
  }
}

.smalltableBorder {
  border: 2px dashed var(--azure);
  border-radius: 25px;
}

.fixedH4 {
  padding: 0px 0px 1rem 0px;
  margin: 0px;
}


.header-text {
  padding-right: 100px;
}


.container-header {
  font-weight: 900 !important;
  color: #000033;
  text-align: center;
}


.filmHighlightsCard {
  background-color: rgb(217, 242, 230);
  border: 2px solid green;
  box-shadow: 10px 10px black;
  padding: 10px;
  border-radius: 3px;
}


.btn-grad {
  background-image: linear-gradient(to right, #1CD8D2 0%, #93EDC7 51%, #1CD8D2 100%)
}

.btn-grad {
  margin: 10px;
  padding: 5px 20px;
  /* text-align: center;
    text-transform: uppercase;*/
  transition: 0.5s;
  /* background-size: 200% auto;*/
  color: white;
  /*  box-shadow: 0 0 20px #eee;
    border-radius: 10px;*/
  display: block;
  border: none;
  box-shadow: none;
  box-shadow: none;
  font-weight: 900;
  font-size: 24px;
}

  .btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }


.btn-primary-dark {
  background-image: linear-gradient(to right, #141E30 0%, #243B55 51%, #141E30 100%)
}


.btn-primary-dark {
  margin: 10px;
  padding: 5px 20px;
  /* text-align: center;
    text-transform: uppercase;*/
  transition: 0.5s;
  /* background-size: 200% auto;*/
  color: white;
  /*  box-shadow: 0 0 20px #eee;
    border-radius: 10px;*/
  display: block;
  border: none;
  box-shadow: none;
  box-shadow: none;
  font-weight: 900;
  font-size: 24px;
}

  .btn-primary-dark:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }

}







.carousel-item {
  min-height: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

  .carousel-item p {
    font-size: 1rem;
    color: var(--azure);
  }


@media (max-width: 1000px) {
  #sectionIntro p {
    font-size: 1rem;
  }

  #sectionIntro h4 {
    font-size: 1.2rem;
  }
}
/*****************Browse companies*****/
.InvestmentOpportunitiesBrowser {
  background-color: white;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 30px;
}

  .InvestmentOpportunitiesBrowser h1 {
    font-size: 2.5rem;
  }

#IOPLeft {
  padding: 2rem;
  background: var(--navy);
}

  #IOPLeft p, #IOPLeft label {
    color: white;
  }

.assetFooter {
  background: var(--navy);
}

  .assetFooter .kyc-global-btn {
    background: var(--cyan);
    color: var(--navy);
    font-weight: bold;
  }

.kyc-global-btn:hover,
.kyc-global-btn:active,
.kyc-global-btn:focus {
  background: var(--azure);
  color: #fff;
}

.assetFooter p, .assetFooter h5 {
  color: white !important;
}
/*****************Celebs and athletes*/
.venturesContainer {
  padding: 5rem 0 5rem 0;
  width: 80%;
}

  .venturesContainer .carousel-item p {
    font-size: 2rem;
    color: white;
  }

  .venturesContainer .carousel-item {
    min-height: 10rem;
  }
/******************aboutPage*/
.aboutPage {
  padding-top: 20vh;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
}

.aboutPage h1 {
  color: white;
}

@media (max-width: 1200px) {
  .aboutPage h1 {
    color: var(--navy);
  }

  .aboutPage h4 {
    color: var(--navy);
  }
}

@media (max-width: 991px) {
  .aboutPage h1 {
    margin-top: 0vh;
  }

  .aboutPage h3 {
    font-size: 1.2rem;
  }
}

.card {
  min-height: 13rem;
}

/*********** PressPage ********/

body #PressPage {
  background: var(--azure);
}

#PressPage h3 {
  font-size: 1.2rem;
}

#PressHeader {
  min-height: 10rem;
}

.carousel-card {
  height: 17em;
}

.carousel-cardIn {
  padding: 1rem;
  height: 100%;
}

.cardIn {
  border: solid #f0f3f7;
  background-color: #f8f9fa;
  color: #0b3e54;
  height: 100%;
  padding: 1rem;
  position: relative;
}

.press-date {
  color: #ff9933;
  position: absolute;
  bottom: 10px;
}

#PressReleasesSection {
  background-color: white;
  border-bottom: solid #0000003d 1px;
}

  #PressReleasesSection h7 {
    color: #ff9933;
  }

  #PressReleasesSection a,
  #PressReleasesSection a:hover,
  #PressReleasesSection a:focus,
  #PressReleasesSection a:active,
  #PressReleasesSection a:visited {
    color: var(--azure);
  }

.slick-prev::before, .slick-next::before {
  color: #0b3e54;
}

.Presstab button {
  background-color: #ffffff8a;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

  /* Change background color of buttons on hover */
  .Presstab button:hover {
    background-color: #ffffffd1;
  }

  /* Create an active/current tablink class */
  .Presstab button.active {
    background-color: white;
  }

/* Style the tab content */
.tabcontent {
  display: none;
}

.tablinks p {
  font-weight: bold;
  color: var(--navy) !important;
  margin: 0;
}

.NewsContent {
  border: solid #0000003d 1px;
}

  .NewsContent #pressHeader-img {
    max-height: 120px;
  }

listingSection {
  background: var(--navy)
}
/*Support Center*/
/**************Scroll top/bot**********************/
#myBtnT {
  display: none;
  position: fixed;
  bottom: 130px;
  right: 5px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: var(--navy);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  font-size: 0.8rem;
  width: 5rem
}

  #myBtnT:hover {
    background-color: var(--azure);
  }

#myBtnB {
  display: block;
  position: fixed;
  bottom: 80px;
  right: 5px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: var(--navy);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  font-size: 0.8rem;
  width: 5rem;
}

  #myBtnB:hover {
    background-color: var(--azure);
  }

/*******SupportCenter***********/
.SupportCenter ul {
  list-style: initial;
  padding-left: 3rem;
}

.SupportCenter h5 {
  color: var(--azure);
  <<<<<<< HEAD
}

/*******Offering Tombstone***********/
.tombstone {
  height: 500px;
  position: relative;
  overflow: hidden;
  background-color: var(--off-white);
  border-radius: .25rem;
  border: 1px solid var(--light-grey);
}

  .tombstone .tombstone-overlay {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: var(--azure);
    transition: ease opacity 0.5s;
  }

  .tombstone:hover .tombstone-overlay {
    opacity: 0.5;
    transition: ease opacity 0.5s;
  }

  .tombstone .tombstone-status {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 10;
  }

  .tombstone .tombstone-image {
    position: absolute;
    width: 100%;
    height: 60%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
    vertical-align: top;
    margin: auto;
  }

  .tombstone .tombstone-body {
    background-color: var(--white);
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    padding: 1rem;
    width: 100%;
    transition: all ease-out 0.3s;
    min-height: 250px;
  }

  .tombstone .tombstone-title {
    font-size: 1.4rem;
    color: var(--navy);
  }

  .tombstone .tombstone-description {
    font-size: 1rem;
    color: var(--mid-grey);
  }


  .tombstone .tombstone-details {
    height: auto;
  }

  .tombstone .tombstone-extras {
    height: 0;
    overflow: scroll;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease all;
  }

  .tombstone:hover .tombstone-extras {
    opacity: 1;
    transition: 0.3s ease all;
    height: 170px;
    visibility: visible;
  }

  .tombstone .tombstone-extras p {
    color: var(--mid-grey);
    margin: 0.2rem 0;
    font-size: 0.8rem;
  }

  .tombstone:hover .tombstone-extras b {
    color: var(--navy);
  }

.offering-tag {
  background-color: var(--ice-blue);
  font-size: 0.8rem;
  display: inline-block;
  padding: 0.35em 0.5em;
  margin: 0.3rem 0;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1rem;
  color: var(--navy);
}

.offering-tag-info {
  background-color: var(--azure) !important;
  color: var(--white) !important;
}

.btn-offering {
  background-color: var(--azure);
  color: var(--white);
  border-radius: 20px;
  padding: 10px;
}

.btn-webinar {
  background-color: var(--white);
  color: var(--navy);
  border-radius: 20px;
  padding: 10px;
  border: 1px solid var(--navy);
}

.promopager a.btn-offering:hover, .promopager a.btn-offering:active, .promopager a.btn-offering:focus, .promopager a.btn-offering:visited {
  opacity: 0.8;
  color: white !important;
}

/*Offering Page*/

.offering p, .offering li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--dark-grey);
}

.offering .sub {
  color: black;
}

.offering small {
  font-size: 0.8rem;
  display: block;
  letter-spacing: 0.1rem;
}

.offering h2, .offering h3 {
  color: var(--navy);
}

.offering .nav-tabs {
  border-bottom-color: var(--light-grey);
}

  .offering .nav-tabs .nav-link {
    border-radius: 0;
    color: var(--azure);
    height: 100%;
  }

    .offering .nav-tabs .nav-link.active {
      border-color: var(--light-grey) var(--light-grey) #fff;
    }

.offering .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.offering .dropdown-menu .dropdown-item:hover {
  color: var(--azure);
}

.offering ul.bulleted {
  position: relative;
  list-style: none;
  margin-left: 0;
  padding-left: 1.2em;
}

  .offering ul.bulleted li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    font-weight: 800;
    color: var(--azure);
    position: absolute;
    left: -5px;
  }

.offering ul.padded li {
  padding: 1.5rem 0;
}

.offering hr {
  color: #396d91;
}

.offering .border-box {
  border: 1px solid var(--light-grey);
  padding: 1rem;
}

.offering .background-box {
  background-color: var(--ice-blue);
  color: var(--navy);
  border-radius: 0.25rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.offering .icon-size {
  height: 75px;
  width: auto;
}

.offering .icon-size-lg {
  height: 120px;
  width: auto;
}

.offering .social-icon {
  font-size: 2rem;
}

.offering .profile {
  height: 175px;
  width: auto;
}

.offering .nft-preview {
  max-height: 175px;
  width: auto;
}

.offering .img-large {
  max-height: 325px;
  width: auto;
}

.carousel-control-next i {
  margin-top: 100px;
  opacity: 0.7;
}
.carousel-control-prev i {
  margin-top: 100px;
  opacity: 0.7;
}

.offering .carousel-control-next, .offering .carousel-control-prev {
  color: var(--azure);
}

.offering .carousel-inner .carousel-item {
  height: auto;
}

.offering .video-container {
  position: relative;
}

  .offering .video-container:hover {
    cursor: pointer;
  }

.offering .video-play {
  position: absolute;
  font-size: 3rem;
  color: var(--ice-blue);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
  transform: scale(1);
  transition: ease all 0.3s;
}

.offering .video-container:hover .video-play {
  opacity: 0.9;
  transform: scale(1.1, 1.1);
  transition: ease all 0.3s;
}

.offering .video-container video {
  width: 120%;
  height: auto;
  transform: translateX(-10%);
}

.offering img.store-badge {
  height: 2.5rem;
  width: auto;
}


.SupportCenter h2 {
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--azure);
  margin-top: 2rem;
}

.SupportCenter h4 {
  font-size: 1.3rem;
  padding: 0;
  text-decoration: underline;
  margin-top: 2rem;
}

.SupportCenter p {
  font-size: 1rem;
}

.row.bordered-cols > div {
  border: 1px solid var(--light-grey);
  padding: 0.75rem;
}

a.padded {
  display: block;
  padding: 0.3rem 0;
}

.store-badge {
  height: 40px;
}


/*Tombstone NFT*/




.tombstone .tombstone-nft {
  font-size: 1rem;
  color: var(--navy);
}

.tombstone .tombstone-detailsNFT {
  height: auto;
}

.tombstone .tombstone-imageNFT {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
  vertical-align: top;
  margin: auto;
}

  .tombstone .tombstone-imageNFT:hover {
    background-color: var(--azure);
    opacity: 0.7;
    transition: ease opacity 0.5s;
  }

.tombstone .tombstone-bodyNFT {
  background-color: var(--white);
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 1rem;
  width: 100%;
  transition: all ease-out 0.3s;
  min-height: 200px;
}

.tombstone .tombstone-extrasNFT {
  height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease all;
}

.tombstone-bodyNFT:hover .tombstone-extrasNFT,
.tombstone-bodyNFT:focus .tombstone-extrasNFT,
.tombstone-bodyNFT:active .tombstone-extrasNFT {
  opacity: 1;
  transition: 0.3s ease all;
  height: 160px;
  visibility: visible;
}

#NFTTombstone ul {
  list-style: initial;
  padding-left: 2rem;
  font-size: 0.8rem;
}

#NFTTombstone:hover {
  transform: scale(1.1)
}

.nft-tag {
  background-color: #02335be3 !important;
  color: white;
  font-size: 1rem;
}

  .nft-tag:hover {
    transform: scale(1.1);
    box-shadow: 0 0 0 2px #00ccfc8f;
  }

@media (max-width: 599px) {
  .tombstone .tombstone-nft {
    font-size: 0.8rem;
  }

  .tombstone .tombstone-description {
    font-size: 0.7rem;
    color: var(--mid-grey);
  }

  #NFTTombstone .tombstone {
    height: 400px;
  }

  #NFTTombstone p {
    color: #051726;
    margin-bottom: 0;
    font-size: 0.8rem;
  }

  .offering-tag {
    font-size: 0.8rem;
  }

  .tombstone .tombstone-detailsNFT {
    height: auto;
  }

  #NFTTombstone ul {
    font-size: 0.7rem;
  }
}

.desktopVersion {
  display: block;
}

.mobileVersion {
  display: none;
}


@media (max-width: 700px) {
  .desktopVersion {
    display: none;
  }

  .mobileVersion {
    display: block;
  }
}


@media (max-width: 240px) {
  .tombstone .tombstone-detailsNFT {
    height: 110px;
  }
}

.tooltip {
  position: relative;
  opacity: initial;
}

  .tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -100px;
  }

  .tooltip:hover .tooltiptext {
    visibility: visible;
  }




.vid-carousel {
  width: 100%;
  position: relative;
  height: 500px;
  overflow: hidden;
}

/*promopager Specific Styling*/
.promopager * :not(.fab, .fas) {
  font-family: Gordita-Reg !important;
}

.promopager h1, .promopager h2, .promopager h3, .promopager h4, .promopager h5, .promopager h6,
.promopager a,
.promopager .offering ul.bulleted li:before,
.promopager .offering .nav-tabs .nav-link,
.promopager .offering-tag,
.promopager .accordion-button,
.promopager .video-play {
  color: var(--azure) !important;
}

.promopager .btn-offering {
  background-color: var(--azure) !important;
}

.promopager a.btn-offering {
  color: var(--white) !important;
}

.promopager .offering-tag, .promopager .background-box, .promopager .accordion-button:not(.collapsed) {
  background-color: rgba(0,0,0,0.05) !important;
}

  .promopager .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }

.promopager .accordion-button:focus {
  border-color: #000000;
  box-shadow: 0 0 0 0.25rem rgba(0,0,0,0.1);
}

.websiteCard:hover {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(56 51 114/73%));
  filter: drop-shadow(drop-shadow(0px 0px 5px rgba(56 51 114/73%)));
}

.hidden {
  display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.auto-col {
  position: relative;
  min-height: 1px;
  padding: 0px 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 990px;
}

#kyc-nav {
 /* visibility: hidden;*/
 visibility: visible;
}

#kyc-nav.visible {
  visibility: visible;
}

.front-logo {
  width: 40%;
  max-width: 1000px;
}

.right-logo {
  display: grid;
  place-items: center;
  max-width: 200px;
  padding-left: 20px;
}

.landing {
  padding-top: 10px;
  margin-top: 10px;
  /* line spacing */
  line-height: 1.5;
  font-weight: 100;
}

.landing-header {
  font-size: 2.25rem;
  font-weight: 900;
  color: var(--navy);
}

.whyinvest {
  padding-top: 100px;
}

.larger {
  font-size: 3rem!important;
}

.video-container {
  margin-top: 20px;
  border-radius: 15px;
  width: 100%;
  padding-bottom: 100%; /* for portrait aspect ratio */
}

.video-container video {
  border: 5px solid white;
  border-radius: 15px;
  position: absolute;
  height: 900px;
  width: 1600px;
}

#playButton {
  width: 50px;
  height: 50px;
  background-color: gray;
  position: absolute;
  top: 25%;
  left: 45%;
  cursor: pointer;
  border-radius: 50%; /* Make the button a circle */
  overflow: hidden; /* Hide the parts of the triangle that are outside the circle */;
}

#playButton::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px; /* Adjust these values to change the size of the triangle */
  border-color: transparent transparent transparent white; /* The last color is the color of the triangle */
}

.chipraised {
  background-color: var(--navy);
  color: white;
  border: 1px solid var(--navy);
  border-radius: 50px;
  padding: 10px;
  margin: 10px;
  
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 18px 20px 0 rgba(0,0,0,0.75);
  
  transform: translate(10%, -50%);
  font-weight: bold;
  margin-bottom: 50px;
  width: 80%;
  align-content: center;
}


.chipraiseduseofproceeds {
  background-color: var(--white);
  color: var(--navy);
  border: 0px solid var(--navy);
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
  
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 18px 20px 0 rgba(0,0,0,0.75);
  
  font-weight: bold;
  margin-bottom: 50px;
  width: 80%;
  align-content: center;
}

.raised {
  color: var(--midway-blue);
}

.investnow {
  /* navy button */
  background-color: var(--navy);
  color: white;
  border: none;
  border-radius: 50px;
  padding: 15px;
  margin: 10px;
  font-weight: bold;
  /* center the text.  overall width of the button 50% */
  width: 50%;
  margin-top: 25px;
}

.subinvest {
  /* center the text.*/
  width: 50%;
  display: block;
  text-align: center;
}

.investnowtext {
  display: block;
  text-align: center;
}

.titledisclaimer {
  font-weight: bold;
  font-size: small;
  margin-top: 40px;
}

.titleregcf {
  font-size: small!important;
  margin-top: 40px!important;
}

.logos {
  width: 70%;
  vertical-align: top;
  padding-bottom: 20px;
}

.logos2 {
  width: 90%;
  vertical-align: top;
}

.logos3 {
  padding-top: 10px;
  width: 70%;
  vertical-align: top;
}

.logos-row {
  transform: translate(3%, -100%);
}

.check {
  font-size: larger;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.persharetext {
  font-weight: normal;
}


.getequity-container {
  height: 300px;
  margin-top: 50px;
  margin-left: 50px;
  border: 5px solid white;
  border-radius: 15px;
  position: relative;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 -24px 20px 0 rgba(0,0,0,0.19);
}


.getequity {
  /* navy button */
  background-color: var(--navy);
  color: white;
  border: none;
  border-radius: 50px;
  padding: 15px;
  margin: 10px;
  font-weight: bold;
  /* center the text.  overall width of the button 50% */
  width: 100%;
  margin-top: 25px;
  display: block;
  text-align: center;
  
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 18px 20px 0 rgba(0,0,0,0.75);
}

.getequityfields {
  color: var(--mid-grey);
  font-weight: bold;
  /* fill the containing div */
  width: 100%;
  padding: 10px;
  margin: 10px;
  
}

/* make sections at least the height of the screen */
.section {
  min-height: 100vh;
}


.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
  object-fit: cover;
  z-index: 1;
}

.header-content {
  padding-top: 25px;
  position: relative;
  z-index: 1;
}

.asseenin {
  background-color: var(--white);
  color: var(--navy);
  padding: 30px;
  
  transform: translate(0%, -7%);
}


.signupform {
  background-color: var(--navy);
  color: white;
  padding: 70px;
  
  transform: translate(0%, -7%);
}

.signupform h2 {
  font-size: 2.25rem;
  font-weight: 1000;
  color: var(--white);
}

.signupform input[type="submit"] {
  background-color: var(--white);
  color: var(--navy);
  border: none;
  border-radius: 50px;
  padding: 15px;
  margin: 10px;
  font-weight: bold;
  width: 100%;
}

.signupform input[type="text"] {
  width: 100%;
  padding: 27px;
  margin: 10px;
  border-radius: 50px;
}

.signupform input[type="email"] {
  width: 100%;
  padding: 27px;
  margin: 10px;
  border-radius: 50px;
}


.signupform button[type="submit"] {
  background-color: var(--white);
  color: var(--navy);
  border: none;
  border-radius: 50px;
  padding: 15px;
  margin: 10px;
  font-weight: bold;
  width: 100%;
}

.signupform button[type="text"] {
  width: 100%;
  padding: 20px;
  margin: 10px;
  border-radius: 50px;
}

.signupform button[type="email"] {
  width: 100%;
  padding: 20px;
  margin: 10px;
  border-radius: 50px;
}


.asseenintext {
  display: block;
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  color: var(--navy);
  font-family: Gordita-Bold;
}

.whyinvestext {
  font-size: 3rem;
  font-weight: bold;
  color: var(--navy);
  font-family: Gordita-Bold;
}

.bolded {
  font-weight: 900;
  font-family: Gordita-Bold;
  color: var(--navy);
}


.boldedblue {
  font-weight: 900;
  font-family: Gordita-Bold;
  color: #0065f3;
}


.boldedwhite {
  font-weight: 900;
  font-family: Gordita-Bold;
  color: white;
}

.whitechip {
  background-color: var(--white);
  color: var(--navy);
  border: 1px solid var(--navy);
  border-radius: 50px;
  padding: 10px;
  margin: 10px;
  font-weight: bold;
  margin-bottom: 50px;
  width: 100%;
  max-width: 500px;
  align-content: center;
  font-size: 1.75rem;

    /* center the text.  overall width of the button 50% */
    margin-top: 25px;

  display: block;
  text-align: center;
}

.h3clone {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--navy);

}

.whitechipnarrow {
  background-color: var(--white);
  color: var(--navy);
  border: 1px solid var(--navy);
  border-radius: 50px;
  padding: 10px;
  margin: 10px;
  font-weight: bold;
  margin-bottom: 50px;
  width: 60%;
  align-content: left;
  font-size: 1.5rem;

    /* center the text.  overall width of the button 50% */
    max-width: 400px;
    margin-top: 25px;

  text-align: center;
}




.offwhitechip {
  background-color: var(--off-white);
  color: var(--navy);
  border: 2px solid var(--navy);
  border-radius: 50px;
  padding: 10px;
  margin: 10px;
  font-weight: bold;
  margin-bottom: 50px;
  width: 100%;
  max-width: 500px;
  align-content: center;
  font-size: 1.75rem;

    /* center the text.  overall width of the button 50% */
    margin-top: 25px;

  display: block;
  text-align: center;
}


.darkchip {
  background-color: var(--navy);
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 50px;
  padding: 10px;
  margin: 10px;
  margin-bottom: 50px;
  width: 100%;
  max-width: 500px;
  align-content: center;
  font-size: 1.50rem;

    /* center the text.  overall width of the button 50% */
    margin-top: 25px;

  display: block;
  text-align: center;
}

#globalexposure {
  background-color: var(--navy);

}

#disintermediated {
  background-color: var(--off-white);

}

.icons {
  width: 100%;
  justify-content: right;
  align-items: right;
}

.bold {
  font-weight: bold;
}

.whyinvest {
  padding-top: 25px;
  position: inherit;
  font-size: larger;
}

#keyusps {
  position: inherit;
  font-size: larger;
  color: var(--white);
  background-color: var(--navy);
}

.keyusps{
  position: inherit;
  font-size: larger;
  color: var(--white);
  background-color: var(--navy);
}

.keyusps p {
  font-size: large;
  color: var(--white);
  background-color: var(--navy);
}

.keyusps img {
  /* fill */
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
}



.keyuspschip {
  background-color: var(--white);
  color: var(--navy);
  border: 1px solid var(--white);
  border-radius: 50px;
  padding: 10px;
  margin: 10px;
  font-weight: bold;
  margin-bottom: 50px;
  width: 100%;
  align-content: center;
  font-size: 1.60rem;

    /* center the text.  overall width of the button 50% */
    width: 30%;
    margin-top: 25px;

  display: block;
  text-align: center;
}

#addressablemarket {
  background-color: var(--off-white);
}

.thepitchchip {
  background-color: var(--white);
  color: var(--navy);
  border: 1px solid var(--navy);
  border-radius: 50px;
  padding: 10px;
  margin: 10px;
  font-weight: bold;
  margin-bottom: 50px;
  width: 100%;
  align-content: center;
  font-size: 1.60rem;

    /* center the text.  overall width of the button 50% */
    width: 30%;
    margin-top: 25px;

  display: block;
  text-align: center;
}


.thepitchchipcenter {
  background-color: var(--white);
  color: var(--navy);
  border: 1px solid var(--navy);
  border-radius: 50px;
  padding: 10px;
  margin: 10px;
  font-weight: bold;
  margin-bottom: 50px;
  width: 100%;
  align-content: center;
  font-size: 1.60rem;

  display: block;
  text-align: center;
}

#thepitch h1 {
  font-size: xx-large;
}

#thepitch h2 {
  font-size: x-large;
}

.no-padding {
  padding: 0;
  margin: 0;
}



.problemcards {
  color: white;
  padding: 30px;
  max-width: 800px;
}

@media (min-width: 1024px) {
  .problemcards {
    position: absolute;
    transform: translate(-15%, -100%);
  }

  .thepitchimg {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
  }
}


#thepitchvideo {

  transform: translate(-25%, 0%);
  
}

@media (max-width: 1023px) {


  .thepitchimg {
    display: none;
  }
}

.problemcards img {
  width: 50%;
  padding: 10px;
  margin: 10px;
}

.problemcards p {
  color: var(--midway-blue)
}

.problemcards div {
  background-color: var(--navy);
  margin: 10px;
}

.problemcards h3 {
  color: var(--white);
  font-size: 1rem;
}

.theproblemtext {
  padding-right: 100px;
}

.thesolutionimg {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
}

.globalexposure {
  background-color: var(--navy);
  color: white;
  padding: 30px;
}

.theproblemicons {
  max-width: 40%;
  min-width: 30%;
}

.thepitchchipdark {
  background-color: var(--navy);
  color: var(--white);
  border: 2px solid var(--white);
  border-radius: 50px;
  padding: 10px;
  margin: 10px;
  font-weight: bold;
  margin-bottom: 50px;
  align-content: center;
  font-size: 1.60rem;

    /* center the text.  overall width of the button 50% */
    width: 40%;
    margin-top: 25px;

  display: block;
  text-align: center;
}

.securitiestradingchip {
  background-color: var(--white);
  color: var(--navy);
  border: 2px solid var(--navy);
  border-radius: 50px;
  padding: 10px;
  margin: 10px;
  font-weight: bold;
  margin-bottom: 50px;
  align-content: center;
  font-size: 1.60rem;

    /* center the text.  overall width of the button 50% */
    width: 60%;
    margin-top: 25px;

  display: block;
  text-align: center;
}

#offerforexchanges {
  background-color: var(--off-white);
}

.sectext {
  color: #0065f3;
  font-weight: bold;

}

.vl {
  border-left: 6px solid var(--navy);
  height: 150px;
  position: relative;
  left: 50%;
  display: block;
  text-align: center;
}

.navybackground {
  background-color: var(--navy);
  color: white;
  padding: 30px;
}

.navybackground .col-4 p {
  color: var(--white);
}

.navybackground .col-4 .lasttimeline h1 {
  color: var(--white)!important;
}


.offwhite {
  background-color: var(--off-white);
}

.timeline-container .row .col-4 h1 {
  color: var(--navy);
}

.timeline-container {
  height: 900px; /* Adjust height as needed */
/*
scrolling container

*/
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
  display: block;
  text-align: center;
  /* remove scroll bars */
  scrollbar-width: none;

}

.timeline-container:focus {
  /* Styles applied when the container has focus (e.g., outline) */
  outline: 2px solid blue;
}

.lasttimeline {
  align-items: center;
  display: block;
  text-align: center;
}

.timeline img {
  width: 80%;
  padding: 50px;
  margin: 50px;

  display: block;
  text-align: center;
}

.timelinedisclaimer {
  color: white;
  font-size: xx-small;
  text-align: left!important;
}

.narrowdarkchip {
  width: 150px;
  font-size: smallest!important;
  border-radius: 10px;
  background-color: var(--white);
  color: var(--navy)!important;
  font-weight: 900;
  font-family: Gordita-Bold;
}

.teamimage {
  display: block;
  width: 300px;
  height: 300px;
  padding-top: 10px;
  /* greyscale */
  filter: grayscale(100%);
}

.teamoverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--navy);
  overflow: hidden;
  width: 300px;
  height: 450px;
  transition: .5s ease;
  display: none;
  opacity: 0; /* Initial state: The div is invisible */
  transition: opacity 1s ease-in-out; /* The change in opacity will be animated over 0.5 seconds */
}


.teamoverlay:hover {
  opacity: 1; /* Hover state: The div is fully visible */
}


.teamcontainer:hover .teamsummary {
  height: 0;
  display: none;
}

.teamcontainer:hover .teamtext {
  height: 100%;
  position: relative;
  transition: .5s ease;
}

.teamcontainer:hover .teamoverlay {
  position: relative;
  transition: .5s ease;
  display: block ;
}

.teamtext {
  margin-top: 10px;
  color: var(--midway-blue);
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.teamtext h4 {
  padding: 0px;
  font-size: smaller;
  color: #00dafe;
  font-weight: 900;
  font-family: Gordita-Bold;
}

.teamtext h5 {
  padding: 0px;
  font-size: smaller;
  color: white;
}
.teamtext p {
  padding: 5px;
  color: white;
}

.teamtext a {
  padding: 5px;
  color: white;
  font-size: larger;
}

.teamtextsummary {
  padding-left:30px;
  padding-right:30px;
  padding-top: 10px;
  width: 300px;
  height: 150px;
  background-color: var(--navy);
  color: var(--midway-blue);
}

.teamtextsummary a {
  color: var(--white);
}

.teamtextsummary h4 {
  padding: 0px;
  display: block;
  text-align: center;
  font-weight: 900;
  font-family: Gordita-Bold;
  font-size: smaller;
  color: #00dafe;

}

.teamtextsummary h5 {
  padding: 0px;
  font-size: smaller;
  display: block;
  text-align: center;
  color: white;
}


.theteamchip {
  background-color: var(--white);
  color: var(--navy);
  border: 2px solid var(--navy);
  border-radius: 50px;
  padding: 10px;
  margin: 10px;
  font-weight: bold;
  margin-bottom: 50px;
  align-content: center;
  font-size: 1.60rem;

    /* center the text.  overall width of the button 50% */
    width: 60%;
    margin-top: 25px;

  display: block;
  text-align: center;
}

.banner {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.businessmodel h6 {
  color: var(--midway-blue);
  font-size: 1.50rem;
  font-weight: bold;
  padding-top: 20px;;
}


.businessmodel ul {
  list-style-type: none;
}

.businessmodel ul li::before {
  content: "\f00c"; /* Unicode for Font Awesome tick */
  font-family: "Font Awesome 5 Free"; /* Font family for Font Awesome */
  font-weight: 900; /* Required for correct display */
  padding: 5px; /* Space around the tick */
  border-radius: 50%; /* Make the background circular */
  background: var(--navy); /* Background color */
  color: var(--white); /* Tick color */
  margin-right: 10px; /* Space between the tick and the text */
  font-size: xx-small;
}



.securitiesonupstream {
  font-size: larger;
  color: var(--white);
  background-color: var(--navy);
  padding: 0px;
  margin: 0px;
}

.securitiesonupstream p {
  font-size: medium;
  color: var(--white);
  background-color: var(--navy);
}


.securitiesonupstream img {
  /* fill */
  width: 100%;
  height: 100%;
  padding: 0px;
}




.whitesecuritiesonupstream {
  font-size: larger;
  color: var(--white);
  background-color: var(--navy);
  padding: 0px;
  margin: 0px;
}

.whitesecuritiesonupstream p {
  font-size: medium;
  color: var(--white);
  background-color: var(--navy);
}


.whitesecuritiesonupstream img {
  /* fill */
  width: 100%;
  height: 100%;
  padding: 0px;
}



.securitiesonupstreamchip {
  background-color: var(--white);
  color: var(--navy);
  border: 2px solid var(--white);
  border-radius: 50px;
  padding: 10px;
  margin: 10px;
  font-weight: bold;
  margin-bottom: 50px;
  width: 100%;
  align-content: center;
  font-size: 1.60rem;

    /* center the text.  overall width of the button 50% */
    width: 55%;
    margin-top: 100px;

  display: block;
  text-align: center;
}



.securitiesonupstreamchiplight {
  background-color: var(--navy);
  color: var(--white);
  border: 2px solid var(--navy);
  border-radius: 50px;
  padding: 10px;
  margin: 10px;
  font-weight: bold;
  margin-bottom: 50px;
  width: 100%;
  align-content: center;
  font-size: 1.60rem;

    /* center the text.  overall width of the button 50% */
    width: 55%;
    margin-top: 25px;

  display: block;
  text-align: center;
}

#regulatoryalliances {
  background-color: var(--off-white);
}

.lightrow {
  background-color: var(--white);
  color: var(--navy);
  
  transform: translate(0%, 7%);
}

.lightrow p {
  font-size: medium;
  color: var(--navy);
  background-color: var(--white);
}


.regulatedchip {
  background-color: var(--white);
  color: var(--navy);
  border: 2px solid var(--navy);
  border-radius: 50px;
  padding: 10px;
  margin: 10px;
  font-weight: bold;
  margin-bottom: 50px;
  width: 100%;
  align-content: center;
  font-size: 1.60rem;

    /* center the text.  overall width of the button 50% */
    width: 55%;
    margin-top: 100px;

  display: block;
  text-align: center;
}

.carouseltext p {
  font-size: medium;
}

.carouseltext img {
  width: 50%;
}

.regulatoryalliances i {
  color: var(--navy);
}
.regulatoryalliances button {
  color: var(--navy);
}
.regulatoryalliances .row {
  padding-left: 120px;
  padding-right: 120px;
}

.upstreamvsothersleft {
  background-color: var(--navy);
  color: var(--white);
  padding-left: 40px;
  padding-right: 150px;
}

.upstreamvsothersleft .regulatedchip {
  background-color: var(--navy);
  color: var(--white);
  border-color: var(--white);
  width: 60%;
  font-size: large;
  margin-top: 40px;
}

.upstreamvsothersleft h3 {
  color: var(--white);
}

.upstreamvsothersleft p {
  color: var(--white);
}
.upstreamvsothersleft a {
  color: var(--white);
}


.upstreamvsothersleft ul li::before {
  content: "\f00c"; /* Unicode for Font Awesome tick */
  font-family: "Font Awesome 5 Free"; /* Font family for Font Awesome */
  font-weight: 900; /* Required for correct display */
  padding: 5px; /* Space around the tick */
  border-radius: 50%; /* Make the background circular */
  background: var(--midway-blue); /* Background color */
  color: var(--white); /* Tick color */
  margin-right: 10px; /* Space between the tick and the text */
  font-size: xx-small;


}


.upstreamvsothersright ul li::before {
  content: "X"; /* Unicode for Font Awesome tick */
  font-family: "Font Awesome 5 Free"; /* Font family for Font Awesome */
  font-weight: 900; /* Required for correct display */
  padding: 5px; /* Space around the tick */
  border-radius: 50%; /* Make the background circular */
  background: red; /* Background color */
  color: var(--white); /* Tick color */
  margin-right: 10px; /* Space between the tick and the text */
  font-size: xx-small;


}


.upstreamvsothersleft ul li {
  padding-bottom: 20px;
}

.phone-img {
  position: absolute;
  width: 15%;
 
  -webkit-transform: translate(-50%, 25%);
  -ms-transform: translate(-50%, 25%);
  transform: translate(-50%, 25%); 
}




.rewardtileimage {
  display: block;
  width: 300px;
  height: 300px;
  padding-top: 10px;
  /* greyscale */
  filter: grayscale(100%);
}

.rewardtileoverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--white);
  border: 2px solid var(--midway-blue);
  overflow: hidden;
  width: 300px;
  height: 450px;
  padding: 10px;;
  display: none;

  opacity: 0; /* Initial state: The div is invisible */
  transition: opacity 1s ease-in-out; /* The change in opacity will be animated over 0.5 seconds */
}


.rewardtileoverlay ul li {
  /* left align */
  text-align: left;
  color: black;

}


.rewardtileoverlay ul li::before {
  content: "\f00c"; /* Unicode for Font Awesome tick */
  font-family: "Font Awesome 5 Free"; /* Font family for Font Awesome */
  font-weight: 900; /* Required for correct display */
  padding: 5px; /* Space around the tick */
  border-radius: 50%; /* Make the background circular */
  background: var(--midway-blue); /* Background color */
  color: var(--white); /* Tick color */
  margin-right: 10px; /* Space between the tick and the text */
  font-size: xx-small;
}

.rewardtileoverlay:hover {
  opacity: 1; /* Hover state: The div is fully visible */
}

.rewardtilecontainer {
  /* align to the top of the column */
  vertical-align: top;
  display: inline-block;
  position: relative;
}

.rewardtilecontainer:hover .rewardtilesummary {
  height: 0;
  display: none;
}

.rewardtilecontainer:hover .rewardtiletext {
  height: 100%;
  position: relative;
  transition: .5s ease;
}

.rewardtilecontainer:hover .rewardtileoverlay {
  position: relative;
  transition: .5s ease;
  display: block ;
}

.rewardtiletext {
  margin-top: 10px;
  color: var(--midway-blue);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.rewardtiletext h4 {
  padding: 0px;
  font-size: smaller;
}

.rewardtiletext h1 {
  font-weight: bolder;
  text-align: left;;
}

.rewardtiletext h5 {
  padding: 0px;
  font-size: smaller;
  color: white;
}
.rewardtiletext p {
  padding: 5px;
  color: white;
}

.rewardtiletext a {
  padding: 5px;
  color: white;
  font-size: larger;
}

.rewardtiletextsummary {
  padding-left:30px;
  padding-right:30px;
  padding-top: 10px;
  width: 300px;
  height: 150px;
  background-color: var(--navy);
  color: var(--midway-blue);
}

.rewardtiletextsummary a {
  color: var(--white);
}

.rewardtiletextsummary h4 {
  padding: 0px;
  display: block;
  text-align: center;
  font-size: smaller;

}

.rewardtiletextsummary h5 {
  padding: 0px;
  font-size: smaller;
  display: block;
  text-align: center;
  color: white;
}


.rewardtilechip {
  background-color: var(--white);
  color: var(--navy);
  border: 2px solid var(--navy);
  border-radius: 50px;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 20px;
  width: 100%;
  align-content: center;
  font-size: 1.60rem;

    /* center the text.  overall width of the button 50% */
    width: 80%;
    margin-top: 10px;

  display: block;
  text-align: center;
}

.rewardtilesummary {
  border: 2px solid var(--midway-blue); 
  padding: 10px;
  width: 300px;
}

.navychip {
  background-color: var(--navy);
  color: var(--white);
  border: 2px solid var(--navy);
}


.midbluechip {
  background-color: var(--cyan);
  color: var(--white);
  border: 2px solid var(--cyan);
}



.bluechip {
  background-color: var(--midway-blue);
  color: var(--white);
  border: 2px solid var(--midway-blue);
}

.answer {
  height: 0;
  padding-left: 30px;
  font-size: large;
}

.answer ul li:before {
  content: "\f069"; /* Unicode for Font Awesome tick */
  font-family: "Font Awesome 5 Free"; /* Font family for Font Awesome */
  font-weight: 900; /* Required for correct display */
  padding: 5px; /* Space around the tick */
  border-radius: 50%; /* Make the background circular */
  background: var(--midway-blue); /* Background color */
  color: var(--white); /* Tick color */
  margin-right: 10px; /* Space between the tick and the text */
  font-size: xx-small;

}

.question {
  display: flex; /* Allow content to wrap on multiple lines */
  flex-direction: column; /* Stack content vertically */
  margin-bottom: 150px;
}

.questionlarge {
  
  display: flex; /* Allow content to wrap on multiple lines */
  flex-direction: column; /* Stack content vertically */
  margin-bottom: 500px;;
}


.question details-open { /* Optional styling for expanded state */
  max-height: 400px; /* Set a maximum height (adjust as needed) */
}

.question summary {
  cursor: pointer;
  text-decoration: none;
  color: black;
  font-size: xx-large;
}

.disclaimer {
  background-color: var(--navy);
  color: var(--white);
  padding-bottom: 500px;
}

.disclaimer .sub p {
  color: var(--white);
  /* italics */
  font-style: italic;
}

.disclaimer .col-2 .sub {
  padding-top: 50px;
  color: var(--white);
  /* italics */
  font-style: italic;
}

.socialicons .row .col-4 a i {
  color: var(--white);
  font-size: xx-large;
}

.socialicons .row .col-4 {
  /* align content to the bottom of the column */
  vertical-align: bottom;
  display: inline-block;
  position: relative;

}


td img {
  width: 100% !important;
  height: auto !important;
  display: block;
}


table {
  width: 100%;
  height: 100%; /* Make sure the table fills its parent div */
  border: 3px red double;
}

td img{
  border: 3px red double;
}

tr{
  border: 3px red double;
}


.testimonialstext {
  /* center the text */
  text-align: center;
  font-size: 1.00rem;
  font-weight: bold;
  color: var(--navy);


}

#testimonials h1 {
  font-size: x-large;
}

#testimonials p {
  font-size: large;
}

#testimonials {
  max-height: 750px;
  height: 750px;
}

#technologybehindupstreamsection {
  background-color: var(--off-white);
}

.thesolutiontile4 {
  padding-left: 30px;
}

.useofproceedspoints h3 {
  font-size: 1.5rem;
  margin: 50px;
  color: var(--navy);
  font-weight: 100;
}

.bluesquare {
  background-color: var(--midway-blue);
  color: var(--midway-blue);
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
/* stop the carriage return after the div */
  white-space: nowrap;
  display: inline-block;

}

.navysquare {
  background-color: var(--navy);
  color: var(--navy);
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
/* stop the carriage return after the div */
  white-space: nowrap;
  display: inline-block;

}

.lightbluesquare {
  background-color: #00dafe;
  color: #00dafe;
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
/* stop the carriage return after the div */
  white-space: nowrap;
  display: inline-block;

}

.palebluesquare {
  background-color: var(--midway-blue);
  color: var(--midway-blue);
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
/* stop the carriage return after the div */
  white-space: nowrap;
  display: inline-block;

}


.chipraiseduseofproceeds h2 {
  color: var(--midway-blue);
  font-weight: bold;
  font-family: Gordita-Bold;
  font-size: medium;
}

.chipraiseduseofproceeds p {
  padding: 0px;
  margin: 0px;
}

.investnowtext a {
  color: var(--white)!important;
  font-weight: bold;
  font-family: Gordita-Bold;
  font-size: medium;
  /* no under line */
  text-decoration: none!important;
}
