.bg--white {
  background: #ffffff !important;
}

.color--white {
  color: #ffffff !important;
}

.bg--black {
  background: #000000 !important;
}

.color--black {
  color: #000000 !important;
}

.bg--blue {
  background: #004797 !important;
}

.color--blue {
  color: #004797 !important;
}

.bg--darkblue {
  background: #212B59 !important;
}

.color--darkblue {
  color: #212B59 !important;
}

.bg--purple {
  background: #8C1D82 !important;
}

.color--purple {
  color: #8C1D82 !important;
}

.bg--orange {
  background: #F08300 !important;
}

.color--orange {
  color: #F08300 !important;
}

.bg--pastelblue {
  background: #E8EDFF !important;
}

.color--pastelblue {
  color: #E8EDFF !important;
}

.bg--pastelorange {
  background: #FBE9D5 !important;
}

.color--pastelorange {
  color: #FBE9D5 !important;
}

.eye-block.cta {
  background: linear-gradient(to right, #8F207E, #F08300);
  border-radius: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .eye-block.cta {
    border-radius: 1rem;
  }
}
.eye-block.cta .cta-content {
  padding: 3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .eye-block.cta .cta-content {
    padding: 2rem;
  }
}
.eye-block.cta .cta-content .btn {
  width: max-content;
  border: none !important;
}
.eye-block.cta .cta-content .btn.btn-link {
  color: white;
}
.eye-block.cta .cta-content .btn:hover {
  border: none !important;
}
.eye-block.cta .cta-content ul li {
  color: #ffffff;
}
.eye-block.cta .cta-content ul li a {
  color: #ffffff;
}
.eye-block.cta .cta-content ul li a:hover {
  text-decoration: underline;
}
.eye-block.cta .cta-content p {
  font-size: 3rem;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .eye-block.cta .cta-content p {
    font-size: 2rem;
  }
}
.eye-block.cta .cta-image {
  position: relative;
  width: 140%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 2rem;
}
.eye-block.cta .cta-image img {
  position: absolute;
  bottom: 0;
  left: -6rem;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.eye-block.cta .cta-image svg {
  position: absolute;
  top: 2rem;
  left: -11rem;
  width: 120%;
  height: 120%;
  z-index: 1;
  object-fit: contain;
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */
