body
{
   color: #111111;
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
body:after
{
   background-color: #0E0E11;
   background-image: url('../images/backgroundblury.jpg');
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   content: "";
   height: 100vh;
   left: 0;
   position: fixed;
   right: 0;
   top: 0;
   z-index: -1;
}
a
{
   color: #575757;
   text-decoration: underline;
}
a:visited
{
   color: #636363;
}
a:active
{
   color: #636363;
}
a:hover
{
   color: #575757;
   text-decoration: underline;
}
.visibility-hidden
{
   visibility: hidden;
}
#wb_welcomeGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #080808;
   border-radius: 20px;
   box-sizing: border-box;
   margin: 0 0 -1px 0 ;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#welcomeGrid
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#welcomeGrid > .row
{
   margin-right: -1px;
   margin-left: 0;
}
#welcomeGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#welcomeGrid > .row > .col-1
{
   float: left;
}
#welcomeGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#welcomeGrid:before,
#welcomeGrid:after,
#welcomeGrid .row:before,
#welcomeGrid .row:after
{
   display: table;
   content: " ";
}
#welcomeGrid:after,
#welcomeGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#welcomeGrid > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_navGrid
{
   clear: both;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 7776;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(144,238,144,0.64);
   background-image: none;
   border: 0px solid transparent;
   border-radius: 20px;
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#navGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 10px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
}
#navGrid > .col-1, #navGrid > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#navGrid > .col-1, #navGrid > .col-2
{
   flex: 0 0 auto;
}
#navGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 75%;
   max-width: 75%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#navGrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 480px)
{
#navGrid > .col-1, #navGrid > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_aboutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/aboutbackground.jpg');
   background-repeat: no-repeat;
   background-position: right bottom;
   border: 0px solid #000000;
   border-radius: 20px;
   box-sizing: border-box;
   margin: 50px 0 50px 0 ;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#aboutGrid
{
   box-sizing: border-box;
   padding: 50px 25px 50px 25px;
   margin-right: auto;
   margin-left: auto;
}
#aboutGrid > .row
{
   margin-right: -25px;
   margin-left: -25px;
}
#aboutGrid > .row > .col-1, #aboutGrid > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 25px;
   padding-left: 25px;
   position: relative;
}
#aboutGrid > .row > .col-1, #aboutGrid > .row > .col-2
{
   float: left;
}
#aboutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#aboutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#aboutGrid:before,
#aboutGrid:after,
#aboutGrid .row:before,
#aboutGrid .row:after
{
   display: table;
   content: " ";
}
#aboutGrid:after,
#aboutGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#aboutGrid > .row > .col-1, #aboutGrid > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#upStickyLayer
{
   background-color: transparent;
   background-image: none;
   border: 6px solid #575757;
   border-radius: 20px;
}
#wb_upIcon
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #1E1E1E;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
}
#wb_upIcon a
{
   text-decoration: none;
}
#wb_upIcon a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#upIcon
{
   height: 24px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#upIcon i
{
   color: #1E3C21;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_upIcon:hover #upIcon i
{
   color: #828282;
}
#wb_sortimentGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #1E3C21;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 20px;
   box-sizing: border-box;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#sortimentGrid
{
   box-sizing: border-box;
   padding: 50px 0 50px 0;
   margin-right: auto;
   margin-left: auto;
}
#sortimentGrid > .row
{
   margin-right: 0;
   margin-left: 0;
}
#sortimentGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#sortimentGrid > .row > .col-1
{
   float: left;
}
#sortimentGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#sortimentGrid:before,
#sortimentGrid:after,
#sortimentGrid .row:before,
#sortimentGrid .row:after
{
   display: table;
   content: " ";
}
#sortimentGrid:after,
#sortimentGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#sortimentGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid4
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid4 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2, #LayoutGrid4 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2, #LayoutGrid4 > .row > .col-3
{
   float: left;
}
#LayoutGrid4 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid4 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid4 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid4:before,
#LayoutGrid4:after,
#LayoutGrid4 .row:before,
#LayoutGrid4 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid4:after,
#LayoutGrid4 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2, #LayoutGrid4 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_prodejnimistaGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #DAA520;
   background-image: none;
   border: 0px solid #575757;
   border-radius: 20px;
   box-sizing: border-box;
   margin: 50px 0 50px 0 ;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#prodejnimistaGrid
{
   box-sizing: border-box;
   padding: 50px 25px 50px 25px;
   margin-right: auto;
   margin-left: auto;
}
#prodejnimistaGrid > .row
{
   margin-right: -25px;
   margin-left: -25px;
}
#prodejnimistaGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 25px;
   padding-left: 25px;
   position: relative;
}
#prodejnimistaGrid > .row > .col-1
{
   float: left;
}
#prodejnimistaGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#prodejnimistaGrid:before,
#prodejnimistaGrid:after,
#prodejnimistaGrid .row:before,
#prodejnimistaGrid .row:after
{
   display: table;
   content: " ";
}
#prodejnimistaGrid:after,
#prodejnimistaGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#prodejnimistaGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_certifikaceGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #EDEFEB;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 20px;
   box-sizing: border-box;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#certifikaceGrid
{
   box-sizing: border-box;
   padding: 50px 0 50px 0;
   margin-right: auto;
   margin-left: auto;
}
#certifikaceGrid > .row
{
   margin-right: 0;
   margin-left: 0;
}
#certifikaceGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#certifikaceGrid > .row > .col-1
{
   float: left;
}
#certifikaceGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#certifikaceGrid:before,
#certifikaceGrid:after,
#certifikaceGrid .row:before,
#certifikaceGrid .row:after
{
   display: table;
   content: " ";
}
#certifikaceGrid:after,
#certifikaceGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#certifikaceGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_kontaktGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-image:       radial-gradient(circle at 37% 17%, rgba(27,27,27,1.00), rgba(27,27,27,0.00) 97%),
      radial-gradient(circle at 8% 89%, rgba(42,42,42,1.00), rgba(42,42,42,0.00) 97%),
      radial-gradient(circle at 95% 13%, rgba(51,51,51,1.00), rgba(51,51,51,0.00) 97%),
      linear-gradient(to bottom right, rgba(33,33,33,1.00), rgba(33,33,33,1.00));
   border: 0px solid #FFEEDD;
   border-radius: 20px;
   box-sizing: border-box;
   margin: 50px 0 0 0 ;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
   box-shadow: 0px 0px 20px rgba(119,136,85,0.10);
}
#kontaktGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 50px 0 50px 0;
   margin-right: auto;
   margin-left: auto;
}
#kontaktGrid > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 50px;
   padding-left: 50px;
   position: relative;
}
#kontaktGrid > .col-1
{
   flex: 0 0 auto;
}
#kontaktGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFEEDD;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 768px)
{
#kontaktGrid > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_footerText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #111111;
   border-radius: 0px;
   padding: 10px 10px 10px 10px;
   margin: 0;
   text-align: center;
}
#wb_footerText
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 16px;
   line-height: 23px;
}
#wb_footerText p, #wb_footerText ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_footerText
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_aboutText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #111111;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: justify;
}
#wb_aboutText
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 16px;
   line-height: 23px;
}
#wb_aboutText p, #wb_aboutText ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_aboutText
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_aboutHeading1
{
   -webkit-background-clip: text;
   background-clip: text;
   background-color: #1E3C21;
   background-image: none;
   border: 0px solid #111111;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: left;
}
#aboutHeading1
{
   color: transparent;
   font-family: "Open Sans";
   font-weight: 800;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_aboutImage
{
   margin: 0;
   vertical-align: top;
}
#aboutImage
{
   border: 0px solid #111111;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 520px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
.navMenu .nav
{
   font-family: "Open Sans";
   font-weight: 700;
   font-size: 16px;
   font-style: normal;
   color: #575757;
   text-align: left;
   text-transform: none;
}
#navMenu, .navMenu .nav, .navMenu *
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
}
.navMenu .nav:before,
.navMenu .nav:after 
{
   content: " ";
   display: table;
}
.navMenu .nav:after 
{
   clear: both;
}
.navMenu .nav a 
{
   text-decoration: none;
}
.navMenu .nav ul
{
   margin-top: 0;
   margin-bottom: 0;
}
.navMenu .nav ul ul
{
   margin-bottom: 0;
}
.navMenu .container 
{
   margin-right: auto;
   margin-left: auto;
   padding: 0;
}
.navMenu .container:before,
.navMenu .container:after 
{
   content: " ";
   display: table;
}
.navMenu .container:after 
{
   clear: both;
}
.navMenu .collapse 
{
   display: none;
}
.navMenu .collapse.show 
{
   display: block;
}
.navMenu .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
   transition: height .35s ease;
}
.navMenu .arrow, .navMenu .arrow-right
{
   display: inline-block;
   margin-left: 4px;
   width: 0;
   height: 0;
   vertical-align: middle;
   border-top: 4px solid #000;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
   }
.navMenu .dropdown 
{
   position: relative;
}
.navMenu .dropdown-toggle:focus 
{
   outline: 0;
}
.navMenu .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: #FAFAFA;
   background-image: none;
   border: 1px solid rgba(250,250,250,1.00);
   border-radius: 0px;
   background-clip: padding-box;
}
.navMenu .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FAFAFA;
}
.navMenu .dropdown-menu > li > a
{
   display: block;
   padding: 3px 20px 3px 20px;
   clear: both;
   line-height: 1.428571429;
   color: #575757;
   text-transform: none;
   white-space: nowrap;
}
.navMenu .dropdown-menu > li > a:hover,
.navMenu .dropdown-menu > li > a:focus 
{
   text-decoration: none;
   color: #575757;
   background-color: #111111;
   background-image: none;
}
.navMenu .dropdown-menu > li > a.active,
.navMenu .dropdown-menu > li > a.active:hover,
.navMenu .dropdown-menu > li > a.active:focus
{
   color: #575757;
   background-color: #111111;
   background-image: none;
   text-decoration: none;
   outline: 0;
}
.navMenu .show > .dropdown-menu
{
   display: block;
}
.navMenu .show > a
{
   outline: 0;
}
.navMenu .dropdown-header
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.navMenu .dropdown-backdrop
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.navMenu .nav > li 
{
   position: relative;
   display: block;
}
.navMenu .nav > li > a
{
   position: relative;
   display: block;
   padding: 10px 15px 10px 15px;
}
.navMenu .nav .show > a,
.navMenu .nav .show > a:hover,
.navMenu .nav .show > a:focus
{
    border-color: #1E1E1E;
}
.navMenu .nav .nav-divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FAFAFA;
}
.navMenu .nav .arrow
{
   border-top-color: #1E1E1E;
   border-bottom-color: #1E1E1E;
}
.navMenu
{
   position: relative;
}
.navMenu:before,
.navMenu:after
{
   content: " ";
   display: table;
}
.navMenu:after
{
   clear: both;
}
.navMenu .navbar-header:before,
.navMenu .navbar-header:after
{
   content: " ";
   display: table;
}
.navMenu .navbar-header:after
{
   clear: both;
}
.navMenu-navbar-collapse 
{
   overflow-x: visible;
   -webkit-overflow-scrolling: touch;
}
.navMenu-navbar-collapse:before,
.navMenu-navbar-collapse:after
{
   content: " ";
   display: table;
}
.navMenu-navbar-collapse:after
{
   clear: both;
}
.navMenu-navbar-collapse.show
{
   overflow-y: auto;
}
.navMenu .navbar-toggle 
{
   position: relative;
   float: right;
   width: 52px;
   height: 42px;
   padding: 10px 15px 10px 15px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 0px;
}
.navMenu .navbar-toggle .line
{
   background-color: #1E3C21;
}
.navMenu .navbar-toggle .line
{
   display: block;
   width: 22px;
   height: 4px;
   border-radius: 0px;
   transition: all 500ms linear;
}
.navMenu .navbar-toggle .line
{
   margin: 4px auto;
}
.navMenu .navbar-toggle  .line:first-child
{
   margin-top: 0px !important;
}
.navMenu .navbar-toggle  .line:last-child
{
   margin-bottom: 0px !important;
}
.navMenu .navbar-nav
{
   margin: 6px -15px;
}
.navMenu .navbar-nav > li > .dropdown-menu
{
   margin-top: 0;
}
.navMenu .navbar-nav > li > a
{
   color: #575757;
}
.navMenu .navbar-nav > li > a:hover,
.navMenu .navbar-nav > li > a:focus
{
   background-color: #111111;
   background-image: none;
   color: #575757;
   text-decoration: none;
}
.navMenu .navbar-nav > li > a.active,
.navMenu .navbar-nav > li > a.active:hover,
.navMenu .navbar-nav > li > a.active:focus
{
   color: #575757;
   background-color: #111111;
   background-image: none;
}
.navMenu .navbar-toggle
{
   border: 1px solid transparent;
}
.navMenu .navbar-toggle:hover,
.navMenu .navbar-toggle:focus
{
   background-color: transparent;
}
.navMenu-navbar-collapse
{
   border-color: rgba(250,250,250,1.00);
}
.navMenu .navbar-nav > .dropdown > a:hover .arrow,
.navMenu .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #575757;
   border-bottom-color: #575757;
}
.navMenu .navbar-nav > .show > a,
.navMenu .navbar-nav > .show > a:hover,
.navMenu .navbar-nav > .show > a:focus
{
   background-color: #111111;
   background-image: none;
   color: #575757;
}
.navMenu .navbar-nav > .show > a .arrow,
.navMenu .navbar-nav > .show > a:hover .arrow,
.navMenu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #575757;
   border-bottom-color: #575757;
}
.navMenu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #575757;
   border-bottom-color: #575757;
}
.navMenu .navbar-link
{
   color: #575757;
}
.navMenu .navbar-link:hover
{
   color: #575757;
}
.navMenu .navbar-header
{
   color: #1E3C21;
}
@media (min-width: 480px) 
{
.navMenu .navbar-right .dropdown-menu
{
   right: 0;
   left: auto;
}
.navMenu .navbar-header
{
   float: left;
}
.navMenu-navbar-collapse
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.navMenu-navbar-collapse.collapse
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.navMenu-navbar-collapse.show
{
   overflow-y: auto;
}
.navMenu .navbar-toggle
{
   display: none;
}
.navMenu .navbar-nav
{
   float: left;
   margin: 0;
}
.navMenu .navbar-nav > li
{
   float: left;
}
.navMenu .container > .navbar-header,
.navMenu .container > .navMenu-navbar-collapse
{
   margin-right: 0;
   margin-left: 0;
}
.navMenu .navbar-nav > .dropdown > a:hover .arrow,
.navMenu .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #FAFAFA;
   border-bottom-color: #FAFAFA;
}
}
@media (max-width: 480px) 
{
.navMenu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(250,250,250,0.00);
}
.navMenu .navbar-nav
{
   margin: 0;
   background-color: #FAFAFA;
   background-image: none;
}
.navMenu .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;
}
.navMenu .navbar-nav .show .dropdown-menu > li > a,
.navMenu .navbar-nav .show .dropdown-menu .dropdown-header
{
   padding: 5px 15px 5px 15px;
}
.navMenu .navbar-nav .show .dropdown-menu > li > a
{
   line-height: 20px;
}
}
@media (min-width: 480px) 
{
.navMenu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(250,250,250,0.00);
   border-radius: 0px;
}
.navMenu .navbar-nav > li > a
{
   color: #1E3C21;
}
.navMenu .navbar-nav > li > a:hover,
.navMenu .navbar-nav > li > a:focus
{
   color: #FAFAFA;
   background-color: #1E3C21;
   background-image: none;
}
.navMenu .navbar-nav > li > a.active,
.navMenu .navbar-nav > li > a.active:hover,
.navMenu .navbar-nav > li > a.active:focus
{
   color: #FAFAFA;
   background-color: #1E3C21;
   background-image: none;
}
.navMenu .navbar-nav > .show > a,
.navMenu .navbar-nav > .show > a:hover,
.navMenu .navbar-nav > .show > a:focus
{
   background-color: #1E3C21;
   background-image: none;
   color: #FAFAFA;
}
.navMenu .navbar-nav > .dropdown > a:hover .arrow
{
   border-top-color: #FAFAFA;
   border-bottom-color: #FAFAFA;
}
.navMenu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #1E3C21;
   border-bottom-color: #1E3C21;
}
.navMenu .navbar-nav > li > a.active > .arrow,
.navMenu .navbar-nav > li > a.active:hover > .arrow,
.navMenu .navbar-nav > li > a.active:focus > .arrow
{
   border-top-color: #FAFAFA;
   border-bottom-color: #FAFAFA;
}
.navMenu .navbar-nav > .show > a .arrow,
.navMenu .navbar-nav > .show > a:hover .arrow,
.navMenu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #FAFAFA;
   border-bottom-color: #FAFAFA;
}
.navMenu .navbar-link
{
   color: #1E3C21;
}
.navMenu .navbar-link:hover 
{
   color: #fff;
}
}
#navMenu i
{
   font-size: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_navMenu
{
   z-index: 1111 !important;
}
@media all and (max-width:768px) 
{
#wb_navMenu
{
   display: none !important;
}
#wb_navMenu .navMenu .nav, .navMenu .dropdown-menu
{
}
}
#wb_welcomeImage
{
   margin: 0;
   vertical-align: top;
}
#welcomeImage
{
   border: 0px solid #111111;
   border-radius: 20px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1140px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_footerGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #0E0E11;
   background-image: none;
   border: 0px solid #111111;
   border-radius: 20px;
   box-sizing: border-box;
   margin: 50px 0 0 0 ;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footerGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 20px 0 20px 0;
   margin-right: auto;
   margin-left: auto;
}
#footerGrid > .col-1, #footerGrid > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 100px;
   padding-left: 100px;
   position: relative;
}
#footerGrid > .col-1, #footerGrid > .col-2
{
   flex: 0 0 auto;
}
#footerGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 75%;
   max-width: 75%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#footerGrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#footerGrid > .col-1, #footerGrid > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_headerMobileMenu
{
   position: relative;
}
#wb_headerMobileMenu
{
   margin: 0;
}
#headerMobileMenu
{
   background-color: rgba(255,255,255,0.00);
   background-image: none;
   border: 0px solid #112233;
   border-radius: 0px;
   cursor: pointer;
   user-select: none;
}
#headerMobileMenu:hover
{
   background-color: rgba(0,0,0,0.00);
   background-image: none;
   border-color: #112233;
}
#headerMobileMenu
{
   display: block;
   width: 53px;
   height: 39px;
   position: relative;
   overflow: hidden;
}
#headerMobileMenu .line
{
   width: 32px;
   height: 6px;
   background: #FFFFFF;
   display: block;
   margin: 6px auto;
   transition: all 500ms linear;
}
#headerMobileMenu .line:first-child
{
   margin-top: 3px;
}
#headerMobileMenu-close
{
   background: transparent;
   font-size: 10px;
   height: 2.8em; 
   outline: none;
   position: absolute;
   right: 10px;
   text-align: left;
   top: 10px;
   width: 3em; 
}
#headerMobileMenu-close:before, #headerMobileMenu-close:after
{
   background: #FFFFFF;
   content: "";
   display: block;
   height: 0.6em;
   left: 0;
   opacity: 1;
   position: absolute;
   top: 0;
   width: 100%;
}
#headerMobileMenu-close span
{
   background: #FFFFFF;
   height: 0.6em;
   margin-top: -0.3em;
   position: absolute;
   top: 50%;
   transform-origin: 50% 50%;
   width: 100%;
}
#headerMobileMenu-close span::after
{
   background: #FFFFFF;
   content: "";
   display: block;
   height: 0.6em;
   position: absolute;
   transform-origin: 50% 50%;
   width: 100%;
}
#headerMobileMenu-close:before
{
   margin-top: -0.3em;
   opacity: 0;
   top: 50%;
}
#headerMobileMenu-close:after
{
   bottom: 50%;
   opacity: 0;
}
#headerMobileMenu-close span
{
   background: #FFFFFF;
   transform: rotate(-45deg);
}
#headerMobileMenu-close span:after
{
   background: #FFFFFF;
   transform: rotate(-90deg);
}
#headerMobileMenu-overlay
{
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100%;
   left: 0;
   overflow-y: auto;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: -1;
   background-color: rgba(30,60,33,0.87);
}
#headerMobileMenu-overlay ul
{
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   text-decoration: none;
   text-transform: none;
   list-style: none;
   margin: 0;
   padding: 0;
}
.headerMobileMenu
{
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: row;
   width: 100%;
   max-width: 970px;
}
.headerMobileMenu a
{
   text-decoration: none;
}
.headerMobileMenu ul
{
   list-style: none;
   padding: 0;
   text-align: center;
}
.headerMobileMenu li
{
   position: relative;
}
.headerMobileMenu li a
{
   display: block;
   position: relative;
   padding: 10px 15px 10px 15px;
   color: #FFFFFF;
   outline: none;
}
.headerMobileMenu li a:hover
{
   color: #FFFFFF;
   background-color: #000000;
}
#headerMobileMenu-overlay
{
   visibility: hidden;
   width: 0;
   left: 50%;
   transform: translateX(-50%);
   transition: width 400ms 0.3s, visibility 0s 700ms;
}
#headerMobileMenu-overlay.show
{
   visibility: visible;
   width: 100%;
   transition: width 400ms;
}
#headerMobileMenu-overlay .headerMobileMenu
{
   opacity: 0;
   transition: opacity 0.3s 400ms;
}
#headerMobileMenu-overlay.show .headerMobileMenu
{
   opacity: 1;
   transition-delay: 400ms;
}
#headerMobileMenu-overlay.hide .headerMobileMenu
{
   transition-delay: 0s;
}
#headerMobileMenu-overlay .overlay-icon
{
   margin: 0 10px 0 0 ;
}
#headerMobileMenu-social
{
   padding: 40px 0 0 0;
}
#headerMobileMenu-social .social-icon 
{
   border-radius: 50%;
   background-color: #FFFFFF;
   color: #1E3C21;
   display: inline-block;
   font-size: 19px;
   margin: 0 .5em;
   padding: 7px;
   transition: all .2s linear 0s;
   width: 19px;
}
#headerMobileMenu-social .social-icon:hover 
{
   background-color: #FFFFFF;
   color: #000000;
}
.headerMobileMenu-effect
{
   transition: all 500ms linear;
}
@media all and (max-width:768px) 
{
#wb_headerMobileMenu
{
   display: inline-block !important;
}
#headerMobileMenu-overlay ul
{
}
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0 10px 0 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 350px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_features7Heading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 50px 0 ;
   padding: 0;
   text-align: center;
}
#features7Heading3
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2, #LayoutGrid2 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2, #LayoutGrid2 > .row > .col-3
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid2 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   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: 768px)
{
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2, #LayoutGrid2 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Card4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   text-align: left;
}
#Card4-card-body
{
   padding: 0 0 30px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card4-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 96px;
   width: 100%;
   height: 96px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: -96px 0 0 120px;
   padding: 0;
}
#Card4-card-item1 h1
{
   color: #DAA520;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 15px 0 0 120px;
   padding: 0;
}
#Card4-card-item2 h1
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#wb_Card5
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   text-align: left;
}
#Card5-card-body
{
   padding: 0 0 30px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card5-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 96px;
   width: 100%;
   height: 96px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: -96px 0 0 120px;
   padding: 0;
}
#Card5-card-item1 h1
{
   color: #DAA520;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 15px 0 0 120px;
   padding: 0;
}
#Card5-card-item2 h1
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#wb_Card6
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   text-align: left;
}
#Card6-card-body
{
   padding: 0 0 30px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card6-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 96px;
   width: 100%;
   height: 96px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: -96px 0 0 120px;
   padding: 0;
}
#Card6-card-item1 h1
{
   color: #DAA520;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card6-card-item2
{
   box-sizing: border-box;
   margin: 15px 0 0 120px;
   padding: 0;
}
#Card6-card-item2 h1
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2, #LayoutGrid1 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2, #LayoutGrid1 > .row > .col-3
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid1 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid1:before,
#LayoutGrid1:after,
#LayoutGrid1 .row:before,
#LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid1:after,
#LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2, #LayoutGrid1 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   text-align: left;
}
#Card1-card-body
{
   padding: 0 0 30px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 96px;
   width: 100%;
   height: 96px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: -96px 0 0 120px;
   padding: 0;
}
#Card1-card-item1 h1
{
   color: #DAA520;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 15px 0 0 120px;
   padding: 0;
}
#Card1-card-item2 h1
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   text-align: left;
}
#Card2-card-body
{
   padding: 0 0 30px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 96px;
   width: 100%;
   height: 96px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: -96px 0 0 120px;
   padding: 0;
}
#Card2-card-item1 h1
{
   color: #DAA520;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 15px 0 0 120px;
   padding: 0;
}
#Card2-card-item2 h1
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#wb_Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   text-align: left;
}
#Card3-card-body
{
   padding: 0 0 30px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card3-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 96px;
   width: 100%;
   height: 96px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: -96px 0 0 120px;
   padding: 0;
}
#Card3-card-item1 h1
{
   color: #DAA520;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 15px 0 0 120px;
   padding: 0;
}
#Card3-card-item2 h1
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#wb_LayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   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;
   max-width: 1140px;
}
#LayoutGrid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   float: left;
}
#LayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid3 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid3 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   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: 768px)
{
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Card7
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   text-align: left;
}
#Card7-card-body
{
   padding: 0 0 30px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card7-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 96px;
   width: 100%;
   height: 96px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: -96px 0 0 120px;
   padding: 0;
}
#Card7-card-item1 h1
{
   color: #DAA520;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card7-card-item2
{
   box-sizing: border-box;
   margin: 15px 0 0 120px;
   padding: 0;
}
#Card7-card-item2 h1
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#wb_Card8
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   text-align: left;
}
#Card8-card-body
{
   padding: 0 0 30px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card8-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 96px;
   width: 100%;
   height: 96px;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: -96px 0 0 120px;
   padding: 0;
}
#Card8-card-item1 h1
{
   color: #DAA520;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card8-card-item2
{
   box-sizing: border-box;
   margin: 15px 0 0 120px;
   padding: 0;
}
#Card8-card-item2 h1
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#wb_Card9
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   text-align: left;
}
#Card9-card-body
{
   padding: 0 0 30px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card9-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 96px;
   width: 100%;
   height: 96px;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: -96px 0 0 120px;
   padding: 0;
}
#Card9-card-item1 h1
{
   color: #DAA520;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card9-card-item2
{
   box-sizing: border-box;
   margin: 15px 0 0 120px;
   padding: 0;
}
#Card9-card-item2 h1
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#wb_Card10
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   text-align: left;
}
#Card10-card-body
{
   padding: 0 0 30px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card10-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 96px;
   width: 100%;
   height: 96px;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: -96px 0 0 120px;
   padding: 0;
}
#Card10-card-item1 h1
{
   color: #DAA520;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card10-card-item2
{
   box-sizing: border-box;
   margin: 15px 0 0 120px;
   padding: 0;
}
#Card10-card-item2 h1
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#wb_Card11
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   text-align: left;
}
#Card11-card-body
{
   padding: 0 0 30px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card11-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 96px;
   width: 100%;
   height: 96px;
}
#Card11-card-item1
{
   box-sizing: border-box;
   margin: -96px 0 0 120px;
   padding: 0;
}
#Card11-card-item1 h1
{
   color: #DAA520;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card11-card-item2
{
   box-sizing: border-box;
   margin: 15px 0 0 120px;
   padding: 0;
}
#Card11-card-item2 h1
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#wb_Card12
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   text-align: left;
}
#Card12-card-body
{
   padding: 0 0 30px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card12-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 96px;
   width: 100%;
   height: 96px;
}
#Card12-card-item1
{
   box-sizing: border-box;
   margin: -96px 0 0 120px;
   padding: 0;
}
#Card12-card-item1 h1
{
   color: #DAA520;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card12-card-item2
{
   box-sizing: border-box;
   margin: 15px 0 0 120px;
   padding: 0;
}
#Card12-card-item2 h1
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 50px 0 ;
   padding: 0;
   text-align: center;
}
#Heading2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 50px 0 ;
   padding: 0;
   text-align: center;
}
#Heading1
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_teamLayoutGrid
{
   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;
}
#teamLayoutGrid
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#teamLayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#teamLayoutGrid > .row > .col-1, #teamLayoutGrid > .row > .col-2, #teamLayoutGrid > .row > .col-3, #teamLayoutGrid > .row > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#teamLayoutGrid > .row > .col-1, #teamLayoutGrid > .row > .col-2, #teamLayoutGrid > .row > .col-3, #teamLayoutGrid > .row > .col-4
{
   float: left;
}
#teamLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#teamLayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#teamLayoutGrid > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#teamLayoutGrid > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#teamLayoutGrid:before,
#teamLayoutGrid:after,
#teamLayoutGrid .row:before,
#teamLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#teamLayoutGrid:after,
#teamLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#teamLayoutGrid > .row > .col-1, #teamLayoutGrid > .row > .col-2, #teamLayoutGrid > .row > .col-3, #teamLayoutGrid > .row > .col-4
{
   float: none;
   width: 100% !important;
}
}
#wb_teamCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#teamCard2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#teamCard2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   width: 100%;
   height: auto;
}
#teamCard2-card-item1
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#teamCard2-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 30px 0 ;
   padding: 0;
   color: #DAA520;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#teamCard2-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 17px;
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#teamCard2-card-item3 i
{
   margin-right: 10px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
}
#teamCard2-card-item4
{
   display: inline-block;
   line-height: 1.0;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#teamCard2-card-item4 i
{
   margin-right: 10px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
}
#wb_teamCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#teamCard1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#teamCard1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   width: 100%;
   height: auto;
}
#teamCard1-card-item1
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#teamCard1-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 30px 0 ;
   padding: 0;
   color: #DAA520;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#teamCard1-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 17px;
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#teamCard1-card-item3 i
{
   margin-right: 10px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
}
#teamCard1-card-item4
{
   display: inline-block;
   line-height: 1.0;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#teamCard1-card-item4 i
{
   margin-right: 10px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
}
#wb_teamCard3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#teamCard3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#teamCard3-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   width: 100%;
   height: auto;
}
#teamCard3-card-item1
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#teamCard3-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 30px 0 ;
   padding: 0;
   color: #DAA520;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#teamCard3-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 17px;
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#teamCard3-card-item3 i
{
   margin-right: 10px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
}
#wb_teamCard4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#teamCard4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#teamCard4-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   width: 100%;
   height: auto;
}
#teamCard4-card-item1
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#teamCard4-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 30px 0 ;
   padding: 0;
   color: #DAA520;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#teamCard4-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 17px;
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#teamCard4-card-item3 i
{
   margin-right: 10px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
}
#teamCard4-card-item4
{
   display: inline-block;
   line-height: 1.0;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#teamCard4-card-item4 i
{
   margin-right: 10px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
}
#wb_Heading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 50px 0 ;
   padding: 0;
   text-align: center;
}
#Heading3
{
   color: #1E3C21;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_certLayoutGrid
{
   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;
}
#certLayoutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#certLayoutGrid > .col-1, #certLayoutGrid > .col-2, #certLayoutGrid > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#certLayoutGrid > .col-1, #certLayoutGrid > .col-2, #certLayoutGrid > .col-3
{
   flex: 0 0 auto;
}
#certLayoutGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#certLayoutGrid > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#certLayoutGrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#certLayoutGrid > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#certLayoutGrid > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#certLayoutGrid > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
@media (max-width: 768px)
{
#certLayoutGrid > .col-1, #certLayoutGrid > .col-2, #certLayoutGrid > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Image2
{
   margin: 0;
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 350px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#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: 300px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Image4
{
   margin: 0;
   vertical-align: top;
}
#Image4
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 300px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_mistaLayoutGrid1
{
   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;
}
#mistaLayoutGrid1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#mistaLayoutGrid1 > .col-1, #mistaLayoutGrid1 > .col-2, #mistaLayoutGrid1 > .col-3, #mistaLayoutGrid1 > .col-4, #mistaLayoutGrid1 > .col-5
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#mistaLayoutGrid1 > .col-1, #mistaLayoutGrid1 > .col-2, #mistaLayoutGrid1 > .col-3, #mistaLayoutGrid1 > .col-4, #mistaLayoutGrid1 > .col-5
{
   flex: 0 0 auto;
}
#mistaLayoutGrid1 > .col-1
{
   background-color: #EDEFEB;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 30px) * 2 / 8);
   max-width:  calc((100% - 30px) * 2 / 8);
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#mistaLayoutGrid1 > .col-2
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 30px) * 2 / 8);
   max-width:  calc((100% - 30px) * 2 / 8);
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#mistaLayoutGrid1 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 30px;
   max-width: 30px;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#mistaLayoutGrid1 > .col-4
{
   background-color: #EDEFEB;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 30px) * 2 / 8);
   max-width:  calc((100% - 30px) * 2 / 8);
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#mistaLayoutGrid1 > .col-5
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 30px) * 2 / 8);
   max-width:  calc((100% - 30px) * 2 / 8);
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 768px)
{
#mistaLayoutGrid1 > .col-1, #mistaLayoutGrid1 > .col-2, #mistaLayoutGrid1 > .col-3, #mistaLayoutGrid1 > .col-4, #mistaLayoutGrid1 > .col-5
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_infoCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   text-align: left;
}
#infoCard1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#infoCard1-card-item0
{
   box-sizing: border-box;
   margin: 30px 30px 0 30px;
   padding: 0;
}
#infoCard1-card-item0 h1
{
   color: #1E3C21;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 29px;
   margin: 0;
}
#infoCard1-card-item1
{
   box-sizing: border-box;
   margin: 15px 30px 0 30px;
   padding: 0;
}
#infoCard1-card-item1 h1
{
   color: #212529;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
   margin: 0;
}
#infoCard1-card-item2
{
   box-sizing: border-box;
   margin: 0;
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   height: 0;
   line-height: 0;
   visibility: hidden;
}
#infoCard1-card-item3
{
   box-sizing: border-box;
   margin: 15px 30px 0 30px;
   padding: 0;
}
#infoCard1-card-item3 h1
{
   color: #212529;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
   margin: 0;
}
#infoCard1-card-item4
{
   display: inline-block;
   line-height: 1.0;
   height: 50px;
   box-sizing: border-box;
   margin: 30px 0 0 30px;
   border: 0px dotted #0D6EFD;
   border-radius: 100px;
   background-color: #0D6EFD;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
}
#infoCard1-card-item4 a
{
   color: inherit;
   display: block;
   padding: 15px 30px 15px 30px;
   text-decoration: none;
}
#wb_infoCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   text-align: left;
}
#infoCard2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#infoCard2-card-item0
{
   box-sizing: border-box;
   margin: 30px 30px 0 30px;
   padding: 0;
}
#infoCard2-card-item0 h1
{
   color: #1E3C21;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 29px;
   margin: 0;
}
#infoCard2-card-item1
{
   box-sizing: border-box;
   margin: 15px 30px 0 30px;
   padding: 0;
}
#infoCard2-card-item1 h1
{
   color: #212529;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
   margin: 0;
}
#infoCard2-card-item2
{
   box-sizing: border-box;
   margin: 0;
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   height: 0;
   line-height: 0;
   visibility: hidden;
}
#infoCard2-card-item3
{
   box-sizing: border-box;
   margin: 15px 30px 0 30px;
   padding: 0;
}
#infoCard2-card-item3 h1
{
   color: #212529;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
   margin: 0;
}
#infoCard2-card-item4
{
   display: inline-block;
   line-height: 1.0;
   height: 50px;
   box-sizing: border-box;
   margin: 30px 0 0 30px;
   border: 0px dotted #0D6EFD;
   border-radius: 100px;
   background-color: #0D6EFD;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
}
#infoCard2-card-item4 a
{
   color: inherit;
   display: block;
   padding: 15px 30px 15px 30px;
   text-decoration: none;
}
#wb_mistaLayoutGrid2
{
   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;
}
#mistaLayoutGrid2
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 20px 0 0 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#mistaLayoutGrid2 > .col-1, #mistaLayoutGrid2 > .col-2, #mistaLayoutGrid2 > .col-3, #mistaLayoutGrid2 > .col-4, #mistaLayoutGrid2 > .col-5
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#mistaLayoutGrid2 > .col-1, #mistaLayoutGrid2 > .col-2, #mistaLayoutGrid2 > .col-3, #mistaLayoutGrid2 > .col-4, #mistaLayoutGrid2 > .col-5
{
   flex: 0 0 auto;
}
#mistaLayoutGrid2 > .col-1
{
   background-color: #EDEFEB;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 30px) * 2 / 8);
   max-width:  calc((100% - 30px) * 2 / 8);
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#mistaLayoutGrid2 > .col-2
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 30px) * 2 / 8);
   max-width:  calc((100% - 30px) * 2 / 8);
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#mistaLayoutGrid2 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 30px;
   max-width: 30px;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#mistaLayoutGrid2 > .col-4
{
   background-color: #EDEFEB;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 30px) * 2 / 8);
   max-width:  calc((100% - 30px) * 2 / 8);
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#mistaLayoutGrid2 > .col-5
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 30px) * 2 / 8);
   max-width:  calc((100% - 30px) * 2 / 8);
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 768px)
{
#mistaLayoutGrid2 > .col-1, #mistaLayoutGrid2 > .col-2, #mistaLayoutGrid2 > .col-3, #mistaLayoutGrid2 > .col-4, #mistaLayoutGrid2 > .col-5
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Card13
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   text-align: left;
}
#Card13-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card13-card-item0
{
   box-sizing: border-box;
   margin: 30px 30px 0 30px;
   padding: 0;
}
#Card13-card-item0 h1
{
   color: #1E3C21;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 29px;
   margin: 0;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: 15px 30px 0 30px;
   padding: 0;
}
#Card13-card-item1 h1
{
   color: #212529;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
   margin: 0;
}
#Card13-card-item2
{
   box-sizing: border-box;
   margin: 0;
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   height: 0;
   line-height: 0;
   visibility: hidden;
}
#Card13-card-item3
{
   box-sizing: border-box;
   margin: 15px 30px 0 30px;
   padding: 0;
}
#Card13-card-item3 h1
{
   color: #212529;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
   margin: 0;
}
#Card13-card-item4
{
   display: inline-block;
   line-height: 1.0;
   height: 50px;
   box-sizing: border-box;
   margin: 30px 0 0 30px;
   border: 0px dotted #0D6EFD;
   border-radius: 100px;
   background-color: #0D6EFD;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
}
#Card13-card-item4 a
{
   color: inherit;
   display: block;
   padding: 15px 30px 15px 30px;
   text-decoration: none;
}
#wb_Card14
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   text-align: left;
}
#Card14-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card14-card-item0
{
   box-sizing: border-box;
   margin: 30px 30px 0 30px;
   padding: 0;
}
#Card14-card-item0 h1
{
   color: #1E3C21;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 29px;
   margin: 0;
}
#Card14-card-item1
{
   box-sizing: border-box;
   margin: 15px 30px 0 30px;
   padding: 0;
}
#Card14-card-item1 h1
{
   color: #212529;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
   margin: 0;
}
#Card14-card-item2
{
   display: inline-block;
   line-height: 1.0;
   height: 50px;
   box-sizing: border-box;
   margin: 30px 0 0 30px;
   border: 0px dotted #0D6EFD;
   border-radius: 100px;
   background-color: #0D6EFD;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
}
#Card14-card-item2 a
{
   color: inherit;
   display: block;
   padding: 15px 30px 15px 30px;
   text-decoration: none;
}
#wb_Image5
{
   margin: 0;
   vertical-align: top;
}
#Image5
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1536px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Image6
{
   margin: 0;
   vertical-align: top;
}
#Image6
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 846px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_socialLayoutGrid
{
   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;
}
#socialLayoutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 30px 0 0 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#socialLayoutGrid > .col-1, #socialLayoutGrid > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#socialLayoutGrid > .col-1, #socialLayoutGrid > .col-2
{
   flex: 0 0 auto;
}
#socialLayoutGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 66.66666667%;
   max-width: 66.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#socialLayoutGrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#socialLayoutGrid > .col-1, #socialLayoutGrid > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_social5Heading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 15px 0 ;
   padding: 0;
   text-align: center;
}
#social5Heading
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_social5Icon1
{
   background-color: #1778F2;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 50%;
   text-align: center;
   margin: 8px 8px 8px 8px;
   padding: 20px 20px 20px 20px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_social5Icon1 a
{
   text-decoration: none;
}
#wb_social5Icon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#social5Icon1
{
   height: 32px;
   width: 32px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#social5Icon1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 32px;
   line-height: 32px;
   vertical-align: middle;
}
#wb_social5Icon1:hover #social5Icon1 i
{
   color: #FFFFFF;
}
#wb_social5Icon3
{
   background-color: #F00075;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 50%;
   text-align: center;
   margin: 8px 8px 8px 8px;
   padding: 20px 20px 20px 20px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_social5Icon3 a
{
   text-decoration: none;
}
#wb_social5Icon3 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#social5Icon3
{
   height: 32px;
   width: 32px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#social5Icon3 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 32px;
   line-height: 32px;
   vertical-align: middle;
}
#wb_social5Icon3:hover #social5Icon3 i
{
   color: #FFFFFF;
}
#HorizontalLine1
{
   border-color: #E9E9E9;
   border-style: solid;
   border-bottom-width: 5px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
