.null {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  font-family: Impact;
  font-size: 16px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  position: relative;
}
.header {
  background-color: rgb(17, 17, 17);
  box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.16);
}
.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.flex-space-between-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__flex {
  display: flex;
  align-items: center;
  column-gap: 25px;
}
.a__null {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.header__a {
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: .3s;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 16px;
}
.header__a:hover {
  color: rgb(223, 10, 10);
}
.header__img {
  width: 90px;
}
.header__main {
  background-image: url("https://cricket-today.ca/assets/img/30dea56f860f5266a58ccb5686f2f53b.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.header__gap {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.header__welcome {
  background: rgba(228, 27, 35, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 1px;
  width: 19%;
}
.header__title {
  display: block;
  font-size: 100px;
  width: 70%;
  line-height: 110%;
  letter-spacing: 1px;
}
.header__whitebutton {
  transition: .3s;
  background-color: rgb(0, 0, 0);
  border: 1px solid #000;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  letter-spacing: 2px;
  font-size: 18px;
  cursor: pointer;
}
.header__whitebutton:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.header__column {
  display: flex;
  column-gap: 30px;
}
.header__whitebutton_black {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border: 1px solid #fff;
}
.header__whitebutton_black:hover {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.main {
  background-color: rgb(255, 255, 255);
}
.live__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.live {
  padding-top: 40px;
  background-color: rgb(246, 246, 246);
}
.live__block {
  width: 25%;
  display: flex;
  color: rgb(17, 17, 17);
  align-items: center;
  justify-content: space-between;
  transition: .3s;
  font-size: 24px;
  letter-spacing: 1px;
}
.live__block:hover {
  color: rgb(223, 10, 10);
}
.live__img {
  width: 30%;
}
.live__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  row-gap: 15px;
}
.live__column {
  display: flex;
  flex-direction: column;
}
.live__semi {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Helvetica;
  font-weight: 600;
  background-color: rgb(223, 10, 10);
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 14px;
  width: 55%;
  margin-right: auto;
}
.right {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
.live__main {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 50%;
  flex-direction: column;
  align-items: center;
  row-gap: 50px;
}
.live__main::after {
  content: "LIVE";
  position: absolute;
  color: rgb(255, 255, 255);
  font-size: 24rem;
  font-weight: 600;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
  top: -136px;
}
.live__time {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  row-gap: 5px;
  color: rgb(17, 17, 17);
}
.live__number {
  font-size: 60px;
  font-family: Helvetica;
  font-weight: 600;
}
.live__grey {
  font-size: 15px;
  font-family: Helvetica;
  font-weight: 600;
  color: rgb(99, 99, 99);
}
.live__center {
  display: flex;
  column-gap: 25px;
}
.live__header {
  color: rgb(17, 17, 17);
  font-family: Helvetica;
  font-weight: 600;
  font-size: 18px;
}
.index-30 {
  z-index: 30;
  position: relative;
}
.tac {
  text-align: center;
}
.news {
}
.flex-spacebetween-gap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 25px;
}
.relative {
  position: relative;
}
.news__block {
  display: flex;
  width: 32%;
  color: rgb(255, 255, 255);
  transition: .3s;
  overflow: hidden;
  background-color: rgb(223, 10, 10);
}
.news__block:hover {
  color: rgb(223, 10, 10);
}
.news__block::before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  bottom: 0;
  left: 0;
  height: 60%;
}
.w100 {
  width: 100%;
  object-fit: cover;
}
.news__image {
  min-height: 400px;
  max-height: 400px;
  transition: .3s;
}
.news__image:hover {
}
.news__content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  width: 100%;
  padding-right: 25px;
}
.live__semi_news {
  background-color: rgb(255, 255, 255);
  color: rgb(223, 10, 10);
  width: 20%;
  font-size: 12px;
}
.news__text {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}
.title {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.title__title {
  color: rgb(17, 17, 17);
  font-size: 40px;
  letter-spacing: 1px;
}
.title__subtitle {
  color: rgb(153, 153, 153);
  font-family: Helvetica;
  font-size: 14px;
}
.news__background {
  color: rgb(247, 247, 247);
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10rem;
  bottom: -50px;
}
.main_main {
  padding-top: 0;
}
.block {
  padding-top: 40px;
  padding-bottom: 40px;
}
.NewClass-48 {
}
.review {
}
.review__flex {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.review__block {
  display: grid;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  background-color: rgb(246, 246, 246);
  padding-left: 45px;
  padding-right: 45px;
  grid-template-columns: repeat(3, 1fr);
}
.review__content {
  border: 1px solid #e2e2e2;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  display: flex;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  flex-direction: column;
  row-gap: 5px;
  text-align: left;
  justify-content: center;
  height: 100%;
}
.review__info {
  color: rgb(153, 153, 153);
  font-family: Helvetica;
  font-size: 16px;
}
.review__placement {
  font-size: 20px;
  color: rgb(17, 17, 17);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.NewClass-55 {
}
.live__semi_review {
  width: auto;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  background-color: rgb(17, 17, 17);
}
.review__content_center {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 45px;
  height: 100%;
}
.review__a {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgb(17, 17, 17);
  transition: .3s;
  font-family: Helvetica;
  font-size: 14px;
  width: 25%;
}
.review__a:hover {
  color: rgb(223, 10, 10);
}
.review__image {
  min-height: 80px;
  max-height: 80px;
}
.review__score {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 15%;
}
.review__ball {
  border: 1px solid #e2e2e2;
  background-color: rgb(255, 255, 255);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: .3s;
  text-align: center;
  text-transform: uppercase;
  color: rgb(17, 17, 17);
}
.review__ball:hover {
  background-color: rgb(223, 10, 10);
  color: rgb(255, 255, 255);
}
.review__savements {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  height: 100%;
}
.header__whitebutton_size {
  font-size: 12px;
  color: rgb(255, 255, 255);
}
.header__whitebutton_size:hover {
  background-color: rgb(223, 10, 10);
  border: 1px solid #DF0A0A;
  color: rgb(255, 255, 255);
}
.header__whitebutton_size_red {
  background-color: rgb(223, 10, 10);
  color: rgb(255, 255, 255);
}
.header__whitebutton_size_red:hover {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  border: 1px solid #000;
}
.sponsors {
}
.sponsors__flex {
  align-items: center;
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
}
.sponsors__a {
  width: 12%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  filter: opacity(50%);
}
.sponsors__a:hover {
  filter: opacity(100%);
}
.videos {
}
.videos__flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
.videos__block {
  min-height: 280px;
  background-color: rgb(223, 10, 10);
  color: rgb(255, 255, 255);
  transition: .3s;
}
.videos__block:hover {
  color: rgb(223, 10, 10);
}
.videos__image {
  filter: brightness(50%);
  height: 100%;
}
.videos__subtitle {
  width: 10%;
}
.button {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translateX(-50%);
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  transition: .3s;
  cursor: pointer;
  background-image: url("https://cricket-today.ca/assets/img/81fd5d2dca901e8deb6443a201c6bbb6.png");
  background-repeat: no-repeat;
  background-size: 28px;
  background-position-y: center;
  background-position-x: center;
}
.button:hover {
  background-color: rgb(223, 10, 10);
  background-image: url("https://cricket-today.ca/assets/img/214cafe8b4ab48ec1b369d956fbf8d7d.png");
}
.videos__block_none {
  grid-area: 1 / 1 / 3 / 3;
}
.button__hight {
  top: 35%;
  height: 65px;
  width: 65px;
}
.statistics {
}
.statistics__grid {
  display: grid;
  grid-template-rows: 1.2fr repeat(9, 1fr);
}
.statistics__header {
  display: grid;
  grid-template-columns: 5fr repeat(7, 1fr) 2fr;
  background-color: rgb(223, 10, 10);
  align-items: center;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 600;
  font-family: Helvetica;
}
.tal {
  text-align: left;
}
.statistics__section {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  grid-template-columns: 0.3fr 4.7fr repeat(7, 1fr) 2fr;
  display: grid;
  font-size: 18px;
  border: 1px solid rgba(203, 217, 220, 0.6);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  transition: .3s;
  color: rgb(17, 17, 17);
  font-family: Helvetica;
}
.statistics__section:hover {
  background-color: rgba(223, 10, 10, 0.15);
}
.statistics__flex {
  align-items: center;
  display: flex;
  column-gap: 16px;
  color: rgb(17, 17, 17);
  transition: .3s;
  font-size: 18px;
  font-weight: 600;
}
.statistics__flex:hover {
  color: rgb(223, 10, 10);
}
.fw600 {
  font-weight: 600;
}
.statistics__form {
  align-items: center;
  display: flex;
  justify-content: space-around;
}
.statistics__half {
  background-color: rgb(203, 217, 220);
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
.statistics__red {
  background-color: rgb(245, 99, 99);
}
.statistics__green {
  background-color: rgb(106, 175, 92);
}
.footer {
  background-color: rgb(17, 17, 17);
}
.footer__flex {
  display: grid;
  justify-content: space-between;
  column-gap: 20px;
  grid-template-columns: repeat(4, 1fr);;
}
.footer__content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.footer__width {
  width: 150px;
}
.footer__text {
  font-family: Helvetica;
  color: rgb(154, 154, 154);
}
.footer__contacts {
  display: flex;
  justify-content: space-between;
}
.footer__ball {
  background-color: rgb(29, 29, 29);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid rgba(14, 16, 19, 0.1);
  height: 50px;
  width: 50px;
  transition: .3s;
}
.footer__ball:hover {
  border: 2px solid #DF0A0A;
  background-color: rgb(223, 10, 10);
}
.NewClass-94 {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.footer__center {
  align-items: center;
  display: flex;
  column-gap: 20px;
  text-transform: uppercase;
  font-size: 18px;
}
.footer__line {
  width: 20px;
  height: 2px;
  background-color: rgb(223, 10, 10);
}
.footer__gap {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.footer__widget {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  font-family: Helvetica;
  color: rgb(136, 136, 136);
  padding-left: 15px;
  font-size: 15px;
}
.footer__link {
  color: rgb(136, 136, 136);
  transition: .3s;
}
.footer__link:hover {
  color: rgb(255, 255, 255);
}
.footer__row {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.footer__margin {
  align-items: center;
  display: flex;
  column-gap: 15px;
  color: rgb(255, 255, 255);
  font-size: 13px;
  letter-spacing: 1px;
  transition: .3s;
}
.footer__margin:hover {
  color: rgb(223, 10, 10);
}
.header__a_active {
  color: rgb(223, 10, 10);
}
.NewClass-103 {
}
.header__gap_other {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
.header__title_other {
  font-size: 50px;
}
.videos__block_area {
  grid-area: span 2 / span 2;
}
.white {
  color: rgb(255, 255, 255);
}
.reviews {
  display: flex;
  column-gap: 24px;
}
.reviews__main {
  box-shadow: 0px 0px 12px 2px rgb(235, 235, 235);
  padding-top: 40px;
  padding-right: 24px;
  padding-left: 24px;
  padding-bottom: 40px;
  width: 65%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.reviews__header {
  display: grid;
  grid-template-columns: 1fr 0.8fr 1fr;
  align-items: center;
  border: 1px solid rgb(224, 225, 226);
  text-align: center;
  background-color: rgb(224, 225, 226);
}
.live__block__stop {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.live__main_nobefore {
}
.live__main_nobefore::after {
  content: "";
}
.reviews__stats {
  color: rgb(17, 17, 17);
  font-size: 24px;
}
.reviews__content {
  padding-bottom: 16px;
  display: grid;
  grid-template-columns: 1fr 0.8fr 1fr;
  align-items: center;
  border: 1px solid rgb(224, 225, 226);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  text-align: center;
  color: rgb(117, 117, 117);
  font-family: Helvetica;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
}
.black {
  color: rgb(0, 0, 0);
}
.reviews__content_bottom {
  border: 4px solid #DF0A0A;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.reviews__header_grid {
  background-color: rgb(0, 0, 0);
  grid-template-columns: 1fr 4fr;
  column-gap: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.reviews__time {
  align-items: center;
  display: flex;
  justify-content: center;
  border: 3px dashed rgba(121, 121, 121, 0.6);
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}
.reviews__image {
  height: 64px;
}
.reviews__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: rgb(255, 255, 255);
  align-items: flex-start;
  row-gap: 18px;
  text-align: left;
}
.review__text {
  font-family: Helvetica;
}
.reviews__header_white {
  background-color: rgb(255, 255, 255);
}
.reviews__time_text {
  font-size: 52px;
  color: rgb(17, 17, 17);
  letter-spacing: 1px;
}
.reviews__column_color {
  color: rgb(17, 17, 17);
}
.reviews__time_text_white {
  color: rgb(255, 255, 255);
}
.reviews__sidebar {
  width: 35%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  color: rgb(17, 17, 17);
  text-align: center;
  justify-content: space-between;
}
.reviews__border {
  border: 3px solid #DF0A0A;
  justify-content: space-around;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  font-family: Helvetica;
  font-size: 18px;
  display: flex;
}
.reviews__lineup {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgb(224, 225, 226);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  padding-bottom: 4px;
  grid-gap: 24px;
}
.review__player {
  justify-content: flex-end;
  display: flex;
  column-gap: 16px;
  color: rgb(17, 17, 17);
  transition: .3s;
}
.review__player:hover {
  color: rgb(223, 10, 10);
}
.reviews__width {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.reviews__name {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
}
.reviews__subname {
  font-family: Helvetica;
  text-transform: capitalize;
  color: rgb(0, 0, 0);
}
.h558 {
  height: 58px;
  object-fit: contain;
}
.reviews__left {
  align-items: flex-start;
}
.results {
}
.results__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 24px;
}
.live__main_noafter {
}
.live__main_noafter::after {
  height: 0;
  width: 0;
  display: none;
}
.live__flex_results {
  width: 49%;
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 16px;
  border: 1px solid rgb(214, 214, 214);
}
.live__block_thirty {
  width: 35%;
}
.schedule {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.schedule__title {
  text-transform: uppercase;
  font-size: 22px;
}
.helvetica {
  font-family: Helvetica;
  text-transform: capitalize;
  font-weight: 600;
}
.schedule__table {
}
.schedule__header {
  align-items: center;
  border: 3px solid #DF0A0A;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  height: 60px;
}
.schedule__day {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgb(223, 10, 10);
}
.schedule__content {
  display: grid;
  border: 1px solid rgb(200, 200, 200);
  border-bottom-width: 0;
  border-right-width: 0;
  grid-template-rows: repeat(5, 1fr);
  grid-template-columns: repeat(7, 1fr);
}
.schedule__section {
  border: 1px solid rgb(200, 200, 200);
  border-top-width: 0;
  border-left-width: 0;
  padding-top: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  position: relative;
  flex-direction: column;
  height: 205px;
  width: 205px;
  color: rgb(17, 17, 17);
  font-family: Helvetica;
  letter-spacing: 1px;
}
.schedule__section_last {
  background-color: rgb(203, 217, 220);
  letter-spacing: 1px;
}
.schedule__section_red {
  color: rgb(255, 255, 255);
  background-color: rgb(223, 10, 10);
  font-weight: 600;
}
.schedule__subtext {
  margin-bottom: 15px;
}
.schedule__flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
}
.width30 {
  width: 30%;
}
.schedule_hover {
  transition: .3s;
}
.schedule_hover:hover {
  background-color: rgb(255, 255, 255);
  border: 1px solid #111111;
  color: rgb(17, 17, 17);
}
.contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
  text-align: center;
}
.columngap {
  column-gap: 16px;
}
.contacts__color {
  color: rgb(17, 17, 17);
  font-weight: 600;
  font-family: Helvetica;
  letter-spacing: 0px;
}
.team {
  align-items: center;
  display: flex;
  justify-content: center;
}
.team__image {
  width: 300px;
}
.team__history {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
  width: 600px;
  height: 331px;
}
.team__text {
  font-size: 18px;
  color: rgb(17, 17, 17);
  font-family: Helvetica;
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
}
.mb0 {
  margin-bottom: 0;
}
.team__flex {
  display: flex;
  justify-content: space-between;
  row-gap: 20px;
  flex-wrap: wrap;
}
.team__block {
  display: flex;
  flex-direction: column;
  width: 24%;
  color: rgb(17, 17, 17);
  transition: .3s;
}
.team__block:hover {
  color: rgb(223, 10, 10);
}
.team__player {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.team__file {
  height: 280px;
  object-fit: contain;
  transition: .3s;
}
.team__file:hover {
  transform: scale(1.05);
}
.team__content {
  align-items: center;
  display: flex;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  background-color: rgb(252, 252, 252);
}
.team__number {
  font-family: Impact;
  font-weight: 600;
  font-size: 60px;
  color: rgb(203, 203, 203);
  text-align: center;
  width: 80px;
  display: block;
}
.team__front {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Helvetica;
}
.team__name {
  font-size: 18px;
  font-weight: 600;
}
.team__subtitle {
  color: rgb(120, 120, 120);
}
.team__score {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 24%;
  color: rgb(17, 17, 17);
  text-align: center;
  font-size: 22px;
  letter-spacing: 1px;
}
.team__award {
  height: 340px;
  min-height: 340px;
  max-height: 340px;
  object-fit: cover;
}
.player__header {
  display: flex;
  align-items: center;
  color: rgb(17, 17, 17);
  column-gap: 35px;
}
.NewClass-174 {
}
.player__width {
  width: 35%;
}
.player__info {
  width: 65%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  font-family: Helvetica;
}
.player__title {
  font-size: 55px;
  font-weight: 600;
  letter-spacing: 1px;
}
.player__subtitle {
  font-size: 28px;
}
.player__flag {
  height: 48px;
  width: 48px;
}
.player__number {
  font-size: 30px;
  font-weight: 600;
}
.player__color {
  color: rgb(142, 142, 142);
}
.player__table {
  border: 1px solid rgb(200, 200, 200);
  border-right-width: 0;
  border-bottom-width: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.player__section {
  border: 1px solid rgb(200, 200, 200);
  border-top-width: 0;
  border-left-width: 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 16px;
  color: rgb(17, 17, 17);
  font-size: 48px;
}
.player__text {
  font-size: 20px;
}
.player__gap {
  column-gap: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}
.player__card {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 32px;
  width: 24px;
  background-color: rgb(253, 202, 0);
  font-family: Helvetica;
  font-size: 18px;
}
.player__card_red {
  background-color: rgb(237, 91, 52);
}
.post {
  display: flex;
  justify-content: space-between;
}
.post__main {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  justify-content: space-between;
  width: 70%;
  color: rgb(17, 17, 17);
}
.post__sidebar {
  display: flex;
  justify-content: space-between;
  row-gap: 16px;
  flex-direction: column;
  width: 25%;
}
.post__info {
  width: 100%;
  height: auto;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}
.ttu {
  text-transform: uppercase;
}
.video-post__background {
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 16px;
  padding-top: 16px;
  background-color: rgb(223, 10, 10);
}
.block_fix {
  padding-bottom: 24px;
  padding-top: 24px;
}
.video-post-text {
  margin-top: 16px;
}
