.body {
}
.first-screen {
  background-image: url("https://hockeypro.fi/assets/img/bad34900bf7e9cf0c972c2d5f843af25.jpg");
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header {
  height: 80px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 1440px;
}
.header-logo-link {
  display: block;
  height: 64px;
}
.img-100per {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.space-between {
  justify-content: space-between;
}
.gap-c-24 {
  column-gap: 24px;
}
.header-link {
  background: linear-gradient(#fff, #fff);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 0% 6%;
  transition: .4s;
  text-decoration: none;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.header-link:hover {
  background-size: 100% 6%;
}
.color-white {
  color: rgb(255, 255, 255);
}
.p-t-b-48 {
  padding-bottom: 48px;
  padding-top: 48px;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.jcc {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
.mb-16 {
  margin-bottom: 16px;
}
.fw-700 {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.main {
}
.footer {
  background-image: url("https://hockeypro.fi/assets/img/288f22a2f4e1367f80a6cb78448e9f52.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}
.footer-logo-container {
  display: flex;
  justify-content: center;
  width: 240px;
}
.footer-logo {
  display: block;
  height: 140px;
}
.footer-menus {
  width: calc(100% - 240px);
  justify-content: space-around;
}
.footer-menu-block {
  border-style: solid;
  border-width: 0;
  border-color: rgba(58, 58, 58, 0.38);
  border-left-width: 1px;
  padding-left: 56px;
  color: rgb(255, 255, 255);
}
.ul-reset {
  list-style: none;
  padding-left: 0;
}
.footer-menu-link {
  display: flex;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: rgb(255, 255, 255);
  margin-bottom: 8px;
  transition: .3s;
  column-gap: 12px;
}
.footer-menu-link:hover {
  color: rgb(94, 162, 246);
}
.img-24 {
  height: 24px;
  object-fit: contain;
  width: 24px;
}
.color-grey {
  color: rgb(141, 141, 141);
}
.fz-14 {
  font-size: 14px;
}
.text-a-c {
  text-align: center;
}
.p-b-16 {
  padding-bottom: 16px;
}
.up-games-card {
  width: 568px;
  position: relative;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  backdrop-filter: blur(30px);
  border: 1px solid rgba(161,191,254,0.3);
  overflow: hidden;
}
.next-game-plate {
  background: #009dc8;
  width: 145px;
  height: 24px;
  transform: rotate(315deg);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  z-index: 2;
  left: -32px;
  top: 28px;
}
.next-game-grid {
  display: grid;
  grid-template-columns: 3fr 1fr 3fr;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 16px;
  border-color: rgba(183, 183, 183, 0.68);
}
.img-96 {
  height: 96px;
  width: 96px;
  object-fit: contain;
}
.next-game-team {
  text-decoration: none;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  transition: .3s;
  font-size: 18px;
  font-family: Arial;
  font-weight: 600;
  letter-spacing: 1px;
}
.next-game-team:hover {
  color: rgb(0, 157, 200);
}
.next-game-vs {
  background-image: url("https://hockeypro.fi/assets/img/f7d972b927b316e2f6a27e26b7282a3d.png");
  align-items: center;
  display: flex;
  justify-content: center;
  color: rgb(0, 157, 200);
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
  height: 32px;
  font-weight: 700;
}
.next-game-place {
  padding-top: 16px;
  font-size: 14px;
  color: rgb(114, 114, 114);
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
  border-color: rgba(183, 183, 183, 0.64);
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
}
.gap-c-8 {
  column-gap: 8px;
}
.img-18 {
  height: 18px;
  width: 18px;
  object-fit: contain;
}
.mb-32 {
  margin-bottom: 32px;
}
.upcoming-link {
  background: #008aff;
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: .3s;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
.upcoming-link:hover {
  background: #2449a4;
}
.bg-f5f5f5 {
  background: #f5f5f5;
}
.team-logo-link {
  display: flex;
  opacity: 0.6;
  transition: .3s;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
  color: rgb(0, 11, 65);
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}
.team-logo-link:hover {
  opacity: 1;
}
.main-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr;
  grid-gap: 24px;
}
.news-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(161,191,254,0.3);
  box-shadow: 0px 0px 12px 1px rgba(161, 191, 254, 0.24);
  text-decoration: none;
  color: rgb(5, 3, 63);
  font-size: 18px;
  font-weight: 700;
  transition: .3s;
}
.news-card:hover {
  color: rgb(121, 110, 182);
}
.news-desc {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
.dp-block {
  display: block;
}
.min-h-54px {
  min-height: 54px;
}
.height-260 {
  height: 260px;
}
.height-64 {
  height: 64px;
}
.of-hidden {
  overflow: hidden;
}
.page-subtitle {
  font-family: Verdana;
  font-weight: 700;
  color: rgb(5, 3, 63);
  margin-bottom: 16px;
  padding-bottom: 4px;
  position: relative;
}
.page-subtitle::after {
  content: "";
  display: block;
  width: 440px;
  height: 3px;
  background: linear-gradient(90deg, rgba(5,3,63,1) 0%, rgba(36,73,164,0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-hockey-man {
  background-image: url("https://hockeypro.fi/assets/img/a47fe2dd74a392721d87507a1643a5a5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  position: relative;
  margin-top: 48px;
  padding-bottom: 48px;
  padding-top: 48px;
  margin-bottom: 48px;
}
.jc-end {
  justify-content: flex-end;
}
.table-stat-player-row {
  display: grid;
  grid-template-columns: 5fr 2fr repeat(7, 1fr);
  padding-top: 8px;
  padding-bottom: 8px;
  align-items: center;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  grid-column-gap: 24px;
  border-style: solid;
  border-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: rgba(0, 138, 255, 0.4);
  margin-right: 96px;
}
.table-stat-player-head {
  background-color: rgba(0, 138, 255, 0.4);
  font-weight: 600;
  font-size: 18px;
  backdrop-filter: blur(15px);
}
.t-a-l {
  text-align: left;
}
.stat-player-link {
  text-align: left;
  color: rgb(255, 255, 255);
  transition: .3s;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}
.stat-player-link:hover {
  color: rgb(0, 138, 255);
}
.position-relative {
  position: relative;
}
.player-stats-img-man {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(50%, -14%) scale(1.08);
}
.main-video-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 24px;
}
.video-card {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.video-card-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
  justify-content: center;
  transition: .3s;
  z-index: 4;
  bottom: 60px;
}
.video-card-overlay:hover {
  scale: 1.1;
}
.video-card-overlay-bg {
  background: rgba(0, 22, 48, .5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.video-card-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  align-items: center;
  display: flex;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  z-index: 3;
  backdrop-filter: blur(10px);
  background-color: rgba(4, 68, 132, 0.4);
}
.m-0 {
  margin-bottom: 0;
}
.width-35per {
  width: 35%;
}
.width-65per {
  width: 65%;
}
.league-short-table-link {
  align-items: center;
  display: flex;
  column-gap: 16px;
  color: rgb(2, 0, 71);
  text-decoration: none;
  transition: .3s;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
.league-short-table-link:hover {
  text-shadow: 0px 0px 2px ;
  color: rgb(34, 24, 65);
}
.league-short-table-row {
  grid-template-columns: 3fr repeat(4, 1fr);
  align-items: center;
  display: grid;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  padding-left: 8px;
  border-color: rgba(153, 208, 255, 0.51);
  border-style: solid;
  border-width: 1px;
  border-top-width: 0;
}
.league-short-table-row:hover {
  background-color: rgba(174, 171, 255, 0.21);
}
.table-events-row {
  align-items: center;
  display: grid;
  grid-template-columns: 2fr 3fr 1fr 2fr;
  text-align: center;
  padding-bottom: 8px;
  padding-top: 8px;
  border-color: rgba(153, 208, 255, 0.61);
  border-style: solid;
  border-width: 1px;
  border-top-width: 0;
}
.fw-500 {
  font-weight: 500;
}
.table-events-link {
  text-decoration: none;
  color: rgb(0, 0, 0);
  display: grid;
  grid-template-columns: 4fr 1fr 4fr;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
}
.table-events-link:hover {
  color: rgb(12, 0, 63);
}
.img-82 {
  height: 82px;
  width: 82px;
  object-fit: contain;
  padding-bottom: 8px;
  padding-top: 8px;
}
.img-128 {
  height: 128px;
  width: 128px;
  object-fit: contain;
}
.trophy-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
  height: 256px;
  object-fit: contain;
}
.trophy-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 180px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: 500;
  letter-spacing: 1px;
}
.fz-42 {
  font-size: 42px;
}
.grid-2-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 510px;
  grid-column-gap: 24px;
  margin-bottom: 24px;
}
.mb-24 {
  margin-bottom: 24px;
}
.grid-3-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24px;
}
.pagination-link {
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 500;
  transition: .3s;
  text-decoration: none;
  color: rgb(5, 24, 139);
  height: 24px;
  width: 24px;
}
.pagination-link:hover {
  border-style: solid;
  border-width: 1px;
}
.rotate-180 {
  rotate: 180deg;
}
.grid-videos-4-blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 24px;
  grid-template-rows: repeat(3, 260px);
  grid-gap: 24px;
}
.grid-t-r-340px {
  grid-template-rows: 340px;
}
.main-last-match-event {
  align-items: center;
  display: grid;
  grid-column-gap: 32px;
  grid-template-columns: 3.5fr 1fr 3.5fr;
}
.main-last-team {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  column-gap: 16px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-transform: uppercase;
  transition: .3s;
}
.main-last-team:hover {
  color: rgb(91, 140, 255);
}
.fz-30 {
  font-size: 30px;
}
.main-last-match-result {
  border-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  font-weight: 600;
  color: rgb(26, 27, 99);
  background-image: url("https://hockeypro.fi/assets/img/f7d972b927b316e2f6a27e26b7282a3d.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}
.whistle-block {
  background: #fafafa;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-color: rgb(204, 204, 204);
  align-items: center;
  display: flex;
  justify-content: center;
  padding-bottom: 16px;
  padding-top: 16px;
  flex-direction: column;
  color: rgb(60, 66, 97);
}
.img-48 {
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.match-min-event {
  padding-bottom: 12px;
  padding-top: 12px;
  border-style: solid;
  border-width: 0;
  border-color: rgb(218, 218, 218);
  align-items: center;
  display: flex;
  padding-right: 12px;
  column-gap: 12px;
  border-top-width: 1px;
  padding-left: 12px;
}
.match-min-event-time {
  border: 1px solid rgb(212, 212, 212);
  border-radius: 8px;
  padding-left: 4px;
  padding-right: 4px;
  color: rgb(3, 15, 91);
  font-size: 16px;
}
.fz-18 {
  font-size: 18px;
}
.fz-20 {
  font-size: 20px;
}
.match-goal {
  background-color: rgb(4, 19, 52);
  padding-left: 8px;
  padding-right: 8px;
}
.match-goal-up {
  display: grid;
  grid-template-columns: 3fr repeat(3, 1fr) 3fr;
  padding-bottom: 12px;
  padding-top: 12px;
}
.img-36 {
  height: 36px;
  width: 36px;
  object-fit: contain;
}
.border-1px-grey {
  border: 1px solid lightgrey;
}
.padding-16 {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
.linescore-row {
  display: grid;
  grid-template-columns: 4fr repeat(4, 1fr);
  text-align: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: rgb(214, 214, 214);
}
.shots-row {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: rgb(214, 214, 214);
  padding-bottom: 12px;
  padding-top: 12px;
}
.game-stats-grid {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  padding-bottom: 12px;
  padding-top: 12px;
  text-align: center;
}
.blue-stats-line {
  height: 8px;
  background: #041334;
  position: relative;
}
.stats-line-border {
  position: absolute;
  height: 100%;
  width: 16px;
  background: #fff;
  transform: skew(-45deg);
}
.left-56per {
  left: 56%;
}
.left-38per {
  left: 38%;
}
.left-65per {
  left: 65%;
}
.left-30per {
  left: 30%;
}
.results-card {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(214, 214, 214);
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  width: 50%;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.color-blue {
  color: rgb(21, 26, 58);
}
.results-grid {
  grid-template-columns: 3fr 2fr 3fr;
  align-items: center;
  display: grid;
  width: 100%;
}
.result-card-pts {
  background-image: url("https://hockeypro.fi/assets/img/f7d972b927b316e2f6a27e26b7282a3d.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  display: flex;
  justify-content: center;
}
.calendar-head {
  align-items: center;
  border-width: 0;
  border-color: rgb(35, 98, 127);
  border-top-width: 3px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}
.calendar-days-container {
  border-style: solid;
  border-width: 0;
  border-color: rgb(212, 212, 212);
  border-top-width: 1px;
  border-left-width: 1px;
}
.calendar-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calendar-day {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
  font-weight: 700;
  border-color: rgb(212, 212, 212);
  border-style: solid;
  border-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
.bg-blue {
  background-color: rgb(7, 39, 109);
}
.calendar-event-link-more {
  align-items: center;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  opacity: 0.6;
  color: rgb(0, 0, 0);
  text-decoration: none;
  transition: .3s;
  background: #fff;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
}
.calendar-event-link-more:hover {
  opacity: 1;
}
.contacts-li {
  color: rgb(131, 131, 131);
  margin-bottom: 16px;
  letter-spacing: 1px;
}
.contact-link {
  font-weight: 700;
  color: rgb(16, 16, 16);
  text-decoration: none;
  transition: .2s;
}
.contact-link:hover {
  color: rgb(17, 14, 94);
}
.contacts-map {
  display: flex;
  height: 600px;
  width: 100%;
}
.img100per-cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.stats-table-grid-row {
  display: grid;
  grid-template-columns: 1.5fr 5fr repeat(10, 1fr) repeat(2, 1.5fr) repeat(3, 1.2fr);
  align-items: center;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: rgb(213, 213, 213);
  text-align: center;
  font-size: 18px;
  min-height: 56px;
}
.stat-table-grid-head {
  font-size: 20px;
  font-weight: 700;
}
.height-100per {
  height: 100%;
}
.bg-lightblue {
  background: #cceeff;
}
.color-green {
  color: rgb(16, 117, 13);
}
.color-red {
  color: rgb(229, 28, 0);
}
.teams-container {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  margin-bottom: 32px;
}
.team-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: .5s;
  color: rgb(15, 29, 97);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}
.team-card:hover {
  color: rgb(32, 32, 32);
  transform: scale(-1, 1) rotateY(180deg) ;
}
.img-192 {
  height: 192px;
  width: 192px;
  object-fit: contain;
}
.width-50per {
  width: 50%;
}
.gap-c-48 {
  column-gap: 48px;
}
.height-600px {
  height: 600px;
  max-height: 600px;
}
.mb-8 {
  margin-bottom: 8px;
}
.flex-post-aside {
  position: sticky;
  top: 24px;
}
.video-post-link-big {
  display: block;
  height: 580px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.video-post-overlay {
  align-items: center;
  background: linear-gradient(180deg, rgba(3,18,50,.4) 0%, rgba(3,18,50,0.4) 100%);
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: .3s;
  z-index: 2;
}
.video-post-overlay:hover {
  transform: scale(1.05);
}
.video-post-aside-card {
  display: flex;
  font-size: 18px;
  font-weight: 500;
  column-gap: 16px;
  width: 100%;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  color: rgb(190, 190, 190);
  text-decoration: none;
  transition: .3s;
  flex: 1;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-color: rgb(79, 79, 79);
}
.video-post-aside-card:hover {
  background-color: rgba(37, 37, 37, 0.5);
  color: rgb(255, 255, 255);
}
.video-post-aside-card:first-child {
  border-top-width: 0;
}
.width-45per {
  width: 45%;
}
.width-55per {
  width: 55%;
}
.p-t-18 {
  padding-top: 18px;
}
.p-t-b-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.grid-c4-r1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 24px;
}
.img-256 {
  height: 256px;
  width: 256px;
  object-fit: contain;
}
.gap-r-8 {
  row-gap: 8px;
}
.team-page-name {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
}
.float-left {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}
.p-t-24 {
  padding-top: 24px;
}
.img-360 {
  height: 360px;
  object-fit: contain;
  width: 360px;
}
.player-last-match {
  border-style: solid;
  border-color: rgb(200, 200, 200);
  border-width: 0;
  border-top-width: 1px;
  border-left-width: 1px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.player-last-match-cell {
  align-items: center;
  border-style: solid;
  border-width: 0;
  border-color: rgb(200, 200, 200);
  border-right-width: 1px;
  border-bottom-width: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
}
.yellow-card {
  align-items: center;
  background: #fdca00;
  display: flex;
  justify-content: center;
  height: 32px;
  width: 24px;
  font-weight: 500;
}
.bg-red {
  background: #ed5b34;
}
.hover-blue-to-light {
  color: rgb(21, 26, 58);
  transition: .3s;
}
.hover-blue-to-light:hover {
  color: rgb(77, 93, 200);
}
