@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inconsolata&display=swap'); */
  
 * {
    box-sizing: border-box;
  }
 
  body, html{
      height: 100%;
      padding: 0;
      margin-top:0px;
      margin-left:0px; 
      margin-bottom:0px;
      margin-right:0px; 
      image-rendering: -webkit-optimize-contrast;
                                    font-family: Chakra Petch;
                                    font-weight: lighter;
                                    /* background-color: rgb(6, 23, 43); */
  
                                    scroll-behavior: smooth;
  
     }
     img{
      -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Opera and Firefox */
  
  
     }
  
     
     input{
      font-family: Titillium Web;
     }
     input:focus,
     select:focus,
     textarea:focus,
     button:focus {
         outline: none;
         /* font-family: Titillium Web; */
     }

     body.js-stop-transition * { transition:none !important; }

.inner-section{
    width: 100%; 
    max-width: 1400px;
    position: relative;
    overflow: hidden;
    margin: auto;
}


/* All colors */

/* Gray Theme */
body, html{
    background-color: #0B0E18;
   }
   .menuColor
   {
       background-color: #0e121fa6;
   }

   .buttonColor
   {
       background-color: #535b714f;
   }
   
   .buttonColor:hover, .buttonActiveColor
   {
       background-color: rgb(95, 169, 255);
   }
   
   .cardColor
   {
       background-color: #151A28;
   }

   .headerPageColor
    {
        background-color: #00000061;
        border-bottom: 0px solid #ffffff1c;
    }

    .commentSectionColor
    {
    }






.news-letter{
    width: 100%;
    position: relative;
    z-index: 200;
    transition: height 0.2s ,min-height 0.2s;
    z-index: 100;
    color: white;
    border-bottom: 1px solid #55657399;
  }
  
  .news-letter-inner-section{
    width: 100%; 
    max-width: 1400px;
    height: 100%;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 30px;
    font-weight: normal; font-size: 14px;
    text-align: center;
  }

  .news-letter-text-box{
    width: 100%; 
    max-width: 500px;
    height: 40px;
    min-height: 40px;
    background-color: #ffffff1a;
    position: relative;
    /* border-radius: 18px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    margin: 15px 15px;
    padding-left: 10px;
    clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
  }

  .input-text{
    width: 100%; 
    height: 100%;
    background-color:transparent;
    position: relative;
    border-width: 0px;
    font-size: 12px;
  }
  
  .result-sub{
  height:0px;
    position: relative;
    font-size: 16px;
    transition: height 0.2s ease;
    visibility: hidden;
  }
  
  .news-letter-sub-button{ 
    height: 100%;
    /* min-height:  calc(100% - 4px); */
    position: relative;
    /* border-radius: 18px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    margin-left: auto;
    /* margin-right: 2px; */
    padding: 0px 20px;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s;
  
  }

  .footer{
    width: 100%;
    position: relative;
    z-index: 50;
    /* background-color: #171920; */
    background-color: #0E121F;
    transition: height 0.2s ,min-height 0.2s;
  }
  
  
  .footer-inner-section{
    width: 100%; 
    max-width: 1400px;
    height: 100%;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0px;
  }
  
  
  .footer-logo-social-section{
    width: 100%; 
    position: relative;
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    padding: 80px 0px;
    border-bottom: solid 1px #404752
  }
  
  .footer-logo-section{
    width: 100%; 
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 8px 8px; */
    /* padding-left:8px; */
    color: #A0AABA;
    gap: 10px;   
     text-align: center;
  }
  
  .footer-social-section{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
  }
  
  
  .footer-logo-img {
    width: 100%;
    min-width: 340px;
    max-width: 340px;
    position: relative;
    overflow: hidden;
    opacity:0;
    height:0;
    min-width: 0px;
    max-width: 0px;
    transition: opacity 0.2s, visibility 0.2s;
  }

  .footer-logo-img.activated {
    opacity:1;
    min-width: 100%;
    max-width: 100%;
    height:unset;
  }
  
  #unsub{
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
  }
  
  
  
  .footer-social-img{
    width: 32px;
    height: 32px;
    position: relative;
    transition: transform 0.2s;
  }

  .footer-social-img:hover{
    transform: scale(1.2); 
  }

  .footer-topics-section{
    width: 100%; 
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
  }
  
  .back-button{
    width: 100%;
    align-items: flex-start;
    justify-content: flex-end;
    display: flex;
  }
  
  .footer-topic{
    width: 100%; 
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    gap: 6px;
  }
  
  .footer-topic a{
    width: 100%; 
    text-decoration: none;
    color:white;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    transition: all 0.5s;
  }
  
  .footer-topic a:before {
    content: 'a';
    position: absolute;
    opacity: 0;  
    top: 14px;
    right: -20px;
    transition: 0.5s;
  }
  
  .footer-topic a:hover{
    padding-right: 24px;
    padding-left:8px;
  }
  
  .footer-topic a:hover:after {
    opacity: 1;
    right: 10px;
  }
  
  .footer-topics-copyright-section{
    width: 100%; 
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    /* padding-right: 0px; */
  }
  
  .footer-copyright-section{
    width: 100%; 
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    /* margin-top: 40px; */
    font-size: 12px;
    color:#A0AABA;
    padding: 40px 0px;
  }

  .footer-copyright-img{
    width:100px; 
    position: relative;
    margin-left: auto;
  }
























































  .menu-bar{
    width: 100%;
    min-height: 70px;
    height: 70px;
    border: 0px solid black;
    position: relative;
    z-index: 200;
    position: fixed;
    transition: all 0.2s ease;
  }

  .context-menu{
    position: relative;
    transition: opacity 0.3s, top 0.2s, visibility 0.1s;
    z-index: 0;
    display: none;
    flex-direction: row;
    background-color:#0e121fa6;
    backdrop-filter: blur(50px);
  }

  .context-menu-item-section{
    position: relative;
    visibility: inherit;
    width: 100%;
  }
  
  .context-menu-item-desc{
    display: none;
  }
  
  .context-menu-item-desc-default{
    opacity: 1;
    visibility: inherit;
    background-color: rgba(24, 27, 34, 0);
  }
  
  .menu-item-ex-desc{
    font-size: 16px;
    color:#A0AABA;
  }
  
  .menu-item-ex-title{
  font-size: 31px;
  color:white;
  }
  
  .menu-item.menu-item-donate2 .context-menu{
    display: flex;
  }

  .menu-bar-mini{
    min-height: 70px;
    height: 70px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.42);
  }
  
  
  .menu-bar-color{
    width: 100%; 
    height: 100%;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    transition: all 0.2s ease;
 
  }

  .menu-bar-color-change{
  /* backdrop-filter: blur(10px); */
  }
  
  .menu-bar-color-change::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(50px);
    z-index: -1;
    }



  .menu-inner-section{
    width: 100%; 
    max-width: 1400px;
    height: 100%;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    transition: all 0.2s ease;
  }

  .menu-item {
      float: left;
      position: relative;
  }

  .menu-logo {
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 40px;
  }
  
  .menu-logo img{
    width: 100%;
    min-width: 230px;
    max-width: 230px;
    position: relative;
    overflow: hidden;
    opacity:0;
    height:0;
    min-width: 0px;
    max-width: 0px;
    transition: opacity 0.2s, visibility 0.2s;
  }
  
  .menu-logo  img.activated{
    opacity:1;
    max-width: 230px;
    height:unset;
  }
  
  
  .visibilitynone{
    display:none ;
  }
  
  div.menu-buttons::-webkit-scrollbar {
  }
  
  .menu-buttons-back {
  position: absolute;
  display: none;
  flex-direction: row;
  background-color: #000000c7;
  width: 100%;
  }
 
  .menu-buttons {
      position: relative;
      display: flex;
      flex-direction: column;
      width: 300px;
      height: calc(100vh - 70px);
      z-index: 100;
      overflow: auto;
      background-color: #0d111e;
      margin-top: 70px;
    left: calc(100vw);
  }

  #e0:checked~.menu-buttons-back .menu-buttons {
    animation: 0.4s ease 0s normal forwards 1 fadein;
  }
  
  
  @keyframes fadein{
    0% { left: calc(100vw); }
    100% { left: calc(100vw - 300px); }
  }
  
  .menu-buttons-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position:relative;
    margin-left: auto;
    z-index: 300;
  }
  
  
  
  .menu-buttons-mobile img{
    width: 50px;
    position: relative;
    overflow: hidden;
    transition: opacity 0.2s, visibility 0.2s;
    cursor: pointer;
  }
 
  .menu-buttons-mobile-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position:relative;
    margin-left: auto;
  }
  
  .menu-buttons-mobile-inner img{
    width: 50px;
    position: relative;
    overflow: hidden;
    transition: opacity 0.2s, visibility 0.2s;
    cursor: pointer;
  }
  
  input[type=checkbox]:checked+.menu-buttons-mobile +.menu-buttons-back {
    display: flex;
    animation: 0.4s ease 0s normal forwards 1 fadein-menuback;
  }
  
  
  @keyframes fadein-menuback{
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

  .menu-buttons.menu-bar{
    height: calc(100vh - 108px);
  }
  
  .menu-header-mobile{
    display: none;
    height:  70px;
    min-height:  70px;
    width: 100%;
    background-color: rgb(23 23 23);
    position: fixed;
    z-index: 300;
    top:0px;
  }
  
  #e0:checked .menu-buttons-mobile +.menu-buttons .menu-header-mobile {
    display: flex;
  }
  .open-menu {
    display: block;
  }
  
  .close-menu {
    display: none;
  }
  
  #e0:checked+.menu-buttons-mobile .open-menu {
    display: none;
  }
  
  #e0:checked+.menu-buttons-mobile .close-menu {
    display: block;
  }
  
  
  .menu-buttons.menu-bar-m{
    height: calc(100vh - 70px);
  }
  
  
  .context-menu-button {
    padding: 0px 10px;
    display: block;
    margin-left: auto;
    margin-right: 10px;
    color: #b3b3b3;
    cursor: pointer;
  }
  
  .context-menu-button:after {
    content: '▼';
  }
  
  
  .label-menu-button {
    display: flex;
    cursor: pointer;
  }
  
  
  input[type=checkbox]:checked~.context-menu {
    display: flex;
  }

  .menu-item{
    transition: border-bottom-color 0.0s, color 0.0s;
    min-height: unset;
    height: unset;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: unset;
  justify-content: unset;
  padding: 15px 0px;
  color: white;
  transition: border-bottom-color 0.3s, color 0.3s;
  font-size: 12px;
  padding-left: 20px;
  }

  .progress-support-amount{
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #ffffff5e;
    color: black;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:0px;
     transition: all 3.0s ease; 
     /* border-radius: 6px;
     border-bottom-right-radius: 0px;
     border-top-right-radius: 0px; */
  }
  
  .progress-support-box{
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #353944;
    color: black;
    font-size: 12px;
    /* font-weight: bold; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    /* border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; */
    /* border-radius: 6px; */
  margin-bottom: 30px;
  clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
    
  }
  
  #money-progress-text{
    position: absolute;
    width: 75%;
    height: 100%;
    text-align: center;
    background-color: unset;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
  }
  
  #money-goal-text{
    position: absolute;
    width: 25%;
    height: 100%;
    text-align: center;
    background-color: unset;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e6e6e6;
    background-image: linear-gradient(
      90deg, #fff,0.09%, rgba(255, 255, 255, 0));
    left:75%;
     font-size: 10px;
  }

  .menu-item a{
    text-decoration: none;
    color: #A0AABA;
    transition: all 0.3s ease;
  }
  .menu-item a:hover{
    text-decoration: none;
    color: white;
  }
  .menu-item:hover{
    color :rgb(5, 89, 167);
  }
  
  #donate-button:hover .menu-item-donate{
    background-color: #fb5d00;
  }
  
  
  .menu-item ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    left: 0;
    top: unset;
    height: auto;
    width: 100%;
    min-width: max-content;
    transition: opacity 0.2s,top 0.2s, visibility 0.1s;
    opacity: 1;
    text-align: left;
    visibility: visible;
    margin-top: 15px;
    z-index: 10;
  }
 
  .menu-item:hover .context-menu {
    visibility: visible;
    opacity: 1;
  }

  .menu-item ul li a {
  
    position: relative;
    display: flex;
    align-items: center;
    justify-content: unset;
    padding: 9px;
    text-decoration: none;
    color: rgb(194, 194, 194);
    transition: all 0.2s;
    max-width: max-content;
    min-width: 200px;
  /* border-radius: 3px; */
  
    margin-bottom: 4px;
    clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
  }
  
  .menu-item ul li a::before {
  display: none;
  }
  
  .menu-item a.menu-item-download::before {
    display: none;
  }
  
  .menu-item a#donate-button::before {
    display: none;
  }
  
  .menu-item a::before {
    background: #57677d;
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    /* z-index: -1; */
    opacity: 0;
    transition: height 0.2s ease-out 0s, opacity 0.3s ease-out 0.15s;
  }
  
  .menu-item ul li a img{
  width: 28px;
  margin-right: 10px;
  }
  
  
  .menu-item ul li a:hover{
    color:white;
    background-color:unset;
  }
  
  .menu-item ul li a:hover+.context-menu-item-desc{
    visibility: visible;
    opacity: 1;
    
  }
  .menu-item ul li a:hover .context-menu-item-desc-default{ 
    visibility: hidden;
    opacity: 0;
   
  }

  .menu-item-download{
    height: 45px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    text-decoration: none;
    color: white;
    margin-left: 0px;
    transition: all 0.2s ease;
    width: 100%;
    clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
  }
  .menu-item-download img{
  width: 50px;
      margin-left: -15px;
  }
  .menu-item-download:hover{
  }
  .menu-item-download-active{
  }
  
  .menu-item-message{
    min-height: 48px;
    height: 48px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  
  }
  
  .menu-item-message img{
    opacity: 0.2;  
    transition: all 0.2s ease;
  }
  .menu-item-message img:hover{
    opacity: 1.0;
  }
  
  .menu-item-donate{
    height: 45px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    text-decoration: none;
    color: white;
    margin-left: 0px;
    transition: all 0.2s ease;
    width: 100%;
    background-color: #cd4c00;  
    clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
    }
    .menu-item-donate-active{
      background-color: #fb5d00;
    }
    .menu-item-donate.download{
      background-color: rgb(86 86 86);
    }

  .menu-item-donate img{
    width: 50px;
        margin-left: -15px;
    }

  .menu-item-donate:hover{
    background: linear-gradient(rgba(0,0,0,0),rgba(250,110,0,0.8));
  }

  .menu-logo-img {
    width: 100%;
    min-width: 340px;
      max-width: 340px;
      position: relative;
      overflow: hidden;
      opacity:0;
      height:0;
      min-width: 0px;
      max-width: 0px;
      transition: opacity 0.2s, visibility 0.2s;
  }
  .menu-logo-img.activated {
    opacity:1;
    min-width: 340px;
    max-width: 340px;
    height:unset;
  }
  
  .menu-logo-img-small {
    width: 100%;
    min-width: 76px;
      max-width: 76px;
      position: relative;
      overflow: hidden;
      opacity:0;
      display: none;
      transition: opacity 0.2s, display 0.4s;;
  }
  
  .menu-logo-img-small.activated {
    opacity:1;
    display: unset;
  }
  
  





























  .shortcut-bar{
    width: 70px;
    min-width: 70px;
    /* top: 100%; */
    /* margin-top: -142px; */
    border: 0px solid black;
    position: relative;
    z-index: 200;
    position: fixed;
    transition: all 0.2s ease;
    /* left: 100%; */
    /* margin-left: -70px; */
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    bottom: 0px;
    right: 0px;
    }

  
    .shortcut-container{
      position: relative;
      transition: all 0.2s ease;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      padding-right: 10px;
      padding-bottom: 10px;
    }
  
    
    .shortcut-button{
      position: relative;
      background-color: #535b714f;
      padding: 10px;
      margin-top: 10px;
      /* border-radius: 50%; */
      width: 55px;
      height: 55px;
      cursor:pointer;
      transition: all 0.2s ease;
      clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
    }
  
    .return{
      opacity: 0;
    }
  
    .shortcut-button:hover{
    }
    .shortcut-button img{
      width: 100%;
    }
  

  
  






















































    .index-section{
        width: 100%;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: stretch;
      }
      
      
      .index-feat-section{
        background-color: #00000000;
        width: 100%;
        display: flex;
      flex-direction: column;
      align-items: center;
      padding: 150px 0px;
      }
      
      
      .index-intro-section {
          width: 100%;
          min-height: 100vh;
          position: relative;
          overflow: hidden;
          display: flex;
          flex-direction: row;
          /* align-items: stretch; */
          justify-content: center;
          padding-top: 200px;
          padding-bottom: 100px;
      }
      
      .index-inner-section {
          width: 100%;
          max-width: 1400px;
          position: relative;
          /* overflow: hidden; */
          margin: auto;
          top: 0px;
          opacity: 0;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          /* padding-top: 100px; */
          transition: all 1.0s ease;
          z-index: 100;
          padding: 10px;
      }
      
        
        .intro-video {
          position: absolute;
          top: 50%;
          left: 50%;
          min-width: 100%;
          min-height: 100%;
          transform: translateX(-50%) translateY(-50%);
          width: auto;
          height: auto;
          z-index: 0;
        }

        
        .intro-video-layer {
          position: absolute;
          right: 0;
          bottom: 0;
          background-color: #07090fb8;
          min-width: 100%;
 
          min-height: 100%;
          width: auto;
          height: auto;
          z-index: 1;
          /* background: linear-gradient(#24242400,#1d2028); */
          background: linear-gradient(#24242400, #1a1e2b);
          /* background: linear-gradient(#07080ab8, #07080a); */
          display: flex;
          align-items: center;
          justify-content: center;
        }

      .logo-section-main
      {
        align-items: flex-end; padding: unset; margin-right:-5px; margin-left:0px;
      }

      .index-logo-section{
        width: 100%; 
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        align-items: stretch;
      }
      
      
      .index-logo-section img{
        width: 100%; 
      }

      .index-brief-desc-section{
        width: 100%; 
        position: relative;
        overflow: hidden;
      color:white;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding-right: 20px;

      }
      
      .index-brief-desc-section div{
        font-size: 20px; 
        text-align: right;
      }
      
      .index-brief-desc-section div + div{
        font-size: 16px; 
        text-align: right;
      }

      .index-intro-buttons-section{
        width: 100%; 
        position: relative;
        overflow: hidden;
      color:white;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-end;
        padding-bottom: 30px;
        margin-top: 30px;
      
      }

      .download-pic-section{
        mask-image: radial-gradient(72.69% 79.72% at 15.1% 12.68%,#1c1818 0,rgba(28,24,24,0) 100%);
        -webkit-mask-image: radial-gradient(72.69% 79.72% at 15.1% 12.68%,#1c1818 0,rgba(28,24,24,0) 100%);
        opacity: 0.3;
      }
      
      .download-pic-section img{
       width: 100%;
      }
      
      .download-desc-section{
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        text-align: center;
      }

      .index-intro-button{
        /* min-height: 28px;
        height: 28px; */
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5px 5px;
      text-decoration: none;
      color: white;
      /* border-radius: 18px; */
      border: 1px solid rgba(0,0,0,0);
      margin-right: 20px;
      transition: all 0.2s ease;
      cursor: pointer;
      clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
      text-align: center;
      }

      .index-intro-button:hover{
      }
      
      .index-body-section{
        width: 100%;
        background-size: cover;
        position: relative;
        overflow: hidden;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }
      
      .index-features-section{
        width: 100%;
                   box-shadow: -0px -0px 30px black inset,
                   -0px -0px 30px black  inset; 
        background-color: rgb(16, 66, 112);
        background-image: linear-gradient(0deg,rgb(19, 19, 19),rgb(34, 34, 34));
        background-size: cover;
        position: relative;
        overflow: hidden;
        margin: auto;
      
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      padding: 30px 0px;
      }
      
      
      .index-inner-features-section{
        width: 100%;
        max-width: 1400px;
        position: relative;
        overflow: hidden;
        margin: auto;
      
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }
      
      .title-section{
        width: 100%;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: left;
        flex-direction: column;
        justify-content: left;
        font-weight: bold;
        font-size: 26px;
      color: white;
      text-align: center;
      }
      
      
      .title-section.ex{
      color: rgb(68, 68, 68);
      justify-content: center; 
      margin-bottom: 0px;
      /* margin-bottom: 89px; */
      }
      
      .title-section a{
      text-decoration: none;
      color: rgb(231, 231, 231);
      /* color: white; */
      }
      
      .title-section a:hover{
        text-decoration: none;
        color: rgb(255, 255, 255);
        text-decoration: underline;
        /* color: white; */
        }
      
      .index-feature{
        width: 100%;
        /* height: 100vh; */
      
        /* background-color: blue; */
        position: relative;
        overflow: hidden;
        /* margin: auto; */
      
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
      }
      
      .index-feature-desc-section{
        width: 100%;
        /* height: 100vh; */
      
        /* background-color: blue; */
        position: relative;
        overflow: hidden;
        /* margin: auto; */
      
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: left;
      }
      
      .index-feature-desc-title{
        font-weight: normal; font-size: 28px; color: white;
      }
      .index-feature-desc-brief{
        margin-top: 8px;
        font-weight: normal; font-size: 18px; color: rgb(177, 177, 177);
      }
      .index-feature-desc-separator{
        background-image: linear-gradient(90deg,rgb(5, 89, 167),rgba(0,0,0,0)); width:350px; height:4px;
        margin-bottom: 20px;
        /* display: flex; */
      }
      
      .index-feature-desc-separator.ex{
        background-image: linear-gradient(90deg,white,rgba(0,0,0,0)); 
        /* width:50%; */
      }
      
      
      
      .index-news-section{
        width: 100%;
        /* height: 100vh; */
        /* max-width: 1400px; */
        /* height: 100%; */
        /* background-color: rgb(245, 245, 245); */
        position: relative;
        overflow: hidden;
        margin: auto;
      
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: left;
        padding: 30px 0px;
        /* justify-content: center; */
        /* flex-flow: row nowrap;  */
        /* border-top-style: solid;
      border-top-width: 3px;
      border-top-color: rgb(5, 89, 167); */
      }
   
      .index-inner-news-section{
        width: 100%;
        /* height: 100vh; */
        max-width: 1400px;
        /* height: 100%; */
        /* background-color: rgb(211, 211, 211); */
        position: relative;
        overflow: hidden;
        margin: auto;
      
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: left;
        /* padding: 30px 20px; */
        /* justify-content: center; */
        /* flex-flow: row nowrap;  */
        /* border-top-style: solid;
      border-top-width: 3px;
      border-top-color: rgb(5, 89, 167); */
      /* border-radius: 20px; */
      padding: 0px;
      gap:40px;
      /* box-shadow: 0px 2px 20px rgb(0 0 0 / 42%); */
      /* background: linear-gradient(#24242400,#1515158a); */
      /* background: linear-gradient(#24242400,#3333338a); */
      }
      
      
      .index-inner-feat-section{
        width: 100%;
        /* height: 100vh; */
        max-width: 1400px;
        /* height: 100%; */
        /* background-color: rgb(211, 211, 211); */
        position: relative;
        overflow: hidden;
        margin: auto;
      
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: left;
        padding: 30px 0px;
        /* padding: 30px 20px; */
        /* justify-content: center; */
        /* flex-flow: row nowrap;  */
        /* border-top-style: solid;
      border-top-width: 3px;
      border-top-color: rgb(5, 89, 167); */
      /* padding: 150px 0px; */
          /* background-color: #202020; */
          /* border-radius: 20px; */
          /* box-shadow: 0px 2px 20px rgb(0 0 0 / 42%); */
          /* background: linear-gradient(#242424,#151515);; */
          /* background: linear-gradient(#24242473,#1515158a); */
          /* background: linear-gradient(#17294473,#1515158a); */
          /* border-bottom: 1px solid #2a2b2d; */
          gap: 160px;
      }
      
      
      .news-group{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: 1fr;
        grid-row-gap: 1em;
        grid-column-gap: 1em;
        padding: 0px 0px;
      }
      
     
      
      .index-support-section{
        width: 100%;
        /* height: 100vh; */
        /* max-width: 1400px; */
        /* height: 100%; */
        /* box-shadow: -0px -0px 30px rgb(7, 39, 68) inset,
                   -0px -0px 30px rgb(7, 39, 68)  inset;  */
                   /* box-shadow: -0px -0px 30px black inset,
                   -0px -0px 30px black  inset;  */
        /* background-color: rgb(52, 132, 207); */
        /* background-image: linear-gradient(0deg,rgb(19, 19, 19),rgb(34, 34, 34)); */
        /* url('/media/dark_back.jpg'); */
        
        /* background-size: cover; */
        position: relative;
        overflow: hidden;
        /* margin: auto; */
      
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        /* justify-content: center; */
        /* flex-flow: row nowrap;  */
        /* border-top-style: solid;
      border-top-width: 3px;
      border-top-color: rgb(5, 89, 167); */
      padding: unset;
      /* background-color: #161b20; */
      /* background-color: rgb(31 31 31); */
      
      /* background: linear-gradient(to right, rgb(5,, rgb(80, 140, 209)); */
      /* background-color: #0000004d; */
      
      }
      
     
      
      .title-section.support a{
        /* text-decoration: none; */
        color: white;
      }
      
      
      
      .index-inner-support-section{
        width: 100%;
        /* height: 100vh; */
        /* max-width: 550px; */
        max-width: 1400px;
        /* height: 100%; */
        /* box-shadow: -0px -0px 30px rgb(7, 39, 68) inset,
                   -0px -0px 30px rgb(7, 39, 68)  inset;  */
                   /* box-shadow: -0px -0px 30px black inset,
                   -0px -0px 30px black  inset;  */
        /* background-color: rgb(16, 66, 112); */
        /* background-image: linear-gradient(0deg,rgb(19, 19, 19),rgb(34, 34, 34)); */
        /* url('/media/dark_back.jpg'); */
        
        /* background-size: cover; */
        position: relative;
        overflow: hidden;
        margin: auto;
      
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* justify-content: center; */
        /* flex-flow: row nowrap;  */
        /* border-top-style: solid;
      border-top-width: 3px;
      border-top-color: rgb(5, 89, 167); */
      /* padding: 30px 0px; */
      /* border-radius: 34px; */
      padding: unset;
      border-color: blue;
      border-width: 1px;
      }
      
    
      
      .index-support-desc{
        margin-top: 18px;
        font-weight: normal; font-size: 18px; 
        /* color: rgb(233, 233, 233); */
        color:#ACACAC;
        text-align: center;
      }

      .index-support-buttons{
        /* width: 100%; */
        /* max-width: 500px; */
        position: relative;
        overflow: hidden;
        margin: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin: 20px 0px;
        font-size: initial;
        font-weight: normal;
      }
      
      .index-support-buttons a{
        text-decoration: none !important;
      }
      
      .support-button{
        /* width: 100%; */
        /* max-width: 500px; */
        position: relative;
        overflow: hidden;
        /* margin: auto; */
         /* margin-right: 18px; */
         color:white;
         text-decoration: none;
         transition: all 0.2s ease;
         padding: 8px 8px;
         /* border-radius: 4px;   */
         /* border: 1px solid rgb(137, 198, 255); */
         /* color: rgb(162, 210, 255); */
         /* background-color: rgb(87, 95, 100); */
         margin-bottom: 4px;
         text-align: center;
         clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
      }

      
      .support-button.important{
        /* width: 100%; */
        /* max-width: 500px; */
        position: relative;
        overflow: hidden;
        /* margin: auto; */
         /* margin-right: 18px; */
         color:white;
         text-decoration: none;
          color: white;
         /* background-color: rgb(5, 89, 167); */
         /* background-color: rgba(95, 128, 179, 0.43); */
         /* rgb(87, 95, 100); */
         /* border: 3px solid white; */
         /* box-shadow: 0px 4px 1px rgb(12, 63, 110); */
         padding: 10px 30px;
         /* height: 45px; */
      /* border-radius: 18px; */
        
      }
      
      .support-button.important:hover{
        background-color: rgb(92, 159, 223);
      }
      
      
      
      
      
      .index-download-section{
        width: 100%;
        position: relative;
        overflow: hidden;
      
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
      
      padding: 80px 0px;
      background-color: rgb(247, 247, 247);
      
      }
      .title-section.download{
        /* text-decoration: none; */
        color: black;
      }
      
      /* .index-inner-download-section{
        width: 100%;
        max-width: 700px;
        position: relative;
        overflow: hidden;
        margin: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
      } */
      
      .index-download-buttons{
        width: 30%;
        max-width: 800px;
        position: relative;
        overflow: hidden;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: left;
        margin: 20px 0px;
      }
      
      
      .support-button.download{
      border: unset;
      background-color: rgb(5, 89, 167);
      }
      
      .index-download-desc{
        margin-top: 18px;
        font-weight: normal; font-size: 18px; color: rgb(0, 0, 0);
      }
      
      
      
      
      .credits-section{
        width: 100%;
        position: relative;
        overflow: hidden;
        margin: auto;
      /* background-color: rgb(247, 247, 247); */
        display: flex;
        flex-direction: row;
        align-items: left;
        justify-content: left;
        padding: 0px 0px;
        margin-top: 20px;
        /* margin-bottom: 20px; */
        /* background: linear-gradient(rgba(0,0,0,0),rgba(250,110,0,0.8)); */
        background: linear-gradient(rgba(0,0,0,0),rgba(111, 49, 0, 0.8));
      }
      
      
      .inner-credits-section{
        width: 100%;
        /* height: 100vh; */
        max-width: 1400px;
        position: relative;
        overflow: hidden;
        margin: auto;
        /* background: linear-gradient(rgba(0,0,0,0),rgba(250,110,0,0.8)); */
      /* background-color: rgb(5, 89, 167); */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0px 0px;
        color:white;
        font-size: 15px;
        /* font-weight: bold; */
        padding: 200px 0px;
        border-radius: 20px;
      }
      
      
      .credits-title{
        font-weight: bold; font-size: 35px;
        text-align: center;
      }
      
      
      
      .list-patreons {
        list-style-type: none;
        padding-inline-start: 0px;
        width: 70%;
      }
      
      .list-patreons li{
        display: inline-block; 
        margin: 5px 20px;
      }
      
      
      .index-feature-desc-separator-credits{
        background-image: linear-gradient(90deg,rgba(0,0,0,0),white,rgba(0,0,0,0));     width: 100%;
        max-width: 550px;
        height: 4px;
        /* display: flex; */
      }
      
   




























































      .news{
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        margin: auto;  
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        /* border-radius: 10px; */
        color:white;
        box-shadow: 0px 2px 20px rgb(0 0 0 / 42%);
        clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
      }
      
      
      .news img{
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 4px;
      }
      
      .news-content{
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
      display: flex;
      flex-direction: column;
        padding: 10px 10px;
        font-size: 14px;
        gap: 7px;
      }

      .news-title{
        width: 100%;
        position: relative;
        overflow: hidden;
        font-weight: bold;
        font-size: 16px;
      }
      
    
      
      .news-date{
        width: 100%;
        position: relative;
        overflow: hidden;
        font-size: 15px;
        color:#A0AABA;
        /* margin-bottom: 25px; */
      }
      
      
      .news-button{
        width: 100%;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: flex-end;
        flex-direction: row;
        flex-grow: 1;
      }
      
      .news-button a{
        position: relative;
        overflow: hidden;
      cursor: pointer;
        text-decoration: none;
        color: white;
        transition: all 0.2s ease;
        padding: 2px 5px;
        margin-top: 20px;
        margin-left: auto;
        /* border-radius: 18px; */
        clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
        
      }
 

      
      .news-button a:hover:after{
        opacity: 1;
      }
      












































      .fade {
        opacity: 0;
        top: 40px;
        transition: all 0.4s ease;
      }
      
      .even {
      flex-direction: column-reverse;
      }

      .showcase-box{
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
        padding-right: 20px;
        padding-left: 20px;
        /* padding: 20px; */
        /* padding-bottom: 80px; */
        /* margin-bottom: 200px; */
      }
      
    
      
      .showcase-image{
        width: 100%;
        /* height: 100px; */
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* padding-right: 20px;
        padding-left: 20px; */
        }
      
      
        .showcase-image img{
          height: unset;
          width: 100%;
          box-shadow: 0px 0px 0px 0px #92959d96; 
          transition: all 0.4s ease;
          cursor: pointer;
          /* border-radius: 8px; */
          clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
        }
      
       
      
      
        input[type=checkbox]:checked+label .image-panel{
          position: fixed;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          padding: 40px;
          background-color: rgba(0,0,0,0.8);
          z-index: 3000;
        }
      
        /* input[type=checkbox]:checked+label .image-panel img{
          width: auto;
          height: 100%;
          /* height: 100%; */
       
          /* background-color:  rgba(0,0,0,0.4); */
        /* } */ 
      
      
      .image-panel{
        position:relative;
        display: none; 
        /* width: 100%;
        height:100%;
        top:0;
        left:0; */
        padding: unset;
        background-color: rgba(0,0,0,0.0);
        z-index: unset;
        transition: all 0.2s ease;
      }
      
      .showcase-image .image-panel img{
        width: auto;
        max-width: -moz-available;
        max-width: -webkit-fill-available;
        height: auto;
        max-height: 100%;
        object-fit: contain;
      
      }
      
      .showcase-image .image-panel img:hover{
        box-shadow: unset;
        transform: unset;
      }
      .showcase-image label{
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      
      .showcase-close-btn{
        position: absolute;
        border-radius: 50%;
        background-color: #535b7196;
        width: 40px;
        height: 40px;
        left: calc(100% - 60px);
        top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        cursor: pointer;
      }
      .showcase-close-btn:hover{
        background-color: #92959d96;
      }
      
      .showcase-image img:hover{
          /* box-shadow: 0px 22px 40px -30px #415697; */
          transform: scale(1.03);
        }
      
        .showcase-text-container{
          display: flex;
        flex-direction: row-reverse;
        width: 100%;
        align-items: center;
        justify-content: center;
        }
      
      
        .showcase-text{
          width: 100%;
          position: relative;
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          color: white;
          /* padding-left: 10px;
          padding-right: 10px;
          padding-top: 40px; */
          gap:25px;
          }
      
      
          .showcase-title{
            font-size: 20px;
            font-weight: bold;
            /* max-width: 300px; */
            /* margin-bottom: 20px; */
          }
          .showcase-row{
            position: relative;
            min-height: 2px;
            width: 100%;
            margin: 10px 0px;
            /* background: linear-gradient( 
        90deg
         , rgb(255 255 255), rgba(40,40,40,0)); */
          }
          .showcase-description{
            font-size: 14px;
            /* color: #9e9e9e; */
            color:#A0AABA;
          }
      
          .showcase-description a{
            font-size: 14px;
            color:#c6cdd8;
      
          }
      





























































          .header-text-section{
            width: 100%; 
            /* max-width: 1400px; */
            /* height: 2000px; */
            /* background-color: purple; */
            position: relative;
            overflow: hidden;
            /* margin: auto; */
            color:white;
            display: flex;
            flex-direction: column;
            /* align-items: center; */
            justify-content: center;
            /* padding-left: 200px; */
            /* margin-bottom: 20px; */
            /* font-size: 36px; */
            /* margin-left: 50px; */
            text-align: center;
          }
          
          .header-section img{
            height: 70px;
            /* margin-right: 10px; */
          }
          
            .header-section{
          width: 100%;
          /* max-width: 1400px; */
          /* height: 2000px; */
          /* background-color: purple; */
          position: relative;
          overflow: hidden;
          /* margin: auto; */
          color: white;
          display: flex;
          flex-direction: column;
          align-items: center;
          /* text-align: center; */
          /* font-size: 16px; */
          /* padding-left: 200px;*/
          }
          
          .header-text-section #title{
            font-size: 36px;
          
          }
          
          .header-text-section #desc{
            font-size: 16px;
            color:#A0AABA;
          }
          
          
        







          .navigation-bar{
            position: relative;
            width: 100%;
            /* background-color: red; */
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
          }
          
          .navigation-button{
            position: relative;
            width: 40px;
            background-color: rgba(160, 170, 186, 0.12);
            height: 40px;
            min-height: 40px;
            color: white;
            /* border-radius: 18px; */
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            margin: 4px;
            cursor: pointer;
            text-decoration: none;
            clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
          }
          
          .navigation-button.active{
            /* background-color: rgba(109, 109, 109, 0.4); */
            background-color: #57677d80;
          }
          
          .navigation-button.disable{
            background-color: rgba(160, 170, 186, 0.03);
            color: #4a4a4a;
            cursor:default;
          }







.grid-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 1fr;
  grid-row-gap: 1em;
  grid-column-gap: 1em;
  padding: 0px 0px;
}














.download-section{
    width: 100%;
    /* height: 100vh; */
    max-width: 1400px;
    /* height: 100%; */
    /* background-color: rgb(211, 211, 211); */
    position: relative;
    overflow: hidden;
    margin: auto;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    padding: 0px 0px;
    margin-bottom: 0px;
    justify-content: center;
    align-items: center;
    /* background-color: #1d2028; */
    /* border-radius: 18px; */
    box-shadow: 0px 2px 20px #393f4f00 ;
    /* //rgba(0, 0, 0, 0.42); */
    margin-top: 30px;
    text-align: center;
    max-width: 400px;
    color: #a0aab9;
    gap: 20px;
    font-size: 16px;
  }
  
.info-download{
    position: relative;
    right: 0;
    bottom: 0;
    /* background-color: #14233e; */
    /* rgba(255, 255, 255, 0.09); */
    /* min-width: 100%; */
    /* min-height: 100%; */
    width: 100%;
    height: 176px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 20px;
    /* border: 1px rgb(90,90,90) solid; */
    /* border-radius: 4px; */
    margin: 0px 0px;
    background: linear-gradient(#24242400,#1d2028);
  border-radius: 0px;
  margin-top: 50px;
  }
  .info-download p{
    margin: 15px 0px;
  }
  .info-download a{
  color: white;
  }

  .index-download-section{
    width: 100%;
    position: relative;
    overflow: hidden;
  
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  
  padding: 80px 0px;
  background-color: rgb(247, 247, 247);
  
  }
  .title-section.download{
    /* text-decoration: none; */
    color: black;
  }
  
  /* .index-inner-download-section{
    width: 100%;
    max-width: 700px;
    position: relative;
    overflow: hidden;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  } */
  
  .index-download-buttons{
    width: 30%;
    max-width: 800px;
    position: relative;
    overflow: hidden;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: left;
    margin: 20px 0px;
  }
  
  
  /* .support-button.download{
  margin-bottom: 20px;
  } */
  
  .index-download-desc{
    margin-top: 18px;
    font-weight: normal; font-size: 18px; color: rgb(0, 0, 0);
  }
  
.email-download{
    margin-left: 0px;display: flex;flex-direction: column;align-items: center;justify-content: center;width: 100%;
  }
  

  
  .download-options{
    display: flex;align-items: center;justify-content: center;flex-direction: column; width: 100%;
  }
 .page-download{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
      justify-content: center;
  }







  .email-waiting{
    width: 100%;
    /* min-height: 138px; */
    /* height: 138px; */
    /* border: 2px solid black; */
    position: relative;
    /* overflow: hidden; */
    /* box-shadow: 0px 2px 10px rgb(170,170,170); */
    /* position: absolute; */
    z-index: 200;
   
    /* position: relative; */
    transition: height 0.2s ,min-height 0.2s;
    /* background-color: rgb(23,23,23); */
    z-index: 100;
    color: white;
    display: flex;
  justify-content: left;
  align-content: flex-start;
  flex-direction: column;
    /* border-bottom: 1px solid #55657399; */
  }
  
  .email-waiting-text-box{
    width: 100%; 
    max-width: 100%;  
    height: 40px;
    min-height: 40px;
    /* background-color: #212121; */
    background-color: #ffffff1a;
    position: relative;
    /* margin: auto; */
    /* border: 1px solid black; */
    /* border: 1px solid #545454; */
    /* border-radius: 18px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    /* box-shadow: 0px 2px 10px rgb(170,170,170); */
    /* margin: 15px 15px; */
    padding-left: 10px;
    /* box-shadow: 0px 10px 20px rgb(151, 190, 235);; */
    clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
  }
  

  /* 
  .news-letter-text-box:has(.input-text:focus) { 
    border: 2px solid white;
  } */
  
  
  
  
  
  .email-waiting-input-text{
    width: 100%; 
    height: 100%;
    /* min-height: 40px; */
    background-color:transparent;
    position: relative;
    border-width: 0px;
    /* margin: auto; */
    /* border: 1px solid black; */
    /* border-radius: 3px; */
    /* display: flex; */
    /* flex-direction: row; */
    /* align-items: center; */
    font-size: 12px;
  
  }

  .email-waiting-result-sub{
    width: 350px;
  height:0px;
    /* height: 100%; */
    /* min-height: 40px; */
    /* background-color:transparent; */
    position: relative;
    /* border-width: 0px; */
    font-size: 16px;
    transition: height 0.2s ease;
    /* visibility: hidden; */
    display: none;
    text-align: left;
  }
  
  .email-waiting-sub-button{ 
    height: calc(100% - 4px);
    min-height:  calc(100% - 4px);
    position: relative;
    /* border: 1px solid rgb(200,200,200); */
    /* border-radius: 18px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    margin-left: auto;
    margin-right: 2px;
    padding: 0px 20px;
    color: white;
    /* background-color:  rgb(5, 89, 167); */
    /* background-color: rgba(95, 128, 179, 0.43); */
    /* rgb(87, 95, 100); */
    cursor: pointer;
    transition: background-color 0.3s;
  
  }

  



  .download-support-button img{
    width: 32px;
    margin-right: 20px;
  
  }
  
  .download-support-button{
    /* width: 100%; */
    /* max-width: 500px; */
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    /* margin: auto; */
     /* margin-right: 18px; */
     color:white;
     text-decoration: none;
     transition: all 0.2s ease;
     padding: 10px;
     /* border-radius: 18px;   */
     /* border: 1px solid rgb(137, 198, 255); */
     color: #fff;
     margin: 10px 0px;
     font-size: 16px;
     width: auto;
     /* background-color:#14233e; */
      /* rgba(255, 255, 255, 0.09); */
      /* rgba(87, 95, 100, 0.43); */ 
      clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
  }


  .download-support-button:hover{
    background-color: rgb(92, 159, 223);
  }




  .index-inner-download-section{
    width: 100%; 
    max-width: unset;
    height: 100%;
    /* background-color: green; */
    position: relative;
    /* overflow: hidden; */
    /* margin: auto; */
  
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    justify-content: center;
    /* justify-content: center; */
    /* flex-flow: row nowrap;  */
  padding-top: 0px;
  /* padding: 0px */
  }


  .index-brief-desc-download-section{
    width: 100%; 
    /* max-width: 1400px; */
    /* height: 2000px; */
    /* background-color: purple; */
    position: relative;
    /* overflow: hidden; */
    /* margin: auto; */
  color:white;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding-left: 200px; */
    text-align: center;
  }





































































  .support-section{
    width: 100%;
    /* height: 100vh; */
    max-width: 1400px;
    /* height: 100%; */
    /* background-color: rgb(211, 211, 211); */
    position: relative;
    overflow: hidden;
    margin: auto;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    padding: 40px 10px;
    margin-bottom: 30px;
    justify-content: space-between;
    /* background-color: #1d2028; */
    /* border-radius: 18px; */
    box-shadow: 0px 2px 20px #393f4f ;
    /* //rgba(0, 0, 0, 0.42); */
    margin-top: 30px;
}

.support-goals{
    width: 100%;
    /* top: 150px; */
    /* height: 100vh; */
    /* max-width: 1400px; */
    /* height: 100%; */
    /* background-color: rgb(211, 211, 211); */
    position: relative;
    overflow: hidden;
    /* margin: auto; */
  
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: left;
    /* padding: 30px 0px; */
  padding-bottom: 30px;
    list-style-type: none;
    text-decoration: none;
  
    font-size: 25px;
    text-align: center;
    /* justify-content: center; */
    /* flex-flow: row nowrap;  */
    /* border-top-style: solid;
  border-top-width: 3px;
  border-top-color: rgb(5, 89, 167); */
  }
  
.support-options{
    width: 100%;
    /* height: 100vh; */
    /* max-width: 1400px; */
    /* height: 100%; */
    /* background-color: rgb(211, 211, 211); */
    position: relative;
    overflow: hidden;
    margin: auto;
  /* background-color: rgb(218 218 218); */
    display: flex;
    flex-direction: row;
    align-items: left;
    justify-content: left;
    padding: 0px 0px;
    color:white;
    /* background-color: #222222;
    border-radius: 4px; */
    /* box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.42); */
  }
  
  
  .inner-support-options{
    width: 100%;
    /* height: 100vh; */
    max-width: 1400px;
    /* height: 100%; */
    /* background-color: rgb(211, 211, 211); */
    position: relative;
    overflow: hidden;
    margin: auto;
  /* background-color: rgb(5, 89, 167); */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 0px;
    /* color:white; */
    font-size: 25px;
    padding: 40px 0px;
    /* border: 1px solid rgb(100,100,100); */
    /* background-color: #222222; */
    background-color: #14233e00;
    /* #2222224d; */
    border-radius: 4px;
    /* text-align: center; */
  }
  
  
  
  .inner-support-options img{
    width:250px;
    
  }









  .explanation{
    margin-bottom: 40px; font-size: 14px; color: rgb(204, 204, 204);
    color: #CBD3E1;
  }

  .explanation div{
    margin-bottom: 40px;
  }
  .explanation span{
    /* font-weight: bold; */
    /* color:white;
    color: #EAEAEA; */
  }
  .explanation a{
    font-weight: bold;
    /* color:white; */
    color: #CBD3E1;
    /* text-decoration: none; */
  }
  .explanation div div{
    margin-bottom: 0px;
  }
  .explanation strong{
    font-weight: bold;
  }




  .goals-legend{
    /* width: 100%; */
    /* height: 100vh; */
    /* max-width: 1400px; */
    /* height: 100%; */
    /* background-color: rgb(211, 211, 211); */
    position: relative;
    overflow: hidden;
    /* margin: auto; */
  /* background-color: red; */
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    padding: 0px 0px;
    font-size: 16px;
    margin-top: 30px;
    /* border-radius: 18px; */
    /* border: 1px solid #676767; */
    padding: 8px 8px;
    /* background-color: #222222; */
    /* background-color: #14233e; */
    /* #22222252; */
    /* border-radius: 4px; */
     /* background-image: linear-gradient( 0deg, #1b1b1b, #1f1f1f); */
     /* box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.42); */
     margin-bottom: 30px;
     /* background: linear-gradient(#24242400,#1d2028); */
     background: linear-gradient(#24242400, #161A27);
  }
  
  
  
  
  
































  .goals-title{
    font-weight: bold; font-size: 25px; margin-bottom:20px;
    text-align: center;
  }
  
  .list-goals{
    font-size: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* background-color: #1c1c1c; */
    background-color: #12141a;
    /* padding: 50px; */
    border-radius: 18px;
    /* border: 1px solid white; */
    /* text-align: center; */
    /* padding-bottom: 50px; */
    padding: 30px;
    display: none;
  }
  .list-goals.min{
    padding: 0px;
    background-color: unset;
    
  }
  
  
  
  .goals-text{
    position: relative;
    /* font-size: 15px; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* background-color: #292929; */
    /* padding: 50px; */
    /* border-radius: 10px; */
    /* border: 1px solid white; */
    /* text-align: center; */
    /* width: 50%; */
    /* left: 50%; */
    margin: auto;
  }
  




  .news-view-title{
    color:white;
    font-weight: bold; font-size: 30px;
    margin-bottom: 30px;
  }
    
  .news-view-desc{
    font-weight: normal; font-size: 16px;
    color:#A0AABA;
  }
  
  .news-view-date{
    font-weight: normal; font-size: 12px; 
    color:#A0AABA;
     margin-top: 30px; margin-bottom: 30px;
  }
  
  
  

  .index-news-view-brief-desc-section{
    width: 100%; 
    /* max-width: 1400px; */
    /* height: 2000px; */
    /* background-color: purple; */
    position: relative;
    overflow: hidden;
    /* margin: auto; */
  color:white;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0px 40px;
    text-align: center;
  }
  






  .index-news-view-inner-section{
    width: 100%; 
    max-width: 900px;
    height: 100%;
    /* background-color: green; */
    position: relative;
    overflow: hidden;
    /* margin: auto; */
  
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    justify-content: center;
    /* justify-content: center; */
    /* flex-flow: row nowrap;  */
  /* padding-top: 100px; */
  /* padding: 0px */
  }

  .intro-news-view-video-layer{
    position: absolute;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0,0,0,0.6); */
    min-width: 100%; 
    /* min-height: 100%; */
    min-height: 32%;
    width: auto;
    height: auto;
    background: linear-gradient(#24242400,#1d2028);
  }
  


  .index-inner-news-view-section{
    width: 100%;
    /* height: 100vh; */
    max-width: 900px;
    /* height: 100%; */
    /* background-color: rgb(211, 211, 211); */
    position: relative;
    overflow: hidden;
    margin: auto;
  
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
    padding: 30px 0px;
    /* justify-content: center; */
    /* flex-flow: row nowrap;  */
    /* border-top-style: solid;
  border-top-width: 3px;
  border-top-color: rgb(5, 89, 167); */
  }


  .index-news-view-section{
    width: 100%;
    /* height: 100vh; */
    /* max-width: 1400px; */
    /* height: 100%; */
    /* background-color: rgb(31, 31, 31); */
    position: relative;
    overflow: hidden;
    margin: auto;
  
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    padding: 30px 0px;
    color: white;
    text-align: justify;
    /* justify-content: center; */
    /* flex-flow: row nowrap;  */
    /* border-top-style: solid;
  border-top-width: 3px;
  border-top-color: rgb(5, 89, 167); */
  
  }
  
  
  .index-news-view-section h1{
    border-left: 4px solid white;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
  }
  
  .index-news-view-section h2{
    /* border-left: 4px solid white; */
    padding-left: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    font-size: 18px;
  }
  
  .index-news-view-section p{
    padding-left: 10px;
    font-size: 14px;
    padding-right: 10px;
    margin-block-end: 0px;
    /* color: #cccccc; */
    color:#A0AABA;
  
  }
  
  .index-news-view-section ul{
    /* padding-left: 10px; */
    font-size: 14px;
    padding-right: 10px;
    /* color: #cccccc; */
    color:#A0AABA;
  }
  
  .index-news-view-section strong{
    /* color: white */
    color:#d1d7df;
  }
  

  
  .index-news-view-section iframe{
    width: 100%;
    height: 50vw;
    max-height: 460px;
    border-radius: 10px;
    border-width: 0px;
  }
.index-news-view-section img{
  width: 100%; height: auto;
  /* border-radius: 10px; */
  clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
}


.index-news-view-section hr{
  background-image: linear-gradient(
    90deg
    ,rgb(255 255 255),rgba(0,0,0,0));
        width: 100%;
        height: 4px;
        margin-bottom: 20px;
        border: 0px;
        margin: 0px 10px;
        /* margin-left: 40px; */
  /* display: flex; */
}

.index-news-view-section blockquote{
/* margin-left: auto; */
color: gray;
margin: 0px 0px;
margin-left: auto;
margin-right: auto;
font-size: 12px;
}

.index-news-view-section pre{
  /* margin-left: auto; */
  margin: 0px 10px;
  overflow: auto;
  border: rgb(90,90,90) 1px solid;
  padding: 0px 10px;
  border-radius: 6px;
  font-family: Inconsolata;
  font-size: 13px;
  }





.index-news-view-section a{
  /* margin-left: auto; */
  color: white;
  font-weight: bold;
  }

.index-news-view-section blockquote p{
  padding-left: 0px;
  margin: 0px 0px;
  }



  .index-roadmap-section{
    width: 100%;
    /* height: 100vh; */
    /* max-width: 1400px; */
    /* height: 100%; */
    /* background-color: rgb(31, 31, 31); */
    position: relative;
    overflow: hidden;
    margin: auto;
  
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    padding: 30px 0px;
    /* justify-content: center; */
    /* flex-flow: row nowrap;  */
    /* border-top-style: solid;
  border-top-width: 3px;
  border-top-color: rgb(5, 89, 167); */
  
  }
  
  
  
  .index-inner-roadmap-section{
    position: relative;
    width: 100%;
    /* height: 100vh; */
    max-width: 1400px;
    /* height: 100%; */
    /* background-color: rgb(211, 211, 211); */
    /* background-color: #1d2028; */
    /* position: relative; */
    overflow: hidden;
    margin: auto;
  
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: unset;
    /* border-radius: 18px; */
    /* justify-content: center; */
    /* flex-flow: row nowrap;  */
    /* border-top-style: solid;
  border-top-width: 3px;
  border-top-color: rgb(5, 89, 167); */
  /* box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.42); */
  /* box-shadow: unset; */
  padding: 10px;
  /* background: linear-gradient(#1d2028,#24242400); */
  background: linear-gradient(#1d2028,#24242400);
  clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
  }




  

  .release-section{
    width: 100%; 
    /* max-width: 1400px; */
    /* height: 2000px; */
    /* background-color: purple; */
    position: relative;
    overflow: hidden;
    /* margin: auto; */
    color:white;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    /* padding-left: 200px; */
    margin-bottom: 20px;
    font-size: 12px;
  }
  .release-section img{
    /* height: 140px; */
    height: unset;
    width: 100%;
    /* margin-right: 40px; */
  }


  .goals-markers{
    /* width: 40px; */
    width: 100%;
    /* height: 50px; */
    /* top: 150px; */
    /* height: 100vh; */
    /* max-width: 1400px; */
    /* height: 100%; */
    /* background-color: rgb(211, 211, 211); */
    display: flex;
    flex-direction: row;
    position: relative;
    overflow: hidden;
   /* background-color: rgb(0, 0, 0); */
   /* margin-left: auto; */
  }
  

  .end-goal{
    /* width: 40px; */
    /* width: 240px; */
    height: 30px;
    /* top: 150px; */
    /* height: 100vh; */
    /* max-width: 1400px; */
    /* height: 100%; */
    /* background-color: rgb(211, 211, 211); */
    position: relative;
    overflow: hidden;
   /* background-color:  rgb(5, 89, 167); */
   /* background-color: rgba(255, 255, 255, 0.12); */
   /* background-color: rgba(255, 255, 255, 0.17); */
   margin-left: auto;
  color: white;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: flex-end;
   font-size: 10px;
   /* border-right: 4px solid rgb(5, 89, 167); */
   padding: 0px 20px;
   margin-top:10px;
   /* padding-right: 20px; */
   text-align: right;
  
   /* border-radius: 18px 0px 18px 18px; */
   background-color: rgba(95, 169, 255, 0.17);
   clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
  }
  
  
.title-list{
    position: relative;
    overflow: hidden;
    color:white; 
    width:100%;
    /* border-radius: 4px; */
    /* border-bottom: 1px solid gray; */
    /* padding: 20px 20px; */
    /* margin-bottom:20px; */
    /* background-image: linear-gradient(0deg, #151515, #292929); */
    margin-top: 70px;
    margin-bottom: 20px;
  }
  


  

.list-group{
    width: 100%;
    /* top: 150px; */
    /* height: 100vh; */
    /* max-width: 1400px; */
    /* height: 100%; */
    /* background-color: rgb(211, 211, 211); */
    position: relative;
    overflow: hidden;
    /* margin: auto; */
  
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
    /* padding: 30px 0px; */
  
    list-style-type: none;
    text-decoration: none;
  
    font-size: 12px;
    /* justify-content: center; */
    /* flex-flow: row nowrap;  */
    /* border-top-style: solid;
  border-top-width: 3px;
  border-top-color: rgb(5, 89, 167); */
  }


  .list-group.movable{
    position: fixed;
    top: 80px;
  }


  .expandable-group{
    position: relative;
    overflow: hidden;
    color:white; 
    width:100%;
    /* border-radius: 4px; */
    /* border-bottom: 1px solid gray; */
    border-bottom: 1px solid #80808038;
    /* padding: 20px 20px; */
    /* margin-bottom:20px; */
    /* background-image: linear-gradient(0deg, #151515, #292929); */
  
  }

  input[type=checkbox]:checked+.expandable-group .label-group {
    /* background-image: linear-gradient(0deg, transparent, #151515); */
    background-image: linear-gradient(0deg, transparent, #ffffff0f);
}

input[type=checkbox]:checked+.expandable-group .sub-group {
  display: block;
  /* border-top: 0px solid gray; */
  
}

input[type=checkbox]:checked+.expandable-group .label-group:before {
  content: '-';
  width: 20px;
}

.label-group{
    position: relative;
    overflow: hidden;
    color:white; 
    display: inline-block;
    width: 100%;
  cursor: pointer;
  padding: 5px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  }
  
  
  .label-group img{
    height: 40px;
    margin-right: 20px;
  }

  .label-group:before{
    content: '+';
    width: 20px;
  }
  
  
  .label-group:hover{
    font-weight: bold;
  }


  .sub-group{
    position: relative;
    overflow: hidden;
  color:white; 
  display: none;
  padding-left: 40px;
  }




  
.feature{
    position: relative;
    overflow: hidden;
  color:white; 
  display: flex;
  
  flex-direction: column;
  align-items: left;
  /* border-radius: 4px; */
  margin: 10px 0px;
  padding: 0px 10px;
  cursor:pointer;
  transition: all 0.2s ease;
  font-size: 10px;
  }
  
  .feature .properties .status{
  
    border-bottom: 0px solid gray;
    margin-left: auto;
  
    /* width: 150px; */
    }
  
    .feature .properties .date{
    margin-left: 30px;
    border-bottom: 0px solid gray;
    width: 90px;
    display: none;
    }
  
  
    .feature  .properties .module{
      margin-left: auto;
  border-bottom: 0px solid gray;
  display: none;
  flex-direction: row;
  align-items: center;
  width: 100px;
  /* border-right: 1px solid;
  padding-right: 20px; */
  
  }

  .feature:hover{
    background-color:  rgba(95, 169, 255, 0.5);
  }
  
  
  
  
  
  
  
  .feature .description{
    position: fixed;
    padding: 20px 20px;
    /* height: 0px; */
    /* display: none; */
    width: 300px;
    /* height: 100px; */
    left: calc(20px + var(--mouse-x, 0));
    top:  calc(20px + var(--mouse-y, 0));
    /* background-color: #101010; */
    border-radius: 4px;
    /* border: 1px solid white; */
    background-color: #232731;
   box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.42);
    opacity: 0;
    transition: opacity 0.2s ease;
    }
  
  
  
  
  
  .feature  .properties .module img{
  width: 32px;
  margin-right: 10px;
  }
  
   .feature  .properties:hover + .description {
    /* position: fixed;*/
    /* display: block;  */
    /* visibility: visible; */
    /* height: unset; */
    /* opacity: 1; */
    z-index: 10000;
    }
  /*
  .feature  .description:hover {
    display: block;
    } */
  
  .feature .properties{
    display: flex;
    flex-direction: row;
    align-items: center;
    /* height: 40px; */
    width: 100%;
    }





    .roadmap-notes
    {
      color: #A0AABA;
      padding: 10px 0px;
    }



    .progress-support{
        width: 100%;
        height: 30px;
        /* top: 150px; */
        /* height: 100vh; */
        /* max-width: 1400px; */
        /* height: 100%; */
        /* background-color: rgb(211, 211, 211); */
        position: relative;
        overflow: hidden;
        /* margin: auto; */
        /* background-color: #191919; */
        background-color: rgba(255, 255, 255, 0.05);
        /* position: relative; */
        /* margin: auto; */
        /* border: 1px solid black; */
        /* border: 1px solid #545454; */
        /* border-radius: 18px; */
      /* border-radius: 6px; */
        display: flex;
        flex-direction: column;
        /* align-items: flex-start; */
        justify-content: center;
        /* padding: 30px 0px; */
      
        list-style-type: none;
        text-decoration: none;
      
        margin-top: 70px;
        font-size: 12px;
        border-bottom-right-radius: 0px;
        clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
      }

      .progress-filler{
        width: 0%;
        height: 100%;
        /* top: 150px; */
        /* height: 100vh; */
        /* max-width: 1400px; */
        /* height: 100%; */
        /* background-color: rgb(211, 211, 211); */
        position: relative;
        overflow: hidden;
       /* background-color: rgb(39 39 39); */
       /* background-color: rgba(255, 255, 255, 0.12); */
       transition: width 2s;
       font-size: 10px;
       display: flex;
       flex-direction: row;
      align-items: center;
      justify-content: flex-end;
      /* padding-right: 20px; */
      color: black;
      font-weight: bold;
      background-color: rgba(95, 169, 255, 0.17);
      }
      
      .progress-filler.activated{
        /* width: 25%; */
        height: 100%;
        /* top: 150px; */
        /* height: 100vh; */
        /* max-width: 1400px; */
        /* height: 100%; */
        /* background-color: rgb(211, 211, 211); */
        position: relative;
        overflow: hidden;
       background-color: rgb(148, 198, 245);
      }


      #progress-text{
        position: absolute;
        width: 100%;
      color:white;
      text-shadow: black;
      text-align: center;
      }



      .index-donate-section{
        width: 100%;
        /* height: 100vh; */
        /* max-width: 1400px; */
        /* height: 100%; */
        /* background-color: rgb(41, 41, 41); */
        position: relative;
        overflow: hidden;
        margin: auto;
      
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: left;
        /* padding: 30px 0px; */
        padding-top:30px;
        color:white;
        /* justify-content: center; */
        /* flex-flow: row nowrap;  */
        /* border-top-style: solid;
      border-top-width: 3px;
      border-top-color: rgb(5, 89, 167); */
      }
      
      .index-inner-donate-section{
        width: 100%;
        /* height: 100vh; */
        max-width: 1400px;
        /* height: 100%; */
        /* background-color: rgb(211, 211, 211); */
        position: relative;
        overflow: hidden;
        margin: auto;
      /* background-color: red; */
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: left;
        padding: 0px 0px;
        /* justify-content: center; */
        /* flex-flow: row nowrap;  */
        /* border-top-style: solid;
      border-top-width: 3px;
      border-top-color: rgb(5, 89, 167); */
      }
      

      #start-goal-text{
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center;
        background-color: unset;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
   

      .tag{
        color: #A0AABA;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        text-decoration: none;
        color: white;
        transition: all 0.2s ease;
        padding: 4px 12px;
        clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
        background-color: #535b714f;
      }

      .tag:hover{
        background-color: rgb(95, 169, 255);
        color: white;
      }

     .tag.active{
        background-color: rgb(95, 169, 255);
        color: white;
      }


      .tags-container{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        /* margin: 10px; */
      }








      .news-tag{
        color: #A0AABA;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        text-decoration: none;
        color: white;
        transition: all 0.2s ease;
        padding: 4px 12px;
        clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
        background-color: #535b714f;
      }

      .news-tag:hover{
        background-color: rgb(95, 169, 255);
        color: white;
      }

     .news-tag.active{
        background-color: rgb(95, 169, 255);
        color: white;
      }


      .news-tags-container{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 25px; 
      }


      




      .sub-group-features{
        position: relative;
        overflow: hidden;
        color: white;
        display: none;
        flex-direction: column;
        gap: 20px;
        padding: 0px 0px;
      }
      .engine-feature{
        display: flex ;
            flex-direction: column;
            gap: 20px;
            background-image: linear-gradient(-90deg, transparent, #ffffff0f);
            clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
      }

      .engine-feature-image{
        display: flex ;
            align-items: center;
            width: 100%;
            /* min-width: 200px; */
      }

      .engine-feature-image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
      }


      .engine-feature-content{
        display: flex;
            flex-direction: column;
            gap: 20px;
            width:100%;
            padding: 10px;
      }
      .engine-feature-title{
        font-weight: bold;
        font-size: 22px;
      }
      .engine-feature-description{
        color: #a0aab9;
      }
      .engine-feature-button{
        
      }



      input[type=checkbox]:checked+.expandable-group-features {
        padding-bottom: 80px;
        border-bottom: 0px;
 
    }

      input[type=checkbox]:checked+.expandable-group-features .label-group-features {
        /* background-image: linear-gradient(0deg, transparent, #151515); */
        background-image: linear-gradient(0deg, transparent, #ffffff0f);
    }
    
    input[type=checkbox]:checked+.expandable-group-features .sub-group-features {
      display: flex;
      /* border-top: 0px solid gray; */
      
    }
    input[type=checkbox]:checked+.expandable-group-features .label-group-features:after {
      content: '▲';
      width: 20px;
    }
    


      
  .expandable-group-features{
    position: relative;
    overflow: hidden;
    color:white; 
    width:100%;
    /* border-bottom: 1px solid #80808038; */
  }


      .label-group-features{
          position: relative;
          overflow: hidden;
          color:white; 
          display: inline-block;
          width: 100%;
        cursor: pointer;
        padding: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 14px;
        font-weight: bold;
        background-image: linear-gradient(0deg, transparent, #ffffff05);
        clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
        transition: background-image 0.3s;
        gap: 20px;
        }
        
        
        .label-group-features img{
          height: 50px;
          /* margin-right: 20px; */
        }
      
        .label-group-features:after{
          margin-left: auto;
          content: '▼';
          width: 20px;
        }
        
        
        .label-group-features:hover{
          font-weight: bold;
          background-image: linear-gradient(0deg, transparent, #ffffff0f);
        }






        
      .main-news{
        width: 100%;
        height: 100%;
        min-height: 400px;
        position: relative;
        overflow: hidden;
        margin: auto;  
        display: flex;
        flex-direction: column;
        color:white;
        box-shadow: 0px 2px 20px rgb(0 0 0 / 42%);
        clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
        background-image: linear-gradient(-90deg, transparent, #ffffff0f);
      }

      .main-news-img-container{         
          display: flex;
          align-items: center;
          width: 100%;
      }
      
      .main-news img{
        width: 100%;
        height:100%;
        object-fit: cover;
        /* clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%); */
      }

      .main-news-content{
        width: 100%;
        /* height: 100%; */
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        padding: 10px;
        font-size: 14px;
        gap: 7px;
      }



      .project-header-section{
        display: flex;
        flex-direction: column;
        gap: 35px;
        width: 100%;
        max-width: 400px;
      }


      .buttons-section{
        width: 100%; 
        position: relative;
        overflow: hidden;
        color:white;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-end;
        padding-bottom: 30px;
        margin-top: 30px;
      }

      .background-logo{
       /* width: 578px; */
    /* max-width: 100%; */
    height: 100%;
    mask-image: radial-gradient(72.69% 79.72% at 15.1% 12.68%, #1c1818 0, rgba(28, 24, 24, 0) 100%);
    -webkit-mask-image: radial-gradient(72.69% 79.72% at 90.1% 20.68%, #1c1818 0, rgba(28, 24, 24, 0) 100%);
    position: absolute;
    margin-bottom: 0px;
    opacity: 0.2;
    /* background-color: cornsilk;*/
      }




      .service-pages{
        display: flex;
        flex-direction: row;
        gap: 10px;
        color: #A0AABA;
      }

      .service-link {
        text-decoration: none;
        color: #b8bfcb;
       }
       
       .service-link:hover {
        text-decoration: underline;
       }
  




  /* mobile */
  @media only screen and (min-width: 400px) {
    .footer-copyright-section{
      font-size: 13px;
    }
    .footer-copyright-img{
      width:130px; 
    }
    .news-letter-inner-section{
        font-size:15px;
      }
      .input-text{
        font-size:13px;
      }
      .news-letter-sub-button{ 
        font-size:13px;
      }
      .footer-logo-img.activated {
        opacity:1;
        min-width: 340px;
        max-width: 340px;
        height:unset;
      }
 

      .menu-logo img{
        min-width: 230px;
        max-width: 230px;
      }
      .menu-buttons-mobile img{
        width: 50px;
      }
      .index-brief-desc-section div{
        font-size: 30px; 
        text-align: right;
      }
    
      .index-brief-desc-section div + div{
        font-size: 20px; 
        text-align: right;
      }
      .index-intro-button{
        /* min-height: 48px;
        height: 48px; */
      /* min-height: 45px;
      height: 45px; */
      padding:10px 10px;
      }
      .title-section{
        width: 100%;
        font-size: 36px;
        flex-direction: column;
      }
      .download-pic-section img{
        width: 55%;
       }
       .index-news-section{
        padding: 30px 8px;
      }
      .credits-title{
        font-size:35px;
      }
      .inner-credits-section{
        font-size:15px;
      
      }
      .news-button a{
        padding: 8px 20px;
      }
      .news-content{
        font-size: 16px;
      }
      .main-news-content{
        font-size: 16px;
      } 
      .news-title{
        font-size: 18px;
      }
      .showcase-title{
        font-size: 30px;
      }
      .showcase-description{
        font-size: 16px;
      }
      .page-download{
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
      }
          
    .email-waiting-input-text{
        font-size:13px;
      }
         
    .email-waiting--sub-button{ 
        font-size:13px;
      }
      .inner-support-options{
        font-size: 30px;
      }
    
      .inner-support-options img{
        width:270px;
      }
        
    .explanation{
        font-size: 16px;
      }
      .goals-title{
        font-size: 30px;
      }
      .list-goals{
        font-size: 16px;
      }
      .goal-money{
        font-size: 22px;
      }
      .goals-legend{
        padding: 14px 14px;
      }
      .news-view-title{
        font-size: 40px;
       }
         
       .news-view-desc{
          font-size: 18px;
       }
       
       .news-view-date{
         font-size: 14px; 
       }
       .index-news-view-section h1{
        font-size: 25px;
        padding-left: 20px;
        padding-right: 20px;
      }
      
      .index-news-view-section h2{
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px;
      }
      
      .index-news-view-section p{
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
        margin-block-end: 0px;
    
      }
      .index-news-view-section ul{
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
      }
      .index-news-view-section hr{
        margin: 0px 20px;
}
.index-news-view-section blockquote{
  font-size: 12px;
  }
  .index-news-view-section pre{
    margin: 0px 20px;
    }
    .index-inner-roadmap-section{
        width: 100%;
        /* padding: 30px 20px;  */
        padding: 15px;
      }
      .index-roadmap-section{
        /* padding: 30px 20px; */
        /* padding: 15px; */
      }
      .end-goal{
        height:30px;
        font-size: 10px;
      }
      .list-group{
        font-size: 12px;
      }
      .label-group{
        padding: 5px 0px;
      }
    
      .label-group img{
        height:40px;
      }
      .feature  {
        font-size: 14px;
      }    
      
      .progress-support{
        height:30px; 
        font-size:12px;
      }
      #start-goal-text{
        font-size: 12px;
      }    
      .end-goal{
        height: 30px;
        font-size: 12px;
      }
      .start-goal{
        height: 30px;
        font-size: 12px;
      }
  }
  
  @media only screen and (min-width: 500px) {
      .email-download{
        margin-left: 90px;display: flex;flex-direction: column;align-items: flex-start;justify-content: center;width: unset;
      }
      .download-options{
        width: unset;
      }
      .download-section{
        align-items: flex-start;
        text-align: left;
        font-size: 18px;
      }
      .email-waiting-text-box{
  
        width: 350px; 
        max-width: 500px;
        }
  }


  @media only screen and (min-width: 550px) {  
    .news-group{
      grid-template-columns: repeat(2, 1fr);
      padding: 5px 5px;
    }
    .grid-container{
        grid-template-columns: repeat(2, 1fr);
        /* padding: 5px 5px; */
      }
      .email-download{
        margin-left: 182px;display: flex;flex-direction: column;align-items: flex-start;justify-content: center;width: unset;
      }
      .download-options{
        width: unset;
        align-items: flex-start;
      }
      .download-section{
        /* align-items: flex-start;
        text-align: left; */
      }

  }


  /* tablet */
  @media only screen and (min-width: 768px) {
    .footer-copyright-section{
      font-size: 16px;
    }
  
    .footer-copyright-img{
      width: 200px; 
    }
    .news-letter-inner-section{
        font-size:16px;
      }
      .input-text{
        font-size:16px;
      }
      
      .news-letter-sub-button{ 
        font-size:16px;
      }
      
      .footer-logo-section{
        /* width: 100%;  */
        /* background-color: red; */
        width: unset;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* padding: 20px 20px; */
        padding-left:0px;
      }
      .footer-logo-img.activated {
        opacity:1;
        min-width: 340px;
        max-width: 340px;
        height:unset;
      }
      .footer-topics-section{
        flex-direction: row;
      }
      .back-button{
        width: 200px;
      }
      .footer-topic{
        width: 100%; 
      }
      .menu-bar{
        min-height: 70px;
        height: 70px;
      }
      .menu-bar-mini{
        min-height: 70px;
        height: 70px;
      }
    

      .menu-logo img{
        min-width: 230px;
        max-width: 230px;
      }
      .menu-buttons {
        width: 400px;
        left: calc(100vw);
      } 
      #e0:checked~.menu-buttons-back .menu-buttons {
        animation: 0.4s ease 0s normal forwards 1 fadein-middle;
      }
      @keyframes fadein-middle{
        0% { left: calc(100vw); }
        100% { left: calc(100vw - 400px); }
      }
      .menu-buttons.menu-bar{
        height: calc(100vh - 118px);
      }
      .menu-header-mobile{
        height:  70px;
        min-height:  70px;
      }
      .menu-buttons.menu-bar-m{
        height: calc(100vh - 100px);
      }
      .menu-item{
        /* min-height: 68px;
        height: 68px; */
        font-size: 16px;
        align-items: unset;
        justify-content: unset;
      }
      #money-goal-text{
        font-size: 10px;
      }
      .index-logo-section img{
        width: 758px; 
      }
      .index-brief-desc-section{
        width: 100%; 
        position: relative;
        overflow: hidden;
      color:white;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding-left: 306px;
        padding-right: 0px;
        margin-top: -50px;
      }
    
      .index-brief-desc-section div{
        font-size: 36px; 
        text-align: left;
      }
    
      .index-brief-desc-section div + div{
        font-size: 26px; 
        text-align: left;
      }

      .index-intro-buttons-section{
        width: 100%; 
        position: relative;
        overflow: hidden;
      color:white;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: unset;
        padding-left: 306px;
        padding-bottom: 30px;
        margin-top: 30px;
      
      }
      .title-section{
        width: unset;
        font-size: 51px;
        flex-direction: row;
      }
    
      .news-group{
        grid-template-columns: repeat(2, 1fr);
        padding: 9px 9px;
      }
      .logo-section-main{
        align-items: flex-start; padding: unset; margin-left:-10px; margin-right:0px;
      }
      .download-desc-section{
        align-items: flex-start;
        text-align: left;
      }
      .download-pic-section img{
        width: unset;
       }

       .index-news-section{
        padding: 30px 20px;
      }
        
      .index-support-section{
        padding: 80px 8px;
      }
      .index-inner-support-section{
        padding: 40px;
      }
      .index-support-desc{
        text-align: left;
      }
      .credits-title{
        font-size:50px;
      }
      .inner-credits-section{
        font-size:20px;
      
      }
      .news-button a{
        padding: 8px 20px;
      }
      .news-content{
        font-size: 16px;
      }
      .news-title{
        font-size: 22px;
      }
      .showcase-box{
        flex-direction: row;
      }
      .even{
        flex-direction: row-reverse;
      }
      .showcase-image img{
      
        height: 280px;
        width: unset;
      }
      .showcase-image{
        align-items: center;
        padding-right: 10px;
        padding-left: 10px;
      }
      .showcase-text{
        width: 70%;
      }
      .showcase-title{
        font-size: 30px;
      }
      .showcase-description{
        font-size: 17px;
      }
      /* .header-section{
     
        width: unset;
      } */
      
      .header-text-section{
        font-size: 56px;
      
      }
      
      .header-section img{
        height: 100px;
        /* margin-right: 40px; */
      }
      
      .header-text-section #title{
        font-size: 46px;
      
      }
      
      .header-text-section #desc{
        font-size: 20px;
      }
      .grid-container{
        grid-template-columns: repeat(2, 1fr);
        /* padding: 9px 9px; */
      }
      .page-download{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
      }
          
      .email-waiting-input-text{
        font-size:16px;
      }
          
      .email-waiting-sub-button{ 
        font-size:16px;
      }
      .support-goals{
        width: 100%;
        font-size: 25px;
      }
      .inner-support-options{
        font-size: 40px;
      }
  
      .inner-support-options img{
        width:300px;
      }
      .explanation{
        font-size: 18px;
      }
      .goals-title{
        font-size: 50px;
      }
      .list-goals{
        font-size: 20px;
      }
      .goal-money{
        font-size: 25px;
      }
      .goals-legend{
        padding: 25px 25px;
      }
      .news-view-title{
        font-size: 44px;
       }
         
       .news-view-desc{
        font-size: 20px;
       }
       
       .news-view-date{
          font-size: 16px;
       }
       .index-news-view-brief-desc-section{
        width: 100%; 
        /* max-width: 1400px; */
        /* height: 2000px; */
        /* background-color: purple; */
        position: relative;
        overflow: hidden;
        /* margin: auto; */
      color:white;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        text-align: unset;
      }
      .index-news-view-section h1{
        font-size: 32px;
        padding-left: 40px;
        padding-right: 40px;
      }
      
      .index-news-view-section h2{
        font-size: 26px;
        padding-left: 40px;
        padding-right: 40px;
      }
      
      .index-news-view-section p{
        font-size: 18px;
        padding-left: 40px;
        padding-right: 40px;
        margin-block-end: 0px;
  
      }
      .index-news-view-section ul{
        font-size: 18px;
        padding-left: 110px;
        padding-right: 40px;
      }
            
    .index-news-view-section hr{
    
        margin: 0px 40px;
}
.index-news-view-section blockquote{
  font-size: 16px;
  }
  .index-news-view-section pre{
    margin: 0px 40px;
    }
    .index-inner-roadmap-section{
        width: 100%;
        /* padding: 30px 20px;  */
        padding: 40px;
      }
      .index-roadmap-section{
        /* padding: 30px 20px; */
        /* padding: 40px; */
      }
      .release-section{
        width:unset;
        font-size: 16px;
      }
      .release-section img{
        height: 140px;
        width: unset;
        /* width: 100%; */
        /* margin-right: 40px; */
      }
      .end-goal{
        height: 50px;
        font-size: 15px;
      }
      .list-group{
        font-size: 15px;
      }
      .label-group{
        padding: 20px 20px;
        clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
      }
    
      .label-group img{
        height:60px;
      }
      .feature  {
        font-size: unset;
        }
      
      
        .feature  .properties .module{
          display: flex;
      
        }
        .feature  .properties .date{
          display: flex;
      
        }
        .feature  .properties .status{
          margin-left: 30px;
          width: 150px; 
        }
        .progress-support{
            height: 50px;
            font-size:25px;
          }
          .index-inner-donate-section{
            padding: 0px 20px;
          }
          #start-goal-text{
            font-size: 16px;
          }
       
          .end-goal{
            height: 50px;
            font-size: 15px;
          }
          .start-goal{
            height: 50px;
            font-size: 15px;
          }
          .tag{
            padding: 10px 20px;
          }
          .index-inner-roadmap-section{
            clip-path: polygon(0 40px,40px 0,100% 0,100% calc(100% - 40px),calc(100% - 40px) 100%,0 100%);
          }
          .label-group-features{
            padding: 30px;
            font-size: 18px;
          }

          .label-group-features img{
            height: 50px;
          }
          .engine-feature{
            flex-direction: row;
            gap: 40px;
      }

      .sub-group-features{
        gap: 40px;
        padding: 0px 40px;
      }

      .engine-feature-image{
            width: 40%;
            min-width: 200px;
      }
      .engine-feature-content{
            width: 60%;
            padding: 40px 0px;
            padding-right: 40px;
      }
  }




  /* desktop */
  @media only screen and (min-width: 1100px) {

    .footer-logo-social-section{
      width: 100%; 
      /* background-color: red; */
      position: relative;
      display: flex;
      flex-direction: row;
      /* padding: 20px 0px; */
      gap: 70px;
      /* align-items: flex-start; */
    }


    .footer-topics-copyright-section{
      padding-right: 90px;
      
    }
    .footer-topic{
      width: 100%; 
    }
    .menu-bar{
        min-height: 138px;
        height: 138px;
      }
      .context-menu{
        position: fixed;
        /* width: 1100px; */
        /* left: calc(50% - 550px); */
        top: 103px;
        opacity: 0; 
        visibility: hidden;
        transition: opacity 0.3s, top 0.2s, visibility 0.1s;
        box-shadow: 0px 16px 20px rgba(0, 0, 0, 0.42);
        z-index: 0;
        display: flex;
        flex-direction: row;
        /* background-color: #181b22; */
        /* border-bottom-right-radius: 18px; */
        /* border-bottom-left-radius: 18px; */
        /* border-top: 1px solid rgb(5 89 167); */
        /* border-top: 1px solid #323c4a; */
        border-top: 1px solid #57677d;
        /* min-height: 300px; */
        /* clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%); */
      }
    
      
      .context-menu-item-section{
        position: relative;
        visibility: inherit;
        width: 100%;
      }
      
      .context-menu-item-desc{
        /* position: absolute; */
        visibility: inherit;
        /* width: 70%; */
        width: 300px;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0; 
        visibility: hidden;
        display: block;
        transition: opacity 0.2s;
        background-color: #181b22;
        margin-bottom: 30px;
      }
    
      .context-menu-item-desc-default{
        opacity: 1;
        visibility: inherit;
        background-color: rgba(24, 27, 34, 0);
      }
      .menu-bar-mini{
        min-height: 70px;
        height: 70px;
      }
    
      .menu-bar-mini .context-menu{
        top:69px;
        /* background: unset; */
        /* background-color: #181b22; */
      }
    
      .context-menu{
        padding: 40px;
      }
      .menu-buttons-mobile-inner img{
        width: 0px; 
      }
      .menu-buttons {
        background-color: unset;
        width: 100%;
        height: unset;
        top:unset;
        z-index: unset;
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: end;
        position:relative;
        margin-left: auto;
        overflow: unset;
        padding-bottom: unset;
        margin-top: unset;
        left:unset;
      }
      .menu-buttons.activated {
        height: unset;
      }
      .menu-buttons-mobile {
        display: none;
      }
      .menu-buttons-back {
        position: relative;
        display: flex;
        flex-direction: row;
        background-color: unset;
        width: 100%;
        height: 100%;
        }
    
        #e0:checked~.menu-buttons-back .menu-buttons {
          left: unset;
          animation:unset;
        }
        .menu-buttons.menu-bar{
            height: 100%;
          }
          .menu-header-mobile{
            width:  0px;
          }
          .menu-buttons.menu-bar-m{
            height: unset;
          }
          
        .context-menu-button {
            display: none;
        }
        .menu-item{
            min-height: 68px;
            height: 68px;
            font-size: 16px; 
            padding: 15px 15px;
            align-items: center;
            justify-content: center;
            padding-left: 15px;
        }
        .menu-item-donate2{
            align-items: flex-end;
        }
        #money-goal-text{
            font-size: 11px;
          }
          .menu-item ul {
            position: relative;
            visibility: inherit;
            margin-top:0px;
            border-top: 0px solid white;
        }
        .menu-item:hover .context-menu {
            visibility: visible;
            opacity: 1;
            height: auto;
          }
          .menu-item ul li a {
            padding: 15px 15px;
            justify-content: left; 
          }
        
          .menu-item:hover a::before {
            opacity: 1;
            height: 4px;
          }
        
          .menu-item:hover a {
            color: white;
          }
          
        .menu-item ul li a {
        
          position: relative;
          display: flex;
          align-items: center;
          justify-content: unset;
          padding: 15px 15px;
          text-decoration: none;
          color: rgb(194, 194, 194);
          transition: all 0.2s;
          /* max-width: 200px; */
          /* border-radius: 18px; */
        height: 45px;
          
        }
        .menu-item ul li a {
            color: white;
          }
          
          
            .menu-item ul li a:hover{
              color:white;
              background-color:#323c4a;
            }
            .menu-item-donate{
                margin-right: 0px;
                margin-bottom: 0px;
                width: unset;
                justify-content: center;
                height: 45px;
                /* border-radius: 18px; */
              }
              .menu-item-download{
                margin-right: 0px;
                margin-bottom: 0px;
                /* border-radius: 18px; */
                height: 45px;
                justify-content: center;
                width: unset;
              }
              .shortcut-bar{
                display: flex;
              }
              .news-group{
                grid-template-columns: repeat(3, 1fr);
                padding: 18px 18px;
              }
                
    .index-support-section{
        padding: 80px 20px;
      }

      .index-inner-support-section{
        padding: 40px;
      }
      .showcase-image img{
      
        height: 350px;
        width: unset;
      }
      .showcase-image{
        align-items: flex-start;
        padding-right: 10px;
        padding-left: 10px;
      }
      .showcase-text{
        width: 70%;
        padding-top: unset;
      }
      .header-section{
        width: 100%;
        /* max-width: 1400px; */
        /* height: 2000px; */
        /* background-color: purple; */
        position: relative;
        overflow: hidden;
        /* margin: auto; */
        color: white;
        display: flex;
        flex-direction: row;
        align-items: center;
       
        /* font-size: 16px; */
        padding-left: 200px;
      }
    
      .header-section img{
        height: 140px;
        margin-right: 40px;
      }
    
      .header-text-section{
        flex-direction: column;
        /* align-items: center; */
        justify-content: unset;
        font-size: 56px;
        text-align: unset;
      
      }
      
      .header-text-section #title{
        font-size: 56px;
      
      }
    
      .header-text-section #desc{
        font-size: 26px;
      }
      .grid-container{
        grid-template-columns: repeat(3, 1fr);
        /* padding: 18px 18px; */
      }
          
      .goals-legend{
        padding: 25px 55px;
      }
      .index-inner-roadmap-section{
        width: 100%;
        /* padding: 30px 20px;  */
        padding: 50px;
      }
      .index-roadmap-section{
        /* padding: 30px 20px; */
        padding: 50px;
      }
      .index-inner-donate-section{
        padding: 0px 20px;
      }
      .label-group-features{
        padding: 40px;
        font-size: 22px;
      }

      .label-group-features img{
        height: 80px;
      }

      .main-news{
        flex-direction: row;
      }
      .main-news-img-container{         
        width: 60%;
        min-width: 200px;
    }
    .main-news-content{
      padding: 30px;
    }
  }


  @media only screen and (min-width: 1300px) {
    .showcase-title{
      font-size: 40px;
    }
    .showcase-description{
      font-size: 18px;
    }

  }
    
  @media only screen and (min-width: 1200px) {
    .download-section{
      flex-direction: column;
      align-items: flex-start;
      /* padding: 40px; */
    }
    .support-goals{
        /* width: 60%; */
        width: 100%;
        font-size: 35px;
      }
      .support-section{
        flex-direction: row;
        padding: 40px;
      }
  }

  /* desktop */
  @media only screen and (min-width: 1600px) {
    .footer-topics-copyright-section{
      padding-right: 0px;
    }
  }








  

    


 
    
    

  



  
  

  
 


  
  



    
  

    












      

  



  


  

  
  













  














