<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";:root {
  --primary: #00a8ff;
  --secondary: #323437;
  --ahd-red: #ED1941;
  --panel-grey-purple: #2F2732;
  --ad-backing-grey: #252525;
  --black-high-emphasis: hsla(0, 0%, 15%, 0.87);
  --black-medium-emphasis: hsla(0, 0%, 15%, 0.6);
  --black-inactive-emphasis: hsla(0, 0%, 15%, 0.54);
  --black-disabled-emphasis: hsla(0, 0%, 15%, 0.38);
  --black-action-emphasis: hsla(0, 0%, 15%, 0.12);
  --black-subtle-emphasis: hsla(0, 0%, 15%, 0.08);
  --white-high-emphasis: hsla(0, 0%, 100%, 1);
  --white-medium-emphasis: hsla(0, 0%, 100%, 0.7);
  --green: #28a745;
  --font-family-sans-serif: "Source Sans Pro", sans-serif;
  --font-family-serif: "Source Serif Pro", serif;
  --font-size-base: 16px;
  --font-weight-regular: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --spacing: 8px;
  --elevation-1: 0 0 16px var(--black-medium-emphasis);
  --elevation-2: 0 0 16px var(--black-subtle-emphasis);
  --border-radius: 4px
}

@import url('https://fonts.googleapis.com/css?family=Barlow');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Rubik');

html,body {
  overflow-x: hidden
}

html {
  background-color: var(--secondary);
  font-size: var(--font-size-base)
}

body {
  font: 1.125rem/1.6 var(--font-family-sans-serif);
  color: var(--black-high-emphasis);
  -webkit-font-smoothing: antialiased
}

a {
  color: var(--primary);
  transition: color .15s linear
}

hr {
  border-top: 2px solid var(--black-subtle-emphasis)
}

body&gt;.optout-confirmation {
  display: none
}

/* BREAK */

.main-header {
  background-color: #19171A
}
.hero-anchor {
  align-items: flex-end;
  color: var(--white-high-emphasis);
  display: flex;
  position: relative;
  text-decoration: none;
}

.secondary-hero-anchor {
  align-items: flex-end;
  color: var(--white-high-emphasis);
  display: flex;
  position: relative;
  text-decoration: none;
  min-height: 280px;
}

.hero-figure {
  background-color: var(--secondary);
  height: 100%;
  /* left: 0; */
  margin-bottom: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  margin: 0;
}

.hero-img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.barlow {
  font-family: 'Barlow', sans-serif;
}

.bold {
  font-weight: var(--font-weight-bold);
}

.semi-bold {
  font-weight: var(--font-weight-semibold);
}

.hero-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: 'Barlow', sans-serif;
}

.secondary-hero-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}

.hero-tagline {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.hero-author {
  margin-top: 0;
  margin-bottom: 0;
  color: #83858F;
  font-family: 'Barlow', sans-serif;
  font-size: 12px;
  margin-right: 4px;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.landing-remaining-articles-container {
  /* padding-left: calc(var(--spacing) * 3);
  padding-right: calc(var(--spacing) * 3); */
  /* padding-bottom: calc(var(--spacing) * 5); */
  width: 100%;
  box-sizing: border-box;
}

.secondary-hero-article-container {
  border-bottom: 2px solid var(--black-subtle-emphasis);
  padding-bottom: calc(var(--spacing) * 3);
  background-color: white;
}

.landing-article-anchor {
  text-decoration: none;

  border-bottom: 2px solid var(--black-subtle-emphasis);
  margin-bottom: calc(var(--spacing) * 2);
  padding-bottom: calc(var(--spacing) * 3);
  align-items: center;
  display: flex;
}

.landing-article-title {
  font-size: 1.5rem;
  font-weight: var(--font-weight-bold);
  margin-bottom: 0.5rem;
  margin-top: 0;
  color: white;
}

.most-popular-article-summary {
  font-size: 15px;
  margin-bottom: 1rem;
  color: #CFCFCF;
  font-family: 'Roboto', sans-serif;
}

.landing-article-author {
  margin-bottom: 0;
  color: var(--black-medium-emphasis);
}

.hero-badge {
  background-color: var(--primary);
  color: white;
  align-items: center;
  display: inline-flex;
  font-size: .75rem;
  font-weight: var(--font-weight-semibold);
  justify-content: center;
  min-height: 22px;
  padding: 0 var(--spacing);
  /* margin-bottom: 0.5rem!important; */
  border-radius: 0.25rem;
  text-transform: uppercase;
  min-width: 30px;
}

.review-score-badge {
  background-color: var(--primary);
  color: white;
  align-items: center;
  display: inline-flex;
  font-size: .75rem;
  font-weight: var(--font-weight-semibold);
  justify-content: center;
  min-height: 22px;
  padding: 0 var(--spacing);
  border-radius: 0.65rem;
  text-transform: uppercase;
  font-size: 15px;
}

.featured-post__content {
  padding: calc(var(--spacing) * 4) calc(var(--spacing) * 3);
  display: block;
  z-index:1
}

h1,.heading1 {
  font: 2.875rem/1.2 var(--font-family-serif);
  font-weight: var(--font-weight-bold)
}

h2,.heading2 {
  font: 2rem/1.2 var(--font-family-serif);
  font-weight: var(--font-weight-bold)
}

h3,.heading3 {
  font: 1.5rem/1.2 var(--font-family-serif);
  font-weight: var(--font-weight-bold)
}

h4,.heading4 {
  font: 1.125rem/1.4 var(--font-family-serif);
  font-weight: var(--font-weight-bold)
}

.subtitle1 {
  font: 1rem/1.4 var(--font-family-sans-serif);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 1px;
  text-transform: uppercase
}

.subtitle2 {
  font: 0.875rem/1.4 var(--font-family-sans-serif);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 1px;
  text-transform: uppercase
}

.subtitle3 {
  font: 0.75rem/1.4 var(--font-family-sans-serif);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 1px;
  text-transform: uppercase
}

.body1 {
  font: 1.125rem/1.6s var(--font-family-sans-serif);
  font-weight: 400
}

.body2 {
  font: 0.875rem/1.6 var(--font-family-sans-serif);
  font-weight: 400
}

/* DESKTOP */
@media screen and (min-width: 49rem) {
  .review-summary-container {
    height: 180px;
    background-color: var(--primary);
    display: flex;
    flex-direction: row;
    border-radius: 1rem;
  }

  .review-summary-figure {
    margin: 0;
  }

  .review-summary-img {
    width: 260px;
    height: 180px;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    object-fit: cover;
  }

  .hero-figure {
    background-color: var(--secondary);
    height: 100%;
    margin-bottom: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 33.33%;
    z-index: 0;
    margin: 0;
  }

  .mobile-only {
    display: none !important;
  }

  .review-score-badge-most-popular {
    position:absolute;
    top: 10px;
    right: 30px;
  }

  .review-score-badge-latest {
    position:absolute;
    top: 10px;
    right: 15px;
  }

  .review-score-badge-category-large {
    position:absolute;
    top: 10px;
    right: 15px;
  }

  .review-score-badge-category-small {
    position:absolute;
    top: 35px;
    left: 15px;
  }

  .image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(25, 24, 26, 0), rgba(25, 24, 26, 1));
  }
}

/* MOBILE */
@media screen and (max-width: 48.99rem) {
  .image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(25, 24, 26, 0), rgba(25, 24, 26, 1));
  }

  .review-summary-container {
    height: fit-content;
    min-height: 300px;
    background-color: var(--primary);
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
  }

  .review-summary-img {
    width: 100%;
    height: 180px;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    object-fit: cover;
  }

  .review-summary-figure {
    margin: 0;
    width: 100%;
    height: 180px;
  }

  .hero-anchor-carousel {
    position: relative;
  }

  .review-score-badge-category-small {
    position:absolute;
    top: 35px;
    left: 15px;
  }

  .review-score-badge-category-large {
    position:absolute;
    top: 10px;
    right: 10px;
  }

  .review-score-badge-carousel {
    position:absolute;
    top: 10px;
    right: 10px;
  }

  .review-score-badge-latest {
    position:absolute;
    top: 10px;
    right: 10px;
  }

  .review-score-badge-most-popular {
    position:absolute;
    top: 10px;
    right: 10px;
  }

  .article-lead-image {
    height: 300px;
    margin:0;
  }

  .desktop-only {
    display: none !important;
  }

  .hero-img-secondary {
    height: 100%;
    object-fit: cover;
    width: 100%;
    max-height: 280px
  }

  .landing-remaining-articles-container {
    /* padding-left: calc(var(--spacing) * 3);
    padding-right: calc(var(--spacing) * 3); */
    padding-bottom: calc(var(--spacing) * 5);
    width: 100%;
    box-sizing: border-box;
  }
}

.c-cta-link {
  align-items: center;
  font-size: .875rem;
  font-weight: var(--font-weight-semibold);
  display: inline-flex;
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: none;
}

.c-cta-link svg {
  height: 18px;
  fill: var(--primary);
  transition: fill .15s linear;
  margin-left: calc(var(--spacing) * 0.5);
  width: 18px
}

.c-cta-link:hover,.c-cta-link:active {
  text-decoration: none
}

.c-cta-link:hover svg,.c-cta-link:active svg {
  font-weight:700;
}

.nav-link-active {
  font-weight:700 !important;
}

.app-container {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #19171A;
}

/* FOOTER */
.main-footer {
  background: linear-gradient(to bottom, #3B383F, #151416 90%, #302D38);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.main-footer .footer-content {
  color: var(--white-medium-emphasis);
  /* max-width: 600px; */
  padding: calc(var(--spacing) * 4) calc(var(--spacing) * 3);
  text-align: center;
  /* background: linear-gradient(to bottom, #3B383F, #151416 90%, #302D38); */
}

.cover-stories-footer-sub-container {
  display: flex;
  flex-direction: row;
}

@media(max-width: 48.99rem) {
  .main-footer .footer-content {
    padding: calc(var(--spacing) * 2) calc(var(--spacing) * 2);
  }

  .cover-stories-footer-sub-container {
    flex-direction: column;
  }
}

@media(min-width: 992px) {
  .main-footer .footer-content {
      padding:calc(var(--spacing) * 5);
      display: flex;
      flex-direction: column;
      max-width: 1200px;
      width: 100%;
  }

  .footer-links-parent-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

.main-footer .footer-logo {
  display: inline-block;
  margin-bottom: calc(var(--spacing) * 2);
  width: 170px;
  height: 30px;
}

.main-footer .footer-logo img {
  width: 100%
}

.main-footer .footer-nav {
  margin-bottom: calc(var(--spacing) * 2)
}

.c-mobile-nav {
  background-color: var(--secondary);
  margin-bottom: calc(var(--spacing) * 3)
}

.c-mobile-nav .nav-link {
  color: var(--white-high-emphasis);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 1px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-transform: uppercase;
  display: block;
  padding: 0.5rem 1rem;
}

.c-nav .mobile-nav-link {
  line-height: 0;
  margin-right: calc(var(--spacing) * -1);
  padding: calc(var(--spacing) * 1)
}

.c-nav .mobile-nav-link svg {
  fill: var(--black-high-emphasis)
}

.c-nav--dark .nav-link {
  color: var(--white-high-emphasis)
}

.c-nav--dark .nav-link:hover,.c-nav--dark .nav-link:active {
  font-weight: 700;
}

.c-nav--dark .nav-link .mobile-nav-link svg {
  fill: var(--white-high-emphasis)
}

.footer-nav-list {
  flex-direction: column!important;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.privacy-footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
  flex-direction: column;
  margin: 0;
}

.category-footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
  flex-direction: column;
  margin: 0;
}

.terms-and-conditions-container-footer {
  display: flex;
  flex-direction: column;
}

.cover-stories-container-footer {

}

.footer-logo-container {
  width: 100%;
  display: flex;
  border-bottom: 2px solid #493E4D;
  margin-bottom: 10px;
}

.figjam-trademark-container {
  width: 100%;
  background: #19171A;
  display: flex;
  justify-content: center;
}

.footer-sub-title {
  color: var(--primary);
  font-size: 14px;
  font-weight: var(--font-weight-bold);
  font-family: 'Barlow', sans-serif;
  margin: 0 0 10px 0;
  text-align: start;
  text-transform: uppercase;
}

.trademark-text {
  color: white;
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  font-weight: var(--font-weight-regular);
}

.nav-link {
  text-decoration: none;
}

.privacy-nav-item {
  box-sizing: border-box;
  width: fit-content;
  margin-bottom: 4px;
}

.category-nav-item {
  box-sizing: border-box;
  width: fit-content;
  margin-bottom: 4px;
}

.privacy-nav-link {
  display: block;
  text-decoration: none;
  background-color: transparent;
  box-sizing: border-box;
  color: white;
  font-family: 'Barlow', sans-serif;
  font-weight: var(--font-weight-regular);
  font-size: 14px;
}

.category-nav-link {
  display: block;
  text-decoration: none;
  background-color: transparent;
  box-sizing: border-box;
  color: white;
  font-family: 'Barlow', sans-serif;
  font-weight: var(--font-weight-bold);
  font-size: 14px;
}

.top-nav {
  /* left: 0; */
  /* position: absolute; */
  /* top: 0; */
  /* width: 100%; */
  z-index: 9;
  align-items: center;
  /* box-shadow: var(--elevation-2); */
  display: flex;
  height: calc(var(--spacing) * 8);
  justify-content: space-between;
  /* padding-left: calc(var(--spacing) * 3); */
  /* padding-right: calc(var(--spacing) * 3); */
}

@media screen and (max-width: 48.99rem) {
  .top-nav {
    height: 50px;
  }
}



.top-nav .logo {
  display: block;
  margin-right: calc(var(--spacing) * 2);
  width: calc(var(--spacing) * 4);
  color: var(--primary);
  text-decoration: none;
  background-color: transparent;
}

/* DESKTOP */
@media screen and (min-width: 49rem) {

  body {
    font-size: 17px;
  }

  .hero-anchor:hover .landing-hero-img {
    transform: scale(1.02);
    transition: transform 0.7s;
  }

  .hero-anchor:not(:hover) .landing-hero-img {
    transform: scale(1);
    transition: transform 0.7s;
  }

  .secondary-hero-anchor:hover .landing-hero-img {
    transform: scale(1.02);
    transition: transform 0.7s;
  }

  .secondary-hero-anchor:not(:hover) .landing-hero-img {
    transform: scale(1);
    transition: transform 0.7s;
  }

  .container-xl {
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
  }

  .secondary-hero-anchor {
    height: 100%;
  }

  .secondary-hero-col-lg {
    height: 100%
  }

  .hero-section-container {
    height: 533px;
    background-color: #19171A;
    display: flex;
    justify-content: center;
  }

  .hero-carousel-container {
    max-width: 2400px;
    width: 100%
  }

  .hero-sub-container {
    min-height: 760px;
  }

  .h-50 {
    height: 50% !important;
  }

  .mobile-nav-link {
    display: none;
  }
  .top-nav-list {
    font: 0.875rem/1.6 var(--font-family-sans-serif);
    font-weight: 400;
    display: flex;
    /* flex-wrap: wrap; */
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 0;
  }

  .top-nav {
    justify-content: flex-start !important;
    box-shadow: var(--elevation-2);
    width: 100%;
  }

  .top-nav-list .nav-item {
    box-sizing: border-box;
    font: 0.875rem/1.6 var(--font-family-sans-serif);
    font-weight: 400;
  }

  .top-nav-list .nav-link {
    color: white;
    font-weight: var(--font-weight-regular);
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    background-color: transparent;
  }

  .hero-sub-container {
    display: flex;
    flex-wrap: wrap;
  }

  .primary-hero-container {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .secondary-hero-article-container {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding-bottom: 0;
    border-bottom: 0px;
  }

  .hero-anchor {
    height: 100%;
  }

  .hero-img-secondary {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .main-content {
    padding-bottom: calc(var(--spacing) * 2);
    padding-top: calc(var(--spacing) * 5);
  }

  .main-content-category-page {
    padding-bottom: calc(var(--spacing) * 2);
    padding-top: 0;
  }

  .main-content-article-page {
    padding-bottom: calc(var(--spacing) * 2);
    padding-top: calc(var(--spacing) * 5);
  }

  .landing-remaining-articles-container {
    /* padding-left: calc(var(--spacing) * 4);
    padding-right: calc(var(--spacing) * 4); */
    flex: 0 0 66.666667%;
    /* max-width: 66.666667%; */
  }

  .remaining-article-figure {
    margin: 0px calc(var(--spacing) * 3) 0px 0px;
  }

  .post-content {
    margin: 0px calc(var(--spacing) * 3) 0px 0px;
  }

  .remaining-article-img {
    object-fit: cover;
    border-radius: 1rem;
  }

  .category-page-hero-img {
    object-fit: cover;
    border-radius: 1rem;
    height: 550px;
    width: 815px;
  }

  .latest-review-img {
    object-fit: cover;
    border-radius: 1rem;
  }

  .content-hero-figure {
    height: 400px;
    margin-bottom: 0;
    margin-left: calc(var(--spacing) * -3);
    margin-right: calc(var(--spacing) * -3);
  }

  .article-lead-image {
    margin: 0;
    max-height: 1000px;
  }
}

.latest-stories {
  font-weight: var(--font-weight-semibold) !important;
  margin-top: 0;
  color: white;
}

@media screen and (min-width: 49rem) {
  .latest-stories {
    font-size:21px;
  }

  .latest-review-img {
    width: 330px;
    height: 180px;
  }

  .post-category-content-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .article-content-container {
    /* background-color: #030303; */
    background-color: #19171A;
    border-radius: 1rem;
    padding: 20px 30px;
    max-width: 66.66%;
    margin-right: 30px;
    height: fit-content;
  }

  .main-content-article-page-container {
    display:flex;
    justify-content: space-between;
  }

  .category-page-title-container {
    display:flex;
    flex-direction: row;
    align-items: center;
    margin:0 0 10px 0px;
  }

  .category-page-heading-icon {
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }

  .most-popular-title {
    font-size: 21px;
    font-weight: var(--font-weight-semibold) !important;
    margin-top: 0;
    color: white;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
  }
}

/* MOBILE */
@media screen and (max-width: 48.99rem) {
  .most-popular-title {
    font-size: 17px;
    font-weight: var(--font-weight-semibold) !important;
    margin-top: 0;
    color: white;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
  }

  .category-page-heading-icon {
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }

  .category-page-title-container {
    display:flex;
    flex-direction: row;
    align-items: center;
    margin:0 0 10px 10px;
  }

  .main-content-category-page {
    padding-bottom: calc(var(--spacing) * 2);
    padding-top: calc(var(--spacing) * 2);
  }

  .main-content-article-page {
    padding-bottom: calc(var(--spacing) * 2);
    padding-top: calc(var(--spacing) * 30);
  }

  .post-content {
    padding: 0 10px 0 10px;
  }

  .post-content-category-section {
    width: 95%;
  }

  .remaining-article-img {
    object-fit: cover;
    overflow: visible;
  }

  .category-page-hero-img {
    object-fit: cover;
    overflow: visible;
    height: 240px;
    width: 100%;
  }

  .category-page-hero-figure {
    width: 100%;
  }

  .latest-review-img {
    object-fit: cover;
    border-radius: 1rem;
  }

  .latest-stories {
    font-size:17px;
    padding: 0 10px 0 10px;
  }

  .latest-review-img {
    width: 330px;
    height: 210px;
  }
}

.mainer-header {
  position: relative;
  display: block;
  box-sizing: border-box;
}

/* Content */
.content-post-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
  font-weight: var(--font-weight-bold);
  color: var(--black-high-emphasis);
}

.content-container {
  padding-left: calc(var(--spacing) * 3);
  padding-right: calc(var(--spacing) * 3);
  padding-top: 50px;
}

.c-post-header .post-metadata&gt;span:not(:last-of-type)::after {
  content: "·";
  color: var(--black-medium-emphasis);
  display: inline;
  font: 38px/0 serif;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 7px;
}

.c-post-header .post-metadata&gt;span:not(:last-of-type) {
  margin-right: var(--spacing);
  padding-right: 22px;
  position: relative;
}

.content-hero-img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  max-height: 1000px;
  max-width: 2400px;
}

@media screen and (min-width: 49rem) {
  .article-content-column {
    /* width: 66.66%; */
  }

  .post-content-category-page {
    width: 97%;
  }
}


@media screen and (max-width: 48.99rem) {
  .post-category-content-section {
    max-width: 70%;
  }
  .remaining-article-figure {
    margin: 0;
  }

  .article-content-column {
    /* width: 100%; */
  }

  .content-hero-figure {
    height: 300px;
    margin-bottom: 0;
    margin-left: calc(var(--spacing) * -3);
    margin-right: calc(var(--spacing) * -3);
  }
}

.trending-stories-heading {
  font-weight: var(--font-weight-semibold) !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.trending-story-title {
  color: var(--black-high-emphasis);
  font-weight: var(--font-weight-bold);
  margin-bottom: 0.5rem;
  margin-top: 0px;
}

.no-decoration {
  text-decoration: none;
}

.posts-list {
  margin-bottom: calc(var(--spacing) * 5);
  list-style: none;
  padding: 0;
}

.trending-story-author {
  color: var(--black-medium-emphasis);
  margin: 0;
}

.number-counter-dot-point {
  align-items: center;
  background-color: var(--primary);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font: 0.75rem/1 var(--font-family-sans-serif);
  font-weight: var(--font-weight-bold);
  height: 18px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 3px;
  width: 18px;
}

.trending-post {
  position: relative;
  padding-left: calc(var(--spacing) * 3);
}

.post-template-template-post-1 .posts-list li:not(:last-of-type) {
  margin-bottom: calc(var(--spacing) * 2);
  padding-bottom: calc(var(--spacing) * 3);
  position: relative;
}

.post-template-template-post-1 .posts-list--ordinal li {
  counter-increment: ordinal-list-counter;
  padding-left: calc(var(--spacing) * 4);
  position: relative;
}

.latest-stories-list li {
  position: relative;
  margin-bottom: calc(var(--spacing) * 2);
  padding-bottom: calc(var(--spacing) * 3);
}

.trending-posts-list li {
  margin-bottom: calc(var(--spacing) * 2);
  padding-bottom: calc(var(--spacing) * 3);
  position: relative;
}

.latest-stories-list li:not(:last-of-type)::after {
  background-color: var(--black-subtle-emphasis);
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.post-template-template-post-1 .posts-list li:not(:last-of-type)::after {
  background-color: var(--black-subtle-emphasis);
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.trending-posts-list li:not(:last-of-type)::after {
  background-color: var(--black-subtle-emphasis);
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* Categories page */

.page-container-category {
  padding-left: calc(var(--spacing) * 3);
  padding-right: calc(var(--spacing) * 3);
  padding-top: calc(var(--spacing) * 5);
}

.remaining-category-article-container {
  padding-bottom: calc(var(--spacing) * 5);
  padding-top: calc(var(--spacing) * 5);
}

@media screen and (min-width: 49rem) {
  .hero-figure::before {
    content: '';
    z-index: 10;
    width:100%;
    height: 100%;
    display: block;
    position: absolute;
    background-image:
    linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0)), /* Top shading */
    linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%); /* Bottom gradient */
    background-size: 100% 20%, 100% 100%; /* Adjust the size of top and bottom gradients as needed */
    background-position: top, bottom; /* Position the top and bottom gradients */
    background-repeat: no-repeat; /* Prevent repeating the gradients */
  }
}


@media screen and (max-width: 48.99rem) {
  .hero-figure::before {
    content: '';
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

/* Posts page */
.page-container-posts {
  padding-bottom: calc(var(--spacing) * 10);
  padding-top: calc(var(--spacing) * 10);
  padding-left: calc(var(--spacing) * 3);
  padding-right: calc(var(--spacing) * 3);
}

.content-hero-figure-posts {
  margin-left: calc(var(--spacing) * -12);
  margin-right: calc(var(--spacing) * -12);
  width: calc(100% + var(--spacing) * 24);
  height: 392px;
}

.next-page-arrow {
  height: 18px;
  width: 18px;
  fill: var(--primary);
}

@media screen and (min-width: 49rem) {
  .landing-page-content-container {
    display: flex;
    flex-direction: column;
  }
}


/* Redesign */

.hero-published-date {
  font-size:12px;
  color: #83858F;
  font-family: 'Barlow', sans-serif;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.article-body-sub-container {
  color:white;
  font-family: 'Barlow', sans-serif;
  font-size:18px;
}

/* DESKTOP */
@media screen and (min-width: 49rem) {
  .landing-page-content-container {
    width: fit-content;
  }
  .landing-page-middle-section-container {
    width: fit-content;
  }

  .latest-reviews-container {
    max-width: 340px;
  }

  .landing-page-content-parent-container {
    padding:8px 20px 0px 0px;
    width:1250px;
    margin-right:auto;
    margin-left:auto;
  }
  .hero-carousel-item {
    /* width: 66%; */
    height: 530px;
    margin-right: 10px;
    border-radius: 5px;
  }

  .hero-sub-title-container {
    display: flex;
    align-items: center;
    /* margin-bottom: 15px; */
  }

  .most-popular-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 40px;
  }

  .most-popular-container-content-page {
    display:flex;
    flex-direction: row;
  }

  .most-popular-item {
    text-decoration: none;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .col-lg-3-desktop {
    width: 33.33%;
  }

  .category-page-title {
    color: white;
    font-size: 34px;
    font-family: 'Rubik', sans-serif;
    font-weight: var(--font-weight-bold);
  }
}

/* MOBILE */
@media screen and (max-width: 48.99rem) {
  .category-page-title {
    color: white;
    font-size: 30px;
    font-family: 'Rubik', sans-serif;
    font-weight: var(--font-weight-bold);
  }

  .hero-sub-title-container {
    display: flex;
    align-items: center;
    /* margin-bottom: 15px; */
  }

  .most-popular-item {
    text-decoration: none;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .landing-page-middle-section-container {
    flex-direction: column;
  }

  .hero-carousel-item {
    /* width: 80%; */
    height: 195px;
    margin-right: 3px;
    border-radius: 5px;
  }

  .hero-title {
    font-size: 18px;
  }

  .hero-anchor {
    height: 100%
  }

  /* Padding for hero-title container on carousel */
  .featured-post__content {
    padding: 0 5px 0 5px;
  }

  .hero-carousel {
    margin-bottom: 40px;
    background-color: #19171A;
  }

  .most-popular-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }

  .latest-reviews-container {
    margin: 0 10px 0 10px;
  }

  .latest-reviews-container-article-content-page {
    background-color: var(--panel-grey-purple);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 0.5rem;
  }
}

.hero-figure {
  border-radius: 0.5rem;
}

.sidebar-ads-container {
  background-color: var(--ad-backing-grey);
  margin-bottom: 30px;
  border-radius: 0.5rem;
}

.ad-backing {
  background-color: var(--ad-backing-grey);
}

.latest-reviews-container {
  background-color: var(--panel-grey-purple);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 0.5rem;
}

.latest-reviews-heading {
  font-size: 21px;
  color: white;
  margin-top: 0px;
  font-family: 'Barlow', sans-serif;
}

.latest-news-heading {
  font-size: 21px;
  color: white;
  margin-top: 0px;
  font-family: 'Barlow', sans-serif;
}

.latest-reviews-item {
  text-decoration: none;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom:0;
}

.latest-reviews-article-title {
  font-size: 15px;
  font-weight: var(--font-weight-bold);
  color: white;
  font-family: 'Barlow', sans-serif;
  margin-bottom: 0;
}

.latest-reviews-figure {
  margin-top:0;
  margin-bottom: 5px;
}

.latest-reviews-heading {
  margin-bottom: 20px;
}

.most-popular-article-title {
  font-family: 'Rubik', sans-serif;
  font-size: 19px;
  font-weight: var(--font-weight-bold);
  margin-bottom: 0.5rem;
  margin-top: 0;
  color: white;
}

/* DESKTOP */
@media screen and (min-width: 49rem) {
  .category-page-hero-article-title {
    font-family: 'Rubik', sans-serif;
    font-size: 39px;
    font-weight: var(--font-weight-bold);
    margin-bottom: 0;
    margin-top: 0;
    color: white;
  }

  .article-content-title {
    color: white;
    font-size:38px;
    font-weight: var(--font-weight-bold);
    font-family: 'Barlow', sans-serif;
    margin-top: 0;
  }

  .latest-news-heading {
    margin-bottom: 10px;
  }

  .landing-section-2 {
    height: 1220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .landing-page-latest-news-sub-container {
    display: flex;
    flex-direction: row;
  }

  .latest-category-container:not(:last-child) {
    margin-right: 2rem;
  }
}

/* MOBILE */
@media screen and (max-width: 49rem) {
  .category-page-hero-article-title {
    font-family: 'Rubik', sans-serif;
    font-size: 19px;
    font-weight: var(--font-weight-bold);
    margin-bottom: 0;
    margin-top: 0;
    color: white;
  }

  .article-content-title {
    color: white;
    font-size:32px;
    font-weight: var(--font-weight-bold);
    font-family: 'Barlow', sans-serif;
    margin-top: 0;

  }

  .latest-category-container:not(:last-child) {
    margin-bottom: 20px;
  }
}


.landing-page-category-heading {
  font-size: 18px;
  color: var(--primary);
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
}

.landing-page-category-title-large {
  font-size: 18px;
  color: white;
  font-weight: bold;
  font-family: 'Barlow', sans-serif;
  margin: 0 0 5px 0;
}

.landing-page-category-title-small {
  font-size: 16px;
  color: white;
  font-weight: var(--font-weight-semibold);
  font-family: 'Barlow', sans-serif;
  margin: 0 0 5px 0;
}

.landing-page-category-item-large {
  text-decoration: none;
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 385px;
  border-bottom: 2px solid #362A3A;
}

.landing-page-category-item-small {
  text-decoration: none;
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 120px;
  border-bottom: 2px solid #362A3A;
  padding-top: 5px;
}

.landing-page-category-figure-small {
  margin: 0 10px 0 0;
  border-radius: 0.5rem;
}

.landing-page-category-figure-large {
  margin: 0;
}

.author-name {
  color: var(--primary);
}

.nav-logo-container {
  height: 100%;
  background: linear-gradient(to bottom, #3B383F, #151416 90%, #302D38);
  display: flex;
  align-items: center;
}

.nav-category-container {
  height: 100%;
  background: linear-gradient(to right, #00a8ff, #0096e6);
  display: flex;
  align-items: center;
}

/* DESKTOP */
@media screen and (min-width: 49rem) {
  .nav-category-container {
    width: 100%;
    padding-right: 30rem;
  }

  .nav-logo-container {
    width: 70%;
    justify-content: end;
  }

  .ahd-logo-top-img {
    height:30px;
    width: 170px;
    margin-bottom: 5px;
  }

  .mobile-container-category-content {
    padding: 0 10px 0 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
  }
}

/* MOBILE */
@media screen and (max-width: 48.99rem) {
  .landing-page-category-figure-small {
    overflow: hidden;
    width: 110px;
    height: 72px;
  }

  .landing-page-category-item-large {
    text-decoration: none;
    display: flex;
    align-items: start;
    flex-direction: column;
    height: 385px;
    border-bottom: 2px solid #362A3A;
  }

  .mobile-container-category-content {
    padding: 0 10px 0 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
  }

  .mobile-container-category-content-large {
    flex-direction: column;
  }

  .mobile-margin-l-r-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .post-content-category-section-large {
    padding: 0 10px 0 10px;
    display: flex;
    flex-direction: column;
  }

  .landing-page-latest-news-sub-container {
    display: flex;
    flex-direction: column;
  }

  .nav-category-container {
    width: 50px;
  }

  .nav-logo-container {
    width: 100%;
    justify-content: start;
    padding-left: 10px;
  }

  .ahd-logo-top-img {
    height:30px;
    width:170px;
  }

  .hero-section-container {
    margin-top: 5px;
  }

  .latest-news-heading {
    font-size: 21px;
    color: white;
    margin-top: 0px;
    font-family: 'Barlow', sans-serif;
    padding: 0 10px 0 10px;
  }

  .landing-page-category-heading {
    padding: 0 10px 0 10px;
  }
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 20px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: white;
  position: absolute;
  height: 2px;
  width: 20px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 48.99rem) {
  .menu-button-container {
    display: flex;
  }

  .top-nav-mobile-menu {
    display: flex;
    justify-content: center;
  }

  .top-nav-menu {
    /* top: 130px; */
    padding: 0;
    /* margin-top: 50px; */
    left: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
    z-index: 999;
    position: absolute;
  }
  #menu-toggle ~ .top-nav-menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle ~ .top-nav-menu {
    display:block;
  }
  #menu-toggle:checked ~ .top-nav-menu li {
    border: 1px solid white;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-bottom: 1px solid grey !important;
  }
  .top-nav-menu &gt; li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    background-color: #392F3D;
    padding-left: 15px;
  }

  .top-nav-menu &gt; li:active {
    background-color: #2C2131;
  }

  .top-nav-menu &gt; li:not(:last-child) {
    border-bottom: 1px solid #605166;
  }

  .top-nav-menu &gt; li &gt; a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: var(--font-weight-bold);
    width: 100%;
  }

  .nav-menu-img {
    margin-right: 15px;
  }

  .logo-link {
    position: fixed;
    top: 10px;
    right: 25%;
  }
}
</pre></body></html>