body
{
    font-family: 'Roboto', 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: white;
}

.body_wrapper
{
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'Roboto', 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 100;
}

#mainNav
{
    font-family: 'Roboto', 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.btn
{
    font-family: 'Roboto', 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.nav-item
{
    font-size: 12px;
    margin: 0 5px;
}

    .nav-item a
    {
        text-shadow: 1px 1px 1px black;
    }


#acesso_sistema_elm
{
    padding: 8px;
    text-align: center;
}

.navbar-brand:hover
{
    color: red;
    /*transform: scale(1.04);*/
}

#mainNav.navbar-shrink
{
    padding-top: 0px;
    padding-bottom: 0px;
}

#mainNav.navbar-shrink img
{    
    filter: invert(100%);
}



.compat
{
    margin: 0;
}


    .compat.bg
    {
        position: fixed;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
    }

        .compat.bg img
        {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            min-width: 50%;
            min-height: 50%;
        }

.intro-text
{
    text-shadow: 1px 1px 4px black;
    font-weight: 100;
}

section
{
    position: relative;
}

    section div
    {
        z-index: 2;
    }

    section#about_billet
    {
        background-color: aliceblue;
        color: black;
    }

    section .allow_select_css::selection
    {
        /*background: unset;
    text-shadow: initial !important;*/
    }

    section#services:after,
    section#contact:after,
    section#planos:after,
    section#mobileapp:after,
    section#resources:after,
    section#about_billet:after
    { /*pe-7s-user*/
        /*content: "\e605";
        font-family: 'Pe-icon-7-stroke';*/
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        position: absolute;
        font-size: 33vh;
        color: lightblue;
        /*top: 50%;
        left: 50%;*/
        top: 0px;
        /*margin: -300px 0 0 -200px;*/
        z-index: 1;
        opacity: 0.15;
        width: 100%;
        text-align: center;
        height: 100%;
    }

    section#services
    {
        background-color: aliceblue;
        color: black;
        padding-top: 75px;
        padding-bottom: 75px;
        font-weight: 100;
    }

    section#about_billet
    {
        background-color: lavender;
        color: black;
        padding-top: 75px;
        padding-bottom: 75px;
        font-weight: 100;
    }

    section#mobileapp
    {
        background-color: aliceblue;
        color: black;
        padding-top: 80px;
        padding-bottom: 80px;
        font-weight: 100;
    }

    section#planos
    {
        background-color: lavender;
        color: black;
        padding-top: 100px;
        padding-bottom: 200px;
        font-weight: 100;
    }

    section#contact
    {
        background-color: aliceblue;
        color: black;
        padding-top: 190px;
        padding-bottom: 190px;
        font-weight: 100;
    }

.email_support
{
    user-select: all;
    -webkit-user-select: all;
    cursor: pointer;
    font-size: 30px;
}

    .email_support:focus
    {
        outline: none;
    }

    .email_support::selection
    {
        background-color: Highlight;
    }



@media (max-width: 991px)
{
    .content-section
    {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    section#resources
    {
        padding-top: 150px;
        padding-bottom: 150px;
        position: relative;
    }

    section#mobileapp
    {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    section#planos
    {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    section#contact
    {
        padding-top: 190px;
        padding-bottom: 190px;
    }
}

/* Pricing Table */
.pricing-table
{
    display: flex;
}

    .pricing-table .columns
    {
        float: left;
        width: 50%;
        padding: 8px;
    }

    .pricing-table .price
    {
        height: 100%;
        position: relative;
    }

        .pricing-table .price .grey.bottom
        {
            position: absolute;
            bottom: 0;
            width: 100%;
        }

    .pricing-table li.servicos
    {
        /* height: 63px; */
        /* max-height: 63px; */
    }

    .pricing-table .price
    {
        list-style-type: none;
        border: 1px solid #eee;
        margin: 0;
        padding: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        .pricing-table .price:hover
        {
            box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
        }

        .pricing-table .price .header
        {
            background-color: #111;
            color: white;
            font-size: 25px;
        }

        .pricing-table .price li
        {
            border-bottom: 1px solid #eee;
            padding: 20px;
            text-align: center;
        }

    .pricing-table li.servicos
    {
        font-size: 14px;
        padding: 10px;
        background-color: white;
    }

    .pricing-table .price .grey
    {
        background-color: #eee;
        font-size: 20px;
    }

    .pricing-table .button
    {
        background-color: #4CAF50;
        border: none;
        color: white;
        padding: 10px 25px;
        text-align: center;
        text-decoration: none;
        font-size: 18px;
    }

.pricing-table-tax
{
    font-size: 12px;
    margin: 15px 0 0 0;
}

.pricing-table.columns.price.header
{
    background-color: #4CAF50;
}

.pricing-table .header.header_custom
{
    background-color: darkblue;
}

.pricing-table .buttom_custom
{
    background-color: darkgreen;
}

@media only screen and (max-width: 991px)
{
    .pricing-table
    {
        display: table;
    }

        .pricing-table .columns
        {
            width: 100%;
        }

    .md_dialog_mobile
    {
        /*margin-top: 65px;*/
    }
}

/* Index.html */
.idx_img_brand
{
    position: relative;
    width: 70px;
    height: 70px;
}


/*section#calculation
{
    min-height: 200vh !important;
}*/

.idx_div_row
{
    position: relative;
}

.idx_h1_heading
{
    margin-bottom: 0;
}

.idx_p_justify
{
    text-align: justify
}

.idx_ul_align
{
    text-align: left;
    padding-left: 45px;
}

.idx_object_browsers
{
    width: 80px;
}

    .idx_object_browsers.circle
    {
        display: inline-block;
        width: 80px;
        height: 80px;
        /*margin: 1em auto;*/
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-border-radius: 99em;
        -moz-border-radius: 99em;
        border-radius: 99em;
        border: 5px solid #eee;
        box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
    }

        .idx_object_browsers.circle.chrome
        {
            padding-top: 2px;
        }

    .idx_object_browsers md_tooltip
    {
        font-size: 0.8em;
    }


.idx_p_copyright
{
    font-size: 10px;
}

.help_terms
{
    text-align: center;
}
    .help_terms span
    {
        display: inline-flex;
    }

    .help_terms a {
        color: white;
        text-align: center;
        padding: 0 5px;
        margin-left: 15px;
        margin-right: 15px;
        font-size: 16px;
        line-height: 32px;
    }

    .help_terms a:hover
    {
        color: Highlight;
    }

.not_supported
{
    display: normal;
    color: black;
    width: 100%;
    text-align: center;
    margin-top: 100px;
}

.not_supported_sub_header
{
    margin-bottom: 40px;
}

.links_navegador
{
    color: blue;
}


/* Index Buttom Down */
.intro-text
{
    margin: 0 0 15px;
}

.btn.btn-circle.js-scroll-trigger
{
    margin-bottom: 15px;
}



/* Grayscale */
@media (max-width: 991px)
{
    #mainNav #navbarResponsive.collapse.show #acesso_sistema_elm
    {
        margin-bottom: 10px;
    }

    #mainNav:not(.navbar-shrink)
    {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #mainNav:not(.navbar-shrink) img
    {    
        filter: invert(100%);
    }



    a.nav-link.js-scroll-trigger {
        font-size: 16px;
        padding-left: 5px;
    }

    span#acesso_sistema_elm_btn.nav-link {
        font-size: 16px;
        text-transform: capitalize;
        background-color: #485461;
    }
}


#custom_nav_container
{
    position: relative;
}

#navbar_button_hamburger
{
    position: absolute;
    top: 21px;
    right: 0px;
    padding: 7px !important;
    width: 40px;
}
    #navbar_button_hamburger i.fa
    {
        color: lightgray;
    }



    #mainNav .navbar-toggler {
        border: none;
        font-size: 20px;
        outline: none;
    }

#navbar_button_access {
    position: absolute;
    top: 21px;
    right: 50px;
    padding: 0 !important;
    font-size: 10px !important;
    border: none !important;
    text-shadow: 1px 1px 1px black;
    cursor: pointer;
}

.navbar-collapse.collapsing #acesso_sistema_elm_li,
.navbar-collapse.collapse.show #acesso_sistema_elm_li
{
    display: none;
}

#acesso_sistema_elm_li:hover
{
    cursor: pointer;
}
/*style="cursor: pointer;" onclick="window.location='/billet/'"*/
.disable_ahref
{
    pointer-events: none;
    cursor: none;
    opacity: 0.7;
    user-select: none;
    -webkit-user-select: none;
}

.plano_dialog_query
{
    width: 100%;
    height: auto;
}

.plano_dialog_query_message
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.plano_dialog_query_message_content
{
    height: 100%;
}

.plano_dialog_query_message_content_message
{
    height: 400px;
    padding: 15px;
    text-align: center;
    color: blue;
    display: table-cell;
    vertical-align: middle;
}

.plano_dialog_query_message_content_section
{
    position: absolute;
    bottom: 0;
    padding: 15px;
    text-align: center;
    align-content: center;
    width: 100%;
}


.plano_dialog_query *
{
    font-size: 12px;
}

md-input-container:not([disabled]):not(.md-input-invalid) label
{
    color: dodgerblue;
}

/*md-input-container div.hint,
md-input-container .md-input-message-animation, md-input-container .md-char-counter,
md-input-container.md-default-theme.md-input-invalid .md-char-counter, md-input-container.md-input-invalid .md-char-counter, md-input-container.md-default-theme.md-input-invalid .md-input-message-animation, md-input-container.md-input-invalid .md-input-message-animation, md-input-container.md-default-theme.md-input-invalid label, md-input-container.md-input-invalid label,
md-input-container .md-input-message-animation:not(.md-char-counter), md-input-container .md-char-counter:not(.md-char-counter)
{
    font-size: 10px;
}*/

md-input-container[disabled] div.hint,
md-input-container[disabled] div.md-errors-spacer div.md-char-counter
{
    color: lightgray;
}

.set_color_blue
{
    color: rgb(33,150,243);
}

.set_color_green
{
    color: green !important;
}

.set_color_orangered
{
    color: orangered;
}

#iframe_map
{
    width: 100%;
    height: 100%; /**/
    min-height: 350px; /**/
}



footer {
    background-color: dimgray;
    padding: 20px 0;
}

@-webkit-keyframes autofill
{
    to
    {
        color: inherit;
        background-color: inherit;
    }
}

input:-webkit-autofill
{
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

/* progress_circular_span : unidadeusuario.html e demais*/
.progress_circular_span
{
    /*position: absolute;
    left: 40px;
    top: 2px;*/
    position: absolute;
    top: 8px;
    width: 100%;
    left: 0;
}


md-input-container div.hint
{
    /* Position the hint */
    position: absolute;
    left: 2px;
    right: auto;
    /* Copy styles from ng-messages */
    /*font-size: 12px;*/
    line-height: 12px;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    /* Set our own color */
    /*color: grey;*/
}

    md-input-container div.hint.ng-hide
    {
        -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
        transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
        bottom: 26px;
        opacity: 0;
    }

    md-input-container div.hint:not(.ng-hide)
    {
        -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
        transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
        bottom: 7px;
        opacity: 1;
    }

#acesso_sistema_elm_btn, #acesso_sistema_elm
{
    min-width: 80px;
}

/*.plano_dialog_query_form:after
{
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(255,255,255, 0), rgba(255,255,255, 1) 90%);
    width: 100%;
    height: 150px;
}*/


/* Article Content */
.article_list
{
        background-color: rgb(250,250,250);
        padding: 15px;
        margin: 0 15px;
}


.billet_article_logo_footer_wrapper
{
    padding: 0 20px;
}

.sec_body_wrapper
{
    padding: 0 20px 0px 20px;
    text-align: justify;
}


ul.article_list
{
    padding: 0;
    list-style: none;
    font-size: 20px;
    color: dimgray;
    text-align: center
}

.billet_article_logo_footer
{
    margin-top: 10px;
    text-align: center;
}

.billet_article_logo_footer .description
{
    font-size: 12px;
}

    .billet_article_logo_footer .description p
    {
        font-size: 12px;
        margin: 0;
        text-align: justify
    }
        
@media screen and (max-width: 600px)
{

    #heading.article_main_title h1
    {
        font-size: 2em;
    }
    
    #heading h1
    {
        font-size: 1.2em;
    }

    .sec_body_wrapper div h4
    {
        font-size: 1.1em;
    }
    
    .billet_article_logo_footer_wrapper
    {
        padding: 0 10px;
    }

    ul.article_list
    {
        font-size: 14px;
        text-align: justify;
        padding-left: 10px;
        padding-right: 10px;
    }

        ul.article_list li:not(:last-child)
        {
            margin-bottom: 15px;
        }
    .sec_body_wrapper
    {
        padding: 0 15px 0px 15px;
    }
}



/*  NONONONONONONONONO */
md-dialog
{
    min-width: 300px;
    max-width: 80%;
}

section#calculation
{
    background-color: aliceblue;
    color: black;
    font-weight: 100;
    min-height: 100vh;
    padding-top: 90px;
}

.wrapper_produto
{

}
    .wrapper_produto .grupo
    {
        background-color: rgb(214, 226, 200);
        padding: 5px;
        margin-bottom: 5px;
    }
        .wrapper_produto .grupo .input_editar_nome
        {
            /* style="position: absolute; top: -2px; left: 15px; cursor: pointer; padding: 0; outline: none; border-color: transparent; background-color: transparent; color: darkblue; border: 0;"  */
            position: absolute;
            top: -2px;
            left: 15px;
            cursor: pointer;
            padding: 0;
            outline: none;
            border-color: transparent;
            background-color: transparent;
            color: cadetblue;
            border: 0;
        }
        .wrapper_produto .grupo .lista .lista_item
        {
            background-color: ghostwhite;
            padding: 5px;
            margin: 2px;
            font-size: 12px;
        }
            .wrapper_produto .grupo .lista .lista_item .original
            {
                width: 100px;
                height: auto;
                margin: 0;
                padding: 5px;
                background-color: rgb(245, 245, 255);
                margin-right: 2px;
            }

            .wrapper_produto .grupo .lista .lista_item .preco_real_etiqueta
            {
                width: 100px;
                font-size: 16px;
                font-weight: 100;
                text-align: center;
                background-color: rgb(246, 246, 246);
                padding: 5px;
                margin-left: 2px;
            }



                .wrapper_produto .grupo .lista .lista_item .original .small
                {
                    color: gray;
                }

            /*.wrapper_produto .grupo .lista .lista_item:first-child
            {
                margin: 5px;
            }*/

            .wrapper_produto .grupo .lista .lista_item span.item_symbol
            {
                margin-left: 1px;
                margin-right: 1px;
            }

        .wrapper_produto .grupo .descricao
        {
            font-size: 12px;
            height: 24px;
            padding: 5px;
        }
            .wrapper_produto .grupo .descricao .label
            {
                font-weight: 100;
            }
        .wrapper_produto .grupo .descricao .label .data
        {
            font-size: 10px;
            font-weight: 100;
        }




    .preco_real_etiqueta .valor
    {
        border-bottom: solid 1px gray;
        font-size: 16px;
        position: relative;
        height: 25px;
    }
        .preco_real_etiqueta .valor .small
        { 
            left: 2px;
            font-size: 10px;
            top: 5px;
            position: absolute;
        }

        .preco_real_etiqueta .valor .value
        {
            text-align: center;
            font-size: 16px;
            margin: 2px;
            width: 100%;
        }

            .preco_real_etiqueta .valor .value .centavos
            {
                font-size: 12px;
            }

    .preco_real_etiqueta .unidade
    {
        font-size: 14px;
        text-align: center;
    }







.resultado_label
{
    /* margin-bottom: 40px; */
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    background-color: rgb(255, 239, 239);
    height: 35px;
}

.resultado_valor
{
    font-size: 16px;
    color: cadetblue;
}

.resultado_grandeza
{
    font-size: 20px;
    color: cadetblue;
}


.smaller_buttons > button
{
    min-height: 20px;
    min-width: 78px;
    line-height: 30px;
}

.smaller_buttons > button:not(.especial_caret_down_before)
{
    margin: 2px 4px;
}

.especial_caret_down
{
    width: 22px;
    min-width: 2px;
    margin: 0;
    padding: 0;
    min-height: 20px;
    line-height: 30px;
    margin-right: 10px;
}

.especial_caret_down_before
{
    margin: 2px 4px;
    margin-right: 4px;
    width: 160px;
    min-width: 160px;
}

md-menu-item
{
    min-height: 35px;
    height: 35px;
}

    md-menu-item > .md-button
    {
        font-size: 12px;
    }
md-menu-content > .hint[disabled]
{
    margin: 0 15px;
    font-size: 10px;
    color: lightgray;
}

md-menu-content > .hint
{
    margin: 0 15px;
    font-size: 10px;
    color: dimgray;
}

.plano_dialog_query_wrapper
{
    z-index: 1050;
}

.md-open-menu-container.md-active
{
    z-index: 1051;
}



/*    */
md-dialog
{
    height: 248px !important;
    min-height: 248px !important;
    max-height: 50vh;
}

    md-dialog-actions div button.md-button
    {
        font-size: 12px;
    }

    md-dialog .md-actions, md-dialog md-dialog-actions
    {
        padding-left: 0px;
        padding-right: 4px;

        min-height: 42px;
    }

.plano_dialog_query, .produto_principal, .dlg_wrapper, .dlg_wrapper_panel
{
    height: 100%;
}

.dlg_wrapper_panel
{
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0;
}

    .dlg_wrapper_panel button.md-button
    {
        font-size: 12px;
        min-height: 30px;
        line-height: 30px;
    }

.dlg_wrapper_panel.escondido
{
    visibility: hidden;
}

    .dlg_wrapper_panel div > div.hint[disabled]
    {
        margin: 0 15px;
        font-size: 10px;
        color: lightgray;
        text-align: center
    }

    .dlg_wrapper_panel > div.hint
    {
        margin: 0 15px;
        font-size: 10px;
        color: dimgray;
        text-align: center
    }

    .dlg_wrapper_panel p.input_header
    {
        font-size: 16px;
        color: darkgray;
        margin-bottom: 20px;
    }

    .dlg_wrapper_panel p.input_subject
    {
        color: gray;
        margin-bottom: 0;
    }

    p.input_subject span
    {
        font-size: 26px;
    }

    .dlg_wrapper_panel div.seletor_unidade .input_header
    {
        font-size: 16px;
        color: gray;
        margin-bottom: 0;
        text-align: center;
    }

    .dlg_wrapper_panel .seletor_unidade md-card
    {
        position: relative;
        margin: 5px;
        user-select: none;
    }
    .dlg_wrapper_panel .seletor_unidade md-card md-card-title
    {
        padding: 0;
    }
        .dlg_wrapper_panel .seletor_unidade md-card md-card-title md-card-title-text
        {
            padding: 5px;
        }

        .dlg_wrapper_panel .seletor_unidade md-card:hover
        {
            color: blue;
            background-color: aliceblue;
            cursor: pointer;
        }

    .dlg_wrapper_panel .seletor_unidade span
    {
        display: inline-block;
        margin-bottom: 0.5rem;
        width: 100%;
        text-align: center;
        font-size: 16px;
        color: mediumseagreen;
        font-weight: 500;
    }

    /*    .dlg_wrapper_panel .seletor_unidade label
        {
            width: 100%;
            text-align: center;
            font-size: 16px;
            color: mediumseagreen;
            font-weight: 500;
        }*/

    .dlg_wrapper_panel .seletor_unidade p
    {
        margin-bottom: 0;
        font-size: 9px;
        text-align: justify;
        padding: 0 10px;
        z-index: 2;
        color: slategray;
    }

    .dlg_wrapper_panel .seletor_unidade md-card .item_symbol
    {
        position: absolute;
        font-size: 50px;
        color: rgba(125, 125, 125, .1);
        z-index: 1;
    }

    .resumo
    {
        height: 85px;
        background-color: honeydew;
    }

    .resumo div.descricao
    {
        font-size: 12px;
        text-align: center;
        color: mediumaquamarine;
        padding-top: 3px;
        padding-bottom: 3px;
        background-color: aliceblue;
        font-weight: 100;
    }

    .resumo div.descricao input
    {
        background-color: transparent;
        border: none;
        width: 100%;
        text-align: center;
        color: dimgray;
    }

    .resumo div.descricao input[disabled]
    {
        color: cadetblue;
        cursor: default;
    }

    .resultado_wrapper
    {
        cursor: default;
    }

input.volum_input_hidden_box, input.price_input_hidden_box
{
    width: 50px; /*50*/
    height: 10px; /*10*/
    color: red;
    background-color: white;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.dlg_wrapper_panel p.input_subject > span.ng-binding.sob_foco
{
    color: blue;
    cursor: default;
}

.dlg_wrapper_panel p.input_subject > span.ng-binding:not(.sob_foco)
{
    cursor: pointer;
}

.no_user_select
{
    user-select: none;
}

.prevent_overscroll {
    overscroll-behavior-y: contain;
}

/* Typewriter */
.typewriter
{
    position: absolute;
    left: 90px;
    color: lightseagreen;
    text-transform: lowercase;
}

.typewriter p
{
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 1.5s steps(40, end),
    blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}

.stopanimation p
{
    border-color: transparent !important;
}

/* new feat 2022: storage bkp  */
.file_uplodad_section
{
    background-color: rgb(251 247 228);
    padding: 5px;
    margin-bottom: 5px;
}
.file_uplodad_section.collapsed
{
    display: none;
}

.file_uplodad_section.expanded
{
     
}

body.md-toast-animating
{
    overflow: unset !important;
}

span.ng-scope.pe-7s-keypad
{
    font-size: 24px;
    font-weight: 400;
}

span.ng-scope.pe-7s-keypad.sob_foco
{
    color: blue;
    cursor: default;
}


/* Preço ganhador */
.melhor_preco
{
    color: blue;
}

.lista_item.ng-scope.melhor_preco.layout-row
{
    background-color: antiquewhite;
}

 

.melhor_preco_renovado
{
    background-color: bisque !important;
}

