.mechlab__class-head_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mechlab__class-head_nav {
    display: block;
    margin-bottom: 14px;
  }
}
.mechlab__class-head_nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mechlab__class-head_nav ul {
    justify-content: center;
    margin-bottom: 40px;
  }
}
.mechlab__class-head_nav ul li {
  margin-right: 5px;
}
.mechlab__class-head_nav ul li a {
  font-size: 20px;
  line-height: 32px;
  padding: 12px 14px;
  opacity: 0.5;
  border-radius: 5px;
  border: 1px dashed transparent;
  display: block;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  
 
  .mechlab__class-head_nav ul li a {
    font-size: 16px;
    padding: 8px 12px;
  }
}
.mechlab__class-head_nav ul li a:hover {
  color: #ffffff;
  opacity: 1;
}
.mechlab__class-head_nav ul li a.active {
  opacity: 1;
  border-color: #ffffff;
}
.mechlab__class-head_nav-views {
  display: flex;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mechlab__class-head_nav-views {
    justify-content: end;
  }
}
.mechlab__class-head_nav-views_item:last-child {
  margin-left: 5px;
}
.mechlab__class-head_nav-views_item a {
  padding: 14px;
  border: 1px dashed transparent;
  border-radius: 5px;
  opacity: 0.5;
  display: block;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mechlab__class-head_nav-views_item a {
    padding: 5px;
  }
}
.mechlab__class-head_nav-views_item a svg {
  fill: #ffffff;
}
.mechlab__class-head_nav-views_item a.active {
  opacity: 1;
  border: 1px dashed #ffffff;
}
.mechlab__class-head_cards {
  margin-bottom: 80px;
}
.mechlab__class-head_cards .grid {
  margin-bottom: 80px;
}
.mechlab__class-head_cards .grid .grid-item.hidden {
  display: none;
}
.mechlab__class-head_cards.list-view .mechlab__class-head_cards-item {
  display: flex;
}
@media (max-width: 767px) {
  .mechlab__class-head_cards.list-view .mechlab__class-head_cards-item {
    display: block;
  }
  .mechlab__class-head_nav ul li.week-selected {
    display: none;
  }
}
.mechlab__class-head_cards.list-view .mechlab__class-head_cards-item_image-link {
  flex: 1;
}
.mechlab__class-head_cards.list-view .mechlab__class-head_cards-item_image {
  width: auto;
  height: 400px;
}
.mechlab__class-head_cards.list-view .mechlab__class-head_cards-item_image .mechlab__class-head_cards-item-tags {
  display: none;
}
@media (max-width: 767px) {
  .mechlab__class-head_cards.list-view .mechlab__class-head_cards-item_image {
    height: 224px;
    margin-bottom: 30px;
  }
}
.mechlab__class-head_cards.list-view .mechlab__class-head_cards-item_body {
  margin-left: 80px;
  flex: 1;
}
@media (max-width: 767px) {
  .mechlab__class-head_cards.list-view .mechlab__class-head_cards-item_body {
    margin-left: 0;
  }
  .grid-lis-view {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mechlab__class-head_cards.list-view .mechlab__class-head_cards-item_body {
    margin-left: 25px;
  }
}
.mechlab__class-head_cards.list-view .mechlab__class-head_cards-item_body .mechlab__class-head_cards-item_body-pricelink p {
  display: none;
}
.mechlab__class-head_cards.list-view .mechlab__class-head_cards-item_body .mechlab__class-head_cards-item_body-wrapper {
  flex-direction: column-reverse;
}
.mechlab__class-head_cards.list-view .mechlab__class-head_cards-item_body .mechlab__class-head_cards-item_body-wrapper h5 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mechlab__class-head_cards.list-view .mechlab__class-head_cards-item_body .mechlab__class-head_cards-item_body-wrapper h5 {
    font-size: 24px;
  }
}
.mechlab__class-head_cards.list-view .mechlab__class-head_cards-item_body .mechlab__class-head_cards-item_body-wrapper p.details {
  display: block;
}
.mechlab__class-head_cards.list-view .mechlab__class-head_cards-item_body .mechlab__class-head_cards-item_body-wrapper .mechlab__class-head_cards-item-tags {
  display: block;
}
.mechlab__class-head_cards.list-view .mechlab__class-head_cards-item_body .mechlab__class-head_cards-item_body-wrapper .mechlab__class-head_cards-item-tags span {
  background: rgba(255, 255, 255, 0.05);
}
.mechlab__class-head_cards-item {
  padding-bottom: 40px;
}
.mechlab__class-head_cards-item_image {
  overflow: hidden;
  margin-bottom: 12px;
  height: 268px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 24px;
  display: flex;
  align-items: end;
}
.mechlab__class-head_cards-item-tags {
  display: flex;
  flex-wrap: wrap;
}
.mechlab__class-head_cards-item-tags span {
  color: #ffffff;
  background: rgba(63, 52, 100, 0.25);
  font-weight: 500;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid #ffffff;
  white-space: nowrap;
  margin-right: 12px;
  margin-bottom: 12px;
  backdrop-filter: blur(20px);
}
.mechlab__class-head_cards-item_body-wrapper {
  display: flex;
  flex-direction: column;
}
.mechlab__class-head_cards-item_body-wrapper h5 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 11px;
}
.mechlab__class-head_cards-item_body-wrapper p.details {
  display: none;
  margin-bottom: 40px;
  margin-top: 24px;
  color: #E1E5F8;
}
.mechlab__class-head_cards-item_body-wrapper .mechlab__class-head_cards-item-tags {
  display: none;
  margin-bottom: 24px;
}
.mechlab__class-head_cards-item_body-wrapper small {
  color: #E1E5F8;
}
.mechlab__class-head_cards-item_body a.link {
  display: block;
  position: relative;
}
.mechlab__class-head_cards-item_body a.link::after {
  content: "";
  background-image: url("../images/arrow-up.svg");
  position: absolute;
  width: 22px;
  height: 22px;
  bottom: 0;
  right: 0;
}
.mechlab__class-head_cards-item_body-pricelink {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.mechlab__class-head_cards-item_body-pricelink p {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.mechlab__class-head_cards-paginate {
  display: flex;
  justify-content: center;
}
.mechlab__class-head_cards-paginate_arrow span {
  padding: 10px;
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  line-height: 1;
}
.mechlab__class-head_cards-paginate_arrow.disabled {
  opacity: 0.3;
}
.mechlab__class-head_cards-paginate_arrow:hover {
  color: #ffffff;
}
.mechlab__class-head_cards-paginate_page-num {
  font-size: 20px;
  line-height: 32px;
  margin: 0 32px;
}
.mechlab #load-more {
  display: block;
  margin: auto;
}

/*# sourceMappingURL=classStyles.css.map */
