/* topic-icon-group start */
.topic-icon {
  border: 1.5px solid #ff9045;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  --tw-text-opacity: 1;
  color: rgb(45 48 51 / var(--tw-text-opacity));
}
@media (min-width: 576px) {
  .topic-icon {
    height: 3rem;
    width: 3rem;
    border-radius: 9999px;
    border-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 103 0 / var(--tw-bg-opacity));
  }
}
.topic-icon .icon {
  --tw-text-opacity: 1;
  color: rgb(45 48 51 / var(--tw-text-opacity));
}
@media (min-width: 576px) {
  .topic-icon .icon {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
.topic-icon-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (min-width: 700px) {
  .topic-icon-group {
    font-size: 1.3125rem;
    line-height: 1.5;
    font-weight: 500;
  }
}
.topic-icon-group p {
  margin-top: 0.5rem;
  word-break: break-all;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(81 90 104 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .topic-icon-group p {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.topic-icon-group.with-intro {
  align-items: flex-start;
}
.topic-icon {
  flex-shrink: 0;
}
/* topic-icon-group end */
.page-secondary-banner {
  overflow: hidden;
  border-radius: 20px;
}
.page-secondary-banner img {
  width: 100%;
}
.drawers-container .drawer-content {
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media (min-width: 700px) {
  .drawers-container .drawer-content {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.drawers-container .drawer-content p {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(81 90 104 / var(--tw-text-opacity));
}
.drawers-container .drawer-content .li-title {
  margin-bottom: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(45 48 51 / var(--tw-text-opacity));
}
.drawers-container .drawer-content ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .drawers-container .drawer-content ul {
    gap: 1.5rem;
  }
}
.drawers-container .drawer-content ul ol li {
  --tw-text-opacity: 1;
  color: rgb(81 90 104 / var(--tw-text-opacity));
}
.drawers-container .steps-box {
  display: grid;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .drawers-container .steps-box {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    row-gap: 2.5rem;
  }
}
.drawers-container .step-col {
  position: relative;
  display: flex;
  flex: 1 1 0%;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .drawers-container .step-col {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.drawers-container .step-col:not(:last-child)::after {
      position: absolute;
      content: '';
      width: 100%;
      height: 1px;
      background: rgba(0, 0, 0, 0.1);
      bottom: -1rem;
    }
@media (min-width: 1024px) {
      .drawers-container .step-col:not(:last-child)::after {
        position: absolute;
        content: '';
        width: 1px;
        height: 100%;
        bottom: 0;
        background: rgba(0, 0, 0, 0.1);
        right: -1.5rem;
      }
    }
.drawers-container .step-col p {
  font-size: 0.8125rem;
  line-height: 1.5;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(81 90 104 / var(--tw-text-opacity));
}
@media (min-width: 700px) {
  .drawers-container .step-col p {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}
.drawers-container .step {
  display: inline-flex;
  height: 1.5rem;
  min-width: 68px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 103 0 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.9px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 700px) {
  .drawers-container .step {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}
.drawers-container .drawer-inner-box {
  border-radius: 20px;
  background-color: rgb(181 189 201 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  padding: 1rem;
}
@media (min-width: 700px) {
  .drawers-container .drawer-inner-box {
    padding: 1.5rem;
  }
}
.drawers-container .drawer-inner-box .inner-box-title {
  position: relative;
  margin-bottom: 0.25rem;
  padding-left: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 103 0 / var(--tw-text-opacity));
}
.drawers-container .drawer-inner-box .inner-box-title::after {
        content: '';
        position: absolute;
        left: 10px;
        top: 0.5em;
        height: 0.25rem;
        width: 0.25rem;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgb(255 103 0 / var(--tw-bg-opacity));
      }
.drawers-container .drawer-inner-box li {
  --tw-text-opacity: 1;
  color: rgb(81 90 104 / var(--tw-text-opacity));
}

/*# sourceMappingURL=p4-mobile-insurance.css.map */
