
  body {
    font-family: "Nunito Sans", sans-serif;
  } 

  nav {
    background-color: #000;
  }
  
  nav a.nav-link {
    color: #fff;
    margin-left: 20px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: inline-block;
  }
  nav a.nav-link:hover {
    color: #aaa;
  }
  nav a.nav-link:focus {
    color: #777;
  }

  nav a.nav-link.active {
    background-color: #292929;
    border-radius: 10px;
    color: #fff !important;
  }

  .logo {
    color: #fff;
    font-weight: 1000;
    font-size: 1.5rem;
    line-height: 1.5rem;
    transform: scale(1.2, .9);
    padding-right: 30px;
    padding-left: 0.75rem;
    border-right: 1px solid #444;
    margin-right: 20px;
  }
  .footer-brand {
    color: #fff;
    font-weight: 1000;
    font-size: 1.5rem;
    line-height: 1.5rem;
    transform: scale(1.2, .9);
  }
  .footer-brand-black {
    color: #000;
  }

  .navbar-toggler[aria-expanded="false"] .close-icon {
     display: none;
  }
  .navbar-toggler[aria-expanded="true"] .close-icon {
     display: inline-block;
  }
  .navbar-toggler[aria-expanded="false"] .list-icon {
     display: inline-block;
  }
  .navbar-toggler[aria-expanded="true"] .list-icon {
     display: none;
  }

  .fw-900 {
    font-weight: 900;
  }
  .fw-800 {
    font-weight: 800;
  }

  .sign-up-btn {
    border: 1px solid #494949;
    border-radius: 10px;
  }

  .rb-32 {
    border-radius: 32px;
  }

  .cta-button {
    border-radius: 12px;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 20px;
    line-height: 130%;
    min-width: 300px;
    display: inline-block;
    font-weight: 800;
  }

  .cta-button-primary {
    background: #569AFF;
    border-color: #569aff;
  }

  @media (min-width: 992px) {
    .w-lg-100 {
       width: 100%!important;
    }
  }
  .footer-light {
    background-color: #f6f6f6;
  }
  .footer a {
    text-decoration: none;
    color: #bbb;
  }

  .footer a:hover {
    text-decoration: underline;
    color: #ddd;
  }
  .footer-light a:hover {
    color: #666;
  }

  .ad-format-card, .banner-card, .feat-card {
    background: #f6f6f6;
    border-radius: 32px;
    background: linear-gradient(180deg,rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 50%);
    border: 2px solid #F6F6F6;
  }

  .feat-card-text {
    height: 42px;
    display: flex;
    align-items: center;
    line-height: 1.2;
  }

  .ad-format-card p {
    line-height: 1.5em;
    min-height: calc(2 * 1.5em);
    color: #808080;
  }

  #roadmap {
    background: #000;
    background: url("bg1.jpg") center / cover no-repeat;
  }
  #anti-fraud {
    border-radius: 32px;
  }

  #features {
    background: #fff;
  }

  #cadence {
    background: #000;
    background: url("bg2.jpg") center / cover no-repeat;
  }

.box {
  position: relative;
  border: 1px solid #888;
  border-radius: 24px;
  padding: 40px 20px;
}

.label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
  background: #000; 
  white-space: nowrap;
  font-weight: 800;
}

.label.top {
  top: -0.7em;
}

.label.bottom {
  bottom: -1.4em;
}

.box .btn-cta {
  min-width: 300px;
  display: inline-block;
  border-radius: 12px;
}

  .step-badge {
    position: relative;
    background: #fff;
    color: #000;
    border-radius: 10px;
    min-width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: 800;
    font-size: 0.9rem;
    padding: 2px 0;
    z-index: 1;
  }

.step-badge-top::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);

  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 3px 0 0 0;
  z-index: -1;
}
.step-badge-bottom::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);

  width: 12px;
  height: 12px;
  background: #fff;

  border-radius: 0 0 3px 0;
  z-index: -1;
}

.step-badge-text {
  font-size: 0.9rem;
  font-weight: 800;
}

.daily-imps-card {
  position: relative;
}

.daily-imps-bar {
  position: absolute;
  z-index: 0;
  right: 40px;
  width: 50%;
  max-width: 255px;
  height: 12px;
  background: linear-gradient(90deg, #81AEF2 0%, #CCDFFF 100%);
  border-radius: 10px;
}

.daily-imps-bar-top {
  top: -5px;
}

.daily-imps-bar-bottom {
  bottom: -5px;
}

.daily-imps-content {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  min-height: 156px;
  padding: 0 10%;
  background: linear-gradient(
    45deg,
    rgba(230, 232, 237, 0.6) 0%,
    rgba(240, 240, 240, 0.1) 100%
  );
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  border-radius: 32px;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 991px) {
  .fullscreen-menu {
    position: absolute;
    top: 66px;
    left: 0;
    width: 100%;
    height: calc(100vh - 64px);
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    align-items: center;
    justify-content: center;
    z-index: 1030;
  }

  .fullscreen-menu.show {
    transform: translateY(0);
  }
}

.fw-menu-action a.btn-outline-dark {
  border: 1px solid #cecece;
}

.fw-menu-action a.active {
    background: #569AFF;
    border-color: #569aff;
}
.cookie-banner {
  position: fixed;
  bottom: 10px;
  left: 5%;
  width: 90%;
  background: rgb(245, 245, 245);
  color: #222;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  border-radius: 12px;
  font-weight: 800;
  border: 1px #ececec solid;
}

.cookie-buttons button {
  margin-left: 10px;
  padding: 8px 12px;
  border: none;
  cursor: pointer;
  font-weight: 900;
}

#accept-cookies {
}

#decline-cookies {
}
