div#container
{
   width: 1250px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #000000;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('images/dj_bk_bw.jpg');
   background-repeat: repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 50px 15px 100px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   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: 480px)
{
#LayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
.headerMenu .nav
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   color: #A9CF54;
   text-align: left;
   text-transform: none;
}
#headerMenu, .headerMenu .nav, .headerMenu *
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
}
.headerMenu .nav:before,
.headerMenu .nav:after 
{
   content: " ";
   display: table;
}
.headerMenu .nav:after 
{
   clear: both;
}
.headerMenu .nav a 
{
   text-decoration: none;
}
.headerMenu .nav ul
{
   margin-top: 0;
   margin-bottom: 0;
}
.headerMenu .nav ul ul
{
   margin-bottom: 0;
}
.headerMenu .container 
{
   margin-right: auto;
   margin-left: auto;
   padding: 0;
}
.headerMenu .container:before,
.headerMenu .container:after 
{
   content: " ";
   display: table;
}
.headerMenu .container:after 
{
   clear: both;
}
.headerMenu .collapse 
{
   display: none;
}
.headerMenu .collapse.show 
{
   display: block;
}
.headerMenu .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
   transition: height .35s ease;
}
.headerMenu .arrow, .headerMenu .arrow-right
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 4px;
   vertical-align: middle;
   border-top: 4px solid #000;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
.headerMenu .dropdown 
{
   position: relative;
}
.headerMenu .dropdown-toggle:focus 
{
   outline: 0;
}
.headerMenu .dropdown-menu 
{
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 160px;
   padding: 5px 0;
   margin: 2px 0 0;
   list-style: none;
   font-size: 16px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid rgba(255,255,255,1.00);
   border-radius: 6px;
   background-clip: padding-box;
}
.headerMenu .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FFFFFF;
}
.headerMenu .dropdown-menu > li > a
{
   display: block;
   padding: 3px 20px 3px 20px;
   clear: both;
   line-height: 1.428571429;
   color: #A9CF54;
   text-transform: none;
   white-space: nowrap;
}
.headerMenu .dropdown-menu > li > a:hover,
.headerMenu .dropdown-menu > li > a:focus 
{
   text-decoration: none;
   color: #FFFFFF;
   background-color: #EDEDED;
   background-image: none;
}
.headerMenu .dropdown-menu > li > a.active,
.headerMenu .dropdown-menu > li > a.active:hover,
.headerMenu .dropdown-menu > li > a.active:focus
{
   color: #FFFFFF;
   background-color: #EDEDED;
   background-image: none;
   text-decoration: none;
   outline: 0;
}
.headerMenu .show > .dropdown-menu
{
   display: block;
}
.headerMenu .show > a
{
   outline: 0;
}
.headerMenu .dropdown-header
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.headerMenu .dropdown-backdrop
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.headerMenu .dropdown.show .dropdown-menu
{
   animation-name: headerMenu-animation;
   animation-duration: 500ms;
   animation-iteration-count: 1;
   animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
   animation-fill-mode: forwards;
}
@keyframes headerMenu-animation
{
   0%
   {
      opacity: 0;
      transform: translateY(-10px);
   }
   100%
   {
      opacity: 1;
      transform: translateY(0);
   }
}
.headerMenu .nav > li 
{
   position: relative;
   display: block;
}
.headerMenu .nav > li > a
{
   position: relative;
   display: block;
   padding: 15px 15px 15px 15px;
}
.headerMenu .nav .show > a,
.headerMenu .nav .show > a:hover,
.headerMenu .nav .show > a:focus
{
    border-color: #343A40;
}
.headerMenu .nav .nav-divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FFFFFF;
}
.headerMenu .nav .arrow
{
   border-top-color: #343A40;
   border-bottom-color: #343A40;
}
.headerMenu
{
   position: relative;
}
.headerMenu:before,
.headerMenu:after
{
   content: " ";
   display: table;
}
.headerMenu:after
{
   clear: both;
}
.headerMenu .navbar-header:before,
.headerMenu .navbar-header:after
{
   content: " ";
   display: table;
}
.headerMenu .navbar-header:after
{
   clear: both;
}
.headerMenu-navbar-collapse 
{
   overflow-x: visible;
   -webkit-overflow-scrolling: touch;
}
.headerMenu-navbar-collapse:before,
.headerMenu-navbar-collapse:after
{
   content: " ";
   display: table;
}
.headerMenu-navbar-collapse:after
{
   clear: both;
}
.headerMenu-navbar-collapse.show
{
   overflow-y: auto;
}
.headerMenu .navbar-toggle 
{
   position: relative;
   float: right;
   padding: 16px 10px 15px 10px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 6px;
}
.headerMenu .navbar-toggle .icon-bar 
{
   display: block;
   width: 22px;
   height: 2px;
   border-radius: 1px;
}
.headerMenu .navbar-toggle .icon-bar+.icon-bar
{
   margin-top: 4px;
}
.headerMenu .navbar-nav
{
   margin: 6px -15px;
}
.headerMenu .navbar-nav > li > .dropdown-menu
{
   margin-top: 0;
}
.headerMenu .navbar-nav > li > a
{
   color: #A9CF54;
}
.headerMenu .navbar-nav > li > a:hover,
.headerMenu .navbar-nav > li > a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #FFFFFF;
   text-decoration: none;
}
.headerMenu .navbar-nav > li > a.active,
.headerMenu .navbar-nav > li > a.active:hover,
.headerMenu .navbar-nav > li > a.active:focus
{
   color: #FFFFFF;
   background-color: #EDEDED;
   background-image: none;
}
.headerMenu .navbar-toggle
{
   border: 1px solid transparent;
}
.headerMenu .navbar-toggle:hover,
.headerMenu .navbar-toggle:focus
{
   background-color: transparent;
}
.headerMenu .navbar-toggle .icon-bar
{
   background-color: #A9CF54;
}
.headerMenu-navbar-collapse
{
   border-color: rgba(255,255,255,1.00);
}
.headerMenu .navbar-nav > .dropdown > a:hover .arrow,
.headerMenu .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.headerMenu .navbar-nav > .show > a,
.headerMenu .navbar-nav > .show > a:hover,
.headerMenu .navbar-nav > .show > a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #FFFFFF;
}
.headerMenu .navbar-nav > .show > a .arrow,
.headerMenu .navbar-nav > .show > a:hover .arrow,
.headerMenu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.headerMenu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #A9CF54;
   border-bottom-color: #A9CF54;
}
.headerMenu .navbar-link
{
   color: #A9CF54;
}
.headerMenu .navbar-link:hover
{
   color: #FFFFFF;
}
.headerMenu .navbar-header
{
   color: #A9CF54;
}
@media (min-width: 480px) 
{
.headerMenu .navbar-right .dropdown-menu
{
   right: 0;
   left: auto;
}
.headerMenu .navbar-header
{
   float: left;
}
.headerMenu-navbar-collapse
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.headerMenu-navbar-collapse.collapse
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.headerMenu-navbar-collapse.show
{
   overflow-y: auto;
}
.headerMenu .navbar-toggle
{
   display: none;
}
.headerMenu .navbar-nav
{
   float: right;
   margin: 0;
}
.headerMenu .navbar-nav > li
{
   float: left;
}
.headerMenu .container > .navbar-header,
.headerMenu .container > .headerMenu-navbar-collapse
{
   margin-right: 0;
   margin-left: 0;
}
.headerMenu .navbar-nav > .dropdown > a:hover .arrow,
.headerMenu .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #FEFEFE;
   border-bottom-color: #FEFEFE;
}
}
@media (max-width: 480px) 
{
.headerMenu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
}
.headerMenu .navbar-nav
{
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
}
.headerMenu .navbar-nav .show .dropdown-menu
{
   position: static !important;
   transform: translate3d(0px, 0px, 0px) !important;
   float: none;
   width: auto;
   margin-top: 0;
   background-color: transparent;
   border: 0;
   box-shadow: none;
}
.headerMenu .navbar-nav .show .dropdown-menu > li > a,
.headerMenu .navbar-nav .show .dropdown-menu .dropdown-header
{
   padding: 5px 15px 5px 15px;
}
.headerMenu .navbar-nav .show .dropdown-menu > li > a
{
   line-height: 20px;
}
}
@media (min-width: 480px) 
{
.headerMenu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
   border-radius: 6px;
}
.headerMenu .navbar-nav > li > a
{
   color: #A9CF54;
}
.headerMenu .navbar-nav > li > a:hover,
.headerMenu .navbar-nav > li > a:focus
{
   color: #FEFEFE;
   background-color: transparent;
   background-image: none;
}
.headerMenu .navbar-nav > li > a.active,
.headerMenu .navbar-nav > li > a.active:hover,
.headerMenu .navbar-nav > li > a.active:focus
{
   color: #FEFEFE;
   background-color: transparent;
   background-image: none;
}
.headerMenu .navbar-nav > .show > a,
.headerMenu .navbar-nav > .show > a:hover,
.headerMenu .navbar-nav > .show > a:focus
{
   background-color: transparent;
   background-image: none;
   color: #FEFEFE;
}
.headerMenu .navbar-nav > .dropdown > a:hover .arrow
{
   border-top-color: #FEFEFE;
   border-bottom-color: #FEFEFE;
}
.headerMenu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #A9CF54;
   border-bottom-color: #A9CF54;
}
.headerMenu .navbar-nav > li > a.active > .arrow,
.headerMenu .navbar-nav > li > a.active:hover > .arrow,
.headerMenu .navbar-nav > li > a.active:focus > .arrow
{
   border-top-color: #FEFEFE;
   border-bottom-color: #FEFEFE;
}
.headerMenu .navbar-nav > .show > a .arrow,
.headerMenu .navbar-nav > .show > a:hover .arrow,
.headerMenu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #FEFEFE;
   border-bottom-color: #FEFEFE;
}
.headerMenu .navbar-link
{
   color: #A9CF54;
}
.headerMenu .navbar-link:hover 
{
   color: #fff;
}
}
.headerMenu .navbar-nav > li:first-child > a
{
   border-top-left-radius: 6px;
   border-bottom-left-radius: 6px;
}
.headerMenu .dropdown-menu > li:last-child > a
{
   border-bottom-left-radius: 6px;
   border-bottom-right-radius: 6px;
}
#headerMenu-logo
{
   float: left;
}
#headerMenu-logo img
{
   border-width: 0;
   height: auto;
   max-width: 100%;
}
#headerMenu i
{
   font-size: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_headerMenu
{
   z-index: 1111 !important;
}
#wb_Carousel1
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
}
#Carousel1 .frame
{
   width: 1220px;
   display: inline-block;
   float: left;
   height: 359px;
}
#wb_Carousel1 .pagination
{
   bottom: 0;
   left: 0;
   position: absolute;
   text-align: center;
   vertical-align: middle;
   width: 100%;
   z-index: 998;
}
#wb_Carousel1 .pagination a
{
   display: inline-block;
   margin: 12px 12px 12px 12px;
   width: 11px;
   height: 11px;
   cursor: pointer;
   text-indent: -999px;
   border-radius: 50%;
   background-color: transparent;
   border: 1px solid rgba(169,207,84,1.00);
}
#wb_Carousel1 .pagination a.active
{
   background-color: rgba(169,207,84,1.00);
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Heading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   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: #3F3E45;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#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: center;
}
#LayoutGrid2 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#LayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid2 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#LayoutGrid2 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid2 > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2, #LayoutGrid2 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_IconFont1
{
   background-color: #A9CF54;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 50%;
   text-align: center;
   margin: 0;
   padding: 100px 100px 100px 100px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont1:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #245580;
}
#IconFont1
{
   height: 88px;
   width: 88px;
}
#IconFont1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 88px;
   line-height: 88px;
   vertical-align: middle;
   width: 87px;
}
#wb_IconFont1:hover #IconFont1 i
{
   color: #A9CF54;
}
#wb_IconFont1
{
   transition: all 500ms linear 0ms;
}
#wb_IconFont2
{
   background-color: #A9CF54;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 50%;
   text-align: center;
   margin: 0;
   padding: 100px 100px 100px 100px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont2:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #245580;
}
#IconFont2
{
   height: 88px;
   width: 88px;
}
#IconFont2 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 88px;
   line-height: 88px;
   vertical-align: middle;
   width: 87px;
}
#wb_IconFont2:hover #IconFont2 i
{
   color: #A9CF54;
}
#wb_IconFont2
{
   transition: all 500ms linear 0ms;
}
#wb_IconFont3
{
   background-color: #A9CF54;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 50%;
   text-align: center;
   margin: 0;
   padding: 100px 100px 100px 100px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont3:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #245580;
}
#IconFont3
{
   height: 88px;
   width: 88px;
}
#IconFont3 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 88px;
   line-height: 88px;
   vertical-align: middle;
   width: 87px;
}
#wb_IconFont3:hover #IconFont3 i
{
   color: #A9CF54;
}
#wb_IconFont3
{
   transition: all 500ms linear 0ms;
}
#wb_LayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #38373D;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid3
{
   box-sizing: border-box;
   padding: 100px 15px 100px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#LayoutGrid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid3 > .row > .col-1
{
   float: left;
}
#LayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid3:before,
#LayoutGrid3:after,
#LayoutGrid3 .row:before,
#LayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid3:after,
#LayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid3 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_servicesCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#servicesCard2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#servicesCard2-card-item0
{
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#servicesCard2-card-item1
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0;
   color: #DCDFEA;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 20.8px;
}
#servicesCard2-card-item2
{
   display: inline-block;
   height: 57px;
   box-sizing: border-box;
   margin: 0;
   padding: 20px 25px 20px 25px;
   border: 2px solid #A9CF54;
   border-radius: 30px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#servicesCard2-card-item2
{
   background-color: #3F3E45;
   transition: background-color 500ms linear 0ms;
}
#servicesCard2-card-item2:hover
{
   background-color: #A9CF54;
   transition: background-color 500ms linear 0ms;
}
#servicesCard2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   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: 25px 0 20px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0;
   color: #DCDFEA;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 20.8px;
}
#Card1-card-item2
{
   display: inline-block;
   height: 57px;
   box-sizing: border-box;
   margin: 0;
   padding: 20px 25px 20px 25px;
   border: 2px solid #A9CF54;
   border-radius: 30px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-item2
{
   background-color: #3F3E45;
   transition: background-color 500ms linear 0ms;
}
#Card1-card-item2:hover
{
   background-color: #A9CF54;
   transition: background-color 500ms linear 0ms;
}
#Card1-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   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: 25px 0 20px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0;
   color: #DCDFEA;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 20.8px;
}
#Card2-card-item2
{
   display: inline-block;
   height: 57px;
   box-sizing: border-box;
   margin: 0;
   padding: 20px 25px 20px 25px;
   border: 2px solid #A9CF54;
   border-radius: 30px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-item2
{
   background-color: #3F3E45;
   transition: background-color 500ms linear 0ms;
}
#Card2-card-item2:hover
{
   background-color: #A9CF54;
   transition: background-color 500ms linear 0ms;
}
#Card2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Heading4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#Heading4
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Heading5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#Heading5
{
   color: #A9CF54;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text1 div
{
   text-align: left;
}
#wb_Text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid7
{
   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;
}
#LayoutGrid7
{
   box-sizing: border-box;
   padding: 100px 15px 100px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#LayoutGrid7 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid7 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid7 > .row > .col-1
{
   float: left;
}
#LayoutGrid7 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid7:before,
#LayoutGrid7:after,
#LayoutGrid7 .row:before,
#LayoutGrid7 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid7:after,
#LayoutGrid7 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid7 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid8
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('images/headphone_bw.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid8
{
   box-sizing: border-box;
   padding: 125px 15px 125px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#LayoutGrid8 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid8 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid8 > .row > .col-1
{
   float: left;
}
#LayoutGrid8 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid8:before,
#LayoutGrid8:after,
#LayoutGrid8 .row:before,
#LayoutGrid8 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid8:after,
#LayoutGrid8 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid8 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #A9CF54;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid4
{
   box-sizing: border-box;
   padding: 100px 15px 100px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#LayoutGrid4 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid4 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid4 > .row > .col-1
{
   float: left;
}
#LayoutGrid4 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid4:before,
#LayoutGrid4:after,
#LayoutGrid4 .row:before,
#LayoutGrid4 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid4:after,
#LayoutGrid4 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid4 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #3F3E45;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid5
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#LayoutGrid5 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5 > .row > .col-1, #LayoutGrid5 > .row > .col-2, #LayoutGrid5 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid5 > .row > .col-1, #LayoutGrid5 > .row > .col-2, #LayoutGrid5 > .row > .col-3
{
   float: left;
}
#LayoutGrid5 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#LayoutGrid5 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
#LayoutGrid5 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid5 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid5:before,
#LayoutGrid5:after,
#LayoutGrid5 .row:before,
#LayoutGrid5 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid5:after,
#LayoutGrid5 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid5 > .row > .col-1, #LayoutGrid5 > .row > .col-2, #LayoutGrid5 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 20px 0 ;
   text-align: left;
}
#wb_Text3 div
{
   text-align: left;
}
#wb_Text3
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 6px 0;
   margin: 0;
   text-align: left;
}
#wb_Text5 div
{
   text-align: left;
}
#wb_Text5
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 6px 0;
   margin: 0;
   text-align: left;
}
#wb_Text6 div
{
   text-align: left;
}
#wb_Text6
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_linksMenu3
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 0;
   text-align: left;
   position: relative;
   z-index: 1111 !important;
}
#wb_linksMenu3 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   width: 100%;
}
#wb_linksMenu3 li
{
   float: left;
   margin: 0;
   padding: 0px 0px 0px 0px;
   width: 100%;
}
#wb_linksMenu3 a
{
   display: block;
   color: #FFFFFF;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
   vertical-align: middle;
}
#wb_linksMenu3 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 25px;
   padding: 0 0px 0px 0px;
   line-height: 25px;
}
#wb_linksMenu3 li:hover a, #wb_linksMenu3 a:hover
{
   color: #A9CF54;
   border: 0px solid #2E6DA4;
   background-color: transparent;
   background-image: none;
}
#wb_linksMenu3 .firstmain a
{
   margin-top: 0px;
}
#wb_linksMenu3 li.lastmain
{
   padding-bottom: 0px;
}
#wb_linksMenu3 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#wb_linksMenu2
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 0;
   text-align: left;
   position: relative;
   z-index: 1111 !important;
}
#wb_linksMenu2 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   width: 100%;
}
#wb_linksMenu2 li
{
   float: left;
   margin: 0;
   padding: 0px 0px 0px 0px;
   width: 100%;
}
#wb_linksMenu2 a
{
   display: block;
   color: #FFFFFF;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
   vertical-align: middle;
}
#wb_linksMenu2 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 25px;
   padding: 0 0px 0px 0px;
   line-height: 25px;
}
#wb_linksMenu2 li:hover a, #wb_linksMenu2 a:hover
{
   color: #A9CF54;
   border: 0px solid #2E6DA4;
   background-color: transparent;
   background-image: none;
}
#wb_linksMenu2 .firstmain a
{
   margin-top: 0px;
}
#wb_linksMenu2 li.lastmain
{
   padding-bottom: 0px;
}
#wb_linksMenu2 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#wb_LayoutGrid6
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #38373D;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid6
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 800px;
}
#LayoutGrid6 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid6 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid6 > .row > .col-1
{
   float: left;
}
#LayoutGrid6 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid6 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
#LayoutGrid6:before,
#LayoutGrid6:after,
#LayoutGrid6 .row:before,
#LayoutGrid6 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid6:after,
#LayoutGrid6 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid6 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text7 div
{
   text-align: center;
}
#wb_Text7
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Heading7
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#Heading7
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 20px 0 ;
   text-align: center;
}
#wb_Text4 div
{
   text-align: center;
}
#wb_Text4
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#Editbox2
{
   box-sizing: border-box;
   line-height: 26px;
   margin: 0 0 20px 0 ;
   border: 1px solid #A9CF54;
   border-radius: 25px;
   background-color: #FFFFFF;
   background-image: none;
   color: #A9CF54;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
   padding: 4px 15px 4px 15px;
}
#Editbox2:focus
{
   outline: 0;
}
#Editbox2::placeholder
{
   color: #A9CF54;
   opacity: 1;
}
#Editbox2::-ms-input-placeholder
{
   color: #A9CF54;
}
#Button2
{
   border: 1px solid #FFFFFF;
   border-radius: 20px;
   background-color: #A9CF54;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#Button2:focus
{
   outline: 0;
}
#wb_IconFont5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont5
{
   height: 32px;
   width: 27px;
}
#IconFont5 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 27px;
   line-height: 32px;
   vertical-align: middle;
   width: 26px;
}
#wb_IconFont5:hover #IconFont5 i
{
   color: #FFFFFF;
}
#wb_IconFont6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont6
{
   height: 32px;
   width: 27px;
}
#IconFont6 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 27px;
   line-height: 32px;
   vertical-align: middle;
   width: 26px;
}
#wb_IconFont6:hover #IconFont6 i
{
   color: #FFFFFF;
}
#wb_IconFont7
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont7
{
   height: 32px;
   width: 27px;
}
#IconFont7 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 27px;
   line-height: 32px;
   vertical-align: middle;
   width: 26px;
}
#wb_IconFont7:hover #IconFont7 i
{
   color: #FFFFFF;
}
#wb_IconFont8
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont8
{
   height: 32px;
   width: 27px;
}
#IconFont8 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 27px;
   line-height: 32px;
   vertical-align: middle;
   width: 26px;
}
#wb_IconFont8:hover #IconFont8 i
{
   color: #FFFFFF;
}
#wb_IconFont9
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont9
{
   height: 32px;
   width: 27px;
}
#IconFont9 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 27px;
   line-height: 32px;
   vertical-align: middle;
   width: 26px;
}
#wb_IconFont9:hover #IconFont9 i
{
   color: #FFFFFF;
}
#wb_IconFont10
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont10
{
   height: 32px;
   width: 27px;
}
#IconFont10 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 27px;
   line-height: 32px;
   vertical-align: middle;
   width: 26px;
}
#wb_IconFont10:hover #IconFont10 i
{
   color: #FFFFFF;
}
#wb_IconFont11
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont11
{
   height: 32px;
   width: 27px;
}
#IconFont11 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 27px;
   line-height: 32px;
   vertical-align: middle;
   width: 26px;
}
#wb_IconFont11:hover #IconFont11 i
{
   color: #FFFFFF;
}
#Line1
{
   border-color: #A9CF54;
   border-style: solid;
   border-bottom-width: 29px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_Heading6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: center;
}
#Heading6
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 155px;
   height: 155px;
   vertical-align: top;
}
#wb_JavaScript1
{
   margin: 0 0 20px 0 ;
}
#wb_JavaScript2
{
   margin: 0 0 20px 0 ;
}
#wb_Heading8
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#Heading8
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 20px 0 ;
   text-align: center;
}
#wb_Text2 div
{
   text-align: center;
}
#wb_Text2
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#ThemeableButton1
{
   font-family: Arial;
   font-weight: normal;
   font-size: 12px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
   margin: 0 20px 0 0 ;
   box-shadow: 0px 2px 5px rgba(0,0,0,0.13);
   padding: 0 0 0 35px;
   text-align: left;
   vertical-align: top;
}
#ThemeableButton1 .ui-button
{
   position: absolute;
   padding: 0;
}
#ThemeableButton1 .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2048%2048%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M45%2044%20L45%2015%20C45%2014%2c%2044%2014%2c%2044%2014%20C44%2014%2c%2044%2014%2c%2044%2014%20L15%2014%20C14%2014%2c%2014%2014%2c%2014%2014%20C14%2014%2c%2014%2014%2c%2014%2015%20L14%2044%20C14%2044%2c%2014%2044%2c%2014%2044%20C14%2044%2c%2014%2045%2c%2015%2045%20L44%2045%20C44%2045%2c%2044%2044%2c%2044%2044%20C44%2044%2c%2045%2044%2c%2045%2044%20Z%20M48%2015%20L48%2044%20C48%2045%2c%2048%2046%2c%2047%2047%20C46%2048%2c%2045%2048%2c%2044%2048%20L15%2048%20C13%2048%2c%2012%2048%2c%2012%2047%20C11%2046%2c%2010%2045%2c%2010%2044%20L10%2015%20C10%2013%2c%2011%2012%2c%2012%2012%20C12%2011%2c%2013%2010%2c%2015%2010%20L44%2010%20C45%2010%2c%2046%2011%2c%2047%2012%20C48%2012%2c%2048%2013%2c%2048%2015%20Z%20M38%204%20L38%209%20L34%209%20L34%204%20C34%204%2c%2034%204%2c%2034%204%20C34%204%2c%2034%203%2c%2033%203%20L4%203%20C4%203%2c%204%204%2c%204%204%20C4%204%2c%203%204%2c%203%204%20L3%2033%20C3%2034%2c%204%2034%2c%204%2034%20C4%2034%2c%204%2034%2c%204%2034%20L9%2034%20L9%2038%20L4%2038%20C3%2038%2c%202%2037%2c%201%2036%20C0%2036%2c%200%2035%2c%200%2033%20L0%204%20C0%203%2c%200%202%2c%201%201%20C2%200%2c%203%200%2c%204%200%20L33%200%20C35%200%2c%2036%200%2c%2036%201%20C37%202%2c%2038%203%2c%2038%204%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 14px;
   margin: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 12px;
   height: 12px;
}
#ThemeableButton1:hover .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%232B2B2B%22%20viewBox%3d%220%200%2048%2048%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M45%2044%20L45%2015%20C45%2014%2c%2044%2014%2c%2044%2014%20C44%2014%2c%2044%2014%2c%2044%2014%20L15%2014%20C14%2014%2c%2014%2014%2c%2014%2014%20C14%2014%2c%2014%2014%2c%2014%2015%20L14%2044%20C14%2044%2c%2014%2044%2c%2014%2044%20C14%2044%2c%2014%2045%2c%2015%2045%20L44%2045%20C44%2045%2c%2044%2044%2c%2044%2044%20C44%2044%2c%2045%2044%2c%2045%2044%20Z%20M48%2015%20L48%2044%20C48%2045%2c%2048%2046%2c%2047%2047%20C46%2048%2c%2045%2048%2c%2044%2048%20L15%2048%20C13%2048%2c%2012%2048%2c%2012%2047%20C11%2046%2c%2010%2045%2c%2010%2044%20L10%2015%20C10%2013%2c%2011%2012%2c%2012%2012%20C12%2011%2c%2013%2010%2c%2015%2010%20L44%2010%20C45%2010%2c%2046%2011%2c%2047%2012%20C48%2012%2c%2048%2013%2c%2048%2015%20Z%20M38%204%20L38%209%20L34%209%20L34%204%20C34%204%2c%2034%204%2c%2034%204%20C34%204%2c%2034%203%2c%2033%203%20L4%203%20C4%203%2c%204%204%2c%204%204%20C4%204%2c%203%204%2c%203%204%20L3%2033%20C3%2034%2c%204%2034%2c%204%2034%20C4%2034%2c%204%2034%2c%204%2034%20L9%2034%20L9%2038%20L4%2038%20C3%2038%2c%202%2037%2c%201%2036%20C0%2036%2c%200%2035%2c%200%2033%20L0%204%20C0%203%2c%200%202%2c%201%201%20C2%200%2c%203%200%2c%204%200%20L33%200%20C35%200%2c%2036%200%2c%2036%201%20C37%202%2c%2038%203%2c%2038%204%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#ThemeableButton1:active .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2048%2048%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M45%2044%20L45%2015%20C45%2014%2c%2044%2014%2c%2044%2014%20C44%2014%2c%2044%2014%2c%2044%2014%20L15%2014%20C14%2014%2c%2014%2014%2c%2014%2014%20C14%2014%2c%2014%2014%2c%2014%2015%20L14%2044%20C14%2044%2c%2014%2044%2c%2014%2044%20C14%2044%2c%2014%2045%2c%2015%2045%20L44%2045%20C44%2045%2c%2044%2044%2c%2044%2044%20C44%2044%2c%2045%2044%2c%2045%2044%20Z%20M48%2015%20L48%2044%20C48%2045%2c%2048%2046%2c%2047%2047%20C46%2048%2c%2045%2048%2c%2044%2048%20L15%2048%20C13%2048%2c%2012%2048%2c%2012%2047%20C11%2046%2c%2010%2045%2c%2010%2044%20L10%2015%20C10%2013%2c%2011%2012%2c%2012%2012%20C12%2011%2c%2013%2010%2c%2015%2010%20L44%2010%20C45%2010%2c%2046%2011%2c%2047%2012%20C48%2012%2c%2048%2013%2c%2048%2015%20Z%20M38%204%20L38%209%20L34%209%20L34%204%20C34%204%2c%2034%204%2c%2034%204%20C34%204%2c%2034%203%2c%2033%203%20L4%203%20C4%203%2c%204%204%2c%204%204%20C4%204%2c%203%204%2c%203%204%20L3%2033%20C3%2034%2c%204%2034%2c%204%2034%20C4%2034%2c%204%2034%2c%204%2034%20L9%2034%20L9%2038%20L4%2038%20C3%2038%2c%202%2037%2c%201%2036%20C0%2036%2c%200%2035%2c%200%2033%20L0%204%20C0%203%2c%200%202%2c%201%201%20C2%200%2c%203%200%2c%204%200%20L33%200%20C35%200%2c%2036%200%2c%2036%201%20C37%202%2c%2038%203%2c%2038%204%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#ThemeableButton1.ui-corner-all
{
   border-bottom-left-radius: 2px;
   border-top-left-radius: 2px;
}
#ThemeableButton1.ui-corner-all
{
   border-bottom-right-radius: 2px;
   border-top-right-radius: 2px;
}
#ThemeableButton1.ui-button
{
   background-color: #A9CF54;
   background-image: none;
   border: 2px solid #FFFFFF;
   color: #FFFFFF;
}
#ThemeableButton1.ui-state-hover, #ThemeableButton1.ui-button:hover
{
   border-color: #CCCCCC;
   background-color: #EDEDED;
   background-image: none;
   color: #2B2B2B;
}
#ThemeableButton1.ui-state-active, #ThemeableButton1.ui-button:active
{
   border-color: #A9CF54;
   background-color: #A9CF54;
   background-image: none;
   color: #FFFFFF;
}
#ThemeableButton2
{
   font-family: Arial;
   font-weight: normal;
   font-size: 12px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
   margin: 0;
   box-shadow: 0px 2px 5px rgba(0,0,0,0.13);
   padding: 0 0 0 35px;
   text-align: left;
   vertical-align: top;
}
#ThemeableButton2 .ui-button
{
   position: absolute;
   padding: 0;
}
#ThemeableButton2 .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2048%2048%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M36%2041%20C36%2041%2c%2036%2040%2c%2036%2040%20C36%2040%2c%2036%2039%2c%2036%2039%20C35%2038%2c%2035%2038%2c%2035%2038%20C34%2038%2c%2034%2038%2c%2033%2039%20C33%2039%2c%2033%2040%2c%2033%2040%20C33%2040%2c%2033%2041%2c%2033%2041%20C34%2042%2c%2034%2042%2c%2035%2042%20C35%2042%2c%2035%2042%2c%2036%2041%20Z%20M43%2041%20C43%2041%2c%2043%2040%2c%2043%2040%20C43%2040%2c%2043%2039%2c%2043%2039%20C42%2038%2c%2042%2038%2c%2041%2038%20C41%2038%2c%2041%2038%2c%2040%2039%20C40%2039%2c%2040%2040%2c%2040%2040%20C40%2040%2c%2040%2041%2c%2040%2041%20C41%2042%2c%2041%2042%2c%2041%2042%20C42%2042%2c%2042%2042%2c%2043%2041%20Z%20M47%2034%20L47%2043%20C47%2043%2c%2046%2044%2c%2046%2044%20C45%2045%2c%2045%2045%2c%2044%2045%20L5%2045%20C4%2045%2c%203%2045%2c%203%2044%20C2%2044%2c%202%2043%2c%202%2043%20L2%2034%20C2%2033%2c%202%2033%2c%203%2032%20C3%2032%2c%204%2031%2c%205%2031%20L17%2031%20L21%2035%20C22%2036%2c%2023%2037%2c%2024%2037%20C26%2037%2c%2027%2036%2c%2028%2035%20L32%2031%20L44%2031%20C45%2031%2c%2045%2032%2c%2046%2032%20C46%2033%2c%2047%2033%2c%2047%2034%20Z%20M38%2019%20C38%2019%2c%2038%2020%2c%2037%2021%20L25%2033%20C25%2033%2c%2025%2033%2c%2024%2033%20C24%2033%2c%2023%2033%2c%2023%2033%20L11%2021%20C11%2020%2c%2010%2019%2c%2011%2019%20C11%2018%2c%2012%2018%2c%2012%2018%20L19%2018%20L19%206%20C19%205%2c%2019%205%2c%2020%204%20C20%204%2c%2020%204%2c%2021%204%20L28%204%20C28%204%2c%2029%204%2c%2029%204%20C29%205%2c%2029%205%2c%2029%206%20L29%2018%20L36%2018%20C37%2018%2c%2038%2018%2c%2038%2019%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 14px;
   margin: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 12px;
   height: 12px;
}
#ThemeableButton2:hover .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%232B2B2B%22%20viewBox%3d%220%200%2048%2048%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M36%2041%20C36%2041%2c%2036%2040%2c%2036%2040%20C36%2040%2c%2036%2039%2c%2036%2039%20C35%2038%2c%2035%2038%2c%2035%2038%20C34%2038%2c%2034%2038%2c%2033%2039%20C33%2039%2c%2033%2040%2c%2033%2040%20C33%2040%2c%2033%2041%2c%2033%2041%20C34%2042%2c%2034%2042%2c%2035%2042%20C35%2042%2c%2035%2042%2c%2036%2041%20Z%20M43%2041%20C43%2041%2c%2043%2040%2c%2043%2040%20C43%2040%2c%2043%2039%2c%2043%2039%20C42%2038%2c%2042%2038%2c%2041%2038%20C41%2038%2c%2041%2038%2c%2040%2039%20C40%2039%2c%2040%2040%2c%2040%2040%20C40%2040%2c%2040%2041%2c%2040%2041%20C41%2042%2c%2041%2042%2c%2041%2042%20C42%2042%2c%2042%2042%2c%2043%2041%20Z%20M47%2034%20L47%2043%20C47%2043%2c%2046%2044%2c%2046%2044%20C45%2045%2c%2045%2045%2c%2044%2045%20L5%2045%20C4%2045%2c%203%2045%2c%203%2044%20C2%2044%2c%202%2043%2c%202%2043%20L2%2034%20C2%2033%2c%202%2033%2c%203%2032%20C3%2032%2c%204%2031%2c%205%2031%20L17%2031%20L21%2035%20C22%2036%2c%2023%2037%2c%2024%2037%20C26%2037%2c%2027%2036%2c%2028%2035%20L32%2031%20L44%2031%20C45%2031%2c%2045%2032%2c%2046%2032%20C46%2033%2c%2047%2033%2c%2047%2034%20Z%20M38%2019%20C38%2019%2c%2038%2020%2c%2037%2021%20L25%2033%20C25%2033%2c%2025%2033%2c%2024%2033%20C24%2033%2c%2023%2033%2c%2023%2033%20L11%2021%20C11%2020%2c%2010%2019%2c%2011%2019%20C11%2018%2c%2012%2018%2c%2012%2018%20L19%2018%20L19%206%20C19%205%2c%2019%205%2c%2020%204%20C20%204%2c%2020%204%2c%2021%204%20L28%204%20C28%204%2c%2029%204%2c%2029%204%20C29%205%2c%2029%205%2c%2029%206%20L29%2018%20L36%2018%20C37%2018%2c%2038%2018%2c%2038%2019%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#ThemeableButton2:active .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2048%2048%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M36%2041%20C36%2041%2c%2036%2040%2c%2036%2040%20C36%2040%2c%2036%2039%2c%2036%2039%20C35%2038%2c%2035%2038%2c%2035%2038%20C34%2038%2c%2034%2038%2c%2033%2039%20C33%2039%2c%2033%2040%2c%2033%2040%20C33%2040%2c%2033%2041%2c%2033%2041%20C34%2042%2c%2034%2042%2c%2035%2042%20C35%2042%2c%2035%2042%2c%2036%2041%20Z%20M43%2041%20C43%2041%2c%2043%2040%2c%2043%2040%20C43%2040%2c%2043%2039%2c%2043%2039%20C42%2038%2c%2042%2038%2c%2041%2038%20C41%2038%2c%2041%2038%2c%2040%2039%20C40%2039%2c%2040%2040%2c%2040%2040%20C40%2040%2c%2040%2041%2c%2040%2041%20C41%2042%2c%2041%2042%2c%2041%2042%20C42%2042%2c%2042%2042%2c%2043%2041%20Z%20M47%2034%20L47%2043%20C47%2043%2c%2046%2044%2c%2046%2044%20C45%2045%2c%2045%2045%2c%2044%2045%20L5%2045%20C4%2045%2c%203%2045%2c%203%2044%20C2%2044%2c%202%2043%2c%202%2043%20L2%2034%20C2%2033%2c%202%2033%2c%203%2032%20C3%2032%2c%204%2031%2c%205%2031%20L17%2031%20L21%2035%20C22%2036%2c%2023%2037%2c%2024%2037%20C26%2037%2c%2027%2036%2c%2028%2035%20L32%2031%20L44%2031%20C45%2031%2c%2045%2032%2c%2046%2032%20C46%2033%2c%2047%2033%2c%2047%2034%20Z%20M38%2019%20C38%2019%2c%2038%2020%2c%2037%2021%20L25%2033%20C25%2033%2c%2025%2033%2c%2024%2033%20C24%2033%2c%2023%2033%2c%2023%2033%20L11%2021%20C11%2020%2c%2010%2019%2c%2011%2019%20C11%2018%2c%2012%2018%2c%2012%2018%20L19%2018%20L19%206%20C19%205%2c%2019%205%2c%2020%204%20C20%204%2c%2020%204%2c%2021%204%20L28%204%20C28%204%2c%2029%204%2c%2029%204%20C29%205%2c%2029%205%2c%2029%206%20L29%2018%20L36%2018%20C37%2018%2c%2038%2018%2c%2038%2019%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#ThemeableButton2.ui-corner-all
{
   border-bottom-left-radius: 2px;
   border-top-left-radius: 2px;
}
#ThemeableButton2.ui-corner-all
{
   border-bottom-right-radius: 2px;
   border-top-right-radius: 2px;
}
#ThemeableButton2.ui-button
{
   background-color: #A9CF54;
   background-image: none;
   border: 2px solid #FFFFFF;
   color: #FFFFFF;
}
#ThemeableButton2.ui-state-hover, #ThemeableButton2.ui-button:hover
{
   border-color: #CCCCCC;
   background-color: #EDEDED;
   background-image: none;
   color: #2B2B2B;
}
#ThemeableButton2.ui-state-active, #ThemeableButton2.ui-button:active
{
   border-color: #A9CF54;
   background-color: #A9CF54;
   background-image: none;
   color: #FFFFFF;
}
#wb_Image3
{
   margin: 0;
   vertical-align: top;
}
#Image3
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1024px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Image4
{
   margin: 0;
   vertical-align: top;
}
#Image4
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1071px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
