/*
hero title: 75px
hero sub-title: 32px

section title: 42px
section sub-title: 23px

padding-between section:(padding-bottom current section) 10em + 10em (with padding top next section)
*/
.globalNav .colorize {
  color: #fff !important;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  opacity: 1 !important;
}
.paper-logo::before {
  content: "";
  background-image: url("../img/paperlogofinal-white-modify.svg");
  background-repeat: no-repeat;
  width: 180px;
  height: 52px;
  display: inline-block;
  background-size: 150px;
}
.hero-title{
  font-size: unset !important;
}
/* .section-hero {
  min-height: 160vh;
} */
.section-hero--var-a {
  background: #113955;
  background: linear-gradient(
    304.07deg,
    #257ab4 3.22%,
    #1c4e71 52.68%,
    #113955 91.74%
  );
  position: relative;
  border-bottom-right-radius: 15em;
  margin-bottom: 15px;
}

.section-hero--var-a .paper-container {
  /* padding-top: 18em; */
  text-align: center;
  margin: 0 auto;
}

.section-hero--var-a .feature-side {
  /* padding-top: 5em; */
  padding-top: 10%;
  padding-bottom: 5em;
  padding-inline: 1em;
}

.section-hero--var-a.section-elm{
  padding-top: 18em !important;
}

.hero-title h2 {
  font-family: 'Lato', sans-serif;
  font-size: 2.286em;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
}
.hero-title h1 {
  font-family: 'Lato', sans-serif;
  font-size: 2em;
  font-weight: 700;
  /* line-height: 1.3em; */
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
  /* margin-bottom: 0.5em; */
  line-height: 1;
}
.hero-title .regular{
  font-weight: normal;
}
.hero-title .promo-title {
  font-style: normal;
  font-weight: 800;
}
.hero-title .inline{
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.promo-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  column-gap: 5px;
  background: linear-gradient( 90deg, rgba(162, 202, 94, 0.58) 20.64%, rgba(162, 202, 94, 0) 100% );
  /* background-size: 30% 40%;
  background-repeat: no-repeat;
  background-position-y: 80%;
  background-position-x: 20px; */
  background-size: 90% 60%;
    background-repeat: no-repeat;
    background-position-y: 80%;
    background-position-x: 0;
}

/* #region  feature */
.img--drop-shadow {
  filter: drop-shadow(-15px 10px 30px rgba(19, 63, 93, 0.3));
}

.feature-side .tabber-feature .tab-feature {
  border: transparent;
}
.feature-side .tabber-feature .nav-tabs{
  border-bottom: transparent !important;
}
.feature-side .tabber-feature .nav-tabs li:not(.active) > a:not(:hover),
.feature-side .tabber-feature .nav-tabs li:not(.active) > a:not(:focus)
{
  opacity: 0.7;
}
.feature-side .tabber-feature .nav-tabs li{
  border-bottom: 1px solid rgb(221, 221, 221, 0.7);
}

.feature-side .tabber-feature li a[role=tab] {
  font-style: normal;
  /* font-weight: 400; */
  font-weight: normal;
  font-size: 1.571em;
  color: #fff !important;
}

.feature-side .nav-tabs > li.active > a,
.feature-side .nav-tabs > li.active > a:hover,
.feature-side .nav-tabs > li.active > a:focus {
  background: transparent;
  background-color: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.75);
  font-weight: normal;
  font-size: 1.571em;
}
.feature-side .nav-tabs > li.active > a::after 
{
  content: "";
  height: 5px;
  background: #93c854;
  box-shadow: 0px 4px 3px rgb(19 63 93 / 50%);
  display: block;
  margin-top: 6px;
  position: absolute;
  width: 80%;
  /* margin-left: -5px; */
}
.feature-side .nav-tabs > li:not(.active) > a:hover,
.feature-side .nav-tabs > li:not(.active) > a:focus {
  background: transparent;
  background-color: transparent;
  border: none;
  color: #fff;
  font-weight: normal;
  opacity: 1 !important;
  /* font-size: 22px; */
}
.feature-side .nav-tabs > li:not(.active) > a {
  background: transparent;
  background-color: transparent;
  border: none;
  color: #fff;
  opacity: 0.75;
}
.feature-side .tab-content {
  width: 100%;
  /* min-height: 60.714em; */
}
.feature-side .tab-pane__container {
  display: flex;
  flex-direction: row;
}
.tab-pane__container__content__note {
  color: #fff;
  text-align: left;
  margin: 0 3.214em;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  margin-top: 1.429em;
}
.feature-side .tab-pane__container__content {
  flex-basis: 65%;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-right: 20px;
}
.feature-side .tab-pane__container__content__title {
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  align-self: flex-start;
  margin-top: 48px;
}
.feature-side .tab-pane__container__content__sub-title {
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  align-self: flex-start;
  margin-top: 20px;
  color: #fff;
}
ul.tab-pane__container__content__point-wrapper {
  list-style-type: none;
  color: #fff;
  text-align: left;
  padding-inline-start: 45px;
  margin-top: 18px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  row-gap: 17px;
  display: flex;
  flex-direction: column;
}
li.tab-pane__container__content__point-wrapper__item {
  color: #fff;
  /* margin-bottom: 20px; */
  /* margin-bottom: 1.429em; */
}
li.tab-pane__container__content__point-wrapper__item::before {
  content: "";
  background-image: url("../img/pricing/variant-a/list-green-check.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: border-box;
  position: absolute;
  margin-left: -45px;
  height: 30px;
  width: 30px;
}
.btn-tab-pane-gap{
  margin-top: 70px;
  /* margin-bottom: 10em; */
}
.feature-side .tab-pane__container__illustration {
  flex-basis: 35%;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 20px;
}
.feature-side .tab-pane__container__illustration img {
  max-width: 475px;
  /* margin-top: 48px; */
  width: initial;
}
/* #endregion feature */
/* #region  section paper plus */
.section-paper-plus__btn-register-wrapper {
  /* margin-top: 139px; */
}
.section-paper-plus__title-container {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  /* padding-top: 10em; */
  margin-bottom: 5em;
}
.section-paper-plus__title-container div {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  text-align: center;
  color: #133f5d;
}
/* #endregion section paper plus*/
/* .paper-plus-sign-dark-logo {
  background-image: url("../img/pricing/paper-plus-new.svg");
  background-repeat: no-repeat;
  background-size: 70% 70%;
  height: 17px;
  width: 17px;
  background-position: center;
  position: absolute;
  margin-top: 5px;
}
.paper-plus-sign-dark-logo--section-paper-plus-title{
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-left: -3px;
} */
.paper-plus-icon {
  width: 100%;
  max-width: 225px;
  margin-left: 8px;
  margin-bottom: 8px;
}
.paper-plus-asterisk{
  position:relative;
  left:25px;
  bottom:10px;
}
.section-paper-plus__pricing__tab {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 15px;
  justify-content: center;
}
.section-paper-plus__pricing__tab__label {
  font-style: normal;
  font-weight: 400;
  font-size: 1.786em;
  line-height: 1.2;
  text-align: center;
  color: #133f5d;
  padding: 0 10px;
}
.section-paper-plus__pricing__tab__switch-wrapper__switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.11));
}
.section-paper-plus__pricing__tab__switch-wrapper__switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.section-paper-plus__pricing__tab__switch-wrapper__switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: rgba(190, 203, 211, 0.2);
  border: 1px solid rgba(190, 203, 211, 0.4);
  border-radius: 80px;
  filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.11));
}
.section-paper-plus__pricing__tab__switch-wrapper__switch .slider::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #2196f3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.section-paper-plus__pricing__tab__switch-wrapper__switch
  input:checked
  + .slider {
  background: rgba(190, 203, 211, 0.2);
}
.section-paper-plus__pricing__tab__switch-wrapper__switch
  input:focus
  + .slider {
  box-shadow: 0 0 1px #2196f3;
}
.section-paper-plus__pricing__tab__switch-wrapper__switch
  input:checked
  + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.section-paper-plus__pricing__tab__switch-wrapper__switch
  .slider.slider--rounded {
  border-radius: 30px;
}
.section-paper-plus__pricing__tab__switch-wrapper__switch
  .slider.slider--rounded::before {
  border-radius: 30px;
}

.section-paper-plus__pricing__tag {
}
.section-paper-plus__pricing__tag__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 5px;
  align-items: baseline;
}
.section-paper-plus__pricing__tag__wrapper__currency {
  font-style: normal;
  font-weight: 700;
  font-size: 1.563em;
  color: #4195d5;
}
.section-paper-plus__pricing__tag__wrapper__number {
  color: #4195d5;
  font-style: normal;
  font-weight: 700;
  font-size: 3.214em;
}
.section-paper-plus__pricing__tag__wrapper__separator,
.section-paper-plus__pricing__tag__wrapper__duration {
  color: #4195d5;
  font-style: normal;
  font-weight: 700;
  font-size: 1.563em;
}
.section-paper-plus__pricing__tag__wrapper__each-month-price {
  color: #becbd3;
  font-style: normal;
  font-weight: 700;
  font-size: 1.429em;
}

.section-paper-plus__detail-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-bottom: 80px;
}
.section-paper-plus__detail-list__benefit {
  flex-basis: 55%;
  border-right: 0.5px solid #cccccc;
  padding-right: 32px;
}
.section-paper-plus__detail-list__note {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #133f5d;
  margin-top: 55px;
}
.section-paper-plus__detail-list__benefit__list:not(:last-child) {
  margin-bottom: 55px;
}
.section-paper-plus__detail-list__benefit__list__head {
  display: flex;
  flex-direction: row;
}
.section-paper-plus__detail-list__benefit__list__head__icon {
  background-size: contain;
  width: 67px;
  height: 43px;
  background-repeat: no-repeat;
  margin-bottom: 0.500em;
}
.section-paper-plus__detail-list__benefit__list__head__icon.icon-lower-rate {
  background-image: url("../img/pricing/variant-a/lower-rate.svg");
}
.section-paper-plus__detail-list__benefit__list__head__icon.icon-professional-email-template {
  background-image: url("../img/pricing/variant-a/professional-email-template.svg");
}
.section-paper-plus__detail-list__benefit__list__head__icon.icon-reminder-feature {
  background-image: url("../img/pricing/variant-a/reminder-feature.svg");
}
.section-paper-plus__detail-list__benefit__list__head__text {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 2;
  color: #133f5d;
}
.section-paper-plus__detail-list__benefit__list__body {
  display: flex;
  flex-direction: column;
  row-gap: 17px;
  margin-top: 15px;
}
.section-paper-plus__detail-list__benefit__list__body__item {
  font-style: normal;
  font-weight: 400;
  /* font-size: 1.429em; */
  font-size: 20px;
  color: #133f5d;
  display: flex;
  flex-direction: row;
  column-gap: 5px;
}
.section-paper-plus__detail-list__benefit__list__body__item__icon {
  background-repeat: no-repeat;
  flex-basis: 10%;
  padding-left: 15px;
}
.section-paper-plus__detail-list__benefit__list__body__item__text {
  flex-basis: 90%;
  padding-right: 32px;
  font-size: 20px;
}

.section-paper-plus__detail-list__method_n_rate_per_transaction {
  flex-basis: 40%;
  /* margin: 0 0 0 3em; */
  position: relative;
}

.section-paper-plus__detail-list__method_n_rate_per_transaction__title {
  display: flex;
  width: 120%;
}
.section-paper-plus__detail-list__method_n_rate_per_transaction__copy{
   color: #133f5d;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 34px;
}
.section-paper-plus__detail-list__method_n_rate_per_transaction__stamp-terendah {
  width: 100%;
  max-width: 120px;
  height: 50px;
  transform: rotate(18deg);
  margin-left: 1.5rem;
}
.section-paper-plus__detail-list__method_n_rate_per_transaction__channel-item {
  margin-bottom: 25px;
}
.section-paper-plus__detail-list__method_n_rate_per_transaction__channel-item__head {
  display: flex;
  flex-direction: row;
  column-gap: 5px;
}
.section-paper-plus__detail-list__method_n_rate_per_transaction__channel-item__head__icon {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.section-paper-plus__detail-list__method_n_rate_per_transaction__channel-item__head__icon img{
  object-fit: contain;
  height: 25px;
}

.section-paper-plus__detail-list__method_n_rate_per_transaction__channel-item__head__icon img.--icon-va{
  height: 34px;
}

.section-paper-plus__detail-list__method_n_rate_per_transaction__channel-item__head__icon img.--icon-tokped{
  margin-top: 2px;
}

.section-paper-plus__detail-list__method_n_rate_per_transaction__channel-item__head__label {
  font-style: normal;
  font-weight: 700;
  font-size: 1.571em;
  line-height: 26px;
  color: #133f5d;
  padding-left: 5px;
}
.section-paper-plus__detail-list__method_n_rate_per_transaction__channel-item__price {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #133f5d;
  margin-top: 10px;
}

/* #region  custom footer */

.custom-footer-pricing-v-a {
  background: rgba(37, 122, 180, 0.5);
  background: linear-gradient(359.22deg, #257AB4 33.97%, #1C4E71 55.85%, #113955 92.68%);
  padding-bottom: 2em !important;
}
.custom-footer-pricing-v-a .footer-row.new-footer {
  background: transparent !important;
}
.ellipses-bg{
  background-image: url("../img/pricing/variant-a/ellipse.svg");
  background-size: cover;
  background-repeat: no-repeat;
  /* width: 15em; */
  position: absolute;
  /* height: 15em; */
  height: 360px;
  width: 360px;
  right: 0;
  margin-top: -10em;
}
.section-clients{
  display: flex;
  flex-direction: row;
  /* padding-top: 10em; */
}
.section-clients__side{
  flex-basis: 50%;
}
.section-clients__side__title{
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 1.2;
  color: #FFFFFF;
}
.section-clients__side__title--lg{
  font-weight: bolder;
}
.section-clients__side__text{
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
  margin: 35px auto 64px 0;
  font-size: 20px;
}
.section-clients__side__btn a{
  margin: unset !important;
}
/* .section-gpf-paylater{
  margin: 10em auto 0 auto !important;
} */

.section-gpf-paylater__head{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 17px;
}
.section-gpf-paylater__head__title{
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  font-size: 42px;
  color: #fff;
}
.section-gpf-paylater__head__sub-title{
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  color: #fff;
}
.section-gpf-paylater__body{
  display: flex;
  flex-direction: row;
}
.section-gpf-paylater__body__side{
  flex-basis: 50%;
}
.section-gpf-paylater__body__side__img{
  margin-top: 58px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  min-height: 31em;
}
.section-gpf-paylater__body__side__img img{
  object-fit: contain;
}
.section-gpf-paylater__body__side__title{
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  padding-top: 1em;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 17px;
}
.section-gpf-paylater__body__side__sub-title{
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  /* padding: 0 32px; */
}
.section-gpf-paylater__body__side__btn{
  text-align: center;
  margin-top: 55px;
}
.section-gpf-paylater__body__side__btn a {
  margin: 0 auto;
}


/* .section-faq {
  margin: 10em auto 10em auto !important;
} */
.section-faq__head{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5em;
}
.section-faq__head__label{
  font-size: 1.563em;
  color: #93C854;
  font-weight: 700;
}
.section-faq__head__title{
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  color: #FFFFFF;
  margin-top: 30px;
}
hr.section-faq__body__hr {
  margin: 3em 0;
}
.section-faq__body{}
.section-faq__body__faq-item{
  font-size: 1rem;
  padding: 5px 0;
  font-weight: 600;
  color: #fff;
}
.section-faq__body__faq-item__first-line,
.section-faq__body__faq-item__second-line{
  display: grid;
  grid-template-columns: 0.1fr 0.9fr;
  grid-gap: 20px;
}
.section-faq__body__faq-item__second-line{
  /* margin-bottom: 30px; */
  font-size: 19px;
  font-weight: 500;
  /* margin-top: 20px; */
}
.section-faq__body__faq-item__first-line__icon{
  background-image: url('../img/pricing/variant-a/question-mark.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  place-self: flex-end;
  align-self: baseline;
  margin-top: 4px;
}
.section-faq__body__faq-item__first-line__text{
  font-size: 23px;
  font-weight: bold;
}
.section-faq__body__faq-item__second-line__text{
  font-size: 20px;
  font-weight: 500;
  margin-top: 1em;
  /* margin-top: 20px; */
  /* padding-bottom: 40px; */
}
.section-faq__hr{
  border: 0;
  border-top: 1px solid #eeeeee;
  position: absolute;
  width: calc(100% - 85px);
  margin-top: -30px;
  right: 0;
}
/* #endregion custom footer*/

/* #region  media query */
@media (max-width: 480px) {
  .section-hero--var-a{
    min-height: 160rem;
  }
  .hero-title h1 {
    font-size: 42px;
  }
  .hero-title h2 {
    font-size: 23px;
  }
  .section-paper-plus__title-container h3 {
    font-size: 1em;
  }
  .feature-side .tab-pane__container{
    flex-wrap: wrap-reverse;
  }
  .feature-side .tab-pane__container__content{
    flex-basis: 100%;
    padding: 0 20px;
  }
  .feature-side .tab-pane__container__illustration{
    flex-basis: 100%;
  }
  .feature-side .tab-pane__container__illustration img{
    width: 100%;
  }

  .section-paper-plus__detail-list__benefit{
    flex-basis: 100%;
    border-right: none;
    margin: 0 20px;
  }
  .section-paper-plus__detail-list__method_n_rate_per_transaction{
    flex-basis: 100%;
    margin: 5em 20px;
  }
  .section-paper-plus__detail-list__note{
    margin: 0 20px;
  }

  .section-clients{
    flex-wrap: wrap-reverse;
  }
  .section-clients__side{
    flex-basis: 100%;
    margin: 0 20px;
  }
  .section-clients__side img {
    width: 100%;
    margin: 20px auto;
  }

  ul.tab-pane__container__content__point-wrapper{
    margin-left: 20px;
    margin-right: 20px;
  }
  .tab-pane__container__content__btn-wrapper{
    margin: 0 20px;
  }
  .section-gpf-paylater__body{
    flex-wrap: wrap-reverse;
  }
  .section-gpf-paylater__body__side{
    flex-basis: 100%;
  }
  .custom-footer-pricing-v-a .footer-row.new-footer,
  .section-gpf-paylater__head{
    margin: 0 20px;
  }
  
  .section-faq__head{
    margin: 0 20px 5em 20px;
  }

  .section-faq__body__faq-item__first-line,
  .section-faq__body__faq-item__second-line{
    margin-right: 20px;
  }
  .promo-title div{
    background-position-y: 15%;
  }
  .section-gpf-paylater__body__side__img img{
    width: 100%;
  }
  .section-faq__head__title{
    text-align: center;
  }
  .section-paper-plus__detail-list__method_n_rate_per_transaction__title {
    display: flex;
    width: 100%;
  }
}
@media all and (min-width: 481px) and (max-width: 767px) {
  .section-hero--var-a{
    min-height: 160rem;
  }
  .hero-title h1 {
    font-size: 42px;
  }
  .hero-title h2 {
    font-size: 23px;
  }
  .feature-side .tab-pane__container__illustration img {
    max-width: 475px;
    padding-right: 55px;
  }
  .feature-side .tab-pane__container{
    flex-wrap: wrap-reverse;
  }
  .feature-side .tab-pane__container__content{
    flex-basis: 100%;
    padding: 0 20px;
  }
  .feature-side .tab-pane__container__illustration{
    flex-basis: 100%;
  }
  .feature-side .tab-pane__container__illustration img{
    width: 100%;
  }

  .section-paper-plus__detail-list__benefit{
    flex-basis: 100%;
    border-right: none;
    margin: 0 20px;
  }
  .section-paper-plus__detail-list__method_n_rate_per_transaction{
    flex-basis: 100%;
    margin: 5em 20px;
  }
  .section-paper-plus__detail-list__note{
    margin: 0 20px;
  }

  .section-clients{
    flex-wrap: wrap-reverse;
  }
  .section-clients__side{
    flex-basis: 100%;
    margin: 0 20px;
  }
  .section-clients__side img {
    width: 100%;
    margin: 20px auto;
  }

  ul.tab-pane__container__content__point-wrapper{
    margin-left: 20px;
    margin-right: 20px;
  }
  .tab-pane__container__content__btn-wrapper,
  .section-gpf-paylater__head{
    margin: 0 20px;
  }
  .section-gpf-paylater__body{
    flex-wrap: wrap-reverse;
  }
  .section-gpf-paylater__body__side{
    flex-basis: 100%;
  }
  .custom-footer-pricing-v-a .footer-row.new-footer{
    margin: 0 20px;
  }
  .section-faq__body__faq-item__first-line,
  .section-faq__body__faq-item__second-line{
    margin-right: 20px;
  }
  .min-w-278{
    min-width: 278px;
    width: 278px;
    display: block;
    text-align: center;
    /* margin: 0 auto; */
  }
  .section-faq__head{
    margin: 0 20px 5em 20px;
  }

  .section-gpf-paylater__body__side__img img{
    width: 100%;
  }

  .section-faq__head__title{
    text-align: center;
  }
  .section-paper-plus__detail-list__method_n_rate_per_transaction__title {
    display: flex;
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .hero-title h1 {
    font-size: 5.357em;
  }
  .hero-title h2{
    font-size: 2.286em;
    padding-top: 0.5em;
    line-height: 1.5;
  }
  .feature-side .tab-pane__container__illustration img {
    max-width: 475px;
    padding-right: 55px;
  }
  .min-w-278{
    min-width: 278px;
    width: 278px;
    display: block;
    text-align: center;
    /* margin: 0 auto; */
  }
  .section-paper-plus__detail-list__benefit {
    padding-right: 32px;
  }
  .section-paper-plus__detail-list__method_n_rate_per_transaction{
    padding-left: 72px;
  }
  .section-gpf-paylater__head__sub-title{
    font-size: 23px;
    font-weight: 400;
  }
  .section-gpf-paylater__body__side__title{
    font-size: 42px;
  }
  .section-gpf-paylater__body__side__sub-title{
    font-size: 20px;
    font-weight: 400;
  }
  .section-hero--var-a{
    min-height: 39rem;
    margin-bottom: unset;
  }
  .feature-side .tab-pane__container__content{
    text-align: left;
  }
  .tabber-feature {
    min-height: 50em;
  }
  #tab-key-2 .tab-pane__container__illustration img {
    padding-right: 0 !important;
  }
  #tab-key-4 .tab-pane__container__illustration img {
    padding-right: 0 !important;
    margin-top: 48px;
  }
  #tab-key-3 .tab-pane__container__illustration img {
    transform: scale(1.1);
    width: initial;
  }
  .section-paper-plus__detail-list__method_n_rate_per_transaction__title {
    display: flex;
    width: 100%;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .hero-title h1 {
    font-size: 5.357em;
  }
  .hero-title h2{
    font-size: 2.286em;
    padding-top: 0.5em;
    line-height: 1.5;
  }
  .feature-side .tab-pane__container__illustration img {
    max-width: 475px;
    padding-right: 55px;
  }
  .min-w-278{
    min-width: 278px;
    width: 278px;
    display: block;
    text-align: center;
    /* margin: 0 auto; */
  }
  .section-paper-plus__title-container div{
    font-size: 42px;
  }
  .section-paper-plus__detail-list__benefit {
    padding-right: 32px;
  }
  .section-paper-plus__detail-list__method_n_rate_per_transaction{
    padding-left: 72px;
  }
  .section-gpf-paylater__head__sub-title{
    font-size: 23px;
    font-weight: 400;
  }
  .section-gpf-paylater__body__side__title{
    font-size: 42px;
  }
  .section-gpf-paylater__body__side__sub-title{
    font-size: 20px;
    font-weight: 400;
  }
  .section-hero--var-a{
    min-height: 39rem;
    margin-bottom: unset;
  }
  .feature-side .tab-pane__container__content{
    text-align: left;
    overflow-wrap: break-word;
    max-width: 55%;
  }
  .tabber-feature {
    min-height: 50em;
  }
  #tab-key-2 .tab-pane__container__illustration img {
    padding-right: 0 !important;
  }
  #tab-key-4 .tab-pane__container__illustration img {
    padding-right: 0 !important;
    margin-top: 48px;
  }
  #tab-key-3 .tab-pane__container__illustration img {
    transform: scale(1.1);
    width: initial;
  }
  .section-paper-plus__detail-list__method_n_rate_per_transaction__title {
    width: 100%;
  }
}
@media all and (min-width: 1201px) {
  .hero-title h1 {
    font-size: 5.375em;
  }
  .hero-title h2{
    font-size: 2.286em;
    padding-top: 0.5em;
    line-height: 1.5;
  }
  .feature-side .tab-pane__container__illustration img {
    max-width: 475px;
    padding-right: 55px;
  }
  .min-w-278{
    min-width: 278px;
    width: 278px;
    display: block;
    text-align: center;
    /* margin: 0 auto; */
  }
  .section-paper-plus__title-container div{
    font-size: 2.625em
  }
  .section-paper-plus__detail-list__benefit {
    padding-right: 32px;
  }
  .section-paper-plus__detail-list__method_n_rate_per_transaction{
    padding-left: 72px;
  }
  .section-gpf-paylater__head__title{
    font-size: 42px;
  }
  .section-gpf-paylater__head__sub-title{
    font-size: 23px;
    font-weight: 400;
  }
  .section-gpf-paylater__body__side__title{
    font-size: 42px;
  }
  .section-gpf-paylater__body__side__sub-title{
    font-size: 20px;
    font-weight: 400;
  }
  .section-hero--var-a{
    min-height: 39rem;
    margin-bottom: unset;
  }
  .feature-side .tab-pane__container__content{
    text-align: left;
    overflow-wrap: break-word;
    max-width: 55%;
  }
  .tabber-feature {
    min-height: 50em;
  }
  #tab-key-2 .tab-pane__container__illustration img {
    padding-right: 0 !important;
  }
  #tab-key-4 .tab-pane__container__illustration img {
    padding-right: 0 !important;
    margin-top: 48px;
  }
  #tab-key-3 .tab-pane__container__illustration img {
    transform: scale(1.1);
    width: initial;
  }
}
.paper-plus-digpay{
  width: 11px;
  position: relative;
  top: -6px;
  left: 3px;
  margin-right: 6px;
}
/* #endregion */

@media (max-width: 768px) {
  .section-paper-plus__detail-list__method_n_rate_per_transaction__stamp-terendah {
    margin-left: 1.5rem;
  }
}
    /* margin-top: 20px; */

.footer-row.new-footer #homepage-footer {
  border-top: 1px solid #ffffff8f !important;
  padding-top: 3rem;
}