.gibson {
  font-family: "poppinsLight", sans-serif;
  word-spacing: 2px; }
  .gibson b,
  .gibson strong {
    font-weight: 600; }

@keyframes fontVariantBolder {
  from {
    font-variation-settings: 'wght' 500, 'wdth' 35; }
  to {
    font-variation-settings: 'wght' 600, 'wdth' 56.67; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.ccm-sub-categories-item {
  display: block;
  position: relative;
  width: 42rem;
  height: 53rem;
  overflow: visible;
  margin: 0 2rem 0 0; }
  @media (max-width: 1199.98px) {
    .ccm-sub-categories-item {
      width: 34rem;
      height: 44rem;
      margin-right: 1.5rem; } }
  @media (max-width: 991.98px) {
    .ccm-sub-categories-item {
      width: 27rem;
      height: 35rem; } }
  @media (max-width: 768.98px) {
    .ccm-sub-categories-item {
      width: 18rem;
      height: 24rem;
      margin-right: 1rem; } }
  .ccm-sub-categories-item__btn {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: 0.4s ease max-height, 0.15s ease opacity; }
  .ccm-sub-categories-item__label {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 2;
    font-size: 4rem;
    text-transform: uppercase;
    padding: 3rem;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    font-family: "poppinsLight", sans-serif;
    letter-spacing: 0; }
    .ccm-sub-categories-item__label b,
    .ccm-sub-categories-item__label strong {
      font-family: "poppinsBold", sans-serif;
      letter-spacing: 0;
      font-weight: 700; }
    .ccm-sub-categories-item__label .btn {
      color: #fff;
      border-color: #fff;
      margin-top: 1rem; }
    @media (max-width: 1199.98px) {
      .ccm-sub-categories-item__label {
        font-size: 4.2rem;
        padding: 3rem; } }
    @media (max-width: 991.98px) {
      .ccm-sub-categories-item__label {
        font-size: 3.6rem;
        padding: 2rem; } }
    @media (max-width: 768.98px) {
      .ccm-sub-categories-item__label {
        font-size: 2.4rem;
        padding: 1.5rem 0.875rem; } }
  .ccm-sub-categories-item__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: 0.6s ease all; }
    .ccm-sub-categories-item__bg::before, .ccm-sub-categories-item__bg::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      transition: 0.6s ease all; }
    .ccm-sub-categories-item__bg::before {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); }
    .ccm-sub-categories-item__bg::after {
      background: rgba(228, 30, 46, 0.85);
      opacity: 0; }
    .ccm-sub-categories-item__bg img,
    .ccm-sub-categories-item__bg picture {
      width: 100%;
      height: 100%; }
  @media (min-width: 544px) {
    .ccm-sub-categories-item:hover .ccm-sub-categories-item__bg {
      transform: scale(1.05);
      box-shadow: 0 2.4rem 4rem 0 rgba(0, 0, 0, 0.25); }
      .ccm-sub-categories-item:hover .ccm-sub-categories-item__bg::before {
        opacity: 0; }
      .ccm-sub-categories-item:hover .ccm-sub-categories-item__bg::after {
        opacity: 1; }
      .ccm-sub-categories-item:hover .ccm-sub-categories-item__bg img {
        filter: grayscale(1) brightness(3); }
    .ccm-sub-categories-item:hover .ccm-sub-categories-item__btn {
      max-height: 6rem;
      opacity: 1;
      transition: 0.4s ease max-height, 0.3s ease opacity 0.3s; }
    .ccm-sub-categories-item:focus {
      outline: none; }
    .keyboard-navigation .ccm-sub-categories-item:focus {
      box-shadow: 0 0 0.3rem 0.2rem #e41e2e; }
    .keyboard-navigation .ccm-dark-theme .ccm-sub-categories-item:focus {
      box-shadow: 0 0 0.3rem 0.2rem rgba(255, 255, 255, 0.9); }
    .keyboard-navigation .ccm-light-theme .ccm-sub-categories-item:focus {
      box-shadow: 0 0 0.2rem 0.3rem #000; } }
