@media print {
    body {
       
    }


    .container {display: block; height: auto;}

    .uno { 
        position: unset;
        width: unset;
        height: unset;
        padding: 40px 25px !important;
    }
    .face {
        min-height: unset !important;
    }

    
    .icn-11 {
    	    fill: var(--teal1);
    stroke: var(--teal1);

    }

    .aw-1 {
        fill: var(--teal1);
    }

    .aw-1,
    .aw-2,
    .aw-3,
    .aw-4,
    .aw-5,
    .aw-6,
    .aw-7,
    .aw-8,
    .aw-9 {
        stroke-width: 0px;
        fill: var(--teal1);
    }

    #aitsl-logo path {
    	fill: var(--teal1);
    }

    .aitsl-logo-group .aitsl-logo-type, .aitsl-logo-group .aitsl-logo-type.smll {fill: var(--teal1)} 

    .uno-scarf,
    footer {
        margin-left: unset;
        margin: auto;
    }

    footer {margin-top:180px;}

   .uno h1 {
        margin-top: 1.2em;
        color: var(--teal1);
    }

    .uno h3, .uno h2 {color: var(--teal1);}
     .icon-head a.title-link {
        text-decoration: none;
        color: var(--teal1);
    }

    .uno p.intro {color: var(--teal1);}

    .dos {
        grid-area: unset;
        overflow: unset;
        overflow-y: unset;
    }

    .dosi {
        padding: 15px;
        padding-top: 50px;
    }

    .dos-scarf {
        margin: auto;
    }

    .icon-hand {
        flex-direction: column;
    }
    
    .page-widgets { right: 0px;}


    .uno-scarf {
        justify-content: unset;
    }

    .icon-head {
        margin: 10% 0
    }


    .uno-scarf {
        height: unset;
    }

    .bx {}

    .b1,
    .b2,
    .b3,
    .b4,
    .b5 {
        margin-bottom: 9px;
        border: 1px solid #007377;
    }

    .page-widgets {display: none;}


 /*   span.in-num {
    border: 3px solid var(--teal1);
    border-radius: 38px;
    width: 20px;
    padding: 13px 0 0 3px;*/
}


}