/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
@font-face {
  font-family: 'Barlow Regular';
  font-weight: normal;
  src: url("/app/themes/nfc-vivolta/assets/fonts/Barlow-Regular.ttf"); }

@font-face {
  font-family: 'Barlow Medium';
  font-weight: normal;
  src: url("/app/themes/nfc-vivolta/assets/fonts/Barlow-Medium.ttf"); }

@font-face {
  font-family: 'Myriad Pro';
  font-weight: normal;
  src: url("/app/themes/nfc-vivolta/assets/fonts/MyriadPro-Regular.woff2"); }

[data-aos="fill-in-text"].aos-animate {
  -webkit-clip-path: inset(0);
          clip-path: inset(0); }

.section-home-heading {
  background: #000; }
  .section-home-heading .bg-image {
    background: var(--background-color); }
    .section-home-heading .bg-image .playbutton {
      --size-icon: 3.5rem;
      position: absolute;
      top: calc(50% - calc(var(--size-icon) / 2));
      left: calc(50% - calc(var(--size-icon) / 2));
      z-index: 2;
      height: var(--size-icon);
      width: var(--size-icon);
      opacity: 0;
      transition: opacity .3s ease; }
      @media (min-width: 981px) {
        .section-home-heading .bg-image .playbutton {
          --size-icon: 5rem; } }
      .section-home-heading .bg-image .playbutton .icon-play::before {
        font-size: var(--size-icon);
        color: white; }
    .section-home-heading .bg-image iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100vw;
      height: 56.25vw;
      /* 16:9 aspect ratio */
      min-height: 100%;
      min-width: 100%;
      transform: translate(-50%, -50%);
      pointer-events: none; }
  .section-home-heading:hover .bg-image .playbutton {
    opacity: 1;
    text-decoration: none; }
  .section-home-heading .container .content {
    align-content: flex-end;
    padding: var(--spacing-l) 0; }
    @media (min-width: 981px) {
      .section-home-heading .container .content {
        padding: var(--spacing-xxl) 0; } }
    .section-home-heading .container .content .title h1 {
      font-size: clamp(40px, 4.167vw, 90px);
      font-weight: 600;
      line-height: 1;
      margin: 0;
      color: var(--white); }
      .section-home-heading .container .content .title h1 > * {
        margin: 0; }
    .section-home-heading .container .content .subtitle {
      color: var(--white);
      padding-top: 2rem; }
      @media (min-width: 981px) {
        .section-home-heading .container .content .subtitle {
          font-size: 24px;
          padding-top: 4rem; } }
    .section-home-heading .container .content .links {
      padding-top: 2em; }
      .section-home-heading .container .content .links .btn:first-of-type {
        margin-right: 20px; }
    .section-home-heading .container .content.hide-content h1 {
      font-size: 0; }
    .section-home-heading .container .content.hide-content .subtitle {
      font-size: 0; }
  .section-home-heading .breadcrumbs {
    padding-top: 2rem;
    position: relative;
    z-index: 2;
    background: #fff; }
    .section-home-heading .breadcrumbs ol {
      margin: 0;
      padding: 0; }
      .section-home-heading .breadcrumbs ol li {
        display: inline-block;
        margin-right: 5px; }
        .section-home-heading .breadcrumbs ol li a {
          background: linear-gradient(0deg, var(--white), var(--white)) no-repeat left bottom/100% var(--bg-h);
          transition: background-size .3s, color .3s ease-in-out;
          --bg-h: 1px;
          display: inline-block;
          outline: 0;
          text-decoration: none !important; }
          .section-home-heading .breadcrumbs ol li a:hover {
            background-size: 0 var(--bg-h) !important;
            background-position-x: right !important; }
  .section-home-heading .light + .breadcrumbs {
    background: var(--light-green); }
  .section-home-heading .breadcrumbs {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 2rem; }

/*# sourceMappingURL=home-heading.css.map */
