.page-type-page main#content {
  /* repeating-linear-gradient(180deg, #F4FBFE 0vh, #ffffff 90vh, #F4FBFE 180vh, #ffffff 270vh); */
  background: repeating-linear-gradient(180deg, #ffffff 0vh, #ffffff 200vh, #F4FBFE 240vh, #F4FBFE 280vh, #F4FBFE 320vh, #ffffff 400vh);
}

.banner-connection-hub {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  min-height: 0!important;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
}

.banner-connection-hub + .breadcrumb {
  padding-top: 60px;
 }

.banner-connection-hub h1,
.banner-connection-hub h2,
.banner-connection-hub h3,
.banner-connection-hub h4,
.banner-connection-hub h5,
.banner-connection-hub p {
  color:#FFF;
}


@media (min-width: 1200px) {
  .banner-connection-hub {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .banner-connection-hub__container {
    padding-left: 165px;
    padding-right: 165px;
  }
}

.banner-connection-hub__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
}

.banner-connection-hub__bg-video-wrap {
  height: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  border-radius: 0 0 50px 50px;
}

.banner-connection-hub__bg-video-wrap video,
.banner-connection-hub__default-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

.banner-connection-hub__bg-video-wrap .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0 0 50px 50px;
}

@media (min-width: 1024px) {
  .banner-connection-hub__bg-video-wrap .video-overlay {
    background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  }
}

.banner-connection-hub__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  color: white;
}

.banner-connection-hub__content .banner-connection-hub__content-top {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: unset;
}

.banner-connection-hub__eyebrow {
  color: #0070B9;

  /* Header 5 */
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%; /* 27px */
  text-transform: uppercase;
}

/* Fade-in animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.banner-connection-hub__eyebrow,
.banner-connection-hub__heading,
.banner-connection-hub__content-text,
.banner-connection-hub__buttons {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.banner-connection-hub__eyebrow {
  animation-delay: 1.0s;
}

.banner-connection-hub__heading {
  animation-delay: 1.2s;
}

.banner-connection-hub__content-text {
  animation-delay: 1.4s;
}

.banner-connection-hub__buttons {
  animation-delay: 1.6s;
}

.banner-connection-hub__heading h1,
.banner-connection-hub__heading h2,
.banner-connection-hub__heading h3,
.banner-connection-hub__heading h4,
.banner-connection-hub__heading h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.25;
  max-width: 100%;
}

@media (min-width: 768px) {
  .banner-connection-hub__heading h1,
  .banner-connection-hub__heading h2,
  .banner-connection-hub__heading h3,
  .banner-connection-hub__heading h4,
  .banner-connection-hub__heading h5 {
    font-size: 56px;
    max-width: 681px;
  }
}

.banner-connection-hub__content-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  max-width: 100%;
}

@media (min-width: 768px) {
  .banner-connection-hub__content-text {
    font-size: 24px;
    max-width: 636px;
  }
}

.banner-connection-hub__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

/* Primary Button - Blue with Yellow Border */
.banner-connection-hub__button-primary .button--primary-bordered {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #116acc;
  color: white;
  padding: 16px 24px;
  border-radius: 7px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.16px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 4px solid #FFC700;
  box-shadow: 0 0 0 4px #116acc;
}

.banner-connection-hub__button-primary .button--primary-bordered:hover {
  background-color: #0d54a3;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(17, 106, 204, 0.3);
}

/* Secondary Button - Text with Arrow */
.banner-connection-hub__button-secondary .button--text-arrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.banner-connection-hub__button-secondary .button--text-arrow .button__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FFC700;
  border-radius: 50%;
  padding: 5.875px;
  width: 23.5px;
  height: 23.5px;
  transition: all 0.3s ease;
}

.banner-connection-hub__button-secondary .button--text-arrow:hover .button__arrow {
  background-color: #ffd633;
  transform: translateX(4px);
}

.banner-connection-hub__button-secondary .button--text-arrow:hover {
  color: #FFC700;
}

/* Video Controls */
.banner-connection-hub__button-controls {
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 14px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.banner-connection-hub__button-controls:hover {
  opacity: 0.8;
}

.banner-connection-hub__button-controls img {
  width: 12px;
  height: 12px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .banner-connection-hub {
    border-radius: 0 0 30px 30px;
  }
  
  .banner-connection-hub__bg,
  .banner-connection-hub__bg-video-wrap,
  .banner-connection-hub__bg-video-wrap .video-overlay {
    border-radius: 0 0 30px 30px;
  }
  
  .banner-connection-hub__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .banner-connection-hub__buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}
