body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
   #wb_featuresLayoutGrid, #wb_Card5, #wb_Card6, #wb_featuresCard1
   {
      background-attachment: scroll !important;
   }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5)
{
   #wb_featuresLayoutGrid, #wb_Card5, #wb_Card6, #wb_featuresCard1
   {
      background-attachment: scroll !important;
   }
}
#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.59);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#headerLayoutGrid
{
   box-sizing: border-box;
   padding: 10px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#headerLayoutGrid > .row
{
   margin-right: 0;
   margin-left: 0;
}
#headerLayoutGrid > .row > .col-1, #headerLayoutGrid > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#headerLayoutGrid > .row > .col-1, #headerLayoutGrid > .row > .col-2
{
   float: left;
}
#headerLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#headerLayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#headerLayoutGrid:before,
#headerLayoutGrid:after,
#headerLayoutGrid .row:before,
#headerLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#headerLayoutGrid:after,
#headerLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#headerLayoutGrid > .row > .col-1, #headerLayoutGrid > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_headerLayoutGrid
{
   backdrop-filter: blur(3.5px);
   transition: backdrop-filter 500ms linear 0ms;
}
.headerMenu .nav
{
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   color: #000000;
   text-align: left;
   text-transform: uppercase;
}
#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: #000000;
   text-transform: none;
   white-space: nowrap;
}
.headerMenu .dropdown-menu > li > a:hover,
.headerMenu .dropdown-menu > li > a:focus 
{
   text-decoration: none;
   color: #000000;
   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: #000000;
   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: #FFFFFF;
}
.headerMenu .nav .nav-divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FFFFFF;
}
.headerMenu .nav .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.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;
   width: 52px;
   height: 52px;
   padding: 15px 15px 15px 15px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 6px;
}
.headerMenu .navbar-toggle .line
{
   display: block;
   width: 22px;
   height: 4px;
   border-radius: 0px;
   transition: all 500ms linear;
}
.headerMenu .navbar-toggle .line
{
   margin: 4px auto;
}
.headerMenu .navbar-toggle  .line:first-child
{
   margin-top: 0px !important;
}
.headerMenu .navbar-nav
{
   margin: 6px -15px;
}
.headerMenu .navbar-nav > li > .dropdown-menu
{
   margin-top: 0;
}
.headerMenu .navbar-nav > li > a
{
   color: #000000;
}
.headerMenu .navbar-nav > li > a:hover,
.headerMenu .navbar-nav > li > a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #000000;
   text-decoration: none;
}
.headerMenu .navbar-nav > li > a.active,
.headerMenu .navbar-nav > li > a.active:hover,
.headerMenu .navbar-nav > li > a.active:focus
{
   color: #000000;
   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 .line
{
   background-color: #000000;
}
.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: #000000;
   border-bottom-color: #000000;
}
.headerMenu .navbar-nav > .show > a,
.headerMenu .navbar-nav > .show > a:hover,
.headerMenu .navbar-nav > .show > a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #000000;
}
.headerMenu .navbar-nav > .show > a .arrow,
.headerMenu .navbar-nav > .show > a:hover .arrow,
.headerMenu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.headerMenu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.headerMenu .navbar-link
{
   color: #000000;
}
.headerMenu .navbar-link:hover
{
   color: #000000;
}
.headerMenu .navbar-header
{
   color: #000000;
}
@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: #000000;
   border-bottom-color: #000000;
}
}
@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: #000000;
}
.headerMenu .navbar-nav > li > a:hover,
.headerMenu .navbar-nav > li > a:focus
{
   color: #000000;
   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: #000000;
   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: #000000;
}
.headerMenu .navbar-nav > .dropdown > a:hover .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.headerMenu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.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: #000000;
   border-bottom-color: #000000;
}
.headerMenu .navbar-nav > .show > a .arrow,
.headerMenu .navbar-nav > .show > a:hover .arrow,
.headerMenu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.headerMenu .navbar-link
{
   color: #000000;
}
.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 i
{
   font-size: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_headerMenu
{
   z-index: 1111 !important;
}
#upStickyLayer
{
   background-color: #3E3E3E;
   background-image: none;
   border-radius: 50%;
   opacity: 0.77;
}
#wb_upIcon
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #3E3E3E;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
}
#wb_upIcon a
{
   text-decoration: none;
}
#wb_upIcon a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#upIcon
{
   height: 24px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#upIcon i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_upIcon:hover #upIcon i
{
   color: #007BFF;
}
#wb_headerLogo1
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: left;
}
#headerLogo1
{
   color: #0000FF;
   font-family: "Open Sans";
   font-weight: 800;
   font-style: normal;
   font-size: 35px;
   margin: 0;
   text-align: left;
   text-transform: none;
   -webkit-text-stroke: 1px #FFFFFF;
   text-stroke: 1px #FFFFFF;
}
#wb_headerLogo2
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: left;
}
#headerLogo2
{
   color: #FF0000;
   font-family: "Open Sans";
   font-weight: 800;
   font-style: normal;
   font-size: 35px;
   margin: 0;
   text-align: left;
   text-transform: none;
   -webkit-text-stroke: 1px #FFFFFF;
   text-stroke: 1px #FFFFFF;
}
#socialmediaSticky
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
}
#socialmediaButton1
{
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 12px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_socialmediaButton1
{
   border-radius: 0px;
   margin: 0;
   vertical-align: top;
}
#socialmediaButton1
{
   box-sizing: border-box;
   padding: 0 0 0 48px;
   text-align: left;
}
#wb_socialmediaButton1 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: flex-start;
}
#socialmediaButton1
{
   color: inherit;
}
#wb_socialmediaButton1 .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M97%2048%20C97%2039%2c%2095%2031%2c%2090%2025%20L90%2025%20L90%2025%20C86%2017%2c%2080%2010%2c%2071%206%20L71%206%20L71%206%20C65%202%2c%2057%200%2c%2048%20%2d1%20C39%200%2c%2031%202%2c%2025%206%20C16%2010%2c%2010%2017%2c%206%2025%20C1%2031%2c%20%2d1%2039%2c%20%2d1%2048%20C%2d1%2060%2c%203%2070%2c%209%2079%20C16%2087%2c%2026%2093%2c%2037%2096%20L37%2062%20L37%2062%20L27%2062%20L27%2062%20L27%2049%20L27%2049%20L37%2049%20L37%2049%20L37%2042%20L37%2042%20C37%2026%2c%2045%2019%2c%2060%2019%20C61%2019%2c%2063%2019%2c%2065%2019%20C67%2020%2c%2069%2020%2c%2069%2020%20L69%2032%20L69%2032%20C69%2032%2c%2067%2031%2c%2065%2031%20C60%2031%2c%2057%2032%2c%2056%2034%20C54%2036%2c%2053%2039%2c%2053%2043%20L53%2049%20L53%2049%20L69%2049%20L69%2049%20L66%2062%20L66%2062%20L53%2062%20L53%2062%20L53%2097%20L53%2097%20C66%2095%2c%2077%2090%2c%2085%2081%20C93%2072%2c%2097%2061%2c%2097%2048%20L97%2048Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   margin: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 24px;
   height: 24px;
}
#wb_socialmediaButton1:hover .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M97%2048%20C97%2039%2c%2095%2031%2c%2090%2025%20L90%2025%20L90%2025%20C86%2017%2c%2080%2010%2c%2071%206%20L71%206%20L71%206%20C65%202%2c%2057%200%2c%2048%20%2d1%20C39%200%2c%2031%202%2c%2025%206%20C16%2010%2c%2010%2017%2c%206%2025%20C1%2031%2c%20%2d1%2039%2c%20%2d1%2048%20C%2d1%2060%2c%203%2070%2c%209%2079%20C16%2087%2c%2026%2093%2c%2037%2096%20L37%2062%20L37%2062%20L27%2062%20L27%2062%20L27%2049%20L27%2049%20L37%2049%20L37%2049%20L37%2042%20L37%2042%20C37%2026%2c%2045%2019%2c%2060%2019%20C61%2019%2c%2063%2019%2c%2065%2019%20C67%2020%2c%2069%2020%2c%2069%2020%20L69%2032%20L69%2032%20C69%2032%2c%2067%2031%2c%2065%2031%20C60%2031%2c%2057%2032%2c%2056%2034%20C54%2036%2c%2053%2039%2c%2053%2043%20L53%2049%20L53%2049%20L69%2049%20L69%2049%20L66%2062%20L66%2062%20L53%2062%20L53%2062%20L53%2097%20L53%2097%20C66%2095%2c%2077%2090%2c%2085%2081%20C93%2072%2c%2097%2061%2c%2097%2048%20L97%2048Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_socialmediaButton1:active .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M97%2048%20C97%2039%2c%2095%2031%2c%2090%2025%20L90%2025%20L90%2025%20C86%2017%2c%2080%2010%2c%2071%206%20L71%206%20L71%206%20C65%202%2c%2057%200%2c%2048%20%2d1%20C39%200%2c%2031%202%2c%2025%206%20C16%2010%2c%2010%2017%2c%206%2025%20C1%2031%2c%20%2d1%2039%2c%20%2d1%2048%20C%2d1%2060%2c%203%2070%2c%209%2079%20C16%2087%2c%2026%2093%2c%2037%2096%20L37%2062%20L37%2062%20L27%2062%20L27%2062%20L27%2049%20L27%2049%20L37%2049%20L37%2049%20L37%2042%20L37%2042%20C37%2026%2c%2045%2019%2c%2060%2019%20C61%2019%2c%2063%2019%2c%2065%2019%20C67%2020%2c%2069%2020%2c%2069%2020%20L69%2032%20L69%2032%20C69%2032%2c%2067%2031%2c%2065%2031%20C60%2031%2c%2057%2032%2c%2056%2034%20C54%2036%2c%2053%2039%2c%2053%2043%20L53%2049%20L53%2049%20L69%2049%20L69%2049%20L66%2062%20L66%2062%20L53%2062%20L53%2062%20L53%2097%20L53%2097%20C66%2095%2c%2077%2090%2c%2085%2081%20C93%2072%2c%2097%2061%2c%2097%2048%20L97%2048Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_socialmediaButton1 .ui-corner-all, #wb_socialmediaButton1 .ui-corner-left
{
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
#wb_socialmediaButton1 .ui-corner-all, #wb_socialmediaButton1 .ui-corner-right
{
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
}
#socialmediaButton1
{
   transition: all 500ms ease-out 0ms;
}
#socialmediaButton1:hover
{
   transform: translate(-100px,0px) rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#wb_socialmediaButton1 .ui-button
{
   background-color: #3A579A;
   background-image: none;
   border: 0px solid #3A579A;
   color: #FFFFFF;
}
#wb_socialmediaButton1 .ui-state-hover, #wb_socialmediaButton1 .ui-button:hover
{
   border-color: #3A579A;
   background-color: #3A579A;
   background-image: none;
   color: #FFFFFF;
}
#wb_socialmediaButton1 .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_socialmediaButton1 .ui-state-active, #wb_socialmediaButton1 .ui-button:active
{
   border-color: #3A579A;
   background-color: #3A579A;
   background-image: none;
   color: #FFFFFF;
}
#socialmediaButton4
{
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 12px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_socialmediaButton4
{
   border-radius: 0px;
   margin: 0;
   vertical-align: top;
}
#socialmediaButton4
{
   box-sizing: border-box;
   padding: 0 0 0 48px;
   text-align: left;
}
#wb_socialmediaButton4 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: flex-start;
}
#socialmediaButton4
{
   color: inherit;
}
#wb_socialmediaButton4 .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M26%2091%20L7%2090%20L25%2090%20L6%2091%20L6%2033%20L6%2033%20L26%2033Z%20%20M15%2027%20C13%2027%2c%2010%2026%2c%208%2024%20L8%2024%20L8%2024%20C6%2022%2c%205%2020%2c%205%2016%20C5%2012%2c%207%209%2c%2010%207%20C14%205%2c%2018%205%2c%2022%207%20C25%209%2c%2027%2012%2c%2027%2016%20C27%2020%2c%2026%2022%2c%2024%2024%20C22%2026%2c%2019%2027%2c%2017%2027%20Z%20M90%2091%20L72%2090%20L90%2090%20L72%2091%20L72%2063%20L72%2063%20C72%2060%2c%2071%2056%2c%2070%2053%20C70%2051%2c%2067%2049%2c%2063%2049%20C60%2049%2c%2057%2050%2c%2056%2053%20C55%2056%2c%2054%2059%2c%2054%2063%20L54%2091%20L54%2091%20L35%2091%20L35%2091%20L35%2033%20L35%2033%20L54%2033%20L54%2033%20L54%2041%20L54%2041%20L52%2041%20L52%2041%20C53%2039%2c%2055%2037%2c%2058%2035%20C61%2033%2c%2065%2032%2c%2069%2032%20C78%2032%2c%2084%2035%2c%2087%2040%20C90%2045%2c%2091%2051%2c%2091%2059%20L91%2090Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   margin: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 24px;
   height: 24px;
}
#wb_socialmediaButton4:hover .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M26%2091%20L7%2090%20L25%2090%20L6%2091%20L6%2033%20L6%2033%20L26%2033Z%20%20M15%2027%20C13%2027%2c%2010%2026%2c%208%2024%20L8%2024%20L8%2024%20C6%2022%2c%205%2020%2c%205%2016%20C5%2012%2c%207%209%2c%2010%207%20C14%205%2c%2018%205%2c%2022%207%20C25%209%2c%2027%2012%2c%2027%2016%20C27%2020%2c%2026%2022%2c%2024%2024%20C22%2026%2c%2019%2027%2c%2017%2027%20Z%20M90%2091%20L72%2090%20L90%2090%20L72%2091%20L72%2063%20L72%2063%20C72%2060%2c%2071%2056%2c%2070%2053%20C70%2051%2c%2067%2049%2c%2063%2049%20C60%2049%2c%2057%2050%2c%2056%2053%20C55%2056%2c%2054%2059%2c%2054%2063%20L54%2091%20L54%2091%20L35%2091%20L35%2091%20L35%2033%20L35%2033%20L54%2033%20L54%2033%20L54%2041%20L54%2041%20L52%2041%20L52%2041%20C53%2039%2c%2055%2037%2c%2058%2035%20C61%2033%2c%2065%2032%2c%2069%2032%20C78%2032%2c%2084%2035%2c%2087%2040%20C90%2045%2c%2091%2051%2c%2091%2059%20L91%2090Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_socialmediaButton4:active .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M26%2091%20L7%2090%20L25%2090%20L6%2091%20L6%2033%20L6%2033%20L26%2033Z%20%20M15%2027%20C13%2027%2c%2010%2026%2c%208%2024%20L8%2024%20L8%2024%20C6%2022%2c%205%2020%2c%205%2016%20C5%2012%2c%207%209%2c%2010%207%20C14%205%2c%2018%205%2c%2022%207%20C25%209%2c%2027%2012%2c%2027%2016%20C27%2020%2c%2026%2022%2c%2024%2024%20C22%2026%2c%2019%2027%2c%2017%2027%20Z%20M90%2091%20L72%2090%20L90%2090%20L72%2091%20L72%2063%20L72%2063%20C72%2060%2c%2071%2056%2c%2070%2053%20C70%2051%2c%2067%2049%2c%2063%2049%20C60%2049%2c%2057%2050%2c%2056%2053%20C55%2056%2c%2054%2059%2c%2054%2063%20L54%2091%20L54%2091%20L35%2091%20L35%2091%20L35%2033%20L35%2033%20L54%2033%20L54%2033%20L54%2041%20L54%2041%20L52%2041%20L52%2041%20C53%2039%2c%2055%2037%2c%2058%2035%20C61%2033%2c%2065%2032%2c%2069%2032%20C78%2032%2c%2084%2035%2c%2087%2040%20C90%2045%2c%2091%2051%2c%2091%2059%20L91%2090Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_socialmediaButton4 .ui-corner-all, #wb_socialmediaButton4 .ui-corner-left
{
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
#wb_socialmediaButton4 .ui-corner-all, #wb_socialmediaButton4 .ui-corner-right
{
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
}
#socialmediaButton4
{
   transition: all 500ms ease-out 0ms;
}
#socialmediaButton4:hover
{
   transform: translate(-100px,0px) rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#wb_socialmediaButton4 .ui-button
{
   background-color: #2290C6;
   background-image: none;
   border: 0px solid #2290C6;
   color: #FFFFFF;
}
#wb_socialmediaButton4 .ui-state-hover, #wb_socialmediaButton4 .ui-button:hover
{
   border-color: #2290C6;
   background-color: #2290C6;
   background-image: none;
   color: #FFFFFF;
}
#wb_socialmediaButton4 .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_socialmediaButton4 .ui-state-active, #wb_socialmediaButton4 .ui-button:active
{
   border-color: #2290C6;
   background-color: #2290C6;
   background-image: none;
   color: #FFFFFF;
}
#socialmediaButton5
{
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 12px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_socialmediaButton5
{
   border-radius: 0px;
   margin: 0;
   vertical-align: top;
}
#socialmediaButton5
{
   box-sizing: border-box;
   padding: 0 0 0 48px;
   text-align: left;
}
#wb_socialmediaButton5 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: flex-start;
}
#socialmediaButton5
{
   color: inherit;
}
#wb_socialmediaButton5 .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M98%2024%20C97%2018%2c%2093%2015%2c%2088%2013%20C85%2013%2c%2080%2012%2c%2074%2012%20C68%2012%2c%2062%2012%2c%2056%2011%20C51%2011%2c%2048%2011%2c%2048%2011%20C48%2011%2c%2045%2011%2c%2040%2011%20C34%2012%2c%2028%2012%2c%2022%2012%20C15%2012%2c%2011%2013%2c%208%2013%20C3%2015%2c%20%2d1%2018%2c%20%2d2%2023%20C%2d3%2026%2c%20%2d3%2030%2c%20%2d4%2033%20C%2d4%2037%2c%20%2d4%2041%2c%20%2d4%2044%20C%2d4%2047%2c%20%2d4%2048%2c%20%2d4%2048%20C%2d4%2049%2c%20%2d4%2050%2c%20%2d4%2053%20C%2d4%2056%2c%20%2d4%2059%2c%20%2d4%2063%20C%2d3%2067%2c%20%2d3%2071%2c%20%2d2%2073%20C%2d1%2078%2c%203%2082%2c%208%2083%20C11%2084%2c%2015%2084%2c%2022%2085%20C28%2085%2c%2034%2085%2c%2039%2085%20C45%2085%2c%2048%2085%2c%2048%2085%20C48%2085%2c%2048%2085%2c%2048%2085%20C48%2085%2c%2051%2085%2c%2057%2085%20C62%2085%2c%2068%2085%2c%2074%2085%20C80%2084%2c%2085%2084%2c%2088%2083%20C93%2082%2c%2097%2078%2c%2098%2073%20C99%2071%2c%2099%2067%2c%20100%2063%20C100%2060%2c%20100%2056%2c%20100%2053%20C100%2050%2c%20100%2049%2c%20100%2048%20C100%2048%2c%20100%2047%2c%20100%2044%20C100%2041%2c%20100%2037%2c%20100%2033%20C99%2030%2c%2099%2026%2c%2098%2023%20Z%20M39%2064%20L38%2033%20L38%2064%20L39%2034%20L63%2048%20L63%2048%20L38%2063Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   margin: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 24px;
   height: 24px;
}
#wb_socialmediaButton5:hover .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M98%2024%20C97%2018%2c%2093%2015%2c%2088%2013%20C85%2013%2c%2080%2012%2c%2074%2012%20C68%2012%2c%2062%2012%2c%2056%2011%20C51%2011%2c%2048%2011%2c%2048%2011%20C48%2011%2c%2045%2011%2c%2040%2011%20C34%2012%2c%2028%2012%2c%2022%2012%20C15%2012%2c%2011%2013%2c%208%2013%20C3%2015%2c%20%2d1%2018%2c%20%2d2%2023%20C%2d3%2026%2c%20%2d3%2030%2c%20%2d4%2033%20C%2d4%2037%2c%20%2d4%2041%2c%20%2d4%2044%20C%2d4%2047%2c%20%2d4%2048%2c%20%2d4%2048%20C%2d4%2049%2c%20%2d4%2050%2c%20%2d4%2053%20C%2d4%2056%2c%20%2d4%2059%2c%20%2d4%2063%20C%2d3%2067%2c%20%2d3%2071%2c%20%2d2%2073%20C%2d1%2078%2c%203%2082%2c%208%2083%20C11%2084%2c%2015%2084%2c%2022%2085%20C28%2085%2c%2034%2085%2c%2039%2085%20C45%2085%2c%2048%2085%2c%2048%2085%20C48%2085%2c%2048%2085%2c%2048%2085%20C48%2085%2c%2051%2085%2c%2057%2085%20C62%2085%2c%2068%2085%2c%2074%2085%20C80%2084%2c%2085%2084%2c%2088%2083%20C93%2082%2c%2097%2078%2c%2098%2073%20C99%2071%2c%2099%2067%2c%20100%2063%20C100%2060%2c%20100%2056%2c%20100%2053%20C100%2050%2c%20100%2049%2c%20100%2048%20C100%2048%2c%20100%2047%2c%20100%2044%20C100%2041%2c%20100%2037%2c%20100%2033%20C99%2030%2c%2099%2026%2c%2098%2023%20Z%20M39%2064%20L38%2033%20L38%2064%20L39%2034%20L63%2048%20L63%2048%20L38%2063Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_socialmediaButton5:active .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M98%2024%20C97%2018%2c%2093%2015%2c%2088%2013%20C85%2013%2c%2080%2012%2c%2074%2012%20C68%2012%2c%2062%2012%2c%2056%2011%20C51%2011%2c%2048%2011%2c%2048%2011%20C48%2011%2c%2045%2011%2c%2040%2011%20C34%2012%2c%2028%2012%2c%2022%2012%20C15%2012%2c%2011%2013%2c%208%2013%20C3%2015%2c%20%2d1%2018%2c%20%2d2%2023%20C%2d3%2026%2c%20%2d3%2030%2c%20%2d4%2033%20C%2d4%2037%2c%20%2d4%2041%2c%20%2d4%2044%20C%2d4%2047%2c%20%2d4%2048%2c%20%2d4%2048%20C%2d4%2049%2c%20%2d4%2050%2c%20%2d4%2053%20C%2d4%2056%2c%20%2d4%2059%2c%20%2d4%2063%20C%2d3%2067%2c%20%2d3%2071%2c%20%2d2%2073%20C%2d1%2078%2c%203%2082%2c%208%2083%20C11%2084%2c%2015%2084%2c%2022%2085%20C28%2085%2c%2034%2085%2c%2039%2085%20C45%2085%2c%2048%2085%2c%2048%2085%20C48%2085%2c%2048%2085%2c%2048%2085%20C48%2085%2c%2051%2085%2c%2057%2085%20C62%2085%2c%2068%2085%2c%2074%2085%20C80%2084%2c%2085%2084%2c%2088%2083%20C93%2082%2c%2097%2078%2c%2098%2073%20C99%2071%2c%2099%2067%2c%20100%2063%20C100%2060%2c%20100%2056%2c%20100%2053%20C100%2050%2c%20100%2049%2c%20100%2048%20C100%2048%2c%20100%2047%2c%20100%2044%20C100%2041%2c%20100%2037%2c%20100%2033%20C99%2030%2c%2099%2026%2c%2098%2023%20Z%20M39%2064%20L38%2033%20L38%2064%20L39%2034%20L63%2048%20L63%2048%20L38%2063Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_socialmediaButton5 .ui-corner-all, #wb_socialmediaButton5 .ui-corner-left
{
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
#wb_socialmediaButton5 .ui-corner-all, #wb_socialmediaButton5 .ui-corner-right
{
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
}
#socialmediaButton5
{
   transition: all 500ms ease-out 0ms;
}
#socialmediaButton5:hover
{
   transform: translate(-100px,0px) rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#wb_socialmediaButton5 .ui-button
{
   background-color: #D72A25;
   background-image: none;
   border: 0px solid #D72A25;
   color: #FFFFFF;
}
#wb_socialmediaButton5 .ui-state-hover, #wb_socialmediaButton5 .ui-button:hover
{
   border-color: #D72A25;
   background-color: #D72A25;
   background-image: none;
   color: #FFFFFF;
}
#wb_socialmediaButton5 .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_socialmediaButton5 .ui-state-active, #wb_socialmediaButton5 .ui-button:active
{
   border-color: #D72A25;
   background-color: #D72A25;
   background-image: none;
   color: #FFFFFF;
}
#socialmediaButton6
{
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 12px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_socialmediaButton6
{
   border-radius: 0px;
   margin: 0;
   vertical-align: top;
}
#socialmediaButton6
{
   box-sizing: border-box;
   padding: 0 0 0 48px;
   text-align: left;
}
#wb_socialmediaButton6 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: flex-start;
}
#socialmediaButton6
{
   color: inherit;
}
#wb_socialmediaButton6 .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M78%2019%20C70%2010%2c%2060%206%2c%2048%205%20C40%206%2c%2033%207%2c%2027%2011%20C20%2015%2c%2015%2020%2c%2011%2027%20C7%2033%2c%205%2040%2c%205%2048%20C5%2056%2c%207%2063%2c%2011%2069%20L5%2091%20L5%2091%20L28%2085%20L28%2085%20C34%2089%2c%2041%2091%2c%2048%2091%20L48%2091%20L48%2091%20C56%2090%2c%2063%2088%2c%2069%2085%20C76%2081%2c%2081%2076%2c%2085%2069%20C89%2063%2c%2091%2056%2c%2091%2047%20C91%2042%2c%2090%2037%2c%2087%2031%20C85%2026%2c%2082%2022%2c%2078%2018%20Z%20M49%2083%20C42%2082%2c%2036%2080%2c%2031%2077%20L29%2076%20L29%2076%20L17%2079%20L17%2079%20L21%2068%20L21%2068%20L20%2066%20L20%2066%20C16%2060%2c%2014%2054%2c%2014%2048%20C15%2038%2c%2018%2030%2c%2024%2024%20C31%2018%2c%2039%2014%2c%2048%2014%20C57%2014%2c%2065%2017%2c%2071%2023%20C78%2031%2c%2082%2039%2c%2082%2048%20C82%2057%2c%2078%2066%2c%2072%2073%20C65%2078%2c%2058%2082%2c%2048%2082%20Z%20M68%2057%20C67%2056%2c%2066%2055%2c%2064%2054%20L64%2054%20L64%2054%20C62%2053%2c%2061%2053%2c%2060%2053%20C59%2052%2c%2058%2052%2c%2057%2053%20C56%2054%2c%2056%2055%2c%2055%2056%20C54%2056%2c%2054%2057%2c%2053%2057%20C53%2058%2c%2053%2058%2c%2052%2057%20C49%2056%2c%2047%2054%2c%2045%2053%20C43%2051%2c%2041%2049%2c%2039%2045%20C38%2045%2c%2039%2044%2c%2039%2044%20C40%2043%2c%2041%2042%2c%2042%2040%20C42%2040%2c%2042%2039%2c%2042%2038%20C41%2038%2c%2041%2037%2c%2041%2036%20C41%2035%2c%2040%2034%2c%2040%2033%20C39%2032%2c%2039%2031%2c%2038%2030%20C37%2028%2c%2036%2028%2c%2035%2028%20C35%2028%2c%2035%2028%2c%2035%2028%20C35%2028%2c%2034%2028%2c%2033%2028%20C32%2028%2c%2031%2028%2c%2029%2029%20C29%2030%2c%2029%2030%2c%2029%2030%20C29%2030%2c%2028%2031%2c%2027%2033%20C26%2034%2c%2026%2036%2c%2026%2039%20C26%2041%2c%2027%2044%2c%2028%2046%20C29%2048%2c%2030%2050%2c%2030%2050%20C30%2050%2c%2030%2050%2c%2030%2050%20C30%2050%2c%2030%2050%2c%2030%2050%20C31%2052%2c%2033%2054%2c%2036%2057%20C39%2061%2c%2043%2064%2c%2048%2066%20C52%2067%2c%2054%2068%2c%2056%2069%20C58%2069%2c%2060%2069%2c%2061%2069%20C63%2068%2c%2064%2068%2c%2066%2067%20C67%2066%2c%2069%2065%2c%2069%2063%20C70%2060%2c%2070%2058%2c%2070%2057%20C70%2057%2c%2069%2056%2c%2068%2056%20C68%2056%2c%2068%2056%2c%2068%2056%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   margin: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 24px;
   height: 24px;
}
#wb_socialmediaButton6:hover .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M78%2019%20C70%2010%2c%2060%206%2c%2048%205%20C40%206%2c%2033%207%2c%2027%2011%20C20%2015%2c%2015%2020%2c%2011%2027%20C7%2033%2c%205%2040%2c%205%2048%20C5%2056%2c%207%2063%2c%2011%2069%20L5%2091%20L5%2091%20L28%2085%20L28%2085%20C34%2089%2c%2041%2091%2c%2048%2091%20L48%2091%20L48%2091%20C56%2090%2c%2063%2088%2c%2069%2085%20C76%2081%2c%2081%2076%2c%2085%2069%20C89%2063%2c%2091%2056%2c%2091%2047%20C91%2042%2c%2090%2037%2c%2087%2031%20C85%2026%2c%2082%2022%2c%2078%2018%20Z%20M49%2083%20C42%2082%2c%2036%2080%2c%2031%2077%20L29%2076%20L29%2076%20L17%2079%20L17%2079%20L21%2068%20L21%2068%20L20%2066%20L20%2066%20C16%2060%2c%2014%2054%2c%2014%2048%20C15%2038%2c%2018%2030%2c%2024%2024%20C31%2018%2c%2039%2014%2c%2048%2014%20C57%2014%2c%2065%2017%2c%2071%2023%20C78%2031%2c%2082%2039%2c%2082%2048%20C82%2057%2c%2078%2066%2c%2072%2073%20C65%2078%2c%2058%2082%2c%2048%2082%20Z%20M68%2057%20C67%2056%2c%2066%2055%2c%2064%2054%20L64%2054%20L64%2054%20C62%2053%2c%2061%2053%2c%2060%2053%20C59%2052%2c%2058%2052%2c%2057%2053%20C56%2054%2c%2056%2055%2c%2055%2056%20C54%2056%2c%2054%2057%2c%2053%2057%20C53%2058%2c%2053%2058%2c%2052%2057%20C49%2056%2c%2047%2054%2c%2045%2053%20C43%2051%2c%2041%2049%2c%2039%2045%20C38%2045%2c%2039%2044%2c%2039%2044%20C40%2043%2c%2041%2042%2c%2042%2040%20C42%2040%2c%2042%2039%2c%2042%2038%20C41%2038%2c%2041%2037%2c%2041%2036%20C41%2035%2c%2040%2034%2c%2040%2033%20C39%2032%2c%2039%2031%2c%2038%2030%20C37%2028%2c%2036%2028%2c%2035%2028%20C35%2028%2c%2035%2028%2c%2035%2028%20C35%2028%2c%2034%2028%2c%2033%2028%20C32%2028%2c%2031%2028%2c%2029%2029%20C29%2030%2c%2029%2030%2c%2029%2030%20C29%2030%2c%2028%2031%2c%2027%2033%20C26%2034%2c%2026%2036%2c%2026%2039%20C26%2041%2c%2027%2044%2c%2028%2046%20C29%2048%2c%2030%2050%2c%2030%2050%20C30%2050%2c%2030%2050%2c%2030%2050%20C30%2050%2c%2030%2050%2c%2030%2050%20C31%2052%2c%2033%2054%2c%2036%2057%20C39%2061%2c%2043%2064%2c%2048%2066%20C52%2067%2c%2054%2068%2c%2056%2069%20C58%2069%2c%2060%2069%2c%2061%2069%20C63%2068%2c%2064%2068%2c%2066%2067%20C67%2066%2c%2069%2065%2c%2069%2063%20C70%2060%2c%2070%2058%2c%2070%2057%20C70%2057%2c%2069%2056%2c%2068%2056%20C68%2056%2c%2068%2056%2c%2068%2056%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_socialmediaButton6:active .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M78%2019%20C70%2010%2c%2060%206%2c%2048%205%20C40%206%2c%2033%207%2c%2027%2011%20C20%2015%2c%2015%2020%2c%2011%2027%20C7%2033%2c%205%2040%2c%205%2048%20C5%2056%2c%207%2063%2c%2011%2069%20L5%2091%20L5%2091%20L28%2085%20L28%2085%20C34%2089%2c%2041%2091%2c%2048%2091%20L48%2091%20L48%2091%20C56%2090%2c%2063%2088%2c%2069%2085%20C76%2081%2c%2081%2076%2c%2085%2069%20C89%2063%2c%2091%2056%2c%2091%2047%20C91%2042%2c%2090%2037%2c%2087%2031%20C85%2026%2c%2082%2022%2c%2078%2018%20Z%20M49%2083%20C42%2082%2c%2036%2080%2c%2031%2077%20L29%2076%20L29%2076%20L17%2079%20L17%2079%20L21%2068%20L21%2068%20L20%2066%20L20%2066%20C16%2060%2c%2014%2054%2c%2014%2048%20C15%2038%2c%2018%2030%2c%2024%2024%20C31%2018%2c%2039%2014%2c%2048%2014%20C57%2014%2c%2065%2017%2c%2071%2023%20C78%2031%2c%2082%2039%2c%2082%2048%20C82%2057%2c%2078%2066%2c%2072%2073%20C65%2078%2c%2058%2082%2c%2048%2082%20Z%20M68%2057%20C67%2056%2c%2066%2055%2c%2064%2054%20L64%2054%20L64%2054%20C62%2053%2c%2061%2053%2c%2060%2053%20C59%2052%2c%2058%2052%2c%2057%2053%20C56%2054%2c%2056%2055%2c%2055%2056%20C54%2056%2c%2054%2057%2c%2053%2057%20C53%2058%2c%2053%2058%2c%2052%2057%20C49%2056%2c%2047%2054%2c%2045%2053%20C43%2051%2c%2041%2049%2c%2039%2045%20C38%2045%2c%2039%2044%2c%2039%2044%20C40%2043%2c%2041%2042%2c%2042%2040%20C42%2040%2c%2042%2039%2c%2042%2038%20C41%2038%2c%2041%2037%2c%2041%2036%20C41%2035%2c%2040%2034%2c%2040%2033%20C39%2032%2c%2039%2031%2c%2038%2030%20C37%2028%2c%2036%2028%2c%2035%2028%20C35%2028%2c%2035%2028%2c%2035%2028%20C35%2028%2c%2034%2028%2c%2033%2028%20C32%2028%2c%2031%2028%2c%2029%2029%20C29%2030%2c%2029%2030%2c%2029%2030%20C29%2030%2c%2028%2031%2c%2027%2033%20C26%2034%2c%2026%2036%2c%2026%2039%20C26%2041%2c%2027%2044%2c%2028%2046%20C29%2048%2c%2030%2050%2c%2030%2050%20C30%2050%2c%2030%2050%2c%2030%2050%20C30%2050%2c%2030%2050%2c%2030%2050%20C31%2052%2c%2033%2054%2c%2036%2057%20C39%2061%2c%2043%2064%2c%2048%2066%20C52%2067%2c%2054%2068%2c%2056%2069%20C58%2069%2c%2060%2069%2c%2061%2069%20C63%2068%2c%2064%2068%2c%2066%2067%20C67%2066%2c%2069%2065%2c%2069%2063%20C70%2060%2c%2070%2058%2c%2070%2057%20C70%2057%2c%2069%2056%2c%2068%2056%20C68%2056%2c%2068%2056%2c%2068%2056%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_socialmediaButton6 .ui-corner-all, #wb_socialmediaButton6 .ui-corner-left
{
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
#wb_socialmediaButton6 .ui-corner-all, #wb_socialmediaButton6 .ui-corner-right
{
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
}
#socialmediaButton6
{
   transition: all 500ms ease-out 0ms;
}
#socialmediaButton6:hover
{
   transform: translate(-100px,0px) rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#wb_socialmediaButton6 .ui-button
{
   background-color: #00FF00;
   background-image: none;
   border: 0px solid #00B3EC;
   color: #FFFFFF;
}
#wb_socialmediaButton6 .ui-state-hover, #wb_socialmediaButton6 .ui-button:hover
{
   border-color: #00B3EC;
   background-color: #00B3EC;
   background-image: none;
   color: #FFFFFF;
}
#wb_socialmediaButton6 .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_socialmediaButton6 .ui-state-active, #wb_socialmediaButton6 .ui-button:active
{
   border-color: #00B3EC;
   background-color: #00B3EC;
   background-image: none;
   color: #FFFFFF;
}
#socialmediaButton7
{
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 12px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_socialmediaButton7
{
   border-radius: 0px;
   margin: 0;
   vertical-align: top;
}
#socialmediaButton7
{
   box-sizing: border-box;
   padding: 0 0 0 48px;
   text-align: left;
}
#wb_socialmediaButton7 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: flex-start;
}
#socialmediaButton7
{
   color: inherit;
}
#wb_socialmediaButton7 .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%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%2021%20C36%2018%2c%2037%2015%2c%2040%2013%20L40%2013%20L40%2013%20C42%2010%2c%2045%209%2c%2048%209%20C51%209%2c%2054%2010%2c%2056%2013%20C59%2015%2c%2060%2018%2c%2060%2021%20L60%2030%20L60%2030%20L36%2030%20L36%2030%20L36%2021Z%20%20M27%2030%20L15%2030%20L27%2030%20L15%2030%20C12%2030%2c%2010%2031%2c%209%2033%20C7%2034%2c%206%2037%2c%206%2039%20L6%2078%20L6%2078%20C6%2083%2c%208%2087%2c%2011%2091%20C15%2094%2c%2019%2096%2c%2024%2096%20L72%2096%20L72%2096%20C77%2096%2c%2081%2094%2c%2085%2091%20C88%2087%2c%2090%2083%2c%2090%2078%20L90%2039%20L90%2039%20C90%2037%2c%2089%2034%2c%2087%2033%20C86%2031%2c%2083%2030%2c%2081%2030%20L69%2030%20L69%2030%20L69%2021%20L69%2021%20C69%2015%2c%2067%2010%2c%2063%206%20C59%202%2c%2054%200%2c%2048%200%20C42%200%2c%2037%202%2c%2033%206%20C29%2010%2c%2027%2015%2c%2027%2021%20L27%2030Z%20%20M31%2039%20C34%2039%2c%2036%2041%2c%2036%2044%20C36%2046%2c%2034%2048%2c%2031%2048%20C29%2048%2c%2027%2046%2c%2027%2044%20C27%2041%2c%2029%2039%2c%2031%2039%20Z%20M60%2044%20C60%2041%2c%2062%2039%2c%2064%2039%20C67%2039%2c%2069%2041%2c%2069%2044%20C69%2046%2c%2067%2048%2c%2064%2048%20C62%2048%2c%2060%2046%2c%2060%2044%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   margin: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 24px;
   height: 24px;
}
#wb_socialmediaButton7:hover .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%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%2021%20C36%2018%2c%2037%2015%2c%2040%2013%20L40%2013%20L40%2013%20C42%2010%2c%2045%209%2c%2048%209%20C51%209%2c%2054%2010%2c%2056%2013%20C59%2015%2c%2060%2018%2c%2060%2021%20L60%2030%20L60%2030%20L36%2030%20L36%2030%20L36%2021Z%20%20M27%2030%20L15%2030%20L27%2030%20L15%2030%20C12%2030%2c%2010%2031%2c%209%2033%20C7%2034%2c%206%2037%2c%206%2039%20L6%2078%20L6%2078%20C6%2083%2c%208%2087%2c%2011%2091%20C15%2094%2c%2019%2096%2c%2024%2096%20L72%2096%20L72%2096%20C77%2096%2c%2081%2094%2c%2085%2091%20C88%2087%2c%2090%2083%2c%2090%2078%20L90%2039%20L90%2039%20C90%2037%2c%2089%2034%2c%2087%2033%20C86%2031%2c%2083%2030%2c%2081%2030%20L69%2030%20L69%2030%20L69%2021%20L69%2021%20C69%2015%2c%2067%2010%2c%2063%206%20C59%202%2c%2054%200%2c%2048%200%20C42%200%2c%2037%202%2c%2033%206%20C29%2010%2c%2027%2015%2c%2027%2021%20L27%2030Z%20%20M31%2039%20C34%2039%2c%2036%2041%2c%2036%2044%20C36%2046%2c%2034%2048%2c%2031%2048%20C29%2048%2c%2027%2046%2c%2027%2044%20C27%2041%2c%2029%2039%2c%2031%2039%20Z%20M60%2044%20C60%2041%2c%2062%2039%2c%2064%2039%20C67%2039%2c%2069%2041%2c%2069%2044%20C69%2046%2c%2067%2048%2c%2064%2048%20C62%2048%2c%2060%2046%2c%2060%2044%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_socialmediaButton7:active .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%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%2021%20C36%2018%2c%2037%2015%2c%2040%2013%20L40%2013%20L40%2013%20C42%2010%2c%2045%209%2c%2048%209%20C51%209%2c%2054%2010%2c%2056%2013%20C59%2015%2c%2060%2018%2c%2060%2021%20L60%2030%20L60%2030%20L36%2030%20L36%2030%20L36%2021Z%20%20M27%2030%20L15%2030%20L27%2030%20L15%2030%20C12%2030%2c%2010%2031%2c%209%2033%20C7%2034%2c%206%2037%2c%206%2039%20L6%2078%20L6%2078%20C6%2083%2c%208%2087%2c%2011%2091%20C15%2094%2c%2019%2096%2c%2024%2096%20L72%2096%20L72%2096%20C77%2096%2c%2081%2094%2c%2085%2091%20C88%2087%2c%2090%2083%2c%2090%2078%20L90%2039%20L90%2039%20C90%2037%2c%2089%2034%2c%2087%2033%20C86%2031%2c%2083%2030%2c%2081%2030%20L69%2030%20L69%2030%20L69%2021%20L69%2021%20C69%2015%2c%2067%2010%2c%2063%206%20C59%202%2c%2054%200%2c%2048%200%20C42%200%2c%2037%202%2c%2033%206%20C29%2010%2c%2027%2015%2c%2027%2021%20L27%2030Z%20%20M31%2039%20C34%2039%2c%2036%2041%2c%2036%2044%20C36%2046%2c%2034%2048%2c%2031%2048%20C29%2048%2c%2027%2046%2c%2027%2044%20C27%2041%2c%2029%2039%2c%2031%2039%20Z%20M60%2044%20C60%2041%2c%2062%2039%2c%2064%2039%20C67%2039%2c%2069%2041%2c%2069%2044%20C69%2046%2c%2067%2048%2c%2064%2048%20C62%2048%2c%2060%2046%2c%2060%2044%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_socialmediaButton7 .ui-corner-all, #wb_socialmediaButton7 .ui-corner-left
{
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
#wb_socialmediaButton7 .ui-corner-all, #wb_socialmediaButton7 .ui-corner-right
{
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
}
#socialmediaButton7
{
   transition: all 500ms ease-out 0ms;
}
#socialmediaButton7:hover
{
   transform: translate(-100px,0px) rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#wb_socialmediaButton7 .ui-button
{
   background-color: #FE7C00;
   background-image: none;
   border: 0px solid #FE7C00;
   color: #FFFFFF;
}
#wb_socialmediaButton7 .ui-state-hover, #wb_socialmediaButton7 .ui-button:hover
{
   border-color: #FE7C00;
   background-color: #FE7C00;
   background-image: none;
   color: #FFFFFF;
}
#wb_socialmediaButton7 .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_socialmediaButton7 .ui-state-active, #wb_socialmediaButton7 .ui-button:active
{
   border-color: #FE7C00;
   background-color: #FE7C00;
   background-image: none;
   color: #FFFFFF;
}
#socialmediaButton8
{
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 12px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_socialmediaButton8
{
   border-radius: 0px;
   margin: 0;
   vertical-align: top;
}
#socialmediaButton8
{
   box-sizing: border-box;
   padding: 0 0 0 48px;
   text-align: left;
}
#wb_socialmediaButton8 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: flex-start;
}
#socialmediaButton8
{
   color: inherit;
}
#wb_socialmediaButton8 .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M24%2029%20L24%2030%20L24%2029%20L24%2030%20L15%2030%20L15%2030%20L15%2029%20L15%2029%20C15%2020%2c%2018%2014%2c%2023%209%20C29%203%2c%2035%200%2c%2043%200%20L52%200%20L52%200%20C61%200%2c%2067%203%2c%2073%209%20C78%2014%2c%2081%2020%2c%2081%2029%20L81%2030%20L81%2030%20L72%2030%20L72%2030%20L72%2029%20L72%2029%20C72%2023%2c%2070%2018%2c%2066%2015%20C63%2011%2c%2058%209%2c%2052%209%20L43%209%20L43%209%20C38%209%2c%2033%2011%2c%2030%2015%20C26%2018%2c%2024%2023%2c%2024%2029%20Z%20M6%2042%20C6%2040%2c%207%2039%2c%208%2038%20L8%2038%20L8%2038%20C9%2037%2c%2010%2036%2c%2012%2036%20L84%2036%20L84%2036%20C86%2036%2c%2087%2037%2c%2088%2038%20C89%2039%2c%2090%2040%2c%2090%2042%20C90%2044%2c%2089%2045%2c%2088%2046%20C87%2048%2c%2086%2048%2c%2084%2048%20L83%2048%20L83%2048%20L79%2088%20L79%2088%20C79%2090%2c%2078%2092%2c%2076%2094%20C74%2095%2c%2072%2096%2c%2070%2096%20L26%2096%20L26%2096%20C24%2096%2c%2022%2095%2c%2020%2094%20C18%2092%2c%2017%2090%2c%2017%2088%20L13%2048%20L13%2048%20L12%2048%20L12%2048%20C10%2048%2c%209%2048%2c%208%2046%20C7%2045%2c%206%2044%2c%206%2042%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   margin: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 24px;
   height: 24px;
}
#wb_socialmediaButton8:hover .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M24%2029%20L24%2030%20L24%2029%20L24%2030%20L15%2030%20L15%2030%20L15%2029%20L15%2029%20C15%2020%2c%2018%2014%2c%2023%209%20C29%203%2c%2035%200%2c%2043%200%20L52%200%20L52%200%20C61%200%2c%2067%203%2c%2073%209%20C78%2014%2c%2081%2020%2c%2081%2029%20L81%2030%20L81%2030%20L72%2030%20L72%2030%20L72%2029%20L72%2029%20C72%2023%2c%2070%2018%2c%2066%2015%20C63%2011%2c%2058%209%2c%2052%209%20L43%209%20L43%209%20C38%209%2c%2033%2011%2c%2030%2015%20C26%2018%2c%2024%2023%2c%2024%2029%20Z%20M6%2042%20C6%2040%2c%207%2039%2c%208%2038%20L8%2038%20L8%2038%20C9%2037%2c%2010%2036%2c%2012%2036%20L84%2036%20L84%2036%20C86%2036%2c%2087%2037%2c%2088%2038%20C89%2039%2c%2090%2040%2c%2090%2042%20C90%2044%2c%2089%2045%2c%2088%2046%20C87%2048%2c%2086%2048%2c%2084%2048%20L83%2048%20L83%2048%20L79%2088%20L79%2088%20C79%2090%2c%2078%2092%2c%2076%2094%20C74%2095%2c%2072%2096%2c%2070%2096%20L26%2096%20L26%2096%20C24%2096%2c%2022%2095%2c%2020%2094%20C18%2092%2c%2017%2090%2c%2017%2088%20L13%2048%20L13%2048%20L12%2048%20L12%2048%20C10%2048%2c%209%2048%2c%208%2046%20C7%2045%2c%206%2044%2c%206%2042%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_socialmediaButton8:active .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M24%2029%20L24%2030%20L24%2029%20L24%2030%20L15%2030%20L15%2030%20L15%2029%20L15%2029%20C15%2020%2c%2018%2014%2c%2023%209%20C29%203%2c%2035%200%2c%2043%200%20L52%200%20L52%200%20C61%200%2c%2067%203%2c%2073%209%20C78%2014%2c%2081%2020%2c%2081%2029%20L81%2030%20L81%2030%20L72%2030%20L72%2030%20L72%2029%20L72%2029%20C72%2023%2c%2070%2018%2c%2066%2015%20C63%2011%2c%2058%209%2c%2052%209%20L43%209%20L43%209%20C38%209%2c%2033%2011%2c%2030%2015%20C26%2018%2c%2024%2023%2c%2024%2029%20Z%20M6%2042%20C6%2040%2c%207%2039%2c%208%2038%20L8%2038%20L8%2038%20C9%2037%2c%2010%2036%2c%2012%2036%20L84%2036%20L84%2036%20C86%2036%2c%2087%2037%2c%2088%2038%20C89%2039%2c%2090%2040%2c%2090%2042%20C90%2044%2c%2089%2045%2c%2088%2046%20C87%2048%2c%2086%2048%2c%2084%2048%20L83%2048%20L83%2048%20L79%2088%20L79%2088%20C79%2090%2c%2078%2092%2c%2076%2094%20C74%2095%2c%2072%2096%2c%2070%2096%20L26%2096%20L26%2096%20C24%2096%2c%2022%2095%2c%2020%2094%20C18%2092%2c%2017%2090%2c%2017%2088%20L13%2048%20L13%2048%20L12%2048%20L12%2048%20C10%2048%2c%209%2048%2c%208%2046%20C7%2045%2c%206%2044%2c%206%2042%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_socialmediaButton8 .ui-corner-all, #wb_socialmediaButton8 .ui-corner-left
{
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
#wb_socialmediaButton8 .ui-corner-all, #wb_socialmediaButton8 .ui-corner-right
{
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
}
#socialmediaButton8
{
   transition: all 500ms ease-out 0ms;
}
#socialmediaButton8:hover
{
   transform: translate(-100px,0px) rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#wb_socialmediaButton8 .ui-button
{
   background-color: #00FF00;
   background-image: none;
   border: 0px solid #726B72;
   color: #FFFFFF;
}
#wb_socialmediaButton8 .ui-state-hover, #wb_socialmediaButton8 .ui-button:hover
{
   border-color: #726B72;
   background-color: #726B72;
   background-image: none;
   color: #FFFFFF;
}
#wb_socialmediaButton8 .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_socialmediaButton8 .ui-state-active, #wb_socialmediaButton8 .ui-button:active
{
   border-color: #726B72;
   background-color: #726B72;
   background-image: none;
   color: #FFFFFF;
}
#ThemeableButton1
{
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 12px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_ThemeableButton1
{
   border-radius: 0px;
   margin: 0;
   vertical-align: top;
}
#ThemeableButton1
{
   box-sizing: border-box;
   padding: 0 0 0 48px;
   text-align: left;
}
#wb_ThemeableButton1 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: flex-start;
}
#ThemeableButton1
{
   color: inherit;
}
#wb_ThemeableButton1 .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M13%2021%20C11%2021%2c%2010%2022%2c%2010%2023%20L10%2027%20L10%2027%20L42%2054%20L42%2054%20C44%2055%2c%2046%2056%2c%2048%2056%20C50%2056%2c%2052%2055%2c%2054%2053%20L86%2027%20L86%2027%20L86%2024%20L86%2024%20C86%2022%2c%2085%2022%2c%2084%2022%20L13%2022Z%20%20M10%2039%20L9%2072%20L9%2039%20L10%2072%20C10%2073%2c%2011%2074%2c%2012%2074%20L84%2074%20L84%2074%20C85%2074%2c%2086%2073%2c%2086%2072%20L86%2040%20L86%2040%20L61%2062%20L61%2062%20C57%2065%2c%2053%2067%2c%2048%2067%20C43%2067%2c%2039%2065%2c%2035%2062%20L9%2040Z%20%20M%2d1%2024%20C%2d1%2020%2c%200%2017%2c%203%2014%20L3%2014%20L3%2014%20C5%2012%2c%208%2011%2c%2012%2011%20L84%2011%20L84%2011%20C88%2011%2c%2091%2012%2c%2093%2014%20C96%2017%2c%2097%2020%2c%2097%2024%20L97%2071%20L97%2071%20C97%2075%2c%2096%2078%2c%2093%2081%20C91%2083%2c%2088%2084%2c%2084%2085%20L12%2085%20L12%2085%20C8%2084%2c%205%2083%2c%203%2081%20C0%2078%2c%20%2d1%2075%2c%20%2d1%2072%20L%2d1%2024Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   margin: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 24px;
   height: 24px;
}
#wb_ThemeableButton1:hover .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M13%2021%20C11%2021%2c%2010%2022%2c%2010%2023%20L10%2027%20L10%2027%20L42%2054%20L42%2054%20C44%2055%2c%2046%2056%2c%2048%2056%20C50%2056%2c%2052%2055%2c%2054%2053%20L86%2027%20L86%2027%20L86%2024%20L86%2024%20C86%2022%2c%2085%2022%2c%2084%2022%20L13%2022Z%20%20M10%2039%20L9%2072%20L9%2039%20L10%2072%20C10%2073%2c%2011%2074%2c%2012%2074%20L84%2074%20L84%2074%20C85%2074%2c%2086%2073%2c%2086%2072%20L86%2040%20L86%2040%20L61%2062%20L61%2062%20C57%2065%2c%2053%2067%2c%2048%2067%20C43%2067%2c%2039%2065%2c%2035%2062%20L9%2040Z%20%20M%2d1%2024%20C%2d1%2020%2c%200%2017%2c%203%2014%20L3%2014%20L3%2014%20C5%2012%2c%208%2011%2c%2012%2011%20L84%2011%20L84%2011%20C88%2011%2c%2091%2012%2c%2093%2014%20C96%2017%2c%2097%2020%2c%2097%2024%20L97%2071%20L97%2071%20C97%2075%2c%2096%2078%2c%2093%2081%20C91%2083%2c%2088%2084%2c%2084%2085%20L12%2085%20L12%2085%20C8%2084%2c%205%2083%2c%203%2081%20C0%2078%2c%20%2d1%2075%2c%20%2d1%2072%20L%2d1%2024Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_ThemeableButton1:active .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M13%2021%20C11%2021%2c%2010%2022%2c%2010%2023%20L10%2027%20L10%2027%20L42%2054%20L42%2054%20C44%2055%2c%2046%2056%2c%2048%2056%20C50%2056%2c%2052%2055%2c%2054%2053%20L86%2027%20L86%2027%20L86%2024%20L86%2024%20C86%2022%2c%2085%2022%2c%2084%2022%20L13%2022Z%20%20M10%2039%20L9%2072%20L9%2039%20L10%2072%20C10%2073%2c%2011%2074%2c%2012%2074%20L84%2074%20L84%2074%20C85%2074%2c%2086%2073%2c%2086%2072%20L86%2040%20L86%2040%20L61%2062%20L61%2062%20C57%2065%2c%2053%2067%2c%2048%2067%20C43%2067%2c%2039%2065%2c%2035%2062%20L9%2040Z%20%20M%2d1%2024%20C%2d1%2020%2c%200%2017%2c%203%2014%20L3%2014%20L3%2014%20C5%2012%2c%208%2011%2c%2012%2011%20L84%2011%20L84%2011%20C88%2011%2c%2091%2012%2c%2093%2014%20C96%2017%2c%2097%2020%2c%2097%2024%20L97%2071%20L97%2071%20C97%2075%2c%2096%2078%2c%2093%2081%20C91%2083%2c%2088%2084%2c%2084%2085%20L12%2085%20L12%2085%20C8%2084%2c%205%2083%2c%203%2081%20C0%2078%2c%20%2d1%2075%2c%20%2d1%2072%20L%2d1%2024Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_ThemeableButton1 .ui-corner-all, #wb_ThemeableButton1 .ui-corner-left
{
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
#wb_ThemeableButton1 .ui-corner-all, #wb_ThemeableButton1 .ui-corner-right
{
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
}
#ThemeableButton1
{
   transition: all 500ms ease-out 0ms;
}
#ThemeableButton1:hover
{
   transform: translate(-100px,0px) rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#wb_ThemeableButton1 .ui-button
{
   background-color: #726B72;
   background-image: none;
   border: 0px solid #726B72;
   color: #FFFFFF;
}
#wb_ThemeableButton1 .ui-state-hover, #wb_ThemeableButton1 .ui-button:hover
{
   border-color: #726B72;
   background-color: #726B72;
   background-image: none;
   color: #FFFFFF;
}
#wb_ThemeableButton1 .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_ThemeableButton1 .ui-state-active, #wb_ThemeableButton1 .ui-button:active
{
   border-color: #726B72;
   background-color: #726B72;
   background-image: none;
   color: #FFFFFF;
}
#ThemeableButton2
{
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 12px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_ThemeableButton2
{
   border-radius: 0px;
   margin: 0;
   vertical-align: top;
}
#ThemeableButton2
{
   box-sizing: border-box;
   padding: 0 0 0 48px;
   text-align: left;
}
#wb_ThemeableButton2 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: flex-start;
}
#ThemeableButton2
{
   color: inherit;
}
#wb_ThemeableButton2 .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M47%2027%20C41%2026%2c%2036%2028%2c%2032%2032%20L32%2032%20L32%2032%20C28%2037%2c%2026%2042%2c%2025%2048%20C26%2055%2c%2028%2060%2c%2032%2064%20C36%2068%2c%2042%2071%2c%2048%2071%20C54%2071%2c%2060%2068%2c%2064%2064%20C68%2060%2c%2070%2055%2c%2071%2048%20C70%2042%2c%2068%2037%2c%2064%2033%20C60%2028%2c%2055%2026%2c%2048%2026%20Z%20M49%2062%20C45%2062%2c%2041%2060%2c%2039%2058%20L39%2058%20L39%2058%20C36%2055%2c%2035%2052%2c%2035%2048%20C35%2045%2c%2036%2041%2c%2039%2039%20C41%2037%2c%2044%2035%2c%2048%2035%20C52%2035%2c%2055%2037%2c%2057%2039%20C60%2042%2c%2061%2045%2c%2061%2048%20C61%2052%2c%2060%2055%2c%2057%2058%20C55%2060%2c%2052%2061%2c%2048%2062%20Z%20M77%2026%20C76%2030%2c%2074%2032%2c%2070%2032%20C67%2032%2c%2065%2030%2c%2064%2026%20C64%2024%2c%2065%2023%2c%2066%2022%20C67%2021%2c%2069%2020%2c%2070%2020%20C72%2020%2c%2074%2021%2c%2075%2022%20C76%2023%2c%2076%2024%2c%2077%2026%20Z%20M90%2031%20C91%2024%2c%2088%2018%2c%2084%2013%20C79%208%2c%2072%206%2c%2065%206%20C63%205%2c%2059%205%2c%2055%205%20C50%205%2c%2046%205%2c%2041%205%20C37%205%2c%2033%205%2c%2031%206%20C24%206%2c%2018%208%2c%2012%2013%20C8%2018%2c%205%2024%2c%205%2031%20C5%2033%2c%205%2037%2c%205%2042%20C5%2046%2c%205%2051%2c%205%2055%20C5%2060%2c%205%2063%2c%205%2066%20C5%2073%2c%208%2079%2c%2012%2084%20C17%2089%2c%2024%2091%2c%2031%2091%20C33%2091%2c%2036%2091%2c%2041%2091%20C46%2091%2c%2050%2091%2c%2055%2091%20C59%2091%2c%2063%2091%2c%2065%2091%20C72%2091%2c%2079%2089%2c%2084%2084%20C88%2079%2c%2091%2073%2c%2091%2065%20C91%2063%2c%2091%2059%2c%2091%2055%20C91%2051%2c%2091%2046%2c%2091%2042%20C91%2037%2c%2091%2034%2c%2090%2031%20Z%20M80%2073%20C78%2076%2c%2076%2079%2c%2072%2080%20C70%2081%2c%2067%2082%2c%2063%2082%20C59%2082%2c%2055%2082%2c%2051%2082%20C50%2082%2c%2049%2082%2c%2048%2082%20C47%2082%2c%2046%2082%2c%2045%2082%20C41%2082%2c%2037%2082%2c%2033%2082%20C29%2082%2c%2026%2081%2c%2024%2080%20C20%2079%2c%2018%2076%2c%2016%2073%20C15%2070%2c%2015%2067%2c%2015%2063%20C15%2059%2c%2015%2055%2c%2015%2051%20C15%2050%2c%2015%2049%2c%2015%2048%20C15%2047%2c%2015%2046%2c%2015%2045%20C15%2041%2c%2015%2038%2c%2015%2034%20C15%2030%2c%2015%2026%2c%2016%2024%20C18%2020%2c%2020%2018%2c%2024%2016%20C26%2016%2c%2029%2015%2c%2033%2015%20C38%2015%2c%2041%2015%2c%2045%2015%20C46%2015%2c%2047%2015%2c%2048%2015%20C49%2015%2c%2050%2015%2c%2051%2015%20C54%2015%2c%2058%2015%2c%2063%2015%20C67%2015%2c%2070%2016%2c%2072%2016%20C76%2018%2c%2078%2020%2c%2080%2024%20C81%2026%2c%2081%2030%2c%2081%2034%20C82%2038%2c%2082%2042%2c%2081%2045%20C81%2046%2c%2081%2047%2c%2081%2048%20C81%2049%2c%2081%2050%2c%2081%2051%20C82%2055%2c%2082%2059%2c%2081%2063%20C81%2067%2c%2081%2070%2c%2081%2073%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   margin: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 24px;
   height: 24px;
}
#wb_ThemeableButton2:hover .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M47%2027%20C41%2026%2c%2036%2028%2c%2032%2032%20L32%2032%20L32%2032%20C28%2037%2c%2026%2042%2c%2025%2048%20C26%2055%2c%2028%2060%2c%2032%2064%20C36%2068%2c%2042%2071%2c%2048%2071%20C54%2071%2c%2060%2068%2c%2064%2064%20C68%2060%2c%2070%2055%2c%2071%2048%20C70%2042%2c%2068%2037%2c%2064%2033%20C60%2028%2c%2055%2026%2c%2048%2026%20Z%20M49%2062%20C45%2062%2c%2041%2060%2c%2039%2058%20L39%2058%20L39%2058%20C36%2055%2c%2035%2052%2c%2035%2048%20C35%2045%2c%2036%2041%2c%2039%2039%20C41%2037%2c%2044%2035%2c%2048%2035%20C52%2035%2c%2055%2037%2c%2057%2039%20C60%2042%2c%2061%2045%2c%2061%2048%20C61%2052%2c%2060%2055%2c%2057%2058%20C55%2060%2c%2052%2061%2c%2048%2062%20Z%20M77%2026%20C76%2030%2c%2074%2032%2c%2070%2032%20C67%2032%2c%2065%2030%2c%2064%2026%20C64%2024%2c%2065%2023%2c%2066%2022%20C67%2021%2c%2069%2020%2c%2070%2020%20C72%2020%2c%2074%2021%2c%2075%2022%20C76%2023%2c%2076%2024%2c%2077%2026%20Z%20M90%2031%20C91%2024%2c%2088%2018%2c%2084%2013%20C79%208%2c%2072%206%2c%2065%206%20C63%205%2c%2059%205%2c%2055%205%20C50%205%2c%2046%205%2c%2041%205%20C37%205%2c%2033%205%2c%2031%206%20C24%206%2c%2018%208%2c%2012%2013%20C8%2018%2c%205%2024%2c%205%2031%20C5%2033%2c%205%2037%2c%205%2042%20C5%2046%2c%205%2051%2c%205%2055%20C5%2060%2c%205%2063%2c%205%2066%20C5%2073%2c%208%2079%2c%2012%2084%20C17%2089%2c%2024%2091%2c%2031%2091%20C33%2091%2c%2036%2091%2c%2041%2091%20C46%2091%2c%2050%2091%2c%2055%2091%20C59%2091%2c%2063%2091%2c%2065%2091%20C72%2091%2c%2079%2089%2c%2084%2084%20C88%2079%2c%2091%2073%2c%2091%2065%20C91%2063%2c%2091%2059%2c%2091%2055%20C91%2051%2c%2091%2046%2c%2091%2042%20C91%2037%2c%2091%2034%2c%2090%2031%20Z%20M80%2073%20C78%2076%2c%2076%2079%2c%2072%2080%20C70%2081%2c%2067%2082%2c%2063%2082%20C59%2082%2c%2055%2082%2c%2051%2082%20C50%2082%2c%2049%2082%2c%2048%2082%20C47%2082%2c%2046%2082%2c%2045%2082%20C41%2082%2c%2037%2082%2c%2033%2082%20C29%2082%2c%2026%2081%2c%2024%2080%20C20%2079%2c%2018%2076%2c%2016%2073%20C15%2070%2c%2015%2067%2c%2015%2063%20C15%2059%2c%2015%2055%2c%2015%2051%20C15%2050%2c%2015%2049%2c%2015%2048%20C15%2047%2c%2015%2046%2c%2015%2045%20C15%2041%2c%2015%2038%2c%2015%2034%20C15%2030%2c%2015%2026%2c%2016%2024%20C18%2020%2c%2020%2018%2c%2024%2016%20C26%2016%2c%2029%2015%2c%2033%2015%20C38%2015%2c%2041%2015%2c%2045%2015%20C46%2015%2c%2047%2015%2c%2048%2015%20C49%2015%2c%2050%2015%2c%2051%2015%20C54%2015%2c%2058%2015%2c%2063%2015%20C67%2015%2c%2070%2016%2c%2072%2016%20C76%2018%2c%2078%2020%2c%2080%2024%20C81%2026%2c%2081%2030%2c%2081%2034%20C82%2038%2c%2082%2042%2c%2081%2045%20C81%2046%2c%2081%2047%2c%2081%2048%20C81%2049%2c%2081%2050%2c%2081%2051%20C82%2055%2c%2082%2059%2c%2081%2063%20C81%2067%2c%2081%2070%2c%2081%2073%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_ThemeableButton2:active .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M47%2027%20C41%2026%2c%2036%2028%2c%2032%2032%20L32%2032%20L32%2032%20C28%2037%2c%2026%2042%2c%2025%2048%20C26%2055%2c%2028%2060%2c%2032%2064%20C36%2068%2c%2042%2071%2c%2048%2071%20C54%2071%2c%2060%2068%2c%2064%2064%20C68%2060%2c%2070%2055%2c%2071%2048%20C70%2042%2c%2068%2037%2c%2064%2033%20C60%2028%2c%2055%2026%2c%2048%2026%20Z%20M49%2062%20C45%2062%2c%2041%2060%2c%2039%2058%20L39%2058%20L39%2058%20C36%2055%2c%2035%2052%2c%2035%2048%20C35%2045%2c%2036%2041%2c%2039%2039%20C41%2037%2c%2044%2035%2c%2048%2035%20C52%2035%2c%2055%2037%2c%2057%2039%20C60%2042%2c%2061%2045%2c%2061%2048%20C61%2052%2c%2060%2055%2c%2057%2058%20C55%2060%2c%2052%2061%2c%2048%2062%20Z%20M77%2026%20C76%2030%2c%2074%2032%2c%2070%2032%20C67%2032%2c%2065%2030%2c%2064%2026%20C64%2024%2c%2065%2023%2c%2066%2022%20C67%2021%2c%2069%2020%2c%2070%2020%20C72%2020%2c%2074%2021%2c%2075%2022%20C76%2023%2c%2076%2024%2c%2077%2026%20Z%20M90%2031%20C91%2024%2c%2088%2018%2c%2084%2013%20C79%208%2c%2072%206%2c%2065%206%20C63%205%2c%2059%205%2c%2055%205%20C50%205%2c%2046%205%2c%2041%205%20C37%205%2c%2033%205%2c%2031%206%20C24%206%2c%2018%208%2c%2012%2013%20C8%2018%2c%205%2024%2c%205%2031%20C5%2033%2c%205%2037%2c%205%2042%20C5%2046%2c%205%2051%2c%205%2055%20C5%2060%2c%205%2063%2c%205%2066%20C5%2073%2c%208%2079%2c%2012%2084%20C17%2089%2c%2024%2091%2c%2031%2091%20C33%2091%2c%2036%2091%2c%2041%2091%20C46%2091%2c%2050%2091%2c%2055%2091%20C59%2091%2c%2063%2091%2c%2065%2091%20C72%2091%2c%2079%2089%2c%2084%2084%20C88%2079%2c%2091%2073%2c%2091%2065%20C91%2063%2c%2091%2059%2c%2091%2055%20C91%2051%2c%2091%2046%2c%2091%2042%20C91%2037%2c%2091%2034%2c%2090%2031%20Z%20M80%2073%20C78%2076%2c%2076%2079%2c%2072%2080%20C70%2081%2c%2067%2082%2c%2063%2082%20C59%2082%2c%2055%2082%2c%2051%2082%20C50%2082%2c%2049%2082%2c%2048%2082%20C47%2082%2c%2046%2082%2c%2045%2082%20C41%2082%2c%2037%2082%2c%2033%2082%20C29%2082%2c%2026%2081%2c%2024%2080%20C20%2079%2c%2018%2076%2c%2016%2073%20C15%2070%2c%2015%2067%2c%2015%2063%20C15%2059%2c%2015%2055%2c%2015%2051%20C15%2050%2c%2015%2049%2c%2015%2048%20C15%2047%2c%2015%2046%2c%2015%2045%20C15%2041%2c%2015%2038%2c%2015%2034%20C15%2030%2c%2015%2026%2c%2016%2024%20C18%2020%2c%2020%2018%2c%2024%2016%20C26%2016%2c%2029%2015%2c%2033%2015%20C38%2015%2c%2041%2015%2c%2045%2015%20C46%2015%2c%2047%2015%2c%2048%2015%20C49%2015%2c%2050%2015%2c%2051%2015%20C54%2015%2c%2058%2015%2c%2063%2015%20C67%2015%2c%2070%2016%2c%2072%2016%20C76%2018%2c%2078%2020%2c%2080%2024%20C81%2026%2c%2081%2030%2c%2081%2034%20C82%2038%2c%2082%2042%2c%2081%2045%20C81%2046%2c%2081%2047%2c%2081%2048%20C81%2049%2c%2081%2050%2c%2081%2051%20C82%2055%2c%2082%2059%2c%2081%2063%20C81%2067%2c%2081%2070%2c%2081%2073%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_ThemeableButton2 .ui-corner-all, #wb_ThemeableButton2 .ui-corner-left
{
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
#wb_ThemeableButton2 .ui-corner-all, #wb_ThemeableButton2 .ui-corner-right
{
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
}
#ThemeableButton2
{
   transition: all 500ms ease-out 0ms;
}
#ThemeableButton2:hover
{
   transform: translate(-100px,0px) rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#wb_ThemeableButton2 .ui-button
{
   background-image: linear-gradient(to top, #FF6347 0%, #FF8C00 100%);
   border: 0px solid #FF1493;
   color: #FFFFFF;
}
#wb_ThemeableButton2 .ui-state-hover, #wb_ThemeableButton2 .ui-button:hover
{
   border-color: #2290C6;
   background-color: #2290C6;
   background-image: none;
   color: #FFFFFF;
}
#wb_ThemeableButton2 .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_ThemeableButton2 .ui-state-active, #wb_ThemeableButton2 .ui-button:active
{
   border-color: #2290C6;
   background-color: #2290C6;
   background-image: none;
   color: #FFFFFF;
}
#wb_Layhead
{
   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;
}
#Layhead
{
   box-sizing: border-box;
   padding: 100px 0 50px 0;
   margin-right: auto;
   margin-left: auto;
}
#Layhead > .row
{
   margin-right: 0;
   margin-left: 0;
}
#Layhead > .row > .col-1, #Layhead > .row > .col-2, #Layhead > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#Layhead > .row > .col-1, #Layhead > .row > .col-2, #Layhead > .row > .col-3
{
   float: left;
}
#Layhead > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#Layhead > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#Layhead > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: center;
}
#Layhead > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#Layhead > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#Layhead:before,
#Layhead:after,
#Layhead .row:before,
#Layhead .row:after
{
   display: table;
   content: " ";
}
#Layhead:after,
#Layhead .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#Layhead > .row > .col-1, #Layhead > .row > .col-2, #Layhead > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_contentText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 20px 0;
   margin: 0;
   text-align: left;
}
#wb_contentText1
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 15px;
   line-height: 21px;
}
#wb_contentText1 p, #wb_contentText1 ul
{
   margin: 0;
   padding: 0;
}
#wb_contentText1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_welcomeLayoutGrid
{
   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;
}
#welcomeLayoutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 30px 0 50px 0;
   margin-right: auto;
   margin-left: auto;
}
#welcomeLayoutGrid > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 50px;
   padding-left: 50px;
   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: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 768px)
{
#welcomeLayoutGrid > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_welcomeCarousel
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_welcomeCarousel
{
   box-sizing: border-box;
   width: 100%;
   height: 438px;
}
#welcomeCarousel
{
   position: relative;
   margin: 0;
;
   height: 100%;
   box-sizing: border-box;
}
#welcomeCarousel .carousel-inner
{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
   perspective: 1200px;
}
.carousel.pointer-event
{
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
#welcomeCarousel .carousel-inner::after
{
   display: block;
   clear: both;
   content: "";
}
#welcomeCarousel .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   float: left;
   width: 100%;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   transform: translate3d(0, 0, 0);
   transform-style: preserve-3d;
   transition: opacity 1000ms ease-in-out;
   height: 100%;
   text-align: center;
}
#welcomeCarousel .carousel-item-inner
{
   padding: 0;
   display: flex;
   align-items: center;
   flex-direction: column;
   justify-content: center;
   height: 100%;
   box-sizing: border-box;
}
#welcomeCarousel .carousel-inner > .carousel-item > img, #welcomeCarousel .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#welcomeCarousel .carousel-inner > .active, #welcomeCarousel .carousel-inner > .carousel-item-next, #welcomeCarousel .carousel-inner > .carousel-item-prev
{
   display: block;
}
#welcomeCarousel .carousel-inner > .active
{
   animation: welcomeCarousel-animation-show 1000ms ease 0ms both;
}
#welcomeCarousel .carousel-inner > .carousel-item-next, #welcomeCarousel .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#welcomeCarousel .carousel-inner > .carousel-item-next.carousel-item-start, #welcomeCarousel .carousel-inner > .carousel-item-prev.carousel-item-end
{
   animation: welcomeCarousel-animation-show 1000ms ease 0ms both;
}
#welcomeCarousel .carousel-inner > .active.carousel-item-start, #welcomeCarousel .carousel-inner > .active.carousel-item-end
{
   animation: welcomeCarousel-animation-hide 1000ms ease both;
}
#welcomeCarousel .carousel-indicators
{
   list-style: none;
   bottom: 0;
   padding: 0;
   margin: 0;
   position: absolute;
   margin-left: -32px;
   left: 50%;
   vertical-align: middle;
   z-index: 999;
}
#welcomeCarousel .carousel-indicators li
{
   display: block;
   float: left;
   margin: 12px 12px 12px 12px;
   width: 7px;
   height: 7px;
   cursor: pointer;
   text-indent: -999px;
   background-color: transparent;
   border: 1px solid rgba(255,255,255,1.00);
}
#welcomeCarousel .carousel-indicators .active
{
   background-color: rgba(255,255,255,1.00);
}
#welcomeCarousel .frame
{
   width: 1040px;
   display: inline-block;
   float: left;
   height: 438px;
}
#welcomeCarousel .frame-1
{
   background-color: transparent;
   background-image: url('../Lap Corousel.jpeg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}
#welcomeCarousel .frame-2
{
   background-color: transparent;
   background-image: url('../images/progress hvac.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}
@keyframes welcomeCarousel-animation-show
{
   0%   { transform: translateX(100%); }
   100% { transform: translateX(0); }
}
@keyframes welcomeCarousel-animation-hide
{
   0%   { transform: translateX(0); }
   100% { transform: translateX(-100%); }
}
#wb_welcomeText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: center;
   animation: slide-right-in 1000ms linear 1000ms 1 normal both;
}
#wb_welcomeText1
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 48px;
   line-height: 69.5px;
}
#wb_welcomeText1 p, #wb_welcomeText1 ul
{
   margin: 0;
   padding: 0;
}
#wb_welcomeText1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#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: 500px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: center;
   animation: slide-right-in 1000ms linear 1000ms 1 normal both;
}
#wb_Text3
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 16px;
   line-height: 23px;
}
#wb_Text3 p, #wb_Text3 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Laybut
{
   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;
}
#Laybut
{
   box-sizing: border-box;
   padding: 50px 0 20px 0;
   margin-right: auto;
   margin-left: auto;
}
#Laybut > .row
{
   margin-right: 0;
   margin-left: 0;
}
#Laybut > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#Laybut > .row > .col-1
{
   float: left;
}
#Laybut > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#Laybut > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#Laybut:before,
#Laybut:after,
#Laybut .row:before,
#Laybut .row:after
{
   display: table;
   content: " ";
}
#Laybut:after,
#Laybut .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#Laybut > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 10px 0;
   text-align: center;
}
#Heading1
{
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_LayoutGrid1
{
   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;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 80px 0 80px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid1 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2, #LayoutGrid1 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   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: 33.33333333%;
   text-align: left;
}
#LayoutGrid1 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid1 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid1 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   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_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-color: #006C53;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: right;
}
#Card2-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -33px 0 ;
   padding: 0 20px 0 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#Card2-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_Card2:hover #Card2-card-item0
{
   transform: translate(5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#Card2-card-item1
{
   display: inline-block;
   height: 34px;
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
   border: 0px solid #C5C5C5;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card2-card-item1
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_Card2:hover #Card2-card-item1
{
   transform: translate(-5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#Card2-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 24px;
   width: 24px;
}
#wb_Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-color: #A7B84E;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: right;
}
#Card3-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card3-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -33px 0 ;
   padding: 0 20px 0 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#Card3-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_Card3:hover #Card3-card-item0
{
   transform: translate(5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#Card3-card-item1
{
   display: inline-block;
   height: 34px;
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
   border: 0px solid #C5C5C5;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card3-card-item1
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_Card3:hover #Card3-card-item1
{
   transform: translate(-5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#Card3-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 24px;
   width: 24px;
}
#wb_Card4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-color: #0000FF;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: right;
}
#Card4-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card4-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -33px 0 ;
   padding: 0 20px 0 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#Card4-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_Card4:hover #Card4-card-item0
{
   transform: translate(5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#Card4-card-item1
{
   display: inline-block;
   height: 34px;
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
   border: 0px solid #C5C5C5;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card4-card-item1
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_Card4:hover #Card4-card-item1
{
   transform: translate(-5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#Card4-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 24px;
   width: 24px;
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-color: #FF0000;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: right;
}
#Card1-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -33px 0 ;
   padding: 0 20px 0 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#Card1-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_Card1:hover #Card1-card-item0
{
   transform: translate(5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#Card1-card-item1
{
   display: inline-block;
   height: 34px;
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
   border: 0px solid #C5C5C5;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card1-card-item1
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_Card1:hover #Card1-card-item1
{
   transform: translate(-5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#Card1-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 24px;
   width: 24px;
}
#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: 500px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Image2
{
   margin: 0;
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 500px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_featuresLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/futurecity05.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 0 50px 0 ;
}
#featuresLayoutGrid
{
   box-sizing: border-box;
   padding: 80px 0 30px 0;
   margin-right: auto;
   margin-left: auto;
}
#featuresLayoutGrid > .row
{
   margin-right: 0;
   margin-left: 0;
}
#featuresLayoutGrid > .row > .col-1, #featuresLayoutGrid > .row > .col-2, #featuresLayoutGrid > .row > .col-3, #featuresLayoutGrid > .row > .col-4, #featuresLayoutGrid > .row > .col-5
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#featuresLayoutGrid > .row > .col-1, #featuresLayoutGrid > .row > .col-2, #featuresLayoutGrid > .row > .col-3, #featuresLayoutGrid > .row > .col-4, #featuresLayoutGrid > .row > .col-5
{
   float: left;
}
#featuresLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width:  calc((100% - 30px) / 3);
   text-align: left;
}
#featuresLayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 15px;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width:  calc((100% - 30px) / 3);
   text-align: left;
}
#featuresLayoutGrid > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 15px;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width:  calc((100% - 30px) / 3);
   text-align: left;
}
#featuresLayoutGrid:before,
#featuresLayoutGrid:after,
#featuresLayoutGrid .row:before,
#featuresLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#featuresLayoutGrid:after,
#featuresLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#featuresLayoutGrid > .row > .col-1, #featuresLayoutGrid > .row > .col-2, #featuresLayoutGrid > .row > .col-3, #featuresLayoutGrid > .row > .col-4, #featuresLayoutGrid > .row > .col-5
{
   float: none;
   width: 100% !important;
}
}
#featuresLayoutGrid-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 200px;
   transform: scaleY(-1.01);
}
#featuresLayoutGrid-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#featuresLayoutGrid-divider-bottom .divider-fill
{
   fill: rgba(255,255,255,1.00);
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_Card5
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   background-color: transparent;
   background-image: url('../images/futurecity07.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#Card5-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card5-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   max-width: 100%;
   width: 100%;
   height: auto;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 0 0 -40px 0 ;
   padding: 20px 20px 20px 20px;
   background-color: rgba(255,255,255,0.78);
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card5-card-item2
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0 20px 0 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card5-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#wb_Card5:hover
{
   transform: rotate(0deg) scale(0.8,0.8) ;
   transition: transform 500ms linear 0ms;
}
#wb_Card6
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   background-color: transparent;
   background-image: url('../images/futurecity07.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#Card6-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card6-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   max-width: 100%;
   width: 100%;
   height: auto;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 0 0 -40px 0 ;
   padding: 20px 20px 20px 20px;
   background-color: rgba(255,255,255,0.78);
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card6-card-item2
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0 20px 0 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card6-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#wb_Card6:hover
{
   transform: rotate(0deg) scale(0.8,0.8) ;
   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: url('../images/futurecity07.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#featuresCard1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#featuresCard1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   max-width: 100%;
   width: 100%;
   height: auto;
}
#featuresCard1-card-item1
{
   box-sizing: border-box;
   margin: 0 0 -40px 0 ;
   padding: 20px 20px 20px 20px;
   background-color: rgba(255,255,255,0.78);
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#featuresCard1-card-item2
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0 20px 0 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#featuresCard1-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#wb_featuresCard1:hover
{
   transform: rotate(0deg) scale(0.8,0.8) ;
   transition: transform 500ms linear 0ms;
}
#wb_LayoutGrid4
{
   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;
}
#LayoutGrid4
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
}
#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: left;
}
#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_LayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid3
{
   box-sizing: border-box;
   padding: 50px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3, #LayoutGrid3 > .row > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid3
{
   width: 1140px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3, #LayoutGrid3 > .row > .col-4
{
   float: left;
}
#LayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid3 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid3 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid3 > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid3:before,
#LayoutGrid3:after,
#LayoutGrid3 .row:before,
#LayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid3:after,
#LayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid3
{
   width: 100%;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3, #LayoutGrid3 > .row > .col-4
{
   float: none;
   width: 100% !important;
}
}
#wb_Card9
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: rgba(230,230,250,0.23);
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 3px;
   text-align: center;
}
#Card9-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card9-card-item0
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 20px 150px 0 0 ;
   padding: 0 40px 0 0;
   border: 0px solid #0001FC;
   border-radius: 3px;
   background-color: transparent;
   background-image: none;
   color: #0001FC;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card9-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card9-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: 20px 20px 0 20px;
   padding: 0 0 20px 0;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
   text-align: left;
}
#wb_Heading2
{
   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;
}
#Heading2
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   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;
   text-align: center;
}
#wb_Text4 div
{
   text-align: center;
}
#wb_Text4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card10
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: rgba(230,230,250,0.23);
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 3px;
   text-align: center;
}
#Card10-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card10-card-item0
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 20px 150px 0 0 ;
   padding: 0 40px 0 0;
   border: 0px solid #0001FC;
   border-radius: 3px;
   background-color: transparent;
   background-image: none;
   color: #0001FC;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card10-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card10-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: 20px 20px 0 20px;
   padding: 0 0 20px 0;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
   text-align: left;
}
#wb_Card11
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: rgba(230,230,250,0.23);
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 3px;
   text-align: center;
}
#Card11-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card11-card-item0
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 20px 150px 0 0 ;
   padding: 0 40px 0 0;
   border: 0px solid #0001FC;
   border-radius: 3px;
   background-color: transparent;
   background-image: none;
   color: #0001FC;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card11-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card11-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card11-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: 20px 20px 0 20px;
   padding: 0 0 20px 0;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
   text-align: left;
}
#wb_Card12
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: rgba(230,230,250,0.23);
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 3px;
   text-align: center;
}
#Card12-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card12-card-item0
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 20px 150px 0 0 ;
   padding: 0 40px 0 0;
   border: 0px solid #0001FC;
   border-radius: 3px;
   background-color: transparent;
   background-image: none;
   color: #0001FC;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card12-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card12-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card12-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: 20px 20px 0 20px;
   padding: 0 0 20px 0;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
   text-align: left;
}
#wb_LayoutGrid5
{
   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;
}
#LayoutGrid5
{
   box-sizing: border-box;
   padding: 50px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid5 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid5 > .row > .col-1
{
   float: left;
}
#LayoutGrid5 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   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
{
   float: none;
   width: 100% !important;
}
}
#wb_Heading3
{
   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;
}
#Heading3
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text5 div
{
   text-align: center;
}
#wb_Text5
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid6
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid6
{
   box-sizing: border-box;
   padding: 30px 50px 30px 50px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid6 > .row
{
   margin-right: -50px;
   margin-left: -50px;
}
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2, #LayoutGrid6 > .row > .col-3, #LayoutGrid6 > .row > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 50px;
   padding-left: 50px;
   position: relative;
}
#LayoutGrid6
{
   width: 1140px;
}
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2, #LayoutGrid6 > .row > .col-3, #LayoutGrid6 > .row > .col-4
{
   float: left;
}
#LayoutGrid6 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid6 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid6 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid6 > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#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
{
   width: 100%;
}
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2, #LayoutGrid6 > .row > .col-3, #LayoutGrid6 > .row > .col-4
{
   float: none;
   width: 100% !important;
}
}
#wb_Card16
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: rgba(230,230,250,0.23);
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 3px;
   text-align: center;
}
#Card16-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card16-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card16-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: 20px 20px 0 20px;
   padding: 0 0 20px 0;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#wb_Card13
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: rgba(230,230,250,0.23);
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 3px;
   text-align: center;
}
#Card13-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card13-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card13-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: 20px 20px 0 20px;
   padding: 0 0 20px 0;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#wb_Card14
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: rgba(230,230,250,0.23);
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 3px;
   text-align: center;
}
#Card14-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card14-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card14-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: 20px 20px 0 20px;
   padding: 0 0 20px 0;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#wb_Card15
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: rgba(230,230,250,0.23);
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 3px;
   text-align: center;
}
#Card15-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card15-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card15-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: 20px 20px 0 20px;
   padding: 0 0 20px 0;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#wb_Layvismis
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(114,178,200,0.08);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#Layvismis
{
   box-sizing: border-box;
   padding: 50px 0 50px 0;
   margin-right: auto;
   margin-left: auto;
}
#Layvismis > .row
{
   margin-right: 0;
   margin-left: 0;
}
#Layvismis > .row > .col-1, #Layvismis > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#Layvismis > .row > .col-1, #Layvismis > .row > .col-2
{
   float: left;
}
#Layvismis > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#Layvismis > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 20px 20px 0;
}
#Layvismis > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#Layvismis > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 20px;
}
#Layvismis:before,
#Layvismis:after,
#Layvismis .row:before,
#Layvismis .row:after
{
   display: table;
   content: " ";
}
#Layvismis:after,
#Layvismis .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#Layvismis > .row > .col-1, #Layvismis > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 20px 0;
   margin: 0;
   text-align: left;
}
#wb_Text1
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 24px;
   line-height: 34.5px;
}
#wb_Text1 p, #wb_Text1 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card8
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-color: #0001FC;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: right;
}
#Card8-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card8-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -33px 0 ;
   padding: 0 20px 0 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#Card8-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_Card8:hover #Card8-card-item0
{
   transform: translate(5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#Card8-card-item1
{
   display: inline-block;
   height: 34px;
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
   border: 0px solid #C5C5C5;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card8-card-item1
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_Card8:hover #Card8-card-item1
{
   transform: translate(-5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#Card8-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 24px;
   width: 24px;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 20px 0;
   margin: 0;
   text-align: left;
}
#wb_Text2
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 24px;
   line-height: 34.5px;
}
#wb_Text2 p, #wb_Text2 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayHub
{
   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;
}
#LayHub
{
   box-sizing: border-box;
   padding: 50px 0 20px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayHub > .row
{
   margin-right: 0;
   margin-left: 0;
}
#LayHub > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayHub > .row > .col-1
{
   float: left;
}
#LayHub > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayHub:before,
#LayHub:after,
#LayHub .row:before,
#LayHub .row:after
{
   display: table;
   content: " ";
}
#LayHub:after,
#LayHub .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayHub > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Heading4
{
   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;
}
#Heading4
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text6 div
{
   text-align: center;
}
#wb_Text6
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Laycontent
{
   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: 50px 0 0 0 ;
}
#Laycontent
{
   box-sizing: border-box;
   padding: 0 0 20px 0;
   margin-right: auto;
   margin-left: auto;
}
#Laycontent > .row
{
   margin-right: 0;
   margin-left: 0;
}
#Laycontent > .row > .col-1, #Laycontent > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#Laycontent > .row > .col-1, #Laycontent > .row > .col-2
{
   float: left;
}
#Laycontent > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#Laycontent > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#Laycontent:before,
#Laycontent:after,
#Laycontent .row:before,
#Laycontent .row:after
{
   display: table;
   content: " ";
}
#Laycontent:after,
#Laycontent .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#Laycontent > .row > .col-1, #Laycontent > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_contactImage1
{
   margin: 0;
   vertical-align: top;
}
#contactImage1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0 15px 15px 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 2350px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_contactLayoutGrid2
{
   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;
}
#contactLayoutGrid2
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#contactLayoutGrid2 > .col-1, #contactLayoutGrid2 > .col-2, #contactLayoutGrid2 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#contactLayoutGrid2 > .col-1, #contactLayoutGrid2 > .col-2, #contactLayoutGrid2 > .col-3
{
   flex: 0 0 auto;
}
#contactLayoutGrid2 > .col-1
{
   background-color: #0001FC;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 15px) / 2);
   max-width:  calc((100% - 15px) / 2);
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#contactLayoutGrid2 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 15px;
   max-width: 15px;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#contactLayoutGrid2 > .col-3
{
   background-color: #0001FC;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 15px) / 2);
   max-width:  calc((100% - 15px) / 2);
   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: 480px)
{
#contactLayoutGrid2 > .col-1, #contactLayoutGrid2 > .col-2, #contactLayoutGrid2 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_contactCard2
{
   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;
}
#contactCard2-card-body
{
   padding: 50px 0 50px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#contactCard2-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 2px solid #FFFFFF;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard2-card-item0 a
{
   color: inherit;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
}
#contactCard2-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard2-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   line-height: 24.7px;
}
#contactCard2-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#wb_contactCard3
{
   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;
}
#contactCard3-card-body
{
   padding: 50px 0 50px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#contactCard3-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 2px solid #FFFFFF;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard3-card-item0 a
{
   color: inherit;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
}
#contactCard3-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard3-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   line-height: 24.7px;
}
#contactCard3-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0 0 0 20px;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#YouTube1
{
   box-sizing: border-box;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
}
#wb_YouTube1
{
   display: block;
   position: relative;
   margin: 0;
   height: 0;
   overflow: hidden;
   box-sizing: border-box;
   padding-bottom: 56.25%;
   padding-left: 0;
   padding-right: 0;
   padding-top: 0;
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #0001FC;
   background-image: none;
   border: 0px solid #222222;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   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
{
   float: none;
   width: 100% !important;
}
}
#wb_Text9 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text9 div
{
   text-align: center;
}
#wb_Text9
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#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: 100px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Card7
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-color: #0001FC;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: right;
}
#Card7-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card7-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -33px 0 ;
   padding: 0 20px 0 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#Card7-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_Card7:hover #Card7-card-item0
{
   transform: translate(5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#Card7-card-item1
{
   display: inline-block;
   height: 34px;
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
   border: 0px solid #C5C5C5;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card7-card-item1
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_Card7:hover #Card7-card-item1
{
   transform: translate(-5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#Card7-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 24px;
   width: 24px;
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: center;
   animation: slide-right-in 1000ms linear 1000ms 1 normal both;
}
#wb_Text7
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 48px;
   line-height: 69.5px;
}
#wb_Text7 p, #wb_Text7 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text7
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text8 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: center;
   animation: slide-right-in 1000ms linear 1000ms 1 normal both;
}
#wb_Text8
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 16px;
   line-height: 23px;
}
#wb_Text8 p, #wb_Text8 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text8
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
