/**
 * 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-track-records {
  overflow: hidden;
  position: relative; }
  .section-track-records .track-records-title {
    text-align: center;
    position: relative;
    margin-bottom: 80px; }
    .section-track-records .track-records-title h3.h2 {
      display: inline-block;
      position: relative;
      margin-bottom: 0; }
      .section-track-records .track-records-title h3.h2::after, .section-track-records .track-records-title h3.h2::before {
        content: '';
        width: 70px;
        height: 2px;
        background-color: var(--turquoise);
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
        @media (min-width: 480px) {
          .section-track-records .track-records-title h3.h2::after, .section-track-records .track-records-title h3.h2::before {
            display: block;
            width: 70px; } }
        @media (min-width: 981px) {
          .section-track-records .track-records-title h3.h2::after, .section-track-records .track-records-title h3.h2::before {
            width: 100px; } }
      .section-track-records .track-records-title h3.h2::after {
        left: calc(100% + 15px); }
        @media (min-width: 480px) {
          .section-track-records .track-records-title h3.h2::after {
            left: calc(100% + 40px); } }
        @media (min-width: 981px) {
          .section-track-records .track-records-title h3.h2::after {
            left: calc(100% + 75px); } }
      .section-track-records .track-records-title h3.h2::before {
        right: calc(100% + 15px); }
        @media (min-width: 480px) {
          .section-track-records .track-records-title h3.h2::before {
            right: calc(100% + 40px); } }
        @media (min-width: 981px) {
          .section-track-records .track-records-title h3.h2::before {
            right: calc(100% + 75px); } }
  .section-track-records .track-records .owl-stage {
    display: flex; }
    .section-track-records .track-records .owl-stage .owl-item {
      display: flex;
      justify-content: center; }
      .section-track-records .track-records .owl-stage .owl-item .text p {
        color: var(--turquoise); }
  .section-track-records .track-records .owl-nav {
    display: none; }
  .section-track-records .track-records .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 40px; }
    @media (min-width: 981px) {
      .section-track-records .track-records .owl-dots {
        margin-top: 80px; } }
    .section-track-records .track-records .owl-dots button {
      border: 0;
      position: relative;
      width: 10px;
      height: 10px;
      background-color: transparent; }
      .section-track-records .track-records .owl-dots button span {
        background-color: var(--light-gray);
        width: 10px;
        height: 10px;
        border-radius: 50%;
        cursor: pointer;
        transition: ease-in-out 200ms background-color;
        position: absolute;
        inset: 0; }
      .section-track-records .track-records .owl-dots button:hover span, .section-track-records .track-records .owl-dots button.active span {
        background-color: var(--turquoise); }
  .section-track-records .track-records .item {
    position: relative; }
  .section-track-records .track-records.hide-dots .owl-dots {
    display: none; }

/*# sourceMappingURL=track-records.css.map */
