/* viewport changes */
/* 32rem width :: om :: on-mobile */
@media (max-width: 639px) {
    html {
        font-size: 3.125vw;
    }
}

/* 64rem width :: ot :: on-tablet */
@media (min-width: 640px) and (max-width: 1279px) {
    html {
        font-size: 1.5625vw;
    }
}

/* 128rem width :: od :: on-desktop */
@media (min-width: 1280px) {
    html {
        font-size: 0.78125vw;
    }
}

.fw {
    width: 100%;
}

.fh {
    height: 100%;
}

.dn {
    display: none !important;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.df {
    display: flex;
    flex: 1;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}

.t0 {
    top: 0;
}

.l0 {
    left: 0;
}

.r0 {
    right: 0;
}

.b0 {
    bottom: 0;
}

.w0 {
    width: 0;
}

.h0 {
    height: 0;
}

.p0 {
    padding: 0;
}

.p025r {
    padding: 0.25rem;
}

.p05r {
    padding: 0.5rem;
}

.p075r {
    padding: 0.75rem;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.pt0 {
    padding-top: 0;
}

.pb0 {
    padding-bottom: 0;
}

.m0 {
    margin: 0;
}

.m025r {
    margin: 0.25rem;
}

.m05r {
    margin: 0.5rem;
}

.m075r {
    margin: 0.75rem;
}

.ml0 {
    margin-left: 0;
}

.ml025r {
    margin-left: 0.25rem;
}

.ml05r {
    margin-left: 0.5rem;
}

.ml075r {
    margin-left: 0.75rem;
}

.mr0 {
    margin-right: 0;
}

.mr025r {
    margin-right: 0.25rem;
}

.mr05r {
    margin-right: 0.5rem;
}

.mr075r {
    margin-right: 0.75rem;
}

.mt0 {
    margin-top: 0;
}

.mt025r {
    margin-top: 0.25rem;
}

.mt05r {
    margin-top: 0.5rem;
}

.mt075r {
    margin-top: 0.75rem;
}

.mb0 {
    margin-bottom: 0;
}

.ta {
    top: auto;
}

.la {
    left: auto;
}

.ra {
    right: auto;
}

.ba {
    bottom: auto;
}

.oh {
    overflow: hidden;
}

.oa {
    overflow: auto;
}

.os {
    overflow: scroll;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.taj {
    text-align: justify;
}

.flr {
    float: right;
}

.fll {
    float: left;
}

.fln {
    float: none;
}

.z1 {
    z-index: 1;
}

.z2 {
    z-index: 2;
}

.z3 {
    z-index: 3;
}

.z4 {
    z-index: 4;
}

.z5 {
    z-index: 5;
}

.z6 {
    z-index: 6;
}

.z7 {
    z-index: 7;
}

.z8 {
    z-index: 8;
}

.z9 {
    z-index: 9;
}

.wsnw {
    white-space: nowrap;
}

.mwfw {
    max-width: 100%;
}

.mhfh {
    max-height: 100%;
}

.mihfh {
    min-height: 100%;
}

.valc {
    display: flex;
    /* Set display to flex */
    justify-content: right;
    /* Align right horizontally */
    align-items: center;
    /* Center vertically */
}

.valcr {
    display: flex;
    /* Set display to flex */
    justify-content: right;
    /* Align right horizontally */
    align-items: center;
    /* Center vertically */
}

.valcl {
    display: flex;
    /* Set display to flex */
    justify-content: left;
    /* Align left horizontally */
    align-items: center;
    /* Center vertically */
}

.valcc {
    display: flex;
    /* Set display to flex */
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
}

.vat {
    vertical-align: top;
}

.vam {
    vertical-align: middle;
}

.m0a,
.mc {
    /* marginally align center */
    margin: 0 auto;
}

.ml {
    /* marginally align left */
    margin: 0 auto 0 0;
}

.mr {
    /* marginally align right */
    margin: 0 0 0 auto;
}

.bs1r {
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
}

.br05e {
    border-radius: 0.5em;
}

.br025r {
    border-radius: 0.25rem;
}

.br05r {
    border-radius: 0.5rem;
}

.br075r {
    border-radius: 0.75rem;
}

.br1r {
    border-radius: 1rem;
}

.br2r {
    border-radius: 2rem;
}

.br3r {
    border-radius: 3rem;
}

.br4r {
    border-radius: 4rem;
}

.br5r {
    border-radius: 5rem;
}

.br6r {
    border-radius: 6rem;
}

.br7r {
    border-radius: 7rem;
}

.br8r {
    border-radius: 8rem;
}

.br9r {
    border-radius: 9rem;
}

.br10r {
    border-radius: 10rem;
}

.br0 {
    border-radius: 0;
}

.bon {
    border: none;
}

.botn {
    border-top: none;
}

.boln {
    border-left: none;
}

.born {
    border-right: none;
}

.bobn {
    border-bottom: none;
}

.bo1 {
    border: 0.01rem solid rgba(0, 0, 0, 0.1);
}

.bot1 {
    border-top: 0.01rem solid rgba(0, 0, 0, 0.1);
}

.bol1 {
    border-left: 0.01rem solid rgba(0, 0, 0, 0.1);
}

.bor1 {
    border-right: 0.01rem solid rgba(0, 0, 0, 0.1);
}

.bob1 {
    border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
}

.lh1r {
    line-height: 1rem;
}

.lh2r {
    line-height: 2rem;
}

.lh3r {
    line-height: 3rem;
}

.lh4r {
    line-height: 4rem;
}

.lh5r {
    line-height: 5rem;
}

.lh6r {
    line-height: 6rem;
}

.lh7r {
    line-height: 7rem;
}

.lh8r {
    line-height: 8rem;
}

.lh9r {
    line-height: 9rem;
}

.lh10r {
    line-height: 10rem;
}

.w1o2,
.w2o4 {
    width: 50%;
}

.w1o3 {
    width: 33.33%;
}

.w2o3 {
    width: 66.67%;
}

.w1o4 {
    width: 25%;
}

.w3o4 {
    width: 75%;
}

.w1o5 {
    width: 20%;
}

.w2o5 {
    width: 40%;
}

.w3o5 {
    width: 60%;
}

.w4o5 {
    width: 80%;
}

.g1r {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.g1r.sh,
.g2r.sh {
    /* same height items inside the container */
    display: flex;
    align-items: stretch;
}

.vops {
    /* vertical operations */
    display: flex;
}

.vops .cols {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.vops .cols.vab {
    /* inner contents vertically aligned bottom */
    justify-content: flex-end;
    /* Align items at the bottom */
    align-items: flex-end;
}

.vops .cols.vac {
    /* inner contents vertically aligned bottom */
    justify-content: center;
    /* Align items at the bottom */
    align-items: center;
}

.vops .cols.vacl {
    /* inner contents vertically aligned bottom */
    justify-content: center;
    /* Align items at the bottom */
    align-items: flex-start;
}

.vops .cols.vat {
    /* inner contents vertically aligned bottom */
    justify-content: flex-start;
    /* Align items at the bottom */
    align-items: flex-start;
}

.g1r .w1o5,
.g1r .w1o4,
.g1r .w1o3,
.g1r .w1o2 {
    margin-right: 1rem;
}

.g1r .w1o5:nth-of-type(5n),
.g1r .w1o4:nth-of-type(4n),
.g1r .w1o3:nth-of-type(3n),
.g1r .w1o2:nth-of-type(2n) {
    margin-right: 0;
}

.g2r {
    display: flex;
    flex-wrap: wrap;
    /* Allow boxes to wrap into multiple rows */
    /* justify-content: space-between; */
    justify-content: center;
    /* Distribute columns evenly */
    align-items: center;
    /* Vertically center items */
    gap: 2rem;
    /* Set the gap between columns */
}

.g2r .w1o2,
.g2r .w2o4 {
    width: calc((100% - 2rem) / 2);
}

.g2r .w1o3 {
    width: calc((100% - 4rem) / 3);
}

.g2r .w1o4 {
    width: calc((100% - 6rem) / 4);
}

.g2r .w1o5 {
    width: calc((100% - 8rem) / 5);
}

/* viewport changes, additional helper classes */
/* 32rem width :: om :: on-mobile */
@media (max-width: 639px) {
    .om_db {
        display: block !important;
    }

    .om_dn {
        display: none !important;
    }

    .om_dib {
        display: inline-block !important;
    }

    .om_pr {
        position: relative !important;
    }

    .om_pa {
        position: absolute !important;
    }

    .om_pf {
        position: fixed !important;
    }

    .om_oh {
        overflow: hidden !important;
    }

    .om_oa {
        overflow: auto !important;
    }

    .om_ov {
        overflow: visible !important;
    }

    .om_mo {
        overflow: var(--mo) !important;
    }

    .om_mw {
        width: var(--mw) !important;
    }

    .om_mh {
        height: var(--mh) !important;
    }

    .om_mp {
        padding: var(--mp) !important;
    }

    .om_mm {
        margin: var(--mm) !important;
    }

    .om_mfs {
        font-size: var(--mfs) !important;
    }

    .om_ml {
        left: var(--ml) !important;
    }

    .om_mr {
        right: var(--mr) !important;
    }

    .om_mt {
        top: var(--mt) !important;
    }

    .om_mb {
        bottom: var(--mb) !important;
    }
}

/* 64rem width :: ot :: on-tablet */
@media (min-width: 640px) and (max-width: 1279px) {
    .ot_db {
        display: block !important;
    }

    .ot_dn {
        display: none !important;
    }

    .ot_dib {
        display: inline-block !important;
    }

    .ot_pr {
        position: relative !important;
    }

    .ot_pa {
        position: absolute !important;
    }

    .ot_pf {
        position: fixed !important;
    }

    .ot_oh {
        overflow: hidden !important;
    }

    .ot_oa {
        overflow: auto !important;
    }

    .ot_ov {
        overflow: visible !important;
    }

    .ot_to {
        overflow: var(--to) !important;
    }

    .ot_tw {
        width: var(--tw) !important;
    }

    .ot_th {
        height: var(--th) !important;
    }

    .ot_tp {
        padding: var(--tp) !important;
    }

    .ot_tm {
        margin: var(--tm) !important;
    }

    .ot_tl {
        left: var(--tl) !important;
    }

    .ot_tr {
        right: var(--tr) !important;
    }

    .ot_tt {
        top: var(--tt) !important;
    }

    .ot_tb {
        bottom: var(--tb) !important;
    }

    .ot_tfs {
        font-size: var(--tfs) !important;
    }
}

/* 128rem width :: od :: on-desktop */
@media (min-width: 1280px) {
    .od_dw {
        width: var(--dw) !important;
    }

    .od_dh {
        height: var(--dh) !important;
    }

    .od_dp {
        padding: var(--dp) !important;
    }

    .od_dm {
        margin: var(--dm) !important;
    }

    .od_dfs {
        font-size: var(--dfs) !important;
    }
}