html, body, #container
{
   width: 100%;
   height: 100%;
}
body
{
   background-color: #DCDCDC;
   background-image: url('images/index_bkgrnd.png');
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid1
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   box-shadow: 0px 10px 25px #000000;
   animation: animate-fade-in-down 1500ms linear 0ms 1 normal both;
}
#LayoutGrid1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid1 > .col-1, #LayoutGrid1 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 1px;
   padding-left: 1px;
   position: relative;
}
#LayoutGrid1 > .col-1, #LayoutGrid1 > .col-2
{
   flex: 0 0 auto;
   height: 101px;
}
#LayoutGrid1 > .col-1
{
   background-color: #FFFFFF;
   background-image: url('images/abLogoTr1.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: contain;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 8.33333333%;
   max-width: 8.33333333%;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 3px 0 3px 0;
}
#LayoutGrid1 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 91.66666667%;
   max-width: 91.66666667%;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#LayoutGrid1 > .col-1, #LayoutGrid1 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#stretchMenu
{
   box-sizing: border-box;
   margin: 0 auto;
   padding: 0;
   height: 100%;
   background-color: #FFFFFF;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 0px;
   white-space: nowrap;
}
#stretchMenu:hover li
{
   width: 10.71429%;
}
#stretchMenu li
{
   display: inline-block;
   height: 100%;
   white-space: nowrap;
   width: 12.5%;
   transition: all 200ms linear;
   text-align: center;
   box-sizing: border-box;
   text-shadow: 1px 1px 0px rgba(0,0,0,1.00);
   border-right: 0px solid #212121;
}
#stretchMenu li:last-child
{
   border-right: none;
}
#stretchMenu li:hover
{
   background: #e6e6e6;
   width: 25%;
}
#stretchMenu li a
{
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   height: 100%;
   box-sizing: border-box;
   text-decoration: none;
   font-size: 40px;
   color: #FFFFFF;
}
#stretchMenu li a:hover
{
   color: #DEDEDE;
   text-shadow: 1px 1px 0px rgba(0,0,0,1.00);
}
#stretchMenu li div
{
   margin-top: 0px;
   font-size: 13px;
}
#stretchMenu li:nth-child(1)
{
   background: #000000;
}
#stretchMenu li:nth-child(1) a:hover,
#stretchMenu li:nth-child(1) a:active,
#stretchMenu li:nth-child(1) a:focus
{
   background: #000000;
}
#stretchMenu li:nth-child(2)
{
   background: #0000CD;
}
#stretchMenu li:nth-child(2) a:hover,
#stretchMenu li:nth-child(2) a:active,
#stretchMenu li:nth-child(2) a:focus
{
   background: #00009A;
}
#stretchMenu li:nth-child(3)
{
   background: #FE478C;
}
#stretchMenu li:nth-child(3) a:hover,
#stretchMenu li:nth-child(3) a:active,
#stretchMenu li:nth-child(3) a:focus
{
   background: #BF3569;
}
#stretchMenu li:nth-child(4)
{
   background: #00BFFF;
}
#stretchMenu li:nth-child(4) a:hover,
#stretchMenu li:nth-child(4) a:active,
#stretchMenu li:nth-child(4) a:focus
{
   background: #008FC0;
}
#stretchMenu li:nth-child(5)
{
   background: #FF0000;
}
#stretchMenu li:nth-child(5) a:hover,
#stretchMenu li:nth-child(5) a:active,
#stretchMenu li:nth-child(5) a:focus
{
   background: #C00000;
}
#stretchMenu li:nth-child(6)
{
   background: #7B68EE;
}
#stretchMenu li:nth-child(6) a:hover,
#stretchMenu li:nth-child(6) a:active,
#stretchMenu li:nth-child(6) a:focus
{
   background: #5C4EB3;
}
#stretchMenu li:nth-child(7)
{
   background: #48D1CC;
}
#stretchMenu li:nth-child(7) a:hover,
#stretchMenu li:nth-child(7) a:active,
#stretchMenu li:nth-child(7) a:focus
{
   background: #369D99;
}
#stretchMenu li:nth-child(8)
{
   background: #FFD700;
}
#stretchMenu li:nth-child(8) a:hover,
#stretchMenu li:nth-child(8) a:active,
#stretchMenu li:nth-child(8) a:focus
{
   background: #C0A100;
}
.stretchMenu-icon
{
   fill: #FFFFFF;
   font-size: 0;
   overflow: visible;
   width: 40px;
   height: 40px;
   line-height: 40px;
   vertical-align: middle;
   filter: drop-shadow(1px 1px 0px rgba(0,0,0,1.00));
}
#stretchMenu a:hover .stretchMenu-icon
{
   fill: #DEDEDE;
   filter: drop-shadow(1px 1px 0px rgba(0,0,0,1.00));
}
#wb_Text3 
{
   background-color: #000000;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text3 div
{
   text-align: left;
}
#PageFooter1
{
   background-color: #000000;
   background-image: url('images/Picture2.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: contain;
   border: 2px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
}
#wb_Card1
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 10px;
   box-shadow: 0px 0px 20px #000000;
   text-align: center;
}
#Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #9400D3;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 2px #0000FF solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 10px 10px !important;
   margin: 0;
   padding: 20px 20px 20px 20px;
   color: #008000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 24px;
   text-align: justify;
}
#wb_Image3
{
   margin: 0;
   vertical-align: top;
}
#Image3
{
   border: 0px solid #000000;
   border-radius: 25px;
   padding: 10px 10px 10px 10px;
   filter: drop-shadow(0px 0px 20px rgba(0,0,0,1.00));
   display: inline-block;
   width: 722px;
   height: 536px;
   vertical-align: top;
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 10px;
   box-shadow: 0px 0px 20px #000000;
   text-align: center;
}
#Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #9400D3;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 2px #0000FF solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card2-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 10px 10px !important;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FF0000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 24px;
   text-align: center;
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 10px;
   box-sizing: border-box;
   padding: 0;
   filter: drop-shadow(0px 0px 10px rgba(0,0,0,1.00));
   display: block;
   width: 100%;
   height: auto;
   max-width: 799px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Image2
{
   margin: 0;
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 10px;
   box-sizing: border-box;
   padding: 0;
   filter: drop-shadow(0px 0px 10px rgba(0,0,0,1.00));
   display: block;
   width: 100%;
   height: auto;
   max-width: 678px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#FlexGrid1
{
   display: grid;
   height: 3375px;
   background-color: transparent;
   background-image: url('images/bgtr1.png');
   background-repeat: repeat;
   background-position: center center;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 75px 0 0 0 ;
   padding: 0;
   font-size: 0;
   grid-column-gap: 2px;
   grid-row-gap: 2px;
   grid-template-columns: 1fr 1fr 1fr 1fr;
   grid-template-rows: 600px 600px 240px 600px 600px 600px 50px;
   grid-template-areas:
      "item-1 item-1 item-2 item-2"
      "nav nav item-0 item-0"
      "item-13 item-3 item-14 item-15"
      "item-4 item-4 item-5 item-5"
      "item-6 item-6 item-9 item-9"
      "item-7 item-7 item-10 item-10"
      "item-11 item-11 item-8 item-8";
}
#FlexGrid1 .item-1
{
   display: flex;
   grid-area: item-1;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 10px;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
}
#FlexGrid1 .item-2
{
   display: flex;
   grid-area: item-2;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 25px 10px 10px 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-end;
   align-items: center;
   align-content: center;
}
#FlexGrid1 .nav
{
   display: flex;
   grid-area: nav;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0 0 0 20px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
}
#FlexGrid1 .item-0
{
   display: flex;
   grid-area: item-0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-end;
   align-items: center;
   align-content: center;
}
#FlexGrid1 .item-13
{
   display: flex;
   grid-area: item-13;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid1 .item-3
{
   display: flex;
   grid-area: item-3;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid1 .item-14
{
   display: flex;
   grid-area: item-14;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid1 .item-15
{
   display: flex;
   grid-area: item-15;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid1 .item-4
{
   display: flex;
   grid-area: item-4;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid1 .item-5
{
   display: flex;
   grid-area: item-5;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid1 .item-6
{
   display: flex;
   grid-area: item-6;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid1 .item-9
{
   display: flex;
   grid-area: item-9;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid1 .item-7
{
   display: flex;
   grid-area: item-7;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid1 .item-10
{
   display: flex;
   grid-area: item-10;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid1 .item-11
{
   display: flex;
   grid-area: item-11;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid1 .item-8
{
   display: flex;
   grid-area: item-8;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: flex-start;
   align-content: flex-start;
}
#wb_Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 0 10px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 10px;
   box-shadow: 0px 0px 15px #000000;
   text-align: center;
}
#Card3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card3-card-item0
{
   box-sizing: border-box;
   border-radius: 10px 10px 0 0 !important;
   margin: 0;
   border-width: 0;
   position: relative;
   padding-bottom: 56.25%;
   padding-top: 0;
   padding-left: 0;
   padding-right: 0;
   height: 0;
   overflow: hidden;
}
#Card3-card-item0 iframe
{
   border-width: 0;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
#Card3-card-item1
{
   display: inline-block;
   height: 31px;
   box-sizing: border-box;
   margin: 2px 2px 2px 2px;
   padding: 2px 4px 2px 2px;
   border: 0px solid #000000;
   border-radius: 5px;
   background-color: #FF0000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
}
#Card3-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#wb_Card4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 0 10px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 10px;
   box-shadow: 0px 0px 15px #000000;
   text-align: center;
}
#Card4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card4-card-item0
{
   box-sizing: border-box;
   border-radius: 10px 10px 0 0 !important;
   margin: 0;
   border-width: 0;
   position: relative;
   padding-bottom: 56.25%;
   padding-top: 0;
   padding-left: 0;
   padding-right: 0;
   height: 0;
   overflow: hidden;
}
#Card4-card-item0 iframe
{
   border-width: 0;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
#Card4-card-item1
{
   display: inline-block;
   height: 31px;
   box-sizing: border-box;
   margin: 2px 2px 2px 2px;
   padding: 2px 4px 2px 2px;
   border: 0px solid #000000;
   border-radius: 5px;
   background-color: #FF0000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
}
#Card4-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card4-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#wb_Card5
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 0 10px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 10px;
   box-shadow: 0px 0px 15px #000000;
   text-align: center;
}
#Card5-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card5-card-item0
{
   box-sizing: border-box;
   border-radius: 10px 10px 0 0 !important;
   margin: 0;
   border-width: 0;
   position: relative;
   padding-bottom: 56.25%;
   padding-top: 0;
   padding-left: 0;
   padding-right: 0;
   height: 0;
   overflow: hidden;
}
#Card5-card-item0 iframe
{
   border-width: 0;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
#Card5-card-item1
{
   display: inline-block;
   height: 31px;
   box-sizing: border-box;
   margin: 2px 2px 2px 2px;
   padding: 2px 4px 2px 2px;
   border: 0px solid #000000;
   border-radius: 5px;
   background-color: #FF0000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
}
#Card5-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card5-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#wb_Card6
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 0 10px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 10px;
   box-shadow: 0px 0px 15px #000000;
   text-align: center;
}
#Card6-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card6-card-item0
{
   box-sizing: border-box;
   border-radius: 10px 10px 0 0 !important;
   margin: 0;
   border-width: 0;
   position: relative;
   padding-bottom: 56.25%;
   padding-top: 0;
   padding-left: 0;
   padding-right: 0;
   height: 0;
   overflow: hidden;
}
#Card6-card-item0 iframe
{
   border-width: 0;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
#Card6-card-item1
{
   display: inline-block;
   height: 31px;
   box-sizing: border-box;
   margin: 2px 2px 2px 2px;
   padding: 2px 4px 2px 2px;
   border: 0px solid #000000;
   border-radius: 5px;
   background-color: #FF0000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
}
#Card6-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card6-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#PageFooter1
{
   background-color: #000000;
   background-image: url('images/Picture2.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: contain;
   border: 2px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
}
