body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   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_welcomeLayoutGrid, #wb_featuresLayoutGrid, #wb_featuresCard1, #wb_featuresCard2, #wb_featuresCard3
   {
      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_welcomeLayoutGrid, #wb_featuresLayoutGrid, #wb_featuresCard1, #wb_featuresCard2, #wb_featuresCard3
   {
      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: #FFFFFF;
   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 0px 10px 0px;
   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;
   width: 33.33333333%;
   text-align: left;
}
#headerLayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   width: 66.66666667%;
   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: 320px)
{
#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: 0px 0px 0px 0px;
}
.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 .caret, .headerMenu .caret-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: uppercase;
   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 .caret
{
   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;
   padding: 16px 10px 15px 10px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 6px;
}
.headerMenu .navbar-toggle .icon-bar 
{
   display: block;
   width: 22px;
   height: 2px;
   border-radius: 1px;
}
.headerMenu .navbar-toggle .icon-bar+.icon-bar
{
   margin-top: 4px;
}
.headerMenu .navbar-nav
{
   margin: 6px -15px;
}
.headerMenu .navbar-nav > li > .dropdown-menu
{
   margin-top: 0;
}
.headerMenu .navbar-nav > li > a
{
   color: #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 .icon-bar
{
   background-color: #000000;
}
.headerMenu-navbar-collapse
{
   border-color: rgba(255, 255, 255, 1.00);
}
.headerMenu .navbar-nav > .dropdown > a:hover .caret,
.headerMenu .navbar-nav > .dropdown > a:focus .caret
{
   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 .caret,
.headerMenu .navbar-nav > .show > a:hover .caret,
.headerMenu .navbar-nav > .show > a:focus .caret
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.headerMenu .navbar-nav > .dropdown > a .caret
{
   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 .caret,
.headerMenu .navbar-nav > .dropdown > a:focus .caret
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
}
@media (max-width: 480px) 
{
.headerMenu 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FEFEFE;
}
.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: 0px solid #FEFEFE;
   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 .caret
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.headerMenu .navbar-nav > .dropdown > a .caret
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.headerMenu .navbar-nav > li > a.active > .caret,
.headerMenu .navbar-nav > li > a.active:hover > .caret,
.headerMenu .navbar-nav > li > a.active:focus > .caret
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.headerMenu .navbar-nav > .show > a .caret,
.headerMenu .navbar-nav > .show > a:hover .caret,
.headerMenu .navbar-nav > .show > a:focus .caret
{
   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;
}
#wb_headerMenu
{
   z-index: 1111 !important;
}
#wb_welcomeLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 75vh;
   background-color: transparent;
   background-image: url('../images/futurecity01.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#welcomeLayoutGrid
{
   box-sizing: border-box;
   height: 75vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0px 0px 0px 0px;
   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;
   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: 480px)
{
#welcomeLayoutGrid > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#welcomeLayoutGrid-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000000;
   opacity: 0.49;
}
#wb_welcomeCarousel
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_welcomeCarousel
{
   box-sizing: border-box;
   width: 100%;
   height: 75vh;
}
#welcomeCarousel
{
   position: relative;
   margin: 0;
   line-height: 1;
   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 500ms ease-in-out;
   height: 100%;
   text-align: center;
}
#welcomeCarousel .carousel-item-inner
{
   padding: 0px 0px 0px 0px;
   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 500ms 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 500ms ease 0ms both;
}
#welcomeCarousel .carousel-inner > .active.carousel-item-start, #welcomeCarousel .carousel-inner > .active.carousel-item-end
{
   animation: welcomeCarousel-animation-hide 500ms ease both;
}
#welcomeCarousel .carousel-indicators
{
   list-style: none;
   bottom: 0;
   padding: 0;
   margin: 0;
   position: absolute;
   margin-left: -48px;
   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 #FFFFFF;
}
#welcomeCarousel .carousel-indicators .active
{
   background-color: #FFFFFF;
}
#welcomeCarousel .frame
{
   width: 870px;
   display: inline-block;
   float: left;
   height: 438px;
}
@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_contentLayoutGrid1
{
   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;
}
#contentLayoutGrid1
{
   box-sizing: border-box;
   padding: 80px 0px 80px 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#contentLayoutGrid1 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#contentLayoutGrid1 > .row > .col-1, #contentLayoutGrid1 > .row > .col-2, #contentLayoutGrid1 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#contentLayoutGrid1 > .row > .col-1, #contentLayoutGrid1 > .row > .col-2, #contentLayoutGrid1 > .row > .col-3
{
   float: left;
}
#contentLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   width: 50%;
   text-align: left;
}
#contentLayoutGrid1 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0px 10px 0px;
}
#contentLayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   width: 16.66666667%;
   text-align: center;
}
#contentLayoutGrid1 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0px 10px 0px;
}
#contentLayoutGrid1 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   width: 33.33333333%;
   text-align: left;
}
#contentLayoutGrid1:before,
#contentLayoutGrid1:after,
#contentLayoutGrid1 .row:before,
#contentLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#contentLayoutGrid1:after,
#contentLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#contentLayoutGrid1 > .row > .col-1, #contentLayoutGrid1 > .row > .col-2, #contentLayoutGrid1 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_contentLayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #72B2C8;
   background-color: rgba(114, 178, 200, 0.08);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#contentLayoutGrid2
{
   box-sizing: border-box;
   padding: 80px 0px 80px 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#contentLayoutGrid2 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#contentLayoutGrid2 > .row > .col-1, #contentLayoutGrid2 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#contentLayoutGrid2 > .row > .col-1, #contentLayoutGrid2 > .row > .col-2
{
   float: left;
}
#contentLayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   width: 50%;
   text-align: left;
}
#contentLayoutGrid2 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0px 10px 0px;
}
#contentLayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   width: 50%;
   text-align: center;
}
#contentLayoutGrid2 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0px 0px 0px 30px;
}
#contentLayoutGrid2:before,
#contentLayoutGrid2:after,
#contentLayoutGrid2 .row:before,
#contentLayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#contentLayoutGrid2:after,
#contentLayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#contentLayoutGrid2 > .row > .col-1, #contentLayoutGrid2 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_contentLayoutGrid3
{
   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;
}
#contentLayoutGrid3
{
   box-sizing: border-box;
   padding: 80px 0px 100px 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#contentLayoutGrid3 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#contentLayoutGrid3 > .row > .col-1, #contentLayoutGrid3 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#contentLayoutGrid3 > .row > .col-1, #contentLayoutGrid3 > .row > .col-2
{
   float: left;
}
#contentLayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   width: 50%;
   text-align: left;
}
#contentLayoutGrid3 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0px 30px 0px 0px;
}
#contentLayoutGrid3 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   width: 50%;
   text-align: center;
}
#contentLayoutGrid3 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0px 10px 0px;
}
#contentLayoutGrid3:before,
#contentLayoutGrid3:after,
#contentLayoutGrid3 .row:before,
#contentLayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#contentLayoutGrid3:after,
#contentLayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#contentLayoutGrid3 > .row > .col-1, #contentLayoutGrid3 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_contentCarousel1
{
   background-color: #F8F9FA;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_contentCarousel1
{
   box-sizing: border-box;
   width: 100%;
   height: 337px;
}
#contentCarousel1
{
   position: relative;
   margin: 0;
   line-height: 1;
   height: 100%;
   box-sizing: border-box;
}
#contentCarousel1 .carousel-inner
{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
}
.carousel.pointer-event
{
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
#contentCarousel1 .carousel-inner::after
{
   display: block;
   clear: both;
   content: "";
}
#contentCarousel1 .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   float: left;
   width: 100%;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   transition: transform 500ms ease-in-out;
   height: 100%;
   text-align: left;
}
#contentCarousel1 .carousel-item-next:not(.carousel-item-start), #contentCarousel1 .active.carousel-item-end
{
   transform: translateX(100%);
}
#contentCarousel1 .carousel-item-prev:not(.carousel-item-end), #contentCarousel1 .active.carousel-item-start
{
   transform: translateX(-100%);
}
#contentCarousel1 .carousel-item-inner
{
   padding: 0px 0px 0px 0px;
}
#contentCarousel1 .carousel-inner > .carousel-item > img, #contentCarousel1 .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#contentCarousel1 .carousel-inner > .active, #contentCarousel1 .carousel-inner > .carousel-item-next, #contentCarousel1 .carousel-inner > .carousel-item-prev
{
   display: block;
}
#contentCarousel1 .carousel-inner > .carousel-item-next, #contentCarousel1 .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#contentCarousel1 .carousel-indicators
{
   list-style: none;
   bottom: 0;
   padding: 0;
   margin: 0;
   position: absolute;
   margin-left: -51px;
   left: 50%;
   vertical-align: middle;
   z-index: 999;
}
#contentCarousel1 .carousel-indicators li
{
   display: block;
   float: left;
   margin: 12px 12px 12px 12px;
   width: 9px;
   height: 9px;
   cursor: pointer;
   text-indent: -999px;
   border-radius: 50%;
   background-color: #FFFFFF;
   border: 1px solid #DDDDDD;
}
#contentCarousel1 .carousel-indicators .active
{
   background-color: #DDDDDD;
}
#contentCarousel1 .carousel-control
{
   display: flex;
   position: absolute;
   align-items: center;
   justify-content: center;
   left: 0;
   top: 0;
   bottom: 0;
   width: 8%;
   text-align: center;
   opacity: 0.5;
   cursor: pointer;
   z-index: 7776;
}
#contentCarousel1 .carousel-control.carousel-item-end
{
   left: auto;
   right: 0;
}
#contentCarousel1 .carousel-control .carousel-control-prev-icon, #contentCarousel1 .carousel-control .carousel-control-next-icon
{
   display: inline-block;
   position: absolute;
   width: 32px;
   height: 32px;
   z-index: 5;
}
#contentCarousel1 .carousel-control:hover
{
   text-decoration: none;
   outline: 0;
   opacity: 1;
}
.sr-only
{
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0px, 0px, 0px, 0px);
   border: 0;
}
#contentCarousel1 .frame
{
   width: 485px;
   display: inline-block;
   float: left;
   height: 337px;
}
#contentCarousel1 .carousel-control-next, #contentCarousel1 .carousel-control-prev
{
   cursor: pointer;
   text-align: center;
   opacity: 0.5;
}
#contentCarousel1 .carousel-control-next-icon, #contentCarousel1 .carousel-control-prev-icon
{
   display: inline-block;
   width: 32px;
   height: 32px;
   background: transparent no-repeat center center;
   background-size: 100% 100%;
}
#contentCarousel1 .carousel-control-next:hover, #contentCarousel1 .carousel-control-prev:hover
{
   text-decoration: none;
   outline: 0;
   opacity: 1;
}
#contentCarousel1 .carousel-control-prev-icon
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23DDDDDD%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M279%20466%20L279%20466%20C267%20479%2C%20262%20495%2C%20262%20511%20L262%20511%20C262%20527%2C%20267%20543%2C%20279%20556%20L654%20931%20L654%20931%20C668%20943%2C%20682%20949%2C%20699%20949%20C716%20949%2C%20731%20943%2C%20744%20931%20C756%20918%2C%20762%20903%2C%20762%20886%20C762%20869%2C%20756%20854%2C%20744%20841%20L412%20511%20L412%20511%20L744%20181%20L744%20181%20C756%20168%2C%20762%20153%2C%20762%20136%20C762%20120%2C%20756%20104%2C%20744%2091%20C731%2080%2C%20716%2074%2C%20699%2074%20C682%2074%2C%20668%2080%2C%20654%2091%20L279%20466%20L279%20466%20L279%20466%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;
}
#contentCarousel1 .carousel-control:hover .carousel-control-prev-icon
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23DDDDDD%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M279%20466%20L279%20466%20C267%20479%2C%20262%20495%2C%20262%20511%20L262%20511%20C262%20527%2C%20267%20543%2C%20279%20556%20L654%20931%20L654%20931%20C668%20943%2C%20682%20949%2C%20699%20949%20C716%20949%2C%20731%20943%2C%20744%20931%20C756%20918%2C%20762%20903%2C%20762%20886%20C762%20869%2C%20756%20854%2C%20744%20841%20L412%20511%20L412%20511%20L744%20181%20L744%20181%20C756%20168%2C%20762%20153%2C%20762%20136%20C762%20120%2C%20756%20104%2C%20744%2091%20C731%2080%2C%20716%2074%2C%20699%2074%20C682%2074%2C%20668%2080%2C%20654%2091%20L279%20466%20L279%20466%20L279%20466%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;
}
#contentCarousel1 .carousel-control-next-icon
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23DDDDDD%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M744%20466%20L744%20466%20C756%20479%2C%20762%20495%2C%20762%20511%20L762%20511%20C762%20527%2C%20756%20543%2C%20744%20556%20L369%20931%20L369%20931%20C355%20943%2C%20341%20949%2C%20324%20949%20C307%20949%2C%20292%20943%2C%20279%20931%20C267%20918%2C%20262%20903%2C%20262%20886%20C262%20869%2C%20267%20854%2C%20279%20841%20L611%20511%20L611%20511%20L279%20181%20L279%20181%20C267%20168%2C%20262%20153%2C%20262%20136%20C262%20120%2C%20267%20104%2C%20279%2091%20C292%2080%2C%20307%2074%2C%20324%2074%20C341%2074%2C%20355%2080%2C%20369%2091%20L744%20466%20L744%20466%20L744%20466%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;
}
#contentCarousel1 .carousel-control:hover .carousel-control-next-icon
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23DDDDDD%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M744%20466%20L744%20466%20C756%20479%2C%20762%20495%2C%20762%20511%20L762%20511%20C762%20527%2C%20756%20543%2C%20744%20556%20L369%20931%20L369%20931%20C355%20943%2C%20341%20949%2C%20324%20949%20C307%20949%2C%20292%20943%2C%20279%20931%20C267%20918%2C%20262%20903%2C%20262%20886%20C262%20869%2C%20267%20854%2C%20279%20841%20L611%20511%20L611%20511%20L279%20181%20L279%20181%20C267%20168%2C%20262%20153%2C%20262%20136%20C262%20120%2C%20267%20104%2C%20279%2091%20C292%2080%2C%20307%2074%2C%20324%2074%20C341%2074%2C%20355%2080%2C%20369%2091%20L744%20466%20L744%20466%20L744%20466%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;
}
#contentCarousel1 .frame-1
{
   background-color: transparent;
   background-image: url('../images/futurecity02.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}
#contentCarousel1 .frame-2
{
   background-color: transparent;
   background-image: url('../images/futurecity03.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}
#contentCarousel1 .frame-3
{
   background-color: transparent;
   background-image: url('../images/futurecity04.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}
#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: 0px 0px 50px 0px;
}
#featuresLayoutGrid
{
   box-sizing: border-box;
   padding: 250px 0px 50px 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#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;
   width:  calc((100% - 30px) / 3);
   text-align: left;
}
#featuresLayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   width: 15px;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   width:  calc((100% - 30px) / 3);
   text-align: left;
}
#featuresLayoutGrid > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   width: 15px;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-5
{
   background-color: transparent;
   background-image: none;
   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.0);
}
#featuresLayoutGrid-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#featuresLayoutGrid-divider-bottom .divider-fill
{
   fill: #FFFFFF;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_footerText
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 25px 0px 0px 0px;
   margin: 0;
   text-align: left;
}
#wb_footerText
{
   color: #A9A9A9;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 15px;
}
#wb_footerText div
{
   text-align: left;
}
#wb_footerText
{
   display: block;
   box-sizing: border-box;
   width: 100%;
}
#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::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#upIcon
{
   height: 24px;
   width: 24px;
}
#upIcon i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 24px;
}
#wb_upIcon:hover i
{
   color: #007BFF;
}
#wb_contentHeading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0px 0px 10px 0px;
   text-align: left;
}
#contentHeading3
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_contentText3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0px 0px 20px 0px;
   margin: 0;
   text-align: left;
}
#wb_contentText3
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 15px;
}
#wb_contentText3 div
{
   text-align: left;
}
#wb_contentText3
{
   display: block;
   box-sizing: border-box;
   width: 100%;
}
#wb_headerLogo1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   vertical-align: top;
   margin: 0;
   padding: 0px 0px 0px 0px;
   text-align: left;
}
#headerLogo1
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 800;
   font-style: normal;
   font-size: 35px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_headerLogo2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   vertical-align: top;
   margin: 0;
   padding: 0px 0px 0px 0px;
   text-align: left;
}
#headerLogo2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 800;
   font-style: normal;
   font-size: 35px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_welcomeText5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0px 0px 10px 0px;
   margin: 0;
   text-align: left;
   animation: slide-left-in 1000ms linear 300ms 1 normal both;
}
#wb_welcomeText5 div
{
   text-align: left;
}
#wb_welcomeText5
{
   display: block;
   box-sizing: border-box;
   width: 100%;
}
#wb_welcomeText6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0px 0px 10px 0px;
   margin: 0;
   text-align: left;
   animation: slide-right-in 1000ms linear 1000ms 1 normal both;
}
#wb_welcomeText6 div
{
   text-align: left;
}
#wb_welcomeText6
{
   display: block;
   box-sizing: border-box;
   width: 100%;
}
#wb_welcomeText1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0px 0px 10px 0px;
   margin: 0;
   text-align: left;
   animation: slide-left-in 1000ms linear 300ms 1 normal both;
}
#wb_welcomeText1 div
{
   text-align: left;
}
#wb_welcomeText1
{
   display: block;
   box-sizing: border-box;
   width: 100%;
}
#wb_welcomeText2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0px 0px 10px 0px;
   margin: 0;
   text-align: left;
   animation: slide-right-in 1000ms linear 1000ms 1 normal both;
}
#wb_welcomeText2 div
{
   text-align: left;
}
#wb_welcomeText2
{
   display: block;
   box-sizing: border-box;
   width: 100%;
}
#wb_welcomeText3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0px 0px 10px 0px;
   margin: 0;
   text-align: left;
   animation: slide-left-in 1000ms linear 300ms 1 normal both;
}
#wb_welcomeText3 div
{
   text-align: left;
}
#wb_welcomeText3
{
   display: block;
   box-sizing: border-box;
   width: 100%;
}
#wb_welcomeText4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0px 0px 10px 0px;
   margin: 0;
   text-align: left;
   animation: slide-right-in 1000ms linear 1000ms 1 normal both;
}
#wb_welcomeText4 div
{
   text-align: left;
}
#wb_welcomeText4
{
   display: block;
   box-sizing: border-box;
   width: 100%;
}
#wb_contentHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0px 0px 10px 0px;
   text-align: left;
}
#contentHeading1
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_contentText1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0px 0px 20px 0px;
   margin: 0;
   text-align: left;
}
#wb_contentText1
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 15px;
}
#wb_contentText1 div
{
   text-align: left;
}
#wb_contentText1
{
   display: block;
   box-sizing: border-box;
   width: 100%;
}
#wb_contentCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   background-color: #245B5E;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: right;
}
#contentCard1-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);
}
#contentCard1-card-item0
{
   box-sizing: border-box;
   margin: 0px 0px -33px 0px;
   padding: 0px 20px 0px 0px;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#contentCard1-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_contentCard1:hover #contentCard1-card-item0
{
   transform: translate(5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#contentCard1-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#contentCard1-card-item1
{
   display: inline-block;
   height: 34px;
   box-sizing: border-box;
   margin: 0;
   padding: 0px 0px 10px 0px;
   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;
}
#contentCard1-card-item1
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_contentCard1:hover #contentCard1-card-item1
{
   transform: translate(-5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#contentCard1-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 24px;
   width: 24px;
}
#wb_contentCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   background-color: #006C53;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: right;
}
#contentCard2-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);
}
#contentCard2-card-item0
{
   box-sizing: border-box;
   margin: 0px 0px -33px 0px;
   padding: 0px 20px 0px 0px;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#contentCard2-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_contentCard2:hover #contentCard2-card-item0
{
   transform: translate(5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#contentCard2-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#contentCard2-card-item1
{
   display: inline-block;
   height: 34px;
   box-sizing: border-box;
   margin: 0;
   padding: 0px 0px 10px 0px;
   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;
}
#contentCard2-card-item1
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_contentCard2:hover #contentCard2-card-item1
{
   transform: translate(-5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#contentCard2-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 24px;
   width: 24px;
}
#wb_contentCard3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   background-color: #A7B84E;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: right;
}
#contentCard3-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);
}
#contentCard3-card-item0
{
   box-sizing: border-box;
   margin: 0px 0px -33px 0px;
   padding: 0px 20px 0px 0px;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#contentCard3-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_contentCard3:hover #contentCard3-card-item0
{
   transform: translate(5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#contentCard3-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#contentCard3-card-item1
{
   display: inline-block;
   height: 34px;
   box-sizing: border-box;
   margin: 0;
   padding: 0px 0px 10px 0px;
   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;
}
#contentCard3-card-item1
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_contentCard3:hover #contentCard3-card-item1
{
   transform: translate(-5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#contentCard3-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 24px;
   width: 24px;
}
#wb_contentCard4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   background-color: #72B2C8;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: right;
}
#contentCard4-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);
}
#contentCard4-card-item0
{
   box-sizing: border-box;
   margin: 0px 0px -33px 0px;
   padding: 0px 20px 0px 0px;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#contentCard4-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_contentCard4:hover #contentCard4-card-item0
{
   transform: translate(5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#contentCard4-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#contentCard4-card-item1
{
   display: inline-block;
   height: 34px;
   box-sizing: border-box;
   margin: 0;
   padding: 0px 0px 10px 0px;
   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;
}
#contentCard4-card-item1
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_contentCard4:hover #contentCard4-card-item1
{
   transform: translate(-5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#contentCard4-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 24px;
   width: 24px;
}
#wb_contentHeading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0px 0px 10px 0px;
   text-align: left;
}
#contentHeading2
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_contentText2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0px 0px 20px 0px;
   margin: 0;
   text-align: left;
}
#wb_contentText2
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 15px;
}
#wb_contentText2 div
{
   text-align: left;
}
#wb_contentText2
{
   display: block;
   box-sizing: border-box;
   width: 100%;
}
#wb_featuresCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 25px 0px;
   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: 0px 0px 0px 0px;
   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: 0px 0px 0px 0px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: 0;
   width: 100%;
   height: auto;
}
#featuresCard1-card-item1
{
   box-sizing: border-box;
   margin: 0px 0px -40px 0px;
   padding: 20px 20px 20px 20px;
   background-color: #FFFFFF;
   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: 19px;
   text-align: left;
}
#featuresCard1-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#featuresCard1-card-item2
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   padding: 0px 20px 0px 0px;
   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_contentCarousel2
{
   background-color: #F8F9FA;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_contentCarousel2
{
   box-sizing: border-box;
   width: 100%;
   height: 337px;
}
#contentCarousel2
{
   position: relative;
   margin: 0;
   line-height: 1;
   height: 100%;
   box-sizing: border-box;
}
#contentCarousel2 .carousel-inner
{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
}
.carousel.pointer-event
{
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
#contentCarousel2 .carousel-inner::after
{
   display: block;
   clear: both;
   content: "";
}
#contentCarousel2 .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   float: left;
   width: 100%;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   transition: transform 500ms ease-in-out;
   height: 100%;
   text-align: left;
}
#contentCarousel2 .carousel-item-next:not(.carousel-item-start), #contentCarousel2 .active.carousel-item-end
{
   transform: translateX(100%);
}
#contentCarousel2 .carousel-item-prev:not(.carousel-item-end), #contentCarousel2 .active.carousel-item-start
{
   transform: translateX(-100%);
}
#contentCarousel2 .carousel-item-inner
{
   padding: 0px 0px 0px 0px;
}
#contentCarousel2 .carousel-inner > .carousel-item > img, #contentCarousel2 .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#contentCarousel2 .carousel-inner > .active, #contentCarousel2 .carousel-inner > .carousel-item-next, #contentCarousel2 .carousel-inner > .carousel-item-prev
{
   display: block;
}
#contentCarousel2 .carousel-inner > .carousel-item-next, #contentCarousel2 .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#contentCarousel2 .carousel-indicators
{
   list-style: none;
   bottom: 0;
   padding: 0;
   margin: 0;
   position: absolute;
   margin-left: -51px;
   left: 50%;
   vertical-align: middle;
   z-index: 999;
}
#contentCarousel2 .carousel-indicators li
{
   display: block;
   float: left;
   margin: 12px 12px 12px 12px;
   width: 9px;
   height: 9px;
   cursor: pointer;
   text-indent: -999px;
   border-radius: 50%;
   background-color: #FFFFFF;
   border: 1px solid #DDDDDD;
}
#contentCarousel2 .carousel-indicators .active
{
   background-color: #DDDDDD;
}
#contentCarousel2 .carousel-control
{
   display: flex;
   position: absolute;
   align-items: center;
   justify-content: center;
   left: 0;
   top: 0;
   bottom: 0;
   width: 8%;
   text-align: center;
   opacity: 0.5;
   cursor: pointer;
   z-index: 7776;
}
#contentCarousel2 .carousel-control.carousel-item-end
{
   left: auto;
   right: 0;
}
#contentCarousel2 .carousel-control .carousel-control-prev-icon, #contentCarousel2 .carousel-control .carousel-control-next-icon
{
   display: inline-block;
   position: absolute;
   width: 32px;
   height: 32px;
   z-index: 5;
}
#contentCarousel2 .carousel-control:hover
{
   text-decoration: none;
   outline: 0;
   opacity: 1;
}
.sr-only
{
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0px, 0px, 0px, 0px);
   border: 0;
}
#contentCarousel2 .frame
{
   width: 485px;
   display: inline-block;
   float: left;
   height: 337px;
}
#contentCarousel2 .carousel-control-next, #contentCarousel2 .carousel-control-prev
{
   cursor: pointer;
   text-align: center;
   opacity: 0.5;
}
#contentCarousel2 .carousel-control-next-icon, #contentCarousel2 .carousel-control-prev-icon
{
   display: inline-block;
   width: 32px;
   height: 32px;
   background: transparent no-repeat center center;
   background-size: 100% 100%;
}
#contentCarousel2 .carousel-control-next:hover, #contentCarousel2 .carousel-control-prev:hover
{
   text-decoration: none;
   outline: 0;
   opacity: 1;
}
#contentCarousel2 .carousel-control-prev-icon
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23DDDDDD%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M279%20466%20L279%20466%20C267%20479%2C%20262%20495%2C%20262%20511%20L262%20511%20C262%20527%2C%20267%20543%2C%20279%20556%20L654%20931%20L654%20931%20C668%20943%2C%20682%20949%2C%20699%20949%20C716%20949%2C%20731%20943%2C%20744%20931%20C756%20918%2C%20762%20903%2C%20762%20886%20C762%20869%2C%20756%20854%2C%20744%20841%20L412%20511%20L412%20511%20L744%20181%20L744%20181%20C756%20168%2C%20762%20153%2C%20762%20136%20C762%20120%2C%20756%20104%2C%20744%2091%20C731%2080%2C%20716%2074%2C%20699%2074%20C682%2074%2C%20668%2080%2C%20654%2091%20L279%20466%20L279%20466%20L279%20466%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;
}
#contentCarousel2 .carousel-control:hover .carousel-control-prev-icon
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23DDDDDD%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M279%20466%20L279%20466%20C267%20479%2C%20262%20495%2C%20262%20511%20L262%20511%20C262%20527%2C%20267%20543%2C%20279%20556%20L654%20931%20L654%20931%20C668%20943%2C%20682%20949%2C%20699%20949%20C716%20949%2C%20731%20943%2C%20744%20931%20C756%20918%2C%20762%20903%2C%20762%20886%20C762%20869%2C%20756%20854%2C%20744%20841%20L412%20511%20L412%20511%20L744%20181%20L744%20181%20C756%20168%2C%20762%20153%2C%20762%20136%20C762%20120%2C%20756%20104%2C%20744%2091%20C731%2080%2C%20716%2074%2C%20699%2074%20C682%2074%2C%20668%2080%2C%20654%2091%20L279%20466%20L279%20466%20L279%20466%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;
}
#contentCarousel2 .carousel-control-next-icon
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23DDDDDD%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M744%20466%20L744%20466%20C756%20479%2C%20762%20495%2C%20762%20511%20L762%20511%20C762%20527%2C%20756%20543%2C%20744%20556%20L369%20931%20L369%20931%20C355%20943%2C%20341%20949%2C%20324%20949%20C307%20949%2C%20292%20943%2C%20279%20931%20C267%20918%2C%20262%20903%2C%20262%20886%20C262%20869%2C%20267%20854%2C%20279%20841%20L611%20511%20L611%20511%20L279%20181%20L279%20181%20C267%20168%2C%20262%20153%2C%20262%20136%20C262%20120%2C%20267%20104%2C%20279%2091%20C292%2080%2C%20307%2074%2C%20324%2074%20C341%2074%2C%20355%2080%2C%20369%2091%20L744%20466%20L744%20466%20L744%20466%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;
}
#contentCarousel2 .carousel-control:hover .carousel-control-next-icon
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23DDDDDD%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M744%20466%20L744%20466%20C756%20479%2C%20762%20495%2C%20762%20511%20L762%20511%20C762%20527%2C%20756%20543%2C%20744%20556%20L369%20931%20L369%20931%20C355%20943%2C%20341%20949%2C%20324%20949%20C307%20949%2C%20292%20943%2C%20279%20931%20C267%20918%2C%20262%20903%2C%20262%20886%20C262%20869%2C%20267%20854%2C%20279%20841%20L611%20511%20L611%20511%20L279%20181%20L279%20181%20C267%20168%2C%20262%20153%2C%20262%20136%20C262%20120%2C%20267%20104%2C%20279%2091%20C292%2080%2C%20307%2074%2C%20324%2074%20C341%2074%2C%20355%2080%2C%20369%2091%20L744%20466%20L744%20466%20L744%20466%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;
}
#contentCarousel2 .frame-1
{
   background-color: transparent;
   background-image: url('../images/futurecity08.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}
#contentCarousel2 .frame-2
{
   background-color: transparent;
   background-image: url('../images/futurecity09.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}
#contentCarousel2 .frame-3
{
   background-color: transparent;
   background-image: url('../images/futurecity10.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}
#wb_featuresCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 25px 0px;
   background-color: transparent;
   background-image: url('../images/futurecity11.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#featuresCard2-card-body
{
   padding: 0px 0px 0px 0px;
   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);
}
#featuresCard2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0px 0px 0px 0px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: 0;
   width: 100%;
   height: auto;
}
#featuresCard2-card-item1
{
   box-sizing: border-box;
   margin: 0px 0px -40px 0px;
   padding: 20px 20px 20px 20px;
   background-color: #FFFFFF;
   background-color: rgba(255, 255, 255, 0.80);
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#featuresCard2-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#featuresCard2-card-item2
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   padding: 0px 20px 0px 0px;
   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;
}
#featuresCard2-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#wb_featuresCard3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 25px 0px;
   background-color: transparent;
   background-image: url('../images/futurecity12.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#featuresCard3-card-body
{
   padding: 0px 0px 0px 0px;
   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);
}
#featuresCard3-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0px 0px 0px 0px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: 0;
   width: 100%;
   height: auto;
}
#featuresCard3-card-item1
{
   box-sizing: border-box;
   margin: 0px 0px -40px 0px;
   padding: 20px 20px 20px 20px;
   background-color: #FFFFFF;
   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: 19px;
   text-align: left;
}
#featuresCard3-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#featuresCard3-card-item2
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   padding: 0px 20px 0px 0px;
   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;
}
#featuresCard3-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#wb_contactLayoutGrid1
{
   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 0px 0px 0px;
}
#contactLayoutGrid1
{
   box-sizing: border-box;
   padding: 0px 0px 100px 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#contactLayoutGrid1 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#contactLayoutGrid1 > .row > .col-1, #contactLayoutGrid1 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#contactLayoutGrid1 > .row > .col-1, #contactLayoutGrid1 > .row > .col-2
{
   float: left;
}
#contactLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   width: 50%;
   text-align: left;
}
#contactLayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   width: 50%;
   text-align: left;
}
#contactLayoutGrid1:before,
#contactLayoutGrid1:after,
#contactLayoutGrid1 .row:before,
#contactLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#contactLayoutGrid1:after,
#contactLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#contactLayoutGrid1 > .row > .col-1, #contactLayoutGrid1 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_footer
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #222222;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footer
{
   box-sizing: border-box;
   padding: 0px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footer > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footer > .row > .col-1
{
   float: left;
}
#footer > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   width: 100%;
   text-align: left;
}
#footer:before,
#footer:after,
#footer .row:before,
#footer .row:after
{
   display: table;
   content: " ";
}
#footer:after,
#footer .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footer > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_contactImage1
{
   margin: 0;
   vertical-align: top;
}
#contactImage1
{
   border: 0px solid #000000;
   box-sizing: border-box;
   padding: 0px 15px 15px 0px;
   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: 0px 0px 0px 0px;
   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: #292D33;
   background-image: none;
   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;
   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: #292D33;
   background-image: none;
   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_contactCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #292D33;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#contactCard1-card-body
{
   padding: 50px 0px 50px 0px;
   flex: 1 1 auto;
   font-size: 0;
}
#contactCard1-card-item0
{
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   padding: 0px 0px 0px 0px;
   color: #989898;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#contactCard1-card-item1
{
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   padding: 0px 0px 0px 0px;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#contactCard1-card-item2
{
   display: inline-block;
   height: 43px;
   box-sizing: border-box;
   margin: 0px 10px 0px 0px;
   padding: 8px 8px 8px 8px;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard1-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#contactCard1-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard1-card-item3
{
   display: inline-block;
   height: 43px;
   box-sizing: border-box;
   margin: 0px 10px 0px 0px;
   padding: 8px 8px 8px 8px;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard1-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#contactCard1-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard1-card-item4
{
   display: inline-block;
   height: 43px;
   box-sizing: border-box;
   margin: 0px 10px 0px 0px;
   padding: 8px 8px 8px 8px;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard1-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#contactCard1-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard1-card-item5
{
   display: inline-block;
   height: 43px;
   box-sizing: border-box;
   margin: 0;
   padding: 8px 8px 8px 8px;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard1-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#contactCard1-card-item5 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#wb_contactCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #292D33;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#contactCard2-card-body
{
   padding: 50px 0px 50px 0px;
   flex: 1 1 auto;
   font-size: 0;
}
#contactCard2-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   padding: 20px 20px 20px 20px;
   border: 2px solid #D9D9D9;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #D9D9D9;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard2-card-item0 a
{
   color: inherit;
   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: 0px 0px 20px 0px;
   padding: 0px 0px 0px 0px;
   color: #989898;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#contactCard2-card-item2
{
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   padding: 0px 0px 0px 0px;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_contactLayoutGrid3
{
   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;
}
#contactLayoutGrid3
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 15px 0px 0px 0px;
   margin-right: auto;
   margin-left: auto;
}
#contactLayoutGrid3 > .col-1, #contactLayoutGrid3 > .col-2, #contactLayoutGrid3 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#contactLayoutGrid3 > .col-1, #contactLayoutGrid3 > .col-2, #contactLayoutGrid3 > .col-3
{
   flex: 0 0 auto;
}
#contactLayoutGrid3 > .col-1
{
   background-color: #292D33;
   background-image: none;
   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;
}
#contactLayoutGrid3 > .col-2
{
   background-color: transparent;
   background-image: none;
   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;
}
#contactLayoutGrid3 > .col-3
{
   background-color: #292D33;
   background-image: none;
   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)
{
#contactLayoutGrid3 > .col-1, #contactLayoutGrid3 > .col-2, #contactLayoutGrid3 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_contactCard4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #292D33;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#contactCard4-card-body
{
   padding: 50px 0px 50px 0px;
   flex: 1 1 auto;
   font-size: 0;
}
#contactCard4-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   padding: 20px 20px 20px 20px;
   border: 2px solid #D9D9D9;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #D9D9D9;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard4-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#contactCard4-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard4-card-item1
{
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   padding: 0px 0px 0px 0px;
   color: #989898;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#contactCard4-card-item2
{
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   padding: 0px 0px 0px 0px;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_contactCard3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #292D33;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#contactCard3-card-body
{
   padding: 50px 0px 50px 0px;
   flex: 1 1 auto;
   font-size: 0;
}
#contactCard3-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   padding: 20px 20px 20px 20px;
   border: 2px solid #D9D9D9;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #D9D9D9;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard3-card-item0 a
{
   color: inherit;
   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: 0px 0px 20px 0px;
   padding: 0px 0px 0px 0px;
   color: #989898;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#contactCard3-card-item2
{
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   padding: 0px 0px 0px 0px;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#socialmediaSticky
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
}
#socialmediaButton1
{
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 12px;
   font-style: normal;
   text-decoration: none;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   cursor: pointer;
}
#wb_socialmediaButton1
{
   border-radius: 0px;
   margin: 0;
   vertical-align: top;
}
#socialmediaButton1
{
   box-sizing: border-box;
   padding: 0px 0px 0px 48px;
   text-align: left;
}
#wb_socialmediaButton1 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: flex-start;
}
#socialmediaButton1
{
   color: #454545;
}
#socialmediaButton1 :hover
{
   color: #2B2B2B;
}
#socialmediaButton1 :active
{
   color: #FFFFFF;
}
#wb_socialmediaButton1 .ui-primary
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23FFFFFF%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M996%20515%20L996%20515%20C994%20425%2C%20973%20344%2C%20930%20271%20L930%20271%20C887%20198%2C%20828%20139%2C%20756%2097%20L756%2097%20C683%2053%2C%20602%2032%2C%20512%2031%20C422%2032%2C%20341%2053%2C%20268%2097%20C195%20139%2C%20136%20198%2C%2094%20271%20C50%20344%2C%2029%20425%2C%2028%20515%20C30%20638%2C%2069%20743%2C%20145%20831%20C220%20919%2C%20317%20973%2C%20436%20993%20L436%20656%20L436%20656%20L313%20656%20L313%20656%20L313%20515%20L313%20515%20L436%20515%20L436%20515%20L436%20407%20L436%20407%20C437%20348%2C%20454%20302%2C%20486%20269%20C519%20237%2C%20563%20220%2C%20618%20220%20C646%20220%2C%20672%20221%2C%20694%20224%20C715%20226%2C%20726%20228%2C%20727%20230%20C727%20230%2C%20727%20230%2C%20727%20230%20L727%20349%20L727%20349%20L666%20349%20L666%20349%20C636%20349%2C%20615%20356%2C%20604%20372%20C592%20387%2C%20587%20403%2C%20588%20423%20L588%20515%20L588%20515%20L723%20515%20L723%20515%20L701%20656%20L701%20656%20L588%20656%20L588%20656%20L588%20993%20L588%20993%20C707%20973%2C%20804%20919%2C%20879%20831%20C954%20743%2C%20993%20638%2C%20996%20515%20L996%20515%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   top: 50%;
   transform: translateY(-50%);
   width: 24px;
   height: 24px;
}
#wb_socialmediaButton1:hover .ui-primary
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23FFFFFF%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M996%20515%20L996%20515%20C994%20425%2C%20973%20344%2C%20930%20271%20L930%20271%20C887%20198%2C%20828%20139%2C%20756%2097%20L756%2097%20C683%2053%2C%20602%2032%2C%20512%2031%20C422%2032%2C%20341%2053%2C%20268%2097%20C195%20139%2C%20136%20198%2C%2094%20271%20C50%20344%2C%2029%20425%2C%2028%20515%20C30%20638%2C%2069%20743%2C%20145%20831%20C220%20919%2C%20317%20973%2C%20436%20993%20L436%20656%20L436%20656%20L313%20656%20L313%20656%20L313%20515%20L313%20515%20L436%20515%20L436%20515%20L436%20407%20L436%20407%20C437%20348%2C%20454%20302%2C%20486%20269%20C519%20237%2C%20563%20220%2C%20618%20220%20C646%20220%2C%20672%20221%2C%20694%20224%20C715%20226%2C%20726%20228%2C%20727%20230%20C727%20230%2C%20727%20230%2C%20727%20230%20L727%20349%20L727%20349%20L666%20349%20L666%20349%20C636%20349%2C%20615%20356%2C%20604%20372%20C592%20387%2C%20587%20403%2C%20588%20423%20L588%20515%20L588%20515%20L723%20515%20L723%20515%20L701%20656%20L701%20656%20L588%20656%20L588%20656%20L588%20993%20L588%20993%20C707%20973%2C%20804%20919%2C%20879%20831%20C954%20743%2C%20993%20638%2C%20996%20515%20L996%20515%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;
}
#wb_socialmediaButton1:active .ui-primary
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23FFFFFF%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M996%20515%20L996%20515%20C994%20425%2C%20973%20344%2C%20930%20271%20L930%20271%20C887%20198%2C%20828%20139%2C%20756%2097%20L756%2097%20C683%2053%2C%20602%2032%2C%20512%2031%20C422%2032%2C%20341%2053%2C%20268%2097%20C195%20139%2C%20136%20198%2C%2094%20271%20C50%20344%2C%2029%20425%2C%2028%20515%20C30%20638%2C%2069%20743%2C%20145%20831%20C220%20919%2C%20317%20973%2C%20436%20993%20L436%20656%20L436%20656%20L313%20656%20L313%20656%20L313%20515%20L313%20515%20L436%20515%20L436%20515%20L436%20407%20L436%20407%20C437%20348%2C%20454%20302%2C%20486%20269%20C519%20237%2C%20563%20220%2C%20618%20220%20C646%20220%2C%20672%20221%2C%20694%20224%20C715%20226%2C%20726%20228%2C%20727%20230%20C727%20230%2C%20727%20230%2C%20727%20230%20L727%20349%20L727%20349%20L666%20349%20L666%20349%20C636%20349%2C%20615%20356%2C%20604%20372%20C592%20387%2C%20587%20403%2C%20588%20423%20L588%20515%20L588%20515%20L723%20515%20L723%20515%20L701%20656%20L701%20656%20L588%20656%20L588%20656%20L588%20993%20L588%20993%20C707%20973%2C%20804%20919%2C%20879%20831%20C954%20743%2C%20993%20638%2C%20996%20515%20L996%20515%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%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-state-active, #wb_socialmediaButton1 .ui-button:active
{
   border-color: #3A579A;
   background-color: #3A579A;
   background-image: none;
   color: #FFFFFF;
}
#socialmediaButton2
{
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 12px;
   font-style: normal;
   text-decoration: none;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   cursor: pointer;
}
#wb_socialmediaButton2
{
   border-radius: 0px;
   margin: 0;
   vertical-align: top;
}
#socialmediaButton2
{
   box-sizing: border-box;
   padding: 0px 0px 0px 48px;
   text-align: left;
}
#wb_socialmediaButton2 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: flex-start;
}
#socialmediaButton2
{
   color: #454545;
}
#socialmediaButton2 :hover
{
   color: #2B2B2B;
}
#socialmediaButton2 :active
{
   color: #FFFFFF;
}
#wb_socialmediaButton2 .ui-primary
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23FFFFFF%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M770%20106%20L770%20106%20L908%20106%20L908%20106%20L607%20449%20L607%20449%20L961%20918%20L961%20918%20L684%20918%20L684%20918%20L467%20635%20L467%20635%20L219%20918%20L219%20918%20L80%20918%20L80%20918%20L402%20551%20L402%20551%20L63%20106%20L63%20106%20L346%20106%20L346%20106%20L543%20365%20L543%20365%20L770%20106%20L770%20106%20L770%20106%20Z%20M721%20836%20L721%20836%20L799%20836%20L799%20836%20L305%20184%20L305%20184%20L223%20184%20L223%20184%20L721%20836%20L721%20836%20L721%20836%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   top: 50%;
   transform: translateY(-50%);
   width: 24px;
   height: 24px;
}
#wb_socialmediaButton2:hover .ui-primary
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23FFFFFF%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M770%20106%20L770%20106%20L908%20106%20L908%20106%20L607%20449%20L607%20449%20L961%20918%20L961%20918%20L684%20918%20L684%20918%20L467%20635%20L467%20635%20L219%20918%20L219%20918%20L80%20918%20L80%20918%20L402%20551%20L402%20551%20L63%20106%20L63%20106%20L346%20106%20L346%20106%20L543%20365%20L543%20365%20L770%20106%20L770%20106%20L770%20106%20Z%20M721%20836%20L721%20836%20L799%20836%20L799%20836%20L305%20184%20L305%20184%20L223%20184%20L223%20184%20L721%20836%20L721%20836%20L721%20836%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;
}
#wb_socialmediaButton2:active .ui-primary
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23FFFFFF%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M770%20106%20L770%20106%20L908%20106%20L908%20106%20L607%20449%20L607%20449%20L961%20918%20L961%20918%20L684%20918%20L684%20918%20L467%20635%20L467%20635%20L219%20918%20L219%20918%20L80%20918%20L80%20918%20L402%20551%20L402%20551%20L63%20106%20L63%20106%20L346%20106%20L346%20106%20L543%20365%20L543%20365%20L770%20106%20L770%20106%20L770%20106%20Z%20M721%20836%20L721%20836%20L799%20836%20L799%20836%20L305%20184%20L305%20184%20L223%20184%20L223%20184%20L721%20836%20L721%20836%20L721%20836%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;
}
#wb_socialmediaButton2 .ui-corner-all, #wb_socialmediaButton2 .ui-corner-left
{
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
#wb_socialmediaButton2 .ui-corner-all, #wb_socialmediaButton2 .ui-corner-right
{
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
}
#socialmediaButton2
{
   transition: all 500ms ease-out 0ms;
}
#socialmediaButton2:hover
{
   transform: translate(-100px,0px) rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#wb_socialmediaButton2 .ui-button
{
   background-color: #00ABF1;
   background-image: none;
   border: 0px solid #00ABF1;
   color: #FFFFFF;
}
#wb_socialmediaButton2 .ui-state-hover, #wb_socialmediaButton2 .ui-button:hover
{
   border-color: #00ABF1;
   background-color: #00ABF1;
   background-image: none;
   color: #FFFFFF;
}
#wb_socialmediaButton2 .ui-state-active, #wb_socialmediaButton2 .ui-button:active
{
   border-color: #00ABF1;
   background-color: #00ABF1;
   background-image: none;
   color: #FFFFFF;
}
#socialmediaButton3
{
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 12px;
   font-style: normal;
   text-decoration: none;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   cursor: pointer;
}
#wb_socialmediaButton3
{
   border-radius: 0px;
   margin: 0;
   vertical-align: top;
}
#socialmediaButton3
{
   box-sizing: border-box;
   padding: 0px 0px 0px 48px;
   text-align: left;
}
#wb_socialmediaButton3 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: flex-start;
}
#socialmediaButton3
{
   color: #454545;
}
#socialmediaButton3 :hover
{
   color: #2B2B2B;
}
#socialmediaButton3 :active
{
   color: #FFFFFF;
}
#wb_socialmediaButton3 .ui-primary
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23FFFFFF%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M996%20512%20L996%20512%20C994%20602%2C%20973%20683%2C%20930%20756%20L930%20756%20C887%20828%2C%20828%20887%2C%20756%20930%20L756%20930%20C683%20973%2C%20602%20994%2C%20512%20996%20C463%20996%2C%20415%20989%2C%20369%20975%20C380%20957%2C%20391%20937%2C%20403%20914%20C415%20892%2C%20423%20870%2C%20428%20848%20C432%20834%2C%20437%20812%2C%20445%20783%20C453%20755%2C%20458%20737%2C%20459%20733%20C459%20733%2C%20459%20733%2C%20459%20733%20C467%20749%2C%20481%20761%2C%20502%20772%20C521%20782%2C%20544%20787%2C%20570%20787%20C645%20785%2C%20705%20757%2C%20750%20699%20C796%20643%2C%20819%20572%2C%20820%20486%20C819%20404%2C%20791%20338%2C%20735%20287%20C679%20234%2C%20608%20208%2C%20522%20207%20C418%20210%2C%20338%20240%2C%20283%20297%20C229%20353%2C%20203%20421%2C%20203%20500%20C203%20538%2C%20212%20574%2C%20229%20610%20C246%20646%2C%20269%20672%2C%20301%20688%20C310%20692%2C%20315%20690%2C%20317%20682%20C318%20677%2C%20321%20667%2C%20324%20653%20C327%20642%2C%20329%20634%2C%20330%20627%20C332%20622%2C%20330%20617%2C%20326%20613%20C317%20600%2C%20309%20585%2C%20301%20565%20C294%20544%2C%20291%20522%2C%20291%20502%20C291%20446%2C%20310%20398%2C%20350%20358%20C387%20316%2C%20440%20294%2C%20510%20291%20C570%20292%2C%20618%20311%2C%20656%20348%20C692%20383%2C%20712%20430%2C%20713%20488%20C712%20555%2C%20696%20608%2C%20668%20649%20C639%20689%2C%20604%20710%2C%20561%20711%20C537%20710%2C%20517%20701%2C%20502%20686%20C488%20669%2C%20483%20647%2C%20488%20623%20C494%20602%2C%20500%20582%2C%20506%20561%20C519%20523%2C%20526%20490%2C%20528%20463%20C528%20422%2C%20508%20399%2C%20467%20395%20C442%20395%2C%20421%20406%2C%20404%20428%20C389%20449%2C%20380%20476%2C%20379%20512%20C380%20534%2C%20383%20551%2C%20387%20563%20C391%20575%2C%20393%20583%2C%20395%20584%20C395%20584%2C%20395%20584%2C%20395%20584%20C393%20586%2C%20389%20603%2C%20381%20637%20C373%20671%2C%20365%20707%2C%20356%20744%20C347%20782%2C%20341%20809%2C%20338%20824%20C333%20846%2C%20330%20869%2C%20330%20895%20C332%20921%2C%20334%20944%2C%20336%20963%20C244%20927%2C%20169%20867%2C%20113%20787%20C57%20708%2C%2029%20616%2C%2028%20512%20C29%20422%2C%2050%20341%2C%2094%20268%20C136%20195%2C%20195%20136%2C%20268%2094%20C341%2050%2C%20422%2029%2C%20512%2028%20C602%2029%2C%20683%2050%2C%20756%2094%20C828%20136%2C%20887%20195%2C%20930%20268%20C973%20341%2C%20994%20422%2C%20996%20512%20L996%20512%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   top: 50%;
   transform: translateY(-50%);
   width: 24px;
   height: 24px;
}
#wb_socialmediaButton3:hover .ui-primary
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23FFFFFF%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M996%20512%20L996%20512%20C994%20602%2C%20973%20683%2C%20930%20756%20L930%20756%20C887%20828%2C%20828%20887%2C%20756%20930%20L756%20930%20C683%20973%2C%20602%20994%2C%20512%20996%20C463%20996%2C%20415%20989%2C%20369%20975%20C380%20957%2C%20391%20937%2C%20403%20914%20C415%20892%2C%20423%20870%2C%20428%20848%20C432%20834%2C%20437%20812%2C%20445%20783%20C453%20755%2C%20458%20737%2C%20459%20733%20C459%20733%2C%20459%20733%2C%20459%20733%20C467%20749%2C%20481%20761%2C%20502%20772%20C521%20782%2C%20544%20787%2C%20570%20787%20C645%20785%2C%20705%20757%2C%20750%20699%20C796%20643%2C%20819%20572%2C%20820%20486%20C819%20404%2C%20791%20338%2C%20735%20287%20C679%20234%2C%20608%20208%2C%20522%20207%20C418%20210%2C%20338%20240%2C%20283%20297%20C229%20353%2C%20203%20421%2C%20203%20500%20C203%20538%2C%20212%20574%2C%20229%20610%20C246%20646%2C%20269%20672%2C%20301%20688%20C310%20692%2C%20315%20690%2C%20317%20682%20C318%20677%2C%20321%20667%2C%20324%20653%20C327%20642%2C%20329%20634%2C%20330%20627%20C332%20622%2C%20330%20617%2C%20326%20613%20C317%20600%2C%20309%20585%2C%20301%20565%20C294%20544%2C%20291%20522%2C%20291%20502%20C291%20446%2C%20310%20398%2C%20350%20358%20C387%20316%2C%20440%20294%2C%20510%20291%20C570%20292%2C%20618%20311%2C%20656%20348%20C692%20383%2C%20712%20430%2C%20713%20488%20C712%20555%2C%20696%20608%2C%20668%20649%20C639%20689%2C%20604%20710%2C%20561%20711%20C537%20710%2C%20517%20701%2C%20502%20686%20C488%20669%2C%20483%20647%2C%20488%20623%20C494%20602%2C%20500%20582%2C%20506%20561%20C519%20523%2C%20526%20490%2C%20528%20463%20C528%20422%2C%20508%20399%2C%20467%20395%20C442%20395%2C%20421%20406%2C%20404%20428%20C389%20449%2C%20380%20476%2C%20379%20512%20C380%20534%2C%20383%20551%2C%20387%20563%20C391%20575%2C%20393%20583%2C%20395%20584%20C395%20584%2C%20395%20584%2C%20395%20584%20C393%20586%2C%20389%20603%2C%20381%20637%20C373%20671%2C%20365%20707%2C%20356%20744%20C347%20782%2C%20341%20809%2C%20338%20824%20C333%20846%2C%20330%20869%2C%20330%20895%20C332%20921%2C%20334%20944%2C%20336%20963%20C244%20927%2C%20169%20867%2C%20113%20787%20C57%20708%2C%2029%20616%2C%2028%20512%20C29%20422%2C%2050%20341%2C%2094%20268%20C136%20195%2C%20195%20136%2C%20268%2094%20C341%2050%2C%20422%2029%2C%20512%2028%20C602%2029%2C%20683%2050%2C%20756%2094%20C828%20136%2C%20887%20195%2C%20930%20268%20C973%20341%2C%20994%20422%2C%20996%20512%20L996%20512%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;
}
#wb_socialmediaButton3:active .ui-primary
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23FFFFFF%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M996%20512%20L996%20512%20C994%20602%2C%20973%20683%2C%20930%20756%20L930%20756%20C887%20828%2C%20828%20887%2C%20756%20930%20L756%20930%20C683%20973%2C%20602%20994%2C%20512%20996%20C463%20996%2C%20415%20989%2C%20369%20975%20C380%20957%2C%20391%20937%2C%20403%20914%20C415%20892%2C%20423%20870%2C%20428%20848%20C432%20834%2C%20437%20812%2C%20445%20783%20C453%20755%2C%20458%20737%2C%20459%20733%20C459%20733%2C%20459%20733%2C%20459%20733%20C467%20749%2C%20481%20761%2C%20502%20772%20C521%20782%2C%20544%20787%2C%20570%20787%20C645%20785%2C%20705%20757%2C%20750%20699%20C796%20643%2C%20819%20572%2C%20820%20486%20C819%20404%2C%20791%20338%2C%20735%20287%20C679%20234%2C%20608%20208%2C%20522%20207%20C418%20210%2C%20338%20240%2C%20283%20297%20C229%20353%2C%20203%20421%2C%20203%20500%20C203%20538%2C%20212%20574%2C%20229%20610%20C246%20646%2C%20269%20672%2C%20301%20688%20C310%20692%2C%20315%20690%2C%20317%20682%20C318%20677%2C%20321%20667%2C%20324%20653%20C327%20642%2C%20329%20634%2C%20330%20627%20C332%20622%2C%20330%20617%2C%20326%20613%20C317%20600%2C%20309%20585%2C%20301%20565%20C294%20544%2C%20291%20522%2C%20291%20502%20C291%20446%2C%20310%20398%2C%20350%20358%20C387%20316%2C%20440%20294%2C%20510%20291%20C570%20292%2C%20618%20311%2C%20656%20348%20C692%20383%2C%20712%20430%2C%20713%20488%20C712%20555%2C%20696%20608%2C%20668%20649%20C639%20689%2C%20604%20710%2C%20561%20711%20C537%20710%2C%20517%20701%2C%20502%20686%20C488%20669%2C%20483%20647%2C%20488%20623%20C494%20602%2C%20500%20582%2C%20506%20561%20C519%20523%2C%20526%20490%2C%20528%20463%20C528%20422%2C%20508%20399%2C%20467%20395%20C442%20395%2C%20421%20406%2C%20404%20428%20C389%20449%2C%20380%20476%2C%20379%20512%20C380%20534%2C%20383%20551%2C%20387%20563%20C391%20575%2C%20393%20583%2C%20395%20584%20C395%20584%2C%20395%20584%2C%20395%20584%20C393%20586%2C%20389%20603%2C%20381%20637%20C373%20671%2C%20365%20707%2C%20356%20744%20C347%20782%2C%20341%20809%2C%20338%20824%20C333%20846%2C%20330%20869%2C%20330%20895%20C332%20921%2C%20334%20944%2C%20336%20963%20C244%20927%2C%20169%20867%2C%20113%20787%20C57%20708%2C%2029%20616%2C%2028%20512%20C29%20422%2C%2050%20341%2C%2094%20268%20C136%20195%2C%20195%20136%2C%20268%2094%20C341%2050%2C%20422%2029%2C%20512%2028%20C602%2029%2C%20683%2050%2C%20756%2094%20C828%20136%2C%20887%20195%2C%20930%20268%20C973%20341%2C%20994%20422%2C%20996%20512%20L996%20512%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;
}
#wb_socialmediaButton3 .ui-corner-all, #wb_socialmediaButton3 .ui-corner-left
{
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
#wb_socialmediaButton3 .ui-corner-all, #wb_socialmediaButton3 .ui-corner-right
{
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
}
#socialmediaButton3
{
   transition: all 500ms ease-out 0ms;
}
#socialmediaButton3:hover
{
   transform: translate(-100px,0px) rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#wb_socialmediaButton3 .ui-button
{
   background-color: #CD1A1F;
   background-image: none;
   border: 0px solid #CD1A1F;
   color: #FFFFFF;
}
#wb_socialmediaButton3 .ui-state-hover, #wb_socialmediaButton3 .ui-button:hover
{
   border-color: #CD1A1F;
   background-color: #CD1A1F;
   background-image: none;
   color: #FFFFFF;
}
#wb_socialmediaButton3 .ui-state-active, #wb_socialmediaButton3 .ui-button:active
{
   border-color: #CD1A1F;
   background-color: #CD1A1F;
   background-image: none;
   color: #FFFFFF;
}
#socialmediaButton4
{
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 12px;
   font-style: normal;
   text-decoration: none;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   cursor: pointer;
}
#wb_socialmediaButton4
{
   border-radius: 0px;
   margin: 0;
   vertical-align: top;
}
#socialmediaButton4
{
   box-sizing: border-box;
   padding: 0px 0px 0px 48px;
   text-align: left;
}
#wb_socialmediaButton4 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: flex-start;
}
#socialmediaButton4
{
   color: #454545;
}
#socialmediaButton4 :hover
{
   color: #2B2B2B;
}
#socialmediaButton4 :active
{
   color: #FFFFFF;
}
#wb_socialmediaButton4 .ui-primary
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23FFFFFF%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M268%20943%20L268%20943%20L86%20943%20L86%20943%20L86%20359%20L86%20359%20L268%20359%20L268%20359%20L268%20943%20L268%20943%20Z%20M178%20278%20L178%20278%20C148%20276%2C%20123%20266%2C%20104%20247%20L104%20247%20C84%20227%2C%2074%20203%2C%2073%20173%20C74%20132%2C%2091%20101%2C%20125%2081%20C161%2063%2C%20196%2063%2C%20231%2081%20C264%20101%2C%20282%20132%2C%20283%20173%20C282%20203%2C%20271%20227%2C%20252%20247%20C232%20266%2C%20208%20276%2C%20178%20278%20L178%20278%20Z%20M948%20943%20L948%20943%20L766%20943%20L766%20943%20L766%20657%20L766%20657%20C769%20623%2C%20765%20589%2C%20754%20556%20C744%20523%2C%20717%20506%2C%20672%20503%20C627%20505%2C%20597%20520%2C%20582%20550%20C568%20580%2C%20562%20614%2C%20563%20653%20L563%20943%20L563%20943%20L381%20943%20L381%20943%20L381%20359%20L381%20359%20L557%20359%20L557%20359%20L557%20439%20L557%20439%20L559%20439%20L559%20439%20C570%20414%2C%20590%20392%2C%20618%20374%20C649%20354%2C%20686%20344%2C%20731%20343%20C819%20346%2C%20879%20373%2C%20908%20423%20C937%20475%2C%20950%20542%2C%20948%20622%20L948%20943%20L948%20943%20L948%20943%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   top: 50%;
   transform: translateY(-50%);
   width: 24px;
   height: 24px;
}
#wb_socialmediaButton4:hover .ui-primary
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23FFFFFF%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M268%20943%20L268%20943%20L86%20943%20L86%20943%20L86%20359%20L86%20359%20L268%20359%20L268%20359%20L268%20943%20L268%20943%20Z%20M178%20278%20L178%20278%20C148%20276%2C%20123%20266%2C%20104%20247%20L104%20247%20C84%20227%2C%2074%20203%2C%2073%20173%20C74%20132%2C%2091%20101%2C%20125%2081%20C161%2063%2C%20196%2063%2C%20231%2081%20C264%20101%2C%20282%20132%2C%20283%20173%20C282%20203%2C%20271%20227%2C%20252%20247%20C232%20266%2C%20208%20276%2C%20178%20278%20L178%20278%20Z%20M948%20943%20L948%20943%20L766%20943%20L766%20943%20L766%20657%20L766%20657%20C769%20623%2C%20765%20589%2C%20754%20556%20C744%20523%2C%20717%20506%2C%20672%20503%20C627%20505%2C%20597%20520%2C%20582%20550%20C568%20580%2C%20562%20614%2C%20563%20653%20L563%20943%20L563%20943%20L381%20943%20L381%20943%20L381%20359%20L381%20359%20L557%20359%20L557%20359%20L557%20439%20L557%20439%20L559%20439%20L559%20439%20C570%20414%2C%20590%20392%2C%20618%20374%20C649%20354%2C%20686%20344%2C%20731%20343%20C819%20346%2C%20879%20373%2C%20908%20423%20C937%20475%2C%20950%20542%2C%20948%20622%20L948%20943%20L948%20943%20L948%20943%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;
}
#wb_socialmediaButton4:active .ui-primary
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23FFFFFF%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M268%20943%20L268%20943%20L86%20943%20L86%20943%20L86%20359%20L86%20359%20L268%20359%20L268%20359%20L268%20943%20L268%20943%20Z%20M178%20278%20L178%20278%20C148%20276%2C%20123%20266%2C%20104%20247%20L104%20247%20C84%20227%2C%2074%20203%2C%2073%20173%20C74%20132%2C%2091%20101%2C%20125%2081%20C161%2063%2C%20196%2063%2C%20231%2081%20C264%20101%2C%20282%20132%2C%20283%20173%20C282%20203%2C%20271%20227%2C%20252%20247%20C232%20266%2C%20208%20276%2C%20178%20278%20L178%20278%20Z%20M948%20943%20L948%20943%20L766%20943%20L766%20943%20L766%20657%20L766%20657%20C769%20623%2C%20765%20589%2C%20754%20556%20C744%20523%2C%20717%20506%2C%20672%20503%20C627%20505%2C%20597%20520%2C%20582%20550%20C568%20580%2C%20562%20614%2C%20563%20653%20L563%20943%20L563%20943%20L381%20943%20L381%20943%20L381%20359%20L381%20359%20L557%20359%20L557%20359%20L557%20439%20L557%20439%20L559%20439%20L559%20439%20C570%20414%2C%20590%20392%2C%20618%20374%20C649%20354%2C%20686%20344%2C%20731%20343%20C819%20346%2C%20879%20373%2C%20908%20423%20C937%20475%2C%20950%20542%2C%20948%20622%20L948%20943%20L948%20943%20L948%20943%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%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-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: normal;
   font-size: 12px;
   font-style: normal;
   text-decoration: none;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   cursor: pointer;
}
#wb_socialmediaButton5
{
   border-radius: 0px;
   margin: 0;
   vertical-align: top;
}
#socialmediaButton5
{
   box-sizing: border-box;
   padding: 0px 0px 0px 48px;
   text-align: left;
}
#wb_socialmediaButton5 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: flex-start;
}
#socialmediaButton5
{
   color: #454545;
}
#socialmediaButton5 :hover
{
   color: #2B2B2B;
}
#socialmediaButton5 :active
{
   color: #FFFFFF;
}
#wb_socialmediaButton5 .ui-primary
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23FFFFFF%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M1023%20254%20L1023%20254%20C1008%20206%2C%20976%20173%2C%20928%20158%20C897%20152%2C%20848%20146%2C%20783%20142%20C718%20139%2C%20658%20137%2C%20602%20137%20C546%20137%2C%20516%20137%2C%20512%20137%20C508%20137%2C%20478%20137%2C%20422%20137%20C366%20137%2C%20305%20139%2C%20240%20142%20C175%20146%2C%20127%20152%2C%2096%20158%20C47%20173%2C%2015%20206%2C%200%20254%20C-7%20284%2C%20-12%20318%2C%20-16%20357%20C-18%20397%2C%20-20%20434%2C%20-22%20465%20C-22%20495%2C%20-22%20511%2C%20-22%20512%20C-22%20514%2C%20-22%20530%2C%20-22%20560%20C-20%20591%2C%20-18%20627%2C%20-16%20666%20C-12%20706%2C%20-7%20741%2C%200%20771%20C15%20819%2C%2047%20851%2C%2096%20865%20C127%20871%2C%20175%20877%2C%20240%20881%20C305%20884%2C%20366%20886%2C%20422%20887%20C478%20887%2C%20508%20887%2C%20512%20887%20C512%20887%2C%20512%20887%2C%20512%20887%20C516%20887%2C%20546%20887%2C%20602%20887%20C658%20886%2C%20718%20884%2C%20783%20881%20C848%20877%2C%20897%20871%2C%20928%20865%20C976%20851%2C%201008%20819%2C%201023%20771%20C1030%20741%2C%201035%20706%2C%201039%20666%20C1041%20627%2C%201043%20591%2C%201046%20560%20C1046%20530%2C%201046%20514%2C%201046%20512%20C1046%20511%2C%201046%20495%2C%201046%20465%20C1043%20434%2C%201041%20397%2C%201039%20357%20C1035%20318%2C%201030%20284%2C%201023%20254%20L1023%20254%20Z%20M402%20672%20L402%20672%20L402%20353%20L402%20353%20L682%20512%20L682%20512%20L402%20672%20L402%20672%20L402%20672%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   top: 50%;
   transform: translateY(-50%);
   width: 24px;
   height: 24px;
}
#wb_socialmediaButton5:hover .ui-primary
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23FFFFFF%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M1023%20254%20L1023%20254%20C1008%20206%2C%20976%20173%2C%20928%20158%20C897%20152%2C%20848%20146%2C%20783%20142%20C718%20139%2C%20658%20137%2C%20602%20137%20C546%20137%2C%20516%20137%2C%20512%20137%20C508%20137%2C%20478%20137%2C%20422%20137%20C366%20137%2C%20305%20139%2C%20240%20142%20C175%20146%2C%20127%20152%2C%2096%20158%20C47%20173%2C%2015%20206%2C%200%20254%20C-7%20284%2C%20-12%20318%2C%20-16%20357%20C-18%20397%2C%20-20%20434%2C%20-22%20465%20C-22%20495%2C%20-22%20511%2C%20-22%20512%20C-22%20514%2C%20-22%20530%2C%20-22%20560%20C-20%20591%2C%20-18%20627%2C%20-16%20666%20C-12%20706%2C%20-7%20741%2C%200%20771%20C15%20819%2C%2047%20851%2C%2096%20865%20C127%20871%2C%20175%20877%2C%20240%20881%20C305%20884%2C%20366%20886%2C%20422%20887%20C478%20887%2C%20508%20887%2C%20512%20887%20C512%20887%2C%20512%20887%2C%20512%20887%20C516%20887%2C%20546%20887%2C%20602%20887%20C658%20886%2C%20718%20884%2C%20783%20881%20C848%20877%2C%20897%20871%2C%20928%20865%20C976%20851%2C%201008%20819%2C%201023%20771%20C1030%20741%2C%201035%20706%2C%201039%20666%20C1041%20627%2C%201043%20591%2C%201046%20560%20C1046%20530%2C%201046%20514%2C%201046%20512%20C1046%20511%2C%201046%20495%2C%201046%20465%20C1043%20434%2C%201041%20397%2C%201039%20357%20C1035%20318%2C%201030%20284%2C%201023%20254%20L1023%20254%20Z%20M402%20672%20L402%20672%20L402%20353%20L402%20353%20L682%20512%20L682%20512%20L402%20672%20L402%20672%20L402%20672%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;
}
#wb_socialmediaButton5:active .ui-primary
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23FFFFFF%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M1023%20254%20L1023%20254%20C1008%20206%2C%20976%20173%2C%20928%20158%20C897%20152%2C%20848%20146%2C%20783%20142%20C718%20139%2C%20658%20137%2C%20602%20137%20C546%20137%2C%20516%20137%2C%20512%20137%20C508%20137%2C%20478%20137%2C%20422%20137%20C366%20137%2C%20305%20139%2C%20240%20142%20C175%20146%2C%20127%20152%2C%2096%20158%20C47%20173%2C%2015%20206%2C%200%20254%20C-7%20284%2C%20-12%20318%2C%20-16%20357%20C-18%20397%2C%20-20%20434%2C%20-22%20465%20C-22%20495%2C%20-22%20511%2C%20-22%20512%20C-22%20514%2C%20-22%20530%2C%20-22%20560%20C-20%20591%2C%20-18%20627%2C%20-16%20666%20C-12%20706%2C%20-7%20741%2C%200%20771%20C15%20819%2C%2047%20851%2C%2096%20865%20C127%20871%2C%20175%20877%2C%20240%20881%20C305%20884%2C%20366%20886%2C%20422%20887%20C478%20887%2C%20508%20887%2C%20512%20887%20C512%20887%2C%20512%20887%2C%20512%20887%20C516%20887%2C%20546%20887%2C%20602%20887%20C658%20886%2C%20718%20884%2C%20783%20881%20C848%20877%2C%20897%20871%2C%20928%20865%20C976%20851%2C%201008%20819%2C%201023%20771%20C1030%20741%2C%201035%20706%2C%201039%20666%20C1041%20627%2C%201043%20591%2C%201046%20560%20C1046%20530%2C%201046%20514%2C%201046%20512%20C1046%20511%2C%201046%20495%2C%201046%20465%20C1043%20434%2C%201041%20397%2C%201039%20357%20C1035%20318%2C%201030%20284%2C%201023%20254%20L1023%20254%20Z%20M402%20672%20L402%20672%20L402%20353%20L402%20353%20L682%20512%20L682%20512%20L402%20672%20L402%20672%20L402%20672%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%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-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: normal;
   font-size: 12px;
   font-style: normal;
   text-decoration: none;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   cursor: pointer;
}
#wb_socialmediaButton6
{
   border-radius: 0px;
   margin: 0;
   vertical-align: top;
}
#socialmediaButton6
{
   box-sizing: border-box;
   padding: 0px 0px 0px 48px;
   text-align: left;
}
#wb_socialmediaButton6 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: flex-start;
}
#socialmediaButton6
{
   color: #454545;
}
#socialmediaButton6 :hover
{
   color: #2B2B2B;
}
#socialmediaButton6 :active
{
   color: #FFFFFF;
}
#wb_socialmediaButton6 .ui-primary
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23FFFFFF%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M946%20306%20L946%20306%20C942%20391%2C%20882%20507%2C%20766%20656%20C647%20811%2C%20547%20888%2C%20465%20888%20C415%20888%2C%20371%20841%2C%20334%20746%20C326%20708%2C%20316%20673%2C%20307%20640%20C284%20547%2C%20262%20474%2C%20242%20423%20C224%20373%2C%20204%20346%2C%20180%20345%20C173%20345%2C%20151%20358%2C%20112%20386%20L71%20334%20L71%20334%20C90%20316%2C%20109%20300%2C%20127%20283%20C168%20247%2C%20205%20214%2C%20238%20187%20C273%20160%2C%20303%20144%2C%20328%20142%20C396%20135%2C%20437%20181%2C%20453%20281%20C479%20457%2C%20504%20562%2C%20528%20597%20C551%20634%2C%20588%20611%2C%20637%20529%20C674%20472%2C%20693%20427%2C%20696%20396%20C698%20353%2C%20685%20330%2C%20656%20324%20C629%20318%2C%20601%20323%2C%20572%20336%20C615%20196%2C%20697%20128%2C%20819%20131%20C908%20133%2C%20950%20191%2C%20946%20306%20L946%20306%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   top: 50%;
   transform: translateY(-50%);
   width: 24px;
   height: 24px;
}
#wb_socialmediaButton6:hover .ui-primary
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23FFFFFF%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M946%20306%20L946%20306%20C942%20391%2C%20882%20507%2C%20766%20656%20C647%20811%2C%20547%20888%2C%20465%20888%20C415%20888%2C%20371%20841%2C%20334%20746%20C326%20708%2C%20316%20673%2C%20307%20640%20C284%20547%2C%20262%20474%2C%20242%20423%20C224%20373%2C%20204%20346%2C%20180%20345%20C173%20345%2C%20151%20358%2C%20112%20386%20L71%20334%20L71%20334%20C90%20316%2C%20109%20300%2C%20127%20283%20C168%20247%2C%20205%20214%2C%20238%20187%20C273%20160%2C%20303%20144%2C%20328%20142%20C396%20135%2C%20437%20181%2C%20453%20281%20C479%20457%2C%20504%20562%2C%20528%20597%20C551%20634%2C%20588%20611%2C%20637%20529%20C674%20472%2C%20693%20427%2C%20696%20396%20C698%20353%2C%20685%20330%2C%20656%20324%20C629%20318%2C%20601%20323%2C%20572%20336%20C615%20196%2C%20697%20128%2C%20819%20131%20C908%20133%2C%20950%20191%2C%20946%20306%20L946%20306%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;
}
#wb_socialmediaButton6:active .ui-primary
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23FFFFFF%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M946%20306%20L946%20306%20C942%20391%2C%20882%20507%2C%20766%20656%20C647%20811%2C%20547%20888%2C%20465%20888%20C415%20888%2C%20371%20841%2C%20334%20746%20C326%20708%2C%20316%20673%2C%20307%20640%20C284%20547%2C%20262%20474%2C%20242%20423%20C224%20373%2C%20204%20346%2C%20180%20345%20C173%20345%2C%20151%20358%2C%20112%20386%20L71%20334%20L71%20334%20C90%20316%2C%20109%20300%2C%20127%20283%20C168%20247%2C%20205%20214%2C%20238%20187%20C273%20160%2C%20303%20144%2C%20328%20142%20C396%20135%2C%20437%20181%2C%20453%20281%20C479%20457%2C%20504%20562%2C%20528%20597%20C551%20634%2C%20588%20611%2C%20637%20529%20C674%20472%2C%20693%20427%2C%20696%20396%20C698%20353%2C%20685%20330%2C%20656%20324%20C629%20318%2C%20601%20323%2C%20572%20336%20C615%20196%2C%20697%20128%2C%20819%20131%20C908%20133%2C%20950%20191%2C%20946%20306%20L946%20306%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%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: #00B3EC;
   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-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: normal;
   font-size: 12px;
   font-style: normal;
   text-decoration: none;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   cursor: pointer;
}
#wb_socialmediaButton7
{
   border-radius: 0px;
   margin: 0;
   vertical-align: top;
}
#socialmediaButton7
{
   box-sizing: border-box;
   padding: 0px 0px 0px 48px;
   text-align: left;
}
#wb_socialmediaButton7 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: flex-start;
}
#socialmediaButton7
{
   color: #454545;
}
#socialmediaButton7 :hover
{
   color: #2B2B2B;
}
#socialmediaButton7 :active
{
   color: #FFFFFF;
}
#wb_socialmediaButton7 .ui-primary
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23FFFFFF%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M74%20128%20L74%20128%20C74%20110%2C%2080%2095%2C%2091%2083%20L91%2083%20C103%2072%2C%20118%2066%2C%20136%2066%20C288%2067%2C%20424%20103%2C%20546%20177%20C669%20249%2C%20766%20345%2C%20837%20468%20C910%20590%2C%20947%20727%2C%20949%20878%20C949%20896%2C%20943%20911%2C%20931%20923%20C919%20935%2C%20904%20941%2C%20886%20941%20C868%20941%2C%20853%20935%2C%20841%20923%20C829%20911%2C%20824%20896%2C%20824%20878%20C822%20751%2C%20792%20635%2C%20730%20530%20C669%20427%2C%20587%20345%2C%20484%20284%20C379%20222%2C%20263%20191%2C%20136%20191%20C118%20191%2C%20103%20185%2C%2091%20173%20C80%20161%2C%2074%20146%2C%2074%20128%20L74%20128%20Z%20M74%20816%20L74%20816%20C75%20769%2C%2095%20732%2C%20136%20708%20C178%20685%2C%20220%20685%2C%20261%20708%20C302%20732%2C%20323%20769%2C%20324%20816%20C323%20862%2C%20302%20898%2C%20261%20923%20C220%20946%2C%20178%20946%2C%20136%20923%20C95%20898%2C%2075%20862%2C%2074%20816%20L74%20816%20Z%20M136%20316%20L136%20316%20C240%20316%2C%20334%20342%2C%20419%20392%20L419%20392%20C504%20442%2C%20571%20510%2C%20622%20595%20L622%20595%20C672%20680%2C%20697%20774%2C%20699%20878%20C699%20896%2C%20693%20911%2C%20681%20923%20C669%20935%2C%20654%20941%2C%20636%20941%20C618%20941%2C%20603%20935%2C%20591%20923%20C580%20911%2C%20574%20896%2C%20574%20878%20C572%20796%2C%20552%20722%2C%20513%20657%20C475%20591%2C%20423%20539%2C%20357%20501%20C292%20462%2C%20218%20441%2C%20136%20441%20C118%20441%2C%20103%20435%2C%2091%20423%20C80%20411%2C%2074%20396%2C%2074%20378%20C74%20360%2C%2080%20345%2C%2091%20333%20C103%20322%2C%20118%20316%2C%20136%20316%20L136%20316%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   top: 50%;
   transform: translateY(-50%);
   width: 24px;
   height: 24px;
}
#wb_socialmediaButton7:hover .ui-primary
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23FFFFFF%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M74%20128%20L74%20128%20C74%20110%2C%2080%2095%2C%2091%2083%20L91%2083%20C103%2072%2C%20118%2066%2C%20136%2066%20C288%2067%2C%20424%20103%2C%20546%20177%20C669%20249%2C%20766%20345%2C%20837%20468%20C910%20590%2C%20947%20727%2C%20949%20878%20C949%20896%2C%20943%20911%2C%20931%20923%20C919%20935%2C%20904%20941%2C%20886%20941%20C868%20941%2C%20853%20935%2C%20841%20923%20C829%20911%2C%20824%20896%2C%20824%20878%20C822%20751%2C%20792%20635%2C%20730%20530%20C669%20427%2C%20587%20345%2C%20484%20284%20C379%20222%2C%20263%20191%2C%20136%20191%20C118%20191%2C%20103%20185%2C%2091%20173%20C80%20161%2C%2074%20146%2C%2074%20128%20L74%20128%20Z%20M74%20816%20L74%20816%20C75%20769%2C%2095%20732%2C%20136%20708%20C178%20685%2C%20220%20685%2C%20261%20708%20C302%20732%2C%20323%20769%2C%20324%20816%20C323%20862%2C%20302%20898%2C%20261%20923%20C220%20946%2C%20178%20946%2C%20136%20923%20C95%20898%2C%2075%20862%2C%2074%20816%20L74%20816%20Z%20M136%20316%20L136%20316%20C240%20316%2C%20334%20342%2C%20419%20392%20L419%20392%20C504%20442%2C%20571%20510%2C%20622%20595%20L622%20595%20C672%20680%2C%20697%20774%2C%20699%20878%20C699%20896%2C%20693%20911%2C%20681%20923%20C669%20935%2C%20654%20941%2C%20636%20941%20C618%20941%2C%20603%20935%2C%20591%20923%20C580%20911%2C%20574%20896%2C%20574%20878%20C572%20796%2C%20552%20722%2C%20513%20657%20C475%20591%2C%20423%20539%2C%20357%20501%20C292%20462%2C%20218%20441%2C%20136%20441%20C118%20441%2C%20103%20435%2C%2091%20423%20C80%20411%2C%2074%20396%2C%2074%20378%20C74%20360%2C%2080%20345%2C%2091%20333%20C103%20322%2C%20118%20316%2C%20136%20316%20L136%20316%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;
}
#wb_socialmediaButton7:active .ui-primary
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23FFFFFF%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M74%20128%20L74%20128%20C74%20110%2C%2080%2095%2C%2091%2083%20L91%2083%20C103%2072%2C%20118%2066%2C%20136%2066%20C288%2067%2C%20424%20103%2C%20546%20177%20C669%20249%2C%20766%20345%2C%20837%20468%20C910%20590%2C%20947%20727%2C%20949%20878%20C949%20896%2C%20943%20911%2C%20931%20923%20C919%20935%2C%20904%20941%2C%20886%20941%20C868%20941%2C%20853%20935%2C%20841%20923%20C829%20911%2C%20824%20896%2C%20824%20878%20C822%20751%2C%20792%20635%2C%20730%20530%20C669%20427%2C%20587%20345%2C%20484%20284%20C379%20222%2C%20263%20191%2C%20136%20191%20C118%20191%2C%20103%20185%2C%2091%20173%20C80%20161%2C%2074%20146%2C%2074%20128%20L74%20128%20Z%20M74%20816%20L74%20816%20C75%20769%2C%2095%20732%2C%20136%20708%20C178%20685%2C%20220%20685%2C%20261%20708%20C302%20732%2C%20323%20769%2C%20324%20816%20C323%20862%2C%20302%20898%2C%20261%20923%20C220%20946%2C%20178%20946%2C%20136%20923%20C95%20898%2C%2075%20862%2C%2074%20816%20L74%20816%20Z%20M136%20316%20L136%20316%20C240%20316%2C%20334%20342%2C%20419%20392%20L419%20392%20C504%20442%2C%20571%20510%2C%20622%20595%20L622%20595%20C672%20680%2C%20697%20774%2C%20699%20878%20C699%20896%2C%20693%20911%2C%20681%20923%20C669%20935%2C%20654%20941%2C%20636%20941%20C618%20941%2C%20603%20935%2C%20591%20923%20C580%20911%2C%20574%20896%2C%20574%20878%20C572%20796%2C%20552%20722%2C%20513%20657%20C475%20591%2C%20423%20539%2C%20357%20501%20C292%20462%2C%20218%20441%2C%20136%20441%20C118%20441%2C%20103%20435%2C%2091%20423%20C80%20411%2C%2074%20396%2C%2074%20378%20C74%20360%2C%2080%20345%2C%2091%20333%20C103%20322%2C%20118%20316%2C%20136%20316%20L136%20316%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%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-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: normal;
   font-size: 12px;
   font-style: normal;
   text-decoration: none;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   cursor: pointer;
}
#wb_socialmediaButton8
{
   border-radius: 0px;
   margin: 0;
   vertical-align: top;
}
#socialmediaButton8
{
   box-sizing: border-box;
   padding: 0px 0px 0px 48px;
   text-align: left;
}
#wb_socialmediaButton8 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: flex-start;
}
#socialmediaButton8
{
   color: #454545;
}
#socialmediaButton8 :hover
{
   color: #2B2B2B;
}
#socialmediaButton8 :active
{
   color: #FFFFFF;
}
#wb_socialmediaButton8 .ui-primary
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23FFFFFF%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M137%20230%20L137%20230%20C117%20231%2C%20106%20242%2C%20105%20262%20L105%20304%20L105%20304%20L443%20582%20L443%20582%20C464%20597%2C%20486%20605%2C%20512%20605%20C538%20605%2C%20561%20597%2C%20582%20582%20L918%20304%20L918%20304%20L918%20262%20L918%20262%20C916%20242%2C%20906%20231%2C%20887%20230%20L137%20230%20L137%20230%20L137%20230%20Z%20M105%20426%20L105%20426%20L105%20762%20L105%20762%20C106%20781%2C%20117%20792%2C%20137%20793%20L887%20793%20L887%20793%20C906%20792%2C%20916%20781%2C%20918%20762%20L918%20426%20L918%20426%20L640%20654%20L640%20654%20C601%20684%2C%20559%20699%2C%20512%20699%20C465%20699%2C%20422%20684%2C%20383%20654%20L105%20426%20L105%20426%20L105%20426%20Z%20M12%20262%20L12%20262%20C12%20226%2C%2025%20198%2C%2049%20174%20L49%20174%20C73%20150%2C%20101%20137%2C%20137%20137%20L887%20137%20L887%20137%20C922%20137%2C%20950%20150%2C%20974%20174%20C998%20198%2C%201011%20226%2C%201012%20262%20L1012%20762%20L1012%20762%20C1011%20797%2C%20998%20825%2C%20974%20849%20C950%20873%2C%20922%20886%2C%20887%20887%20L137%20887%20L137%20887%20C101%20886%2C%2073%20873%2C%2049%20849%20C25%20825%2C%2012%20797%2C%2012%20762%20L12%20262%20L12%20262%20L12%20262%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   top: 50%;
   transform: translateY(-50%);
   width: 24px;
   height: 24px;
}
#wb_socialmediaButton8:hover .ui-primary
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23FFFFFF%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M137%20230%20L137%20230%20C117%20231%2C%20106%20242%2C%20105%20262%20L105%20304%20L105%20304%20L443%20582%20L443%20582%20C464%20597%2C%20486%20605%2C%20512%20605%20C538%20605%2C%20561%20597%2C%20582%20582%20L918%20304%20L918%20304%20L918%20262%20L918%20262%20C916%20242%2C%20906%20231%2C%20887%20230%20L137%20230%20L137%20230%20L137%20230%20Z%20M105%20426%20L105%20426%20L105%20762%20L105%20762%20C106%20781%2C%20117%20792%2C%20137%20793%20L887%20793%20L887%20793%20C906%20792%2C%20916%20781%2C%20918%20762%20L918%20426%20L918%20426%20L640%20654%20L640%20654%20C601%20684%2C%20559%20699%2C%20512%20699%20C465%20699%2C%20422%20684%2C%20383%20654%20L105%20426%20L105%20426%20L105%20426%20Z%20M12%20262%20L12%20262%20C12%20226%2C%2025%20198%2C%2049%20174%20L49%20174%20C73%20150%2C%20101%20137%2C%20137%20137%20L887%20137%20L887%20137%20C922%20137%2C%20950%20150%2C%20974%20174%20C998%20198%2C%201011%20226%2C%201012%20262%20L1012%20762%20L1012%20762%20C1011%20797%2C%20998%20825%2C%20974%20849%20C950%20873%2C%20922%20886%2C%20887%20887%20L137%20887%20L137%20887%20C101%20886%2C%2073%20873%2C%2049%20849%20C25%20825%2C%2012%20797%2C%2012%20762%20L12%20262%20L12%20262%20L12%20262%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;
}
#wb_socialmediaButton8:active .ui-primary
{
   background: url('data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%23FFFFFF%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22scale%281%29%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22M137%20230%20L137%20230%20C117%20231%2C%20106%20242%2C%20105%20262%20L105%20304%20L105%20304%20L443%20582%20L443%20582%20C464%20597%2C%20486%20605%2C%20512%20605%20C538%20605%2C%20561%20597%2C%20582%20582%20L918%20304%20L918%20304%20L918%20262%20L918%20262%20C916%20242%2C%20906%20231%2C%20887%20230%20L137%20230%20L137%20230%20L137%20230%20Z%20M105%20426%20L105%20426%20L105%20762%20L105%20762%20C106%20781%2C%20117%20792%2C%20137%20793%20L887%20793%20L887%20793%20C906%20792%2C%20916%20781%2C%20918%20762%20L918%20426%20L918%20426%20L640%20654%20L640%20654%20C601%20684%2C%20559%20699%2C%20512%20699%20C465%20699%2C%20422%20684%2C%20383%20654%20L105%20426%20L105%20426%20L105%20426%20Z%20M12%20262%20L12%20262%20C12%20226%2C%2025%20198%2C%2049%20174%20L49%20174%20C73%20150%2C%20101%20137%2C%20137%20137%20L887%20137%20L887%20137%20C922%20137%2C%20950%20150%2C%20974%20174%20C998%20198%2C%201011%20226%2C%201012%20262%20L1012%20762%20L1012%20762%20C1011%20797%2C%20998%20825%2C%20974%20849%20C950%20873%2C%20922%20886%2C%20887%20887%20L137%20887%20L137%20887%20C101%20886%2C%2073%20873%2C%2049%20849%20C25%20825%2C%2012%20797%2C%2012%20762%20L12%20262%20L12%20262%20L12%20262%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%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: #726B72;
   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-state-active, #wb_socialmediaButton8 .ui-button:active
{
   border-color: #726B72;
   background-color: #726B72;
   background-image: none;
   color: #FFFFFF;
}
