
   
   body {
    background-color: #1a1919;
    font-family: Satoshi, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
  }

#more {
    padding-top:5rem;
    margin-top: -5rem;
}

.headline {
    margin-top: 2rem;
    color: #fff;
    font-size:3rem;
    text-align: center;
    font-weight: 600;
}

.main2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    padding-bottom: 1rem;
    background-color: var(--background2);
    width: 100%;
}
:root {
    --nice-padding: 6rem;
    --roundness: 0.75rem;
    --accent1: hsl(0, 98%, 43%);
    --accent2: #b30505;
    --accent2_transp: #b3280555;
    --background1: #212529;
    --background2: #16191b;
    color-scheme: dark; 
}

.main2_features_div {
    padding-top: 2rem;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap:wrap;
}

.main2_feature {
    display: flex;
    background-color: var(--background1);
    height: 24rem;
    width: 18rem;
    margin: 1rem;
    border-radius: var(--roundness);
    transition: all .5s;
    flex-direction: column;
}

.main2_feature:hover {
    background-color: #00000099;
    transform: scale(1.05)
}

@media (max-width: 1599px) {
    .main2_features_div {
      margin-left: 10rem;
      margin-right: 10rem;
    }
  }
@media (max-width: 1279px) {
    .main2_features_div {
      margin-left: 0rem;
      margin-right: 0rem;
    }
  }


.main2_feature_img {
    width: 100%;
    height: 50%;
    object-fit: cover;
    border-radius: var(--roundness);
}

.main2_feature_headline {
    margin-top: 1rem;
    text-align: center;
    font-size:1.5rem;
    font-weight: 700;
    margin-top: auto;
}

.main2_feature_text {
    margin:1rem;
    text-align: center;
    font-size:1.2rem;
    margin-bottom: auto;
}
.main4_dc_button_a{
    text-decoration: none;
    color: #fff;
    text-align: center;
    border: solid var(--accent1) 1px;
    border-radius: var(--roundness);
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    transition: all .5s;
}
.main4_join_button_a{
    text-decoration: none;
    color: #fff;
    text-align: center;
    border: solid var(--accent1) 1px;
    border-radius: var(--roundness);
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    transition: all .5s;
}
.main4_dc_button_a:hover{
    border: solid 1px var(--accent2);
    background-color: var(--accent2);
    transform: scale(1.05)
}
.main4_join_button_a:hover{
    border: solid 1px var(--accent2);
    background-color: var(--accent2);
    transform: scale(1.05)
}
.main4_5_dc_button_a,
.main4_5_join_button_a {
    display: block;
    width: 50%; /* Make buttons span full width */
    text-decoration: none;
    color: #fff;
    text-align: center;
    border: solid var(--accent1) 1px;
    border-radius: var(--roundness);
    margin-top: 1rem; 
    padding: 1rem;
    transition: all .5s;
}

.main4_5_dc_button_a:hover,
.main4_5_join_button_a:hover {
    border: solid 1px var(--accent2);
    background-color: var(--accent2);
    transform: scale(1.05);
}

.main4_5_dc_button,
.main4_5_join_button {
    padding: 1rem 2rem;
}


  
  blockquote {
    margin-bottom: 32px;
    padding: 0px 20px;
    border-left: 5px solid #f41832;
    font-size: 24px;
    line-height: 32px;
  }
  
  .wrapper {
    width: 90%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .wrapper._600-width {
    width: 90%;
  }
  
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .background-black {
    background-color: #0e1320;
  }
  
  .background-dark {
    background-color: #121826;
    padding-bottom: 100px;
  }
  
  .background-dark.styleguide-color {
    border-style: solid;
    border-width: 2px;
    border-color: #181e2c;
  }
  
  .background-dark-grey {
    background-color: #181e2c;
  }
  
  .background-grey {
    background-color: #313a50;
  }
  
  .background-light-grey {
    background-color: #7a849e;
  }
  
  .background-lightest-grey {
    background-color: #b5bdd1;
  }
  
  .background-dark-primary {
    background-color: #f41832;
  }
  
  .background-primary {
    background-color: #f41832;
  }
  
  .background-mid-primary {
    background-color: #ce9dff;
  }
  
  .background-light-primary {
    background-color: #d8c6eb;
  }
  
  .background-white {
    background-color: #fff;
  }

 .bangbang {
    margin-top: 50px;
    margin-bottom: 28px;
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
    letter-spacing: -0.03em;
  }
  
  .styleguide-color {
    width: 80px;
    height: 80px;
    margin-right: 12px;
    border-radius: 8px;
  }
  
  .styleguide-color-section-container {
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 2px solid #181e2c;
  }
  
  .styleguide-text-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  
  .subtitle.text-light-grey {
    color: #b5bdd1;
  }
  
  .small-paragraph {
    font-size: 18px;
    line-height: 24px;
  }
  
  .styleguide-text-item {
    padding: 30px 0px 14px;
    border-bottom: 2px solid #181e2c;
  }
  
  .text-light-grey {
    color: #7a849e;
  }
  
  .text-lightest-grey {
    color: #b5bdd1;
  }
  
  .text-primary {
    color: #f41832;
  }
  
  .text-light-primary {
    color: #d8c6eb;
  }
  
  .styleguide-color-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .nav-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #0e1320;
  }
  
  .navbar-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1280px;
    margin-right: 405px;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .nav-link {
    margin-right: 40px;
    padding: 0px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #b5bdd1;
    font-size: 18px;
    font-weight: 700;
  }
  
  .nav-link:hover {
    color: #fff;
  }
  
  .nav-link.w--current {
    color: #fff;
  }
  
  .nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .nav-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 65px;
  }
  
  .nav-logo {
    margin-right: 56px;
  }
  
  .nav-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
.footer {
    background-color: #1a1919;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
    width: 100%; /* Make footer span full width */
}

/* Center the text in the container */
.footer .container {
 max-width: 960px;
 margin: 0 auto;
 width: 100%; /* Make container span full width */
}

/* Style the copyright text */
.footer p {
 margin: 0;
 font-size: 0.9rem;
}
  .back-arrow {
   position: fixed;
   top: 20px; /* Adjust as needed */
   left: 20px; /* Adjust as needed */
   z-index: 1000; /* Ensure it's above other content */
 }
 
 .back-arrow img {
   width: 20px; 
   height: auto;
   cursor: pointer;
 }
 
 
  
  @media screen and (max-width: 991px) {
    #w-node-_370ab985-0bb2-7ce9-9089-bc2afe93fa6a-390da87f {
      -webkit-box-ordinal-group: -9998;
      -webkit-order: -9999;
      -ms-flex-order: -9999;
      order: -9999;
    }
  }
  @font-face {
    font-family: 'Satoshi';
    src: url('https://assets.website-files.com/61c11a1e5ae4ceea5a0da87e/61c11e97dd48014cbb0c9d62_Satoshi-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Satoshi';
    src: url('https://assets.website-files.com/61c11a1e5ae4ceea5a0da87e/61c11e970e4de6609c302af5_Satoshi-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Satoshi';
    src: url('https://assets.website-files.com/61c11a1e5ae4ceea5a0da87e/61c11e9720a62b6efa17ba08_Satoshi-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }