.body-of-content.is-nav-show {
    padding-top: 0 !important;
}

.line-height-125 {
    line-height: 1.25;
}

.weight-400 {
    font-weight: 400;
}

.weight-500 {
    font-weight: 500;
}

.weight-600 {
    font-weight: 600;
}

.weight-700 {
    font-weight: 700;
}

.font-italic {
    font-style: italic;
}

.text-link,
.text-link:hover {
    color: #000;
    border-bottom: 1px solid #000;
    text-decoration: none;
}

.btn-register,
.btn-titipjual {
    background-color: #fdd314;
    border-radius: 1.25rem;
}

.btn-titipjual {
    width: 100%;
}

.btn-hubungi {
    background-color: #fff;
    color: #3cc0fe;
    border-radius: 1.25rem;
    border: 1px solid #3cc0fe;
}

.btn-register-modal {
    background-color: #fdd314;
    border-radius: 1.25rem;
}

.horizontal-separator {
    border-bottom: 1px solid #aeaeae;
    line-height: 0;
}

.container-banner {
    position: relative;
    /* height: 56.25vw; */
    /* 16:9 aspect ratio (9 / 16 * 100) */
    max-height: 100vh;
    overflow: hidden;
    background-color: #fdd314;
}

.img-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 30%;
}

@media (min-width: 768px) {
    .img-banner {
        max-height: 100vh;
    }
}

.container-alasan,
.container-testimonial,
.container-alasan-titip {
    display: grid;
}

.container-alasan-titip {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.img-alasan {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
}

.img-alasan.new {
    height: 12.5rem;
    max-height: 12.5rem;
    object-position: 50% 30%;
}

.max-line-2,
.max-line-4,
.max-line-5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max-line-2 {
    -webkit-line-clamp: 2;
}

.max-line-4 {
    -webkit-line-clamp: 4;
}

.max-line-5 {
    -webkit-line-clamp: 5;
}

.bg-light-grey {
    background-color: #f4f4f4;
}

.photo-agent {
    border-radius: 50%;
    width: 8.25rem;
    max-width: 8.25rem;
    height: 8.25rem;
    max-height: 8.25rem;
}

.btn-register:focus,
.btn-hubungi:focus,
.form-input-modal:focus,
.btn-titipjual:focus,
.btn-slide-trigger:focus,
.modal-header .close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}

.form-input-modal {
    border-radius: 8px;
    border: 1px solid #000;
}

.form-input-modal:focus {
    border-color: #fdd314;
    border: 1px solid #fdd314;
}

.form-input-modal::-webkit-outer-spin-button,
.form-input-modal::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-input-modal[type="number"] {
    -moz-appearance: textfield;
}

.grid-form-modal {
    display: grid;
}

.menu-date-register {
    width: 17rem;
    max-width: 17rem;
    max-height: 12.75rem;
    overflow-y: auto;
}

.item-date-register {
    cursor: pointer;
}

.item-date-register .main-text {
    font-size: 0.875em;
}

.item-date-register .subtext {
    font-size: 0.75em;
}

.item-date-register:hover {
    background-color: #fdd314;
}

.btn-slide-trigger {
    position: absolute;
    background-color: transparent;
    font-size: 2em;
    outline: 0;
    border: 0;
    z-index: 9;
}

.btn-slide-trigger.left {
    left: 0;
}

.btn-slide-trigger.right {
    right: 0;
}

.sup-note {
    vertical-align: sub;
}

/* Small devices (portrait phones, 575px and down) */
@media only screen and (max-width: 374px) {

    /* Container Banner Text */
    .container-content-ads {
        padding: 1.75rem 1rem !important;
    }

    .container-content-ads-30 {
        padding: 1.875rem 1rem !important;
    }

    /* New CTA Button */
    .btn-register.cta,
    .btn-hubungi.cta {
        font-size: 1em !important;
    }
}

@media only screen and (max-width: 575px) {
    .text-cta-link {
        font-size: 0.875em;
    }

    .title-content {
        font-size: 1.5em;
    }

    .subtitle-content {
        font-size: 1.25em;
    }

    .text-content {
        font-size: 1em;
    }

    .subtext-content,
    .small-subtext-content {
        font-size: 0.875em;
    }

    .btn-register,
    .btn-hubungi {
        width: 100%;
    }

    .btn-register.new,
    .btn-hubungi.new,
    .btn-titipjual {
        font-size: 0.875em;
    }

    .btn-register.cta {
        font-size: 1.25em;
    }

    .btn-hubungi.cta {
        font-size: 1em;
    }

    .container-alasan,
    .container-testimonial {
        grid-template-columns: 1fr;
    }

    .container-alasan,
    .container-testimonial {
        row-gap: 1.875rem;
        column-gap: 0;
    }

    .container-testimonial.caption {
        row-gap: 1.75rem !important;
    }

    .grid-form-modal {
        grid-template-columns: 8rem 1fr;
    }

    .label-input-modal {
        font-size: 0.75em;
    }

    .content-img {
        width: 15.75rem;
        max-width: 15.75rem;
    }

    .img-alasan.old {
        max-height: 10rem;
    }

    .btn-slide-trigger {
        top: 10rem;
    }

    /* Container Banner Text */
    .container-content-ads {
        padding: 1.75rem;
    }

    .container-content-ads-30 {
        padding: 1.875rem;
    }

    /* Iframe Youtube */
    .wrapper-iframe {
        height: 250px;
        max-height: 250px;
    }
}

/* Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {

    .text-cta-link,
    .text-content {
        font-size: 1em;
    }

    .title-content {
        font-size: 1.5em;
    }

    .subtitle-content,
    .btn-register.cta,
    .btn-hubungi.cta {
        font-size: 1.25em;
    }

    .subtext-content,
    .small-subtext-content,
    .btn-register.new,
    .btn-hubungi.new,
    .label-input-modal,
    .btn-titipjual {
        font-size: 0.875em;
    }

    .btn-register,
    .btn-hubungi {
        width: 100%;
    }

    .container-alasan,
    .container-testimonial {
        grid-template-columns: 1fr;
    }

    .container-alasan,
    .container-testimonial {
        row-gap: 1.875rem;
        column-gap: 0;
    }

    .container-testimonial.caption {
        row-gap: 1.75rem !important;
    }

    .grid-form-modal {
        grid-template-columns: 10rem 1fr;
    }

    .content-img {
        width: 15.75rem;
        max-width: 15.75rem;
    }

    .img-alasan.old {
        max-height: 10rem;
    }

    .btn-slide-trigger {
        top: 10rem;
    }

    /* Container Banner Text */
    .container-content-ads {
        padding: 1.75rem;
    }

    .container-content-ads-30 {
        padding: 1.875rem;
    }

    /* Iframe Youtube */
    .wrapper-iframe {
        height: 300px;
        max-height: 300px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    .btn-register,
    .btn-hubungi {
        width: 20rem;
    }

    .btn-register.new,
    .btn-hubungi.new {
        width: 25rem;
        font-size: 1em;
    }

    .btn-register.cta,
    .btn-hubungi.cta {
        width: 30rem;
    }

    .btn-titipjual {
        font-size: 1em;
    }

    .btn-slide-trigger {
        top: 50%;
        transform: translateY(-50%);
    }

    .img-alasan.old {
        max-height: 12rem;
        object-position: 50% 30%;
    }

    /* Register Webinar */
    .wrapper-input-form {
        grid-template-columns: 0.5fr 1fr !important;
    }

    /* Iframe Youtube */
    .wrapper-iframe {
        height: 350px;
        max-height: 350px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .title-content,
    .subtitle-content {
        font-size: 1.75em;
    }

    .text-content {
        font-size: 1.125em;
    }

    .subtext-content {
        font-size: 1em;
    }

    .btn-register,
    .btn-hubungi {
        font-size: 1.25em;
    }

    .container-alasan,
    .container-testimonial {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .container-alasan {
        gap: 1rem !important;
    }

    .container-testimonial {
        gap: 1.25rem !important;
    }

    .content-img {
        width: 17rem;
        max-width: 17rem;
    }

    .img-alasan.old {
        max-height: 10rem !important;
    }

    /* Register Webinar */
    .container-content-register {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    /* Iframe Youtube */
    .wrapper-iframe {
        height: 450px;
        max-height: 450px;
    }
}

@media only screen and (min-width: 1200px) {
    .content-img {
        width: 19rem;
        max-width: 19rem;
    }

    /* Iframe Youtube */
    .wrapper-iframe {
        height: 550px;
        max-height: 550px;
    }
}

/* New Styles */
.pad-bot-30 {
    padding-bottom: 1.875rem;
}

.pad-top-30 {
    padding-top: 1.875rem;
}

.pad-bot-20 {
    padding-bottom: 1.25rem;
}

.pad-top-20 {
    padding-top: 1.25rem;
}

.pad-bot-15 {
    padding-bottom: 15px;
}

.pad-top-15 {
    padding-top: 15px;
}

.mar-bot-15 {
    margin-bottom: 15px;
}

.mar-top-15 {
    margin-top: 15px;
}

.pad-bot-28 {
    padding-bottom: 1.75rem;
}

.pad-top-28 {
    padding-top: 1.75rem;
}

.pad-bot-14 {
    padding-bottom: 0.875rem;
}

.pad-top-14 {
    padding-top: 0.875rem;
}

.btn-register.new,
.btn-register.new:hover,
.btn-register.cta,
.btn-register.cta:hover {
    background-color: #000;
    color: #fff;
    border-radius: 0.625rem;
    padding: 0.875rem 0.75rem;
}

.btn-hubungi.new,
.btn-hubungi.cta,
.btn-hubungi.cta:hover {
    padding: 0.875rem 0.75rem;
    border-radius: 0.625rem;
}

.btn-hubungi.new:hover,
.btn-hubungi.cta,
.btn-hubungi.cta:hover {
    color: #3cc0fe;
}

.bg-yellow {
    background-color: #fdd314;
}

/* New Testimonial Section */
.title-content-cta {
    font-size: 1.75em;
}

.wrapper-caption-testimoni {
    position: relative;
}

.wrapper-caption-testimoni blockquote p:first-child:before {
    content: "\201C";
    color: #fdd314;
    font-size: 7.5em;
    font-weight: 600;
    position: absolute;
    text-shadow: none;
    z-index: -1;
    top: -2.75rem;
    left: -1.25rem;
}

.blockquote {
    font-size: 1em;
}

.yellow-hor-line {
    border-bottom: 3px solid #fdd314;
    line-height: 0;
    width: 100%;
    max-width: 75%;
}

/* Register Webinar */
@media only screen and (min-width: 376px),
screen and (min-width: 668px) {
    .wrapper-content-register {
        height: calc(100vh - 174.4px);
        overflow-y: scroll;
    }
}

/* Iframe Youtube */
.wrapper-iframe {
    width: 100%;
}

.wrapper-iframe {
    position: relative;
}
