body {
    background-color: #000000;
    width: 100%;
    color: #fdfdfd;
    font-family: Fontsfree net sfprodisplay, sans-serif;
    margin: 0;
    padding: 0;
    padding-top: 200px;
}

.content {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    color: #fdfdfd;
    font-family: Fontsfree net sfprodisplay, sans-serif;
    background-color: #1B1A1A;
    border-radius: 16px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 5px;
}

.content p:first-child {
    font-weight: bold;
    color: #fdfdfd;
    font-size: 16px;
    margin-bottom: 1px;
}

.content p:not(:first-child) {
    margin-top: 4px; /* Adjust this value to change the space before subsequent paragraphs */
}


button {
    background-color: #000000;
    border: none;
    color: white;
    padding-left: 12.5%;
    padding-top: 1%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}

.content {
    margin-top: 25px;
    color: #fdfdfd;
    font-family: Fontsfree net sfprodisplay, sans-serif;
    font-size: 13px;
}

.content p {
    margin-bottom: 10px; /* Optional: Adds additional spacing between paragraphs */
}

h1 {
    text-align: center;
}


.logo_image {
    width: 78px;
    padding-top: 3px;
  }

.terms-of-access {
    color: #7c7c7c;
    text-align: center;
    margin-bottom: 0;
    font-family: Fontsfree net sfprodisplay, sans-serif;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
}

.link_block {
    color: #7c7c7c;
    justify-content: center;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
    display: flex;
}

.div_block {
    justify-content: center;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

.copyright_paragraph {
    width: auto;
    color: #7c7c7c;
    text-align: center;
    margin-bottom: 0;
    font-family: Fontsfree net sfprodisplay, sans-serif;
    font-size: 16px;
    line-height: 100%;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
  }

.link_wrapper {
    width: auto;
    justify-content: space-around;
    padding-top: 30px;
    display: flex;
}

.new-hero__section {
    width: 100vw;
    margin-bottom: 150px;
  }


.menu-bar__wrapper {
  z-index: 1000;
  width: 100vw;
  height: auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-bar__wrapper.is--mobile.is--homepage {
    display: flex;
  }

.menu-bar__wrapper.is--mobile.is--homepage {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}


.menu-bar__wrapper.is--mobile {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.mobile-menu-bar__grid {
    width: 100%;
    border-radius: 16px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
    transition: background-color .25s
  }

  
.menu-bar-item__wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.menu-bar-item__wrapper.is--left {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }


.menu-icon__wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }


.menu__wrapper {
  width: 100px;
  height: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: none;
  position: relative;
}


.menu__line {
    height: 3px;
    background-color: #fdfdfd;
    border-radius: 1000px;
  }
  
  .menu__line.is--top {
    width: 100px;
    height: 2px;
    flex: 0 auto;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .menu__line.is--bottom {
    width: 100px;
    height: 2px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }


.menu-bar-join-button__copy {
  width: 130px;
  height: 54px;
  background-color: #D6ECF3;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .25s;
  display: flex;
}

.menu-bar-join-button__copy:hover {
  background-color: #D6ECF3;
} 

.button_menu {
    width: 130px;
    height: 54px;
    background-color: #1B1A1A;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: background-color .25s;
    display: flex;
    color:#1B1A1A
  }
  
  .button_menu:hover {
    background-color: #D6ECF3;
  } 




.menu__bar.is--moblie.is--homepage {
  width: 400px;
  background-color: rgba(253, 253, 253, .06);
  border-color: rgba(253, 253, 253, .03);
  margin-left: auto;
  margin-right: auto;
}

.simplified-menu-bar.is--moblie {
  width: 70vw;
  height: 74px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px;
}

.simplified-menu-bar.is--moblie {
  width: 90vw;
  -webkit-backdrop-filter: brightness(60%) blur(100px);
  backdrop-filter: brightness(60%) blur(100px);
  border-radius: 20px;
}


.menu__bar.is--moblie {
  width: 70vw;
  height: 74px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px;
}

.menu__bar.is--moblie.is--homepage {
  margin-left: auto;
  margin-right: auto;
}

.menu-bar-join__copy {
    color: #101010;
    text-align: center;
    font-family: Fontsfree net sfprodisplay, sans-serif;
    font-size: 16px;
    text-decoration: none;
  }


  .menu__bar.is--moblie {
    width: 90vw;
    -webkit-backdrop-filter: brightness(60%) blur(100px);
    backdrop-filter: brightness(60%) blur(100px);
    border-radius: 20px;
    display: none;
  }

  .menu__bar.is--moblie.is--homepage {
    z-index: 2700;
    width: 85vw;
    max-width: 400px;
    display: flex;
    position: relative;
  }


  .container2 {
    max-width: 1500px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    margin-top: 50px; /* Optional: Add a margin-top for spacing */
  }
  
  .column {
    flex: 1;
    padding: 20px;
  }
  
  .button-section {
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-bottom: 20px;
  }
  
  .button-section button {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
  }
  .button_menu {
    width: 130px;
    height: 54px;
    background-color: #1B1A1A;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: background-color .25s;
    display: flex;
    color: #1B1A1A;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
    color: #fdfdfd; /* Adjust the margin-bottom value to increase or decrease the space between buttons */
  }
  
  .button_menu:last-child {
    margin-bottom: 0; /* Remove margin-bottom for the last button to avoid extra space */
  }
  
  
  .image-section {
    display: flex;
    flex-direction: row;
  }
  
  .image-section img {
    flex: 1;
    margin-right: 10px;
    max-width: 250px;
    height: auto;
  }
  
  .image-section img:last-child {
    margin-right: 0;
  }
