.hks-benefit-box-widget {
  padding-bottom: 0;
}

.hks-benefit-box-widget .benefit-flexbox {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.hks-benefit-box-widget .benefit-grid-area,
.hks-benefit-box-widget .flex-content {
  box-sizing: border-box;
  flex: 0 0 50% !important;
  max-width: 50%;
  width: 50% !important;
}

.hks-benefit-box-widget .benefit-grid-area {
  margin-right: 0;
  min-width: 0;
  padding-right: 34px;
}

.hks-benefit-box-widget .flex-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

h2.hks-benefit-box-headline {
  margin-left: 10px;
}

.hks-benefit-box-widget .benefit-grid {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.hks-benefit-box-widget .benefit-grid .benefit-item {
  align-items: center;
  align-content: center;
  background-color: #fff;
  border: 2px solid #afca0b;
  border-radius: 42px;
  box-sizing: border-box;
  color: #afca0b;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 1.14;
  min-height: 0;
  max-height: none;
  padding: 34px 30px;
  transition: background-color 160ms ease-in, color 160ms ease-in;
  width: 100%;
}

.hks-benefit-box-widget .benefit-grid .benefit-item:hover,
.hks-benefit-box-widget .benefit-grid .benefit-item:focus,
.hks-benefit-box-widget .benefit-grid .benefit-item.benefit-item-selected {
  background-color: #afca0b !important;
  color: #fff !important;
}

.hks-benefit-box-widget .benefit-grid .benefit-item:focus {
  outline: 0;
}

.hks-benefit-box-widget .benefit-grid .benefit-item svg {
  color: inherit;
  display: block;
  flex: 0 0 auto;
  fill: none;
  height: auto;
  margin: 0 auto 34px !important;
  max-height: 150px;
  max-width: 170px;
  stroke: none;
  transform: none !important;
  width: 45% !important;
}

.hks-benefit-box-widget .benefit-grid .benefit-item svg[stroke]:not([stroke="none"]),
.hks-benefit-box-widget .benefit-grid .benefit-item svg [stroke]:not([stroke="none"]) {
  stroke: currentColor !important;
}

.hks-benefit-box-widget .benefit-grid .benefit-item svg[fill]:not([fill="none"]),
.hks-benefit-box-widget .benefit-grid .benefit-item svg [fill]:not([fill="none"]) {
  fill: currentColor !important;
}

.hks-benefit-box-widget .benefit-grid .benefit-item .benefit-subline,
.hks-benefit-box-widget .netwdiv1 .benefit-subline {
  color: inherit !important;
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.25;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0 !important;
  text-align: center;
  width: 100%;
}

.hks-benefit-box-widget .benefit-content-area {
  height: auto;
  margin-top: -20px;
  min-height: 400px;
}

.hks-benefit-box-widget .bottom-dots {
  display: none;
}

@media (max-width: 1024px) {
  .hks-benefit-box-widget .flex-content {
    min-width: 0;
  }

  h2.hks-benefit-box-headline {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }
}

@media (max-width: 767px) {
  .hks-benefit-box-widget {
    overflow-x: clip;
  }

  .hks-benefit-box-widget .benefit-flexbox {
    flex-direction: column;
  }

  .hks-benefit-box-widget .benefit-grid-area,
  .hks-benefit-box-widget .flex-content {
    flex: 0 0 100% !important;
    max-width: 100%;
    width: 100% !important;
  }

  .hks-benefit-box-widget .benefit-grid-area {
    padding-right: 0;
  }

  .hks-benefit-box-widget .flex-content {
    margin-top: 32px;
  }

  .hks-benefit-box-widget .benefit-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hks-benefit-box-widget .benefit-grid .benefit-item {
    border-radius: 28px;
    padding: 24px 18px;
  }

  .hks-benefit-box-widget .benefit-content-area {
    min-height: 0;
  }
}
