.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-masthead {
  position: relative; }
  .ccm-masthead-video-pop {
    background: #000;
    width: 100%;
    height: 100%;
    color: #fff;
    position: absolute;
    z-index: 9;
    opacity: 0; }
  .ccm-masthead .ribbon-text {
    opacity: 1;
    font-family: "poppinsBold", sans-serif;
    letter-spacing: 0; }
  .ccm-masthead[data-animated="false"] .ccm-masthead__hero-description {
    opacity: 1; }
  .ccm-masthead[data-animated="false"] .js-btn-1 .btn {
    opacity: 1;
    transform: translate(0, 0rem); }
  .ccm-masthead[data-animated="false"] .js-btn-2 .btn {
    opacity: 1;
    transform: translate(0, 0rem); }
  .ccm-masthead.ccm-dark-theme .ccm-masthead__hero-media-wrapper {
    background-color: #0E0E0E; }
  .ccm-masthead.fullscreen .ccm-masthead__hero-media-wrapper {
    height: 100vh; }
  .ccm-masthead.fullscreen .ccm-masthead__arrow-wrap {
    bottom: 8rem; }
  @media (max-width: 991.98px) {
    .ccm-masthead.fullscreen .ccm-masthead__hero-content {
      min-height: 85vh; } }
  .ccm-masthead.align-left .ccm-masthead__hero-content {
    -ms-flex-align: start;
        align-items: flex-start;
    transform-origin: left center; }
  .ccm-masthead.align-left .ccm-masthead__arrow-wrap .container {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .ccm-masthead.align-left .ccm-masthead__arrow {
    position: static;
    transform: none; }
  .ccm-masthead.align-left .ccm-masthead__hero-title {
    text-align: left; }
  .ccm-masthead.align-right .ccm-masthead__hero-content {
    -ms-flex-align: end;
        align-items: flex-end;
    transform-origin: right center; }
  .ccm-masthead.align-right .ccm-masthead__arrow-wrap .container {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .ccm-masthead.align-right .ccm-masthead__arrow {
    position: static;
    transform: none; }
  .ccm-masthead.align-right .ccm-masthead__hero-title {
    text-align: right; }
  .ccm-masthead__hero {
    position: relative;
    transition: 0.2s ease opacity; }
    .ccm-masthead__hero-content.visible .ccm-masthead__hero-description,
    .ccm-masthead__hero-content.visible .ccm-btn-wrapper .btn,
    .ccm-masthead__hero-content.visible .ccm-btn-wrapper.ccm-dark-theme .btn,
    .ccm-masthead__hero-content.visible .ccm-btn-wrapper.ccm-dark-theme .btn:not(:disabled):not(.btn-customized) {
      opacity: 1;
      transform: translate(0, 0); }
    .ccm-masthead__hero-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }
    .ccm-masthead__hero-content {
      width: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      color: #000; }
      .ccm-dark-theme .ccm-masthead__hero-content {
        color: #fff; }
      @media (max-width: 991.98px) {
        .ccm-masthead__hero-content {
          position: static;
          transform: none;
          padding: 12rem 1.6rem 8rem;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center; } }
      @media (min-width: 769px) {
        .ccm-masthead__hero-content.CTA-position {
          height: 100%; } }
      .ccm-masthead__hero-content .center-left {
        position: absolute;
        top: 50%;
        left: 2%;
        transform: translate(0%, -50%); }
      .ccm-masthead__hero-content .center-right {
        position: absolute;
        top: 50%;
        right: 3%;
        transform: translate(0%, -50%); }
      .ccm-masthead__hero-content .center-center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .ccm-masthead__hero-content .center-bottom {
        position: absolute;
        left: 50%;
        bottom: 5%;
        transform: translateX(-50%); }
    .ccm-masthead__hero-title {
      display: inline-block;
      font-size: 6.42rem;
      text-transform: uppercase;
      line-height: 0.9;
      margin-bottom: 2rem;
      position: relative;
      color: #000;
      font-family: "poppinsLight", sans-serif;
      letter-spacing: 0; }
      .ccm-masthead__hero-title b,
      .ccm-masthead__hero-title strong {
        font-family: "poppinsBold", sans-serif;
        letter-spacing: 0; }
      @supports (font-variation-settings: "wdth" 35) {
        .variable-font-loaded .ccm-masthead__hero-title {
          font-family: 'poppinsLight', sans-serif;
          font-variation-settings: 'wght' 500, 'wdth' 35; }
          .variable-font-loaded .ccm-masthead__hero-title b,
          .variable-font-loaded .ccm-masthead__hero-title strong {
            font-family: inherit; } }
      .ccm-dark-theme .ccm-masthead__hero-title {
        color: #fff; }
      @media (max-width: 1599.98px) {
        .ccm-masthead__hero-title {
          font-size: 8.875rem; } }
      @media (max-width: 1199.98px) {
        .ccm-masthead__hero-title {
          font-size: 6.675rem; } }
      @media (max-width: 991.98px) {
        .ccm-masthead__hero-title {
          font-size: 4.6rem; } }
    .ccm-masthead__hero-description {
      font-family: "poppinsLight", sans-serif;
      word-spacing: 2px;
      font-weight: 400;
      font-size: 2em;
      line-height: 1.3em;
      color: #000;
      opacity: 0;
      padding: 2rem 2.5rem;
      transform: translate(0, 2rem);
      opacity: 0;
      transition: 0.4s ease all; }
      .ccm-dark-theme .ccm-masthead__hero-description {
        color: #fff; }
      .ccm-masthead__hero-description b, .ccm-masthead__hero-description strong {
        font-weight: 600; }
      @media (max-width: 991.98px) {
        .ccm-masthead__hero-description {
          font-size: 1.6rem;
          padding: 0.5rem 1.6rem; } }
    .ccm-masthead__hero-button {
      position: absolute;
      right: 3rem;
      top: 10rem;
      border: none;
      padding: 1rem;
      background: none;
      color: #000;
      z-index: 2;
      transition: 0.3s ease all; }
      .ccm-dark-theme .ccm-masthead__hero-button {
        color: #fff; }
      .ccm-masthead__hero-button svg {
        width: 3.5rem;
        height: 3.5rem; }
      .ccm-masthead__hero-button:hover {
        transform: scale(1.1); }
      .ccm-masthead__hero-button:focus {
        outline: none; }
      .keyboard-navigation .ccm-masthead__hero-button:focus {
        box-shadow: 0 0 0.3rem 0.2rem #e41e2e; }
      .keyboard-navigation .ccm-dark-theme .ccm-masthead__hero-button:focus {
        box-shadow: 0 0 0.3rem 0.2rem rgba(255, 255, 255, 0.9); }
      .keyboard-navigation .ccm-light-theme .ccm-masthead__hero-button:focus {
        box-shadow: 0 0 0.2rem 0.3rem #000; }
      @media (max-width: 991.98px) {
        .ccm-masthead__hero-button {
          right: 0.3rem;
          top: 7rem; } }
    .ccm-masthead__hero-media-wrapper {
      position: relative;
      height: 50rem;
      overflow: hidden; }
      .ccm-masthead__hero-media-wrapper::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 0.4;
        z-index: 1; }
        .ccm-dark-theme .ccm-masthead__hero-media-wrapper::before {
          background: #000; }
      .ccm-masthead__hero-media-wrapper::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 30rem;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
        z-index: 1; }
        .ccm-dark-theme .ccm-masthead__hero-media-wrapper::after {
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #0e0e0e 100%); }
      @media (max-width: 991.98px) {
        .ccm-masthead__hero-media-wrapper {
          position: absolute;
          height: 100%;
          width: 100%;
          top: 0;
          left: 0;
          z-index: -1; } }
  .ccm-masthead__arrow {
    color: #000;
    background: none;
    border: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 1.5rem; }
    .ccm-dark-theme .ccm-masthead__arrow {
      color: #fff; }
    .ccm-masthead__arrow .svg-icon {
      display: inline-block;
      animation: arrowBounce 3s infinite; }
    .ccm-masthead__arrow-wrap {
      position: absolute;
      left: 0;
      bottom: 4rem;
      width: 100%;
      min-height: 3rem;
      z-index: 2; }
      .ccm-masthead__arrow-wrap .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        position: relative; }
    .ccm-masthead__arrow:hover {
      color: #000; }
      .ccm-dark-theme .ccm-masthead__arrow:hover {
        color: #fff; }
      .ccm-masthead__arrow:hover svg {
        transform: rotate(90deg) scale(1.2); }
    .ccm-masthead__arrow:focus {
      outline: none; }
    .keyboard-navigation .ccm-masthead__arrow:focus {
      box-shadow: 0 0 0.3rem 0.2rem #e41e2e; }
    .keyboard-navigation .ccm-dark-theme .ccm-masthead__arrow:focus {
      box-shadow: 0 0 0.3rem 0.2rem rgba(255, 255, 255, 0.9); }
    .keyboard-navigation .ccm-light-theme .ccm-masthead__arrow:focus {
      box-shadow: 0 0 0.2rem 0.3rem #000; }
    .keyboard-navigation .ccm-masthead__arrow:focus {
      color: #000; }
      .ccm-dark-theme .keyboard-navigation .ccm-masthead__arrow:focus {
        color: #fff; }
      .keyboard-navigation .ccm-masthead__arrow:focus svg {
        transform: rotate(90deg) scale(1.2); }
    .ccm-masthead__arrow svg {
      transform: rotate(90deg);
      transition: 0.3s ease transform; }
  .ccm-masthead .ccm-btn-wrapper .btn,
  .ccm-masthead .ccm-btn-wrapper.ccm-dark-theme .btn,
  .ccm-masthead .ccm-btn-wrapper.ccm-dark-theme .btn:not(:disabled):not(.btn-customized) {
    transform: translate(0, 2rem);
    opacity: 1;
    transition: 0.4s ease all; }
  .ccm-masthead .js-btn-1 .btn,
  .ccm-masthead .ccm-dark-theme .js-btn-1 .btn,
  .ccm-masthead .ccm-dark-theme .js-btn-1 .btn:not(:disabled):not(.btn-customized) {
    transition-delay: 0.1s; }
  .ccm-masthead .js-btn-2 .btn,
  .ccm-masthead .ccm-dark-theme .js-btn-2 .btn,
  .ccm-masthead .ccm-dark-theme .js-btn-2 .btn:not(:disabled):not(.btn-customized) {
    transition-delay: 0.2s; }
  .ccm-masthead video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0;
    transition: 0.6s ease opacity; }
  .ccm-masthead.has-video .ccm-masthead__hero-media-wrapper::before,
  .ccm-masthead.has-video .ccm-masthead__hero-media-wrapper::after {
    opacity: 0; }
  .ccm-masthead.has-video.video-ready .ccm-masthead__hero-media-wrapper::before {
    opacity: 0.4; }
  .ccm-masthead.has-video.video-ready .ccm-masthead__hero-media-wrapper::after {
    opacity: 1; }
  .ccm-masthead.has-video.video-ready video {
    opacity: 1; }
    @media (max-width: 543.98px) {
      .ccm-masthead.has-video.video-ready video {
        height: 100%; } }
  .ccm-masthead.hide-backdrop .ccm-masthead__hero-media-wrapper::before,
  .ccm-masthead.hide-backdrop .ccm-masthead__hero-media-wrapper::after {
    display: none; }

@keyframes arrowBounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translate(0, 0); }
  40% {
    transform: translate(0, -2rem); }
  60% {
    transform: translate(0, -1rem); } }

.modal.video-pop-up-modal .modal-dialog {
  max-width: 85vw !important;
  width: 100% !important;
  margin: 0 auto; }
  @media (max-width: 768.98px) {
    .modal.video-pop-up-modal .modal-dialog {
      max-width: 100vw !important; } }
  @media (min-width: 769px) {
    .modal.video-pop-up-modal .modal-dialog {
      max-width: 100vw !important; } }
  .modal.video-pop-up-modal .modal-dialog .modal-body {
    padding: 0 !important; }
    @media (min-width: 769px) {
      .modal.video-pop-up-modal .modal-dialog .modal-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        height: 100vh; } }
    .modal.video-pop-up-modal .modal-dialog .modal-body .close {
      top: 0 !important;
      right: 0 !important; }
      .modal.video-pop-up-modal .modal-dialog .modal-body .close::before {
        background: #ffffff; }
      .modal.video-pop-up-modal .modal-dialog .modal-body .close::after {
        background: #ffffff; }
  .modal.video-pop-up-modal .modal-dialog .modal-content {
    width: 100%;
    background: transparent; }
  @media (max-width: 768.98px) {
    .modal.video-pop-up-modal .modal-dialog iframe {
      max-width: 100vw;
      width: 100%;
      min-height: 40vh;
      max-height: 42vh;
      height: 100%; } }
  @media (min-width: 544px) {
    .modal.video-pop-up-modal .modal-dialog iframe {
      max-width: 95vw;
      width: 100%;
      min-height: 40vh;
      max-height: 40vh;
      height: 100%; } }
  @media (min-width: 992px) {
    .modal.video-pop-up-modal .modal-dialog iframe {
      max-width: 90vw;
      width: 100%;
      min-height: 50vh;
      max-height: 52vh;
      height: 100%; } }
  @media (min-width: 1200px) {
    .modal.video-pop-up-modal .modal-dialog iframe {
      max-width: 70vw;
      width: 100%;
      min-height: 70vh;
      max-height: 72vh;
      height: 100%; } }
