/**
 * 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 .block-title {
    text-align: center;
    margin-bottom: 80px;
    position: relative; }
    .section-track-records .block-title:after {
      content: '';
      height: 2px;
      width: 75px;
      background-color: var(--blue);
      position: absolute;
      left: 50%;
      bottom: -40px;
      transform: translateX(-50%); }
  .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-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(--blue); }
  .section-track-records .track-records .item {
    position: relative; }
    @media (max-width: 980px) {
      .section-track-records .track-records .item {
        margin-top: 30px; } }

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