.stars {
  width: 100px;
  height: 20px;
  position: relative;
  margin-right: 1rem;
  overflow: hidden;
  box-sizing: border-box;
  flex-shrink: 0; }
  .stars__mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
  .stars__fill {
    padding: 1px;
    height: 100%;
    box-sizing: border-box; }
  .stars__fill-inner {
    background-color: #cf000d;
    height: 100%;
    box-sizing: border-box; }

.card-model-large {
  width: 100%;
  background-color: #f1f1f1;
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding: 2.5rem;
  text-align: left;
  transition: box-shadow 300ms ease; }
  .card-model-large:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.17); }
  .card-model-large:nth-of-type(2n) {
    margin-right: 0; }
  @media screen and (min-width: 30rem) {
    .card-model-large {
      padding: 1.5rem;
      margin-bottom: 4rem; }
      .card-model-large:nth-of-type(2n) {
        margin-right: 0; } }
  @media screen and (min-width: 48rem) {
    .card-model-large {
      padding: 2rem; } }
  @media screen and (min-width: 64rem) {
    .card-model-large {
      padding: 2.5rem; }
      .card-model-large:nth-of-type(2n) {
        margin-right: 2rem; }
      .card-model-large:nth-of-type(3n) {
        margin-right: 0; } }
  .card-model-large__container {
    display: flex;
    justify-content: space-around;
    align-items: center; }
  .card-model-large__image-container {
    display: flex;
    justify-content: center;
    flex-grow: 1; }
  .card-model-large__inner-container {
    display: block;
    flex-grow: 2;
    margin-left: 2rem; }
  .card-model-large__title {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 600;
    color: #cf000d;
    margin: 0;
    line-height: 1.4; }
    @media screen and (min-width: 64rem) {
      .card-model-large__title {
        font-size: 24px;
        font-size: 1.5rem; } }
    @media screen and (min-width: 80rem) {
      .card-model-large__title {
        font-size: 30px;
        font-size: 1.875rem; } }
  .card-model-large__desc {
    padding: 0;
    margin: 0.5rem 0;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (min-width: 64rem) {
      .card-model-large__desc {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media screen and (min-width: 80rem) {
      .card-model-large__desc {
        font-size: 22px;
        font-size: 1.375rem; } }
  .card-model-large__link {
    color: #000;
    transition: color .2s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    text-decoration: underline;
    display: block;
    margin: 0.5rem 0 0;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400; }
    .card-model-large__link:hover {
      color: #7f7f7f; }
  .card-model-large .stars {
    width: 74px;
    height: 15px; }
    .card-model-large .stars__mask {
      z-index: 2; }
    .card-model-large .stars__fill {
      height: 13px;
      top: 1px;
      left: 1px;
      position: relative; }

.-large {
  width: 100%;
  margin-right: 0;
  margin-bottom: 6rem; }
  .-large:last-of-type {
    margin-bottom: 0; }
  .-large:hover {
    box-shadow: none; }
  @media screen and (min-width: 48rem) {
    .-large {
      box-sizing: border-box;
      width: calc(50% - 16px);
      margin-right: 32px;
      padding: 0 2rem;
      margin-bottom: 4rem; } }
  @media screen and (min-width: 64rem) {
    .-large {
      box-sizing: border-box;
      width: calc(33.33333% - 22px);
      margin-right: 32px;
      padding: 0 2.5rem;
      margin-bottom: 0; }
      .-large:nth-of-type(2n) {
        margin-right: 2rem; }
      .-large:nth-of-type(3n) {
        margin-right: 0; } }
  .-large .card-model__image {
    padding-bottom: 66%;
    width: 40%;
    margin-bottom: 1.5rem; }
    @media screen and (min-width: 64rem) {
      .-large .card-model__image {
        padding-bottom: 100%;
        width: 60%; } }
  .-large .card-model__title {
    font-weight: 400;
    line-height: 1;
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.4; }
    @media screen and (min-width: 64rem) {
      .-large .card-model__title {
        font-size: 21px;
        font-size: 1.3125rem; } }
    @media screen and (min-width: 80rem) {
      .-large .card-model__title {
        font-size: 24px;
        font-size: 1.5rem; } }
  .-large .card-model__body, .-large .card-model__link {
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: 0.01em;
    margin: 0 0 1rem;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (min-width: 64rem) {
      .-large .card-model__body, .-large .card-model__link {
        font-size: 18px;
        font-size: 1.125rem; } }
  .-large .card-model__body {
    margin: 0.5rem 0 1rem; }

/*# sourceMappingURL=card-model-large.css.map */