.wrapper {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  background-image: url("https://torontoleafs.ca/assets/img/fbe03a9666dd3ca23719afce09a1dbc5.webp");
  background-size: cover;
  background-attachment: fixed;
  background-position-y: center;
}
.header {
  background: #00205B ;
  align-items: center;
  display: flex;
  height: 60px;
  margin-bottom: 50px;
}
.main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.footer {
  background: #00205B ;
  padding-top: 30px;
}
.container {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.header__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}
.link-reset {
  cursor: pointer;
  color: rgb(147, 147, 147);
  text-decoration: none;
}
.header__logo_link {
}
.header__logo_img {
  height: 70px;
  position: relative;
  top: 5px;
  z-index: 10;
  width: 75px;
}
.header__menu {
}
.reset {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.header__menu_list {
  align-items: center;
  display: flex;
  column-gap: 30px;
}
.header__menu_link {
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  transition: 0.3s all ease;
  background: linear-gradient(to bottom, white, transparent);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position-y: 22px;
  padding-bottom: 4px;
}
.header__menu_link:hover {
  transition: 0.3s all ease;
  background-size: 100% 100%;
}
.mb-reset {
  margin-bottom: 0;
}
.news__section {
  margin-bottom: 50px;
}
.bg-white {
  background-color: rgb(255, 255, 255);
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  border-radius: 5px;
}
.title__block {
  margin-bottom: 30px;
}
.title {
  font-size: 30px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  font-weight: 700;
}
.text-dark-blue {
  color: rgb(0, 32, 91);
}
.news__rows {
  column-gap: 20px;
  margin-bottom: 20px;
}
.grid-col-70-1fr {
  display: grid;
  grid-template-columns: 70% 1fr;
}
.big-card__block {
}
.string-news__block {
  margin-bottom: 30px;
}
.big-card__item {
  position: relative;
  color: rgb(255, 255, 255);
  transition: 0.3s all ease;
}
.big-card__item:hover {
  color: rgb(255, 215, 0);
  transition: 0.3s all ease;
}
.big-card__img-block {
  padding-bottom: 60%;
}
.image-block {
  display: block;
  width: 100%;
  position: relative;
}
.big-news__img {
}
.ibg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.news__text_block {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}
.title-28 {
  font-size: 28px;
  font-weight: 600;
}
.overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0) 70%);;
}
.overlay:hover {
}
.text-white {
  color: rgb(255, 255, 255);
}
.flx-clmn-20px {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.string__news {
  font-size: 16px;
  font-weight: 500;
  color: rgb(0, 32, 91);
  transition: 0.3s all ease;
  border-color: rgb(0, 32, 91);
  border-left-width: 0;
  border-style: solid;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 1px;
  padding-bottom: 5px;
}
.hover-yellow {
  transition: 0.3s all ease;
}
.hover-yellow:hover {
  color: rgb(228, 194, 0);
  transition: 0.3s all ease;
}
.mb-20 {
  margin-bottom: 20px;
}
.news__items {
  column-gap: 15px;
}
.grid-col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.news__item {
  box-shadow: 0px 0px 6px rgb(0, 32, 91);
  border-radius: 10px;
}
.news__img_block {
  padding-bottom: 70%;
  border-radius: 10px 10px 0px 0px;
}
.news__img {
  border-radius: 10px 10px 0px 0px;
}
.card__footer {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.card__title {
  font-size: 22px;
  font-weight: 600;
  color: rgb(0, 32, 91);
}
.text-yellow {
  color: rgb(232, 197, 0);
}
.text-bold {
  font-weight: 700;
}
.video__section {
  margin-bottom: 50px;
}
.video__rows {
  display: grid;
  grid-template-columns: 60% 1fr;
  column-gap: 10px;
  margin-bottom: 10px;
}
.play__icon {
  position: absolute;
  height: 20%;
  bottom: 10px;
  right: 30px;
  z-index: 10;
  cursor: pointer;
}
.hover__scale {
  transition: 0.3s all ease;
  scale: 1;
}
.hover__scale:hover {
  scale: 1.1;
  transition: 0.3s all ease;
}
.v {
}
.video__item {
  position: relative;
  color: rgb(255, 255, 255);
  transition: 0.3s all ease;
}
.video__item:hover {
  color: rgb(255, 215, 0);
  transition: 0.3s all ease;
}
.hover__light_blue {
  transition: 0.3s all ease;
}
.hover__light_blue:hover {
  color: rgb(173, 216, 230);
  transition: 0.3s all ease;
}
.video__img_block {
  padding-bottom: 45%;
}
.video__img {
}
.play-icon-big {
  height: 35%;
  position: absolute;
  bottom: 5px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
.flx-col-row-10 {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.video-items__block {
  display: flex;
  flex-direction: column;
  row-gap: 9px;
}
.video__items {
  column-gap: 15px;
}
.video-card__img_block {
  padding-bottom: 70%;
}
.grid-col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.matches__section {
  margin-bottom: 50px;
}
.matches__rows {
  display: grid;
  column-gap: 15px;
  grid-template-columns: repeat(6, 1fr);
}
.match__block {
  background: #00205B ;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  border-radius: 5px;
  text-align: center;
}
.match__stage {
  display: inline-block;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: rgb(0, 32, 91);
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-transform: uppercase;
}
.match__body {
  margin-bottom: 15px;
}
.team__block {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.team__item {
  align-items: center;
  display: flex;
  column-gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.team-logo-30 {
  height: 30px;
  width: 30px;
}
.match__score {
  font-size: 16px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.match__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
  margin-bottom: 15px;
}
.match__date {
  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.link-btn__small {
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  color: rgb(0, 32, 91);
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-top: 5px;
  transition: 0.3s all ease;
}
.link-btn__small:hover {
  background-color: rgb(211, 211, 211);
  transition: 0.3s all ease;
}
.insider__section {
  margin-bottom: 50px;
}
.banner__img {
  width: 100%;
}
.insider__content {
  background-image: url("https://torontoleafs.ca/assets/img/6cbece7fc407db1097c207e27121362e.jpg");
  background-size: cover;
  display: grid;
  grid-template-columns: 45% 1fr;
  margin-bottom: 30px;
}
.insider__photo {
}
.insider__text_block {
  padding-bottom: 50px;
  padding-top: 50px;
  align-items: flex-start;
}
.link__btn_blue {
  background: #00205B ;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 8px;
  padding-top: 8px;
  transition: 0.3s all ease;
  z-index: 10;
  position: relative;
}
.link__btn_blue:hover {
  background: #FFD700 ;
  transition: 0.3s all ease;
}
.points-table__section {
  margin-bottom: 50px;
}
.points__table {
}
.points__table_header {
  background: #00205B ;
  display: grid;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 10px;
  color: rgb(255, 255, 255);
  text-align: center;
  text-transform: uppercase;
  grid-template-columns: 6% 15% repeat(16, 1fr);
}
.text-left {
  text-align: left;
}
.points__table_body {
  align-items: center;
  border-style: solid;
  border-width: thin;
  border-color: rgb(0, 32, 91);
  border-top-width: 0;
  display: grid;
  font-size: 16px;
  font-weight: 400;
  grid-template-columns: 6% 15% repeat(16, 1fr);
  padding-bottom: 10px;
  padding-top: 10px;
  color: rgb(0, 32, 91);
  text-align: center;
  text-transform: uppercase;
}
.point-table__team-block {
  align-items: center;
  display: flex;
  column-gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: rgb(0, 32, 91);
  text-transform: uppercase;
}
.team-logo__small {
  height: 20px;
  width: 20px;
}
.text-green {
  color: rgb(0, 225, 86);
}
.text-red {
  color: rgb(255, 0, 0);
}
.players__section {
  margin-bottom: 50px;
}
.players__rows {
  column-gap: 15px;
}
.player__card {
  box-shadow: 0px 0px 8px rgb(0, 32, 91);
  border-radius: 10px;
  transition: 0.3s all ease;
}
.player__card:hover {
  box-shadow: 0px 0px 16px rgb(0, 32, 91);
  transition: 0.3s all ease;
}
.player__photo_block {
  overflow: hidden;
  padding-bottom: 80%;
  color: rgb(0, 32, 91);
  background: #ADD8E6 ;
  border-radius: 10px 10px 0px 0px;
  transition: 0.3s all ease;
}
.player__photo_block:hover {
  color: rgb(255, 215, 0);
  background: #00205B ;
  transition: 0.3s all ease;
}
.player__photo {
  border-radius: 10px 10px 0px 0px;
}
.player__footer {
  color: rgb(0, 32, 91);
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.player__name {
  font-size: 22px;
  font-weight: 700;
  color: rgb(0, 32, 91);
  text-transform: uppercase;
}
.player__number {
  font-size: 50px;
  font-weight: 700;
  position: absolute;
  left: 20px;
}
.flag {
  height: 50px;
}
.footer__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  border-right-width: 0;
  border-top-width: 0;
  border-left-width: 0;
  padding-bottom: 30px;
}
.footer__logo_link {
}
.footer__logo {
  height: 150px;
  width: 160px;
}
.footer__menu {
  display: flex;
  flex-basis: 70%;
  justify-content: space-between;
  column-gap: 10px;
}
.footer__menu_item {
}
.footer__link {
  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.footer__btm {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 20px;
  padding-top: 20px;
  color: rgb(255, 255, 255);
  text-align: center;
}
.pag__block {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  margin-top: 20px;
}
.pag__item {
  font-size: 16px;
  font-weight: 500;
  border-style: solid;
  border-width: thin;
  border-color: rgb(0, 32, 91);
  color: rgb(0, 32, 91);
  transition: 0.3s all ease;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-top: 2px;
}
.pag__item:hover {
  background: #FFD700 ;
  color: rgb(255, 255, 255);
  transition: 0.3s all ease;
  border-color: rgb(255, 215, 0);
}
.pag__item_active {
  background: #FFD700 ;
  border-color: rgb(255, 215, 0);
}
.pag__item_active:hover {
  border-color: rgb(255, 215, 0);
}
.contact__section {
  margin-bottom: 50px;
  text-align: center;
}
.contact__block {
  font-size: 16px;
  font-weight: 500;
  color: rgb(0, 32, 91);
}
.contact__link {
  font-size: 18px;
  font-weight: 600;
  color: rgb(0, 32, 91);
}
.post__section {
  margin-bottom: 50px;
}
.post__rows {
  column-gap: 30px;
}
.post__content {
}
.sidebar {
}
.post__img_block {
  padding-bottom: 50%;
  margin-bottom: 20px;
}
.post__img {
  width: 100%;
}
.post__text_block {
  font-size: 17px;
  font-weight: 500;
  color: rgb(0, 32, 91);
}
.pos {
}
.post-logo__img {
  width: 70%;
  height: 200px;
}
.feed-news__section {
}
.feed__item {
  display: flex;
  font-size: 16px;
  column-gap: 15px;
  color: rgb(0, 32, 91);
}
.feed__img {
  height: 100px;
  width: 100px;
}
.feed__info_block {
  display: flex;
  flex-direction: column;
}
.fs-16 {
  font-size: 17px;
}
.feed__title {
  font-size: 18px;
  font-weight: 700;
  flex-grow: 1;
  text-transform: capitalize;
}
.text-black {
  color: rgb(0, 0, 0);
}
.feed-news__content {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
}
.small-table__sectiom {
}
.small-table__wrap {
}
.small-table__header {
  background: #00205B ;
  display: grid;
  font-size: 16px;
  font-weight: 600;
  grid-template-columns: 10% 35% repeat(5, 1fr);
  padding-bottom: 10px;
  padding-top: 10px;
  color: rgb(255, 255, 255);
  text-align: center;
  text-transform: uppercase;
  padding-right: 8px;
}
.small-table__body {
  align-items: center;
  display: grid;
  border-style: solid;
  border-width: thin;
  border-color: rgb(0, 32, 91);
  border-top-width: 0;
  font-size: 16px;
  font-weight: 400;
  grid-template-columns: 10% 35% repeat(5, 1fr);
  padding-bottom: 10px;
  padding-top: 10px;
  color: rgb(0, 32, 91);
  text-align: center;
  padding-right: 8px;
}
.video-post__section {
  margin-bottom: 50px;
}
.video-post__img_block {
  padding-bottom: 40%;
  margin-bottom: 20px;
}
.video-post__img {
  object-position: 100% 10%;
}
.reviews__section {
  margin-bottom: 50px;
}
.reviews__rows {
  column-gap: 15px;
}
.reviews__block {
  box-shadow: 0px 0px 6px rgb(0, 32, 91);
  border-radius: 5px;
  background: #00205B ;
}
.review__head {
}
.pdng-20 {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  align-items: center;
}
.brd-btm {
  border-style: solid;
  border-width: 3px;
  border-color: rgb(255, 255, 255);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.review-head__body {
  align-items: center;
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
}
.reviews__team_block {
  align-items: center;
  display: flex;
  column-gap: 10px;
  font-size: 20px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.team-logo-50 {
  height: 50px;
}
.review__score {
  font-size: 26px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.events__section {
  display: grid;
  column-gap: 50px;
  grid-template-columns: auto auto;
  align-items: flex-start;
}
.ebents__block {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
}
.events__item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.event__img {
  height: 25px;
}
.reviews__stats {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: center;
}
.reviews__stats_item {
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 600;
}
.pb-60prc {
  padding-bottom: 60%;
}
.history__section {
  margin-bottom: 50px;
}
.history__img {
  width: 100%;
  object-fit: contain;
}
.history__rows {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 49% 1fr;
}
.management__section {
  margin-bottom: 50px;
}
.management__rows {
  column-gap: 30px;
}
.management__item {
  align-items: flex-start;
  color: rgb(0, 32, 91);
}
.management__photo_block {
  padding-bottom: 100%;
  margin-bottom: 10px;
}
.management__photo {
  width: 100%;
  object-position: 100% 10%;
}
.management__info_block {
}
.cups__section {
  margin-bottom: 50px;
}
.cups__rows {
  column-gap: 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.cup__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  color: rgb(0, 32, 91);
  text-align: center;
}
.cup__img {
  height: 200px;
}
.player-head__section {
  margin-bottom: 50px;
}
.pleyer-head__top_section {
  align-items: center;
  display: flex;
  column-gap: 10px;
  margin-bottom: 20px;
}
.pleyer-head__top_item {
  border-style: solid;
  border-color: rgb(0, 32, 91);
  border-width: 1px;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  padding-right: 10px;
}
.player-head__img_block {
  padding-bottom: 30%;
  margin-bottom: 20px;
}
.player-head__img {
  width: 100%;
  object-position: 100% 10%;
}
.player-stat__section {
  align-items: flex-start;
  display: grid;
  grid-template-columns: 35% 1fr;
  column-gap: 20px;
}
.player__info_wrap {
  align-items: center;
  display: flex;
  column-gap: 20px;
}
.player__stat_wrap {
}
.player__photo_circle-block {
  background: #00205B ;
  border-radius: 50%;
}
.player__photo_circle {
  border-radius: 50%;
  height: 200px;
  width: 200px;
}
.player-params__block {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.player-params__item {
  font-size: 16px;
  text-transform: capitalize;
  color: rgb(0, 32, 91);
}
.player-stat__block {
  background: #00205B ;
  border-radius: 5px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.player-stat__items {
  display: grid;
  grid-template-columns: 30% repeat(5, 1fr);
  align-items: center;
}
.player-stat__item {
  font-size: 28px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  align-items: center;
  display: flex;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}
.player-stat__item:first-child {
  border-right-width: 0;
}
.player-stat__item:last-child {
  border-right-width: 0;
}
.bio__section {
  margin-bottom: 50px;
}
.career-table__section {
  margin-bottom: 50px;
}
.career-table__wrapper {
}
.career-table__header {
  background: #00205B ;
  display: grid;
  font-size: 16px;
  font-weight: 700;
  grid-template-columns: repeat(16, 1fr);
  padding-bottom: 10px;
  padding-top: 10px;
  color: rgb(255, 255, 255);
  text-align: center;
  text-transform: uppercase;
  padding-left: 10px;
}
.career-table__body {
  border-style: solid;
  border-width: thin;
  border-color: rgb(0, 32, 91);
  border-top-width: 0;
  display: grid;
  font-size: 16px;
  font-weight: 500;
  grid-template-columns: repeat(16, 1fr);
  padding-bottom: 10px;
  padding-left: 10px;
  padding-top: 10px;
  color: rgb(0, 32, 91);
  text-align: center;
}
.results__section {
  margin-bottom: 50px;
}
.res__item {
  border-radius: 10px;
  display: grid;
  grid-template-columns: 15% 65% auto;
  color: rgb(255, 255, 255);
}
.res__date_block {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  background: #ADD8E6 ;
  border-radius: 10px 0px 0px 10px;
}
.fs-30 {
  font-size: 30px;
}
.res__body {
  align-items: center;
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
  background: #00205B ;
  padding-left: 40px;
  padding-right: 40px;
}
.res__team_block {
  align-items: center;
  display: flex;
  flex-basis: 40%;
  font-size: 22px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  column-gap: 20px;
  text-align: center;
  text-transform: uppercase;
  justify-content: space-between;
}
.team-logo-60 {
  height: 60px;
}
.res__score {
  flex-basis: 20%;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.res__link_block {
  background: #ADD8E6 ;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 0px 10px 10px 0px;
}
.win {
  position: absolute;
  font-size: 14px;
  color: rgb(0, 214, 82);
  left: 0;
  top: 30px;
}
.team__name_block {
  position: relative;
}
.gallery__section {
  margin-bottom: 50px;
}
.gallery__items {
  column-gap: 5px;
  align-items: flex-start;
  margin-bottom: 5px;
}
.grid-col-2 {
  display: grid;
  grid-template-columns: 49% 1fr;
}
.big__gallery_block {
  color: rgb(255, 255, 255);
  position: relative;
  cursor: pointer;
}
.big-gallery__img-block {
  padding-bottom: 63%;
  overflow: hidden;
  color: rgb(255, 255, 255);
  z-index: 0;
}
.big-gallery__img {
}
.gallery__items_block {
}
.gallery__rows {
  column-gap: 5px;
  margin-bottom: 5px;
}
.gallery__item {
  color: rgb(255, 255, 255);
  position: relative;
}
.gallery-item__image-block {
  padding-bottom: 60%;
  overflow: hidden;
}
.gallery-item__image {
}
.pb-59prc {
  padding-bottom: 59%;
}
.lives__section {
  margin-bottom: 50px;
}
.lives__rows {
  column-gap: 20px;
}
.lives__block {
  border-radius: 10px;
  background-image: url("https://torontoleafs.ca/assets/img/99abae4f9d2d62f906bb5b6dc6068dc1.jpg");
  background-size: cover;
  padding-bottom: 40px;
  padding-top: 10px;
  text-align: center;
  background-position-y: center;
  position: relative;
}
.lives__content {
  position: relative;
  text-align: center;
  z-index: 10;
}
.lives__body {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
}
.lives__team_block {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 22px;
  font-weight: 700;
  row-gap: 5px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.lives__team_logo {
  height: 90px;
}
.lives__score {
  color: rgb(255, 255, 255);
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  align-items: center;
  display: flex;
  flex-direction: column;
  line-height: 50px;
}
.fs-20 {
  font-size: 20px;
}
.lives__overlay {
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.43);
  border-radius: 10px;
}
.calendar__section {
  margin-bottom: 50px;
}
.calendar__wrapper {
  text-align: center;
}
.calendar__header {
  background: #00205B ;
  display: grid;
  font-size: 16px;
  font-weight: 700;
  grid-template-columns: repeat(7, 1fr);
  padding-bottom: 10px;
  padding-top: 10px;
  color: rgb(255, 255, 255);
  text-align: center;
  text-transform: uppercase;
}
.calenadr__body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}
.calendar__item {
  border-style: solid;
  border-width: thin;
  border-color: rgb(0, 32, 91);
  border-top-width: 0;
  border-left-width: 0;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}
.calendar__item:first-child {
  border-left-width: thin;
}
.calendar-item__date {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: rgb(0, 32, 91);
}
.calendar__body {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.calendar__team_block {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  flex-direction: column;
  color: rgb(0, 32, 91);
  text-transform: uppercase;
}
.team-logo-40 {
  height: 40px;
}
.NewClass-226 {
}
.calendar__link {
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  background: #00205B ;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  transition: 0.3s all ease;
}
.calendar__link:hover {
  transition: 0.3s all ease;
  background-color: rgb(201, 171, 0);
}
