body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #FFFFFF;
   text-decoration: none;
}
a:visited
{
   color: #5D5EA6;
}
a:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
   #wb_home
   {
      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_home
   {
      background-attachment: scroll !important;
   }
}
#wb_header
{
   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;
}
#header
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#header > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#header > .row > .col-1, #header > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#header > .row > .col-1, #header > .row > .col-2
{
   float: left;
}
#header > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#header > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 75%;
   text-align: left;
}
#header:before,
#header:after,
#header .row:before,
#header .row:after
{
   display: table;
   content: " ";
}
#header:after,
#header .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#header > .row > .col-1, #header > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
.headerMenu .nav
{
   font-family: Oswald;
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   color: #5D5EA6;
   text-align: left;
   text-transform: none;
}
#headerMenu, .headerMenu .nav, .headerMenu *
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
}
.headerMenu .nav:before,
.headerMenu .nav:after 
{
   content: " ";
   display: table;
}
.headerMenu .nav:after 
{
   clear: both;
}
.headerMenu .nav a 
{
   text-decoration: none;
}
.headerMenu .nav ul
{
   margin-top: 0;
   margin-bottom: 0;
}
.headerMenu .nav ul ul
{
   margin-bottom: 0;
}
.headerMenu .container 
{
   margin-right: auto;
   margin-left: auto;
   padding: 0;
}
.headerMenu .container:before,
.headerMenu .container:after 
{
   content: " ";
   display: table;
}
.headerMenu .container:after 
{
   clear: both;
}
.headerMenu .collapse 
{
   display: none;
}
.headerMenu .collapse.show 
{
   display: block;
}
.headerMenu .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
   transition: height .35s ease;
}
.headerMenu .arrow, .headerMenu .arrow-right
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 4px;
   vertical-align: middle;
   border-top: 4px solid #000;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
.headerMenu .dropdown 
{
   position: relative;
}
.headerMenu .dropdown-toggle:focus 
{
   outline: 0;
}
.headerMenu .dropdown-menu 
{
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 160px;
   padding: 5px 0;
   margin: 2px 0 0;
   list-style: none;
   font-size: 16px;
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(245,245,245,1.00);
   border-radius: 6px;
   background-clip: padding-box;
}
.headerMenu .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #F5F5F5;
}
.headerMenu .dropdown-menu > li > a
{
   display: block;
   padding: 3px 20px 3px 20px;
   clear: both;
   line-height: 1.428571429;
   color: #5D5EA6;
   text-transform: none;
   white-space: nowrap;
}
.headerMenu .dropdown-menu > li > a:hover,
.headerMenu .dropdown-menu > li > a:focus 
{
   text-decoration: none;
   color: #2E6DA4;
   background-color: transparent;
   background-image: none;
}
.headerMenu .dropdown-menu > li > a.active,
.headerMenu .dropdown-menu > li > a.active:hover,
.headerMenu .dropdown-menu > li > a.active:focus
{
   color: #2E6DA4;
   background-color: transparent;
   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: #F5F5F5;
}
.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: #5D5EA6;
}
.headerMenu .navbar-nav > li > a:hover,
.headerMenu .navbar-nav > li > a:focus
{
   background-color: transparent;
   background-image: none;
   color: #2E6DA4;
   text-decoration: none;
}
.headerMenu .navbar-nav > li > a.active,
.headerMenu .navbar-nav > li > a.active:hover,
.headerMenu .navbar-nav > li > a.active:focus
{
   color: #2E6DA4;
   background-color: transparent;
   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: #9900CC;
}
.headerMenu-navbar-collapse
{
   border-color: rgba(245,245,245,1.00);
}
.headerMenu .navbar-nav > .dropdown > a:hover .arrow,
.headerMenu .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #2E6DA4;
   border-bottom-color: #2E6DA4;
}
.headerMenu .navbar-nav > .show > a,
.headerMenu .navbar-nav > .show > a:hover,
.headerMenu .navbar-nav > .show > a:focus
{
   background-color: transparent;
   background-image: none;
   color: #2E6DA4;
}
.headerMenu .navbar-nav > .show > a .arrow,
.headerMenu .navbar-nav > .show > a:hover .arrow,
.headerMenu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #2E6DA4;
   border-bottom-color: #2E6DA4;
}
.headerMenu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #5D5EA6;
   border-bottom-color: #5D5EA6;
}
.headerMenu .navbar-link
{
   color: #5D5EA6;
}
.headerMenu .navbar-link:hover
{
   color: #2E6DA4;
}
.headerMenu .navbar-header
{
   color: #9900CC;
}
@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: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
}
@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: transparent;
   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: #9900CC;
}
.headerMenu .navbar-nav > li > a:hover,
.headerMenu .navbar-nav > li > a:focus
{
   color: #FFFFFF;
   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: #FFFFFF;
   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: #FFFFFF;
}
.headerMenu .navbar-nav > .dropdown > a:hover .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.headerMenu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #9900CC;
   border-bottom-color: #9900CC;
}
.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: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.headerMenu .navbar-nav > .show > a .arrow,
.headerMenu .navbar-nav > .show > a:hover .arrow,
.headerMenu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.headerMenu .navbar-link
{
   color: #9900CC;
}
.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_home
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 100vh;
   background-color: transparent;
   background-image: url('../images/WALLAUT.jpg');
   background-repeat: no-repeat;
   background-position: left center;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#home
{
   box-sizing: border-box;
   height: 100vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 188px 0 150px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#home > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#home > .col-1
{
   flex: 0 0 auto;
}
#home > .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)
{
#home > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#home-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 100px;
}
#home-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#home-divider-bottom .divider-fill
{
   fill: #FFFFFF;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
.wave-animated > use
{
   animation: move-wave 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.wave-animated > use:nth-child(1)
{
   animation-delay: -2s;
   animation-duration: 7s;
}
.wave-animated > use:nth-child(2)
{
   animation-delay: -3s;
   animation-duration: 10s;
}
.wave-animated > use:nth-child(3)
{
   animation-delay: -4s;
   animation-duration: 13s;
}
.wave-animated > use:nth-child(4)
{
   animation-delay: -5s;
   animation-duration: 20s;
}
@keyframes move-wave
{
   0%
   {
      transform: scale(1.0,0.5) translate3d(-90px,0,0);
   }
   50%
   {
      transform: scale(1.0,1.0) translate3d(0px,0,0);
   }
   100%
   {
      transform: scale(1.0,0.5) translate3d(85px,0,0);
   }
}
#wb_oqe
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#oqe
{
   box-sizing: border-box;
   width: 100%;
   padding: 80px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#oqe > .row
{
   display: grid;
   grid-template-columns: repeat(12, 8.333333%);
   margin-right: -15px;
   margin-left: -15px;
}
#oqe > .row > .col-1, #oqe > .row > .col-2, #oqe > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
   grid-column: span 12;
}
#oqe > .row > .col-1, #oqe > .row > .col-2, #oqe > .row > .col-3
{
}
#oqe > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   grid-column: span 4;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   text-align: center;
}
#oqe > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   grid-column: span 4;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   text-align: center;
}
#oqe > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   grid-column: span 4;
   flex-wrap: wrap;
   align-content: flex-end;
   align-self: stretch;
   align-items: flex-end;
   text-align: center;
}
@media (max-width: 480px)
{
#oqe > .row > .col-1, #oqe > .row > .col-2, #oqe > .row > .col-3
{
   width: 100%;
   grid-column: span 12;
}
}
#wb_duvidas
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-image: radial-gradient(circle at 50% 25%, #2E6DA4 0%, #9900CC 100%);
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#duvidas
{
   box-sizing: border-box;
   padding: 40px 5px 40px 5px;
   margin-right: auto;
   margin-left: auto;
   max-width: 800px;
}
#duvidas > .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#duvidas > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#duvidas
{
   width: 970px;
}
#duvidas > .row > .col-1
{
   float: left;
}
#duvidas > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#duvidas > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
#duvidas:before,
#duvidas:after,
#duvidas .row:before,
#duvidas .row:after
{
   display: table;
   content: " ";
}
#duvidas:after,
#duvidas .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#duvidas
{
   width: 100%;
}
#duvidas > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_duvidas2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#duvidas2
{
   box-sizing: border-box;
   padding: 80px 15px 80px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#duvidas2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#duvidas2 > .row > .col-1, #duvidas2 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#duvidas2
{
   width: 970px;
}
#duvidas2 > .row > .col-1, #duvidas2 > .row > .col-2
{
   float: left;
}
#duvidas2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: right;
}
#duvidas2 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#duvidas2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#duvidas2 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#duvidas2:before,
#duvidas2:after,
#duvidas2 .row:before,
#duvidas2 .row:after
{
   display: table;
   content: " ";
}
#duvidas2:after,
#duvidas2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#duvidas2
{
   width: 100%;
}
#duvidas2 > .row > .col-1, #duvidas2 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#duvidas2-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 50px;
}
#duvidas2-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#duvidas2-divider-bottom .divider-fill
{
   fill: #9900CC;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
.wave-animated > use
{
   animation: move-wave 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.wave-animated > use:nth-child(1)
{
   animation-delay: -2s;
   animation-duration: 7s;
}
.wave-animated > use:nth-child(2)
{
   animation-delay: -3s;
   animation-duration: 10s;
}
.wave-animated > use:nth-child(3)
{
   animation-delay: -4s;
   animation-duration: 13s;
}
.wave-animated > use:nth-child(4)
{
   animation-delay: -5s;
   animation-duration: 20s;
}
@keyframes move-wave
{
   0%
   {
      transform: scale(1.0,0.5) translate3d(-90px,0,0);
   }
   50%
   {
      transform: scale(1.0,1.0) translate3d(0px,0,0);
   }
   100%
   {
      transform: scale(1.0,0.5) translate3d(85px,0,0);
   }
}
#wb_l1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #9900CC;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#l1
{
   box-sizing: border-box;
   padding: 80px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#l1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#l1 > .row > .col-1, #l1 > .row > .col-2, #l1 > .row > .col-3, #l1 > .row > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#l1 > .row > .col-1, #l1 > .row > .col-2, #l1 > .row > .col-3, #l1 > .row > .col-4
{
   float: left;
}
#l1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#l1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#l1 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#l1 > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#l1:before,
#l1:after,
#l1 .row:before,
#l1 .row:after
{
   display: table;
   content: " ";
}
#l1:after,
#l1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#l1 > .row > .col-1, #l1 > .row > .col-2, #l1 > .row > .col-3, #l1 > .row > .col-4
{
   float: none;
   width: 100%;
}
}
#upStickyLayer
{
   background-color: #9900CC;
   background-image: none;
   border-radius: 0px;
   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_infoBlockHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 10px 0;
   text-align: left;
}
#infoBlockHeading1
{
   color: #9900CC;
   font-family: Oswald;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_infoBlockText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 20px 0;
   margin: 0;
   text-align: justify;
}
#wb_infoBlockText1
{
   color: #5D5EA6;
   font-family: Arial;
   font-weight: 400;
   font-size: 16px;
   line-height: 23px;
}
#wb_infoBlockText1 p, #wb_infoBlockText1 ul
{
   margin: 0;
   padding: 0;
}
#wb_infoBlockText1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_reviewsImage2
{
   margin: 0;
   vertical-align: top;
}
#reviewsImage2
{
   border: 0px solid #000000;
   border-radius: 10px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 800px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_infoBlockHeading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 10px 0;
   text-align: right;
}
#infoBlockHeading3
{
   color: #9900CC;
   font-family: Oswald;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: right;
   text-transform: none;
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
   border-left-color: #000000;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   text-align: center;
}
#Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border-top: 4px #3370B7 solid;
   border-width: 4px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   padding: 0;
   color: #9900CC;
   font-family: Oswald;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   padding: 0;
   color: #263F49;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 13px;
   line-height: 16.9px;
}
#Card1-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #263F49;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-item4
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #2E8B57;
   font-family: Oswald;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
}
#Card1-card-item5
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #263F49;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
}
#Card1-card-item6
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: #5D5EA6;
   background-image: none;
   color: #FFFFFF;
   font-family: Oswald;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item6 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#Card1-card-item6 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card1-card-item7
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: #5D5EA6;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item7 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#Card1-card-item7 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card1-card-item8
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: #5D5EA6;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item8 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#Card1-card-item8 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card1-card-item9
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: #5D5EA6;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item9 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#Card1-card-item9 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card1-card-item10
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: #5D5EA6;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item10 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#Card1-card-item10 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#wb_Card9
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card9-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card9-card-item0
{
   display: inline-block;
   height: 43px;
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #9900CC;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
}
#wb_Card9:hover #Card9-card-item0
{
   transform: rotate(0deg) scale(0.8,0.8) ;
   transition: transform 300ms linear 0ms;
}
#Card9-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card9-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 43px;
   width: 43px;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #9900CC;
   font-family: Oswald;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card9-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #5D5EA6;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
   text-align: justify;
}
#wb_Heading5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#Heading5
{
   color: #FFFFFF;
   font-family: Oswald;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 500px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Image2
{
   margin: 0;
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 10px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 581px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text5 div
{
   text-align: left;
}
#wb_Text5
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_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_Text8 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text8 div
{
   text-align: left;
}
#wb_Text8
{
   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 div
{
   text-align: left;
}
#wb_Text9
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text10 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text10 div
{
   text-align: left;
}
#wb_Text10
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text12 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text12 div
{
   text-align: left;
}
#wb_Text12
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_PA1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_PA1 div
{
   text-align: left;
}
#wb_PA1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#InlineFrame2
{
   box-sizing: border-box;
   border: 0px solid transparent;
   border-radius: 0px;
   margin: 0;
}
#InlineFrame2
{
   display: block;
   float: left;
   width: 100%;
   height: 185px;
   vertical-align: top;
}
#wb_logobarra
{
   margin: 0;
   vertical-align: top;
}
#logobarra
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 110px;
   height: 57px;
   vertical-align: top;
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #A9A9A9;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 80px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#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: center;
}
#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%;
}
}
#LayoutGrid2-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 50px;
   line-height: 0;
   left: 0;
   transform: scaleY(-1.0);
}
#LayoutGrid2-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#LayoutGrid2-divider-top .divider-fill
{
   fill: #9900CC;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
.wave-animated > use
{
   animation: move-wave 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.wave-animated > use:nth-child(1)
{
   animation-delay: -2s;
   animation-duration: 7s;
}
.wave-animated > use:nth-child(2)
{
   animation-delay: -3s;
   animation-duration: 10s;
}
.wave-animated > use:nth-child(3)
{
   animation-delay: -4s;
   animation-duration: 13s;
}
.wave-animated > use:nth-child(4)
{
   animation-delay: -5s;
   animation-duration: 20s;
}
@keyframes move-wave
{
   0%
   {
      transform: scale(1.0,0.5) translate3d(-90px,0,0);
   }
   50%
   {
      transform: scale(1.0,1.0) translate3d(0px,0,0);
   }
   100%
   {
      transform: scale(1.0,0.5) translate3d(85px,0,0);
   }
}
#wb_Image3
{
   margin: 0;
   vertical-align: top;
}
#Image3
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 110px;
   height: 57px;
   vertical-align: top;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 25px 0 0 0;
   margin: 0;
   text-align: center;
}
#wb_Text2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 15px;
   line-height: 18px;
}
#wb_Text2 p, #wb_Text2 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Heading1
{
   background-color: #9900CC;
   background-image: none;
   border: 0px solid #9900CC;
   border-radius: 10px;
   vertical-align: top;
   margin: 0;
   padding: 0 0 10px 0;
   text-align: center;
}
#Heading1
{
   color: #FFFFFF;
   font-family: Oswald;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_T1CR 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: justify;
}
#wb_T1CR div
{
   text-align: justify;
}
#wb_T1CR
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_PA2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_PA2 div
{
   text-align: left;
}
#wb_PA2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_T2A 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: justify;
}
#wb_T2A div
{
   text-align: justify;
}
#wb_T2A
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_PA3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_PA3 div
{
   text-align: left;
}
#wb_PA3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_T3ADU 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: justify;
}
#wb_T3ADU div
{
   text-align: justify;
}
#wb_T3ADU
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_PA4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_PA4 div
{
   text-align: left;
}
#wb_PA4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_T4ID 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: justify;
}
#wb_T4ID div
{
   text-align: justify;
}
#wb_T4ID
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_PA5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_PA5 div
{
   text-align: left;
}
#wb_PA5
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_T5PE 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: justify;
}
#wb_T5PE div
{
   text-align: justify;
}
#wb_T5PE
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_1DM 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_1DM div
{
   text-align: left;
}
#wb_1DM
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_TI1DM 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: justify;
}
#wb_TI1DM div
{
   text-align: justify;
}
#wb_TI1DM
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #9900CC;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 10px;
   text-align: center;
}
#Card3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card3-card-item0
{
   box-sizing: border-box;
   border-radius: 10px 10px 0 0 !important;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card3-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 10px 10px !important;
   margin: 0;
   padding: 0;
   color: #9900CC;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_2IS 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_2IS div
{
   text-align: left;
}
#wb_2IS
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_T2IS 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: justify;
}
#wb_T2IS div
{
   text-align: justify;
}
#wb_T2IS
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_3HC 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_3HC div
{
   text-align: left;
}
#wb_3HC
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_T3HC 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: justify;
}
#wb_T3HC div
{
   text-align: justify;
}
#wb_T3HC
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_4DE 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_4DE div
{
   text-align: left;
}
#wb_4DE
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_T4DE 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: justify;
}
#wb_T4DE div
{
   text-align: justify;
}
#wb_T4DE
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_5SO 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_5SO div
{
   text-align: left;
}
#wb_5SO
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_T5SO 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: justify;
}
#wb_T5SO div
{
   text-align: justify;
}
#wb_T5SO
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_6AC 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_6AC div
{
   text-align: left;
}
#wb_6AC
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_T6ACO 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: justify;
}
#wb_T6ACO div
{
   text-align: justify;
}
#wb_T6ACO
{
   display: none;
   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_Icon1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_Icon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#Icon1
{
   height: 72px;
   width: 56px;
}
#Icon1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 56px;
   line-height: 72px;
   vertical-align: middle;
   width: 55px;
}
#wb_Icon1:hover #Icon1 i
{
   color: #F5F5F5;
}
#wb_Icon2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#Icon2
{
   height: 72px;
   width: 56px;
}
#Icon2 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 56px;
   line-height: 72px;
   vertical-align: middle;
   width: 55px;
}
#wb_Icon2:hover #Icon2 i
{
   color: #F5F5F5;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text1
{
   color: #FFFFFF;
   font-family: Oswald;
   font-weight: bold;
   font-size: 16px;
   line-height: 23.5px;
}
#wb_Text1 p, #wb_Text1 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_2QPEHTP 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_2QPEHTP div
{
   text-align: center;
}
#wb_2QPEHTP
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Icon5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#Icon5
{
   height: 72px;
   width: 56px;
}
#Icon5 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 56px;
   line-height: 72px;
   vertical-align: middle;
   width: 55px;
}
#wb_Icon5:hover #Icon5 i
{
   color: #F5F5F5;
}
#wb_Text17 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text17
{
   color: #FFFFFF;
   font-family: Oswald;
   font-weight: bold;
   font-size: 16px;
   line-height: 23.5px;
}
#wb_Text17 p, #wb_Text17 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text17
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_3QPEHTP 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_3QPEHTP div
{
   text-align: center;
}
#wb_3QPEHTP
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid3
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid3 > .row > .col-1
{
   float: left;
}
#LayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid3:before,
#LayoutGrid3:after,
#LayoutGrid3 .row:before,
#LayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid3:after,
#LayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid3 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: left;
}
#Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-item1
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card2-card-item1:hover
{
   color: #D0C9BD;
   transition: color 500ms linear 0ms;
}
#Card2-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item1 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-item2
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card2-card-item2:hover
{
   color: #D0C9BD;
   transition: color 500ms linear 0ms;
}
#Card2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item2 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-item3
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card2-card-item3:hover
{
   color: #D0C9BD;
   transition: color 500ms linear 0ms;
}
#Card2-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item3 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card2-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-item4
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card2-card-item4:hover
{
   color: #D0C9BD;
   transition: color 500ms linear 0ms;
}
#Card2-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item4 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card2-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-item5
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card2-card-item5:hover
{
   color: #D0C9BD;
   transition: color 500ms linear 0ms;
}
#Card2-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item5 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#wb_Card2
{
   transition: all 500ms linear 0ms;
}
#wb_Image4
{
   margin: 0;
   vertical-align: top;
}
#Image4
{
   border: 0px solid #000000;
   border-radius: 10px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 581px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Image5
{
   margin: 0;
   vertical-align: top;
}
#Image5
{
   border: 0px solid #000000;
   border-radius: 10px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 581px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Card20
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: left;
}
#Card20-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card20-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card20-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card20-card-item1
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#wb_Card20:hover #Card20-card-item1
{
   color: #D0C9BD;
   transition: color 500ms linear 0ms;
}
#Card20-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card20-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card20-card-item2
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#wb_Card20:hover #Card20-card-item2
{
   color: #D0C9BD;
   transition: color 500ms linear 0ms;
}
#Card20-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card20-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card20-card-item3
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#wb_Card20:hover #Card20-card-item3
{
   color: #D0C9BD;
   transition: color 500ms linear 0ms;
}
#Card20-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card20-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card20-card-item4
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#wb_Card20:hover #Card20-card-item4
{
   color: #D0C9BD;
   transition: color 500ms linear 0ms;
}
#Card20-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card20-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card20-card-item5
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#wb_Card20:hover #Card20-card-item5
{
   color: #D0C9BD;
   transition: color 500ms linear 0ms;
}
#Card20-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card20-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card20-card-item6
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#wb_Card20:hover #Card20-card-item6
{
   color: #D0C9BD;
   transition: color 500ms linear 0ms;
}
#Card20-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card20
{
   transition: all 500ms linear 0ms;
}
#wb_Text31 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text31 div
{
   text-align: left;
}
#wb_Text31
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text36 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text36 div
{
   text-align: left;
}
#wb_Text36
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_T6AM 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: justify;
}
#wb_T6AM div
{
   text-align: justify;
}
#wb_T6AM
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #9900CC;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 10px;
   text-align: center;
}
#Card4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card4-card-item0
{
   box-sizing: border-box;
   border-radius: 10px 10px 0 0 !important;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card4-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 10px 10px !important;
   margin: 0;
   padding: 0;
   color: #9900CC;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Text37 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text37 div
{
   text-align: left;
}
#wb_Text37
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text38 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text38 div
{
   text-align: left;
}
#wb_Text38
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_t7at 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: justify;
}
#wb_t7at div
{
   text-align: justify;
}
#wb_t7at
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text40 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text40 div
{
   text-align: left;
}
#wb_Text40
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_t8at 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: justify;
}
#wb_t8at div
{
   text-align: justify;
}
#wb_t8at
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text3 div
{
   text-align: left;
}
#wb_Text3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Icon1
{
   display: inline-block;
   width: 56px;
   height: 72px;
   text-align: center;
   z-index: 48;
}
#wb_Card1
{
   display: flex;
   width: 100%;
   z-index: 53;
}
#wb_reviewsImage2
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 52;
}
#wb_Image1
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 2;
}
#wb_upIcon
{
   position: absolute;
   left: 9px;
   top: 8px;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 59;
}
#wb_Card3
{
   display: flex;
   width: 100%;
   z-index: 46;
}
#wb_Image2
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 22;
}
#wb_Image3
{
   display: inline-block;
   width: 110px;
   height: 57px;
   z-index: 60;
}
#wb_Card2
{
   display: flex;
   width: 100%;
   z-index: 56;
}
#wb_Image4
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 26;
}
#wb_Image5
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 24;
}
#wb_Heading5
{
   display: block;
   width: 100%;
   z-index: 49;
}
#wb_Card9
{
   display: flex;
   width: 100%;
   z-index: 28;
}
#wb_headerMenu
{
   display: block;
   width: 100%;
   z-index: 1;
}
#wb_logobarra
{
   display: inline-block;
   width: 110px;
   height: 57px;
   z-index: 0;
}
#wb_Card20
{
   display: flex;
   width: 100%;
   z-index: 55;
}
#wb_Heading1
{
   display: inline-block;
   width: 538px;
   height: 35px;
   z-index: 4;
}
#upStickyLayer
{
   position: fixed;
   text-align: left;
   left: auto;
   right: 25px;
   top: auto;
   bottom: 25px;
   width: 50px;
   height: 50px;
   z-index: 69;
}
#wb_infoBlockHeading3
{
   display: block;
   width: 100%;
   z-index: 51;
}
#wb_Card4
{
   display: flex;
   width: 100%;
   z-index: 20;
}
#wb_infoBlockHeading1
{
   display: block;
   width: 100%;
   z-index: 5;
}
@media only screen and (max-width: 969px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_header
{
   visibility: visible;
   display: table;
}
#wb_header
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#header
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#header .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_headerMenu
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#headerMenu, .headerMenu .nav, .headerMenu .dropdown-menu
{
   font-weight: bold;
   font-size: 16px;
}
#wb_home
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('../images/WALLAUT.jpg');
   background-repeat: no-repeat;
   background-position: right center;
   background-attachment: fixed;
   background-size: cover;
}
#wb_home
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#home
{
   height: 100vh;
   padding: 188px 0 150px 0;
}
#home-divider-bottom
{
   height: 100px;
}
#home-divider-bottom
{
   bottom: 0%;
}
#wb_oqe
{
   visibility: visible;
   display: table;
}
#wb_oqe
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#oqe
{
   height: auto;
   padding: 80px 25px 20px 25px;
}
#oqe .row
{
   margin-right: -25px;
   margin-left: -25px;
}
#wb_duvidas
{
   visibility: visible;
   display: table;
}
#wb_duvidas
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#duvidas
{
   height: auto;
   padding: 40px 5px 40px 5px;
}
#duvidas .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#duvidas
{
   width: 100%;
}
#wb_duvidas2
{
   visibility: visible;
   display: table;
}
#wb_duvidas2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#duvidas2
{
   height: auto;
   padding: 80px 15px 80px 15px;
}
#duvidas2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#duvidas2
{
   width: 100%;
}
#duvidas2-divider-bottom
{
   height: 50px;
}
#duvidas2-divider-bottom
{
   bottom: 0%;
}
#wb_l1
{
   visibility: visible;
   display: table;
}
#wb_l1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#l1
{
   height: auto;
   padding: 80px 25px 0 25px;
}
#l1 .row
{
   margin-right: -25px;
   margin-left: -25px;
}
#l1 > .row > .col-1, #l1 > .row > .col-2, #l1 > .row > .col-3, #l1 > .row > .col-4
{
   padding-right: 25px;
   padding-left: 25px;
}
#l1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#l1 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#l1 > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#l1 > .row > .col-4
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#upStickyLayer
{
   width: 16px;
   height: 16px;
   visibility: hidden;
   display: none;
}
#wb_upIcon
{
   left: 3px;
   top: 2px;
   width: 2px;
   height: 2px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 4px 4px 4px 4px;
   background-color: transparent;
   background-image: none;
}
#upIcon
{
   width: 2px;
   height: 2px;
}
#upIcon i
{
   line-height: 2px;
   font-size: 2px;
   width: 0px;
}
#wb_upIcon:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #3E3E3E;
}
#wb_infoBlockHeading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 10px 0;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_infoBlockHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#infoBlockHeading1
{
   color: #9900CC;
   font-family: Oswald;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: left;
   text-transform: none;
}
#wb_infoBlockText1
{
   visibility: visible;
   display: block;
}
#wb_infoBlockText1
{
   font-size: 16px;
   margin: 0;
   padding: 0 0 20px 0;
   text-align: justify;
}
#wb_reviewsImage2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_infoBlockHeading3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 10px 0;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_infoBlockHeading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#infoBlockHeading3
{
   color: #9900CC;
   font-family: Oswald;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: center;
   text-transform: none;
}
#wb_Card1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border-top: 4px #3370B7 solid;
   border-width: 4px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   padding: 0;
   color: #9900CC;
   font-family: Oswald;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   padding: 0;
   color: #263F49;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 21px;
   line-height: 27.3px;
}
#Card1-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #263F49;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item4
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #2E8B57;
   font-family: Oswald;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card1-card-item5
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #263F49;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
}
#Card1-card-item6
{
   display: inline-block;
   height: 32px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: #5D5EA6;
   background-image: none;
   color: #FFFFFF;
   font-family: Oswald;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item6 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#Card1-card-item6 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card1-card-item7
{
   display: inline-block;
   height: 32px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: #5D5EA6;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item7 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#Card1-card-item7 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card1-card-item8
{
   display: inline-block;
   height: 32px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: #5D5EA6;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item8 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#Card1-card-item8 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card1-card-item9
{
   display: inline-block;
   height: 32px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: #5D5EA6;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item9 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#Card1-card-item9 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card1-card-item10
{
   display: inline-block;
   height: 32px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: #5D5EA6;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item10 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#Card1-card-item10 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#wb_Card1
{
   text-align: center;
}
#wb_Card9
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card9-card-item0
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #9900CC;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#wb_Card9:hover #Card9-card-item0
{
   transform: rotate(0deg) scale(0.8,0.8) ;
   transition: transform 300ms linear 0ms;
}
#Card9-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card9-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #9900CC;
   font-family: Oswald;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
}
#Card9-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #5D5EA6;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   line-height: 16px;
   text-align: justify;
}
#wb_Card9
{
   text-align: left;
}
#wb_Heading5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading5
{
   color: #FFFFFF;
   font-family: Oswald;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: center;
   text-transform: none;
}
#wb_Image1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Image2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Text5
{
   visibility: visible;
   display: block;
}
#wb_Text5
{
   margin: 0;
   padding: 0;
}
#wb_Text4
{
   visibility: visible;
   display: block;
}
#wb_Text4
{
   margin: 0;
   padding: 0;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   margin: 0;
   padding: 0;
}
#wb_Text9
{
   visibility: visible;
   display: block;
}
#wb_Text9
{
   margin: 0;
   padding: 0;
}
#wb_Text10
{
   visibility: visible;
   display: block;
}
#wb_Text10
{
   margin: 0;
   padding: 0;
}
#wb_Text12
{
   visibility: visible;
   display: block;
}
#wb_Text12
{
   margin: 0;
   padding: 0;
}
#wb_PA1
{
   visibility: visible;
   display: block;
}
#wb_PA1
{
   margin: 0;
   padding: 0;
}
#InlineFrame2
{
   width: 100%;
   height: 185px;
   visibility: visible;
   display: block;
   margin: 0;
   color: #000000;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
}
#wb_logobarra
{
   width: 280px;
   height: 146px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#logobarra
{
   width: 280px;
   height: 146px;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 80px 15px 25px 15px;
}
#LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid2-divider-top
{
   height: 50px;
}
#LayoutGrid2-divider-top
{
   top: 0%;
   left: 0;
}
#wb_Image3
{
   width: 280px;
   height: 146px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image3
{
   width: 280px;
   height: 146px;
}
#wb_Text2
{
   visibility: visible;
   display: block;
}
#wb_Text2
{
   font-size: 16px;
   margin: 0;
   padding: 25px 0 0 0;
   text-align: center;
   line-height: 18px;
}
#wb_Heading1
{
   width: 270px;
   height: 32px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0 0 10px 0;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading1
{
   background-color: #9900CC;
   background-image: none;
   border: 0px solid #9900CC;
   border-radius: 10px;
   text-align: center;
}
#Heading1
{
   color: #FFFFFF;
   font-family: Oswald;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: center;
   text-transform: none;
}
#wb_T1CR
{
   visibility: visible;
   display: block;
}
#wb_T1CR
{
   margin: 0;
   padding: 0;
}
#wb_PA2
{
   visibility: visible;
   display: block;
}
#wb_PA2
{
   margin: 0;
   padding: 0;
}
#wb_T2A
{
   visibility: visible;
   display: block;
}
#wb_T2A
{
   margin: 0;
   padding: 0;
}
#wb_PA3
{
   visibility: visible;
   display: block;
}
#wb_PA3
{
   margin: 0;
   padding: 0;
}
#wb_T3ADU
{
   visibility: visible;
   display: block;
}
#wb_T3ADU
{
   margin: 0;
   padding: 0;
}
#wb_PA4
{
   visibility: visible;
   display: block;
}
#wb_PA4
{
   margin: 0;
   padding: 0;
}
#wb_T4ID
{
   visibility: visible;
   display: block;
}
#wb_T4ID
{
   margin: 0;
   padding: 0;
}
#wb_PA5
{
   visibility: visible;
   display: block;
}
#wb_PA5
{
   margin: 0;
   padding: 0;
}
#wb_T5PE
{
   visibility: visible;
   display: block;
}
#wb_T5PE
{
   margin: 0;
   padding: 0;
}
#wb_1DM
{
   visibility: visible;
   display: block;
}
#wb_1DM
{
   margin: 0;
   padding: 0;
}
#wb_TI1DM
{
   visibility: visible;
   display: block;
}
#wb_TI1DM
{
   margin: 0;
   padding: 0;
}
#wb_Card3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card3-card-item0
{
   box-sizing: border-box;
   border-radius: 10px 10px 0 0 !important;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card3-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 10px 10px !important;
   margin: 0;
   padding: 0;
   color: #9900CC;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card3
{
   text-align: center;
}
#wb_2IS
{
   visibility: visible;
   display: block;
}
#wb_2IS
{
   margin: 0;
   padding: 0;
}
#wb_T2IS
{
   visibility: visible;
   display: block;
}
#wb_T2IS
{
   margin: 0;
   padding: 0;
}
#wb_3HC
{
   visibility: visible;
   display: block;
}
#wb_3HC
{
   margin: 0;
   padding: 0;
}
#wb_T3HC
{
   visibility: visible;
   display: block;
}
#wb_T3HC
{
   margin: 0;
   padding: 0;
}
#wb_4DE
{
   visibility: visible;
   display: block;
}
#wb_4DE
{
   margin: 0;
   padding: 0;
}
#wb_T4DE
{
   visibility: visible;
   display: block;
}
#wb_T4DE
{
   margin: 0;
   padding: 0;
}
#wb_5SO
{
   visibility: visible;
   display: block;
}
#wb_5SO
{
   margin: 0;
   padding: 0;
}
#wb_T5SO
{
   visibility: visible;
   display: block;
}
#wb_T5SO
{
   margin: 0;
   padding: 0;
}
#wb_6AC
{
   visibility: visible;
   display: block;
}
#wb_6AC
{
   margin: 0;
   padding: 0;
}
#wb_T6ACO
{
   visibility: visible;
   display: block;
}
#wb_T6ACO
{
   margin: 0;
   padding: 0;
}
#wb_Text6
{
   visibility: visible;
   display: block;
}
#wb_Text6
{
   margin: 0;
   padding: 0;
}
#wb_Icon1
{
   width: 56px;
   height: 72px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Icon1
{
   width: 56px;
   height: 72px;
}
#Icon1 i
{
   line-height: 72px;
   font-size: 56px;
   width: 55px;
}
#wb_Icon2
{
   width: 56px;
   height: 72px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Icon2
{
   width: 56px;
   height: 72px;
}
#Icon2 i
{
   line-height: 72px;
   font-size: 56px;
   width: 55px;
}
#wb_Text1
{
   visibility: visible;
   display: block;
}
#wb_Text1
{
   margin: 0;
   padding: 0;
}
#wb_2QPEHTP
{
   visibility: visible;
   display: block;
}
#wb_2QPEHTP
{
   margin: 0;
   padding: 0;
}
#wb_Icon5
{
   width: 56px;
   height: 72px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Icon5
{
   width: 56px;
   height: 72px;
}
#Icon5 i
{
   line-height: 72px;
   font-size: 56px;
   width: 55px;
}
#wb_Text17
{
   visibility: visible;
   display: block;
}
#wb_Text17
{
   margin: 0;
   padding: 0;
}
#wb_3QPEHTP
{
   visibility: visible;
   display: block;
}
#wb_3QPEHTP
{
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid3 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Card2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-item1
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card2-card-item1:hover
{
   color: #D0C9BD;
   transition: color 500ms linear 0ms;
}
#Card2-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item1 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-item2
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card2-card-item2:hover
{
   color: #D0C9BD;
   transition: color 500ms linear 0ms;
}
#Card2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item2 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-item3
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card2-card-item3:hover
{
   color: #D0C9BD;
   transition: color 500ms linear 0ms;
}
#Card2-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item3 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card2-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-item4
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card2-card-item4:hover
{
   color: #D0C9BD;
   transition: color 500ms linear 0ms;
}
#Card2-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item4 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card2-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-item5
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#Card2-card-item5:hover
{
   color: #D0C9BD;
   transition: color 500ms linear 0ms;
}
#Card2-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item5 i
{
   color: #D0C9BD;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#wb_Card2
{
   text-align: left;
}
#wb_Image4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Image5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Card20
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card20-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card20-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card20-card-item1
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#wb_Card20:hover #Card20-card-item1
{
   color: #D0C9BD;
   transition: color 500ms linear 0ms;
}
#Card20-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card20-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card20-card-item2
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#wb_Card20:hover #Card20-card-item2
{
   color: #D0C9BD;
   transition: color 500ms linear 0ms;
}
#Card20-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card20-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card20-card-item3
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#wb_Card20:hover #Card20-card-item3
{
   color: #D0C9BD;
   transition: color 500ms linear 0ms;
}
#Card20-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card20-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card20-card-item4
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#wb_Card20:hover #Card20-card-item4
{
   color: #D0C9BD;
   transition: color 500ms linear 0ms;
}
#Card20-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card20-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card20-card-item5
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#wb_Card20:hover #Card20-card-item5
{
   color: #D0C9BD;
   transition: color 500ms linear 0ms;
}
#Card20-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card20-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 0 12px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card20-card-item6
{
   color: #FFFFFF;
   transition: color 500ms linear 0ms;
}
#wb_Card20:hover #Card20-card-item6
{
   color: #D0C9BD;
   transition: color 500ms linear 0ms;
}
#Card20-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card20
{
   text-align: left;
}
#wb_Text31
{
   visibility: visible;
   display: block;
}
#wb_Text31
{
   margin: 0;
   padding: 0;
}
#wb_Text36
{
   visibility: visible;
   display: block;
}
#wb_Text36
{
   margin: 0;
   padding: 0;
}
#wb_T6AM
{
   visibility: visible;
   display: block;
}
#wb_T6AM
{
   margin: 0;
   padding: 0;
}
#wb_Card4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#Card4-card-item0
{
   box-sizing: border-box;
   border-radius: 10px 10px 0 0 !important;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card4-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 10px 10px !important;
   margin: 0;
   padding: 0;
   color: #9900CC;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card4
{
   text-align: center;
}
#wb_Text37
{
   visibility: visible;
   display: block;
}
#wb_Text37
{
   margin: 0;
   padding: 0;
}
#wb_Text38
{
   visibility: visible;
   display: block;
}
#wb_Text38
{
   margin: 0;
   padding: 0;
}
#wb_t7at
{
   visibility: visible;
   display: block;
}
#wb_t7at
{
   margin: 0;
   padding: 0;
}
#wb_Text40
{
   visibility: visible;
   display: block;
}
#wb_Text40
{
   margin: 0;
   padding: 0;
}
#wb_t8at
{
   visibility: visible;
   display: block;
}
#wb_t8at
{
   margin: 0;
   padding: 0;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   margin: 0;
   padding: 0;
}
}
#wb_header
{
   position: fixed !important;
   float: none !important;
   transition: all 500ms linear;   
   z-index: 9990 !important;
}
#wb_header.affix
{
   background: #E5E5E5;
   transition: all 500ms linear;   
}
#wb_header.affix #headerMenu a
{
   color: #9900CC;
}
#wb_header #headerMenu .navbar-nav
{
   background-color: rgba(255,255,255,0.2);
}
#wb_header.affix #headerMenu .navbar-nav
{
   background-color: transparent;
}
#wb_header.affix .headerMenu .navbar-nav > .dropdown > a .caret 
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
#wb_header.affix .headerMenu .dropdown-menu > li > a
{
   color: #090504 !important;
}
#wb_header.affix #headerLogo a
{
   color: #FFFFFF;
}
@media (max-width: 480px) 
{
#wb_header.affix .headerMenu .navbar-nav>li>a 
{
   color: #5D5EA6  !important;
}
#wb_header.affix .headerMenu .navbar-nav>li>a:hover,
#wb_header.affix .headerMenu .navbar-nav>li>a:focus 
{
   background-color: #EDEDED !important;
   color: #5D5EA6  !important;
}
#wb_header.affix .headerMenu .navbar-nav > .dropdown > a .caret 
{
   border-top-color: #5D5EA6;
   border-bottom-color: #5D5EA6;
}
#wb_header.affix
{
   background: transparent;
}
}
