/*
* ink colors (with variations only for black and white)
*/
.tentang-wrapper {
  background-color: #E4EDFB;
  position: relative; }

/*
* ink colors (with variations only for black and white)
*/
.tentang-hero-wrapper {
  background-color: #1D66DD;
  display: flex;
  flex-direction: column;
  margin-bottom: 6px; }
  @media (min-width: 576px) {
    .tentang-hero-wrapper {
      padding-right: 48px;
      padding-left: 48px; } }
  .tentang-hero-wrapper .tentang-hero-container {
    width: 100%;
    display: flex;
    flex-direction: column; }
    @media (min-width: 576px) {
      .tentang-hero-wrapper .tentang-hero-container {
        width: 1120px;
        margin: 0 auto;
        flex-direction: row;
        justify-content: space-between; } }
    .tentang-hero-wrapper .tentang-hero-container .tentang-hero-description {
      width: 328px; }
      @media (min-width: 576px) {
        .tentang-hero-wrapper .tentang-hero-container .tentang-hero-description {
          padding-top: 123px;
          padding-bottom: 123px;
          width: 706px; } }
      .tentang-hero-wrapper .tentang-hero-container .tentang-hero-description .tentang-hero-title {
        color: white;
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
        margin: 16px 16px 12px;
        width: 100%; }
        @media (min-width: 576px) {
          .tentang-hero-wrapper .tentang-hero-container .tentang-hero-description .tentang-hero-title {
            font-size: 48px;
            line-height: 56px;
            margin: unset; } }
    .tentang-hero-wrapper .tentang-hero-container .img-hero {
      width: 328px;
      height: 328px;
      align-self: center; }
      @media (min-width: 576px) {
        .tentang-hero-wrapper .tentang-hero-container .img-hero {
          width: 358px;
          height: 358px;
          align-self: end; } }

.tentang-hero-subtitle-wrapper {
  display: flex;
  background-color: white;
  padding: 40px 16px;
  flex-direction: column;
  margin-bottom: 6px; }
  @media (min-width: 576px) {
    .tentang-hero-subtitle-wrapper {
      padding: 48px 0; } }
  .tentang-hero-subtitle-wrapper .tentang-hero-subtitle-container {
    width: 100%;
    display: flex;
    flex-direction: column; }
    @media (min-width: 576px) {
      .tentang-hero-subtitle-wrapper .tentang-hero-subtitle-container {
        width: 1120px;
        margin: 0 auto; } }
    .tentang-hero-subtitle-wrapper .tentang-hero-subtitle-container .tentang-hero-subtitle {
      background-color: white;
      color: #333333;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 6px; }
      @media (min-width: 576px) {
        .tentang-hero-subtitle-wrapper .tentang-hero-subtitle-container .tentang-hero-subtitle {
          width: 1120px;
          justify-items: center; } }

/*
* ink colors (with variations only for black and white)
*/
.tentang-associated-brands-wrapper {
  background-color: white;
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  margin-bottom: 4px; }
  @media (min-width: 576px) {
    .tentang-associated-brands-wrapper {
      padding: 48px 0; } }
  .tentang-associated-brands-wrapper .tentang-associated-brands-container {
    width: 100%;
    display: flex;
    flex-direction: column; }
    @media (min-width: 576px) {
      .tentang-associated-brands-wrapper .tentang-associated-brands-container {
        width: 1120px;
        margin: 0 auto;
        flex-direction: row; } }
    .tentang-associated-brands-wrapper .tentang-associated-brands-container .tentang-associated-brands-details {
      display: flex;
      flex-direction: column;
      width: 100%; }
      @media (min-width: 576px) {
        .tentang-associated-brands-wrapper .tentang-associated-brands-container .tentang-associated-brands-details {
          width: 453px; } }
      .tentang-associated-brands-wrapper .tentang-associated-brands-container .tentang-associated-brands-details .tentang-associated-brands-title {
        font-size: 20px;
        font-weight: 700; }
        @media (min-width: 576px) {
          .tentang-associated-brands-wrapper .tentang-associated-brands-container .tentang-associated-brands-details .tentang-associated-brands-title {
            font-size: 28px; } }
      .tentang-associated-brands-wrapper .tentang-associated-brands-container .tentang-associated-brands-details .tentang-associated-brands-description {
        font-size: 14px;
        margin-top: 8px; }
    .tentang-associated-brands-wrapper .tentang-associated-brands-container .tentang-associated-brands-list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      background-color: #E4EDFB;
      padding: 16px;
      width: 100%;
      justify-content: center;
      margin: 8px 0 0 0;
      gap: 16px; }
      @media (min-width: 576px) {
        .tentang-associated-brands-wrapper .tentang-associated-brands-container .tentang-associated-brands-list {
          padding: 16px 20px;
          width: 643px;
          margin: 0 0 0 24px;
          justify-content: left; } }
      .tentang-associated-brands-wrapper .tentang-associated-brands-container .tentang-associated-brands-list .tentang-associated-brand-item {
        width: 136px;
        height: 64px;
        background-color: white;
        display: flex;
        border: 0.5px solid #D6D6D6;
        border-radius: 4px;
        justify-content: center;
        align-items: center; }
        @media (min-width: 576px) {
          .tentang-associated-brands-wrapper .tentang-associated-brands-container .tentang-associated-brands-list .tentang-associated-brand-item {
            width: 132px;
            height: 64px; } }
        .tentang-associated-brands-wrapper .tentang-associated-brands-container .tentang-associated-brands-list .tentang-associated-brand-item img {
          height: 54px; }
      .tentang-associated-brands-wrapper .tentang-associated-brands-container .tentang-associated-brands-list .tentang-associated-brand-item:hover {
        border: 2px solid #1D66DD; }

/*
* ink colors (with variations only for black and white)
*/
.ojk-section-wrapper {
  background-color: white;
  padding: 32px 16px; }
  @media (min-width: 576px) {
    .ojk-section-wrapper {
      padding: 48px 0%; } }
  .ojk-section-wrapper .ojk-section-container {
    width: 100%;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    border: 0.5px solid #0F336F;
    border-bottom-width: 5px;
    border-radius: 8px; }
    @media (min-width: 576px) {
      .ojk-section-wrapper .ojk-section-container {
        width: 1120px;
        margin: 0 auto;
        flex-direction: row;
        padding: 16px;
        align-items: center; } }
    .ojk-section-wrapper .ojk-section-container .ojk-image {
      order: 1;
      height: 64px;
      width: fit-content;
      margin-bottom: 8px; }
      @media (min-width: 576px) {
        .ojk-section-wrapper .ojk-section-container .ojk-image {
          order: 2;
          margin: unset; } }
    .ojk-section-wrapper .ojk-section-container .ojk-section-text {
      font-size: 14;
      font-weight: 400;
      order: 2; }
      .ojk-section-wrapper .ojk-section-container .ojk-section-text .text-blue {
        color: #4380E3; }
      @media (min-width: 576px) {
        .ojk-section-wrapper .ojk-section-container .ojk-section-text {
          order: 1; } }

.buttonBack___1mlaL,.buttonFirst___2rhFr,.buttonLast___2yuh0,.buttonNext___2mOCa,.buttonNext___3Lm3s,.dot___3c3SI{cursor:pointer}.image___xtQGH{display:block;width:100%;height:100%}.spinner___27VUp{position:absolute;top:calc(50% - 15px);left:calc(50% - 15px);width:30px;height:30px;animation-name:spin___S3UuE;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;border:4px solid #a9a9a9;border-top-color:#000;border-radius:30px}@keyframes spin___S3UuE{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.container___2O72F{position:relative;overflow:hidden;height:100%;width:100%}.overlay___IV4qY{position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;cursor:zoom-in;transition:opacity .3s,transform .3s}.hover___MYy31,.loading___1pvNI,.zoom___3kqYk{opacity:1}.imageLoadingSpinnerContainer___3UIPD{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#f4f4f4}.slide___3-Nqo{position:relative;display:block;box-sizing:border-box;height:0;margin:0;list-style-type:none}.slide___3-Nqo:focus{outline:none!important}.slideHorizontal___1NzNV{float:left}[dir=rtl] .slideHorizontal___1NzNV{direction:rtl;transform:scaleX(-1)}.slideInner___2mfX9{position:absolute;top:0;left:0;width:100%;height:100%}.focusRing___1airF{position:absolute;top:5px;right:5px;bottom:5px;left:5px;pointer-events:none;outline-width:5px;outline-style:solid;outline-color:Highlight}@media (-webkit-min-device-pixel-ratio:0){.focusRing___1airF{outline-style:auto;outline-color:-webkit-focus-ring-color}}.horizontalSlider___281Ls{position:relative;overflow:hidden;touch-action:pan-y pinch-zoom}[dir=rtl] .horizontalSlider___281Ls{direction:ltr;transform:scaleX(-1)}.horizontalSliderTray___1L-0W{overflow:hidden;width:100%}.verticalSlider___34ZFD{position:relative;overflow:hidden}.verticalSliderTray___267D8{overflow:hidden}.verticalTray___12Key{float:left}.verticalSlideTrayWrap___2nO7o{overflow:hidden}.sliderTray___-vHFQ{display:block;list-style:none;padding:0;margin:0}.sliderAnimation___300FY{transition:transform .5s;transition-timing-function:cubic-bezier(.645,.045,.355,1);will-change:transform}.masterSpinnerContainer___1Z6hB{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#f4f4f4}
/*
* ink colors (with variations only for black and white)
*/
.slider-container {
  width: 100%; }
  .slider-container .focusRing___1airF.carousel__slide-focus-ring {
    outline: none !important; }

.slider-controllers-wrapper {
  width: 100%;
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .slider-controllers-wrapper .slider-indicator-wrapper {
    display: flex;
    flex: 1; }
    .slider-controllers-wrapper .slider-indicator-wrapper .slider-indicator {
      flex: 1;
      height: 4px;
      background-color: #D6D6D6; }
    .slider-controllers-wrapper .slider-indicator-wrapper .slider-indicator:first-of-type {
      border-radius: 8px 0 0 8px; }
    .slider-controllers-wrapper .slider-indicator-wrapper .slider-indicator:nth-last-child(2) {
      border-radius: 0 8px 8px 0; }
    .slider-controllers-wrapper .slider-indicator-wrapper .slider-indicator-active {
      background-color: #ED6969; }
  .slider-controllers-wrapper .slider-controllers {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-left: 16px; }
    .slider-controllers-wrapper .slider-controllers .slider-controller-item {
      display: flex;
      justify-content: center;
      align-items: center;
      border: none;
      outline: none;
      height: 32px;
      width: 32px;
      background-color: white;
      border-radius: 4px;
      box-shadow: 0 2px 8px #14141429; }
      .slider-controllers-wrapper .slider-controllers .slider-controller-item .icon {
        height: 24px;
        width: 24px;
        filter: invert(26%) sepia(90%) saturate(1676%) hue-rotate(204deg) brightness(103%) contrast(95%); }
    .slider-controllers-wrapper .slider-controllers .slider-controller-item:hover {
      background-color: #1D66DD; }
      .slider-controllers-wrapper .slider-controllers .slider-controller-item:hover .icon {
        filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(21deg) brightness(103%) contrast(102%); }

/*
* ink colors (with variations only for black and white)
*/
.company-value-wrapper {
  background-color: white;
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  margin-bottom: 4px; }
  @media (min-width: 576px) {
    .company-value-wrapper {
      padding: 48px 0%; } }
  .company-value-wrapper .company-value-container {
    width: 100%; }
    @media (min-width: 576px) {
      .company-value-wrapper .company-value-container {
        width: 1120px;
        margin: 0 auto; } }
    .company-value-wrapper .company-value-container .desktop {
      display: none; }
      @media (min-width: 576px) {
        .company-value-wrapper .company-value-container .desktop {
          display: unset; } }
    .company-value-wrapper .company-value-container .mobile {
      display: unset; }
      @media (min-width: 576px) {
        .company-value-wrapper .company-value-container .mobile {
          display: none; } }
    .company-value-wrapper .company-value-container .content .company-value-item {
      width: 95%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      background-color: #F5F5F5;
      padding: 0px 16px 16px 16px; }
      @media (min-width: 576px) {
        .company-value-wrapper .company-value-container .content .company-value-item {
          width: 100%;
          flex-direction: row;
          background-color: unset;
          padding: unset;
          gap: 24px; } }
      .company-value-wrapper .company-value-container .content .company-value-item .company-value-image {
        max-width: 100%; }
      .company-value-wrapper .company-value-container .content .company-value-item .text-content {
        display: flex;
        flex-direction: column; }
        .company-value-wrapper .company-value-container .content .company-value-item .text-content .title {
          font-size: 20px;
          font-weight: 700;
          margin-bottom: 8px; }
          @media (min-width: 576px) {
            .company-value-wrapper .company-value-container .content .company-value-item .text-content .title {
              font-size: 28px; } }
        .company-value-wrapper .company-value-container .content .company-value-item .text-content .subtitle {
          font-size: 14px;
          font-weight: 400; }
        .company-value-wrapper .company-value-container .content .company-value-item .text-content .believe-in-value {
          font-size: 14px;
          font-weight: 700;
          margin-bottom: 4; }
    .company-value-wrapper .company-value-container .content .company-value-list {
      margin: 40px 0px;
      display: flex;
      flex-direction: column;
      gap: 16px; }
      .company-value-wrapper .company-value-container .content .company-value-list .reverse {
        flex-direction: row-reverse; }
    .company-value-wrapper .company-value-container .company-value-title {
      font-size: 20px;
      font-weight: 700;
      width: 100%;
      padding: 0 16px;
      margin-bottom: 24px; }

/*
* ink colors (with variations only for black and white)
*/
.behind-lifepal-wrapper {
  background-color: white;
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  margin-bottom: 4px; }
  @media (min-width: 576px) {
    .behind-lifepal-wrapper {
      padding: 48px 0%; } }
  .behind-lifepal-wrapper .behind-lifepal-container {
    width: 100%; }
    @media (min-width: 576px) {
      .behind-lifepal-wrapper .behind-lifepal-container {
        width: 1120px;
        margin: 0 auto; } }
    .behind-lifepal-wrapper .behind-lifepal-container .behind-lifepal-list {
      display: flex;
      flex-direction: column;
      gap: 16px; }
    .behind-lifepal-wrapper .behind-lifepal-container .behind-lifepal-item {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      background-color: #FAFAFA;
      padding: 16px;
      border-radius: 16px; }
      @media (min-width: 576px) {
        .behind-lifepal-wrapper .behind-lifepal-container .behind-lifepal-item {
          width: 100%;
          flex-direction: row; } }
      .behind-lifepal-wrapper .behind-lifepal-container .behind-lifepal-item .behind-lifepal-image {
        max-width: 100%;
        align-self: start;
        margin-bottom: 24px;
        margin-right: unset; }
        @media (min-width: 576px) {
          .behind-lifepal-wrapper .behind-lifepal-container .behind-lifepal-item .behind-lifepal-image {
            margin-bottom: unset;
            margin-right: 24px; } }
      .behind-lifepal-wrapper .behind-lifepal-container .behind-lifepal-item .text-content {
        display: flex;
        flex-direction: column; }
        .behind-lifepal-wrapper .behind-lifepal-container .behind-lifepal-item .text-content .name {
          font-size: 16px;
          font-weight: 700;
          margin-bottom: 4px; }
        .behind-lifepal-wrapper .behind-lifepal-container .behind-lifepal-item .text-content .position {
          font-size: 12px;
          font-weight: 400;
          margin-bottom: 16px;
          color: #666666; }
        .behind-lifepal-wrapper .behind-lifepal-container .behind-lifepal-item .text-content .text {
          font-size: 14px;
          font-weight: 400; }
    .behind-lifepal-wrapper .behind-lifepal-container .behind-lifepal-title {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 24px; }
      @media (min-width: 576px) {
        .behind-lifepal-wrapper .behind-lifepal-container .behind-lifepal-title {
          margin-bottom: 32px;
          font-size: 28px; } }

/*
* ink colors (with variations only for black and white)
*/
.mb_0 {
  margin-bottom: 0; }

.mb_012 {
  margin-bottom: 12px; }

.mb_032 {
  margin-bottom: 32px; }

@media (min-width: 992px) {
  .mb_lg_0 {
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .mb_lg_024 {
    margin-bottom: 32px; } }

.footer {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding: 0 !important; }
  .footer p {
    font-size: 12px;
    line-height: 16px; }
  .footer .hidden-on-mobile {
    display: none; }
    @media (min-width: 576px) {
      .footer .hidden-on-mobile {
        display: unset; } }
  .footer .operational__time {
    background-color: #F5F5F5;
    border-radius: 8px; }
  .footer .section {
    width: 100%; }
    .footer .section.insurance {
      background-color: #F5F5F5;
      padding: 32px 0 16px; }
      @media (min-width: 992px) {
        .footer .section.insurance {
          padding: 40px 0 64px;
          max-height: unset; } }
    .footer .section.information {
      background-color: #ffffff;
      margin-top: 0;
      padding: 32px 0;
      border-radius: 0; }
      @media (min-width: 992px) {
        .footer .section.information {
          margin-top: -40px;
          padding: 40px 0;
          border-top-left-radius: 48px;
          border-top-right-radius: 48px; } }
    .footer .section.copyright {
      background-color: #1855B8;
      padding: 32px 0; }
      @media (min-width: 992px) {
        .footer .section.copyright {
          padding: 16px 0; } }
  .footer .container {
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px; }
    @media (min-width: 992px) {
      .footer .container {
        padding-left: 12px;
        padding-right: 12px; } }
    .footer .container .row {
      display: flex;
      flex-wrap: wrap;
      margin-left: -12px;
      margin-right: -12px; }
      .footer .container .row.insurance_row {
        flex-direction: column;
        max-height: 600px; }
        @media (min-width: 992px) {
          .footer .container .row.insurance_row {
            flex-direction: row;
            max-height: none; } }
      .footer .container .row .cols {
        display: flex;
        flex-direction: column;
        padding: 0 12px; }
        .footer .container .row .cols.insurance_cols {
          flex: 0 0 50%;
          width: 50%;
          max-width: 50%; }
          @media (min-width: 992px) {
            .footer .container .row .cols.insurance_cols {
              flex: 0 0 33.33333%;
              max-width: 33.33333%; } }
        .footer .container .row .cols.insurance_col_health {
          order: 5; }
          @media (min-width: 992px) {
            .footer .container .row .cols.insurance_col_health {
              order: 2; } }
        .footer .container .row .cols.insurance_col_brand {
          order: 4; }
          @media (min-width: 992px) {
            .footer .container .row .cols.insurance_col_brand {
              order: 5; } }
        @media (min-width: 992px) {
          .footer .container .row .cols.info_col_one {
            flex: 0 0 24%;
            max-width: 24%; } }
        @media (min-width: 992px) {
          .footer .container .row .cols.info_col_two {
            flex: 0 0 43%;
            max-width: 43%; } }
        @media (min-width: 992px) {
          .footer .container .row .cols.info_col_three {
            flex: 0 0 32%;
            max-width: 32%; } }
  .footer .title_bold {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    white-space: pre-wrap;
    color: #222222; }
  .footer .text_subtitle {
    margin-bottom: 6px; }
  .footer .text_copyright {
    color: #FFFFFF; }
  .footer .link_blue {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    background: transparent;
    color: #1D66DD;
    text-align: left;
    text-decoration: none;
    margin-bottom: 8px;
    padding: 0; }
    .footer .link_blue:last-child {
      margin-bottom: 16px; }
  .footer .company_address {
    color: #555555;
    margin-top: 0;
    margin-bottom: 12px; }
  .footer .button_group {
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px; }
    .footer .button_group.operational_times {
      margin-left: 0px;
      margin-right: 0px; }
    .footer .button_group > .cols {
      flex: 0 1 auto;
      align-self: start;
      padding-left: 6px !important;
      padding-right: 6px !important; }
    .footer .button_group > .cols_hours {
      flex: 0 1 auto;
      align-self: start;
      padding-left: 12px;
      padding-right: 12px; }
  .footer .operational_time {
    background-color: #F5F5F5;
    padding: 8px 12px;
    border-radius: 8px; }
    .footer .operational_time__row {
      display: flex;
      flex-wrap: wrap;
      padding-top: 4px; }
      .footer .operational_time__row__cols {
        margin-bottom: 12px;
        padding: 0 12px;
        border-left: 1px solid #d6d6d6; }
        .footer .operational_time__row__cols:last-child {
          margin-bottom: 0; }
        @media (min-width: 992px) {
          .footer .operational_time__row__cols {
            margin-bottom: 0; } }
  .footer .button_blue {
    font-size: 12px;
    font-weight: 700;
    color: #1D66DD;
    text-decoration: none;
    display: inline-flex;
    flex: 0 1 auto;
    align-items: center;
    align-self: flex-start;
    justify-content: flex-start;
    gap: 4px;
    box-sizing: border-box;
    overflow: visible;
    min-height: 30px;
    padding: 4px 6px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #1D66DD;
    cursor: pointer; }
    .footer .button_blue .svg.fill {
      fill: #1D66DD; }
    .footer .button_blue .svg.stroke {
      stroke: #1D66DD; }
    .footer .button_blue:hover {
      color: #FFFFFF;
      background-color: #1D66DD; }
      .footer .button_blue:hover .svg.fill {
        fill: #FFFFFF; }
      .footer .button_blue:hover .svg.stroke {
        stroke: #FFFFFF; }
  .footer__logo_lifepal {
    align-self: flex-start;
    margin-bottom: 4px; }
  .footer .subtitle {
    margin-bottom: 6px; }
  .footer .margin-top--lg {
    margin-top: 28px; }
  .footer .margin-top--sm {
    margin-top: 12px; }
  .footer .button-blue {
    color: #1D66DD;
    font-weight: 700;
    font-size: 12px;
    padding: 2px 6px;
    box-sizing: border-box;
    overflow: visible;
    justify-content: center;
    align-items: center;
    width: auto;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #1D66DD;
    cursor: pointer; }
    .footer .button-blue:hover {
      background-color: #1D66DD;
      color: #FFFFFF; }
    .footer .button-blue img {
      width: 16px;
      height: 16px;
      padding-right: 2px;
      margin-right: 2px;
      vertical-align: text-top; }
  .footer .button__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: left; }
  .footer .operational__time {
    padding: 8px 12px;
    margin-top: 12px; }
  .footer .operational__schedule-table {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 4px; }
  .footer .operational__day {
    border-left: #D6D6D6 1px solid;
    padding-left: 12px; }
  .footer .footer__item__info {
    background-color: white;
    padding: 8px 16px 16px;
    margin: 0 auto; }
    @media (min-width: 576px) {
      .footer .footer__item__info {
        padding: 40px 0; } }
  .footer .cs_box {
    overflow: hidden;
    background: #F5F5F5;
    border: 1px solid #D4D4D4;
    border-bottom-width: 2px;
    border-radius: 8px; }
    .footer .cs_box .header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #fff;
      padding: 12px; }
    .footer .cs_box .title {
      font-size: 16px;
      font-weight: 700;
      color: #141414; }
    .footer .cs_box .body {
      padding: 16px; }
    .footer .cs_box .border_left {
      border-left: 1px solid #CCC; }


/*# sourceMappingURL=10cdd9c0c0a68c02d39a6fa4bea0645a617e20f8_CSS.f18dfd19.chunk.css.map*/