:root {
    --primary-color: #FFEBD4;
    --secondary-color: #AA0D10;
    --dark-secondary-color: #630709;
    --green: #199C52;
    --dark-green: #4E4B30;
    --yellow: #F9CA36;
    --dark-yellow: #F9AF36;
}

/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('/fonts/MYRIADPRO-REGULAR.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed'), url('/fonts/MYRIADPRO-COND.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed Italic'), url('/fonts/MYRIADPRO-CONDIT.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Light'), url('/fonts/MyriadPro-Light.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold'), url('/fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold Italic'), url('/fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed'), url('/fonts/MYRIADPRO-BOLDCOND.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold'), url('/fonts/MYRIADPRO-BOLD.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Italic'), url('/fonts/MYRIADPRO-BOLDIT.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed Italic'), url('/fonts/MYRIADPRO-BOLDCONDIT.woff') format('woff');
}

@font-face {
    font-family: 'Jumper';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('/fonts/jumper/ttf/Jumper-Extra-Bold.ttf') format('truetype');
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* line-height: 1.5; */
}

html,
body {
    font-family: 'Myriad Pro Regular', sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

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

.mt-05 {
    margin-top: 0.5rem;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mt-4 {
    margin-top: 4rem;
}

.mt-5 {
    margin-top: 5rem;
}

.font-bold {
    font-family: 'Myriad Pro Bold', sans-serif;
    font-weight: bold;
}

.inner-bg {
    background-color: var(--secondary-color);
    margin: 1.5rem;
    color: white;
    border-radius: 3rem 0;
}


[data-inviewport="scale-in"] {
    transition: 2s;
    transform: rotateX('45deg');
}

.container__ {
    position: relative;
    background-color: var(--primary-color);
    margin: 0px auto;
    width: 100%;
    max-width: 500px;
}

.content {
    margin: 1rem;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

.top-logo-wrapper {
    position: relative;
    width: 40%;
    margin: 0 auto;
    background-color: var(--primary-color);
    padding: 0.5rem 0;
    border-radius: 0 0 5rem 5rem;
    display: flex;
    align-items: center;
    min-height: 120px;
    transform: translateY(-20%);
}

.greeting {
    margin: 1rem 0.5rem;
    transform: translate(-10%, -15%);
}

.greeting-2 {
    width: 115%;
    display: flex;
    transform: translate(-2%, -40%);
}

.greeting-2 img {
    width: 78%;
    margin: 0 auto;
}

.greeting-2 p {
    position: absolute;
    font-size: 1.15rem;
    transform: translate(100px, 70px);
}

.footer-logo-wrapper {
    /* width: 100%; */
    display: flex;
    flex-direction: column;
}

.footer-logo-wrapper img {
    width: 100%;
}

.footer {
    flex-shrink: 0;
    transform: translateY(-30%);
}

.merchant-support {
    display: flex;
    justify-content: space-around;
    margin-top: 1rem;
}

.branches-container {
    transform: translateY(-10%);
    /*max-height: 1000px;*/
    /*overflow-y: scroll;*/
}

.branches__list {
    transform: translate(7%, 15px);
}

.vertical-separator {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    width: 50px;
    background-color: #3a3a3a;
    /* border-left: 3px dashed white; */
}

.vertical-separator::before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    border-right: 3px solid var(--dark-yellow);
    margin-left: 5px;
}

.vertical-separator::after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-left: 3px solid var(--dark-yellow);
    margin-right: 5px;
}

.dashed-road {
    height: 100%;
    width: 2px;
    /* background: white; */
    /* border-right: 2px dashed white; */
    transform: translateX(1200%);
    background-image: repeating-linear-gradient(0deg, #fff, #fff 17px, transparent 17px, transparent 27px, #fff 27px), repeating-linear-gradient(90deg, #333333, #333333 17px, transparent 17px, transparent 27px, #333333 27px), repeating-linear-gradient(180deg, #333333, #333333 17px, transparent 17px, transparent 27px, #333333 27px), repeating-linear-gradient(270deg, #333333, #333333 17px, transparent 17px, transparent 27px, #333333 27px);
    background-size: 3px 100%, 100% 3px, 3px 100%, 100% 3px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;

}

.branches-items {
    display: flex;
    justify-content: flex-start;
    justify-items: flex-start;
    margin: 0 5px 1.5rem 0;
    text-decoration: none;
    align-items: center;
}

.branches-items>img {
    margin-right: 1rem;
}

#logo_location {
    width: 35%;
}

.branch-title {
    border: 2px solid white;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem 0 1rem 0.5rem;
    max-width: 200px;

    box-shadow:
        inset -3px 3px 0px 0px var(--dark-secondary-color),
        -3px 3px 0px 0px var(--dark-secondary-color);
    -moz-box-shadow:
        inset -3px 3px 0px 0px var(--dark-secondary-color),
        -3px 3px 0px 0px var(--dark-secondary-color);
    box-shadow:
        inset -3px 3px 0px 0px var(--dark-secondary-color),
        -3px 3px 0px 0px var(--dark-secondary-color);
}

.branch-title a {
    color: white;
    text-decoration: none;
    font-size: 0.8rem;
    text-align: center;
}

.branch-title-button {
    display: flex;
    flex-direction: row;
    color: var(--dark-secondary-color);
    text-decoration: none;
    border: 2px solid var(--dark-secondary-color);
    font-size: 0.95rem;
    border-radius: 5rem;
    text-align: center;
    align-items: center;
    padding: 0.3rem 1rem;
    min-width: 230px;
    justify-content: center;

    background: -moz-linear-gradient(180deg, rgb(255, 211, 161) 0%, rgb(255, 239, 214) 32%, rgb(255, 211, 161) 100%);
    background: -webkit-linear-gradient(180deg, rgb(255, 211, 161) 0%, rgb(255, 239, 214) 32%, rgb(255, 211, 161) 100%);
    background: linear-gradient(180deg, rgb(255, 211, 161) 0%, rgb(255, 239, 214) 32%, rgb(255, 211, 161) 100%);

    box-shadow: -3px 3px 0px 0px var(--dark-secondary-color);
    -moz-box-shadow: -3px 3px 0px 0px var(--dark-secondary-color);
    -webkit-box-shadow: -3px 3px 0px 0px var(--dark-secondary-color);
}

.branch-title-button:hover {
    background-color: #fdd19e;
}

.branch-title-button-green {
    color: white;
    background-color: var(--green);
    text-decoration: none;
    border: 2px solid var(--dark-green);
    padding: 0.5rem 1rem;
    border-radius: 5rem;
    max-width: 200px;
    margin-bottom: 1rem;
    text-align: center;

    box-shadow: -3px 3px 0px 0px var(--dark-green);
    -moz-box-shadow: -3px 3px 0px 0px var(--dark-green);
    -webkit-box-shadow: -3px 3px 0px 0px var(--dark-green);
}

.branch-title-button-green:hover {
    background-color: #046b3e;
}

.branches-title-wrapper {
    transform: translateY(10px);
    display: flex;
    height: max-content;
    align-items: center;
}

.branches-title-wrapper img {
    position: absolute;
    width: 30%;
    transform: translateX(-15px);
}

.branches-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: stretch;
}

.loyality-program {
    display: flex;
    transform: translateY(-20%);
}

.loyalti-program-wrapper {
    display: flex;
    flex-direction: column;
}

#loyality_program_model {
    width: 91%;
    transform: translate(-10%, 15%);
}

#loyality-horizontal-arrow {
    width: 30%;
    align-self: center;
    position: absolute;
    transform: translate(-80%, 150%);
}

#loyality-verical-arrow {
    width: 10%;
    align-self: center;
    position: absolute;
    transform: translate(550%, 85%);
}

#loyalty-right {
    transform: translate(-10%, 10%);
}

#loyalty-left {
    transform: translateX(5%);
}

#btn-btn-loyality-info {
    background-color: var(--yellow);
    border: 1px solid var(--dark-yellow);
    padding: 0.1rem 1rem;
    max-width: 200px;
    border-radius: 0.5rem;

    box-shadow: -3px 3px 0px 0px var(--dark-yellow);
    -moz-box-shadow: -3px 3px 0px 0px var(--dark-yellow);
    -webkit-box-shadow: -3px 3px 0px 0px var(--dark-yellow);
}

#loyality-info-wrapper {
    width: max-content;
    transform: translate(20px, -10%);
}

#loyality-info-wrapper p {
    text-align: center;
    font-size: 0.8rem;
}

#logo-grab-food {
    width: 10%;
    align-self: center;
}

#logo-go-food {
    width: 15%;
    align-self: center;
}

#logo-shopee-food {
    width: 20%;
    align-self: center;
}

#logo-grab-kitchen {
    width: 20%;
    align-self: center;
}

#logo_light {
    margin: 0 auto;
    width: 24%;
}

#bg_greeting {
    width: 125%;
}

#model_greeting {
    position: absolute;
    width: 40%;
    left: 80px;
    transform: translate(-30%, -110%);
}

#top_logo {
    width: 70%;
    aspect-ratio: 594 / 445;
    object-fit: contain;
    margin: 0 auto;
}

#top-message {
    font-family: 'Jumper', sans-serif;
    font-weight: 800;
    font-feature-settings: 'ss02' 1;
    font-size: 1.1rem;
    transform: translateY(-80%);
}

#greeting-message {
    position: absolute;
    font-size: 1rem;
    left: 50%;
    transform: translate(0%, -380%);
    white-space: nowrap;
    font-family: 'Myriad Pro Bold', sans-serif;
    font-weight: bold;
}

.loading {
    transform: translate(40%, -53%);
}

.loading img {
    width: 25%;
    animation: loading-spinner-rotate 1s linear infinite;
}

@keyframes loading-spinner-rotate {
    to {
        transform: rotate(360deg);
    }
}

.inactive {
    display: none;
}

#logo_branch {
    width: 9%;
}

.location_popup {
    position: fixed;
    max-width: 500px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(184, 2, 2, 0.8);
}

.location_popup__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.location_popup__content>img {
    width: 80%;
}

.location_popup__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background-color: white;
    background-repeat: no-repeat;
    border: 2px solid #CC3539;
    color: #C73538;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 2rem;
    text-align: center;
    padding: 0.6rem 1.4rem;
    border-radius: 999px;
    box-shadow: -3px 3px 0px 0px #7D1F21;
    -moz-box-shadow: -3px 3px 0px 0px #7D1F21;
    -webkit-box-shadow: -3px 3px 0px 0px #7D1F21;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.location_popup__button-icon {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

.location_popup__button:hover {
    transform: translateY(-2px);
    box-shadow: -3px 5px 0px 0px #7D1F21;
    -moz-box-shadow: -3px 5px 0px 0px #7D1F21;
    -webkit-box-shadow: -3px 5px 0px 0px #7D1F21;
}

.pointer {
    width: 100px;
    display: flex;
    align-items: center;
}

.pointer__circle {
    width: 20px;
    height: 15px;
    background: var(--dark-secondary-color);
    border-radius: 40px;
    z-index: 10;
}

.pointer__rec {
    width: 110%;
    height: 5px;
    background: var(--dark-secondary-color);
}

/* DONE */
@media screen and (min-width: 450px) and (max-width: 500px) {
    .content {
        margin: 1rem;
        display: flex;
        flex-direction: column;
        flex: 1 0 auto;
    }

    .top-logo-wrapper {
        position: relative;
        width: 40%;
        margin: 0 auto;
        background-color: var(--primary-color);
        padding: 0.5rem 0;
        border-radius: 0 0 5rem 5rem;
        display: flex;
        align-items: center;
        min-height: 120px;
        transform: translateY(-20%);
    }

    .greeting {
        margin: 1rem 0.5rem;
        transform: translate(-10%, -15%);
    }

    .greeting-2 {
        width: 115%;
        display: flex;
        transform: translate(-2%, -40%);
    }

    .greeting-2 img {
        width: 78%;
        margin: 0 auto;
    }

    .greeting-2 p {
        position: absolute;
        font-size: 1.15rem;
        transform: translate(100px, 70px);
    }

    .footer-logo-wrapper {
        /* width: 100%; */
        display: flex;
        flex-direction: column;
    }

    .footer-logo-wrapper img {
        width: 100%;
    }

    .footer {
        flex-shrink: 0;
        transform: translateY(-30%);
    }

    .merchant-support {
        display: flex;
        justify-content: space-around;
        margin-top: 1rem;
    }

    .branches-container {
        transform: translateY(-10%);
        /*max-height: 1000px;*/
        /*overflow-y: scroll;*/
    }

    .branches__list {
        transform: translate(9%, 15px);
    }

    .vertical-separator {
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        width: 50px;
        background-color: #3a3a3a;
        /* border-left: 3px dashed white; */
    }

    .vertical-separator::before {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        border-right: 3px solid var(--dark-yellow);
        margin-left: 5px;
    }

    .dashed-road {
        height: 100%;
        width: 2px;
        /* background: white; */
        /* border-right: 2px dashed white; */
        transform: translateX(1200%);
        background-image: repeating-linear-gradient(0deg, #fff, #fff 17px, transparent 17px, transparent 27px, #fff 27px), repeating-linear-gradient(90deg, #333333, #333333 17px, transparent 17px, transparent 27px, #333333 27px), repeating-linear-gradient(180deg, #333333, #333333 17px, transparent 17px, transparent 27px, #333333 27px), repeating-linear-gradient(270deg, #333333, #333333 17px, transparent 17px, transparent 27px, #333333 27px);
        background-size: 3px 100%, 100% 3px, 3px 100%, 100% 3px;
        background-position: 0 0, 0 0, 100% 0, 0 100%;
        background-repeat: no-repeat;
    }

    .branches-items {
        display: flex;
        justify-content: flex-start;
        justify-items: flex-start;
        margin: 0 5px 1.5rem 0;
        text-decoration: none;
        align-items: center;
    }

    .branches-items>img {
        margin-right: 1rem;
    }

    #logo_location {
        width: 35%;
    }

    .branch-title {
        border: 2px solid white;
        padding: 0.5rem 1rem;
        border-radius: 0.5rem 0 1rem 0.5rem;
        max-width: 200px;

        box-shadow: inset -3px 3px 0px 0px var(--dark-secondary-color),
            -3px 3px 0px 0px var(--dark-secondary-color);
        -moz-box-shadow: inset -3px 3px 0px 0px var(--dark-secondary-color),
            -3px 3px 0px 0px var(--dark-secondary-color);
        box-shadow: inset -3px 3px 0px 0px var(--dark-secondary-color),
            -3px 3px 0px 0px var(--dark-secondary-color);
    }

    .branch-title a {
        color: white;
        text-decoration: none;
        font-size: 0.8rem;
        text-align: center;
    }

    .branch-title-button {
        display: flex;
        flex-direction: row;
        color: var(--dark-secondary-color);
        text-decoration: none;
        border: 2px solid var(--dark-secondary-color);
        font-size: 0.95rem;
        border-radius: 5rem;
        text-align: center;
        align-items: center;
        padding: 0.3rem 1rem;
        min-width: 230px;
        justify-content: center;

        background: -moz-linear-gradient(180deg, rgb(255, 211, 161) 0%, rgb(255, 239, 214) 32%, rgb(255, 211, 161) 100%);
        background: -webkit-linear-gradient(180deg, rgb(255, 211, 161) 0%, rgb(255, 239, 214) 32%, rgb(255, 211, 161) 100%);
        background: linear-gradient(180deg, rgb(255, 211, 161) 0%, rgb(255, 239, 214) 32%, rgb(255, 211, 161) 100%);

        box-shadow: -3px 3px 0px 0px var(--dark-secondary-color);
        -moz-box-shadow: -3px 3px 0px 0px var(--dark-secondary-color);
        -webkit-box-shadow: -3px 3px 0px 0px var(--dark-secondary-color);
    }

    .branch-title-button:hover {
        background-color: #fdd19e;
    }

    .pointer {
        width: 60px;
        display: flex;
        align-items: center;
    }

    .pointer__circle {
        width: 20px;
        height: 15px;
        background: var(--dark-secondary-color);
        border-radius: 40px;
        z-index: 10;
    }

    .pointer__rec {
        width: 100%;
        height: 5px;
        background: var(--dark-secondary-color);
    }

    .branch-title-button-green {
        color: white;
        background-color: var(--green);
        text-decoration: none;
        border: 2px solid var(--dark-green);
        padding: 0.5rem 1rem;
        border-radius: 5rem;
        max-width: 200px;
        margin-bottom: 1rem;
        text-align: center;

        box-shadow: -3px 3px 0px 0px var(--dark-green);
        -moz-box-shadow: -3px 3px 0px 0px var(--dark-green);
        -webkit-box-shadow: -3px 3px 0px 0px var(--dark-green);
    }

    .branch-title-button-green:hover {
        background-color: #046b3e;
    }

    .branches-title-wrapper {
        transform: translateY(10px);
        display: flex;
        height: max-content;
        align-items: center;
    }

    .branches-title-wrapper img {
        position: absolute;
        width: 30%;
        transform: translateX(-15px);
    }

    .branches-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        align-content: center;
        align-items: stretch;
    }

    .loyality-program {
        display: flex;
        transform: translateY(-20%);
    }

    .loyalti-program-wrapper {
        display: flex;
        flex-direction: column;
    }

    #loyality_program_model {
        width: 91%;
        transform: translate(-10%, 15%);
    }

    #loyality-horizontal-arrow {
        width: 30%;
        align-self: center;
        position: absolute;
        transform: translate(-80%, 150%);
    }

    #loyality-verical-arrow {
        width: 10%;
        align-self: center;
        position: absolute;
        transform: translate(550%, 85%);
    }

    #loyalty-right {
        transform: translate(-10%, 10%);
    }

    #loyalty-left {
        transform: translateX(5%);
    }

    #btn-btn-loyality-info {
        background-color: var(--yellow);
        border: 1px solid var(--dark-yellow);
        padding: 0.1rem 1rem;
        max-width: 200px;
        border-radius: 0.5rem;

        box-shadow: -3px 3px 0px 0px var(--dark-yellow);
        -moz-box-shadow: -3px 3px 0px 0px var(--dark-yellow);
        -webkit-box-shadow: -3px 3px 0px 0px var(--dark-yellow);
    }

    #loyality-info-wrapper {
        width: max-content;
        transform: translate(20px, -10%);
    }

    #loyality-info-wrapper p {
        text-align: center;
        font-size: 0.8rem;
    }

    #logo-grab-food {
        width: 10%;
        align-self: center;
    }

    #logo-go-food {
        width: 15%;
        align-self: center;
    }

    #logo-shopee-food {
        width: 20%;
        align-self: center;
    }

    #logo-grab-kitchen {
        width: 20%;
        align-self: center;
    }

    #logo_light {
        margin: 0 auto;
        width: 24%;
    }

    #bg_greeting {
        width: 125%;
    }

    #model_greeting {
        position: absolute;
        width: 40%;
        left: 80px;
        transform: translate(-30%, -110%);
    }

    #top_logo {
        width: 70%;
        margin: 0 auto;
    }

    #top-message {
        font-size: 1.1rem;
        transform: translateY(-80%);
    }

    #greeting-message {
        position: absolute;
        font-size: 1rem;
        left: 50%;
        transform: translate(0%, -380%);
        white-space: nowrap;
        font-family: 'Myriad Pro Bold', sans-serif;
        font-weight: bold;
    }
}

/* DONE */
@media screen and (min-width: 430px) and (max-width: 449px) {
    .content {
        margin: 1rem;
        display: flex;
        flex-direction: column;
        flex: 1 0 auto;
    }

    .top-logo-wrapper {
        position: relative;
        width: 40%;
        margin: 0 auto;
        background-color: var(--primary-color);
        padding: 0.5rem 0;
        border-radius: 0 0 5rem 5rem;
        display: flex;
        align-items: center;
        min-height: 120px;
        transform: translateY(-20%);
    }

    .greeting {
        margin: 1rem 0.5rem;
        transform: translate(-10%, -15%);
    }

    .greeting-2 {
        width: 80%;
        display: flex;
        transform: translateY(-80px);
        margin: 0 auto;
    }

    .greeting-2 img {
        width: 100%;
        margin: 0 auto;
    }

    .greeting-2 p {
        position: absolute;
        font-size: 1rem;
        transform: translate(40px, 55px);
    }

    .footer-logo-wrapper {
        /* width: 100%; */
        display: flex;
        flex-direction: column;
    }

    .footer-logo-wrapper img {
        width: 100%;
    }

    .footer {
        flex-shrink: 0;
        transform: translateY(-30%);
    }

    .merchant-support {
        display: flex;
        justify-content: space-around;
        margin-top: 1rem;
    }

    .branches-container {
        transform: translateY(-10%);
        /*max-height: 1000px;*/
        /*overflow-y: scroll;*/
    }

    .vertical-separator {
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        width: 50px;
        background-color: #3a3a3a;
        /* border-left: 3px dashed white; */
    }

    .vertical-separator::before {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        border-right: 3px solid var(--dark-yellow);
        margin-left: 5px;
    }

    .vertical-separator::after {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        border-left: 3px solid var(--dark-yellow);
        margin-right: 5px;
    }

    .dashed-road {
        height: 100%;
        width: 2px;
        /* background: white; */
        /* border-right: 2px dashed white; */
        transform: translateX(1200%);
        background-image: repeating-linear-gradient(0deg, #fff, #fff 17px, transparent 17px, transparent 27px, #fff 27px), repeating-linear-gradient(90deg, #333333, #333333 17px, transparent 17px, transparent 27px, #333333 27px), repeating-linear-gradient(180deg, #333333, #333333 17px, transparent 17px, transparent 27px, #333333 27px), repeating-linear-gradient(270deg, #333333, #333333 17px, transparent 17px, transparent 27px, #333333 27px);
        background-size: 3px 100%, 100% 3px, 3px 100%, 100% 3px;
        background-position: 0 0, 0 0, 100% 0, 0 100%;
        background-repeat: no-repeat;
    }

    .branches-items {
        display: flex;
        justify-content: flex-start;
        justify-items: flex-start;
        margin: 0 5px 1.5rem 0;
        text-decoration: none;
        align-items: center;
    }

    .branches__list {
        transform: translate(10%, 15px);
    }

    .branches-items>img {
        margin-right: 1rem;
    }

    .branch-title {
        border: 2px solid white;
        padding: 0.5rem 1rem;
        border-radius: 0.5rem 0 1rem 0.5rem;
        max-width: 200px;

        box-shadow: inset -3px 3px 0px 0px var(--dark-secondary-color),
            -3px 3px 0px 0px var(--dark-secondary-color);
        -moz-box-shadow: inset -3px 3px 0px 0px var(--dark-secondary-color),
            -3px 3px 0px 0px var(--dark-secondary-color);
        box-shadow: inset -3px 3px 0px 0px var(--dark-secondary-color),
            -3px 3px 0px 0px var(--dark-secondary-color);
    }

    .branch-title a {
        color: white;
        text-decoration: none;
        font-size: 0.8rem;
        text-align: center;
    }

    .branch-title-button {
        display: flex;
        flex-direction: row;
        color: var(--dark-secondary-color);
        text-decoration: none;
        border: 2px solid var(--dark-secondary-color);
        font-size: 0.95rem;
        border-radius: 5rem;
        text-align: center;
        align-items: center;
        padding: 0.3rem 1rem;
        min-width: 230px;
        justify-content: center;

        background: -moz-linear-gradient(180deg, rgb(255, 211, 161) 0%, rgb(255, 239, 214) 32%, rgb(255, 211, 161) 100%);
        background: -webkit-linear-gradient(180deg, rgb(255, 211, 161) 0%, rgb(255, 239, 214) 32%, rgb(255, 211, 161) 100%);
        background: linear-gradient(180deg, rgb(255, 211, 161) 0%, rgb(255, 239, 214) 32%, rgb(255, 211, 161) 100%);

        box-shadow: -3px 3px 0px 0px var(--dark-secondary-color);
        -moz-box-shadow: -3px 3px 0px 0px var(--dark-secondary-color);
        -webkit-box-shadow: -3px 3px 0px 0px var(--dark-secondary-color);
    }

    .branch-title-button:hover {
        background-color: #fdd19e;
    }

    .branch-title-button-green {
        color: white;
        background-color: var(--green);
        text-decoration: none;
        border: 2px solid var(--dark-green);
        padding: 0.5rem 1rem;
        border-radius: 5rem;
        max-width: 200px;
        margin-bottom: 1rem;
        text-align: center;

        box-shadow: -3px 3px 0px 0px var(--dark-green);
        -moz-box-shadow: -3px 3px 0px 0px var(--dark-green);
        -webkit-box-shadow: -3px 3px 0px 0px var(--dark-green);
    }

    .branch-title-button-green:hover {
        background-color: #046b3e;
    }

    .branches-title-wrapper {
        transform: translateY(10px);
        display: flex;
        height: max-content;
        align-items: center;
    }

    .branches-title-wrapper img {
        position: absolute;
        width: 30%;
        transform: translateX(-15px);
    }

    .branches-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        align-content: center;
        align-items: stretch;
    }

    .branches-items>img {
        margin-right: 0.9rem;
    }

    .pointer {
        width: 50px;
        display: flex;
        align-items: center;
    }

    .pointer__circle {
        width: 20px;
        height: 15px;
        background: var(--dark-secondary-color);
        border-radius: 40px;
        z-index: 10;
    }

    .pointer__rec {
        width: 100%;
        height: 5px;
        background: var(--dark-secondary-color);
    }

    .loyality-program {
        display: flex;
        transform: translateY(-20%);
    }

    .loyalti-program-wrapper {
        display: flex;
        flex-direction: column;
    }

    #loyality_program_model {
        width: 91%;
        transform: translate(-10%, 15%);
    }

    #loyality-horizontal-arrow {
        width: 30%;
        align-self: center;
        position: absolute;
        transform: translate(-80%, 150%);
    }

    #loyality-verical-arrow {
        width: 10%;
        align-self: center;
        position: absolute;
        transform: translate(550%, 85%);
    }

    #loyalty-right {
        transform: translate(-10%, 10%);
    }

    #loyalty-left {
        transform: translateX(5%);
    }

    #btn-btn-loyality-info {
        background-color: var(--yellow);
        border: 1px solid var(--dark-yellow);
        padding: 0.1rem 1rem;
        max-width: 200px;
        border-radius: 0.5rem;

        box-shadow: -3px 3px 0px 0px var(--dark-yellow);
        -moz-box-shadow: -3px 3px 0px 0px var(--dark-yellow);
        -webkit-box-shadow: -3px 3px 0px 0px var(--dark-yellow);
    }

    #loyality-info-wrapper {
        width: max-content;
        transform: translate(20px, -10%);
    }

    #loyality-info-wrapper p {
        text-align: center;
        font-size: 0.8rem;
    }

    #logo-grab-food {
        width: 10%;
        align-self: center;
    }

    #logo-go-food {
        width: 15%;
        align-self: center;
    }

    #logo-shopee-food {
        width: 20%;
        align-self: center;
    }

    #logo-grab-kitchen {
        width: 20%;
        align-self: center;
    }

    #logo_light {
        margin: 0 auto;
        width: 24%;
    }

    #bg_greeting {
        width: 125%;
    }

    #model_greeting {
        position: absolute;
        width: 40%;
        left: 80px;
        transform: translate(-30%, -110%);
    }

    #top_logo {
        width: 70%;
        margin: 0 auto;
    }

    #top-message {
        font-size: 1.1rem;
        transform: translateY(-80%);
    }

    #greeting-message {
        position: absolute;
        font-size: 1rem;
        left: 50%;
        transform: translate(0%, -380%);
        white-space: nowrap;
        font-family: 'Myriad Pro Bold', sans-serif;
        font-weight: bold;
    }
}

/* DONE */
@media screen and (min-width: 400px) and (max-width: 429px) {
    .content {
        margin: 1rem;
        display: flex;
        flex-direction: column;
        flex: 1 0 auto;
    }

    .top-logo-wrapper {
        position: relative;
        width: 40%;
        margin: 0 auto;
        background-color: var(--primary-color);
        padding: 0.5rem 0;
        border-radius: 0 0 5rem 5rem;
        display: flex;
        align-items: center;
        min-height: 120px;
        transform: translateY(-20%);
    }

    .greeting {
        margin: 1rem 0.5rem;
        transform: translate(-10%, -15%);
    }

    .greeting-2 {
        width: 115%;
        display: flex;
        transform: translate(-2%, -40%);
    }

    .greeting-2 img {
        width: 78%;
        margin: 0 auto;
    }

    .greeting-2 p {
        position: absolute;
        font-size: 1rem;
        transform: translate(80px, 55px);
    }

    .footer-logo-wrapper {
        /* width: 100%; */
        display: flex;
        flex-direction: column;
    }

    .footer-logo-wrapper img {
        width: 100%;
    }

    .footer {
        flex-shrink: 0;
        transform: translateY(-30%);
    }

    .merchant-support {
        display: flex;
        justify-content: space-around;
        margin-top: 1rem;
    }

    .branches-container {
        transform: translateY(-10%);
        /*max-height: 1000px;*/
        /*overflow-y: scroll;*/
    }

    .vertical-separator {
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        width: 50px;
        background-color: #3a3a3a;
        /* border-left: 3px dashed white; */
    }

    .vertical-separator::before {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        border-right: 3px solid var(--dark-yellow);
        margin-left: 5px;
    }

    .vertical-separator::after {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        border-left: 3px solid var(--dark-yellow);
        margin-right: 5px;
    }

    .dashed-road {
        height: 100%;
        width: 2px;
        /* background: white; */
        /* border-right: 2px dashed white; */
        transform: translateX(1200%);
        background-image: repeating-linear-gradient(0deg, #fff, #fff 17px, transparent 17px, transparent 27px, #fff 27px), repeating-linear-gradient(90deg, #333333, #333333 17px, transparent 17px, transparent 27px, #333333 27px), repeating-linear-gradient(180deg, #333333, #333333 17px, transparent 17px, transparent 27px, #333333 27px), repeating-linear-gradient(270deg, #333333, #333333 17px, transparent 17px, transparent 27px, #333333 27px);
        background-size: 3px 100%, 100% 3px, 3px 100%, 100% 3px;
        background-position: 0 0, 0 0, 100% 0, 0 100%;
        background-repeat: no-repeat;
    }

    .branches-items {
        display: flex;
        justify-content: flex-start;
        justify-items: flex-start;
        margin: 0 5px 1.5rem 0;
        text-decoration: none;
        align-items: center;
    }

    .branches-items>img {
        margin-right: 0.5rem;
    }

    .branch-title {
        border: 2px solid white;
        padding: 0.5rem 1rem;
        border-radius: 0.5rem 0 1rem 0.5rem;
        max-width: 200px;

        box-shadow: inset -3px 3px 0px 0px var(--dark-secondary-color),
            -3px 3px 0px 0px var(--dark-secondary-color);
        -moz-box-shadow: inset -3px 3px 0px 0px var(--dark-secondary-color),
            -3px 3px 0px 0px var(--dark-secondary-color);
        box-shadow: inset -3px 3px 0px 0px var(--dark-secondary-color),
            -3px 3px 0px 0px var(--dark-secondary-color);
    }

    .branch-title a {
        color: white;
        text-decoration: none;
        font-size: 0.8rem;
        text-align: center;
    }

    .branch-title-button {
        display: flex;
        flex-direction: row;
        color: var(--dark-secondary-color);
        text-decoration: none;
        border: 2px solid var(--dark-secondary-color);
        font-size: 0.95rem;
        border-radius: 5rem;
        text-align: center;
        align-items: center;
        padding: 0.3rem 1rem;
        min-width: 230px;
        justify-content: center;

        background: -moz-linear-gradient(180deg, rgb(255, 211, 161) 0%, rgb(255, 239, 214) 32%, rgb(255, 211, 161) 100%);
        background: -webkit-linear-gradient(180deg, rgb(255, 211, 161) 0%, rgb(255, 239, 214) 32%, rgb(255, 211, 161) 100%);
        background: linear-gradient(180deg, rgb(255, 211, 161) 0%, rgb(255, 239, 214) 32%, rgb(255, 211, 161) 100%);

        box-shadow: -3px 3px 0px 0px var(--dark-secondary-color);
        -moz-box-shadow: -3px 3px 0px 0px var(--dark-secondary-color);
        -webkit-box-shadow: -3px 3px 0px 0px var(--dark-secondary-color);
    }

    .branch-title-button:hover {
        background-color: #fdd19e;
    }

    .pointer {
        width: 30px;
        display: flex;
        align-items: center;
    }

    .pointer__circle {
        width: 20px;
        height: 15px;
        background: var(--dark-secondary-color);
        border-radius: 40px;
        z-index: 10;
    }

    .pointer__rec {
        width: 100%;
        height: 5px;
        background: var(--dark-secondary-color);
    }

    .branches__list {
        transform: translate(10%, 15px);
    }

    .branch-title-button-green {
        color: white;
        background-color: var(--green);
        text-decoration: none;
        border: 2px solid var(--dark-green);
        padding: 0.5rem 1rem;
        border-radius: 5rem;
        max-width: 200px;
        margin-bottom: 1rem;
        text-align: center;

        box-shadow: -3px 3px 0px 0px var(--dark-green);
        -moz-box-shadow: -3px 3px 0px 0px var(--dark-green);
        -webkit-box-shadow: -3px 3px 0px 0px var(--dark-green);
    }

    .branch-title-button-green:hover {
        background-color: #046b3e;
    }

    .branches-title-wrapper {
        transform: translateY(10px);
        display: flex;
        height: max-content;
        align-items: center;
    }

    .branches-title-wrapper img {
        position: absolute;
        width: 30%;
        transform: translateX(-15px);
    }

    .branches-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        align-content: center;
        align-items: stretch;
    }

    .loyality-program {
        display: flex;
        transform: translateY(-20%);
    }

    .loyalti-program-wrapper {
        display: flex;
        flex-direction: column;
    }

    #loyality_program_model {
        width: 91%;
        transform: translate(-10%, 15%);
    }

    #loyality-horizontal-arrow {
        width: 30%;
        align-self: center;
        position: absolute;
        transform: translate(-80%, 150%);
    }

    #loyality-verical-arrow {
        width: 10%;
        align-self: center;
        position: absolute;
        transform: translate(550%, 85%);
    }

    #loyalty-right {
        transform: translate(-10%, 10%);
    }

    #loyalty-left {
        transform: translateX(5%);
    }

    #btn-btn-loyality-info {
        background-color: var(--yellow);
        border: 1px solid var(--dark-yellow);
        padding: 0.1rem 1rem;
        max-width: 200px;
        border-radius: 0.5rem;

        box-shadow: -3px 3px 0px 0px var(--dark-yellow);
        -moz-box-shadow: -3px 3px 0px 0px var(--dark-yellow);
        -webkit-box-shadow: -3px 3px 0px 0px var(--dark-yellow);
    }

    #loyality-info-wrapper {
        width: max-content;
        transform: translate(20px, -10%);
    }

    #loyality-info-wrapper p {
        text-align: center;
        font-size: 0.8rem;
    }

    #logo-grab-food {
        width: 10%;
        align-self: center;
    }

    #logo-go-food {
        width: 15%;
        align-self: center;
    }

    #logo-shopee-food {
        width: 20%;
        align-self: center;
    }

    #logo-grab-kitchen {
        width: 20%;
        align-self: center;
    }

    #logo_light {
        margin: 0 auto;
        width: 24%;
    }

    #bg_greeting {
        width: 125%;
    }

    #model_greeting {
        position: absolute;
        width: 40%;
        left: 80px;
        transform: translate(-30%, -110%);
    }

    #top_logo {
        width: 70%;
        margin: 0 auto;
    }

    #top-message {
        font-size: 1.1rem;
        transform: translateY(-80%);
    }

    #greeting-message {
        position: absolute;
        font-size: 1rem;
        left: 50%;
        transform: translate(0%, -380%);
        white-space: nowrap;
        font-family: 'Myriad Pro Bold', sans-serif;
        font-weight: bold;
    }
}

/* DONE */
@media screen and (min-width: 377px) and (max-width: 399px) {
    .content {
        margin: 1rem;
        display: flex;
        flex-direction: column;
        flex: 1 0 auto;
    }

    .top-logo-wrapper {
        position: relative;
        width: 40%;
        margin: 0 auto;
        background-color: var(--primary-color);
        padding: 0.5rem 0;
        border-radius: 0 0 5rem 5rem;
        display: flex;
        align-items: center;
        min-height: 120px;
        transform: translateY(-20%);
    }

    .greeting {
        margin: 1rem 0.5rem;
        transform: translate(-10%, -15%);
    }

    .greeting-2 {
        width: 90%;
        display: flex;
        transform: translate(30px, -70px);
        margin: 0 auto;
    }

    .greeting-2 img {
        width: 100%;
        margin: 0 auto;
    }

    .greeting-2 p {
        position: absolute;
        font-size: 1rem;
        transform: translate(35px, 45px);
    }

    .footer-logo-wrapper {
        /* width: 100%; */
        display: flex;
        flex-direction: column;
    }

    .footer-logo-wrapper img {
        width: 100%;
    }

    .footer {
        flex-shrink: 0;
        transform: translateY(-30%);
    }

    .merchant-support {
        display: flex;
        justify-content: space-around;
        margin-top: 1rem;
    }

    .branches-container {
        transform: translateY(-10%);
        /*max-height: 1000px;*/
        /*overflow-y: scroll;*/
    }

    .branches__list {
        transform: translate(11%, 15px);
    }

    .vertical-separator {
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        width: 50px;
        background-color: #3a3a3a;
        /* border-left: 3px dashed white; */
    }

    .vertical-separator::before {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        border-right: 3px solid var(--dark-yellow);
        margin-left: 5px;
    }

    .vertical-separator::after {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        border-left: 3px solid var(--dark-yellow);
        margin-right: 5px;
    }

    .dashed-road {
        height: 100%;
        width: 2px;
        /* background: white; */
        /* border-right: 2px dashed white; */
        transform: translateX(1200%);
        background-image: repeating-linear-gradient(0deg, #fff, #fff 17px, transparent 17px, transparent 27px, #fff 27px), repeating-linear-gradient(90deg, #333333, #333333 17px, transparent 17px, transparent 27px, #333333 27px), repeating-linear-gradient(180deg, #333333, #333333 17px, transparent 17px, transparent 27px, #333333 27px), repeating-linear-gradient(270deg, #333333, #333333 17px, transparent 17px, transparent 27px, #333333 27px);
        background-size: 3px 100%, 100% 3px, 3px 100%, 100% 3px;
        background-position: 0 0, 0 0, 100% 0, 0 100%;
        background-repeat: no-repeat;
    }

    .branches-items {
        display: flex;
        justify-content: flex-start;
        justify-items: flex-start;
        margin: 0 5px 1.5rem 0;
        text-decoration: none;
        align-items: center;
    }

    .branches-items>img {
        margin-right: 0.7rem;
    }

    .branch-title {
        border: 2px solid white;
        padding: 0.5rem 1rem;
        border-radius: 0.5rem 0 1rem 0.5rem;
        max-width: 200px;

        box-shadow: inset -3px 3px 0px 0px var(--dark-secondary-color),
            -3px 3px 0px 0px var(--dark-secondary-color);
        -moz-box-shadow: inset -3px 3px 0px 0px var(--dark-secondary-color),
            -3px 3px 0px 0px var(--dark-secondary-color);
        box-shadow: inset -3px 3px 0px 0px var(--dark-secondary-color),
            -3px 3px 0px 0px var(--dark-secondary-color);
    }

    .branch-title a {
        color: white;
        text-decoration: none;
        font-size: 0.8rem;
        text-align: center;
    }

    .branch-title-button {
        display: flex;
        flex-direction: row;
        color: var(--dark-secondary-color);
        text-decoration: none;
        border: 2px solid var(--dark-secondary-color);
        font-size: 0.8rem;
        border-radius: 5rem;
        text-align: center;
        align-items: center;
        padding: 0.3rem 1rem;
        min-width: 200px;
        justify-content: center;

        background: -moz-linear-gradient(180deg, rgb(255, 211, 161) 0%, rgb(255, 239, 214) 32%, rgb(255, 211, 161) 100%);
        background: -webkit-linear-gradient(180deg, rgb(255, 211, 161) 0%, rgb(255, 239, 214) 32%, rgb(255, 211, 161) 100%);
        background: linear-gradient(180deg, rgb(255, 211, 161) 0%, rgb(255, 239, 214) 32%, rgb(255, 211, 161) 100%);

        box-shadow: -3px 3px 0px 0px var(--dark-secondary-color);
        -moz-box-shadow: -3px 3px 0px 0px var(--dark-secondary-color);
        -webkit-box-shadow: -3px 3px 0px 0px var(--dark-secondary-color);
    }

    .branch-title-button:hover {
        background-color: #fdd19e;
    }

    .pointer {
        width: 40px;
        display: flex;
        align-items: center;
    }

    .pointer__circle {
        width: 20px;
        height: 13px;
        background: var(--dark-secondary-color);
        border-radius: 40px;
        z-index: 10;
    }

    .pointer__rec {
        width: 100%;
        height: 5px;
        background: var(--dark-secondary-color);
    }

    .branch-title-button-green {
        color: white;
        background-color: var(--green);
        text-decoration: none;
        border: 2px solid var(--dark-green);
        padding: 0.5rem 1rem;
        border-radius: 5rem;
        max-width: 200px;
        margin-bottom: 1rem;
        text-align: center;
        font-size: 0.8rem;

        box-shadow: -3px 3px 0px 0px var(--dark-green);
        -moz-box-shadow: -3px 3px 0px 0px var(--dark-green);
        -webkit-box-shadow: -3px 3px 0px 0px var(--dark-green);
    }

    .branch-title-button-green:hover {
        background-color: #046b3e;
    }

    .branches-title-wrapper {
        transform: translateY(10px);
        display: flex;
        height: max-content;
        align-items: center;
    }

    .branches-title-wrapper img {
        position: absolute;
        width: 30%;
        transform: translateX(-15px);
    }

    .branches-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        align-content: center;
        align-items: stretch;
        transform: translateY(10px);
    }

    .loyality-program {
        display: flex;
        transform: translateY(-20%);
    }

    .loyalti-program-wrapper {
        display: flex;
        flex-direction: column;
    }

    #loyality_program_model {
        width: 91%;
        transform: translate(-10%, 15%);
    }

    #loyality-horizontal-arrow {
        width: 30%;
        align-self: center;
        position: absolute;
        transform: translate(-80%, 150%);
    }

    #loyality-verical-arrow {
        width: 10%;
        align-self: center;
        position: absolute;
        transform: translate(70px, 40px);
    }

    #loyalty-right {
        transform: translate(5px, 20px);
    }

    #loyalty-left {
        transform: translateX(5%);
    }

    #btn-btn-loyality-info {
        background-color: var(--yellow);
        border: 1px solid var(--dark-yellow);
        padding: 0.1rem 1rem;
        max-width: 200px;
        border-radius: 0.5rem;

        box-shadow: -3px 3px 0px 0px var(--dark-yellow);
        -moz-box-shadow: -3px 3px 0px 0px var(--dark-yellow);
        -webkit-box-shadow: -3px 3px 0px 0px var(--dark-yellow);
    }

    #loyality-info-wrapper {
        width: max-content;
        transform: translateY(-10px);
    }

    #loyality-info-wrapper p {
        text-align: center;
        font-size: 0.8rem;
    }

    #logo-grab-food {
        width: 10%;
        align-self: center;
    }

    #logo-go-food {
        width: 15%;
        align-self: center;
    }

    #logo-shopee-food {
        width: 20%;
        align-self: center;
    }

    #logo-grab-kitchen {
        width: 20%;
        align-self: center;
    }

    #logo_light {
        margin: 0 auto;
        width: 24%;
    }

    #bg_greeting {
        width: 125%;
    }

    #model_greeting {
        position: absolute;
        width: 45%;
        transform: translate(-50px, -190px);
    }

    #top_logo {
        width: 70%;
        margin: 0 auto;
    }

    #top-message {
        font-size: 1rem;
        transform: translateY(-25px);
    }

    #greeting-message {
        position: absolute;
        font-size: 0.9rem;
        left: 50%;
        transform: translate(0%, -65px);
        white-space: nowrap;
        font-family: 'Myriad Pro Bold', sans-serif;
        font-weight: bold;
    }
}

/* DONE */
@media screen and (min-width: 339px) and (max-width: 376px) {
    .content {
        margin: 1rem;
        display: flex;
        flex-direction: column;
        flex: 1 0 auto;
    }

    .top-logo-wrapper {
        position: relative;
        width: 40%;
        margin: 0 auto;
        background-color: var(--primary-color);
        padding: 0.5rem 0;
        border-radius: 0 0 5rem 5rem;
        display: flex;
        align-items: center;
        min-height: 120px;
        transform: translateY(-20%);
    }

    .greeting {
        margin: 1rem 0.5rem;
        transform: translate(-10%, -15%);
    }

    .greeting-2 {
        width: 90%;
        display: flex;
        transform: translate(10px, -60px);
        margin: 0 auto;
    }

    .greeting-2 img {
        width: 100%;
        margin: 0 auto;
    }

    .greeting-2 p {
        position: absolute;
        font-size: 0.85rem;
        transform: translate(30px, 45px);
    }

    .footer-logo-wrapper {
        /* width: 100%; */
        display: flex;
        flex-direction: column;
    }

    .footer-logo-wrapper img {
        width: 100%;
    }

    .footer-logo-wrapper p {
        font-size: 0.8rem;
    }

    .footer {
        flex-shrink: 0;
        transform: translateY(-30px);
    }

    .merchant-support {
        display: flex;
        justify-content: space-around;
        margin-top: 1rem;
    }

    .branches-container {
        transform: translateY(-7%);
        /*max-height: 1000px;*/
        /*overflow-y: scroll;*/
    }

    .branches__list {
        transform: translate(10%, 15px);
    }

    .vertical-separator {
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        width: 50px;
        background-color: #3a3a3a;
        /* border-left: 3px dashed white; */
    }

    .vertical-separator::before {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        border-right: 3px solid var(--dark-yellow);
        margin-left: 5px;
    }

    .vertical-separator::after {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        border-left: 3px solid var(--dark-yellow);
        margin-right: 5px;
    }

    .dashed-road {
        height: 100%;
        width: 2px;
        /* background: white; */
        /* border-right: 2px dashed white; */
        transform: translateX(1200%);
        background-image: repeating-linear-gradient(0deg, #fff, #fff 17px, transparent 17px, transparent 27px, #fff 27px), repeating-linear-gradient(90deg, #333333, #333333 17px, transparent 17px, transparent 27px, #333333 27px), repeating-linear-gradient(180deg, #333333, #333333 17px, transparent 17px, transparent 27px, #333333 27px), repeating-linear-gradient(270deg, #333333, #333333 17px, transparent 17px, transparent 27px, #333333 27px);
        background-size: 3px 100%, 100% 3px, 3px 100%, 100% 3px;
        background-position: 0 0, 0 0, 100% 0, 0 100%;
        background-repeat: no-repeat;
    }

    .branches-items {
        display: flex;
        justify-content: flex-start;
        justify-items: flex-start;
        margin: 0 5px 1.5rem 0;
        text-decoration: none;
        align-items: center;
    }

    .branches-items>img {
        margin-right: 0.8rem;
    }

    .branch-title {
        border: 2px solid white;
        padding: 0.5rem 1rem;
        border-radius: 0.5rem 0 1rem 0.5rem;
        max-width: 200px;

        box-shadow: inset -3px 3px 0px 0px var(--dark-secondary-color),
            -3px 3px 0px 0px var(--dark-secondary-color);
        -moz-box-shadow: inset -3px 3px 0px 0px var(--dark-secondary-color),
            -3px 3px 0px 0px var(--dark-secondary-color);
        box-shadow: inset -3px 3px 0px 0px var(--dark-secondary-color),
            -3px 3px 0px 0px var(--dark-secondary-color);
    }

    .branch-title a {
        color: white;
        text-decoration: none;
        font-size: 0.7rem;
        text-align: center;
    }

    .branch-title-button {
        display: flex;
        flex-direction: row;
        color: var(--dark-secondary-color);
        text-decoration: none;
        border: 2px solid var(--dark-secondary-color);
        font-size: 0.7rem;
        border-radius: 5rem;
        text-align: center;
        align-items: center;
        padding: 0.3rem 1rem;
        min-width: 200px;
        justify-content: center;

        background: -moz-linear-gradient(180deg, rgb(255, 211, 161) 0%, rgb(255, 239, 214) 32%, rgb(255, 211, 161) 100%);
        background: -webkit-linear-gradient(180deg, rgb(255, 211, 161) 0%, rgb(255, 239, 214) 32%, rgb(255, 211, 161) 100%);
        background: linear-gradient(180deg, rgb(255, 211, 161) 0%, rgb(255, 239, 214) 32%, rgb(255, 211, 161) 100%);

        box-shadow: -3px 3px 0px 0px var(--dark-secondary-color);
        -moz-box-shadow: -3px 3px 0px 0px var(--dark-secondary-color);
        -webkit-box-shadow: -3px 3px 0px 0px var(--dark-secondary-color);
    }

    .branch-title-button:hover {
        background-color: #fdd19e;
    }

    .branch-title-button-green {
        color: white;
        background-color: var(--green);
        text-decoration: none;
        border: 2px solid var(--dark-green);
        padding: 0.5rem 1rem;
        border-radius: 5rem;
        max-width: 200px;
        margin-bottom: 1rem;
        text-align: center;
        font-size: 0.7rem;

        box-shadow: -3px 3px 0px 0px var(--dark-green);
        -moz-box-shadow: -3px 3px 0px 0px var(--dark-green);
        -webkit-box-shadow: -3px 3px 0px 0px var(--dark-green);
    }

    .branch-title-button-green:hover {
        background-color: #046b3e;
    }

    .branches-title-wrapper {
        transform: translateY(10px);
        display: flex;
        height: max-content;
        align-items: center;
    }

    .branches-title-wrapper img {
        position: absolute;
        width: 30%;
        transform: translateX(-15px);
    }

    .branches-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        align-content: center;
        align-items: stretch;
        transform: translate(10px, 5px);
    }

    .loyality-program {
        display: flex;
        transform: translateY(-10%);
    }

    .loyalti-program-wrapper {
        display: flex;
        flex-direction: column;
    }

    .loyalti-program-wrapper p {
        font-size: 0.8rem;
    }

    #loyality_program_model {
        width: 91%;
        transform: translate(-10%, 15%);
    }

    #loyality-horizontal-arrow {
        width: 30%;
        align-self: center;
        position: absolute;
        transform: translate(-10px, 30px);
    }

    #loyality-verical-arrow {
        width: 10%;
        align-self: center;
        position: absolute;
        transform: translate(550%, 85%);
    }

    #loyalty-right {
        transform: translate(-10%, 10%);
    }

    #loyalty-left {
        transform: translateX(5%);
    }

    #btn-btn-loyality-info {
        background-color: var(--yellow);
        border: 1px solid var(--dark-yellow);
        padding: 0.1rem 1rem;
        max-width: 200px;
        border-radius: 0.5rem;
        font-size: 0.7rem;

        box-shadow: -3px 3px 0px 0px var(--dark-yellow);
        -moz-box-shadow: -3px 3px 0px 0px var(--dark-yellow);
        -webkit-box-shadow: -3px 3px 0px 0px var(--dark-yellow);
    }

    #loyality-info-wrapper {
        width: max-content;
        transform: translate(-10px, -5px);
    }

    #loyality-info-wrapper p {
        text-align: center;
        font-size: 0.8rem;
    }

    #logo-grab-food {
        width: 10%;
        align-self: center;
    }

    #logo-go-food {
        width: 15%;
        align-self: center;
    }

    #logo-shopee-food {
        width: 20%;
        align-self: center;
    }

    #logo-grab-kitchen {
        width: 20%;
        align-self: center;
    }

    #logo_light {
        margin: 0 auto;
        width: 24%;
    }

    #bg_greeting {
        width: 125%;
    }

    #model_greeting {
        position: absolute;
        width: 50%;
        transform: translate(-70px, -170px);
    }

    #top_logo {
        width: 60%;
        margin: 0 auto;
    }

    #top-message {
        font-size: 0.9rem;
        transform: translateY(-20px);
    }

    #greeting-message {
        position: absolute;
        font-size: 0.8rem;
        left: 50%;
        transform: translate(0%, -380%);
        white-space: nowrap;
        font-family: 'Myriad Pro Bold', sans-serif;
        font-weight: bold;
    }

    #merchan-text {
        font-size: 0.8rem;
    }

    .pointer {
        width: 30px;
        display: flex;
        align-items: center;
    }

    .pointer__circle {
        width: 20px;
        height: 15px;
        background: var(--dark-secondary-color);
        border-radius: 40px;
        z-index: 10;
    }

    .pointer__rec {
        width: 100%;
        height: 5px;
        background: var(--dark-secondary-color);
    }
}

@media screen and (min-width: 300px) and (max-width: 338px) {
    .content {
        margin: 1rem;
        display: flex;
        flex-direction: column;
        flex: 1 0 auto;
    }

    .top-logo-wrapper {
        position: relative;
        width: 40%;
        margin: 0 auto;
        background-color: var(--primary-color);
        padding: 0.5rem 0;
        border-radius: 0 0 5rem 5rem;
        display: flex;
        align-items: center;
        min-height: 120px;
        transform: translateY(-20%);
    }

    .greeting {
        margin: 1rem 0.5rem;
        transform: translate(-10%, -15%);
    }

    .greeting-2 {
        width: 90%;
        display: flex;
        transform: translate(10px, -60px);
        margin: 0 auto;
    }

    .greeting-2 img {
        width: 100%;
        margin: 0 auto;
    }

    .greeting-2 p {
        position: absolute;
        font-size: 0.8rem;
        transform: translate(30px, 40px);
    }

    .footer-logo-wrapper {
        /* width: 100%; */
        display: flex;
        flex-direction: column;
    }

    .footer-logo-wrapper img {
        width: 100%;
    }

    .footer-logo-wrapper p {
        font-size: 0.7rem;
    }

    .footer {
        flex-shrink: 0;
        transform: translateY(-30px);
    }

    .merchant-support {
        display: flex;
        justify-content: space-around;
        margin-top: 1rem;
    }

    .branches-container {
        transform: translate(-2%, -8%);
        /*max-height: 1000px;*/
        /*overflow-y: scroll;*/
    }

    .branches__list {
        transform: translate(10%, 15px);
    }

    .vertical-separator {
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        width: 40px;
        background-color: #3a3a3a;
        /* border-left: 3px dashed white; */
    }

    .vertical-separator::before {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        border-right: 3px solid var(--dark-yellow);
        margin-left: 5px;
    }

    .vertical-separator::after {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        border-left: 3px solid var(--dark-yellow);
        margin-right: 5px;
    }

    .dashed-road {
        height: 100%;
        width: 2px;
        /* background: white; */
        /* border-right: 2px dashed white; */
        transform: translateX(1200%);
        background-image: repeating-linear-gradient(0deg, #fff, #fff 17px, transparent 17px, transparent 27px, #fff 27px), repeating-linear-gradient(90deg, #333333, #333333 17px, transparent 17px, transparent 27px, #333333 27px), repeating-linear-gradient(180deg, #333333, #333333 17px, transparent 17px, transparent 27px, #333333 27px), repeating-linear-gradient(270deg, #333333, #333333 17px, transparent 17px, transparent 27px, #333333 27px);
        background-size: 3px 100%, 100% 3px, 3px 100%, 100% 3px;
        background-position: 0 0, 0 0, 100% 0, 0 100%;
        background-repeat: no-repeat;
    }

    .branches-items {
        display: flex;
        justify-content: flex-start;
        justify-items: flex-start;
        margin: 0 5px 1.5rem 0;
        text-decoration: none;
        align-items: center;
    }

    .branches-items>img {
        margin-right: 0.6rem;
    }

    .branch-title {
        border: 2px solid white;
        padding: 0.5rem 1rem;
        border-radius: 0.5rem 0 1rem 0.5rem;
        max-width: 200px;

        box-shadow: inset -3px 3px 0px 0px var(--dark-secondary-color),
            -3px 3px 0px 0px var(--dark-secondary-color);
        -moz-box-shadow: inset -3px 3px 0px 0px var(--dark-secondary-color),
            -3px 3px 0px 0px var(--dark-secondary-color);
        box-shadow: inset -3px 3px 0px 0px var(--dark-secondary-color),
            -3px 3px 0px 0px var(--dark-secondary-color);
    }

    .branch-title a {
        color: white;
        text-decoration: none;
        font-size: 0.6rem;
        text-align: center;
    }

    .branch-title-button {
        display: flex;
        flex-direction: row;
        color: var(--dark-secondary-color);
        text-decoration: none;
        border: 2px solid var(--dark-secondary-color);
        font-size: 0.7rem;
        border-radius: 5rem;
        text-align: center;
        align-items: center;
        padding: 0.3rem 1rem;
        min-width: 190px;
        justify-content: center;

        background: -moz-linear-gradient(180deg, rgb(255, 211, 161) 0%, rgb(255, 239, 214) 32%, rgb(255, 211, 161) 100%);
        background: -webkit-linear-gradient(180deg, rgb(255, 211, 161) 0%, rgb(255, 239, 214) 32%, rgb(255, 211, 161) 100%);
        background: linear-gradient(180deg, rgb(255, 211, 161) 0%, rgb(255, 239, 214) 32%, rgb(255, 211, 161) 100%);

        box-shadow: -3px 3px 0px 0px var(--dark-secondary-color);
        -moz-box-shadow: -3px 3px 0px 0px var(--dark-secondary-color);
        -webkit-box-shadow: -3px 3px 0px 0px var(--dark-secondary-color);
    }

    .branch-title-button:hover {
        background-color: #fdd19e;
    }

    .pointer {
        width: 50px;
        display: flex;
        align-items: center;
    }

    .pointer__circle {
        width: 20px;
        height: 15px;
        background: var(--dark-secondary-color);
        border-radius: 40px;
        z-index: 10;
    }

    .pointer__rec {
        width: 100%;
        height: 5px;
        background: var(--dark-secondary-color);
    }

    .branch-title-button-green {
        color: white;
        background-color: var(--green);
        text-decoration: none;
        border: 2px solid var(--dark-green);
        padding: 0.5rem 1rem;
        border-radius: 5rem;
        max-width: 200px;
        margin-bottom: 0.5rem;
        text-align: center;
        font-size: 0.6rem;

        box-shadow: -3px 3px 0px 0px var(--dark-green);
        -moz-box-shadow: -3px 3px 0px 0px var(--dark-green);
        -webkit-box-shadow: -3px 3px 0px 0px var(--dark-green);
    }

    .branch-title-button-green:hover {
        background-color: #046b3e;
    }

    .branches-title-wrapper {
        transform: translateY(10px);
        display: flex;
        height: max-content;
        align-items: center;
    }

    .branches-title-wrapper img {
        position: absolute;
        width: 30%;
        transform: translateX(-15px);
    }

    .branches-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        align-content: center;
        align-items: stretch;
        transform: translate(10px, 10px);
    }

    .loyality-program {
        display: flex;
        transform: translateY(-20%);
    }

    .loyalti-program-wrapper {
        display: flex;
        flex-direction: column;
    }

    .loyalti-program-wrapper p {
        font-size: 0.8rem;
    }

    #loyality_program_model {
        width: 91%;
        transform: translate(-10%, 15%);
    }

    #loyality-horizontal-arrow {
        width: 30%;
        align-self: center;
        position: absolute;
        transform: translate(-80%, 150%);
    }

    #loyality-verical-arrow {
        width: 10%;
        align-self: center;
        position: absolute;
        transform: translate(550%, 85%);
    }

    #loyalty-right {
        transform: translate(-10%, 10%);
    }

    #loyalty-left {
        transform: translateX(5%);
    }

    #btn-btn-loyality-info {
        background-color: var(--yellow);
        border: 1px solid var(--dark-yellow);
        padding: 0.1rem 1rem;
        max-width: 200px;
        border-radius: 0.5rem;
        font-size: 0.6rem;

        box-shadow: -3px 3px 0px 0px var(--dark-yellow);
        -moz-box-shadow: -3px 3px 0px 0px var(--dark-yellow);
        -webkit-box-shadow: -3px 3px 0px 0px var(--dark-yellow);
    }

    #loyality-info-wrapper {
        width: max-content;
        transform: translateY(-10px)
    }

    #loyality-info-wrapper p {
        text-align: center;
        font-size: 0.8rem;
    }

    #logo-grab-food {
        width: 10%;
        align-self: center;
    }

    #logo-go-food {
        width: 15%;
        align-self: center;
    }

    #logo-shopee-food {
        width: 20%;
        align-self: center;
    }

    #logo-grab-kitchen {
        width: 20%;
        align-self: center;
    }

    #logo_light {
        margin: 0 auto;
        width: 24%;
    }

    #bg_greeting {
        width: 125%;
    }

    #model_greeting {
        position: absolute;
        width: 50%;
        transform: translate(-70px, -150px);
    }

    #top_logo {
        width: 60%;
        margin: 0 auto;
    }

    #top-message {
        font-size: 0.8rem;
        transform: translateY(-20px);
    }

    #merchan-text {
        font-size: 0.7rem;
    }

    #greeting-message {
        position: absolute;
        font-size: 0.8rem;
        left: 50%;
        transform: translate(0%, -50px);
        white-space: nowrap;
        font-family: 'Myriad Pro Bold', sans-serif;
        font-weight: bold;
    }
}

/* Keep the branch list aligned on every display size. */
.branches__list {
    transform: translate(2%, 15px);
}

.branch-card-text {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.branch-card-name,
.branch-card-location,
.branch-card-location-text {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
}

.branch-card-name,
.branch-card-location-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
}

.branch-card-name,
.branch-card-location {
    flex: 0 0 auto;
    width: 100%;
}

.branch-card-location {
    flex-wrap: nowrap !important;
    justify-content: center;
    overflow: hidden;
    white-space: nowrap !important;
}

.branch-card-location-text {
    display: block;
    flex: 0 1 auto;
}

.branch-card-location img,
.branch-title-button > img {
    flex-shrink: 0;
}

/* Keep every branch card equal and extend it to the container edge. */
.branches__list > a {
    display: block;
    width: 100%;
}

.branches-items {
    width: calc(98% - 5px);
}

.branch-title-button {
    flex: 1;
    width: auto;
    min-width: 0;
    max-width: none;
}
