

/* ----------------  starts ---------------- */

/* ----------------  ends ---------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: transparent;
}


/* ----------------  starts ---------------- */

/* ----------------  ends ---------------- */

/* html {
    scrollbar-width: thin;
} */

body {
    font-size: 14px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

a {
    text-decoration: none;
    outline: none;
    color: #242424;
}

a:hover {
    color: #222fa8;
}

ul {
    list-style-type: none;
}

/* ---------------- flex starts ---------------- */
.is_fx {
    display: flex;
}

.is_fxac {
    align-items: center;
}

.is_fxasc {
    align-self: center;
}

.is_fxae {
    align-items: flex-end;
}

.is_fxhc {
    justify-content: center;
}

.is_fxhb {
    justify-content: space-between;
}

.is_fxhe {
    justify-content: space-evenly;
}

.is_fxha {
    justify-content: space-around;
}

.is_fxhfe {
    justify-content: flex-end;
}

.is_fxc {
    flex-direction: column;
}

.is_fxcr {
    flex-direction: column-reverse;
}

.is_fxr {
    flex-direction: row;
}

.is_fxgr {
    flex-grow: 1;
}

.is_fxsr {
    flex-shrink: 1;
}

.is_fxwp {
    flex-wrap: wrap;
}

.is_fxwpr {
    flex-wrap: wrap-reverse;
}

.is_fxwpx {
    flex-wrap: nowrap;
}

/* ---------------- flex ends ---------------- */

/* ---------------- width starts ---------------- */
.is_wozzp {
    width: 100%;
}

/* ---------------- width ends ---------------- */
/* ---------------- height starts ---------------- */
.is_H00iYT {
    height: inherit;
}

.is_UUy68O {
    width: inherit;
}

/* ---------------- height ends ---------------- */

/* ---------------- Var starts ---------------- */
:root {
    --is_sf: 65px;
    --is_ff: 45px;

    --is_xoz: 0 10px;
    --is_ze: 8px;

    --is_csd0: #000000;
    --is_csd2: #060606;
    --is_csd4: #0f0f0f;
    --is_csd6: #1b1b1b;
    --is_csd8: #2d2d2d;
    --is_csd10: #454545;
    --is_csd12: #636363;

    --is_csl12: #9c9c9c;
    --is_csl10: #bababa;
    --is_csl8: #d2d2d2;
    --is_csl6: #e4e4e4;
    --is_csl4: #f0f0f0;
    --is_csl2: #f9f9f9;
    --is_csl0: #ffffff;

    --is_ftid: 25px;
    --is_ftidc: rgb(0, 27, 27);
}

/* ---------------- Var ends ---------------- */


/* other starts */
.is_GyT88j {
    text-align: center;
}

/* other ends */
/* .is_x {
    display: none;
} */
/* ---------------------------/////////////----------------------------- */