/* Resizes */
/* Colors */
.provider-hero {
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
  background: linear-gradient(0deg, rgb(118, 14, 192) -70%, rgba(0, 0, 0, 0) 80%);
  padding: 90px 0;
}

@media (max-width: 1352px) {
  .provider-hero {
    padding-top: calc(90px + 30 * (100vw - 360px) / 992);
  }
}
@media (max-width: 1352px) {
  .provider-hero {
    padding-bottom: calc(60px + 20 * (100vw - 360px) / 992);
  }
}
.provider-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-top: 40px;
}

@media (max-width: 1352px) {
  .provider-hero__title {
    font-size: calc(26px + 2 * (100vw - 360px) / 992);
  }
}
.provider-games {
  padding-top: 100px;
}

@media (max-width: 1352px) {
  .provider-games {
    padding-top: calc(50px + 50 * (100vw - 360px) / 992);
  }
}
.provider-games__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;
}

@media (max-width: 1352px) {
  .provider-games__title {
    font-size: calc(26px + 2 * (100vw - 360px) / 992);
  }
}
.card-game__items {
  margin: 40px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 22px;
}

.card-game__item {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
  max-width: 210px;
}

.card-game__top {
  border-radius: 16px;
  /* height: 190px; */
  height: 100%;
}

.card-game__poster {
  display: flex;
  flex-direction: column;
  /* height: 152px; */
  width: 100;
  border-radius: 16px 16px 0 0;
}

.card-game__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;
}

.card-game__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%;
}

.card-game__bottom {
  display: flex;
  flex-direction: column;
}

.card-game__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;
}

.card-game__link-game span {
  color: #e7eaee;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.card-game__link-more {
  margin-top: 8px;
  width: 100%;
  padding: 8px 17px;
  border-radius: 12px;
  text-align: center;
  color: #e7eaee;
  text-align: center;
  font-size: 18px;
}

.provider-casinos {
  padding-top: 100px;
}

@media (max-width: 1352px) {
  .provider-casinos {
    padding-top: calc(50px + 50 * (100vw - 360px) / 992);
  }
}
.provider-casinos__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;
}

@media (max-width: 1352px) {
  .provider-casinos__title {
    font-size: calc(26px + 2 * (100vw - 360px) / 992);
  }
}
.provider-bottom {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1352px) {
  .provider-bottom {
    padding-top: calc(50px + 50 * (100vw - 360px) / 992);
  }
}
@media (max-width: 1352px) {
  .provider-bottom {
    padding-bottom: calc(50px + 50 * (100vw - 360px) / 992);
  }
}
.provider-bottom__content p {
  color: #e7eaee;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-bottom: 10px;
}

.provider-bottom__content p img {
  /* width: 100%;
  height: 100%; */
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  display: flex;
  margin-top: 30px;
}

.provider-bottom__content h2,
.provider-bottom__content h3,
.provider-bottom__content h4,
.provider-bottom__content h5,
.provider-bottom__content h6 {
  margin: 60px 0 16px 0;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.provider-bottom__content table {
  border: 1px solid #fff;
  margin: 30px 0 0 0;
  width: 100%;
}

.provider-bottom__content table tr td {
  border-top: 1px solid #fff;
  padding: 10px;
}

.provider-bottom__content table tr td:not(:last-child) {
  border-right: 1px solid #fff;
}

.provider-bottom__content table tr:first-child td {
  border-top: none;
}

.provider-bottom__content table tr img {
  filter: grayscale(1) brightness(1000%);
}

.provider-bottom__content ul {
  padding: 0 0 0 15px;
  margin: 15px 0;
}

.provider-bottom__content ul li {
  padding: 0 0 10px 0;
  list-style: disc;
}

.provider-bottom__content ol {
  padding: 0 0 0 15px;
  margin: 15px 0;
}

.provider-bottom__content ol li {
  padding: 0 0 10px 0;
}

.provider-bottom__content a {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
}

.provider-hero__wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  -moz-column-gap: 60px;
       column-gap: 60px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .provider-hero__wrapper {
    flex-direction: column;
    gap: 24px;
  }
}
.provider-hero__poster img {
  width: 270px;
  min-width: 270px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.provider-hero__description {
  color: #fff;
}/*# sourceMappingURL=style.css.map */