.hero-background-color {
  background-color: #0a0f33;
  overflow: hidden;
  z-index: 1;
  width: 100%;
}

.hero-founders-text {
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-weight: bold;
  padding-bottom: 4px;
  text-align: center;
}

.hero-images-container {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 90rem;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column-reverse;
}

.hero-images-content {
  padding-bottom: 20px;
  padding-top: 20px;
  width: 300px;
  z-index: 1;
}

.hero-calls-to-action-container {
  width: auto !important;
  flex-grow: 1;
  margin: 0;
}

@media only screen and (min-width: 640px) {
  .hero-images-container {
    flex-wrap: nowrap;
    flex-direction: row;
  }

  .hero-images-content {
    margin-left: 60px;
    margin-right: 20px;
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media only screen and (min-width: 960px) {
  .hero-images-content {
    margin-left: 80px;
    width: 350px;
  }
}

@media only screen and (min-width: 1110px) {
  .hero-images-content {
    margin-top: -10px;
  }
}

/* Styles for innovation landing page */
.innovation .hero-header-page-content {
  padding-top: 0 !important;
}

.innovation .hero-header .hero-image {
  background-color: white !important;
}

.innovation .animate__animated.animate__fadeIn {
  --animate-duration: 0.5s;
}

.innovation .hero-image {
  position: relative;
  overflow: hidden;
  min-height: 340px !important;
}

.innovation .hero-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation-name: zoomInShort;
  animation-name: zoomInShort;
  --animate-duration: 1.5s;
  animation-timing-function: ease;
}

.innovation .page-title {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgb(25 41 122);
  padding: 20px;
  border-radius: 5px;
  min-height: 100px;
  width: 65% !important;
  animation-delay: 0.8s !important;
}

.innovation-mission-container {
  padding: 40px 1.25rem;
}

.innovation-mission-container p,
.innovation-mission-container h2 {
  max-width: 1200px;
  margin: 0 auto !important;
  margin-bottom: 20px !important;
}

.categories-carousel-slider {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.categories-carousel-slider .category-image {
  margin: 0 !important;
}

.mission-banner-container {
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 30px 0 !important;
}

.mission-banner-container p {
  margin-bottom: 20px !important;
  margin-top: 0 !important;
}

.mission-banner-container p:nth-child(2) {
  margin-bottom: 0px !important;
}

.wide-image-mission img {
  height: 350px !important;
  object-fit: cover;
}

.categories-carousel-container {
  padding: 20px 0;
}

.categories-title {
  margin-top: 0 !important;
  margin-bottom: 50px !important;
  font-size: 30px;
  font-weight: bold;
}

.categories-slider-title {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  color: #262626 !important;
  font-size: 25px !important;
}

.categories-slider-image {
  margin: 0 !important;
  height: 320px;
  object-fit: contain;
}

.category-stats-container {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1280px;
  margin: 0 auto;
  gap: 50px;
}

.stat-value {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 90px;
  line-height: 100% !important;
  color: #262626;
  font-weight: bold;
}

.stat-content {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}

.stat-icon {
  font-size: 90px;
}

.stat-content-value {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-prefix {
  font-size: 90px;
  line-height: 100% !important;
  color: #262626;
  font-weight: bold;
}

.stat-copy {
  color: #262626;
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.wrapper-stat-content {
  margin-top: 20px;
}

.category-stats-bg {
  background-color: #e1efff;
  padding: 40px 0;
}

.spotlight-container .wp-block-media-text__content {
  padding: 0 !important;
  padding-top: 20px !important;
}

.spotlight-container img {
  height: 250px !important;
  object-fit: contain;
}

.spotlight-container p {
  margin: 8px !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.innovation .hero-content {
  padding-bottom: 20px !important;
}

.innovation .innovation-links {
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
}

.innovation .innovation-links li {
  padding-right: 24px;
  padding-bottom: 16px;
}

.innovation .innovation-links a {
  color: white;
  text-decoration: none;
}

.innovation .innovation-links a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 600px) {
  .innovation .hero-image {
    min-height: 428px !important;
  }
  .categories-carousel-slide {
    margin-right: 30px;
  }
  .wide-image-mission img {
    height: 450px !important;
    object-fit: cover;
  }
  .spotlight-container figure {
    align-self: flex-start !important;
  }
  .spotlight-container {
    gap: 20px;
  }
  .spotlight-container .wp-block-media-text__content {
    padding-top: 0 !important;
  }
  .spotlight-container img {
    height: 270px !important;
    padding-top: 10px;
  }
  .innovation .page-title {
    min-height: 180px;
    width: 50% !important;
  }
  .stat-copy {
    max-width: 400px;
  }
}

@media screen and (min-width: 1000px) {
  .innovation .hero-image {
    min-height: 558px !important;
  }
  .innovation-mission-container {
    padding: 40px 5.556vw;
  }
  .stat-content {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .stat-content:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .category-stats-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat-value,
  .stat-icon,
  .stat-prefix {
    font-size: 120px;
  }
  .category-stats-bg {
    padding: 80px 0;
  }
  .wide-image-mission img {
    height: 50vh !important;
  }
  .mission-banner-container p {
    font-size: 20px;
  }
  .mission-banner-container {
    padding: 50px 0 !important;
  }
  .categories-title {
    font-size: 40px;
  }
  .innovation .page-title {
    width: auto !important;
  }
  .wrapper-stat-content {
    margin-top: 30px;
  }
  .stat-content:nth-child(2n) .wrapper-stat-content {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .innovation .innovation-links {
    flex-direction: row;
  }

  .hero-link-even::after {
    height: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .category-stats-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 1440px) {
  .innovation-mission-container {
    padding: 40px 5rem;
  }
}

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated,
.innovation .hero-image img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(15%, 0, 0);
    transform: translate3d(15%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.short-delay {
  animation-delay: 0.5s !important;
}

.animate__fadeInRightShort {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort;
}

@keyframes zoomInShort {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    transform-origin: bottom left;
  }

  100% {
    transform-origin: bottom left;
    transform: scale(1.2) translateY(90px);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.hero-link-even::after {
  background-color: rgba(#fff, 0.2);
  bottom: 0;
  content: "";
  height: 2.5rem;
  margin: auto 0;
  left: -0.063rem;
  position: absolute;
  top: 0;
  transition-duration: 0.2s;
  transition-property: background-color;
  transition-timing-function: ease;
  width: 0.063rem;
}
