@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
.investor-header {
  background: linear-gradient(rgba(6, 3, 21, 0.5), rgba(6, 3, 21, 0.5)) !important;
  background: url(../img/investor-header.webp) center center no-repeat !important;
  background-size: cover !important;
  margin-top: -142px;
  padding-top: 160px !important;
  height: 400px; }

#investors {
  padding: 80px 0; }
  #investors .nav-pills .nav-link.active, #investors .nav-pills .show > .nav-link {
    color: #fff;
    background-image: linear-gradient(135deg, #80d0c7 0%, #13547a 100%); }
  #investors .nav-pills .nav-link {
    border-radius: 0;
    color: #000; }
  #investors .investortit {
    background-color: #f2f2f2;
    margin: 0 15px; }
    #investors .investortit ul {
      margin: 0;
      padding: 15px 25px; }
      #investors .investortit ul li {
        list-style-type: none;
        margin-bottom: 0;
        border-bottom: 1px solid red; }
        #investors .investortit ul li:last-child {
          border-bottom: none; }
        #investors .investortit ul li a {
          color: #000;
          font-size: 13px;
          line-height: 54px; }
          #investors .investortit ul li a.active {
            font-weight: 700; }
  #investors .investordata {
    padding: 15px 25px; }
    #investors .investordata .title {
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 5px;
      text-transform: uppercase; }
    #investors .investordata .line-width {
      width: 100px;
      height: 2px;
      opacity: 1; }
    #investors .investordata .info a {
      color: #333333;
      font-size: 18px; }
    #investors .investordata .info:last-child {
      border-bottom: none; }
    #investors .investordata .qr-card {
      display: block;
      width: 100%;
      padding: 30px;
      border: 1px solid #f6f6f6;
      position: relative;
      min-height: 230px;
      -webkit-box-shadow: 0px 0px 4px 0px #e4e4e4;
      -moz-box-shadow: 0px 0px 4px 0px #e4e4e4;
      box-shadow: 0px 0px 4px 0px #e4e4e4;
      margin-bottom: 30px; }
      #investors .investordata .qr-card::after {
        content: '';
        width: 32px;
        height: 32px;
        background-image: url(../img/pdf.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        position: absolute;
        right: 10px;
        bottom: 10px; }
      #investors .investordata .qr-card h2 {
        color: #000;
        font-size: 26px;
        margin-top: 6px; }
      #investors .investordata .qr-card h6 {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase; }
        #investors .investordata .qr-card h6 span {
          color: #ED3338;
          display: block;
          font-size: 42px;
          font-weight: 700;
          margin-bottom: 10px; }
      #investors .investordata .qr-card .cta {
        background-image: url(../img/download-icon-2.png);
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 25px;
        background-size: 20px;
        width: fit-content;
        color: #13547a;
        margin-top: 20px;
        font-weight: 700;
        font-size: 16px;
        display: inline-block; }
      #investors .investordata .qr-card:hover {
        background-image: linear-gradient(135deg, #80d0c7 0%, #13547a 100%); }
        #investors .investordata .qr-card:hover h6 {
          color: #fff; }
        #investors .investordata .qr-card:hover h2 {
          color: #fff; }
        #investors .investordata .qr-card:hover span {
          color: #fff; }
        #investors .investordata .qr-card:hover .cta {
          background-image: url(../img/download-icon-white.svg); }
        #investors .investordata .qr-card:hover::after {
          background-image: url(../img/pdf-white.png); }
    #investors .investordata .qr-card2 {
      display: block;
      width: 100%;
      padding: 30px;
      border: 1px solid #f6f6f6;
      position: relative;
      min-height: 230px;
      border-radius: 5px;
      -webkit-box-shadow: 0px 0px 4px 0px #e4e4e4;
      -moz-box-shadow: 0px 0px 4px 0px #e4e4e4;
      box-shadow: 0px 0px 4px 0px #e4e4e4;
      margin-bottom: 30px; }
      #investors .investordata .qr-card2::after {
        content: '';
        width: 32px;
        height: 32px;
        background-image: url(../img/red-play-button.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        position: absolute;
        right: 10px;
        bottom: 10px; }
      #investors .investordata .qr-card2 h2 {
        color: #000;
        font-size: 26px;
        margin-top: 6px; }
      #investors .investordata .qr-card2 h6 {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase; }
        #investors .investordata .qr-card2 h6 span {
          color: #ED3338;
          display: block;
          font-size: 42px;
          font-weight: 700;
          margin-bottom: 10px; }
      #investors .investordata .qr-card2 .cta {
        background-image: url(../img/view-icon.png);
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 25px;
        background-size: 20px;
        width: fit-content;
        color: #ED3338;
        margin-top: 20px;
        font-weight: 700;
        font-size: 18px;
        display: inline-block; }
      #investors .investordata .qr-card2:hover {
        background-color: #ED3338; }
        #investors .investordata .qr-card2:hover h6 {
          color: #fff; }
        #investors .investordata .qr-card2:hover h2 {
          color: #fff; }
        #investors .investordata .qr-card2:hover span {
          color: #fff; }
        #investors .investordata .qr-card2:hover .cta {
          background-image: url(../img/view-icon-w.png); }
        #investors .investordata .qr-card2:hover::after {
          background-image: url(../img/white-play-button.png); }
    #investors .investordata .qr-card3 {
      display: block;
      width: 100%;
      padding: 30px;
      border: 1px solid #f6f6f6;
      position: relative;
      min-height: 230px;
      border-radius: 5px;
      -webkit-box-shadow: 0px 0px 4px 0px #e4e4e4;
      -moz-box-shadow: 0px 0px 4px 0px #e4e4e4;
      box-shadow: 0px 0px 4px 0px #e4e4e4;
      margin-top: 30px; }
      #investors .investordata .qr-card3::after {
        content: '';
        width: 32px;
        height: 32px;
        background-image: url(../img/red-audio-button.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        position: absolute;
        right: 10px;
        bottom: 10px; }
      #investors .investordata .qr-card3 h2 {
        color: #000;
        font-size: 26px;
        margin-top: 6px; }
      #investors .investordata .qr-card3 h6 {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase; }
        #investors .investordata .qr-card3 h6 span {
          color: #ED3338;
          display: block;
          font-size: 42px;
          font-weight: 700;
          margin-bottom: 10px; }
      #investors .investordata .qr-card3 .cta {
        background-image: url(../img/audio-icon.png);
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 25px;
        background-size: 20px;
        width: fit-content;
        color: #ED3338;
        margin-top: 20px;
        font-weight: 700;
        font-size: 18px;
        display: inline-block; }
      #investors .investordata .qr-card3:hover {
        background-color: #ED3338; }
        #investors .investordata .qr-card3:hover h6 {
          color: #fff; }
        #investors .investordata .qr-card3:hover h2 {
          color: #fff; }
        #investors .investordata .qr-card3:hover span {
          color: #fff; }
        #investors .investordata .qr-card3:hover .cta {
          background-image: url(../img/audio-icon-w.png); }
        #investors .investordata .qr-card3:hover::after {
          background-image: url(../img/white-audio-button.png); }
    #investors .investordata .sort-menu > ul li {
      display: inline-block;
      width: 25px;
      height: 25px;
      border: 1px solid silver;
      font-size: 16px;
      text-align: center;
      line-height: 25px;
      cursor: pointer; }
    #investors .investordata .sort-wrap {
      width: 100%;
      height: auto;
      overflow: hidden; }
    #investors .investordata .sort-box .inner-wrap {
      position: absolute;
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px; }
    #investors .investordata select {
      padding: 7px;
      width: 100%;
      font-size: 15px; }

.investor-tab ul.main-tab {
  display: flex;
  justify-content: center;
  padding-left: 0; }
  .investor-tab ul.main-tab li {
    font-weight: 600;
    list-style-type: none;
    border: 1px solid #ccc;
    margin: 6px;
    font-size: 14px;
    line-height: 30px; }
    .investor-tab ul.main-tab li a {
      color: #000;
      padding: 0 5px;
      display: block; }
      .investor-tab ul.main-tab li a:hover {
        background-image: linear-gradient(135deg, #80d0c7 0%, #13547a 100%);
        color: #fff; }
      .investor-tab ul.main-tab li a.active {
        background-image: linear-gradient(135deg, #80d0c7 0%, #13547a 100%);
        color: #fff; }

/*# sourceMappingURL=inner-pages.css.map */
