/* Application styles */

.researchmarks-location-link {
  display: block;
}

.researchmarks-location-map {
  display: block;
  width: 100%;
  height: auto;
}

.researchmarks-clients-section {
  padding: 46px 0 42px;
  background: #ffffff;
}

.researchmarks-customers-row {
  margin-top: 18px;
  margin-bottom: 6px;
}

.researchmarks-customers-heading {
  margin-top: 0;
  margin-bottom: 12px;
}

.researchmarks-customers-heading h3 {
  margin-bottom: 0;
  color: #20242b;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
}

.researchmarks-logo-carousel {
  position: relative;
  overflow: hidden;
  padding: 38px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
}

.researchmarks-logo-carousel::before,
.researchmarks-logo-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  width: 90px;
  height: 100%;
  pointer-events: none;
}

.researchmarks-logo-carousel::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.researchmarks-logo-carousel::after {
  right: 0;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.researchmarks-logo-carousel__track {
  display: flex;
  width: max-content;
  gap: 34px;
  align-items: center;
  animation: researchmarks-logo-scroll 45s linear infinite;
}

.researchmarks-logo-carousel:hover .researchmarks-logo-carousel__track {
  animation-play-state: paused;
}

.researchmarks-logo-carousel__item {
  display: flex;
  flex: 0 0 190px;
  align-items: center;
  justify-content: center;
  height: 128px;
  padding: 16px 20px;
}

.researchmarks-logo-carousel__item img {
  display: block;
  max-width: 100%;
  max-height: 82px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@keyframes researchmarks-logo-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.researchmarks-currently-section {
  padding: 54px 0 58px;
  background: #e7e7e7;
}

.researchmarks-currently-heading {
  margin-bottom: 28px;
}

.researchmarks-currently-heading h3 {
  margin-bottom: 0;
  color: #20242b;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}

.researchmarks-currently-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.researchmarks-currently-cards > [class*="col-"] {
  display: flex;
  margin-bottom: 0;
}

.researchmarks-currently-card {
  display: flex;
  width: 100%;
  min-height: 360px;
  flex-direction: column;
  padding: 30px 32px 28px;
  border: 1px solid rgba(32, 36, 43, 0.1);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(32, 36, 43, 0.08);
}

.researchmarks-currently-card__logo {
  display: flex;
  align-items: center;
  height: 88px;
  margin-bottom: 24px;
}

.researchmarks-currently-card__logo img {
  display: block;
  max-width: 280px;
  max-height: 76px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.researchmarks-currently-card__logo--rori img {
  max-width: 260px;
  max-height: 78px;
}

.researchmarks-currently-card__logo--framework span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border: 2px solid #1f4f8f;
  border-radius: 50%;
  color: #1f4f8f;
  font-weight: 700;
  letter-spacing: 0;
}

.researchmarks-currently-card h4 {
  margin: 0 0 16px;
  color: #20242b;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

.researchmarks-currently-card__copy {
  margin-bottom: 22px;
}

.researchmarks-currently-card__copy p {
  margin: 0 0 9px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.55;
}

.researchmarks-currently-card__link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  color: #1f4f8f;
  font-weight: 700;
}

.researchmarks-currently-card__link:hover,
.researchmarks-currently-card__link:focus {
  color: #12355f;
}

@media (max-width: 767px) {
  .researchmarks-logo-carousel {
    padding: 28px 0;
  }

  .researchmarks-logo-carousel::before,
  .researchmarks-logo-carousel::after {
    width: 42px;
  }

  .researchmarks-logo-carousel__track {
    gap: 18px;
    animation-duration: 36s;
  }

  .researchmarks-logo-carousel__item {
    flex-basis: 150px;
    height: 104px;
    padding: 12px 14px;
  }

  .researchmarks-logo-carousel__item img {
    max-height: 68px;
  }

  .researchmarks-currently-section {
    padding: 40px 0 42px;
  }

  .researchmarks-currently-heading {
    margin-bottom: 20px;
  }

  .researchmarks-currently-heading h3 {
    font-size: 24px;
  }

  .researchmarks-currently-cards > [class*="col-"] + [class*="col-"] {
    margin-top: 18px;
  }

  .researchmarks-currently-card {
    min-height: 0;
    padding: 24px 22px;
  }
}
