.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.navbar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  padding-top: 20px;
  padding-bottom: 0px;
  border-bottom: 1px none rgba(0, 0, 0, 0.04);
  background-color: #fff;
}

.contain {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.brand {
  position: absolute;
  top: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.brand.w--current {
  top: 10px;
  display: block;
  padding-top: 0px;
}

.nav-menu-2 {
  padding-bottom: 0px;
}

.navlink {
  padding: 26px 12px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink:hover {
  padding-bottom: 21px;
  border-bottom: 5px solid #c8c8c8;
}

.navlink.w--current {
  margin-right: 0px;
  padding: 26px 12px 21px;
  border-bottom: 5px solid #c8c8c8;
  background-color: transparent;
  color: #000;
  font-size: 12px;
  font-weight: 700;
}

.navlink.mightyred {
  margin-right: 0px;
  margin-left: 0px;
  padding: 26px 12px;
  font-weight: 400;
}

.navlink.mightyred:hover {
  padding-top: 26px;
  padding-bottom: 21px;
  border-bottom: 5px solid #009982;
}

.navlink.mightyred.w--current {
  padding-bottom: 21px;
  border-bottom: 5px solid #009982;
}

.section-welcome {
  padding-top: 70px;
  padding-bottom: 60px;
  border-bottom: 0px none transparent;
  background-color: #c8c8c8;
  background-image: url('../images/red-bg.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.brand-subtitle {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 0px;
  padding-left: 6px;
  border-top: 2px none #c8c8c8;
  color: #dc0714;
  font-size: 18px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.brand-subtitle.wht {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.brand-subtitle.wht.centre {
  width: 100%;
  text-align: center;
}

.title-block {
  height: 106px;
  padding: 16px 20px 0px;
  background-color: #fff;
}

.section {
  padding-top: 75px;
  padding-bottom: 75px;
}

.section.home {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}

.section.inf-insta-plain {
  padding-top: 125px;
  padding-bottom: 125px;
  border-style: solid;
  border-width: 1px;
  border-color: #dc0714;
  background-color: #dc0714;
  text-align: center;
}

.section.full-green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #31b5aa;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(49, 181, 170, 0.88), #31b5aa), url('../images/mystery-bg.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 60px;
}

.section.full-green.lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #31b5aa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 181, 170, 0.91)), to(rgba(49, 181, 170, 0.91))), url('../images/mystery-bg.svg');
  background-image: linear-gradient(180deg, rgba(49, 181, 170, 0.91), rgba(49, 181, 170, 0.91)), url('../images/mystery-bg.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 60px;
}

.section.question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0vh;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f3f3f3;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 78.8%, 0), #c9c9c9), url('../images/mystery-bg.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 60px;
}

.section.green {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #dc0714;
}

.section.grey {
  background-color: #f3f3f3;
}

.section._26-info-lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e11827;
  background-image: url('../images/infographic_26_lead.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section.reduced-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.green {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #dc0714;
}

.section._27-info-lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e31b23;
  background-image: url('../images/infographic-lead.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section.red {
  background-color: #e31b23;
}

.column {
  position: relative;
  display: block;
  margin-bottom: 0px;
  padding-right: 6px;
  padding-bottom: 0px;
  padding-left: 6px;
}

.article-type-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-left: 24px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.article-type-block:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.title-highlight {
  color: #dc0714;
  text-transform: uppercase;
}

.home-row {
  margin-top: 0px;
  margin-bottom: 24px;
  padding-bottom: 0px;
}

.heading {
  display: inline-block;
  margin-bottom: 16px;
  margin-left: 4px;
  color: #c8c8c8;
  font-size: 11px;
  text-transform: uppercase;
}

.title-highlight-green {
  color: #009982;
  text-transform: uppercase;
}

.article-block {
  display: block;
  width: auto;
  height: auto;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-left: 0px;
  border-radius: 4px;
  background-color: #fff;
}

.article-link {
  display: block;
  box-shadow: 0 1px 3px 0 rgba(49, 49, 49, 0.24);
  text-decoration: none;
}

.h2 {
  color: #000;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-transform: none;
}

.h2.title {
  width: 200px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 22px;
}

.h2.title.wider {
  width: 260px;
}

.h2.title.super-wide {
  width: 320px;
}

.h2.title.wide {
  width: 240px;
}

.tag-text {
  display: inline-block;
  margin-top: 12px;
  margin-left: 12px;
  padding: 4px 12px;
  border-radius: 0px;
  background-color: #c8c8c8;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 700;
}

.tag-text.junior {
  position: absolute;
  margin-top: 12px;
  margin-left: -6px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 4px;
  background-color: #009982;
  box-shadow: 0 3px 1px -1px rgba(0, 0, 0, 0.44);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.image-block {
  height: 225px;
  padding-top: 0px;
  background-color: transparent;
}

.image-block.conts-who {
  background-image: url('../images/18-who-thumbnail.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-block._25-who {
  background-image: url('../images/18-who-thumbnail.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._25-mighty-tile {
  background-image: url('../images/mighty-tile.jpg'), -webkit-gradient(linear, left top, left bottom, from(#a1a1a1), to(#a1a1a1));
  background-image: url('../images/mighty-tile.jpg'), linear-gradient(180deg, #a1a1a1, #a1a1a1);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.image-block._1990-tile {
  background-image: url('../images/27-class1990-tile.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.league-tile {
  background-image: url('../images/YNWA26_leagueTile_500.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.euro-tile {
  background-image: url('../images/YNWA26_euroTile_500.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.cup-tile {
  height: 225px;
  background-image: url('../images/YNWA26_leagueCupTile_400.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._26-academy-tile {
  background-image: none;
}

.image-block._26-henderson-tile {
  background-image: none;
}

.image-block._26-dreamdraw {
  background-image: none;
}

.image-block._26-legends-tile {
  background-image: none;
}

.image-block.keepers {
  background-color: transparent;
  background-image: url('../images/27-grobbelaar-tile.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.defenders {
  background-color: transparent;
  background-image: url('../images/27-hansen-tile.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.midfielders {
  background-image: url('../images/27-barnes-tile.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.forwards {
  background-image: url('../images/27-rush-tile.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._27-salahquiz {
  background-image: url('../images/27-quiz-salah.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.firmino {
  background-color: transparent;
  background-image: url('../images/goals-firmino-profile-500.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.mane {
  background-color: transparent;
  background-image: url('../images/goals-mane-profile-500.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.salah {
  background-color: transparent;
  background-image: url('../images/goals-salah-profile-500.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._27-women-tile {
  background-image: url('../images/women-furness-tile-400.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._27-songs-tile {
  background-image: url('../images/songs-tile-400.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._27-goals {
  background-color: #e31b23;
  background-image: url('../images/front-three-tile-400.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._27-firminointerview {
  background-image: url('../images/firminoTile-250.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._27-homegrown-tile {
  background-image: url('../images/homegrown-tile-250.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._27-klopp-staff {
  background-image: url('../images/team-tile-250.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._27-melwood {
  background-image: url('../images/melwood-tile-250.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._27-klopp-infographic {
  background-image: url('../images/infographic-tile-250.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._27-moments-illustration {
  background-image: url('../images/moments-tile-250.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._27-curtis-neco-harvey {
  background-image: url('../images/debut-tile-250.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block.krawietz {
  background-color: transparent;
  background-image: url('../images/pk-tile-250.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.image-block.lijnders {
  background-color: transparent;
  background-image: url('../images/pl-tile-250.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.image-block.achterberg {
  background-image: url('../images/ja-tile-250.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.image-block.matos {
  background-image: url('../images/vm-tile-250.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.image-block._27-foundation-tile {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e31b23), to(#e31b23));
  background-image: linear-gradient(180deg, #e31b23, #e31b23);
}

.image-block._27-social-tile {
  background-image: url('../images/social-lead-840.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._27-dreamdraw {
  background-image: url('../images/dreamdraw-lead-750.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._27-foundation-tile {
  background-image: url('../images/foundation-tile-250.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._27-twentygoals-tile {
  background-image: url('../images/twentygolas-tile-250.jpg'), -webkit-gradient(linear, left top, left bottom, from(#a1a1a1), to(#a1a1a1));
  background-image: url('../images/twentygolas-tile-250.jpg'), linear-gradient(180deg, #a1a1a1, #a1a1a1);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.image-block._28-giniinterview {
  background-image: url('../images/gini-interview-tile-250.jpg'), -webkit-gradient(linear, left top, left bottom, from(#c8c8c8), to(#c8c8c8));
  background-image: url('../images/gini-interview-tile-250.jpg'), linear-gradient(180deg, #c8c8c8, #c8c8c8);
  background-position: 50% 0%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.image-block._28-recordbreakers {
  background-color: transparent;
  background-image: url('../images/record-tile-250.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._28-mighty-quiz {
  background-color: transparent;
  background-image: url('../images/quiz-tile-250.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._28-celebrate {
  background-image: url('../images/celebrate-tile-250.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._28-featuretbc {
  background-color: #c8c8c8;
}

.image-block._28-dreamdraw {
  background-color: transparent;
  background-image: url('../images/dream-draw-lead.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._28-ron-yeates {
  background-color: transparent;
  background-image: url('../images/ron_yeats-tile-250.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._28-adam-lallana {
  background-color: #c8c8c8;
  background-image: url('../images/lallana-tile-250.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._28-managers {
  background-color: transparent;
  background-image: url('../images/managers-tile-250.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._28-foundation {
  background-color: #c8c8c8;
  background-image: url('../images/foundation-tile-250_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._28-infographic-winners {
  background-color: transparent;
  background-image: url('../images/infographic-tile-250_1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._28-decade-games {
  background-color: transparent;
  background-image: url('../images/decade-tile-250.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._28-title-winners-clubs {
  background-color: transparent;
  background-image: url('../images/title-tile-250.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._28-academy-sign {
  background-color: #c8c8c8;
  background-image: url('../images/academy-tile-250.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._28-membership-winners {
  background-color: #e31b23;
  background-image: url('../images/membership-tile-250.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._28-social-tile {
  background-image: url('../images/social-lead-840.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._28-mighty-tile {
  background-image: url('../images/mighty-tile.jpg'), -webkit-gradient(linear, left top, left bottom, from(#a1a1a1), to(#a1a1a1));
  background-image: url('../images/mighty-tile.jpg'), linear-gradient(180deg, #a1a1a1, #a1a1a1);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.arrow-top-block {
  position: relative;
  left: 0px;
  top: -90px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  text-align: center;
}

.cover-block-right {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 46vh;
  padding-right: 12px;
}

.cover-title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.crest-block {
  display: inline-block;
  margin-bottom: 12px;
}

.cover-entry-points-block {
  display: none;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 12px;
  border-left: 1px solid #fff;
}

.issue-number-text {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.cover-block-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  margin-left: 50px;
  padding-top: 46vh;
  padding-left: 0px;
}

.button {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 4px;
  background-color: #dc0714;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.button:hover {
  background-color: #c2030e;
}

.button.w--current {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
}

.button.cover {
  margin-top: 24px;
  margin-left: 0px;
  padding: 12px 30px;
  border: 1px none #fff;
  background-color: #dc0714;
  box-shadow: 0 9px 11px 0 #000;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-size: 18px;
  font-weight: 700;
}

.button.cover:hover {
  background-color: #c70410;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.button.cover.gold {
  background-color: #d9b841;
}

.button.answer {
  margin-right: 4px;
  margin-left: 4px;
}

.button.quiz {
  display: block;
  margin-bottom: 8px;
  background-color: #fff;
  color: #dc0714;
  font-weight: 700;
}

.button.quiz.close {
  background-color: #dc0714;
  color: #fff;
}

.home-mast-block {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin-bottom: 10px;
  padding-top: 50px;
  padding-left: 50px;
}

.cover-omp-block {
  display: block;
  margin-top: 0px;
  margin-bottom: 2px;
  line-height: 14px;
}

.entry-point-text {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.entry-point-text.more {
  margin-top: 0px;
  padding-top: 0px;
  color: #f50715;
}

.season-text {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.inside-text {
  display: block;
  margin-top: 0px;
  margin-bottom: 6px;
  color: #b89d38;
  font-size: 14px;
  line-height: 14px;
  text-decoration: underline;
}

.cover-block {
  position: absolute;
  left: 0px;
  right: 0px;
  display: block;
  height: 100vh;
  background-color: #c8c8c8;
  background-image: url('../images/cover_28.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mobile-masthead {
  display: block;
}

.plus-block {
  display: inline-block;
  margin-right: 4px;
}

.wrap {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.leadimg-article {
  height: 450px;
  margin-top: 0px;
  background-color: #000;
}

.leadimg-article.mighty-16 {
  height: 650px;
  background-color: #31b5aa;
  background-image: url('../images/24-mighty.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.leadimg-article._26-academy-lead {
  background-color: #fff;
  background-image: url('../images/YNWA26_teamsheet_840.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._26-henderson-lead {
  height: 650px;
  background-color: #fff;
  background-image: url('../images/YNWA26_hendoLead_840.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._26-dream-draw {
  background-color: #fff;
  background-image: url('../images/YNWA26_dreamDraw_1200x320.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.leadimg-article._26-managers-lead {
  height: 650px;
  background-color: #fff;
}

.leadimg-article._26-legends-lead {
  height: 650px;
  background-color: #c8c8c8;
}

.leadimg-article._27-quiz-lead {
  height: 500px;
  background-color: #fff;
  background-image: url('../images/27-quiz-salah.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._27-lfc-women-lead {
  height: 650px;
  background-color: #fff;
  background-image: url('../images/women-lead-650.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._27-songs-lead {
  height: 650px;
  background-color: #fff;
  background-image: url('../images/songs-lead-650.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._27-robertofirmino {
  height: 650px;
  background-color: #fff;
  background-image: url('../images/firminoLead-650.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._27-homegrown {
  height: 650px;
  background-color: #fff;
  background-image: url('../images/homegrown-lead-650.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._27-debut-lead {
  height: 650px;
  background-color: #fff;
  background-image: url('../images/debut-lead-650.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._27-melwood-lead {
  height: 650px;
  background-color: transparent;
  background-image: url('../images/melwood-lead-650.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._27-moments-lead {
  height: 650px;
  background-color: #fff;
  background-image: url('../images/moments-lead-650.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._27-foundation {
  height: 650px;
  background-color: transparent;
  background-image: url('../images/foundation-leadlogo-650.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._27-social-post-lead {
  height: 650px;
  background-color: transparent;
  background-image: url('../images/social-lead-840.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._27-dream-draw {
  background-color: #fff;
  background-image: url('../images/dreamdraw-intro-550.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.leadimg-article._28-lallana-lead {
  height: 650px;
  background-color: transparent;
}

.leadimg-article._28-decade {
  height: 650px;
  background-color: #fff;
  background-image: url('../images/decade_lead.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._28-decade.lottie {
  background-color: #e31b23;
  background-image: none;
}

.leadimg-article._28-celebrate {
  height: 650px;
  background-color: #c8c8c8;
}

.leadimg-article._28-yeats-lead {
  height: 650px;
  background-color: #fff;
  background-image: url('../images/yeats_lead_650.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._28-records {
  height: 650px;
  background-color: #fff;
  background-image: url('../images/records-lead.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._28-managers-lead {
  height: 650px;
  background-color: gold;
}

.leadimg-article._28-academy-lead {
  height: 650px;
  background-color: #fff;
  background-image: url('../images/academy_lead.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._28-membership {
  height: 650px;
  background-color: transparent;
  background-image: url('../images/membership-lead.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._28-foundation {
  height: 650px;
  background-color: transparent;
  background-image: url('../images/foundation-lead.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article.mighty-16-copy {
  height: 650px;
  background-color: #31b5aa;
  background-image: url('../images/24-mighty.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.leadimg-article._28-dream-draw {
  background-color: #fff;
  background-image: url('../images/dream-draw-lead.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._28-quiz-lead {
  height: 500px;
  background-color: #fff;
  background-image: url('../images/quiz-higher-lower.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._28-title-winners {
  height: 650px;
  background-color: transparent;
  background-image: url('../images/title-lead-650.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadimg-article._28-records {
  position: relative;
  height: 650px;
  background-color: #e31b23;
  background-image: url('../images/infographic_ynwa28-1100.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.leadimg-article._28-stats {
  height: 650px;
  background-color: transparent;
  background-image: url('../images/records-lead.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.article-tag {
  display: inline;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dc0714;
  color: #c8c8c8;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.article-tag.wht {
  color: #fff;
}

.article-tag.table.gold {
  border-bottom-color: #bcdc07;
}

.article-tag.stack {
  line-height: 32px;
}

.article-tag.stack.block {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
}

.article-tag.stack.large {
  font-size: 18px;
}

.article-tag.padding {
  line-height: 2.2;
}

.img-cent-block {
  margin-bottom: 40px;
  text-align: center;
}

.img-cent-block.grey {
  min-height: 400px;
  background-color: #c8c8c8;
}

.img-cent-block.no-bottom-margin {
  margin-bottom: 0px;
}

.img-cent-block.no-bottom-margin.max {
  max-width: none;
}

.img-cent-block.no-bottom-margin.centre {
  margin-right: auto;
  margin-left: auto;
}

.article-content {
  display: block;
  width: 840px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.article-content.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.article-content.horizontal.goals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.article-content.goals.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.article-content.moments.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.article-content.social-post.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.article-content.points.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.para {
  margin-bottom: 34px;
  color: #505050;
  font-size: 17px;
  line-height: 28px;
  font-style: normal;
}

.para.w24 {
  margin-bottom: 24px;
}

.para.top-margin {
  margin-top: 30px;
}

.para.top-margin.white {
  color: #fff;
  text-align: left;
}

.para.table {
  margin: 15px auto 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 16px;
  font-style: normal;
  text-align: center;
}

.para.table.white {
  color: #fff;
  text-align: center;
}

.para.wht {
  color: #fff;
}

.para.song {
  color: #e31b23;
}

.para.no-bottom-margin {
  margin-bottom: 0px;
}

.break-block {
  height: 0px;
  margin-top: 46px;
  margin-bottom: 42px;
  border-bottom: 1px solid #c8c8c8;
}

.article-headline {
  display: block;
  width: auto;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 46px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: -2px;
}

.article-headline.cent {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.article-headline.cent.wht {
  color: #fff;
}

.article-headline.cent.wht.gap {
  font-size: 38px;
  line-height: 1.2;
}

.article-headline.cent.gap {
  margin-bottom: 24px;
  font-size: 38px;
  line-height: 1.2;
}

.article-headline.cent.green {
  color: #fff;
}

.article-headline.wht {
  margin-bottom: 24px;
  color: #fff;
}

.article-headline.secondary {
  color: #dc0714;
  font-weight: 400;
}

.article-headline.secondary.bold {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}

.article-headline.secondary.bold.barca {
  color: #004996;
}

.article-headline.secondary.bold.white {
  color: #fff;
}

.article-headline.secondary.bold-small {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
}

.article-headline.social-name {
  color: #e31b23;
  font-size: 20px;
  letter-spacing: 0px;
}

.arrow-gotop {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.arrow-gotop.break-top {
  margin-top: 42px;
}

.arrow-gotop.padding {
  padding-top: 25px;
}

.standfirst {
  width: auto;
  max-width: 840px;
  opacity: 1;
  color: #dc0714;
  font-size: 20px;
  line-height: 26px;
}

.standfirst.reverse {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.half-section-float-left {
  position: relative;
  overflow: visible;
  width: 50%;
  height: 100%;
  float: left;
}

.half-section-float-left.anim-stat {
  padding: 160px 40px;
  background-color: #fff;
  text-align: center;
}

.half-section-float-left.anim-stat.margins {
  padding-top: 160px;
  padding-bottom: 160px;
}

.half-section-float-left._26-info {
  position: absolute;
  background-color: #dc0714;
  background-image: url('../images/Rush-Pen.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-section-float-left._26-info.mane {
  background-image: url('../images/mane_celebrate_900.jpg');
}

.half-section-float-left._26-info {
  position: absolute;
  background-color: #dc0714;
  background-image: url('../images/rush-hatrick.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-section-float-left._26-info.klopp {
  background-image: url('../images/klopp_900.jpg');
}

.half-section-float-left._27-info {
  position: absolute;
  background-color: #dc0714;
  background-image: url('../images/Rush-Pen.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-section-float-left._27-info.mane {
  background-image: url('../images/mane_celebrate_900.jpg');
}

.half-section-float-left._27-info.curtis {
  background-color: transparent;
  background-image: url('../images/curtis-jones-900.jpg');
}

.half-section-float-left._27-info.klopp {
  background-color: transparent;
  background-image: url('../images/klopp-900.jpg');
}

.half-section-float-left._27-info.save {
  background-color: transparent;
  background-image: url('../images/alisson-900.jpg');
  background-position: 50% 0%;
}

.half-section-float-left._27-info {
  position: absolute;
  background-color: #dc0714;
  background-image: url('../images/Rush-Pen.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-section-float-left._27-info.mane {
  background-image: url('../images/mane_celebrate_900.jpg');
}

.half-section-float-left._27-info.firmino {
  background-color: transparent;
  background-image: url('../images/firmino-900.jpg');
  background-position: 50% 0%;
}

.stat-label {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-bottom: 0px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.stat-label.lrg {
  font-size: 22px;
  line-height: 26px;
}

.stat-label.lrg.white {
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
}

.stat-label.wht {
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
}

.section-standard {
  position: relative;
}

.half-section-float-right {
  position: relative;
  width: 50%;
  float: right;
}

.half-section-float-right.anim-stat {
  padding: 125px 40px;
  background-color: #fff;
  text-align: center;
}

.half-section-float-right.anim-stat.red {
  padding-top: 140px;
  padding-bottom: 140px;
}

.half-section-float-right._26-info {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  height: 100%;
  background-image: url('../images/rush-everton-goal.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-section-float-right._26-info.firmino {
  background-image: url('../images/salahGoal_900.jpg');
}

.half-section-float-right._26-info.points {
  background-image: url('../images/vvd_900.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.half-section-float-right._26-info {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  height: 100%;
  background-image: url('../images/rush-everton-goal.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-section-float-right._26-info.supercup {
  background-image: url('../images/supercup_900.jpg');
}

.half-section-float-right._26-info {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  height: 100%;
  background-color: #f3f3f3;
  background-image: url('../images/rush-shoot.jpg'), url('../images/24-vvd-01.jpg');
  background-position: 50% 0%, 50% 17%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.half-section-float-right._26-info.salah {
  background-image: url('../images/salah_celebrate_900.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.half-section-float-right._27-info {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  height: 100%;
  background-image: url('../images/rush-everton-goal.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-section-float-right._27-info.firmino {
  background-image: url('../images/salahGoal_900.jpg');
}

.half-section-float-right._27-info.points {
  background-image: url('../images/vvd_900.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.half-section-float-right._27-info.captain {
  background-image: url('../images/captain-900.jpg');
}

.half-section-float-right._27-info.salah {
  background-image: url('../images/salah-900.jpg');
}

.half-section-float-right._27-info.players {
  background-image: url('../images/players-900.jpg');
}

.half-section-float-right._27-info.win {
  background-image: url('../images/celebration-900.jpg');
}

.stats-contain.centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stat.gap {
  margin-bottom: 20px;
}

.stat._11 {
  margin-bottom: 16px;
}

.video-contain {
  display: block;
  margin-right: 0px;
  margin-bottom: 34px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: transparent;
  text-align: left;
}

.video-contain.youtube {
  margin-top: 40px;
}

.video-contain.top-margin {
  margin-top: 30px;
}

.video-contain.max {
  max-height: 360px;
  max-width: 640px;
}

.mystery-contain {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 5vh;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.mystery-img-block {
  height: 30vh;
  background-image: url('../images/gomez_sil.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mystery-img-block.answer {
  display: block;
  height: auto;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.clue-block {
  margin-bottom: 36px;
}

.answer-correct-block {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  padding-top: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff 27%, hsla(0, 0%, 100%, 0.95));
  opacity: 0;
}

.quiz-content {
  display: block;
  width: 840px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.quiz-question {
  margin-bottom: 24px;
  color: #fff;
  font-size: 40px;
  line-height: 42px;
  letter-spacing: -2px;
}

.quiz-question.grey {
  color: #505050;
}

.image-3 {
  border-radius: 200px;
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
}

.quiz-answers-contain {
  display: block;
  width: 300px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.answer-incorrect-block {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  height: 100vh;
  padding-top: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #880008;
  opacity: 0;
}

.terms-link {
  margin-bottom: 0px;
  color: #009982;
  font-weight: 400;
  text-decoration: none;
}

.wufoo-form {
  margin-bottom: 42px;
  margin-left: -4px;
}

.img-cent-block-feature {
  text-align: center;
}

.img-cent-block-feature.grey {
  background-color: #c8c8c8;
}

.img-cent-block-feature.bottom-margin {
  margin-bottom: 25px;
}

.img-block-left {
  width: 30%;
  margin-right: 20px;
  float: left;
}

.img-block-left.fifty {
  width: 50%;
}

.caption {
  margin-top: 4px;
  color: #747474;
  font-style: italic;
}

.caption.cent {
  margin-bottom: 50px;
  text-align: center;
}

.pullquote {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 3px solid #009982;
  border-bottom: 1px solid #c8c8c8;
  color: #c8c8c8;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}

.pullquote.wide {
  margin-bottom: 40px;
  border-top-color: #c8c8c8;
  text-transform: uppercase;
}

.link-block-2 {
  text-decoration: none;
}

.ucl-article-wrap {
  display: block;
  width: 180px;
  height: auto;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-left: 0px;
  border: 2px solid #fff;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 1px 1px 7px 2px rgba(0, 0, 0, 0.37);
  text-align: center;
  cursor: default;
}

.article-headline-option {
  display: block;
  width: auto;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 46px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: -2px;
}

.topps-link-block {
  width: 100%;
  text-decoration: none;
}

.signings-background {
  height: auto;
  min-height: 95vh;
  padding-top: 18vh;
  padding-bottom: 22vh;
  background-color: #dc0714;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #bc0317), to(#e31b23));
  background-image: linear-gradient(180deg, #bc0317 50%, #e31b23);
  color: #009982;
}

.signings-background._28-infographic-lead {
  background-image: url('../images/infographic_ynwa28-840.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ucl-link-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-transform: none;
}

.ucl-title-wrap {
  height: auto;
  padding: 10px 0px;
  background-color: #fff;
}

.options-col {
  padding-right: 5px;
  padding-left: 5px;
}

.article-tag-option {
  display: inline;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 8px;
  border-bottom: 1px solid gold;
  color: gold;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.options-block {
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  text-align: center;
}

.options-block.records {
  position: absolute;
  left: 0%;
  top: 4%;
  right: 0%;
  bottom: auto;
}

.link-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.options-row-narrow {
  display: block;
  width: 840px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
}

.standifrst-option {
  display: block;
  width: auto;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}

.cards-block {
  padding-right: 20px;
  padding-left: 20px;
}

.intro-text {
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.mighty-img-block {
  margin-bottom: 24px;
  border: 24px solid #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.32);
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.grid-table {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-table._2-col {
  margin-top: 34px;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.grid-table._2-col.narrow {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.grid-table._2-col.fifty {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.grid-table._3-col {
  margin-top: 34px;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-table._3-col.narrow {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.grid-table._3-col.fifty {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  margin-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contain-2 {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-intro {
  font-weight: 700;
}

.bold-text-intro.large {
  font-size: 24px;
}

.unordered-list-2 {
  margin-bottom: 34px;
}

.bullet-text {
  margin-bottom: 10px;
  color: #505050;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}

.red-banner {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #dc0714;
}

.html-embed-3 {
  overflow: visible;
}

.html-embed-3.centre {
  margin-right: auto;
  margin-left: auto;
}

.goals-wrap {
  display: block;
  width: 230px;
  height: auto;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-left: 0px;
  border: 2px solid #fff;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 1px 1px 7px 2px rgba(0, 0, 0, 0.37);
  text-align: center;
}

.goals-title-wrap {
  height: auto;
  padding: 10px 0px;
  background-color: #fff;
}

.goals-link-name {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-transform: none;
}

.goals-link-name.squad {
  font-weight: 400;
}

.goal-stats-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.goal-stats-wrapper.total {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.goal-stats-wrapper.virtical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.goal-stats-wrapper.no-shrink {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.goal-stats-container {
  margin-right: 40px;
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.goal-stats-container.assists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.goal-stats-container.assists.virtical {
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.goal-stats-container.twenty {
  margin-right: 20px;
  margin-left: 20px;
}

.stat-title {
  margin-left: 7px;
  padding-bottom: 2px;
  color: #c8c8c8;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.stat-title.centre {
  text-align: center;
}

.stat-title.lower-case {
  text-transform: none;
}

.stat-title.no-margin {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.stat-title.no-margin.bold {
  font-weight: 700;
}

.stat-title.no-margin.bold.red {
  color: #e31b23;
}

.stat-title.no-margin.padding {
  padding-bottom: 7px;
}

.stat-title.no-margin.inline {
  display: inline;
}

.stat-title.left-margin {
  margin-left: 35px;
}

.player-stats-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.player-stats-wrapper.margin {
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.player-stats-wrapper.margin.even {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.player-stats-wrapper.virtical {
  margin-right: 30px;
  padding-right: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #c8c8c8;
}

.player-stats-wrapper.virtical.no-right-line {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right-style: none;
}

.player-stats-wrapper.virtical.no-right-line.image {
  background-image: url('../images/goals_icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.player-stats-wrapper.virtical.no-right-line.top-align {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.player-stats-wrapper.virtical.no-right-line.image-save {
  background-image: url('../images/saves_icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.player-stats-wrapper.virtical.bottom-align {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.player-stats-wrapper.virtical.top-align {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.goals-player-image {
  width: 125px;
  margin-right: 5px;
}

.goals-player-image.bottom-margin {
  display: block;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.goals-stat-number {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.goals-stat-number.centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.goals-stat-number.left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.number-medium {
  margin-left: 30px;
  font-size: 22px;
  text-align: right;
}

.number-medium.left {
  text-align: left;
}

.number-medium.left.no_margin {
  margin-left: 0px;
  line-height: 1;
}

.number-medium.no-margin {
  margin-left: 0px;
}

.number-medium.centre {
  text-align: left;
}

.number-medium.centre.no_margin {
  margin-left: 0px;
  line-height: 1;
  text-align: center;
}

.number-medium.centre.no_margin.red {
  color: #e31b23;
}

.goals-percentage-bar {
  position: relative;
  width: 100%;
  height: 5px;
  background-color: #c8c8c8;
}

.goals-percentage-red {
  width: 99%;
  height: 5px;
  background-color: #e31b23;
}

.goals-percentage-red.seventysix {
  width: 76%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.goals-percentage-red.ninty {
  width: 90%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.goals-percentage-red.hundred {
  width: 100%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.goals-percentage-red.eighty {
  width: 80%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.goals-percentage-red.thirty {
  width: 30%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.goals-percentage-red.zero {
  width: 1%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.goals-percentage-red.fifty {
  width: 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.pitch-image {
  width: 120px;
  margin-bottom: 20px;
}

.pitch-image.extra-time {
  width: 70px;
}

.image-5 {
  width: 200px;
}

.motion-stat-wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
}

.key-description {
  font-size: 14px;
}

.key-description.large {
  color: #dc0714;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.key-cirlce {
  width: 15px;
  height: 15px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: #dc0714;
}

.key-cirlce.grey {
  background-color: #bbb;
}

.key-cirlce.green {
  background-color: #009982;
}

.key-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none #c8c8c8;
}

.key-details.bottom-line {
  border-bottom-style: solid;
}

.key-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.goals-stats-animated-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  text-align: left;
}

.goals-player-shirt {
  width: 95px;
  margin-right: 5px;
}

.grid-competitions {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
}

.trophy-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pl-icon {
  width: 65px;
}

.ucl-icon {
  width: 65px;
}

.europa-icon {
  width: 65px;
}

.supepcup-icon {
  width: 65px;
}

.clubworlccup-icon {
  width: 65px;
}

.facup-icon {
  width: 65px;
}

.leaguecup-icon {
  width: 65px;
}

.club-icon-holder {
  width: 50px;
  margin-bottom: 5px;
}

.moments-lottie-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.moments-lottie-wrapper.total {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.lottie-moment {
  margin-right: 0px;
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lottie-moment.assists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-post-wrapper {
  display: block;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.social-post-wrapper.total {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.foundation-link {
  display: inline-block;
  margin-bottom: 35px;
  color: #e31b23;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.signings-background-2 {
  height: auto;
  min-height: 95vh;
  padding-top: 18vh;
  padding-bottom: 22vh;
  background-color: #dc0714;
  background-image: url('../images/25-party.png'), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #bc0317), to(#e31b23));
  background-image: url('../images/25-party.png'), linear-gradient(180deg, #bc0317 50%, #e31b23);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  color: #009982;
}

.link-block-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.options-col-2 {
  padding-right: 5px;
  padding-left: 5px;
}

.ucl-article-wrap-2 {
  display: block;
  width: 220px;
  height: auto;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-left: 0px;
  border: 2px solid #fff;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 1px 1px 7px 2px rgba(0, 0, 0, 0.37);
  text-align: center;
}

.options-row-narrow-2 {
  display: block;
  width: 700px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
}

.image-block-2 {
  height: 225px;
  padding-top: 0px;
  background-color: #a1a1a1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.image-block-2.keegan-tile {
  background-image: url('../images/21-Keegan-1_840x555.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block-2.trent-tile {
  background-image: url('../images/21-Alexander-Arnold_tile_600x400.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block-2.ucl-thumb-meet {
  background-image: url('../images/21-Melia-1_840x670.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block-2.suarez-tile {
  background-image: url('../images/suarez-tile-500.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block-2.torres-tile {
  background-image: url('../images/torres-tile-500.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block-2.fowler-tile {
  background-image: url('../images/fowler-tile-500.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block-4 {
  text-decoration: none;
}

.twenty-goals-background {
  height: auto;
  min-height: 95vh;
  padding-top: 18vh;
  padding-bottom: 22vh;
  background-color: #dc0714;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #bc0317), to(#e31b23));
  background-image: linear-gradient(180deg, #bc0317 50%, #e31b23);
  color: #009982;
}

.lottie-animation {
  width: 50%;
}

.lottie-animation-2 {
  width: 50%;
}

.lottie-animation-3 {
  width: 100%;
  height: 100%;
}

.lottie-animation-3.lallana {
  width: auto;
}

.lottie-who-gini {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
}

.lottie-who-gini.one {
  width: 300px;
  height: 300px;
}

.lottie-who-gini.two {
  width: 300px;
  height: 300px;
}

.lottie-who-gini.three {
  width: 300px;
  height: 300px;
}

.lottie-who-gini.four {
  width: 300px;
  height: 300px;
}

.lottie-who-gini.five {
  width: 300px;
  height: 300px;
}

.flag-container {
  display: block;
}

.flag-wave-container {
  width: 75px;
  height: 75px;
}

.flag-wave-container.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.score-red {
  color: #e31b23;
}

.lottie-animation-4 {
  height: 100%;
}

.norwich {
  padding: 6px;
}

.image-9 {
  padding: 0px;
}

.leicester {
  padding: 0px;
}

.southampton {
  padding: 0px;
}

.westham {
  padding: 1px;
}

.image-10 {
  padding: 2px;
}

.image-11 {
  padding: 0px 12px;
}

.image-12 {
  padding: 0px;
}

.down-line {
  width: 2px;
  height: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.home-contents-wrapper {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 2px solid #fff;
  text-decoration: none;
}

.home-contents-wrapper.no-margin {
  margin-bottom: 0px;
}

.home-contents-wrapper.no-margin.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-interview-lead {
  display: none;
  height: 20vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e31b23;
}

.section-interview-lead.full {
  height: 100vh;
}

.section-interview-lead.full.vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-interview-lead.full.vertical.gini {
  background-color: transparent;
  background-image: url('../images/interview_lead.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.circle-holde {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #fff;
}

.contents-text {
  position: static;
  z-index: 10;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.contents-text.vertical {
  margin-bottom: 43px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.section-half-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-half-image.right {
  margin-bottom: 60px;
}

.image-container-half {
  position: relative;
  width: 50%;
  height: auto;
  padding: 70px;
  float: left;
  background-color: transparent;
  background-image: url('../images/bw-clap.jpg');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.image-container-half.no-bg-image {
  height: auto;
  padding: 0px;
  background-image: none;
}

.image-container-half.gini {
  background-image: url('../images/celebration_840.jpg');
  background-position: 0% 0%;
  background-size: contain;
}

.interview-divider-scale {
  width: 50%;
  height: 5px;
  margin-bottom: 30px;
  background-color: #e31b23;
}

.text-inside-revealer {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1px;
}

.text-inside-revealer.red {
  color: #e31b23;
  text-transform: uppercase;
}

.text-inside-revealer.red.no-margin {
  margin-bottom: 0px;
}

.text-inside-revealer.white {
  color: #fff;
  text-transform: uppercase;
}

.text-inside-revealer.white.no-margin {
  margin-bottom: 0px;
}

.intro-text-wrapper {
  position: relative;
  z-index: -1;
  width: 50%;
  height: auto;
  padding: 100px;
  float: right;
}

.graphic-timer {
  width: 50px;
  margin-bottom: 33px;
}

.circle-reveal-holder {
  position: absolute;
  left: auto;
  top: auto;
  right: -6%;
  bottom: -3%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  padding: 31px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e31b23;
  text-align: center;
}

.circle-reveal-holder.mid {
  bottom: 20%;
}

.circle-reveal-holder.mid.white {
  width: 200px;
  height: 200px;
  background-color: #fff;
}

.circle-reveal-holder.mid.white.small {
  width: 100px;
  height: 100px;
}

.circle-reveal-holder.mid.red {
  width: 200px;
  height: 200px;
}

.circle-reveal-holder.mid.red.small {
  width: 100px;
  height: 100px;
}

.circle-reveal-holder.mid.red.medium {
  width: 125px;
  height: 125px;
}

.circle-reveal-holder.left {
  left: -6%;
  top: auto;
  right: auto;
  bottom: -5%;
}

.circle-reveal-holder.left {
  bottom: 20%;
}

.circle-reveal-holder.left.white {
  left: -3%;
  top: 9%;
  right: auto;
  bottom: auto;
  width: 200px;
  height: 200px;
  background-color: #fff;
}

.circle-reveal-holder.left.white.small {
  width: 100px;
  height: 100px;
}

.circle-reveal-holder.left.white.medium {
  width: 125px;
  height: 125px;
}

.circle-reveal-holder.left.red {
  width: 200px;
  height: 200px;
}

.circle-reveal-holder.left {
  bottom: 20%;
}

.circle-reveal-holder.left.white {
  width: 200px;
  height: 200px;
  background-color: #fff;
}

.circle-reveal-holder.left.red {
  bottom: 7%;
  width: 200px;
  height: 200px;
}

.circle-reveal-holder.right {
  bottom: 20%;
}

.circle-reveal-holder.right.white {
  width: 200px;
  height: 200px;
  background-color: #fff;
}

.circle-reveal-holder.right.red {
  bottom: 7%;
  width: 200px;
  height: 200px;
}

.interview-standfirst {
  position: relative;
  z-index: 100;
  margin-bottom: 50px;
  color: #e31b23;
  font-size: 35px;
  line-height: 1.25;
  font-weight: 700;
}

.paragraph {
  margin-bottom: 0px;
  padding: 30px;
  font-size: 18px;
  line-height: 1.35;
}

.section-halfway {
  margin-top: 21px;
  margin-bottom: 21px;
}

.image-26 {
  width: 80%;
}

.text-inside-revealer-2 {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 1px;
}

.half-image-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  background-color: #e31b23;
}

.half-image-wrapper.padding {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding: 50px;
  background-color: #e31b23;
  background-image: url('../images/pitch-base-red_1.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.half-image-wrapper.padding.transparent {
  background-color: transparent;
  background-image: url('../images/pitch-base-red.svg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-base-grey {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 50%;
  background-color: hsla(0, 0%, 73.3%, 0.2);
}

.text-base-grey.fifty.left {
  width: 25%;
}

.text-base-grey.fifty.right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.left-arrow {
  background-color: transparent;
}

.section-image-carousel {
  height: 100vh;
}

.icon {
  background-color: transparent;
}

.slider-interview {
  height: 100%;
}

.right-arrow {
  background-color: transparent;
}

.firmino-interview.four {
  background-color: #009982;
  background-image: url('../images/RGB_ucl-prematch.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.firmino-interview.three {
  background-color: #b89d38;
  background-image: url('../images/RGB_on-pitch.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.red-square {
  width: 20px;
  height: 20px;
  margin-top: 20px;
  background-color: #e31b23;
}

.image-23 {
  margin-top: 0%;
  margin-left: 90px;
}

.section-interview-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.interview-footer-container {
  width: 60vw;
  max-width: 1100px;
}

.arrow-gotop-2 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 65px;
  text-align: center;
}

.bold-lead {
  font-weight: 700;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.grid-celebrate {
  margin-top: 30px;
  margin-bottom: 20px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.celebrate-content-top {
  width: auto;
  height: 200px;
  background-image: url('../images/7_origi.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.celebrate-content-top.one {
  background-image: url('../images/1_supercup.jpg');
  background-position: 50% 100%;
}

.celebrate-content-top.two {
  background-image: url('../images/2_matip.jpg');
  background-position: 50% 0%;
}

.celebrate-content-top.six {
  background-image: url('../images/6_fabinho.jpg');
  background-position: 50% 0%;
}

.celebrate-content-top.sixteen {
  background-image: url('../images/16_shrewsbury.jpg');
  background-position: 50% 0%;
}

.celebrate-content-top.seven {
  background-image: url('../images/7_origi_1.jpg');
  background-position: 50% 0%;
}

.celebrate-content-top.twelve {
  background-image: url('../images/12_minamino.jpg');
  background-position: 50% 0%;
}

.celebrate-content-top.seventeen {
  background-image: url('../images/17_trentGoal.jpg');
  background-position: 50% 100%;
}

.celebrate-content-top.eight {
  background-image: url('../images/8_klopp.jpg');
  background-position: 50% 0%;
}

.celebrate-content-top.thirteen {
  background-image: url('../images/13_alisson.jpg');
  background-position: 50% 50%;
}

.celebrate-content-top.five {
  background-image: url('../images/5_robertson.jpg');
}

.celebrate-content-top.ten {
  background-image: url('../images/10_WCC.jpg');
  background-position: 50% 0%;
}

.celebrate-content-top.fifteen {
  background-image: url('../images/15_curtis.jpg');
  background-position: 50% 0%;
}

.celebrate-content-top.four {
  background-image: url('../images/4_milner.jpg');
  background-position: 50% 0%;
}

.celebrate-content-top.eleven {
  background-image: url('../images/11_VVD.jpg');
  background-position: 50% 0%;
}

.celebrate-content-top.fourteen {
  background-image: url('../images/14_paisley.jpg');
  background-position: 50% 50%;
}

.celebrate-content-top.nine {
  background-image: url('../images/9_mane.jpg');
  background-position: 50% 0%;
}

.celebrate-content-top.eighteen {
  background-image: url('../images/18_champions.jpg');
  background-position: 50% 0%;
}

.celebrate-content-top.three {
  background-image: url('../images/3_firmino.jpg');
  background-position: 50% 0%;
}

.celebrate-content-top.nineteen {
  background-image: url('../images/19_trophylift.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.celebrate-content-top.champions {
  background-color: gold;
  background-image: none;
}

.celebrate-content-lower {
  height: 200px;
  background-color: #009982;
}

.celebrate-content-lower.green {
  height: auto;
  min-height: 220px;
}

.celebrate-content-lower.deepred {
  height: auto;
  min-height: 220px;
  background-color: #911712;
}

.celebrate-content-lower.red {
  height: auto;
  min-height: 220px;
  background-color: #e31b23;
}

.celebrate-content-lower.white {
  height: auto;
  min-height: 220px;
  background-color: #fff;
}

.celebrate-content-lower.yellow {
  height: auto;
  min-height: 220px;
  background-color: gold;
}

.celebrate-number {
  padding: 10px;
  color: gold;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}

.celebrate-number.red {
  color: #e31b23;
}

.celebrate-number.white {
  color: #fff;
}

.celebrate-number.deepred {
  color: #911712;
}

.celebrate-number.deepred.centre {
  text-align: center;
}

.paragraph-2 {
  padding-left: 10px;
}

.celebrate-paragraph {
  margin-bottom: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #fff;
}

.celebrate-paragraph.red {
  color: #e31b23;
}

.celebrate-paragraph.deepred {
  color: #911712;
}

.celebrate-paragraph.yellow {
  color: gold;
}

.section-2 {
  position: relative;
}

.upgrade-browser {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c8c8c8;
}

.browser-support {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 50vw;
  margin-top: 50vh;
  margin-left: 25vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-3 {
  width: auto;
  color: #505050;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.paragraph-4 {
  display: block;
  width: auto;
  color: #505050;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.month-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.month-text-wrapper {
  width: 50%;
  padding-right: 20px;
}

.month-text-wrapper.right {
  padding-left: 20px;
}

.month-image-wrapper {
  position: relative;
  width: 50%;
}

.month-oppo-bold {
  font-weight: 700;
}

.month-oppo-bold.white {
  color: #fff;
}

.lottie-nineteen-tile {
  height: 220px;
}

.lottie-animation-5 {
  height: 200px;
}

.lottie-animation-6 {
  height: 200px;
}

.lottie-animation-7 {
  height: 200px;
}

.lottie-animation-8 {
  height: 200px;
}

.lottie-animation-9 {
  height: 200px;
}

.check {
  color: gold;
  font-weight: 700;
}

.lottie-animation-records-lead {
  position: static;
  z-index: -1;
  height: 100%;
}

.text-span {
  text-transform: none;
}

.lottie-animation-10 {
  height: 100%;
}

.section-3 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.break-block-2 {
  height: 0px;
  margin-top: 42px;
  margin-bottom: 42px;
  border-bottom: 1px solid #c8c8c8;
}

.arrow-top-block-2 {
  position: relative;
  left: 0px;
  top: -90px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  text-align: center;
}

.lottie-animation-points {
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
}

.stats-animation-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 27px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lottie-animation-goals {
  width: 50%;
  margin-right: 0px;
}

.lottie-animation-conceded {
  width: 50%;
}

.gini-interview.four {
  background-color: #009982;
  background-image: url('../images/RGB_ucl-prematch.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gini-interview.three {
  background-color: #b89d38;
  background-image: url('../images/RGB_on-pitch.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gini-interview.one {
  background-image: url('../images/goal-chelsea.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gini-interview.two {
  background-image: url('../images/celebrations.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.welcome-image {
  max-width: 840px;
}

html.w-mod-js *[data-ix="fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="cover-fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="cover-slide-left"] {
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="cover-slide-right"] {
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="slide-up-two"] {
  opacity: 0;
  -webkit-transform: translate(0px, 70px);
  -ms-transform: translate(0px, 70px);
  transform: translate(0px, 70px);
}

html.w-mod-js *[data-ix="slide-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="up-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 52px);
  -ms-transform: translate(0px, 52px);
  transform: translate(0px, 52px);
}

html.w-mod-js *[data-ix="slide-up-three"] {
  opacity: 0;
  -webkit-transform: translate(0px, 90px);
  -ms-transform: translate(0px, 90px);
  transform: translate(0px, 90px);
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 12px;
    padding-bottom: 24px;
  }
  .brand {
    padding-top: 0px;
  }
  .nav-menu-2 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    height: 100vh;
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
    background-color: rgba(220, 7, 20, 0.95);
  }
  .navlink {
    display: block;
    padding-bottom: 26px;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
  }
  .navlink:hover {
    padding-bottom: 26px;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }
  .navlink.w--current {
    margin-left: 0px;
    border-bottom: 1px none #000;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    text-decoration: none;
  }
  .navlink.w--current:hover {
    padding-bottom: 21px;
    border-bottom-style: none;
  }
  .navlink.mightyred {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
  }
  .navlink.mightyred:hover {
    border-bottom-style: none;
  }
  .navlink.mightyred.w--current {
    border-bottom: 1px none #000;
    font-weight: 700;
  }
  .navlink.mightyred.w--current:hover {
    font-weight: 400;
  }
  .menu-button {
    position: relative;
  }
  .menu-button.w--open {
    position: relative;
    z-index: 9999;
    background-color: #dc0714;
  }
  .section.full-green.lead {
    padding-top: 12vh;
  }
  .section.green {
    background-position: 100% 50%;
    background-size: cover;
  }
  .section.green {
    background-position: 100% 50%;
    background-size: cover;
  }
  .article-link {
    display: block;
  }
  .h2.title.wider {
    width: 200px;
    font-size: 16px;
    line-height: 17px;
  }
  .h2.title.super-wide {
    width: 260px;
    font-size: 16px;
    line-height: 17px;
  }
  .h2.title.wide {
    width: 200px;
    font-size: 18px;
  }
  .cover-block-right {
    display: none;
  }
  .cover-entry-points-block {
    display: none;
  }
  .cover-block-left {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    padding-top: 0vh;
    padding-bottom: 50px;
  }
  .button.cover {
    border-width: 2px;
    box-shadow: 0 2px 4px 0 #000;
    font-size: 16px;
    font-weight: 700;
  }
  .cover-block {
    background-image: url('../images/cover_28_tablet_port.jpg'), -webkit-gradient(linear, left top, left bottom, from(#c8c8c8), to(#c8c8c8));
    background-image: url('../images/cover_28_tablet_port.jpg'), linear-gradient(180deg, #c8c8c8, #c8c8c8);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
  }
  .leadimg-article {
    height: 350px;
  }
  .leadimg-article.mighty-16 {
    height: 350px;
  }
  .leadimg-article._26-academy-lead {
    background-position: 50% 0%;
    background-size: cover;
  }
  .leadimg-article._26-henderson-lead {
    height: 350px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .leadimg-article._26-dream-draw {
    background-position: 50% 0%;
    background-size: cover;
  }
  .leadimg-article._26-managers-lead {
    height: 350px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .leadimg-article._26-legends-lead {
    height: 350px;
    background-position: 50% 0%;
    background-size: cover;
  }
  .leadimg-article._27-quiz-lead {
    height: 350px;
    background-position: 50% 100%;
    background-size: cover;
  }
  .leadimg-article._27-lfc-women-lead {
    height: 350px;
    background-position: 50% 0%;
    background-size: cover;
  }
  .leadimg-article._27-songs-lead {
    height: 350px;
    background-position: 50% 100%;
    background-size: cover;
  }
  .leadimg-article._27-robertofirmino {
    height: 350px;
    background-position: 50% 0%;
    background-size: cover;
  }
  .leadimg-article._27-homegrown {
    height: 350px;
    background-size: cover;
  }
  .leadimg-article._27-debut-lead {
    height: 350px;
    background-position: 50% 0%;
    background-size: cover;
  }
  .leadimg-article._27-melwood-lead {
    height: 350px;
    background-position: 50% 0%;
    background-size: cover;
  }
  .leadimg-article._27-moments-lead {
    height: 350px;
    background-position: 50% 0%;
    background-size: cover;
  }
  .leadimg-article._27-foundation {
    height: 350px;
    background-position: 50% 100%;
    background-size: cover;
  }
  .leadimg-article._27-social-post-lead {
    height: 350px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .leadimg-article._27-dream-draw {
    background-position: 50% 0%;
    background-size: cover;
  }
  .leadimg-article._28-lallana-lead {
    height: 350px;
    background-position: 50% 0%;
    background-size: cover;
  }
  .leadimg-article._28-decade {
    height: 350px;
    background-position: 50% 0%;
    background-size: cover;
  }
  .leadimg-article._28-celebrate {
    height: 350px;
    background-position: 50% 0%;
    background-size: cover;
  }
  .leadimg-article._28-yeats-lead {
    height: 350px;
    background-position: 50% 0%;
    background-size: cover;
  }
  .leadimg-article._28-records {
    height: 350px;
    background-size: contain;
  }
  .leadimg-article._28-managers-lead {
    height: 350px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .leadimg-article._28-academy-lead {
    height: 350px;
    background-position: 50% 0%;
    background-size: cover;
  }
  .leadimg-article._28-membership {
    height: 350px;
    background-position: 50% 0%;
    background-size: cover;
  }
  .leadimg-article._28-foundation {
    height: 350px;
    background-position: 50% 30%;
    background-size: 100%;
  }
  .leadimg-article.mighty-16-copy {
    height: 350px;
  }
  .leadimg-article._28-dream-draw {
    background-position: 50% 0%;
    background-size: cover;
  }
  .leadimg-article._28-quiz-lead {
    height: 350px;
    background-position: 50% 100%;
    background-size: cover;
  }
  .leadimg-article._28-title-winners {
    height: 350px;
    background-position: 50% 0%;
    background-size: cover;
  }
  .leadimg-article._28-records {
    height: 350px;
    background-position: 50% 0%;
    background-size: cover;
  }
  .leadimg-article._28-stats {
    height: 350px;
  }
  .article-content {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .article-content.horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .para.table {
    font-size: 12px;
  }
  .article-headline {
    width: 100%;
  }
  .article-headline.cent.wht.gap {
    font-size: 36px;
    line-height: 1.2;
  }
  .article-headline.cent.gap {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 34px;
    line-height: 1.2;
  }
  .article-headline.cent.gap.green {
    padding-right: 10px;
    padding-left: 10px;
  }
  .article-headline.cent.green.gap {
    font-size: 34px;
  }
  .standfirst {
    width: 100%;
  }
  .half-section-float-left._26-info {
    background-position: 50% 50%;
    background-size: cover;
  }
  .half-section-float-left._26-info {
    background-position: 50% 50%;
    background-size: cover;
  }
  .half-section-float-left._27-info {
    background-position: 50% 50%;
    background-size: cover;
  }
  .half-section-float-left._27-info {
    background-position: 50% 50%;
    background-size: cover;
  }
  .half-section-float-right._26-info {
    background-position: 50% 50%;
  }
  .half-section-float-right._26-info {
    background-position: 50% 50%;
  }
  .half-section-float-right._26-info {
    background-size: cover;
  }
  .half-section-float-right._27-info {
    background-position: 50% 50%;
  }
  .quiz-content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .quiz-answers-contain {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .ucl-article-wrap {
    width: 225px;
  }
  .article-headline-option {
    width: 100%;
  }
  .signings-background {
    padding-top: 175px;
  }
  .options-col {
    margin-bottom: 15px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .options-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .options-row-narrow {
    width: auto;
  }
  .standifrst-option {
    width: 100%;
  }
  .cards-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .intro-text {
    font-size: 20px;
    line-height: 20px;
  }
  .grid-table._2-col {
    -ms-grid-columns: 1fr 0.5fr;
    grid-template-columns: 1fr 0.5fr;
  }
  .grid-table._2-col.fifty {
    width: 75%;
  }
  .grid-table._3-col {
    -ms-grid-columns: 1fr 1fr 0.5fr;
    grid-template-columns: 1fr 1fr 0.5fr;
  }
  .grid-table._3-col.fifty {
    width: 90%;
  }
  .div-table {
    margin-right: 5px;
    margin-left: 5px;
  }
  .goals-wrap {
    width: 220px;
  }
  .goal-stats-container.assists {
    margin-right: 0px;
  }
  .lottie-moment.assists {
    margin-right: 0px;
  }
  .signings-background-2 {
    padding-top: 175px;
  }
  .options-col-2 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .twenty-goals-background {
    padding-top: 175px;
  }
  .lottie-who-gini.one {
    width: 300px;
    height: 300px;
  }
  .lottie-who-gini.two {
    width: 300px;
    height: 300px;
  }
  .lottie-who-gini.three {
    width: 300px;
    height: 300px;
  }
  .lottie-who-gini.four {
    width: 300px;
    height: 300px;
  }
  .lottie-who-gini.five {
    width: 300px;
    height: 300px;
  }
  .section-half-image {
    position: relative;
    z-index: 10;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-half-image.right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-container-half {
    width: 100%;
    height: 500px;
  }
  .image-container-half.no-bg-image.right {
    position: relative;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .intro-text-wrapper {
    display: block;
    width: 100%;
  }
  .circle-reveal-holder {
    right: 5%;
    bottom: -5%;
  }
  .circle-reveal-holder.mid.white {
    width: 120px;
    height: 120px;
  }
  .circle-reveal-holder.mid.red {
    bottom: 3%;
    width: 120px;
    height: 120px;
  }
  .circle-reveal-holder.left {
    position: relative;
    left: 10%;
    top: -63px;
    right: 0%;
    bottom: 0%;
  }
  .circle-reveal-holder.left.white {
    position: absolute;
    width: 120px;
    height: 120px;
  }
  .circle-reveal-holder.left.red {
    bottom: 3%;
    width: 120px;
    height: 120px;
  }
  .circle-reveal-holder.left.red {
    bottom: 3%;
    width: 120px;
    height: 120px;
  }
  .circle-reveal-holder.right.red {
    bottom: 3%;
    width: 120px;
    height: 120px;
  }
  .paragraph {
    margin-top: 0px;
  }
  .half-image-wrapper {
    position: relative;
    margin-bottom: 0px;
  }
  .half-image-wrapper.padding {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }
  .text-base-grey.fifty.left {
    width: 50%;
  }
  .section-image-carousel {
    display: block;
    height: 50vh;
    min-height: 375px;
  }
  .image-23 {
    margin-left: 0px;
  }
  .arrow-gotop-2 {
    margin-bottom: 0px;
    margin-left: 65px;
  }
  .lottie-animation-points {
    width: 60%;
  }
  .lottie-animation-goals {
    width: 60%;
  }
  .lottie-animation-conceded {
    width: 60%;
  }
  .welcome-image {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 5px;
    padding-bottom: 13px;
  }
  .contain {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-menu-2 {
    z-index: 10;
  }
  .menu-button {
    padding-top: 25px;
    padding-bottom: 26px;
  }
  .section-welcome {
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .section.home {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .section._26-info-lead {
    height: 60vh;
    background-position: 50% 100%;
  }
  .section._27-info-lead {
    height: 60vh;
    background-position: 50% 100%;
  }
  .column {
    margin-bottom: 12px;
  }
  .home-row {
    margin-top: 0px;
    margin-bottom: 12px;
  }
  .article-link {
    display: block;
  }
  .h2.title.wider {
    width: 260px;
    font-size: 20px;
    line-height: 22px;
  }
  .h2.title.super-wide {
    width: 300px;
    font-size: 20px;
    line-height: 22px;
  }
  .h2.title.wide {
    width: 240px;
    font-size: 19px;
  }
  .image-block._26-legends-tile {
    background-position: 50% 0%;
  }
  .image-block._27-foundation-tile {
    background-position: 50% 0%;
  }
  .image-block._28-foundation {
    background-position: 50% 0%;
  }
  .cover-block-left {
    padding-bottom: 30px;
  }
  .button.cover {
    padding: 9px 24px;
  }
  .home-mast-block {
    margin-bottom: 15px;
    padding-top: 30px;
  }
  .cover-block {
    background-image: url('../images/cover_28_tablet.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/cover_28_tablet.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
  }
  .mobile-masthead {
    margin-bottom: 8px;
  }
  .leadimg-article {
    height: 250px;
  }
  .leadimg-article.mighty-16 {
    height: 250px;
  }
  .leadimg-article._26-henderson-lead {
    height: 250px;
  }
  .leadimg-article._26-managers-lead {
    height: 250px;
  }
  .leadimg-article._26-legends-lead {
    height: 250px;
  }
  .leadimg-article._27-quiz-lead {
    height: 250px;
  }
  .leadimg-article._27-lfc-women-lead {
    height: 250px;
  }
  .leadimg-article._27-songs-lead {
    height: 250px;
  }
  .leadimg-article._27-robertofirmino {
    height: 250px;
  }
  .leadimg-article._27-homegrown {
    height: 250px;
  }
  .leadimg-article._27-debut-lead {
    height: 250px;
  }
  .leadimg-article._27-melwood-lead {
    height: 250px;
  }
  .leadimg-article._27-moments-lead {
    height: 250px;
  }
  .leadimg-article._27-foundation {
    height: 250px;
  }
  .leadimg-article._27-social-post-lead {
    height: 250px;
  }
  .leadimg-article._28-lallana-lead {
    height: 250px;
  }
  .leadimg-article._28-decade {
    height: 250px;
  }
  .leadimg-article._28-celebrate {
    height: 250px;
  }
  .leadimg-article._28-yeats-lead {
    height: 250px;
  }
  .leadimg-article._28-records {
    height: 250px;
  }
  .leadimg-article._28-managers-lead {
    height: 250px;
  }
  .leadimg-article._28-academy-lead {
    height: 250px;
  }
  .leadimg-article._28-membership {
    height: 250px;
  }
  .leadimg-article._28-foundation {
    height: 250px;
  }
  .leadimg-article.mighty-16-copy {
    height: 250px;
  }
  .leadimg-article._28-quiz-lead {
    height: 250px;
  }
  .leadimg-article._28-title-winners {
    height: 250px;
  }
  .leadimg-article._28-records {
    height: 250px;
  }
  .leadimg-article._28-stats {
    height: 250px;
  }
  .article-tag.table {
    font-size: 11px;
    text-align: center;
  }
  .article-content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .article-content.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .article-content.horizontal.goals {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .para.table {
    font-size: 12px;
  }
  .article-headline.cent.wht.gap {
    font-size: 32px;
  }
  .article-headline.cent.gap {
    font-size: 32px;
  }
  .article-headline.cent.green.gap {
    font-size: 32px;
  }
  .standfirst.reverse {
    font-size: 18px;
    line-height: 22px;
  }
  .half-section-float-left.anim-stat {
    position: relative;
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    float: none;
  }
  .half-section-float-left._26-info {
    display: none;
  }
  .half-section-float-left._26-info {
    display: none;
  }
  .half-section-float-left._27-info {
    display: none;
  }
  .half-section-float-left._27-info {
    display: none;
  }
  .half-section-float-right {
    width: 100%;
    float: right;
    background-color: #fff;
  }
  .half-section-float-right._26-info {
    display: none;
  }
  .half-section-float-right._26-info {
    display: none;
  }
  .half-section-float-right._26-info {
    display: none;
  }
  .half-section-float-right._27-info {
    display: none;
  }
  .answer-correct-block {
    display: none;
    padding-top: 8vh;
  }
  .quiz-question {
    font-size: 32px;
    line-height: 34px;
  }
  .answer-incorrect-block {
    padding-top: 8vh;
  }
  .img-block-left {
    width: 100%;
    margin-bottom: 24px;
    float: none;
    text-align: center;
  }
  .img-block-left.fifty {
    width: 100%;
  }
  .link-block-2 {
    margin-bottom: 0px;
  }
  .signings-background {
    padding-top: 150px;
  }
  .options-col {
    margin-bottom: 16px;
    text-align: center;
  }
  .options-block {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .link-block {
    margin-bottom: 0px;
  }
  .options-row-narrow {
    width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .cards-block {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .intro-text {
    font-size: 16px;
    line-height: 16px;
  }
  .grid-table._2-col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 0.5fr;
    grid-template-columns: 1fr 0.5fr;
  }
  .grid-table._2-col.fifty {
    width: 90%;
  }
  .grid-table._3-col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1.25fr 1.25fr 0.5fr;
    grid-template-columns: 1.25fr 1.25fr 0.5fr;
  }
  .contain-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .goals-wrap {
    width: 250px;
  }
  .goal-stats-wrapper {
    width: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .goal-stats-wrapper.no-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .goal-stats-container {
    display: block;
    margin-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .goal-stats-container.assists {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .goal-stats-container.how {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .player-stats-wrapper.virtical {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    border-right-style: none;
  }
  .player-stats-wrapper.virtical.no-right-line.image {
    display: block;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100px;
    -ms-flex: 0 100px;
    flex: 0 100px;
  }
  .player-stats-wrapper.virtical.no-right-line.image-save {
    display: block;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 130px;
    -ms-flex: 0 130px;
    flex: 0 130px;
  }
  .goals-stat-number.centre {
    margin-bottom: 0px;
  }
  .goals-stats-animated-wrapper {
    margin-bottom: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .moments-lottie-wrapper {
    width: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .lottie-moment {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lottie-moment.assists {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lottie-moment.how {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .social-post-wrapper {
    width: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .signings-background-2 {
    padding-top: 150px;
  }
  .link-block-3 {
    margin-bottom: -16px;
  }
  .options-col-2 {
    margin-bottom: 16px;
    text-align: center;
  }
  .options-row-narrow-2 {
    width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .twenty-goals-background {
    padding-top: 150px;
  }
  .lottie-animation {
    width: 80%;
  }
  .lottie-who-gini.one {
    width: 200px;
    height: 200px;
  }
  .lottie-who-gini.two {
    width: 200px;
    height: 200px;
  }
  .lottie-who-gini.three {
    width: 200px;
    height: 200px;
  }
  .lottie-who-gini.four {
    width: 200px;
    height: 200px;
  }
  .lottie-who-gini.five {
    width: 200px;
    height: 200px;
  }
  .contents-text {
    font-size: 10px;
  }
  .text-inside-revealer.red.no-margin {
    margin: 0px;
    padding: 0px;
  }
  .text-inside-revealer.white.no-margin {
    margin-bottom: 0px;
  }
  .intro-text-wrapper {
    padding: 30px;
  }
  .circle-reveal-holder.mid.white {
    width: 120px;
    height: 120px;
  }
  .circle-reveal-holder.mid.red {
    bottom: -5%;
    width: 120px;
    height: 120px;
  }
  .circle-reveal-holder.left {
    top: 28px;
  }
  .circle-reveal-holder.left.white {
    width: 120px;
    height: 120px;
  }
  .circle-reveal-holder.left.red {
    bottom: -5%;
    width: 120px;
    height: 120px;
  }
  .circle-reveal-holder.left.white {
    width: 120px;
    height: 120px;
  }
  .circle-reveal-holder.left.red {
    bottom: -5%;
    width: 120px;
    height: 120px;
  }
  .circle-reveal-holder.right.white {
    width: 120px;
    height: 120px;
  }
  .circle-reveal-holder.right.red {
    bottom: -5%;
    width: 120px;
    height: 120px;
  }
  .interview-standfirst {
    font-size: 30px;
  }
  .paragraph {
    font-size: 16px;
  }
  .section-image-carousel {
    height: 100vh;
    min-height: 0px;
  }
  .arrow-gotop-2 {
    margin-bottom: 0px;
    margin-left: 65px;
  }
  .grid-celebrate {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }
  .celebrate-paragraph {
    font-size: 16px;
    line-height: 24px;
  }
  .lottie-animation-points {
    width: 80%;
  }
  .lottie-animation-goals {
    width: 80%;
  }
  .lottie-animation-conceded {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .contain {
    padding-right: 8px;
    padding-left: 8px;
  }
  .brand {
    padding-left: 0px;
  }
  .image-4 {
    max-width: 90%;
  }
  .navlink:hover {
    padding-top: 26px;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }
  .navlink.w--current {
    display: block;
  }
  .section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section.home {
    padding-bottom: 0px;
  }
  .section.full-green.lead {
    padding-top: 8vh;
  }
  .section._26-info-lead {
    height: 50vh;
    background-position: 50% 100%;
  }
  .section._27-info-lead {
    height: 50vh;
    background-position: 50% 100%;
  }
  .h2.title.wider {
    width: 240px;
    font-size: 18px;
    line-height: 21px;
  }
  .h2.title.super-wide {
    width: 260px;
    font-size: 18px;
    line-height: 21px;
  }
  .image-block._28-dreamdraw {
    background-position: 30% 50%;
    background-size: cover;
  }
  .arrow-top-block {
    top: -30px;
  }
  .cover-block-right {
    display: none;
  }
  .cover-title {
    font-size: 13px;
    line-height: 13px;
  }
  .crest-block {
    margin-bottom: 6px;
  }
  .issue-number-text {
    font-size: 13px;
    line-height: 13px;
  }
  .cover-block-left {
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 100px;
  }
  .button {
    display: inline-block;
    margin-top: 8px;
  }
  .button.cover {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .button.answer {
    display: block;
  }
  .home-mast-block {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    display: block;
    padding: 14px 10px 0px;
    text-align: center;
  }
  .cover-block {
    background-color: #c8c8c8;
    background-image: url('../images/cover_28_mob.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/cover_28_mob.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
  }
  .mobile-masthead {
    margin-bottom: 3px;
  }
  .leadimg-article {
    height: 250px;
  }
  .leadimg-article.mighty-16 {
    height: 250px;
  }
  .leadimg-article._27-quiz-lead {
    background-position: 50% 100%;
  }
  .leadimg-article._27-homegrown {
    height: 250px;
  }
  .leadimg-article._28-decade.lottie {
    display: block;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #e31b23;
  }
  .leadimg-article._28-records {
    height: 250px;
  }
  .leadimg-article._28-foundation {
    background-position: 50% 30%;
  }
  .leadimg-article.mighty-16-copy {
    height: 250px;
  }
  .leadimg-article._28-dream-draw {
    background-position: 50% 50%;
    background-size: 130%;
  }
  .leadimg-article._28-quiz-lead {
    background-position: 50% 100%;
  }
  .leadimg-article._28-records {
    height: 400px;
  }
  .leadimg-article._28-stats {
    height: 250px;
  }
  .article-tag.table {
    font-size: 9px;
    text-align: center;
  }
  .article-content.horizontal.goals.table {
    margin-top: 20px;
  }
  .article-content.goals.flex-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article-content.moments.flex-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article-content.social-post.flex-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article-content.points.flex-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .para.table {
    font-size: 10px;
  }
  .article-headline {
    font-size: 35px;
    line-height: 40px;
  }
  .article-headline.cent.wht.gap {
    font-size: 28px;
  }
  .article-headline.cent.gap {
    font-size: 28px;
    line-height: 1.2;
  }
  .article-headline.cent.green {
    font-size: 32px;
    line-height: 36px;
  }
  .article-headline.cent.green.gap {
    font-size: 28px;
  }
  .standfirst {
    font-size: 18px;
    line-height: 24px;
  }
  .half-section-float-left.anim-stat.margins {
    padding-right: 30px;
    padding-left: 30px;
  }
  .mystery-contain {
    padding-right: 20px;
    padding-left: 20px;
  }
  .answer-correct-block {
    display: none;
    padding-top: 8vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
    opacity: 0;
  }
  .quiz-question {
    font-size: 28px;
    line-height: 30px;
  }
  .quiz-question.grey {
    opacity: 1;
  }
  .quiz-answers-contain {
    width: auto;
  }
  .article-headline-option {
    font-size: 35px;
    line-height: 40px;
  }
  .options-col {
    margin-bottom: 16px;
  }
  .options-row-narrow {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .standifrst-option {
    font-size: 18px;
    line-height: 24px;
  }
  .grid-table._2-col {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 0.75fr;
    grid-template-columns: 1fr 0.75fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .grid-table._2-col.fifty {
    width: 100%;
  }
  .grid-table._3-col {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-columns: 0.5fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1.5fr 0.5fr;
    grid-template-columns: 1fr 1.5fr 0.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .grid-table._3-col.fifty {
    width: 100%;
  }
  .div-table {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contain-2 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .html-embed-3 {
    height: auto;
  }
  .goal-stats-wrapper {
    width: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .goal-stats-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .goal-stats-container.assists {
    padding-right: 0px;
    padding-left: 0px;
  }
  .goal-stats-container.twenty {
    margin-right: 0px;
    margin-left: 0px;
  }
  .stat-title.no-margin {
    font-size: 12px;
  }
  .player-stats-wrapper.margin {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .player-stats-wrapper.margin.even {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .player-stats-wrapper.virtical {
    width: 100%;
  }
  .player-stats-wrapper.virtical.no-right-line.image {
    -webkit-flex-basis: 80px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
  }
  .player-stats-wrapper.virtical.no-right-line.image-save {
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
  }
  .goals-player-image {
    width: 75px;
  }
  .goals-player-image.bottom-margin.comp-table {
    width: 50px;
  }
  .number-medium {
    font-size: 18px;
  }
  .number-medium.left.no_margin {
    font-size: 16px;
    line-height: 1;
    text-align: left;
  }
  .number-medium.centre.no_margin {
    font-size: 16px;
    line-height: 1;
    text-align: center;
  }
  .goals-percentage-bar {
    width: 100%;
  }
  .goals-percentage-red.ninty {
    width: 90%;
  }
  .key-description.large.comp-table {
    font-size: 30px;
  }
  .goals-stats-animated-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .goals-player-shirt {
    width: 75px;
  }
  .pl-icon {
    width: 50px;
  }
  .ucl-icon {
    width: 50px;
  }
  .europa-icon {
    width: 50px;
  }
  .supepcup-icon {
    width: 50px;
  }
  .clubworlccup-icon {
    width: 50px;
  }
  .facup-icon {
    width: 50px;
  }
  .moments-lottie-wrapper {
    width: 100%;
  }
  .lottie-moment {
    margin-right: 0px;
  }
  .lottie-moment.assists {
    padding-right: 0px;
    padding-left: 0px;
  }
  .social-post-wrapper {
    width: 100%;
  }
  .options-col-2 {
    margin-bottom: 16px;
  }
  .options-row-narrow-2 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .lottie-animation {
    width: 90%;
  }
  .lottie-animation-3.lallana {
    margin-right: auto;
    margin-left: auto;
  }
  .lottie-who-gini {
    width: 200px;
    height: 200px;
  }
  .lottie-animation-4 {
    height: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .section-interview-lead.full.vertical.gini {
    height: 50vh;
  }
  .contents-text {
    font-size: 9px;
  }
  .text-inside-revealer {
    font-size: 12px;
  }
  .circle-reveal-holder {
    width: 200px;
    height: 200px;
  }
  .circle-reveal-holder.mid {
    width: 180px;
    height: 180px;
  }
  .circle-reveal-holder.mid.white {
    width: 120px;
    height: 120px;
  }
  .circle-reveal-holder.left {
    width: 180px;
    height: 180px;
  }
  .circle-reveal-holder.left.white {
    position: absolute;
    left: 3%;
    top: auto;
    right: auto;
    bottom: 17%;
    width: 120px;
    height: 120px;
  }
  .circle-reveal-holder.left.white.medium {
    padding: 30px;
  }
  .circle-reveal-holder.left {
    width: 180px;
    height: 180px;
  }
  .circle-reveal-holder.left.white {
    width: 120px;
    height: 120px;
  }
  .circle-reveal-holder.right {
    width: 180px;
    height: 180px;
  }
  .circle-reveal-holder.right.white {
    width: 120px;
    height: 120px;
  }
  .interview-standfirst {
    font-size: 22px;
  }
  .paragraph {
    padding: 0px;
    font-size: 16px;
    line-height: 1.5;
  }
  .image-26 {
    width: 90%;
  }
  .text-inside-revealer-2 {
    font-size: 12px;
  }
  .half-image-wrapper.padding {
    padding: 20px;
  }
  .section-image-carousel {
    height: 50vh;
  }
  .arrow-gotop-2 {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .grid-celebrate {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }
  .celebrate-paragraph {
    font-size: 17px;
  }
  .celebrate-paragraph.yellow {
    font-size: 17px;
  }
  .month-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .month-text-wrapper.right {
    width: 100%;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .month-text-wrapper.left {
    width: 100%;
  }
  .month-image-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .lottie-animation-points {
    width: 100%;
  }
  .lottie-animation-goals {
    width: 100%;
  }
  .lottie-animation-conceded {
    width: 100%;
  }
  .gini-interview.one {
    background-position: 90% 50%;
  }
}

