body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
   #wb_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: rgba(255,255,255,0.59);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#headerLayoutGrid
{
   box-sizing: border-box;
   padding: 10px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#headerLayoutGrid > .row
{
   margin-right: 0;
   margin-left: 0;
}
#headerLayoutGrid > .row > .col-1, #headerLayoutGrid > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#headerLayoutGrid > .row > .col-1, #headerLayoutGrid > .row > .col-2
{
   float: left;
}
#headerLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#headerLayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#headerLayoutGrid:before,
#headerLayoutGrid:after,
#headerLayoutGrid .row:before,
#headerLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#headerLayoutGrid:after,
#headerLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 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: 0;
}
.headerMenu .container:before,
.headerMenu .container:after 
{
   content: " ";
   display: table;
}
.headerMenu .container:after 
{
   clear: both;
}
.headerMenu .collapse 
{
   display: none;
}
.headerMenu .collapse.show 
{
   display: block;
}
.headerMenu .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
   transition: height .35s ease;
}
.headerMenu .arrow, .headerMenu .arrow-right
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 4px;
   vertical-align: middle;
   border-top: 4px solid #000;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
.headerMenu .dropdown 
{
   position: relative;
}
.headerMenu .dropdown-toggle:focus 
{
   outline: 0;
}
.headerMenu .dropdown-menu 
{
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 160px;
   padding: 5px 0;
   margin: 2px 0 0;
   list-style: none;
   font-size: 16px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid rgba(255,255,255,1.00);
   border-radius: 6px;
   background-clip: padding-box;
}
.headerMenu .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FFFFFF;
}
.headerMenu .dropdown-menu > li > a
{
   display: block;
   padding: 3px 20px 3px 20px;
   clear: both;
   line-height: 1.428571429;
   color: #000000;
   text-transform: none;
   white-space: nowrap;
}
.headerMenu .dropdown-menu > li > a:hover,
.headerMenu .dropdown-menu > li > a:focus 
{
   text-decoration: none;
   color: #000000;
   background-color: #EDEDED;
   background-image: none;
}
.headerMenu .dropdown-menu > li > a.active,
.headerMenu .dropdown-menu > li > a.active:hover,
.headerMenu .dropdown-menu > li > a.active:focus
{
   color: #000000;
   background-color: #EDEDED;
   background-image: none;
   text-decoration: none;
   outline: 0;
}
.headerMenu .show > .dropdown-menu
{
   display: block;
}
.headerMenu .show > a
{
   outline: 0;
}
.headerMenu .dropdown-header
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.headerMenu .dropdown-backdrop
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.headerMenu .dropdown.show .dropdown-menu
{
   animation-name: headerMenu-animation;
   animation-duration: 500ms;
   animation-iteration-count: 1;
   animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
   animation-fill-mode: forwards;
}
@keyframes headerMenu-animation
{
   0%
   {
      opacity: 0;
      transform: translateY(-10px);
   }
   100%
   {
      opacity: 1;
      transform: translateY(0);
   }
}
.headerMenu .nav > li 
{
   position: relative;
   display: block;
}
.headerMenu .nav > li > a
{
   position: relative;
   display: block;
   padding: 15px 15px 15px 15px;
}
.headerMenu .nav .show > a,
.headerMenu .nav .show > a:hover,
.headerMenu .nav .show > a:focus
{
    border-color: #FFFFFF;
}
.headerMenu .nav .nav-divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FFFFFF;
}
.headerMenu .nav .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.headerMenu
{
   position: relative;
}
.headerMenu:before,
.headerMenu:after
{
   content: " ";
   display: table;
}
.headerMenu:after
{
   clear: both;
}
.headerMenu .navbar-header:before,
.headerMenu .navbar-header:after
{
   content: " ";
   display: table;
}
.headerMenu .navbar-header:after
{
   clear: both;
}
.headerMenu-navbar-collapse 
{
   overflow-x: visible;
   -webkit-overflow-scrolling: touch;
}
.headerMenu-navbar-collapse:before,
.headerMenu-navbar-collapse:after
{
   content: " ";
   display: table;
}
.headerMenu-navbar-collapse:after
{
   clear: both;
}
.headerMenu-navbar-collapse.show
{
   overflow-y: auto;
}
.headerMenu .navbar-toggle 
{
   position: relative;
   float: right;
   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 .arrow,
.headerMenu .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.headerMenu .navbar-nav > .show > a,
.headerMenu .navbar-nav > .show > a:hover,
.headerMenu .navbar-nav > .show > a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #000000;
}
.headerMenu .navbar-nav > .show > a .arrow,
.headerMenu .navbar-nav > .show > a:hover .arrow,
.headerMenu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.headerMenu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.headerMenu .navbar-link
{
   color: #000000;
}
.headerMenu .navbar-link:hover
{
   color: #000000;
}
.headerMenu .navbar-header
{
   color: #000000;
}
@media (min-width: 480px) 
{
.headerMenu .navbar-right .dropdown-menu
{
   right: 0;
   left: auto;
}
.headerMenu .navbar-header
{
   float: left;
}
.headerMenu-navbar-collapse
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.headerMenu-navbar-collapse.collapse
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.headerMenu-navbar-collapse.show
{
   overflow-y: auto;
}
.headerMenu .navbar-toggle
{
   display: none;
}
.headerMenu .navbar-nav
{
   float: right;
   margin: 0;
}
.headerMenu .navbar-nav > li
{
   float: left;
}
.headerMenu .container > .navbar-header,
.headerMenu .container > .headerMenu-navbar-collapse
{
   margin-right: 0;
   margin-left: 0;
}
.headerMenu .navbar-nav > .dropdown > a:hover .arrow,
.headerMenu .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
}
@media (max-width: 480px) 
{
.headerMenu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
}
.headerMenu .navbar-nav
{
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
}
.headerMenu .navbar-nav .show .dropdown-menu
{
   position: static !important;
   transform: translate3d(0px, 0px, 0px) !important;
   float: none;
   width: auto;
   margin-top: 0;
   background-color: transparent;
   border: 0;
   box-shadow: none;
}
.headerMenu .navbar-nav .show .dropdown-menu > li > a,
.headerMenu .navbar-nav .show .dropdown-menu .dropdown-header
{
   padding: 5px 15px 5px 15px;
}
.headerMenu .navbar-nav .show .dropdown-menu > li > a
{
   line-height: 20px;
}
}
@media (min-width: 480px) 
{
.headerMenu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
   border-radius: 6px;
}
.headerMenu .navbar-nav > li > a
{
   color: #000000;
}
.headerMenu .navbar-nav > li > a:hover,
.headerMenu .navbar-nav > li > a:focus
{
   color: #000000;
   background-color: transparent;
   background-image: none;
}
.headerMenu .navbar-nav > li > a.active,
.headerMenu .navbar-nav > li > a.active:hover,
.headerMenu .navbar-nav > li > a.active:focus
{
   color: #000000;
   background-color: transparent;
   background-image: none;
}
.headerMenu .navbar-nav > .show > a,
.headerMenu .navbar-nav > .show > a:hover,
.headerMenu .navbar-nav > .show > a:focus
{
   background-color: transparent;
   background-image: none;
   color: #000000;
}
.headerMenu .navbar-nav > .dropdown > a:hover .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.headerMenu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.headerMenu .navbar-nav > li > a.active > .arrow,
.headerMenu .navbar-nav > li > a.active:hover > .arrow,
.headerMenu .navbar-nav > li > a.active:focus > .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.headerMenu .navbar-nav > .show > a .arrow,
.headerMenu .navbar-nav > .show > a:hover .arrow,
.headerMenu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.headerMenu .navbar-link
{
   color: #000000;
}
.headerMenu .navbar-link:hover 
{
   color: #fff;
}
}
.headerMenu .navbar-nav > li:first-child > a
{
   border-top-left-radius: 6px;
   border-bottom-left-radius: 6px;
}
.headerMenu .dropdown-menu > li:last-child > a
{
   border-bottom-left-radius: 6px;
   border-bottom-right-radius: 6px;
}
#headerMenu i
{
   font-size: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_headerMenu
{
   z-index: 1111 !important;
}
#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/Statue.JPG');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 100px 0 0 0 ;
}
#welcomeLayoutGrid
{
   box-sizing: border-box;
   height: 75vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#welcomeLayoutGrid > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 50px;
   padding-left: 50px;
   position: relative;
}
#welcomeLayoutGrid > .col-1
{
   flex: 0 0 auto;
}
#welcomeLayoutGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#welcomeLayoutGrid > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_welcomeCarousel
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_welcomeCarousel
{
   box-sizing: border-box;
   width: 100%;
   height: 75vh;
}
#welcomeCarousel
{
   position: relative;
   margin: 0;
;
   height: 100%;
   box-sizing: border-box;
}
#welcomeCarousel .carousel-inner
{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
   perspective: 1200px;
}
.carousel.pointer-event
{
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
#welcomeCarousel .carousel-inner::after
{
   display: block;
   clear: both;
   content: "";
}
#welcomeCarousel .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   float: left;
   width: 100%;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   transform: translate3d(0, 0, 0);
   transform-style: preserve-3d;
   transition: opacity 500ms ease-in-out;
   height: 100%;
   text-align: center;
}
#welcomeCarousel .carousel-item-inner
{
   padding: 0;
   display: flex;
   align-items: center;
   flex-direction: column;
   justify-content: center;
   height: 100%;
   box-sizing: border-box;
}
#welcomeCarousel .carousel-inner > .carousel-item > img, #welcomeCarousel .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#welcomeCarousel .carousel-inner > .active, #welcomeCarousel .carousel-inner > .carousel-item-next, #welcomeCarousel .carousel-inner > .carousel-item-prev
{
   display: block;
}
#welcomeCarousel .carousel-inner > .active
{
   animation: welcomeCarousel-animation-show 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: -64px;
   left: 50%;
   vertical-align: middle;
   z-index: 999;
}
#welcomeCarousel .carousel-indicators li
{
   display: block;
   float: left;
   margin: 12px 12px 12px 12px;
   width: 7px;
   height: 7px;
   cursor: pointer;
   text-indent: -999px;
   background-color: transparent;
   border: 1px solid rgba(255,255,255,1.00);
}
#welcomeCarousel .carousel-indicators .active
{
   background-color: rgba(255,255,255,1.00);
}
#welcomeCarousel .frame
{
   width: 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 0 80px 0;
   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;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#contentLayoutGrid1 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#contentLayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#contentLayoutGrid1 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#contentLayoutGrid1 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   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: 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 0 80px 0;
   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;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#contentLayoutGrid2 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#contentLayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#contentLayoutGrid2 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 0 0 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_contentPLOMB, .contentPLOMB
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-color: #72B2C8;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: right;
}
#contentPLOMB-card-body
{
   padding: 20px 20px 20px 20px;
   font-size: 0;
}
.fade
{
   opacity: 0;
   transition: opacity .15s linear;
}
.fade.show
{
   opacity: 1;
}
.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);
}
#contentPLOMB-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -33px 0 ;
   padding: 0 20px 0 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#contentPLOMB-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_contentPLOMB:hover #contentPLOMB-card-item0
{
   transform: translate(5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#contentPLOMB-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#contentPLOMB-card-item1
{
   display: inline-block;
   height: 34px;
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
   border: 0px solid #C5C5C5;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#contentPLOMB-card-item1
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_contentPLOMB:hover #contentPLOMB-card-item1
{
   transform: translate(-5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#contentPLOMB-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 24px;
   width: 24px;
}
 .contentPLOMB
{
   position: absolute;
   top: 0;
   left: 0;
   z-index: 9999;
   display: block;
   max-width: 242px;
   width: 242px;
   height: 112px;
}
.contentPLOMB.popover .popover-arrow
{
   position: absolute;
   display: block;
   width: 1rem;
   height: 0.5rem;
   margin: 0 0.5rem;
}
.contentPLOMB.popover .popover-arrow::before, .contentPLOMB.popover .popover-arrow::after
{
   position: absolute;
   display: block;
   content: "";
   border-color: transparent;
   border-style: solid;
}
.contentPLOMB.bs-popover-end, .contentPLOMB.bs-popover-auto[x-placement^="right"]
{
   margin-left: 0.5rem;
}
.contentPLOMB.bs-popover-end > .popover-arrow, .contentPLOMB.bs-popover-auto[x-placement^="right"] > .popover-arrow 
{
   left: calc((0.5rem + 1px) * -1);
   width: 0.5rem;
   height: 1rem;
   margin: 0.5rem 0;
}
.contentPLOMB.bs-popover-end > .popover-arrow::before, .contentPLOMB.bs-popover-auto[x-placement^="right"] > .popover-arrow::before
{
   left: 0;
   border-width: 0.5rem 0.5rem 0.5rem 0;
   border-right-color: #DDDDDD;
}
.contentPLOMB.bs-popover-end > .popover-arrow::after, .contentPLOMB.bs-popover-auto[x-placement^="right"] > .popover-arrow::after
{
   left: 1px;
   border-width: 0.5rem 0.5rem 0.5rem 0;
   border-right-color: #72B2C8;
}
#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 0 100px 0;
   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;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#contentLayoutGrid3 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 30px 0 0;
}
#contentLayoutGrid3 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#contentLayoutGrid3 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#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: 310px;
}
#contentCarousel1
{
   position: relative;
   margin: 0;
;
   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: 0;
}
#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: rgba(255,255,255,1.00);
   border: 1px solid rgba(221,221,221,1.00);
}
#contentCarousel1 .carousel-indicators .active
{
   background-color: rgba(221,221,221,1.00);
}
#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;
   transition: opacity 0.3s ease;
   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: 310px;
}
#contentCarousel1 .carousel-control-next, #contentCarousel1 .carousel-control-prev
{
   cursor: pointer;
   text-align: center;
   opacity: 0.5;
   transition: opacity 0.3s ease;
}
#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:%23DDDDDD%22%20viewBox%3d%220%200%20128%20128%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M100%2026%20L62%2064%20L100%20102%20C101%20103%2c%20101%20104%2c%20101%20106%20C101%20107%2c%20101%20108%2c%20100%20109%20L88%20121%20C87%20122%2c%2086%20122%2c%2085%20122%20C84%20122%2c%2083%20122%2c%2082%20121%20L29%2068%20C28%2067%2c%2027%2066%2c%2027%2064%20C27%2063%2c%2028%2062%2c%2029%2061%20L82%208%20C83%207%2c%2084%207%2c%2085%207%20C86%207%2c%2087%207%2c%2088%208%20L100%2020%20C101%2021%2c%20101%2022%2c%20101%2023%20C101%2024%2c%20101%2026%2c%20100%2026%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#contentCarousel1 .carousel-control-next-icon
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23DDDDDD%22%20viewBox%3d%220%200%20128%20128%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M99%2068%20L46%20121%20C45%20122%2c%2044%20122%2c%2043%20122%20C42%20122%2c%2041%20122%2c%2040%20121%20L28%20109%20C27%20108%2c%2027%20107%2c%2027%20106%20C27%20104%2c%2027%20103%2c%2028%20102%20L66%2064%20L28%2026%20C27%2026%2c%2027%2024%2c%2027%2023%20C27%2022%2c%2027%2021%2c%2028%2020%20L40%208%20C41%207%2c%2042%207%2c%2043%207%20C44%207%2c%2045%207%2c%2046%208%20L99%2061%20C100%2062%2c%20101%2063%2c%20101%2064%20C101%2066%2c%20100%2067%2c%2099%2068%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#contentCarousel1 .frame-1
{
   background-color: transparent;
   background-image: url('../images/AE1.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: contain;
}
#contentCarousel1 .frame-2
{
   background-color: transparent;
   background-image: url('../images/AFNOR_RGE.png');
   background-repeat: space;
   background-position: center center;
   background-size: 100% 100%;
}
#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: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/futurecity05.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0 0 50px 0 ;
}
#featuresLayoutGrid
{
   box-sizing: border-box;
   padding: 250px 0 50px 0;
   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;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width:  calc((100% - 30px) / 3);
   text-align: left;
}
#featuresLayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 15px;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width:  calc((100% - 30px) / 3);
   text-align: left;
}
#featuresLayoutGrid > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 15px;
   text-align: left;
}
#featuresLayoutGrid > .row > .col-5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width:  calc((100% - 30px) / 3);
   text-align: left;
}
#featuresLayoutGrid:before,
#featuresLayoutGrid:after,
#featuresLayoutGrid .row:before,
#featuresLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#featuresLayoutGrid:after,
#featuresLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#featuresLayoutGrid > .row > .col-1, #featuresLayoutGrid > .row > .col-2, #featuresLayoutGrid > .row > .col-3, #featuresLayoutGrid > .row > .col-4, #featuresLayoutGrid > .row > .col-5
{
   float: none;
   width: 100% !important;
}
}
#featuresLayoutGrid-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 200px;
   transform: scaleY(-1.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 0 0 0;
   margin: 0;
   text-align: center;
}
#wb_footerText
{
   color: #A9A9A9;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 15px;
   line-height: 19.5px;
}
#wb_footerText p, #wb_footerText ul
{
   margin: 0;
   padding: 0;
}
#wb_footerText
{
   display: block;
   margin: 0;
   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: 23px;
}
#wb_upIcon:hover #upIcon i
{
   color: #007BFF;
}
#wb_contentHeading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 10px 0;
   text-align: left;
}
#contentHeading3
{
   color: #0000FF;
   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: 0 0 20px 0;
   margin: 0;
   text-align: left;
}
#wb_contentText3
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 16px;
   line-height: 22px;
}
#wb_contentText3 p, #wb_contentText3 ul
{
   margin: 0;
   padding: 0;
}
#wb_contentText3
{
   display: block;
   margin: 0;
   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: 0;
   text-align: left;
}
#headerLogo1
{
   color: #228B22;
   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-radius: 0px;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#headerLogo2
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   margin: 0;
   text-align: center;
   text-transform: none;
   -webkit-text-stroke: 1px #000000;
   text-stroke: 1px #000000;
}
#wb_welcomeText5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: center;
   animation: slide-left-in 1000ms linear 300ms 1 normal both;
}
#wb_welcomeText5
{
   color: #0000FF;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 37px;
   line-height: 51px;
}
#wb_welcomeText5 p, #wb_welcomeText5 ul
{
   margin: 0;
   padding: 0;
}
#wb_welcomeText5
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_welcomeText6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: center;
   animation: slide-right-in 1000ms linear 1000ms 1 normal both;
}
#wb_welcomeText6
{
   color: #000000;
   font-family: "Segoe UI";
   font-weight: bold;
   font-size: 43px;
   line-height: 53px;
}
#wb_welcomeText6 p, #wb_welcomeText6 ul
{
   margin: 0;
   padding: 0;
}
#wb_welcomeText6
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Entete_DIAGNOSTICS 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: center;
   animation: slide-left-in 1000ms linear 300ms 1 normal both;
}
#wb_Entete_DIAGNOSTICS
{
   color: #0000FF;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 37px;
   line-height: 51px;
}
#wb_Entete_DIAGNOSTICS p, #wb_Entete_DIAGNOSTICS ul
{
   margin: 0;
   padding: 0;
}
#wb_Entete_DIAGNOSTICS
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Slogan_DIAGNOSTICS 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 30px 0;
   margin: 0;
   text-align: center;
   animation: slide-right-in 1000ms linear 1000ms 1 normal both;
}
#wb_Slogan_DIAGNOSTICS
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   text-decoration: underline;
   font-size: 32px;
   line-height: 43.5px;
}
#wb_Slogan_DIAGNOSTICS p, #wb_Slogan_DIAGNOSTICS ul
{
   margin: 0;
   padding: 0;
}
#wb_Slogan_DIAGNOSTICS
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Entete_AUDIT 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: center;
   animation: slide-left-in 1000ms linear 300ms 1 normal both;
}
#wb_Entete_AUDIT
{
   color: #0000FF;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 37px;
   line-height: 51px;
}
#wb_Entete_AUDIT p, #wb_Entete_AUDIT ul
{
   margin: 0;
   padding: 0;
}
#wb_Entete_AUDIT
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Slogan_AUDIT 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: center;
   animation: slide-right-in 1000ms linear 1000ms 1 normal both;
}
#wb_Slogan_AUDIT
{
   color: #FFFFFF;
   font-family: "Segoe UI";
   font-weight: bold;
   font-size: 37px;
   line-height: 48px;
}
#wb_Slogan_AUDIT p, #wb_Slogan_AUDIT ul
{
   margin: 0;
   padding: 0;
}
#wb_Slogan_AUDIT
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_contentHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 10px 0;
   text-align: left;
}
#contentHeading1
{
   color: #0000FF;
   font-family: "Open Sans";
   font-weight: bold;
   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: 0 0 20px 0;
   margin: 0;
   text-align: left;
}
#wb_contentText1
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 16px;
   line-height: 21.5px;
}
#wb_contentText1 p, #wb_contentText1 ul
{
   margin: 0;
   padding: 0;
}
#wb_contentText1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_contentDPE
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-color: #FF5757;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: right;
}
#contentDPE-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);
}
#contentDPE-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -33px 0 ;
   padding: 0 20px 0 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#contentDPE-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_contentDPE:hover #contentDPE-card-item0
{
   transform: translate(5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#contentDPE-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#contentDPE-card-item1
{
   display: inline-block;
   height: 34px;
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
   border: 0px solid #C5C5C5;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#contentDPE-card-item1
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_contentDPE:hover #contentDPE-card-item1
{
   transform: translate(-5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#contentDPE-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 24px;
   width: 24px;
}
#wb_contentELECTRICITE
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-color: #006C53;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: right;
}
#contentELECTRICITE-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);
}
#contentELECTRICITE-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -33px 0 ;
   padding: 0 20px 0 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#contentELECTRICITE-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_contentELECTRICITE:hover #contentELECTRICITE-card-item0
{
   transform: translate(5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#contentELECTRICITE-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#contentELECTRICITE-card-item1
{
   display: inline-block;
   height: 34px;
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
   border: 0px solid #C5C5C5;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#contentELECTRICITE-card-item1
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_contentELECTRICITE:hover #contentELECTRICITE-card-item1
{
   transform: translate(-5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#contentELECTRICITE-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 24px;
   width: 24px;
}
#wb_contentGAZ
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-color: #A7B84E;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: right;
}
#contentGAZ-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);
}
#contentGAZ-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -33px 0 ;
   padding: 0 20px 0 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#contentGAZ-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_contentGAZ:hover #contentGAZ-card-item0
{
   transform: translate(5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#contentGAZ-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#contentGAZ-card-item1
{
   display: inline-block;
   height: 34px;
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
   border: 0px solid #C5C5C5;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#contentGAZ-card-item1
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_contentGAZ:hover #contentGAZ-card-item1
{
   transform: translate(-5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#contentGAZ-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 24px;
   width: 24px;
}
#wb_contentAMIANTE
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-color: #228B22;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: right;
}
#contentAMIANTE-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);
}
#contentAMIANTE-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -33px 0 ;
   padding: 0 20px 0 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#contentAMIANTE-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_contentAMIANTE:hover #contentAMIANTE-card-item0
{
   transform: translate(5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#contentAMIANTE-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#contentAMIANTE-card-item1
{
   display: inline-block;
   height: 34px;
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
   border: 0px solid #C5C5C5;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#contentAMIANTE-card-item1
{
   transform: rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#wb_contentAMIANTE:hover #contentAMIANTE-card-item1
{
   transform: translate(-5px,0px) rotate(0deg) ;
   transition: transform 200ms ease-in-out 0ms;
}
#contentAMIANTE-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 #FFFFFF;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 10px 0;
   text-align: left;
}
#contentHeading2
{
   color: #0000FF;
   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: 0 0 20px 0;
   margin: 0;
   text-align: left;
}
#wb_contentText2
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 15px;
   line-height: 19.5px;
}
#wb_contentText2 p, #wb_contentText2 ul
{
   margin: 0;
   padding: 0;
}
#wb_contentText2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_featuresCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   background-color: transparent;
   background-image: url('../images/futurecity07.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#featuresCard1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#featuresCard1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: 0;
   width: 100%;
   height: auto;
}
#featuresCard1-card-item1
{
   box-sizing: border-box;
   margin: 0 0 -40px 0 ;
   padding: 20px 20px 20px 20px;
   background-color: rgba(255,255,255,0.78);
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 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: 0 0 20px 0 ;
   padding: 0 20px 0 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#featuresCard1-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#wb_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;
;
   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: 0;
}
#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: rgba(255,255,255,1.00);
   border: 1px solid rgba(221,221,221,1.00);
}
#contentCarousel2 .carousel-indicators .active
{
   background-color: rgba(221,221,221,1.00);
}
#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;
   transition: opacity 0.3s ease;
   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;
   transition: opacity 0.3s ease;
}
#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:%23DDDDDD%22%20viewBox%3d%220%200%20128%20128%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M100%2026%20L62%2064%20L100%20102%20C101%20103%2c%20101%20104%2c%20101%20106%20C101%20107%2c%20101%20108%2c%20100%20109%20L88%20121%20C87%20122%2c%2086%20122%2c%2085%20122%20C84%20122%2c%2083%20122%2c%2082%20121%20L29%2068%20C28%2067%2c%2027%2066%2c%2027%2064%20C27%2063%2c%2028%2062%2c%2029%2061%20L82%208%20C83%207%2c%2084%207%2c%2085%207%20C86%207%2c%2087%207%2c%2088%208%20L100%2020%20C101%2021%2c%20101%2022%2c%20101%2023%20C101%2024%2c%20101%2026%2c%20100%2026%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#contentCarousel2 .carousel-control-next-icon
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23DDDDDD%22%20viewBox%3d%220%200%20128%20128%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M99%2068%20L46%20121%20C45%20122%2c%2044%20122%2c%2043%20122%20C42%20122%2c%2041%20122%2c%2040%20121%20L28%20109%20C27%20108%2c%2027%20107%2c%2027%20106%20C27%20104%2c%2027%20103%2c%2028%20102%20L66%2064%20L28%2026%20C27%2026%2c%2027%2024%2c%2027%2023%20C27%2022%2c%2027%2021%2c%2028%2020%20L40%208%20C41%207%2c%2042%207%2c%2043%207%20C44%207%2c%2045%207%2c%2046%208%20L99%2061%20C100%2062%2c%20101%2063%2c%20101%2064%20C101%2066%2c%20100%2067%2c%2099%2068%22/%3e%0d%0a%3c/svg%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: 0 0 25px 0 ;
   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: 0;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#featuresCard2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   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: 0 0 -40px 0 ;
   padding: 20px 20px 20px 20px;
   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: 0 0 20px 0 ;
   padding: 0 20px 0 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#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: 0 0 25px 0 ;
   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: 0;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#featuresCard3-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   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: 0 0 -40px 0 ;
   padding: 20px 20px 20px 20px;
   background-color: rgba(255,255,255,0.78);
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 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: 0 0 20px 0 ;
   padding: 0 20px 0 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#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 0 0 0 ;
}
#contactLayoutGrid1
{
   box-sizing: border-box;
   padding: 0 0 100px 0;
   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;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#contactLayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   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_LayoutGrid2
{
   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;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 0 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid2 > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_contactImage1
{
   margin: 0;
   vertical-align: top;
}
#contactImage1
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 15px 15px 0;
   display: inline-block;
   width: 440px;
   height: 570px;
   vertical-align: top;
}
#wb_contactLayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#contactLayoutGrid2
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#contactLayoutGrid2 > .col-1, #contactLayoutGrid2 > .col-2, #contactLayoutGrid2 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#contactLayoutGrid2 > .col-1, #contactLayoutGrid2 > .col-2, #contactLayoutGrid2 > .col-3
{
   flex: 0 0 auto;
}
#contactLayoutGrid2 > .col-1
{
   background-color: #292D33;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 15px) / 2);
   max-width:  calc((100% - 15px) / 2);
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#contactLayoutGrid2 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 15px;
   max-width: 15px;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#contactLayoutGrid2 > .col-3
{
   background-color: #292D33;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 15px) / 2);
   max-width:  calc((100% - 15px) / 2);
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#contactLayoutGrid2 > .col-1, #contactLayoutGrid2 > .col-2, #contactLayoutGrid2 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_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 0 50px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#contactCard1-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #989898;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 24.7px;
}
#contactCard1-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   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: 0 10px 0 0 ;
   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;
   display: block;
   padding: 8px 8px 8px 8px;
   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: 0;
   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;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#contactCard1-card-item3 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 0 50px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#contactCard2-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 2px solid #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;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
}
#contactCard2-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard2-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #989898;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 24.7px;
}
#contactCard2-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   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 0 0 0;
   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;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 15px) / 2);
   max-width:  calc((100% - 15px) / 2);
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#contactLayoutGrid3 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 15px;
   max-width: 15px;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#contactLayoutGrid3 > .col-3
{
   background-color: #292D33;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 15px) / 2);
   max-width:  calc((100% - 15px) / 2);
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#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 0 50px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#contactCard4-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   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;
   display: block;
   padding: 20px 20px 20px 20px;
   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: 0 0 20px 0 ;
   padding: 0;
   color: #989898;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 24.7px;
}
#contactCard4-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   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 0 50px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#contactCard3-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 2px solid #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;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
}
#contactCard3-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard3-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #989898;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 24.7px;
}
#contactCard3-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   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: bold;
   font-size: 12px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_socialmediaButton1
{
   border-radius: 0px;
   margin: 0;
   vertical-align: top;
}
#socialmediaButton1
{
   box-sizing: border-box;
   padding: 0 0 0 48px;
   text-align: left;
}
#wb_socialmediaButton1 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: flex-start;
}
#socialmediaButton1
{
   color: inherit;
}
#wb_socialmediaButton1 .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M71%205%20L71%2019%20L63%2019%20C60%2019%2c%2058%2019%2c%2057%2021%20C56%2022%2c%2055%2024%2c%2055%2026%20L55%2037%20L71%2037%20L69%2052%20L55%2052%20L55%2093%20L39%2093%20L39%2052%20L25%2052%20L25%2037%20L39%2037%20L39%2025%20C39%2018%2c%2041%2013%2c%2044%209%20C48%206%2c%2053%204%2c%2059%204%20C64%204%2c%2068%204%2c%2071%205%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   margin: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 24px;
   height: 24px;
}
#wb_socialmediaButton1:hover .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M71%205%20L71%2019%20L63%2019%20C60%2019%2c%2058%2019%2c%2057%2021%20C56%2022%2c%2055%2024%2c%2055%2026%20L55%2037%20L71%2037%20L69%2052%20L55%2052%20L55%2093%20L39%2093%20L39%2052%20L25%2052%20L25%2037%20L39%2037%20L39%2025%20C39%2018%2c%2041%2013%2c%2044%209%20C48%206%2c%2053%204%2c%2059%204%20C64%204%2c%2068%204%2c%2071%205%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_socialmediaButton1:active .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M71%205%20L71%2019%20L63%2019%20C60%2019%2c%2058%2019%2c%2057%2021%20C56%2022%2c%2055%2024%2c%2055%2026%20L55%2037%20L71%2037%20L69%2052%20L55%2052%20L55%2093%20L39%2093%20L39%2052%20L25%2052%20L25%2037%20L39%2037%20L39%2025%20C39%2018%2c%2041%2013%2c%2044%209%20C48%206%2c%2053%204%2c%2059%204%20C64%204%2c%2068%204%2c%2071%205%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_socialmediaButton1 .ui-corner-all, #wb_socialmediaButton1 .ui-corner-left
{
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
#wb_socialmediaButton1 .ui-corner-all, #wb_socialmediaButton1 .ui-corner-right
{
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
}
#socialmediaButton1
{
   transition: all 500ms ease-out 0ms;
}
#socialmediaButton1:hover
{
   transform: translate(-100px,0px) rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#wb_socialmediaButton1 .ui-button
{
   background-color: #3A579A;
   background-image: none;
   border: 0px solid #3A579A;
   color: #FFFFFF;
}
#wb_socialmediaButton1 .ui-state-hover, #wb_socialmediaButton1 .ui-button:hover
{
   border-color: #3A579A;
   background-color: #3A579A;
   background-image: none;
   color: #FFFFFF;
}
#wb_socialmediaButton1 .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_socialmediaButton1 .ui-state-active, #wb_socialmediaButton1 .ui-button:active
{
   border-color: #3A579A;
   background-color: #3A579A;
   background-image: none;
   color: #FFFFFF;
}
#socialmediaButton4
{
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 12px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_socialmediaButton4
{
   border-radius: 0px;
   margin: 0;
   vertical-align: top;
}
#socialmediaButton4
{
   box-sizing: border-box;
   padding: 0 0 0 48px;
   text-align: left;
}
#wb_socialmediaButton4 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: flex-start;
}
#socialmediaButton4
{
   color: inherit;
}
#wb_socialmediaButton4 .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M26%2034%20L26%2088%20L8%2088%20L8%2034Z%20%20M27%2018%20C27%2021%2c%2026%2023%2c%2024%2025%20C22%2026%2c%2020%2027%2c%2017%2027%20L17%2027%20C14%2027%2c%2011%2026%2c%2010%2025%20C8%2023%2c%207%2021%2c%207%2018%20C7%2015%2c%208%2013%2c%2010%2012%20C12%2010%2c%2014%209%2c%2017%209%20C20%209%2c%2022%2010%2c%2024%2012%20C26%2013%2c%2027%2015%2c%2027%2018%20Z%20M89%2057%20L89%2088%20L72%2088%20L72%2059%20C72%2055%2c%2071%2052%2c%2069%2050%20C68%2048%2c%2066%2047%2c%2063%2047%20C60%2047%2c%2059%2048%2c%2057%2049%20C56%2050%2c%2054%2052%2c%2054%2054%20C53%2055%2c%2053%2056%2c%2053%2058%20L53%2088%20L35%2088%20C36%2073%2c%2036%2062%2c%2036%2053%20C36%2044%2c%2036%2039%2c%2035%2037%20L35%2034%20L53%2034%20L53%2042%20L53%2042%20C54%2041%2c%2054%2040%2c%2055%2039%20C56%2038%2c%2057%2037%2c%2058%2036%20C59%2035%2c%2061%2035%2c%2063%2034%20C65%2034%2c%2067%2033%2c%2069%2033%20C75%2033%2c%2080%2035%2c%2084%2039%20C87%2043%2c%2089%2049%2c%2089%2057%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   margin: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 24px;
   height: 24px;
}
#wb_socialmediaButton4:hover .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M26%2034%20L26%2088%20L8%2088%20L8%2034Z%20%20M27%2018%20C27%2021%2c%2026%2023%2c%2024%2025%20C22%2026%2c%2020%2027%2c%2017%2027%20L17%2027%20C14%2027%2c%2011%2026%2c%2010%2025%20C8%2023%2c%207%2021%2c%207%2018%20C7%2015%2c%208%2013%2c%2010%2012%20C12%2010%2c%2014%209%2c%2017%209%20C20%209%2c%2022%2010%2c%2024%2012%20C26%2013%2c%2027%2015%2c%2027%2018%20Z%20M89%2057%20L89%2088%20L72%2088%20L72%2059%20C72%2055%2c%2071%2052%2c%2069%2050%20C68%2048%2c%2066%2047%2c%2063%2047%20C60%2047%2c%2059%2048%2c%2057%2049%20C56%2050%2c%2054%2052%2c%2054%2054%20C53%2055%2c%2053%2056%2c%2053%2058%20L53%2088%20L35%2088%20C36%2073%2c%2036%2062%2c%2036%2053%20C36%2044%2c%2036%2039%2c%2035%2037%20L35%2034%20L53%2034%20L53%2042%20L53%2042%20C54%2041%2c%2054%2040%2c%2055%2039%20C56%2038%2c%2057%2037%2c%2058%2036%20C59%2035%2c%2061%2035%2c%2063%2034%20C65%2034%2c%2067%2033%2c%2069%2033%20C75%2033%2c%2080%2035%2c%2084%2039%20C87%2043%2c%2089%2049%2c%2089%2057%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_socialmediaButton4:active .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M26%2034%20L26%2088%20L8%2088%20L8%2034Z%20%20M27%2018%20C27%2021%2c%2026%2023%2c%2024%2025%20C22%2026%2c%2020%2027%2c%2017%2027%20L17%2027%20C14%2027%2c%2011%2026%2c%2010%2025%20C8%2023%2c%207%2021%2c%207%2018%20C7%2015%2c%208%2013%2c%2010%2012%20C12%2010%2c%2014%209%2c%2017%209%20C20%209%2c%2022%2010%2c%2024%2012%20C26%2013%2c%2027%2015%2c%2027%2018%20Z%20M89%2057%20L89%2088%20L72%2088%20L72%2059%20C72%2055%2c%2071%2052%2c%2069%2050%20C68%2048%2c%2066%2047%2c%2063%2047%20C60%2047%2c%2059%2048%2c%2057%2049%20C56%2050%2c%2054%2052%2c%2054%2054%20C53%2055%2c%2053%2056%2c%2053%2058%20L53%2088%20L35%2088%20C36%2073%2c%2036%2062%2c%2036%2053%20C36%2044%2c%2036%2039%2c%2035%2037%20L35%2034%20L53%2034%20L53%2042%20L53%2042%20C54%2041%2c%2054%2040%2c%2055%2039%20C56%2038%2c%2057%2037%2c%2058%2036%20C59%2035%2c%2061%2035%2c%2063%2034%20C65%2034%2c%2067%2033%2c%2069%2033%20C75%2033%2c%2080%2035%2c%2084%2039%20C87%2043%2c%2089%2049%2c%2089%2057%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_socialmediaButton4 .ui-corner-all, #wb_socialmediaButton4 .ui-corner-left
{
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
#wb_socialmediaButton4 .ui-corner-all, #wb_socialmediaButton4 .ui-corner-right
{
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
}
#socialmediaButton4
{
   transition: all 500ms ease-out 0ms;
}
#socialmediaButton4:hover
{
   transform: translate(-100px,0px) rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#wb_socialmediaButton4 .ui-button
{
   background-color: #2290C6;
   background-image: none;
   border: 0px solid #2290C6;
   color: #FFFFFF;
}
#wb_socialmediaButton4 .ui-state-hover, #wb_socialmediaButton4 .ui-button:hover
{
   border-color: #2290C6;
   background-color: #2290C6;
   background-image: none;
   color: #FFFFFF;
}
#wb_socialmediaButton4 .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_socialmediaButton4 .ui-state-active, #wb_socialmediaButton4 .ui-button:active
{
   border-color: #2290C6;
   background-color: #2290C6;
   background-image: none;
   color: #FFFFFF;
}
#socialmediaButton8
{
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 12px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_socialmediaButton8
{
   border-radius: 0px;
   margin: 0;
   vertical-align: top;
}
#socialmediaButton8
{
   box-sizing: border-box;
   padding: 0 0 0 48px;
   text-align: left;
}
#wb_socialmediaButton8 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: flex-start;
}
#socialmediaButton8
{
   color: inherit;
}
#wb_socialmediaButton8 .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M89%2078%20L89%2036%20C88%2038%2c%2087%2039%2c%2085%2040%20C76%2047%2c%2068%2053%2c%2063%2058%20C61%2060%2c%2059%2061%2c%2058%2062%20C57%2062%2c%2055%2063%2c%2054%2064%20C52%2065%2c%2050%2066%2c%2048%2066%20L48%2066%20L48%2066%20C46%2066%2c%2044%2065%2c%2042%2064%20C40%2063%2c%2039%2062%2c%2038%2062%20C37%2061%2c%2035%2060%2c%2033%2058%20C28%2053%2c%2020%2047%2c%2011%2040%20C9%2039%2c%208%2038%2c%207%2036%20L7%2078%20C7%2078%2c%207%2078%2c%207%2079%20C8%2079%2c%208%2079%2c%209%2079%20L87%2079%20C88%2079%2c%2088%2079%2c%2089%2079%20C89%2078%2c%2089%2078%2c%2089%2078%20Z%20M89%2021%20C89%2021%2c%2089%2021%2c%2089%2021%20C89%2020%2c%2089%2020%2c%2089%2020%20C89%2020%2c%2089%2020%2c%2089%2019%20C89%2019%2c%2089%2019%2c%2089%2019%20C89%2018%2c%2089%2018%2c%2089%2018%20C89%2018%2c%2088%2018%2c%2088%2018%20C88%2018%2c%2088%2018%2c%2087%2018%20L9%2018%20C8%2018%2c%208%2018%2c%207%2018%20C7%2018%2c%207%2019%2c%207%2019%20C7%2025%2c%209%2030%2c%2015%2034%20C22%2040%2c%2029%2046%2c%2036%2051%20C36%2052%2c%2037%2052%2c%2038%2053%20C39%2054%2c%2040%2055%2c%2041%2055%20C41%2056%2c%2042%2056%2c%2043%2057%20C44%2057%2c%2045%2058%2c%2046%2058%20C46%2059%2c%2047%2059%2c%2048%2059%20L48%2059%20L48%2059%20C49%2059%2c%2050%2059%2c%2050%2058%20C51%2058%2c%2052%2057%2c%2053%2057%20C54%2056%2c%2055%2056%2c%2055%2055%20C56%2055%2c%2057%2054%2c%2058%2053%20C59%2052%2c%2060%2052%2c%2060%2051%20C67%2046%2c%2074%2040%2c%2081%2034%20C83%2033%2c%2085%2031%2c%2087%2028%20C88%2026%2c%2089%2023%2c%2089%2021%20Z%20M96%2019%20L96%2078%20C96%2080%2c%2095%2082%2c%2093%2084%20C92%2085%2c%2090%2086%2c%2087%2086%20L9%2086%20C6%2086%2c%204%2085%2c%203%2084%20C1%2082%2c%200%2080%2c%200%2078%20L0%2019%20C0%2017%2c%201%2015%2c%203%2013%20C4%2012%2c%206%2011%2c%209%2011%20L87%2011%20C90%2011%2c%2092%2012%2c%2093%2013%20C95%2015%2c%2096%2017%2c%2096%2019%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   margin: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 24px;
   height: 24px;
}
#wb_socialmediaButton8:hover .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M89%2078%20L89%2036%20C88%2038%2c%2087%2039%2c%2085%2040%20C76%2047%2c%2068%2053%2c%2063%2058%20C61%2060%2c%2059%2061%2c%2058%2062%20C57%2062%2c%2055%2063%2c%2054%2064%20C52%2065%2c%2050%2066%2c%2048%2066%20L48%2066%20L48%2066%20C46%2066%2c%2044%2065%2c%2042%2064%20C40%2063%2c%2039%2062%2c%2038%2062%20C37%2061%2c%2035%2060%2c%2033%2058%20C28%2053%2c%2020%2047%2c%2011%2040%20C9%2039%2c%208%2038%2c%207%2036%20L7%2078%20C7%2078%2c%207%2078%2c%207%2079%20C8%2079%2c%208%2079%2c%209%2079%20L87%2079%20C88%2079%2c%2088%2079%2c%2089%2079%20C89%2078%2c%2089%2078%2c%2089%2078%20Z%20M89%2021%20C89%2021%2c%2089%2021%2c%2089%2021%20C89%2020%2c%2089%2020%2c%2089%2020%20C89%2020%2c%2089%2020%2c%2089%2019%20C89%2019%2c%2089%2019%2c%2089%2019%20C89%2018%2c%2089%2018%2c%2089%2018%20C89%2018%2c%2088%2018%2c%2088%2018%20C88%2018%2c%2088%2018%2c%2087%2018%20L9%2018%20C8%2018%2c%208%2018%2c%207%2018%20C7%2018%2c%207%2019%2c%207%2019%20C7%2025%2c%209%2030%2c%2015%2034%20C22%2040%2c%2029%2046%2c%2036%2051%20C36%2052%2c%2037%2052%2c%2038%2053%20C39%2054%2c%2040%2055%2c%2041%2055%20C41%2056%2c%2042%2056%2c%2043%2057%20C44%2057%2c%2045%2058%2c%2046%2058%20C46%2059%2c%2047%2059%2c%2048%2059%20L48%2059%20L48%2059%20C49%2059%2c%2050%2059%2c%2050%2058%20C51%2058%2c%2052%2057%2c%2053%2057%20C54%2056%2c%2055%2056%2c%2055%2055%20C56%2055%2c%2057%2054%2c%2058%2053%20C59%2052%2c%2060%2052%2c%2060%2051%20C67%2046%2c%2074%2040%2c%2081%2034%20C83%2033%2c%2085%2031%2c%2087%2028%20C88%2026%2c%2089%2023%2c%2089%2021%20Z%20M96%2019%20L96%2078%20C96%2080%2c%2095%2082%2c%2093%2084%20C92%2085%2c%2090%2086%2c%2087%2086%20L9%2086%20C6%2086%2c%204%2085%2c%203%2084%20C1%2082%2c%200%2080%2c%200%2078%20L0%2019%20C0%2017%2c%201%2015%2c%203%2013%20C4%2012%2c%206%2011%2c%209%2011%20L87%2011%20C90%2011%2c%2092%2012%2c%2093%2013%20C95%2015%2c%2096%2017%2c%2096%2019%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_socialmediaButton8:active .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2096%2096%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M89%2078%20L89%2036%20C88%2038%2c%2087%2039%2c%2085%2040%20C76%2047%2c%2068%2053%2c%2063%2058%20C61%2060%2c%2059%2061%2c%2058%2062%20C57%2062%2c%2055%2063%2c%2054%2064%20C52%2065%2c%2050%2066%2c%2048%2066%20L48%2066%20L48%2066%20C46%2066%2c%2044%2065%2c%2042%2064%20C40%2063%2c%2039%2062%2c%2038%2062%20C37%2061%2c%2035%2060%2c%2033%2058%20C28%2053%2c%2020%2047%2c%2011%2040%20C9%2039%2c%208%2038%2c%207%2036%20L7%2078%20C7%2078%2c%207%2078%2c%207%2079%20C8%2079%2c%208%2079%2c%209%2079%20L87%2079%20C88%2079%2c%2088%2079%2c%2089%2079%20C89%2078%2c%2089%2078%2c%2089%2078%20Z%20M89%2021%20C89%2021%2c%2089%2021%2c%2089%2021%20C89%2020%2c%2089%2020%2c%2089%2020%20C89%2020%2c%2089%2020%2c%2089%2019%20C89%2019%2c%2089%2019%2c%2089%2019%20C89%2018%2c%2089%2018%2c%2089%2018%20C89%2018%2c%2088%2018%2c%2088%2018%20C88%2018%2c%2088%2018%2c%2087%2018%20L9%2018%20C8%2018%2c%208%2018%2c%207%2018%20C7%2018%2c%207%2019%2c%207%2019%20C7%2025%2c%209%2030%2c%2015%2034%20C22%2040%2c%2029%2046%2c%2036%2051%20C36%2052%2c%2037%2052%2c%2038%2053%20C39%2054%2c%2040%2055%2c%2041%2055%20C41%2056%2c%2042%2056%2c%2043%2057%20C44%2057%2c%2045%2058%2c%2046%2058%20C46%2059%2c%2047%2059%2c%2048%2059%20L48%2059%20L48%2059%20C49%2059%2c%2050%2059%2c%2050%2058%20C51%2058%2c%2052%2057%2c%2053%2057%20C54%2056%2c%2055%2056%2c%2055%2055%20C56%2055%2c%2057%2054%2c%2058%2053%20C59%2052%2c%2060%2052%2c%2060%2051%20C67%2046%2c%2074%2040%2c%2081%2034%20C83%2033%2c%2085%2031%2c%2087%2028%20C88%2026%2c%2089%2023%2c%2089%2021%20Z%20M96%2019%20L96%2078%20C96%2080%2c%2095%2082%2c%2093%2084%20C92%2085%2c%2090%2086%2c%2087%2086%20L9%2086%20C6%2086%2c%204%2085%2c%203%2084%20C1%2082%2c%200%2080%2c%200%2078%20L0%2019%20C0%2017%2c%201%2015%2c%203%2013%20C4%2012%2c%206%2011%2c%209%2011%20L87%2011%20C90%2011%2c%2092%2012%2c%2093%2013%20C95%2015%2c%2096%2017%2c%2096%2019%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_socialmediaButton8 .ui-corner-all, #wb_socialmediaButton8 .ui-corner-left
{
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
#wb_socialmediaButton8 .ui-corner-all, #wb_socialmediaButton8 .ui-corner-right
{
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
}
#socialmediaButton8
{
   transition: all 500ms ease-out 0ms;
}
#socialmediaButton8:hover
{
   transform: translate(-100px,0px) rotate(0deg) ;
   transition: transform 500ms ease-out 0ms;
}
#wb_socialmediaButton8 .ui-button
{
   background-color: #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-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_socialmediaButton8 .ui-state-active, #wb_socialmediaButton8 .ui-button:active
{
   border-color: #726B72;
   background-color: #726B72;
   background-image: none;
   color: #FFFFFF;
}
#wb_Texte_DIAGNOSTICS 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Texte_DIAGNOSTICS div
{
   text-align: center;
}
#wb_Texte_DIAGNOSTICS
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image2
{
   margin: 0;
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 63px;
   height: 63px;
   vertical-align: top;
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text7
{
   color: #0000FF;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 15px;
   line-height: 19.5px;
}
#wb_Text7 p, #wb_Text7 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text7
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text9 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text9
{
   color: #0000FF;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 15px;
   line-height: 19.5px;
}
#wb_Text9 p, #wb_Text9 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text9
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image3
{
   margin: 0;
   vertical-align: top;
}
#Image3
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 310px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Text10 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text10 div
{
   text-align: center;
}
#wb_Text10
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text4 div
{
   text-align: left;
}
#wb_Text4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text11 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text11
{
   color: #0000FF;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 15px;
   line-height: 19.5px;
}
#wb_Text11 p, #wb_Text11 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text11
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_DIAG_SLOGAN 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_DIAG_SLOGAN div
{
   text-align: left;
}
#wb_DIAG_SLOGAN
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text6 div
{
   text-align: left;
}
#wb_Text6
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_ITPI 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: center;
   animation: slide-left-in 1000ms linear 300ms 1 normal both;
}
#wb_ITPI
{
   color: #228B22;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 53px;
   line-height: 72.5px;
}
#wb_ITPI p, #wb_ITPI ul
{
   margin: 0;
   padding: 0;
}
#wb_ITPI
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_SLOGAN_ITPI 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 30px 0;
   margin: 0;
   text-align: center;
   animation: slide-right-in 1000ms linear 1000ms 1 normal both;
}
#wb_SLOGAN_ITPI
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   text-decoration: underline;
   font-size: 32px;
   line-height: 43.5px;
}
#wb_SLOGAN_ITPI p, #wb_SLOGAN_ITPI ul
{
   margin: 0;
   padding: 0;
}
#wb_SLOGAN_ITPI
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_ITPI_titre 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_ITPI_titre div
{
   text-align: center;
}
#wb_ITPI_titre
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#RollOverText1 .description
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   margin: 0;
   padding: 0;
   text-align: center;
}
#RollOverText1 .link
{
   display: inline-block;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   color: #FFFFFF;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-decoration: underline;
}
#RollOverText1 .title
{
   text-align: center;
   padding: 0;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 13px;
   font-style: normal;
   color: #FFFFFF;
}
#RollOverText1 .caption
{
   box-sizing: border-box;
   position: absolute;
   padding: 10px 10px 10px 10px;
   left: 0;
   top: 0;
   text-align: center;
   background-color: #FFFFFF;
   width: 100%;
   opacity: 0;
}
#RollOverText1 .image
{
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#RollOverText1
{
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   margin: 0;
}
