.period .label {
  font-weight: normal;
}
.booster-teaser {
  padding: 15px;
}
.booster-teaser .card {
  border-radius: 0;
  border: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.booster-teaser .card .card-header {
  border: 0;
  border-radius: 0;
  position: relative;
  padding: 0;
}
.booster-teaser .card .card-header .thumbnail {
  display: block;
  height: 190px;
  overflow: hidden;
}
.booster-teaser .card .card-header .thumbnail img {
  transition: all ease 0.6s;
  position: relative;
}
.booster-teaser .card .card-header .icon-wrap {
  position: absolute;
  top: -6px;
  right: 10px;
  background: #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 0 0 0.25rem 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.booster-teaser .card .card-body {
  min-height: 170px;
}
.booster-teaser .card .card-body .period {
  font-size: 0.8rem;
  margin: 0;
}
.booster-teaser .card .card-body h5 {
  text-transform: uppercase;
  font-size: 1.2rem;
  margin: 0.25rem 0;
}
.booster-teaser .card .card-body h6 {
  color: #ee4437;
  font-size: 1rem;
  font-weight: normal;
}
.booster-teaser:hover .card .card-header .thumbnail img {
  margin-top: -30px;
  transition: all ease 0.6s;
}
.booster-wrapper {
  background: #ee4437;
}
.booster-wrapper > .container {
  max-width: 100%;
}
.booster-wrapper .img-wrapper {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 480px;
}
.booster-wrapper .content-wrap {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.booster-wrapper .content-wrap .icon-wrap {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
}
.booster-wrapper .content-wrap .icon-wrap .icon {
  background-color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
}
.booster-wrapper .content-wrap .content {
  max-width: 480px;
  margin: 0 auto;
  padding: 40px 40px 0;
  color: #ffffff;
}
.booster-wrapper .content-wrap .content .booster-title {
  text-transform: uppercase;
  font-size: 2.5rem;
}
.booster-wrapper .content-wrap .booster-display {
  width: 100%;
  padding: 0 40px 40px;
}
.booster-wrapper .content-wrap .booster-display .booster-display-title {
  font-size: 1.2rem;
  margin: 0;
}
.icon-booster-type-ranking .icon {
  mask: url("/themes/gate/front/top_front/images/icons/booster/booster-ranking.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/gate/front/top_front/images/icons/booster/booster-ranking.svg") no-repeat center / contain;
}
.icon-booster-type-mcq .icon {
  mask: url("/themes/gate/front/top_front/images/icons/booster/booster-qcm.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/gate/front/top_front/images/icons/booster/booster-qcm.svg") no-repeat center / contain;
}
.icon-booster-type-file .icon {
  mask: url("/themes/gate/front/top_front/images/icons/booster/booster-doc.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/gate/front/top_front/images/icons/booster/booster-doc.svg") no-repeat center / contain;
}
.icon-booster-type-conversion .icon {
  mask: url("/themes/gate/front/top_front/images/icons/booster/booster-conversion.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/gate/front/top_front/images/icons/booster/booster-conversion.svg") no-repeat center / contain;
}
.booster-wrapper.booster-type-conversion .conversion-wrap {
  border: 1px dotted #000000;
  padding: 0.25rem;
  width: 300px;
  margin: auto;
}
.booster-wrapper.booster-type-conversion .conversion-wrap p {
  margin: 0;
}
