.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-scrolling-title {
  color: #f2f2f2;
  font-size: 16rem;
  text-transform: uppercase;
  z-index: 1;
  white-space: nowrap;
  color: #fff;
  font-family: "poppinsLight", sans-serif;
  letter-spacing: 0;
  font-weight: 500;
  position: absolute;
  left: -50%;
  top: 50%;
  transform: translate(0, -50%); }
  @media (max-width: 991.98px) {
    .ccm-scrolling-title {
      font-size: 8rem; } }
  .ccm-scrolling-title b,
  .ccm-scrolling-title strong {
    letter-spacing: -0.5rem;
    font-family: "poppinsBold", sans-serif;
    letter-spacing: 0;
    font-weight: 600; }
  .ccm-scrolling-title__wrap {
    position: relative;
    min-height: 30rem;
    overflow: hidden;
    z-index: -1; }
    @media (max-width: 991.98px) {
      .ccm-scrolling-title__wrap {
        min-height: 20rem; } }
