@font-face {
    font-family: "Sukhumvit";
    src: url("https://static.ch7.com/fonts/skv/sukhumvittadmai_tex-webfont.eot");
    src: url("https://static.ch7.com/fonts/skv/sukhumvittadmai_tex-webfont.woff2") format("woff2"), url("https://static.ch7.com/fonts/skv/sukhumvittadmai_tex-webfont.woff") format("woff"), url("https://static.ch7.com/fonts/skv/sukhumvittadmai_tex-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Sukhumvit";
    src: url("https://static.ch7.com/fonts/skv/sukhumvittadmai_bol-webfont.eot");
    src: url("https://static.ch7.com/fonts/skv/sukhumvittadmai_bol-webfont.woff2") format("woff2"), url("https://static.ch7.com/fonts/skv/sukhumvittadmai_bol-webfont.woff") format("woff"), url("https://static.ch7.com/fonts/skv/sukhumvittadmai_bol-webfont.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
  }
  :root {
    --line-border-fill: #3498db;
    --line-border-empty: #ACC8EC;
  }
  
  .progress-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 2rem 0;
    max-width: 100%;
  }
  .progress-container span {
    color: #ACC8EC;
  }
  
  div .circle-01::after {
    content: "";
    background-color: var(--line-border-empty);
    position: absolute;
    top: 30%;
    left: 26%;
    transform: translate(-50%, -50%);
    height: 1px;
    width: 20%;
    z-index: 1;
  }
  div .circle-02::after {
    content: "";
    background-color: var(--line-border-empty);
    position: absolute;
    top: 30%;
    left: 53%;
    transform: translate(-50%, -50%);
    height: 1px;
    width: 23%;
    z-index: 1;
  }
  div .circle-03::after {
    content: "";
    background-color: var(--line-border-empty);
    position: absolute;
    top: 30%;
    left: auto;
    right: -6%;
    transform: translate(-50%, -50%);
    height: 1px;
    width: 25%;
    z-index: 1;
  }
  
  .progress {
    background-color: var(--line-border-fill);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 0%;
    z-index: -1;
    transition: 0.4s ease;
  }
  
  .circle {
    color: #0A192C;
    background-color: #ACC8EC;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--line-border-empty);
    transition: 0.4s ease;
    margin: auto;
  }
  .circle span {
    color: #0A192C;
  }
  
  .circle.active {
    border-color: #ACC8EC;
    color: #ACC8EC;
    background-color: #0A192C;
    margin: auto;
  }
  .circle.active span {
    color: #ACC8EC;
  }
  
  .circle.complete::before {
    content: url(https://static.ch7.com/images/champ7hd/complete.svg);
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
  
  .circle.complete span {
    display: none;
  }
  
  @media (min-width: 768px) {
    div.circle-01::after {
      left: 22%;
      width: 27%;
    }
    div.circle-02::after {
      top: 30%;
      left: 52%;
      width: 24%;
    }
    div.circle-03::after {
      top: 30%;
      left: auto;
      right: -6%;
      width: 25%;
    }
  }
  @media (min-width: 1600px) {
    div.circle-01::after {
      left: 20%;
      width: 28%;
    }
  }
  body {
    font-family: "Sukhumvit Set", "Sukhumvit Set Text", Sukhumvit, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: normal;
    font-style: normal;
    background-color: #05111F;
  }
  body._bg-light {
    background-color: #142B46;
  }
  
  .nav-champ7HD-2023 {
    background: linear-gradient(180deg, #05111F 0%, #0D244F 100%);
  }
  .nav-champ7HD-2023 .nav-link {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 1rem;
  }
  @media (min-width: 992px) {
    .nav-champ7HD-2023 .nav-link {
      font-size: 16px;
    }
  }
  .nav-champ7HD-2023 .navbar-toggler {
    border-color: #ffffff;
    filter: invert(0.8);
  }
  .nav-champ7HD-2023 .navbar-toggler:focus {
    box-shadow: none;
  }
  .nav-champ7HD-2023 .navbar-nav .nav-link.active {
    color: #73CFFF;
    border-bottom: 3px solid #73CFFF;
  }
  .nav-champ7HD-2023 .navbar-nav .nav-link:hover {
    color: #73CFFF;
  }
  .nav-champ7HD-2023 .navbar-nav .show > .nav-link {
    color: #73CFFF;
    border-bottom: 3px solid #73CFFF;
  }
  @media (min-width: 992px) {
    .nav-champ7HD-2023 .navbar-nav .nav-link {
      margin: 0;
    }
  }
  @media (min-width: 992px) and (min-width: 1200px) {
    .nav-champ7HD-2023 .navbar-nav .nav-link {
      margin: 0 0.25rem;
    }
  }
  
  a {
    cursor: pointer;
  }
  
  .v-line {
    border-left: 1px solid #c7c7c7;
    height: 2.5rem;
    margin-right: 1rem;
  }
  
  .overlay, .img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  
  .overlay {
    z-index: -1;
    background: linear-gradient(180deg, rgba(5, 17, 31, 0) 0%, #05111f 100%);
  }
  
  .img-overlay {
    z-index: 1;
    background: linear-gradient(180deg, rgba(5, 17, 31, 0) 0%, rgba(5, 17, 31, 0.6) 100%);
  }
  
  .linear-border {
    background: linear-gradient(90deg, #0D70E7 0%, #05111F 50%, #0D68DA 100%);
    height: 4px;
  }
  
  section.hilight {
    background-image: url(https://static.ch7.com/images/champ7hd/champ7HD-bg-head.jpg);
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: -2;
  }
  @media (min-width: 576px) {
    section.hilight {
      background-size: cover;
    }
  }
  section.hilight img.img-logo {
    padding: 7rem 0 3rem 0;
    width: 60%;
    margin: auto;
  }
  @media (min-width: 768px) {
    section.hilight img.img-logo {
      width: 40%;
    }
  }
  @media (min-width: 1200px) {
    section.hilight img.img-logo {
      width: 35%;
      padding: 7rem 0 5rem 0;
    }
  }
  section.sponsor {
    padding: 2rem 0;
  }
  section.sponsor .row a {
    text-align: center;
    width: auto;
  }
  section.sponsor .row a img {
    width: 25%;
    margin: 0 0.25rem;
  }
  @media (min-width: 768px) {
    section.sponsor .row a img {
      width: 15%;
    }
  }
  @media (min-width: 1200px) {
    section.sponsor .row a img {
      width: auto;
    }
  }
  section.sponsor .row:last-child {
    justify-content: center;
  }
  section.sport-promote {
    padding: 0 0 3rem 0;
  }
  @media (min-width: 768px) {
    section.sport-promote {
      padding: 3rem 0;
    }
  }
  section.sport-promote .text-large span {
    display: block;
  }
  section.info {
    margin-bottom: 3rem;
    background: url(https://static.ch7.com/images/champ7hd/champ7HD-bg-info.png);
    background-size: cover;
    background-position: center;
  }
  section.info .gradient-bg {
    background: linear-gradient(180deg, #044DA3 0%, #BDDBFE 27.08%, #A6CFFF 85.22%, rgba(133, 176, 226, 0) 100%, #4C71D7 100%);
    border-radius: 3.75rem;
    padding: 5px;
    margin-top: 2rem;
  }
  section.info .gradient-bg .info-bg {
    border-radius: 3.75rem;
    background: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 2px;
  }
  section.info .gradient-bg .info-bg .content {
    color: #151515;
    padding: 1rem;
  }
  @media (min-width: 768px) {
    section.info .gradient-bg .info-bg .content {
      padding: 1rem 2rem;
    }
  }
  section.info .gradient-bg .info-bg .content a {
    text-decoration: none;
    color: #000000;
  }
  section.info .gradient-bg .info-bg .content .text-underline {
    text-decoration: underline;
  }
  section.info .gradient-bg .info-bg .content .text-icon {
    margin-left: 1rem;
  }
  section.info .gradient-bg .info-bg .content span.red {
    color: #EE0002;
    display: inline;
  }
  @media (min-width: 1200px) {
    section.info .gradient-bg .info-bg .content span.block {
      display: block;
    }
  }
  section.info .gradient-bg .info-bg .content p {
    font-size: 20px;
    margin-bottom: 0;
  }
  @media (min-width: 768px) {
    section.info .gradient-bg .info-bg .content p {
      font-size: 24px;
    }
  }
  section.info .gradient-bg .info-bg .content p.text-small {
    font-size: 16px !important;
  }
  @media (min-width: 1200px) {
    section.info .text-large {
      font-size: 44px;
    }
  }
  @media (max-width: 767.98px) {
    section.info .text-large {
      font-size: 24px;
    }
  }
  section.form-champ7hd {
    background-image: url(https://static.ch7.com/images/champ7hd/champ7HD-bg-head.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    background-color: #05111F;
    color: #ffffff;
    min-height: 90vh;
    overflow: hidden;
    position: relative;
    display: flex;
    margin-top: 4rem;
    padding: 4rem 0;
  }
  @media (min-width: 768px) {
    section.form-champ7hd {
      min-height: 86vh;
    }
  }
  @media (min-width: 1920px) {
    section.form-champ7hd {
      min-height: 88vh;
    }
  }
  section.form-champ7hd .form-layer {
    z-index: 1;
    width: 100%;
  }
  @media (min-width: 768px) {
    section.form-champ7hd .form-layer {
      width: 80%;
    }
  }
  @media (min-width: 1200px) {
    section.form-champ7hd .form-layer {
      width: 60%;
    }
  }
  section.form-champ7hd .form-champ-bg {
    background-color: #0A192C;
    border-radius: 1rem;
    padding: 2rem 1rem;
    margin-top: 0;
    margin: 0 1rem;
  }
  @media (min-width: 768px) {
    section.form-champ7hd .form-champ-bg {
      margin: 0;
      padding: 4rem 3rem;
    }
  }
  @media (min-width: 1200px) {
    section.form-champ7hd .form-champ-bg {
      margin-top: 0;
      padding: 2rem 6rem;
    }
  }
  @media (min-width: 1920px) {
    section.form-champ7hd .form-champ-bg {
      padding: 4rem 8rem;
    }
  }
  section.form-champ7hd .form-champ-bg .form-control {
    background-color: #223041;
    color: #ffffff;
    border-radius: 4px;
  }
  section.form-champ7hd .form-champ-bg .form-control._naked {
    border: 0;
    background-color: transparent;
  }
  section.form-champ7hd .form-champ-bg span.red {
    color: #EE0002;
  }
  section.form-champ7hd .form-text {
    font-size: 1rem;
    margin-top: 8px;
  }
  section.form-champ7hd .w-size {
    width: 150px;
  }
  section.form-champ7hd .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(180deg, rgba(5, 17, 31, 0) 0%, rgba(5, 17, 31, 0.8) 40%, #05111f 100%);
  }
  section.form-champ7hd .form-control.is-invalid {
    padding-right: initial;
    background-image: none;
  }
  section.form-champ7hd .form-control.is-valid {
    padding-right: 0;
    border-color: #ffffff;
    background-image: none;
  }
  section.form-champ7hd .was-validated .form-control:invalid {
    padding-right: initial;
    background-image: none;
  }
  section.form-champ7hd .was-validated .form-control:valid {
    padding-right: 0;
    border-color: #ffffff;
    background-image: none;
  }
  section.form-champ7hd .otp-code {
    width: 300px;
    margin: 2rem auto;
  }
  @media (min-width: 768px) {
    section.form-champ7hd .otp-code {
      width: 400px;
    }
  }
  section.form-champ7hd .otp-code .-otp {
    font-size: 2rem;
    border: none;
    border-radius: 0;
    text-align: center;
  }
  section.form-champ7hd .otp-code .-otp:valid {
    color: #ffffff;
  }
  @media (min-width: 768px) {
    section.form-champ7hd .otp-code .-otp {
      font-size: 3rem;
    }
  }
  section.form-champ7hd span {
    display: block;
  }
  section.form-champ7hd .pdpa-text {
    font-size: 18px;
  }
  @media (min-width: 1200px) {
    section.form-champ7hd .pdpa-text {
      font-size: 20px;
    }
  }
  section.form-champ7hd .pdpa-text p {
    margin-bottom: 0;
  }
  section.form-champ7hd .pdpa-text p:first-child {
    font-weight: bold;
  }
  section.form-champ7hd .pdpa-text .form-check {
    margin: 1rem 1rem 1rem 0;
  }
  section.form-champ7hd .pdpa-text .form-check .form-check-input {
    background-color: transparent;
    border: 1px solid #ffffff;
    cursor: pointer;
  }
  section.form-champ7hd .btn:disabled {
    opacity: 0.2;
  }
  section.form-champ7hd .form-label span {
    display: inline;
  }
  section.form-champ7hd .bg-gray {
    background-color: #223041;
    border: 1px solid;
    border-radius: 0.5rem;
    padding: 2rem 1rem;
    margin: 0 0 3rem 0;
  }
  section.form-champ7hd .bg-gray .heading {
    font-size: 18px;
    text-align: start;
  }
  section.form-champ7hd .bg-gray a {
    color: #73CFFF;
  }
  section.form-champ7hd .bg-gray a.upload-styles {
    text-decoration: none;
    color: inherit;
  }
  section.form-champ7hd .bg-gray .border-dash {
    display: block;
    border-style: dashed;
  }
  section.form-champ7hd .bg-gray .border-dash._radius {
    border-radius: 0.25rem;
  }
  section.form-champ7hd .bg-gray .border-dash._radius._pd {
    padding: 1rem;
  }
  section.form-champ7hd .bg-gray .border-dash._radius._center {
    text-align: center;
  }
  section.form-champ7hd .bg-gray .border-dash p {
    font-size: 16px;
    margin-top: 0.75rem;
    margin-bottom: 0;
  }
  section.form-champ7hd .bg-gray .border-dash small {
    color: #A3A3A3;
  }
  section.form-champ7hd .bg-gray .border-dash .btn-champ7hd-light {
    display: block;
    margin-top: 1rem;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0.2rem 1rem;
  }
  section.form-champ7hd .bg-gray .border-dash .btn-champ7hd-light span.enter {
    font-size: 16px;
  }
  section.form-champ7hd .bg-gray .btn-champ7hd-light {
    padding: 0.2rem 1rem;
    margin: 0;
  }
  section.form-champ7hd .bg-gray .btn-champ7hd-light span.enter {
    font-size: 16px;
  }
  section.form-champ7hd .confirm-info {
    margin: 2rem 0;
  }
  section.form-champ7hd .confirm-info._text {
    margin: 1rem 0;
  }
  section.form-champ7hd .confirm-info._text .sub-title {
    margin-top: 0;
    margin-bottom: 0;
  }
  section.form-champ7hd .confirm-info .sub-title {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
  section.form-champ7hd .confirm-info span {
    margin: 0.5rem 0;
  }
  section.form-champ7hd .confirm-info span.align {
    display: flex;
    align-items: start;
    flex-direction: column;
  }
  @media (min-width: 768px) {
    section.form-champ7hd .confirm-info span.align {
      align-items: center;
      flex-direction: row;
    }
  }
  section.form-champ7hd .confirm-info span.align span {
    display: flex;
    align-items: center;
  }
  section.form-champ7hd .confirm-info span.align .text-truncate {
    display: inline-block;
    width: 250px;
  }
  section.form-champ7hd .confirm-info span.align-img {
    display: flex;
    align-items: start;
    flex-direction: column;
  }
  @media (min-width: 768px) {
    section.form-champ7hd .confirm-info span.align-img {
      align-items: center;
      flex-direction: row;
    }
  }
  section.form-champ7hd .confirm-info span.align-img span {
    display: flex;
    align-items: center;
  }
  section.form-champ7hd .confirm-info span.align-img .text-truncate {
    width: 220px;
  }
  section.form-champ7hd .confirm-info img {
    margin: 0 0.5rem;
    width: 24px;
  }
  section.form-champ7hd .confirm-info._payment .sub-title {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  section.form-champ7hd .confirm-info._payment span {
    margin: 0;
  }
  section.form-champ7hd .confirm-info._payment p {
    margin-bottom: 0.25rem;
  }
  section.form-champ7hd .confirm-info a {
    color: #ffffff;
  }
  section.form-champ7hd img.w-icon {
    width: auto;
    height: 24px;
  }
  section.list-teams {
    margin-bottom: 4rem;
    min-height: 90vh;
  }
  section.list-teams .inform {
    background-color: #041223;
    color: #ffffff;
    padding: 2rem;
    margin: 2rem 0;
  }
  @media (max-width: 991.98px) {
    section.list-teams p span:last-child {
      display: block;
    }
  }
  @media (max-width: 767.98px) {
    section.list-teams p span {
      display: block;
    }
  }
  @media (min-width: 768px) {
    section.list-teams span {
      display: block;
    }
  }
  @media (min-width: 992px) {
    section.list-teams span {
      display: initial;
    }
  }
  section.news-champ7hd {
    background-color: #0b2442;
    padding: 3rem 0;
  }
  section.list-news, section.list-programs {
    padding: 3rem 0;
    min-height: 90vh;
  }
  section.clip-champ7hd, section.program-champ7hd, section.champion-champ7hd {
    background: url(https://static.ch7.com/images/champ7hd/brush.svg);
    background-color: #123C6E;
    padding: 3rem 0;
    background-size: 120%;
    background-position: center;
    background-repeat: no-repeat;
  }
  section.program-champ7hd, section.champion-champ7hd {
    background-image: url(https://static.ch7.com/images/champ7hd/brush.svg), url(https://static.ch7.com/images/champ7hd/net.png);
    background-position: center, right;
    padding: 3rem 0 5rem 0;
  }
  section.history-champ7hd {
    background: url(https://static.ch7.com/images/champ7hd/brush02.png);
    background-color: #0b2442;
    padding: 3rem 0 5rem 0;
    background-size: 120%;
    background-position: center;
    background-repeat: no-repeat;
  }
  section.inform {
    background: linear-gradient(270deg, #05111F 0%, #0D68DA 53.65%, #05111F 100%);
    color: #ffffff;
    padding: 1rem;
    text-align: center;
  }
  section.list-faq .card {
    outline: 1px solid #ffffff;
    padding: 0;
    border-radius: 0.625rem;
  }
  section.list-faq .card .card-header {
    background-color: #10233A;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    border: 0;
    padding: 1rem;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
  }
  @media (min-width: 768px) {
    section.list-faq .card .card-header {
      font-size: 24px;
    }
  }
  @media (min-width: 1200px) {
    section.list-faq .card .card-header {
      font-size: 32px;
      padding: 1rem 2.5rem;
    }
  }
  section.list-faq .card .card-body {
    background-color: #1F3E62;
    border: 0;
    padding: 1rem;
    border-bottom-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
  }
  @media (min-width: 1200px) {
    section.list-faq .card .card-body {
      padding: 1rem 2.5rem;
    }
  }
  section.list-faq .card .card-body p {
    margin-bottom: 0;
  }
  section.list-faq .card .card-body p.card-text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 100;
  }
  @media (min-width: 768px) {
    section.list-faq .card .card-body p.card-text {
      font-size: 20px;
    }
  }
  @media (min-width: 1200px) {
    section.list-faq .card .card-body p.card-text {
      font-size: 24px;
    }
  }
  section.list-faq .card .card-body p.card-text img.dot {
    width: 0.5rem;
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(7500%) hue-rotate(283deg) brightness(112%) contrast(103%);
    margin-right: 0.5rem;
  }
  section.top-goals-champ7hd {
    padding: 3rem 0;
  }
  section.champion-champ7hd .glide__slides > .glide__slide.-scale, section.album-champ7hd .glide__slides > .glide__slide.-scale {
    transform: scale(0.92);
    transition: 0.3s ease-in-out;
  }
  section.champion-champ7hd .glide__slides > .glide__slide.-scale .card-champion, section.album-champ7hd .glide__slides > .glide__slide.-scale .card-champion {
    background-color: #091d35;
    color: #ffffff;
  }
  section.champion-champ7hd .glide__slides > .glide__slide--active.-scale, section.album-champ7hd .glide__slides > .glide__slide--active.-scale {
    transform: scale(1);
    transition: 0.3s ease-in-out;
  }
  section.champion-champ7hd .glide__slides > .glide__slide--active.-scale .card-champion, section.album-champ7hd .glide__slides > .glide__slide--active.-scale .card-champion {
    background-color: #05111F;
    color: #ffffff;
  }
  section.champion-champ7hd .glide__slides, section.album-champ7hd .glide__slides {
    margin-left: -1rem;
  }
  section.bracket .inform {
    background-color: #041223;
    color: #ffffff;
    padding: 2rem;
    margin: 2rem 0;
  }
  section.bracket .inform .icon-group-desktop a img.w-icon, section.bracket .inform .icon-group-mobile a img.w-icon {
    width: 32px;
    margin-right: 0.25rem;
  }
  @media (min-width: 1200px) {
    section.bracket .inform .icon-group-desktop a img.w-icon, section.bracket .inform .icon-group-mobile a img.w-icon {
      width: 20px;
    }
  }
  section.bracket .inform .icon-group-desktop a:last-child img.w-icon, section.bracket .inform .icon-group-mobile a:last-child img.w-icon {
    margin-right: 0;
  }
  @media (min-width: 1200px) {
    section.bracket .inform .icon-group-desktop a:last-child img.w-icon, section.bracket .inform .icon-group-mobile a:last-child img.w-icon {
      width: 20px;
    }
  }
  section.bracket .inform .icon-group-desktop {
    display: none;
  }
  @media (min-width: 1200px) {
    section.bracket .inform .icon-group-desktop {
      display: block;
    }
  }
  section.bracket .inform .icon-group-mobile {
    margin-top: 1rem;
  }
  @media (min-width: 1200px) {
    section.bracket .inform .icon-group-mobile {
      display: none;
    }
  }
  section.bracket .inform .sub-title {
    font-size: 16px;
  }
  @media (min-width: 768px) {
    section.bracket .inform .sub-title {
      font-size: 20px;
    }
  }
  section.bracket ul.nav-fill li {
    margin: 0.5rem 0;
  }
  @media (min-width: 1200px) {
    section.bracket ul.nav-fill li {
      margin: 0;
    }
  }
  section.album-champ7hd {
    padding: 3rem 0 5rem 0;
    background: url(https://static.ch7.com/images/champ7hd/brush03.png);
    background-position: right;
    background-color: #216EBD;
  }
  @media (min-width: 1200px) {
    section.album-champ7hd {
      background-position: center;
    }
  }
  section.list-album .card.card-album img.album-icon {
    width: 24px !important;
  }
  @media (min-width: 768px) {
    section.list-album .card.card-album img.album-icon {
      bottom: 15%;
      width: 40px !important;
    }
  }
  section.detail-album {
    padding: 3rem 0;
  }
  section.detail-album .text-head {
    color: #ffffff;
    width: 100%;
  }
  section.detail-album .text-head .title-small {
    margin-bottom: 0.5rem;
    line-height: 1.4;
  }
  section.detail-album .album-count {
    background-color: #142B46;
    color: #ffffff;
    padding: 0.25rem 0.75rem;
    border: 1px solid #ffffff;
    border-radius: 0.25rem;
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
  }
  section.detail-album .album-count img {
    width: 28px;
  }
  section.detail-album .text-head p {
    margin-bottom: 0;
  }
  section.picture-preview ._height {
    min-height: 100vh;
  }
  section.picture-preview .ratio img:hover {
    transform: scale(1);
  }
  section.picture-preview .ratio img.img-fit {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
  }
  section.picture-preview .ratio.ratio-3x2 {
    padding-top: 66.66%;
  }
  section.picture-preview .bg-white {
    position: relative;
    padding: 2rem;
  }
  @media (min-width: 1200px) {
    section.picture-preview .bg-white {
      padding-top: 4rem;
    }
  }
  section.picture-preview .bg-white .close-layout {
    position: absolute;
    top: 20px;
    right: 20px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(7455%) hue-rotate(157deg) brightness(111%) contrast(97%);
  }
  @media (min-width: 1200px) {
    section.picture-preview .bg-white .close-layout {
      filter: none;
    }
  }
  section.picture-preview .bg-white .img-count span {
    font-size: 24px;
    font-weight: bold;
  }
  section.picture-preview .bg-white .img-count span:last-child {
    font-size: 14px;
    font-weight: 100;
    margin-left: 0.5rem;
  }
  section.picture-preview .bg-white .icon-group {
    filter: brightness(0) saturate(100%);
    display: flex;
    justify-content: end;
    margin-top: 0.5rem;
  }
  @media (min-width: 768px) {
    section.picture-preview .bg-white .icon-group {
      margin-top: 0;
    }
  }
  section.picture-preview .heading {
    font-size: 24px;
  }
  section.picture-preview .img-count {
    font-size: 14px;
  }
  section.picture-preview .album-badge {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
    z-index: 1;
  }
  section.picture-preview .glide__arrows .glide__arrow {
    background-color: rgba(0, 0, 0, 0.3);
  }
  section.picture-preview .glide__arrows .glide__arrow._style {
    padding-bottom: 0.75rem;
  }
  @media (min-width: 1200px) {
    section.picture-preview .glide__arrows .glide__arrow._style {
      padding-bottom: 1rem;
    }
  }
  section.picture-preview .glide__arrows .glide__arrow._style.glide__arrow--left {
    position: absolute;
    top: 50%;
    left: 0%;
    display: block;
    width: 48px;
    height: 48px;
  }
  section.picture-preview .glide__arrows .glide__arrow._style.glide__arrow--right {
    position: absolute;
    top: 50%;
    right: 0%;
    display: block;
    width: 48px;
    height: 48px;
  }
  section.picture-preview .title-small._related {
    color: #151515;
  }
  section.picture-preview .card.card-album img.album-icon {
    bottom: 15%;
    width: 40px !important;
  }
  @media (min-width: 768px) {
    section.picture-preview .card.card-album img.album-icon {
      width: 48px !important;
    }
  }
  @media (min-width: 1200px) {
    section.picture-preview .card.card-album img.album-icon {
      width: 40px !important;
    }
  }
  section.picture-preview .relate-card-width {
    width: 100%;
  }
  @media (min-width: 768px) {
    section.picture-preview .relate-card-width {
      width: 75%;
    }
  }
  
  .bg-head {
    background-image: url(https://static.ch7.com/images/champ7hd/bg-page-head-champ7hd.jpg);
    background-size: cover;
    margin-top: 4rem;
  }
  .bg-head span {
    display: block;
  }
  @media (min-width: 1200px) {
    .bg-head span {
      display: initial;
    }
  }
  
  .invalid-feedback {
    font-size: 14px;
  }
  
  .mg {
    margin-bottom: 1rem;
  }
  @media (min-width: 1200px) {
    .mg {
      margin-left: 3rem;
      margin-right: 3rem;
    }
  }
  
  .red {
    color: #EE0002;
  }
  .red:hover {
    color: #EE0002;
  }
  
  .icon-position {
    position: absolute;
    top: 5%;
    right: 1%;
    border: 0;
    background: transparent;
  }
  .icon-position._width {
    width: 24px;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(-50%, -50%);
  }
  @media (max-width: 575.98px) {
    .icon-position._width {
      display: none;
    }
  }
  .icon-position img {
    width: 1rem;
  }
  @media (min-width: 992px) {
    .icon-position img {
      width: auto;
    }
  }
  
  input[type=number]::-webkit-inner-spin-button {
    opacity: 0;
  }
  
  .sport-promote .ratio.ratio-16x9._black {
    background-color: #05111F;
  }
  .sport-promote .ratio::before {
    position: absolute;
  }
  @media (min-width: 1200px) {
    .sport-promote .text-large {
      font-size: 32px;
    }
  }
  @media (max-width: 767.98px) {
    .sport-promote .text-large {
      font-size: 24px;
    }
  }
  @media (min-width: 1200px) {
    .sport-promote h2 {
      font-size: 28px;
    }
  }
  @media (max-width: 767.98px) {
    .sport-promote h2 {
      font-size: 22px;
    }
  }
  
  .toggle-style {
    color: #ffffff;
    background-color: #05111F;
  }
  
  .icon {
    width: 32px;
  }
  @media (min-width: 768px) {
    .icon {
      width: 48px;
    }
  }
  
  .text-icon {
    font-size: 20px;
  }
  @media (min-width: 768px) {
    .text-icon {
      font-size: 22px;
    }
  }
  @media (min-width: 1920px) {
    .text-icon {
      font-size: 24px;
    }
  }
  
  .text-paragraph {
    font-size: 20px !important;
  }
  .text-paragraph._white {
    color: #ffffff;
  }
  
  .text-large {
    font-size: 32px;
  }
  @media (min-width: 768px) {
    .text-large {
      font-size: 48px;
    }
  }
  
  .text-head-info {
    font-size: 24px;
    font-weight: bold;
    padding-top: 1rem;
  }
  @media (min-width: 768px) {
    .text-head-info {
      font-size: 36px;
    }
  }
  @media (min-width: 1200px) {
    .text-head-info {
      font-size: 40px;
    }
  }
  
  .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
  }
  @media (min-width: 768px) {
    .title {
      font-size: 32px;
    }
  }
  .title._tiny {
    font-weight: 300;
  }
  .title._white {
    color: #ffffff;
  }
  
  .title-small {
    font-size: 20px;
    font-weight: bold;
  }
  @media (min-width: 768px) {
    .title-small {
      font-size: 24px;
    }
  }
  .title-small._tiny {
    font-weight: 300;
  }
  .title-small._white {
    color: #ffffff;
  }
  .title-small._center {
    text-align: center;
  }
  
  .sub-title {
    font-size: 22px;
  }
  .sub-title._white {
    color: #ffffff;
  }
  
  .text-link {
    color: #1251FF !important;
  }
  
  .heading {
    font-size: 24px;
    text-align: center;
  }
  .heading._text-white {
    color: #ffffff;
  }
  .heading._bg {
    background-color: #05111F;
    width: auto;
    margin: -1rem auto 1.5rem auto;
  }
  .heading._light-blue {
    background-color: #142B46;
  }
  
  .text-head-large {
    font-size: 32px;
  }
  @media (min-width: 768px) {
    .text-head-large {
      font-size: 38px;
    }
  }
  @media (min-width: 1200px) {
    .text-head-large {
      font-size: 40px;
    }
  }
  .text-head-large._white {
    color: #ffffff;
  }
  
  button.btn-none {
    position: absolute;
  }
  
  .btn.btn-champ7hd-outline {
    font-size: 20px;
    padding: 0.5rem 2rem;
    margin-top: 1rem;
    border-radius: 0.5rem;
    border: 4px solid #1251FF;
  }
  @media (min-width: 768px) {
    .btn.btn-champ7hd-outline {
      font-size: 24px;
    }
  }
  .btn.btn-champ7hd-outline._tiny {
    padding: 0.25rem 2rem;
    margin: 0;
    font-size: 16px;
    border: 1px solid #1251FF;
  }
  .btn.btn-champ7hd-light {
    font-size: 20px;
    background-color: #113157;
    color: #ffffff;
    padding: 0.5rem 3rem;
    border-radius: 0.5rem;
    margin-top: 1rem;
  }
  .btn.btn-champ7hd-light._tiny {
    padding: 0.25rem 1rem;
    margin: 0;
    font-size: 16px;
    border: 1px solid #1251FF;
  }
  .btn.btn-champ7hd {
    padding: 0.5rem 3rem;
    border-radius: 0.5rem;
    color: #ffffff;
    background: linear-gradient(90deg, #044DA3 0%, #BDDBFE 27.08%, #A6CFFF 85.22%, rgba(133, 176, 226, 0) 100%, #4C71D7 100%);
    margin-top: 1rem;
    position: relative;
  }
  .btn.btn-champ7hd._tiny {
    padding: 0.25rem 1rem;
  }
  .btn.btn-champ7hd:before {
    content: "";
    background-color: #05111F;
    position: absolute;
    top: 2%;
    left: 1%;
    bottom: 2%;
    right: 1%;
    border-radius: 0.5rem;
  }
  .btn.btn-champ7hd:hover {
    background-color: #05111F;
    color: #fff;
  }
  .btn.btn-champ7hd span.enter {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
  }
  @media (min-width: 768px) {
    .btn.btn-champ7hd span.enter {
      font-size: 18px;
    }
  }
  .btn.btn-champ7hd span.enter._tiny {
    font-size: 16px;
  }
  .btn.btn-champ7hd span.enter._large {
    font-size: 24px;
  }
  @media (min-width: 768px) {
    .btn.btn-champ7hd span.enter._large {
      font-size: 32px;
    }
  }
  
  .champ-list ul li, .champ-list ol li {
    font-size: 18px;
  }
  @media (min-width: 768px) {
    .champ-list ul li, .champ-list ol li {
      font-size: 20px !important;
    }
  }
  .champ-list ul li p, .champ-list ul li h4, .champ-list ol li p, .champ-list ol li h4 {
    font-size: 18px !important;
  }
  @media (min-width: 768px) {
    .champ-list ul li p, .champ-list ul li h4, .champ-list ol li p, .champ-list ol li h4 {
      font-size: 20px !important;
    }
  }
  .champ-list ul li p.red, .champ-list ul li h4.red, .champ-list ol li p.red, .champ-list ol li h4.red {
    color: #EE0002;
  }
  .champ-list ul li .h4, .champ-list ol li .h4 {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .champ-list ol {
    counter-reset: item;
    margin-top: 0.5rem 0;
    padding: 0;
  }
  .champ-list ol li {
    display: table;
    counter-increment: item;
  }
  .champ-list ol li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.5rem;
    font-weight: bold;
  }
  .champ-list ol.list-unstyled li::before {
    content: "";
    padding-right: 0;
  }
  .champ-list ul {
    counter-reset: none;
    padding-left: 0;
  }
  .champ-list ul li {
    counter-increment: none;
  }
  .champ-list ul li:before {
    content: "-";
  }
  .champ-list .table-responsive._width {
    width: 300px;
  }
  @media (min-width: 768px) {
    .champ-list .table-responsive._width {
      width: auto;
    }
  }
  .champ-list table {
    margin-top: 1rem;
    width: 700px;
  }
  @media (min-width: 768px) {
    .champ-list table {
      width: auto;
    }
  }
  .champ-list table.border tbody tr td {
    border: 1px solid;
    padding: 0.5rem 2rem;
  }
  .champ-list span {
    display: block;
  }
  .champ-list img.w-ch7-logo {
    width: 155px;
  }
  
  .text-indent {
    text-indent: 30px;
  }
  
  .footer-champ {
    color: #ffffff;
    text-align: center;
    background-color: #161D25;
    padding: 2rem 0;
  }
  .footer-champ p {
    margin-bottom: 0;
  }
  
  .text-accent {
    color: #73CFFF;
    margin-bottom: 1rem;
  }
  
  /*Input file CSSe*/
  input[type=file] {
    font-size: 14px;
    cursor: pointer;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .custom-file-input {
    display: block;
    margin: auto;
  }
  .custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
  }
  .custom-file-input::before {
    content: "";
    background-color: transparent;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
  }
  
  @media (max-width: 1199.98px) {
    .table.table-school-list {
      width: 1024px;
    }
  }
  @media (max-width: 767.98px) {
    .table.table-school-list {
      width: 992px;
    }
  }
  .table.table-school-list thead tr th {
    text-align: center;
  }
  .table.table-school-list thead tr th:nth-of-type(3) {
    text-align: start;
  }
  .table.table-school-list tbody tr td {
    text-align: center;
    vertical-align: middle;
  }
  .table.table-school-list tbody tr td:nth-of-type(3) {
    text-align: start;
  }
  .table.table-school-list._secondary thead tr th:nth-of-type(2) {
    text-align: start;
  }
  .table.table-school-list._secondary thead tr th:nth-of-type(3) {
    text-align: center;
  }
  .table.table-school-list._secondary tbody tr td:nth-of-type(2) {
    text-align: start;
  }
  .table.table-school-list._secondary tbody tr td:nth-of-type(3) {
    text-align: center;
  }
  .table.goals {
    text-align: center;
    min-width: 576px;
  }
  @media (min-width: 768px) {
    .table.goals {
      min-width: 768px;
    }
  }
  @media (min-width: 992px) {
    .table.goals {
      min-width: 1024px;
    }
  }
  .table.goals thead.table-blue {
    background-color: #216EBD;
    color: #ffffff;
  }
  .table.goals tbody.table-blue {
    background-color: #123C6E;
    color: #ffffff;
  }
  .table.goals tbody tr:first-child {
    background-color: #164884;
    font-weight: bold;
  }
  
  .table > :not(caption) > * > * {
    border-bottom-width: 0px;
  }
  
  .card.card-news-standard, .card.card-clip-standard, .card.card-clip-landscape, .card.card-news-related-landscape, .card.card-album {
    height: 100%;
    overflow: hidden;
    background-color: #0A192C;
    border: 1px solid #ffffff;
    border-radius: 0.625rem;
    position: relative;
  }
  .card.card-news-standard .card-img-thumb, .card.card-clip-standard .card-img-thumb, .card.card-clip-landscape .card-img-thumb, .card.card-news-related-landscape .card-img-thumb, .card.card-album .card-img-thumb {
    padding-top: 56.25%;
    overflow: hidden;
    background: url(https://static.ch7.com/images/theme2019/ch7_logo-bw.png) center no-repeat;
    background-color: #A3A3A3;
  }
  .card.card-news-standard .card-body, .card.card-clip-standard .card-body, .card.card-clip-landscape .card-body, .card.card-news-related-landscape .card-body, .card.card-album .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.5rem;
    height: auto;
  }
  .card.card-news-standard .card-body .card-text, .card.card-clip-standard .card-body .card-text, .card.card-clip-landscape .card-body .card-text, .card.card-news-related-landscape .card-body .card-text, .card.card-album .card-body .card-text {
    color: #ffffff;
  }
  .card.card-news-standard .card-body .date, .card.card-clip-standard .card-body .date, .card.card-clip-landscape .card-body .date, .card.card-news-related-landscape .card-body .date, .card.card-album .card-body .date {
    font-size: 14px;
    background-color: #73CFFF;
    color: #000000;
    border-radius: 0.2rem;
    padding: 0 0.5rem;
  }
  .card.card-news-standard .multiline-3, .card.card-news-standard .multiline-2, .card.card-clip-standard .multiline-3, .card.card-clip-standard .multiline-2, .card.card-clip-landscape .multiline-3, .card.card-clip-landscape .multiline-2, .card.card-news-related-landscape .multiline-3, .card.card-news-related-landscape .multiline-2, .card.card-album .multiline-3, .card.card-album .multiline-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: pre-wrap; /* let the text wrap preserving spaces */
  }
  .card.card-news-standard .multiline-3, .card.card-clip-standard .multiline-3, .card.card-clip-landscape .multiline-3, .card.card-news-related-landscape .multiline-3, .card.card-album .multiline-3 {
    -webkit-line-clamp: 3; /* start showing ellipsis when 3rd line is reached */
  }
  @media (min-width: 768px) {
    .card.card-news-standard .multiline-3, .card.card-clip-standard .multiline-3, .card.card-clip-landscape .multiline-3, .card.card-news-related-landscape .multiline-3, .card.card-album .multiline-3 {
      min-height: 75px;
    }
  }
  .card.card-news-standard .multiline-2, .card.card-clip-standard .multiline-2, .card.card-clip-landscape .multiline-2, .card.card-news-related-landscape .multiline-2, .card.card-album .multiline-2 {
    -webkit-line-clamp: 2; /* start showing ellipsis when 3rd line is reached */
    margin-bottom: 0;
  }
  @media (min-width: 768px) {
    .card.card-news-standard .multiline-2, .card.card-clip-standard .multiline-2, .card.card-clip-landscape .multiline-2, .card.card-news-related-landscape .multiline-2, .card.card-album .multiline-2 {
      min-height: 50px;
    }
  }
  .card.card-news-standard .ratio, .card.card-clip-standard .ratio, .card.card-clip-landscape .ratio, .card.card-news-related-landscape .ratio, .card.card-album .ratio {
    overflow: hidden;
  }
  .card.card-news-standard .ratio img, .card.card-clip-standard .ratio img, .card.card-clip-landscape .ratio img, .card.card-news-related-landscape .ratio img, .card.card-album .ratio img {
    transition: ease-in-out 0.2s;
  }
  .card.card-news-standard .ratio img:hover, .card.card-clip-standard .ratio img:hover, .card.card-clip-landscape .ratio img:hover, .card.card-news-related-landscape .ratio img:hover, .card.card-album .ratio img:hover {
    transform: scale(1.1);
    transition: ease-in-out 0.2s;
  }
  @media (min-width: 1200px) {
    .card.card-news-standard._main .card-text small.date, .card.card-album._main .card-text small.date {
      position: absolute;
      right: 7px;
      bottom: 7px;
    }
  }
  .card.card-news-related-landscape {
    height: auto;
    margin-bottom: 1rem;
  }
  .card.card-news-related-landscape:last-child {
    margin-bottom: 0;
  }
  .card.card-news-related-landscape .card-body {
    height: 100%;
  }
  .card.card-news-related-landscape .ratio.ratio-16x9 {
    height: 100%;
  }
  .card.card-clip-landscape .card-body {
    justify-content: start;
    height: 100%;
  }
  .card.card-clip-landscape .card-body img {
    width: 56px;
    margin-top: 1rem;
  }
  @media (min-width: 768px) {
    .card.card-clip-landscape .card-body img {
      margin-top: auto;
      width: 72px;
    }
  }
  .card.card-clip-landscape .card-title {
    font-size: 20px;
    color: #ffffff;
  }
  @media (min-width: 992px) {
    .card.card-clip-landscape .card-title {
      font-size: 32px;
    }
  }
  .card.card-clip-standard .card-body .card-text._mg {
    margin-top: 1rem !important;
  }
  .card.card-live {
    border: 0;
    border-radius: 0.5rem;
    background-color: #152537;
    position: relative;
  }
  .card.card-live._no-padding {
    padding: 0;
  }
  .card.card-live .card-body._no-padding {
    padding: 0;
  }
  .card.card-live .card-body .card-title {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .card.card-live .card-body .card-title._size {
    font-size: 20px;
    display: flex;
  }
  .card.card-live .card-body .card-title._bg {
    padding: 0.5rem;
    background-color: #05111F;
  }
  .card.card-live .card-body .card-title._radius {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .card.card-live .card-body .card-title span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .card.card-live .card-body .card-title span:first-child {
    color: #73CFFF;
    font-weight: bold;
    margin-right: 1rem;
  }
  .card.card-live .card-body .card-title span:last-child {
    font-size: 14px;
  }
  .card.card-live .card-body .card-subtitle._size {
    font-size: 14px;
    font-weight: 100;
  }
  .card.card-live .card-body .card-subtitle._white {
    color: #ffffff;
  }
  .card.card-live .card-body .card-subtitle._pd {
    padding: 0.5rem 0;
  }
  .card.card-live .card-body .card-subtitle._border {
    border-top: 1px solid #ffffff;
  }
  .card.card-live .card-body .card-subtitle img {
    margin-left: 0.25rem;
  }
  .card.card-live .match._pd {
    padding-bottom: 1rem;
  }
  .card.card-live .match img {
    width: 56px;
    height: 56px;
    margin: 0.2rem;
    border-radius: 2.5rem;
    border: 1px solid #A3A3A3;
    background-color: #ffffff;
  }
  .card.card-live .match span {
    font-size: 16px;
    color: #ffffff;
  }
  .card.card-live .match .flag-left, .card.card-live .match .flag-right, .card.card-live .match .date-live {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .card.card-live .match .flag-left, .card.card-live .match .flag-right {
    padding: 0 0.5rem;
  }
  .card.card-live .match .flag-left span, .card.card-live .match .flag-right span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin-top: 0.5rem;
  }
  .card.card-live .match .date-live span {
    font-size: 16px;
    font-weight: 200;
  }
  .card.card-live .match .date-live span.time {
    font-size: 32px;
    font-weight: 400;
    color: #0E39A9;
    background-color: #C1DAF5;
    font-weight: bold;
    padding: 0 0.5rem;
    border-radius: 0.5rem;
  }
  .card.card-live a {
    color: #ffffff;
    text-decoration: none;
  }
  .card.card-live a.z-index-icon {
    position: relative;
    z-index: 2;
  }
  .card.card-champion {
    text-align: center;
  }
  .card.card-champion .card-title {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* start showing ellipsis when 3rd line is reached */
    white-space: pre-wrap; /* let the text wrap preserving spaces */
    text-overflow: ellipsis;
    margin-bottom: 0;
    min-height: 60px;
  }
  @media (min-width: 768px) {
    .card.card-champion .card-title {
      font-size: 20px;
    }
  }
  @media (min-width: 1200px) {
    .card.card-champion .card-title {
      font-size: 24px;
    }
  }
  .card.card-champion .card-body img {
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 4rem;
    margin: 1rem 0;
  }
  .card.card-champion p.card-text {
    display: flex;
    flex-direction: column;
  }
  .card.card-champion p.card-text span {
    font-size: 14px;
    margin: 0.25rem 0;
  }
  @media (min-width: 768px) {
    .card.card-champion p.card-text span {
      font-size: 16px;
    }
  }
  .card.card-champion p.card-text span.multiline-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* start showing ellipsis when 3rd line is reached */
    white-space: pre-wrap; /* let the text wrap preserving spaces */
    text-overflow: ellipsis;
    margin-bottom: 0;
    min-height: 40px;
  }
  .card.card-list-champions {
    background-color: #05111F;
    border: 1px solid #ffffff;
    padding: 1rem;
  }
  .card.card-list-champions:last-child {
    margin-bottom: 1rem;
  }
  @media (max-width: 767.98px) {
    .card.card-list-champions .card-body {
      padding: 0rem;
    }
  }
  .card.card-list-champions .card-body .card-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  @media (max-width: 767.98px) {
    .card.card-list-champions .card-body .card-title {
      flex-direction: column;
    }
  }
  .card.card-list-champions .card-body .card-title ._width {
    width: 100%;
  }
  @media (min-width: 768px) {
    .card.card-list-champions .card-body .card-title ._width {
      width: 70%;
    }
  }
  @media (min-width: 992px) {
    .card.card-list-champions .card-body .card-title ._width {
      width: 80%;
    }
  }
  .card.card-list-champions .card-body .card-title .title {
    font-weight: 100;
  }
  @media (max-width: 991.98px) {
    .card.card-list-champions .card-body .card-title .title {
      font-size: 24px;
    }
  }
  .card.card-list-champions .card-body p.card-text {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    margin-top: 1rem;
  }
  @media (min-width: 768px) {
    .card.card-list-champions .card-body p.card-text {
      margin-top: 0;
    }
  }
  .card.card-list-champions .card-body p.card-text span {
    font-size: 14px;
    margin: 0.25rem 0;
  }
  @media (min-width: 768px) {
    .card.card-list-champions .card-body p.card-text span {
      font-size: 18px;
    }
  }
  @media (min-width: 1200px) {
    .card.card-list-champions .card-body p.card-text span {
      font-size: 24px;
    }
  }
  .card.card-list-champions .card-body p.card-text span.multiline-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* start showing ellipsis when 3rd line is reached */
    white-space: pre-wrap; /* let the text wrap preserving spaces */
    text-overflow: ellipsis;
    margin-bottom: 0;
  }
  .card.card-list-champions .card-body .row {
    margin-top: 1.5rem;
  }
  .card.card-list-champions .card-body img {
    width: 40%;
    background-color: #ffffff;
    border-radius: 5rem;
  }
  @media (min-width: 768px) {
    .card.card-list-champions .card-body img {
      width: 100%;
    }
  }
  .card.card-album img.album-icon {
    position: absolute;
    top: unset;
    left: unset;
    bottom: 15%;
    right: 10%;
    transform: translate(50%, 50%);
    width: 32px;
    z-index: 1;
  }
  @media (min-width: 768px) {
    .card.card-album img.album-icon {
      bottom: 10%;
      right: 8%;
      width: 48px;
    }
  }
  .card.card-album .album-text {
    color: #A3A3A3;
  }
  
  .card-program {
    box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.3);
    padding: 0 0 0.5rem 0;
    background-color: #041223;
    border-radius: 0.5rem;
    position: relative;
    margin: 0.5rem 0;
  }
  @media (min-width: 1200px) {
    .card-program {
      margin-bottom: 1rem;
      padding: 1rem;
    }
  }
  .card-program ._border:first-child {
    border-bottom: 1px solid rgba(163, 163, 163, 0.25);
  }
  @media (min-width: 992px) {
    .card-program ._border:first-child {
      border-bottom: 0;
    }
  }
  .card-program ._border:last-child {
    border-top: 1px solid rgba(163, 163, 163, 0.25);
  }
  @media (min-width: 992px) {
    .card-program ._border:last-child {
      border-top: 0;
    }
  }
  .card-program a {
    color: #000000;
    text-decoration: none;
  }
  .card-program .column, .card-program .column1, .card-program .column2, .card-program .column3 {
    display: flex;
    align-items: center;
  }
  .card-program .column._pd, .card-program .column1._pd, .card-program .column2._pd, .card-program .column3._pd {
    padding: 0.5rem 0;
  }
  .card-program .column .w-icon, .card-program .column1 .w-icon, .card-program .column2 .w-icon, .card-program .column3 .w-icon {
    margin: auto;
    border: 1px solid #A3A3A3;
  }
  @media (min-width: 992px) {
    .card-program .column .w-icon, .card-program .column1 .w-icon, .card-program .column2 .w-icon, .card-program .column3 .w-icon {
      margin: 0;
    }
  }
  .card-program .column1, .card-program .column {
    display: flex;
    justify-content: center;
    border-right: 0;
    margin: 0;
    text-align: center;
  }
  @media (min-width: 992px) {
    .card-program .column1, .card-program .column {
      text-align: start;
    }
  }
  @media (min-width: 1200px) {
    .card-program .column1, .card-program .column {
      margin: 0.5rem 0;
    }
  }
  .card-program .column1 span, .card-program .column span {
    color: #ffffff;
  }
  .card-program .column1 span.locate, .card-program .column span.locate {
    color: #73CFFF;
    font-size: 24px;
    font-weight: bold;
    margin-right: 1rem;
  }
  .card-program .column1 span.date, .card-program .column span.date {
    font-weight: 100;
  }
  .card-program .column1._matchday, .card-program .column._matchday {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-right: 0;
    background-color: #2c7edd;
  }
  @media (min-width: 1200px) {
    .card-program .column1._matchday, .card-program .column._matchday {
      background-color: transparent;
      margin-right: 1rem;
    }
  }
  .card-program .column1._matchday span._day, .card-program .column._matchday span._day {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
  }
  .card-program .column1._matchday span span, .card-program .column._matchday span span {
    font-size: 20px;
    font-weight: bold;
  }
  .card-program .column2 {
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
  }
  @media (min-width: 1200px) {
    .card-program .column2 {
      margin: 0;
    }
  }
  .card-program .column2 .width {
    width: 100%;
  }
  .card-program .column2 span.team-a, .card-program .column2 span.team-b {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    order: 1;
    width: 100%;
  }
  @media (min-width: 992px) {
    .card-program .column2 span.team-a, .card-program .column2 span.team-b {
      order: revert;
      text-align: end;
      margin: 0 0.5rem;
    }
  }
  .card-program .column2 span.team-a {
    text-align: center;
  }
  @media (min-width: 992px) {
    .card-program .column2 span.team-a {
      text-align: end;
    }
  }
  .card-program .column2 span.team-b {
    text-align: center;
  }
  @media (min-width: 992px) {
    .card-program .column2 span.team-b {
      text-align: start;
      align-items: center;
      display: flex;
    }
  }
  .card-program .column2 span.date {
    font-size: 22px;
    font-weight: bold;
    background: linear-gradient(180deg, #0410CA 0%, #D83F08 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding: 0 0.5rem;
  }
  .card-program .column2 span.date-local {
    color: #A3A3A3;
    font-size: 16px;
    display: block;
  }
  .card-program .column2 img {
    width: 56px;
    height: 56px;
    margin: 0.2rem;
    border-radius: 2.5rem;
    border: 1px solid #A3A3A3;
    background-color: #ffffff;
  }
  .card-program .column2 .result, .card-program .column2 .date-area {
    font-size: 22px;
    font-weight: bold;
    color: #0E39A9;
    background-color: #C1DAF5;
    border-radius: 0.5rem;
    padding: 0.5rem;
    min-width: 100px;
  }
  .card-program .column2 .all-set {
    display: flex;
    justify-content: center;
    margin-top: 0.25rem;
  }
  .card-program .column2 .all-set .set-a, .card-program .column2 .all-set .set-b, .card-program .column2 .all-set .set-c, .card-program .column2 .all-set .set-d, .card-program .column2 .all-set .set-e {
    display: flex;
    margin: 0 0.1rem;
    font-size: 18px;
    flex-direction: column;
    border-right: 1px solid #A3A3A3;
    padding-right: 0.25rem;
  }
  @media (min-width: 992px) {
    .card-program .column2 .all-set .set-a, .card-program .column2 .all-set .set-b, .card-program .column2 .all-set .set-c, .card-program .column2 .all-set .set-d, .card-program .column2 .all-set .set-e {
      font-size: 16px;
    }
  }
  @media (min-width: 1200px) {
    .card-program .column2 .all-set .set-a, .card-program .column2 .all-set .set-b, .card-program .column2 .all-set .set-c, .card-program .column2 .all-set .set-d, .card-program .column2 .all-set .set-e {
      font-size: 18px;
    }
  }
  .card-program .column2 .all-set .set-a:last-child, .card-program .column2 .all-set .set-b:last-child, .card-program .column2 .all-set .set-c:last-child, .card-program .column2 .all-set .set-d:last-child, .card-program .column2 .all-set .set-e:last-child {
    border: 0;
  }
  @media (min-width: 768px) {
    .card-program .column2 .all-set .set-a, .card-program .column2 .all-set .set-b, .card-program .column2 .all-set .set-c, .card-program .column2 .all-set .set-d, .card-program .column2 .all-set .set-e {
      border: 0;
    }
  }
  .card-program .column2 .all-set .set-a span:nth-child(2), .card-program .column2 .all-set .set-b span:nth-child(2), .card-program .column2 .all-set .set-c span:nth-child(2), .card-program .column2 .all-set .set-d span:nth-child(2), .card-program .column2 .all-set .set-e span:nth-child(2) {
    display: none;
  }
  @media (min-width: 768px) {
    .card-program .column2 .all-set .set-a span:nth-child(2), .card-program .column2 .all-set .set-b span:nth-child(2), .card-program .column2 .all-set .set-c span:nth-child(2), .card-program .column2 .all-set .set-d span:nth-child(2), .card-program .column2 .all-set .set-e span:nth-child(2) {
      display: block;
    }
  }
  @media (min-width: 768px) {
    .card-program .column2 .all-set .set-a, .card-program .column2 .all-set .set-b, .card-program .column2 .all-set .set-c, .card-program .column2 .all-set .set-d, .card-program .column2 .all-set .set-e {
      flex-direction: row;
    }
  }
  .card-program .column2 .all-set .set-a .win, .card-program .column2 .all-set .set-b .win, .card-program .column2 .all-set .set-c .win, .card-program .column2 .all-set .set-d .win, .card-program .column2 .all-set .set-e .win {
    color: #1251FF;
    font-weight: bold;
  }
  .card-program .column2 .all-set .set-a .lost, .card-program .column2 .all-set .set-b .lost, .card-program .column2 .all-set .set-c .lost, .card-program .column2 .all-set .set-d .lost, .card-program .column2 .all-set .set-e .lost {
    font-weight: 200;
  }
  .card-program .column2 ._mg {
    margin: 0 0.5rem;
  }
  .card-program .column3 {
    justify-content: center;
  }
  .card-program .column3 a.z-index-icon {
    position: relative;
    z-index: 2;
  }
  .card-program .column3 .text-live {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
  @media (min-width: 992px) {
    .card-program .column3 .text-live {
      text-align: end;
      padding-bottom: 0.25rem;
      margin-right: 0;
      width: 100%;
    }
  }
  .card-program .column3 .text-rerun {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding-bottom: 0;
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
  .card-program .column3 img {
    margin: 0 0.25rem;
    height: auto;
  }
  .card-program .column3 p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0;
  }
  @media (min-width: 992px) {
    .card-program .column3 p {
      font-size: 14px;
    }
  }
  @media (min-width: 1200px) {
    .card-program .column3 p {
      font-size: 16px;
    }
  }
  
  .w-icon {
    width: 32px;
  }
  @media (min-width: 768px) {
    .w-icon {
      width: 40px;
    }
  }
  
  .ratio {
    overflow: hidden;
  }
  .ratio img {
    transition: ease-in-out 0.2s;
  }
  .ratio img:hover {
    transform: scale(1.1);
    transition: ease-in-out 0.2s;
  }
  
  .ad-size {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .ad-size iframe, .ad-size img {
    max-width: 100%;
    height: auto;
  }
  
  .glide__arrows .glide__arrow._style {
    border-radius: 2rem;
  }
  .glide__arrows .glide__arrow._style.glide__arrow--left, .glide__arrows .glide__arrow._style.glide__arrow--right {
    top: unset;
    bottom: -70px;
    width: 3rem;
    height: 3rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    padding: 1rem;
    color: #ffffff;
    border: 1px solid #ffffff;
  }
  .glide__arrows .glide__arrow._style.glide__arrow--left {
    left: unset;
    right: 52%;
  }
  @media (min-width: 768px) {
    .glide__arrows .glide__arrow._style.glide__arrow--left {
      right: 50%;
    }
  }
  @media (min-width: 1200px) {
    .glide__arrows .glide__arrow._style.glide__arrow--left {
      right: 55px;
    }
  }
  .glide__arrows .glide__arrow._style.glide__arrow--right {
    right: 33%;
  }
  @media (min-width: 768px) {
    .glide__arrows .glide__arrow._style.glide__arrow--right {
      right: 40%;
    }
  }
  @media (min-width: 1200px) {
    .glide__arrows .glide__arrow._style.glide__arrow--right {
      right: 0;
    }
  }
  
  .glide__bullets._style {
    display: none;
    bottom: -20px;
  }
  @media (min-width: 768px) {
    .glide__bullets._style {
      left: 120px;
    }
  }
  @media (min-width: 1200px) {
    .glide__bullets._style {
      display: block;
      left: 75px;
    }
  }
  .glide__bullets .glide__bullet {
    border-radius: 0.25rem;
    border: 0;
    width: 15px;
    height: 7px;
    background-color: #ffffff;
  }
  .glide__bullets .glide__bullet--active {
    background-color: #A6CFFF;
    width: 45px;
  }
  .glide__bullets .glide__bullet--active:hover, .glide__bullets .glide__bullet--active:focus {
    border: 2px solid #A6CFFF;
  }
  
  .nav-pills .nav-link {
    border-radius: 2rem;
  }
  .nav-pills .nav-link.active._color {
    background-color: #C1DAF5;
    color: #0E39A9;
    font-weight: bold;
  }
  .nav-pills .nav-link._color {
    color: #ffffff;
  }
  .nav-pills._bg {
    background-color: #041223;
    border-radius: 2rem;
    padding: 0.5rem;
  }
  
  .no-click {
    text-decoration: none;
    color: inherit;
    cursor: default;
    pointer-events: none;
  }/*# sourceMappingURL=champ7hd2023.css.map */