.body {
  background: #ffffed;
}
.wrapper {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.f-row {
  display: flex;
  flex-direction: row;
}
.f-column {
  display: flex;
  flex-direction: column;
}
.space-between {
  justify-content: space-between;
}
.a-i-c {
  align-items: center;
}
.jcc {
  justify-content: center;
}
.jc-end {
  justify-content: flex-end;
}
.header {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 80px;
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.first-screen {
}
.header-logo-link {
  display: block;
  height: 40px;
}
.img-100per-contain {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.gap-c-24 {
  column-gap: 24px;
}
.header-link {
  text-decoration: none;
  text-transform: capitalize;
  color: rgb(30, 30, 30);
  transition: .3s;
  font-size: 18px;
  font-weight: 500;
}
.header-link:hover {
  color: rgb(255, 89, 45);
}
.bg-grey {
  background: #fff7f5;
}
.p-t-b-48 {
  padding-bottom: 48px;
  padding-top: 48px;
}
.main {
}
.footer {
  background: #6c6564;
  color: rgb(255, 247, 245);
}
.flex-1 {
  flex: 1;
}
.color-dark-grey {
  color: rgb(150, 143, 141);
}
.ul-reset {
  list-style: none;
  padding-left: 0px;
}
.footer-link {
  color: rgb(255, 191, 189);
  text-decoration: none;
  transition: .3s;
}
.footer-link:hover {
  color: rgb(255, 255, 255);
}
.footer-menu-list {
  flex-direction: column;
  display: flex;
  row-gap: 4px;
}
.feedback-input {
  padding-left: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 24px;
  outline: 0;
  border-style: none;
  width: 72%;
}
.feedback-input:hover {
}
.feedback-btn {
  background: #ff592d;
  border-style: none;
  outline: 0;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.feedback-btn:hover {
  background: #d54523;
}
.gap-c-48 {
  column-gap: 48px;
}
.color-red {
  color: rgb(255, 89, 45);
}
.fz-48 {
  font-size: 48px;
}
.red-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
  padding-top: 16px;
  padding-left: 32px;
  padding-right: 32px;
  background: #ff592d;
  border-radius: 250px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  transition: .3s;
}
.red-link:hover {
  background: #ffc8ad;
  color: rgb(67, 0, 0);
}
.red-reverse-link {
  background: #ffc8ad;
  color: rgb(67, 0, 0);
}
.red-reverse-link:hover {
  background: #ff592d;
  color: rgb(255, 255, 255);
}
.gap-r-24 {
  row-gap: 24px;
}
.uppercase {
  text-transform: uppercase;
}
.fw-500 {
  font-weight: 500;
}
.letter-spacing-1px {
  letter-spacing: 1px;
}
.fw-700 {
  font-weight: 700;
}
.color-brown {
  color: rgb(67, 0, 0);
}
.fz-20 {
  font-size: 20px;
}
.page-subtitle {
  background: linear-gradient(90deg, rgba(255,237,215,1) 0%, rgba(255,237,215,1) 5%, rgba(255,237,215,0) 28%);
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 4px;
  color: rgb(88, 10, 5);
  border-style: solid;
  border-width: 0;
  border-left-width: 4px;
}
.page-subtitle::after {
}
.page-subtitle::before {
}
.width-100per {
  width: 100%;
}
.category-link {
  background: #580a05;
  display: flex;
  justify-content: center;
  column-gap: 8px;
  align-items: center;
  padding-bottom: 4px;
  padding-left: 16px;
  padding-top: 4px;
  padding-right: 16px;
  border-radius: 24px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 500;
  transition: .3s;
}
.category-link:hover {
  color: rgb(255, 255, 255);
  background: #ff592d;
}
.img-16 {
  height: 16px;
  width: 16px;
  object-fit: contain;
}
.category-link-active {
  background: #ff592d;
}
.category-link-active:hover {
}
.gap-c-12 {
  column-gap: 12px;
}
.mb-16 {
  margin-bottom: 16px;
}
.main-news-top-container {
  grid-template-columns: 1fr 2fr;
  display: grid;
  grid-gap: 16px;
}
.news-card {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(225, 225, 225);
  border-radius: 8px;
  overflow: hidden;
}
.news-card-link-img {
  display: flex;
  height: 260px;
  overflow: hidden;
}
.hover-scale {
  transition: .3s;
}
.hover-scale:hover {
  transform: scale(1.03);
}
.img-100per-cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-card-desc {
  overflow: hidden;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  height: 164px;
}
.news-card-desc-link {
  font-size: 20px;
  font-weight: 700;
  color: rgb(88, 10, 5);
  text-decoration: none;
  text-transform: uppercase;
  transition: .3s;
}
.news-card-desc-link:hover {
  color: rgb(235, 102, 66);
}
.news-card-comm {
  border-style: solid;
  border-width: 0;
  border-color: rgb(225, 225, 225);
  border-top-width: 1px;
  font-weight: 500;
  color: rgba(88, 10, 5, 0.65);
}
.grid-3c-2r {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.h-320 {
  height: 320px;
}
.grid-gap-16 {
  grid-gap: 16px;
}
.mb-32 {
  margin-bottom: 32px;
}
.pagination-link {
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 500;
  height: 24px;
  width: 24px;
  color: rgb(129, 30, 15);
  text-decoration: none;
  transition: .3s;
  border-radius: 100%;
}
.pagination-link:hover {
  background: #ff592d;
}
.rotate-180 {
  rotate: 180deg;
}
.calendar-head {
  align-items: center;
  background: #551f1e;
  color: rgb(255, 181, 152);
  display: grid;
  font-size: 20px;
  font-weight: 700;
  grid-template-columns: repeat(7, 1fr);
  height: 48px;
  text-align: center;
  text-transform: uppercase;
}
.calendar-days-container {
  border-style: solid;
  border-width: 0;
  border-color: rgb(129, 30, 15);
  border-top-width: 1px;
  border-left-width: 1px;
}
.calendar-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calendar-day {
  align-items: center;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-color: rgb(129, 30, 15);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 700;
  height: 140px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.img-36 {
  height: 36px;
  width: 36px;
  object-fit: contain;
}
.fz-14 {
  font-size: 14px;
}
.calendar-event-link-more {
  align-items: center;
  background: #551f1e;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  opacity: 0.7;
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: .3s;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
}
.calendar-event-link-more:hover {
  opacity: 1;
}
.bg-red {
  background: #ff592d;
}
.bg-light-orange {
  background: #ffdac2;
}
.popular-sport {
  background-image: url("https://sportguru.fi/assets/img/ff6431c052bf51b500d943eaf0e53cef.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.popular-sport-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255,218,194,.6);
  backdrop-filter: blur(6px);
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  color: rgb(54, 6, 6);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 8px;
  font-size: 20px;
  transition: .3s;
}
.popular-sport-card:hover {
  background: rgba(255,218,194,1);
  margin-top: -4px;
  margin-bottom: 4px;
}
.img-192 {
  height: 192px;
  object-fit: contain;
  width: 192px;
}
.border-radius-18 {
  border-radius: 8px;
}
.videos-section {
  background: #111111;
}
.latest-video-item {
  width: 540px;
}
.latest-video-card {
  align-items: center;
  display: flex;
  column-gap: 20px;
  height: 25%;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  text-decoration: none;
  transition: .3s;
  color: rgb(255, 255, 255);
}
.latest-video-card:hover {
  color: rgb(255, 144, 109);
}
.latest-video-desc {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  width: 60%;
  font-weight: 700;
}
.fz-12 {
  font-size: 12px;
}
.latest-video-card-img {
  width: 33%;
  object-fit: cover;
  height: 100px;
  position: relative;
  overflow: hidden;
}
.main-teams {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 24px;
}
.main-teams-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: rgb(255, 255, 255);
}
.fz-24 {
  font-size: 24px;
}
.team-card-stat {
  border-style: solid;
  border-width: 0;
  border-left-width: 1px;
  border-color: rgb(210, 117, 117);
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
}
.p-16 {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
.bg-light-orange-opacity6-blur-6 {
  background: rgba(255,218,194,.6);
  backdrop-filter: blur(6px);
  background-color: rgba(255, 218, 194, 0.2);
  color: rgb(255, 255, 255);
}
.width-40per {
  width: 40%;
}
.img-48 {
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.width-50per {
  width: 50%;
}
.main-table {
  border: 1px solid #dedede;
  width: 100%;
}
.main-table-head {
  background: #551f1e;
  display: grid;
  grid-template-columns: 8fr repeat(4, 1fr);
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
}
.color-white-t-a-c {
  color: rgb(255, 255, 255);
  text-align: center;
}
.t-a-left {
  text-align: left;
}
.main-table-row {
  align-items: center;
  border-style: solid;
  border-width: 0;
  border-color: rgba(0, 0, 0, 0.1);
  border-bottom-width: 1px;
  display: grid;
  grid-template-columns: 8fr repeat(4, 1fr);
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  text-align: center;
  transition: .3s;
}
.main-table-row:hover {
  background: rgba(210,210,210,1);
}
.main-table-team {
  display: flex;
  align-items: center;
  column-gap: 12px;
  text-decoration: none;
  color: rgb(79, 12, 12);
  font-size: 18px;
  font-weight: 500;
  transition: .3s;
}
.main-table-team:hover {
  color: rgb(130, 52, 52);
}
.main-fixtures-row {
  align-items: center;
  display: grid;
  grid-template-columns: 4fr 1fr 4fr;
  padding-bottom: 16px;
  padding-top: 16px;
  background: #ffedd7;
}
.main-fixtures-link {
  align-items: center;
  display: flex;
  font-size: 18px;
  color: rgb(62, 10, 10);
  text-decoration: none;
  font-weight: 500;
  column-gap: 12px;
  transition: .3s;
}
.main-fixtures-link:hover {
  color: rgb(123, 22, 22);
}
.jcend {
  justify-content: flex-end;
}
.t-a-center {
  text-align: center;
}
.bg-white {
  background: #fff;
}
.page-title {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 2px;
  color: rgb(88, 10, 5);
  padding-left: 4px;
  border-style: solid;
  border-width: 0;
  border-left-width: 8px;
  border-color: rgb(88, 10, 5);
}
.pagin-link {
  border-radius: 100%;
  border: 1px solid #ff592d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  height: 32px;
  width: 32px;
  font-weight: 700;
  background: #580a05;
  color: rgb(255, 255, 255);
  transition: .3s;
}
.pagin-link:hover {
  background: #ff592d;
  border: 1px solid #580a05;
}
.mb-24 {
  margin-bottom: 24px;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  margin-bottom: 24px;
}
.stats-min-table {
  display: grid;
  grid-template-rows: repeat(7, 1fr);
}
.stats-min-table-row {
  align-items: center;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: rgba(42, 64, 89, 0.34);
  display: grid;
  grid-template-columns: 1fr 5fr repeat(2, 1fr);
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  transition: .3s;
  text-align: center;
  height: 50px;
}
.stats-min-table-row:hover {
  background: #fff;
}
.stats-min-table-head {
  text-align: center;
  text-transform: uppercase;
  background: #580a05;
  color: rgb(255, 255, 255);
  font-weight: 500;
}
.stats-min-table-head:hover {
  background: #580a05;
}
.stats-min-table-player {
  align-items: center;
  display: flex;
  column-gap: 8px;
  color: rgb(68, 9, 9);
  text-decoration: none;
  transition: .3s;
  text-align: left;
}
.stats-min-table-player:hover {
  padding-left: 4px;
}
.stats-min-table-player-img {
  border-radius: 100%;
  height: 32px;
  width: 32px;
  object-fit: cover;
}
.page-league-table {
  display: grid;
  grid-template-rows: 1.2fr repeat(16, 1fr) ;
}
.league-table-head {
  grid-template-columns: 5fr repeat(7, 1fr) 2fr;
  display: grid;
  padding-left: 8px;
  padding-right: 8px;
  align-items: center;
}
.league-table-row {
  border-style: solid;
  border-width: 0;
  border-color: rgba(222, 222, 222, 0.6);
  border-bottom-width: 1px;
  display: grid;
  font-size: 18px;
  grid-template-columns: 0.3fr 4.7fr repeat(7, 1fr) 2fr;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  transition: .3s;
  text-align: center;
  background-color: rgba(222, 222, 222, 0);
}
.league-table-row:hover {
  background-color: rgba(222, 222, 222, 0.6);
}
.league-table-team-link {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  column-gap: 16px;
  text-decoration: none;
  color: rgb(79, 17, 17);
  transition: .3s;
}
.league-table-team-link:hover {
  color: rgb(159, 24, 24);
  padding-left: 4px;
}
.table-forms {
  align-items: center;
  display: flex;
  justify-content: space-around;
}
.table-league-circle {
  border-radius: 100%;
  height: 16px;
  width: 16px;
}
.bg-draw {
  background: #cbd9dc;
}
.bg-win {
  background: #6aaf5c;
}
.bg-lose {
  background: #f56363;
}
.videos-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 24px;
}
.video-card {
  display: flex;
  background: #fff;
  text-decoration: none;
  color: rgb(89, 17, 17);
  flex-direction: column;
  transition: .3s;
}
.video-card:hover {
  color: rgb(175, 33, 33);
}
.of-hidden {
  overflow: hidden;
}
.relative {
  position: relative;
}
.h-240 {
  height: 240px;
}
.playback-absolute {
  background: radial-gradient(circle, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4) 100%);
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: .3s;
}
.playback-absolute:hover {
  scale: 1.1;
}
.main-match-link {
  align-items: center;
  display: flex;
  font-family: Tahoma;
  font-weight: 700;
  column-gap: 24px;
  color: rgb(66, 11, 11);
  text-decoration: none;
  transition: .3s;
  font-size: 18px;
}
.main-match-link:hover {
  column-gap: 28px;
  color: rgb(113, 21, 21);
}
.img-72 {
  height: 72px;
  width: 72px;
  object-fit: contain;
}
.main-news-card-desc {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
.grid-2-row {
  grid-template-rows: 1fr 1fr;
}
.width-80per {
  width: 80%;
}
.contact-link-email {
  text-decoration: none;
  color: rgb(51, 9, 9);
  transition: .3s;
  font-size: 18px;
}
.contact-link-email:hover {
  color: rgb(121, 43, 43);
}
.w-65per {
  width: 65%;
}
.h-540 {
  height: 540px;
}
.mb-8 {
  margin-bottom: 8px;
}
.w-35per {
  width: 35%;
}
.d-block {
  display: block;
}
.recent-news-post {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
.grid-category {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 12px;
}
.main-match-item {
  align-items: center;
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
  padding-top: 16px;
}
.main-match-item-status {
  border-radius: 5px;
  font-size: 14px;
  width: 84px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-weight: 500;
  background: #ff592d;
  margin-bottom: 8px;
}
.font-italic {
  font-style: italic;
}
.main-match-item-event {
  align-items: center;
  display: grid;
  grid-template-columns: 284px 111px 284px;
  padding-left: 16px;
  padding-right: 16px;
}
.fz-32 {
  font-size: 32px;
}
.league-title {
  background-color: rgba(192, 59, 30, 0.34);
  border-radius: 20px;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(85, 22, 22);
}
.main-last-match-event {
  align-items: center;
  display: grid;
  column-gap: 32px;
  grid-template-columns: 3.5fr 1fr 3.5fr;
}
.main-review-team {
  align-items: center;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  column-gap: 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition: .3s;
  color: rgb(88, 10, 5);
}
.main-review-team:hover {
  color: rgb(171, 49, 25);
}
.main-review-result {
  border-style: solid;
  display: flex;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  color: rgb(88, 10, 5);
}
.a-i-end {
  align-items: flex-end;
}
.h-100per {
  height: 100%;
}
.jc-start {
  justify-content: flex-start;
}
.gap-r-8 {
  row-gap: 8px;
}
.fz-18 {
  font-size: 18px;
}
.space-around {
  justify-content: space-around;
}
.line-up-head {
  border-style: solid;
  border-width: 0;
  border-bottom-width: 3px;
  color: rgb(108, 20, 10);
}
.lineup-row {
  align-items: center;
  border-style: solid;
  border-width: 0;
  border-color: rgba(99, 31, 31, 0.3);
  border-bottom-width: 1px;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 16px;
  padding-bottom: 4px;
}
.lineup-player {
  display: flex;
  column-gap: 16px;
  color: rgb(62, 15, 15);
  text-decoration: none;
  transition: .3s;
}
.lineup-player:hover {
  color: rgb(123, 33, 33);
}
.img-64 {
  height: 64px;
  width: 64px;
  object-fit: contain;
}
.match-review {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 12px 2px rgb(245, 245, 245);
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
}
.match-review-head {
  background: #ffdac2;
  padding-bottom: 16px;
  padding-top: 16px;
}
.match-review-row {
  align-items: center;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: rgba(88, 10, 5, 0.24);
  color: rgb(88, 10, 5);
  display: grid;
  grid-template-columns: 1fr 0.8fr 1fr;
  padding-bottom: 16px;
  padding-top: 16px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
.match-review-team-link {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  column-gap: 24px;
  color: rgb(88, 10, 5);
  text-decoration: none;
  text-transform: uppercase;
}
.opacity-06 {
  opacity: 0.6;
}
.bg-brown {
  background: #580a05;
}
.match-time-event {
  display: grid;
  grid-template-columns: 1fr 4fr;
  column-gap: 32px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  margin-bottom: 32px;
}
.match-time-minute {
  align-items: center;
  border-style: dashed;
  border-width: 0;
  border-right-width: 3px;
  border-color: rgba(120, 120, 120, 0.58);
  display: flex;
  justify-content: center;
}
.a-i-s {
  align-items: flex-start;
}
.ff-verdana {
  font-family: Verdana;
}
.float-left {
  float: left;
}
.m-r-b-16 {
  margin-bottom: 16px;
  margin-right: 16px;
}
.team-stats {
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-left-width: 1px;
  border-color: rgba(107, 25, 25, 0.4);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.team-stats-cell {
  align-items: center;
  border-style: solid;
  border-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(107, 25, 25, 0.4);
  display: flex;
  justify-content: center;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  flex-direction: column;
}
.p-t-b-20 {
  padding-bottom: 20px;
  padding-top: 20px;
}
.yellow-card {
  align-items: center;
  background: #fdca00;
  display: flex;
  justify-content: center;
  height: 32px;
  width: 24px;
  border-radius: 3px;
}
.red-card {
  background: #ed5b34;
  border-radius: 2px;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 32px;
  width: 24px;
}
.squad-row {
  display: grid;
  grid-template-columns: 1fr 1fr 4fr 1fr 1fr;
  padding-bottom: 8px;
  padding-top: 8px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: rgb(244, 177, 177);
  text-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}
.t-a-right {
  text-align: right;
}
.squad-title {
  font-weight: 500;
  font-size: 24px;
  color: rgb(255, 255, 255);
  padding-left: 12px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.border-radius-100per {
  border-radius: 100%;
}
.position-sticky-top-24 {
  position: sticky;
  top: 24px;
}
.fz-72 {
  font-size: 100px;
}
.img-player {
  position: absolute;
  height: 400px;
  bottom: -48px;
  z-index: 0;
}
.z-index-2 {
  z-index: 2;
  position: relative;
}
.player-stats-table-row {
  align-items: center;
  display: grid;
  grid-template-columns: 1.5fr repeat(8, 1fr);
  height: 48px;
  padding-left: 8px;
  padding-right: 8px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: rgba(106, 23, 23, 0.34);
  text-align: left;
}
.news-link {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  color: rgb(255, 255, 255);
  text-align: center;
  text-decoration: none;
  background: #580a05;
  font-size: 18px;
  transition: .3s;
}
.news-link:hover {
  background: #ff592d;
}
.big-video-link {
  width: 900px;
  position: relative;
  overflow: hidden;
}
.team-name-link {
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: .3s;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
}
.team-name-link:hover {
  color: rgb(255, 157, 157);
}
