.vb {
  padding-top: 7.5rem;
  padding-bottom: 9.375rem;
  position: relative;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

.vb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.5) 47.4%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.vb-social {
  display: none;
  z-index: 2;
}

@media (min-width: 992px) {
  .vb-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: absolute;
    left: -3.5rem;
    bottom: -120px;
  }
  .vb-social a svg path {
    fill: var(--white);
  }
  .vb-social a:hover svg path {
    fill: var(--orange);
  }
}

.vb-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vb-box {
  position: relative;
  z-index: 2;
  color: var(--white);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (min-width: 992px) {
  .vb-box {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}

.vb-box-content {
  max-width: 779px;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .vb-box-content {
    margin-bottom: 0;
  }
}

.vb-box-content h1 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .vb-box-content h1 {
    font-size: 4rem;
  }
}

.vb-box-content h5 {
  font-size: 0.875rem;
  font-family: 'Literata', serif;
  margin-bottom: 1.5rem;
}

.vb-video {
  color: var(--white);
  display: inline-block;
}

.vb-video span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(228, 225, 225, 0.4);
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.3s ease;
  vertical-align: middle;
}

.vb-video span svg path {
  transition: all 0.3s ease;
}

.vb-video:hover {
  color: var(--white);
}

.vb-video:hover span {
  background-color: #e4e1e1;
}

.vb-video:hover span svg path {
  fill: var(--black);
}

.vb-high {
  background-color: var(--orange);
  color: var(--white);
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 65rem;
  width: 100%;
  white-space: nowrap;
  z-index: 3;
  position: absolute;
  bottom: 0;
  right: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 1.875rem 2.5rem;
  gap: 1.5rem;
}

.vb-high-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.25rem;
}

.vb-high-item svg {
  -ms-flex: 0 0 30px;
      flex: 0 0 30px;
  width: 30px;
  height: 30px;
}

.vb-high-item span {
  font-weight: 300;
  font-size: 0.75rem;
}
