/**
 * 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-heading {
  background-size: cover;
  position: relative; }
  .section-heading:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #298092 0%, rgba(0, 0, 0, 0) 100%); }
  .section-heading .small-container {
    position: relative;
    z-index: 1; }
    .section-heading .small-container .content {
      max-width: 600px;
      padding: 16rem 0; }
      @media (max-width: 980px) {
        .section-heading .small-container .content {
          padding-top: 16rem;
          padding-bottom: 4rem; } }
      .section-heading .small-container .content .title h1 {
        margin: 0;
        color: var(--white); }
      .section-heading .small-container .content .subtitle {
        color: var(--white);
        padding-top: 2rem; }
        @media (min-width: 981px) {
          .section-heading .small-container .content .subtitle {
            font-size: 24px;
            padding-top: 4rem; } }
  .section-heading .breadcrumbs {
    padding-top: 2rem;
    position: relative;
    z-index: 2;
    background: #fff; }
    .section-heading .breadcrumbs ol {
      margin: 0;
      padding: 0; }
      .section-heading .breadcrumbs ol li {
        display: inline-block;
        margin-right: 5px; }
        .section-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-heading .breadcrumbs ol li a:hover {
            background-size: 0 var(--bg-h) !important;
            background-position-x: right !important; }
  .section-heading .light + .breadcrumbs {
    background: var(--light-green); }

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