body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#wb_headerLayoutGrid
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(211,211,211,0.59);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#headerLayoutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#headerLayoutGrid > .col-1, #headerLayoutGrid > .col-2, #headerLayoutGrid > .col-3, #headerLayoutGrid > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#headerLayoutGrid > .col-1, #headerLayoutGrid > .col-2, #headerLayoutGrid > .col-3, #headerLayoutGrid > .col-4
{
   flex: 0 0 auto;
}
#headerLayoutGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 300px;
   max-width: 300px;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
}
#headerLayoutGrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 300px) * 6 / 9);
   max-width:  calc((100% - 300px) * 6 / 9);
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
}
#headerLayoutGrid > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 300px) * 2 / 9);
   max-width:  calc((100% - 300px) * 2 / 9);
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
}
#headerLayoutGrid > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 300px) * 1 / 9);
   max-width:  calc((100% - 300px) * 1 / 9);
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 800px)
{
#headerLayoutGrid > .col-1, #headerLayoutGrid > .col-2, #headerLayoutGrid > .col-3, #headerLayoutGrid > .col-4
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_headerLayoutGrid
{
   backdrop-filter: blur(18px);
   transition: backdrop-filter 500ms linear 0ms;
}
#wb_headerMenu1
{
   display: block;
   background-color: rgba(255,255,255,0.00);
   font-family: Roboto;
   font-weight: normal;
   text-align: right;
   width: 100%;
   margin: 0;
   z-index: 1111 !important;
}
#headerMenu1
{
   display: inline-block;
   background-color: rgba(255,255,255,0.00);
   height: 49px;
}
#wb_headerMenu1 ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_headerMenu1 ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_headerMenu1 ul li
{
   border-radius: 0;
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_headerMenu1 ul li i
{
   font-size: 13px;
   width: 13px;
   margin-bottom: 8px;
}
#wb_headerMenu1 ul li a
{
   background-color: rgba(255,255,255,0.00);
   color: #691A17;
   font-family: Roboto;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 7px 21px 7px 21px;
   text-align: center;
}
#wb_headerMenu1 > ul > li > a 
{
   height: 35px;
}
.headerMenu1 a 
{
   display: block;
}
#wb_headerMenu1 li:hover > a, #wb_headerMenu1 li .active
{
   background-color: #691A17;
   color: #F5F5F5;
}
#wb_headerMenu1 ul ul
{
   display: none;
   position: absolute;
   top: 49px;
}
#wb_headerMenu1 ul li:hover > ul
{
   display: list-item;
}
#wb_headerMenu1 ul ul li 
{
   float: none;
   position: relative;
   width: 256px;
}
#wb_headerMenu1 ul ul li a
{
   background-color: #F6F6F6;
   border: 0px solid #C5C5C5;
   color: #454545;
}
#wb_headerMenu1 ul ul li:hover > a, #wb_headerMenu1 ul ul li .active
{
   background-color: #EDEDED;
   color: #6A5ACD;
}
#wb_headerMenu1 ul ul li i 
{
   margin-right: 4px;
   vertical-align: middle;
}
#wb_headerMenu1 ul ul li a 
{
   padding-top: 8px;
   padding-right: 13px;
   padding-bottom: 8px;
   text-align: left;
   vertical-align: middle;
}
#wb_headerMenu1 ul ul ul li 
{
   left: 256px;
   position: relative;
   top: -49px;
}
#wb_headerMenu1 .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid #691A17;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
#wb_headerMenu1 .arrow-left 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-left: 4px solid #454545;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_headerMenu1 li:hover > a .arrow-down, #wb_headerMenu1 li .active .arrow-down
{ 
   border-top-color: #F5F5F5;
}
#wb_headerMenu1 ul ul li:hover > a .arrow-left, #wb_headerMenu1 ul ul li .active .arrow-left
{ 
   border-left-color: #6A5ACD;
}
#wb_headerMenu1 .toggle,[id^=headerMenu1-submenu]
{
   display: none;
}
@media all and (max-width:800px) 
{
#wb_headerMenu1
{
   margin: 0;
   text-align: left;
}
#wb_headerMenu1 ul li a, #wb_headerMenu1 .toggle
{
   font-size: 13px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 8px 13px 8px 13px;
}
#wb_headerMenu1 .toggle + a
{
   display: none !important;
}
.headerMenu1 
{
   display: none;
   z-index: 9999;
}
#headerMenu1 
{
   background-color: transparent;
   display: none;
}
#wb_headerMenu1 > ul > li > a 
{
   height: auto !important;
   margin: 0;
}
#wb_headerMenu1 .toggle 
{
   display: block;
   background-color: rgba(255,255,255,0.00);
   color: #691A17;
   padding: 0 13px 0 13px;
   line-height: 31px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_headerMenu1 .toggle:hover
{
   background-color: #691A17;
   color: #F5F5F5;
}
[id^=headerMenu1-submenu]:checked + ul 
{
   display: block !important;
}
#headerMenu1-title
{
   height: 49px !important;
   line-height: 49px !important;
   text-align: center;
}
#wb_headerMenu1 ul li 
{
   display: block;
   width: 100% !important;
   text-align: left;
}
#wb_headerMenu1 ul ul .toggle,
#wb_headerMenu1 ul ul a 
{
   padding: 0 26px;
}
#wb_headerMenu1 a:hover,
#wb_headerMenu1 ul ul ul a 
{
   background-color: #F6F6F6;
   color: #454545;
}
#wb_headerMenu1 ul li ul li .toggle,
#wb_headerMenu1 ul ul a 
{
   background-color: #F6F6F6;
   color: #454545;
}
#wb_headerMenu1 ul ul ul a 
{
   padding: 8px 13px 8px 39px;
}
#wb_headerMenu1 ul li a 
{
   text-align: left;
}
#wb_headerMenu1 ul li a br 
{
   display: none;
}
#wb_headerMenu1 ul li i 
{
   margin-right: 4px;
}
#wb_headerMenu1 ul ul 
{
   float: none;
   position: static;
}
#wb_headerMenu1 ul ul li:hover > ul,
#wb_headerMenu1 ul li:hover > ul 
{
   display: none;
}
#wb_headerMenu1 ul ul li 
{
   display: block;
   width: 100%;
}
#wb_headerMenu1 ul ul ul li 
{
   position: static;
}
#headerMenu1-icon 
{
   display: block;
   position: absolute;
   right: 21px;
   top: 12px;
   user-select: none;
}
#headerMenu1-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #691A17;
   color: #691A17;
   width: 24px;
}
#wb_headerMenu1 ul li ul li .toggle:hover
{
   background-color: #EDEDED;
   color: #6A5ACD;
}
#wb_headerMenu1 .toggle .arrow-down 
{
   border-top-color: #691A17;
}
#wb_headerMenu1 .toggle:hover .arrow-down, #wb_headerMenu1 li .active .arrow-down
{
   border-top-color: #F5F5F5;
}
#wb_headerMenu1 ul li ul li .toggle .arrow-down 
{
   border-top-color: #454545;
}
#wb_headerMenu1 ul li ul li .toggle:hover .arrow-down, #wb_headerMenu1 ul li ul li .active .arrow-down
{
   border-top-color: #6A5ACD;
}
}
#wb_headerTitle
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#headerTitle
{
   color: #FFFFFF;
   font-family: "Roboto";
   font-weight: 500;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: center;
   text-transform: none;
   -webkit-text-stroke: 1px #C00000;
   text-stroke: 1px #C00000;
}
#headerTitle a
{
   color: inherit;
   text-decoration: none;
}
#Button1
{
   box-sizing: border-box;
   line-height: 21px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #800000;
   border-radius: 4px;
   background-color: #800000;
   background-image: none;
   color: #FFFFFF;
   font-family: "Roboto";
   font-weight: 500;
   font-style: normal;
   font-size: 13px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#Button1:focus
{
   outline: 0;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 15px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2, #LayoutGrid1 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2, #LayoutGrid1 > .row > .col-3
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#LayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 66.66666667%;
   text-align: left;
}
#LayoutGrid1 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 25px 0 10px 0;
}
#LayoutGrid1 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#LayoutGrid1:before,
#LayoutGrid1:after,
#LayoutGrid1 .row:before,
#LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid1:after,
#LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2, #LayoutGrid1 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 15px 0;
   margin: 55px 0 0 0 ;
   text-align: center;
}
#wb_Text1 div
{
   text-align: center;
}
#wb_Text1
{
   display: block;
   margin: 55px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 0 15px 15px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2, #LayoutGrid2 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2, #LayoutGrid2 > .row > .col-3
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#LayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 83.33333333%;
   text-align: center;
}
#LayoutGrid2 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2, #LayoutGrid2 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_testimonialsLayoutGrid2
{
   clear: both;
   position: relative;
   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;
}
#testimonialsLayoutGrid2
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#testimonialsLayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#testimonialsLayoutGrid2 > .row > .col-1, #testimonialsLayoutGrid2 > .row > .col-2, #testimonialsLayoutGrid2 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#testimonialsLayoutGrid2 > .row > .col-1, #testimonialsLayoutGrid2 > .row > .col-2, #testimonialsLayoutGrid2 > .row > .col-3
{
   float: left;
}
#testimonialsLayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#testimonialsLayoutGrid2 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 15px 0 10px 0;
}
#testimonialsLayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 83.33333333%;
   text-align: left;
}
#testimonialsLayoutGrid2 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 0 10px 0;
}
#testimonialsLayoutGrid2 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#testimonialsLayoutGrid2 > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 15px 0 10px 0;
}
#testimonialsLayoutGrid2:before,
#testimonialsLayoutGrid2:after,
#testimonialsLayoutGrid2 .row:before,
#testimonialsLayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#testimonialsLayoutGrid2:after,
#testimonialsLayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#testimonialsLayoutGrid2 > .row > .col-1, #testimonialsLayoutGrid2 > .row > .col-2, #testimonialsLayoutGrid2 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid9
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid9
{
   box-sizing: border-box;
   padding: 20px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid9 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid9 > .row > .col-1, #LayoutGrid9 > .row > .col-2, #LayoutGrid9 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid9 > .row > .col-1, #LayoutGrid9 > .row > .col-2, #LayoutGrid9 > .row > .col-3
{
   float: left;
}
#LayoutGrid9 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid9 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid9 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid9:before,
#LayoutGrid9:after,
#LayoutGrid9 .row:before,
#LayoutGrid9 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid9:after,
#LayoutGrid9 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid9 > .row > .col-1, #LayoutGrid9 > .row > .col-2, #LayoutGrid9 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid11
{
   clear: both;
   position: relative;
   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;
}
#LayoutGrid11
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid11 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid11 > .row > .col-1, #LayoutGrid11 > .row > .col-2, #LayoutGrid11 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid11 > .row > .col-1, #LayoutGrid11 > .row > .col-2, #LayoutGrid11 > .row > .col-3
{
   float: left;
}
#LayoutGrid11 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#LayoutGrid11 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 15px 0 10px 0;
}
#LayoutGrid11 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 83.33333333%;
   text-align: left;
}
#LayoutGrid11 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 0 10px 0;
}
#LayoutGrid11 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#LayoutGrid11 > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 15px 0 10px 0;
}
#LayoutGrid11:before,
#LayoutGrid11:after,
#LayoutGrid11 .row:before,
#LayoutGrid11 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid11:after,
#LayoutGrid11 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid11 > .row > .col-1, #LayoutGrid11 > .row > .col-2, #LayoutGrid11 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid3
{
   box-sizing: border-box;
   padding: 25px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   float: left;
}
#LayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid3 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid3 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid3:before,
#LayoutGrid3:after,
#LayoutGrid3 .row:before,
#LayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid3:after,
#LayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid10
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid10
{
   box-sizing: border-box;
   padding: 25px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid10 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid10 > .row > .col-1, #LayoutGrid10 > .row > .col-2, #LayoutGrid10 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid10 > .row > .col-1, #LayoutGrid10 > .row > .col-2, #LayoutGrid10 > .row > .col-3
{
   float: left;
}
#LayoutGrid10 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid10 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid10 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid10:before,
#LayoutGrid10:after,
#LayoutGrid10 .row:before,
#LayoutGrid10 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid10:after,
#LayoutGrid10 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid10 > .row > .col-1, #LayoutGrid10 > .row > .col-2, #LayoutGrid10 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid13
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid13
{
   box-sizing: border-box;
   padding: 25px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid13 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid13 > .row > .col-1, #LayoutGrid13 > .row > .col-2, #LayoutGrid13 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid13 > .row > .col-1, #LayoutGrid13 > .row > .col-2, #LayoutGrid13 > .row > .col-3
{
   float: left;
}
#LayoutGrid13 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid13 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid13 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid13:before,
#LayoutGrid13:after,
#LayoutGrid13 .row:before,
#LayoutGrid13 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid13:after,
#LayoutGrid13 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid13 > .row > .col-1, #LayoutGrid13 > .row > .col-2, #LayoutGrid13 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid14
{
   clear: both;
   position: relative;
   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;
}
#LayoutGrid14
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid14 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid14 > .row > .col-1, #LayoutGrid14 > .row > .col-2, #LayoutGrid14 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid14 > .row > .col-1, #LayoutGrid14 > .row > .col-2, #LayoutGrid14 > .row > .col-3
{
   float: left;
}
#LayoutGrid14 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#LayoutGrid14 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 15px 0 10px 0;
}
#LayoutGrid14 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 83.33333333%;
   text-align: left;
}
#LayoutGrid14 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 0 10px 0;
}
#LayoutGrid14 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#LayoutGrid14 > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 15px 0 10px 0;
}
#LayoutGrid14:before,
#LayoutGrid14:after,
#LayoutGrid14 .row:before,
#LayoutGrid14 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid14:after,
#LayoutGrid14 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid14 > .row > .col-1, #LayoutGrid14 > .row > .col-2, #LayoutGrid14 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid12
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid12
{
   box-sizing: border-box;
   padding: 25px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid12 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid12 > .row > .col-1, #LayoutGrid12 > .row > .col-2, #LayoutGrid12 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid12 > .row > .col-1, #LayoutGrid12 > .row > .col-2, #LayoutGrid12 > .row > .col-3
{
   float: left;
}
#LayoutGrid12 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid12 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid12 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid12:before,
#LayoutGrid12:after,
#LayoutGrid12 .row:before,
#LayoutGrid12 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid12:after,
#LayoutGrid12 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid12 > .row > .col-1, #LayoutGrid12 > .row > .col-2, #LayoutGrid12 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid15
{
   clear: both;
   position: relative;
   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;
}
#LayoutGrid15
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid15 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid15 > .row > .col-1, #LayoutGrid15 > .row > .col-2, #LayoutGrid15 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid15 > .row > .col-1, #LayoutGrid15 > .row > .col-2, #LayoutGrid15 > .row > .col-3
{
   float: left;
}
#LayoutGrid15 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#LayoutGrid15 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 15px 0 10px 0;
}
#LayoutGrid15 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 83.33333333%;
   text-align: left;
}
#LayoutGrid15 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 0 10px 0;
}
#LayoutGrid15 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#LayoutGrid15 > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 15px 0 10px 0;
}
#LayoutGrid15:before,
#LayoutGrid15:after,
#LayoutGrid15 .row:before,
#LayoutGrid15 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid15:after,
#LayoutGrid15 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid15 > .row > .col-1, #LayoutGrid15 > .row > .col-2, #LayoutGrid15 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid16
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid16
{
   box-sizing: border-box;
   padding: 25px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid16 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid16 > .row > .col-1, #LayoutGrid16 > .row > .col-2, #LayoutGrid16 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid16 > .row > .col-1, #LayoutGrid16 > .row > .col-2, #LayoutGrid16 > .row > .col-3
{
   float: left;
}
#LayoutGrid16 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid16 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid16 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid16:before,
#LayoutGrid16:after,
#LayoutGrid16 .row:before,
#LayoutGrid16 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid16:after,
#LayoutGrid16 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid16 > .row > .col-1, #LayoutGrid16 > .row > .col-2, #LayoutGrid16 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid17
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid17
{
   box-sizing: border-box;
   padding: 25px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid17 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid17 > .row > .col-1, #LayoutGrid17 > .row > .col-2, #LayoutGrid17 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid17 > .row > .col-1, #LayoutGrid17 > .row > .col-2, #LayoutGrid17 > .row > .col-3
{
   float: left;
}
#LayoutGrid17 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid17 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid17 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid17:before,
#LayoutGrid17:after,
#LayoutGrid17 .row:before,
#LayoutGrid17 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid17:after,
#LayoutGrid17 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid17 > .row > .col-1, #LayoutGrid17 > .row > .col-2, #LayoutGrid17 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid4
{
   clear: both;
   position: relative;
   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;
}
#LayoutGrid4
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid4 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2, #LayoutGrid4 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2, #LayoutGrid4 > .row > .col-3
{
   float: left;
}
#LayoutGrid4 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#LayoutGrid4 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 15px 0 10px 0;
}
#LayoutGrid4 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 83.33333333%;
   text-align: left;
}
#LayoutGrid4 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 0 10px 0;
}
#LayoutGrid4 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#LayoutGrid4 > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 15px 0 10px 0;
}
#LayoutGrid4:before,
#LayoutGrid4:after,
#LayoutGrid4 .row:before,
#LayoutGrid4 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid4:after,
#LayoutGrid4 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2, #LayoutGrid4 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_testimonialsLayoutGrid1
{
   clear: both;
   position: relative;
   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;
}
#testimonialsLayoutGrid1
{
   box-sizing: border-box;
   padding: 18px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#testimonialsLayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#testimonialsLayoutGrid1 > .row > .col-1, #testimonialsLayoutGrid1 > .row > .col-2, #testimonialsLayoutGrid1 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#testimonialsLayoutGrid1 > .row > .col-1, #testimonialsLayoutGrid1 > .row > .col-2, #testimonialsLayoutGrid1 > .row > .col-3
{
   float: left;
}
#testimonialsLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: center;
}
#testimonialsLayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 83.33333333%;
   text-align: left;
}
#testimonialsLayoutGrid1 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#testimonialsLayoutGrid1:before,
#testimonialsLayoutGrid1:after,
#testimonialsLayoutGrid1 .row:before,
#testimonialsLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#testimonialsLayoutGrid1:after,
#testimonialsLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#testimonialsLayoutGrid1 > .row > .col-1, #testimonialsLayoutGrid1 > .row > .col-2, #testimonialsLayoutGrid1 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_trendingLayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#trendingLayoutGrid3
{
   box-sizing: border-box;
   padding: 20px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#trendingLayoutGrid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#trendingLayoutGrid3 > .row > .col-1, #trendingLayoutGrid3 > .row > .col-2, #trendingLayoutGrid3 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#trendingLayoutGrid3 > .row > .col-1, #trendingLayoutGrid3 > .row > .col-2, #trendingLayoutGrid3 > .row > .col-3
{
   float: left;
}
#trendingLayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#trendingLayoutGrid3 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 83.33333333%;
   text-align: left;
}
#trendingLayoutGrid3 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#trendingLayoutGrid3:before,
#trendingLayoutGrid3:after,
#trendingLayoutGrid3 .row:before,
#trendingLayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#trendingLayoutGrid3:after,
#trendingLayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#trendingLayoutGrid3 > .row > .col-1, #trendingLayoutGrid3 > .row > .col-2, #trendingLayoutGrid3 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_testimonialsText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 15px 0 ;
   text-align: center;
}
#wb_testimonialsText2
{
   color: #800080;
   font-family: Roboto;
   font-weight: bold;
   font-size: 24px;
   line-height: 29px;
}
#wb_testimonialsText2 p, #wb_testimonialsText2 ul
{
   margin: 0;
   padding: 0;
}
#wb_testimonialsText2
{
   display: block;
   margin: 20px 0 15px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_testimonialsText3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 10px 0 ;
   text-align: center;
}
#wb_testimonialsText3
{
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: 400;
   font-size: 17px;
   line-height: 21px;
}
#wb_testimonialsText3 p, #wb_testimonialsText3 ul
{
   margin: 0;
   padding: 0;
}
#wb_testimonialsText3
{
   display: block;
   margin: 0 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid8
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid8
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid8 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid8 > .row > .col-1, #LayoutGrid8 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid8 > .row > .col-1, #LayoutGrid8 > .row > .col-2
{
   float: left;
}
#LayoutGrid8 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid8 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid8:before,
#LayoutGrid8:after,
#LayoutGrid8 .row:before,
#LayoutGrid8 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid8:after,
#LayoutGrid8 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid8 > .row > .col-1, #LayoutGrid8 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_featuresLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(45,85,97,0.10);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#featuresLayoutGrid
{
   box-sizing: border-box;
   padding: 50px 30px 50px 30px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#featuresLayoutGrid > .row
{
   margin-right: -30px;
   margin-left: -30px;
}
#featuresLayoutGrid > .row > .col-1, #featuresLayoutGrid > .row > .col-2, #featuresLayoutGrid > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 30px;
   padding-left: 30px;
   position: relative;
}
#featuresLayoutGrid > .row > .col-1, #featuresLayoutGrid > .row > .col-2, #featuresLayoutGrid > .row > .col-3
{
   float: left;
}
#featuresLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#featuresLayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#featuresLayoutGrid > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#featuresLayoutGrid > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#featuresLayoutGrid:before,
#featuresLayoutGrid:after,
#featuresLayoutGrid .row:before,
#featuresLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#featuresLayoutGrid:after,
#featuresLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#featuresLayoutGrid > .row > .col-1, #featuresLayoutGrid > .row > .col-2, #featuresLayoutGrid > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_featuresCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   text-align: left;
}
#featuresCard2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#featuresCard2-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #2D5561;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#featuresCard2-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#featuresCard2-card-item1
{
   transform: rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#featuresCard2-card-item1:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 500ms linear 0ms;
}
#wb_featuresCard3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   text-align: left;
}
#featuresCard3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#featuresCard3-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #2D5561;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#featuresCard3-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#featuresCard3-card-item1
{
   transform: rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#featuresCard3-card-item1:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 500ms linear 0ms;
}
#wb_featuresCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   text-align: left;
}
#featuresCard1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#featuresCard1-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #2D5561;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#featuresCard1-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#featuresCard1-card-item1
{
   transform: rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#featuresCard1-card-item1:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 500ms linear 0ms;
}
#CardContainer2
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: stretch;
   align-content: flex-start;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
@media all and (max-width:480px) 
{
#CardContainer2
{
   flex-direction: column;
   flex-wrap: nowrap;
}
}
#wb_Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 3px;
   text-align: center;
}
#Card3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card3-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   width: 100%;
   height: auto;
}
#wb_CardContainer4
{
   background-color: #4F4F4F;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
}
#CardContainer4
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: stretch;
   align-content: flex-start;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 970px;
   box-sizing: border-box;
   font-size: 0;
}
@media all and (max-width:480px) 
{
#CardContainer4
{
   flex-direction: column;
   flex-wrap: nowrap;
}
}
#wb_Card8
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 15px 15px 15px 15px;
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   text-align: left;
}
#Card8-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card8-card-item0
{
   box-sizing: border-box;
   margin: 5px 20px 10px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 600;
   font-style: normal;
   font-size: 32px;
   text-align: left;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 10px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 27px;
   text-align: left;
}
#Card8-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 10px 20px;
   border-top: 1px transparent solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item4
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
   text-align: left;
}
#Card8-card-item5
{
   display: inline-block;
   line-height: 1.0;
   height: 26px;
   box-sizing: border-box;
   margin: 15px 0 0 20px;
   border: 1px solid #FFFF00;
   border-radius: 1px;
   background-color: transparent;
   background-image: none;
   color: #FFA500;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item5:hover
{
   color: #ADFF2F;
   transition: color 500ms ease 0ms;
}
#Card8-card-item5 a
{
   color: inherit;
   display: block;
   padding: 4px 5px 4px 5px;
   text-decoration: none;
}
#Card8-card-item5 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#wb_Card9
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 15px 15px 15px 15px;
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   text-align: left;
}
#Card9-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card9-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0 20px 10px 20px;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 600;
   font-style: normal;
   font-size: 32px;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item2
{
   display: inline-block;
   line-height: 1.0;
   height: 16px;
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item2 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card9-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
   line-height: 11.2px;
   text-align: left;
}
#Card9-card-item4
{
   display: inline-block;
   line-height: 1.0;
   height: 16px;
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card9-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card9-card-item6
{
   display: inline-block;
   line-height: 1.0;
   height: 16px;
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item6 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card9-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card9-card-item8
{
   display: inline-block;
   line-height: 1.0;
   height: 16px;
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item8 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card9-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card9-card-item10
{
   display: inline-block;
   line-height: 1.0;
   height: 16px;
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item10 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card9-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card9-card-item12
{
   display: inline-block;
   line-height: 1.0;
   height: 16px;
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item12 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card9-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card9-card-item14
{
   display: inline-block;
   line-height: 1.0;
   height: 16px;
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item14 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card9-card-item15
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card9-card-item16
{
   display: inline-block;
   line-height: 1.0;
   height: 16px;
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item16 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card9-card-item17
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#wb_Card14
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 15px 15px 15px 15px;
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   text-align: left;
}
#Card14-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card14-card-item0
{
   box-sizing: border-box;
   margin: 5px 20px 10px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 600;
   font-style: normal;
   font-size: 32px;
   text-align: left;
}
#Card14-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card14-card-item2
{
   display: inline-block;
   line-height: 1.0;
   height: 23px;
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-item2 a
{
   color: inherit;
   display: block;
   padding: 0 20px 10px 20px;
   text-decoration: none;
}
#Card14-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 1px 20px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card14-card-item4
{
   display: inline-block;
   line-height: 1.0;
   height: 19px;
   box-sizing: border-box;
   margin: 0 20px 10px 20px;
   border: 0px solid transparent;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card14-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card14-card-item5
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 22.4px;
   text-align: left;
}
#Card14-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_LayoutGrid20
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #D3A9AF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid20
{
   box-sizing: border-box;
   padding: 4px 15px 3px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid20 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid20 > .row > .col-1, #LayoutGrid20 > .row > .col-2, #LayoutGrid20 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid20 > .row > .col-1, #LayoutGrid20 > .row > .col-2, #LayoutGrid20 > .row > .col-3
{
   float: left;
}
#LayoutGrid20 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: center;
}
#LayoutGrid20 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 0 10px 0;
}
#LayoutGrid20 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 66.66666667%;
   text-align: center;
}
#LayoutGrid20 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 0 10px 0;
}
#LayoutGrid20 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: right;
}
#LayoutGrid20:before,
#LayoutGrid20:after,
#LayoutGrid20 .row:before,
#LayoutGrid20 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid20:after,
#LayoutGrid20 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid20 > .row > .col-1, #LayoutGrid20 > .row > .col-2, #LayoutGrid20 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 2px 0 2px 0;
   margin: 0;
   text-align: center;
}
#wb_Text6
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 11px;
   line-height: 12px;
}
#wb_Text6 div
{
   text-align: center;
}
#wb_Text6
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image11
{
   margin: 0 15px 0 0 ;
   vertical-align: top;
}
#Image11
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 45px;
   height: 21px;
   vertical-align: top;
}
#wb_Image13
{
   margin: 2px 0 0 0 ;
   vertical-align: top;
}
#Image13
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 60px;
   height: 25px;
   vertical-align: top;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text2
{
   color: #2D2D2D;
   font-family: Arial;
   font-weight: normal;
   font-size: 11px;
}
#wb_Text2 div
{
   text-align: left;
}
#wb_Text2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: justify;
}
#wb_Text3
{
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: 400;
   font-size: 19px;
   line-height: 22px;
}
#wb_Text3 p, #wb_Text3 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-image: linear-gradient(to top, #FFFFFF 0%, #F8F1F2 100%);
   border: 1px solid #FFFFFF;
   border-radius: 4px;
   text-align: left;
}
#Card4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card4-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px rgba(216,216,216,0.00) solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 50px 10px 0 10px;
   padding: 50px 0 0 0;
   color: #800000;
   font-family: "Roboto";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Card4-card-item3
{
   box-sizing: border-box;
   margin: 10px 10px 25px 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: justify;
}
#wb_Card5
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-color: transparent;
   background-image: none;
   border: 1px solid #B76E79;
   border-radius: 0px;
   text-align: left;
}
#Card5-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card5-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card5-card-item1
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0 20px 6px 20px;
   border: 1px solid #800000;
   border-radius: 0px;
   background-color: rgba(128,0,0,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card5-card-item1
{
   transform: translate(-200px,0px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#wb_Card5:hover #Card5-card-item1
{
   transform: rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#Card5-card-item1 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card5-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px rgba(216,216,216,0.00) solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card5-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   border: 1px solid #800000;
   border-radius: 0px;
   background-color: rgba(128,0,0,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card5-card-item3
{
   transform: translate(-200px,0px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#wb_Card5:hover #Card5-card-item3
{
   transform: rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms linear 100ms, opacity 200ms linear 100ms;
}
#Card5-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card5-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card5-card-item4
{
   box-sizing: border-box;
   margin: 15px 20px 0 20px;
   padding: 0;
   color: #B76E79;
   font-family: "Roboto";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Card5-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 20px 20px;
   padding: 0;
   color: #292B2C;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card10
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-image: linear-gradient(to top, #FFFFFF 0%, #F8F1F2 100%);
   border: 1px solid #FFFFFF;
   border-radius: 4px;
   text-align: left;
}
#Card10-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card10-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px rgba(216,216,216,0.00) solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card10-card-item2
{
   box-sizing: border-box;
   margin: 50px 10px 0 10px;
   padding: 50px 0 0 0;
   color: #800000;
   font-family: "Roboto";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Card10-card-item3
{
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: justify;
}
#Card10-card-item4
{
   box-sizing: border-box;
   margin: 0 10px 10px 10px;
   padding: 0;
   color: #800000;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#Card10-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card10-card-item5 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card10-card-item6
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card10-card-item6 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card10-card-item7
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card10-card-item7 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card10-card-item8
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card10-card-item8 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card10-card-item9
{
   box-sizing: border-box;
   margin: 10px 0 25px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card10-card-item9 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#wb_Card12
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-color: transparent;
   background-image: none;
   border: 1px solid #B76E79;
   border-radius: 0px;
   text-align: left;
}
#Card12-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card12-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card12-card-item1
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0 20px 6px 20px;
   border: 1px solid #800000;
   border-radius: 0px;
   background-color: rgba(128,0,0,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card12-card-item1
{
   transform: translate(-200px,0px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#wb_Card12:hover #Card12-card-item1
{
   transform: rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#Card12-card-item1 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card12-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card12-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px rgba(216,216,216,0.00) solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card12-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   border: 1px solid #800000;
   border-radius: 0px;
   background-color: rgba(128,0,0,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card12-card-item3
{
   transform: translate(-200px,0px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#wb_Card12:hover #Card12-card-item3
{
   transform: rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms linear 100ms, opacity 200ms linear 100ms;
}
#Card12-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card12-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card12-card-item4
{
   box-sizing: border-box;
   margin: 15px 20px 0 20px;
   padding: 0;
   color: #B76E79;
   font-family: "Roboto";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Card12-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 20px 20px;
   padding: 0;
   color: #292B2C;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card13
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-image: linear-gradient(to top, #FFFFFF 0%, #F8F1F2 100%);
   border: 1px solid #FFFFFF;
   border-radius: 4px;
   text-align: left;
}
#Card13-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card13-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px rgba(216,216,216,0.00) solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card13-card-item2
{
   box-sizing: border-box;
   margin: 50px 10px 0 10px;
   padding: 50px 0 0 0;
   color: #800000;
   font-family: "Roboto";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Card13-card-item3
{
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: justify;
}
#Card13-card-item4
{
   box-sizing: border-box;
   margin: 0 10px 10px 10px;
   padding: 0;
   color: #800000;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#Card13-card-item5
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card13-card-item5 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card13-card-item6
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card13-card-item6 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card13-card-item7
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card13-card-item7 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card13-card-item8
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card13-card-item8 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card13-card-item9
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card13-card-item9 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#wb_Card15
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-image: linear-gradient(to top, #FFFFFF 0%, #F8F1F2 100%);
   border: 1px solid #FFFFFF;
   border-radius: 4px;
   text-align: left;
}
#Card15-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card15-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card15-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px rgba(216,216,216,0.00) solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card15-card-item2
{
   box-sizing: border-box;
   margin: 50px 10px 0 10px;
   padding: 50px 0 0 0;
   color: #800000;
   font-family: "Roboto";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Card15-card-item3
{
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: justify;
}
#Card15-card-item4
{
   box-sizing: border-box;
   margin: 0 10px 10px 10px;
   padding: 0;
   color: #800000;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#Card15-card-item5
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-item5 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card15-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-item6 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card15-card-item7
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-item7 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card15-card-item8
{
   box-sizing: border-box;
   margin: 10px 0 25px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-item8 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#wb_Card16
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-image: linear-gradient(to top, #FFFFFF 0%, #F8F1F2 100%);
   border: 1px solid #FFFFFF;
   border-radius: 4px;
   text-align: left;
}
#Card16-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card16-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card16-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px rgba(216,216,216,0.00) solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card16-card-item2
{
   box-sizing: border-box;
   margin: 50px 10px 0 10px;
   padding: 50px 0 0 0;
   color: #800000;
   font-family: "Roboto";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Card16-card-item3
{
   box-sizing: border-box;
   margin: 10px 10px 0 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: justify;
}
#Card16-card-item4
{
   box-sizing: border-box;
   margin: 10px 0 0 10px;
   padding: 0;
   color: #800000;
   font-family: Roboto;
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
}
#Card16-card-item5
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-item5 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card16-card-item6
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-item6 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card16-card-item7
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-item7 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card16-card-item8
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-item8 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card16-card-item9
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-item9 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card16-card-item10
{
   box-sizing: border-box;
   margin: 10px 0 25px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-item10 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#wb_Card17
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-color: transparent;
   background-image: none;
   border: 1px solid #B76E79;
   border-radius: 0px;
   text-align: left;
}
#Card17-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card17-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card17-card-item1
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0 20px 6px 20px;
   border: 1px solid #800000;
   border-radius: 0px;
   background-color: rgba(128,0,0,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card17-card-item1
{
   transform: translate(-200px,0px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#wb_Card17:hover #Card17-card-item1
{
   transform: rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#Card17-card-item1 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card17-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card17-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px rgba(216,216,216,0.00) solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card17-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   border: 1px solid #800000;
   border-radius: 0px;
   background-color: rgba(128,0,0,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card17-card-item3
{
   transform: translate(-200px,0px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#wb_Card17:hover #Card17-card-item3
{
   transform: rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms linear 100ms, opacity 200ms linear 100ms;
}
#Card17-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card17-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card17-card-item4
{
   box-sizing: border-box;
   margin: 15px 20px 0 20px;
   padding: 0;
   color: #B76E79;
   font-family: "Roboto";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Card17-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 20px 20px;
   padding: 0;
   color: #292B2C;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card18
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-image: linear-gradient(to top, #FFFFFF 0%, #F8F1F2 100%);
   border: 1px solid #FFFFFF;
   border-radius: 4px;
   text-align: left;
}
#Card18-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card18-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card18-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px rgba(216,216,216,0.00) solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card18-card-item2
{
   box-sizing: border-box;
   margin: 50px 10px 0 10px;
   padding: 50px 0 0 0;
   color: #800000;
   font-family: "Roboto";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Card18-card-item3
{
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: justify;
}
#Card18-card-item4
{
   box-sizing: border-box;
   margin: 0 0 0 10px;
   padding: 0;
   color: #800000;
   font-family: Roboto;
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
}
#Card18-card-item5
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card18-card-item5 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card18-card-item6
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card18-card-item6 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card18-card-item7
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card18-card-item7 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card18-card-item8
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card18-card-item8 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card18-card-item9
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card18-card-item9 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card18-card-item10
{
   box-sizing: border-box;
   margin: 10px 0 25px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card18-card-item10 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#wb_Card19
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-image: linear-gradient(to top, #FFFFFF 0%, #F8F1F2 100%);
   border: 1px solid #FFFFFF;
   border-radius: 4px;
   text-align: left;
}
#Card19-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card19-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card19-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px rgba(216,216,216,0.00) solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card19-card-item2
{
   box-sizing: border-box;
   margin: 50px 20px 0 10px;
   padding: 50px 0 0 0;
   color: #800000;
   font-family: "Roboto";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Card19-card-item3
{
   box-sizing: border-box;
   margin: 10px 10px 12px 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#Card19-card-item4
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card19-card-item4 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card19-card-item5
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card19-card-item5 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card19-card-item6
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card19-card-item6 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card19-card-item7
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card19-card-item7 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card19-card-item8
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card19-card-item8 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 25px 0 15px 0 ;
   text-align: center;
}
#wb_Text4
{
   color: #800080;
   font-family: Roboto;
   font-weight: bold;
   font-size: 24px;
   line-height: 29px;
}
#wb_Text4 p, #wb_Text4 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text4
{
   display: block;
   margin: 25px 0 15px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 10px 0 ;
   text-align: center;
}
#wb_Text5
{
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: 400;
   font-size: 17px;
   line-height: 21px;
}
#wb_Text5 p, #wb_Text5 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text5
{
   display: block;
   margin: 0 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card20
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-image: linear-gradient(to top, #FFFFFF 0%, #F8F1F2 100%);
   border: 1px solid #FFFFFF;
   border-radius: 4px;
   text-align: left;
}
#Card20-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card20-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card20-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px rgba(216,216,216,0.00) solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card20-card-item2
{
   box-sizing: border-box;
   margin: 50px 20px 0 10px;
   padding: 50px 0 0 0;
   color: #800000;
   font-family: "Roboto";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Card20-card-item3
{
   box-sizing: border-box;
   margin: 10px 10px 0 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: justify;
}
#Card20-card-item4
{
   box-sizing: border-box;
   margin: 10px 10px 0 10px;
   padding: 0;
   color: #800000;
   font-family: Roboto;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card20-card-item5
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card20-card-item5 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card20-card-item6
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card20-card-item6 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card20-card-item7
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card20-card-item7 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card20-card-item8
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card20-card-item8 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card20-card-item9
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card20-card-item9 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card20-card-item10
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card20-card-item10 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card20-card-item11
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card20-card-item11 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#wb_Card21
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-color: transparent;
   background-image: none;
   border: 1px solid #B76E79;
   border-radius: 0px;
   text-align: left;
}
#Card21-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card21-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card21-card-item1
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0 20px 6px 20px;
   border: 1px solid #800000;
   border-radius: 0px;
   background-color: rgba(128,0,0,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card21-card-item1
{
   transform: translate(-200px,0px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#wb_Card21:hover #Card21-card-item1
{
   transform: rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#Card21-card-item1 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card21-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card21-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px rgba(216,216,216,0.00) solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card21-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   border: 1px solid #800000;
   border-radius: 0px;
   background-color: rgba(128,0,0,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card21-card-item3
{
   transform: translate(-200px,0px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#wb_Card21:hover #Card21-card-item3
{
   transform: rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms linear 100ms, opacity 200ms linear 100ms;
}
#Card21-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card21-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card21-card-item4
{
   box-sizing: border-box;
   margin: 15px 20px 0 20px;
   padding: 0;
   color: #B76E79;
   font-family: "Roboto";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Card21-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 20px 20px;
   padding: 0;
   color: #292B2C;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card24
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-image: linear-gradient(to top, #FFFFFF 0%, #F8F1F2 100%);
   border: 1px solid #FFFFFF;
   border-radius: 4px;
   text-align: left;
}
#Card24-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card24-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card24-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px rgba(216,216,216,0.00) solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card24-card-item2
{
   box-sizing: border-box;
   margin: 50px 10px 0 10px;
   padding: 50px 0 0 0;
   color: #800000;
   font-family: "Roboto";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Card24-card-item3
{
   box-sizing: border-box;
   margin: 10px 10px 0 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: justify;
}
#Card24-card-item4
{
   box-sizing: border-box;
   margin: 10px 0 0 10px;
   padding: 0;
   color: #800000;
   font-family: Roboto;
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
}
#Card24-card-item5
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card24-card-item5 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card24-card-item6
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card24-card-item6 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card24-card-item7
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card24-card-item7 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card24-card-item8
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card24-card-item8 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card24-card-item9
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card24-card-item9 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card24-card-item10
{
   box-sizing: border-box;
   margin: 10px 0 25px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card24-card-item10 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#wb_Card25
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-color: transparent;
   background-image: none;
   border: 1px solid #B76E79;
   border-radius: 0px;
   text-align: left;
}
#Card25-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card25-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card25-card-item1
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0 20px 6px 20px;
   border: 1px solid #800000;
   border-radius: 0px;
   background-color: rgba(128,0,0,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card25-card-item1
{
   transform: translate(-200px,0px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#wb_Card25:hover #Card25-card-item1
{
   transform: rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#Card25-card-item1 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card25-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card25-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px rgba(216,216,216,0.00) solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card25-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   border: 1px solid #800000;
   border-radius: 0px;
   background-color: rgba(128,0,0,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card25-card-item3
{
   transform: translate(-200px,0px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#wb_Card25:hover #Card25-card-item3
{
   transform: rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms linear 100ms, opacity 200ms linear 100ms;
}
#Card25-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card25-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card25-card-item4
{
   box-sizing: border-box;
   margin: 15px 20px 0 20px;
   padding: 0;
   color: #B76E79;
   font-family: "Roboto";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Card25-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 20px 20px;
   padding: 0;
   color: #292B2C;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card26
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-image: linear-gradient(to top, #FFFFFF 0%, #F8F1F2 100%);
   border: 1px solid #FFFFFF;
   border-radius: 4px;
   text-align: left;
}
#Card26-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card26-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card26-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px rgba(216,216,216,0.00) solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card26-card-item2
{
   box-sizing: border-box;
   margin: 50px 10px 0 10px;
   padding: 50px 0 0 0;
   color: #800000;
   font-family: "Roboto";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Card26-card-item3
{
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: justify;
}
#Card26-card-item4
{
   box-sizing: border-box;
   margin: 0 20px 10px 10px;
   padding: 0;
   color: #800000;
   font-family: Roboto;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card26-card-item5
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card26-card-item5 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card26-card-item6
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card26-card-item6 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card26-card-item7
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card26-card-item7 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card26-card-item8
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card26-card-item8 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card26-card-item9
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card26-card-item9 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 25px 0 15px 0 ;
   text-align: center;
}
#wb_Text7
{
   color: #800080;
   font-family: Roboto;
   font-weight: bold;
   font-size: 24px;
   line-height: 29px;
}
#wb_Text7 p, #wb_Text7 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text7
{
   display: block;
   margin: 25px 0 15px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text8 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 10px 0 ;
   text-align: center;
}
#wb_Text8
{
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: 400;
   font-size: 17px;
   line-height: 21px;
}
#wb_Text8 p, #wb_Text8 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text8
{
   display: block;
   margin: 0 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card23
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-image: linear-gradient(to top, #FFFFFF 0%, #F8F1F2 100%);
   border: 1px solid #FFFFFF;
   border-radius: 4px;
   text-align: left;
}
#Card23-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card23-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card23-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px rgba(216,216,216,0.00) solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card23-card-item2
{
   box-sizing: border-box;
   margin: 50px 20px 0 10px;
   padding: 50px 0 0 0;
   color: #800000;
   font-family: "Roboto";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Card23-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 12px 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: justify;
}
#Card23-card-item4
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card23-card-item4 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card23-card-item5
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card23-card-item5 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card23-card-item6
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card23-card-item6 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card23-card-item7
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card23-card-item7 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card23-card-item8
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card23-card-item8 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#wb_Card28
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-image: linear-gradient(to top, #FFFFFF 0%, #F8F1F2 100%);
   border: 1px solid #FFFFFF;
   border-radius: 4px;
   text-align: left;
}
#Card28-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card28-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card28-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px rgba(216,216,216,0.00) solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card28-card-item2
{
   box-sizing: border-box;
   margin: 50px 20px 0 10px;
   padding: 50px 0 0 0;
   color: #800000;
   font-family: "Roboto";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Card28-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 12px 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: justify;
}
#Card28-card-item4
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card28-card-item4 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card28-card-item5
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card28-card-item5 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card28-card-item6
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card28-card-item6 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card28-card-item7
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card28-card-item7 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card28-card-item8
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card28-card-item8 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#wb_Card22
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-image: linear-gradient(to top, #FFFFFF 0%, #F8F1F2 100%);
   border: 1px solid #FFFFFF;
   border-radius: 4px;
   text-align: left;
}
#Card22-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card22-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card22-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px rgba(216,216,216,0.00) solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card22-card-item2
{
   box-sizing: border-box;
   margin: 50px 20px 0 10px;
   padding: 50px 0 0 0;
   color: #800000;
   font-family: "Roboto";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Card22-card-item3
{
   box-sizing: border-box;
   margin: 10px 10px 0 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: justify;
}
#Card22-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 10px;
   padding: 0;
   color: #800000;
   font-family: Roboto;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card22-card-item5
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card22-card-item5 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card22-card-item6
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card22-card-item6 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card22-card-item7
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card22-card-item7 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card22-card-item8
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card22-card-item8 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card22-card-item9
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card22-card-item9 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card22-card-item10
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card22-card-item10 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card22-card-item11
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card22-card-item11 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#wb_Text9 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 25px 0 15px 0 ;
   text-align: center;
}
#wb_Text9
{
   color: #800080;
   font-family: Roboto;
   font-weight: bold;
   font-size: 24px;
   line-height: 29px;
}
#wb_Text9 p, #wb_Text9 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text9
{
   display: block;
   margin: 25px 0 15px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text10 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 10px 0 ;
   text-align: justify;
}
#wb_Text10
{
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: 400;
   font-size: 17px;
   line-height: 21px;
}
#wb_Text10 p, #wb_Text10 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text10
{
   display: block;
   margin: 0 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card27
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-color: transparent;
   background-image: none;
   border: 1px solid #B76E79;
   border-radius: 0px;
   text-align: left;
}
#Card27-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card27-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card27-card-item1
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0 20px 6px 20px;
   border: 1px solid #800000;
   border-radius: 0px;
   background-color: rgba(128,0,0,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card27-card-item1
{
   transform: translate(-200px,0px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#wb_Card27:hover #Card27-card-item1
{
   transform: rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#Card27-card-item1 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card27-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card27-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px rgba(216,216,216,0.00) solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card27-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   border: 1px solid #800000;
   border-radius: 0px;
   background-color: rgba(128,0,0,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card27-card-item3
{
   transform: translate(-200px,0px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#wb_Card27:hover #Card27-card-item3
{
   transform: rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms linear 100ms, opacity 200ms linear 100ms;
}
#Card27-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card27-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card27-card-item4
{
   box-sizing: border-box;
   margin: 15px 20px 0 20px;
   padding: 0;
   color: #B76E79;
   font-family: "Roboto";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Card27-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 20px 20px;
   padding: 0;
   color: #292B2C;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card29
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-image: linear-gradient(to top, #FFFFFF 0%, #F8F1F2 100%);
   border: 1px solid #FFFFFF;
   border-radius: 4px;
   text-align: left;
}
#Card29-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card29-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card29-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px rgba(216,216,216,0.00) solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card29-card-item2
{
   box-sizing: border-box;
   margin: 50px 20px 0 10px;
   padding: 50px 0 0 0;
   color: #800000;
   font-family: "Roboto";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Card29-card-item3
{
   box-sizing: border-box;
   margin: 10px 10px 12px 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#Card29-card-item4
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card29-card-item4 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card29-card-item5
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card29-card-item5 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card29-card-item6
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card29-card-item6 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card29-card-item7
{
   box-sizing: border-box;
   margin: 0 0 15px 0 ;
   padding: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card29-card-item7 i
{
   color: #3CB371;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#wb_Card30
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-image: linear-gradient(to top, #FFFFFF 0%, #F8F1F2 100%);
   border: 1px solid #FFFFFF;
   border-radius: 4px;
   text-align: left;
}
#Card30-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card30-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card30-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px rgba(216,216,216,0.00) solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card30-card-item2
{
   box-sizing: border-box;
   margin: 50px 20px 0 10px;
   padding: 50px 0 0 0;
   color: #800000;
   font-family: "Roboto";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Card30-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 12px 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: justify;
}
#wb_Card31
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-image: linear-gradient(to top, #FFFFFF 0%, #F8F1F2 100%);
   border: 1px solid #FFFFFF;
   border-radius: 4px;
   text-align: left;
}
#Card31-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card31-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card31-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px rgba(216,216,216,0.00) solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card31-card-item2
{
   box-sizing: border-box;
   margin: 50px 20px 0 10px;
   padding: 50px 0 0 0;
   color: #800000;
   font-family: "Roboto";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Card31-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 12px 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: justify;
}
#wb_Card33
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-image: linear-gradient(to top, #FFFFFF 0%, #F8F1F2 100%);
   border: 1px solid #FFFFFF;
   border-radius: 4px;
   text-align: left;
}
#Card33-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card33-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card33-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px rgba(216,216,216,0.00) solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card33-card-item2
{
   box-sizing: border-box;
   margin: 50px 20px 0 10px;
   padding: 50px 0 0 0;
   color: #800000;
   font-family: "Roboto";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Card33-card-item3
{
   box-sizing: border-box;
   margin: 10px 10px 12px 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#wb_Card35
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-image: linear-gradient(to top, #FFFFFF 0%, #F8F1F2 100%);
   border: 1px solid #FFFFFF;
   border-radius: 4px;
   text-align: left;
}
#Card35-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card35-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card35-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px rgba(216,216,216,0.00) solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card35-card-item2
{
   box-sizing: border-box;
   margin: 50px 20px 0 10px;
   padding: 50px 0 0 0;
   color: #800000;
   font-family: "Roboto";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Card35-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 12px 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: justify;
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-image: linear-gradient(to top, #FFFFFF 0%, #F8F1F2 100%);
   border: 1px solid #FFFFFF;
   border-radius: 4px;
   text-align: left;
}
#Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px rgba(216,216,216,0.00) solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 50px 20px 0 10px;
   padding: 50px 0 0 0;
   color: #800000;
   font-family: "Roboto";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 10px 10px;
   padding: 0;
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#wb_Text11 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 25px 0 15px 0 ;
   text-align: center;
}
#wb_Text11
{
   color: #800080;
   font-family: Roboto;
   font-weight: bold;
   font-size: 24px;
   line-height: 29px;
}
#wb_Text11 p, #wb_Text11 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text11
{
   display: block;
   margin: 25px 0 15px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text12 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 10px 0 ;
   text-align: justify;
}
#wb_Text12
{
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: 400;
   font-size: 17px;
   line-height: 21px;
}
#wb_Text12 p, #wb_Text12 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text12
{
   display: block;
   margin: 0 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text13 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 10px 0 ;
   text-align: left;
}
#wb_Text13
{
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: bold;
   font-size: 16px;
   line-height: 19px;
}
#wb_Text13 p, #wb_Text13 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text13
{
   display: block;
   margin: 0 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#ListView1
{
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 0;
   color: #333333;
   border-width: 0;
   width: 100%;
   display: flex;
   flex-wrap: wrap;
}
#ListView1 .btn
{
   cursor: pointer;
   margin: .5em 0;
   padding: 3px 0 3px 0;
   display: block;
   overflow: hidden;
   position: relative;
   text-align: center;
   text-decoration: none;
   text-overflow: ellipsis;
}
#ListView1 .btn
{
   border-width: 1px;
   border-style: solid;
}
#ListView1, #ListView1 > li 
{
   margin: 0;
   padding: 0;
   list-style: none;
   font-size: 16px;
}
#ListView1 > li 
{
   display: block;
   position: relative;
   overflow: visible;
   box-sizing: border-box;
}
#ListView1 > .li-static, #ListView1 > .li-divider, #ListView1 > li > a.btn 
{
   display: block;
   position: relative;
   text-align: left;
   text-overflow: ellipsis;
   overflow: hidden;
}
#ListView1 > .li-static, #ListView1 > .li-divider, #ListView1 > li > a.btn 
{
   border-style: solid;
   border-width: 1px 1px 0 1px;
   font-weight: normal;
   text-align: left;
   margin: 0;
   flex: 1 0 100%;
}
#ListView1 > li
{
   margin: 0;
   flex: 1 0 100%;
}
#ListView1 .state-default
{
   border-color: #C5C5C5;
   background-color: #F6F6F6;
   background-image: none;
   color: #454545 !important;
}
#ListView1 .state-hover, #ListView1 .btn:hover
{
   border-color: #CCCCCC;
   background-color: #EDEDED;
   background-image: none;
   color: #2B2B2B !important;
}
#ListView1 .state-active
{
   border-color: #2E6DA4;
   background-color: #3370B7;
   background-image: none;
   color: #FFFFFF !important;
}
#ListView1 > .li-divider 
{
   border-color: #DDDDDD;
   background-color: #FFFFFF;
   background-image: none;
   color: #333333;
   padding: 10px 18px 10px 18px;
   cursor: default;
   outline: 0;
}
#ListView1 > .li-static
{
   border-color: #FFFFFF;
   background-color: #FFFFFF;
   background-image: none;
   padding: 3px 0 3px 0;
}
#ListView1 > li.first-child, #ListView1 > li.first-child > a.btn 
{
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
}
#ListView1 > li.last-child, #ListView1 > li.last-child > a.btn
{
   border-bottom-left-radius: 0px;
   border-bottom-right-radius: 0px;
}
#ListView1 > .li-has-icon > .btn, #ListView1 > .li-static.li-has-icon
{
   min-height: 0px;
   padding-left: 0px;
}
#ListView1 > .li-divider.li-has-icon
{
   min-height: 0px;
   padding-left: 18px;
}
#ListView1 > .li-has-icon.last-child > .btn, #ListView1 > .li-static.li-has-icon.last-child
{
   min-height: 0px;
}
#ListView1 > .li-divider.li-has-icon.last-child
{
   min-height: 0px;
}
#ListView1 > .li-static.last-child, #ListView1 > .li-divider.last-child, #ListView1 > li.last-child > a.btn 
{
   border-bottom-width: 1px;
}
#ListView1 > .li-has-icon > img:first-child, #ListView1 > .li-has-icon > .btn > img:first-child
{
   border-width: 0;
   position: absolute;
   left: 0px;
   top: 3px;
   margin-bottom: 0;
   max-width: 0px;
   max-height: 0px;
}
#ListView1 p
{
   margin: 0;
   padding: 3px 0 0 34px;
   font-size: 11px;
   font-weight: normal;
}
#wb_ListView1
{
   margin: 0;
}
#ListView1 .badge
{
   background-color: #007BFF;
   border-radius: .25rem;
   color: #FFFFFF;
   display: inline-block;
   float: right;
   font-size: 75%;
   font-weight: 700;
   line-height: 1;
   padding: .25em .4em;
   text-align: center;
   transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
   vertical-align: baseline;
   white-space: nowrap;
}
#ListView1 i
{
   font-size: 24px;
   width: 24px;
   vertical-align: middle;
   margin-right: 10px;
   color: #444444;
}
#ListView1 .btn i
{
   color: #444444;
}
#ListView1 .btn:hover i
{
   color: #555555;
}
#ListView1 .li-divider i
{
   color: #444444;
}
