/* @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

:root {

    /*========== Font and typography ==========*/
    --body-font: 'Poppins', sans-serif;

    /* .5rem = 8px, 1rem = 16px, 1.5rem = 24px ... */
    --h1-font-size: 3.5rem;
    --h2-font-size: 1.7rem;
    --h3-font-size: 1.5rem;
}

/* Font size for large devices */
@media (max-width: 450px) {
    :root {
        --h1-font-size: 2.4rem;
        --h2-font-size: 1.4rem;
        --h3-font-size: 1.2rem;
    }
}

@media (max-width: 780px) {
    .logogambar {
        width: 15%;
        height: 25%;
    }

    .iso_panjang {
        width: 100%;
        height: 80%;
    }
}

@media (max-width: 450px) {
    .logogambar {
        width: 20%;
        height: 25% !important;
    }

    .logogambarvendor {
        width: 45%;
        height: 75% !important;
    }

    .logogambaripi {
        width: 42%;
        height: 75% !important;
    }

    .modehp {
        justify-content: center !important;
        text-align: center !important;

    }

    .garis_atas {
        margin-left: auto;
        margin-right: auto;
    }

    .bottomFixButtionComponent {
        z-index: 2;
        position: fixed;
        bottom: 0px;
        padding-top: 10px;
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        box-shadow: 0px -4px 3px rgb(27 27 24 / 5%);
    }

    .bawah-tombol {
        width: 40%;
        padding: 8px;
        border-radius: 4px;
        margin-bottom: 8px;
        border: none;
        color: #fff;
        text-decoration: none;
    }
}

.bottomFixButtionComponent {
    margin-top: -50px;
}

body {
    font-family: var(--body-font);
}

.heronya {
    background: url('/images/page_event/compres/9.jpg');
    background-size: cover;
    height: 100%;
    padding-bottom: 100px;
    display: flex;
    background-position: center center;
}

.heronya2 {
    background-size: cover;
    padding-bottom: 100px;
    height: 100%;
    display: flex;
    background-position: center center;
}

.heronya_ppk {
    background: url('/images/page_event/compres/26.jpg');
    background-size: cover;
    height: 100%;
    padding-bottom: 65px;
    display: flex;
    background-position: center center;
}

.logogambar {
    max-width: 25%;
    height: auto;
}

.logo_belakang {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


.space-2 {
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.masuk {
    text-indent: 2rem;
}

.text-justify {
    text-align: justify;
}

.responsive img {
    max-width: 100%;
    height: auto;
}

.responsive1 img {
    max-width: 10%;
}

.font-weight-light {
    font-weight: 200;
}

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

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

.font-weight-bold {
    font-weight: 800;
}

.font-weight-extra-bold {
    font-weight: 900;
}

.justify-content-between {
    justify-content: space-between;
}

.kata {
    color: black;
    text-align: justify;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.8rem;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2em;
    padding-left: 0;
}

.fa-li {
    position: absolute;
    font-size: 1.2em;
}

.judul1 {
    letter-spacing: 2px;
    font-size: var(--h2-font-size);
    text-align: center;
}

.deskripsi {
    text-align: center;
    font-size: var(--h2-font-size);
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 2s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.tombol_daftar:hover .tombol_icon {
    transform: translateX(.8rem);
    transition: .3s;
}

.tombol_flex {
    display: inline-flex;
}

.masukan {
    width: calc(100% - 57px);
    height: 36px;
    padding: 0 5px 0 5px;
    margin: 0 0 2px -5px;
    border-radius: 0 5px 5px 0;
    border: solid 1px #cbc9c9;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .09);
    background: #fff;
}

.gedein:hover {
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(1.08);
    transform: scale(1.04);
}

.card.gedein {
    height: 100px;
}

/* Start Warna Oren */
.bulet-warna-oren {
    background: linear-gradient(120deg, #ECE6D8 0%, #FF4600 100%);
}

.kartu-oren {
    border-color: #fff !important;
    border-left-color: #FF4600 !important;
}

.warna-oren1 {
    color: #de4437;
}

.warna-oren2 {
    color: #FF4600;
}

.warna-oren3 {
    color: #ECE6D8;
}

.bg-warna-oren1 {
    background-color: #de4437;
}

.bg-warna-oren2 {
    background-color: #FF4600;
}

.bg-warna-oren3 {
    background-color: #ECE6D8;
}

.card-semua-warna-oren1 {
    border: 3px dashed #de4437;
    border-radius: 20px 20px;
}

.card-atas-warna-oren1 {
    border-bottom: 3px dashed #de4437;
    border-radius: 20px 20px 0 0;
}

.terbatas-warna-oren1 {
    background-color: #FF4600;
    margin-left: auto;
    margin-right: auto;
    border: 4px dashed #fff;
}


.nomor-list-warna-oren {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
}

.nomor-list-warna-oren li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
}

.nomor-list-warna-oren li::before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    --size: 20px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    transform: rotate(-10deg);
    background: #FF4600;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 0 #999;
}


.garis-warna-oren {
    background-image: linear-gradient(#FF4600, #FF4600);
    background-position: bottom center;
    background-size: 60% 3px;
    background-repeat: no-repeat;
    padding-bottom: 3px;
}



.jenis-warna-oren {
    background-color: #FF4600;
    padding: 0 8px;
    border-radius: 8px;
    font-size: var(--h2-font-size);
    border-top: 6px solid #ECE6D8;
    border-bottom: 6px solid #ECE6D8;
}


.judul-waktu-warna-oren1 {
    background-color: #de4437;
    padding: 2px 8px;
    border-radius: 8px;
    font-size: var(--h2-font-size);
    border: 2px dashed #ECE6D8;
}



.tombol-warna-oren2 {
    background-color: #de4437;
    padding: .6rem 1.5rem;
    font-size: var(--h3-font-size);
    border-radius: 8px;
    text-decoration: none;
}

.sinar-warna-oren1 {
    border-color: #FF4600;
    box-shadow: 0 0 40px 40px #FF4600 inset, 0px 4px 4px rgba(0, 0, 0, .25);

    transition: all 150ms ease-in-out;
}

.sinar-warna-oren1:hover {
    box-shadow: 0 0 10px 0 #FF4600 inset, 0 0 10px 4px #FF4600;
}



.form-warna-oren {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: solid 1px #ccc;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .31);
    background: #ECE6D8;
    ;
}

.form-icon-warna-oren {
    padding: 9px 15px;
    margin-top: -1px;
    border-radius: 5px 0 0 5px;
    border: solid 0px #cbc9c9;
    background: #FF4600;
    color: #fff;
}

.form-tombol-warna-oren {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: none;
    background: #FF4600;
    color: #fff;
    letter-spacing: 0.4px;
}

.form-tombol-warna-oren:hover {
    background: #de4437;
}

.nomor-list2-warna-oren {
    clear: both;
    list-style: none;
    padding-left: 2%;
}

.nomor-list2-warna-oren li {
    margin: 2em 0;
    padding-top: 1em;
    display: block;
    position: relative;
    counter-increment: inst;
}

.nomor-list2-warna-oren li::before {
    content: counter(inst);
    background: #FF4600;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    font-style: italic;
    border-radius: 0 0.675em 0.675em 0;
    font-size: 1.5em;
    text-align: center;
    padding-top: 0;
    padding-left: 2.25%;
    left: -6%;
    top: -0.65em;
    height: 1.35em;
    width: 1.35em;
    position: absolute;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}

@media (min-width: 33em) {
    .nomor-list2-warna-oren li:before {
        border-radius: 50%;
        font-size: 1.5em;
        height: 1.35em;
        margin-left: 2.5%;
        padding-left: 0;
        padding-top: 0;
        top: -0.15em;
        width: 1.35em;
        z-index: -1;
    }
}



/* -------------------------------- Start Timeline -------------------------------- */
#cd-timeline-warna-oren {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline-warna-oren::before {
    content: '';
    position: absolute;
    top: 100px;
    left: 25px;
    height: 85%;
    width: 4px;
    background: #de4437;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline-warna-oren {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    #cd-timeline-warna-oren::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-warna-oren-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-warna-oren-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-warna-oren-block:first-child {
    margin-top: 0;
}

.cd-timeline-warna-oren-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-oren-block {
        margin: 4em 0;
    }

    .cd-timeline-warna-oren-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-warna-oren-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-warna-oren-img {
    position: absolute;
    top: 8px;
    left: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.cd-timeline-warna-oren-img {
    background: #de4437;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-oren-img {
        width: 30px;
        height: 30px;
        left: 50%;
        margin-left: -15px;
        margin-top: 15px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
}

.cd-timeline-warna-oren-content {
    position: relative;
    margin-left: 60px;
    background: #ECE6D8;
    border-radius: 8px;
    padding: 1em;
}

.cd-timeline-warna-oren-content .timeline-content-info i {
    margin-right: 5px;
}

.cd-timeline-warna-oren-content .timeline-content-info .timeline-content-info-title,
.cd-timeline-warna-oren-content .timeline-content-info .timeline-content-info-date {
    width: calc(50% - 2px);
    display: inline-block;
}

@media (max-width: 500px) {

    .cd-timeline-warna-oren-content .timeline-content-info .timeline-content-info-title,
    .cd-timeline-warna-oren-content .timeline-content-info .timeline-content-info-date {
        display: block;
        width: 100%;
    }
}

.cd-timeline-warna-oren-content .content-skills {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cd-timeline-warna-oren-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-warna-oren-content .cd-date {
    display: inline-block;
    padding: 0 30%;
}

.cd-timeline-warna-oren-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-warna-oren-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #ECE6D8;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-oren-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
        margin: 0;
    }

    .cd-timeline-warna-oren-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #ECE6D8;
    }

    .cd-timeline-warna-oren-content .cd-date {
        position: absolute;
        width: 45%;
        left: 140%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
        padding: 0;
    }

    .cd-timeline-warna-oren-block:nth-child(even) .cd-timeline-warna-oren-content {
        float: right;
    }

    .cd-timeline-warna-oren-block:nth-child(even) .cd-timeline-warna-oren-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #ECE6D8;
    }

    .cd-timeline-warna-oren-block:nth-child(even) .cd-timeline-warna-oren-content .cd-read-more {
        float: right;
    }

    .cd-timeline-warna-oren-block:nth-child(even) .cd-timeline-warna-oren-content .cd-date {
        left: auto;
        right: 140%;
        text-align: right;
        padding: 0;
    }
}

/* -------------------------------- End Timeline -------------------------------- */
/* End Warna Oren */



/* Start Warna birumuda */
.bulet-warna-birumuda {
    background: linear-gradient(120deg, #ECE6D8 0%, #00F0FF 100%);
}

.kartu-birumuda {
    border-color: #fff !important;
    border-left-color: #00F0FF !important;
}

.warna-birumuda1 {
    color: #37C0DE;
}

.warna-birumuda2 {
    color: #00F0FF;
}

.warna-birumuda3 {
    color: #D8EBEC;
}

.bg-warna-birumuda1 {
    background-color: #37C0DE;
}

.bg-warna-birumuda2 {
    background-color: #00F0FF;
}

.bg-warna-birumuda3 {
    background-color: #D8EBEC;
}

.card-semua-warna-birumuda1 {
    border: 3px dashed #37C0DE;
    border-radius: 20px 20px;
}

.card-atas-warna-birumuda1 {
    border-bottom: 3px dashed #37C0DE;
    border-radius: 20px 20px 0 0;
}

.terbatas-warna-birumuda1 {
    background-color: #00F0FF;
    margin-left: auto;
    margin-right: auto;
    border: 4px dashed #fff;
}


.nomor-list-warna-birumuda {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
}

.nomor-list-warna-birumuda li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
}

.nomor-list-warna-birumuda li::before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    --size: 20px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    transform: rotate(-10deg);
    background: #00F0FF;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 0 #999;
}


.garis-warna-birumuda {
    background-image: linear-gradient(#00F0FF, #00F0FF);
    background-position: bottom center;
    background-size: 60% 3px;
    background-repeat: no-repeat;
    padding-bottom: 3px;
}



.jenis-warna-birumuda {
    background-color: #00F0FF;
    padding: 0 8px;
    border-radius: 8px;
    font-size: var(--h2-font-size);
    border-top: 6px solid #D8EBEC;
    border-bottom: 6px solid #D8EBEC;
}


.judul-waktu-warna-birumuda1 {
    background-color: #37C0DE;
    padding: 2px 8px;
    border-radius: 8px;
    font-size: var(--h2-font-size);
    border: 2px dashed #D8EBEC;
}



.tombol-warna-birumuda2 {
    background-color: #37C0DE;
    padding: .6rem 1.5rem;
    font-size: var(--h3-font-size);
    border-radius: 8px;
    text-decoration: none;
}

.sinar-warna-birumuda1 {
    border-color: #00F0FF;
    box-shadow: 0 0 40px 40px #00F0FF inset, 0px 4px 4px rgba(0, 0, 0, .25);

    transition: all 150ms ease-in-out;
}

.sinar-warna-birumuda1:hover {
    box-shadow: 0 0 10px 0 #00F0FF inset, 0 0 10px 4px #00F0FF;
}



.form-warna-birumuda {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: solid 1px #ccc;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .31);
    background: #D8EBEC;
    ;
}

.form-icon-warna-birumuda {
    padding: 9px 15px;
    margin-top: -1px;
    border-radius: 5px 0 0 5px;
    border: solid 0px #cbc9c9;
    background: #00F0FF;
    color: #fff;
}

.form-tombol-warna-birumuda {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: none;
    background: #00F0FF;
    color: #fff;
    letter-spacing: 0.4px;
}

.form-tombol-warna-birumuda:hover {
    background: #37C0DE;
}

.nomor-list2-warna-birumuda {
    clear: both;
    list-style: none;
    padding-left: 2%;
}

.nomor-list2-warna-birumuda li {
    margin: 2em 0;
    padding-top: 1em;
    display: block;
    position: relative;
    counter-increment: inst;
}

.nomor-list2-warna-birumuda li::before {
    content: counter(inst);
    background: #00F0FF;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    font-style: italic;
    border-radius: 0 0.675em 0.675em 0;
    font-size: 1.5em;
    text-align: center;
    padding-top: 0;
    padding-left: 2.25%;
    left: -6%;
    top: -0.65em;
    height: 1.35em;
    width: 1.35em;
    position: absolute;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}

@media (min-width: 33em) {
    .nomor-list2-warna-birumuda li:before {
        border-radius: 50%;
        font-size: 1.5em;
        height: 1.35em;
        margin-left: 2.5%;
        padding-left: 0;
        padding-top: 0;
        top: -0.15em;
        width: 1.35em;
        z-index: -1;
    }
}



/* -------------------------------- Start Timeline -------------------------------- */
#cd-timeline-warna-birumuda {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline-warna-birumuda::before {
    content: '';
    position: absolute;
    top: 100px;
    left: 25px;
    height: 85%;
    width: 4px;
    background: #37C0DE;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline-warna-birumuda {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    #cd-timeline-warna-birumuda::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-warna-birumuda-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-warna-birumuda-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-warna-birumuda-block:first-child {
    margin-top: 0;
}

.cd-timeline-warna-birumuda-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-birumuda-block {
        margin: 4em 0;
    }

    .cd-timeline-warna-birumuda-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-warna-birumuda-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-warna-birumuda-img {
    position: absolute;
    top: 8px;
    left: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.cd-timeline-warna-birumuda-img {
    background: #37C0DE;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-birumuda-img {
        width: 30px;
        height: 30px;
        left: 50%;
        margin-left: -15px;
        margin-top: 15px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
}

.cd-timeline-warna-birumuda-content {
    position: relative;
    margin-left: 60px;
    background: #D8EBEC;
    border-radius: 8px;
    padding: 1em;
}

.cd-timeline-warna-birumuda-content .timeline-content-info i {
    margin-right: 5px;
}

.cd-timeline-warna-birumuda-content .timeline-content-info .timeline-content-info-title,
.cd-timeline-warna-birumuda-content .timeline-content-info .timeline-content-info-date {
    width: calc(50% - 2px);
    display: inline-block;
}

@media (max-width: 500px) {

    .cd-timeline-warna-birumuda-content .timeline-content-info .timeline-content-info-title,
    .cd-timeline-warna-birumuda-content .timeline-content-info .timeline-content-info-date {
        display: block;
        width: 100%;
    }
}

.cd-timeline-warna-birumuda-content .content-skills {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cd-timeline-warna-birumuda-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-warna-birumuda-content .cd-date {
    display: inline-block;
    padding: 0 30%;
}

.cd-timeline-warna-birumuda-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-warna-birumuda-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #D8EBEC;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-birumuda-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
        margin: 0;
    }

    .cd-timeline-warna-birumuda-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #D8EBEC;
    }

    .cd-timeline-warna-birumuda-content .cd-date {
        position: absolute;
        width: 45%;
        left: 140%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
        padding: 0;
    }

    .cd-timeline-warna-birumuda-block:nth-child(even) .cd-timeline-warna-birumuda-content {
        float: right;
    }

    .cd-timeline-warna-birumuda-block:nth-child(even) .cd-timeline-warna-birumuda-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #D8EBEC;
    }

    .cd-timeline-warna-birumuda-block:nth-child(even) .cd-timeline-warna-birumuda-content .cd-read-more {
        float: right;
    }

    .cd-timeline-warna-birumuda-block:nth-child(even) .cd-timeline-warna-birumuda-content .cd-date {
        left: auto;
        right: 140%;
        text-align: right;
        padding: 0;
    }
}

/* -------------------------------- End Timeline -------------------------------- */

/* End Warna birumuda */



/* Start Warna birutua */
.bulet-warna-birutua {
    background: linear-gradient(120deg, #ECE6D8 0%, #000AFF 100%);
}

.kartu-birutua {
    border-color: #fff !important;
    border-left-color: #000AFF !important;
}

.warna-birutua1 {
    color: #3748DE;
}

.warna-birutua2 {
    color: #000AFF;
}

.warna-birutua3 {
    color: #D8DBEC;
}

.warna-birutua4 {
    color: #FFFF00;
    /* isi teks kuning */
    text-shadow:
        -2px -2px 0 #1231e4,
        -1px -2px 0 #1231e4,
        0px -2px 0 #1231e4,
        1px -2px 0 #1231e4,
        2px -2px 0 #1231e4,

        -2px -1px 0 #1231e4,
        -1px -1px 0 #1231e4,
        0px -1px 0 #1231e4,
        1px -1px 0 #1231e4,
        2px -1px 0 #1231e4,

        -2px 0px 0 #1231e4,
        -1px 0px 0 #1231e4,
        1px 0px 0 #1231e4,
        2px 0px 0 #1231e4,

        -2px 1px 0 #1231e4,
        -1px 1px 0 #1231e4,
        0px 1px 0 #1231e4,
        1px 1px 0 #1231e4,
        2px 1px 0 #1231e4,

        -2px 2px 0 #1231e4,
        -1px 2px 0 #1231e4,
        0px 2px 0 #1231e4,
        1px 2px 0 #1231e4,
        2px 2px 0 #1231e4;
}



.bg-warna-birutua1 {
    background-color: #3748DE;
}

.bg-warna-birutua2 {
    background-color: #000AFF;
}

.bg-warna-birutua3 {
    background-color: #D8DBEC;
}

.card-semua-warna-birutua1 {
    border: 3px dashed #3748DE;
    border-radius: 20px 20px;
}

.card-atas-warna-birutua1 {
    border-bottom: 3px dashed #3748DE;
    border-radius: 20px 20px 0 0;
}

.terbatas-warna-birutua1 {
    background-color: #000AFF;
    margin-left: auto;
    margin-right: auto;
    border: 4px dashed #fff;
}


.nomor-list-warna-birutua {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
}

.nomor-list-warna-birutua li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
}

.nomor-list-warna-birutua li::before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    --size: 20px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    transform: rotate(-10deg);
    background: #000AFF;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 0 #999;
}


.garis-warna-birutua {
    background-image: linear-gradient(#000AFF, #000AFF);
    background-position: bottom center;
    background-size: 60% 3px;
    background-repeat: no-repeat;
    padding-bottom: 3px;
}



.jenis-warna-birutua {
    background-color: #d9d9df;
    padding: 0 8px;
    border-radius: 12px;
    font-size: var(--h2-font-size);
    border-top: 12px solid #D8DBEC;
    border-bottom: 3px solid #D8DBEC;
}


.judul-waktu-warna-birutua1 {
    background-color: #3748DE;
    padding: 2px 8px;
    border-radius: 8px;
    font-size: var(--h2-font-size);
    border: 2px dashed #D8DBEC;
}



.tombol-warna-birutua2 {
    background-color: #3748DE;
    padding: .6rem 1.5rem;
    font-size: var(--h3-font-size);
    border-radius: 8px;
    text-decoration: none;
}

.tombol-warna-merahtua1 {
    background-color: #e40909;
    padding: .6rem 1.5rem;
    font-size: var(--h3-font-size);
    border-radius: 8px;
    text-decoration: none;
}

.sinar-warna-merahtua1 {
    border-color: #000AFF;
    box-shadow: 0 0 40px 40px #e70a0a inset, 0px 4px 4px rgba(0, 0, 0, .25);

    transition: all 150ms ease-in-out;
}

.sinar-warna-birutua1 {
    border-color: #000AFF;
    box-shadow: 0 0 40px 40px #000AFF inset, 0px 4px 4px rgba(0, 0, 0, .25);

    transition: all 150ms ease-in-out;
}

.sinar-warna-birutua1:hover {
    box-shadow: 0 0 10px 0 #000AFF inset, 0 0 10px 4px #000AFF;
}



.form-warna-birutua {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: solid 1px #ccc;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .31);
    background: #D8DBEC;
    ;
}

.form-icon-warna-birutua {
    padding: 9px 15px;
    margin-top: -1px;
    border-radius: 5px 0 0 5px;
    border: solid 0px #cbc9c9;
    background: #000AFF;
    color: #fff;
}

.form-tombol-warna-birutua {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: none;
    background: #000AFF;
    color: #fff;
    letter-spacing: 0.4px;
}

.form-tombol-warna-birutua:hover {
    background: #3748DE;
}

.nomor-list2-warna-birutua {
    clear: both;
    list-style: none;
    padding-left: 2%;
}

.nomor-list2-warna-birutua li {
    margin: 2em 0;
    padding-top: 1em;
    display: block;
    position: relative;
    counter-increment: inst;
}

.nomor-list2-warna-birutua li::before {
    content: counter(inst);
    background: #000AFF;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    font-style: italic;
    border-radius: 0 0.675em 0.675em 0;
    font-size: 1.5em;
    text-align: center;
    padding-top: 0;
    padding-left: 2.25%;
    left: -6%;
    top: -0.65em;
    height: 1.35em;
    width: 1.35em;
    position: absolute;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}

@media (min-width: 33em) {
    .nomor-list2-warna-birutua li:before {
        border-radius: 50%;
        font-size: 1.5em;
        height: 1.35em;
        margin-left: 2.5%;
        padding-left: 0;
        padding-top: 0;
        top: -0.15em;
        width: 1.35em;
        z-index: -1;
    }
}




/* -------------------------------- Start Timeline -------------------------------- */
#cd-timeline-warna-birutua {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline-warna-birutua::before {
    content: '';
    position: absolute;
    top: 100px;
    left: 25px;
    height: 85%;
    width: 4px;
    background: #3748DE;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline-warna-birutua {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    #cd-timeline-warna-birutua::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-warna-birutua-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-warna-birutua-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-warna-birutua-block:first-child {
    margin-top: 0;
}

.cd-timeline-warna-birutua-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-birutua-block {
        margin: 4em 0;
    }

    .cd-timeline-warna-birutua-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-warna-birutua-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-warna-birutua-img {
    position: absolute;
    top: 8px;
    left: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.cd-timeline-warna-birutua-img {
    background: #3748DE;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-birutua-img {
        width: 30px;
        height: 30px;
        left: 50%;
        margin-left: -15px;
        margin-top: 15px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
}

.cd-timeline-warna-birutua-content {
    position: relative;
    margin-left: 60px;
    background: #D8DBEC;
    border-radius: 8px;
    padding: 1em;
}

.cd-timeline-warna-birutua-content .timeline-content-info i {
    margin-right: 5px;
}

.cd-timeline-warna-birutua-content .timeline-content-info .timeline-content-info-title,
.cd-timeline-warna-birutua-content .timeline-content-info .timeline-content-info-date {
    width: calc(50% - 2px);
    display: inline-block;
}

@media (max-width: 500px) {

    .cd-timeline-warna-birutua-content .timeline-content-info .timeline-content-info-title,
    .cd-timeline-warna-birutua-content .timeline-content-info .timeline-content-info-date {
        display: block;
        width: 100%;
    }
}

.cd-timeline-warna-birutua-content .content-skills {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cd-timeline-warna-birutua-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-warna-birutua-content .cd-date {
    display: inline-block;
    padding: 0 30%;
}

.cd-timeline-warna-birutua-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-warna-birutua-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #D8DBEC;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-birutua-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
        margin: 0;
    }

    .cd-timeline-warna-birutua-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #D8DBEC;
    }

    .cd-timeline-warna-birutua-content .cd-date {
        position: absolute;
        width: 45%;
        left: 140%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
        padding: 0;
    }

    .cd-timeline-warna-birutua-block:nth-child(even) .cd-timeline-warna-birutua-content {
        float: right;
    }

    .cd-timeline-warna-birutua-block:nth-child(even) .cd-timeline-warna-birutua-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #D8DBEC;
    }

    .cd-timeline-warna-birutua-block:nth-child(even) .cd-timeline-warna-birutua-content .cd-read-more {
        float: right;
    }

    .cd-timeline-warna-birutua-block:nth-child(even) .cd-timeline-warna-birutua-content .cd-date {
        left: auto;
        right: 140%;
        text-align: right;
        padding: 0;
    }
}

/* -------------------------------- End Timeline -------------------------------- */


/* End Warna birutua */
/* Start Warna birudongker */
.bulet-warna-birudongker {
    background: linear-gradient(120deg, #ECE6D8 0%, #4E769E 100%);
}

.kartu-birudongker {
    border-color: #fff !important;
    border-left-color: #4E769E !important;
}

.warna-birudongker1 {
    color: #16314C;
}

.warna-birudongker2 {
    color: #4E769E;
}

.warna-birudongker3 {
    color: #B7C1CC;
}

.bg-warna-birudongker1 {
    background-color: #16314C;
}

.bg-warna-birudongker2 {
    background-color: #4E769E;
}

.bg-warna-birudongker3 {
    background-color: #B7C1CC;
}

.card-semua-warna-birudongker1 {
    border: 3px dashed #16314C;
    border-radius: 20px 20px;
}

.card-atas-warna-birudongker1 {
    border-bottom: 3px dashed #16314C;
    border-radius: 20px 20px 0 0;
}

.terbatas-warna-birudongker1 {
    background-color: #4E769E;
    margin-left: auto;
    margin-right: auto;
    border: 4px dashed #fff;
}


.nomor-list-warna-birudongker {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
}

.nomor-list-warna-birudongker li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
}

.nomor-list-warna-birudongker li::before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    --size: 20px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    transform: rotate(-10deg);
    background: #4E769E;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 0 #999;
}


.garis-warna-birudongker {
    background-image: linear-gradient(#4E769E, #4E769E);
    background-position: bottom center;
    background-size: 60% 3px;
    background-repeat: no-repeat;
    padding-bottom: 3px;
}



.jenis-warna-birudongker {
    background-color: #4E769E;
    padding: 0 8px;
    border-radius: 8px;
    font-size: var(--h2-font-size);
    border-top: 6px solid #B7C1CC;
    border-bottom: 6px solid #B7C1CC;
}


.judul-waktu-warna-birudongker1 {
    background-color: #16314C;
    padding: 2px 8px;
    border-radius: 8px;
    font-size: var(--h2-font-size);
    border: 2px dashed #B7C1CC;
}



.tombol-warna-birudongker2 {
    background-color: #16314C;
    padding: .6rem 1.5rem;
    font-size: var(--h3-font-size);
    border-radius: 8px;
    text-decoration: none;
}

.sinar-warna-birudongker1 {
    border-color: #4E769E;
    box-shadow: 0 0 40px 40px #4E769E inset, 0px 4px 4px rgba(0, 0, 0, .25);

    transition: all 150ms ease-in-out;
}

.sinar-warna-birudongker1:hover {
    box-shadow: 0 0 10px 0 #4E769E inset, 0 0 10px 4px #4E769E;
}



.form-warna-birudongker {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: solid 1px #ccc;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .31);
    background: #B7C1CC;
    ;
}

.form-icon-warna-birudongker {
    padding: 9px 15px;
    margin-top: -1px;
    border-radius: 5px 0 0 5px;
    border: solid 0px #cbc9c9;
    background: #4E769E;
    color: #fff;
}

.form-tombol-warna-birudongker {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: none;
    background: #4E769E;
    color: #fff;
    letter-spacing: 0.4px;
}

.form-tombol-warna-birudongker:hover {
    background: #16314C;
}

.nomor-list2-warna-birudongker {
    clear: both;
    list-style: none;
    padding-left: 2%;
}

.nomor-list2-warna-birudongker li {
    margin: 2em 0;
    padding-top: 1em;
    display: block;
    position: relative;
    counter-increment: inst;
}

.nomor-list2-warna-birudongker li::before {
    content: counter(inst);
    background: #4E769E;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    font-style: italic;
    border-radius: 0 0.675em 0.675em 0;
    font-size: 1.5em;
    text-align: center;
    padding-top: 0;
    padding-left: 2.25%;
    left: -6%;
    top: -0.65em;
    height: 1.35em;
    width: 1.35em;
    position: absolute;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}

@media (min-width: 33em) {
    .nomor-list2-warna-birudongker li:before {
        border-radius: 50%;
        font-size: 1.5em;
        height: 1.35em;
        margin-left: 2.5%;
        padding-left: 0;
        padding-top: 0;
        top: -0.15em;
        width: 1.35em;
        z-index: -1;
    }
}




/* -------------------------------- Start Timeline -------------------------------- */
#cd-timeline-warna-birudongker {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline-warna-birudongker::before {
    content: '';
    position: absolute;
    top: 100px;
    left: 25px;
    height: 85%;
    width: 4px;
    background: #16314C;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline-warna-birudongker {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    #cd-timeline-warna-birudongker::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-warna-birudongker-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-warna-birudongker-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-warna-birudongker-block:first-child {
    margin-top: 0;
}

.cd-timeline-warna-birudongker-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-birudongker-block {
        margin: 4em 0;
    }

    .cd-timeline-warna-birudongker-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-warna-birudongker-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-warna-birudongker-img {
    position: absolute;
    top: 8px;
    left: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.cd-timeline-warna-birudongker-img {
    background: #16314C;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-birudongker-img {
        width: 30px;
        height: 30px;
        left: 50%;
        margin-left: -15px;
        margin-top: 15px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
}

.cd-timeline-warna-birudongker-content {
    position: relative;
    margin-left: 60px;
    background: #B7C1CC;
    border-radius: 8px;
    padding: 1em;
}

.cd-timeline-warna-birudongker-content .timeline-content-info i {
    margin-right: 5px;
}

.cd-timeline-warna-birudongker-content .timeline-content-info .timeline-content-info-title,
.cd-timeline-warna-birudongker-content .timeline-content-info .timeline-content-info-date {
    width: calc(50% - 2px);
    display: inline-block;
}

@media (max-width: 500px) {

    .cd-timeline-warna-birudongker-content .timeline-content-info .timeline-content-info-title,
    .cd-timeline-warna-birudongker-content .timeline-content-info .timeline-content-info-date {
        display: block;
        width: 100%;
    }
}

.cd-timeline-warna-birudongker-content .content-skills {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cd-timeline-warna-birudongker-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-warna-birudongker-content .cd-date {
    display: inline-block;
    padding: 0 30%;
}

.cd-timeline-warna-birudongker-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-warna-birudongker-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #B7C1CC;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-birudongker-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
        margin: 0;
    }

    .cd-timeline-warna-birudongker-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #B7C1CC;
    }

    .cd-timeline-warna-birudongker-content .cd-date {
        position: absolute;
        width: 45%;
        left: 140%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
        padding: 0;
    }

    .cd-timeline-warna-birudongker-block:nth-child(even) .cd-timeline-warna-birudongker-content {
        float: right;
    }

    .cd-timeline-warna-birudongker-block:nth-child(even) .cd-timeline-warna-birudongker-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #B7C1CC;
    }

    .cd-timeline-warna-birudongker-block:nth-child(even) .cd-timeline-warna-birudongker-content .cd-read-more {
        float: right;
    }

    .cd-timeline-warna-birudongker-block:nth-child(even) .cd-timeline-warna-birudongker-content .cd-date {
        left: auto;
        right: 140%;
        text-align: right;
        padding: 0;
    }
}

/* -------------------------------- End Timeline -------------------------------- */

/* End Warna birudongker */



/* Start Warna hijaumuda */
.bulet-warna-hijaumuda {
    background: linear-gradient(120deg, #ECE6D8 0%, #61FF00 100%);
}

.kartu-hijaumuda {
    border-color: #fff !important;
    border-left-color: #61FF00 !important;
}

.warna-hijaumuda1 {
    color: #6CDE37;
}

.warna-hijaumuda2 {
    color: #61FF00;
}

.warna-hijaumuda3 {
    color: #E3ECD8;
}

.bg-warna-hijaumuda1 {
    background-color: #6CDE37;
}

.bg-warna-hijaumuda2 {
    background-color: #61FF00;
}

.bg-warna-hijaumuda3 {
    background-color: #E3ECD8;
}

.card-semua-warna-hijaumuda1 {
    border: 3px dashed #6CDE37;
    border-radius: 20px 20px;
}

.card-atas-warna-hijaumuda1 {
    border-bottom: 3px dashed #6CDE37;
    border-radius: 20px 20px 0 0;
}

.terbatas-warna-hijaumuda1 {
    background-color: #61FF00;
    margin-left: auto;
    margin-right: auto;
    border: 4px dashed #fff;
}


.nomor-list-warna-hijaumuda {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
}

.nomor-list-warna-hijaumuda li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
}

.nomor-list-warna-hijaumuda li::before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    --size: 20px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    transform: rotate(-10deg);
    background: #61FF00;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 0 #999;
}


.garis-warna-hijaumuda {
    background-image: linear-gradient(#61FF00, #61FF00);
    background-position: bottom center;
    background-size: 60% 3px;
    background-repeat: no-repeat;
    padding-bottom: 3px;
}



.jenis-warna-hijaumuda {
    background-color: #61FF00;
    padding: 0 8px;
    border-radius: 8px;
    font-size: var(--h2-font-size);
    border-top: 6px solid #E3ECD8;
    border-bottom: 6px solid #E3ECD8;
}


.judul-waktu-warna-hijaumuda1 {
    background-color: #6CDE37;
    padding: 2px 8px;
    border-radius: 8px;
    font-size: var(--h2-font-size);
    border: 2px dashed #E3ECD8;
}



.tombol-warna-hijaumuda2 {
    background-color: #6CDE37;
    padding: .6rem 1.5rem;
    font-size: var(--h3-font-size);
    border-radius: 8px;
    text-decoration: none;
}

.sinar-warna-hijaumuda1 {
    border-color: #61FF00;
    box-shadow: 0 0 40px 40px #61FF00 inset, 0px 4px 4px rgba(0, 0, 0, .25);

    transition: all 150ms ease-in-out;
}

.sinar-warna-hijaumuda1:hover {
    box-shadow: 0 0 10px 0 #61FF00 inset, 0 0 10px 4px #61FF00;
}



.form-warna-hijaumuda {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: solid 1px #ccc;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .31);
    background: #E3ECD8;
    ;
}

.form-icon-warna-hijaumuda {
    padding: 9px 15px;
    margin-top: -1px;
    border-radius: 5px 0 0 5px;
    border: solid 0px #cbc9c9;
    background: #61FF00;
    color: #fff;
}

.form-tombol-warna-hijaumuda {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: none;
    background: #61FF00;
    color: #fff;
    letter-spacing: 0.4px;
}

.form-tombol-warna-hijaumuda:hover {
    background: #6CDE37;
}

.nomor-list2-warna-hijaumuda {
    clear: both;
    list-style: none;
    padding-left: 2%;
}

.nomor-list2-warna-hijaumuda li {
    margin: 2em 0;
    padding-top: 1em;
    display: block;
    position: relative;
    counter-increment: inst;
}

.nomor-list2-warna-hijaumuda li::before {
    content: counter(inst);
    background: #61FF00;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    font-style: italic;
    border-radius: 0 0.675em 0.675em 0;
    font-size: 1.5em;
    text-align: center;
    padding-top: 0;
    padding-left: 2.25%;
    left: -6%;
    top: -0.65em;
    height: 1.35em;
    width: 1.35em;
    position: absolute;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}

@media (min-width: 33em) {
    .nomor-list2-warna-hijaumuda li:before {
        border-radius: 50%;
        font-size: 1.5em;
        height: 1.35em;
        margin-left: 2.5%;
        padding-left: 0;
        padding-top: 0;
        top: -0.15em;
        width: 1.35em;
        z-index: -1;
    }
}


/* -------------------------------- Start Timeline -------------------------------- */
#cd-timeline-warna-hijaumuda {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline-warna-hijaumuda::before {
    content: '';
    position: absolute;
    top: 100px;
    left: 25px;
    height: 85%;
    width: 4px;
    background: #6CDE37;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline-warna-hijaumuda {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    #cd-timeline-warna-hijaumuda::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-warna-hijaumuda-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-warna-hijaumuda-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-warna-hijaumuda-block:first-child {
    margin-top: 0;
}

.cd-timeline-warna-hijaumuda-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-hijaumuda-block {
        margin: 4em 0;
    }

    .cd-timeline-warna-hijaumuda-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-warna-hijaumuda-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-warna-hijaumuda-img {
    position: absolute;
    top: 8px;
    left: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.cd-timeline-warna-hijaumuda-img {
    background: #6CDE37;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-hijaumuda-img {
        width: 30px;
        height: 30px;
        left: 50%;
        margin-left: -15px;
        margin-top: 15px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
}

.cd-timeline-warna-hijaumuda-content {
    position: relative;
    margin-left: 60px;
    background: #E3ECD8;
    border-radius: 8px;
    padding: 1em;
}

.cd-timeline-warna-hijaumuda-content .timeline-content-info i {
    margin-right: 5px;
}

.cd-timeline-warna-hijaumuda-content .timeline-content-info .timeline-content-info-title,
.cd-timeline-warna-hijaumuda-content .timeline-content-info .timeline-content-info-date {
    width: calc(50% - 2px);
    display: inline-block;
}

@media (max-width: 500px) {

    .cd-timeline-warna-hijaumuda-content .timeline-content-info .timeline-content-info-title,
    .cd-timeline-warna-hijaumuda-content .timeline-content-info .timeline-content-info-date {
        display: block;
        width: 100%;
    }
}

.cd-timeline-warna-hijaumuda-content .content-skills {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cd-timeline-warna-hijaumuda-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-warna-hijaumuda-content .cd-date {
    display: inline-block;
    padding: 0 30%;
}

.cd-timeline-warna-hijaumuda-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-warna-hijaumuda-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #E3ECD8;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-hijaumuda-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
        margin: 0;
    }

    .cd-timeline-warna-hijaumuda-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #E3ECD8;
    }

    .cd-timeline-warna-hijaumuda-content .cd-date {
        position: absolute;
        width: 45%;
        left: 140%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
        padding: 0;
    }

    .cd-timeline-warna-hijaumuda-block:nth-child(even) .cd-timeline-warna-hijaumuda-content {
        float: right;
    }

    .cd-timeline-warna-hijaumuda-block:nth-child(even) .cd-timeline-warna-hijaumuda-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #E3ECD8;
    }

    .cd-timeline-warna-hijaumuda-block:nth-child(even) .cd-timeline-warna-hijaumuda-content .cd-read-more {
        float: right;
    }

    .cd-timeline-warna-hijaumuda-block:nth-child(even) .cd-timeline-warna-hijaumuda-content .cd-date {
        left: auto;
        right: 140%;
        text-align: right;
        padding: 0;
    }
}

/* -------------------------------- End Timeline -------------------------------- */

/* End Warna hijaumuda */


/* Start Warna hijautua */
.bulet-warna-hijautua {
    background: linear-gradient(120deg, #ECE6D8 0%, #1BB133 100%);
}

.kartu-hijautua {
    border-color: #fff !important;
    border-left-color: #1BB133 !important;
}

.warna-hijautua1 {
    color: #1BB133;
}

.warna-hijautua2 {
    color: #33C30F;
}

.warna-hijautua3 {
    color: #D8ECD8;
}

.bg-warna-hijautua1 {
    background-color: #1BB133;
}

.bg-warna-hijautua2 {
    background-color: #33C30F;
}

.bg-warna-hijautua3 {
    background-color: #D8ECD8;
}

.card-semua-warna-hijautua1 {
    border: 3px dashed #1BB133;
    border-radius: 20px 20px;
}

.card-atas-warna-hijautua1 {
    border-bottom: 3px dashed #1BB133;
    border-radius: 20px 20px 0 0;
}

.terbatas-warna-hijautua1 {
    background-color: #33C30F;
    margin-left: auto;
    margin-right: auto;
    border: 4px dashed #fff;
}


.nomor-list-warna-hijautua {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
}

.nomor-list-warna-hijautua li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
}

.nomor-list-warna-hijautua li::before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    --size: 20px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    transform: rotate(-10deg);
    background: #33C30F;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 0 #999;
}


.garis-warna-hijautua {
    background-image: linear-gradient(#33C30F, #33C30F);
    background-position: bottom center;
    background-size: 60% 3px;
    background-repeat: no-repeat;
    padding-bottom: 3px;
}



.jenis-warna-hijautua {
    background-color: #33C30F;
    padding: 0 8px;
    border-radius: 8px;
    font-size: var(--h2-font-size);
    border-top: 6px solid #D8ECD8;
    border-bottom: 6px solid #D8ECD8;
}


.judul-waktu-warna-hijautua1 {
    background-color: #1BB133;
    padding: 2px 8px;
    border-radius: 8px;
    font-size: var(--h2-font-size);
    border: 2px dashed #D8ECD8;
}



.tombol-warna-hijautua2 {
    background-color: #1BB133;
    padding: .6rem 1.5rem;
    font-size: var(--h4-font-size);
    border-radius: 8px;
    text-decoration: none;
}

.sinar-warna-hijautua1 {
    border-color: #33C30F;
    box-shadow: 0 0 40px 40px #33C30F inset, 0px 4px 4px rgba(0, 0, 0, .25);
    transition: all 150ms ease-in-out;
}

.sinar-warna-hijautua1:hover {
    box-shadow: 0 0 10px 0 #33C30F inset, 0 0 10px 4px #33C30F;
}



.form-warna-hijautua {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: solid 1px #ccc;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .31);
    background: #D8ECD8;
    ;
}

.form-icon-warna-hijautua {
    padding: 9px 15px;
    margin-top: -1px;
    border-radius: 5px 0 0 5px;
    border: solid 0px #cbc9c9;
    background: #33C30F;
    color: #fff;
}

.form-tombol-warna-hijautua {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: none;
    background: #33C30F;
    color: #fff;
    letter-spacing: 0.4px;
}

.form-tombol-warna-hijautua:hover {
    background: #1BB133;
}

.nomor-list2-warna-hijautua {
    clear: both;
    list-style: none;
    padding-left: 2%;
}

.nomor-list2-warna-hijautua li {
    margin: 2em 0;
    padding-top: 1em;
    display: block;
    position: relative;
    counter-increment: inst;
}

.nomor-list2-warna-hijautua li::before {
    content: counter(inst);
    background: #33C30F;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    font-style: italic;
    border-radius: 0 0.675em 0.675em 0;
    font-size: 1.5em;
    text-align: center;
    padding-top: 0;
    padding-left: 2.25%;
    left: -6%;
    top: -0.65em;
    height: 1.35em;
    width: 1.35em;
    position: absolute;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}

@media (min-width: 33em) {
    .nomor-list2-warna-hijautua li:before {
        border-radius: 50%;
        font-size: 1.5em;
        height: 1.35em;
        margin-left: 2.5%;
        padding-left: 0;
        padding-top: 0;
        top: -0.15em;
        width: 1.35em;
        z-index: -1;
    }
}



/* -------------------------------- Start Timeline -------------------------------- */
#cd-timeline-warna-hijautua {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline-warna-hijautua::before {
    content: '';
    position: absolute;
    top: 100px;
    left: 25px;
    height: 85%;
    width: 4px;
    background: #1BB133;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline-warna-hijautua {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    #cd-timeline-warna-hijautua::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-warna-hijautua-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-warna-hijautua-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-warna-hijautua-block:first-child {
    margin-top: 0;
}

.cd-timeline-warna-hijautua-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-hijautua-block {
        margin: 4em 0;
    }

    .cd-timeline-warna-hijautua-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-warna-hijautua-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-warna-hijautua-img {
    position: absolute;
    top: 8px;
    left: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.cd-timeline-warna-hijautua-img {
    background: #1BB133;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-hijautua-img {
        width: 30px;
        height: 30px;
        left: 50%;
        margin-left: -15px;
        margin-top: 15px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
}

.cd-timeline-warna-hijautua-content {
    position: relative;
    margin-left: 60px;
    background: #D8ECD8;
    border-radius: 8px;
    padding: 1em;
}

.cd-timeline-warna-hijautua-content .timeline-content-info i {
    margin-right: 5px;
}

.cd-timeline-warna-hijautua-content .timeline-content-info .timeline-content-info-title,
.cd-timeline-warna-hijautua-content .timeline-content-info .timeline-content-info-date {
    width: calc(50% - 2px);
    display: inline-block;
}

@media (max-width: 500px) {

    .cd-timeline-warna-hijautua-content .timeline-content-info .timeline-content-info-title,
    .cd-timeline-warna-hijautua-content .timeline-content-info .timeline-content-info-date {
        display: block;
        width: 100%;
    }
}

.cd-timeline-warna-hijautua-content .content-skills {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cd-timeline-warna-hijautua-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-warna-hijautua-content .cd-date {
    display: inline-block;
    padding: 0 30%;
}

.cd-timeline-warna-hijautua-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-warna-hijautua-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #D8ECD8;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-hijautua-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
        margin: 0;
    }

    .cd-timeline-warna-hijautua-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #D8ECD8;
    }

    .cd-timeline-warna-hijautua-content .cd-date {
        position: absolute;
        width: 45%;
        left: 140%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
        padding: 0;
    }

    .cd-timeline-warna-hijautua-block:nth-child(even) .cd-timeline-warna-hijautua-content {
        float: right;
    }

    .cd-timeline-warna-hijautua-block:nth-child(even) .cd-timeline-warna-hijautua-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #D8ECD8;
    }

    .cd-timeline-warna-hijautua-block:nth-child(even) .cd-timeline-warna-hijautua-content .cd-read-more {
        float: right;
    }

    .cd-timeline-warna-hijautua-block:nth-child(even) .cd-timeline-warna-hijautua-content .cd-date {
        left: auto;
        right: 140%;
        text-align: right;
        padding: 0;
    }
}

/* -------------------------------- End Timeline -------------------------------- */
/* End Warna hijautua */


/* Start Warna merah */
.bulet-warna-merah {
    background: linear-gradient(120deg, #ECE6D8 0%, #FF0000 100%);
}

.kartu-merah {
    border-color: #fff !important;
    border-left-color: #FF0000 !important;
}

.warna-merah1 {
    color: #DE3737;
}

.warna-merah2 {
    color: #FF0000;
}

.warna-merah3 {
    color: #ECD8D8;
}

.bg-warna-merah1 {
    background-color: #DE3737;
}

.bg-warna-merah2 {
    background-color: #FF0000;
}

.bg-warna-merah3 {
    background-color: #ECD8D8;
}

.card-semua-warna-merah1 {
    border: 3px dashed #DE3737;
    border-radius: 20px 20px;
}

.card-atas-warna-merah1 {
    border-bottom: 3px dashed #DE3737;
    border-radius: 20px 20px 0 0;
}

.terbatas-warna-merah1 {
    background-color: #FF0000;
    margin-left: auto;
    margin-right: auto;
    border: 4px dashed #fff;
}


.nomor-list-warna-merah {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
}

.nomor-list-warna-merah li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
}

.nomor-list-warna-merah li::before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    --size: 20px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    transform: rotate(-10deg);
    background: #FF0000;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 0 #999;
}


.garis-warna-merah {
    background-image: linear-gradient(#FF0000, #FF0000);
    background-position: bottom center;
    background-size: 60% 3px;
    background-repeat: no-repeat;
    padding-bottom: 3px;
}



.jenis-warna-merah {
    background-color: #FF0000;
    padding: 0 8px;
    border-radius: 8px;
    font-size: var(--h2-font-size);
    border-top: 6px solid #ECD8D8;
    border-bottom: 6px solid #ECD8D8;
}


.judul-waktu-warna-merah1 {
    background-color: #DE3737;
    padding: 2px 8px;
    border-radius: 8px;
    font-size: var(--h2-font-size);
    border: 2px dashed #ECD8D8;
}



.tombol-warna-merah2 {
    background-color: #DE3737;
    padding: .6rem 1.5rem;
    font-size: var(--h3-font-size);
    border-radius: 8px;
    text-decoration: none;
}

.sinar-warna-merah1 {
    border-color: #FF0000;
    box-shadow: 0 0 40px 40px #FF0000 inset, 0px 4px 4px rgba(0, 0, 0, .25);

    transition: all 150ms ease-in-out;
}

.sinar-warna-merah1:hover {
    box-shadow: 0 0 10px 0 #FF0000 inset, 0 0 10px 4px #FF0000;
}



.form-warna-merah {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: solid 1px #ccc;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .31);
    background: #ECD8D8;
    ;
}

.form-icon-warna-merah {
    padding: 9px 15px;
    margin-top: -1px;
    border-radius: 5px 0 0 5px;
    border: solid 0px #cbc9c9;
    background: #FF0000;
    color: #fff;
}

.form-tombol-warna-merah {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: none;
    background: #FF0000;
    color: #fff;
    letter-spacing: 0.4px;
}

.form-tombol-warna-merah:hover {
    background: #DE3737;
}

.nomor-list2-warna-merah {
    clear: both;
    list-style: none;
    padding-left: 2%;
}

.nomor-list2-warna-merah li {
    margin: 2em 0;
    padding-top: 1em;
    display: block;
    position: relative;
    counter-increment: inst;
}

.nomor-list2-warna-merah li::before {
    content: counter(inst);
    background: #FF0000;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    font-style: italic;
    border-radius: 0 0.675em 0.675em 0;
    font-size: 1.5em;
    text-align: center;
    padding-top: 0;
    padding-left: 2.25%;
    left: -6%;
    top: -0.65em;
    height: 1.35em;
    width: 1.35em;
    position: absolute;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}

@media (min-width: 33em) {
    .nomor-list2-warna-merah li:before {
        border-radius: 50%;
        font-size: 1.5em;
        height: 1.35em;
        margin-left: 2.5%;
        padding-left: 0;
        padding-top: 0;
        top: -0.15em;
        width: 1.35em;
        z-index: -1;
    }
}



/* -------------------------------- Start Timeline -------------------------------- */
#cd-timeline-warna-merah {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline-warna-merah::before {
    content: '';
    position: absolute;
    top: 100px;
    left: 25px;
    height: 85%;
    width: 4px;
    background: #DE3737;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline-warna-merah {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    #cd-timeline-warna-merah::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-warna-merah-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-warna-merah-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-warna-merah-block:first-child {
    margin-top: 0;
}

.cd-timeline-warna-merah-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-merah-block {
        margin: 4em 0;
    }

    .cd-timeline-warna-merah-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-warna-merah-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-warna-merah-img {
    position: absolute;
    top: 8px;
    left: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.cd-timeline-warna-merah-img {
    background: #DE3737;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-merah-img {
        width: 30px;
        height: 30px;
        left: 50%;
        margin-left: -15px;
        margin-top: 15px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
}

.cd-timeline-warna-merah-content {
    position: relative;
    margin-left: 60px;
    background: #ECD8D8;
    border-radius: 8px;
    padding: 1em;
}

.cd-timeline-warna-merah-content .timeline-content-info i {
    margin-right: 5px;
}

.cd-timeline-warna-merah-content .timeline-content-info .timeline-content-info-title,
.cd-timeline-warna-merah-content .timeline-content-info .timeline-content-info-date {
    width: calc(50% - 2px);
    display: inline-block;
}

@media (max-width: 500px) {

    .cd-timeline-warna-merah-content .timeline-content-info .timeline-content-info-title,
    .cd-timeline-warna-merah-content .timeline-content-info .timeline-content-info-date {
        display: block;
        width: 100%;
    }
}

.cd-timeline-warna-merah-content .content-skills {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cd-timeline-warna-merah-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-warna-merah-content .cd-date {
    display: inline-block;
    padding: 0 30%;
}

.cd-timeline-warna-merah-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-warna-merah-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #ECD8D8;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-merah-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
        margin: 0;
    }

    .cd-timeline-warna-merah-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #ECD8D8;
    }

    .cd-timeline-warna-merah-content .cd-date {
        position: absolute;
        width: 45%;
        left: 140%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
        padding: 0;
    }

    .cd-timeline-warna-merah-block:nth-child(even) .cd-timeline-warna-merah-content {
        float: right;
    }

    .cd-timeline-warna-merah-block:nth-child(even) .cd-timeline-warna-merah-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #ECD8D8;
    }

    .cd-timeline-warna-merah-block:nth-child(even) .cd-timeline-warna-merah-content .cd-read-more {
        float: right;
    }

    .cd-timeline-warna-merah-block:nth-child(even) .cd-timeline-warna-merah-content .cd-date {
        left: auto;
        right: 140%;
        text-align: right;
        padding: 0;
    }
}

/* -------------------------------- End Timeline -------------------------------- */
/* End Warna merah */


/* Start Warna kuning */
.bulet-warna-kuning {
    background: linear-gradient(120deg, #ECE6D8 0%, #F5B70A 100%);
}

.kartu-kuning {
    border-color: #fff !important;
    border-left-color: #F5B70A !important;
}

.warna-kuning1 {
    color: #F0B103;
}

.warna-kuning2 {
    color: #F5B70A;
}

.warna-kuning3 {
    color: #ECEBD8;
}

.bg-warna-kuning1 {
    background-color: #F0B103;
}

.bg-warna-kuning2 {
    background-color: #F5B70A;
}

.bg-warna-kuning3 {
    background-color: #ECEBD8;
}

.card-semua-warna-kuning1 {
    border: 3px dashed #F0B103;
    border-radius: 20px 20px;
}

.card-atas-warna-kuning1 {
    border-bottom: 3px dashed #F0B103;
    border-radius: 20px 20px 0 0;
}

.terbatas-warna-kuning1 {
    background-color: #F5B70A;
    margin-left: auto;
    margin-right: auto;
    border: 4px dashed #fff;
}


.nomor-list-warna-kuning {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
}

.nomor-list-warna-kuning li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
}

.nomor-list-warna-kuning li::before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    --size: 20px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    transform: rotate(-10deg);
    background: #F5B70A;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 0 #999;
}


.garis-warna-kuning {
    background-image: linear-gradient(#F5B70A, #F5B70A);
    background-position: bottom center;
    background-size: 60% 3px;
    background-repeat: no-repeat;
    padding-bottom: 3px;
}



.jenis-warna-kuning {
    background-color: #F5B70A;
    padding: 0 8px;
    border-radius: 8px;
    font-size: var(--h2-font-size);
    border-top: 6px solid #ECEBD8;
    border-bottom: 6px solid #ECEBD8;
}


.judul-waktu-warna-kuning1 {
    background-color: #F0B103;
    padding: 2px 8px;
    border-radius: 8px;
    font-size: var(--h2-font-size);
    border: 2px dashed #ECEBD8;
}



.tombol-warna-kuning2 {
    background-color: #F0B103;
    padding: .6rem 1.5rem;
    font-size: var(--h3-font-size);
    border-radius: 8px;
    text-decoration: none;
}

.sinar-warna-kuning1 {
    border-color: #F5B70A;
    box-shadow: 0 0 40px 40px #F5B70A inset, 0px 4px 4px rgba(0, 0, 0, .25);

    transition: all 150ms ease-in-out;
}

.sinar-warna-kuning1:hover {
    box-shadow: 0 0 10px 0 #F5B70A inset, 0 0 10px 4px #F5B70A;
}



.form-warna-kuning {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: solid 1px #ccc;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .31);
    background: #ECEBD8;
    ;
}

.form-icon-warna-kuning {
    padding: 9px 15px;
    margin-top: -1px;
    border-radius: 5px 0 0 5px;
    border: solid 0px #cbc9c9;
    background: #F5B70A;
    color: #fff;
}

.form-tombol-warna-kuning {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: none;
    background: #F5B70A;
    color: #fff;
    letter-spacing: 0.4px;
}

.form-tombol-warna-kuning:hover {
    background: #F0B103;
}

.nomor-list2-warna-kuning {
    clear: both;
    list-style: none;
    padding-left: 2%;
}

.nomor-list2-warna-kuning li {
    margin: 2em 0;
    padding-top: 1em;
    display: block;
    position: relative;
    counter-increment: inst;
}

.nomor-list2-warna-kuning li::before {
    content: counter(inst);
    background: #F5B70A;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    font-style: italic;
    border-radius: 0 0.675em 0.675em 0;
    font-size: 1.5em;
    text-align: center;
    padding-top: 0;
    padding-left: 2.25%;
    left: -6%;
    top: -0.65em;
    height: 1.35em;
    width: 1.35em;
    position: absolute;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}

@media (min-width: 33em) {
    .nomor-list2-warna-kuning li:before {
        border-radius: 50%;
        font-size: 1.5em;
        height: 1.35em;
        margin-left: 2.5%;
        padding-left: 0;
        padding-top: 0;
        top: -0.15em;
        width: 1.35em;
        z-index: -1;
    }
}



/* -------------------------------- Start Timeline -------------------------------- */
#cd-timeline-warna-kuning {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline-warna-kuning::before {
    content: '';
    position: absolute;
    top: 100px;
    left: 25px;
    height: 85%;
    width: 4px;
    background: #F0B103;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline-warna-kuning {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    #cd-timeline-warna-kuning::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-warna-kuning-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-warna-kuning-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-warna-kuning-block:first-child {
    margin-top: 0;
}

.cd-timeline-warna-kuning-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-kuning-block {
        margin: 4em 0;
    }

    .cd-timeline-warna-kuning-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-warna-kuning-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-warna-kuning-img {
    position: absolute;
    top: 8px;
    left: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.cd-timeline-warna-kuning-img {
    background: #F0B103;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-kuning-img {
        width: 30px;
        height: 30px;
        left: 50%;
        margin-left: -15px;
        margin-top: 15px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
}

.cd-timeline-warna-kuning-content {
    position: relative;
    margin-left: 60px;
    background: #ECEBD8;
    border-radius: 8px;
    padding: 1em;
}

.cd-timeline-warna-kuning-content .timeline-content-info i {
    margin-right: 5px;
}

.cd-timeline-warna-kuning-content .timeline-content-info .timeline-content-info-title,
.cd-timeline-warna-kuning-content .timeline-content-info .timeline-content-info-date {
    width: calc(50% - 2px);
    display: inline-block;
}

@media (max-width: 500px) {

    .cd-timeline-warna-kuning-content .timeline-content-info .timeline-content-info-title,
    .cd-timeline-warna-kuning-content .timeline-content-info .timeline-content-info-date {
        display: block;
        width: 100%;
    }
}

.cd-timeline-warna-kuning-content .content-skills {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cd-timeline-warna-kuning-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-warna-kuning-content .cd-date {
    display: inline-block;
    padding: 0 30%;
}

.cd-timeline-warna-kuning-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-warna-kuning-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #ECEBD8;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-kuning-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
        margin: 0;
    }

    .cd-timeline-warna-kuning-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #ECEBD8;
    }

    .cd-timeline-warna-kuning-content .cd-date {
        position: absolute;
        width: 45%;
        left: 140%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
        padding: 0;
    }

    .cd-timeline-warna-kuning-block:nth-child(even) .cd-timeline-warna-kuning-content {
        float: right;
    }

    .cd-timeline-warna-kuning-block:nth-child(even) .cd-timeline-warna-kuning-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #ECEBD8;
    }

    .cd-timeline-warna-kuning-block:nth-child(even) .cd-timeline-warna-kuning-content .cd-read-more {
        float: right;
    }

    .cd-timeline-warna-kuning-block:nth-child(even) .cd-timeline-warna-kuning-content .cd-date {
        left: auto;
        right: 140%;
        text-align: right;
        padding: 0;
    }
}

/* -------------------------------- End Timeline -------------------------------- */
/* End Warna kuning */


/* Start Warna ungu */
.bulet-warna-ungu {
    background: linear-gradient(120deg, #ECE6D8 0%, #FF00D6 100%);
}

.kartu-ungu {
    border-color: #fff !important;
    border-left-color: #FF00D6 !important;
}

.warna-ungu1 {
    color: #DE37AF;
}

.warna-ungu2 {
    color: #FF00D6;
}

.warna-ungu3 {
    color: #ECD8E9;
}

.bg-warna-ungu1 {
    background-color: #DE37AF;
}

.bg-warna-ungu2 {
    background-color: #FF00D6;
}

.bg-warna-ungu3 {
    background-color: #ECD8E9;
}

.card-semua-warna-ungu1 {
    border: 3px dashed #DE37AF;
    border-radius: 20px 20px;
}

.card-atas-warna-ungu1 {
    border-bottom: 3px dashed #DE37AF;
    border-radius: 20px 20px 0 0;
}

.terbatas-warna-ungu1 {
    background-color: #FF00D6;
    margin-left: auto;
    margin-right: auto;
    border: 4px dashed #fff;
}


.nomor-list-warna-ungu {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
}

.nomor-list-warna-ungu li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
}

.nomor-list-warna-ungu li::before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    --size: 20px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    transform: rotate(-10deg);
    background: #FF00D6;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 0 #999;
}


.garis-warna-ungu {
    background-image: linear-gradient(#FF00D6, #FF00D6);
    background-position: bottom center;
    background-size: 60% 3px;
    background-repeat: no-repeat;
    padding-bottom: 3px;
}



.jenis-warna-ungu {
    background-color: #FF00D6;
    padding: 0 8px;
    border-radius: 8px;
    font-size: var(--h2-font-size);
    border-top: 6px solid #ECD8E9;
    border-bottom: 6px solid #ECD8E9;
}


.judul-waktu-warna-ungu1 {
    background-color: #DE37AF;
    padding: 2px 8px;
    border-radius: 8px;
    font-size: var(--h2-font-size);
    border: 2px dashed #ECD8E9;
}



.tombol-warna-ungu2 {
    background-color: #DE37AF;
    padding: .6rem 1.5rem;
    font-size: var(--h3-font-size);
    border-radius: 8px;
    text-decoration: none;
}

.sinar-warna-ungu1 {
    border-color: #FF00D6;
    box-shadow: 0 0 40px 40px #FF00D6 inset, 0px 4px 4px rgba(0, 0, 0, .25);

    transition: all 150ms ease-in-out;
}

.sinar-warna-ungu1:hover {
    box-shadow: 0 0 10px 0 #FF00D6 inset, 0 0 10px 4px #FF00D6;
}



.form-warna-ungu {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: solid 1px #ccc;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .31);
    background: #ECD8E9;
    ;
}

.form-icon-warna-ungu {
    padding: 9px 15px;
    margin-top: -1px;
    border-radius: 5px 0 0 5px;
    border: solid 0px #cbc9c9;
    background: #FF00D6;
    color: #fff;
}

.form-tombol-warna-ungu {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: none;
    background: #FF00D6;
    color: #fff;
    letter-spacing: 0.4px;
}

.form-tombol-warna-ungu:hover {
    background: #DE37AF;
}

.nomor-list2-warna-ungu {
    clear: both;
    list-style: none;
    padding-left: 2%;
}

.nomor-list2-warna-ungu li {
    margin: 2em 0;
    padding-top: 1em;
    display: block;
    position: relative;
    counter-increment: inst;
}

.nomor-list2-warna-ungu li::before {
    content: counter(inst);
    background: #FF00D6;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    font-style: italic;
    border-radius: 0 0.675em 0.675em 0;
    font-size: 1.5em;
    text-align: center;
    padding-top: 0;
    padding-left: 2.25%;
    left: -6%;
    top: -0.65em;
    height: 1.35em;
    width: 1.35em;
    position: absolute;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}

@media (min-width: 33em) {
    .nomor-list2-warna-ungu li:before {
        border-radius: 50%;
        font-size: 1.5em;
        height: 1.35em;
        margin-left: 2.5%;
        padding-left: 0;
        padding-top: 0;
        top: -0.15em;
        width: 1.35em;
        z-index: -1;
    }
}




/* -------------------------------- Start Timeline -------------------------------- */
#cd-timeline-warna-ungu {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline-warna-ungu::before {
    content: '';
    position: absolute;
    top: 100px;
    left: 25px;
    height: 85%;
    width: 4px;
    background: #DE37AF;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline-warna-ungu {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    #cd-timeline-warna-ungu::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-warna-ungu-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-warna-ungu-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-warna-ungu-block:first-child {
    margin-top: 0;
}

.cd-timeline-warna-ungu-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-ungu-block {
        margin: 4em 0;
    }

    .cd-timeline-warna-ungu-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-warna-ungu-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-warna-ungu-img {
    position: absolute;
    top: 8px;
    left: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.cd-timeline-warna-ungu-img {
    background: #DE37AF;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-ungu-img {
        width: 30px;
        height: 30px;
        left: 50%;
        margin-left: -15px;
        margin-top: 15px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
}

.cd-timeline-warna-ungu-content {
    position: relative;
    margin-left: 60px;
    background: #ECD8E9;
    border-radius: 8px;
    padding: 1em;
}

.cd-timeline-warna-ungu-content .timeline-content-info i {
    margin-right: 5px;
}

.cd-timeline-warna-ungu-content .timeline-content-info .timeline-content-info-title,
.cd-timeline-warna-ungu-content .timeline-content-info .timeline-content-info-date {
    width: calc(50% - 2px);
    display: inline-block;
}

@media (max-width: 500px) {

    .cd-timeline-warna-ungu-content .timeline-content-info .timeline-content-info-title,
    .cd-timeline-warna-ungu-content .timeline-content-info .timeline-content-info-date {
        display: block;
        width: 100%;
    }
}

.cd-timeline-warna-ungu-content .content-skills {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cd-timeline-warna-ungu-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-warna-ungu-content .cd-date {
    display: inline-block;
    padding: 0 30%;
}

.cd-timeline-warna-ungu-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-warna-ungu-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #ECD8E9;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-ungu-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
        margin: 0;
    }

    .cd-timeline-warna-ungu-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #ECD8E9;
    }

    .cd-timeline-warna-ungu-content .cd-date {
        position: absolute;
        width: 45%;
        left: 140%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
        padding: 0;
    }

    .cd-timeline-warna-ungu-block:nth-child(even) .cd-timeline-warna-ungu-content {
        float: right;
    }

    .cd-timeline-warna-ungu-block:nth-child(even) .cd-timeline-warna-ungu-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #ECD8E9;
    }

    .cd-timeline-warna-ungu-block:nth-child(even) .cd-timeline-warna-ungu-content .cd-read-more {
        float: right;
    }

    .cd-timeline-warna-ungu-block:nth-child(even) .cd-timeline-warna-ungu-content .cd-date {
        left: auto;
        right: 140%;
        text-align: right;
        padding: 0;
    }
}

/* -------------------------------- End Timeline -------------------------------- */

/* End Warna ungu */


/* Start Warna ungutua */
.bulet-warna-ungutua {
    background: linear-gradient(120deg, #ECE6D8 0%, #792DBC 100%);
}

.kartu-ungutua {
    border-color: #fff !important;
    border-left-color: #792DBC !important;
}

.warna-ungutua1 {
    color: #3B016F;
}

.warna-ungutua2 {
    color: #792DBC;
}

.warna-ungutua3 {
    color: #ECD7FF;
}

.bg-warna-ungutua1 {
    background-color: #3B016F;
}

.bg-warna-ungutua2 {
    background-color: #792DBC;
}

.bg-warna-ungutua3 {
    background-color: #ECD7FF;
}

.card-semua-warna-ungutua1 {
    border: 3px dashed #3B016F;
    border-radius: 20px 20px;
}

.card-atas-warna-ungutua1 {
    border-bottom: 3px dashed #3B016F;
    border-radius: 20px 20px 0 0;
}

.terbatas-warna-ungutua1 {
    background-color: #792DBC;
    margin-left: auto;
    margin-right: auto;
    border: 4px dashed #fff;
}


.nomor-list-warna-ungutua {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
}

.nomor-list-warna-ungutua li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
}

.nomor-list-warna-ungutua li::before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    --size: 20px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    transform: rotate(-10deg);
    background: #792DBC;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 0 #999;
}


.garis-warna-ungutua {
    background-image: linear-gradient(#792DBC, #792DBC);
    background-position: bottom center;
    background-size: 60% 3px;
    background-repeat: no-repeat;
    padding-bottom: 3px;
}



.jenis-warna-ungutua {
    background-color: #792DBC;
    padding: 0 8px;
    border-radius: 8px;
    font-size: var(--h2-font-size);
    border-top: 6px solid #ECD7FF;
    border-bottom: 6px solid #ECD7FF;
}


.judul-waktu-warna-ungutua1 {
    background-color: #3B016F;
    padding: 2px 8px;
    border-radius: 8px;
    font-size: var(--h2-font-size);
    border: 2px dashed #ECD7FF;
}



.tombol-warna-ungutua2 {
    background-color: #3B016F;
    padding: .6rem 1.5rem;
    font-size: var(--h3-font-size);
    border-radius: 8px;
    text-decoration: none;
}

.sinar-warna-ungutua1 {
    border-color: #792DBC;
    box-shadow: 0 0 40px 40px #792DBC inset, 0px 4px 4px rgba(0, 0, 0, .25);

    transition: all 150ms ease-in-out;
}

.sinar-warna-ungutua1:hover {
    box-shadow: 0 0 10px 0 #792DBC inset, 0 0 10px 4px #792DBC;
}



.form-warna-ungutua {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: solid 1px #ccc;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .31);
    background: #ECD7FF;
    ;
}

.form-icon-warna-ungutua {
    padding: 9px 15px;
    margin-top: -1px;
    border-radius: 5px 0 0 5px;
    border: solid 0px #cbc9c9;
    background: #792DBC;
    color: #fff;
}

.form-tombol-warna-ungutua {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: none;
    background: #792DBC;
    color: #fff;
    letter-spacing: 0.4px;
}

.form-tombol-warna-ungutua:hover {
    background: #3B016F;
}

.nomor-list2-warna-ungutua {
    clear: both;
    list-style: none;
    padding-left: 2%;
}

.nomor-list2-warna-ungutua li {
    margin: 2em 0;
    padding-top: 1em;
    display: block;
    position: relative;
    counter-increment: inst;
}

.nomor-list2-warna-ungutua li::before {
    content: counter(inst);
    background: #792DBC;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    font-style: italic;
    border-radius: 0 0.675em 0.675em 0;
    font-size: 1.5em;
    text-align: center;
    padding-top: 0;
    padding-left: 2.25%;
    left: -6%;
    top: -0.65em;
    height: 1.35em;
    width: 1.35em;
    position: absolute;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}

@media (min-width: 33em) {
    .nomor-list2-warna-ungutua li:before {
        border-radius: 50%;
        font-size: 1.5em;
        height: 1.35em;
        margin-left: 2.5%;
        padding-left: 0;
        padding-top: 0;
        top: -0.15em;
        width: 1.35em;
        z-index: -1;
    }
}





/* -------------------------------- Start Timeline -------------------------------- */
#cd-timeline-warna-ungutua {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline-warna-ungutua::before {
    content: '';
    position: absolute;
    top: 100px;
    left: 25px;
    height: 85%;
    width: 4px;
    background: #3B016F;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline-warna-ungutua {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    #cd-timeline-warna-ungutua::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-warna-ungutua-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-warna-ungutua-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-warna-ungutua-block:first-child {
    margin-top: 0;
}

.cd-timeline-warna-ungutua-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-ungutua-block {
        margin: 4em 0;
    }

    .cd-timeline-warna-ungutua-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-warna-ungutua-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-warna-ungutua-img {
    position: absolute;
    top: 8px;
    left: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.cd-timeline-warna-ungutua-img {
    background: #3B016F;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-ungutua-img {
        width: 30px;
        height: 30px;
        left: 50%;
        margin-left: -15px;
        margin-top: 15px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
}

.cd-timeline-warna-ungutua-content {
    position: relative;
    margin-left: 60px;
    background: #ECD7FF;
    border-radius: 8px;
    padding: 1em;
}

.cd-timeline-warna-ungutua-content .timeline-content-info i {
    margin-right: 5px;
}

.cd-timeline-warna-ungutua-content .timeline-content-info .timeline-content-info-title,
.cd-timeline-warna-ungutua-content .timeline-content-info .timeline-content-info-date {
    width: calc(50% - 2px);
    display: inline-block;
}

@media (max-width: 500px) {

    .cd-timeline-warna-ungutua-content .timeline-content-info .timeline-content-info-title,
    .cd-timeline-warna-ungutua-content .timeline-content-info .timeline-content-info-date {
        display: block;
        width: 100%;
    }
}

.cd-timeline-warna-ungutua-content .content-skills {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cd-timeline-warna-ungutua-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-warna-ungutua-content .cd-date {
    display: inline-block;
    padding: 0 30%;
}

.cd-timeline-warna-ungutua-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-warna-ungutua-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #ECD7FF;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-ungutua-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
        margin: 0;
    }

    .cd-timeline-warna-ungutua-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #ECD7FF;
    }

    .cd-timeline-warna-ungutua-content .cd-date {
        position: absolute;
        width: 45%;
        left: 140%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
        padding: 0;
    }

    .cd-timeline-warna-ungutua-block:nth-child(even) .cd-timeline-warna-ungutua-content {
        float: right;
    }

    .cd-timeline-warna-ungutua-block:nth-child(even) .cd-timeline-warna-ungutua-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #ECD7FF;
    }

    .cd-timeline-warna-ungutua-block:nth-child(even) .cd-timeline-warna-ungutua-content .cd-read-more {
        float: right;
    }

    .cd-timeline-warna-ungutua-block:nth-child(even) .cd-timeline-warna-ungutua-content .cd-date {
        left: auto;
        right: 140%;
        text-align: right;
        padding: 0;
    }
}

/* -------------------------------- End Timeline -------------------------------- */
/* End Warna ungutua */



/* Start Warna coklat */

.bulet-warna-coklat {
    background: linear-gradient(120deg, #ECE6D8 0%, #C96A10 100%);
}

.kartu-coklat {
    border-color: #fff !important;
    border-left-color: #C96A10 !important;
}

.warna-coklat1 {
    color: #803009;
}

.warna-coklat2 {
    color: #C96A10;
}

.warna-coklat3 {
    color: #F7DAB4;
}

.bg-warna-coklat1 {
    background-color: #803009;
}

.bg-warna-coklat2 {
    background-color: #C96A10;
}

.bg-warna-coklat3 {
    background-color: #F7DAB4;
}

.card-semua-warna-coklat1 {
    border: 3px dashed #803009;
    border-radius: 20px 20px;
}

.card-atas-warna-coklat1 {
    border-bottom: 3px dashed #803009;
    border-radius: 20px 20px 0 0;
}

.terbatas-warna-coklat1 {
    background-color: #C96A10;
    margin-left: auto;
    margin-right: auto;
    border: 4px dashed #fff;
}


.nomor-list-warna-coklat {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
}

.nomor-list-warna-coklat li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
}

.nomor-list-warna-coklat li::before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    --size: 20px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    transform: rotate(-10deg);
    background: #C96A10;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 0 #999;
}


.garis-warna-coklat {
    background-image: linear-gradient(#C96A10, #C96A10);
    background-position: bottom center;
    background-size: 60% 3px;
    background-repeat: no-repeat;
    padding-bottom: 3px;
}



.jenis-warna-coklat {
    background-color: #C96A10;
    padding: 0 8px;
    border-radius: 8px;
    font-size: var(--h2-font-size);
    border-top: 6px solid #F7DAB4;
    border-bottom: 6px solid #F7DAB4;
}


.judul-waktu-warna-coklat1 {
    background-color: #803009;
    padding: 2px 8px;
    border-radius: 8px;
    font-size: var(--h2-font-size);
    border: 2px dashed #F7DAB4;
}



.tombol-warna-coklat2 {
    background-color: #803009;
    padding: .6rem 1.5rem;
    font-size: var(--h3-font-size);
    border-radius: 8px;
    text-decoration: none;
}

.sinar-warna-coklat1 {
    border-color: #C96A10;
    box-shadow: 0 0 40px 40px #C96A10 inset, 0px 4px 4px rgba(0, 0, 0, .25);

    transition: all 150ms ease-in-out;
}

.sinar-warna-coklat1:hover {
    box-shadow: 0 0 10px 0 #C96A10 inset, 0 0 10px 4px #C96A10;
}



.form-warna-coklat {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: solid 1px #ccc;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .31);
    background: #F7DAB4;
    ;
}

.form-icon-warna-coklat {
    padding: 9px 15px;
    margin-top: -1px;
    border-radius: 5px 0 0 5px;
    border: solid 0px #cbc9c9;
    background: #C96A10;
    color: #fff;
}

.form-tombol-warna-coklat {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: none;
    background: #C96A10;
    color: #fff;
    letter-spacing: 0.4px;
}

.form-tombol-warna-coklat:hover {
    background: #803009;
}

.nomor-list2-warna-coklat {
    clear: both;
    list-style: none;
    padding-left: 2%;
}

.nomor-list2-warna-coklat li {
    margin: 2em 0;
    padding-top: 1em;
    display: block;
    position: relative;
    counter-increment: inst;
}

.nomor-list2-warna-coklat li::before {
    content: counter(inst);
    background: #C96A10;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    font-style: italic;
    border-radius: 0 0.675em 0.675em 0;
    font-size: 1.5em;
    text-align: center;
    padding-top: 0;
    padding-left: 2.25%;
    left: -6%;
    top: -0.65em;
    height: 1.35em;
    width: 1.35em;
    position: absolute;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}

@media (min-width: 33em) {
    .nomor-list2-warna-coklat li:before {
        border-radius: 50%;
        font-size: 1.5em;
        height: 1.35em;
        margin-left: 2.5%;
        padding-left: 0;
        padding-top: 0;
        top: -0.15em;
        width: 1.35em;
        z-index: -1;
    }
}





/* -------------------------------- Start Timeline -------------------------------- */
#cd-timeline-warna-coklat {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline-warna-coklat::before {
    content: '';
    position: absolute;
    top: 100px;
    left: 25px;
    height: 85%;
    width: 4px;
    background: #803009;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline-warna-coklat {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    #cd-timeline-warna-coklat::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-warna-coklat-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-warna-coklat-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-warna-coklat-block:first-child {
    margin-top: 0;
}

.cd-timeline-warna-coklat-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-coklat-block {
        margin: 4em 0;
    }

    .cd-timeline-warna-coklat-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-warna-coklat-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-warna-coklat-img {
    position: absolute;
    top: 8px;
    left: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.cd-timeline-warna-coklat-img {
    background: #803009;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-coklat-img {
        width: 30px;
        height: 30px;
        left: 50%;
        margin-left: -15px;
        margin-top: 15px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
}

.cd-timeline-warna-coklat-content {
    position: relative;
    margin-left: 60px;
    background: #F7DAB4;
    border-radius: 8px;
    padding: 1em;
}

.cd-timeline-warna-coklat-content .timeline-content-info i {
    margin-right: 5px;
}

.cd-timeline-warna-coklat-content .timeline-content-info .timeline-content-info-title,
.cd-timeline-warna-coklat-content .timeline-content-info .timeline-content-info-date {
    width: calc(50% - 2px);
    display: inline-block;
}

@media (max-width: 500px) {

    .cd-timeline-warna-coklat-content .timeline-content-info .timeline-content-info-title,
    .cd-timeline-warna-coklat-content .timeline-content-info .timeline-content-info-date {
        display: block;
        width: 100%;
    }
}

.cd-timeline-warna-coklat-content .content-skills {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cd-timeline-warna-coklat-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-warna-coklat-content .cd-date {
    display: inline-block;
    padding: 0 30%;
}

.cd-timeline-warna-coklat-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-warna-coklat-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #F7DAB4;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-coklat-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
        margin: 0;
    }

    .cd-timeline-warna-coklat-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #F7DAB4;
    }

    .cd-timeline-warna-coklat-content .cd-date {
        position: absolute;
        width: 45%;
        left: 140%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
        padding: 0;
    }

    .cd-timeline-warna-coklat-block:nth-child(even) .cd-timeline-warna-coklat-content {
        float: right;
    }

    .cd-timeline-warna-coklat-block:nth-child(even) .cd-timeline-warna-coklat-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #F7DAB4;
    }

    .cd-timeline-warna-coklat-block:nth-child(even) .cd-timeline-warna-coklat-content .cd-read-more {
        float: right;
    }

    .cd-timeline-warna-coklat-block:nth-child(even) .cd-timeline-warna-coklat-content .cd-date {
        left: auto;
        right: 140%;
        text-align: right;
        padding: 0;
    }
}

/* -------------------------------- End Timeline -------------------------------- */
/* End Warna coklat */


/* Start Warna Navy */
.bulet-warna-navy {
    background: linear-gradient(120deg, #E0A818 0%, #EACF8A 100%);
}

.kartu-navy {
    border-color: #fff !important;
    border-left-color: #E0A818 !important;
}

.warna-navy1 {
    color: #EACF8A;
}

.warna-navy2 {
    color: #E0A818;
}

.warna-navy3 {
    color: #00344C;
}

.bg-warna-navy1 {
    background-color: #EACF8A;
}

.bg-warna-navy2 {
    background-color: #E0A818;
}

.bg-warna-navy3 {
    background-color: #00344C;
}

.card-semua-warna-navy1 {
    border: 3px dashed #EACF8A;
    border-radius: 20px 20px;
}

.card-atas-warna-navy1 {
    border-bottom: 3px dashed #EACF8A;
    border-radius: 20px 20px 0 0;
}

.terbatas-warna-navy1 {
    background-color: #E0A818;
    margin-left: auto;
    margin-right: auto;
    border: 4px dashed #fff;
}

.terbatas-warna-navy3 {
    background-color: #00344C;
    margin-left: auto;
    margin-right: auto;
    border: 4px dashed #fff;
}


.nomor-list-warna-navy {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
}

.nomor-list-warna-navy li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
}

.nomor-list-warna-navy li::before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    --size: 20px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    transform: rotate(-10deg);
    background: #E0A818;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 0 #999;
}

.garis-warna-navy1 {
    background-image: linear-gradient(#EACF8A, #EACF8A);
    background-position: bottom center;
    background-size: 60% 3px;
    background-repeat: no-repeat;
    padding-bottom: 3px;
}


.garis-warna-navy2 {
    background-image: linear-gradient(#E0A818, #E0A818);
    background-position: bottom center;
    background-size: 60% 3px;
    background-repeat: no-repeat;
    padding-bottom: 3px;
}

.garis-warna-navy3 {
    background-image: linear-gradient(#00344C, #00344C);
    background-position: bottom center;
    background-size: 60% 3px;
    background-repeat: no-repeat;
    padding-bottom: 3px;
}



.jenis-warna-navy {
    background-color: #E0A818;
    padding: 0 8px;
    border-radius: 8px;
    font-size: var(--h3-font-size);
    border-top: 6px solid #00344C;
    border-bottom: 6px solid #00344C;
}


.judul-waktu-warna-navy1 {
    background-color: #EACF8A;
    padding: 2px 8px;
    border-radius: 8px;
    font-size: var(--h5-font-size);
    border: 2px dashed #00344C;
}



.tombol-warna-navy2 {
    background-color: #EACF8A;
    padding: .6rem 1.5rem;
    font-size: var(--h3-font-size);
    border-radius: 8px;
    text-decoration: none;
}

.tombol-kecil-warna-navy2 {
    background-color: #E0A818;
    padding: 0rem 1rem;
    font-size: var(--h6-font-size);
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
}

.tombol-kecil-warna-navy2:hover {
    border-color: #EACF8A;
    box-shadow: 0 0 40px 40px #EACF8A inset, 0px 4px 4px rgba(0, 0, 0, .25);
    transition: all 150ms ease-in-out;
    color: #00344C;
}

.sinar-warna-navy1 {
    border-color: #E0A818;
    box-shadow: 0 0 40px 40px #E0A818 inset, 0px 4px 4px rgba(0, 0, 0, .25);
    transition: all 150ms ease-in-out;
}

.sinar-warna-navy1:hover {
    box-shadow: 0 0 10px 0 #E0A818 inset, 0 0 10px 4px #E0A818;
}



.form-warna-navy {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: solid 1px #ccc;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .31);
    background: #00344C;
    ;
}

.form-icon-warna-navy {
    padding: 9px 15px;
    margin-top: -1px;
    border-radius: 5px 0 0 5px;
    border: solid 0px #cbc9c9;
    background: #00344C;
    color: #fff;
}

.form-tombol-warna-navy {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: none;
    background: #00344C;
    color: #fff;
    letter-spacing: 0.4px;
}

.form-tombol-warna-navy:hover {
    background: #000;
}

.nomor-list2-warna-navy {
    clear: both;
    list-style: none;
    padding-left: 2%;
}

.nomor-list2-warna-navy li {
    margin: 2em 0;
    padding-top: 1em;
    display: block;
    position: relative;
    counter-increment: inst;
}

.nomor-list2-warna-navy li::before {
    content: counter(inst);
    background: #E0A818;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    font-style: italic;
    border-radius: 0 0.675em 0.675em 0;
    font-size: 1.5em;
    text-align: center;
    padding-top: 0;
    padding-left: 2.25%;
    left: -6%;
    top: -0.65em;
    height: 1.35em;
    width: 1.35em;
    position: absolute;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}

@media (min-width: 33em) {
    .nomor-list2-warna-navy li:before {
        border-radius: 50%;
        font-size: 1.5em;
        height: 1.35em;
        margin-left: 2.5%;
        padding-left: 0;
        padding-top: 0;
        top: -0.15em;
        width: 1.35em;
        z-index: -1;
    }
}



/* -------------------------------- Start Timeline -------------------------------- */
#cd-timeline-warna-navy {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline-warna-navy::before {
    content: '';
    position: absolute;
    top: 100px;
    left: 25px;
    height: 85%;
    width: 4px;
    background: #EACF8A;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline-warna-navy {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    #cd-timeline-warna-navy::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-warna-navy-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-warna-navy-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-warna-navy-block:first-child {
    margin-top: 0;
}

.cd-timeline-warna-navy-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-navy-block {
        margin: 4em 0;
    }

    .cd-timeline-warna-navy-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-warna-navy-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-warna-navy-img {
    position: absolute;
    top: 8px;
    left: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.cd-timeline-warna-navy-img {
    background: #EACF8A;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-navy-img {
        width: 30px;
        height: 30px;
        left: 50%;
        margin-left: -15px;
        margin-top: 15px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
}

.cd-timeline-warna-navy-content {
    position: relative;
    margin-left: 60px;
    background: #00344C;
    border-radius: 8px;
    padding: 1em;
}

.cd-timeline-warna-navy-content .timeline-content-info i {
    margin-right: 5px;
}

.cd-timeline-warna-navy-content .timeline-content-info .timeline-content-info-title,
.cd-timeline-warna-navy-content .timeline-content-info .timeline-content-info-date {
    width: calc(50% - 2px);
    display: inline-block;
}

@media (max-width: 500px) {

    .cd-timeline-warna-navy-content .timeline-content-info .timeline-content-info-title,
    .cd-timeline-warna-navy-content .timeline-content-info .timeline-content-info-date {
        display: block;
        width: 100%;
    }
}

.cd-timeline-warna-navy-content .content-skills {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cd-timeline-warna-navy-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-warna-navy-content .cd-date {
    display: inline-block;
    padding: 0 30%;
}

.cd-timeline-warna-navy-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-warna-navy-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #00344C;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-warna-navy-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
        margin: 0;
    }

    .cd-timeline-warna-navy-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #00344C;
    }

    .cd-timeline-warna-navy-content .cd-date {
        position: absolute;
        width: 45%;
        left: 140%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
        padding: 0;
    }

    .cd-timeline-warna-navy-block:nth-child(even) .cd-timeline-warna-navy-content {
        float: right;
    }

    .cd-timeline-warna-navy-block:nth-child(even) .cd-timeline-warna-navy-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #00344C;
    }

    .cd-timeline-warna-navy-block:nth-child(even) .cd-timeline-warna-navy-content .cd-read-more {
        float: right;
    }

    .cd-timeline-warna-navy-block:nth-child(even) .cd-timeline-warna-navy-content .cd-date {
        left: auto;
        right: 140%;
        text-align: right;
        padding: 0;
    }
}

/* -------------------------------- End Timeline -------------------------------- */
.foto_navy {
    border: 2px solid #fff;
    -moz-box-shadow: 10px 10px 5px #EACF8A;
    -webkit-box-shadow: 10px 10px 5px #EACF8A;
    box-shadow: 10px 10px 1px #EACF8A;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.garis_atas {
    width: 25%;
    border-radius: 20px;
    line-height: 4px;
    background-color: #EACF8A;
}

/* End Warna Navy */

/* Start Warna Greblu */
.foto_greblu {
    border: 2px solid #fff;
    -moz-box-shadow: 10px 10px 5px #a8dadd;
    -webkit-box-shadow: 10px 10px 5px #a8dadd;
    box-shadow: 10px 10px 1px #a8dadd;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.terbatas-warna-greblu3 {
    background-color: #01565b;
    margin-left: auto;
    margin-right: auto;
    border: 4px dashed #fff;
}

.kartu-greblu {
    border-color: #fff !important;
    border-left-color: #e5f33d !important;
}

.bulet-warna-greblu {
    background: linear-gradient(120deg, #e5f33d 0%, #a8dadd 100%);
}

.form-icon-warna-greblu {
    padding: 9px 15px;
    margin-top: -1px;
    border-radius: 5px 0 0 5px;
    border: solid 0px #cbc9c9;
    background: #01565b;
    color: #fff;
}

.form-tombol-warna-greblu {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: none;
    background: #01565b;
    color: #fff;
    letter-spacing: 0.4px;
}

.form-tombol-warna-greblu:hover {
    background: #000;
}

.warna-greblu1 {
    color: #e5f33d;
}

.warna-greblu2 {
    color: #a8dadd;
}

.warna-greblu3 {
    color: #01565b;
}

.bg-warna-greblu1 {
    background-color: #cee9e4;
}

.bg-warna-greblu2 {
    background-color: #a8dadd;
}

.bg-warna-greblu3 {
    background-color: #01565b;
}

.garis-warna-greblu3 {
    background-image: linear-gradient(#01565b, #01565b);
    background-position: bottom center;
    background-size: 60% 3px;
    background-repeat: no-repeat;
    padding-bottom: 3px;
}

.garis-warna-greblu1 {
    background-image: linear-gradient(#e5f33d, #e5f33d);
    background-position: bottom center;
    background-size: 60% 3px;
    background-repeat: no-repeat;
    padding-bottom: 3px;
}

.jenis-warna-greblu {
    background-color: #01565b;
    color: #e5f33d;
    padding: 0 8px;
    border-radius: 8px;
    font-size: var(--h3-font-size);
    border-top: 6px solid #a8dadd;
    border-bottom: 6px solid #a8dadd;
}

.garis_atas {
    width: 25%;
    border-radius: 20px;
    line-height: 4px;
    background-color: #a8dadd;
}

.nomor-list-warna-greblu {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
}

.nomor-list-warna-greblu li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
}

.nomor-list-warna-greblu li::before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    --size: 20px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    transform: rotate(-10deg);
    background: #01565b;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 0 #999;
}

/* start timehorizon */
/* timehorizon */
.timehorizon,
.timehorizon-horizontal {
    list-style: none;
    padding: 20px;
    position: relative;
}

.timehorizon:before {
    top: 40px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #ffff;
    left: 50%;
    margin-left: -1.5px;
}

.timehorizon .timehorizon-item {
    margin-bottom: 20px;
    position: relative;
}

.timehorizon .timehorizon-item:before,
.timehorizon .timehorizon-item:after {
    content: "";
    display: table;
}

.timehorizon .timehorizon-item:after {
    clear: both;
}

.timehorizon .timehorizon-item .timehorizon-badge {
    color: #fff;
    width: 34px;
    height: 34px;
    text-align: center;
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -25px;
    border: 3px solid #ffffff;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timehorizon .timehorizon-item .timehorizon-badge i,
.timehorizon .timehorizon-item .timehorizon-badge .fa,
.timehorizon .timehorizon-item .timehorizon-badge.primary {
    background-color: #1f9eba;
}

.timehorizon .timehorizon-item .timehorizon-badge.info {
    background-color: #5bc0de;
}

.timehorizon .timehorizon-item .timehorizon-badge.success {
    background-color: #59ba1f;
}

.timehorizon .timehorizon-item .timehorizon-badge.warning {
    background-color: #d1bd10;
}

.timehorizon .timehorizon-item .timehorizon-badge.danger {
    background-color: #ba1f1f;
}

.timehorizon .timehorizon-item .timehorizon-panel {
    position: relative;
    width: 46%;
    float: left;
    right: 16px;
    border: 1px solid #ffffff;
    background: #ffffff;
    border-radius: 2px;
    padding: 8px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timehorizon .timehorizon-item .timehorizon-panel:before {
    position: absolute;
    top: 26px;
    right: -16px;
    display: inline-block;
    border-top: 16px solid transparent;
    border-left: 16px solid #01565b;
    border-right: 0 solid #c0c0c0;
    border-bottom: 16px solid transparent;
    content: " ";
}

.timehorizon .timehorizon-item .timehorizon-panel .timehorizon-body>p+p {
    margin-top: 5px;
}

.timehorizon .timehorizon-item:last-child:nth-child(even) {
    float: right;
}

.timehorizon .timehorizon-item:nth-child(even) .timehorizon-panel {
    float: right;
    left: 16px;
}

.timehorizon .timehorizon-item:nth-child(even) .timehorizon-panel:before {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timehorizon-horizontal {
    list-style: none;
    position: relative;
    padding: 20px 0px 20px 0px;
    display: inline-block;
}

.timehorizon-horizontal:before {
    height: 3px;
    top: auto;
    bottom: 26px;
    left: 56px;
    right: 0;
    width: 100%;
    margin-bottom: 20px;
}

.timehorizon-horizontal .timehorizon-item {
    display: table-cell;
    height: 280px;
    width: 20%;
    min-width: 300px;
    float: none !important;
    padding-left: 0px;
    padding-right: 8px;
    margin: 0 auto;
    vertical-align: bottom;
}

.timehorizon-horizontal .timehorizon-item .timehorizon-panel {
    border-radius: 8px;
    top: auto;
    bottom: 0px;
    display: inline-block;
    float: none !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    margin-bottom: 80px;
}

.timehorizon-horizontal .timehorizon-item .timehorizon-panel:before {
    top: auto;
    bottom: -16px;
    left: 28px !important;
    right: auto;
    border-right: 16px solid transparent !important;
    border-top: 16px solid #fff !important;
    border-bottom: 0 solid #c0c0c0 !important;
    border-left: 16px solid transparent !important;
}

.timehorizon-horizontal .timehorizon-item:before,
.timehorizon-horizontal .timehorizon-item:after {
    display: none;
}

.timehorizon-horizontal .timehorizon-item .timehorizon-badge {
    top: auto;
    bottom: 8px;
    left: 54px;
}

/*  */
.greblu-horizon {
    display: inline-block;
    width: 100%;
    overflow-y: auto;
}

.greblu-horizon::-webkit-scrollbar {
    height: 12px;
}

.greblu-horizon::-webkit-scrollbar-thumb,
.greblu-horizon::-webkit-scrollbar-track {
    border-radius: 92px;
}

.greblu-horizon::-webkit-scrollbar-thumb {
    background: #01565b;
}

.greblu-horizon::-webkit-scrollbar-track {
    background: #e5f33d;
}

/* end timehorizon */

/* End Warna Greblu */


.judul-mode {
    font-size: 3.5rem;
}

@media (max-width: 450px) {
    .judul-mode {
        font-size: 2.2rem;
    }
}





.kotak {
    box-shadow: 0 2px 4px rgb(0 0 0 / 12%);
    border-radius: 12px;
    max-width: 400px;
    margin: 0 auto 20px;
    padding: 20px;
}




















/* harga  */
.wrapper {
    max-width: 1090px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hargabebas {
    background: #fff;
    width: calc(50% - 10px);
    padding: 15px 10px;
    position: relative;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 12px;
}

.hargabebas .price-section {
    display: flex;
    justify-content: center;
}

.hargabebas .price-area {
    height: 120px;
    /* width: 120px; */
    border-radius: 50%;
    padding: 2px;
}


.hargabebas.premium {
    margin: -20px;
}


.price-area .inner-area {
    height: 100%;
    width: 100%;
    line-height: 88px;
    text-align: center;
    color: #fff;
    position: relative;
}

.price-area .inner-area .text {
    font-size: 25px;
    font-weight: 400;
    position: absolute;
    top: -10px;
    left: -5px;
}

.price-area .inner-area .price {
    font-size: 36px;
    font-weight: 500;
    margin-left: 26px;
}

.hargabebas .package-name {
    width: 100%;
    height: 2px;
    margin: 35px 0;
    position: relative;
}

.hargabebas .features li {
    margin-bottom: 8px;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.features {
    padding-left: 0rem !important;

}


.hargaikon {
    font-size: 24px;
}

.betulan {
    color: #2db94d;
}

.cross {
    color: #cd3241;
}

.tombol-pesan {
    width: 100%;
    display: flex;
    justify-content: center;
}

.tombol-pesan .pesan-dalem {
    text-decoration: none;
    padding: 8px;
    width: 80%;
    height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border: none;
    outline: none;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tombol-pesan .pesan-dalem:hover {
    border-radius: 5px;
}

.basic ::selection,
.basic .price-area,
.basic .inner-area,
.basic .head_tab h2 {
    color: red;
}

.basic .tombol-pesan .pesan-dalem {
    background: red;
    color: #fff;
    margin-top: -75px;
}

.basic .tombol-pesan .pesan-dalem:hover {
    background: rgba(240, 101, 36);
    color: #fff;
}

.premium ::selection,
.premium .price-area,
.premium .inner-area,
.premium .head_tab h2 {
    color: #ba24f0;
}

.premium .tombol-pesan .pesan-dalem {
    background: #ba24f0;
    color: #fff;
    margin-top: -75px;
}

.premium .tombol-pesan .pesan-dalem:hover {
    background: rgba(240, 101, 36);
    color: #fff;
}

.ultimate ::selection,
.ultimate .price-area,
.ultimate .inner-area,
.ultimate .head_tab h2 {
    color: #ff8c00;
}

.ultimate .tombol-pesan .pesan-dalem {
    background: #ff8c00;
    color: #fff;
    margin-top: -75px;
}

.ultimate .tombol-pesan .pesan-dalem:hover {
    background: rgba(240, 101, 36);
    color: #fff;
}

@media (max-width:756px) {
    .wrapper .hargabebas {
        width: 100%;
    }

    .hargabebas.premium {
        margin: 40px 0px;
    }

    .hargabebas.ultimate {
        margin: 0px;
    }
}

.hargabebas .ribbon {
    width: 150px;
    height: 150px;
    position: absolute;
    top: -10px;
    left: -10px;
    overflow: hidden;
}

.hargabebas .ribbon::before,
.hargabebas .ribbon::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    border: 7px solid #ba24f0;
    border-top-color: transparent;
    border-left-color: transparent;
}

.hargabebas .ribbon::before {
    top: 0px;
    right: 15px;
}

.hargabebas .ribbon::after {
    bottom: 15px;
    left: 0px;
}

.hargabebas .ribbon span {
    position: absolute;
    top: 30px;
    right: 0;
    transform: rotate(-45deg);
    width: 200px;
    background: #ba24f0;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    font-size: 17px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
}



@media (min-width: 500px) {
    .satuharga {
        width: calc(50% - 20px);
    }
}


/* card kecil */

.kartu_banyak {
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.kartu_satu {
    padding: 12px 12px;
    width: 25%;
}

.kartu_dua {
    padding: 12px 12px;
    width: 31%;
}

.kartu_dalem {
    border: 3px solid;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    background: #fff;
    border-radius: 8px;
    padding: 16px 16px 2px;
    min-height: 140px;
    min-width: 225px;
    width: 100%;
}

.buletan {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.kartu_gambar {
    width: 40px;
    height: 40px;
    margin-bottom: 4px;
    margin-left: -16px;
}

.luar {
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: flex;
    border-radius: 50%;
}

/*sadasd*/
.dalam {
    max-width: inherit;
    max-height: inherit;
    height: inherit;
    width: inherit;
    object-fit: cover;
}



@media screen and (max-width: 1024px) {

    .kartu_satu,
    .kartu_dua {
        width: 33%;
    }
}

@media screen and (max-width: 768px) {

    .kartu_satu,
    .kartu_dua {
        width: 50%;
    }
}

@media screen and (max-width: 568px) {

    .kartu_satu,
    .kartu_dua {
        width: 100%;
        padding: 8px 0px;
    }

    .kartu_dalem {
        min-height: 100px;
    }
}

/* end card kecil */

/* Start Testimoni */
.testi_img {
    max-width: 100%;
    border-radius: 8px;
    transition: .5s ease;
}

.testi_img:hover {
    opacity: 0.4;
}

/* <!-- second slider -->  */
.carvid {
    padding: .3em .3em 0;
    background: rgb(240, 240, 240);
    text-align: center;
}

.carvid div {
    position: relative;
    margin-bottom: .3em;
    padding-top: 56.25%;
}

.carvid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carvid span {
    display: inline-block;
    word-spacing: 1em;
    /* расстояние между картинками */

    /* прокрутка миниатюр при необходимости */
    overflow: auto;
    white-space: nowrap;
    word-wrap: normal;

}

.carvid a {
    position: relative;
    display: inline-block;
    max-width: 120px;
    /* максимальная ширина миниатюр */
    width: 25%;
    /* ширина миниатюр */
    border: 1px solid blue;
    /* рамка вокруг миниатюр */
    opacity: .7;
    text-decoration: none;
}

.carvid a:visited,
.carvid a:nth-of-type(1) {
    border-color: #555;
    /* рамка вокруг миниатюр просмотренных видео */
}

.carvid a:hover {
    opacity: 1;
}

.carvid a:not(:active):focus {
    pointer-events: none;
}

.carvid a::before {
    content: "";
    position: absolute;
    top: 0em;
    right: 0em;
    bottom: 0em;
    left: 0em;
    background: rgba(0, 0, 1, .1);
    transition: background 0s 9999999s;
}

.carvid a:nth-of-type(1)::before {
    background: rgba(255, 255, 254, .7);
}

.carvid span:active a::before {
    background: rgba(0, 0, 0, 0);
    transition: background 0s;
}

.carvid span:active a:active::before {
    background: rgba(255, 255, 255, .7);
    transition: background 0s;
}

.carvid img {
    max-width: 100%;
    vertical-align: middle;
    /* убрать нижний отступ до рамки под картинкой */
}

/* ini  buat image */
.carousel-control-prev-icon {
    border-radius: 0 4px 4px 0;
    margin-left: -20px !important;
    background-color: #343434;
}

.carousel-control-next-icon {
    border-radius: 0 4px 4px 0;
    margin-right: -20px !important;
    background-color: #343434;
}

/* End Testimoni */


.achieve {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
}

/* card kecil */
.waktu_satu {
    padding: 4px 4px;
    width: 15%;
}

.waktu_dalem {
    border-radius: 8px;
    padding: 4px;
}

.selisih {
    font-size: 40px;
}

/* end card kecil */


/* start nlp */
.judul-nlp {
    font-size: 3rem;
}

.jenis-warna-nlp {
    background-color: #099CAB;
    padding: 0 8px;
    border-radius: 8px;
    font-size: var(--h3-font-size);
    border-top: 6px solid #fff;
    border-bottom: 6px solid #fff;
}

.warna-nlp1 {
    color: #F3647C;
}

.warna-nlp2 {
    color: #FFAD01;
}

.warna-nlp3 {
    color: #0B6D76;
}

.warna-nlp0 {
    color: #099CAB;
}

.judul-waktu-warna-nlp1 {
    background-color: #099CAB;
    padding: 2px 8px;
    border-radius: 8px;
    font-size: var(--h2-font-size);
    border: 2px dashed #ECEBD8;
}







.underline {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    line-height: 50px;
    margin: 20px 0;
    text-align: center;
}

.underline span {
    position: relative;
}

.underline svg {
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    top: 0;
    z-index: -1;
}

.underline svg path {
    stroke: #F3647C;
    stroke-width: 9;
    fill: none;
    animation: underline 7s infinite;
    animation-delay: 0s;
    opacity: 0;
}

.underline svg path+path {
    animation-delay: 0.5s;
}

@keyframes underline {
    0% {
        stroke-dasharray: 0 1500;
        opacity: 1;
    }

    15% {
        stroke-dasharray: 1500 1500;
    }

    85% {
        opacity: 1;
    }

    90% {
        stroke-dasharray: 1500 1500;
        opacity: 0;
    }

    100% {
        stroke-dasharray: 0 1500;
        opacity: 0;
    }
}

.affiliate_performa_verticalLine {
    margin: 0px;
    border-left: 0.1px solid #099CAB;
}



.nlp_desc {
    font-size: 1rem;
    font-weight: 500;
}


.garis-warna-nlp3 {
    background-image: linear-gradient(#0B6D76, #0B6D76);
    background-position: bottom center;
    background-size: 60% 3px;
    background-repeat: no-repeat;
    padding-bottom: 3px;
}

.bg-warna-nlp2 {
    background-color: #FFAD01;
}

.bg-warna-nlp3 {
    background-color: #0B6D76;
}

.bg-warna-nlp1 {
    background-color: #099CAB;
}

.bulet-warna-nlp {
    background: linear-gradient(120deg, #FFAD01 0%, #EACF8A 100%);
}

.terbatas-warna-nlp1 {
    background-color: #E0A818;
    margin-left: auto;
    margin-right: auto;
    border: 4px dashed #fff;
}

.terbatas-warna-nlp3 {
    background-color: #00344C;
    margin-left: auto;
    margin-right: auto;
    border: 4px dashed #fff;
}


.nlp_metode_mobile {
    display: flex;
    justify-content: center;
    flex: wrap;
}

.nlp_metode_luar {
    padding: 4px 4px;
    width: 20%;
}

.metode_urut {
    font-size: 80px;
    font-weight: bold;
    color: #FFAD01;
}

.metode_desc {
    height: 40px;
    margin-bottom: 8px;
}

.tombol-warna-nlp2 {
    background-color: #FFAD01;
    padding: .6rem 1.5rem;
    font-size: var(--h3-font-size);
    border-radius: 8px;
    text-decoration: none;
}






@media (max-width: 500px) {
    .judul-nlp {
        font-size: 2.8rem;
    }

    .waktu_satu {
        padding: 4px 4px;
        width: 25%;
    }

    .nlp_metode_mobile {
        display: block;
    }

    .nlp_metode_luar {
        padding: 4px 4px;
        width: 100%;
    }

    .metode_desc {
        height: 20px;
        margin-bottom: 8px;
    }
}

.hunder {
    font-size: 32px;
    line-height: 50px;
    margin: 20px 0;
    text-align: center;
}

.hunder span {
    position: relative;
}

.hunder svg {
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    top: 0;
    z-index: -1;
}

.hunder svg path {
    stroke: red;
    stroke-width: 9;
    fill: none;
    animation: hunder 7s infinite;
    animation-delay: 0s;
    opacity: 0;
}

.hunder svg path+path {
    animation-delay: 0.5s;
}

@keyframes hunder {
    0% {
        stroke-dasharray: 0 1500;
        opacity: 1;
    }

    15% {
        stroke-dasharray: 1500 1500;
    }

    85% {
        opacity: 1;
    }

    90% {
        stroke-dasharray: 1500 1500;
        opacity: 0;
    }

    100% {
        stroke-dasharray: 0 1500;
        opacity: 0;
    }
}

/* end nlp */