#circleSection {
  width: 100%;
/*  min-height: calc(100vh - 100px);*/
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
/*  overflow: hidden;*/
/*  height: 100vh;*/
  max-height:780px;
}

.wp-block-cover.fixed-video-cover-bg {
  min-height: 640px !important;
  padding: 5px 0 !important;
  overflow: visible !important;
  overflow-x: hidden;
  max-height:780px;
}

/* #solutions-container {
  width: 100%;
  max-width: 1240px;
  position: relative;
  margin: auto;
  top: -15px;
} */

#solutions-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center center;
  will-change: transform;
  margin-top: -15px;
  z-index:2;
}

#bigCirclesWrapper,
#smallCirclesWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--wp--preset--color--pt-white);
}

.big-circle,
.small-circle {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin: 10px;
  padding: 3px;
}

.big-circle {
  border: 1px solid rgba(255, 255, 255, 0.22);
  z-index: 5;
  background: linear-gradient(30deg, #1C55BE 13.52%, #002B7A 85.96%);
  mix-blend-mode: screen;
  width: 100%;
  height: 100%;
  max-width: 350px;
}

.big-circle h2 {
  font-weight: 200 !important;
  padding: 0 2.75rem;
  margin-bottom: 5px !important;
  color: var(--wp--preset--color--pt-white) !important;
}

.big-circle:first-child {
  z-index: 9;
}

.pillar-circles {
  position: relative !important;
  display: block;
  isolation: isolate;
}

.pillar-circles::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  z-index: 9999;
  position: absolute;
}

.pillar-circles .wp-block-button.is-style-fill span.wp-block-button__link {
  position: relative;
  will-change: transform;
  transform: translateZ(0);
}

.pillar-circles:hover .wp-block-button.is-style-fill span.wp-block-button__link::after {
  transform: translate(3px, -2px);
}

.pillar-circles:hover .wp-block-button.is-style-fill span.wp-block-button__link {
  opacity: 0.5;
}

.small-circle {
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 11px;
  z-index: 3;
  background: linear-gradient(300deg, rgba(255, 255, 255, 0.11) 13.07%, rgba(255, 255, 255, 0.33) 87.56%);
  width: 100%;
  height: 100%;
  max-width: 120px;
}

@media(min-width: 1400px){
  .wp-block-cover.fixed-video-cover-bg{
    min-height:780px !important;
  }
}
@media(max-width: 992px) {
  #solutions-container {
    height: auto;
  }

  .big-circle {
    font-size: 13px;
  }

  .small-circle {
    font-size: 9px;
    line-height: 1;
  }

  .big-circle h2 {
    padding: 0;
    line-height: 1;
    font-size: clamp(0.83rem, 2vw + 0.5rem, 1.125rem) !important;
    padding: 0 1.125rem;
  }

  .big-circle a {
    font-size: 10px !important;
  }

  .big-circle a {
    font-size: clamp(0.625rem, 2vw + 0.5rem, 0.75rem) !important;
  }
}


@media (max-width: 640px) {
  .wp-block-cover.fixed-video-cover-bg{
    min-height:420px !important;
  }
  #circleSection {
    height: auto !important;
    min-height: 100% !important;
    padding-top: 0 !important;
  }

  #solutions-container {
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
    height: auto !important;
    left: -25px;
    right: 0;
    padding: 0;
    min-height: auto !important;
  }

  #solutions-container .is-style-fill .wp-block-button__link {
    font-size: 9px !important;
    margin-bottom: 0 !important;
  }

  .small-circle {
    font-size: 7px !important;
  }
}

@media (max-width: 380px) {
  #solutions-container {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
}

/*@media only screen and (max-width: 767px) and (orientation: landscape) {
  #circleSection {
    min-height: 500px !important;
  }
}*/