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(255,255,255,0.39);
   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;
}
#Button1
{
   box-sizing: border-box;
   line-height: 21px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #444444;
   border-radius: 4px;
   background-color: #000000;
   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_welcomeLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 75vh;
   background-color: transparent;
   background-image: url('../images/Gemini_Generated_Image_akaxp2akaxp2akax.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#welcomeLayoutGrid
{
   box-sizing: border-box;
   height: 75vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 100px 0 100px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#welcomeLayoutGrid > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#welcomeLayoutGrid > .col-1
{
   flex: 0 0 auto;
}
#welcomeLayoutGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-end;
   align-self: stretch;
   align-items: flex-end;
   justify-content: center;
   text-align: center;
}
@media (max-width: 768px)
{
#welcomeLayoutGrid > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_welcomeCard
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #A0C6B9;
   border-radius: 0px;
   text-align: center;
}
#welcomeCard-card-body
{
   padding: 10px 10px 10px 10px;
   flex: 1 1 auto;
   font-size: 0;
}
#welcomeCard-card-item0
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 48px;
   text-align: center;
}
#welcomeCard-card-item0
{
   text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
   transition: text-shadow 500ms linear 0ms;
}
#welcomeCard-card-item1
{
   display: inline-block;
   line-height: 1.0;
   height: 40px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: #2D5561;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_welcomeCard:hover #welcomeCard-card-item1
{
   box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
   transition: box-shadow 500ms linear 0ms;
}
#welcomeCard-card-item1 a
{
   color: inherit;
   display: block;
   padding: 12px 16px 12px 16px;
   text-decoration: none;
}
#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: 0 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;
   margin: 0;
   text-align: center;
}
#wb_Text1 div
{
   text-align: center;
}
#wb_Text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#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, #trendingLayoutGrid3 > .row > .col-4
{
   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, #trendingLayoutGrid3 > .row > .col-4
{
   float: left;
}
#trendingLayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#trendingLayoutGrid3 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#trendingLayoutGrid3 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#trendingLayoutGrid3 > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   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, #trendingLayoutGrid3 > .row > .col-4
{
   float: none;
   width: 100% !important;
}
}
#wb_trendingCard6
{
   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;
}
#trendingCard6-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#trendingCard6-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#trendingCard6-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;
}
#trendingCard6-card-item1
{
   transform: translate(-200px,0px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#wb_trendingCard6:hover #trendingCard6-card-item1
{
   transform: rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#trendingCard6-card-item1 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#trendingCard6-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#trendingCard6-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;
}
#trendingCard6-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;
}
#trendingCard6-card-item3
{
   transform: translate(-200px,0px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#wb_trendingCard6:hover #trendingCard6-card-item3
{
   transform: rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms linear 100ms, opacity 200ms linear 100ms;
}
#trendingCard6-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#trendingCard6-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#trendingCard6-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;
}
#trendingCard6-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_trendingCard4
{
   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;
}
#trendingCard4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#trendingCard4-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#trendingCard4-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;
}
#trendingCard4-card-item1
{
   transform: translate(-200px,0px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#wb_trendingCard4:hover #trendingCard4-card-item1
{
   transform: rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#trendingCard4-card-item1 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#trendingCard4-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#trendingCard4-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;
}
#trendingCard4-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;
}
#trendingCard4-card-item3
{
   transform: translate(-200px,0px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#wb_trendingCard4:hover #trendingCard4-card-item3
{
   transform: rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms linear 100ms, opacity 200ms linear 100ms;
}
#trendingCard4-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#trendingCard4-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#trendingCard4-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;
}
#trendingCard4-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_trendingCard3
{
   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;
}
#trendingCard3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#trendingCard3-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#trendingCard3-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;
}
#trendingCard3-card-item1
{
   transform: translate(-200px,0px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#wb_trendingCard3:hover #trendingCard3-card-item1
{
   transform: rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#trendingCard3-card-item1 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#trendingCard3-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#trendingCard3-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;
}
#trendingCard3-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;
}
#trendingCard3-card-item3
{
   transform: translate(-200px,0px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#wb_trendingCard3:hover #trendingCard3-card-item3
{
   transform: rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms linear 100ms, opacity 200ms linear 100ms;
}
#trendingCard3-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#trendingCard3-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#trendingCard3-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;
}
#trendingCard3-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_trendingCard5
{
   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;
}
#trendingCard5-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#trendingCard5-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#trendingCard5-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;
}
#trendingCard5-card-item1
{
   transform: translate(-200px,0px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#wb_trendingCard5:hover #trendingCard5-card-item1
{
   transform: rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#trendingCard5-card-item1 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#trendingCard5-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#trendingCard5-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;
}
#trendingCard5-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;
}
#trendingCard5-card-item3
{
   transform: translate(-200px,0px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#wb_trendingCard5:hover #trendingCard5-card-item3
{
   transform: rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms linear 100ms, opacity 200ms linear 100ms;
}
#trendingCard5-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#trendingCard5-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#trendingCard5-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;
}
#trendingCard5-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_trendingLayoutGrid2
{
   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;
}
#trendingLayoutGrid2
{
   box-sizing: border-box;
   padding: 20px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#trendingLayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#trendingLayoutGrid2 > .row > .col-1, #trendingLayoutGrid2 > .row > .col-2, #trendingLayoutGrid2 > .row > .col-3, #trendingLayoutGrid2 > .row > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#trendingLayoutGrid2 > .row > .col-1, #trendingLayoutGrid2 > .row > .col-2, #trendingLayoutGrid2 > .row > .col-3, #trendingLayoutGrid2 > .row > .col-4
{
   float: left;
}
#trendingLayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#trendingLayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#trendingLayoutGrid2 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#trendingLayoutGrid2 > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#trendingLayoutGrid2:before,
#trendingLayoutGrid2:after,
#trendingLayoutGrid2 .row:before,
#trendingLayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#trendingLayoutGrid2:after,
#trendingLayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#trendingLayoutGrid2 > .row > .col-1, #trendingLayoutGrid2 > .row > .col-2, #trendingLayoutGrid2 > .row > .col-3, #trendingLayoutGrid2 > .row > .col-4
{
   float: none;
   width: 100% !important;
}
}
#wb_trendingCard2
{
   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;
}
#trendingCard2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#trendingCard2-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#trendingCard2-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: #800000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#trendingCard2-card-item1
{
   transform: translate(-200px,0px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#wb_trendingCard2:hover #trendingCard2-card-item1
{
   transform: rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#trendingCard2-card-item1 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#trendingCard2-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#trendingCard2-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;
}
#trendingCard2-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;
}
#trendingCard2-card-item3
{
   transform: translate(-200px,0px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#wb_trendingCard2:hover #trendingCard2-card-item3
{
   transform: rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms linear 100ms, opacity 200ms linear 100ms;
}
#trendingCard2-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#trendingCard2-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#trendingCard2-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;
}
#trendingCard2-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_trendingCard7
{
   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;
}
#trendingCard7-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#trendingCard7-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#trendingCard7-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;
}
#trendingCard7-card-item1
{
   transform: translate(-200px,0px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#wb_trendingCard7:hover #trendingCard7-card-item1
{
   transform: rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#trendingCard7-card-item1 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#trendingCard7-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#trendingCard7-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;
}
#trendingCard7-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;
}
#trendingCard7-card-item3
{
   transform: translate(-200px,0px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#wb_trendingCard7:hover #trendingCard7-card-item3
{
   transform: rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms linear 100ms, opacity 200ms linear 100ms;
}
#trendingCard7-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#trendingCard7-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#trendingCard7-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;
}
#trendingCard7-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_trendingCard8
{
   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;
}
#trendingCard8-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#trendingCard8-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#trendingCard8-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;
}
#trendingCard8-card-item1
{
   transform: translate(-200px,0px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#wb_trendingCard8:hover #trendingCard8-card-item1
{
   transform: rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#trendingCard8-card-item1 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#trendingCard8-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#trendingCard8-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;
}
#trendingCard8-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;
}
#trendingCard8-card-item3
{
   transform: translate(-200px,0px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#wb_trendingCard8:hover #trendingCard8-card-item3
{
   transform: rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms linear 100ms, opacity 200ms linear 100ms;
}
#trendingCard8-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#trendingCard8-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#trendingCard8-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;
}
#trendingCard8-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_Card11
{
   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;
}
#Card11-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card11-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card11-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;
}
#Card11-card-item1
{
   transform: translate(-200px,0px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#wb_Card11:hover #Card11-card-item1
{
   transform: rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#Card11-card-item1 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card11-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card11-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;
}
#Card11-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;
}
#Card11-card-item3
{
   transform: translate(-200px,0px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms linear 0ms, opacity 200ms linear 0ms;
}
#wb_Card11:hover #Card11-card-item3
{
   transform: rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms linear 100ms, opacity 200ms linear 100ms;
}
#Card11-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card11-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card11-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;
}
#Card11-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_contentLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F6F5F4;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#contentLayoutGrid1
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#contentLayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#contentLayoutGrid1 > .row > .col-1, #contentLayoutGrid1 > .row > .col-2, #contentLayoutGrid1 > .row > .col-3, #contentLayoutGrid1 > .row > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#contentLayoutGrid1 > .row > .col-1, #contentLayoutGrid1 > .row > .col-2, #contentLayoutGrid1 > .row > .col-3, #contentLayoutGrid1 > .row > .col-4
{
   float: left;
}
#contentLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#contentLayoutGrid1 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#contentLayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 41.66666667%;
   text-align: left;
}
#contentLayoutGrid1 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 0 30px 0;
}
#contentLayoutGrid1 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 41.66666667%;
   text-align: left;
}
#contentLayoutGrid1 > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 40px 0 0 0;
}
#contentLayoutGrid1 > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#contentLayoutGrid1:before,
#contentLayoutGrid1:after,
#contentLayoutGrid1 .row:before,
#contentLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#contentLayoutGrid1:after,
#contentLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#contentLayoutGrid1 > .row > .col-1, #contentLayoutGrid1 > .row > .col-2, #contentLayoutGrid1 > .row > .col-3, #contentLayoutGrid1 > .row > .col-4
{
   float: none;
   width: 100% !important;
}
}
#wb_contentText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 25px 0 ;
   text-align: left;
}
#wb_contentText1
{
   color: #4F4F4F;
   font-family: Roboto;
   font-weight: 400;
   font-size: 16px;
   line-height: 19px;
}
#wb_contentText1 p, #wb_contentText1 ul
{
   margin: 0;
   padding: 0;
}
#wb_contentText1
{
   display: block;
   margin: 0 0 25px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#contentButton1
{
   box-sizing: border-box;
   line-height: 44px;
   text-decoration: none;
   vertical-align: top;
   border: 2px solid #800000;
   border-radius: 0px;
   background-color: #F6F5F4;
   background-image: none;
   color: #B76E79;
   cursor: pointer;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 15px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#contentButton1:focus
{
   outline: 0;
}
#wb_contentHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 10px 0;
   text-align: left;
}
#contentHeading1
{
   color: #800000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 29px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 850px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_contentLayoutGrid2
{
   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;
}
#contentLayoutGrid2
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#contentLayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#contentLayoutGrid2 > .row > .col-1, #contentLayoutGrid2 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#contentLayoutGrid2 > .row > .col-1, #contentLayoutGrid2 > .row > .col-2
{
   float: left;
}
#contentLayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#contentLayoutGrid2 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#contentLayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 66.66666667%;
   text-align: left;
}
#contentLayoutGrid2 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#contentLayoutGrid2:before,
#contentLayoutGrid2:after,
#contentLayoutGrid2 .row:before,
#contentLayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#contentLayoutGrid2:after,
#contentLayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#contentLayoutGrid2 > .row > .col-1, #contentLayoutGrid2 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_contentHeading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 6px 0 ;
   padding: 0 0 10px 0;
   text-align: center;
}
#contentHeading2
{
   color: #800000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 29px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#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: 15px 0 0 0 ;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#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: 33.33333333%;
   text-align: left;
}
#LayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid2 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.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_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 40px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 40px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #DAA520;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
   text-align: left;
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 55px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 45px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #DAA520;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
   text-align: left;
}
#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
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#testimonialsLayoutGrid1 > .row > .col-1
{
   float: left;
}
#testimonialsLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#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
{
   float: none;
   width: 100% !important;
}
}
#wb_testimonialsTitle
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#testimonialsTitle
{
   color: #800000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 29px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#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: 33.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: 33.33333333%;
   text-align: left;
}
#testimonialsLayoutGrid2 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 15px 0 10px 0;
}
#testimonialsLayoutGrid2 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.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_testimonialsText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 25px 0 ;
   text-align: left;
}
#wb_testimonialsText1
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-style: italic;
   font-size: 16px;
   line-height: 26px;
}
#wb_testimonialsText1 p, #wb_testimonialsText1 ul
{
   margin: 0;
   padding: 0;
}
#wb_testimonialsText1
{
   display: block;
   margin: 0 0 25px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_testimonialsHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 10px 0;
   text-align: left;
}
#testimonialsHeading1
{
   color: #2D5561;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_testimonialsHeading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 10px 0;
   text-align: left;
}
#testimonialsHeading2
{
   color: #2D5561;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_testimonialsText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 25px 0 ;
   text-align: left;
}
#wb_testimonialsText2
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-style: italic;
   font-size: 16px;
   line-height: 26px;
}
#wb_testimonialsText2 p, #wb_testimonialsText2 ul
{
   margin: 0;
   padding: 0;
}
#wb_testimonialsText2
{
   display: block;
   margin: 0 0 25px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_testimonialsHeading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 10px 0;
   text-align: left;
}
#testimonialsHeading3
{
   color: #2D5561;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_testimonialsText3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 25px 0 ;
   text-align: left;
}
#wb_testimonialsText3
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: italic;
   text-decoration: line-through;
   font-size: 13px;
   line-height: 26px;
}
#wb_testimonialsText3 p, #wb_testimonialsText3 ul
{
   margin: 0;
   padding: 0;
}
#wb_testimonialsText3
{
   display: block;
   margin: 0 0 25px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#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;
}
#wb_Text20 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 0 3px 0;
   margin: 0 0 10px 0 ;
   text-align: left;
}
#wb_Text20
{
   color: #800000;
   font-family: Roboto;
   font-weight: 700;
   font-size: 21px;
   line-height: 26px;
}
#wb_Text20 p, #wb_Text20 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text20
{
   display: block;
   margin: 0 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#Table1
{
   border-radius: 0px;
   border: 0px solid #FFFFFF;
   background-color: transparent;
   background-image: none;
   border-collapse: separate;
   border-spacing: 1px;
   margin: 0;
}
#Table1 td, #Table1 th
{
   padding: 0;
}
#Table1 td div
{
   white-space: nowrap;
}
#Table1 p, #Table1 ul
{
   margin: 0;
   padding: 0;
}
#Table1 .cell0
{
   background-color: transparent;
   background-image: none;
   text-align: left;
   vertical-align: top;
}
#Table1 .cell1
{
   background-color: transparent;
   background-image: none;
   text-align: left;
   vertical-align: top;
   color: #000000;
   font-family: Arial;
   font-size: 13px;
   line-height: 16px;
}
#Table1 .cell2
{
   background-color: transparent;
   background-image: none;
   text-align: left;
   vertical-align: top;
   color: #000000;
   font-family: Arial;
   font-size: 15px;
   line-height: 16.5px;
}
#Table1 .cell3
{
   background-color: transparent;
   background-image: none;
   text-align: left;
   vertical-align: middle;
   color: #000000;
   font-family: Arial;
   font-size: 13px;
   line-height: 16px;
}
#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%;
}
