/* Last update: 2025-07-07T02:39:06+00:00 */

.wa-benefit-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  white-space: nowrap;
  column-gap: var(--space-l);
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
  padding-bottom: var(--space-m);
  margin-bottom: calc(var(--space-m) * -1);
}
.wa-benefit-section {
  position: relative;
}
@media (max-width: 991px) {
  .wa-benefit-section:after {
    content: "";
    position: absolute;
    display: block;
    pointer-events: none;
    width: 25%;
    height: 100%;
    z-index: 2;
    bottom: 0;
    right: 0;
    background: -moz-linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
  }
}
.wa-benefit-section--global {
  background-color: var(--secondary);
  padding-block: var(--space-xs) !important;
}
.wa-benefit-section--hp {
  padding-top: 0 !important;
}
.wa-benefit-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  flex-wrap: nowrap;
}
.wa-benefit-box-wrapper {
  display: flex;
  z-index: 1;
}
.wa-benefit-box-wrapper:last-child {
  z-index: 3;
}
.wa-benefit-box__content {
  display: flex;
}
.wa-benefit-box__text {
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  color: var(--base-dark);
}
.wa-benefit-box__text--strong {
  color: var(--base);
  font-weight: 600;
}
.wa-benefit-section--global .wa-benefit-box {
  gap: calc(var(--space-xs) * .5);
}
.wa-benefit-section--global .wa-benefit-box__icon {
  min-width: 2.4rem;
  min-height: 2.4rem;
  height: 2.4rem;
  width: 2.4rem;
}
.wa-benefit-section--global .wa-benefit-box__content {
  flex-direction: row;
  align-items: center;
  gap: calc(var(--space-xs) * .3);
}
.wa-benefit-section--global .wa-benefit-box__text {
  font-size: var(--text-s);
}
.wa-benefit-section--global .wa-benefit-box__text--strong {
  font-size: var(--text-s);
}
.wa-benefit-section--hp .wa-benefit-box {
  gap: calc(var(--space-xs) * 1);
}
.wa-benefit-section--hp .wa-benefit-box__icon {
  min-width: 4.8rem;
  min-height: 4.8rem;
  height: 4.8rem;
  width: 4.8rem;
}
.wa-benefit-section--hp .wa-benefit-box__content {
  flex-direction: column;
}
.wa-benefit-section--hp .wa-benefit-box__text {
  font-size: calc(var(--text-m) * 1.1);
}
.wa-benefit-section--hp .wa-benefit-box__text--strong {
  font-size: var(--text-m);
}
@media (max-width: 767px) {
  .wa-benefit-section--hp .wa-benefit-box__icon {
    width: 4.4rem;
    min-width: 4.4rem;
    min-height: 4.4rem;
    height: 4.4rem;
  }
  .wa-benefit-section--hp .wa-benefit-box__text {
    font-size: var(--text-m);
  }
}
