.event__new-a {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event__new-a a {
  background: red;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
}

.calendar__tabs {
  font-family: var(--fontA);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 900;
  position: relative;
  text-align: center;
  z-index: 3;
}
.calendar__tabs > div {
  margin-right: 20px;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-size: 24px;
  font-weight: 900;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.calendar__tabs > div.active {
  background: #000;
  border: 1px solid red;
  color: red;
}
.calendar__tabs > div:hover {
  background: #000;
  color: #fff;
}

.gtracing__tabsyears {
  font-family: var(--fontA);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 900;
  text-align: center;
}
.gtracing__tabsyears > div {
  margin-right: 20px;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-size: 24px;
  font-weight: 900;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gtracing__tabsyears > div.active {
  background: #000;
  border: 1px solid red;
  color: red;
}
.gtracing__tabsyears > div:hover {
  background: #000;
  color: #fff;
}

.gtracing__boxan {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gtracing__boxan.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gtracing__boxan-item {
  width: 25%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: start;
}
@media screen and (max-width: 991px) {
  .gtracing__boxan-item {
    width: 50%;
  }
}
.gtracing__boxan-item h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  .gtracing__boxan-item h5 {
    font-size: 18px;
  }
}
.gtracing__boxan-item h6 {
  margin-top: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  opacity: 0.8;
}
.gtracing__boxan-item p {
  color: #fff;
  font-size: 14px;
  opacity: 0.8;
}
.gtracing__boxan-item a {
  margin-top: 10px;
  display: block;
  background: red;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-left: auto;
}

.gtracing__box {
  display: none !important;
}
.gtracing__box.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.calendar__box {
  display: none !important;
}
.calendar__box.active {
  display: block !important;
}/*# sourceMappingURL=new.css.map */