.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.partner-grid .partner-grid--intro {
  margin-bottom: 2rem;
}
.eye-block.partner-grid .organisation-intro, .eye-block.partner-grid .institute-intro {
  margin-bottom: 1rem;
}
.eye-block.partner-grid .organisation-grid {
  margin-bottom: 5rem;
}
.eye-block.partner-grid .organisation-grid .partner-item--organisation {
  background: #f7f9ff;
  padding: 2rem;
  border-radius: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .eye-block.partner-grid .organisation-grid .partner-item--organisation {
    border-radius: 1rem;
  }
}
.eye-block.partner-grid .organisation-grid .partner-item--organisation a {
  width: fit-content;
}
.eye-block.partner-grid .organisation-grid .partner-item--organisation p {
  font-size: 1rem;
}
.eye-block.partner-grid .organisation-grid .partner-item--organisation .partner-item-thumbnail--organisation {
  margin-bottom: 2rem;
}
.eye-block.partner-grid .organisation-grid .partner-item--organisation .partner-item-thumbnail--organisation img {
  height: 70px;
  width: auto;
  object-fit: cover;
}
.eye-block.partner-grid .institute-grid .partner-item--institute {
  background: #f7f9ff;
  border-radius: 1.5rem;
  padding: 5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .eye-block.partner-grid .institute-grid .partner-item--institute {
    padding: 2rem;
    height: auto;
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 768px) {
  .eye-block.partner-grid .institute-grid .partner-item--institute {
    padding: 1rem;
  }
}
.eye-block.partner-grid .institute-grid .partner-item--institute:hover {
  background: #E8EDFF;
}
.eye-block.partner-grid .institute-grid .partner-item--institute .partner-item-thumbnail--institute {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eye-block.partner-grid .institute-grid .partner-item--institute .partner-item-thumbnail--institute img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .eye-block.partner-grid .institute-grid .partner-item--institute .partner-item-thumbnail--institute img {
    width: 80%;
    height: 80%;
  }
}
.eye-block.partner-grid .institute-grid .partner-item--institute .institute-link-icon {
  position: absolute;
  top: 2rem;
  right: 2rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease;
  transform: rotate(-45deg);
}
.eye-block.partner-grid .institute-grid .partner-item--institute .institute-link-icon i {
  color: #212B59;
}

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