@media (max-width: 991px) {

    .btn-secondary-arrow::after,
    .btn-white-outline-arrow::after,
    .btn-white-arrow::after {
        content: '';
        display: none;
    }
}

.honeypot-input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.point-item {
    padding: 4px 8px;
    display: flex;
    gap: 8px;
    border-radius: 120px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(10px);
    font-family: 'Red Hat Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
    align-items: center;
    width: fit-content;
}

.point-item-harga {
    padding: 4px 16px;
    display: flex;
    gap: 8px;
    border-radius: 40px;
    background: var(--primary-50-color);
    font-family: 'Red Hat Text';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--primary-500-color);
    align-items: center;
    width: fit-content;
}

.point-item-harga::before {
    flex: 0 0 16px;
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(/images/revamp-2024/layanan-perusahaan/icon-briefcase.svg);
}

.point-item::before {
    flex: 0 0 24px;
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(/images/revamp-2024/staff-it/tick-circle-white.svg);
}

.point-item.unsupport {
    background: rgba(203, 34, 32, 0.1);
    color: #cb2220;
}

.point-item.unsupport::before {
    background: url(/images/revamp-2024/layanan-perusahaan/close-circle-red.svg);
}

@media (min-width: 992px) {
    section:first-of-type {
        padding-top: 100px;
    }
}

.hero {
    background: url('/images/revamp-2024/bg-hero-mobile.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    padding-bottom: 0px !important;
    min-height: 419px;
    overflow: hidden;
    background-position: top left;
}

.webp .hero {
    background: url('/images/revamp-2024/bg-hero-mobile.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

.hero-wrapper {
    display: flex;
    gap: 33.5px;
    align-items: center;
    justify-content: space-between;
}

.hero-img {
    display: none;
}

.hero-img .floating-1 {
    width: 100%;
}

.hero-content {
    text-align: center;
}

.hero-point-wrapper {
    display: none;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.hero-point-wrapper .point-item {
    width: fit-content;
}

@media (min-width: 992px) {
    .hero-point-wrapper {
        flex-wrap: wrap;
        flex-direction: row;
        gap: 10px;
        max-width: 660px;
        justify-content: flex-start;
    }

    .hero-point-wrapper.hero-point-wrapper-en {
        max-width: 850px !important;
    }

    .point-item {
        width: auto;
    }

    .hero {
        background: url('/images/revamp-2024/tentang/bg-tentang-hero.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        padding-bottom: 0px !important;
        overflow: hidden;
    }

    .webp .hero {
        background: url('/images/revamp-2024/tentang/bg-tentang-hero.webp');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hero {
        min-height: 632px;
        padding-top: 112px;
    }

    .hero .btn-white-arrow {
        height: 52px;
    }

    .hero-img {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 0;
    }

    .hero-content {
        flex: 0 1 737px;
        z-index: 1;
        text-align: left;
    }

    .hero-content.hero-content-en {
        flex: 0 1 850px !important;
    }

    .hero-img .floating-1 {
        max-height: 461px;
    }

    .hero-img .floating-2 {
        position: absolute;
        right: 67px;
        top: -50px;
        z-index: 0;
    }

    .hero-point-wrapper {
        display: flex;
    }
}

.layanan-img {
    flex: 1;
}

.layanan-content {
    flex: 0 0 460px;
}

.layanan-content-item {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 40px 5px rgba(20, 99, 168, 0.08);
}

.peran-content {
    border-radius: 0 0 10px 10px;
    background: #f7fafc;
    padding: 16px;
}

.opsi-karyawan-tetap {
    padding: 16px;
    background-color: #E6EDF2;
    border-radius: 10px;
}

@media (min-width: 992px) {
    .bg-peran {
        border-radius: 20px;
        background: #f7fafc;
    }

    .peran-img {
        flex: 1;
    }

    .peran-content {
        flex: 0 1 460px;
    }

    .peran-content {
        border-radius: 0;
        background: none;
        padding: 0;
    }

    .opsi-karyawan-tetap {
        padding: 24px;
    }
}

.line-separator {
    display: none;
}

@media (min-width: 992px) {
    .line-separator {
        content: '';
        display: block;
        height: 494px;
        width: 1px;
        background-color: #e7e7e7;
    }
}

.section-mitra {
    margin-bottom: 30px;
}

.mitra-item-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 20px 0;
}

.mitra-item {
    width: 100%;
    height: 156px;
    border-radius: 10px;
    border: 1px solid var(--primary-50-color);
    background: #fff;
    box-shadow: 0px 0px 40px 5px rgba(20, 99, 168, 0.08);
}

.mitra-item-custom {
    border-radius: 8px;
    background: linear-gradient(180deg, #fea73f 0%, #ff8b00 100%);
    box-shadow: 0px 0px 40px 5px rgba(20, 99, 168, 0.08);
}

.mitra-item-custom p {
    color: #fff;
}

.mitra-item-front p {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    text-align: center;
}

.mitra-item-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.mitra-item-front,
.mitra-item-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mitra-item-front {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    padding: 20px 0px;
    color: #000;
}

.mitra-item-back {
    border: 1px solid var(--secondary-200-color);
    background: linear-gradient(180deg, #fea73f 0%, #ff8b00 100%);
    color: #fff;
    padding: 15px;
    box-shadow: 0px 0px 40px 5px rgba(20, 99, 168, 0.08);
    transform: rotateY(180deg);
    border-radius: 10px;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 25px;
}

.mitra-item img {
    max-width: 80px;
}

@media (min-width: 992px) {
    .section-mitra {
        margin-bottom: 100px;
    }

    .mitra-item-custom {
        display: none;
    }

    .mitra-item {
        height: 285px;
    }

    .mitra-item img {
        max-width: 100%;
    }

    .mitra-item-wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
        padding: 60px 80px;
    }

    .mitra-item-front {
        padding: 50px 16px 30px;
    }

    .mitra-item-back {
        display: flex;
    }

    .mitra-item:hover .mitra-item-inner {
        transform: rotateY(180deg);
    }
}

.section-opsi hr {
    margin: 30px 0;
    border-top: 1px solid #fff;
}

.section-opsi {
    background: url(/images/revamp-2024/layanan-perusahaan/bg-biaya-layanan.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.webp .section-opsi {
    background: url(/images/revamp-2024/layanan-perusahaan/bg-biaya-layanan.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.other-item {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 20px;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 40px 5px rgba(20, 99, 168, 0.08);
    border-radius: 10px;
    flex: 1;
}

.other-item img {
    width: 40px;
    height: 40px;
}

.opsi-item {
    flex: 0 0 342px;
    position: relative;
    overflow: hidden;
    mask-image: url('/images/revamp-2024/layanan-perusahaan/card-opsi-harga_new.svg');
    -webkit-mask-image: url('/images/revamp-2024/layanan-perusahaan/card-opsi-harga_new.svg');
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.opsi-img img {
    transition: transform 0.5s ease, margin-top 0.5s ease;
}

@media (min-width:992px) {
    .opsi-item:hover .opsi-img img {
        transform: scale(30);
        margin-top: 500px;
        z-index: -1;
    }

    .opsi-item:hover .opsi-content>div>p:nth-of-type(2),
    .opsi-item:hover .opsi-content h4 {
        color: #fff !important;
    }

    .opsi-item:hover .point-item-harga {
        background: #fff !important;
    }

    .opsi-item:last-of-type:hover .opsi-content>div:first-of-type>p:nth-of-type(1) {
        color: #c2c0c0 !important;
    }

    .opsi-item:last-of-type:hover .opsi-content>div:last-of-type>p:nth-of-type(1) {
        color: #fff !important;
    }
}

.opsi-content>div>p:nth-of-type(2),
.opsi-content h4,
.opsi-content>div>p {
    transition: color 0.5s ease;
}

.opsi-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 35px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-end;
    text-align: center;
    max-width: 346px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.section-opsi .point-item {
    font-size: 14px;
    line-height: 125%;
    width: 100%;
    text-align: left;
}

.opsi-img {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
}

.opsi-item>img {
    margin: auto;
}

.slider-opsi {
    margin-bottom: 60px !important;
}

.slider-opsi .slick-dots {
    bottom: -30px !important;
}

.slider-opsi .slick-dots li button::before {
    font-size: 12px;
    color: #fff !important;
}

.slider-opsi .slick-dots li.slick-active button:before {
    opacity: 1 !important;
}

@media (min-width: 992px) {
    .section-opsi hr {
        margin: 40px 0;
    }

    .section-opsi {
        padding: 100px 0;
    }

    .opsi-content {
        left: 0;
        transform: none;
    }

    .en.opsi-content {
        padding-bottom: 90px;
    }
}

.section-contact .form-group {
    margin-bottom: 20px !important;
}

.bg-contact-katalog {
    padding: 20px 30px;
    background: url(/images/revamp-2024/layanan-perusahaan/bg-contact-katalog.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 0 20px 20px;
}

.contact-left img {
    border-radius: 20px 20px 0 0;
}

form label {
    color: var(--primary-500-color);
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    margin-bottom: 10px;
}

form input {
    height: 40px !important;
}

.select2-container {
    width: 100% !important;
}

form input,
.select2-selection,
form textarea {
    border-radius: 5px;
    background: var(--primary-50-color) !important;
    width: 100%;
}

.select2-selection__choice {
    background: var(--primary-100-color) !important;
}

form input::placeholder {
    color: var(--primary-100-color) !important;
    font-size: 16px;
}

.section-contact .nav-tabs {
    border-bottom: none;
}

.section-contact .nav-item {
    padding: 0;
    background: none;
    border: none;
}

.section-contact .nav-tabs {
    position: absolute;
    right: 0;
    top: 6.5px;
    gap: 20px;
}

.nav-item-left::after,
.nav-item-right::after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
}

.nav-item-left::after {
    background: url(/images/revamp-2024/layanan-perusahaan/icon-tab-left-active.svg);
}

.nav-item-right::after {
    background: url(/images/revamp-2024/layanan-perusahaan/icon-tab-right-active.svg);
}

.active.nav-item-right::after {
    background: url(/images/revamp-2024/layanan-perusahaan/icon-tab-right.svg);
}

.active.nav-item-left::after {
    background: url(/images/revamp-2024/layanan-perusahaan/icon-tab-left.svg);
}

.section-alur {
    background: url(/images/revamp-2024/layanan-perusahaan/circle-alur.svg);
    background-size: 700px;
    background-repeat: no-repeat;
    background-position: center 60px;
    padding-bottom: 130px;
}

@media (min-width: 400px) {
    .section-alur {
        background-position: center 30px;
    }
}

.circle-alur {
    width: fit-content;
    margin: auto;
    position: relative;
}

.circle-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(180deg, #fea73f 0%, #ff8b00 100%);
    border: 2px solid var(--primary-500-color);
    border-radius: 50%;
    padding: 10px;
    color: #fff;
    font-family: Ubuntu;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-text {
    padding: 20px;
    border-radius: 50px;
    background: #fff;
    color: #000;
    text-align: right;
    font-family: Ubuntu;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.hover .circle-text {
    background: var(--primary-500-color);
    color: #fff;
}

.circle-number-1,
.circle-number-2,
.circle-number-3,
.circle-number-4,
.circle-number-5 {
    display: flex;
    position: absolute;
    align-items: center;
    gap: 20px;
}

.circle-number-3 {
    flex-direction: column;
}

.circle-number-4,
.circle-number-5 {
    flex-direction: row-reverse;
}

.circle-number-1 {
    left: -30%;
    top: 45%;
    transform: translateY(-45%);
}

.circle-number-2 {
    left: -17%;
    top: 17%;
    transform: translateY(-17%);
}

.circle-number-3 {
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
}

.circle-number-4 {
    right: -12%;
    top: 17%;
    transform: translateY(-17%);
}

.circle-number-5 {
    right: -22%;
    top: 45%;
    transform: translateY(-45%);
}

.circle-content {
    display: none;
    max-width: 340px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.active.circle-content {
    display: flex;
}

.circle-alur-mobile {
    margin-top: 100px;
}

.circle-alur-mobile .slick-slide {
    height: auto !important;
}

.circle-alur-mobile .slick-dots {
    bottom: -40px !important;
}

.circle-alur-mobile .slick-dots li button::before {
    font-size: 12px;
    color: var(--primary-500-color) !important;
}

.circle-alur-mobile .slick-dots li.slick-active button:before {
    opacity: 1 !important;
}

@media (min-width: 992px) {
    .section-alur {
        background: url(/images/revamp-2024/layanan-perusahaan/bg-alur.svg);
        background-size: contain;
        background-position: 0 92%;
        background-repeat: no-repeat;
        padding-bottom: 0;
    }

    .section-alur h2 {
        margin-bottom: 140px;
    }
}

@media (min-width: 992px) {
    .section-layanan-belum-kami-dukung .line-separator {
        height: 408px;
    }
}

.nav-pills-mengapa {
    gap: 20px;
    flex: 1 1 535px;
}

.tab-content-mengapa {
    flex: 1 1 494px;
}

.nav-pills-mengapa .nav-link,
.nav-pills-mengapa .nav-link.active {
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
    color: #000 !important;
    border-radius: 10px;
    border: 1px solid var(--primary-50-color);
    background: #fff;
    box-shadow: 0px 0px 40px 5px rgba(20, 99, 168, 0.08);
}

.nav-pills-mengapa .nav-link.active {
    border: 1px solid var(--Primary-primary-500, #004a80);
}

.accordion-mengapa .btn {
    width: 100%;
    padding: 0;
    gap: 20px;
    justify-content: flex-start;
}

.accordion-mengapa .btn:focus,
.accordion-mengapa .btn:hover {
    box-shadow: none;
    text-decoration: none;
}

.accordion-mengapa .card {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--primary-50-color);
    background: #fff;
    box-shadow: 0px 0px 40px 5px rgba(20, 99, 168, 0.08);
    margin-bottom: 20px;
}

.accordion-mengapa .card:last-of-type {
    margin-bottom: 0;
}

.accordion-mengapa .card-header {
    background: #fff;
    padding: 0;
    border-bottom: none;
}

.accordion-mengapa .card-body {
    padding: 20px 0 0 0;
}

.accordion-mengapa h5 {
    color: #000;
    text-align: left;
}

@media (min-width: 992px) {
    .section-kelebihan .line-separator {
        height: 580px;
    }
}

.masalah-wrapper .slick-dots {
    bottom: -40px !important;
}

.masalah-wrapper .slick-dots li button::before {
    font-size: 12px;
    color: var(--primary-500-color) !important;
}

.masalah-wrapper .slick-dots li.slick-active button:before {
    opacity: 1 !important;
}

.masalah-item-1,
.masalah-item-2,
.masalah-item-3,
.masalah-item-4 {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid var(--primary-50-color);
    box-shadow: 0px 0px 40px 5px rgba(20, 99, 168, 0.08);
    height: 580px;
    padding: 20px;
    text-align: left;
    transition: background-image 0.3s ease-in;
}

.masalah-item-1 {
    background: url(/images/revamp-2024/layanan-perusahaan/bg-masalah-1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.webp .masalah-item-1 {
    background: url(/images/revamp-2024/layanan-perusahaan/bg-masalah-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.masalah-item-2 {
    background: url(/images/revamp-2024/layanan-perusahaan/bg-masalah-2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.webp .masalah-item-2 {
    background: url(/images/revamp-2024/layanan-perusahaan/bg-masalah-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.masalah-item-3 {
    background: url(/images/revamp-2024/layanan-perusahaan/bg-masalah-3.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.webp .masalah-item-3 {
    background: url(/images/revamp-2024/layanan-perusahaan/bg-masalah-3.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.masalah-item-4 {
    background: url(/images/revamp-2024/layanan-perusahaan/bg-masalah-4.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.webp .masalah-item-4 {
    background: url(/images/revamp-2024/layanan-perusahaan/bg-masalah-4.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.toggle-button,
.toggle-button:hover {
    padding: 5px 16px;
    background: var(--primary-500-color);
    border-radius: 40px;
    color: #fff;
    font-weight: 400 !important;
    margin-top: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toggle-button::after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background: url(/images/revamp-2024/layanan-perusahaan/icon-click-solusi.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.expanded .toggle-button::after {
    background: url(/images/revamp-2024/layanan-perusahaan/icon-click-masalah.svg);
}

.expanded .toggle-button {
    background: #fff;
    color: var(--primary-500-color);
}

.expanded h4,
.expanded p {
    color: #fff;
}

.masalah-item-1.expanded {
    background: url(/images/revamp-2024/layanan-perusahaan/bg-masalah-1-hover.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.webp .masalah-item-1.expanded {
    background: url(/images/revamp-2024/layanan-perusahaan/bg-masalah-1-hover.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.masalah-item-2.expanded {
    background: url(/images/revamp-2024/layanan-perusahaan/bg-masalah-2-hover.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.webp .masalah-item-2.expanded {
    background: url(/images/revamp-2024/layanan-perusahaan/bg-masalah-2-hover.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.masalah-item-3.expanded {
    background: url(/images/revamp-2024/layanan-perusahaan/bg-masalah-3-hover.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.webp .masalah-item-3.expanded {
    background: url(/images/revamp-2024/layanan-perusahaan/bg-masalah-3-hover.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.masalah-item-4.expanded {
    background: url(/images/revamp-2024/layanan-perusahaan/bg-masalah-4-hover.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.webp .masalah-item-4.expanded {
    background: url(/images/revamp-2024/layanan-perusahaan/bg-masalah-4-hover.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    .toggle-button {
        display: none;
    }

    .masalah-item-1.expanded>div {
        padding-top: 100px;
    }

    .masalah-item-1,
    .masalah-item-2,
    .masalah-item-3,
    .masalah-item-4 {
        justify-content: center;
        text-align: center;
        gap: 20px;
        height: 400px;
        border-bottom: 10px solid var(--primary-500-color);
    }

    .masalah-item-1:hover,
    .masalah-item-1.expanded {
        background: url(/images/revamp-2024/layanan-perusahaan/bg-masalah-1-hover.png);
        border: none;
    }

    .webp .masalah-item-1:hover,
    .webp .masalah-item-1.expanded {
        background: url(/images/revamp-2024/layanan-perusahaan/bg-masalah-1-hover.webp);
    }

    .masalah-item-2:hover,
    .masalah-item-2.expanded {
        background: url(/images/revamp-2024/layanan-perusahaan/bg-masalah-2-hover.png);
        border: none;
    }

    .webp .masalah-item-2:hover,
    .webp .masalah-item-2.expanded {
        background: url(/images/revamp-2024/layanan-perusahaan/bg-masalah-2-hover.webp);
    }

    .masalah-item-3:hover,
    .masalah-item-3.expanded {
        background: url(/images/revamp-2024/layanan-perusahaan/bg-masalah-3-hover.png);
        border: none;
    }

    .webp .masalah-item-3:hover,
    .webp .masalah-item-3.expanded {
        background: url(/images/revamp-2024/layanan-perusahaan/bg-masalah-3-hover.webp);
    }

    .masalah-item-4:hover,
    .masalah-item-4.expanded {
        background: url(/images/revamp-2024/layanan-perusahaan/bg-masalah-4-hover.png);
        border: none;
    }

    .webp .masalah-item-4:hover,
    .webp .masalah-item-4.expanded {
        background: url(/images/revamp-2024/layanan-perusahaan/bg-masalah-4-hover.webp);
    }

    .masalah-item-1:hover,
    .masalah-item-2:hover,
    .masalah-item-3:hover,
    .masalah-item-4:hover {
        color: white !important;
    }

    .masalah-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (min-width: 992px) {
    .skema-img {
        flex: 1 1 532px;
    }

    .skema-content {
        flex: 0 0 498px;
    }

    .section-skema .line-separator {
        height: 698px;
    }
}

.banner {
    border-radius: 20px;
    object-fit: cover;
    object-position: right bottom;
    width: 100%;
}

.banner-content {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.banner-text p {
    color: #fff;
}

.img-banner {
    height: 100%;
    object-fit: contain;
}

.banner-text {
    padding: 0 26px;
    text-align: center;
}

.banner-container {
    height: 253px;
}

@media (min-width: 992px) {
    .banner-text {
        flex: 0 0 783px;
        text-align: left;
        padding: 36px 60px 36px 60px;
    }
}

.section-percayakan {
    background: linear-gradient(99deg, #FFF 0%, #E2E6EF 98.14%);
    padding-bottom: 30px;
    margin-top: 30px;
}

.percayakan-detail {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.percayakan-item {
    padding: 12px 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.percayakan-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (min-width:992px) {
    .section-percayakan {
        background: linear-gradient(99deg, #FFF 0%, #E2E6EF 98.14%);
        margin: 100px 0;
        padding: 100px 0;
    }

    .percayakan-wrapper {
        flex-direction: row;
        gap: 40px;
        align-items: center;
    }

    .percayakan-text {
        flex: 0 0 330px;
    }

    .percayakan-detail {
        grid-template-columns: repeat(2, 1fr);
    }
}

.comparison-table-wrapper {
    border-radius: 10px;
    border: 1px solid rgba(20, 99, 168, 0.13);
    overflow: hidden;
    margin: 20px 0;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

.comparison-table th {
    padding: 16px 24px;
    text-align: left;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 125%;
    color: #fff;
    border: none;
}

.comparison-table th:first-child {
    border-top-left-radius: 10px;
}

.comparison-table th:last-child {
    border-top-right-radius: 10px;
}

.comparison-table th.peran-header {
    background: #484848;
}

.comparison-table th.kazokku-header {
    background: #09619F;
}

.comparison-table th.klien-header {
    background: #1B84CF;
}

.comparison-table td {
    padding: 16px 24px;
    text-align: left;
    font-family: 'Red Hat Text', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #09619F;
    border: none;
    border-bottom: 1px solid rgba(20, 99, 168, 0.13);
    background: #fff;
}

.comparison-table td.kazokku-cell,
.comparison-table td.klien-cell {
    text-align: center;
}

.comparison-cell-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.comparison-cell-content::before {
    content: '';
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.comparison-cell-content:not(.diluar-cakupan)::before {
    background-image: url(/images/revamp-2024/staff-it/tick-circle-green.svg);
}

.comparison-cell-content.diluar-cakupan::before {
    background-image: url(/images/revamp-2024/staff-it/close-circle.svg);
}

.comparison-table-wrapper-mobile {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.comparison-table-mobile-item {
    display: flex;
    flex-direction: column;
}

.comparison-table-mobile-item-title {
    border-radius: 8px 8px 0 0;
    background: #484848;
    padding: 6px 16px;
}

.comparison-table-mobile-content-wrapper {
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 8px;
    border-radius: 0 0 8px 8px;
    border: 1px solid rgba(20, 99, 168, 0.13);
    background: var(--Primary-primary-50, #E6EDF2);
}

.comparison-table-mobile-content-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 8px;
    background: var(--Netral-white, #FFF);
    padding: 4px;
    flex: 1;
}

.comparison-table-mobile-content-item-detail {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: baseline;
    color: #09619F;
}

.comparison-table-mobile-content-item-detail img {
    flex-shrink: 0;
}

.comparison-table-mobile-content-item-detail p {
    line-height: 17.5px;
}

@media (min-width: 992px) {

    .comparison-table th.peran-header,
    .comparison-table td.peran-cell {
        width: 320px;
    }
}

@media (max-width: 768px) {
    .comparison-table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 16px 0;
    }

    .comparison-table {
        font-size: 14px;
        min-width: 660px;
        margin: 0;
    }

    .comparison-table th {
        padding: 16px 12px;
        font-size: 16px;
        min-width: 220px;
    }

    .comparison-table td {
        padding: 12px 8px;
        font-size: 14px;
        min-width: 220px;
    }
}

.industri-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
}

.industri-item {
    border-radius: 10px;
    background: linear-gradient(314deg, #CBE9FF 0.91%, #FFF 67.48%);
    padding: 8px;
    position: relative;
}

.industri-item .industri-bg {
    border-radius: 10px;
    background: linear-gradient(304deg, #E9F6FF -36.2%, #008AEF 55.76%);
    display: flex;
    flex-direction: row;
    padding: 16px;
    gap: 16px;
    height: 100%;
}

.industri-item .pelajari {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
    transition: all 0.3s ease;
}

.industri-item p {
    color: #fff;
}

.industri-item .pelajari::after {
    content: '';
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M9.62012 3.95312L13.6668 7.99979L9.62012 12.0465' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.33301 8H13.553' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    transition: background 0.3s ease;
}

.industri-item .pelajari::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.industri-item .pelajari:hover {
    color: #004A80;
}

.industri-item .pelajari:hover::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M9.62012 3.95312L13.6668 7.99979L9.62012 12.0465' stroke='%23004A80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.33301 8H13.553' stroke='%23004A80' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
}

@media (min-width: 992px) {
    .industri-wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .industri-item .industri-bg {
        flex-direction: column;
    }
}

.section-salary {
    background-image: url("/images/revamp-2024/staff-it/bg-estimasi.png");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

.webp .section-salary {
    background-image: url("/images/revamp-2024/staff-it/bg-estimasi.webp");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.estimasi-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.estimasi-benefit {
    border-radius: 20px;
    border: 1px solid var(--Primary-primary-500, #004A80);
    background: var(--Netral-white, #FFF);
    padding: 16px;
}

.estimasi-benefit .benefit-title {
    border-radius: 8px;
    background-image: url("/images/revamp-2024/staff-it/bg-benefit-title.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 16px;
}

.webp .estimasi-benefit .benefit-title {
    background-image: url("/images/revamp-2024/staff-it/bg-benefit-title.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.benefit-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 16px;
}

.benefit-list li {
    display: flex;
    gap: 16px;
    align-items: center;
    line-height: 23px;
}

.benefit-list li::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("/images/revamp-2024/staff-it/tick-circle-green.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.nav-tabs-estimasi {
    border-bottom: none;
    gap: 16px;
    margin-bottom: 22px;
    flex-wrap: nowrap;
}

.nav-tabs-estimasi .nav-item {
    flex: 1;
}

.nav-tabs-estimasi .nav-link {
    border-radius: 12px;
    border: 1px solid var(--Netral-white, #FFF);
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(15px);
    padding: 16px 24px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Primary-primary-500, #004A80);
    font-family: "Ubuntu";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.nav-tabs-estimasi .nav-link:hover {
    background: #88bfe9;
}

.nav-tabs-estimasi .nav-link.active {
    background: #018AF0;
    border: none;
    color: #fff;
}

.salary-content {
    border-radius: 20px;
    border: 1px solid var(--Netral-white, #FFF);
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(15px);
    padding: 24px;
}

.salary-content .salary-budget {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid var(--Primary-primary-100, #B0C7D8);
    background: var(--Primary-primary-50, #E6EDF2);
}

.tab-content-estimasi {
    height: 100%;
}

.tab-content-estimasi .tab-pane {
    height: 100%;
}

.salary-content {
    height: 100%;
}

.estimasi-salary {
    display: flex;
    flex-direction: column;
}

@media (min-width:992px) {
    .section-salary {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .estimasi-wrapper {
        flex-direction: row;
        gap: 24px;
    }

    .estimasi-benefit {
        flex: 0 0 423px;
        padding: 24px;
    }

    .benefit-title {
        padding: 24px;
    }

    .estimasi-salary {
        flex: 1;
    }

    .nav-tabs-estimasi {
        border-bottom: none;
        gap: 24px;
    }

    .benefit-list {
        gap: 16px;
        margin-top: 24px;
    }

    .nav-tabs-estimasi .nav-link {
        font-size: 24px;
        line-height: 125%;
        height: 78px;
        padding: 24px;
    }
}

.proses-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
}

.proses-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid var(--Primary-primary-50, #E6EDF2);
    background: #FFF;
    box-shadow: 0 0 40px 5px rgba(20, 99, 168, 0.08);
    gap: 20px;
    padding: 20px;
}

.proses-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--Netral-white, #FFF);
    font-family: Ubuntu;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

.proses-item:nth-child(1) .proses-number {
    background: #A8C86D;
}

.proses-item:nth-child(2) .proses-number {
    background: #004A80;
}

.proses-item:nth-child(3) .proses-number {
    background: #B179F5;
}

.proses-item:nth-child(4) .proses-number {
    background: #F5456F;
}

.proses-item:nth-child(5) .proses-number {
    background: #B65E2D;
}

.proses-item:nth-child(6) .proses-number {
    background: #F7941D;
}

@media (min-width:992px) {
    .proses-bg {
        background-image: url("/images/revamp-2024/staff-it/bg-proses-sederhana.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 45px 0 57px;
        min-height: 400px;
    }

    .proses-wrapper {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 24px;
        column-gap: 251px;
    }

    .proses-item:nth-child(1) {
        order: 1;
        margin-left: 30px;
    }

    .proses-item:nth-child(2) {
        order: 3;
        margin-right: 30px;
    }

    .proses-item:nth-child(3) {
        margin-left: 30px;
        order: 5;
    }

    .proses-item:nth-child(4) {
        order: 2;
        margin-right: 30px;
    }

    .proses-item:nth-child(5) {
        order: 4;
        margin-left: 30px;
    }

    .proses-item:nth-child(6) {
        order: 6;
        margin-right: 30px;
    }
}

.alasan-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.alasan-item {
    display: flex;
    flex-direction: column;
}

.alasan-left,
.alasan-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#accordionAlasan .card {
    border: none;
    border-bottom: 1px solid #E7E7E7;
}

#accordionAlasan .card:last-child {
    margin-bottom: 0;
}

#accordionAlasan .card-header {
    padding: 0;
    background: none;
    border: none;
}

#accordionAlasan .btn-link {
    padding: 10px 40px 10px 0;
    text-decoration: none;
    width: 100%;
    position: relative;
    justify-content: flex-start;
}

#accordionAlasan .btn-link::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(/images/revamp-2024/staff-it/chevron-collapse.svg) no-repeat center;
    transition: transform 0.3s ease;
}

#accordionAlasan .btn-link:not(.collapsed)::after {
    transform: translateY(-50%) rotate(180deg);
}

#accordionAlasan .card-body {
    padding: 0;
    padding-bottom: 8px;
}

@media (min-width:992px) {
    .alasan-wrapper {
        flex-direction: row;
        gap: 40px;
    }

    .alasan-left,
    .alasan-right {
        flex: 1;
        gap: 24px;
    }

    .alasan-wrapper .line-separator {
        height: 438px;
    }
}