@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Components/BlackBannerSection.razor.rz.scp.css */
.full-width-banner[b-q65jb7ai0g] {
    width: 100%;
    min-height: 125px;
    background-color: #000;
    display: none;
    justify-content: center;
    align-items: center;
    padding-bottom:20px;
}

.centered-text[b-q65jb7ai0g] {
    font-family: AeonikPro Medium !important;
    padding-top: 10px;
    color: #FF88DA;
    font-size: 24px;
    font-weight: bold;
}
/* /Components/Footer.razor.rz.scp.css */
#row_5[b-asohqrk6v7] {
    font-family: AeonikPro Regular !important;
    background-color: #000;
    padding: 15px;
}

#privacy_text[b-asohqrk6v7] {
    font-weight: lighter;
    font-family: AeonikPro Regular !important;
    font-size: 10px !important;
}

#terms_text[b-asohqrk6v7] {
    font-family: AeonikPro Regular !important;
    font-weight: lighter;
    font-size: 10px !important;
}

#footer_bottom[b-asohqrk6v7] {
    font-family: AeonikPro Regular !important;
    font-weight: lighter;
    text-align: center;
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    margin: 0%;
}

    #footer_bottom a[b-asohqrk6v7] {
        font-family: AeonikPro Regular !important;
        font-weight: lighter;
        color: #fff;
        text-decoration: none;
        margin: 0 10px; /* Adds spacing between the links */
        line-height: 1.2; /* Ensures it's not stretched */
    }

        #footer_bottom a:hover[b-asohqrk6v7] {
            color: #ccc;
        }

#ride_drive_about[b-asohqrk6v7] {
    display: flex;
    justify-content: space-between; /* Pushes download section to the right */
    align-items: flex-start; /* Aligns headers and download section */
    gap: 30px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 71px;
}

.footer-container[b-asohqrk6v7] {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start; /* Keep columns aligned properly */
    align-items: flex-start;
    gap: 30px;
}

.footer-column[b-asohqrk6v7] {
    font-weight: lighter;
    font-family: AeonikPro Regular !important;
    flex: 1;
    min-width: 120px;
    max-width: 180px;
    text-align: left;
}

    .footer-column h3[b-asohqrk6v7] {
        font-family: AeonikPro Medium !important;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 10px;
        text-align: left;
    }

    .footer-column ul[b-asohqrk6v7] {
        font-weight:lighter;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .footer-column ul li[b-asohqrk6v7] {
            margin-bottom: 6px;
        }

            .footer-column ul li a[b-asohqrk6v7] {
                font-family: AeonikPro Regular !important;
                font-size: 14px;
                font-weight: lighter;
                color: #fff;
                text-decoration: none;
                display: block;
                text-align: left;
            }

.social-icons[b-asohqrk6v7] {
    display: flex;
    gap: 6px;
    margin-top: 6px;
}

    .social-icons img[b-asohqrk6v7] {
        width: 30px;
        height: 22px;
        object-fit: contain;
    }

.download-section[b-asohqrk6v7] {
    align-self: flex-start; /* Aligns with headers */
    text-align: left;
    min-width: 150px;
    padding-left: 5%;
}

.store-buttons[b-asohqrk6v7] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

    .store-buttons img[b-asohqrk6v7] {
        width: 90px;
        height: auto;
    }

/* Responsive Adjustments */
@media (min-width: 1700px) {
    #footer_bottom a[b-asohqrk6v7] {
        font-family: AeonikPro Regular !important;
    }

    .footer-container[b-asohqrk6v7] {
        gap: 100px !important;
    }

    .footer-column h3[b-asohqrk6v7] {
        font-family: AeonikPro Medium !important;
        font-size: 27px !important;
    }

    .footer-column ul li a[b-asohqrk6v7] {
        font-family: AeonikPro Regular !important;
        font-size: 20px !important;
    }

    .store-buttons img[b-asohqrk6v7] {
        width: 120px !important;
    }
}

@media (max-width: 1700px) and (min-width: 1600px) {
    #footer_bottom a[b-asohqrk6v7] {
        font-family: AeonikPro Regular !important;
    }

    .footer-container[b-asohqrk6v7] {
        gap: 85px !important;
    }

    .footer-column h3[b-asohqrk6v7] {
        font-family: AeonikPro Medium !important;
        font-size: 25px !important;
    }

    .footer-column ul li a[b-asohqrk6v7] {
        font-size: 19px !important;
        font-family: AeonikPro-Regular !important;
    }

    .store-buttons img[b-asohqrk6v7] {
        width: 120px !important;
    }
}

@media (max-width: 1600px) and (min-width: 1450px) {
    #footer_bottom a[b-asohqrk6v7] {
        font-family: AeonikPro Regular !important;
    }

    .footer-container[b-asohqrk6v7] {
        gap: 70px !important;
    }

    .footer-column h3[b-asohqrk6v7] {
        font-family: AeonikPro Medium !important;
        font-size: 25px !important;
    }

    .footer-column ul li a[b-asohqrk6v7] {
        font-family: AeonikPro Regular !important;
        font-size: 19px !important;
    }

    .store-buttons img[b-asohqrk6v7] {
        width: 120px !important;
    }
}

@media (min-width: 1450px) {
    #footer_bottom a[b-asohqrk6v7] {
        font-family: AeonikPro Regular !important;
    }

    .footer-container[b-asohqrk6v7] {
        gap: 65px;
    }

    .footer-column h3[b-asohqrk6v7] {
        font-family: AeonikPro Medium !important;
        font-size: 22px !important; /* Slightly bigger */
    }

    .footer-column ul li a[b-asohqrk6v7] {
        font-family: AeonikPro Regular !important;
        font-size: 14px !important; /* Slightly bigger */
    }

    .store-buttons img[b-asohqrk6v7] {
        width: 110px !important; /* Slightly bigger icons */
    }
}

@media (max-width: 1450px) and (min-width: 1400px) {
    #footer_bottom a[b-asohqrk6v7] {
        font-family: AeonikPro Regular !important;
    }

    .footer-container[b-asohqrk6v7] {
        gap: 50px;
    }

    #ride_drive_about[b-asohqrk6v7] {
        gap: 45px; /* Increase spacing */
        padding: 30px 71px !important; /* More padding */
    }

    .footer-column h3[b-asohqrk6v7] {
        font-family: AeonikPro Medium !important;
        font-size: 20px !important; /* Bigger headers */
    }

    .footer-column ul li a[b-asohqrk6v7] {
        font-family: AeonikPro Regular !important;
        font-size: 14px !important; /* Bigger links */
    }

    .store-buttons img[b-asohqrk6v7] {
        width: 100px !important; /* Increase button sizes */
    }
}

@media (max-width: 1400px) {
    #footer_bottom a[b-asohqrk6v7] {
        font-family: AeonikPro Regular !important;
    }

    #ride_drive_about[b-asohqrk6v7] {
        gap: 30px;
        padding: 20px 71px;
    }

    .footer-container[b-asohqrk6v7] {
        gap: 45px !important;
    }

    .footer-column h3[b-asohqrk6v7] {
        font-family: AeonikPro Medium !important;
        font-size: 18px;
    }

    .footer-column ul li a[b-asohqrk6v7] {
        font-family: AeonikPro Regular !important;
        font-size: 13px;
    }

    .store-buttons img[b-asohqrk6v7] {
        width: 80px;
    }
}

@media (max-width: 1244px) {
    #ride_drive_about[b-asohqrk6v7] {
        gap: 30px;
        padding: 20px 30px;
    }
}

@media (max-width: 1244px) and (min-width:1150px) {
    #ride_drive_about[b-asohqrk6v7] {
        display: grid;
        grid-template-columns: repeat(7, 1fr); /* 4 equal columns */
        grid-template-rows: auto auto; /* Two rows */
        gap: 30px;
        width: 100%;
    }

    .footer-container[b-asohqrk6v7] {
        display: contents; /* Allows direct placement in grid */
    }

    .footer-column[b-asohqrk6v7] {
        max-width: 160px;
        text-align: left;
    }
        .footer-column h3[b-asohqrk6v7] {
            font-family: AeonikPro Medium !important;
        }

        .footer-column ul li a[b-asohqrk6v7] {
            font-family: AeonikPro Regular !important;
        }

    #ride[b-asohqrk6v7] {
        grid-column: 1; /* First column */
        grid-row: 1;
    }

    #drive[b-asohqrk6v7] {
        grid-column: 2; /* Second column */
        grid-row: 1;
    }

    #support[b-asohqrk6v7] {
        grid-column: 3; /* Third column */
        grid-row: 1;
    }

    #company[b-asohqrk6v7] {
        grid-column: 4; /* Fourth column */
        grid-row: 1;
    }

    #companyValues[b-asohqrk6v7] {
        grid-column: 5; /* Same column as `ride` */
        grid-row: 1;
    }

    #contact[b-asohqrk6v7] {
        grid-column: 6; /* Same column as `drive` */
        grid-row: 1;
    }

    .download-section[b-asohqrk6v7] {
        grid-column: 7; /* Keeps it aligned right */
        grid-row: 1;
        align-self: flex-start;
        padding-left: 50%;
    }

    #footer_bottom[b-asohqrk6v7] {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
    }

        #footer_bottom a[b-asohqrk6v7] {
            font-family: AeonikPro Regular !important;
            font-weight: lighter;
            font-size: 10px !important;
        }
}

@media (max-width: 1150px) and (min-width:1110px) {

    #ride_drive_about[b-asohqrk6v7] {
        display: grid;
        grid-template-columns: repeat(7, 1fr); /* 4 equal columns */
        grid-template-rows: auto auto; /* Two rows */
        gap: 30px;
        width: 100%;
    }

    .footer-container[b-asohqrk6v7] {
        display: contents; /* Allows direct placement in grid */
    }

    .footer-column[b-asohqrk6v7] {
        text-align: left;
    }
        .footer-column h3[b-asohqrk6v7] {
            font-family: AeonikPro Medium !important;
        }

        .footer-column ul li a[b-asohqrk6v7] {
            font-family: AeonikPro Regular !important;
        }

    .download-section[b-asohqrk6v7] {
        grid-column: 7; /* Keeps it aligned right */
        grid-row: 1;
        align-self: flex-start;
        padding-left: 50%;
    }

    #footer_bottom a[b-asohqrk6v7] {
        font-family: AeonikPro Regular !important;
    }
}

@media (max-width: 1110px) and (min-width:1040px) {
    #footer_bottom a[b-asohqrk6v7] {
        font-family: AeonikPro Regular !important;
    }

    #ride_drive_about[b-asohqrk6v7] {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: auto auto; /* Two rows */
        gap: 30px;
        width: 100%;
    }

    .footer-container[b-asohqrk6v7] {
        display: contents;
    }

    .footer-column[b-asohqrk6v7] {
        text-align: left;
    }
        .footer-column h3[b-asohqrk6v7] {
            font-family: AeonikPro Medium !important;
        }

        .footer-column ul li a[b-asohqrk6v7] {
            font-family: AeonikPro Regular !important;
        }

    #ride[b-asohqrk6v7] {
        grid-column: 1; /* First column */
        grid-row: 1;
    }

    #drive[b-asohqrk6v7] {
        grid-column: 2; /* Second column */
        grid-row: 1;
    }

    #support[b-asohqrk6v7] {
        grid-column: 3; /* Third column */
        grid-row: 1;
    }

    #company[b-asohqrk6v7] {
        grid-column: 4; /* Fourth column */
        grid-row: 1;
    }

    #companyValues[b-asohqrk6v7] {
        grid-column: 5;
        grid-row: 1;
    }

    #contact[b-asohqrk6v7] {
        grid-column: 1;
        grid-row: 2;
    }

    .download-section[b-asohqrk6v7] {
        grid-column: 6;
        grid-row: 1;
        align-self: flex-start;
        padding-left: 50%;
    }
}

@media (max-width: 1040px) and (min-width:970px) {
    #footer_bottom a[b-asohqrk6v7] {
        font-family: AeonikPro Regular !important;
    }

    #ride_drive_about[b-asohqrk6v7] {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: auto auto;
        gap: 30px;
        width: 100%;
    }

    .footer-container[b-asohqrk6v7] {
        display: contents;
    }

    .footer-column[b-asohqrk6v7] {
        text-align: left;
    }
        .footer-column h3[b-asohqrk6v7] {
            font-family: AeonikPro Medium !important;
        }

        .footer-column ul li a[b-asohqrk6v7] {
            font-family: AeonikPro Regular !important;
        }

    #ride[b-asohqrk6v7] {
        grid-column: 1; /* First column */
        grid-row: 1;
    }

    #drive[b-asohqrk6v7] {
        grid-column: 2; /* Second column */
        grid-row: 1;
    }

    #support[b-asohqrk6v7] {
        grid-column: 3; /* Third column */
        grid-row: 1;
    }

    #company[b-asohqrk6v7] {
        grid-column: 4; /* Fourth column */
        grid-row: 1;
    }

    #companyValues[b-asohqrk6v7] {
        grid-column: 5;
        grid-row: 1;
    }

    #contact[b-asohqrk6v7] {
        grid-column: 1;
        grid-row: 2;
    }

    .download-section[b-asohqrk6v7] {
        grid-column: 6;
        grid-row: 1;
        align-self: flex-start;
        padding-left: 50%;
    }
}

@media (max-width: 970px) and (min-width:913px) {
    #footer_bottom a[b-asohqrk6v7] {
        font-family: AeonikPro Regular !important;
    }

    #ride_drive_about[b-asohqrk6v7] {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: auto auto; /* Two rows */
        gap: 30px;
        width: 100%;
    }

    .footer-container[b-asohqrk6v7] {
        display: contents;
    }

    .footer-column[b-asohqrk6v7] {
        text-align: left;
    }
        .footer-column h3[b-asohqrk6v7] {
            font-family: AeonikPro Medium !important;
        }

        .footer-column ul li a[b-asohqrk6v7] {
            font-family: AeonikPro Regular !important;
        }

    #ride[b-asohqrk6v7] {
        grid-column: 1; /* First column */
        grid-row: 1;
    }

    #drive[b-asohqrk6v7] {
        grid-column: 2; /* Second column */
        grid-row: 1;
    }

    #support[b-asohqrk6v7] {
        grid-column: 3; /* Third column */
        grid-row: 1;
    }

    #company[b-asohqrk6v7] {
        grid-column: 4; /* Fourth column */
        grid-row: 1;
    }

    #companyValues[b-asohqrk6v7] {
        grid-column: 2;
        grid-row: 2;
    }

    #contact[b-asohqrk6v7] {
        grid-column: 1;
        grid-row: 2;
    }

    .download-section[b-asohqrk6v7] {
        grid-column: 5;
        grid-row: 1;
        align-self: flex-start;
        padding-left: 50%;
    }
}

@media (max-width: 913px) and (min-width:768px) {
    #footer_bottom a[b-asohqrk6v7] {
        font-family: AeonikPro Regular !important;
    }

    #ride_drive_about[b-asohqrk6v7] {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: auto auto; /* Two rows */
        gap: 30px;
        width: 100%;
    }

    .footer-container[b-asohqrk6v7] {
        display: contents;
    }

    .footer-column[b-asohqrk6v7] {
        text-align: left;
    }
        .footer-column h3[b-asohqrk6v7] {
            font-family: AeonikPro Medium !important;
        }

        .footer-column ul li a[b-asohqrk6v7] {
            font-family: AeonikPro Regular !important;
        }

    #ride[b-asohqrk6v7] {
        grid-column: 1; /* First column */
        grid-row: 1;
    }

    #drive[b-asohqrk6v7] {
        grid-column: 2; /* Second column */
        grid-row: 1;
    }

    #support[b-asohqrk6v7] {
        grid-column: 3; /* Third column */
        grid-row: 1;
    }

    #company[b-asohqrk6v7] {
        grid-column: 4; /* Fourth column */
        grid-row: 1;
    }

    #companyValues[b-asohqrk6v7] {
        grid-column: 2;
        grid-row: 2;
    }

    #contact[b-asohqrk6v7] {
        grid-column: 1;
        grid-row: 2;
    }

    .download-section[b-asohqrk6v7] {
        grid-column: 5;
        grid-row: 1;
        align-self: flex-start;
        padding: 0;
    }

    #footer_bottom a[b-asohqrk6v7] {
        font-family: AeonikPro Regular !important;
    }
}

@media (max-width: 768px) {

    #ride_drive_about[b-asohqrk6v7] {
        display: grid !important;
        grid-template-columns: 1fr !important; /* Everything in a single column */
        grid-template-rows: auto !important;
        gap: 20px !important;
        width: 100% !important;
        text-align: center !important;
        padding-bottom: 0 !important;
    }

    .footer-container[b-asohqrk6v7] {
        display: contents !important;
    }

    .footer-column[b-asohqrk6v7] {
        grid-column: 1 !important;
        grid-row: auto !important;
        width: 100% !important;
        text-align: center !important;
    }
        .footer-column h3[b-asohqrk6v7] {
            font-family: AeonikPro Medium !important;
        }

        .footer-column ul li a[b-asohqrk6v7] {
            font-family: AeonikPro Regular !important;
        }

    .download-section[b-asohqrk6v7] {
        grid-column: 1 !important;
        grid-row: auto !important;
        align-self: center !important;
        text-align: center !important;
        padding: 20px 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }

    #footer_bottom[b-asohqrk6v7] {
        font-family: AeonikPro Regular !important;
        font-weight: lighter;
        margin-left: 42px;
        width: 100% !important;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 0 !important;
    }

        #footer_bottom a[b-asohqrk6v7] {
            font-family: AeonikPro Regular !important;
            font-weight: lighter;
            font-size: 9px !important;
            margin-bottom: 5px !important;
        }
}

@media (max-width:100) {
}


/* /Components/InfoSectionWithButtons.razor.rz.scp.css */
.info-section-buttons[b-914iy8pxf6] {
    background-color: #fff;
    border-radius: 35px 35px 0 0; /* Rounded top corners */
    padding: 90px 40px 90px;
    margin-top: -35px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center everything */
    gap: 20px;
    min-height: 300px;
}

.section-title[b-914iy8pxf6] {
    font-size: 45px;
    color: #000;
    font-family: AeonikPro Medium;
    text-align: center;
}

.section-description[b-914iy8pxf6] {
    font-size: 18px;
    color: #333;
    font-family: AeonikPro Regular;
    text-align: center;
    max-width: 650px;
}

.section-under_buttons_desc[b-914iy8pxf6] {
    font-size: 16px;
    color: #333;
    font-family: AeonikPro Regular;
    text-align: center;
    max-width: 300px;
}

.button-container[b-914iy8pxf6] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.button-image[b-914iy8pxf6] {     
    height: 50px;
}

/* Mobile: Stack buttons vertically */
@media (max-width: 1244px) {
    .info-section-buttons[b-914iy8pxf6] {
        padding: 44px 40px 90px;
    }

    .button-image[b-914iy8pxf6] {        
        height: 40px;
    }

    .section-title[b-914iy8pxf6] {
        font-size: 34px;
    }
}

/* Mobile: Stack buttons vertically */
@media (max-width: 768px) {
    .button-container[b-914iy8pxf6] {
        flex-direction: column;
    }

    .button-image[b-914iy8pxf6] {
        width: 100px;
        height: 30px;
    }

    .section-title[b-914iy8pxf6] {
        font-size: 28px;
    }
}
/* /Components/InfoSectionWithImages.razor.rz.scp.css */
.info-section[b-rymt66qf1d] {
    background-color: #fff;
    border-radius: 35px 35px 0 0; /* Rounded top corners */
    margin-top: -35px; /* Pull it up slightly for a seamless transition */
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-height: 300px;

}

.section-title[b-rymt66qf1d] {
    color: #000;
    text-align: left;
    font-family: AeonikPro Medium;
}

.info-cards[b-rymt66qf1d] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.info-card[b-rymt66qf1d] {
    flex: 1;
    min-width: 200px;
    background-color: #fff;
    text-align: left;
    padding: 15px;
    box-sizing: border-box;
}

    .info-card img[b-rymt66qf1d] {
        height: auto;
    }

.info-image[b-rymt66qf1d] {
    margin-bottom: 10px;
}

.info-title[b-rymt66qf1d] {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
    font-family: AeonikPro Medium;
}

.info-text[b-rymt66qf1d] {
    color: #333;
    font-size: 16px;
    font-family: AeonikPro Regular;
}
/*new*/

.section-header[b-rymt66qf1d] {
    font-size: 45px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link-container[b-rymt66qf1d] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.link-icon[b-rymt66qf1d] {
    height: 18px;
}

.section-link[b-rymt66qf1d] {
    font-size: 25px;
    font-weight: 500;
    font-family: AeonikPro Medium;
    color: #4a27ef;
    text-decoration: none;
}
    .section-link:hover[b-rymt66qf1d] {
        text-decoration: underline;
    }

@media (min-width: 1244px) {
    .info-section[b-rymt66qf1d] {
        line-height: 1.26;
        padding: 90px 86px 115px;
    }
}

/* Desktop: 4 in a row */
@media (min-width: 1024px) {
    .section-title[b-rymt66qf1d] {
        font-size: 45px;
    }

    .info-card[b-rymt66qf1d] {
        flex: 0 0 calc(25% - 20px);
    }
}

@media (min-width: 1023px) and (max-width: 1244px) {
    .section-title[b-rymt66qf1d] {
        font-size: 34px;
        line-height: .82;
    }

    .info-section[b-rymt66qf1d] {
        line-height: 1.26;
        padding: 65px 32px 70px;
    }

    .info-card img[b-rymt66qf1d] {
        height: auto;
    }
}

/* Medium Screens (Tablets: 2 Cards per Row) */
@media (min-width: 680px) and (max-width: 1023px) {
    .section-title[b-rymt66qf1d] {
        font-size: 36px;
        margin-left: 20px;
        line-height: .82;
    }

    .info-section[b-rymt66qf1d] {
        line-height: 1.26;
        padding: 65px 32px 70px;
    }

    .info-cards[b-rymt66qf1d] {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; /* Ensures proper spacing */
    }

    .info-card[b-rymt66qf1d] {
        flex: 0 0 calc(50% - 20px); /* Force exactly 2 cards per row */
        flex-direction: row; /* Image on the left, text on the right */
        align-items: center;
        gap: 15px;
    }

    .image-wrapper[b-rymt66qf1d] {
        display: flex;
        align-items: center;
        padding-bottom: 24px;
    }

    .info-image[b-rymt66qf1d] {
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .info-card img[b-rymt66qf1d] {
        height: auto;
    }

    .info-title[b-rymt66qf1d] {
        font-size: 24px;
        font-weight: 500;
    }
}



/* Mobile Screens (Image Left, Text Right) */
@media (max-width: 679px) {
    .section-title[b-rymt66qf1d] {
        font-size: 28px;
    }

    .info-card[b-rymt66qf1d] {
        padding-left: 0px;
        flex-direction: row; /* Image on the left, text on the right */
        align-items: center;
        gap: 15px;
        flex: 1 0 100%;
    }

    .image-wrapper[b-rymt66qf1d] {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-bottom: 16px;
    }

    .info-image[b-rymt66qf1d] {
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .info-text-wrapper[b-rymt66qf1d] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .info-card img[b-rymt66qf1d] {
        height: auto;
    }

    .info-section[b-rymt66qf1d] {
        line-height: 1.26;
        padding: 65px 24px 70px;
    }

    .info-title[b-rymt66qf1d] {
        font-size: 24px;
        font-weight: 500;
    }

    .link-icon[b-rymt66qf1d] {
      /*  margin-top:5px;*/
    }
}
/* /Components/InfoSectionWithText.razor.rz.scp.css */
.info-section-text[b-hfconuqu4q] {
    background-color: #fff;
    border-radius: 35px 35px 0 0;
    padding: 90px 40px 90px;
    margin-top: -35px;
    width: 100%;
    box-sizing: border-box;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    min-height: 300px;
}

.info-title[b-hfconuqu4q] {
    font-family: AeonikPro Medium;
    font-size: 45px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.info-description[b-hfconuqu4q], .info-description2[b-hfconuqu4q] {
    font-family: AeonikPro Regular;
    font-size: 21px;
    font-weight: 400;
    color: #000;
    max-width: 80%;
}

@media (max-width: 1244px) {
    .info-section-text[b-hfconuqu4q] {
        padding: 60px 30px;
        min-height: 250px;
    }

    .info-title[b-hfconuqu4q] {
        font-size: 34px;
    }

    .info-description[b-hfconuqu4q], .info-description2[b-hfconuqu4q] {
        font-size: 18px;
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    .info-section-text[b-hfconuqu4q] {
        padding: 60px 30px;
        min-height: 250px;
    }

    .info-title[b-hfconuqu4q] {
        font-size: 34px;
    }

    .info-description[b-hfconuqu4q], .info-description2[b-hfconuqu4q] {
        font-size: 16px;
        max-width: 90%;
    }
}

@media (max-width: 480px) {
    .info-section-text[b-hfconuqu4q] {
        padding: 50px 20px;
        min-height: 220px;
    }

    .info-description[b-hfconuqu4q], .info-description2[b-hfconuqu4q] {
        max-width: 100%;
    }
}
/* /Components/SectionForm.razor.rz.scp.css */
.section-form[b-ssyodiqka5] {
    display: flex;
    width: 100%;
    min-height: 620px;
    background-color: #fff; /* Set full section background to white */
}

/* Left Section */
.section-form-left[b-ssyodiqka5] {
    flex: 1;
    background-color: #fff; /* White background */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
    padding-right: 120px;
}

.section-form-title[b-ssyodiqka5] {
    font-family: AeonikPro Medium;
    font-size: 45px;
    font-weight: 500;
}

.section-form-description[b-ssyodiqka5] {
    font-family: AeonikPro Regular;
    font-weight: 500;
    font-size: 30px;
    margin-top: 10px;
}

/* Right Section (Form) */
.section-form-right[b-ssyodiqka5] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff; /* White background */
}

/* Form Container */
.form-container[b-ssyodiqka5] {
    width: 100%;
    max-width: 400px;
    background: #f7f7f6; /* Form background */
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Form Labels */
.form-label[b-ssyodiqka5] {
    font-size: 16px;
    font-family: AeonikPro Regular;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}

/* Input Fields */
.form-input[b-ssyodiqka5] {
    width: 100%;
    padding: 10px;
    font-size: 18px; /* Placeholder font-size */
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 15px;
}

    .form-input[b-ssyodiqka5]::placeholder {
        font-size: 18px; /* Placeholder font-size */
        color: #aaa;
    }

/* Validation Messages */
.validation-message[b-ssyodiqka5] {
    color: red;
    font-size: 14px;
    margin-bottom: 10px;
}

/* Toggle Radio Buttons */
.toggle-group[b-ssyodiqka5] {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.radio-label[b-ssyodiqka5] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    cursor: pointer;
}

/* Rounded Radio Buttons */
.radio-input[b-ssyodiqka5] {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #aaa;
    transition: all 0.3s;
}

    .radio-input:checked[b-ssyodiqka5] {
        border-color: #00c853;
        background-color: #00c853;
    }

/* Submit Button */
#submit_button[b-ssyodiqka5] {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #000;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
}

    #submit_button:hover[b-ssyodiqka5] {
        background-color: #333;
    }
/* /Components/SectionInfoHelp.razor.rz.scp.css */
.section-info-help[b-few2rrlye3] {
    background-color: #fff;
    border-radius: 35px 35px 0 0;
    padding: 40px 40px;
    margin-top: -35px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 300px;
}

.section-title[b-few2rrlye3] {
    font-size: 28px;
    font-family: AeonikPro Medium;
    margin-bottom: 10px;
}

.loading-text[b-few2rrlye3] {
    font-size: 18px;
    font-family: AeonikPro Regular;
}

.faq-accordion[b-few2rrlye3] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-item[b-few2rrlye3] {
    border-bottom: 2px solid #ddd;
}

.faq-header[b-few2rrlye3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.faq-toggle-button[b-few2rrlye3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    padding-bottom: 25px;
    font-size: 18px;
    font-family: AeonikPro Medium;
}

.faq-title[b-few2rrlye3] {
    margin: 0;
    flex-grow: 1;
}

.faq-icon[b-few2rrlye3] {
    font-size: 30px;
    font-weight: normal;
}

/* ✅ Ensure the FAQ body starts hidden */
.faq-body[b-few2rrlye3] {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s;
}

    /* ✅ Expand the FAQ when clicked */
    .faq-body.expanded[b-few2rrlye3] {
        max-height: 500px;
        opacity: 1;
        visibility: visible;
    }
/* /Components/SectionInfoTextAndLink.razor.rz.scp.css */
/* Default: Link stays inside the header, next to the title */
.section-info-text-link[b-v59tjy0boo] {
    background-color: #fff;
    border-radius: 35px 35px 0 0;
    padding: 90px 86px 100px;
    margin-top: -35px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 250px;
}

.section-header[b-v59tjy0boo] {
    font-size: 45px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-title[b-v59tjy0boo] {
    font-size: 45px;
    font-weight: 500;
    font-family: AeonikPro Medium;
    margin: 0;
}

.link-container[b-v59tjy0boo] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.link-icon[b-v59tjy0boo] {
    margin-top: 5px;
    height: 18px;
}

.section-link[b-v59tjy0boo] {
    font-size: 25px;
    font-weight:500;
    font-family: AeonikPro Medium;
    color: #4a27ef;
    text-decoration: none;
}

    .section-link:hover[b-v59tjy0boo] {
        text-decoration: underline;
    }

.section-description[b-v59tjy0boo] {
    font-size: 21px;
    font-weight:normal;
    font-family: AeonikPro Regular;
    max-width: 100%;
    margin-top: 30px;
}


@media (max-width: 1244px) {
    .section-header[b-v59tjy0boo] {
        font-size: 34px;
    }

    .section-title[b-v59tjy0boo] {
        font-size: 34px;
    }

    .section-description[b-v59tjy0boo] {
        font-size: 20px;
        font-weight: normal;
    }

    .section-info-text-link[b-v59tjy0boo] {
        padding: 90px 32px 100px;
    }
}

@media (max-width: 768px) {
    .section-header[b-v59tjy0boo] {
      font-size:28px;
    }

    .section-title[b-v59tjy0boo] {
        font-size: 28px;
    }

    .section-description[b-v59tjy0boo] {
        font-size: 16px;
        font-weight: normal;
    }

    .section-link[b-v59tjy0boo] {
        font-size: 20px;
    }

    .section-info-text-link[b-v59tjy0boo] {
        padding: 44px 24px 100px;
    }
}
/* /Components/TopSection.razor.rz.scp.css */
.top-section[b-xg8chggmxm] {
    display: flex;
    width: 100%;
    min-height: 620px;
}

/* Left Section (Text) */
.top-section-left[b-xg8chggmxm] {
    flex: 1;
    background-color: #f0f0ee;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 120px;
}

/* Title */
.top-section-title[b-xg8chggmxm] {
    text-align:left;
    font-family: AeonikPro Medium;
    font-size: 45px;
    font-weight: 500;
}

/* Description */
.top-section-description[b-xg8chggmxm] {
    text-align: left;
    font-family: AeonikPro Regular;
    font-weight: 500;
    font-size: 30px;
    margin-top: 10px;
}

/* Right Section (Image) */
.top-section-right[b-xg8chggmxm] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.background-image[b-xg8chggmxm] {
    width: 100%;
    height: 100%;
    background-color: #f0f0ee;
}

/* Responsive: 1100px - Make image take 40% */
@media (max-width: 1194px) {
    .top-section-left[b-xg8chggmxm] {
        flex: 40%;
        padding-right: 60px;
    }

    .top-section-right[b-xg8chggmxm] {
        flex: 60%;
    }

    .background-image[b-xg8chggmxm] {
        content: url('/images/gdpr/ddpr-hero-shapebigger.png');
    }

    .top-section-title[b-xg8chggmxm] {
        font-size: 34px;
    }

    .top-section-description[b-xg8chggmxm] {
        font-size: 18px;
    }
}

/* Responsive: 768px - Change to stacked layout */
@media (max-width: 768px) {
    .top-section[b-xg8chggmxm] {
        flex-direction: column;
        min-height: auto;
    }

    .top-section-left[b-xg8chggmxm] {
        width: 100%;
        padding: 40px;
        text-align: center;
    }

    .top-section-right[b-xg8chggmxm] {
        width: 100%;
        height: 300px;
    }

    .background-image[b-xg8chggmxm] {
        content: url('/images/gdpr/ddpr-hero-shapesmaller.png');
        border-radius: 0; /* Remove rounded corners on mobile */
    }

    .top-section-title[b-xg8chggmxm] {
        font-size: 34px;
    }

    .top-section-description[b-xg8chggmxm] {
        font-size: 18px;
    }
}
/* /Pages/About.razor.rz.scp.css */
.about-layout[b-jbm1smtgtr] {
    height: auto;
    display: grid
}

a:hover[b-jbm1smtgtr] {
    cursor: pointer
}

a[b-jbm1smtgtr] {
    text-decoration: none
}

#boy_img_web[b-jbm1smtgtr] {
    max-width: 100%;
    height: 100%;
    width: 100%
}

h1[b-jbm1smtgtr], h2[b-jbm1smtgtr] {
    font-weight: 500;
}

@media (min-width:320px) {
    #karoot[b-jbm1smtgtr], #missionTitle[b-jbm1smtgtr], #values[b-jbm1smtgtr], #valuesTitle[b-jbm1smtgtr], #visionTitle[b-jbm1smtgtr] {
        margin-bottom: 24px
    }

    #row_2[b-jbm1smtgtr], #row_3[b-jbm1smtgtr] {
        border-radius: 35px 35px 0 0;
        margin-top: -35px
    }

    #learnMoreAs[b-jbm1smtgtr], #with_drive[b-jbm1smtgtr] {
        text-align: center
    }

    #row_1[b-jbm1smtgtr], #row_4[b-jbm1smtgtr] {
        background-color: #f4f4f4
    }

    #row_2[b-jbm1smtgtr], #row_3[b-jbm1smtgtr], #row_4[b-jbm1smtgtr] {
        margin-top: -35px
    }

    #apply-button[b-jbm1smtgtr], #driver[b-jbm1smtgtr], #with[b-jbm1smtgtr] {
        line-height: 1.56;
        height: 46px
    }

    #about[b-jbm1smtgtr], #admin[b-jbm1smtgtr], #contact[b-jbm1smtgtr], #drive[b-jbm1smtgtr], #ride[b-jbm1smtgtr], #terms[b-jbm1smtgtr] {
        padding-bottom: 5px
    }

    #facebook[b-jbm1smtgtr] {
        margin-left: -10px;
    }

    #facebook[b-jbm1smtgtr], #instagram[b-jbm1smtgtr], #ios_icon[b-jbm1smtgtr], #twitter[b-jbm1smtgtr], #youtube[b-jbm1smtgtr] {
        padding-right: 16px
    }

    #android_icon[b-jbm1smtgtr], #ios_icon[b-jbm1smtgtr] {
        height: 60px
    }

    #contact_text[b-jbm1smtgtr], #service[b-jbm1smtgtr] {
        color: #fff
    }

    #karoot_our[b-jbm1smtgtr] {
        margin: 24px 24px 100px
    }

    #karoot[b-jbm1smtgtr] {
        font-size: 35px;
        line-height: 1.14;
        font-family: 'AeonikPro Medium'
    }

    #our[b-jbm1smtgtr], #our-continue[b-jbm1smtgtr] {
        margin-bottom: 0;
        font-size: 16px;
        font-family: 'AeonikPro Regular';
        line-height: 1.25
    }

    #our-continue[b-jbm1smtgtr] {
        margin-top: 36px
    }

    #our[b-jbm1smtgtr]:before {
        content: attr(our-text2)
    }

    #our-continue[b-jbm1smtgtr]:before {
        content: attr(our-continue-text2)
    }

    #boy_img[b-jbm1smtgtr], #ping_pong_img[b-jbm1smtgtr] {
        width: 100%
    }

    #boy_picture[b-jbm1smtgtr], #row_2_web[b-jbm1smtgtr] {
        display: none
    }

    #row_2[b-jbm1smtgtr] {
        background-color: #d5deff;
        padding: 55px 24px 105px;
        position: relative
    }

    #mission[b-jbm1smtgtr], #values2[b-jbm1smtgtr] {
        margin-bottom: 63px
    }

    #ourMissionTitle[b-jbm1smtgtr], #ourValuesTitle[b-jbm1smtgtr], #ourVisionTitle[b-jbm1smtgtr] {
        font-size: 35px;
        line-height: 1.26;
        font-family: 'AeonikPro Medium'
    }

    #ourMission[b-jbm1smtgtr], #ourValues[b-jbm1smtgtr], #ourValues2[b-jbm1smtgtr], #ourVision[b-jbm1smtgtr] {
        font-size: 16px;
        line-height: 1.25;
        font-family: 'AeonikPro Regular';
        white-space: pre
    }

        #ourMission[b-jbm1smtgtr]:before {
            content: attr(ourMission-text2)
        }

        #ourValues[b-jbm1smtgtr]:before {
            content: attr(ourValues-text2)
        }

        #ourValues2[b-jbm1smtgtr]:before {
            content: attr(ourValues2-text2)
        }

        #ourVision[b-jbm1smtgtr]:before {
            content: attr(ourVision-text2)
        }

    #row_3[b-jbm1smtgtr] {
        background-color: #4a27ef;
        padding: 73px 0 116px
    }

    #learnMoreAs[b-jbm1smtgtr] {
        font-family: AeonikPro Regular;
        font-size: 24px;
        line-height: 1.67;
        color: #f4f4f4;
        margin-bottom: 30px
    }

    #driver[b-jbm1smtgtr], #investTitle[b-jbm1smtgtr], #with[b-jbm1smtgtr] {
        font-family: AeonikPro Medium
    }

    #driver[b-jbm1smtgtr], #with[b-jbm1smtgtr] {
        font-size: 16px;
        color: #f4f4f4;
        border-radius: 15px;
        width: 141px;
        border: 1px solid #f4f4f4
    }

    #with[b-jbm1smtgtr] {
        margin-right: 10px
    }

    #row_4[b-jbm1smtgtr] {
        border-radius: 35px 35px 0 0;
        padding: 45px 0 0
    }

    #karoot-our-office[b-jbm1smtgtr] {
        margin-left: 24px
    }

    #investTitle[b-jbm1smtgtr] {
        font-size: 33px;
        line-height: 1.27;
        white-space: pre;
        margin-bottom: 34px
    }

    #invest[b-jbm1smtgtr] {
        font-family: AeonikPro Regular;
        font-size: 16px;
        line-height: 1.25;
        white-space: pre;
        margin-bottom: 49px
    }

        #invest[b-jbm1smtgtr]:before {
            content: attr(invest-text2)
        }

    #investTitle[b-jbm1smtgtr]:before {
        content: attr(investTitle-text2)
    }

    #apply-button[b-jbm1smtgtr] {
        font-size: 16px;
        font-family: AeonikPro Medium;
        margin-bottom: 79px;
        width: 243px;
        border-radius: 15px;
        border: 1px solid #000
    }

    #row_5[b-jbm1smtgtr] {
        background-color: #000
    }

    #sitemap[b-jbm1smtgtr] {
        padding: 64px 0 44px 24px
    }

    #about_text[b-jbm1smtgtr], #cities_text[b-jbm1smtgtr], #admin_text[b-jbm1smtgtr], #drive_text[b-jbm1smtgtr], #privacy_text[b-jbm1smtgtr], #ride_text[b-jbm1smtgtr], #terms_text[b-jbm1smtgtr] {
        font-family: AeonikPro Regular;
        font-size: 20px;
        line-height: 1.25;
        color: #fff
    }

    #contact_text[b-jbm1smtgtr], #downloadApp_text[b-jbm1smtgtr] {
        font-family: AeonikPro Medium;
        font-size: 20px;
        line-height: 1.25
    }

    #social_media[b-jbm1smtgtr] {
        padding: 0 0 44px 24px
    }

    #contact[b-jbm1smtgtr] {
        padding-top: 36px
    }

    #download[b-jbm1smtgtr] {
        padding: 0 0 61px 24px
    }

    #downloadApp[b-jbm1smtgtr] {
        padding: 0 0 24px
    }

    #downloadApp_text[b-jbm1smtgtr] {
        color: #00fe89
    }

    #service[b-jbm1smtgtr] {
        margin: 20px 0 0;
        font-family: AeonikPro Regular;
        font-size: 16px;
        line-height: 1.88
    }
}

@media (min-width:768px) {
    #row_3[b-jbm1smtgtr], #row_4[b-jbm1smtgtr] {
        margin-top: -35px;
        position: relative
    }

    #row_2_web[b-jbm1smtgtr], #row_4[b-jbm1smtgtr] {
        display: flex
    }

    #apply-button[b-jbm1smtgtr], #driver[b-jbm1smtgtr], #with[b-jbm1smtgtr] {
        line-height: 1.25;
        height: 56px
    }

    #office_div[b-jbm1smtgtr], #row_3[b-jbm1smtgtr], #row_4[b-jbm1smtgtr] {
        position: relative
    }

    #karoot_our[b-jbm1smtgtr] {
        margin: 83.8px 32px 107px
    }

    #karoot[b-jbm1smtgtr] {
        font-size: 34px;
        line-height: 1.24;
        margin-bottom: 17.2px
    }

    #our[b-jbm1smtgtr], #our-continue[b-jbm1smtgtr] {
        font-size: 20px;
        line-height: 1.25
    }

        #our[b-jbm1smtgtr]:before {
            content: attr(our-text1)
        }

        #our-continue[b-jbm1smtgtr]:before {
            content: attr(our-continue-text1)
        }

    #boy_img[b-jbm1smtgtr], #row_2_mobile[b-jbm1smtgtr] {
        display: none
    }

    #row_2[b-jbm1smtgtr] {
        padding: 53px 32px 138px
    }

    #row_2_a_c[b-jbm1smtgtr] {
        margin-right: 80px;
        width: 50%
    }

    #row_2_b[b-jbm1smtgtr] {
        width: 50%
    }

    #missionTitle[b-jbm1smtgtr], #values[b-jbm1smtgtr], #valuesTitle[b-jbm1smtgtr], #visionTitle[b-jbm1smtgtr] {
        margin-bottom: 16px
    }

    #mission[b-jbm1smtgtr], #values2[b-jbm1smtgtr] {
        margin-bottom: 80px
    }

    #ourMissionTitle[b-jbm1smtgtr], #ourValuesTitle[b-jbm1smtgtr], #ourVisionTitle[b-jbm1smtgtr] {
        font-size: 34px;
        line-height: 1.24
    }

    #ourMission[b-jbm1smtgtr], #ourValues[b-jbm1smtgtr], #ourValues2[b-jbm1smtgtr], #ourVision[b-jbm1smtgtr] {
        font-size: 18px;
        line-height: 1.17;
        white-space: break-spaces
    }

        #ourMission[b-jbm1smtgtr]:before {
            content: attr(ourMission-text1)
        }

        #ourValues[b-jbm1smtgtr]:before {
            content: attr(ourValues-text1)
        }

        #ourValues2[b-jbm1smtgtr]:before {
            content: attr(ourValues2-text1)
        }

        #ourVision[b-jbm1smtgtr]:before {
            content: attr(ourVision-text1)
        }

    #row_3[b-jbm1smtgtr] {
        padding: 70px 0 94px
    }

    #learnMoreAs[b-jbm1smtgtr] {
        font-size: 34px;
        line-height: 1.18;
        margin-bottom: 46px
    }

    #driver[b-jbm1smtgtr], #with[b-jbm1smtgtr] {
        font-size: 20px;
        width: 205px
    }

    #with[b-jbm1smtgtr] {
        margin-right: 16px
    }

    #row_4[b-jbm1smtgtr] {
        padding: 0
    }

    #karoot-our-office[b-jbm1smtgtr] {
        margin: 53px 0 20px 32px;
        flex: 1;
        position: relative;
        width: 50%
    }

    #investTitle[b-jbm1smtgtr] {
        font-size: 34px;
        line-height: 1.24;
        margin-bottom: 18px
    }

    #invest[b-jbm1smtgtr] {
        font-size: 18px;
        line-height: 1.17;
        margin-bottom: 76px
    }

        #invest[b-jbm1smtgtr]:before {
            content: attr(invest-text2)
        }

    #investTitle[b-jbm1smtgtr]:before {
        content: attr(investTitle-text2)
    }

    #apply-button[b-jbm1smtgtr] {
        font-size: 20px;
        width: 342px
    }

    #office_div[b-jbm1smtgtr] {
        width: 50%
    }

    #office[b-jbm1smtgtr] {
        position: absolute;
        bottom: 0;
        right: 0
    }

    #ping_pong_img[b-jbm1smtgtr] {
        max-width: 100%;
        height: auto
    }
}

@media (min-width:916px) {
    #row_5[b-jbm1smtgtr] {
        display: grid;
        align-items: normal;
        grid-template-columns: 1fr 7fr 6fr
    }

    #sitemap[b-jbm1smtgtr] {
        padding: 84px 0 83px 32px;
        width: 250px
    }

    #social_media[b-jbm1smtgtr] {
        padding: 90px 24px 83px 86px
    }

    #download[b-jbm1smtgtr] {
        text-align: right;
        padding: 84px 50px 0 0
    }

    #downloadApp[b-jbm1smtgtr] {
        padding: 0 0 24px
    }
}

@media (min-width:1224px) {
    #karoot[b-jbm1smtgtr], #missionTitle[b-jbm1smtgtr], #values[b-jbm1smtgtr], #valuesTitle[b-jbm1smtgtr], #visionTitle[b-jbm1smtgtr] {
        margin-bottom: 42px
    }

    #investTitle[b-jbm1smtgtr], #karoot[b-jbm1smtgtr], #ourMissionTitle[b-jbm1smtgtr], #ourValuesTitle[b-jbm1smtgtr], #ourVisionTitle[b-jbm1smtgtr] {
        font-size: 45px;
        line-height: 1.07
    }

    #row_3[b-jbm1smtgtr], #row_4[b-jbm1smtgtr] {
        margin-top: -35px
    }

    #row_1[b-jbm1smtgtr] {
        display: grid;
        align-items: flex-start;
        grid-template-columns: 1fr 1fr
    }

    #karoot_our[b-jbm1smtgtr] {
        margin: 130px 0 155px 48px
    }

    #our[b-jbm1smtgtr]:before {
        content: attr(our-text1)
    }

    #our-continue[b-jbm1smtgtr]:before {
        content: attr(our-continue-text1)
    }

    #boy_picture[b-jbm1smtgtr] {
        position: static;
        max-height: 100%;
        height: 100%;
        display: block
    }

    #row_2[b-jbm1smtgtr] {
        padding: 75px 48px 112px
    }

    #mission[b-jbm1smtgtr], #values2[b-jbm1smtgtr] {
        margin-bottom: 80px
    }

    #ourMission[b-jbm1smtgtr], #ourValues[b-jbm1smtgtr], #ourValues2[b-jbm1smtgtr], #ourVision[b-jbm1smtgtr] {
        font-size: 20px;
        line-height: 1.25
    }

        #ourMission[b-jbm1smtgtr]:before {
            content: attr(ourMission-text1)
        }

        #ourValues[b-jbm1smtgtr]:before {
            content: attr(ourValues-text1)
        }

        #ourValues2[b-jbm1smtgtr]:before {
            content: attr(ourValues2-text1)
        }

        #ourVision[b-jbm1smtgtr]:before {
            content: attr(ourVision-text1)
        }

    #row_3[b-jbm1smtgtr] {
        padding: 70px 0 105px
    }

    #learnMoreAs[b-jbm1smtgtr] {
        font-size: 35px;
        line-height: 1.14
    }

    #row_4[b-jbm1smtgtr] {
        padding: 0;
        position: relative;
        display: flex
    }

    #karoot-our-office[b-jbm1smtgtr] {
        margin: 77px 0 20px 48px;
        flex: 1
    }

    #invest[b-jbm1smtgtr] {
        font-size: 20px;
        line-height: 1.25;
        margin-bottom: 67px
    }

        #invest[b-jbm1smtgtr]:before {
            content: attr(invest-text1)
        }

    #investTitle[b-jbm1smtgtr]:before {
        content: attr(investTitle-text1)
    }

    #sitemap[b-jbm1smtgtr] {
        padding: 84px 0 83px 48px
    }
}
/* /Pages/Business.razor.rz.scp.css */
.hero-container[b-yinhjoi6ti] {
    position: relative;
    width: 100%;
    height: 700px;
    background: url("images/business/group-21374.png") no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    flex-direction: column;
    padding: 5vw;
}

.hero-content[b-yinhjoi6ti] {
    width: 70%;
    margin-top: 100px;
    position: relative;
    z-index: 2;
}

.hero-title[b-yinhjoi6ti] {
    font-family: AeonikPro Medium;
    font-weight: 500;
    color: #fff;
    max-width: 60%;
    white-space: pre;
}

.hero-description[b-yinhjoi6ti] {
    font-family: AeonikPro Medium;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 30px;
    max-width: 50%;
    white-space: pre-line;
}

.store-buttons[b-yinhjoi6ti] {
    display: flex;
    gap: 15px;
}

.store-image[b-yinhjoi6ti] {
    height: 48px;
}

.extra-bg[b-yinhjoi6ti] {
    display: none;
}

#row_2[b-yinhjoi6ti] {
    display:flex;
    margin: 90px 86px 90px;
}

#privilegeAndImg[b-yinhjoi6ti] {
    padding-right: 105px;
    display: flex;
}

#privilege[b-yinhjoi6ti] {
    padding-right: 57px;
}

#privilege_div[b-yinhjoi6ti] {
    padding-bottom: 32px;
}

#privilegeTitle[b-yinhjoi6ti] {
    font-size: 45px;
    line-height: 1.07;
    font-family: AeonikPro Medium;
    white-space: pre;
}

#privilegeSpan[b-yinhjoi6ti] {
    font-size: 21px;
    line-height: 1.19;
    font-family: AeonikPro Regular;
    white-space: pre-line;
}

.row_2_title[b-yinhjoi6ti] {
    font-size: 30px;
    line-height: 1.17;
    font-family: AeonikPro Medium;
    white-space: pre-line;
}

.row_2_desc[b-yinhjoi6ti] {
    font-size: 21px;
    line-height: 1.19;
    font-family: AeonikPro Regular;
}

#privilegeImg[b-yinhjoi6ti] {
    width: 276px;
}

.privilegeTexts[b-yinhjoi6ti] {
    padding-bottom: 12px;
}

.privilegeDesc[b-yinhjoi6ti] {
    padding-bottom: 24px;
}

@media (max-width: 1495px) {
    #row_2[b-yinhjoi6ti] {
        display: flex;
        margin: 63px 107px 0 32px;
    }

    #privilegeAndImg[b-yinhjoi6ti] {
        padding-right: 116px;
        display: block;
    }

    #privilege[b-yinhjoi6ti] {
        padding-right: 0px;
        padding-bottom: 82px;
    }

    #privilege_div[b-yinhjoi6ti] {
        padding-bottom: 38px;
    }

    #privilegeTitle[b-yinhjoi6ti] {
        font-size: 28px;
        line-height: 1.11;
    }

    #privilegeSpan[b-yinhjoi6ti] {
        font-size: 16px;
        line-height: 1.25;
    }

    .row_2_title[b-yinhjoi6ti] {
        font-size: 20px;
        line-height: 1.2;
    }

    .row_2_desc[b-yinhjoi6ti] {
        font-size: 16px;
        line-height: 1.25;
    }

    #row_2_img[b-yinhjoi6ti] {
        margin-left: -21px;
    }

    .privilegeTexts[b-yinhjoi6ti] {
        padding-bottom: 10px;
    }

    .privilegeDesc[b-yinhjoi6ti] {
        padding-bottom: 24px;
    }
}

@media (min-width: 1024px) {
    .hero-title[b-yinhjoi6ti] {
        margin-bottom: 60px;
        font-size: 45px;
    }
}

/* Tablet Big (Same Background) */
@media (max-width: 1024px) {
    .hero-container[b-yinhjoi6ti] {
        height: 500px;
    }

    .hero-title[b-yinhjoi6ti] {
        font-size: 36px;
        max-width: 70%;
        margin-bottom: 30px;
    }

    .hero-description[b-yinhjoi6ti] {
        font-size: 18px;
        max-width: 65%;
    }

    .store-image[b-yinhjoi6ti] {
        height: 40px;
    }
       
}

@media (max-width: 914px) {
    #row_2[b-yinhjoi6ti] {
        display: block;
        margin: 71px 62px 0 24px;
    }

    #privilegeAndImg[b-yinhjoi6ti] {
        padding-right: 0;
        padding-bottom: 40px;
    }

    #privilege[b-yinhjoi6ti] {
        padding-bottom: 40px;
    }

    #privilegeAndTexs[b-yinhjoi6ti] {
        padding-bottom: 100px;
    }

    #privilege_div[b-yinhjoi6ti] {
        padding-bottom: 10px;
    }

    .privilegeDesc[b-yinhjoi6ti] {
        padding-bottom: 40px;
    }
}

/* Tablet Small - Background Change */
@media (max-width: 768px) {
    .hero-container[b-yinhjoi6ti] {
        background: url("images/business/hero-image-mobile@3x.png") no-repeat center center;
        background-size: cover;
    }

    .hero-title[b-yinhjoi6ti] {
        font-size: 32px;
    }

    .hero-description[b-yinhjoi6ti] {
        font-size: 20px;
    }

    .extra-bg.tablet-small[b-yinhjoi6ti] {
        display: block;
        position: absolute;
        bottom: 0;
        left: -20px;
        width: 65%;
        z-index: 1;
    }

    .extra-bg.mobile[b-yinhjoi6ti] {
        display: none;
    }
     
}

@media (max-width: 694px) {
    .hero-container[b-yinhjoi6ti] {
        background: url("images/business/hero-image-mobile@3x.png") no-repeat center center;
        background-size: cover;
    }

    .extra-bg.tablet-small[b-yinhjoi6ti] {
        display: block;
        width: 67%;
    }

    .extra-bg.mobile[b-yinhjoi6ti] {
        display: none;
    }
}

@media (max-width: 641px) {
    .hero-title[b-yinhjoi6ti] {
        max-width: 90%;
    }

    .hero-description[b-yinhjoi6ti] {
        max-width: 80%;
    }

    .extra-bg.tablet-small[b-yinhjoi6ti] {
        display: block;
        width: 67%;
    }

    .extra-bg.mobile[b-yinhjoi6ti] {
        display: none;
    }
}

/* Mobile - Background Change + Adjustments */
@media (max-width: 480px) {
    .hero-container[b-yinhjoi6ti] {
        height: 600px;
    }

    .hero-content[b-yinhjoi6ti] {
        padding-top: 400px;
        margin-top: 0;
        width: 100%;
    }

    .hero-title[b-yinhjoi6ti] {
        font-size: 28px;
        max-width: 100%;
        margin-bottom: 33px;
    }

    .hero-description[b-yinhjoi6ti] {
        margin-bottom: 0;
        padding-bottom: 30px;
        font-size: 20px;
        max-width: 100%;
    }

    .store-image[b-yinhjoi6ti] {
        height: 32px;
    }

    .extra-bg.tablet-small[b-yinhjoi6ti] {
        display: none;
    }

    .extra-bg.mobile[b-yinhjoi6ti] {
        display: block;
        position: absolute;
        padding-top: 130px;
        left: 0;
        width: 100%;
        z-index: 1;
    }
}

@media (max-width: 433px) {

    .extra-bg.tablet-small[b-yinhjoi6ti] {
        display: none;
    }

    .extra-bg.mobile[b-yinhjoi6ti] {
        padding-top: 200px;
        height: 578px;
        margin-left: -15px;
    }

    .hero-content[b-yinhjoi6ti] {
        padding-top: 250px;
    }
}

@media (max-width: 390px) {
    .hero-description[b-yinhjoi6ti] {
        margin-bottom: 0;
    }

    .extra-bg.tablet-small[b-yinhjoi6ti] {
        display: none;
    }

    .hero-content[b-yinhjoi6ti] {
        padding-top: 250px;
    }

    .extra-bg.mobile[b-yinhjoi6ti] {
        padding-top: 250px;
    }
}
/* /Pages/Cities.razor.rz.scp.css */
.cities-layout[b-dghevbhxwl] {
    height: auto;
    display: grid
}

a:hover[b-dghevbhxwl] {
    cursor: pointer
}

a[b-dghevbhxwl] {
    text-decoration: none
}

h1[b-dghevbhxwl], h2[b-dghevbhxwl] {
    font-weight: 500;
    margin-bottom: 0px;
}

@media (min-width:320px) {
    #row_1[b-dghevbhxwl] {
        background-color: #4a27ef;
        display: grid;
        align-items: flex-start;
        grid-template-columns: 1fr 1fr;
    }

    #cities_div[b-dghevbhxwl], #moving_div[b-dghevbhxwl] {
        margin-left: 24px;
    }

    #cities_div[b-dghevbhxwl] {
        margin-top: 48px;
        margin-bottom: 16px;
    }

    #cities_h1[b-dghevbhxwl] {
        font-family: AeonikPro Medium;
        font-size: 35px;
        line-height: 1.14;
        color: #fff;
        white-space: pre-wrap;
    }

    #moving_div[b-dghevbhxwl] {
        margin-bottom: 40px;
    }

    #moving[b-dghevbhxwl] {
        font-family: AeonikPro Regular;
        font-size: 20px;
        line-height: 1.2;
        color: #fff;
        white-space: pre-wrap;
    }

        #moving[b-dghevbhxwl]:before {
            content: attr(moving-text2)
        }

    #athens_button[b-dghevbhxwl] {
        margin-left: 24px;
        margin-bottom: 24px;
    }

    #thessaloniki_button[b-dghevbhxwl] {
        margin-left: 24px;
        margin-bottom: 72px;
    }

    #athens[b-dghevbhxwl], #thessaloniki[b-dghevbhxwl] {
        font-family: AeonikPro Medium;
        font-size: 20px;
        line-height: 1.05;
        color: #fff;
        border-radius: 15px;
        width: 303px;
        height: 56px;
        border: 1px solid #ccc;
    }

    #greece[b-dghevbhxwl] {
        display: none;
    }

    #row_2[b-dghevbhxwl] {
        background-color: #000
    }

    #sitemap[b-dghevbhxwl] {
        padding: 64px 0 44px 24px
    }

    #about[b-dghevbhxwl], #admin[b-dghevbhxwl], #contact[b-dghevbhxwl], #drive[b-dghevbhxwl], #ride[b-dghevbhxwl], #terms[b-dghevbhxwl] {
        padding-bottom: 5px
    }

    #facebook[b-dghevbhxwl] {
        margin-left: -10px;
    }

    #facebook[b-dghevbhxwl], #instagram[b-dghevbhxwl], #ios_icon[b-dghevbhxwl], #twitter[b-dghevbhxwl], #youtube[b-dghevbhxwl] {
        padding-right: 16px
    }

    #android_icon[b-dghevbhxwl], #ios_icon[b-dghevbhxwl] {
        height: 60px
    }

    #about_text[b-dghevbhxwl], #cities_text[b-dghevbhxwl], #admin_text[b-dghevbhxwl], #drive_text[b-dghevbhxwl], #privacy_text[b-dghevbhxwl], #ride_text[b-dghevbhxwl], #terms_text[b-dghevbhxwl] {
        font-family: AeonikPro Regular;
        font-size: 20px;
        line-height: 1.25;
        color: #fff
    }

    #contact_text[b-dghevbhxwl], #downloadApp_text[b-dghevbhxwl] {
        font-family: AeonikPro Medium;
        font-size: 20px;
        line-height: 1.25
    }

    #contact_text[b-dghevbhxwl], #service[b-dghevbhxwl] {
        color: #fff
    }

    #social_media[b-dghevbhxwl] {
        padding: 0 0 44px 24px
    }

    #contact[b-dghevbhxwl] {
        padding-top: 36px
    }

    #download[b-dghevbhxwl] {
        padding: 0 0 61px 24px
    }

    #downloadApp[b-dghevbhxwl] {
        padding: 0 0 24px
    }

    #downloadApp_text[b-dghevbhxwl] {
        color: #00fe89
    }

    #service[b-dghevbhxwl] {
        margin: 20px 0 0;
        font-family: AeonikPro Regular;
        font-size: 16px;
        line-height: 1.88
    }
}

@media (min-width:768px) {
    #cities_div[b-dghevbhxwl], #moving_div[b-dghevbhxwl] {
        margin-left: 32px;
    }

    #cities_div[b-dghevbhxwl] {
        margin-top: 169px;
        margin-bottom: 24px;
    }

    #athens_button[b-dghevbhxwl] {
        margin-left: 32px;
    }

    #thessaloniki_button[b-dghevbhxwl] {
        margin-left: 32px;
        margin-bottom: 115.2px;
    }

    #athens[b-dghevbhxwl], #thessaloniki[b-dghevbhxwl] {
        width: 342px;
    }

    #moving[b-dghevbhxwl]:before {
        content: attr(moving-text1)
    }

    #greece_div[b-dghevbhxwl] {
        margin: 100px 0 135px 0;
        width: 408px;
        height: 386px;
        background-image: url('images/cities/tablet-map-cities.webp');
        background-size: cover;
        background-position: center;
        position: relative;
    }

    #greece[b-dghevbhxwl] {
        display: block;
    }
}

@media (min-width:916px) {
    #row_2[b-dghevbhxwl] {
        display: grid;
        align-items: normal;
        grid-template-columns: 1fr 7fr 6fr
    }

    #sitemap[b-dghevbhxwl] {
        padding: 84px 0 83px 32px;
        width: 250px
    }

    #social_media[b-dghevbhxwl] {
        padding: 90px 24px 83px 86px
    }

    #download[b-dghevbhxwl] {
        text-align: right;
        padding: 84px 50px 0 0
    }

    #downloadApp[b-dghevbhxwl] {
        padding: 0 0 24px
    }
}

@media (min-width:1224px) {
    #cities_div[b-dghevbhxwl], #moving_div[b-dghevbhxwl] {
        margin-left: 48px;
    }

    #cities_div[b-dghevbhxwl] {
        margin-top: 135px;
    }

    #cities_h1[b-dghevbhxwl] {
        font-size: 45px;
        line-height: 1.07;
    }

    #moving_div[b-dghevbhxwl] {
        margin-bottom: 64px;
    }

    #moving[b-dghevbhxwl] {
        font-size: 30px;
        line-height: 1.17;
    }

    #athens_button[b-dghevbhxwl] {
        margin-left: 48px;
    }

    #thessaloniki_button[b-dghevbhxwl] {
        margin-left: 48px;
        margin-bottom: 141px;
    }

    #athens[b-dghevbhxwl], #thessaloniki[b-dghevbhxwl] {
        line-height: 1.25;
        width: 342px;
    }

    #greece_div[b-dghevbhxwl] {
        margin: 72px 0 115px 0;
        width: 532px;
        height: 503.5px;
        background-image: url('images/cities/map-cities.webp');
    }

    #sitemap[b-dghevbhxwl] {
        padding: 84px 0 83px 48px;
    }
}
/* /Pages/Diagonismos_facebook_ps5.razor.rz.scp.css */
a:hover[b-djkvloqp5r] {
    cursor: pointer
}

a[b-djkvloqp5r] {
    text-decoration: none
}

#attributes[b-djkvloqp5r] {
    margin: 0 30px
}

@media (min-width:320px) {
    #about[b-djkvloqp5r], #admin[b-djkvloqp5r], #contact[b-djkvloqp5r], #drive[b-djkvloqp5r], #ride[b-djkvloqp5r], #terms[b-djkvloqp5r] {
        padding-bottom: 5px
    }

    #facebook[b-djkvloqp5r] {
        margin-left: -10px;
    }

    #facebook[b-djkvloqp5r], #instagram[b-djkvloqp5r], #ios_icon[b-djkvloqp5r], #twitter[b-djkvloqp5r], #youtube[b-djkvloqp5r] {
        padding-right: 16px
    }

    #android_icon[b-djkvloqp5r], #ios_icon[b-djkvloqp5r] {
        height: 60px
    }

    #contact_text[b-djkvloqp5r], #service[b-djkvloqp5r] {
        color: #fff
    }

    #row_3[b-djkvloqp5r] {
        background-color: #000
    }

    #sitemap[b-djkvloqp5r] {
        padding: 64px 0 44px 24px
    }

    #about_text[b-djkvloqp5r], #cities_text[b-djkvloqp5r], #admin_text[b-djkvloqp5r], #drive_text[b-djkvloqp5r], #privacy_text[b-djkvloqp5r], #ride_text[b-djkvloqp5r], #terms_text[b-djkvloqp5r] {
        font-family: AeonikPro Regular;
        font-size: 20px;
        line-height: 1.25;
        color: #fff
    }

    #contact_text[b-djkvloqp5r], #downloadApp_text[b-djkvloqp5r] {
        font-family: AeonikPro Medium;
        font-size: 20px;
        line-height: 1.25
    }

    #social_media[b-djkvloqp5r] {
        padding: 0 0 44px 24px
    }

    #contact[b-djkvloqp5r] {
        padding-top: 36px
    }

    #download[b-djkvloqp5r] {
        padding: 0 0 61px 24px
    }

    #downloadApp[b-djkvloqp5r] {
        padding: 0 0 24px
    }

    #downloadApp_text[b-djkvloqp5r] {
        color: #00fe89
    }

    #service[b-djkvloqp5r] {
        margin: 20px 0 0;
        font-family: AeonikPro Regular;
        font-size: 16px;
        line-height: 1.88
    }
}

@media (min-width:916px) {
    #row_3[b-djkvloqp5r] {
        display: grid;
        align-items: normal;
        grid-template-columns: 1fr 7fr 6fr
    }

    #sitemap[b-djkvloqp5r] {
        padding: 84px 0 83px 32px;
        width: 250px
    }

    #social_media[b-djkvloqp5r] {
        padding: 90px 24px 83px 86px
    }

    #download[b-djkvloqp5r] {
        text-align: right;
        padding: 84px 50px 0 0
    }

    #downloadApp[b-djkvloqp5r] {
        padding: 0 0 24px
    }
}

@media (min-width:1224px) {
    #sitemap[b-djkvloqp5r] {
        padding: 84px 0 83px 48px
    }
}
/* /Pages/Diagonismos_Instagram.razor.rz.scp.css */
a:hover[b-7ecnxdvfzg] {
    cursor: pointer
}

a[b-7ecnxdvfzg] {
    text-decoration: none
}

#attributes[b-7ecnxdvfzg] {
    margin: 0 30px
}

@media (min-width:320px) {
    #about[b-7ecnxdvfzg], #admin[b-7ecnxdvfzg], #contact[b-7ecnxdvfzg], #drive[b-7ecnxdvfzg], #ride[b-7ecnxdvfzg], #terms[b-7ecnxdvfzg] {
        padding-bottom: 5px
    }

    #facebook[b-7ecnxdvfzg] {
        margin-left: -10px;
    }

    #facebook[b-7ecnxdvfzg], #instagram[b-7ecnxdvfzg], #ios_icon[b-7ecnxdvfzg], #twitter[b-7ecnxdvfzg], #youtube[b-7ecnxdvfzg] {
        padding-right: 16px
    }

    #android_icon[b-7ecnxdvfzg], #ios_icon[b-7ecnxdvfzg] {
        height: 60px
    }

    #contact_text[b-7ecnxdvfzg], #service[b-7ecnxdvfzg] {
        color: #fff
    }

    #row_3[b-7ecnxdvfzg] {
        background-color: #000
    }

    #sitemap[b-7ecnxdvfzg] {
        padding: 64px 0 44px 24px
    }

    #about_text[b-7ecnxdvfzg], #cities_text[b-7ecnxdvfzg], #admin_text[b-7ecnxdvfzg], #drive_text[b-7ecnxdvfzg], #privacy_text[b-7ecnxdvfzg], #ride_text[b-7ecnxdvfzg], #terms_text[b-7ecnxdvfzg] {
        font-family: AeonikPro Regular;
        font-size: 20px;
        line-height: 1.25;
        color: #fff
    }

    #contact_text[b-7ecnxdvfzg], #downloadApp_text[b-7ecnxdvfzg] {
        font-family: AeonikPro Medium;
        font-size: 20px;
        line-height: 1.25
    }

    #social_media[b-7ecnxdvfzg] {
        padding: 0 0 44px 24px
    }

    #contact[b-7ecnxdvfzg] {
        padding-top: 36px
    }

    #download[b-7ecnxdvfzg] {
        padding: 0 0 61px 24px
    }

    #downloadApp[b-7ecnxdvfzg] {
        padding: 0 0 24px
    }

    #downloadApp_text[b-7ecnxdvfzg] {
        color: #00fe89
    }

    #service[b-7ecnxdvfzg] {
        margin: 20px 0 0;
        font-family: AeonikPro Regular;
        font-size: 16px;
        line-height: 1.88
    }
}

@media (min-width:916px) {
    #row_3[b-7ecnxdvfzg] {
        display: grid;
        align-items: normal;
        grid-template-columns: 1fr 7fr 6fr
    }

    #sitemap[b-7ecnxdvfzg] {
        padding: 84px 0 83px 32px;
        width: 250px
    }

    #social_media[b-7ecnxdvfzg] {
        padding: 90px 24px 83px 86px
    }

    #download[b-7ecnxdvfzg] {
        text-align: right;
        padding: 84px 50px 0 0
    }

    #downloadApp[b-7ecnxdvfzg] {
        padding: 0 0 24px
    }
}

@media (min-width:1224px) {
    #sitemap[b-7ecnxdvfzg] {
        padding: 84px 0 83px 48px
    }
}
/* /Pages/Drive.razor.rz.scp.css */
.btn[b-5hw5sthhf5] {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
    font-weight: 400;
    color: #000;
    text-align: left;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem 0;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    text-decoration: none;
}

    .btn.focus[b-5hw5sthhf5], .btn:focus[b-5hw5sthhf5] {
        box-shadow: none
    }

.btn-link:focus[b-5hw5sthhf5], .btn-link:hover[b-5hw5sthhf5], a[b-5hw5sthhf5] {
    text-decoration: none
}

input[b-5hw5sthhf5]::placeholder {
    width: 60px;
    height: 23px;
    margin: 0 438px 11px 0;
    font-family: AeonikPro;
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #c3c3c3
}

[b-5hw5sthhf5]::-webkit-input-placeholder {
    width: 60px;
    height: 23px;
    margin: 0 438px 11px 0;
    font-family: AeonikPro;
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #c3c3c3
}

[b-5hw5sthhf5]::-moz-placeholder {
    width: 60px;
    height: 23px;
    margin: 0 438px 11px 0;
    font-family: AeonikPro;
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #c3c3c3
}

:-moz-placeholder[b-5hw5sthhf5] {
    width: 60px;
    height: 23px;
    margin: 0 438px 11px 0;
    font-family: AeonikPro;
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #c3c3c3
}

:-ms-input-placeholder[b-5hw5sthhf5] {
    width: 60px;
    height: 23px;
    margin: 0 438px 11px 0;
    font-family: AeonikPro;
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #c3c3c3
}

input:-moz-placeholder[b-5hw5sthhf5] {
    width: 60px;
    height: 23px;
    margin: 0 438px 11px 0;
    font-family: AeonikPro;
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #c3c3c3
}

#access[b-5hw5sthhf5], #app[b-5hw5sthhf5], #appTitle[b-5hw5sthhf5], #become[b-5hw5sthhf5], #become_driver[b-5hw5sthhf5], #incentive[b-5hw5sthhf5], #customer[b-5hw5sthhf5], #customer2[b-5hw5sthhf5], #customerTitle[b-5hw5sthhf5], #driverDestination[b-5hw5sthhf5], #driverDestinationTitle[b-5hw5sthhf5], #fill[b-5hw5sthhf5], #iphone_text[b-5hw5sthhf5], #more_privileges[b-5hw5sthhf5], #rating[b-5hw5sthhf5], #requests[b-5hw5sthhf5], #requestsTitle[b-5hw5sthhf5], #shift[b-5hw5sthhf5], #shiftTitle[b-5hw5sthhf5], #submittingError[b-5hw5sthhf5], #successSubmit[b-5hw5sthhf5], #successSubmitTitle[b-5hw5sthhf5], #tip[b-5hw5sthhf5], #transfer[b-5hw5sthhf5] {
    white-space: pre
}

#faqsListBody[b-5hw5sthhf5], #faqsListTitle[b-5hw5sthhf5], .row_3_p[b-5hw5sthhf5], .row_3_title_p[b-5hw5sthhf5] {
    white-space: pre-wrap
}

a:hover[b-5hw5sthhf5] {
    cursor: pointer
}

#appLi[b-5hw5sthhf5] {
    width: 32%
}

#shiftLi[b-5hw5sthhf5] {
    width: 28%
}

#requestsLi[b-5hw5sthhf5] {
    width: 26%
}

h1[b-5hw5sthhf5], h2[b-5hw5sthhf5] {
    font-weight: 500;
}

#video[b-5hw5sthhf5] {
    width: 100%;
    height: auto;
    display: block;
}

@media (min-width:320px) {
    #black_android[b-5hw5sthhf5], #fill_div[b-5hw5sthhf5], #successSubmit[b-5hw5sthhf5] {
        margin-top: 24px
    }

    #close[b-5hw5sthhf5], #submittingError[b-5hw5sthhf5] {
        line-height: 1.26
    }

    #submittingError[b-5hw5sthhf5], #successSubmit[b-5hw5sthhf5] {
        margin-bottom: 90px;
        margin-left: 24px
    }

    #row_3[b-5hw5sthhf5], #row_3a[b-5hw5sthhf5], #row_3b[b-5hw5sthhf5] {
        padding-left: 24px;
        background-color: #000
    }

    #more_trips_img[b-5hw5sthhf5], #support_img[b-5hw5sthhf5] {
        margin-right: 29px;
        height: 39.7px
    }

    #row_2[b-5hw5sthhf5], #row_4[b-5hw5sthhf5], #row_4a[b-5hw5sthhf5], #row_4b[b-5hw5sthhf5] {
        background-color: #fff
    }

    #become_div[b-5hw5sthhf5], #black_android[b-5hw5sthhf5], #close_div[b-5hw5sthhf5], #fill_div[b-5hw5sthhf5], #more_privileges[b-5hw5sthhf5], #submittingError[b-5hw5sthhf5], #successSubmit[b-5hw5sthhf5], #successSubmitTitle[b-5hw5sthhf5] {
        margin-left: 24px
    }

    #access_img[b-5hw5sthhf5], #rating_img[b-5hw5sthhf5], #tip_img[b-5hw5sthhf5], #transfer_img[b-5hw5sthhf5] {
        vertical-align: top
    }

    #row_2[b-5hw5sthhf5], #row_3[b-5hw5sthhf5], #row_4[b-5hw5sthhf5], #row_5[b-5hw5sthhf5], #submit[b-5hw5sthhf5] {
        border-radius: 35px 35px 0 0
    }

    #close_div[b-5hw5sthhf5], #how[b-5hw5sthhf5], #more_privileges[b-5hw5sthhf5], #submittingError[b-5hw5sthhf5] {
        padding-top: 43px
    }

    #submit[b-5hw5sthhf5], .steps li[b-5hw5sthhf5] {
        position: relative
    }

    #row_5[b-5hw5sthhf5], #row_7[b-5hw5sthhf5], #submit[b-5hw5sthhf5] {
        background-color: #f4f4f4
    }

    #row_3[b-5hw5sthhf5], #row_3a[b-5hw5sthhf5], #row_3b[b-5hw5sthhf5], #row_8[b-5hw5sthhf5] {
        background-color: #000
    }

    #about[b-5hw5sthhf5], #admin[b-5hw5sthhf5], #contact[b-5hw5sthhf5], #drive[b-5hw5sthhf5], #ride[b-5hw5sthhf5], #terms[b-5hw5sthhf5] {
        padding-bottom: 5px
    }

    #row_1[b-5hw5sthhf5] {
        background-color: #000000;
        margin-bottom: -35px
    }

    #drive_boy[b-5hw5sthhf5] {
        width: 100%
    }

    #become[b-5hw5sthhf5] {
        font-size: 24px;
        color: #ffffff;
        font-family: 'AeonikPro Medium';
        line-height: 40px;
        margin-bottom: 0px;
    }

        #become[b-5hw5sthhf5]:before {
            content: attr(become-text2)
        }

    #black_android[b-5hw5sthhf5] {
        width: 97.2px;
        height: 28.9px;
        margin-bottom: 81.2px
    }

    #video_container[b-5hw5sthhf5] {
        position: relative;
    }

    #video_text[b-5hw5sthhf5] {
        position: absolute;
        top: 24px;
        left: 24px;
    }

    #incentive_earn[b-5hw5sthhf5] {
        font-size: 28px;
        color: #ffffff;
        font-family: 'AeonikPro Medium';
        margin-bottom: 0px;
    }

    #incentive[b-5hw5sthhf5] {
        font-size: 16px;
        color: #ffffff;
        font-family: 'AeonikPro Regular';
        margin-bottom: 0px;
    }

        #incentive[b-5hw5sthhf5]:before {
            content: attr(incentive-text2)
        }

    #incentive_button[b-5hw5sthhf5] {
        margin-top: 50px;
    }

    #incentive_link[b-5hw5sthhf5] {
        height: 48px;
        width: 140px;
        display: inline-flex;
        border-radius: 10px;
        text-align: center;
        text-decoration: none;
        background-color: #ffffff;
        align-items: center;
        justify-content: center;
    }

    #go[b-5hw5sthhf5] {
        font-size: 18px;
        color: #000000;
        font-family: 'AeonikPro Medium';
    }

    #close[b-5hw5sthhf5] {
        font-family: AeonikPro Medium;
        font-size: 28px
    }

    #fill[b-5hw5sthhf5], #submit_button span[b-5hw5sthhf5] {
        font-size: 20px;
        line-height: 1.2
    }

    #fill[b-5hw5sthhf5] {
        font-family: AeonikPro Regular
    }

        #fill[b-5hw5sthhf5]:before {
            content: attr(fill-text2)
        }

    #submit[b-5hw5sthhf5] {
        height: 500px;
        margin: 74px 24px 0;
        padding: 55px 28px 0
    }

    #submit_button[b-5hw5sthhf5] {
        position: absolute;
        bottom: 25px;
        right: 28px
    }

        #submit_button span[b-5hw5sthhf5] {
            font-family: AeonikPro Medium;
            margin-right: 19px
        }

        #submit_button img[b-5hw5sthhf5] {
            width: 42px;
            height: 30px
        }

    #successSubmitTitle[b-5hw5sthhf5]:before {
        content: attr(successSubmitTitle-text2)
    }

    #successSubmit[b-5hw5sthhf5]:before {
        content: attr(successSubmit-text2)
    }

    #submittingError[b-5hw5sthhf5]:before {
        content: attr(submittingError-text2)
    }

    #successSubmitTitle[b-5hw5sthhf5] {
        font-family: AeonikPro Medium;
        font-size: 35px;
        line-height: 1.26;
        padding-top: 43px
    }

    #successSubmit[b-5hw5sthhf5], .row_3_title_p[b-5hw5sthhf5] {
        font-size: 20px;
        line-height: 1.2
    }

    #successSubmit[b-5hw5sthhf5] {
        font-family: AeonikPro Regular
    }

    #become_driver[b-5hw5sthhf5], #more_privileges[b-5hw5sthhf5], #submittingError[b-5hw5sthhf5] {
        font-family: AeonikPro Medium;
        font-size: 35px
    }

    #row_3b[b-5hw5sthhf5] {
        padding-bottom: 35px;
        margin-top: -1px
    }

    #become_driver[b-5hw5sthhf5] {
        line-height: 1.14;
        color: #fff;
        margin-bottom: -1px;
        padding-top: 45px;
        padding-bottom: 32px
    }

        #become_driver[b-5hw5sthhf5]:before {
            content: attr(become_driver-text2)
        }

    #better_income[b-5hw5sthhf5], #destination[b-5hw5sthhf5], #more_trips[b-5hw5sthhf5] {
        display: flex;
        padding-bottom: 45px
    }

    #support[b-5hw5sthhf5] {
        display: flex;
        padding-bottom: 71.4px
    }

    #better_income_img[b-5hw5sthhf5] {
        margin-right: 29px;
        width: 40.9px;
        height: 49.6px
    }

    #destination_img[b-5hw5sthhf5] {
        margin-right: 29px;
        width: 45.8px;
        height: 39.8px
    }

    #more_trips_img[b-5hw5sthhf5] {
        width: 35.2px
    }

    #support_img[b-5hw5sthhf5] {
        width: 38.5px
    }

    #row_3_text[b-5hw5sthhf5] {
        margin-bottom: 37px
    }

    .row_3_title_p[b-5hw5sthhf5] {
        font-family: AeonikPro Medium;
        color: #fff;
        margin-bottom: 12px
    }

    #app[b-5hw5sthhf5], #customer2[b-5hw5sthhf5], #driverDestination[b-5hw5sthhf5], #iphone_text[b-5hw5sthhf5], #more_privileges[b-5hw5sthhf5], #requests[b-5hw5sthhf5], #shift[b-5hw5sthhf5], .row_3_p[b-5hw5sthhf5], .steps[b-5hw5sthhf5] {
        margin-bottom: 0
    }

    .row_3_p[b-5hw5sthhf5] {
        font-family: AeonikPro Regular;
        font-size: 16px;
        line-height: 1.5;
        color: #fff;
        white-space: pre-wrap
    }

    #row_4[b-5hw5sthhf5] {
        margin-top: -35px
    }

    #more_privileges[b-5hw5sthhf5] {
        line-height: 1.14;
        padding-bottom: 47px
    }

    #driver_payment_transfer[b-5hw5sthhf5] {
        margin-left: 24px;
        margin-bottom: 49px
    }

    #driver_access[b-5hw5sthhf5] {
        margin-left: 33.9px;
        margin-bottom: 47px
    }

    #driver_tip[b-5hw5sthhf5] {
        margin-left: 29.9px;
        margin-bottom: 47px
    }

    #driver_rating[b-5hw5sthhf5] {
        margin-left: 32.9px;
        margin-bottom: 69px
    }

    #access[b-5hw5sthhf5], #rating[b-5hw5sthhf5], #tip[b-5hw5sthhf5], #transfer[b-5hw5sthhf5] {
        font-family: AeonikPro Regular;
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 0;
        display: inline-block
    }

    #transfer_img[b-5hw5sthhf5] {
        margin-right: 23.2px;
        width: 46.8px;
        height: 49.3px
    }

    #access_img[b-5hw5sthhf5] {
        margin-right: 20.3px;
        width: 39.9px;
        height: 42.8px
    }

    #tip_img[b-5hw5sthhf5] {
        margin-right: 17px;
        width: 47.3px;
        height: 43px
    }

    #rating_img[b-5hw5sthhf5] {
        margin-right: 23px;
        width: 39.1px;
        height: 36.2px
    }

    #more_privileges[b-5hw5sthhf5]:before {
        content: attr(more_privileges-text2)
    }

    #transfer[b-5hw5sthhf5]:before {
        content: attr(driver_payment_transfer-text2)
    }

    #access[b-5hw5sthhf5]:before {
        content: attr(driver_access-text2)
    }

    #tip[b-5hw5sthhf5]:before {
        content: attr(driver_tip-text2)
    }

    #row_5[b-5hw5sthhf5] {
        padding: 0 0 62px 24px
    }

    #how[b-5hw5sthhf5] {
        font-family: AeonikPro Medium;
        font-size: 28px;
        line-height: 1.14;
        margin-bottom: 66px
    }

    .steps li[b-5hw5sthhf5] {
        padding: 0 0 48px 49px
    }

        .steps li[b-5hw5sthhf5]:after {
            position: absolute;
            left: 0;
            top: 0;
            content: no-close-quote;
            border-radius: 50%;
            height: 35px;
            width: 35px;
            background: #000
        }

        .steps li[b-5hw5sthhf5]:before {
            position: absolute;
            left: 16px;
            content: "";
            height: 100%;
            width: 0;
            border: 2px solid #000
        }

        .steps li:last-of-type[b-5hw5sthhf5]:before {
            border: none
        }

    #row_6[b-5hw5sthhf5], #row_7[b-5hw5sthhf5] {
        border-radius: 35px 35px 0 0;
        margin-top: -35px
    }

    #appTitle[b-5hw5sthhf5]:before {
        content: attr(appTitle-text2)
    }

    #app[b-5hw5sthhf5]:before {
        content: attr(app-text2)
    }

    #requestsTitle[b-5hw5sthhf5]:before {
        content: attr(requestsTitle-text2)
    }

    #requests[b-5hw5sthhf5]:before {
        content: attr(requests-text2)
    }

    #customerTitle[b-5hw5sthhf5]:before {
        content: attr(customerTitle-text2)
    }

    #appTitle[b-5hw5sthhf5], #customerTitle[b-5hw5sthhf5], #driverDestinationTitle[b-5hw5sthhf5], #requestsTitle[b-5hw5sthhf5], #shiftTitle[b-5hw5sthhf5] {
        font-family: AeonikPro Medium;
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 17px
    }

    #app[b-5hw5sthhf5], #customer[b-5hw5sthhf5], #customer2[b-5hw5sthhf5], #driverDestination[b-5hw5sthhf5], #requests[b-5hw5sthhf5], #shift[b-5hw5sthhf5] {
        font-family: AeonikPro Regular;
        font-size: 16px;
        line-height: 1.25
    }

    #customer[b-5hw5sthhf5] {
        margin-bottom: 17px
    }

    #row_6[b-5hw5sthhf5] {
        background-color: #00ce7e;
        padding: 0 0 73px;
        text-align: center
    }

    #karootDriver[b-5hw5sthhf5] {
        font-family: AeonikPro Medium;
        font-size: 20px;
        line-height: 1.2;
        padding-top: 35px;
        margin-bottom: 19.8px
    }

    #android_black[b-5hw5sthhf5] {
        width: 87.8px;
        height: 44.7px
    }

    #iphone[b-5hw5sthhf5] {
        margin-top: 40.5px
    }

    #iphone_text[b-5hw5sthhf5] {
        font-family: AeonikPro Regular;
        font-size: 14px;
        line-height: 1.29
    }

    #accordion > p[b-5hw5sthhf5], #loadingFaqs[b-5hw5sthhf5] {
        font-size: 24px;
        line-height: 1.04;
        font-family: AeonikPro Medium
    }

    #iphone_link[b-5hw5sthhf5] {
        margin-left: 5px
    }

    #iphone_text_link[b-5hw5sthhf5] {
        color: #4a27ef
    }

    #accordion[b-5hw5sthhf5] {
        padding: 43px 24px 0
    }

        #accordion > p[b-5hw5sthhf5] {
            margin-bottom: 29px
        }

    .card_header[b-5hw5sthhf5] {
        border-block-end: 2px outset
    }

    .panel-title > button[b-5hw5sthhf5]:after {
        font-family: FontAwesome;
        content: "\f068";
        color: gray;
        transform: scale(2,2);
        -webkit-text-stroke: 2px #f4f4f4;
        margin-left: 10px
    }

    .panel-title > button.collapsed[b-5hw5sthhf5]:after {
        content: "\f067";
        margin-left: 10px
    }

    #faqsListTitle[b-5hw5sthhf5] {
        font-family: AeonikPro Medium;
        font-size: 16px;
        line-height: 1.56;
        padding: 17px 0
    }

    #faqsListBody[b-5hw5sthhf5] {
        font-size: 16px;
        line-height: 1.25;
        font-family: 'AeonikPro Regular';
        margin: 24px 0 20px
    }

    #sitemap[b-5hw5sthhf5] {
        padding: 64px 0 44px 24px
    }

    #about_text[b-5hw5sthhf5], #cities_text[b-5hw5sthhf5], #admin_text[b-5hw5sthhf5], #drive_text[b-5hw5sthhf5], #phone_text[b-5hw5sthhf5], #privacy_text[b-5hw5sthhf5], #ride_text[b-5hw5sthhf5], #terms_text[b-5hw5sthhf5] {
        font-family: AeonikPro Regular;
        font-size: 20px;
        line-height: 1.25;
        color: #fff
    }

    #contact_text[b-5hw5sthhf5], #downloadApp_text[b-5hw5sthhf5] {
        font-family: AeonikPro Medium;
        font-size: 20px;
        line-height: 1.25
    }

    #contact_text[b-5hw5sthhf5] {
        color: #fff
    }

    #social_media[b-5hw5sthhf5] {
        padding: 0 0 44px 24px
    }

    #facebook[b-5hw5sthhf5] {
        margin-left: -10px;
    }

    #facebook[b-5hw5sthhf5], #instagram[b-5hw5sthhf5], #twitter[b-5hw5sthhf5], #youtube[b-5hw5sthhf5] {
        padding-right: 16px
    }

    #contact[b-5hw5sthhf5] {
        padding-top: 36px
    }

    #download[b-5hw5sthhf5] {
        padding: 0 0 61px 24px
    }

    #downloadApp[b-5hw5sthhf5] {
        padding: 0 0 24px
    }

    #downloadApp_text[b-5hw5sthhf5] {
        color: #00fe89
    }

    #android_icon[b-5hw5sthhf5] {
        height: 60px
    }

    #service[b-5hw5sthhf5] {
        margin: 20px 0 0;
        font-family: AeonikPro Regular;
        font-size: 16px;
        line-height: 1.88;
        color: #fff
    }
}

@media (min-width:768px) {
    #become_div[b-5hw5sthhf5], #black_android[b-5hw5sthhf5], #close_div[b-5hw5sthhf5], #fill_div[b-5hw5sthhf5] {
        margin-left: 32px
    }

    #submittingError[b-5hw5sthhf5], #successSubmit[b-5hw5sthhf5] {
        margin-left: 0;
        text-align: center;
        margin-bottom: 126.8px
    }

    #faqsListTitle[b-5hw5sthhf5], #iphone_text[b-5hw5sthhf5] {
        line-height: 1.39;
        font-size: 18px
    }

    #become_div[b-5hw5sthhf5] {
        margin-top: 0;
        padding-top: 166.8px
    }

    #become[b-5hw5sthhf5] {
        font-size: 34px;
        line-height: 42px
    }

        #become[b-5hw5sthhf5]:before {
            content: attr(become-text1)
        }

    #black_android[b-5hw5sthhf5] {
        margin-top: 87.6px;
        margin-bottom: 130.5px;
        width: 167.5px;
        height: 49.7px;
    }

    #video_text[b-5hw5sthhf5] {
        top: 32px;
        left: 32px;
    }

    #incentive_earn[b-5hw5sthhf5] {
        font-size: 45px;
    }

    #incentive[b-5hw5sthhf5] {
        font-size: 30px;
    }

        #incentive[b-5hw5sthhf5]:before {
            content: attr(incentive-text1)
        }

    #incentive_link[b-5hw5sthhf5] {
        height: 56px;
        width: 327px;
    }

    #go[b-5hw5sthhf5] {
        font-size: 24px;
    }

    #close_div[b-5hw5sthhf5] {
        padding-top: 53px
    }

    #close[b-5hw5sthhf5] {
        font-size: 34px;
        line-height: .82
    }

    #fill_div[b-5hw5sthhf5] {
        margin-top: 16px
    }

    #fill[b-5hw5sthhf5] {
        font-size: 20px;
        line-height: 1.17
    }

        #fill[b-5hw5sthhf5]:before {
            content: attr(fill-text2)
        }

    #submit[b-5hw5sthhf5] {
        margin: -148px 0 0 370px;
        padding: 55px 28px 0;
        width: 50%
    }

    #submit_button span[b-5hw5sthhf5] {
        margin-right: 14px
    }

    #successSubmitTitle[b-5hw5sthhf5]:before {
        content: attr(successSubmitTitle-text1)
    }

    #successSubmit[b-5hw5sthhf5]:before {
        content: attr(successSubmit-text1)
    }

    #submittingError[b-5hw5sthhf5]:before {
        content: attr(submittingError-text1)
    }

    #successSubmitTitle[b-5hw5sthhf5] {
        font-size: 24px;
        line-height: 2;
        margin-left: 0;
        text-align: center;
        padding-top: 139.8px
    }

    #successSubmit[b-5hw5sthhf5] {
        font-size: 18px;
        line-height: 1.17;
        margin-top: 15.5px
    }

    #submittingError[b-5hw5sthhf5] {
        font-size: 24px;
        line-height: 2;
        padding-top: 139.8px
    }

    #row_6[b-5hw5sthhf5] {
        padding: 0 0 109px
    }

    #karootDriver[b-5hw5sthhf5] {
        font-size: 34px;
        line-height: 1.41;
        padding-top: 60px;
        margin-bottom: 34px
    }

    #android_black[b-5hw5sthhf5] {
        width: 125.7px;
        height: 64px
    }

    #iphone[b-5hw5sthhf5] {
        margin-top: 72px
    }

    #accordion[b-5hw5sthhf5] {
        padding: 52px 32px 0
    }

        #accordion > p[b-5hw5sthhf5] {
            margin-bottom: 24px
        }

    .card_header[b-5hw5sthhf5] {
        border-block-end: 2px outset
    }

    #faqsListTitle[b-5hw5sthhf5] {
        padding: 20px 0
    }

    #faqsListBody[b-5hw5sthhf5] {
        font-size: 18px;
        line-height: 1.67;
        margin: 20px 0 25px
    }
}

@media (min-width:840px) {
    #row_1[b-5hw5sthhf5] {
        background-image: url(images/drive/driver_thessaloniki_tablet.png);
        background-size: 1027px 100%;
        background-repeat: no-repeat;
        background-position: right
    }

    #drive_boy[b-5hw5sthhf5] {
        display: none
    }
}

@media (min-width:870px) {
    #row_3[b-5hw5sthhf5], #row_3a[b-5hw5sthhf5], #row_3b[b-5hw5sthhf5] {
        padding-left: 32px
    }

    #row_4_a_b[b-5hw5sthhf5], #row_4a[b-5hw5sthhf5] {
        margin-bottom: 100px
    }

    #driver_access[b-5hw5sthhf5], #driver_payment_transfer[b-5hw5sthhf5], #driver_rating[b-5hw5sthhf5], #driver_tip[b-5hw5sthhf5] {
        margin-left: 0;
        width: 720px;
        display: flex
    }

    #driver_access[b-5hw5sthhf5], #driver_rating[b-5hw5sthhf5], #row_3[b-5hw5sthhf5], #row_3a[b-5hw5sthhf5], #row_3b[b-5hw5sthhf5], #row_4a[b-5hw5sthhf5], #row_4b[b-5hw5sthhf5] {
        display: flex
    }

    #row_3a[b-5hw5sthhf5] {
        padding-bottom: 100.7px
    }

    #row_3b[b-5hw5sthhf5] {
        padding-bottom: 161.3px
    }

    #become_driver[b-5hw5sthhf5] {
        font-size: 34px;
        line-height: .82;
        padding-top: 53px;
        padding-bottom: 65px
    }

        #become_driver[b-5hw5sthhf5]:before {
            content: attr(become_driver-text1)
        }

    #better_income[b-5hw5sthhf5], #destination[b-5hw5sthhf5], #more_trips[b-5hw5sthhf5], #support[b-5hw5sthhf5] {
        padding-bottom: 0;
        width: 720px
    }

    #better_income_img[b-5hw5sthhf5] {
        margin-right: 48.6px;
        width: 56.3px;
        height: 68.2px
    }

    #destination_img[b-5hw5sthhf5] {
        margin-right: 36px;
        width: 74.3px;
        height: 64.6px
    }

    #more_trips_img[b-5hw5sthhf5] {
        margin-right: 47.4px;
        width: 57.9px;
        height: 64.3px
    }

    #support_img[b-5hw5sthhf5] {
        margin-right: 43.8px;
        width: 66.2px;
        height: 68.2px
    }

    #row_3_text[b-5hw5sthhf5] {
        margin-bottom: 0
    }

    .row_3_title_p[b-5hw5sthhf5] {
        font-size: 24px;
        line-height: 1.46;
        margin-bottom: 20px
    }

    .row_3_p[b-5hw5sthhf5] {
        font-size: 18px;
        line-height: 1.39;
        margin-bottom: 0
    }

    #row_4_a_b[b-5hw5sthhf5] {
        margin-left: 32px
    }

    #more_privileges[b-5hw5sthhf5] {
        font-size: 34px;
        line-height: 1.07;
        margin-left: 32px;
        padding-top: 90px;
        margin-bottom: 0;
        padding-bottom: 80px
    }

    #driver_access[b-5hw5sthhf5], #driver_payment_transfer[b-5hw5sthhf5], #driver_rating[b-5hw5sthhf5], #driver_tip[b-5hw5sthhf5] {
        margin-bottom: 0
    }

    #access[b-5hw5sthhf5], #rating[b-5hw5sthhf5], #tip[b-5hw5sthhf5], #transfer[b-5hw5sthhf5] {
        font-size: 21px;
        line-height: 1.24
    }

    #access[b-5hw5sthhf5] {
        white-space: normal
    }

    #transfer_img[b-5hw5sthhf5] {
        margin-right: 30px;
        width: 73.7px;
        height: 77.7px
    }

    #access_img[b-5hw5sthhf5] {
        margin-right: 46px;
        width: 63.2px;
        height: 77.7px
    }

    #tip_img[b-5hw5sthhf5] {
        margin-right: 30px;
        width: 74.5px;
        height: 68px
    }

    #rating_img[b-5hw5sthhf5] {
        margin-right: 46px;
        width: 62.1px;
        height: 57.5px
    }

    #more_privileges[b-5hw5sthhf5]:before {
        content: attr(more_privileges-text1)
    }

    #transfer[b-5hw5sthhf5]:before {
        content: attr(driver_payment_transfer-text2)
    }

    #access[b-5hw5sthhf5]:before {
        content: attr(driver_access-text2)
    }

    #tip[b-5hw5sthhf5]:before {
        content: attr(driver_tip-text2)
    }
}

@media (min-width:916px) {
    #row_8[b-5hw5sthhf5] {
        display: grid;
        align-items: normal;
        grid-template-columns: 1fr 7fr 6fr
    }

    #sitemap[b-5hw5sthhf5] {
        padding: 84px 0 83px 32px;
        width: 250px
    }

    #social_media[b-5hw5sthhf5] {
        padding: 90px 24px 83px 86px
    }

    #download[b-5hw5sthhf5] {
        text-align: right;
        padding: 84px 50px 0 0
    }

    #downloadApp[b-5hw5sthhf5] {
        padding: 0 0 24px
    }
}

@media (min-width:940px) {
    #access[b-5hw5sthhf5] {
        white-space: pre
    }

    #row_5[b-5hw5sthhf5] {
        height: 944px;
        padding: 0 0 0 32px
    }

    #how[b-5hw5sthhf5] {
        font-size: 34px;
        line-height: 1.24;
        margin-bottom: 78px;
        padding-top: 53px
    }

    .steps li[b-5hw5sthhf5] {
        all: initial;
        float: left;
        position: sticky
    }

        .steps li[b-5hw5sthhf5]:before {
            all: initial;
            content: no-close-quote;
            width: 35px;
            height: 35px;
            border-radius: 100%;
            display: block;
            background-color: #000
        }

        #customerLi[b-5hw5sthhf5]:after, #driverLi[b-5hw5sthhf5]:after, .steps li[b-5hw5sthhf5]:after {
            all: initial;
            content: "";
            position: absolute;
            height: 2px;
            background-color: #000;
            top: 16px
        }

        .steps li[b-5hw5sthhf5]:after {
            width: 267%;
            left: -114%
        }

        .steps li:first-child[b-5hw5sthhf5]:after {
            content: none
        }

    #customerLi[b-5hw5sthhf5] {
        margin-top: 163px;
        width: 42%
    }

        #customerLi[b-5hw5sthhf5]:after {
            width: 135%;
            left: -127%
        }

    #driverLi[b-5hw5sthhf5] {
        margin-top: 163px;
        margin-left: -15%;
        width: 26%
    }

        #driverLi[b-5hw5sthhf5]:after {
            width: 135%;
            left: -133%
        }

    #appTitle[b-5hw5sthhf5], #customerTitle[b-5hw5sthhf5], #driverDestinationTitle[b-5hw5sthhf5], #requestsTitle[b-5hw5sthhf5], #shiftTitle[b-5hw5sthhf5] {
        font-size: 24px;
        line-height: 1.17;
        margin-top: 38px;
        margin-bottom: 0
    }

    #app[b-5hw5sthhf5], #customer[b-5hw5sthhf5], #customer2[b-5hw5sthhf5], #driverDestination[b-5hw5sthhf5], #requests[b-5hw5sthhf5], #shift[b-5hw5sthhf5] {
        font-size: 18px;
        line-height: 1.44;
        margin-top: 16px
    }

    #customer[b-5hw5sthhf5] {
        margin-bottom: 10px
    }

    #appTitle[b-5hw5sthhf5]:before {
        content: attr(appTitle-text2)
    }

    #app[b-5hw5sthhf5]:before {
        content: attr(app-text2)
    }

    #requestsTitle[b-5hw5sthhf5]:before {
        content: attr(requestsTitle-text1)
    }

    #requests[b-5hw5sthhf5]:before {
        content: attr(requests-text1)
    }

    #customerTitle[b-5hw5sthhf5]:before {
        content: attr(customerTitle-text1)
    }
}

@media (min-width:1224px) {
    #become_div[b-5hw5sthhf5], #black_android[b-5hw5sthhf5], #close_div[b-5hw5sthhf5], #fill_div[b-5hw5sthhf5] {
        margin-left: 86px
    }

    #submittingError[b-5hw5sthhf5], #successSubmitTitle[b-5hw5sthhf5] {
        padding-top: 184.5px
    }

    #accordion[b-5hw5sthhf5], #row_7[b-5hw5sthhf5] {
        width: 100%
    }

    #row_1[b-5hw5sthhf5] {
        background-image: url(images/drive/driver_thessaloniki.png);
        background-size: 1599px 100%
    }

    #become_div[b-5hw5sthhf5] {
        padding-top: 130px
    }

    #become[b-5hw5sthhf5], #close[b-5hw5sthhf5] {
        font-size: 45px;
        line-height: 48px
    }

    #fill[b-5hw5sthhf5] {
        font-size: 30px;
        line-height: 40px
    }

    #black_android[b-5hw5sthhf5] {
        width: 202px;
        height: 60px;
        margin-top: 70px;
        margin-bottom: 204px
    }

    #incentive[b-5hw5sthhf5] {
        font-size: 33px;
    }

    #video_text[b-5hw5sthhf5] {
        top: 86px;
        left: 86px;
    }

    #close_div[b-5hw5sthhf5] {
        padding-top: 92.5px
    }

    #fill_div[b-5hw5sthhf5] {
        margin-top: 16.5px
    }

    #fill[b-5hw5sthhf5]:before {
        content: attr(fill-text1)
    }

    #submit[b-5hw5sthhf5] {
        margin: -184.5px 0 0 58%;
        padding: 55px 48.5px 0;
        width: 42%
    }

    #submit_button[b-5hw5sthhf5] {
        right: 48.5px
    }

    #successSubmitTitle[b-5hw5sthhf5]:before {
        content: attr(successSubmitTitle-text1)
    }

    #successSubmit[b-5hw5sthhf5]:before {
        content: attr(successSubmit-text1)
    }

    #submittingError[b-5hw5sthhf5]:before {
        content: attr(submittingError-text1)
    }

    #successSubmitTitle[b-5hw5sthhf5] {
        font-size: 45px;
        line-height: 48px
    }

    #submittingError[b-5hw5sthhf5], #successSubmit[b-5hw5sthhf5] {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 180px
    }

    #successSubmit[b-5hw5sthhf5] {
        margin-top: 15.5px
    }

    #row_6[b-5hw5sthhf5] {
        padding: 0 0 105px
    }

    #karootDriver[b-5hw5sthhf5] {
        font-size: 45px;
        line-height: 1.07;
        margin-bottom: 32px
    }

    #android_black[b-5hw5sthhf5] {
        width: 125.7px;
        height: 64px
    }

    #iphone[b-5hw5sthhf5] {
        margin-top: 69px
    }

    #iphone_text[b-5hw5sthhf5] {
        font-size: 21px;
        line-height: 1.19
    }

    .panel-title > button.collapsed[b-5hw5sthhf5]:after, .panel-title > button[b-5hw5sthhf5]:after {
        -webkit-text-stroke: 3px #f4f4f4
    }

    #faqsListTitle[b-5hw5sthhf5] {
        font-family: AeonikPro Medium;
        font-size: 20px;
        line-height: 1.25
    }

    #accordion[b-5hw5sthhf5] {
        padding: 76px 86px 0
    }

    #loadingFaqs[b-5hw5sthhf5] {
        font-size: 24px
    }

    #sitemap[b-5hw5sthhf5] {
        padding: 84px 0 83px 48px
    }
}

@media (min-width:1665px) {
    #row_3[b-5hw5sthhf5], #row_3a[b-5hw5sthhf5] {
        padding-left: 48px
    }

    #row_3a[b-5hw5sthhf5], #row_3b[b-5hw5sthhf5] {
        padding-bottom: 0;
        width: 50%
    }

    #better_income_img[b-5hw5sthhf5], #support_img[b-5hw5sthhf5] {
        margin-bottom: 35.8px;
        height: 68.2px
    }

    #row_3a[b-5hw5sthhf5], #row_3b[b-5hw5sthhf5], #row_4a[b-5hw5sthhf5], #row_4b[b-5hw5sthhf5] {
        width: 50%
    }

    #more_privileges[b-5hw5sthhf5], #row_4_a_b[b-5hw5sthhf5] {
        margin-left: 48px
    }

    #row_3_a_b[b-5hw5sthhf5], #row_3_text[b-5hw5sthhf5], #row_4_a_b[b-5hw5sthhf5] {
        display: flex
    }

    #row_3_a_b[b-5hw5sthhf5] {
        padding-bottom: 135px;
        background-color: #000
    }

    #row_3b[b-5hw5sthhf5] {
        padding-left: 0
    }

    #become_driver[b-5hw5sthhf5] {
        font-size: 45px;
        line-height: .82;
        padding-top: 105px;
        padding-bottom: 133px
    }

        #become_driver[b-5hw5sthhf5]:before {
            content: attr(become_driver-text1)
        }

    #better_income[b-5hw5sthhf5], #destination[b-5hw5sthhf5], #driver_access[b-5hw5sthhf5], #driver_payment_transfer[b-5hw5sthhf5], #driver_rating[b-5hw5sthhf5], #driver_tip[b-5hw5sthhf5], #more_trips[b-5hw5sthhf5], #support[b-5hw5sthhf5] {
        display: inline-block;
        width: 50%
    }

    #better_income_img[b-5hw5sthhf5] {
        width: 56.3px
    }

    #destination_img[b-5hw5sthhf5] {
        margin-bottom: 35.7px;
        width: 74.3px;
        height: 64.6px
    }

    #more_trips_img[b-5hw5sthhf5] {
        margin-bottom: 35.4px;
        width: 57.9px;
        height: 64.3px
    }

    #support_img[b-5hw5sthhf5] {
        width: 66.2px;
        margin-right: 0
    }

    .row_3_title_p[b-5hw5sthhf5] {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 16px
    }

    .row_3_p[b-5hw5sthhf5] {
        font-size: 21px;
        line-height: 25px
    }

    #row_4a[b-5hw5sthhf5] {
        margin-bottom: 0
    }

    #more_privileges[b-5hw5sthhf5] {
        font-size: 45px;
        line-height: 1.07;
        padding-top: 90px;
        padding-bottom: 85.9px
    }

    #access[b-5hw5sthhf5], #rating[b-5hw5sthhf5], #tip[b-5hw5sthhf5], #transfer[b-5hw5sthhf5] {
        font-size: 21px;
        line-height: 1.24;
        display: flex
    }

    #transfer[b-5hw5sthhf5] {
        margin-top: 26.2px
    }

    #access[b-5hw5sthhf5] {
        margin-top: 42.1px
    }

    #tip[b-5hw5sthhf5] {
        margin-top: 35px
    }

    #rating[b-5hw5sthhf5] {
        margin-top: 43.9px
    }

    #transfer_img[b-5hw5sthhf5] {
        margin-right: 23.2px;
        width: 73.7px;
        height: 77.7px
    }

    #access_img[b-5hw5sthhf5] {
        margin-right: 20.3px;
        width: 63.2px;
        height: 67.7px
    }

    #tip_img[b-5hw5sthhf5] {
        margin-right: 17px;
        width: 74.5px;
        height: 68px
    }

    #rating_img[b-5hw5sthhf5] {
        margin-right: 23px;
        width: 62.1px;
        height: 57.5px
    }

    #more_privileges[b-5hw5sthhf5]:before {
        content: attr(more_privileges-text1)
    }

    #transfer[b-5hw5sthhf5]:before {
        content: attr(driver_payment_transfer-text1)
    }

    #access[b-5hw5sthhf5]:before {
        content: attr(driver_access-text1)
    }

    #tip[b-5hw5sthhf5]:before {
        content: attr(driver_tip-text1)
    }
}

@media (min-width:1710px) {
    #row_5[b-5hw5sthhf5] {
        padding: 0 0 124px 48px;
        height: auto
    }

    #how[b-5hw5sthhf5] {
        font-size: 45px;
        line-height: 1.07;
        padding-top: 95px;
        margin-bottom: 74px
    }

    .steps[b-5hw5sthhf5] {
        display: flex
    }

        .steps li[b-5hw5sthhf5] {
            all: initial;
            position: relative;
            display: inline-block
        }

            .steps li[b-5hw5sthhf5]:before {
                all: initial;
                content: no-close-quote;
                counter-increment: step;
                width: 35px;
                height: 35px;
                border-radius: 100%;
                display: block;
                margin: 0 auto 0 0;
                background-color: #000
            }

            #customerLi[b-5hw5sthhf5]:after, #driverLi[b-5hw5sthhf5]:after, .steps li[b-5hw5sthhf5]:after {
                all: initial;
                content: "";
                position: absolute;
                height: 2px;
                background-color: #000;
                top: 16px
            }

            .steps li[b-5hw5sthhf5]:after {
                width: 123%;
                left: -114%
            }

            .steps li:first-child[b-5hw5sthhf5]:after {
                content: none
            }

    #customerLi[b-5hw5sthhf5] {
        margin-top: 0;
        width: 27%
    }

        #customerLi[b-5hw5sthhf5]:after {
            width: 135%;
            left: -125%
        }

    #driverLi[b-5hw5sthhf5] {
        margin-top: 0;
        width: 34%;
        margin-left: 0
    }

        #driverLi[b-5hw5sthhf5]:after {
            width: 133%;
            left: -125%
        }

    #appTitle[b-5hw5sthhf5], #customerTitle[b-5hw5sthhf5], #driverDestinationTitle[b-5hw5sthhf5], #requestsTitle[b-5hw5sthhf5], #shiftTitle[b-5hw5sthhf5] {
        font-size: 25px;
        line-height: 1.2;
        margin-top: 44px
    }

    #app[b-5hw5sthhf5], #customer[b-5hw5sthhf5], #driverDestination[b-5hw5sthhf5], #requests[b-5hw5sthhf5], #shift[b-5hw5sthhf5] {
        font-size: 21px;
        line-height: 1.24;
        margin-top: 23px
    }

    #customer[b-5hw5sthhf5] {
        margin-bottom: 14px
    }

    #customer2[b-5hw5sthhf5] {
        font-size: 21px;
        line-height: 1.24
    }

    #appTitle[b-5hw5sthhf5]:before {
        content: attr(appTitle-text1)
    }

    #app[b-5hw5sthhf5]:before {
        content: attr(app-text1)
    }

    #requestsTitle[b-5hw5sthhf5]:before {
        content: attr(requestsTitle-text1)
    }

    #requests[b-5hw5sthhf5]:before {
        content: attr(requests-text1)
    }

    #customerTitle[b-5hw5sthhf5]:before {
        content: attr(customerTitle-text1)
    }
}
/* /Pages/Families.razor.rz.scp.css */
.hero-container[b-c2rl5ahmz3] {
    position: relative;
    width: 100%;
    height: 700px;
    background: url("images/families/hero-image@3x.png") no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    flex-direction: column;
    padding: 5vw;
}

.hero-content[b-c2rl5ahmz3] {
    width: 70%;
    margin-top: 100px;
    position: relative;
    z-index: 2;
}

.hero-title[b-c2rl5ahmz3] {
    font-family: AeonikPro Medium;
    font-weight: 500;
    color: #fff;
    max-width: 60%;
    white-space: pre;
}

.hero-description[b-c2rl5ahmz3] {
    font-family: AeonikPro Medium;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 30px;
    max-width: 50%;
    white-space: pre;
}

.store-buttons[b-c2rl5ahmz3] {
    display: flex;
    gap: 15px;
}

.store-image[b-c2rl5ahmz3] {
    height: 48px;
}

.extra-bg[b-c2rl5ahmz3] {
    display: none;
}

#row_3[b-c2rl5ahmz3] {
    background-color: #2e2e2e;
    display: inline-flex;
    padding: 0 86px;
    border-radius: 35px 35px 0 0;
    width: 100%;
}

#row_3_a[b-c2rl5ahmz3] {
    margin: 90px 140px 100px 0;
}

#taxiWalletTitle[b-c2rl5ahmz3] {
    padding-bottom: 40px;
}

#whyTaxiWalletTitle[b-c2rl5ahmz3] {
    font-size: 45px;
    font-family: 'AeonikPro Medium';
    color: #ffffff;
    line-height: 1.07;
    white-space: pre;
}

#whyTaxiWalletDesc[b-c2rl5ahmz3] {
    font-size: 21px;
    font-family: 'AeonikPro Regular';
    color: #ffffff;
    line-height: 1.19;
    white-space: break-spaces;
}

#bulletsMobile[b-c2rl5ahmz3] {
    display:none;
}

#row_3_b[b-c2rl5ahmz3] {
    display: flex;
    margin-top: 247px;
}

#walletBalanceChilds[b-c2rl5ahmz3]{
    display: flex;
}

#balance[b-c2rl5ahmz3] {
    margin-right: 100px;
}

.balanceChilds[b-c2rl5ahmz3] {
    padding-bottom: 30px;
}

.balanceChildsText[b-c2rl5ahmz3] {
    font-size: 24px;
    font-family: 'AeonikPro Medium';
    color: #ffffff;
    line-height: 1.13;
    white-space: pre;
}

.steps[b-c2rl5ahmz3] {
    display: flex;
    margin: 0;
    padding: 0;
}

    .steps li[b-c2rl5ahmz3] {
        all: initial;
        position: relative;
        display: inline-block
    }

        .steps li[b-c2rl5ahmz3]:before {
            all: initial;
            content: no-close-quote;
            counter-increment: step;
            width: 35px;
            height: 35px;
            border-radius: 100%;
            display: block;
            margin: 0 auto 0 0;
            background-color: #fff
        }

        .steps li[b-c2rl5ahmz3]:after {
            all: initial;
            content: "";
            position: absolute;
            height: 2px;
            background-color: #fff;
            top: 16px
        }

        #firstLi[b-c2rl5ahmz3]:after {
            width: 1284%;
        }

        #secondLi[b-c2rl5ahmz3]:after {
            width: 852%;
        }

.balanceChildsImg[b-c2rl5ahmz3] {
    padding-top: 50px;
}

.taxiWalletImg[b-c2rl5ahmz3] {
    margin-left: -31.7px;
    width: 276px;
}

@media (min-width: 1024px) {
    .hero-title[b-c2rl5ahmz3] {
        margin-bottom: 60px;
        font-size: 45px;
    }
}

/* Tablet Big (Same Background) */
@media (max-width: 1024px) {
    .hero-container[b-c2rl5ahmz3] {
        height: 500px;
    }

    .hero-title[b-c2rl5ahmz3] {
        font-size: 36px;
        max-width: 70%;
        margin-bottom: 30px;
    }

    .hero-description[b-c2rl5ahmz3] {
        font-size: 18px;
        max-width: 65%;
    }

    .store-image[b-c2rl5ahmz3] {
        height: 40px;
    }
       
}
@media (max-width: 1305px) {
    #row_3[b-c2rl5ahmz3] {
        display: block;
        padding: 0 32px;
        position: relative;
    }

    #row_3_a[b-c2rl5ahmz3] {
        margin: 0;
        padding-top: 44px;
    }

    #taxiWalletTitle[b-c2rl5ahmz3] {
        padding-bottom: 10px;
    }

    #whyTaxiWalletTitle[b-c2rl5ahmz3] {
        font-size: 28px;
        line-height: 1.11;
    }

    #whyTaxiWalletDesc[b-c2rl5ahmz3] {
        font-size: 16px;
        line-height: 1.25;
    }

    #row_3_b[b-c2rl5ahmz3] {
        margin-top: 68px;
    }

    #balance[b-c2rl5ahmz3] {
        margin-right: 110px;
    }

    .balanceChilds[b-c2rl5ahmz3] {
        padding-bottom: 38px;
    }

    .balanceChildsText[b-c2rl5ahmz3] {
        font-size: 20px;
        line-height: 1.2;
    }
    
    #firstLi[b-c2rl5ahmz3]:after{
        width: 610px;
    }

}

/* Tablet Small - Background Change */
@media (max-width: 768px) {
    .hero-container[b-c2rl5ahmz3] {
        background: url("images/families/hero-image-mobile@3x.png") no-repeat center center;
        background-size: cover;
    }

    .hero-title[b-c2rl5ahmz3] {
        font-size: 32px;
    }

    .hero-description[b-c2rl5ahmz3] {
        font-size: 20px;
    }

    .extra-bg.tablet-small[b-c2rl5ahmz3] {
        display: block;
        position: absolute;
        bottom: 0;
        left: -20px;
        width: 65%;
        z-index: 1;
    }

    .extra-bg.mobile[b-c2rl5ahmz3] {
        display: none;
    }

    #row_3[b-c2rl5ahmz3] {
        padding: 0 24px;
        display: block;
    }

    #row_3_a[b-c2rl5ahmz3] {
        margin: 0;
        padding-top: 44px;
    }

    #row_3_b[b-c2rl5ahmz3] {
        margin-top: 48px;
        padding-bottom: 50px;
    }

    #bulletsMobile[b-c2rl5ahmz3] {
        display: block;
    }

        #bulletsLi[b-c2rl5ahmz3]:after {
            position: absolute;
            left: 24px;
            top: 626px;
            content: no-close-quote;
            border-radius: 50%;
            height: 35px;
            width: 35px;
            background: #fff
        }

        #bulletsLi[b-c2rl5ahmz3]:before {
            position: absolute;
            left: 40px;
            content: "";
            height: 58%;
            width: 0;
            border: 2px solid #fff
        }

        #bulletsLi2[b-c2rl5ahmz3]:after {
            position: absolute;
            left: 24px;
            top: 1170px;
            content: no-close-quote;
            border-radius: 50%;
            height: 35px;
            width: 35px;
            background: #fff
        }

    #walletBalanceChilds[b-c2rl5ahmz3] {
        padding-left: 12px;
        display: block;
    }

    #balance[b-c2rl5ahmz3] {
        margin-right: 0;
    }

    .balanceChilds[b-c2rl5ahmz3] {
        padding-bottom: 0;
    }

    .balanceChildsText[b-c2rl5ahmz3] {
        line-height: 1.15;
    }

    .steps[b-c2rl5ahmz3] {
        display: none;
    }
     
    .balanceChildsImg[b-c2rl5ahmz3] {
        padding: 0 0 48px;
    }

    .taxiWalletImg[b-c2rl5ahmz3] {
        padding-top: 32px;
    }

}

@media (max-width: 694px) {
    .hero-container[b-c2rl5ahmz3] {
        background: url("images/families/hero-image-mobile@3x.png") no-repeat center center;
        background-size: cover;
    }

    .extra-bg.tablet-small[b-c2rl5ahmz3] {
        display: block;
        width: 67%;
    }

    .extra-bg.mobile[b-c2rl5ahmz3] {
        display: none;
    }
}

@media (max-width: 641px) {
    .hero-title[b-c2rl5ahmz3] {
        max-width: 90%;
    }

    .hero-description[b-c2rl5ahmz3] {
        max-width: 80%;
    }

    .extra-bg.tablet-small[b-c2rl5ahmz3] {
        display: block;
        width: 67%;
    }

    .extra-bg.mobile[b-c2rl5ahmz3] {
        display: none;
    }
}

/* Mobile - Background Change + Adjustments */
@media (max-width: 480px) {
    .hero-container[b-c2rl5ahmz3] {
        height: 600px;
    }

    .hero-content[b-c2rl5ahmz3] {
        padding-top: 400px;
        margin-top: 0;
        width: 100%;
    }

    .hero-title[b-c2rl5ahmz3] {
        font-size: 28px;
        max-width: 100%;
        margin-bottom: 33px;
    }

    .hero-description[b-c2rl5ahmz3] {
        margin-bottom: 0;
        padding-bottom: 30px;
        font-size: 20px;
        max-width: 100%;
    }

    .store-image[b-c2rl5ahmz3] {
        height: 32px;
    }

    .extra-bg.tablet-small[b-c2rl5ahmz3] {
        display: none;
    }

    .extra-bg.mobile[b-c2rl5ahmz3] {
        display: block;
        position: absolute;
        padding-top: 130px;
        left: 0;
        width: 100%;
        z-index: 1;
    }
}

@media (max-width: 433px) {

    .extra-bg.tablet-small[b-c2rl5ahmz3] {
        display: none;
    }

    .extra-bg.mobile[b-c2rl5ahmz3] {
        padding-top: 200px;
        height: 578px;
        margin-left: -15px;
    }

    .hero-content[b-c2rl5ahmz3] {
        padding-top: 310px;
    }
}

@media (max-width: 390px) {
    .hero-description[b-c2rl5ahmz3] {
        margin-bottom: 0;
    }

    .extra-bg.tablet-small[b-c2rl5ahmz3] {
        display: none;
    }

    .hero-content[b-c2rl5ahmz3] {
        padding-top: 310px;
    }

    .extra-bg.mobile[b-c2rl5ahmz3] {
        padding-top: 250px;
    }
}
/* /Pages/GDPR.razor.rz.scp.css */
/* FORM CSS*/

[b-c7mv9g40v5] #email_form::placeholder,[b-c7mv9g40v5] #phonenumber_form::placeholder {
    font-size: 20px;
    color: #c3c3c3;
}

[b-c7mv9g40v5] #email_form,[b-c7mv9g40v5] #phonenumber_form {
    margin-top: 0;
    border: none;
    border-bottom: 1px solid rgb(34 34 34 / 11%);
    outline: none;
    margin-bottom: 15px;
    padding: 5px 0; /* Ensures spacing looks natural */
    width: 100%;
    background: transparent;
}

[b-c7mv9g40v5] #phoneNumberText {
    margin-top: 0;
    margin-bottom: 14px; /* Adds more gap before the email label */
}

.inputLabel[b-c7mv9g40v5] {
    font-size: 16px;
    font-family: AeonikPro Medium;
    font-weight: 500;
    color: rgb(34, 34, 34);
    display: block;
    margin-bottom: 10px;
}

#roleSelection[b-c7mv9g40v5] {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: rgb(34, 34, 34);
}

#roleLabel[b-c7mv9g40v5] {
    font-weight: 500;
    margin-bottom: 5px;
}

/* Keep choices inline */
#radioOptions[b-c7mv9g40v5] {
    width: 60%;
    display: flex;
    justify-content: space-between;
}

    /* Style each label */
    #radioOptions label[b-c7mv9g40v5] {
        /*margin-left:-22px;*/
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
    }

    /* Hide the default radio buttons */
    #radioOptions input[type="radio"][b-c7mv9g40v5] {
        display: none;
        outline:none;
    }

/* Custom radio button appearance */
.customRadio[b-c7mv9g40v5] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgb(34, 34, 34);
    display: inline-block;
    position: relative;
}

/* When selected, fill with #00ce7e */
#radioOptions input[type="radio"]:checked + .customRadio[b-c7mv9g40v5] {
    background-color: #00ce7e;
    border-color: #00ce7e;
}

#row_2_custom[b-c7mv9g40v5] {
    position:relative;
    border-radius: 35px 35px 0 0;
    box-sizing: border-box;
    display: block;
    margin-top: -35px;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    height: 600px;
    letter-spacing: 0.17136px;
    line-height: 24px;
    width: 100%;
    text-align: left;
}

#flex-div[b-c7mv9g40v5] {
    display: flex;
    flex-direction: row;
    height:100%;
}

.left-column-div[b-c7mv9g40v5] {
    width: 50%;
    flex: 50%;
}

#close_div_custom[b-c7mv9g40v5] {
    box-sizing: border-box;
    color: rgb(34, 34, 34);
    display: block;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.17136px;
    line-height: 24px;
    padding-left: 40px;
    padding-top: 95px;
    text-align: left;
}

#close_custom[b-c7mv9g40v5] {
    color: rgb(34, 34, 34);
    display: inline;
    font-family: AeonikPro Medium;
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 0.17136px;
    line-height: 48px;
    text-align: left;
}

#fill_div_custom[b-c7mv9g40v5] {
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 120px;
    letter-spacing: 0.17136px;
    line-height: 24px;
    padding-left: 40px;
    margin-top: 16.5px;
    width: 100%;
    text-align: left;
}

#fill_custom[b-c7mv9g40v5] {
    color: rgb(0, 0, 0);
    display: flex;
    font-family: AeonikPro Regular;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.17136px;
    line-height: 40px;
    padding-right: 50px;
    text-align: left;
}

#submit_custom[b-c7mv9g40v5] {
    background-color: rgb(244, 244, 244);
    border-radius: 35px 35px 0 0;
    box-sizing: border-box;
    color: rgb(34, 34, 34);
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 88.2%;
    letter-spacing: 0.17136px;
    line-height: 24px;
    padding: 55px 48.5px 0;
    position: relative;
    text-align: left;
    margin-top: 70px;
    margin-right: 70px;
}

#submit_button_custom[b-c7mv9g40v5] {
    display: flex;
    font-family: AeonikPro Medium;
    font-size: 20px;
    font-weight: 400;
    justify-content: center;
    position: absolute;
    bottom: 25px;
    right: 48.5px;
    text-align: center;
}

/*submit error succes and errors */

/* Container for success/error messages */
#gdpr_message_container[b-c7mv9g40v5] {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    text-align: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

/* Success message container */
#gdpr_success[b-c7mv9g40v5], #gdpr_error[b-c7mv9g40v5] {
    display: flex;
    flex-direction: column; /* Stack elements vertically */
    align-items: center; /* Center content */
    justify-content: center;
    width: 100%;
}

/* Image styling */
#gdpr_submit_img img[b-c7mv9g40v5] {
    max-width: 150px; /* Adjust size as needed */
    height: auto;
    margin-bottom: 20px; /* Adds space below the image */
}

/* Title Styling */
#successSubmitTitle_custom[b-c7mv9g40v5], #gdprSubmittingErrorTitle[b-c7mv9g40v5] {
    font-size: 45px;
    line-height: 1.2; /* Increases spacing between lines */
    letter-spacing: 0.5px; /* Adds space between letters */
    word-spacing: 2px; /* Adds space between words */
    width: 50%;
    font-weight: 500;
    font-family: AeonikPro Medium;
    margin-bottom: 10px;
}

/* Description Styling */
#successSubmit_custom[b-c7mv9g40v5], #gdprSubmittingErrorDesc[b-c7mv9g40v5] {
    font-size: 30px;
    width:50%;
    font-weight: normal;
    font-family: AeonikPro Regular;
    line-height: 1.5;
    max-width: 80%;
}

/* Medium Screens (768px and up) */
@media screen and (max-width: 1044px) and (min-width: 768px) {
    #close_custom[b-c7mv9g40v5] {
        font-size: 34px;
    }

    #fill_custom[b-c7mv9g40v5] {
        font-size: 18px;
    }

    .inputLabel[b-c7mv9g40v5] {
        font-size: 16px;
    }

    [b-c7mv9g40v5] #email_form::placeholder, [b-c7mv9g40v5] #phonenumber_form::placeholder {
        font-size: 20px;
    }

    #submit_button_custom[b-c7mv9g40v5] {
        font-size: 20px;
    }
}

/* Small Screens (320px and up) */
@media screen and (max-width: 767px) {
    /* Change Layout: Move form below description */
     #row_2_custom[b-c7mv9g40v5] {
        /*flex-direction: column;*/
        height: 800px;
     }

    #flex-div[b-c7mv9g40v5] {
        flex-direction: column;
        height: 100%;
    }

    .left-column-div[b-c7mv9g40v5] {
        width: 100%;
        flex: 0 !important;
    }

    #submit_custom[b-c7mv9g40v5] {
        margin-right: 0;
        width: 100%;
        margin-top: 40px;
    }

    #close_custom[b-c7mv9g40v5] {
        font-size: 32px;
    }

    #fill_custom[b-c7mv9g40v5] {
        font-size: 20px;
    }

    .inputLabel[b-c7mv9g40v5] {
        font-size: 16px;
    }

    [b-c7mv9g40v5] #email_form::placeholder,[b-c7mv9g40v5] #phonenumber_form::placeholder {
        font-size: 20px;
    }

    #submit_button_custom[b-c7mv9g40v5] {
        font-size: 20px;
    }

    #successSubmitTitle_custom[b-c7mv9g40v5], #gdprSubmittingErrorTitle[b-c7mv9g40v5] {
        text-align:left;
        font-size: 32px;
        width: 100%;
        margin-bottom: 10px;
    }

    /* Description Styling */
    #successSubmit_custom[b-c7mv9g40v5], #gdprSubmittingErrorDesc[b-c7mv9g40v5] {
        text-align:left;
        font-size: 20px;
        width: 100%;
        max-width: 100%;
    }

    #gdpr_submit_img img[b-c7mv9g40v5] {
        max-width: 120px;
    }

    #gdpr_success[b-c7mv9g40v5], #gdpr_error[b-c7mv9g40v5] {
        padding:30px;
    }
}

/* LINEAR SECTION CSS */

/* Main Container */
#row_5_custom[b-c7mv9g40v5] {
    background-color: #000;
    margin-top: -35px;
    position: relative;
    border-radius: 35px 35px 0 0;
    box-sizing: border-box;
    color: #f4f4f4;
    display: block;
    height: 700px;
    letter-spacing: 0.17136px;
    line-height: 24px;
    margin: 0;
    padding: 0 0 124px 48px;
    text-align: left;
    width: 100%;
}

/* Title */
#how_custom[b-c7mv9g40v5] {
    box-sizing: border-box;
    color: #f4f4f4;
    display: block;
    font-family: AeonikPro Medium;
    font-size: 45px;
    font-weight: 400;
    height: 143.148px;
    letter-spacing: 0.17136px;
    line-height: 48.15px;
    margin: 0 0 74px 0;
    padding-top: 95px;
    text-align: left;
    width: 100%;
}

/* Steps List */
.steps_custom[b-c7mv9g40v5] {
    box-sizing: border-box;
    color: #f4f4f4;
    display: flex;
    flex-wrap: wrap;
    height: 296.156px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
    justify-content: space-between;
}

.steps_custom li[b-c7mv9g40v5] {
    all: initial;
    position: relative;
    display: inline-block;
}

    .steps_custom li[b-c7mv9g40v5]:before {
        all: initial;
        content: no-close-quote;
        counter-increment: step;
        width: 35px;
        height: 35px;
        border-radius: 100%;
        display: block;
        margin: 0 auto 0 0;
        background-color: #f4f4f4;
    }

    .steps_custom li[b-c7mv9g40v5]:after {
        position: absolute;
        left: 0;
        top: 0;
        content: no-close-quote;
        border-radius: 50%;
        height: 35px;
        width: 35px;
        background: #f4f4f4;
    }

/* App List Item */
#appLi_custom[b-c7mv9g40v5] {
    display: block;
    position: relative;
    box-sizing: content-box;
    width: 400px;
    height: 296.156px;
    color: #f4f4f4;
    text-align: start;
    list-style: none;
    padding-right:30px;
}

/* App Title */
#appTitle_custom[b-c7mv9g40v5] {
    display: block;
    box-sizing: border-box;
    width: 370.461px;
    height: 90px;
    color: #f4f4f4;
    font-family: AeonikPro Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: start;
    margin-top: 44px;
    margin-bottom:10px;
    padding: 0;
}

/* App Description */
#app_custom[b-c7mv9g40v5] {
    display: block;
    box-sizing: border-box;
    width: auto;
    height: 104.156px;
    color: #f4f4f4;
    font-family: AeonikPro Regular;
    font-size: 21px;
    font-weight: normal;
    line-height: 26.04px;
    text-align: start;
    padding: 0;
}

/* Shift List Item */
#shiftLi_custom[b-c7mv9g40v5] {
    display: block;
    position: relative;
    box-sizing: content-box;
    width: 400px;
    height: 296.156px;
    color: #f4f4f4;
    text-align: start;
    list-style: none;
}

/* Shift Title */
#shiftTitle_custom[b-c7mv9g40v5] {
    display: block;
    box-sizing: border-box;
    width: 264.555px;
    height: 60px;
    color: #f4f4f4;
    font-family: AeonikPro Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: start;
    margin-top: 44px;
    padding: 0;
}

/* Shift Description */
#shift_custom[b-c7mv9g40v5] {
    display: block;
    box-sizing: border-box;
    width: auto;
    height: 78.1172px;
    color: #f4f4f4;
    font-family: AeonikPro Regular;
    font-size: 21px;
    font-weight: normal;
    line-height: 26.04px;
    text-align: start;
    margin-top: 23px;
    padding: 0;
}

#requestsLi_custom[b-c7mv9g40v5] {
    display: block;
    position: relative;
    box-sizing: content-box;
    width: 400px;
    height: 296.156px;
    color: #f4f4f4;
    text-align: start;
    list-style: none;
}

#requestsTitle_custom[b-c7mv9g40v5] {
    display: block;
    box-sizing: border-box;
    width: 400px;
    height: 90px;
    color: #f4f4f4;
    font-family: AeonikPro Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: start;
    margin-top: 44px;
    margin-bottom: 10px;
    padding-right: 24px;
}

#requests_custom[b-c7mv9g40v5] {
    display: block;
    box-sizing: border-box;
    width: auto;
    height: 104.156px;
    color: #f4f4f4;
    font-family: AeonikPro Regular;
    font-size: 21px;
    font-weight: normal;
    line-height: 26.04px;
    text-align: start;
    padding-right: 24px;
}

#driverLi_custom[b-c7mv9g40v5] {
    display: block;
    position: relative;
    box-sizing: content-box;
    width: 400px;
    height: 296.156px;
    color: #f4f4f4;
    text-align: start;
    list-style: none;
}

#driverDestinationTitle_custom[b-c7mv9g40v5] {
    display: block;
    box-sizing: border-box;
    width: 370.461px;
    height: 90px;
    color: #f4f4f4;
    font-family: AeonikPro Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: start;
    margin-top: 44px;
    margin-bottom: 9px;
    padding: 0;
}

#driverDestination_custom[b-c7mv9g40v5] {
    display: block;
    box-sizing: border-box;
    width: auto;
    height: 104.156px;
    color: #f4f4f4;
    font-family: AeonikPro Regular;
    font-size: 21px;
    font-weight: normal;
    line-height: 26.04px;
    text-align: start;
    padding: 0;
}

#requestsLi_custom #driverLi_custom[b-c7mv9g40v5]:after, .steps_custom li[b-c7mv9g40v5]:after {
    all: initial;
    content: "";
    position: absolute;
    height: 2px;
    background-color: #f4f4f4;
    top: 16px;
    width: 145% !important;
    left: -137% !important;
}

@media(max-width:1677px){
    #row_5_custom[b-c7mv9g40v5] {
        height: 1000px;
    }
    
    .steps_custom[b-c7mv9g40v5]{
        width:80%;
    }

    #appLi_custom[b-c7mv9g40v5] {      
        height: 400px;
    }

    #requestsLi_custom #driverLi_custom[b-c7mv9g40v5]:after, .steps_custom li[b-c7mv9g40v5]:after {
        width: 294% !important;
    }
}

@media(max-width:1047px){
    #row_5_custom[b-c7mv9g40v5] {
        height: 1200px;
    }

    #how_custom[b-c7mv9g40v5] {
        font-size:34px;
        height:auto;
    }

    .steps_custom[b-c7mv9g40v5]{
        padding-left:35px;
    }

    .steps_custom li[b-c7mv9g40v5]:before {
        margin-left:-40px;
    }

    #driverLi_custom[b-c7mv9g40v5]:after, .steps_custom li[b-c7mv9g40v5]:after {
        left: -172px !important;
        top: -290px;
        display: block;
        width: 300px !important;
        position:relative !important;
        transform: rotate(90deg);
    }

    #appLi_custom[b-c7mv9g40v5]:after{
        width:0;
        height:0;
    }

    #requestsLi_custom[b-c7mv9g40v5]:after{
        width:0;
    }

    #appLi_custom[b-c7mv9g40v5] {
        height: 250px;
    }

    #appTitle_custom[b-c7mv9g40v5] {
        margin-top: -40px;
        font-size:20px;
        padding-left:20px;
        height:auto;
    }

    #app_custom[b-c7mv9g40v5] {
        font-size: 16px;
        padding-left:20px;
    }

    #shiftLi_custom[b-c7mv9g40v5] {
        height: 250px;
    }

    #shiftTitle_custom[b-c7mv9g40v5] {
        margin-top: -40px;
        font-size: 20px;
        padding-left: 20px;
    }

    #shift_custom[b-c7mv9g40v5] {
        font-size: 16px;
        padding-left: 20px;
    }

    #requestsLi_custom[b-c7mv9g40v5] {
        height: 250px;
    }

    #requestsTitle_custom[b-c7mv9g40v5] {
        margin-top: -40px;
        padding-left: 20px;
        font-size: 20px;
        height: auto;
    }

    #requests_custom[b-c7mv9g40v5] {
        font-size: 16px;
        padding-left: 20px;
    }

    #driverLi_custom[b-c7mv9g40v5] {
        height: 250px;
    }

    #driverDestinationTitle_custom[b-c7mv9g40v5] {
        margin-top: -40px;
        font-size: 20px;
        padding-left: 20px;
        height: auto;
    }

    #driverDestination_custom[b-c7mv9g40v5] {
        font-size: 16px;
        padding-left: 20px;
    }
}

@media(max-width:887px) {
    #row_5_custom[b-c7mv9g40v5] {
        height: 1300px;
        overflow-x:hidden;
    }
}
@media(max-width:450px) {
    #row_5_custom[b-c7mv9g40v5] {
        padding-left:8px;
    }

}

    /*  /////////////// HELP //////////////////////// */

    /* FAQ Container */
    #row_7_custom[b-c7mv9g40v5] {
        position: relative;
        background-color: #f4f4f4;
        border-radius: 35px 35px 0 0;
        box-sizing: border-box;
        color: rgb(34, 34, 34);
        margin-top: -35px;
        display: block;
        height: auto;
        padding: 0;
        width: 100%;
    }

    /* Accordion Wrapper */
    #accordion_custom[b-c7mv9g40v5] {
        box-sizing: border-box;
        color: rgb(34, 34, 34);
        display: block;
        padding: 76px 50px 50px;
        width: 100%;
    }

    #help_title[b-c7mv9g40v5] {
        font-size: 24px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.04;
        letter-spacing: normal;
        font-family: AeonikPro Medium;
    }
    /* Accordion Card Header */
    .card_header_custom[b-c7mv9g40v5] {
        box-sizing: border-box;
        color: rgb(34, 34, 34);
        align-items: center;
        height: 69px;
        border-block-end: 2px outset;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
    }

    /* FAQ Question Button */
    .faqsListTitle_custom[b-c7mv9g40v5] {
        font-family: AeonikPro Medium;
        font-size: 20px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        padding: 10px 15px;
        white-space: pre-wrap;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border: none;
        text-align: left;
        color: #000 !important;
    }

    /* Plus/Minus Sign */
    .collapse-icon[b-c7mv9g40v5] {
        font-size: 20px;
        font-weight: bold;
        margin-left: auto;
        transition: transform 0.3s ease-in-out;
    }

    /* FAQ Answer Body */
    #faqsListBody_custom[b-c7mv9g40v5] {
        box-sizing: border-box;
        color: rgb(34, 34, 34);
        display: block;
        font-family: AeonikPro Regular;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        width: auto;
        height: auto;
        margin: 20px 0 25px 0;
        padding: 10px 15px;
    }

    /* Collapse Functionality */
    .collapse:not(.show)[b-c7mv9g40v5] {
        display: none;
    }


    /* FAQ Button (Title) */
    .panel-title_custom > button[b-c7mv9g40v5] {
        font-family: AeonikPro Medium;
        font-size: 20px;
        display: flex;
        line-height: 1.25;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        white-space: pre-wrap;
        text-decoration: none;
        align-items: center;
        width: 100%;
        background: none;
        border: none;
        text-align: left;
        cursor: pointer;
        color: inherit;
        position: relative;
    }

        /* Default + (collapsed state) */
        .panel-title_custom > button.collapsed[b-c7mv9g40v5]:after {
            content: "\f067";
            font-family: FontAwesome;
            font-weight: 900;
            color: gray;
            margin-left: auto;
            transform: scale(1.9);
            -webkit-text-stroke: 2.8px #f4f4f4;
        }

        /* Expanded state - (minus) */
        .panel-title_custom > button[b-c7mv9g40v5]:after {
            content: "\f068";
            font-family: FontAwesome;
            font-weight: 900;
            color: gray;
            margin-left: auto;
            transform: scale(1.3);
            -webkit-text-stroke: 3px #f4f4f4;
        }

        /* Remove focus outline from button */
        .panel-title_custom > button:focus[b-c7mv9g40v5],
        .panel-title_custom > button:active[b-c7mv9g40v5] {
            outline: none !important;
            box-shadow: none !important;
            border: none !important;
        }

    @media screen and (max-width: 1022px) {
        .card_header_custom[b-c7mv9g40v5] {
            height: 79px;
        }
    }

    @media screen and (max-width: 586px) {
        .card_header_custom[b-c7mv9g40v5] {
            height: 99px;
        }
    }

    @media screen and (max-width: 462px) {
        .card_header_custom[b-c7mv9g40v5] {
            height: 122px;
        }
    }

    @media screen and (max-width: 360px) {
        .card_header_custom[b-c7mv9g40v5] {
            height: 152px;
        }
    }

/* /Pages/Index.razor.rz.scp.css */
/* /Pages/Jobs.razor.rz.scp.css */
/* /Pages/OpenSource.razor.rz.scp.css */
.about-layout[b-6mnts42ga0] {
    height: auto;
    display: grid
}

a:hover[b-6mnts42ga0] {
    cursor: pointer
}

a[b-6mnts42ga0] {
    text-decoration: none
}

#boy_img_web[b-6mnts42ga0] {
    max-width: 100%;
    height: 100%;
    width: 100%
}

h1[b-6mnts42ga0], h2[b-6mnts42ga0] {
    font-weight: 500;
}

table td[b-6mnts42ga0] {
    padding-right: 40px;
}

@media (min-width:320px) {
    #karoot[b-6mnts42ga0], #missionTitle[b-6mnts42ga0], #values[b-6mnts42ga0], #valuesTitle[b-6mnts42ga0], #visionTitle[b-6mnts42ga0] {
        margin-bottom: 24px
    }

    #row_2[b-6mnts42ga0], #row_3[b-6mnts42ga0] {
        border-radius: 35px 35px 0 0;
        margin-top: -35px
    }

    #learnMoreAs[b-6mnts42ga0], #with_drive[b-6mnts42ga0] {
        text-align: center
    }

    #row_1[b-6mnts42ga0], #row_4[b-6mnts42ga0] {
        background-color: #f4f4f4
    }

    #row_2[b-6mnts42ga0], #row_3[b-6mnts42ga0], #row_4[b-6mnts42ga0] {
        margin-top: -35px
    }

    #apply-button[b-6mnts42ga0], #driver[b-6mnts42ga0], #with[b-6mnts42ga0] {
        line-height: 1.56;
        height: 46px
    }

    #about[b-6mnts42ga0], #admin[b-6mnts42ga0], #contact[b-6mnts42ga0], #drive[b-6mnts42ga0], #ride[b-6mnts42ga0], #terms[b-6mnts42ga0] {
        padding-bottom: 5px
    }

    #facebook[b-6mnts42ga0] {
        margin-left: -10px;
    }

    #facebook[b-6mnts42ga0], #instagram[b-6mnts42ga0], #ios_icon[b-6mnts42ga0], #twitter[b-6mnts42ga0], #youtube[b-6mnts42ga0] {
        padding-right: 16px
    }

    #android_icon[b-6mnts42ga0], #ios_icon[b-6mnts42ga0] {
        height: 60px
    }

    #contact_text[b-6mnts42ga0], #service[b-6mnts42ga0] {
        color: #fff
    }

    #karoot_our[b-6mnts42ga0] {
        margin: 24px 24px 100px
    }

    #karoot[b-6mnts42ga0] {
        font-size: 35px;
        line-height: 1.14;
        font-family: 'AeonikPro Medium'
    }

    #our[b-6mnts42ga0], #our-continue[b-6mnts42ga0] {
        margin-bottom: 0;
        font-size: 16px;
        font-family: 'AeonikPro Regular';
        line-height: 1.25
    }

    #our-continue[b-6mnts42ga0] {
        margin-top: 36px
    }

    #our[b-6mnts42ga0]:before {
        content: attr(our-text2)
    }

    #our-continue[b-6mnts42ga0]:before {
        content: attr(our-continue-text2)
    }

    #boy_img[b-6mnts42ga0], #ping_pong_img[b-6mnts42ga0] {
        width: 100%
    }

    #boy_picture[b-6mnts42ga0], #row_2_web[b-6mnts42ga0] {
        display: none
    }

    #row_2[b-6mnts42ga0] {
        background-color: #d5deff;
        padding: 55px 24px 105px;
        position: relative
    }

    #mission[b-6mnts42ga0], #values2[b-6mnts42ga0] {
        margin-bottom: 63px
    }

    #ourMissionTitle[b-6mnts42ga0], #ourValuesTitle[b-6mnts42ga0], #ourVisionTitle[b-6mnts42ga0] {
        font-size: 35px;
        line-height: 1.26;
        font-family: 'AeonikPro Medium'
    }

    #ourMission[b-6mnts42ga0], #ourValues[b-6mnts42ga0], #ourValues2[b-6mnts42ga0], #ourVision[b-6mnts42ga0] {
        font-size: 16px;
        line-height: 1.25;
        font-family: 'AeonikPro Regular';
        white-space: pre
    }

        #ourMission[b-6mnts42ga0]:before {
            content: attr(ourMission-text2)
        }

        #ourValues[b-6mnts42ga0]:before {
            content: attr(ourValues-text2)
        }

        #ourValues2[b-6mnts42ga0]:before {
            content: attr(ourValues2-text2)
        }

        #ourVision[b-6mnts42ga0]:before {
            content: attr(ourVision-text2)
        }

    #row_3[b-6mnts42ga0] {
        background-color: #4a27ef;
        padding: 73px 0 116px
    }

    #learnMoreAs[b-6mnts42ga0] {
        font-family: AeonikPro Regular;
        font-size: 24px;
        line-height: 1.67;
        color: #f4f4f4;
        margin-bottom: 30px
    }

    #driver[b-6mnts42ga0], #investTitle[b-6mnts42ga0], #with[b-6mnts42ga0] {
        font-family: AeonikPro Medium
    }

    #driver[b-6mnts42ga0], #with[b-6mnts42ga0] {
        font-size: 16px;
        color: #f4f4f4;
        border-radius: 15px;
        width: 141px;
        border: 1px solid #f4f4f4
    }

    #with[b-6mnts42ga0] {
        margin-right: 10px
    }

    #row_4[b-6mnts42ga0] {
        border-radius: 35px 35px 0 0;
        padding: 45px 0 0
    }

    #karoot-our-office[b-6mnts42ga0] {
        margin-left: 24px
    }

    #investTitle[b-6mnts42ga0] {
        font-size: 33px;
        line-height: 1.27;
        white-space: pre;
        margin-bottom: 34px
    }

    #invest[b-6mnts42ga0] {
        font-family: AeonikPro Regular;
        font-size: 16px;
        line-height: 1.25;
        white-space: pre;
        margin-bottom: 49px
    }

        #invest[b-6mnts42ga0]:before {
            content: attr(invest-text2)
        }

    #investTitle[b-6mnts42ga0]:before {
        content: attr(investTitle-text2)
    }

    #apply-button[b-6mnts42ga0] {
        font-size: 16px;
        font-family: AeonikPro Medium;
        margin-bottom: 79px;
        width: 243px;
        border-radius: 15px;
        border: 1px solid #000
    }

    #row_5[b-6mnts42ga0] {
        background-color: #000
    }

    #sitemap[b-6mnts42ga0] {
        padding: 64px 0 44px 24px
    }

    #about_text[b-6mnts42ga0], #cities_text[b-6mnts42ga0], #admin_text[b-6mnts42ga0], #drive_text[b-6mnts42ga0], #privacy_text[b-6mnts42ga0], #ride_text[b-6mnts42ga0], #terms_text[b-6mnts42ga0] {
        font-family: AeonikPro Regular;
        font-size: 20px;
        line-height: 1.25;
        color: #fff
    }

    #contact_text[b-6mnts42ga0], #downloadApp_text[b-6mnts42ga0] {
        font-family: AeonikPro Medium;
        font-size: 20px;
        line-height: 1.25
    }

    #social_media[b-6mnts42ga0] {
        padding: 0 0 44px 24px
    }

    #contact[b-6mnts42ga0] {
        padding-top: 36px
    }

    #download[b-6mnts42ga0] {
        padding: 0 0 61px 24px
    }

    #downloadApp[b-6mnts42ga0] {
        padding: 0 0 24px
    }

    #downloadApp_text[b-6mnts42ga0] {
        color: #00fe89
    }

    #service[b-6mnts42ga0] {
        margin: 20px 0 0;
        font-family: AeonikPro Regular;
        font-size: 16px;
        line-height: 1.88
    }
}

@media (min-width:768px) {
    #row_3[b-6mnts42ga0], #row_4[b-6mnts42ga0] {
        margin-top: -35px;
        position: relative
    }

    #row_2_web[b-6mnts42ga0], #row_4[b-6mnts42ga0] {
        display: flex
    }

    #apply-button[b-6mnts42ga0], #driver[b-6mnts42ga0], #with[b-6mnts42ga0] {
        line-height: 1.25;
        height: 56px
    }

    #office_div[b-6mnts42ga0], #row_3[b-6mnts42ga0], #row_4[b-6mnts42ga0] {
        position: relative
    }

    #karoot_our[b-6mnts42ga0] {
        margin: 83.8px 32px 107px
    }

    #karoot[b-6mnts42ga0] {
        font-size: 34px;
        line-height: 1.24;
        margin-bottom: 17.2px
    }

    #our[b-6mnts42ga0], #our-continue[b-6mnts42ga0] {
        font-size: 20px;
        line-height: 1.25
    }

        #our[b-6mnts42ga0]:before {
            content: attr(our-text1)
        }

        #our-continue[b-6mnts42ga0]:before {
            content: attr(our-continue-text1)
        }

    #boy_img[b-6mnts42ga0], #row_2_mobile[b-6mnts42ga0] {
        display: none
    }

    #row_2[b-6mnts42ga0] {
        padding: 53px 32px 138px
    }

    #row_2_a_c[b-6mnts42ga0] {
        margin-right: 80px;
        width: 50%
    }

    #row_2_b[b-6mnts42ga0] {
        width: 50%
    }

    #missionTitle[b-6mnts42ga0], #values[b-6mnts42ga0], #valuesTitle[b-6mnts42ga0], #visionTitle[b-6mnts42ga0] {
        margin-bottom: 16px
    }

    #mission[b-6mnts42ga0], #values2[b-6mnts42ga0] {
        margin-bottom: 80px
    }

    #ourMissionTitle[b-6mnts42ga0], #ourValuesTitle[b-6mnts42ga0], #ourVisionTitle[b-6mnts42ga0] {
        font-size: 34px;
        line-height: 1.24
    }

    #ourMission[b-6mnts42ga0], #ourValues[b-6mnts42ga0], #ourValues2[b-6mnts42ga0], #ourVision[b-6mnts42ga0] {
        font-size: 18px;
        line-height: 1.17;
        white-space: break-spaces
    }

        #ourMission[b-6mnts42ga0]:before {
            content: attr(ourMission-text1)
        }

        #ourValues[b-6mnts42ga0]:before {
            content: attr(ourValues-text1)
        }

        #ourValues2[b-6mnts42ga0]:before {
            content: attr(ourValues2-text1)
        }

        #ourVision[b-6mnts42ga0]:before {
            content: attr(ourVision-text1)
        }

    #row_3[b-6mnts42ga0] {
        padding: 70px 0 94px
    }

    #learnMoreAs[b-6mnts42ga0] {
        font-size: 34px;
        line-height: 1.18;
        margin-bottom: 46px
    }

    #driver[b-6mnts42ga0], #with[b-6mnts42ga0] {
        font-size: 20px;
        width: 205px
    }

    #with[b-6mnts42ga0] {
        margin-right: 16px
    }

    #row_4[b-6mnts42ga0] {
        padding: 0
    }

    #karoot-our-office[b-6mnts42ga0] {
        margin: 53px 0 20px 32px;
        flex: 1;
        position: relative;
        width: 50%
    }

    #investTitle[b-6mnts42ga0] {
        font-size: 34px;
        line-height: 1.24;
        margin-bottom: 18px
    }

    #invest[b-6mnts42ga0] {
        font-size: 18px;
        line-height: 1.17;
        margin-bottom: 76px
    }

        #invest[b-6mnts42ga0]:before {
            content: attr(invest-text2)
        }

    #investTitle[b-6mnts42ga0]:before {
        content: attr(investTitle-text2)
    }

    #apply-button[b-6mnts42ga0] {
        font-size: 20px;
        width: 342px
    }

    #office_div[b-6mnts42ga0] {
        width: 50%
    }

    #office[b-6mnts42ga0] {
        position: absolute;
        bottom: 0;
        right: 0
    }

    #ping_pong_img[b-6mnts42ga0] {
        max-width: 100%;
        height: auto
    }
}

@media (min-width:916px) {
    #row_5[b-6mnts42ga0] {
        display: grid;
        align-items: normal;
        grid-template-columns: 1fr 7fr 6fr
    }

    #sitemap[b-6mnts42ga0] {
        padding: 84px 0 83px 32px;
        width: 250px
    }

    #social_media[b-6mnts42ga0] {
        padding: 90px 24px 83px 86px
    }

    #download[b-6mnts42ga0] {
        text-align: right;
        padding: 84px 50px 0 0
    }

    #downloadApp[b-6mnts42ga0] {
        padding: 0 0 24px
    }
}

@media (min-width:1224px) {
    #karoot[b-6mnts42ga0], #missionTitle[b-6mnts42ga0], #values[b-6mnts42ga0], #valuesTitle[b-6mnts42ga0], #visionTitle[b-6mnts42ga0] {
        margin-bottom: 42px
    }

    #investTitle[b-6mnts42ga0], #karoot[b-6mnts42ga0], #ourMissionTitle[b-6mnts42ga0], #ourValuesTitle[b-6mnts42ga0], #ourVisionTitle[b-6mnts42ga0] {
        font-size: 45px;
        line-height: 1.07
    }

    #row_3[b-6mnts42ga0], #row_4[b-6mnts42ga0] {
        margin-top: -35px
    }

    #row_1[b-6mnts42ga0] {
        display: grid;
        align-items: flex-start;
        grid-template-columns: 1fr 1fr
    }

    #karoot_our[b-6mnts42ga0] {
        margin: 130px 0 155px 48px
    }

    #our[b-6mnts42ga0]:before {
        content: attr(our-text1)
    }

    #our-continue[b-6mnts42ga0]:before {
        content: attr(our-continue-text1)
    }

    #boy_picture[b-6mnts42ga0] {
        position: static;
        max-height: 100%;
        height: 100%;
        display: block
    }

    #row_2[b-6mnts42ga0] {
        padding: 75px 48px 112px
    }

    #mission[b-6mnts42ga0], #values2[b-6mnts42ga0] {
        margin-bottom: 80px
    }

    #ourMission[b-6mnts42ga0], #ourValues[b-6mnts42ga0], #ourValues2[b-6mnts42ga0], #ourVision[b-6mnts42ga0] {
        font-size: 20px;
        line-height: 1.25
    }

        #ourMission[b-6mnts42ga0]:before {
            content: attr(ourMission-text1)
        }

        #ourValues[b-6mnts42ga0]:before {
            content: attr(ourValues-text1)
        }

        #ourValues2[b-6mnts42ga0]:before {
            content: attr(ourValues2-text1)
        }

        #ourVision[b-6mnts42ga0]:before {
            content: attr(ourVision-text1)
        }

    #row_3[b-6mnts42ga0] {
        padding: 70px 0 105px
    }

    #learnMoreAs[b-6mnts42ga0] {
        font-size: 35px;
        line-height: 1.14
    }

    #row_4[b-6mnts42ga0] {
        padding: 0;
        position: relative;
        display: flex
    }

    #karoot-our-office[b-6mnts42ga0] {
        margin: 77px 0 20px 48px;
        flex: 1
    }

    #invest[b-6mnts42ga0] {
        font-size: 20px;
        line-height: 1.25;
        margin-bottom: 67px
    }

        #invest[b-6mnts42ga0]:before {
            content: attr(invest-text1)
        }

    #investTitle[b-6mnts42ga0]:before {
        content: attr(investTitle-text1)
    }

    #sitemap[b-6mnts42ga0] {
        padding: 84px 0 83px 48px
    }
}
/* /Pages/PageNotFound.razor.rz.scp.css */
#content-wrapper[b-drvlhpf1hm] {
    background-image: url('images/global/shape-image.jpg');
    background-color: #cdd5f5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: env(safe-area-inset-bottom);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Set to full viewport height */
    text-align: center;
    margin: 0;
    padding: 10px; /* Add padding to keep content away from edges */
    box-sizing: border-box; /* Ensure padding doesn't add extra width */
}

h1[b-drvlhpf1hm] {
    font-size: 6vw; /* Make size relative to viewport width for responsiveness */
    font-weight: 700; /* Bold for better visibility */
    margin: 0.5em 0; /* Add some margin for spacing */
}

h2[b-drvlhpf1hm] {
    font-size: 4vw; /* Make size relative to viewport width */
    font-weight: 600; /* Bold for better emphasis */
    margin: 0.5em 0;
}

.error-description[b-drvlhpf1hm] {
    font-size: 1.5rem; /* Relative units for better scaling */
    max-width: 80%; /* Restrict width to avoid stretching */
    margin: 0 auto; /* Center align within its container */
    padding: 10px; /* Add padding for better readability */
    box-sizing: border-box;
}

#more[b-drvlhpf1hm] {
    font-size: 1rem; /* Use relative units */
    color: white; /* Button text color */
    background-color: black; /* Button background color */
    font-family: 'AeonikPro Medium', sans-serif;
    border-radius: 14px;
    width: 60%; /* Responsive width */
    max-width: 300px; /* Prevents button from getting too large */
    height: 3rem; /* Use relative units for button height */
    border: none;
    margin-top: 2rem; /* Add space above the button */
    margin-bottom: 100px;
}

.store-image[b-drvlhpf1hm] {
    height: 48px;
}

#service[b-drvlhpf1hm] {
    font-family: 'AeonikPro Regular', sans-serif;
    font-size: 1rem; /* Relative size for responsiveness */
    color: #fff;
    margin-top: 1rem; /* Space between the buttons and the text */
}

/* Small Screens (Mobile Devices) */
@media (max-width: 768px) {
    #content-wrapper[b-drvlhpf1hm] {
        padding: 20px; /* More padding on small screens for readability */
    }

    h1[b-drvlhpf1hm] {
        font-size: 10vw; /* Larger header for smaller screens */
    }

    h2[b-drvlhpf1hm] {
        font-size: 6vw; /* Larger size for the subheading */
    }

    .store-image[b-drvlhpf1hm] {
        height: 32px;
    }

}

/* Medium Screens (Landscape Tablets, Small Desktops) */
@media (min-width: 769px) and (max-width: 1024px) {
    #content-wrapper[b-drvlhpf1hm] {
        padding: 30px; /* Padding for medium screens */
    }

    h1[b-drvlhpf1hm] {
        font-size: 8vw; /* Header size for medium screens */
    }

    h2[b-drvlhpf1hm] {
        font-size: 5vw; /* Subheading size for medium screens */
    }

    #more[b-drvlhpf1hm] {
        width: 40%; /* Adjust button width for medium screens */
    }

    .store-image[b-drvlhpf1hm] {
        height: 40px;
    }
}

/* Large Screens (Desktops) */
@media (min-width: 1025px) {
    #content-wrapper[b-drvlhpf1hm] {
        padding: 40px; /* Padding for large screens */
    }

    h1[b-drvlhpf1hm] {
        font-size: 4rem; /* Fixed size for better readability on large screens */
    }

    h2[b-drvlhpf1hm] {
        font-size: 2.5rem; /* Fixed size for large screens */
    }

    #more[b-drvlhpf1hm] {
        width: 25%; /* Adjust button width for large screens */
        max-width: 350px; /* Prevent button from becoming too large */
        font-size: 1.25rem; /* Increase font size for the button */
    }

    #service[b-drvlhpf1hm] {
        margin-top: 2rem; /* Add space above the service text */
        font-size: 1.25rem; /* Increase font size for large screens */
    }
}
/* /Pages/Positions.razor.rz.scp.css */
.positions-layout[b-i1sy2eza6e] {
    height: auto;
    display: grid
}

    .positions-layout > div[b-i1sy2eza6e] {
        display: grid;
        align-items: center
    }

#office_img[b-i1sy2eza6e] {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover
}

a:hover[b-i1sy2eza6e] {
    cursor: pointer
}

a[b-i1sy2eza6e] {
    text-decoration: none
}

h1[b-i1sy2eza6e], h2[b-i1sy2eza6e] {
    font-weight: 500;
}

@media (min-width:320px) {
    #accordion[b-i1sy2eza6e], #office_img_mobile[b-i1sy2eza6e] {
        width: 100%
    }

    #request[b-i1sy2eza6e], #row_3[b-i1sy2eza6e] {
        background-color: #000
    }

    #about[b-i1sy2eza6e], #admin[b-i1sy2eza6e], #contact[b-i1sy2eza6e], #drive[b-i1sy2eza6e], #ride[b-i1sy2eza6e], #terms[b-i1sy2eza6e] {
        padding-bottom: 5px
    }

    #facebook[b-i1sy2eza6e] {
        margin-left: -10px;
    }

    #facebook[b-i1sy2eza6e], #instagram[b-i1sy2eza6e], #ios_icon[b-i1sy2eza6e], #twitter[b-i1sy2eza6e], #youtube[b-i1sy2eza6e] {
        padding-right: 16px
    }

    #android_icon[b-i1sy2eza6e], #ios_icon[b-i1sy2eza6e] {
        height: 60px
    }

    #contact_text[b-i1sy2eza6e], #request[b-i1sy2eza6e], #service[b-i1sy2eza6e] {
        color: #fff
    }

    #row_1[b-i1sy2eza6e] {
        background-color: #e4e4e4;
        align-items: flex-start;
        height: 100%
    }

    #row_1_texts[b-i1sy2eza6e] {
        margin: 22px 0 57px 24px
    }

    #positions_img[b-i1sy2eza6e] {
        display: none
    }

    #jobsTitle[b-i1sy2eza6e] {
        font-family: AeonikPro Medium;
        font-size: 35px;
        font-weight: 500;
        line-height: 1.14;
        margin-bottom: 22px
    }

    #jobsText[b-i1sy2eza6e], #noJobs[b-i1sy2eza6e] {
        font-family: AeonikPro Regular;
        font-size: 20px;
        line-height: 1.25;
        white-space: pre
    }

        #noJobs[b-i1sy2eza6e]:before {
            content: attr(noJobs-text2)
        }

        #jobsText[b-i1sy2eza6e]:before {
            content: attr(jobsText-text2)
        }

    #jobsText[b-i1sy2eza6e] {
        margin-bottom: 33px;
        margin-top: 22px
    }

    #jobsListTitle[b-i1sy2eza6e], #jobsListUrl[b-i1sy2eza6e], #positionsJobsTitle[b-i1sy2eza6e], #request[b-i1sy2eza6e] {
        font-family: AeonikPro Medium;
        font-weight: 500
    }

    #request[b-i1sy2eza6e] {
        width: 242px;
        height: 48px;
        padding: 12px;
        border-radius: 10px;
        font-size: 18px;
        text-align: center
    }

    #row_2[b-i1sy2eza6e] {
        background-color: #fff;
        border-radius: 35px 35px 0 0;
        margin-top: -162px
    }

    #accordion[b-i1sy2eza6e] {
        padding: 21px 24px 44.6px
    }

    #positionsJobsTitle[b-i1sy2eza6e] {
        font-size: 24px;
        line-height: 1.04;
        margin-bottom: 20px
    }

    .openJobs[b-i1sy2eza6e] {
        padding: .75rem 0;
        border-block-end: 2px outset;
        display: flex;
    }

    #jobsListTitle[b-i1sy2eza6e] {
        font-size: 16px;
        line-height: 1.56
    }

    #jobsListUrl[b-i1sy2eza6e] {
        font-size: 16px;
        line-height: 1.56;
        margin-left: auto;
        color: blue;
    }

    #sitemap[b-i1sy2eza6e] {
        padding: 64px 0 44px 24px
    }

    #about_text[b-i1sy2eza6e], #cities_text[b-i1sy2eza6e], #admin_text[b-i1sy2eza6e], #drive_text[b-i1sy2eza6e], #privacy_text[b-i1sy2eza6e], #ride_text[b-i1sy2eza6e], #terms_text[b-i1sy2eza6e] {
        font-family: AeonikPro Regular;
        font-size: 20px;
        line-height: 1.25;
        color: #fff
    }

    #contact_text[b-i1sy2eza6e], #downloadApp_text[b-i1sy2eza6e] {
        font-family: AeonikPro Medium;
        font-size: 20px;
        line-height: 1.25
    }

    #social_media[b-i1sy2eza6e] {
        padding: 0 0 44px 24px
    }

    #contact[b-i1sy2eza6e] {
        padding-top: 36px
    }

    #download[b-i1sy2eza6e] {
        padding: 0 0 61px 24px
    }

    #downloadApp[b-i1sy2eza6e] {
        padding: 0 0 24px
    }

    #downloadApp_text[b-i1sy2eza6e] {
        color: #00fe89
    }

    #service[b-i1sy2eza6e] {
        margin: 20px 0 0;
        font-family: AeonikPro Regular;
        font-size: 16px;
        line-height: 1.88
    }
}

@media (min-width:768px) {
    #row_1[b-i1sy2eza6e] {
        grid-template-columns: 1fr 1.89fr
    }

    #positions_img_mobile[b-i1sy2eza6e] {
        display: none
    }

    #row_1_texts[b-i1sy2eza6e] {
        margin: 83.8px 20px 0 32px
    }

    #positions_img[b-i1sy2eza6e] {
        position: static;
        max-height: 100%;
        height: 100%;
        display: block
    }

    #jobsTitle[b-i1sy2eza6e] {
        font-size: 34px;
        line-height: 1.24;
        margin-bottom: 17.2px
    }

    #noJobs[b-i1sy2eza6e]:before {
        content: attr(noJobs-text2)
    }

    #jobsText[b-i1sy2eza6e]:before {
        content: attr(jobsText-text2)
    }

    #jobsText[b-i1sy2eza6e] {
        margin-bottom: 74px;
        margin-top: 17px
    }

    #request_div[b-i1sy2eza6e] {
        margin-bottom: 86px
    }

    #request[b-i1sy2eza6e] {
        font-size: 20px
    }

    #row_2[b-i1sy2eza6e] {
        margin-top: -65px
    }

    #accordion[b-i1sy2eza6e] {
        padding: 63px 31.8px 72.5px 32px
    }

    #positionsJobsTitle[b-i1sy2eza6e] {
        font-size: 34px;
        line-height: .74;
        margin-bottom: 46px
    }

    #jobsListTitle[b-i1sy2eza6e] {
        font-size: 18px;
        line-height: 1.39
    }

    #jobsListUrl[b-i1sy2eza6e] {
        font-size: 18px;
        line-height: 1.39;
    }
}

@media (min-width:916px) {
    #row_3[b-i1sy2eza6e] {
        display: grid;
        align-items: normal;
        grid-template-columns: 1fr 7fr 6fr
    }

    #sitemap[b-i1sy2eza6e] {
        padding: 84px 0 83px 32px;
        width: 250px
    }

    #social_media[b-i1sy2eza6e] {
        padding: 90px 24px 83px 86px
    }

    #download[b-i1sy2eza6e] {
        text-align: right;
        padding: 84px 50px 0 0
    }

    #downloadApp[b-i1sy2eza6e] {
        padding: 0 0 24px
    }
}

@media (min-width:1224px) {
    #row_1_texts[b-i1sy2eza6e] {
        margin: 130px 48px 0
    }

    #jobsTitle[b-i1sy2eza6e] {
        font-family: AeonikPro Medium;
        font-size: 45px;
        font-weight: 500;
        line-height: 1.07;
        margin-bottom: 22px
    }

    #jobsText[b-i1sy2eza6e], #noJobs[b-i1sy2eza6e] {
        font-family: AeonikPro Regular;
        font-size: 20px;
        line-height: 1.25
    }

        #noJobs[b-i1sy2eza6e]:before {
            content: attr(noJobs-text1)
        }

        #jobsText[b-i1sy2eza6e]:before {
            content: attr(jobsText-text1)
        }

    #jobsText[b-i1sy2eza6e] {
        white-space: pre;
        margin-top: 22px;
        margin-bottom: 49px
    }

    #request[b-i1sy2eza6e] {
        width: 350px;
        height: 48px;
        padding: 12px;
        border-radius: 14px;
        background-color: #000;
        font-size: 25px;
        line-height: 1.12;
        text-align: center;
        color: #fff
    }

    #row_2[b-i1sy2eza6e] {
        margin-top: -149px
    }

    #accordion[b-i1sy2eza6e] {
        padding: 62px 50px 70.5px;
        width: 100%
    }

    #positionsJobsTitle[b-i1sy2eza6e] {
        font-size: 35px;
        line-height: .71;
        margin-bottom: 44px
    }

    .openJobs[b-i1sy2eza6e] {
        padding: .75rem 0;
        border-block-end: 2px outset
    }

    #jobsListTitle[b-i1sy2eza6e] {
        font-size: 20px;
        line-height: 1.25
    }

    #jobsListUrl[b-i1sy2eza6e] {
        font-size: 20px;
        line-height: 1.25;
    }

    #sitemap[b-i1sy2eza6e] {
        padding: 84px 0 83px 48px
    }
}
/* /Pages/PrivacyDriver.razor.rz.scp.css */
a:hover[b-ldftuil0p3] {
    cursor: pointer
}

a[b-ldftuil0p3] {
    text-decoration: none
}

#attributes[b-ldftuil0p3] {
    margin: 0 30px
}

@media (min-width:320px) {
    #about[b-ldftuil0p3], #admin[b-ldftuil0p3], #contact[b-ldftuil0p3], #drive[b-ldftuil0p3], #ride[b-ldftuil0p3], #terms[b-ldftuil0p3] {
        padding-bottom: 5px
    }

    #contact_text[b-ldftuil0p3], #service[b-ldftuil0p3] {
        color: #fff
    }

    #row_3[b-ldftuil0p3] {
        background-color: #000
    }

    #sitemap[b-ldftuil0p3] {
        padding: 64px 0 44px 24px
    }

    #about_text[b-ldftuil0p3], #cities_text[b-ldftuil0p3], #admin_text[b-ldftuil0p3], #drive_text[b-ldftuil0p3], #privacy_text[b-ldftuil0p3], #ride_text[b-ldftuil0p3], #terms_text[b-ldftuil0p3] {
        font-family: AeonikPro Regular;
        font-size: 20px;
        line-height: 1.25;
        color: #fff
    }

    #contact_text[b-ldftuil0p3], #downloadApp_text[b-ldftuil0p3] {
        font-family: AeonikPro Medium;
        font-size: 20px;
        line-height: 1.25
    }

    #social_media[b-ldftuil0p3] {
        padding: 0 0 44px 24px
    }

    #facebook[b-ldftuil0p3] {
        margin-left: -10px;
    }

    #facebook[b-ldftuil0p3], #instagram[b-ldftuil0p3], #twitter[b-ldftuil0p3], #youtube[b-ldftuil0p3] {
        padding-right: 16px
    }

    #contact[b-ldftuil0p3] {
        padding-top: 36px
    }

    #download[b-ldftuil0p3] {
        padding: 0 0 61px 24px
    }

    #downloadApp[b-ldftuil0p3] {
        padding: 0 0 24px
    }

    #downloadApp_text[b-ldftuil0p3] {
        color: #00fe89
    }

    #android_icon[b-ldftuil0p3] {
        height: 60px
    }

    #service[b-ldftuil0p3] {
        margin: 20px 0 0;
        font-family: AeonikPro Regular;
        font-size: 16px;
        line-height: 1.88
    }
}

@media (min-width:916px) {
    #row_3[b-ldftuil0p3] {
        display: grid;
        align-items: normal;
        grid-template-columns: 1fr 7fr 6fr
    }

    #sitemap[b-ldftuil0p3] {
        padding: 84px 0 83px 32px;
        width: 250px
    }

    #social_media[b-ldftuil0p3] {
        padding: 90px 24px 83px 86px
    }

    #download[b-ldftuil0p3] {
        text-align: right;
        padding: 84px 50px 0 0
    }

    #downloadApp[b-ldftuil0p3] {
        padding: 0 0 24px
    }
}

@media (min-width:1224px) {
    #sitemap[b-ldftuil0p3] {
        padding: 84px 0 83px 48px
    }
}
/* /Pages/PrivacyPolicy.razor.rz.scp.css */
a:hover[b-c8my58khp8] {
    cursor: pointer
}

a[b-c8my58khp8] {
    text-decoration: none
}

#attributes[b-c8my58khp8] {
    margin: 0 30px
}

@media (min-width:320px) {
    #about[b-c8my58khp8], #admin[b-c8my58khp8], #contact[b-c8my58khp8], #drive[b-c8my58khp8], #ride[b-c8my58khp8], #terms[b-c8my58khp8] {
        padding-bottom: 5px
    }

    #facebook[b-c8my58khp8] {
        margin-left: -10px;
    }

    #facebook[b-c8my58khp8], #instagram[b-c8my58khp8], #ios_icon[b-c8my58khp8], #twitter[b-c8my58khp8], #youtube[b-c8my58khp8] {
        padding-right: 16px
    }

    #android_icon[b-c8my58khp8], #ios_icon[b-c8my58khp8] {
        height: 60px
    }

    #contact_text[b-c8my58khp8], #service[b-c8my58khp8] {
        color: #fff
    }

    #row_3[b-c8my58khp8] {
        background-color: #000
    }

    #sitemap[b-c8my58khp8] {
        padding: 64px 0 44px 24px
    }

    #about_text[b-c8my58khp8], #cities_text[b-c8my58khp8], #admin_text[b-c8my58khp8], #drive_text[b-c8my58khp8], #privacy_text[b-c8my58khp8], #ride_text[b-c8my58khp8], #terms_text[b-c8my58khp8] {
        font-family: AeonikPro Regular;
        font-size: 20px;
        line-height: 1.25;
        color: #fff
    }

    #contact_text[b-c8my58khp8], #downloadApp_text[b-c8my58khp8] {
        font-family: AeonikPro Medium;
        font-size: 20px;
        line-height: 1.25
    }

    #social_media[b-c8my58khp8] {
        padding: 0 0 44px 24px
    }

    #contact[b-c8my58khp8] {
        padding-top: 36px
    }

    #download[b-c8my58khp8] {
        padding: 0 0 61px 24px
    }

    #downloadApp[b-c8my58khp8] {
        padding: 0 0 24px
    }

    #downloadApp_text[b-c8my58khp8] {
        color: #00fe89
    }

    #service[b-c8my58khp8] {
        margin: 20px 0 0;
        font-family: AeonikPro Regular;
        font-size: 16px;
        line-height: 1.88
    }
}

@media (min-width:916px) {
    #row_3[b-c8my58khp8] {
        display: grid;
        align-items: normal;
        grid-template-columns: 1fr 7fr 6fr
    }

    #sitemap[b-c8my58khp8] {
        padding: 84px 0 83px 32px;
        width: 250px
    }

    #social_media[b-c8my58khp8] {
        padding: 90px 24px 83px 86px
    }

    #download[b-c8my58khp8] {
        text-align: right;
        padding: 84px 50px 0 0
    }

    #downloadApp[b-c8my58khp8] {
        padding: 0 0 24px
    }
}

@media (min-width:1224px) {
    #sitemap[b-c8my58khp8] {
        padding: 84px 0 83px 48px
    }
}
/* /Pages/Ride.razor.rz.scp.css */
.ride_layout[b-vrf23rqpbr] {
    height: auto;
    display: grid
}

.btn[b-vrf23rqpbr] {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
    font-weight: 400;
    color: #000;
    text-align: left;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem 0;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem
}

    .btn.focus[b-vrf23rqpbr], .btn:focus[b-vrf23rqpbr] {
        box-shadow: none
    }

.btn-link:focus[b-vrf23rqpbr], .btn-link:hover[b-vrf23rqpbr], a[b-vrf23rqpbr] {
    text-decoration: none
}

#check[b-vrf23rqpbr], #checkTitle[b-vrf23rqpbr], #destination[b-vrf23rqpbr], #destinationTitle[b-vrf23rqpbr], #find[b-vrf23rqpbr], #findTitle[b-vrf23rqpbr], #rating[b-vrf23rqpbr], #ratingTitle[b-vrf23rqpbr], #relax[b-vrf23rqpbr], #relaxTitle[b-vrf23rqpbr] {
    white-space: pre
}

a:hover[b-vrf23rqpbr] {
    cursor: pointer
}

#destinationLi[b-vrf23rqpbr] {
    width: 32%
}

#findLi[b-vrf23rqpbr] {
    width: 28%
}

#routLi[b-vrf23rqpbr] {
    width: 26%
}

h1[b-vrf23rqpbr], h2[b-vrf23rqpbr] {
    font-weight:500;
}

.store-buttons[b-vrf23rqpbr] {
    display: flex;
    gap: 15px;
}

@media (min-width:320px) {
    .store-image[b-vrf23rqpbr] {
        height: 32px;
    }

    #carousel[b-vrf23rqpbr], #make[b-vrf23rqpbr], #moving[b-vrf23rqpbr] {
        white-space: pre
    }

    #carousel[b-vrf23rqpbr], #take[b-vrf23rqpbr] {
        padding: 0 0 0 24px;
        color: #fff
    }

    .carousel-inner[b-vrf23rqpbr] {
        padding-left: 60px;
    }

    #row_2[b-vrf23rqpbr], #row_3[b-vrf23rqpbr] {
        border-radius: 35px 35px 0 0;
        margin-top: -35px
    }

    #make[b-vrf23rqpbr], #youDont[b-vrf23rqpbr] {
        line-height: 1.14
    }

    #carousel[b-vrf23rqpbr], .steps[b-vrf23rqpbr] {
        margin-bottom: 0
    }

    #row_2[b-vrf23rqpbr], #row_3[b-vrf23rqpbr], #row_4[b-vrf23rqpbr] {
        margin-top: -35px
    }

    #accordion[b-vrf23rqpbr], #ride_girl[b-vrf23rqpbr] {
        width: 100%
    }

    #accordion[b-vrf23rqpbr], #faqsListBody[b-vrf23rqpbr], #faqsListTitle[b-vrf23rqpbr] {
        white-space: pre-wrap
    }

    #about[b-vrf23rqpbr], #admin[b-vrf23rqpbr], #contact[b-vrf23rqpbr], #drive[b-vrf23rqpbr], #ride[b-vrf23rqpbr], #terms[b-vrf23rqpbr] {
        padding-bottom: 5px
    }

    #facebook[b-vrf23rqpbr] {
        margin-left: -10px;
    }

    #facebook[b-vrf23rqpbr], #instagram[b-vrf23rqpbr], #ios_icon[b-vrf23rqpbr], #twitter[b-vrf23rqpbr], #youtube[b-vrf23rqpbr] {
        padding-right: 16px
    }

    #android_icon[b-vrf23rqpbr], #ios_icon[b-vrf23rqpbr] {
        height: 60px
    }

    #carousel[b-vrf23rqpbr], #contact_text[b-vrf23rqpbr], #service[b-vrf23rqpbr], #take[b-vrf23rqpbr] {
        color: #fff
    }

    #row_1[b-vrf23rqpbr] {
        background-color: #b8ffae
    }

    #make_moving[b-vrf23rqpbr] {
        padding: 37px 0 53px 24px
    }

    #make[b-vrf23rqpbr] {
        font-size: 28px;
        font-family: 'AeonikPro Medium';
        margin-bottom: 18px
    }

        #make[b-vrf23rqpbr]:before {
            content: attr(make-text2)
        }

    #moving[b-vrf23rqpbr] {
        font-size: 20px;
        margin-bottom: 31px;
        line-height: 24px;
        font-family: 'AeonikPro Regular'
    }

    #accordion button[b-vrf23rqpbr], #accordion > p[b-vrf23rqpbr], #take[b-vrf23rqpbr] {
        font-family: 'AeonikPro Medium'
    }

    #moving[b-vrf23rqpbr]:before {
        content: attr(moving-text2)
    }

    #row_2[b-vrf23rqpbr] {
        background-color: #4a27ef;
        padding: 43px 0 92.2px
    }

    #take[b-vrf23rqpbr] {
        font-size: 28px;
        line-height: 1.26;
        margin-bottom: 14px
    }

    #carousel[b-vrf23rqpbr], .card-body[b-vrf23rqpbr] {
        font-family: 'AeonikPro Regular'
    }

    #carousel[b-vrf23rqpbr] {
        font-size: 16px;
        line-height: 1.25;
        height: 100px
    }

        #carousel[b-vrf23rqpbr]:before {
            content: attr(carousel-text2)
        }

    /* Disabled look (matches your inline pointer-events:none) */
    .carousel-control-prev.is-disabled[b-vrf23rqpbr],
    .carousel-control-next.is-disabled[b-vrf23rqpbr] {
        opacity: .35;
    }

    .carousel-control-next-icon[b-vrf23rqpbr], .carousel-control-prev-icon[b-vrf23rqpbr] {
        width: 44px;
        height: 44px;
        background-image: none;
    }

    #row_3[b-vrf23rqpbr] {
        background-color: #f4f4f4;
        padding: 0 0 62px 24px
    }

    #row_4[b-vrf23rqpbr], .card-header[b-vrf23rqpbr] {
        background-color: #fff
    }

    #youDont[b-vrf23rqpbr] {
        font-family: AeonikPro Medium;
        font-size: 35px;
        padding-top: 43px;
        margin-bottom: 66px
    }

    .steps[b-vrf23rqpbr] {
        padding-left: 0;
    }

        .steps li[b-vrf23rqpbr] {
        padding: 0 0 48px 49px;
        position: relative
    }

        .steps li[b-vrf23rqpbr]:after {
            position: absolute;
            left: 0;
            top: 0;
            content: no-close-quote;
            border-radius: 50%;
            height: 35px;
            width: 35px;
            background: #000
        }

        .steps li[b-vrf23rqpbr]:before {
            position: absolute;
            left: 16px;
            content: "";
            height: 100%;
            width: 0;
            border: 2px solid #000
        }

        .card[b-vrf23rqpbr], .steps li:last-of-type[b-vrf23rqpbr]:before {
            border: none
        }

    #find[b-vrf23rqpbr]:before {
        content: attr(find-text2)
    }

    #check[b-vrf23rqpbr]:before {
        content: attr(check-text2)
    }

    #relax[b-vrf23rqpbr]:before {
        content: attr(relax-text2)
    }

    #rating[b-vrf23rqpbr]:before {
        content: attr(rating-text2)
    }

    #checkTitle[b-vrf23rqpbr], #destinationTitle[b-vrf23rqpbr], #findTitle[b-vrf23rqpbr], #ratingTitle[b-vrf23rqpbr], #relaxTitle[b-vrf23rqpbr] {
        font-family: AeonikPro Medium;
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 17px
    }

    #check[b-vrf23rqpbr], #destination[b-vrf23rqpbr], #find[b-vrf23rqpbr], #rating[b-vrf23rqpbr], #relax[b-vrf23rqpbr] {
        font-family: AeonikPro Regular;
        font-size: 16px;
        line-height: 1.25;
        margin-bottom: 0
    }

    #row_4[b-vrf23rqpbr] {
        border-radius: 35px 35px 0 0
    }

    .panel-title > button[b-vrf23rqpbr]:after {
        float: right !important;
        font-family: FontAwesome;
        content: "\f068";
        padding-right: 5px;
        color: gray;
        transform: scale(2,2);
        -webkit-text-stroke: 2px #fff;
        margin-left: 10px
    }

    .panel-title > button.collapsed[b-vrf23rqpbr]:after {
        content: "\f067";
        margin-left: 10px
    }

    #accordion[b-vrf23rqpbr] {
        padding: 60px 24px 40px
    }

    #loadingFaqs[b-vrf23rqpbr] {
        font-size: 20px
    }

    #accordion > p[b-vrf23rqpbr] {
        font-size: 24px
    }

    #accordion button[b-vrf23rqpbr] {
        font-size: 16px;
        line-height: 1.56;
        font-weight: 500;
        text-align: left;
        color: #000
    }

    .icon[b-vrf23rqpbr] {
        width: 32px;
        height: 32px
    }

    .card-header[b-vrf23rqpbr] {
        padding: .75rem 0;
        border-block-end: 2px outset
    }

    .card-body[b-vrf23rqpbr] {
        margin-left: -20px;
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 1.25
    }

    #row_5[b-vrf23rqpbr] {
        background-color: #000
    }

    #sitemap[b-vrf23rqpbr] {
        padding: 64px 0 44px 24px
    }

    #about_text[b-vrf23rqpbr], #cities_text[b-vrf23rqpbr], #admin_text[b-vrf23rqpbr], #drive_text[b-vrf23rqpbr], #phone_text[b-vrf23rqpbr], #privacy_text[b-vrf23rqpbr], #ride_text[b-vrf23rqpbr], #terms_text[b-vrf23rqpbr] {
        font-family: AeonikPro Regular;
        font-size: 20px;
        line-height: 1.25;
        color: #fff
    }

    #contact_text[b-vrf23rqpbr], #downloadApp_text[b-vrf23rqpbr] {
        font-family: AeonikPro Medium;
        font-size: 20px;
        line-height: 1.25
    }

    #social_media[b-vrf23rqpbr] {
        padding: 0 0 44px 24px
    }

    #contact[b-vrf23rqpbr] {
        padding-top: 36px
    }

    #download[b-vrf23rqpbr] {
        padding: 0 0 61px 24px
    }

    #downloadApp[b-vrf23rqpbr] {
        padding: 0 0 24px
    }

    #downloadApp_text[b-vrf23rqpbr] {
        color: #00fe89
    }

    #service[b-vrf23rqpbr] {
        margin: 20px 0 0;
        font-family: AeonikPro Regular;
        font-size: 16px;
        line-height: 1.88
    }
}

@media (min-width:768px) {
    .store-image[b-vrf23rqpbr] {
        height: 40px;
    }

    #carousel[b-vrf23rqpbr], #take[b-vrf23rqpbr] {
        padding: 0 0 0 32px
    }

    .carousel-img[b-vrf23rqpbr] {
        width: 80%;
        margin: 0 auto;
    }
    #accordion[b-vrf23rqpbr] {
        width: 100%
    }

    .carousel-inner[b-vrf23rqpbr] {
        padding-left: 0;
    }

    #accordion[b-vrf23rqpbr], #faqsListBody[b-vrf23rqpbr], #faqsListTitle[b-vrf23rqpbr] {
        white-space: pre-wrap
    }

        #accordion button[b-vrf23rqpbr], #accordion > p[b-vrf23rqpbr] {
            font-family: 'AeonikPro Medium'
        }

    #row_3[b-vrf23rqpbr] {
        padding: 0 0 62px 32px
    }

    #row_4[b-vrf23rqpbr], .card-header[b-vrf23rqpbr] {
        background-color: #fff
    }

    #row_1[b-vrf23rqpbr] {
        background-image: url(images/ride/girl_with_circles_tablet2.webp);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: right
    }

    #make_moving[b-vrf23rqpbr] {
        padding: 124.8px 0 187px 32px
    }

    #make[b-vrf23rqpbr] {
        font-size: 34px;
        line-height: 1.24;
        margin-bottom: 16.2px
    }

        #make[b-vrf23rqpbr]:before {
            content: attr(make-text1)
        }

    #moving[b-vrf23rqpbr] {
        font-size: 18px;
        margin-bottom: 108.6px;
        line-height: 21px
    }

        #moving[b-vrf23rqpbr]:before {
            content: attr(moving-text1)
        }

    #ride_girl[b-vrf23rqpbr] {
        display: none
    }

    #row_2[b-vrf23rqpbr] {
        padding: 53px 0 137.8px;
        margin-top: -25px
    }

    #carousel_div[b-vrf23rqpbr] {
        display: flex;
        justify-content: center;
        align-items: center
    }

    #take[b-vrf23rqpbr] {
        font-size: 34px;
        line-height: .82;
        margin-bottom: 16px
    }

    #carousel[b-vrf23rqpbr] {
        font-size: 18px;
        line-height: 1.17;
        width: 410px
    }


    .carousel-control-prev-icon[b-vrf23rqpbr] {
        width: 44px;
        height: 44px;
    }

    .carousel-control-next-icon[b-vrf23rqpbr] {
        width: 44px;
        height: 44px;
    }

    #row_4[b-vrf23rqpbr] {
        margin-top: -35px;
        border-radius: 35px 35px 0 0
    }

    .panel-title > button[b-vrf23rqpbr]:after {
        float: right !important;
        font-family: FontAwesome;
        content: "\f068";
        padding-right: 5px;
        color: gray;
        transform: scale(2,2);
        -webkit-text-stroke: 2px #fff
    }

    .panel-title > button.collapsed[b-vrf23rqpbr]:after {
        content: "\f067"
    }

    #accordion[b-vrf23rqpbr] {
        padding: 60px 24px 40px
    }

    #loadingFaqs[b-vrf23rqpbr] {
        font-size: 20px
    }

    #accordion > p[b-vrf23rqpbr] {
        font-size: 24px
    }

    #accordion button[b-vrf23rqpbr] {
        font-size: 16px;
        line-height: 1.56;
        font-weight: 500;
        text-align: left;
        color: #000
    }

    .icon[b-vrf23rqpbr] {
        width: 32px;
        height: 32px
    }

    .card[b-vrf23rqpbr] {
        border: none
    }

    .card-header[b-vrf23rqpbr] {
        padding: .75rem 0;
        border-block-end: 2px outset
    }

    .card-body[b-vrf23rqpbr] {
        margin-left: -20px;
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 1.25;
        font-family: 'AeonikPro Regular'
    }

    .carousel-control-prev[b-vrf23rqpbr],
    .carousel-control-next[b-vrf23rqpbr] {
        width: 48px;
    }
}

@media (min-width:916px) {
    #row_5[b-vrf23rqpbr] {
        display: grid;
        align-items: normal;
        grid-template-columns: 1fr 7fr 6fr
    }

    #sitemap[b-vrf23rqpbr] {
        padding: 84px 0 83px 32px;
        width: 250px
    }

    #social_media[b-vrf23rqpbr] {
        padding: 90px 24px 83px 86px
    }

    #download[b-vrf23rqpbr] {
        text-align: right;
        padding: 84px 50px 0 0
    }

    #downloadApp[b-vrf23rqpbr] {
        padding: 0 0 24px
    }
}

@media (min-width:940px) {
    #row_1[b-vrf23rqpbr] {
        background-image: url(images/ride/girl_with_circles_tablet2.webp);
        background-size: 933px 100%
    }

    #row_3[b-vrf23rqpbr] {
        height: 1177px;
    }

    #youDont[b-vrf23rqpbr] {
        font-size: 34px;
        line-height: 1.24;
        margin-bottom: 78px;
        padding-top: 53px
    }

    .steps li[b-vrf23rqpbr] {
        all: initial;
        float: left;
        position: sticky
    }

        .steps li[b-vrf23rqpbr]:before {
            all: initial;
            content: no-close-quote;
            width: 35px;
            height: 35px;
            border-radius: 100%;
            display: block;
            background-color: #000
        }

        #ratingLi[b-vrf23rqpbr]:after, #relaxLi[b-vrf23rqpbr]:after, .steps li[b-vrf23rqpbr]:after {
            all: initial;
            content: "";
            position: absolute;
            height: 2px;
            background-color: #000;
            top: 16px
        }

        .steps li[b-vrf23rqpbr]:after {
            width: 267%;
            left: -114%
        }

        .steps li:first-child[b-vrf23rqpbr]:after {
            content: none
        }

    #destinationLi[b-vrf23rqpbr] {
        height: 400px
    }

    #relaxLi[b-vrf23rqpbr] {
        margin-top: 163px;
        width: 42%
    }

        #relaxLi[b-vrf23rqpbr]:after {
            width: 135%;
            left: -127%
        }

    #ratingLi[b-vrf23rqpbr] {
        margin-top: 163px;
        margin-left: -15%;
        width: 26%
    }

        #ratingLi[b-vrf23rqpbr]:after {
            width: 135%;
            left: -133%
        }

    #checkTitle[b-vrf23rqpbr], #destinationTitle[b-vrf23rqpbr], #findTitle[b-vrf23rqpbr], #ratingTitle[b-vrf23rqpbr], #relaxTitle[b-vrf23rqpbr] {
        font-size: 24px;
        line-height: 1.17;
        margin-top: 38px;
        margin-bottom: 0
    }

    #check[b-vrf23rqpbr], #destination[b-vrf23rqpbr], #find[b-vrf23rqpbr], #rating[b-vrf23rqpbr], #relax[b-vrf23rqpbr] {
        font-size: 18px;
        line-height: 1.44;
        margin-top: 16px
    }

    #check[b-vrf23rqpbr] {
        margin-bottom: 10px
    }

    #find[b-vrf23rqpbr]:before {
        content: attr(find-text1)
    }

    #check[b-vrf23rqpbr]:before {
        content: attr(check-text1)
    }

    #relax[b-vrf23rqpbr]:before {
        content: attr(relax-text1)
    }

    #rating[b-vrf23rqpbr]:before {
        content: attr(rating-text1)
    }
}

@media (min-width:990px) {
    #row_2[b-vrf23rqpbr] {
        display: flex
    }
}

@media (min-width:1224px) {
    .store-image[b-vrf23rqpbr] {
        height: 48px;
    }

    #make[b-vrf23rqpbr], #take[b-vrf23rqpbr] {
        line-height: 1.07
    }

    #carousel[b-vrf23rqpbr], #take[b-vrf23rqpbr] {
        padding: 0 0 0 86px
    }

    #accordion button[b-vrf23rqpbr], #accordion > p[b-vrf23rqpbr] {
        font-family: 'AeonikPro Medium'
    }

    #row_3[b-vrf23rqpbr] {       
        padding: 0 0 124px 86px
    }

    #row_1[b-vrf23rqpbr] {
        background-image: url(images/ride/girl-with-circles@2x_2.webp);
        background-size: 973px 100%
    }

    #make_moving[b-vrf23rqpbr] {
        padding: 130px 0 250px 86px
    }

    #make[b-vrf23rqpbr] {
        font-size: 45px;
        margin-bottom: 35px
    }

        #make[b-vrf23rqpbr]:before {
            content: attr(make-text1)
        }

    #moving[b-vrf23rqpbr] {
        font-size: 30px;
        margin-bottom: 83px;
        line-height: 35px
    }

        #moving[b-vrf23rqpbr]:before {
            content: attr(moving-text1)
        }

    #row_2[b-vrf23rqpbr] {
        margin-top: -45px
    }

    #take[b-vrf23rqpbr] {
        font-size: 45px;
        margin-bottom: 36px
    }

    #carousel[b-vrf23rqpbr] {
        font-size: 30px;
        line-height: 1.17;
        width: 650px
    }

    #accordion > p[b-vrf23rqpbr], #loadingFaqs[b-vrf23rqpbr] {
        font-size: 24px
    }


    #accordion[b-vrf23rqpbr] {
        padding: 76px 86px 50px;
        width: 100%
    }

        #accordion button[b-vrf23rqpbr] {
            font-size: 20px;
            line-height: 1.25;
            font-weight: 500;
            text-align: left
        }

    .card-body[b-vrf23rqpbr] {
        font-size: 20px;
        line-height: 1.5;
        font-family: 'AeonikPro Regular';
        margin-bottom: 12px
    }

    .icon[b-vrf23rqpbr] {
        width: 32px;
        height: 32px
    }

    .panel-title > button.collapsed[b-vrf23rqpbr]:after, .panel-title > button[b-vrf23rqpbr]:after {
        -webkit-text-stroke: 3px #fff
    }

    #sitemap[b-vrf23rqpbr] {
        padding: 84px 0 83px 48px
    }
}

@media (min-width:1710px) {
    #row_3[b-vrf23rqpbr] {
        padding: 0 0 124px 86px;
        height: auto
    }

    #youDont[b-vrf23rqpbr] {
        font-size: 45px;
        line-height: 1.07;
        padding-top: 95px;
        margin-bottom: 74px
    }

    .steps[b-vrf23rqpbr] {
        display: flex
    }

        .steps li[b-vrf23rqpbr] {
            all: initial;
            position: relative;
            display: inline-block
        }

            .steps li[b-vrf23rqpbr]:before {
                all: initial;
                content: no-close-quote;
                counter-increment: step;
                width: 35px;
                height: 35px;
                border-radius: 100%;
                display: block;
                margin: 0 auto 0 0;
                background-color: #000
            }

            #ratingLi[b-vrf23rqpbr]:after, #relaxLi[b-vrf23rqpbr]:after, .steps li[b-vrf23rqpbr]:after {
                all: initial;
                content: "";
                position: absolute;
                height: 2px;
                background-color: #000;
                top: 16px
            }

            .steps li[b-vrf23rqpbr]:after {
                width: 123%;
                left: -114%
            }

            .steps li:first-child[b-vrf23rqpbr]:after {
                content: none
            }

    #relaxLi[b-vrf23rqpbr] {
        margin-top: 0;
        width: 27%
    }

        #relaxLi[b-vrf23rqpbr]:after {
            width: 135%;
            left: -125%
        }

    #ratingLi[b-vrf23rqpbr] {
        margin-top: 0;
        width: 34%;
        margin-left: 0
    }

        #ratingLi[b-vrf23rqpbr]:after {
            width: 133%;
            left: -125%
        }

    #checkTitle[b-vrf23rqpbr], #destinationTitle[b-vrf23rqpbr], #findTitle[b-vrf23rqpbr], #ratingTitle[b-vrf23rqpbr], #relaxTitle[b-vrf23rqpbr] {
        font-size: 25px;
        line-height: 1.2;
        margin-top: 44px
    }

    #check[b-vrf23rqpbr], #destination[b-vrf23rqpbr], #find[b-vrf23rqpbr], #rating[b-vrf23rqpbr], #relax[b-vrf23rqpbr] {
        font-size: 21px;
        line-height: 1.24;
        margin-top: 23px
    }

    #check[b-vrf23rqpbr] {
        margin-bottom: 14px
    }
}

@media (min-width:1550px) {
    #carousel[b-vrf23rqpbr] {
        white-space: pre
    }
}


/* --- CAROUSEL: image sizing & centering (stable, no jank) --- */
.carousel-img[b-vrf23rqpbr] {
    display: block; /* prevents inline-gap / jank during slide */
    width: 100%;
    height: auto;
}
/* Center and size every slide's <img> deterministically */
#carouselExampleIndicators .carousel-item > img[b-vrf23rqpbr] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    /* Base (desktop/tablet): keep it at 80% of the carousel width,
     but cap at 650px to avoid huge files painting too large */
    width: 80%;
    max-width: 650px;
/*    aspect-ratio: 2 / 1; */
    object-fit: contain;
}

/* Phones: use the full width of the carousel */
@media (max-width: 767.98px) {
    #carouselExampleIndicators .carousel-item > img[b-vrf23rqpbr] {
        width: 100%;
        max-width: none;
    }
}

/* If older rules elsewhere set .carousel-img/.carousel_img width,
   this higher-specificity selector wins. You can keep class names as-is. */


/* --- CAROUSEL: arrows (equal gaps, no duplicate icons) --- */

/* Equal clickable zones on both sides */
.carousel-control-prev[b-vrf23rqpbr],
.carousel-control-next[b-vrf23rqpbr] {
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Smaller hit area on phones (optional) */
@media (max-width: 767.98px) {
    .carousel-control-prev[b-vrf23rqpbr],
    .carousel-control-next[b-vrf23rqpbr] {
        width: 48px;
    }
}

/* Draw arrows with pseudo-elements (CSP-safe, no external images) */
.carousel-control-prev-icon[b-vrf23rqpbr],
.carousel-control-next-icon[b-vrf23rqpbr] {
    position: relative;
    width: 44px;
    height: 44px;
    margin: 0 !important; /* kill any old left/right margins */
    background: none !important; /* ensure Bootstrap bg sprite is off */
}

    .carousel-control-prev-icon[b-vrf23rqpbr]::before,
    .carousel-control-next-icon[b-vrf23rqpbr]::before {
        content: "";
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 44px;
        line-height: 44px;
        color: #fff;
        text-shadow: 0 1px 3px rgba(0,0,0,.3);
    }

    .carousel-control-prev-icon[b-vrf23rqpbr]::before {
        content: "\276E";
    }
    /* ❮ */
    .carousel-control-next-icon[b-vrf23rqpbr]::before {
        content: "\276F";
    }
/* ❯ */

/* Disabled look (you already set pointer-events:none inline for disabled) */
.carousel-control-prev.is-disabled[b-vrf23rqpbr],
.carousel-control-next.is-disabled[b-vrf23rqpbr] {
    opacity: .35;
}

/* Screen-reader only text (BS4 style; BS5 uses .visually-hidden) */
.sr-only[b-vrf23rqpbr] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/*jjjjjjjjjjjjjjjjjjjj*/

/* --- Reserve space for arrows, center the whole inner --- */
#carouselExampleIndicators .carousel-inner[b-vrf23rqpbr] {
    max-width: 650px; /* cap the whole content width on desktop */
    margin: 0 auto; /* center the inner inside the carousel */
    padding: 0 64px; /* 64px left + right equals arrow zones */
}

/* Smaller reserved zones on phones (match your arrow control width) */
@media (max-width: 767.98px) {
    #carouselExampleIndicators .carousel-inner[b-vrf23rqpbr] {
        padding: 0 48px;
        max-width: none;
    }
}

/* --- Image should always fill its slide to avoid snap --- */
#carouselExampleIndicators .carousel-item > img[b-vrf23rqpbr] {
    display: block;
    width: 100%; /* <- key: matches the slide’s width during motion */
    height: auto;
    max-width: none; /* don't shrink by max-width from elsewhere */
    /*aspect-ratio: 2 / 1;*/ /* your assets are 908×454 (2:1) */
    object-fit: contain; /* no cropping if a slide is narrower */
    margin: 0; /* no auto-centering needed; width:100% fills */
}

/* --- Arrows: equal clickable zones + pseudo icons --- */
.carousel-control-prev[b-vrf23rqpbr],
.carousel-control-next[b-vrf23rqpbr] {
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-control-prev[b-vrf23rqpbr],
.carousel-control-next[b-vrf23rqpbr] {
    z-index: 2; /* sit above the inner/content */
    pointer-events: auto;
}

@media (max-width: 767.98px) {
    .carousel-control-prev[b-vrf23rqpbr], .carousel-control-next[b-vrf23rqpbr] {
        width: 48px;
    }
}

.carousel-control-prev-icon[b-vrf23rqpbr],
.carousel-control-next-icon[b-vrf23rqpbr] {
    position: relative;
    width: 44px;
    height: 44px;
    background: none !important;
    margin: 0 !important;
}

    .carousel-control-prev-icon[b-vrf23rqpbr]::before,
    .carousel-control-next-icon[b-vrf23rqpbr]::before {
        content: "";
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 44px;
        line-height: 44px;
        color: #fff;
        text-shadow: 0 1px 3px rgba(0,0,0,.3);
    }

    .carousel-control-prev-icon[b-vrf23rqpbr]::before {
        content: "\276E";
    }
    /* ❮ */
    .carousel-control-next-icon[b-vrf23rqpbr]::before {
        content: "\276F";
    }
/* ❯ */

.carousel-control-prev.is-disabled[b-vrf23rqpbr],
.carousel-control-next.is-disabled[b-vrf23rqpbr] {
    opacity: .35;
}

/* Screen-reader helper (BS4) */
.sr-only[b-vrf23rqpbr] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

#carouselExampleIndicators.is-sliding .carousel-control-prev[b-vrf23rqpbr],
#carouselExampleIndicators.is-sliding .carousel-control-next[b-vrf23rqpbr] {
    pointer-events: none;
    opacity: .6; /* optional visual hint */
}
/* /Pages/TermsAndConditions.razor.rz.scp.css */
a:hover[b-1951wkutdg] {
    cursor: pointer
}

a[b-1951wkutdg] {
    text-decoration: none
}

#attributes[b-1951wkutdg] {
    margin: 0 30px
}

@media (min-width:320px) {
    #about[b-1951wkutdg], #admin[b-1951wkutdg], #contact[b-1951wkutdg], #drive[b-1951wkutdg], #ride[b-1951wkutdg], #terms[b-1951wkutdg] {
        padding-bottom: 5px
    }

    #facebook[b-1951wkutdg] {
        margin-left: -10px;
    }

    #facebook[b-1951wkutdg], #instagram[b-1951wkutdg], #ios_icon[b-1951wkutdg], #twitter[b-1951wkutdg], #youtube[b-1951wkutdg] {
        padding-right: 16px
    }

    #android_icon[b-1951wkutdg], #ios_icon[b-1951wkutdg] {
        height: 60px
    }

    #contact_text[b-1951wkutdg], #service[b-1951wkutdg] {
        color: #fff
    }

    #row_3[b-1951wkutdg] {
        background-color: #000
    }

    #sitemap[b-1951wkutdg] {
        padding: 64px 0 44px 24px
    }

    #about_text[b-1951wkutdg], #cities_text[b-1951wkutdg], #admin_text[b-1951wkutdg], #drive_text[b-1951wkutdg], #privacy_text[b-1951wkutdg], #ride_text[b-1951wkutdg], #terms_text[b-1951wkutdg] {
        font-family: AeonikPro Regular;
        font-size: 20px;
        line-height: 1.25;
        color: #fff
    }

    #contact_text[b-1951wkutdg], #downloadApp_text[b-1951wkutdg] {
        font-family: AeonikPro Medium;
        font-size: 20px;
        line-height: 1.25
    }

    #social_media[b-1951wkutdg] {
        padding: 0 0 44px 24px
    }

    #contact[b-1951wkutdg] {
        padding-top: 36px
    }

    #download[b-1951wkutdg] {
        padding: 0 0 61px 24px
    }

    #downloadApp[b-1951wkutdg] {
        padding: 0 0 24px
    }

    #downloadApp_text[b-1951wkutdg] {
        color: #00fe89
    }

    #service[b-1951wkutdg] {
        margin: 20px 0 0;
        font-family: AeonikPro Regular;
        font-size: 16px;
        line-height: 1.88
    }
}

@media (min-width:916px) {
    #row_3[b-1951wkutdg] {
        display: grid;
        align-items: normal;
        grid-template-columns: 1fr 7fr 6fr
    }

    #sitemap[b-1951wkutdg] {
        padding: 84px 0 83px 32px;
        width: 250px
    }

    #social_media[b-1951wkutdg] {
        padding: 90px 24px 83px 86px
    }

    #download[b-1951wkutdg] {
        text-align: right;
        padding: 84px 50px 0 0
    }

    #downloadApp[b-1951wkutdg] {
        padding: 0 0 24px
    }
}

@media (min-width:1224px) {
    #sitemap[b-1951wkutdg] {
        padding: 84px 0 83px 48px
    }
}
/* /Pages/TermsAthens.razor.rz.scp.css */
a:hover[b-f04luh63m8] {
    cursor: pointer
}

a[b-f04luh63m8] {
    text-decoration: none
}

#attributes[b-f04luh63m8] {
    margin: 0 30px
}

@media (min-width:320px) {
    #about[b-f04luh63m8], #admin[b-f04luh63m8], #contact[b-f04luh63m8], #drive[b-f04luh63m8], #ride[b-f04luh63m8], #terms[b-f04luh63m8] {
        padding-bottom: 5px
    }

    #facebook[b-f04luh63m8] {
        margin-left: -10px;
    }

    #facebook[b-f04luh63m8], #instagram[b-f04luh63m8], #ios_icon[b-f04luh63m8], #twitter[b-f04luh63m8], #youtube[b-f04luh63m8] {
        padding-right: 16px
    }

    #android_icon[b-f04luh63m8], #ios_icon[b-f04luh63m8] {
        height: 60px
    }

    #contact_text[b-f04luh63m8], #service[b-f04luh63m8] {
        color: #fff
    }

    #row_3[b-f04luh63m8] {
        background-color: #000
    }

    #sitemap[b-f04luh63m8] {
        padding: 64px 0 44px 24px
    }

    #about_text[b-f04luh63m8], #cities_text[b-f04luh63m8], #admin_text[b-f04luh63m8], #drive_text[b-f04luh63m8], #privacy_text[b-f04luh63m8], #ride_text[b-f04luh63m8], #terms_text[b-f04luh63m8] {
        font-family: AeonikPro Regular;
        font-size: 20px;
        line-height: 1.25;
        color: #fff
    }

    #contact_text[b-f04luh63m8], #downloadApp_text[b-f04luh63m8] {
        font-family: AeonikPro Medium;
        font-size: 20px;
        line-height: 1.25
    }

    #social_media[b-f04luh63m8] {
        padding: 0 0 44px 24px
    }

    #contact[b-f04luh63m8] {
        padding-top: 36px
    }

    #download[b-f04luh63m8] {
        padding: 0 0 61px 24px
    }

    #downloadApp[b-f04luh63m8] {
        padding: 0 0 24px
    }

    #downloadApp_text[b-f04luh63m8] {
        color: #00fe89
    }

    #service[b-f04luh63m8] {
        margin: 20px 0 0;
        font-family: AeonikPro Regular;
        font-size: 16px;
        line-height: 1.88
    }
}

@media (min-width:916px) {
    #row_3[b-f04luh63m8] {
        display: grid;
        align-items: normal;
        grid-template-columns: 1fr 7fr 6fr
    }

    #sitemap[b-f04luh63m8] {
        padding: 84px 0 83px 32px;
        width: 250px
    }

    #social_media[b-f04luh63m8] {
        padding: 90px 24px 83px 86px
    }

    #download[b-f04luh63m8] {
        text-align: right;
        padding: 84px 50px 0 0
    }

    #downloadApp[b-f04luh63m8] {
        padding: 0 0 24px
    }
}

@media (min-width:1224px) {
    #sitemap[b-f04luh63m8] {
        padding: 84px 0 83px 47px
    }
}
/* /Pages/TermsDriver.razor.rz.scp.css */
a:hover[b-vrq7u5neft] {
    cursor: pointer
}

a[b-vrq7u5neft] {
    text-decoration: none
}

#attributes[b-vrq7u5neft] {
    margin: 0 30px
}

@media (min-width:320px) {
    #about[b-vrq7u5neft], #admin[b-vrq7u5neft], #contact[b-vrq7u5neft], #drive[b-vrq7u5neft], #ride[b-vrq7u5neft], #terms[b-vrq7u5neft] {
        padding-bottom: 5px
    }

    #contact_text[b-vrq7u5neft], #service[b-vrq7u5neft] {
        color: #fff
    }

    #row_3[b-vrq7u5neft] {
        background-color: #000
    }

    #sitemap[b-vrq7u5neft] {
        padding: 64px 0 44px 24px
    }

    #about_text[b-vrq7u5neft], #cities_text[b-vrq7u5neft], #admin_text[b-vrq7u5neft], #drive_text[b-vrq7u5neft], #privacy_text[b-vrq7u5neft], #ride_text[b-vrq7u5neft], #terms_text[b-vrq7u5neft] {
        font-family: AeonikPro Regular;
        font-size: 20px;
        line-height: 1.25;
        color: #fff
    }

    #contact_text[b-vrq7u5neft], #downloadApp_text[b-vrq7u5neft] {
        font-family: AeonikPro Medium;
        font-size: 20px;
        line-height: 1.25
    }

    #social_media[b-vrq7u5neft] {
        padding: 0 0 44px 24px
    }

    #facebook[b-vrq7u5neft] {
        margin-left: -10px;
    }

    #facebook[b-vrq7u5neft], #instagram[b-vrq7u5neft], #twitter[b-vrq7u5neft], #youtube[b-vrq7u5neft] {
        padding-right: 16px
    }

    #contact[b-vrq7u5neft] {
        padding-top: 36px
    }

    #download[b-vrq7u5neft] {
        padding: 0 0 61px 24px
    }

    #downloadApp[b-vrq7u5neft] {
        padding: 0 0 24px
    }

    #downloadApp_text[b-vrq7u5neft] {
        color: #00fe89
    }

    #android_icon[b-vrq7u5neft] {
        height: 60px
    }

    #service[b-vrq7u5neft] {
        margin: 20px 0 0;
        font-family: AeonikPro Regular;
        font-size: 16px;
        line-height: 1.88
    }
}

@media (min-width:916px) {
    #row_3[b-vrq7u5neft] {
        display: grid;
        align-items: normal;
        grid-template-columns: 1fr 7fr 6fr
    }

    #sitemap[b-vrq7u5neft] {
        padding: 84px 0 83px 32px;
        width: 250px
    }

    #social_media[b-vrq7u5neft] {
        padding: 90px 24px 83px 86px
    }

    #download[b-vrq7u5neft] {
        text-align: right;
        padding: 84px 50px 0 0
    }

    #downloadApp[b-vrq7u5neft] {
        padding: 0 0 24px
    }
}

@media (min-width:1224px) {
    #sitemap[b-vrq7u5neft] {
        padding: 84px 0 83px 48px
    }
}
/* /Pages/TermsReferral.razor.rz.scp.css */
a:hover[b-acx1pflsjg] {
    cursor: pointer
}

a[b-acx1pflsjg] {
    text-decoration: none
}

#attributes[b-acx1pflsjg] {
    margin: 0 30px
}

@media (min-width:320px) {
    #about[b-acx1pflsjg], #admin[b-acx1pflsjg], #contact[b-acx1pflsjg], #drive[b-acx1pflsjg], #ride[b-acx1pflsjg], #terms[b-acx1pflsjg] {
        padding-bottom: 5px
    }

    #facebook[b-acx1pflsjg] {
        margin-left: -10px;
    }

    #facebook[b-acx1pflsjg], #instagram[b-acx1pflsjg], #ios_icon[b-acx1pflsjg], #twitter[b-acx1pflsjg], #youtube[b-acx1pflsjg] {
        padding-right: 16px
    }

    #android_icon[b-acx1pflsjg], #ios_icon[b-acx1pflsjg] {
        height: 60px
    }

    #contact_text[b-acx1pflsjg], #service[b-acx1pflsjg] {
        color: #fff
    }

    #row_3[b-acx1pflsjg] {
        background-color: #000
    }

    #sitemap[b-acx1pflsjg] {
        padding: 64px 0 44px 24px
    }

    #about_text[b-acx1pflsjg], #cities_text[b-acx1pflsjg], #admin_text[b-acx1pflsjg], #drive_text[b-acx1pflsjg], #privacy_text[b-acx1pflsjg], #ride_text[b-acx1pflsjg], #terms_text[b-acx1pflsjg] {
        font-family: AeonikPro Regular;
        font-size: 20px;
        line-height: 1.25;
        color: #fff
    }

    #contact_text[b-acx1pflsjg], #downloadApp_text[b-acx1pflsjg] {
        font-family: AeonikPro Medium;
        font-size: 20px;
        line-height: 1.25
    }

    #social_media[b-acx1pflsjg] {
        padding: 0 0 44px 24px
    }

    #contact[b-acx1pflsjg] {
        padding-top: 36px
    }

    #download[b-acx1pflsjg] {
        padding: 0 0 61px 24px
    }

    #downloadApp[b-acx1pflsjg] {
        padding: 0 0 24px
    }

    #downloadApp_text[b-acx1pflsjg] {
        color: #00fe89
    }

    #service[b-acx1pflsjg] {
        margin: 20px 0 0;
        font-family: AeonikPro Regular;
        font-size: 16px;
        line-height: 1.88
    }
}

@media (min-width:916px) {
    #row_3[b-acx1pflsjg] {
        display: grid;
        align-items: normal;
        grid-template-columns: 1fr 7fr 6fr
    }

    #sitemap[b-acx1pflsjg] {
        padding: 84px 0 83px 32px;
        width: 250px
    }

    #social_media[b-acx1pflsjg] {
        padding: 90px 24px 83px 86px
    }

    #download[b-acx1pflsjg] {
        text-align: right;
        padding: 84px 50px 0 0
    }

    #downloadApp[b-acx1pflsjg] {
        padding: 0 0 24px
    }
}

@media (min-width:1224px) {
    #sitemap[b-acx1pflsjg] {
        padding: 84px 0 83px 48px
    }
}
/* /Pages/TermsThessaloniki.razor.rz.scp.css */
a:hover[b-jdtby1ugxj] {
    cursor: pointer
}

a[b-jdtby1ugxj] {
    text-decoration: none
}

#attributes[b-jdtby1ugxj] {
    margin: 0 30px
}

@media (min-width:320px) {
    #about[b-jdtby1ugxj], #admin[b-jdtby1ugxj], #contact[b-jdtby1ugxj], #drive[b-jdtby1ugxj], #ride[b-jdtby1ugxj], #terms[b-jdtby1ugxj] {
        padding-bottom: 5px
    }

    #facebook[b-jdtby1ugxj] {
        margin-left: -10px;
    }

    #facebook[b-jdtby1ugxj], #instagram[b-jdtby1ugxj], #ios_icon[b-jdtby1ugxj], #twitter[b-jdtby1ugxj], #youtube[b-jdtby1ugxj] {
        padding-right: 16px
    }

    #android_icon[b-jdtby1ugxj], #ios_icon[b-jdtby1ugxj] {
        height: 60px
    }

    #contact_text[b-jdtby1ugxj], #service[b-jdtby1ugxj] {
        color: #fff
    }

    #row_3[b-jdtby1ugxj] {
        background-color: #000
    }

    #sitemap[b-jdtby1ugxj] {
        padding: 64px 0 44px 24px
    }

    #about_text[b-jdtby1ugxj], #cities_text[b-jdtby1ugxj], #admin_text[b-jdtby1ugxj], #drive_text[b-jdtby1ugxj], #privacy_text[b-jdtby1ugxj], #ride_text[b-jdtby1ugxj], #terms_text[b-jdtby1ugxj] {
        font-family: AeonikPro Regular;
        font-size: 20px;
        line-height: 1.25;
        color: #fff
    }

    #contact_text[b-jdtby1ugxj], #downloadApp_text[b-jdtby1ugxj] {
        font-family: AeonikPro Medium;
        font-size: 20px;
        line-height: 1.25
    }

    #social_media[b-jdtby1ugxj] {
        padding: 0 0 44px 24px
    }

    #contact[b-jdtby1ugxj] {
        padding-top: 36px
    }

    #download[b-jdtby1ugxj] {
        padding: 0 0 61px 24px
    }

    #downloadApp[b-jdtby1ugxj] {
        padding: 0 0 24px
    }

    #downloadApp_text[b-jdtby1ugxj] {
        color: #00fe89
    }

    #service[b-jdtby1ugxj] {
        margin: 20px 0 0;
        font-family: AeonikPro Regular;
        font-size: 16px;
        line-height: 1.88
    }
}

@media (min-width:916px) {
    #row_3[b-jdtby1ugxj] {
        display: grid;
        align-items: normal;
        grid-template-columns: 1fr 7fr 6fr
    }

    #sitemap[b-jdtby1ugxj] {
        padding: 84px 0 83px 32px;
        width: 250px
    }

    #social_media[b-jdtby1ugxj] {
        padding: 90px 24px 83px 86px
    }

    #download[b-jdtby1ugxj] {
        text-align: right;
        padding: 84px 50px 0 0
    }

    #downloadApp[b-jdtby1ugxj] {
        padding: 0 0 24px
    }
}

@media (min-width:1224px) {
    #sitemap[b-jdtby1ugxj] {
        padding: 84px 0 83px 47px
    }
}
/* /Pages/Thessaloniki.razor.rz.scp.css */
.btn[b-sagukgdc2k] {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
    font-weight: 400;
    color: #000;
    text-align: left;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem 0;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem
}

    .btn.focus[b-sagukgdc2k], .btn:focus[b-sagukgdc2k] {
        box-shadow: none
    }

.btn-link:focus[b-sagukgdc2k], .btn-link:hover[b-sagukgdc2k], a[b-sagukgdc2k] {
    text-decoration: none
}

input[b-sagukgdc2k]::placeholder {
    width: 60px;
    height: 23px;
    margin: 0 438px 11px 0;
    font-family: AeonikPro;
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #c3c3c3
}

[b-sagukgdc2k]::-webkit-input-placeholder {
    width: 60px;
    height: 23px;
    margin: 0 438px 11px 0;
    font-family: AeonikPro;
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #c3c3c3
}

[b-sagukgdc2k]::-moz-placeholder {
    width: 60px;
    height: 23px;
    margin: 0 438px 11px 0;
    font-family: AeonikPro;
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #c3c3c3
}

:-moz-placeholder[b-sagukgdc2k] {
    width: 60px;
    height: 23px;
    margin: 0 438px 11px 0;
    font-family: AeonikPro;
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #c3c3c3
}

:-ms-input-placeholder[b-sagukgdc2k] {
    width: 60px;
    height: 23px;
    margin: 0 438px 11px 0;
    font-family: AeonikPro;
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #c3c3c3
}

input:-moz-placeholder[b-sagukgdc2k] {
    width: 60px;
    height: 23px;
    margin: 0 438px 11px 0;
    font-family: AeonikPro;
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #c3c3c3
}

a:hover[b-sagukgdc2k] {
    cursor: pointer
}

h1[b-sagukgdc2k], h2[b-sagukgdc2k], h3[b-sagukgdc2k] {
    font-weight: 500;
    margin-bottom: 0px;
}

.store-buttons[b-sagukgdc2k] {
    display: flex;
    gap: 15px;
}

@media (min-width:320px) {
    .store-image[b-sagukgdc2k] {
        height: 32px;
    }

    #row_1[b-sagukgdc2k] {
        background-color: #4a27ef;
        display: grid;
    }

    #thess_taxi[b-sagukgdc2k], #tap_div[b-sagukgdc2k], .store-buttons[b-sagukgdc2k] {
        margin-left: 24px;
    }

    .store-buttons[b-sagukgdc2k] {
        padding-bottom: 100px;
    }

    #thess_taxi[b-sagukgdc2k] {
        margin-top: 48px;
        margin-bottom: 16px;
    }

    #thess_taxi_h1[b-sagukgdc2k] {
        font-family: AeonikPro Medium;
        font-size: 35px;
        line-height: 1.14;
        color: #fff;
    }

    #tap_div[b-sagukgdc2k] {
        margin-bottom: 40px;
    }

    #tap[b-sagukgdc2k] {
        font-family: AeonikPro Regular;
        font-size: 20px;
        line-height: 1.2;
        color: #fff;
    }

    #row_2[b-sagukgdc2k] {
        background-color: #f4f4f4;
    }

    #where[b-sagukgdc2k] {
        padding-top: 56px;
        margin-bottom: 16px;
        margin-right: 24px;
    }

    #where_h1[b-sagukgdc2k] {
        font-family: AeonikPro Medium;
        font-size: 35px;
        line-height: 1.14;
        color: #000;
    }

    #areas[b-sagukgdc2k] {
        margin-bottom: 40px;
        margin-right: 24px;
    }

    #areas_h2[b-sagukgdc2k] {
        font-family: AeonikPro Regular;
        font-size: 16px;
        line-height: 1.31;
        color: #000;
    }

    #transports[b-sagukgdc2k] {
        display: grid;
        margin-left: 74px;
    }

    #airport[b-sagukgdc2k], #ktel[b-sagukgdc2k], #ose[b-sagukgdc2k] {
        margin-bottom: 48px;
        text-align: center;
        width: 184px;
    }

    #port[b-sagukgdc2k] {
        margin-bottom: 135px;
        text-align: center;
        width: 184px;
    }

    #airport_img[b-sagukgdc2k] {
        width: 184px;
        height: 184px;
        background-image: url('images/cities/airplane-mobile-tablet.webp');
        background-repeat: no-repeat;
        margin-bottom: 24px;
    }

    #ktel_img[b-sagukgdc2k] {
        width: 184px;
        height: 184px;
        background-image: url('images/cities/bus-mobile-tablet.webp');
        background-repeat: no-repeat;
        margin-bottom: 24px;
    }

    #ose_img[b-sagukgdc2k] {
        width: 184px;
        height: 184px;
        background-image: url('images/cities/train-mobile-tablet.webp');
        background-repeat: no-repeat;
        margin-bottom: 24px;
    }

    #port_img[b-sagukgdc2k] {
        width: 184px;
        height: 184px;
        background-image: url('images/cities/ship-mobile-tablet.webp');
        background-repeat: no-repeat;
        margin-bottom: 24px;
    }

    #airport_h3[b-sagukgdc2k], #ktel_h3[b-sagukgdc2k], #ose_h3[b-sagukgdc2k], #port_h3[b-sagukgdc2k] {
        font-family: AeonikPro Medium;
        font-size: 18px;
        line-height: 1.33;
        color: #000;
    }

    #row_2[b-sagukgdc2k], #row_3[b-sagukgdc2k] {
        border-radius: 35px 35px 0 0;
        margin-top: -35px;
        padding-left: 24px;
        padding-right: 24px;
    }

    #row_3[b-sagukgdc2k] {
        background-color: #141414;
        display: grid;
    }

    #row_3_a[b-sagukgdc2k] {
        display: grid;
        padding: 56px 0 95px 0;
    }

    #row_3_b[b-sagukgdc2k] {
        display: grid;
        padding: 0 0 95px 0;
    }

    #row_3_c[b-sagukgdc2k] {
        display: grid;
        padding: 0 0 135px 0;
    }

    .row_3_img[b-sagukgdc2k] {
        margin-bottom: 32px;
    }

    #better_income_img[b-sagukgdc2k] {
        width: 100px;
        height: 100px
    }

    #destination_img[b-sagukgdc2k] {
        width: 100px;
        height: 100px
    }

    #support_img[b-sagukgdc2k] {
        width: 100px;
        height: 100px
    }

    .row_3_title_p[b-sagukgdc2k] {
        font-family: AeonikPro Medium;
        font-size: 24px;
        line-height: 1.46;
        color: #fff;
        margin-bottom: 16px
    }

    .row_3_p[b-sagukgdc2k] {
        font-family: AeonikPro Regular;
        font-size: 18px;
        line-height: 1.39;
        color: #fff;
        margin-bottom: 0
    }

    #row_4[b-sagukgdc2k] {
        border-radius: 35px 35px 0 0;
        margin-top: -35px;
        background-color: #f4f4f4;
    }

    #accordion > p[b-sagukgdc2k], #loadingFaqs[b-sagukgdc2k] {
        font-size: 24px;
        line-height: 1.04;
        font-family: AeonikPro Medium
    }

    #accordion[b-sagukgdc2k] {
        padding: 43px 24px 55px
    }

        #accordion > p[b-sagukgdc2k] {
            margin-bottom: 29px
        }

    .card_header[b-sagukgdc2k] {
        border-block-end: 2px outset
    }

    .panel-title > button[b-sagukgdc2k]:after {
        font-family: FontAwesome;
        content: "\f068";
        color: gray;
        transform: scale(2,2);
        -webkit-text-stroke: 2px #f4f4f4;
        margin-left: 10px
    }

    .panel-title > button.collapsed[b-sagukgdc2k]:after {
        content: "\f067";
        margin-left: 10px
    }

    #faqsListTitle[b-sagukgdc2k] {
        font-family: AeonikPro Medium;
        font-size: 16px;
        line-height: 1.56;
        padding: 17px 0
    }

    #faqsListBody[b-sagukgdc2k] {
        font-size: 16px;
        line-height: 1.25;
        font-family: 'AeonikPro Regular';
        margin: 24px 0 20px
    }

    #row_5[b-sagukgdc2k] {
        background-color: #000
    }

    #sitemap[b-sagukgdc2k] {
        padding: 64px 0 44px 24px
    }

    #about[b-sagukgdc2k], #admin[b-sagukgdc2k], #contact[b-sagukgdc2k], #drive[b-sagukgdc2k], #ride[b-sagukgdc2k], #terms[b-sagukgdc2k] {
        padding-bottom: 5px
    }

    #facebook[b-sagukgdc2k] {
        margin-left: -10px;
    }

    #facebook[b-sagukgdc2k], #instagram[b-sagukgdc2k], #ios_icon[b-sagukgdc2k], #twitter[b-sagukgdc2k], #youtube[b-sagukgdc2k] {
        padding-right: 16px
    }

    #android_icon[b-sagukgdc2k], #ios_icon[b-sagukgdc2k] {
        height: 60px
    }

    #about_text[b-sagukgdc2k], #cities_text[b-sagukgdc2k], #admin_text[b-sagukgdc2k], #drive_text[b-sagukgdc2k], #privacy_text[b-sagukgdc2k], #ride_text[b-sagukgdc2k], #terms_text[b-sagukgdc2k] {
        font-family: AeonikPro Regular;
        font-size: 20px;
        line-height: 1.25;
        color: #fff
    }

    #contact_text[b-sagukgdc2k], #downloadApp_text[b-sagukgdc2k] {
        font-family: AeonikPro Medium;
        font-size: 20px;
        line-height: 1.25
    }

    #contact_text[b-sagukgdc2k], #service[b-sagukgdc2k] {
        color: #fff
    }

    #social_media[b-sagukgdc2k] {
        padding: 0 0 44px 24px
    }

    #contact[b-sagukgdc2k] {
        padding-top: 36px
    }

    #download[b-sagukgdc2k] {
        padding: 0 0 61px 24px
    }

    #downloadApp[b-sagukgdc2k] {
        padding: 0 0 24px
    }

    #downloadApp_text[b-sagukgdc2k] {
        color: #00fe89
    }

    #service[b-sagukgdc2k] {
        margin: 20px 0 0;
        font-family: AeonikPro Regular;
        font-size: 16px;
        line-height: 1.88
    }
}

@media (min-width:768px) {
    #row_2[b-sagukgdc2k], #row_3[b-sagukgdc2k] {
        padding-left: 32px;
        padding-right: 0px;
    }

    #areas_h2[b-sagukgdc2k] {
        font-size: 18px;
        line-height: 1.17;
    }

    #transports[b-sagukgdc2k] {
        display: flex;
        margin-left: 0px;
    }

    #airport[b-sagukgdc2k], #ktel[b-sagukgdc2k], #ose[b-sagukgdc2k] {
        display: grid;
        margin-bottom: 138px;
        margin-right: 50px;
    }

    #port[b-sagukgdc2k] {
        display: grid;
        margin-bottom: 138px;
    }

    #transports[b-sagukgdc2k] {
        justify-content: space-evenly;
        flex-wrap: wrap;
        margin-right: 24px;
    }

        #transports > div[b-sagukgdc2k] {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100px;
        }

        #transports img[b-sagukgdc2k] {
            max-width: 100%;
            height: auto;
        }

    #row_3[b-sagukgdc2k] {
        display: grid;
    }

    #row_3_a[b-sagukgdc2k] {
        display: flex;
        padding: 90px 0 66px 0;
        align-items: center;
    }

    #row_3_b[b-sagukgdc2k] {
        display: flex;
        padding: 0 0 66px 0;
        align-items: center;
    }

    #row_3_c[b-sagukgdc2k] {
        display: flex;
        padding: 0 0 135px 0;
        align-items: center;
    }

    .row_3_img[b-sagukgdc2k] {
        margin-bottom: 0px;
        margin-right: 44px;
    }

    #faqsListTitle[b-sagukgdc2k] {
        line-height: 1.39;
        font-size: 18px;
        padding: 20px 0
    }

    #accordion[b-sagukgdc2k] {
        padding: 52px 32px 78.5px
    }

        #accordion > p[b-sagukgdc2k] {
            margin-bottom: 24px
        }

    #faqsListBody[b-sagukgdc2k] {
        font-size: 18px;
        line-height: 1.67;
        margin: 20px 0 25px
    }
}

@media (min-width:860px) {
    #row_1[b-sagukgdc2k] {
        align-items: flex-start;
        grid-template-columns: 1fr 1fr;
    }

    #thess_taxi[b-sagukgdc2k], #tap_div[b-sagukgdc2k], .store-buttons[b-sagukgdc2k] {
        margin-left: 32px;
    }

    #thess_taxi[b-sagukgdc2k] {
        margin-top: 169px;
        margin-bottom: 24px;
    }

    #tap[b-sagukgdc2k] {
        white-space: pre-wrap
    }

    #thessaloniki_div[b-sagukgdc2k] {
        margin: 100px 0 135px 0;
        width: 408px;
        height: 386px;
        background-image: url('images/cities/tablet-thessaloniki.webp');
        background-size: cover;
        background-position: center;
        position: relative;
    }
}

@media (min-width:916px) {
    #row_5[b-sagukgdc2k] {
        display: grid;
        align-items: normal;
        grid-template-columns: 1fr 7fr 6fr
    }

    #sitemap[b-sagukgdc2k] {
        padding: 84px 0 83px 32px;
        width: 250px
    }

    #social_media[b-sagukgdc2k] {
        padding: 90px 24px 83px 86px
    }

    #download[b-sagukgdc2k] {
        text-align: right;
        padding: 84px 50px 0 0
    }

    #downloadApp[b-sagukgdc2k] {
        padding: 0 0 24px
    }
}

@media (min-width:1224px) {
    .store-image[b-sagukgdc2k] {
        height: 48px;
    }

    #thess_taxi[b-sagukgdc2k], #tap_div[b-sagukgdc2k], .store-buttons[b-sagukgdc2k] {
        margin-left: 48px;
    }

    #thess_taxi[b-sagukgdc2k] {
        margin-top: 162px;
    }

    #tap_div[b-sagukgdc2k] {
        margin-bottom: 64px;
    }

    #thessaloniki_div[b-sagukgdc2k] {
        margin: 112px 0 147px 0;
        width: 532px;
        height: 503.5px;
        background-image: url('images/cities/thessaloniki.webp');
    }

    #row_2[b-sagukgdc2k], #row_3[b-sagukgdc2k] {
        padding-left: 48px;
    }

    #where[b-sagukgdc2k] {
        padding-top: 75px;
        margin-bottom: 24px;
    }

    #where_h1[b-sagukgdc2k] {
        font-size: 45px;
        line-height: 1.07;
    }

    #areas[b-sagukgdc2k] {
        margin-bottom: 58px;
    }

    #areas_h2[b-sagukgdc2k] {
        font-size: 30px;
        line-height: 1.17;
    }

    #row_3[b-sagukgdc2k] {
        display: flex;
        padding-bottom: 145px;
    }

    #row_3_a[b-sagukgdc2k] {
        display: inline;
        padding: 90px 25px 0px 0;
    }

    #row_3_b[b-sagukgdc2k] {
        display: inline;
        padding: 90px 25px 0px 0;
    }

    #row_3_c[b-sagukgdc2k] {
        display: inline;
        padding: 90px 25px 0px 0;
    }

    .row_3_img[b-sagukgdc2k] {
        margin-bottom: 24px;
        margin-right: 0;
        height: 100px;
    }

    .row_3_title_p[b-sagukgdc2k] {
        font-size: 30px;
        line-height: 1.17;
    }

    .row_3_p[b-sagukgdc2k] {
        font-size: 21px;
        line-height: 1.19;
    }

    #accordion[b-sagukgdc2k], #row_4[b-sagukgdc2k] {
        width: 100%
    }

    .panel-title > button.collapsed[b-sagukgdc2k]:after, .panel-title > button[b-sagukgdc2k]:after {
        -webkit-text-stroke: 3px #f4f4f4
    }

    #faqsListTitle[b-sagukgdc2k] {
        font-family: AeonikPro Medium;
        font-size: 20px;
        line-height: 1.25
    }

    #accordion[b-sagukgdc2k] {
        padding: 76px 50px 50px
    }

    #loadingFaqs[b-sagukgdc2k] {
        font-size: 24px
    }

    #sitemap[b-sagukgdc2k] {
        padding: 84px 0 83px 48px;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-f3mt031jmz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-f3mt031jmz] {
    flex: 1;
}

.sidebar[b-f3mt031jmz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-f3mt031jmz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-f3mt031jmz]  a, .top-row .btn-link[b-f3mt031jmz] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-f3mt031jmz] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-f3mt031jmz] {
        display: none;
    }

    .top-row.auth[b-f3mt031jmz] {
        justify-content: space-between;
    }

    .top-row a[b-f3mt031jmz], .top-row .btn-link[b-f3mt031jmz] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-f3mt031jmz] {
        flex-direction: row;
    }

    .sidebar[b-f3mt031jmz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-f3mt031jmz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-f3mt031jmz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7kle2ha753] {
    background-color: rgba(255, 255, 255, 0.1);
}

select[b-7kle2ha753] {
    outline: none;
}

#close_icon[b-7kle2ha753] {
    display: none;
    width: 47.4px;
    height: 26.4px;
}

#closebtn[b-7kle2ha753] {
    display: none;
    margin-left: auto;
    margin-right: 25px;
}

#navbarSupportedContent[b-7kle2ha753] {
    display: none;
}

body.no-scroll[b-7kle2ha753] {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

@media (min-width: 320px) {
    #navbar_icon[b-7kle2ha753] {
        width: 33.4px;
        height: 16.7px;
        content: url("../../images/menu.png");
        margin-left: auto;
        margin-right: 25px;
    }

    #navbar[b-7kle2ha753] {
        height: 56px;
        background-color: #fff;
        display: flex;
        align-items: center;
    }

    #logo_karoot[b-7kle2ha753] {
        margin-left: 24px;
        text-decoration: none;
        color: #000;
    }

    #karoot[b-7kle2ha753] {
        font-family: AeonikPro Medium;
        font-size: 18px;
        vertical-align: middle;
        display: inline-block;
        margin-left: 10px;
    }

    .sidenav[b-7kle2ha753] {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #f4f4f4;
        background-image: url("../images/landing_blue_black_circles_nav.png");
        background-repeat: no-repeat;
        background-position-x: -160px;
        background-position-y: -33px;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        margin-top: 56px;
    }

    .sidenav a[b-7kle2ha753] {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

    #rideNav[b-7kle2ha753] {
        margin-top: 64px;
    }

    #driveNav[b-7kle2ha753], #rideNav[b-7kle2ha753], #aboutNav[b-7kle2ha753] {
        font-family: AeonikPro Medium;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.25;
        text-align: left;
        color: #fff;
        margin-left: -7px;
    }

    #cultureNav[b-7kle2ha753] {
        font-family: AeonikPro Regular;
        font-size: 18px;
        line-height: 1.11;
        text-align: left;
        color: #000;
        background-color: #f4f4f4;
        margin-top: 180px;
        margin-left: 19px;
        border: 0px;
    }

    #pathImg[b-7kle2ha753] {
        height: 10px;
        margin-top: -76px;
        margin-left: 59px;
    }

    #circlesImg[b-7kle2ha753] {
        margin-top: 10px;
    }

    #culture[b-7kle2ha753] {
        border: 0px;
    }
}

@media (min-width: 768px) {
    #navbar_icon[b-7kle2ha753] {
        display: none;
    }

    #navbar[b-7kle2ha753] {
        height: 73px;
    }

    #logo_karoot[b-7kle2ha753] {
        margin-left: 32px;
    }

    #karoot[b-7kle2ha753] {
        font-size: 22px;
    }

    #navbarSupportedContent[b-7kle2ha753] {
        margin-left: auto;
        display: flex;
        align-items: center;
    }

    #ride[b-7kle2ha753] {
        font-family: AeonikPro Medium;
        font-size: 18px;
        text-align: center;
        color: #000;
        text-decoration: none;
        margin-left: -400px;
        position: absolute;
        width: 104px;
        display: block;
    }

    #ride:focus[b-7kle2ha753] {
        color: white;
        width: 104px;
        border-radius: 18.5px;
        background-color: #000;
    }

    #drive[b-7kle2ha753] {
        font-family: AeonikPro Medium;
        font-size: 18px;
        text-align: center;
        color: #000;
        text-decoration: none;
        margin-left: -289px;
        position: absolute;
        width: 92px;
        display: block;
    }

    #drive:focus[b-7kle2ha753] {
        color: white;
        width: 92px;
        border-radius: 18.5px;
        background-color: #000;
    }

    #about[b-7kle2ha753] {
        font-family: AeonikPro Medium;
        font-size: 18px;
        text-align: center;
        color: #000;
        text-decoration: none;
        margin-left: -192px;
        position: absolute;
        width: 92px;
        display: block;
    }

    #about:focus[b-7kle2ha753] {
        color: white;
        width: 92px;
        border-radius: 18.5px;
        background-color: #000;
    }

    #culture[b-7kle2ha753] {
        font-size: 18px;
        font-family: 'AeonikPro Regular';
        margin-right: 132px;
        display: block;
        background-color: #fff;
    }
}

@media (min-width: 1224px) {
    #ride[b-7kle2ha753] {
        font-size: 22px;
        margin-left: -635px;
        width: 130px;
    }

    #ride:focus[b-7kle2ha753] {
        color: white;
        width: 130px;
    }

    #drive[b-7kle2ha753] {
        font-size: 22px;
        margin-left: -497px;
        width: 116px;
    }

     #drive:focus[b-7kle2ha753] {
        width: 116px;
    }

    #about[b-7kle2ha753] {
        font-size: 22px;
        margin-left: -375px;
        width: 116px;
    }

    #about:focus[b-7kle2ha753] {
        width: 116px;
    }

    #culture[b-7kle2ha753] {
        font-size: 22px;
        margin-right: 156px;
    }
}
