.footer {
  background: #181733;
  position: relative;
  overflow: hidden;
  padding: 0 1.6rem 3rem;
  z-index: 30;
  padding-bottom: 30px;
}
.footer__constitutional-pattern {
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.footer__constitutional-pattern svg {
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.footer__core {
  position: relative;
}
.footer__core:after {
  bottom: 0;
  background: linear-gradient(180deg, rgba(24, 23, 51, 0), #181733);
}
.footer__core:before {
  top: 0;
  background: linear-gradient(0deg, rgba(24, 23, 51, 0), #181733);
}
.footer__corporate {
  padding-top: 2.6rem;
}
.footer__crest.icon {
  display: inline;
  fill: #fff;
  width: 56.5rem;
  height: auto;
}
.footer__sponsors {
  padding: 2.4rem 0;
}
.footer__sponsors-cta {
  font-family: fcb-bold, Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  right: 0;
}
.footer__sponsors-cta:hover, .footer__sponsors-cta:focus, .footer__sponsors-cta:active {
  text-decoration: none;
  color: #fff;
}
.footer__sponsors-cta:hover span:after, .footer__sponsors-cta:focus span:after, .footer__sponsors-cta:active span:after {
  right: -45px;
}
.footer__sponsors-cta span {
  position: relative;
  margin-right: 45px;
  color: #fff;
}
.footer__sponsors-cta span:after {
  display: block;
  position: absolute;
  right: -30px;
  top: 0px;
  transition: right 300ms ease;
}
@media (max-width: 767px) {
  .footer__sponsors-cta span {
    font-size: 12px;
  }
}
.footer__title {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  text-transform: uppercase;
  font-family: fcb-bold, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 4rem 0;
}
.footer--narrow {
  padding: 0 0.8rem;
}
.footer--narrow__constitutional-pattern {
  height: 16rem;
  width: 420%;
  left: -160%;
}
.footer--narrow__core:after {
  content: none;
}
.footer--narrow__crest.icon {
  width: calc(70% - 1.6rem);
}
.footer--narrow__sponsors {
  position: relative;
}
.footer--narrow__sponsors:after {
  content: "";
  display: block;
  position: absolute;
  top: -0.8rem;
  left: -100vw;
  width: 200vw;
  height: 2.4rem;
  z-index: 10;
  background: linear-gradient(180deg, rgba(24, 23, 51, 0), #181733);
}
.footer--narrow__corporate {
  padding: 1.6rem 1.6rem 2.4rem;
}
.footer--narrow:after {
  height: 0.8rem;
}
@media (max-width: 1100px) {
  .footer {
    padding: 0 1.6rem 1rem;
  }
  .footer__corporate {
    padding-bottom: 1.6rem;
  }
}
@media (max-width: 840px) {
  .footer {
    padding: 0 0.8rem 60px;
  }
  .footer__constitutional-pattern {
    height: 16rem;
    width: 420%;
    left: -160%;
  }
  .footer__core:after {
    content: none;
  }
  .footer__crest.icon {
    width: calc(70% - 1.6rem);
  }
  .footer__sponsors {
    position: relative;
  }
  .footer__sponsors:after {
    display: none;
  }
  .footer__sponsors-cta {
    font-family: fcb-bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    display: block;
    margin: auto;
  }
  .footer__sponsors-cta span {
    margin-right: 0;
  }
  .footer__corporate {
    padding: 0 0.8rem 0;
  }
  .footer:after {
    height: 0.8rem;
  }
  .footer__title {
    font-size: 3.2rem;
    padding: 5rem 0;
  }
}
@media (max-width: 400px) {
  .footer {
    padding-bottom: 70px;
  }
  .footer__constitutional-pattern {
    width: 420%;
    left: -160%;
  }
  .footer__crest.icon {
    width: calc(70% - 1.6rem);
  }
}
.footer-corporate-links__bottom-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer-corporate-links__bottom-container > div {
  flex: 1 0 auto;
}
.footer-corporate-links__copyright {
  font-family: fcb-light, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  color: #fff;
  height: 1.6rem;
  line-height: 1.6rem;
  font-size: 1.4rem;
}
.footer-corporate-links__copyright span {
  font-family: fcb-semi-bold, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8rem;
}
.footer-corporate-links__group {
  display: inline-flex;
}
.footer-corporate-links__item {
  position: relative;
  padding: 0 0.4rem;
}
.footer-corporate-links__item:after {
  display: block;
  content: "";
  position: absolute;
  top: 0.6rem;
  right: 0;
  width: 0.1rem;
  height: 1.2rem;
  background-color: #fff;
  opacity: 0.75;
}
.footer-corporate-links__item:last-of-type:after {
  content: none;
}
.footer-corporate-links__item-link {
  font-family: fcb-light, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.4rem;
  font-size: 1.2rem;
  padding: 0.8rem;
  text-decoration: none;
}
.footer-corporate-links__item-link:hover {
  text-decoration: underline;
  color: #fff;
}
.footer-corporate-links__item-link:focus {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .footer-corporate-links__link-container {
    text-align: right;
  }
}
@media (min-width: 840px) {
  .footer-corporate-links__item-link:hover {
    text-decoration: underline;
  }
}
.footer-corporate-links__logo .icon {
  fill: #fff;
  height: 3.2rem;
  width: 21.6rem;
}
.footer--narrow .footer-corporate-links__bottom-container {
  flex-direction: column;
}
.footer--narrow .footer-corporate-links__copyright {
  font-size: 1rem;
  line-height: 1.2rem;
  padding-left: 0.8rem;
}
.footer--narrow .footer-corporate-links__group {
  margin-top: 1.2rem;
  flex-direction: column;
}
.footer--narrow .footer-corporate-links__item {
  padding: 0.4rem;
}
.footer--narrow .footer-corporate-links__item:after {
  content: none;
}
@media (max-width: 840px) {
  .footer-corporate-links__bottom-container {
    flex-direction: column-reverse;
  }
  .footer-corporate-links__logo {
    display: none;
  }
  .footer-corporate-links__copyright {
    font-size: 1rem;
    line-height: 1.2rem;
    padding-left: 0.8rem;
    margin-top: 10px;
  }
  .footer-corporate-links__copyright span {
    display: block;
    margin-bottom: 10px;
  }
  .footer-corporate-links__group {
    margin-top: 1.2rem;
    flex-direction: column;
    padding-bottom: 10px;
  }
  .footer-corporate-links__item {
    padding: 0rem;
  }
  .footer-corporate-links__item:after {
    content: none;
  }
}
.footer-sitemap {
  display: flex;
  width: 100%;
  justify-content: space-around;
  padding-top: 9.25rem;
}
.footer-sitemap__group {
  flex: 1 0 auto;
}
.footer-sitemap__nav-item--active .footer-sitemap__nav-link {
  font-family: fcb-semi-bold, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  color: #fdc52c;
}
.footer-sitemap__nav-link {
  width: 75%;
  height: 100%;
  display: inline-block;
  font-family: fcb-light, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 3.2rem;
  padding-right: 1rem;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-sitemap__nav-link:focus {
  text-decoration: underline;
}
@media (min-width: 840px) {
  .footer-sitemap__nav-link:hover {
    text-decoration: underline;
  }
}
.footer-sitemap__nav-list {
  margin-top: 3rem;
}
.footer-sitemap__nav-title {
  font-family: fcb-bold, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.footer--narrow .footer-sitemap {
  margin-top: 1.6rem;
  display: grid;
  padding: 1.6rem;
  grid-gap: 1.6rem;
  grid-template-columns: repeat(4, calc(25% - 1.6rem));
}
.footer--narrow .footer-sitemap__nav-link {
  line-height: 2.4rem;
}
.footer--narrow .footer-sitemap__nav-list {
  margin-top: 1.6rem;
}
@media (max-width: 840px) {
  .footer-sitemap {
    margin-top: 1.6rem;
    display: grid;
    padding: 1.6rem;
    grid-gap: 1.6rem;
    grid-template-columns: repeat(4, calc(25% - 1.6rem));
  }
  .footer-sitemap__nav-link {
    line-height: 2.4rem;
  }
  .footer-sitemap__nav-list {
    margin-top: 1.6rem;
  }
}
@media (max-width: 640px) {
  .footer-sitemap {
    grid-template-columns: repeat(2, calc(50% - 1.6rem));
  }
}
.footer-sponsors {
  position: relative;
}
.footer-sponsors, .footer-sponsors__container {
  display: flex;
  width: 100%;
  margin: auto;
}
.footer-sponsors img, .footer-sponsors__container img {
  max-width: 60px;
}
@media (min-width: 992px) {
  .footer-sponsors img, .footer-sponsors__container img {
    max-width: 90%;
  }
}
.footer-sponsors__link-wrapper {
  position: absolute;
  top: 0;
  right: 1.6rem;
  min-width: 13.2rem;
  z-index: 20;
}
.footer-sponsors .footer-sponsors__sponsor {
  height: 5rem;
}
.footer-sponsors .footer-sponsors__sponsor svg {
  width: 100%;
  height: auto;
}
.footer-sponsors .footer-sponsors__sponsors-container {
  justify-content: space-around;
}
.footer-sponsors__main {
  flex: 3;
}
.footer-sponsors__main--two-sections .footer-sponsors__sponsor--nike {
  width: 22%;
}
.footer-sponsors__main--two-sections .footer-sponsors__sponsor--rakuten {
  width: 23%;
}
.footer-sponsors__main--two-sections .footer-sponsors__sponsor--rakuten svg {
  margin-top: -5%;
}
.footer-sponsors__main--two-sections .footer-sponsors__sponsor--beko {
  width: 17%;
}
.footer-sponsors__main--two-sections .footer-sponsors__sponsor--beko svg {
  margin-top: 7.5%;
}
.footer-sponsors__main--one-section .footer-sponsors__sponsor--nike {
  width: 11%;
}
.footer-sponsors__main--one-section .footer-sponsors__sponsor--stanley {
  width: 14%;
}
.footer-sponsors__main--one-section .footer-sponsors__sponsor--stanley svg {
  margin-top: -2%;
}
.footer-sponsors__main--one-section .footer-sponsors__sponsor--serveto {
  width: 10%;
}
.footer-sponsors__main--one-section .footer-sponsors__sponsor--serveto svg {
  margin-top: -2%;
}
.footer-sponsors__main--one-section .footer-sponsors__sponsor--lassa {
  width: 15%;
}
.footer-sponsors__premium {
  flex: 4;
}
.footer-sponsors__premium--two-sections .footer-sponsors__sponsor--caixa-bank {
  width: 10%;
}
.footer-sponsors__premium--two-sections .footer-sponsors__sponsor--caixa-bank svg {
  margin-top: -15%;
}
.footer-sponsors__premium--two-sections .footer-sponsors__sponsor--estrella {
  width: 18%;
}
.footer-sponsors__premium--two-sections .footer-sponsors__sponsor--estrella svg {
  margin-top: -10%;
}
.footer-sponsors__premium--two-sections .footer-sponsors__sponsor--gillette {
  width: 14%;
}
.footer-sponsors__premium--two-sections .footer-sponsors__sponsor--gillette svg {
  margin-top: -10%;
}
.footer-sponsors__premium--two-sections .footer-sponsors__sponsor--pes {
  width: 18%;
}
.footer-sponsors__premium--two-sections .footer-sponsors__sponsor--pes svg {
  margin-top: -7.5%;
}
.footer-sponsors__premium--one-section .footer-sponsors__sponsor svg {
  width: 100%;
  height: auto;
}
.footer-sponsors__premium--one-section .footer-sponsors__sponsor--nike {
  width: 22%;
}
.footer-sponsors__main, .footer-sponsors__premium {
  position: relative;
  padding-top: 0.8rem;
}
.footer-sponsors__sponsors-container {
  display: flex;
  white-space: nowrap;
  align-items: center;
  position: relative;
  padding: 0 1.6rem;
}
.footer-sponsors__sponsors-container:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0.2rem;
  height: 100%;
  background-color: #fdc52c;
}
.footer-sponsors__sponsor {
  height: 100%;
  margin: 1.6rem 0.8rem;
}
.footer-sponsors__sponsor a {
  line-height: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.footer-sponsors__sponsor a:after {
  display: block;
  position: absolute;
  content: "";
  bottom: -1.6rem;
  left: 51%;
  right: 50%;
  height: 0.4rem;
  background-color: #fdc52c;
  transition: left 0.2s ease, right 0.2s ease;
}
.footer-sponsors__sponsor a:focus:after {
  left: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .footer__sponsors {
    padding: 2.4rem 0;
    max-width: 80%;
    margin: auto;
  }
}
@media (min-width: 840px) {
  .footer-sponsors__sponsor a:hover:after {
    left: 0;
    right: 0;
  }
}
.footer-sponsors__sponsor svg {
  max-width: 22rem;
  max-height: 9.6rem;
}
.footer-sponsors__title {
  font-family: fcb-bold, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  height: 1.4rem;
  margin-bottom: 1.1rem;
  line-height: 1.4rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #fdc52c;
}
.footer--narrow .footer-sponsors__container {
  flex-direction: column;
}
.footer--narrow .footer-sponsors__link {
  display: block;
  width: 100%;
}
.footer--narrow .footer-sponsors__link-wrapper {
  bottom: -2.4rem;
  top: auto;
  left: 50%;
  width: calc(100% - 3.2rem);
  text-align: center;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer--narrow .footer-sponsors__main, .footer--narrow .footer-sponsors__premium {
  padding: 0 1.6rem;
}
.footer--narrow .footer-sponsors__sponsors-container {
  margin: 0;
  padding: 2.4rem 0;
}
.footer--narrow .footer-sponsors__sponsors-container:before {
  content: none;
}
.footer--narrow .footer-sponsors__title {
  width: 100%;
  text-align: center;
  line-height: 0.2rem;
  height: auto;
}
.footer--narrow .footer-sponsors__title span {
  padding: 0 0.8rem;
  position: relative;
}
.footer--narrow .footer-sponsors__title span:after, .footer--narrow .footer-sponsors__title span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  background: #fdc52c;
  width: calc(50vw - 50% - 3.2rem);
  height: 0.2rem;
}
.footer--narrow .footer-sponsors__title span:before {
  left: calc(-50vw + 50% + 1.6rem);
}
.footer--narrow .footer-sponsors__title span:after {
  right: calc(-50vw + 50% + 1.6rem);
}
@media (max-width: 1025px) {
  .footer-sponsors__main {
    min-height: 14rem;
  }
  .footer-sponsors__main--one-section .footer-sponsors__sponsor--nike {
    width: 15%;
  }
  .footer-sponsors__main--one-section .footer-sponsors__sponsor--stanley {
    width: 17%;
  }
  .footer-sponsors__main--one-section .footer-sponsors__sponsor--serveto {
    width: 13%;
  }
  .footer-sponsors__main--one-section .footer-sponsors__sponsor--serveto svg {
    margin-top: 1%;
  }
  .footer-sponsors__main--one-section .footer-sponsors__sponsor--lassa {
    width: 18%;
  }
  .footer-sponsors__premium {
    min-height: 13rem;
  }
}
@media (max-width: 840px) {
  .footer-sponsors__container {
    flex-direction: column;
  }
  .footer-sponsors__link {
    display: block;
    width: 100%;
  }
  .footer-sponsors__link-wrapper {
    bottom: -2.4rem;
    top: auto;
    left: 50%;
    width: calc(100% - 3.2rem);
    text-align: center;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .footer-sponsors__main, .footer-sponsors__premium {
    padding: 0 0.8rem;
  }
  .footer-sponsors__sponsors-container {
    margin: 0;
    padding: 2.4rem 0;
  }
  .footer-sponsors__sponsors-container:before {
    content: none;
  }
  .footer-sponsors__title {
    width: 100%;
    text-align: center;
    line-height: 0.2rem;
    height: auto;
  }
  .footer-sponsors__title span {
    padding: 0 0.8rem;
    position: relative;
  }
  .footer-sponsors__title span:after, .footer-sponsors__title span:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    background: #fdc52c;
    width: calc(50vw - 50% - 3.2rem);
    height: 0.2rem;
  }
  .footer-sponsors__title span:before {
    left: calc(-50vw + 50% + 1.6rem);
  }
  .footer-sponsors__title span:after {
    right: calc(-50vw + 50% + 1.6rem);
  }
  .footer-sponsors__main {
    min-height: 14rem;
  }
  .footer-sponsors__main--two-sections .footer-sponsors__sponsor {
    height: 4rem;
  }
  .footer-sponsors__main--two-sections .footer-sponsors__sponsor--nike {
    width: 17%;
  }
  .footer-sponsors__main--two-sections .footer-sponsors__sponsor--rakuten {
    width: 18%;
  }
  .footer-sponsors__main--two-sections .footer-sponsors__sponsor--beko {
    width: 14%;
  }
  .footer-sponsors__main--one-section .footer-sponsors--nike {
    width: 22%;
  }
  .footer-sponsors__main--one-section .footer-sponsors--rakuten {
    width: 23%;
  }
  .footer-sponsors__main--one-section .footer-sponsors--rakuten svg {
    margin-top: -5%;
  }
  .footer-sponsors__main--one-section .footer-sponsors--beko {
    width: 17%;
  }
  .footer-sponsors__main--one-section .footer-sponsors--beko svg {
    margin-top: 7.5%;
  }
  .footer-sponsors__premium {
    min-height: 13rem;
  }
  .footer-sponsors__premium--two-sections .footer-sponsors__sponsor {
    height: 4rem;
  }
  .footer-sponsors__premium--two-sections .footer-sponsors__sponsor--nike {
    width: 17%;
  }
}
@media (max-width: 640px) {
  .footer-sponsors__main {
    min-height: 14rem;
  }
  .footer-sponsors__main--one-section .footer-sponsors__sponsor {
    height: 4rem;
  }
  .footer-sponsors__main--one-section .footer-sponsors__sponsor--nike {
    width: 20%;
  }
  .footer-sponsors__main--one-section .footer-sponsors__sponsor--stanley {
    width: 22%;
  }
  .footer-sponsors__main--one-section .footer-sponsors__sponsor--stanley svg {
    margin-top: -2%;
  }
  .footer-sponsors__main--one-section .footer-sponsors__sponsor--serveto {
    width: 18%;
  }
  .footer-sponsors__main--one-section .footer-sponsors__sponsor--lassa {
    width: 23%;
  }
  .footer-sponsors__premium {
    min-height: 13rem;
  }
  .footer-sponsors__premium--one-section .footer-sponsors__sponsor {
    height: 4rem;
  }
}
@media (max-width: 470px) {
  .footer-sponsors__main {
    min-height: 9rem;
  }
  .footer-sponsors__main .footer-sponsors__sponsors-container {
    padding: 0;
  }
  .footer-sponsors__premium {
    min-height: 10rem;
  }
  .footer-sponsors__premium .footer-sponsors__sponsors-container {
    padding: 0;
  }
  .footer-sponsors__sponsor a:after {
    display: none;
  }
}
.footer-trophies__background-pattern {
  background-color: #154284;
  background-image: url(../i/bg-elements/horizontal-flash.jpg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (-moz-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2) {
  .footer-trophies__background-pattern {
    background-image: url(../i/bg-elements/horizontal-flash@x2.jpg);
    background-size: 328px 88px;
  }
}
.footer-trophies__competition-name {
  line-height: 1.4rem;
  margin-right: 0.4rem;
}
.footer-trophies__competition-name, .footer-trophies__competition-type {
  font-family: fcb-bold, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  z-index: 20;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.footer-trophies__competition-type {
  line-height: 1.2rem;
  text-transform: uppercase;
}
.footer-trophies__container {
  width: 100%;
  height: 17.4rem;
  background-color: #111025;
  padding: 0 1.6rem;
  border-radius: 0 0 1.6rem 1.6rem;
  border: 1px solid #262b47;
  display: flex;
  justify-content: space-around;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}
.footer-trophies__trophy {
  position: relative;
  height: 8.8rem;
  width: 25%;
  border: 0.1rem solid #000;
  margin: 0 0.8rem;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.5);
  border-radius: 0.6rem;
  overflow: hidden;
}
.footer-trophies__trophy-count {
  font-family: fcb-extra-bold, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 6.2rem;
  line-height: 7.5rem;
  color: #fdc52c;
  margin: 0 0.8rem;
  z-index: 20;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.footer-trophies__trophy-descriptor {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
}
.footer-trophies__trophy-descriptor--champions-league .footer-trophies__trophy-image {
  width: 3.3rem;
}
.footer-trophies__trophy-descriptor--club-world-cup .footer-trophies__trophy-image {
  width: 2.191rem;
}
.footer-trophies__trophy-descriptor--copa-del-rey .footer-trophies__trophy-image {
  width: 2.944rem;
}
.footer-trophies__trophy-image {
  position: static;
  height: 5rem;
  width: 3.8rem;
  fill: #fdc52c;
  z-index: 20;
}
.footer-trophies__trophy-text-background {
  width: 100%;
  height: 2.8rem;
  background: #000;
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer--narrow .footer-trophies__background-pattern {
  background-image: url(../i/bg-elements/horizontal-flash-mobile.jpg);
}
@media (-moz-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2) {
  .footer--narrow .footer-trophies__background-pattern {
    background-image: url(../i/bg-elements/horizontal-flash-mobile@x2.jpg);
    background-size: 196px 166px;
  }
}
.footer--narrow .footer-trophies__competition-name {
  font-size: 0.9rem;
  height: 2.4rem;
  padding: 0.4rem 0.8rem;
  width: 100%;
  margin: 0;
  line-height: 1rem;
  text-align: center;
}
.footer--narrow .footer-trophies__competition-type {
  font-size: 0.8rem;
  line-height: 0.9rem;
  text-align: center;
}
.footer--narrow .footer-trophies__container {
  flex-wrap: nowrap;
  height: 18.6rem;
  padding: 0;
}
.footer--narrow .footer-trophies__trophy {
  width: calc(25% - .8rem);
  height: 16.8rem;
  margin: 0.4rem;
  border-radius: 0.3rem;
}
.footer--narrow .footer-trophies__trophy-count {
  font-size: 3.8rem;
  line-height: 4.6rem;
  text-align: center;
}
.footer--narrow .footer-trophies__trophy-descriptor {
  flex-direction: column;
  justify-content: space-around;
}
.footer--narrow .footer-trophies__trophy-descriptor--champions-league .footer-trophies__trophy-image {
  width: 2.904rem;
  height: 4.4rem;
}
.footer--narrow .footer-trophies__trophy-descriptor--club-world-cup .footer-trophies__trophy-image {
  width: 1.662rem;
  height: 4.4rem;
}
.footer--narrow .footer-trophies__trophy-descriptor--copa-del-rey .footer-trophies__trophy-image {
  width: 2.591rem;
  height: 4.4rem;
}
.footer--narrow .footer-trophies__trophy-descriptor--la-liga .footer-trophies__trophy-image {
  height: 4.4rem;
  width: 3.344rem;
}
.footer--narrow .footer-trophies__trophy-text-background {
  top: 1.4rem;
  height: 3.6rem;
}
@media (max-width: 1280px) {
  .footer-trophies__container {
    flex-wrap: wrap;
    height: auto;
  }
  .footer-trophies__trophy {
    width: calc(50% - 4.8rem);
    margin: 2.4rem;
  }
}
@media (max-width: 840px) {
  .footer-trophies__background-pattern {
    background-image: url(../i/bg-elements/horizontal-flash-mobile.jpg);
  }
}
@media (max-width: 840px) and (-moz-min-device-pixel-ratio: 2), (max-width: 840px) and (-webkit-min-device-pixel-ratio: 2) {
  .footer-trophies__background-pattern {
    background-image: url(../i/bg-elements/horizontal-flash-mobile@x2.jpg);
    background-size: 196px 166px;
  }
}
@media (max-width: 840px) {
  .footer-trophies__competition-name {
    font-size: 0.9rem;
    height: 2.4rem;
    padding: 0.4rem 0.8rem;
    width: 100%;
    margin: 0;
    line-height: 1rem;
    text-align: center;
  }
  .footer-trophies__competition-type {
    font-size: 0.8rem;
    line-height: 0.9rem;
    text-align: center;
  }
  .footer-trophies__container {
    flex-wrap: nowrap;
    height: 18.6rem;
    padding: 0;
  }
  .footer-trophies__trophy {
    width: calc(25% - .8rem);
    height: 16.8rem;
    margin: 0.4rem;
    border-radius: 0.3rem;
  }
  .footer-trophies__trophy-count {
    font-size: 3.8rem;
    line-height: 4.6rem;
    text-align: center;
  }
  .footer-trophies__trophy-descriptor {
    flex-direction: column;
    justify-content: space-around;
  }
  .footer-trophies__trophy-descriptor--champions-league .footer-trophies__trophy-image {
    width: 2.904rem;
    height: 4.4rem;
  }
  .footer-trophies__trophy-descriptor--club-world-cup .footer-trophies__trophy-image {
    width: 1.662rem;
    height: 4.4rem;
  }
  .footer-trophies__trophy-descriptor--copa-del-rey .footer-trophies__trophy-image {
    width: 2.591rem;
    height: 4.4rem;
  }
  .footer-trophies__trophy-descriptor--la-liga .footer-trophies__trophy-image {
    height: 4.4rem;
    width: 3.344rem;
  }
  .footer-trophies__trophy-text-background {
    top: 1.4rem;
    height: 3.6rem;
  }
}
@media (max-width: 400px) {
  .footer-trophies__competition-name {
    font-size: 0.8rem;
    padding: 0.1rem 0.4rem;
    line-height: 0.9rem;
  }
}
