.page-link-box {
  position: relative;
  padding-top: 48px;
  border-radius: 16px !important;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
  background-color: #ece4d9 !important;
}
.page-link-box:not(.variant--center)::before,
.page-link-box .page-link-box--header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  z-index: -1;
}
.page-link-box.variant--center .page-link-box--content .et_pb_number_counter {
  --vertical-gap: 8px;
}
.page-link-box.variant--center .page-link-box--content .title {
  font-weight: 500;
}
.page-link-box.variant--center .page-link-box--footer {
  justify-content: center !important;
}
.page-link-box--circle {
  position: absolute !important;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ef9f1c;
}
.page-link-box--circle .et_pb_image img {
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.page-link-box--content {
  padding-inline: 20px;
  margin-top: 32px;
}
.page-link-box--footer {
  border-radius: 0 0 16px 16px;
  margin-top: auto;
  padding: 10px 22px;
  flex-direction: row !important;
  --horizontal-gap: 10px !important;
  align-items: center;
  background-color: #fff;
}
.page-link-box--footer .et_pb_text_inner,
.page-link-box--footer .et_pb_link_inner {
  font-weight: 700;
  font-size: 20px;
  color: #ef9f1c;
}
.page-link-box--footer .et_pb_link_inner::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 20px;
  vertical-align: middle;
  background: currentColor;
  -webkit-mask: var(--mask-triple-chevron) center/contain no-repeat;
  mask: var(--mask-triple-chevron) center/contain no-repeat;
}
.page-link-box--footer svg {
  margin-bottom: -2px;
}
.page-link-box--footer.et_pb_link {
  pointer-events: auto;
}
.page-link-box.box-foldup {
  padding-top: 0;
  --vertical-gap: 0px;
}
.page-link-box.box-foldup .page-link-box--header {
  padding-block: 42px 32px;
  border-radius: 15px 15px 0 0;
  background-color: #ece4d9;
}
.page-link-box.box-foldup .page-link-box--header::before {
  z-index: 0;
  border-radius: 15px 15px 0 0;
}
.page-link-box.box-foldup .page-link-box--content,
.page-link-box.box-foldup .page-link-box--footer,
.page-link-box.box-foldup .foldup-content {
  padding-inline: clamp(20px, 3vw, 32px) clamp(20px, 2vw, 24px);
}
.page-link-box.box-foldup .page-link-box--footer {
  padding-block: 16px;
}
.page-link-box.box-foldup .foldup-content {
  will-change: max-height, opacity;
  background-color: #fff;
  font-weight: 400;
}
.page-link-box.box-foldup .foldup-content .et_pb_text_inner {
  padding-top: 16px;
}
.page-link-box > .et_pb_module:last-child {
  margin-top: auto;
}