h1.gradient.rainbow-2 {
    font-weight: 600;
}

.rainbow-2 {
    background-size: 100%;
    -webkit-text-fill-color: transparent;
    background-repeat: repeat;
    color: transparent;
    -webkit-background-clip: text;
    background-image: var(--rainbow-2);
}

.fOncch {
    padding: 16px 0px;
    margin-top: 40px;
}

.kLKfwN {
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 708px;
    margin: 0px auto;
}

.kEsGFT {
    text-align: center;
    max-width: 500px;
    margin: auto;
    padding: 24px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.kEsGFT h2 {
    display: inline-block;
    font-size: 32px;
    margin-bottom: 12px;
    letter-spacing: var(--lspace-32);
    font-weight: 700;
}

.kEsGFT p {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: var(--lspace-18);
}

.VrOUM {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 12px 0px;
}

.eUiwEc {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 24px;
}

.eUiwEc ul {
    display: flex;
}

.eUiwEc ul li {
    margin: 6px;
}

.eUiwEc ul li a.blue {
    background: linear-gradient(270deg, rgb(195, 194, 255) 0%, rgb(157, 190, 255) 100%);
    color: rgba(28, 48, 157, 0.7);
}

.ykfQx {
    padding-top: 60px;
}

.cUHzPA {
    cursor: pointer;
    margin: 0px auto;
    width: 100%;
    position: relative;
}

.cUHzPA a {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.bOuMWC {
    margin-top: 100px;
}

.VrOUM span {
    width: max-content;
}

.title-dot {
    filter: invert(1);
    margin: 0px 24px;
}

.VrOUM svg {
    opacity: 0.2;
}

.right {
    transform: scale(1, 1);
    opacity: 0.4;
}

.timeline {
    position: relative;
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
}

.timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 1.5px;
    height: 100%;
    margin-left: -3px;
    background: rgb(80, 80, 80);
    background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
    background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    z-index: 5;
}

.timeline li {
    padding: 1em 0;
    margin-bottom: 7em;
    margin-left: 50.3em;
    margin-top: 4em;
}

.timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.direction-l {
    position: relative;
    width: 300px;
    float: left;
    text-align: right;
}

.direction-r {
    position: relative;
    width: 445px;
    float: right;
}

.flag-wrapper {
    position: relative;
    display: inline-block;

    text-align: center;
}

.flag {
    position: relative;
    display: inline;
    background: trna;
    padding: 6px 10px;
    color: var(--white);
    border-radius: 5px;
    font-weight: normal;
    text-transform: lowercase;
    text-align: left;
    margin-left: -10em;
}

.direction-l .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 1px rgb(0 0 0 / 15%), 0 0 1px rgb(0 0 0 / 15%);
}

.direction-l .flag:before,
.direction-r .flag:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 6.8em;
    margin-top: -10px;
    background: linear-gradient(270deg, rgb(195, 193, 255) 0%, rgb(162, 193, 255) 100%);
    border-radius: 10px;
    z-index: 10;
}

.direction-l .flag-wrap {
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .flag-wrap {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 1px rgb(0 0 0 / 15%), 0 0 1px rgb(0 0 0 / 15%);
}

.flag-wrap {
    position: relative;
    display: inline;
    background: trna;
    padding: 6px 10px;
    color: var(--white);
    border-radius: 5px;
    font-weight: normal;
    text-transform: lowercase;
    text-align: left;
    margin-left: -10em;
}

.flag-wrap:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 4.3em;
    margin-top: -10px;
    border-radius: 10px;
    z-index: 10;
    background: #f81ce5;
}

.direction-r .flag:before {
    left: -40px;
}

.direction-l .flag:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(248, 248, 248);
    border-width: 8px;
    pointer-events: none;
}

.direction-r .flag:after {
    content: "";
    position: absolute;
    right: 10%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: #6b6b6b0d;
    border-width: 8px;
    pointer-events: none;
}

.time-wrapper {
    display: inline;

    line-height: 1em;
    font-size: 0.66666em;
    color: rgb(250, 80, 80);
    vertical-align: middle;
}

.direction-l .time-wrapper {
    float: left;
}

.direction-r .time-wrapper {
    float: right;
}

.time {
    display: inline-block;
    padding: 4px 6px;
    background: rgb(248, 248, 248);
}

.desc {
    width: 80%;
    font-size: 0.77777em;
    line-height: 1.5em;
}

.direction-r .desc {
    margin: -2.7em 0 0 -1em;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
}

.direction-r .desc:hover {
    background-image: linear-gradient(90deg, rgba(30, 28, 50, 0.8) 0%, rgba(43, 22, 29, 0.7) 100%);
}

.direction-r .desc h1 {
    font-size: 20px;
    font-weight: 500;
    color: #ddd;
}

.direction-r .desc p {
    color: #ccc;
}

.direction-r .desc img {
    width: 27em;
    border-radius: 10px;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {

    .timeline {
        width: 100%;
        padding: 4em 0 1em 0;
    }

    .timeline li {
        padding: 2em 0;
    }

    .direction-l,
    .direction-r {
        float: none;
        width: 100%;

        text-align: center;
    }

    .flag-wrapper {
        text-align: center;
    }

    .flag {
        background: rgb(255, 255, 255);
        z-index: 15;
    }

    .direction-l .flag:before,
    .direction-r .flag:before {
        position: absolute;
        top: -30px;
        left: 50%;
        content: ' ';
        display: block;
        width: 12px;
        height: 12px;
        margin-left: -9px;
        background: #fff;
        border-radius: 10px;
        border: 4px solid rgb(255, 80, 80);
        z-index: 10;
    }

    .direction-l .flag:after,
    .direction-r .flag:after {
        content: "";
        position: absolute;
        left: 50%;
        top: -8px;
        height: 0;
        width: 0;
        margin-left: -8px;
        border: solid transparent;
        border-bottom-color: rgb(255, 255, 255);
        border-width: 8px;
        pointer-events: none;
    }

    .time-wrapper {
        display: block;
        position: relative;
        margin: 4px 0 0 0;
        z-index: 14;
    }

    .direction-l .time-wrapper {
        float: none;
    }

    .direction-r .time-wrapper {
        float: none;
    }

    .desc {
        position: relative;
        margin: 1em 0 0 0;
        padding: 1em;
        background: rgb(245, 245, 245);
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
        -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);

        z-index: 15;
    }

    .direction-l .desc,
    .direction-r .desc {
        position: relative;
        margin: 1em 1em 0 1em;
        padding: 1em;

        z-index: 15;
    }

}

.mark {
    background: linear-gradient(270deg, rgb(229, 228, 255) 0%, rgb(220, 232, 255) 100%);
    color: #212121;
    width: 23%;
    text-align: center;
    border-radius: 30px;
    padding: 0 2px;
    font-weight: 600;
    margin-bottom: 5px;
}

.rainbow-5 {
    background-color: var(--sunset-1c);
    background-image: var(--sunset-1);
    background-size: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: repeat;
}

