.top-promo {
  gap: 16px;
}
.top-promo__image {
  margin-bottom: 24px;
  justify-content: flex-start;
}
.top-promo__midinfo {
  margin-bottom: 16px;
}
.icontags {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.icontag {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
}
.icontag__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  object-position: center;
  object-fit: contain;
}

.btxt.snap_right_lg .btxt__adaptimg {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.btxt_bg {
  position: relative;
  overflow: hidden;
  padding: 32px 24px;
}
.btxt_bg > div {
  position: relative;
  z-index: 1;
}
.btxt_bg .btxt__adaptimg picture,
.btxt_bg .btxt__adaptimg img {
  width: 100%;
}
.btxt_bg::before {
  position: absolute;
  content: '';
  z-index: 0;
  pointer-events: none;
}
.btxt_bg_right::before {
  left: 0;
  right: 0;
  bottom: 0;
  height: 124px;
}
.btxt_bg_gray::before {
  background-color: var(--black100);
}
.btxt__adaptimg_rect img {
  border-radius: 0;
}
.btxt.btxt_display {
  gap: 40px;
}
.bctaspaced_type_1 .bctaspaced__text {
  max-width: 728px;
}

.cards_pic .card {
  gap: 32px;
}
.cards_var {
  gap: 32px;
}
.cards_var .card .card__content {
  padding: 32px 24px;
}
.cards_var .card.card_size1 p.txt_special {
  font-size: 20px;
}

.accent {
  padding: 32px 16px;
  border-radius: 24px;
}
.accent_black {
  background-color: var(--black800);
}
.accent .card {
  padding: 32px 24px;
  border-radius: 16px;
}

.iconflex {
  display: flex;
  flex-direction: row;
  gap: 12px 8px;
  flex-wrap: wrap;
}

.card_benefit.card_highlight {
  background-color: #FFF9E4;
}

@media (min-width: 576px) {
  .top-promo__image {
    margin-bottom: 0;
  }
  .top-promo.top-promo_midinfo {
    grid-template-columns: 1fr 245px;
    gap: 8px 32px;
  }
  .top-promo__midinfo {
    margin-bottom: 24px;
  }
  .icontags {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 16px;
  }
  .icontag__icon {
    width: 64px;
    height: 64px;
  }
  .btxt.btxt_bg {
    padding: 32px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .btxt_bg_right::before {
    height: 288px;
  }
  .btxt.btxt_display {
    gap: 48px;
  }
  .accent {
    padding: 48px;
  }
  .cards_pic .card {
    gap: 24px;
  }
  .bctaspaced_type_1 {
    background-size: 457px, 510px;
  }
  .accent .card {
    padding: 32px;
    border-radius: 24px;
  }
  .cards_var .card .card__content {
    padding: 32px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .cards_pic .card {
    grid-column: span 4;
  }
  .cards_var .card_size1 {
    grid-column: span 4;
  }
}

@media (max-width: 991px) {
}

@media (min-width: 992px) {
  .top-promo.top-promo_midinfo {
    grid-template-columns: 1fr 404px;
    gap: 16px 32px;
  }
  .top-promo__midinfo {
    margin-bottom: 16px;
  }
  .btxt.btxt_display {
    gap: 32px;
  }
  .bctaspaced_type_1 {
    align-items: stretch;
    background-position: 540px -406px, right -155px bottom -402px;
  }
  .bctaspaced__button {
    margin-top: 24px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .iconflex {
    gap: 12px;
  }
}

@media (min-width: 1100px) {
  .btxt.snap_right_lg {
    padding-right: 0;
  }
  .btxt.snap_right_lg .btxt__adaptimg {
    flex-direction: row;
  }
  .btxt_bg_right::before {
    width: 404px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
  }
  .btxt.btxt_bg {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .btxt_bg .btxt__adaptimg picture,
  .btxt_bg .btxt__adaptimg img {
    width: auto;
    height: auto;
    max-width: 474px;
  }
}