/**
 * 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-reveal-content h1, .section-reveal-content h2, .section-reveal-content h3 {
  margin-top: 0; }

.section-reveal-content .content-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3em; }
  @media (min-width: 768px) {
    .section-reveal-content .content-wrapper {
      grid-template-columns: repeat(2, 1fr); } }
  .section-reveal-content .content-wrapper .content-tile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2em;
    border-top: 2px solid var(--lighter-blue);
    padding-top: 1em; }
    .section-reveal-content .content-wrapper .content-tile .image {
      flex-basis: 200px;
      height: 200px;
      position: relative;
      overflow: hidden; }
      .section-reveal-content .content-wrapper .content-tile .image img {
        height: 100%;
        width: 100%;
        position: absolute;
        inset: 0;
        -o-object-fit: cover;
           object-fit: cover; }
      .section-reveal-content .content-wrapper .content-tile .image.contain img {
        -o-object-fit: contain;
           object-fit: contain; }
    .section-reveal-content .content-wrapper .content-tile .content {
      flex-basis: 100%; }
      @media (min-width: 981px) {
        .section-reveal-content .content-wrapper .content-tile .content {
          flex: 1; } }

/*# sourceMappingURL=reveal-content.css.map */
