<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*-------------------------------------------------------------*/
/* investors_page.css                                          */
/* contains css for investors page styling                     */
/* REB and SIB June 2021                                       */
/*-------------------------------------------------------------*/
  
.top_content
    {
    width : 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between; /*space-evenly;*/
    align-items: top; /*center;*/
    /*margin-bottom: 30px; */ 
    margin-bottom: 1.80vw;

    /*border: 1px solid blue;*/  
    /*border: 0.06vw solid blue;*/  

    } 
    
.left_column_1
    {    
    width : 48%; /*48%; /*65%;*/
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;  
    justify-content: space-between;
    /*border: 1px solid red;*/  
    /*border: 0.06vw solid red;*/  

    }
    
.right_column_1
    {
    width : 48%; /*48%; /*32%;*/
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;  
    justify-content: space-between; 
    /*border: 1px solid yellow;*/  
    /*border: 0.06vw solid yellow;*/    

    }  
    
.column_top_box
    {
    width : 100%;
    /*padding-top    :  15px; */ 
    padding-top    :  0.90vw;

    /*padding-bottom :  10px; */ 
    padding-bottom :  0.60vw;

    /*border: 1px solid yellow;*/  
    /*border: 0.06vw solid yellow;*/    

    }  
        
#top_box
    {
    width          : 90%;
    text-align     : left;
    /*padding-top    : 30px; */ 
    padding-top    : 1.80vw;

    /*padding-bottom : 30px; */ 
    padding-bottom : 1.80vw;

    }
    
#right_image_box
    {
    width : 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center; 
    /*padding-bottom : 20px; */  
    /*padding-bottom : 1.20vw; */

    /*border: 1px solid green;*/  
    /*border: 0.06vw solid green;*/

    } 
    
#right_image  
    {
    width: 100%; /*60%;*/
    justify-content: center;
    /*border: 2px solid red;*/  
    /*border: 0.12vw solid red;*/

    }  
    

    
#contact_button 
    {
    width : 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center; 
    /*padding-top    : 15px; */ 
    padding-top    : 0.90vw;

    /*padding-bottom : 30px; */ 
    padding-bottom : 1.80vw;

    /*border: 3px solid green; */  
    /*border: 0.18vw solid green; */        

    }    
  
#top_text_box
    {
    width : 90%;
    /*padding-top    : 0px;*/  
    /*padding-top    : 0.00vw;*/

    /*padding-bottom : 30px;*/  
    /*padding-bottom : 1.80vw;*/

    box-sizing: border-box;
    /*padding: 15px  15px; */ 
    padding: 0.90vw  0.90vw;

    /*margin-bottom  : 20px; */ 
    margin-bottom  : 1.20vw; 

    /*text-align     : center;*/
    font-weight    : bold;
    /*font-variant   : small-caps;*/
    font-size      : 110%;
    color          : black; 
    /*border : 2px solid #e6e6e6;*/  
    /*border : 0.12vw solid #e6e6e6;*/

    }  
    
#top_quote_box
    {
    width : 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;  
    align-items: stretch; /*center;*/    
    box-sizing: border-box;
    /*padding: 15px  15px; */ 
    padding: 0.90vw  0.90vw;

    /*padding-top    : 30px; */ 
    padding-top    : 1.80vw;

    /*padding-bottom : 35px; */ 
    padding-bottom : 2.10vw;

    /*padding-right  : 35px; */ 
    padding-right  : 2.10vw;

    /*margin-bottom  : 40px;*/  
    /*margin-bottom  : 2.40vw;*/ 

    /*margin-top     : 15px; */ 
    margin-top     : 0.90vw;   

    background-image:linear-gradient(rgb(124,124,144),rgb(20,20,42)); 
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.29); */ 
    box-shadow: 0 0.24vw 0.48vw 0 rgba(0, 0, 0, 0.3), 0 0.36vw 1.20vw 0 rgba(0, 0, 0, 0.29);  

    }
    
#top_quote_symbol
    {
    width          : 10%;
    /*float          : left;*/
    box-sizing     : border-box;
    /*padding        : 0px  0px; */ 
    padding        : 0.00vw  0.00vw;

    /*margin-bottom  : -25px;*/  
    /*margin-bottom  : -1.50vw;*/    

    /*font-size      : 600%;*/
    /*text-align     : center;*/
    /*color          : white;*/
    /*border: 1px solid yellow;*/  
    /*border: 0.06vw solid yellow;*/

    }
    
#top_quote_text
    {
    width : 85%;
    /*text-align     : center;*/
    font-weight    : bold;
    color: #e0e0e0; 
    font-style: italic;    
    /*text-shadow: 2px 2px 4px #000000; */  
    /*text-shadow: 0.12vw 0.12vw 0.24vw #000000; */   

    /*font-variant   : small-caps;*/
    font-size      : 110%;
    color          : white;     
    }

.section_underline_top
    {
    width          : 100%;
    /*margin-top     : 40px; */ 
    margin-top     : 2.40vw;

    /*margin-bottom  : 10px; */ 
    margin-bottom  : 0.60vw; 

    /*border: 2px solid #e6e6e6; */ 
    border: 0.12vw solid #e6e6e6;    

    }
    
.section_underline_bottom
    {
    width          : 100%;
    /*margin-top     : 10px; */ 
    margin-top     : 0.60vw;

    /*margin-bottom  :  0px; */ 
    margin-bottom  :  0.00vw; 

    /*border: 2px solid #e6e6e6; */ 
    border: 0.12vw solid #e6e6e6;    

    }        
    
.text_box_wrapper
    {
    width : 90%;
    /*padding-top    : 0px;*/  
    /*padding-top    : 0.00vw;*/

    /*padding-bottom : 30px;*/  
    /*padding-bottom : 1.80vw;*/

    box-sizing: border-box;
    /*padding: 15px  15px; */ 
    padding: 0.90vw  0.90vw;

    /*margin-bottom  : 20px; */ 
    margin-bottom  : 1.20vw; 

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end; /*center;*/ 
    /*border : 2px solid #e6e6e6; */ 
    border : 0.12vw solid #e6e6e6;

    }
    
.text_box
    {
    width : 100%;
    }    
    
.inner_box
    {
    width: 80%
    }  
    
@media only screen and (max-width: 800px), screen and (max-aspect-ratio: 5/7)
{

/*-------------------------------------------------------------*/
/* investors_page.css                                          */
/* contains css for investors page styling                     */
/* REB and SIB June 2021                                       */
/*-------------------------------------------------------------*/
  
.top_content
    {
    width : 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between; /*space-evenly;*/
    align-items: top; /*center;*/
    /*margin-bottom: 30px; */ 
    margin-bottom: 3.00vw;


    /*border: 1px solid blue;*/  
    /*border: 0.10vw solid blue;*/  


    } 
    
.left_column_1
    {    
    width : 48%; /*48%; /*65%;*/
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;  
    justify-content: space-between;
    /*border: 1px solid red;*/  
    /*border: 0.10vw solid red;*/  


    }
    
.right_column_1
    {
    width : 48%; /*48%; /*32%;*/
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;  
    justify-content: space-between; 
    /*border: 1px solid yellow;*/  
    /*border: 0.10vw solid yellow;*/    


    }  
    
.column_top_box
    {
    width : 100%;
    /*padding-top    :  15px; */ 
    padding-top    :  1.50vw;


    /*padding-bottom :  10px; */ 
    padding-bottom :  1.00vw;


    /*border: 1px solid yellow;*/  
    /*border: 0.10vw solid yellow;*/    


    }  
        
#top_box
    {
    width          : 90%;
    text-align     : left;
    /*padding-top    : 30px; */ 
    padding-top    : 3.00vw;


    /*padding-bottom : 30px; */ 
    padding-bottom : 3.00vw;


    }
    
#right_image_box
    {
    width : 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center; 
    /*padding-bottom : 20px; */  
    /*padding-bottom : 2.00vw; */


    /*border: 1px solid green;*/  
    /*border: 0.10vw solid green;*/


    } 
    
#right_image  
    {
    width: 100%; /*60%;*/
    justify-content: center;
    /*border: 2px solid red;*/  
    /*border: 0.20vw solid red;*/


    }  
    

    
#contact_button 
    {
    width : 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center; 
    /*padding-top    : 15px; */ 
    padding-top    : 1.50vw;


    /*padding-bottom : 30px; */ 
    padding-bottom : 3.00vw;


    /*border: 3px solid green; */  
    /*border: 0.30vw solid green; */        


    }    
  
#top_text_box
    {
    width : 90%;
    /*padding-top    : 0px;*/  
    /*padding-top    : 0.00vw;*/


    /*padding-bottom : 30px;*/  
    /*padding-bottom : 3.00vw;*/


    box-sizing: border-box;
    /*padding: 15px  15px; */ 
    padding: 1.50vw  1.50vw;


    /*margin-bottom  : 20px; */ 
    margin-bottom  : 2.00vw; 


    /*text-align     : center;*/
    font-weight    : bold;
    /*font-variant   : small-caps;*/
    font-size      : 110%;
    color          : black; 
    /*border : 2px solid #e6e6e6;*/  
    /*border : 0.20vw solid #e6e6e6;*/


    }  
    
#top_quote_box
    {
    width : 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;  
    align-items: stretch; /*center;*/    
    box-sizing: border-box;
    /*padding: 15px  15px; */ 
    padding: 1.50vw  1.50vw;


    /*padding-top    : 30px; */ 
    padding-top    : 3.00vw;


    /*padding-bottom : 35px; */ 
    padding-bottom : 3.50vw;


    /*padding-right  : 35px; */ 
    padding-right  : 3.50vw;


    /*margin-bottom  : 40px;*/  
    /*margin-bottom  : 4.00vw;*/ 


    /*margin-top     : 15px; */ 
    margin-top     : 1.50vw;   


    background-image:linear-gradient(rgb(124,124,144),rgb(20,20,42)); 
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.29); */ 
    box-shadow: 0 0.40vw 0.80vw 0 rgba(0, 0, 0, 0.3), 0 0.60vw 2.00vw 0 rgba(0, 0, 0, 0.29);  


    }
    
#top_quote_symbol
    {
    width          : 10%;
    /*float          : left;*/
    box-sizing     : border-box;
    /*padding        : 0px  0px; */ 
    padding        : 0.00vw  0.00vw;


    /*margin-bottom  : -25px;*/  
    /*margin-bottom  : -2.50vw;*/    


    /*font-size      : 600%;*/
    /*text-align     : center;*/
    /*color          : white;*/
    /*border: 1px solid yellow;*/  
    /*border: 0.10vw solid yellow;*/


    }
    
#top_quote_text
    {
    width : 85%;
    /*text-align     : center;*/
    font-weight    : bold;
    color: #e0e0e0; 
    font-style: italic;    
    /*text-shadow: 2px 2px 4px #000000; */  
    /*text-shadow: 0.20vw 0.20vw 0.40vw #000000; */   


    /*font-variant   : small-caps;*/
    font-size      : 110%;
    color          : white;     
    }

.section_underline_top
    {
    width          : 100%;
    /*margin-top     : 40px; */ 
    margin-top     : 4.00vw;


    /*margin-bottom  : 10px; */ 
    margin-bottom  : 1.00vw; 


    /*border: 2px solid #e6e6e6; */ 
    border: 0.20vw solid #e6e6e6;    


    }
    
.section_underline_bottom
    {
    width          : 100%;
    /*margin-top     : 10px; */ 
    margin-top     : 1.00vw;


    /*margin-bottom  :  0px; */ 
    margin-bottom  :  0.00vw; 


    /*border: 2px solid #e6e6e6; */ 
    border: 0.20vw solid #e6e6e6;    


    }        
    
.text_box_wrapper
    {
    width : 90%;
    /*padding-top    : 0px;*/  
    /*padding-top    : 0.00vw;*/


    /*padding-bottom : 30px;*/  
    /*padding-bottom : 3.00vw;*/


    box-sizing: border-box;
    /*padding: 15px  15px; */ 
    padding: 1.50vw  1.50vw;


    /*margin-bottom  : 20px; */ 
    margin-bottom  : 2.00vw; 


    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end; /*center;*/ 
    /*border : 2px solid #e6e6e6; */ 
    border : 0.20vw solid #e6e6e6;


    }
    
.text_box
    {
    width : 100%;
    }    
    
.inner_box
    {
    width: 80%
    }    
         
}      
         
</pre></body></html>