.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
}
.header {
  z-index: 10;
}
.container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  padding-top: 10px;
}
.main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.footer {
}
.footer__wrap {
  padding-bottom: 40px;
  padding-top: 40px;
}
.icon-80 {
  height: 80px;
}
.nav {
  display: flex;
  column-gap: 35px;
  align-items: center;
}
.nav__link {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
  cursor: pointer;
  transition: 0.3s all ease;
}
.nav__link:hover {
  color: rgb(255, 239, 10);
  transition: 0.3s all ease;
}
.bg-blue {
  background: linear-gradient(to right, v 0%, var(--secondary) 50%, var(--secondary-dark) 100%);
  background-color: rgb(18, 40, 109);
}
.intro {
  height: 100vh;
  padding-top: 120px;
  background-image: url("https://conmebol.pe/assets/img/ebe55c90ec06d341d9535353496c3128.webp");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-position-x: center;
}
.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.footer__links {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.footer__link {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s all ease;
}
.footer__link:hover {
  color: rgb(255, 239, 10);
  transition: 0.3s all ease;
}
.intro__content {
}
.big__match {
  display: flex;
  flex-direction: column;
  background-image: url("https://conmebol.pe/assets/img/ac47e51a0ff3b5cdb5304acdfd30ff79.png");
  padding-bottom: 30px;
  padding-top: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
}
.intro__content-wrap {
}
.big__match-date {
  background-color: rgba(7, 7, 7, 0.29);
  color: rgb(255, 255, 255);
  display: inline-block;
  border-radius: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
}
.mb-4 {
  margin-bottom: 16px;
}
.match__item {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 5fr 2fr 5fr;
}
.match__team {
}
.match__team-img {
  height: 80px;
  width: 80px;
}
.big__match-team {
  display: flex;
  align-items: center;
  column-gap: 30px;
  justify-content: flex-end;
}
.big__match-time {
  padding-bottom: 4px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  background-color: rgba(15, 55, 120, 0.72);
  border-radius: 20px;
  border-width: thin;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.center-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-white {
  color: rgb(255, 255, 255);
}
.big__match-team-2 {
  justify-content: flex-start;
}
.player_bottom-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  border-style: solid;
  border-width: thin;
  border-color: rgb(218, 218, 218);
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}
.match__dat {
}
.match__link {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(249, 0, 0);
  font-weight: 700;
  border-radius: 6px;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-right: 20px;
  padding-left: 20px;
  transition: 0.3s all;
}
.match__link:hover {
  background-color: rgb(255, 239, 10);
}
.text-left {
  text-align: left;
}
.w-100 {
  width: 100%;
}
.big__link {
  color: rgb(255, 255, 255);
  text-decoration: none;
  max-width: 1200px;
}
.big__link:hover {
}
.c-grey {
  color: rgb(192, 192, 192);
}
.partner__item-image-2 {
  max-height: 50px;
}
.videos {
  background-image: url("https://conmebol.pe/assets/img/36e814b5a00371a83161259a7bac55ad.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
}
.videos__wrap {
}
.section {
  padding-bottom: 30px;
  padding-top: 30px;
}
.video__block-1 {
  display: grid;
  grid-template-columns: 4fr 8fr;
  color: rgb(255, 255, 255);
  text-decoration: none;
  grid-gap: 20px;
}
.NewClass-41 {
}
.section-title {
  align-items: center;
  display: flex;
  column-gap: 10px;
}
.arrow-img {
  height: 20px;
  width: 20px;
}
.section-title-text {
  text-transform: uppercase;
  margin-bottom: 0;
}
.section-title-link {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  border-radius: 4px;
  background-color: rgb(204, 24, 24);
  transition: 0.3s all;
}
.section-title-link:hover {
  transform: scale(1.05);
}
.video__block-desc {
  margin-top: auto;
  margin-bottom: auto;
  color: rgb(255, 255, 255);
}
.video__block-cont {
  display: flex;
  flex-direction: column;
}
.play-icon {
  height: 70px;
  width: 70px;
}
.video__block-title {
  max-width: 70%;
  max-height: 70px;
  overflow-y: hidden;
}
.mb-1 {
  margin-bottom: 4px;
}
.video__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.video__card {
  max-height: 500px;
  display: inline-block;
  position: relative;
  color: rgb(255, 255, 255);
  text-decoration: none;
  border-radius: 4px;
  overflow: hidden;
  transition: 0.3s all ease;
}
.video__card:hover {
  color: rgb(255, 239, 10);
  transition: 0.3s all ease;
}
.video__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block {
  display: block;
}
.video__card-cont {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 4;
  transition: 0.3s all ease;
  background:  linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 228, 25, 0) 40%);
}
.video__card-cont:hover {
  transition: 0.3s all ease;
}
.video__card-cont-wrap {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.news__block {
}
.clubs {
}
.clubs__wrap {
}
.club__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.club__card {
  display: flex;
  text-decoration: none;
  color: rgb(255, 255, 255);
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s all ease;
  position: relative;
  bottom: 0;
}
.club__card:hover {
  position: relative;
  bottom: 3px;
  transition: 0.3s all ease;
}
.club__card-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, #f15627 0%, #faa819  96.04%);
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  row-gap: 20px;
  border-radius: 10px;
}
.club__card-right {
  width: 50%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background-color: rgb(40, 41, 62);
  text-align: center;
  border-radius: 10px;
  transform: translateX(-14px);
  text-transform: uppercase;
  position: relative;
}
.club__card-left-title {
}
.club__card-more {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  border-radius: 6px;
}
.grey-line {
  height: 1px;
  background-color: rgb(141, 141, 141);
}
.club__card-right-category {
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 14px;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-weight: 600;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  border-radius: 0px 8px 8px 0px;
}
.video__card-2 {
  max-height: 400px;
}
.news__card {
}
.player__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.player__top {
  background: linear-gradient(180deg, #060f5b 0%, #ff6600 96.04%);
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}
.player__img-wrap {
  transform: translateX(-80px);
}
.player__card {
  max-height: 500px;
  position: relative;
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: 0.3s all;
}
.player__card:hover {
  opacity: 0.9;
  transform: scale(1.01);
}
.player__bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgba(255, 255, 255, 0);
  backdrop-filter: blur(30px);
  transition: 0.3s all;
}
.player__bottom:hover {
}
.player__bottom-top {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 10px;
}
.partner__item-images {
  display: flex;
  column-gap: 20px;
}
.font-20 {
  font-size: 20px;
}
.mb-0 {
  margin-bottom: 0;
}
.yellow__text {
  background-color: rgb(205, 185, 0);
  display: inline-block;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 1px;
  border-radius: 4px;
}
.player_bottom-bottom-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-width: thin;
  border-style: solid;
  border-color: rgb(218, 218, 218);
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}
.player_bottom-bottom-item:last-child {
  border-right-width: 0;
}
.player__top-2 {
  background: linear-gradient(180deg, #ed212b 0%, #29469e  96.04%);
}
.player__top-3 {
  background: linear-gradient(180deg, #fdb612 0%, #1c4792  96.04%);
}
.news__icon {
  content: "";
}
.numbers__block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: left;
  background-image: url("https://conmebol.pe/assets/img/d8776719692a494d6a970c38660af9f9.jpg");
}
.numbers__block-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.yellow__text-2 {
  background-color: rgb(231, 194, 29);
  padding-bottom: 2px;
  padding-top: 2px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 20px;
}
.numbers__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 40px;
}
.numbers__item {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  padding-right: 10px;
}
.numbers__item-top {
  display: flex;
  align-items: center;
}
.numbers__item-top-title {
  font-weight: 700;
  color: rgb(255, 255, 255);
  transform: translateX(-20px);
  font-size: 40px;
}
.numbers__item-top-img {
  width: 70px;
  height: 70px;
}
.numbers__item-bottom {
  background: linear-gradient(90deg, transparent 0.04%, #ffffff 53.64%, transparent 99.96%);
  color: rgb(0, 0, 0);
  padding-bottom: 2px;
  padding-top: 2px;
  padding-right: 6px;
  padding-left: 6px;
}
.b-r-grey {
  border-style: solid;
  border-width: thin;
  border-color: rgb(209, 209, 209);
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}
.numbers__item-sp {
  position: relative;
}
.numbers__item-sp-img {
  object-fit: cover;
  max-height: 270px;
}
.numbers__row-2 {
  justify-content: space-around;
}
.numbers__item-sp-sp {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
}
.translateX0 {
  transform: translateX(0);
}
.justify-center {
  justify-content: center;
}
.numbers__row-3 {
  justify-content: center;
  column-gap: 50px;
}
.banner__link {
  display: flex;
  justify-content: center;
}
.banner__img {
  width: 80%;
  object-fit: cover;
}
.banner__block {
  background-color: rgb(237, 237, 237);
}
.partners {
}
.partners__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  column-gap: 40px;
  row-gap: 40px;
}
.partner__item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.breadcrumbs-link {
  color: rgb(255, 214, 29);
  text-decoration: none;
}
.breadcrumbs-link:hover {
  text-decoration: underline;
}
.s {
}
.partner__item-image {
  max-height: 90px;
}
.page__top {
  background-image: url("https://conmebol.pe/assets/img/d8776719692a494d6a970c38660af9f9.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
.header-2 {
  position: relative;
}
.page__top-wrap {
  padding-bottom: 20px;
  padding-top: 20px;
}
.breadcrumbs {
  display: flex;
  column-gap: 10px;
  align-items: center;
  text-transform: capitalize;
}
.breadcrumbs-arrow {
  height: 14px;
  width: 14px;
}
.breadcrumbs__text {
  color: rgb(214, 214, 214);
}
.main__wrap {
}
.big__news__card {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.py-8 {
  padding-bottom: 24px;
  padding-top: 24px;
}
.news__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.news__item {
  color: rgb(18, 40, 109);
  text-decoration: none;
  transition: 0.3s all;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  text-transform: capitalize;
}
.news__item:hover {
  color: rgb(0, 51, 204);
  transition: 0.3s all ease;
}
.news__item-top {
  position: relative;
}
.news__item-img {
  width: 100%;
  height: auto;
}
.news__item-icon {
  position: absolute;
  bottom: 10px;
  left: 10px;
  height: 30px;
  width: 30px;
  z-index: 10;
}
.news__item-cont {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.font-14 {
  font-size: 14px;
}
.bg-grey {
  background-color: rgb(235, 235, 235);
}
.bg-white {
  background-color: rgb(255, 255, 255);
}
.c-blue {
  color: rgb(18, 40, 109);
}
.main-aside {
  display: grid;
  grid-template-columns: 9fr 3fr ;
  grid-gap: 20px;
}
.main-cont {
}
.aside {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.italic {
  font-style: italic;
}
.last__news {
  padding-top: 20px;
  padding-bottom: 20px;
}
.last__news-wrap {
}
.last__news-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  row-gap: 20px;
}
.video__block {
  background-image: url("https://conmebol.pe/assets/img/36e814b5a00371a83161259a7bac55ad.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
.video__block-wrap {
}
.video {
  position: relative;
}
.video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 70px;
  width: 70px;
  transition: 0.3s all;
}
.video__play:hover {
  opacity: 0.7;
}
.video__title {
  align-items: center;
  display: flex;
  row-gap: 4px;
  column-gap: 4px;
  font-size: 24px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  white-space: nowrap;
  flex-wrap: wrap;
}
.video__title:hover {
  color: rgb(255, 255, 255);
}
.video__desc {
}
.news__sm {
  text-decoration: none;
  grid-template-columns: 1fr 1fr;
  display: grid;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s all;
}
.news__sm:hover {
  opacity: 0.7;
}
.news__sm-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__sm-desc {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.news__sm-title {
  overflow: hidden;
  max-height: 34px;
}
.texting__block {
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  background-image: url("https://conmebol.pe/assets/img/d8776719692a494d6a970c38660af9f9.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}
.texting__block-item {
  align-items: center;
  display: flex;
  row-gap: 40px;
  column-gap: 40px;
  padding-bottom: 30px;
  border-style: solid;
  border-width: thin;
  border-color: rgb(196, 196, 196);
  border-top-color: rgb(230, 221, 221);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  padding-top: 30px;
}
.texting__block-item-img {
  max-width: 145px;
  width: 100%;
}
.texting__block-title {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  margin-bottom: 30px;
}
.b-0 {
  border-width: 0;
}
.texting__block-list {
  list-style-type: disc;
}
.contactus {
  margin-top: 50px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.text-center {
  text-align: center;
}
.contact__item {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.results {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.results__item {
}
.results__table-item {
  text-decoration: none;
  background-color: rgb(254, 254, 254);
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  column-gap: 10px;
  justify-content: space-between;
  transition: 0.3s all;
  border-style: solid;
  border-width: medium;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-bottom: 10px;
}
.results__table-item:hover {
  background-color: rgb(235, 235, 235);
  border-width: medium;
  border-style: solid;
  border-color: rgb(255, 255, 255);
}
.results__team {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.results__icon {
  height: 30px;
  width: 30px;
}
.results__table-item-part {
  align-items: center;
  display: flex;
  column-gap: 40px;
}
.results__score-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.semi-bold {
  font-weight: 700;
}
.results__score {
  color: rgb(203, 203, 203);
  align-items: center;
  display: flex;
  column-gap: 10px;
  padding-bottom: 2px;
  padding-top: 2px;
  padding-right: 8px;
  padding-left: 8px;
  background: linear-gradient(104.94deg, #071645 34.65%, rgb(78, 59, 90) 100%);
}
.ml-4 {
  margin-left: 16px;
}
.justify-flexend {
  justify-content: flex-end;
}
.bigtable {
  background-color: rgb(255, 255, 255);
}
.table__head {
  display: grid;
  grid-template-columns: 1.5fr 2fr 4.5fr 2fr 2fr;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 4px;
  padding-top: 4px;
}
.table__item {
  grid-template-columns: 1.5fr 2fr 4.5fr 2fr 2fr;
  display: grid;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 24px;
  padding-right: 24px;
  align-items: center;
}
.hover-text {
  text-decoration: none;
}
.hover-text:hover {
  text-decoration: underline;
}
.c-red {
  color: rgb(255, 110, 110);
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.team__card {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  color: rgb(255, 255, 255);
  text-decoration: none;
  cursor: pointer;
  position: relative;
  bottom: 0;
  transition: 0.3s all ease;
}
.team__card:hover {
  bottom: 3px;
  transition: 0.3s all ease;
}
.team__card-img-wrap {
  flex: auto;
}
.team__card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.team__card-info {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 8px;
}
.bg-orange-grad {
  background: linear-gradient(180deg, #f15627 0%, #faa819  96.04%);
}
.bg__orange-blue-grad {
  background: linear-gradient(180deg, #060f5b 0%, #ff6600 96.04%);
}
.NewClass-178 {
}
.team__top {
  display: flex;
  align-items: stretch;
  align-self: stretch;
  align-content: stretch;
  height: 100%;
  position: relative;
}
.NewClass-180 {
}
.team__top-img-wrap {
  width: 50%;
}
.team__top-img {
  width: 100%;
  height: 100%;
}
.bg__red {
  background-color: rgb(225, 35, 38);
}
.team__top-right {
  width: 50%;
  background-image: url("https://conmebol.pe/assets/img/36e814b5a00371a83161259a7bac55ad.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
  padding-top: 60px;
  padding-right: 60px;
  padding-left: 120px;
  justify-content: center;
  align-items: flex-start;
}
.img__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 200px;
  width: 200px;
}
.team__player {
  display: flex;
  flex-direction: column;
  border-style: solid;
  border-radius: 10px;
  overflow: hidden;
  border-width: thin;
  border-color: rgb(90, 116, 151);
  cursor: pointer;
  transition: 0.3s all;
}
.team__player:hover {
  transform: scale(1.01);
}
.team__player-body {
  display: grid;
  grid-template-columns: 3fr 9fr;
  grid-gap: 10px;
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 8px;
}
.team__player-stat {
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
}
.team__player-stat-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.b-b-grey {
  border-style: solid;
  border-width: thin;
  border-color: rgb(199, 199, 199);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.underline-none {
  text-decoration: none;
}
.mb-2 {
  margin-bottom: 8px;
}
.team__player-img {
  width: 100%;
  max-height: 200px;
  object-fit: contain;
}
.team__player-img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.team__player-bottom {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  background-color: rgb(254, 254, 254);
}
.player__page {
  padding-bottom: 60px;
}
.player__wrap {
}
.player__page-top {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 3fr 6fr 3fr;
  padding-top: 60px;
  overflow: hidden;
}
.bg__red-blue-grad {
  background: linear-gradient(267.61deg, #231f1f -55.83%, #e12326 96.88%);;
}
.player__page-top-left {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.text-uppercase {
  text-transform: uppercase;
}
.del {
}
.player__top-page-right {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  row-gap: 16px;
}
.player__page-top-mid {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 5rem;
  margin-right: 5rem;
  position: relative;
  border-radius: 100px 100px 0px 0px;
}
.player__page-top-mid::after {
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  height: 29rem;
  width: 29rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  border-width: thin;
  border-style: dashed;
  border-color: rgb(255, 255, 255);
  content: " ";
  top: 15%;
}
.player__page-top-mid::before {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: rgb(35, 31, 31);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  height: 27rem;
  width: 27rem;
  top: 20%;
}
.player__page-top-img {
  width: 23rem;
  z-index: 4;
  position: relative;
  object-fit: cover;
}
.player__page-top-img::before {
}
.container-2 {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}
.pb-4 {
  padding-bottom: 16px;
}
.b-b-white {
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: thin;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.player__page__stats {
}
.player__page__stats-wrap {
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  background-color: rgb(7, 22, 69);
}
.player__stats-items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 30px;
  flex-direction: row;
}
.player__stats-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  justify-content: center;
  background-color: rgb(32, 46, 88);
}
.w-25-stat {
  width: calc(25% - 3* 30px / 4);
}
.numbers__item-top-title-2 {
  font-size: 40px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.w-50-stat {
  width: calc(50% - 2* 30px / 4);
}
.w-20-stat {
  width: calc(20% - 4* 30px / 5);
}
.w-33-stat {
  width: calc(33.333333333% - 2* 30px / 3);
}
.link-reset {
  cursor: pointer;
  text-decoration: none;
}
.hover-text-yellow {
  transition: 0.3s all ease;
}
.hover-text-yellow:hover {
  color: rgb(255, 239, 10);
  transition: 0.3s all ease;
}
.hover-scale {
  transition: 0.3s scale;
}
.hover-scale:hover {
  scale: 1.1;
  transition: 0.3s scale;
}
.footer__content {
  align-items: center;
}
.NewClass-222 {
}
.icon-50 {
  height: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.pos-sticky {
  position: sticky;
  top: 20px;
}
.text-overlay {
  background:  linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 228, 25, 0) 40%);
}
.ibg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.pos-relative {
  position: relative;
}
.grid-cols-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.gapx-20 {
  column-gap: 20px;
}
.about__section {
}
.text-and-img__block {
}
.text__block {
  font-size: 17px;
  font-weight: 500;
}
.image-block {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.obj-pos-top {
  object-position: 100% 0%;
}
.media__section {
}
.goals__wrap {
  margin-top: 30px;
}
.goals__block {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  font-size: 17px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.goals__item {
  align-items: center;
  display: flex;
  column-gap: 30px;
  justify-content: flex-end;
}
.icon-25 {
  height: 25px;
  width: 25px;
  object-fit: contain;
}
.review__team_block {
  align-items: center;
  display: flex;
  column-gap: 30px;
}
.reviews__items {
  display: flex;
  width: 100%;
  grid-template-columns: 33% 33% 33%;
  align-items: flex-start;
  justify-content: center;
  column-gap: 50px;
}
.review__team_wrap {
  text-align: center;
}
.review__score {
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 50px;
  font-weight: 700;
}
.flex-end {
  justify-content: flex-end;
}
.NewClass-246 {
}
.algn-itms-start {
  align-items: flex-start;
}
.review__rows {
  display: grid;
  column-gap: 30px;
  grid-template-columns: 60% 1fr;
}
.review__post {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.pb-50pcr {
  padding-bottom: 50%;
}
.asi {
}
.review__stats_section {
}
.review__stats_block {
  margin-bottom: 20px;
}
.review__stats_item {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.gap-20 {
  row-gap: 20px;
  column-gap: 20px;
}
.live__block {
  border-radius: 10px;
  display: grid;
  grid-template-columns: 45% 1fr;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.live__info {
  padding-left: 20px;
}
.live__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  color: rgb(0, 0, 0);
  font-size: 17px;
  font-weight: 500;
}
.live__teams {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.live__team_block {
  align-items: center;
  display: flex;
  flex-basis: 33%;
  flex-direction: column;
  font-size: 18px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  row-gap: 5px;
}
.live__score {
  flex-basis: 33%;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.live__link_block {
  text-align: center;
}
.pb-30pcr {
  padding-bottom: 30%;
}
.review__live_block {
  width: 100%;
}
.mb-30 {
  margin-bottom: 30px;
}
