/**
 * 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: 'Jazmin';
  font-weight: 700;
  src: url("/app/themes/florent/assets/fonts/Jazmin-Bold.otf"); }

@font-face {
  font-family: 'Jazmin';
  font-weight: 600;
  src: url("/app/themes/florent/assets/fonts/Jazmin-SemiBold.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 400;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Regular.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 400;
  font-style: italic;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Regular-Italic.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 500;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Medium.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 500;
  font-style: italic;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Medium-italic.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 700;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Bold.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 700;
  font-style: italic;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Bold-italic.otf"); }

.section-heading {
  position: relative; }
  .section-heading .bg-video:before {
    content: '';
    width: 100%;
    height: 20%;
    background: linear-gradient(180deg, rgba(212, 212, 216, 0.6) 0%, rgba(96, 96, 135, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .section-heading .bg-video:after {
    content: '';
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, #000096 0%, rgba(0, 0, 150, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0; }
  .section-heading .bg-video iframe {
    width: 100%;
    height: 100%;
    pointer-events: none; }
    .section-heading .bg-video iframe video {
      margin: 0;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .section-heading .bg-video figure {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0; }
    .section-heading .bg-video figure video {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .section-heading .container {
    display: flex;
    align-items: center;
    height: 100%; }
    .section-heading .container .title {
      position: relative;
      color: var(--white);
      text-transform: uppercase; }
      @media (max-width: 980px) {
        .section-heading .container .title {
          margin-top: 400px; } }
      @media (min-width: 981px) {
        .section-heading .container .title {
          font-size: 42px;
          line-height: 42px;
          position: absolute;
          bottom: 250px; } }

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