/**
 * 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-sticky-cta {
  position: fixed;
  padding: 20px 5%;
  background-color: var(--white);
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  box-shadow: 0 20px 25px 10px rgba(0, 0, 0, 0.5); }
  .section-sticky-cta__container {
    display: flex;
    align-items: center;
    gap: 2rem; }
    @media (min-width: 768px) {
      .section-sticky-cta__container {
        justify-content: flex-end; } }
  .section-sticky-cta__title {
    margin: 0; }
  .section-sticky-cta__link {
    display: inline-flex; }
    .section-sticky-cta__link .btn__text {
      position: relative;
      z-index: 2; }

/*# sourceMappingURL=sticky-cta.css.map */
