:root {
  --nu-blue: #034284;
  --nu-yellow: #FFCF36;
}

.hero_h2 {
  color: white;
  font-size: clamp(1.5rem, 1.325rem + 0.875vw, 2.375rem) !important;
  text-align: center;
}

.hero_h2.subtitle--gradient {
  font-size: clamp(1.5rem, 1.325rem + 0.875vw, 2.375rem) !important;
  text-align: center;
}

.pp-banner-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  clip-path: url("#svgPath");
}

.pp-banner-wrapper .nu-logo{
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}

.pp-banner-wrapper .nu-logo img{
  width: min(200px, 50%);
}

.pp-banner-container {
  position: relative;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 100%;
  max-width: 1200px;
  z-index: 2;
  padding: 0 20px;
}

.pp-banner-breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(500px, 90%);
}

.pp-banner-breadcrumbs a,
.pp-banner-breadcrumbs i{
  font-size: clamp(12px, 1.25vw, 20px);
  margin: 3.5px;
}

.pp-banner-breadcrumbs a {
  color: white;
  text-transform: uppercase;
  text-decoration: underline;
}

.pp-banner-breadcrumbs i {
  text-decoration: none;
  color: var(--nu-yellow);
}

.pp-banner-breadcrumbs .fa-angle-down {
  display: none;
}

.pp-banner-subtitle {
  color: white;
  text-transform: uppercase;
}

.pp-banner-container h1 {
  color: white;
  text-align: center;
  font-size: clamp(40px,3.54vw,68px);
  line-height: 1.05;
/*   font-weight: 900; */
}

.pp-banner-buttons {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px;
  justify-content: center;
  align-items: center;
  max-width: 600px;
}

.pp-banner-buttons .banner-button {
  text-align: center;
}

.pp-banner-wrapper .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 700px) {
  {# .pp-banner-buttons {
    grid-template-columns: 1fr;
  } #}
}

@media screen and (min-width: 768px) {
  .pp-banner-container {
    padding: 0;
  }
}

@media screen and (min-width: 1500px) {
  .pp-banner-breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(1000px, 90%);
  }
}