.feature-explainer-wrapper {
    width: 100%;
    display: inline-flex;
    align-items: center;
    padding: 0 64px;
    gap: 0 64px;
    margin-bottom: 64px;
}

.feature-explainer-wrapper.last {
    margin-bottom: 0;
}

.feature-explainer-image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 50%;
}

.feature-explainer-image > img {
    max-width: 100%;
}

.feature-explainer-content {
    flex-basis: 50%;
}

ul.list-item-explainer {
    margin: 0;
    padding: 0;
}

ul.list-item-explainer > li {
    padding: 16px 24px;
    border-left: 4px solid #D9ECCB;
    list-style: none;
}

ul.list-item-explainer > li label > i {
    display: none
}

ul.list-item-explainer > li:hover,
ul.list-item-explainer > li.active {
    border-left: 4px solid #196D6B;
}

ul.list-item-explainer > li label {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: var(--text-soft);
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

ul.list-item-explainer > li span {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-thin);
    display: block;
    margin-bottom: 12px;
    cursor: pointer;
}

ul.list-item-explainer > li span,
ul.list-item-explainer > li a {
    display: none;
}

ul.list-item-explainer > li.active span,
ul.list-item-explainer > li.active a {
    display: flex;
}

ul.list-item-explainer > li img,
ul.list-item-explainer > li img.active {
    width: 100%;
    padding: 0;
    height: 0;
    transition: all 0.15s ease-out;
}

.homepage-comparation {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
}

.homepage-comparation > .mj-desc-text {
    margin: 0 0 64px 0;
    padding: 0;
}

.homepage-comparation > img {
    width: 90%;
    margin: 0;
    padding: 0;
    border-radius: 24px;
}

.mj-imgchanger .imgchanger-option .imgchanger-trg {
    background: linear-gradient(#FFF, #FFF) padding-box, linear-gradient(#D9ECCB, #D9ECCB) border-box;
}

.mj-imgchanger .imgchanger-option .imgchanger-trg.selected {
    /* background: linear-gradient(#F6FAF2, #F6FAF2) padding-box, linear-gradient(#196D6B, #196D6B) border-box; */
    background: linear-gradient(#FFF, #FFF) padding-box, linear-gradient(#196D6B, #196D6B) border-box;
}

.mj-imgchanger-main {
    padding-right: 48px;
}

.mj-imgchanger > ul {
    margin-bottom: 48px;
}

.btn-ctr-langganan.active i {
    transform: rotate(180deg);
}

.h-perangkat {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 480px;
}

.h-perangkat > .inner {
    flex: 1 0 auto;
}

.mj-tabchanger-v2-tab {
    display: flex;
    gap: 18px;
    padding: 6px 12px;
    border-radius: 32px;
    border: 1px solid #F5F5F5;
    background: #ECF5E5;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
}

.mj-tabchanger-v2-tab > a {
    padding: 6px 12px 8px 12px;
    border-radius: 32px;
    border: 1px solid #F5F5F5;
    background: #ECF5E5;
    display: flex;
    gap: 18px;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    transition: all 0.5s ease;
}

.mj-tabchanger-v2-tab.prime {
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: #262626;
    backdrop-filter: blur(6px);
}

.mj-tabchanger-v2-main {
    flex: 1;
    overflow: hidden;
}

.mj-tabchanger-v2-tab-inner {
    display: flex;
    gap: 18px;
    width: fit-content;
    transition: all 0.5s ease;
    flex-wrap: nowrap;
}

.mj-tabchanger-v2-tab-inner > a {
    border-radius: 24px;
    background: transparent;
    padding: 8px 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: var(--text-secondary);
    flex-shrink: 0;
}

.mj-tabchanger-v2-tab > a.active {
    flex-shrink: 0;
}

.mj-tabchanger-v2-tab.prime .mj-tabchanger-v2-tab-inner > a {
    color: #d6d6d6;
}

.mj-tabchanger-v2-tab-inner > a.active {
    background: #FFF;
    color: var(--teal-800);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
}

.mj-tabchanger-v2-tab.prime .mj-tabchanger-v2-tab-inner > a.active {
    background: rgba(255, 255, 255, 0.20);
}

.mj-tabchanger-v2-tab .v2tabchanger-arrows {
    background: #FFF;
    color: var(--teal-800);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    display: inline-flex;
}

.mj-tabchanger-v2-tab .mj-tabchanger-v2-arrows {
    display: none;
}

.mj-tabchanger-v2-tab .mj-tabchanger-v2-arrows.show {
    display: block;
}

.mj-tabchanger-v2-tab .mj-tabchanger-v2-arrows a.disabled {
    cursor: not-allowed;
    background: rgba(255, 255, 255, 0.5);
    color: #f0f0f0;
}

.mj-tabchanger-v2-panel {
    display: none;
    gap: 64px;
    animation: fading-out .5s linear;
}

.mj-tabchanger-v2-panel.active {
    display: inline-flex;
    animation: fading-in 1s linear;
}

.mj-tabchanger-v2-panel .mj-tabchanger-v2-list {
    flex-basis: 30%;
}

.mj-tabchanger-v2-panel .mj-tabchanger-v2-list.multi {
    flex-basis: 40%;
}

.mj-tabchanger-v2-panel .mj-tabchanger-v2-list .mj-tabchanger-v2-list-item {
    padding: 16px 0;
}

.mj-tabchanger-v2-list-item > h3 {
    font-family: 'Metropolis', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -1px;
    color: #292929;
    margin: 0 0 16px 0;
    padding: 0;
}

.mj-tabchanger-v2-list-item.prime > h3 {
    color: #FCFCFC;
}

.mj-tabchanger-v2-list-item > p,
.mj-tabchanger-v2-extra > p {
    color: var(--text-soft);
    display: block;
    padding: 0;
    margin: 0 0 24px 0;
    font-family: 'Open Sans' , sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.mj-tabchanger-v2-list-item.prime > p,
.mj-tabchanger-v2-extra.prime > p {
    color: #D6D6D6
}

.mj-tabchanger-v2-panel .mj-tabchanger-v2-image {
    flex-basis: 70%;
}

.mj-tabchanger-v2-panel .mj-tabchanger-v2-image.multi {
    flex-basis: 60%;
}

.mj-tabchanger-v2-panel .mj-tabchanger-v2-image > img {
    width: 100%;
    max-height: 516px;
    object-fit: cover;
    border-radius: 48px;
}

.mj-tabchanger-v2-panel .mj-tabchanger-v2-image.multi > img {
    border-radius: 24px;
    width: 100%;
    /* height: 100%;
    object-fit: cover; */
}

.mj-tabchanger-v2-list-item ul {
    padding: 0;
    margin: 0;
}

.mj-tabchanger-v2-list-item ul > li {
    margin-bottom: 24px;
    display: inline-flex;
    flex-wrap: wrap;
    padding-bottom: 12px;
    border-bottom: 1px solid #d6d6d6;
}

.mj-tabchanger-v2-list-item ul > li > img {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 3px 16px 0 0;
    flex-basis: 12px;
}

.mj-tabchanger-v2-list-item ul > li > p.noflex {
    flex: 1;
    color: #525252;
    /* Text lg/Semibold */
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
}

.mj-tabchanger-v2-list-item ul > li > span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: var(--text-light);
}

.mj-tabchanger-v2-list-item ul > li > label {
    display: flex;
    align-items: center;
    flex-basis: 100%;
    margin-bottom: 8px;
}

.mj-tabchanger-v2-list-item ul > li > label > span {
    font-family: 'Metropolis', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
    color: #292929;
}

.mj-tabchanger-v2-list-item.prime ul > li > label > span {
    color: #fcfcfc;
}

.mj-tabchanger-v2-list-item ul > li > label > span.list-prefix {
    color: #21928F;
    /* Text sm/Semibold */
    font-family: 'Open Sans', sans-serif;
    display: block;
    margin-right: 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}

.mj-tabchanger-v2-list-item ul > li > p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    color: var(--text-soft);
}

.mj-tabchanger-v2-list-item.prime ul > li > p {
    color: #D6D6D6;
}

.mj-tabchanger-v2-list-item.prime > ul > li {
    padding-bottom: 12px;
    border-bottom: 1px solid #292929;
}

.mj-tabchanger-v2-list-item > ul > li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.mj-tabchanger-v2-extra {
    padding: 16px 0;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

picture {
    width: 100%;
}

picture img {
    width: 100%;
}

/* CARDS */
.mj-card-basic {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: #191919;
    backdrop-filter: blur(6px);
    display: flex;
    flex-direction: column;
    padding: 24px;
    height: 100%;
}

.mj-card-basic img {
    display: block;
    align-self: baseline;
}

.mj-card-basic label {
    color: #FCFCFC;
    /* Text lg/Semibold */
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    display: block;
    margin-bottom: 14px;
}

.mj-card-basic p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    color: #d6d6d6;
    margin-bottom: 0;
}

.mj-card-content.prime {
    background: #191919;
}

.mj-card-content.prime p.mj-desc-text {
    color: #D6D6D6;
}

.mj-card-testimony {
    padding: 36px;
    background: #FFF;
    border: 1px solid #B5E3E1BF;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
}

.mj-card-testimony p {
    color: #141414;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding: 0;
    flex: 1;
}

.mj-card-testimony .mj-card-testimony-footer {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.mj-card-testimony .mj-card-testimony-footer > figure {
    margin: 0;
}

.mj-card-testimony .mj-card-testimony-footer > figure > img {
    display: block;
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
}

.mj-card-testimony .mj-card-testimony-footer > figcaption > label {
    color: #141414;
    font-family: 'Open Sans', sans-serif;
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
}

.mj-card-testimony .mj-card-testimony-footer > figcaption > span {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #737373;
}

.prime-dl img {
    filter: brightness(10);
}

.prime-dl label {
    color: #FCFCFC;
    font-weight: bold;
    font-size: 16px;
}

.prime-dl a {
    color: #FCFCFC;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

.mj-card-basic ul {
    padding: 0;
    margin: 0;
}

.mj-card-basic ul li {
    list-style: none;
    display: inline-flex;
    gap: 12px;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #d6d6d6;
    margin-bottom: 18px;
    width: 100%;
}

.mj-card-basic ul.one-card {
    display: flex;
    flex-wrap: wrap;
}

.mj-card-basic ul.one-card li {
    flex: 0 1 25%;
}

.mj-card-basic ul.one-card li.g3 {
    flex: 0 1 33.33334%;
}

.mj-card-basic ul > .inner-list {
    display: none;
}

.mj-card-basic a.prime-link {
    color: #d6d6d6;
}

.mj-card-basic a.prime-link:hover {
    color: #fff;
}

.feature-capsules-prime {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.feature-capsules-prime > a {
    flex: 1 0 auto;
    justify-content: center;
}

img.card-logo {
    height: 20px;
    width: auto;
}

img.icon-lg {
    width: 96px;
    height: 96px;
    object-fit: contain;
}

img.icon-md {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

img.icon-sm {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

img.rounded-prime {
    background: #FFF;
    border-radius: 50%;
    padding: 4px;
}

img.icon-hero {
    height: 48px;
    width: auto;
}

a.card-expander {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #21928F;
    gap: 12px;
}

a.card-expander::before,
a.card-expander::after {
    content: '';
    height: 1px;
    border-bottom: 1px solid #262626;
    flex: 1 0 auto;
}

a.card-expander > i {
    transition: all 0.15s ease;
}

a.card-expander > i.rotated {
    transform: rotate(180deg);
}

ul.mj-desc-list > li {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #525252;
    margin: 0;
    margin-bottom: 8px;
}

/** 
    below is the css code for the new mega menu components
*/
.mega-menu-accordion-body {

}

.mega-menu-accordion-body > label {
    font-family: 'Metropolis', sans-serif;
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: var(--text-main);
    justify-content: space-between;
}

.mega-menu-accordion-body > label > .ln {
    display: none;
    height: 1px;
    border-bottom: 1px solid rgba(181, 227, 225, 0.75);
    flex: 1 0 auto;
}

.mega-menu-accordion-body > label > i {
    display: none;
    transition: all 0.1s ease;
}

.mega-menu-accordion-body .mega-menu-accordion-content {
    padding: 0 0 8px 0;
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 8px 0;
}

.mega-menu-accordion-body .mega-menu-accordion-content > a {
    color: var(--text-main);
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    flex-basis: 100%;
}

.mega-menu-accordion-body .mega-menu-accordion-content > a:hover {
    text-decoration: underline;
}

#anniversary-gif-holder {
    /* display: block; */
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.86);
    display: none;
}

#anniversary-gif-holder > a {
    display: block;
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 20px;
    color: #FFF;
    font-size: 24px;
}

#anniversary-gif-holder > img.cft {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#anniversary-gif-holder > .bts {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

#anniversary-gif-holder > .bts > a > img {
    max-width: 960px;
    width: 100%;
    transition: all 0.15s linear;
    animation: anniv-entry 1 1s;
}

.mcd-list > li {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #424242;
}

/** COLOR LIST **/
.mj-bg-soft-gradient {
    border-radius: 24px;
    background: radial-gradient(279.71% 111.8% at 100% 0%, #ECF5E5 0%, #DAF1F0 100%);
}

figure.figure-card {
    width: 100%;
}

figure.figure-card > img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 24px 24px 0 0;
}

figure.figure-card > figcaption {
    background: #FFF;
    border-radius: 0 0 24px 24px;
    padding: 16px;
}

figure.figure-card > figcaption > ul {
    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

figure.figure-card > figcaption > ul > li {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    flex-basis: 50%;
}

figure.figure-card > figcaption > ul > li > img {
    width: 16px;
    height: 16px;
}

figure.figure-card > figcaption > ul > li > span {
    color: #29B6B3;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.mj-video-testimony {
    width: 100%;
    display: inline-flex;
}

.mj-video-testimony > .video-thumbnail {
    flex-basis: 45%;
    height: 340px;
}

.mj-video-testimony > .video-thumbnail > .mj-videoplayer > a > img {
    height: 340px;
    width: 100%;
    object-fit: cover;
    border-radius: 24px 0 0 24px;
}

.mj-video-testimony > .video-thumbnail > .mj-videoplayer > a > img.img-vt-overlay {
    height: 48px;
    width: 48px;
    object-fit: contain;
    border-radius: 0;
}

.mj-video-testimony > .video-caption {
    flex-basis: 55%;
    height: 340px;
    background: #FFF;
    border-radius: 0 24px 24px 0;
    padding: 24px 36px;
}

.mj-video-testimony > .video-caption > span {
    display: block;
}

.mj-video-testimony > .video-caption > span.hashtag {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #141414;
}

.mj-video-testimony > .video-caption > span.title {
    font-size: 14px;
    line-height: 24px;
    color: #737373;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.05em;
}

.mj-video-testimony > .video-caption > label {
    font-size: 18px;
    line-height: 24px;
    color: #141414;
    font-weight: 600;
    margin-bottom: 4px;
}

.mj-video-testimony > .video-caption > h3 {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #141414;
    margin: 16px 0;
    padding: 0;
}

.mj-video-testimony > .video-caption > img {
    height: 56px;
    margin-top: 24px;
}

.mj-user-testimony {
    display: block;
    position: relative;
}

.mj-user-testimony > figure {
    margin: 0;
    padding: 0;
}

.mj-user-testimony > figure > img {
    display: block;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
}

.mj-user-testimony > figure > figcaption {
    border: 1px solid #B5E3E1BF;
    background: radial-gradient(50% 50% at 50% 0%, #E3F1D8 0%, rgba(227, 241, 216, 0) 100%), radial-gradient(50% 56.25% at 100% 0%, #D4F0F0 0%, rgba(169, 226, 225, 0) 100%, rgba(212, 240, 240, 0) 100%), #FFFFFF;
    padding: 16px 24px;
    text-align: center;
    border-radius: 24px;
    padding-top: 76px;
    margin-top: -60px;
}

.mj-user-testimony > figure > figcaption > p {
    font-size: 20px;
    line-height: 24px;
    color: #196D6B;
}

.mj-pricing-card {
    position: relative;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(181, 227, 225, 0.75);
}

.mj-pricing-card.is-populer {
    box-shadow: inset 0px 0px 0px 4px #B4D998;
}

.mj-pricing-card.is-populer::before {
    content: 'Paling Populer';
    display: block;
    border-radius: 0px 24px 0px 16px;
    background: #B4D998;
    width: fit-content;
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 16px;
    color: #405332;
    /* Text lg/Semibold */
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
}

.mj-pricing-card .mj-pricing-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    gap: 16px 0;
    flex: 0;
    flex-basis: 400px;
    border-radius: 24px 24px 0 0;
}

.mj-pricing-card .mj-pricing-content > p {
    flex: 1;
}

.mj-pricing-card .mj-pricing-content > .pricing-cta {
    padding-top: 12px;
}

.mj-pricing-card .mj-pricing-content > .pricing-cta > a {
    width: 100%;
    margin-bottom: 8px;
    justify-content: center;
}

.mj-pricing-card .mj-pricing-detail {
    background: #FCFCFC;
    padding: 24px;
    border-radius: 0 0 24px 24px;
    display: none;
    border-top: 1px solid #E5E5E5;
}

.mj-pricing-card .mj-pricing-detail > .pricing-initial {
    flex: 1;
}

/* .mj-pricing-card .pricing-expander { */
    /* padding: 12px 0;
    justify-self: flex-end;
} */

.mj-pricing-card .pricing-expander {
    margin: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #29B6B3;
    /* Text sm/Semibold */
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    gap: 0 8px;
}

.mj-pricing-card .pricing-expander > i {
    transition: all 0.15s linear;
    transform-origin: center;
}

.mj-pricing-card .pricing-expander > i.rotated {
    transform: rotate(180deg);
}

.additional-price-holder {
    display: flex;
    gap: 0 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.additional-price-holder > .additional-price-card {
    border-radius: 16px;
    border: 1px solid rgba(181, 227, 225, 0.75);
    padding: 16px;
    background: #F6FAF2;
    flex-basis: 210px;
    display: inline-flex;
    flex-direction: column;
    gap: 6px 0;
}

.additional-price-holder > .additional-price-card > img {
    width: 16px;
    aspect-ratio: 1/1;
}

.additional-price-holder > .additional-price-card {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

.additional-price-holder > .additional-price-card > label {
    color: #292929;
    display: block;
}

.additional-price-holder > .additional-price-card > p {
    color: #737373;
}

.additional-price-extras-heading {
    display: flex;
    gap: 0 16px;
    flex-wrap: wrap;
    align-items: center;
}

.additional-price-extras-heading > img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.additional-price-extras-heading > label {
    color: #196D6B;
    font-family: 'Metropolis', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 130% */
    letter-spacing: 0.4px;
    flex: 1;
}

.additional-price-extras-body > ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 18px 24px;
}

.additional-price-extras-body > ul > li {
    flex-basis: calc(50% - 16px);
    display: flex;
    gap: 0 8px;
}

.additional-price-extras-body > ul > li > img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-top: 3px;
}

.additional-price-extras-body > ul > li > span {
    flex: 1;
    color: #525252;
    /* Text md/Semibold */
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.16px;
    line-height: 24px; /* 150% */
}

.popup-harga-panel {
    background: #FFF;
    border-radius: 8px;
    position: absolute;
    top: 40px;
    left: 10%;
    right: 10%;
    bottom: 40px;
    overflow-x: hidden;
    overflow-y: auto;
    animation: 0.5s linear drop-and-exist;
    transition: all .5s linear;
}

.popup-harga-panel a.close-rekomendasi-trigger {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    width: 48px;
    height: 48px;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    background: #d6d6d6;
    border-radius: 4px;
    color: #555;
}

.popup-harga-panel .popup-harga-item {
    border-bottom: 1px solid #d6d6d6;
    padding: 48px;
}

.popup-harga-panel .popup-harga-item:last-child {
    border-bottom: unset;
    padding: 48px 48px 64px 48px;
}

.popup-harga-panel .popup-harga-item .popup-harga-content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.popup-harga-panel .popup-harga-item .popup-harga-content:last-child {
    margin-bottom: unset;
}

.popup-harga-panel .popup-harga-item .popup-harga-content > label.spec {
    display: block;
    color: #292929;
    /* Display xs/Semibold */
    font-family: 'Metropolis', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    flex-basis: 40%;
}

.popup-harga-panel .popup-harga-item .popup-harga-content > .popup-harga-list {
    flex: 1 0 auto;
    padding-bottom: 16px;
    border-bottom: 1px solid #d6d6d6;
}

.popup-harga-panel .popup-harga-item .popup-harga-content > .popup-harga-list:last-child {
    border-bottom: none;
    padding-bottom: unset;
}

.popup-harga-panel .popup-harga-item .popup-harga-content > .popup-harga-list > ul {
    padding: 0;
    margin: 0;
}

.popup-harga-panel .popup-harga-item .popup-harga-content > .popup-harga-list > ul > li {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0 4px;
}

.popup-harga-panel .popup-harga-item .popup-harga-content > .popup-harga-list > ul > li > span {
    color: #292929;
    /* Text lg/Regular */
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.popup-harga-panel .popup-harga-item .popup-harga-content > .popup-harga-list > ul > li > span:first-child {
    flex-basis: 200px;
}

.popup-harga-panel .popup-harga-item .popup-harga-content > .popup-harga-list > ul > li > span.nowrap {
    flex: 1 0 auto !important;
}

.catalogue-holder {
    display: flex;
    gap: 0 24px;
    flex-wrap: wrap;
}

.catalogue-holder > .catalogue-image {
    flex-basis: 430px;
}

.catalogue-holder > .catalogue-image > img {
    width: 100%;
}

.catalogue-holder > .catalogue-content {
    padding: 32px;
    border-radius: 36px;
    border: 1px solid rgba(181, 227, 225, 0.75);
    flex: 1;
    height: fit-content;
}

.catalogue-holder > .catalogue-content > span {
    color: #737373;
    font-family: 'Open Sans', sans-serif;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 200% */
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.catalogue-holder > .catalogue-content > h3 {
    color: #21928F;
    font-family: 'Metropolis', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    display: block;
    margin: 0 0 24px 0;
    padding: 0 0 24px 0;
    border-bottom: 1px solid #D6D6D6;
}

.catalogue-holder > .catalogue-content > h4 {
    color: #21928F;
    line-height: 28px;
    display: block;
    margin: 0 0 12px 0;
    padding: 0;
}

.catalogue-holder > .catalogue-content > p {
    color: #525252;
    /* Text md/Regular */
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.catalogue-holder > .catalogue-content > .catalogue-cta {
    padding: 12px 0;
    display: flex;
    gap: 0 18px;
}

@media all and (max-width: 1024px) {
    .feature-explainer-wrapper {
        padding: 0 24px;
        gap: 0 48px;
        flex-wrap: wrap;
    }
    
    .feature-explainer-image {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-basis: 100%;
    }
    
    .feature-explainer-image > img {
        max-width: 100%;
    }
    
    .feature-explainer-content {
        flex-basis: 100%;
    }
}

@media all and (max-width: 992px) {
    .homepage-comparation {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: unset;
    }
    
    .homepage-comparation > .mj-desc-text {
        margin: 0 0 24px 0;
        padding: 0;
    }
    
    .homepage-comparation > img {
        width: 100%;
        margin: 0 0 36px 0;
        padding: 0;
        border-radius: 24px;
    }
    
    .mj-imgchanger-main {
        padding-right: 0;
    }
    
    .mj-imgchanger > ul {
        margin-bottom: 48px;
    }
}

/** NEW POPUP PROMO **/
.popup-promo-holder-v2 {
    position: absolute;
    top: 50px;
    width: 844px;
    height: 420px;
    left: 50%;
    margin-left: -400px;
    border-radius: 36px;
    overflow: hidden;
}

.popup-promo-holder-v2 > .popup-promo-image-v2 {
    width: 460px;
    height: 420px;
}

.popup-promo-holder-v2 > .popup-promo-image-v2 > picture > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 36px 0 0 36px;
}

.popup-promo-holder-v2 > .popup-promo-content-v2 {
    width: 420px;
    height: 420px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 36px 36px 36px 0;
    padding: 24px 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.popup-promo-holder-v2 > .popup-promo-content-v2::before {
    content: '';
    position: absolute;
    top: 0;
    left: -36px;
    background: transparent;
    height: 420px;
    width: 36px;
    border-radius: 0 0 36px 0;
    box-shadow: 0 36px 0 0 rgba(255, 255, 255, 1);
}

/** CARD EXPAND V3 */
.mj-card-expand {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background: #FFF;
    position: relative;
    border-radius: 24px;
    border: 1px solid rgba(181, 227, 225, 0.75);
    max-width: 480px;
    width: 100%;
    padding: 24px;
}

.mj-card-expand > .mj-card-expand-body > .mj-card-expand-image {
    transition: all .5s linear;
    animation: ec-load-image 1s;
    animation-fill-mode: forwards;
    overflow: hidden;
    max-height: 240px;
    margin-bottom: 18px;
}

.mj-card-expand.open > .mj-card-expand-body > .mj-card-expand-image {
    animation: ec-unload-image 1s;
    animation-fill-mode: forwards;
    /* opacity: 0;
    transform: translateX(-100%);
    max-height: 0;
    margin-bottom: 0; */
}

.mj-card-expand > .mj-card-expand-body > .mj-card-expand-image > img {
    width: 100%;
    height: 240px;
    object-fit: contain;
}

.mj-card-expand > .mj-card-expand-body > .mj-card-expand-title {
    border-bottom: 1px solid transparent;
    transition: all 0.5s linear;
}

.mj-card-expand.open > .mj-card-expand-body > .mj-card-expand-title {
    border-bottom: 1px solid #eceff1;
    /* transform: translateY(-240px); */
}

.mj-card-expand > .mj-card-expand-body > .mj-card-expand-title > label {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.04px;
    font-family: 'Metropolis', sans-serif;
    font-style: normal;
    font-weight: 600;
    color: var(--teal-700);
}

/* .mj-card-expand.open > .mj-card-expand-title > label {
    font-size: 18px;
    line-height: 24px;
} */

.mj-card-expand > .mj-card-expand-body {
    position: relative;
    overflow: hidden;
    transition: all 0.5s linear;
    max-height: 520px;
}

.mj-card-expand > .mj-card-expand-body > .mj-card-expand-main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.5s linear;
    opacity: 1;
    padding: 18px 0;
    overflow: hidden;
    animation: ec-show-main 1s;
    animation-fill-mode: forwards;
    max-height: 100%;
}

.mj-card-expand > .mj-card-expand-body > .mj-card-expand-secondary {
    background: #FFF;
    padding: 18px 0;
    transition: all 0.5s linear;
    opacity: 0;
    visibility: hidden;
    animation: hide-extras 0.5s;
}

.mj-card-expand.open > .mj-card-expand-body > .mj-card-expand-secondary {
    /* top: 50px; */
    /* position: relative;
    top: unset;
    opacity: 1; */
    animation: show-extras 1.8s;
    animation-fill-mode: forwards;
}

.mj-card-expand.open > .mj-card-expand-body > .mj-card-expand-main {
    animation: ec-hide-main 1s;
    transform: translateX(-100%);
    opacity: 0;
    max-height: 0;
    padding: 0;
}

.mj-card-expand > .mj-card-expand-body > .mj-card-expand-secondary > ul {
    padding: 0;
    margin: 0 0 8px 0;
}

.mj-card-expand > .mj-card-expand-body > .mj-card-expand-secondary > ul > li {
    display: flex;
    align-items: flex-start;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #424242;
    flex-wrap: wrap;
    gap: 4px 8px;
    list-style: none;
    margin-bottom: 8px;
}

.mj-card-expand > .mj-card-expand-footer {
    transition: all 0.25s linear;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 12px;
    justify-content: space-between;
    align-items: center;
}

.mj-card-expand > .mj-card-expand-footer > a.mj-card-expander {
    display: flex;
    gap: 0 8px;
    justify-content: center;
    /* width: 100%; */
    flex-wrap: wrap;
    align-items: center;
    color: var(--teal-700);
    font-size: 14px;
    line-height: 20px;
}

.mj-card-expand > .mj-card-expand-footer > a.mj-card-expander > i {
    transition: all 0.25s linear;
    transform-origin: center;
    font-size: 16px;
}

.mj-card-expand.open > .mj-card-expand-footer > a.mj-card-expander > i {
    transform: rotate(180deg);
}

.mj-card-product {
    display: flex;
    gap: 0 18px;
    min-height: 190px;
    padding: 12px 24px;
    border: 1px solid rgba(181, 227, 225, 0.75);
    border-radius: 12px;
}

.mj-card-product > .mj-card-product-image {
    width: 160px;
    height: 160px;
}

.mj-card-product > .mj-card-product-image > img {
    width: 100%;
    height: 160px;
    object-fit: contain;
}

.mj-card-product > .mj-card-product-body {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
}

.mj-card-product > .mj-card-product-body > a {
    display: flex;
    gap: 0 8px;
    color: #21928F;
    align-items: center;
    flex: 1 0 auto;
}

.download-form-pp {
    padding: 36px;
    border-radius: 16px;
    background: #FFF;
}

.download-form-pp .download-form-pp-header {
    padding-bottom: 28px;
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    gap: 0 12px;
    align-items: baseline;
    justify-content: space-between;
}

.download-form-pp .download-form-pp-header > a {
    flex-basis: 28px;
    font-size: 28px;
    flex: 0;
    color: #292929;
}

.smallcard-holder {
    display: flex;
    flex-wrap: wrap;
    gap: 0 12px;
    justify-content: space-between;
}

.smallcard-holder > .smallcard {
    position: relative;
    border: 1px solid rgba(181, 227, 225, 0.75);
    background: #FFF;
    box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.10);
    padding: 42px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    flex-basis: calc(20% - 12px);
}

.smallcard > .smallcard-img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(27deg, #47BAB3 8.33%, #A1CF7E 91.67%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -27px;
    left: calc(50% - 27px);
}

.smallcard > .smallcard-img > img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.smallcard > label {
    color: #196D6B;
    text-align: center;
    /* Text xl/Semibold */
    font-family: 'Metropolis', sans-serif;
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
    letter-spacing: 0.4px;
}

ul.filter-category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
    padding: 0;
    margin: 0;
}

ul.filter-category-list > li {
    list-style: none;
}

ul.filter-category-list > li > a {
    display: flex;
    align-items: center;
    gap: 0 4px;
    padding: 16px;
    border-bottom: 4px solid transparent;
    color: #737373;
    /* Text sm/Semibold */
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}

ul.filter-category-list > li > a > img {
    width: 16px;
    aspect-ratio: 1/1;
}

ul.filter-category-list > li > a.selected {
    border-bottom: 4px solid #47BAB3;
}

.mj-gallery-wrapper {
    display: flex;
    gap: 0 16px;
    flex-wrap: wrap;
}

.mj-gallery-wrapper > .mj-gallery-main {
    flex: 1;
}

.mj-gallery-wrapper > .mj-gallery-main > img {
    width: 100%;
    height: 688px;
    object-fit: cover;
    border-radius: 6px;
}

.mj-gallery-wrapper > .mj-gallery-sidebar {
    flex-basis: 160px;
    display: flex;
    flex-direction: column;
    gap: 16px 0;
}

.mj-gallery-wrapper > .mj-gallery-sidebar img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
}

.mj-gallery-wrapper > .mj-gallery-sidebar > a {
    position: relative;
    border-radius: 6px;
}

.mj-gallery-wrapper > .mj-gallery-sidebar > a::after {
    content: 'Lihat semua';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.176px;
    color: #fff;
    background: rgba(10, 10, 10, 0.6);
    border-radius: 6px;
}

.mj-box-upload {
    margin: 8px 0;
    width: 100%;
    position: relative;
    height: 40px;
}

.mj-box-upload > span {
    display: flex;
    align-items: center;
    padding: 4px 10px 4px 130px;
    border-radius: 12px;
    font-size: 13px;
    line-height: 15px;
    color: #292929;
    width: 100%;
    height: 40px;
    box-shadow: 0px 1px 2px rgb(16 24 40 / 5%);
    border: 1px solid #ced4da;
}

.mj-box-upload > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 4px;
    height: 40px;
    width: 120px;
    position: absolute;
    top: 0;
    left: 0;
    background: #21928F;
    color: #FFF;
    border-radius: 12px;
}

.pgtab-item {
    display: none;
}

.pgtab-item.active {
    display: grid;
    gap: 24px 48px;
    grid-template-columns: 1fr 1.2fr;
}

.pgtab-item.include-desc.active {
    grid-template-columns: 1fr 1fr;
}

.pgtab-item.include-desc > ol {
    display: flex;
    flex-direction: column;
}

.pgtab-item.include-desc > ol > li {
    flex: 1;
}

.pgtab-item > ol {
    margin: 0;
    padding: 0 0 0 15px;
}

.pgtab-item > ol > li {
    padding: 18px 0 32px 15px;
    border-bottom: 1px solid #B5E3E1BF;
    list-style: none;
}

.pgtab-item > ol > li > h3 {
    font-family: "Metropolis", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color: #196D6B;
    display: flex;
    align-items: center;
    gap: 0 18px;
    cursor: pointer;
}

.pgtab-item > ol > li > h3 > span {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    flex-grow: 0;
}

.pgtab-item > ol > li > h3 > i {
    text-align: right;
    flex: 1 0 auto;
    opacity: 0;
}

.pgtab-item > ol > li.show > h3 > i {
    opacity: 1;
}

.pgtab-item.include-desc > ol > li > p {
    display: block;
}

.pgtab-item > ol > li > p {
    display: none;
}

.pgtab-item > ol > li > .content {
    display: none;
}


.pgtab-item > ol > li > img {
    display: none;
}

.pgtab-item > img.img-tab-od {
    display: block;
}

.new-pagination-tab-control {
    display: flex;
    margin: 32px 0;
    justify-content: center;
    gap: 0 2rem;
    align-items: center;
}

.new-pagination-tab-control > button {
    width: 36px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    color: #555;
    box-shadow: 0px 1px 2px 0px #1018280D;
    border-radius: 4px;
}

.new-pagination-tab-control > label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #141414;
}

@media all and (max-width: 992px) {
    /** NEW POPUP PROMO **/
    .popup-promo-holder-v2 {
        width: 360px;
        height: fit-content;
        min-height: 90vh;
        max-height: 95vh;
        left: 50%;
        margin-left: -180px;
        border-radius: 24px;
        overflow: hidden;
        top: 1.5em;
    }

    .popup-promo-holder-v2 > .popup-promo-image-v2 {
        width: 360px;
        height: 60%;
        position: absolute;
        bottom: 0px;
    }

    .popup-promo-holder-v2 > .popup-promo-image-v2 > picture > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0 0 24px 24px;
        object-position: center;
    }

    .popup-promo-holder-v2 > .popup-promo-content-v2 {
        width: 360px;
        height: fit-content;
        min-height: 45%;
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 24px 24px 24px 0;
        padding: 24px 24px;
    }

    .popup-promo-holder-v2 > .popup-promo-content-v2 > .mj-title-text {
        font-size: 24px;
        line-height: 32px;
    }

    .popup-promo-holder-v2 > .popup-promo-content-v2::before {
        top: unset;
        left: 0;
        bottom: -24px;
        height: 24px;
        width: 360px;
        border-radius: 24px 0 0 0;
        box-shadow: -24px 0 0 0 rgba(255, 255, 255, 1);
    }
}

@media all and (max-width: 768px) {
    img.icon-hero {
        height: auto;
        width: 100%;
    }

    .homepage-comparation {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: unset;
    }
    
    .homepage-comparation > .mj-desc-text {
        margin: 0 0 24px 0;
        padding: 0;
    }
    
    .homepage-comparation > img {
        width: 100%;
        margin: 0 0 36px 0;
        padding: 0;
        border-radius: 24px;
    }
    
    .mj-imgchanger-main {
        padding-right: 0;
    }
    
    .mj-imgchanger > ul {
        margin-bottom: 48px;
    }

    .feature-explainer-image {
        display: none;
    }

    .feature-explainer-wrapper {
        margin-top: 24px;
    }

    ul.list-item-explainer > li:hover img,
    ul.list-item-explainer > li.active img {
        width: 100%;
        height: 240px;
        object-fit: contain;
    }

    ul.list-item-explainer > li span,
    ul.list-item-explainer > li a {
        display: none;
    }

    ul.list-item-explainer > li:hover span,
    ul.list-item-explainer > li:hover a,
    ul.list-item-explainer > li.active span,
    ul.list-item-explainer > li.active a {
        display: flex;
    }

    ul.list-item-explainer > li label > i {
        display: block;
        transition: all 0.15s ease-out;
    }

    ul.list-item-explainer > li {
        padding: 16px 12px;
        border-left: 4px solid #D9ECCB;
        list-style: none;
    }

    ul.list-item-explainer > li:hover {
        border-left: 4px solid #196D6B;
    }

    ul.list-item-explainer > li:hover label > i {
        transform: rotate(180deg);
    }

    .mj-tabchanger-v2-panel {
        flex-direction: column-reverse;
    }

    .mj-tabchanger-v2-panel .mj-tabchanger-v2-list,
    .mj-tabchanger-v2-panel .mj-tabchanger-v2-list.multi {
        flex-basis: 100%;
    }
    
    .mj-tabchanger-v2-panel .mj-tabchanger-v2-list .mj-tabchanger-v2-list-item {
        padding: 16px 0;
    }
    
    .mj-tabchanger-v2-list-item > h3 {
        font-family: 'Metropolis', sans-serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 38px;
        letter-spacing: -1px;
        color: #292929;
        margin: 0 0 16px 0;
        padding: 0;
    }
    
    .mj-tabchanger-v2-list-item > p {
        color: var(--text-soft);
        display: block;
        padding: 0;
        margin: 0 0 24px 0;
        font-family: 'Open Sans' , sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    
    .mj-tabchanger-v2-panel .mj-tabchanger-v2-image,
    .mj-tabchanger-v2-panel .mj-tabchanger-v2-image.multi {
        flex-basis: 100%;
    }
    
    .mj-tabchanger-v2-panel .mj-tabchanger-v2-image > img {
        width: 100%;
    }

    .mj-tabchanger-v2-tab .mj-tabchanger-v2-arrows.show {
        display: none;
    }

    .mj-tabchanger-v2-tab {
        padding: 12px 12px 2px 12px;
    }
    
    .mj-tabchanger-v2-main {
        overflow-x: auto;
        padding-bottom: 12px;
    }

    .mj-card-testimony {
        padding: 24px;
        border-radius: 18px;
    }
    
    .mj-card-testimony .mj-card-testimony-footer > figcaption > label {
        font-size: 15px;
        line-height: 20px; /* 133.333% */
    }

    /** 
        below is the css code for the new mega menu components
    */
    .mega-menu-accordion-body {
        padding-bottom: 8px;
        border-bottom: 1px solid rgba(181, 227, 225, 0.75);
    }

    .mega-menu-accordion-body .mega-menu-accordion-content {
        display: none;
        padding-top: 12px;
    }

    .mega-menu-accordion-body > label > .ln {
        display: none;
    }

    .mega-menu-accordion-body > label > i {
        display: block;
    }

    .mega-menu-accordion-body > label > i.rotated {
        transform: rotate(-90deg);
    }

    .mega-menu-accordion-body .mega-menu-accordion-content > a {
        width: 100%;
        margin-bottom: 16px;
        font-size: 16px;
        padding-left: 16px;
    }
    
    .feature-capsules-prime {
        flex-wrap: nowrap;
        padding-bottom: 12px;
        overflow-x: auto;
    }

    .mj-video-testimony {
        flex-wrap: wrap;
    }
    
    .mj-video-testimony > .video-thumbnail {
        flex-basis: 100%;
        height: 340px;
    }
    
    .mj-video-testimony > .video-thumbnail > .mj-videoplayer > a > img {
        border-radius: 24px 24px 0 0;
    }
    
    .mj-video-testimony > .video-thumbnail > .mj-videoplayer > a > img.img-vt-overlay {
        height: 48px;
        width: 48px;
        object-fit: contain;
        border-radius: 0;
    }
    
    .mj-video-testimony > .video-caption {
        flex-basis: 100%;
        height: auto;
        background: #FFF;
        border-radius: 0 0 24px 24px;
        padding: 20px 32px;
    }
    
    .mj-video-testimony > .video-caption > span {
        display: block;
    }
    
    .mj-video-testimony > .video-caption > span.hashtag {
        font-size: 16px;
        line-height: 24px;
    }
    
    .mj-video-testimony > .video-caption > h3 {
        font-size: 24px;
        line-height: 32px;
    }
    
    .mj-video-testimony > .video-caption > img {
        height: 56px;
        width: 100%;
        object-fit: contain;
        margin-top: 24px;
    }

    .mj-card-basic ul.one-card li {
        flex: 1 0 100%;
    }

    .mj-card-basic ul.one-card li.g3 {
        flex: 1 0 100%;
    }

    .popup-harga-panel {
        top: 12px;
        left: 12px;
        right: 12px;
        bottom: 12px;
    }
    
    .popup-harga-panel a.close-rekomendasi-trigger {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
    
    .popup-harga-panel .popup-harga-item {
        border-bottom: 1px solid #d6d6d6;
        padding: 12px;
    }
    
    .popup-harga-panel .popup-harga-item:last-child {
        padding: 12px;
    }
    
    .popup-harga-panel .popup-harga-item .popup-harga-content {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 32px;
    }
    
    .popup-harga-panel .popup-harga-item .popup-harga-content > label.spec {
        font-size: 22px;
        line-height: 26px; /* 133.333% */
        flex-basis: 100%;
        margin-bottom: 12px;
    }
    
    .popup-harga-panel .popup-harga-item .popup-harga-content > .popup-harga-list {
        flex: 1;
    }
    
    .popup-harga-panel .popup-harga-item .popup-harga-content > .popup-harga-list > ul > li {
        flex-wrap: nowrap;
    }
    
    .popup-harga-panel .popup-harga-item .popup-harga-content > .popup-harga-list > ul > li > span {
        font-size: 16px;
        line-height: 22px; /* 155.556% */
    }
    
    .popup-harga-panel .popup-harga-item .popup-harga-content > .popup-harga-list > ul > li > span:first-child {
        flex-basis: unset;
        flex: 0 0 120px;
    }
    
    .popup-harga-panel .popup-harga-item .popup-harga-content > .popup-harga-list > ul > li > span.nowrap {
        flex: 1 0 100% !important;
    }

    .catalogue-holder {
        display: flex;
        gap: 12px 0;
        flex-wrap: wrap;
    }
    
    .catalogue-holder > .catalogue-image {
        flex-basis: 100%;
    }
    
    .catalogue-holder > .catalogue-image > img {
        width: 100%;
    }
    
    .catalogue-holder > .catalogue-content > h3 {
        font-size: 24px;
        line-height: 32px;
    }
    
    .catalogue-holder > .catalogue-content > .catalogue-cta {
        gap: 4px 0;
        flex-wrap: wrap;
    }

    .catalogue-holder > .catalogue-content > .catalogue-cta > a {
        flex-basis: 100%;
        justify-content: center;
    }

    .additional-price-extras-body > ul > li {
        flex-basis: 100%;
    }

    .mj-card-product {
        flex-wrap: wrap;
        gap: 12px 0;
    }
    
    .mj-card-product > .mj-card-product-image {
        width: 100%;
        height: 240px;
    }
    
    .mj-card-product > .mj-card-product-image > img {
        height: 240px;
    }
    
    .smallcard-holder {
        gap: 48px 0;
        justify-content: unset;
    }
    
    .smallcard-holder > .smallcard {
        flex-basis: 100%;
    }
    
    .mj-gallery-wrapper {
        gap: 24px 0;
    }
    
    .mj-gallery-wrapper > .mj-gallery-main {
        flex: 1 0 100%;
    }
    
    .mj-gallery-wrapper > .mj-gallery-main > img {
        height: auto;
        object-fit: unset;
    }
    
    .mj-gallery-wrapper > .mj-gallery-sidebar {
        flex-basis: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: space-between;
    }
    
    .mj-gallery-wrapper > .mj-gallery-sidebar img {
        width: 80px;
        height: 80px;
        border-radius: 6px;
        object-fit: cover;
    }
    
    .mj-gallery-wrapper > .mj-gallery-sidebar > a {
        position: relative;
        border-radius: 6px;
    }
    
    .mj-gallery-wrapper > .mj-gallery-sidebar > a::after {
        text-align: center;
    }

    .pgtab-item {
        display: grid;
        gap: 24px 0;
        grid-template-columns: 100%;
    }

    .pgtab-item > ol > li {
        padding: 1em 0;
    }

    .pgtab-item > ol > li.show > img {
        display: block;
        margin: 12px 0;
        border-radius: 16px;
        width: 100%;
    }

    .pgtab-item > img.img-tab-od {
        display: none;
    }

    .pgtab-item.active, .pgtab-item.include-desc.active {
        display: grid;
        gap: 24px 48px;
        grid-template-columns: 100%;
    }

    .pgtab-item.include-desc > ol > li > p {
        display: none;
    }

    .mj-tabchanger-v2-tab-inner {
        gap: 8px;
    }
}

@keyframes anniv-entry {
    0% {
        transform: scale(0);
        opacity: 0;
    } 100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes ec-load-image {
    0% {
        max-height: 0;
        transform: translateX(-100%);
        opacity: 0;
        margin-bottom: 0;
    } 60% {
        transform: translateX(0);
    } 100% {
        max-height: 240px;
        opacity: 1;
        margin-bottom: 18px;
        transform: translateX(0);
    }
}

@keyframes ec-unload-image {
    0% {
        transform: translateX(0);
        opacity: 1;
        max-height: 240px;
        margin-bottom: 18px;
    } 30% {
        transform: translateX(-100%);
        max-height: 240px;
        margin-bottom: 18px;
    } 100% { 
        transform: translateX(-100%);
        max-height: 0;
        margin-bottom: 0;
        opacity: 0;
    }
}

@keyframes ec-show-main {
    0% {
        transform: translateX(-100%);
        max-height: 0;
        padding: 0;
    } 60% {
        transform: translateX(0);
    } 100% {
        transform: translateX(0);
        opacity: 1;
        max-height: 100%;
        padding: 18px 0;
    }
}

@keyframes ec-hide-main {
    0% {
        transform: translateX(0);
        max-height: 100%;
        padding: 18px 0;
        opacity: 1;
    } 60% {
        transform: translateX(-100%);
        max-height: 100%;
        padding: 18px 0;
        opacity: 1;
    } 100% {
        transform: translateX(-100%);
        max-height: 0;
        padding: 0;
        opacity: 0;
    }
}

@keyframes show-extras {
    0% {
        visibility: hidden;
        opacity: 0;
    } 60% {
        visibility: hidden;
        opacity: 0;
    } 100% {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes hide-extras {
    0% {
        visibility: visible;
        opacity: 1;
    } 100% {
        transform: translateY(100%);
        visibility: hidden;
        opacity: 0;
    }
}