.prodiver-hero {
  padding: 150px 0;
}
@media (max-width: 767px) {
  .prodiver-hero {
    padding: 100px 0;
  }
}
.prodiver-hero__title {
  color: #e7eaee;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.6px;
  position: relative;
  z-index: 30;
  margin-bottom: 50px;
}
.prodiver-hero__content {
  margin: 48px 0 0 0;
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}
.prodiver-hero__row {
  display: flex;
  gap: 48px;
}
@media (max-width: 767px) {
  .prodiver-hero__row {
    flex-direction: column;
  }
}
.prodiver-hero__provider {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  max-width: 240px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .prodiver-hero__provider {
    max-width: 100%;
  }
}
.prodiver-hero__top {
  border-radius: 16px;
  height: 100%;
}
.prodiver-hero__poster {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 0 0;
}
.prodiver-hero__poster img {
  border-radius: 16px 16px 0 0;
  width: 100%;
  height: 152px;
  min-height: 152px;
  max-height: 152px;
  -o-object-fit: cover;
  object-fit: cover;
}
.prodiver-hero__rtp {
  border-radius: 0 0 16px 16px;
  background-color: #23262c;
  padding: 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -1.2px;
  height: 100%;
}
.prodiver-hero__bottom {
  display: flex;
  flex-direction: column;
}
.prodiver-hero__link-game {
  border-radius: 12px;
  background: linear-gradient(91deg, #7113ff -3.33%, #a80eff 110.01%);
  padding: 16px 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prodiver-hero__link-game span {
  color: #e7eaee;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.prodiver-hero__games {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .prodiver-hero__games {
    flex-direction: column;
  }
}
.prodiver-hero__game {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
  max-width: 240px;
  height: 100%;
}
@media (max-width: 767px) {
  .prodiver-hero__game {
    max-width: 100%;
  }
}

.provider-main__body p {
  margin-bottom: 10px;
}
.provider-main__body p a {
  color: #fff;
  text-decoration: underline;
}
.provider-main__body table a {
  color: #fff;
  text-decoration: underline;
}
.provider-main__body ul {
  padding-left: 15px;
  margin: 15px 0;
}
.provider-main__body ul li {
  list-style-type: disc;
}
.provider-main__body ul li:not(:last-child) {
  margin-bottom: 8px;
}
.provider-main__body ol {
  padding-left: 15px;
  margin: 15px 0;
}
.provider-main__body ol li:not(:last-child) {
  margin-bottom: 8px;
}/*# sourceMappingURL=provider.css.map */