body
{
   background-color: #F5F5F5;
   color: #00008B;
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
.visibility-hidden
{
   visibility: hidden;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
   #wb_contact
   {
      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_contact
   {
      background-attachment: scroll !important;
   }
}
#wb_header
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   box-sizing: border-box;
   margin: 0;
}
#header
{
   box-sizing: border-box;
   padding: 8px 15px 8px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 970px;
}
#header > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#header > .row > .col-1, #header > .row > .col-2, #header > .row > .col-3
{
   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, #header > .row > .col-3
{
   float: left;
}
#header > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 41.66666667%;
   text-align: left;
}
#header > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#header > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: right;
}
#header:before,
#header:after,
#header .row:before,
#header .row:after
{
   display: table;
   content: " ";
}
#header:after,
#header .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#header > .row > .col-1, #header > .row > .col-2, #header > .row > .col-3
{
   float: none;
   width: 100%;
}
}
#wb_navigation
{
   clear: both;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 7776;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-clip: padding-box;
   background-color: #F5F5F5;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#navigation
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1450px;
}
#navigation > .col-1, #navigation > .col-2, #navigation > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#navigation > .col-1, #navigation > .col-2, #navigation > .col-3
{
   flex: 0 0 auto;
}
#navigation > .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;
}
#navigation > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 8.33333333%;
   max-width: 8.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-end;
   text-align: right;
}
#navigation > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 58.33333333%;
   max-width: 58.33333333%;
   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)
{
#navigation > .col-1, #navigation > .col-2, #navigation > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_flowerGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   box-sizing: border-box;
   margin: 0;
}
#flowerGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 40px 0 20px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 970px;
}
#flowerGrid > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#flowerGrid > .col-1
{
   flex: 0 0 auto;
}
#flowerGrid > .col-1
{
   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: 480px)
{
#flowerGrid > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#flowerGrid-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 50px;
   line-height: 0;
   left: 0;
}
#flowerGrid-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#flowerGrid-divider-top .divider-fill
{
   fill: #145686;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_LayoutGrid6
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid6
{
   box-sizing: border-box;
   padding: 0 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid6 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2, #LayoutGrid6 > .row > .col-3, #LayoutGrid6 > .row > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2, #LayoutGrid6 > .row > .col-3, #LayoutGrid6 > .row > .col-4
{
   float: left;
}
#LayoutGrid6 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#LayoutGrid6 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid6 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid6 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid6 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid6 > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid6 > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid6 > .row > .col-4 > .col-4-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid6:before,
#LayoutGrid6:after,
#LayoutGrid6 .row:before,
#LayoutGrid6 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid6:after,
#LayoutGrid6 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2, #LayoutGrid6 > .row > .col-3, #LayoutGrid6 > .row > .col-4
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid4
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 5px 0 5px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid4 > .col-1, #LayoutGrid4 > .col-2, #LayoutGrid4 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid4 > .col-1, #LayoutGrid4 > .col-2, #LayoutGrid4 > .col-3
{
   flex: 0 0 auto;
}
#LayoutGrid4 > .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;
}
#LayoutGrid4 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 0 25px 0;
}
#LayoutGrid4 > .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;
}
#LayoutGrid4 > .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;
}
#LayoutGrid4 > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 0 25px 0;
}
@media (max-width: 480px)
{
#LayoutGrid4 > .col-1, #LayoutGrid4 > .col-2, #LayoutGrid4 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_CardsGridSales
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   box-sizing: border-box;
   margin: 0;
}
#CardsGridSales
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 20px 0 20px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 970px;
}
#CardsGridSales > .col-1, #CardsGridSales > .col-2, #CardsGridSales > .col-3, #CardsGridSales > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#CardsGridSales > .col-1, #CardsGridSales > .col-2, #CardsGridSales > .col-3, #CardsGridSales > .col-4
{
   flex: 0 0 auto;
}
#CardsGridSales > .col-1
{
   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;
}
#CardsGridSales > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#CardsGridSales > .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;
}
#CardsGridSales > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#CardsGridSales > .col-3
{
   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;
}
#CardsGridSales > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#CardsGridSales > .col-4
{
   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;
}
#CardsGridSales > .col-4 > .col-4-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
@media (max-width: 480px)
{
#CardsGridSales > .col-1, #CardsGridSales > .col-2, #CardsGridSales > .col-3, #CardsGridSales > .col-4
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid5
{
   box-sizing: border-box;
   padding: 6px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid5 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid5 > .row > .col-1
{
   float: left;
}
#LayoutGrid5 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid5:before,
#LayoutGrid5:after,
#LayoutGrid5 .row:before,
#LayoutGrid5 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid5:after,
#LayoutGrid5 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid5 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_contact
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('images/DSCF6176.JPG');
   background-repeat: repeat;
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#contact
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 75px 0 75px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 970px;
}
#contact > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#contact > .col-1
{
   flex: 0 0 auto;
}
#contact > .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: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#contact > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#contact-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-image: linear-gradient(to bottom, #4F4F4F 0%, rgba(79,79,79,0.00) 100%);
}
#wb_up-arrow
{
   background-color: transparent;
   background-image: none;
   border: 1px solid #A9A9A9;
   border-radius: 1px;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
}
#wb_up-arrow a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_up-arrow:hover
{
   background-color: transparent;
   background-image: none;
   border: 1px solid #000000;
}
#up-arrow
{
   height: 22px;
   width: 19px;
}
#up-arrow i
{
   color: #4F4F4F;
   display: inline-block;
   font-size: 19px;
   line-height: 22px;
   vertical-align: middle;
   width: 18px;
}
#wb_up-arrow:hover #up-arrow i
{
   color: #000000;
}
#wb_headerIcon1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_headerIcon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#headerIcon1
{
   height: 33px;
   width: 24px;
}
#headerIcon1 i
{
   color: #28A7E9;
   display: inline-block;
   font-size: 24px;
   line-height: 33px;
   vertical-align: middle;
   width: 23px;
}
#wb_headerIcon1:hover #headerIcon1 i
{
   color: #FFFFFF;
}
#wb_headerIcon1
{
   transition: all 500ms linear 0ms;
}
#headerLabel1
{
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 15px;
   box-sizing: border-box;
   margin: 0;
   text-align: left;
   vertical-align: top;
   padding: 8px 4px 8px 4px;
}
#headerLabel1:focus
{
   outline: 0;
}
#wb_headerIcon2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_headerIcon2 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#headerIcon2
{
   height: 33px;
   width: 24px;
}
#headerIcon2 i
{
   color: #28A7E9;
   display: inline-block;
   font-size: 24px;
   line-height: 33px;
   vertical-align: middle;
   width: 23px;
}
#wb_headerIcon2:hover #headerIcon2 i
{
   color: #FFFFFF;
}
#wb_headerIcon2
{
   transition: all 500ms linear 0ms;
}
#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;
}
#Icon1
{
   height: 44px;
   width: 35px;
}
#Icon1 i
{
   color: #F8F8FF;
   display: inline-block;
   font-size: 35px;
   line-height: 44px;
   vertical-align: middle;
   width: 34px;
}
#wb_Icon1:hover #Icon1 i
{
   color: #337AB7;
}
#Layer2
{
   background-color: #393185;
   background-image: none;
   border-radius: 0px;
   opacity: 0.80;
}
#Layer1
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   opacity: 0.80;
}
#Label1
{
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 15px;
   box-sizing: border-box;
   margin: 0;
   text-align: left;
   vertical-align: top;
   padding: 8px 4px 8px 4px;
}
#Label1:focus
{
   outline: 0;
}
#wb_company_motto
{
   margin: 0;
   vertical-align: top;
}
#company_motto
{
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 608px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Balancers-Card, .Balancers-Card
{
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   background-color: #26A89C;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 2px #000000;
   text-align: center;
}
#Balancers-Card-card-body
{
   padding: 0;
   font-size: 0;
}
.fade
{
   opacity: 0;
   transition: opacity .15s linear;
}
.fade.show
{
   opacity: 1;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Balancers-Card-card-item0
{
   display: inline-block;
   height: 24px;
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Balancers-Card-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Balancers-Card-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 500;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#Balancers-Card-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 13px;
}
#Balancers-Card-card-item3
{
   display: inline-block;
   height: 37px;
   box-sizing: border-box;
   margin: 29px 20px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 2px solid transparent;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #007BFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Balancers-Card-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Balancers-Card-card-item4
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 230px;
}
 .Balancers-Card
{
   position: absolute;
   top: 0;
   left: 0;
   z-index: 9999;
   display: block;
   max-width: 192px;
   width: 192px;
   height: 528px;
}
.Balancers-Card.popover .popover-arrow
{
   position: absolute;
   display: block;
   width: 1rem;
   height: 0.5rem;
   margin: 0 0.5rem;
}
.Balancers-Card.popover .popover-arrow::before, .Balancers-Card.popover .popover-arrow::after
{
   position: absolute;
   display: block;
   content: "";
   border-color: transparent;
   border-style: solid;
}
.Balancers-Card.bs-popover-end, .Balancers-Card.bs-popover-auto[x-placement^="right"]
{
   margin-left: 0.5rem;
}
.Balancers-Card.bs-popover-end > .popover-arrow, .Balancers-Card.bs-popover-auto[x-placement^="right"] > .popover-arrow 
{
   left: calc((0.5rem + 1px) * -1);
   width: 0.5rem;
   height: 1rem;
   margin: 0.5rem 0;
}
.Balancers-Card.bs-popover-end > .popover-arrow::before, .Balancers-Card.bs-popover-auto[x-placement^="right"] > .popover-arrow::before
{
   left: 0;
   border-width: 0.5rem 0.5rem 0.5rem 0;
   border-right-color: #DEDEDE;
}
.Balancers-Card.bs-popover-end > .popover-arrow::after, .Balancers-Card.bs-popover-auto[x-placement^="right"] > .popover-arrow::after
{
   left: 1px;
   border-width: 0.5rem 0.5rem 0.5rem 0;
   border-right-color: #26A89C;
}
#wb_Changers-Card
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   background-color: #D21C30;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 2px #000000;
   text-align: center;
}
#Changers-Card-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Changers-Card-card-item0
{
   display: inline-block;
   height: 24px;
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Changers-Card-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Changers-Card-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 500;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#Changers-Card-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 13px;
}
#Changers-Card-card-item3
{
   display: inline-block;
   height: 37px;
   box-sizing: border-box;
   margin: 19px 20px 23px 20px;
   padding: 10px 16px 10px 16px;
   border: 2px solid transparent;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #007BFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Changers-Card-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Changers-Card-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#wb_Aligners-Card
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   background-color: #34356C;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 2px #000000;
   text-align: center;
}
#Aligners-Card-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Aligners-Card-card-item0
{
   display: inline-block;
   height: 24px;
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Aligners-Card-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Aligners-Card-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 500;
   font-style: normal;
   font-size: 19px;
}
#Aligners-Card-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 13px;
}
#Aligners-Card-card-item3
{
   display: inline-block;
   height: 37px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 2px solid transparent;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #007BFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Aligners-Card-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Aligners-Card-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 25px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#wb_Lifts-Card
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   background-color: #A9A9A9;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 2px #000000;
   text-align: center;
}
#Lifts-Card-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Lifts-Card-card-item0
{
   display: inline-block;
   height: 24px;
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Lifts-Card-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Lifts-Card-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 500;
   font-style: normal;
   font-size: 19px;
}
#Lifts-Card-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 13px;
}
#Lifts-Card-card-item3
{
   display: inline-block;
   height: 37px;
   box-sizing: border-box;
   margin: 10px 20px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 2px solid transparent;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #007BFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Lifts-Card-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Lifts-Card-card-item4
{
   box-sizing: border-box;
   margin: -10px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#EN-button
{
   box-sizing: border-box;
   line-height: 23px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #FFFFFF;
   border-radius: 4px;
   background-color: transparent;
   background-image: url('images/United%2dKingdom%2dflag.256.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: contain;
   color: #FFFFFF;
   box-shadow: 1px 1px 0px #000000;
   font-family: Tahoma;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
}
#EN-button:focus
{
   outline: 0;
}
#MK-button
{
   box-sizing: border-box;
   line-height: 23px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #FFFFFF;
   border-radius: 4px;
   background-color: transparent;
   background-image: url('images/Flag%2dMacedonia%2dFlag.256.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: contain;
   color: #FFFFFF;
   box-shadow: 1px 1px 0px #000000;
   font-family: Tahoma;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
}
#MK-button:focus
{
   outline: 0;
}
#wb_en_card_sales_dg
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   text-align: left;
}
#en_card_sales_dg-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#en_card_sales_dg-card-item0
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 25px 0 0 0 ;
   padding: 8px 16px 9px 100px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(to left, #145888 0%, #00A595 100%);
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 500;
   font-style: normal;
   font-size: 16px;
}
#en_card_sales_dg-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#en_card_sales_dg-card-item1
{
   box-sizing: border-box;
   margin: -44px 0 0 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   max-width: 60px;
   width: 100%;
   height: 60px;
}
#en_card_sales_dg-card-item2
{
   box-sizing: border-box;
   margin: -10px 0 0 0 ;
   padding: 0 25px 25px 75px;
   background-color: transparent;
   background-image: none;
   color: #808080;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#en_card_sales_dg-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#en_card_sales_dg-card-item3
{
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   padding: 0;
   color: #959BAD;
   font-family: "Roboto";
   font-weight: 300;
   font-style: normal;
   font-size: 16px;
   line-height: 22.4px;
}
#wb_Card10
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #00A595;
   background-image: none;
   border: 2px solid #DEDEDE;
   border-radius: 2px;
   box-shadow: 0px 6px 1px rgba(0,0,0,0.10);
   text-align: left;
}
#Card10-card-body
{
   padding: 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: 50px;
   width: 100%;
   height: 50px;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: -50px 0 0 50px;
   padding: 20px 10px 10px 20px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Roboto";
   font-weight: 300;
   font-style: normal;
   font-size: 17px;
}
#Card10-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card10-card-item2
{
   box-sizing: border-box;
   margin: 0 25px 0 25px;
   border-top: 2px #145686 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card10-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #145888;
   background-image: none;
   color: #F5FFFA;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
   text-align: center;
}
#Card10-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card10-card-item3 i
{
   color: #FFFFFF;
   margin-left: 4px;
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-clip: padding-box;
   background-color: #00A595;
   background-image: none;
   border: 2px solid #DEDEDE;
   border-radius: 2px;
   box-shadow: 0px 6px 1px rgba(0,0,0,0.10);
   text-align: left;
}
#Card2-card-body
{
   padding: 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: 100px;
   width: 100%;
   height: 60px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: -60px 0 0 90px;
   padding: 20px 10px 10px 20px;
   background-clip: padding-box;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Roboto";
   font-weight: 300;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 0 25px 0 25px;
   border-top: 2px #145686 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-clip: padding-box;
   background-color: #145888;
   background-image: none;
   color: #F5FFFA;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
   text-align: center;
}
#Card2-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item3 i
{
   color: #FFFFFF;
   margin-left: 4px;
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #00A595;
   background-image: none;
   border: 2px solid #DEDEDE;
   border-radius: 2px;
   box-shadow: 0px 6px 1px rgba(0,0,0,0.10);
   text-align: left;
}
#Card3-card-body
{
   padding: 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: 75px;
   width: 100%;
   height: 60px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: -60px 0 0 70px;
   padding: 20px 10px 10px 20px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Roboto";
   font-weight: 300;
   font-style: normal;
   font-size: 19px;
}
#Card3-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 0 25px 0 25px;
   border-top: 2px #145686 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card3-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #145888;
   background-image: none;
   color: #F5FFFA;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
   text-align: center;
}
#Card3-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-card-item3 i
{
   color: #FFFFFF;
   margin-left: 4px;
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_Card4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #00A595;
   background-image: none;
   border: 2px solid #DEDEDE;
   border-radius: 2px;
   box-shadow: 0px 6px 1px rgba(0,0,0,0.10);
   text-align: left;
}
#Card4-card-body
{
   padding: 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: 65px;
   width: 100%;
   height: 50px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: -50px 0 0 75px;
   padding: 20px 10px 10px 20px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Roboto";
   font-weight: 300;
   font-style: normal;
   font-size: 19px;
}
#Card4-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 0 25px 0 25px;
   border-top: 2px #145686 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card4-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #145888;
   background-image: none;
   color: #F5FFFA;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
   text-align: center;
}
#Card4-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card4-card-item3 i
{
   color: #FFFFFF;
   margin-left: 4px;
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 75px 0 25px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid1 > .col-1, #LayoutGrid1 > .col-2, #LayoutGrid1 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .col-1, #LayoutGrid1 > .col-2, #LayoutGrid1 > .col-3
{
   flex: 0 0 auto;
}
#LayoutGrid1 > .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: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1 > .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: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1 > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0;
}
#LayoutGrid1 > .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;
}
#LayoutGrid1 > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0;
}
@media (max-width: 480px)
{
#LayoutGrid1 > .col-1, #LayoutGrid1 > .col-2, #LayoutGrid1 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#LayoutGrid1-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 60px;
   line-height: 0;
   left: 0;
   transform: scaleY(-1.0);
}
#LayoutGrid1-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#LayoutGrid1-divider-top .divider-fill
{
   fill: #F5F5F5;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 8px 0;
   margin: 0;
   text-align: left;
}
#wb_Text2
{
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 15px;
}
#wb_Text2 div
{
   text-align: left;
}
#wb_Text2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_CssMenu1
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 0;
   text-align: left;
   z-index: 1111 !important;
}
#wb_CssMenu1 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   width: 100%;
}
#wb_CssMenu1 li
{
   float: left;
   margin: 0;
   padding: 0px 0px 0px 0px;
   width: 100%;
}
#wb_CssMenu1 a
{
   display: block;
   color: #ECF5FF;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Roboto Slab";
   font-weight: 200;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   width: 100%;
   box-sizing: border-box;
   height: 25px;
   padding: 0 0px 0px 0px;
   vertical-align: middle;
   line-height: 25px;
   text-align: left;
}
#wb_CssMenu1 li:hover a, #wb_CssMenu1 a:hover
{
   color: #FFFFFF;
   border: 0px solid #2E6DA4;
   background-color: transparent;
   background-image: none;
}
#wb_CssMenu1 .firstmain a
{
   margin-top: 0px;
}
#wb_CssMenu1 li.lastmain
{
   padding-bottom: 0px;
}
#wb_CssMenu1 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#CssMenu1 li i
{
   font-size: 13px;
   margin-right: 3px;
   width: 15px;
}
#CssMenu1 i
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Ico Font";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
#CssMenu1 .ui-home:before
{
   content: "\ec5e";
}
#CssMenu1 .opencart:before
{
   content: "\ed58";
}
#CssMenu1 .microscope:before
{
   content: "\eae4";
}
#CssMenu1 .id-card:before
{
   content: "\e970";
}
#CssMenu1 .phone-circle:before
{
   content: "\efba";
}
#CssMenu1 .brand-myspace:before
{
   content: "\e911";
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 8px 0;
   margin: 0;
   text-align: center;
}
#wb_Text3
{
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 15px;
}
#wb_Text3 div
{
   text-align: center;
}
#wb_Text3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Icon2
{
   background-color: #007BFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 6px 6px 6px 6px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_Icon2 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon2:hover
{
   background-color: #00428A;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#Icon2
{
   height: 28px;
   width: 28px;
}
#Icon2 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 28px;
   line-height: 28px;
   vertical-align: middle;
   width: 27px;
}
#wb_Icon2:hover #Icon2 i
{
   color: #FFFFFF;
}
#wb_Icon3
{
   background-color: #007BFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 6px 6px 6px 6px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_Icon3 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon3:hover
{
   background-color: #00428A;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#Icon3
{
   height: 28px;
   width: 28px;
}
#Icon3 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 28px;
   line-height: 28px;
   vertical-align: middle;
   width: 27px;
}
#wb_Icon3:hover #Icon3 i
{
   color: #FFFFFF;
}
#wb_Icon4
{
   background-color: #007BFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 6px 6px 6px 6px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_Icon4 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon4:hover
{
   background-color: #00428A;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#Icon4
{
   height: 28px;
   width: 28px;
}
#Icon4 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 28px;
   line-height: 28px;
   vertical-align: middle;
   width: 27px;
}
#wb_Icon4:hover #Icon4 i
{
   color: #FFFFFF;
}
#wb_FlexContainer1
{
   box-sizing: border-box;
   position: relative;
}
#FlexContainer1
{
   display: flex;
   position: relative;
   padding: 25px 25px 25px 25px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: stretch;
   padding: 10px 10px 10px 10px;
   margin: 0;
   text-align: center;
}
#wb_Text1 div
{
   text-align: center;
}
#wb_Snap_On_Official_Logo
{
   margin: 0;
   vertical-align: top;
}
#Snap_On_Official_Logo
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 577px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Hofmann_Official_Logo
{
   margin: 0;
   vertical-align: top;
}
#Hofmann_Official_Logo
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 577px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_CartecLogo
{
   margin: 0;
   vertical-align: top;
}
#CartecLogo
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 577px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#TermsPanel
{
   background-color: #393185;
   background-image: none;
   opacity: 0.90;
}
#TermsPanel_panel
{
   background-color: #393185;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 10px;
   border-top-style: none;
   border-right-style: none;
   border-bottom-style: none;
   border-left-style: outset;
   border-top-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
   border-left-color: #F5FFFA;
   box-sizing: border-box;
   box-shadow: 1px 1px 2px #000000;
   display: none;
   position: fixed;
   top: 0;
   height: 100%;
   width: 245px;
   z-index: 9999;
   opacity: 0.90;
}
#TermsPanel-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 50px;
   line-height: 0;
   left: 0;
   transform: scaleY(-1.0);
}
#TermsPanel-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#TermsPanel-divider-top .divider-fill
{
   fill: #FFFFFF;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#Accordion1 *, #Accordion1 *::before, #Accordion1 *::after
{
   box-sizing: border-box;
}
#Accordion1 .accordion-item
{
   margin-bottom: 1px;
   overflow: hidden;
   text-align: left;
}
#Accordion1 .accordion-item
{
}
#Accordion1.accordion-group .accordion-item
{
   margin-bottom: 0;
   overflow: hidden;
   border-radius: 4px;
}
#Accordion1 .accordion-header
{
}
#Accordion1 .accordion-body
{
   height: 243px;
   padding: 0;
   position: relative;
}
#Accordion1 .accordion-body::before, #Accordion1 .accordion-body::after
{
   display: table;
   content: " ";
}
#Accordion1 .accordion-body::after
{
   clear: both;
}
#Accordion1 .accordion-title
{
   margin-top: 0;
   margin-bottom: 0;
   display: block;
   text-align: left;
}
#Accordion1 .accordion-title > a
{
   color: inherit;
   position: relative;
   display: block;
   padding: 8px 10px 8px 30px;
   text-decoration: none;
}
#Accordion1 .collapse 
{
   display: none;
}
#Accordion1 .collapse.show
{
   display: block;
}
#Accordion1 .collapsing
{
   position: relative;
   height: 0;
   overflow: hidden;
   transition: height 0.35s linear;
}
#Accordion1 .accordion-item .accordion-header .accordion-arrow
{
   left: 10px;
   width: 16px;
   height: 100%;
   box-sizing: content-box;
   display: inline-flex;
   align-content: center;
   align-items: center;
   position: absolute;
   text-indent: -99999px;
   top: 0;
   overflow: hidden;
   fill: currentColor;
}
#Accordion1 .accordion-item .accordion-header .accordion-arrow .icon-default
{
   display: block;
   padding: 2px;
}
#Accordion1 .accordion-item .accordion-header .accordion-arrow .icon-active
{
   display: none;
   padding: 2px;
}
#Accordion1 .accordion-item.active .accordion-header .accordion-arrow .icon-default
{
   display: none;
}
#Accordion1 .accordion-item.active .accordion-header .accordion-arrow .icon-active
{
   display: block;
}
#Accordion1 .accordion-item:nth-of-type(1) .accordion-header
{
   border-color: #FFFFFF;
   background: #FFFFFF;
}
#Accordion1 .accordion-item:nth-of-type(2) .accordion-header
{
   border-color: #FFFFFF;
   background: #FFFFFF;
}
#Accordion1 .accordion-item:nth-of-type(3) .accordion-header
{
   border-color: #FFFFFF;
   background: #FFFFFF;
}
#Accordion1 .accordion-item:nth-of-type(4) .accordion-header
{
   border-color: #FFFFFF;
   background: #FFFFFF;
}
#Accordion1 .accordion-item:nth-of-type(5) .accordion-header
{
   border-color: #FFFFFF;
   background: #FFFFFF;
}
#Accordion1 .accordion-item:nth-of-type(6) .accordion-header
{
   border-color: #FFFFFF;
   background: #FFFFFF;
}
#Accordion1 .accordion-item:nth-of-type(7) .accordion-header
{
   border-color: #FFFFFF;
   background: #FFFFFF;
}
#Accordion1 .accordion-item:nth-of-type(8) .accordion-header
{
   border-color: #FFFFFF;
   background: #FFFFFF;
}
#Accordion1 .accordion-item:nth-of-type(9) .accordion-header
{
   border-color: #FFFFFF;
   background: #FFFFFF;
}
#Accordion1 .accordion-item:nth-of-type(10) .accordion-header
{
   border-color: #FFFFFF;
   background: #FFFFFF;
}
#Accordion1 .accordion-item:nth-of-type(11) .accordion-header
{
   border-color: #FFFFFF;
   background: #FFFFFF;
}
#Accordion1 .accordion-item:nth-of-type(12) .accordion-header
{
   border-color: #FFFFFF;
   background: #FFFFFF;
}
#wb_Accordion1
{
   margin: 0;
}
#QuickBalLayer2
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
}
#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;
}
#QuickLokLayer7
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
}
#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;
}
#SplitWeightModeLayer11
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
}
#wb_Text14 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text14 div
{
   text-align: left;
}
#easyAluLayer3
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
}
#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;
}
#EasyWeightLayer4
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text7 div
{
   text-align: left;
}
#smartSpeedLayer5
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
}
#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;
}
#PowerClampLayer1
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
}
#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;
}
#powerMontLayer6
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
}
#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;
}
#AsanetworkLayer8
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
}
#wb_Text11 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text11 div
{
   text-align: left;
}
#SmartSonarLayer9
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
}
#wb_Text12 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text12 div
{
   text-align: left;
}
#GPModelLayer10
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
}
#wb_Text13 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text13 div
{
   text-align: left;
}
#VPMLayer12
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
}
#wb_Text15 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text15 div
{
   text-align: left;
}
#wb_TermsHeading 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 18px 0 0 0;
   margin: 0;
   text-align: left;
}
#wb_TermsHeading
{
   color: #F5F5F5;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 29px;
   line-height: 40px;
}
#wb_TermsHeading p, #wb_TermsHeading ul
{
   margin: 0;
   padding: 0;
}
#wb_home_content 
{
   padding: 0;
   margin: 0;
}
#wb_home_content p, #wb_home_content ul
{
   margin: 0;
   padding: 0;
}
#wb_home_content
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_AI-logo
{
   margin: 0;
   vertical-align: top;
}
#AI-logo
{
   border: 0px solid transparent;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 200px;
   height: 29px;
   vertical-align: top;
}
#wb_ResponsiveMenu1
{
   display: block;
   background-color: #F5F5F5;
   font-family: "Roboto";
   font-weight: 500;
   text-align: right;
   width: 100%;
   z-index: 1111 !important;
}
#ResponsiveMenu1
{
   display: inline-block;
   background-color: #F5F5F5;
   height: 35px;
}
#wb_ResponsiveMenu1 ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_ResponsiveMenu1 ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_ResponsiveMenu1 ul li
{
   border-radius: 0;
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_ResponsiveMenu1 ul li i
{
   font-size: 15px;
   width: 15px;
}
#wb_ResponsiveMenu1 ul li a
{
   background-color: #F5F5F5;
   color: #000000;
   font-family: "Roboto";
   font-weight: 500;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   padding: 3px 5px 3px 5px;
   text-align: center;
}
#wb_ResponsiveMenu1 > ul > li > a 
{
   height: 29px;
}
.ResponsiveMenu1 a 
{
   display: block;
}
#wb_ResponsiveMenu1 li:hover > a, #wb_ResponsiveMenu1 li .active
{
   background-color: #145686;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul ul
{
   display: none;
   position: absolute;
   top: 35px;
}
#wb_ResponsiveMenu1 ul li:hover > ul
{
   display: list-item;
}
#wb_ResponsiveMenu1 ul ul li 
{
   float: none;
   position: relative;
   width: 155px;
}
#wb_ResponsiveMenu1 ul ul li a
{
   background-color: #F5F5F5;
   border: 0px solid #7A7A7A;
   color: #000000;
}
#wb_ResponsiveMenu1 ul ul li:hover > a, #wb_ResponsiveMenu1 ul ul li .active
{
   background-color: #E6E6FA;
   color: #A52A2A;
}
#wb_ResponsiveMenu1 ul ul li i 
{
   margin-right: 5px;
   vertical-align: middle;
}
#wb_ResponsiveMenu1 ul ul li a 
{
   padding-top: 5px;
   padding-right: 10px;
   padding-bottom: 5px;
   text-align: left;
   vertical-align: middle;
}
#wb_ResponsiveMenu1 ul ul ul li 
{
   left: 155px;
   position: relative;
   top: -35px;
}
#wb_ResponsiveMenu1 .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid #000000;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
#wb_ResponsiveMenu1 .arrow-left 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-left: 4px solid #000000;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_ResponsiveMenu1 li:hover > a .arrow-down, #wb_ResponsiveMenu1 li .active .arrow-down
{ 
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul ul li:hover > a .arrow-left, #wb_ResponsiveMenu1 ul ul li .active .arrow-left
{ 
   border-left-color: #A52A2A;
}
#wb_ResponsiveMenu1 .toggle,[id^=ResponsiveMenu1-submenu]
{
   display: none;
}
@media all and (max-width:480px) 
{
#wb_ResponsiveMenu1
{
   margin: 0;
   text-align: left;
}
#wb_ResponsiveMenu1 ul li a, #wb_ResponsiveMenu1 .toggle
{
   font-size: 13px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   padding: 5px 10px 5px 10px;
}
#wb_ResponsiveMenu1 .toggle + a
{
   display: none !important;
}
.ResponsiveMenu1 
{
   display: none;
   z-index: 9999;
}
#ResponsiveMenu1 
{
   background-color: transparent;
   display: none;
}
#wb_ResponsiveMenu1 > ul > li > a 
{
   height: auto !important;   margin: 0;
}
#wb_ResponsiveMenu1 .toggle 
{
   display: block;
   background-color: #F5F5F5;
   color: #000000;
   padding: 0 10px 0 10px;
   line-height: 25px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_ResponsiveMenu1 .toggle:hover
{
   background-color: #145686;
   color: #FFFFFF;
}
[id^=ResponsiveMenu1-submenu]:checked + ul 
{
   display: block !important;
}
#ResponsiveMenu1-title
{
   height: 35px !important;
   line-height: 35px !important;
   text-align: center;
}
#wb_ResponsiveMenu1 ul li 
{
   display: block;
   width: 100% !important;
   text-align: left;
}
#wb_ResponsiveMenu1 ul ul .toggle,
#wb_ResponsiveMenu1 ul ul a 
{
   padding: 0 20px;
}
#wb_ResponsiveMenu1 a:hover,
#wb_ResponsiveMenu1 ul ul ul a 
{
   background-color: #F5F5F5;
   color: #000000;
}
#wb_ResponsiveMenu1 ul li ul li .toggle,
#wb_ResponsiveMenu1 ul ul a 
{
   background-color: #F5F5F5;
   color: #000000;
}
#wb_ResponsiveMenu1 ul ul ul a 
{
   padding: 5px 10px 5px 30px;
}
#wb_ResponsiveMenu1 ul li a 
{
   text-align: left;
}
#wb_ResponsiveMenu1 ul li a br 
{
   display: none;
}
#wb_ResponsiveMenu1 ul li i 
{
   margin-right: 5px;
}
#wb_ResponsiveMenu1 ul ul 
{
   float: none;
   position: static;
}
#wb_ResponsiveMenu1 ul ul li:hover > ul,
#wb_ResponsiveMenu1 ul li:hover > ul 
{
   display: none;
}
#wb_ResponsiveMenu1 ul ul li 
{
   display: block;
   width: 100%;
}
#wb_ResponsiveMenu1 ul ul ul li 
{
   position: static;
}
#ResponsiveMenu1-icon 
{
   display: block;
   position: absolute;
   right: 5px;
   top: 5px;
}
#ResponsiveMenu1-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #000000;
   color: #000000;
   width: 24px;
}
#wb_ResponsiveMenu1 ul li ul li .toggle:hover
{
   background-color: #E6E6FA;
   color: #A52A2A;
}
#wb_ResponsiveMenu1 .toggle .arrow-down 
{
   border-top-color: #000000;
}
#wb_ResponsiveMenu1 .toggle:hover .arrow-down, #wb_ResponsiveMenu1 li .active .arrow-down
{
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul li ul li .toggle .arrow-down 
{
   border-top-color: #000000;
}
#wb_ResponsiveMenu1 ul li ul li .toggle:hover .arrow-down, #wb_ResponsiveMenu1 ul li ul li .active .arrow-down
{
   border-top-color: #A52A2A;
}
}
#ResponsiveMenu1 i
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Ico Font";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
#ResponsiveMenu1 .ui-home:before
{
   content: "\ec5e";
}
#ResponsiveMenu1 .opencart:before
{
   content: "\ed58";
}
#ResponsiveMenu1 .car:before
{
   content: "\ee1f";
}
#ResponsiveMenu1 .microscope:before
{
   content: "\eae4";
}
#ResponsiveMenu1 .id-card:before
{
   content: "\e970";
}
#ResponsiveMenu1 .phone-circle:before
{
   content: "\efba";
}
#EasyWeightLayer4
{
   position: absolute;
   text-align: left;
   left: 10px;
   top: 14px;
   width: 180px;
   height: 149px;
   z-index: 41;
}
#easyAluLayer3
{
   position: absolute;
   text-align: left;
   left: 25px;
   top: 37px;
   width: 156px;
   height: 131px;
   z-index: 39;
}
#wb_CssMenu1
{
   display: inline-block;
   width: 100%;
   z-index: 26;
}
#wb_Icon1
{
   position: absolute;
   left: 0px;
   top: 5px;
   width: 35px;
   height: 44px;
   text-align: center;
   z-index: 23;
}
#QuickLokLayer7
{
   position: absolute;
   text-align: left;
   left: 13px;
   top: 24px;
   width: 180px;
   height: 149px;
   z-index: 47;
}
#wb_Balancers-Card
{
   display: inline-block;
   width: 192px;
   height: 528px;
   z-index: 17;
}
#AsanetworkLayer8
{
   position: absolute;
   text-align: left;
   left: 11px;
   top: 6px;
   width: 184px;
   height: 185px;
   z-index: 49;
}
#wb_ResponsiveMenu1
{
   display: inline-block;
   width: 478px;
   height: 39px;
   z-index: 7;
}
#wb_Text4
{
   position: absolute;
   left: 8px;
   top: 3px;
   width: 165px;
   height: 130px;
   z-index: 34;
}
#wb_Icon4
{
   display: inline-block;
   width: 28px;
   height: 28px;
   text-align: center;
   z-index: 30;
}
#wb_Card3
{
   display: flex;
   width: 100%;
   z-index: 12;
}
#SplitWeightModeLayer11
{
   position: absolute;
   text-align: left;
   left: 11px;
   top: 26px;
   width: 184px;
   height: 145px;
   z-index: 55;
}
#wb_Text5
{
   position: absolute;
   left: 26px;
   top: 21px;
   width: 133px;
   height: 106px;
   z-index: 36;
}
#wb_Accordion1
{
   position: absolute;
   left: 9px;
   top: 74px;
   width: 206px;
   height: 711px;
   z-index: 58;
}
#TermsPanel
{
   text-align: left;
}
#wb_Card2
{
   display: flex;
   width: 100%;
   z-index: 11;
}
#wb_flowerBookmark
{
   display: inline-block;
   width: 100%;
   z-index: 8;
}
#wb_Text15
{
   position: absolute;
   left: 12px;
   top: 48px;
   width: 157px;
   height: 53px;
   z-index: 56;
}
#wb_Text6
{
   position: absolute;
   left: 27px;
   top: 21px;
   width: 102px;
   height: 88px;
   z-index: 38;
}
#wb_up-arrow
{
   position: absolute;
   left: 0px;
   top: 1px;
   width: 19px;
   height: 22px;
   text-align: center;
   z-index: 24;
}
#VPMLayer12
{
   position: absolute;
   text-align: left;
   left: 13px;
   top: 20px;
   width: 180px;
   height: 149px;
   z-index: 57;
}
#wb_Text14
{
   position: absolute;
   left: 10px;
   top: 28px;
   width: 164px;
   height: 88px;
   z-index: 54;
}
#wb_Text7
{
   position: absolute;
   left: 10px;
   top: 39px;
   width: 160px;
   height: 70px;
   z-index: 40;
}
#QuickBalLayer2
{
   position: absolute;
   text-align: left;
   left: 13px;
   top: 23px;
   width: 180px;
   height: 149px;
   z-index: 37;
}
#wb_Text13
{
   position: absolute;
   left: 14px;
   top: 12px;
   width: 154px;
   height: 123px;
   z-index: 52;
}
#GPModelLayer10
{
   position: absolute;
   text-align: left;
   left: 12px;
   top: 20px;
   width: 183px;
   height: 147px;
   z-index: 53;
}
#SmartSonarLayer9
{
   position: absolute;
   text-align: left;
   left: 12px;
   top: 18px;
   width: 183px;
   height: 156px;
   z-index: 51;
}
#wb_en_card_sales_dg
{
   display: inline-block;
   width: 641px;
   height: 241px;
   z-index: 22;
}
#wb_CartecLogo
{
   display: inline-block;
   width: 100%;
   height: auto;
   z-index: 14;
}
#wb_Card10
{
   display: flex;
   width: 100%;
   z-index: 10;
}
#wb_Text12
{
   position: absolute;
   left: 9px;
   top: 17px;
   width: 165px;
   height: 123px;
   z-index: 50;
}
#wb_Snap_On_Official_Logo
{
   display: inline-block;
   width: 100%;
   height: auto;
   z-index: 15;
}
#MK-button
{
   display: inline-block;
   width: 38px;
   height: 27px;
   z-index: 5;
}
#wb_Text11
{
   position: absolute;
   left: 6px;
   top: 0px;
   width: 173px;
   height: 184px;
   z-index: 48;
}
#wb_Text10
{
   position: absolute;
   left: 22px;
   top: 36px;
   width: 136px;
   height: 88px;
   z-index: 46;
}
#wb_TermsHeading
{
   position: absolute;
   left: 65px;
   top: 17px;
   width: 94px;
   height: 39px;
   z-index: 59;
}
#powerMontLayer6
{
   position: absolute;
   text-align: left;
   left: 6px;
   top: 20px;
   width: 187px;
   height: 156px;
   z-index: 45;
}
#smartSpeedLayer5
{
   position: absolute;
   text-align: left;
   left: 6px;
   top: 25px;
   width: 195px;
   height: 147px;
   z-index: 43;
}
#Layer1
{
   position: absolute;
   text-align: right;
   left: 1043px;
   top: 917px;
   width: 29px;
   height: 33px;
   z-index: 106;
}
#wb_Hofmann_Official_Logo
{
   display: inline-block;
   width: 100%;
   height: auto;
   z-index: 16;
}
#flowerBookmark
{
   visibility: hidden;
}
#Layer2
{
   position: absolute;
   text-align: center;
   left: 1043px;
   top: 1114px;
   width: 39px;
   height: 53px;
   z-index: 105;
}
#wb_Changers-Card
{
   display: inline-block;
   width: 192px;
   height: 528px;
   z-index: 19;
}
#EN-button
{
   display: inline-block;
   width: 38px;
   height: 27px;
   z-index: 4;
}
#headerLabel1
{
   display: inline-block;
   width: 307px;
   line-height: 21px;
   z-index: 1;
}
#wb_Icon2
{
   display: inline-block;
   width: 28px;
   height: 28px;
   text-align: center;
   z-index: 28;
}
#wb_Lifts-Card
{
   display: inline-block;
   width: 192px;
   height: 528px;
   z-index: 20;
}
#wb_Aligners-Card
{
   display: inline-block;
   width: 192px;
   height: 528px;
   z-index: 18;
}
#wb_Text8
{
   position: absolute;
   left: 11px;
   top: 3px;
   width: 173px;
   height: 141px;
   z-index: 42;
}
#wb_Icon3
{
   display: inline-block;
   width: 28px;
   height: 28px;
   text-align: center;
   z-index: 29;
}
#Layer1_Container
{
   width: 29px;
   position: relative;
   margin-left: auto;
   margin-right: 0;
   text-align: left;
}
#Layer2_Container
{
   width: 39px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_Card4
{
   display: flex;
   width: 100%;
   z-index: 13;
}
#wb_AI-logo
{
   display: inline-block;
   width: 200px;
   height: 29px;
   z-index: 6;
}
#wb_Text9
{
   position: absolute;
   left: 9px;
   top: 9px;
   width: 168px;
   height: 137px;
   z-index: 44;
}
#PowerClampLayer1
{
   position: absolute;
   text-align: left;
   left: 13px;
   top: 20px;
   width: 180px;
   height: 149px;
   z-index: 35;
}
#wb_company_motto
{
   display: inline-block;
   width: 100%;
   height: auto;
   z-index: 21;
}
#Label1
{
   display: inline-block;
   width: 203px;
   line-height: 21px;
   z-index: 3;
}
#wb_headerIcon2
{
   display: inline-block;
   width: 24px;
   height: 33px;
   text-align: center;
   z-index: 2;
}
#wb_headerIcon1
{
   display: inline-block;
   width: 24px;
   height: 33px;
   text-align: center;
   z-index: 0;
}
@media only screen and (max-width: 969px)
{
body
{
   background-color: #F5F5F5;
   background-image: none;
}
#wb_header
{
   visibility: visible;
   display: table;
}
#wb_header
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#header
{
   height: auto;
   padding: 8px 15px 8px 15px;
}
#header .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#header > .row > .col-1, #header > .row > .col-2, #header > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#header > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#header > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#header > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#wb_navigation
{
   visibility: visible;
   display: table;
}
#wb_navigation
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#navigation
{
   height: auto;
   padding: 0;
}
#wb_flowerGrid
{
   visibility: visible;
   display: table;
}
#wb_flowerGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#flowerGrid
{
   height: auto;
   padding: 40px 0 20px 0;
}
#flowerGrid-divider-top
{
   height: 50px;
}
#flowerGrid-divider-top
{
   top: 0%;
   left: 0;
}
#wb_LayoutGrid6
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6
{
   height: auto;
   padding: 0 15px 25px 15px;
}
#LayoutGrid6 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   height: auto;
   padding: 5px 0 40px 0;
}
#LayoutGrid4 > .col-1, #LayoutGrid4 > .col-2, #LayoutGrid4 > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid4 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid4 > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0;
}
#LayoutGrid4 > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid4 > .col-3
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid4 > .col-3 > .col-3-padding
{
   width: 100%;
   padding: 0;
}
#wb_CardsGridSales
{
   visibility: visible;
   display: table;
}
#wb_CardsGridSales
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#CardsGridSales
{
   height: auto;
   padding: 20px 0 20px 0;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 6px 15px 0 15px;
}
#LayoutGrid5 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid5 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_contact
{
   visibility: visible;
   display: table;
}
#wb_contact
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contact
{
   height: auto;
   padding: 75px 0 75px 0;
}
#wb_up-arrow
{
   left: 0px;
   top: 2px;
   width: 9px;
   height: 14px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#up-arrow
{
   width: 9px;
   height: 14px;
}
#up-arrow i
{
   line-height: 14px;
   font-size: 9px;
   width: 8px;
}
#wb_flowerBookmark
{
   visibility: visible;
   display: inline-block;
}
#wb_headerIcon1
{
   width: 24px;
   height: 33px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#headerIcon1
{
   width: 24px;
   height: 33px;
}
#headerIcon1 i
{
   line-height: 33px;
   font-size: 24px;
   width: 23px;
}
#headerLabel1
{
   width: 361px;
   height: 34px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 8px 4px 8px 4px;
   text-align: left;
   font-size: 13px;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   text-decoration: none;
}
#headerLabel1
{
   line-height: 18px;
}
#wb_headerIcon2
{
   width: 24px;
   height: 33px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#headerIcon2
{
   width: 24px;
   height: 33px;
}
#headerIcon2 i
{
   line-height: 33px;
   font-size: 24px;
   width: 23px;
}
#Timer1
{
   left: 1012px;
   top: 1001px;
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline;
}
#wb_Icon1
{
   left: 2px;
   top: 7px;
   width: 33px;
   height: 33px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Icon1
{
   width: 33px;
   height: 33px;
}
#Icon1 i
{
   line-height: 33px;
   font-size: 33px;
   width: 32px;
}
#Layer2
{
   width: 35px;
   height: 44px;
   visibility: visible;
   display: block;
}
#Layer2_Container
{
   width: 35px;
}
#Layer1
{
   width: 22px;
   height: 27px;
   visibility: visible;
   display: block;
}
#Layer1_Container
{
   width: 22px;
}
#Label1
{
   width: 362px;
   height: 34px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 8px 4px 8px 4px;
   text-align: left;
   font-size: 13px;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   text-decoration: none;
}
#Label1
{
   line-height: 18px;
}
#wb_company_motto
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Balancers-Card
{
   width: 313px;
   height: 547px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#Balancers-Card-card-item0
{
   display: inline-block;
   height: 24px;
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Balancers-Card-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Balancers-Card-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 500;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Balancers-Card-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 13px;
}
#Balancers-Card-card-item3
{
   display: inline-block;
   height: 37px;
   box-sizing: border-box;
   margin: 29px 20px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 2px solid transparent;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #007BFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Balancers-Card-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Balancers-Card-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 220px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 280px;
}
 .Balancers-Card
{
   max-width: 313px;
   width: 313px;
   height: 528px;
}
#wb_Balancers-Card
{
   text-align: center;
}
#wb_Changers-Card
{
   width: 313px;
   height: 533px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#Changers-Card-card-item0
{
   display: inline-block;
   height: 24px;
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Changers-Card-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Changers-Card-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 500;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Changers-Card-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 13px;
}
#Changers-Card-card-item3
{
   display: inline-block;
   height: 37px;
   box-sizing: border-box;
   margin: 19px 20px 23px 20px;
   padding: 10px 16px 10px 16px;
   border: 2px solid transparent;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #007BFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Changers-Card-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Changers-Card-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 220px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 280px;
}
#wb_Changers-Card
{
   text-align: center;
}
#wb_Aligners-Card
{
   width: 313px;
   height: 537px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#Aligners-Card-card-item0
{
   display: inline-block;
   height: 24px;
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Aligners-Card-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Aligners-Card-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 500;
   font-style: normal;
   font-size: 19px;
}
#Aligners-Card-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 13px;
}
#Aligners-Card-card-item3
{
   display: inline-block;
   height: 37px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 2px solid transparent;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #007BFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Aligners-Card-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Aligners-Card-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 220px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 280px;
}
#wb_Aligners-Card
{
   text-align: center;
}
#wb_Lifts-Card
{
   width: 313px;
   height: 523px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#Lifts-Card-card-item0
{
   display: inline-block;
   height: 24px;
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Lifts-Card-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Lifts-Card-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 500;
   font-style: normal;
   font-size: 19px;
}
#Lifts-Card-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 13px;
}
#Lifts-Card-card-item3
{
   display: inline-block;
   height: 37px;
   box-sizing: border-box;
   margin: 10px 20px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 2px solid transparent;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #007BFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Lifts-Card-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Lifts-Card-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 220px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 280px;
}
#wb_Lifts-Card
{
   text-align: center;
}
#EN-button
{
   width: 38px;
   height: 27px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
#EN-button
{
   line-height: 23px;
}
#MK-button
{
   width: 38px;
   height: 27px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
#MK-button
{
   line-height: 23px;
}
#wb_en_card_sales_dg
{
   width: 450px;
   height: 274px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#en_card_sales_dg-card-item0
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 25px 0 0 0 ;
   padding: 8px 16px 9px 100px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(to left, #145888 0%, #00A595 100%);
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 500;
   font-style: normal;
   font-size: 16px;
}
#en_card_sales_dg-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#en_card_sales_dg-card-item1
{
   box-sizing: border-box;
   margin: -44px 0 0 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   max-width: 60px;
   width: 100%;
   height: 60px;
}
#en_card_sales_dg-card-item2
{
   box-sizing: border-box;
   margin: -10px 0 0 0 ;
   padding: 0 25px 25px 75px;
   background-color: transparent;
   background-image: none;
   color: #808080;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#en_card_sales_dg-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#en_card_sales_dg-card-item3
{
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   padding: 0;
   color: #959BAD;
   font-family: "Roboto";
   font-weight: 300;
   font-style: normal;
   font-size: 16px;
   line-height: 22.4px;
}
#wb_en_card_sales_dg
{
   text-align: left;
}
#wb_Card10
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card10-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 50px;
   width: 100%;
   height: 50px;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: -50px 0 0 50px;
   padding: 20px 10px 10px 20px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Roboto";
   font-weight: 300;
   font-style: normal;
   font-size: 17px;
}
#Card10-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card10-card-item2
{
   box-sizing: border-box;
   margin: 0 25px 0 25px;
   border-top: 2px #145686 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card10-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #145888;
   background-image: none;
   color: #F5FFFA;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
   text-align: center;
}
#Card10-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card10-card-item3 i
{
   color: #FFFFFF;
   margin-left: 4px;
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_Card10
{
   text-align: left;
}
#wb_Card2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 60px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: -60px 0 0 90px;
   padding: 20px 10px 10px 20px;
   background-clip: padding-box;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Roboto";
   font-weight: 300;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 0 25px 0 25px;
   border-top: 2px #145686 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-clip: padding-box;
   background-color: #145888;
   background-image: none;
   color: #F5FFFA;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
   text-align: center;
}
#Card2-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item3 i
{
   color: #FFFFFF;
   margin-left: 4px;
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_Card2
{
   text-align: left;
}
#wb_Card3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card3-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 75px;
   width: 100%;
   height: 60px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: -60px 0 0 70px;
   padding: 20px 10px 10px 20px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Roboto";
   font-weight: 300;
   font-style: normal;
   font-size: 19px;
}
#Card3-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 0 25px 0 25px;
   border-top: 2px #145686 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card3-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #145888;
   background-image: none;
   color: #F5FFFA;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
   text-align: center;
}
#Card3-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-card-item3 i
{
   color: #FFFFFF;
   margin-left: 4px;
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_Card3
{
   text-align: left;
}
#wb_Card4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card4-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 65px;
   width: 100%;
   height: 50px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: -50px 0 0 75px;
   padding: 20px 10px 10px 20px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Roboto";
   font-weight: 300;
   font-style: normal;
   font-size: 19px;
}
#Card4-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 0 25px 0 25px;
   border-top: 2px #145686 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card4-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 10px 0 10px 0;
   background-color: #145888;
   background-image: none;
   color: #F5FFFA;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
   text-align: center;
}
#Card4-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card4-card-item3 i
{
   color: #FFFFFF;
   margin-left: 4px;
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_Card4
{
   text-align: left;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 75px 0 25px 0;
}
#LayoutGrid1 > .col-1, #LayoutGrid1 > .col-2, #LayoutGrid1 > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid1 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid1 > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid1 > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid1 > .col-3
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1 > .col-3 > .col-3-padding
{
   width: 100%;
   padding: 10px 0 0 0;
}
#LayoutGrid1-divider-top
{
   height: 60px;
}
#LayoutGrid1-divider-top
{
   top: 0%;
   left: 0;
}
#wb_Text2
{
   visibility: visible;
   display: block;
}
#wb_Text2
{
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 15px;
   margin: 0;
   padding: 0 0 8px 0;
   text-align: left;
}
#wb_CssMenu1
{
   width: 100%;
   visibility: visible;
   display: inline-block;
   margin: 0;
   text-align: left;
}
#wb_CssMenu1 li
{
   width: 100%;
}
#wb_CssMenu1 a
{
   color: #ECF5FF;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Roboto Slab";
   font-weight: 200;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   width: 100%;
   box-sizing: border-box;
   height: 25px;
   padding: 0 0px 0px 0px;
   line-height: 25px;
   text-align: left;
}
#wb_CssMenu1 li:hover a, #wb_CssMenu1 a:hover
{
   color: #FFFFFF;
   border: 0px solid #2E6DA4;
   background-color: transparent;
   background-image: none;
}
#wb_CssMenu1 li
{
   padding-bottom: 0px !important;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 15px;
   margin: 0;
   padding: 0 0 8px 0;
   text-align: left;
}
#wb_Icon2
{
   width: 28px;
   height: 28px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 6px 6px 6px 6px;
}
#Icon2
{
   width: 28px;
   height: 28px;
}
#Icon2 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Icon3
{
   width: 28px;
   height: 28px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 6px 6px 6px 6px;
}
#Icon3
{
   width: 28px;
   height: 28px;
}
#Icon3 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Icon4
{
   width: 28px;
   height: 28px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 6px 6px 6px 6px;
}
#Icon4
{
   width: 28px;
   height: 28px;
}
#Icon4 i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#Extension1
{
   width: 293px;
   height: 48px;
   visibility: visible;
   display: inline-block;
}
#wb_FlexContainer1
{
   visibility: visible;
   display: block;
}
#FlexContainer1
{
   min-height: 0;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 25px 25px 25px 25px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#wb_Text1
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: stretch;
}
#wb_Text1
{
   margin: 0;
   padding: 10px 10px 10px 10px;
}
#wb_Snap_On_Official_Logo
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Hofmann_Official_Logo
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_CartecLogo
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#TermsPanel
{
   left: 641px;
   top: 0px;
   width: 215px;
   background-color: #393185;
   background-image: none;
}
#TermsPanel_panel
{
   height: 100%;
   width: 215px;
}
#TermsPanel-divider-top
{
   height: 50px;
}
#TermsPanel-divider-top
{
   top: 0%;
   left: 0;
}
#wb_Accordion1
{
   left: 9px;
   top: 62px;
   width: 186px;
   height: 723px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#QuickBalLayer2
{
   left: 10px;
   top: 23px;
   width: 166px;
   height: 153px;
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
}
#wb_Text5
{
   left: 17px;
   top: 23px;
   width: 133px;
   height: 106px;
   visibility: visible;
   display: inline;
}
#wb_Text5
{
   margin: 0;
   padding: 0;
}
#QuickLokLayer7
{
   left: 25px;
   top: 38px;
   width: 146px;
   height: 98px;
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#wb_Text10
{
   left: 5px;
   top: 5px;
   width: 136px;
   height: 88px;
   visibility: visible;
   display: inline;
}
#wb_Text10
{
   margin: 0;
   padding: 0;
}
#SplitWeightModeLayer11
{
   left: 11px;
   top: 38px;
   width: 165px;
   height: 129px;
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
}
#wb_Text14
{
   left: 5px;
   top: 20px;
   width: 154px;
   height: 88px;
   visibility: visible;
   display: inline;
}
#wb_Text14
{
   margin: 0;
   padding: 0;
}
#easyAluLayer3
{
   left: 12px;
   top: 39px;
   width: 163px;
   height: 132px;
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
}
#wb_Text6
{
   left: 30px;
   top: 21px;
   width: 102px;
   height: 88px;
   visibility: visible;
   display: inline;
}
#wb_Text6
{
   margin: 0;
   padding: 0;
}
#EasyWeightLayer4
{
   left: 4px;
   top: 48px;
   width: 179px;
   height: 97px;
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
}
#wb_Text7
{
   left: 9px;
   top: 13px;
   width: 160px;
   height: 70px;
   visibility: visible;
   display: inline;
}
#wb_Text7
{
   margin: 0;
   padding: 0;
}
#smartSpeedLayer5
{
   left: 7px;
   top: 12px;
   width: 167px;
   height: 169px;
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
}
#wb_Text8
{
   left: 7px;
   top: 5px;
   width: 152px;
   height: 158px;
   visibility: visible;
   display: inline;
}
#wb_Text8
{
   margin: 0;
   padding: 0;
}
#PowerClampLayer1
{
   left: 5px;
   top: 12px;
   width: 177px;
   height: 165px;
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
}
#wb_Text4
{
   left: 6px;
   top: 8px;
   width: 152px;
   height: 146px;
   visibility: visible;
   display: inline;
   border: 0px solid #FFFFFF;
   box-shadow: 0px 0px 0px #00BFFF;
}
#wb_Text4
{
   margin: 0;
   padding: 1px 6px 1px 6px;
}
#powerMontLayer6
{
   left: 4px;
   top: 13px;
   width: 178px;
   height: 156px;
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
}
#wb_Text9
{
   left: 10px;
   top: 10px;
   width: 168px;
   height: 137px;
   visibility: visible;
   display: inline;
}
#wb_Text9
{
   margin: 0;
   padding: 0;
}
#AsanetworkLayer8
{
   left: 8px;
   top: 7px;
   width: 170px;
   height: 189px;
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
}
#wb_Text11
{
   left: 3px;
   top: 2px;
   width: 165px;
   height: 184px;
   visibility: visible;
   display: inline;
   border: 0px solid #FFFFFF;
}
#wb_Text11
{
   margin: 0;
   padding: 0;
}
#SmartSonarLayer9
{
   left: 7px;
   top: 8px;
   width: 173px;
   height: 171px;
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
}
#wb_Text12
{
   left: 0px;
   top: 23px;
   width: 173px;
   height: 123px;
   visibility: visible;
   display: inline;
   border: 0px solid transparent;
}
#wb_Text12
{
   margin: 0;
   padding: 0;
}
#GPModelLayer10
{
   left: 16px;
   top: 18px;
   width: 154px;
   height: 166px;
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
}
#wb_Text13
{
   left: 3px;
   top: 22px;
   width: 148px;
   height: 123px;
   visibility: visible;
   display: inline;
   border: 0px solid transparent;
}
#wb_Text13
{
   margin: 0;
   padding: 0;
}
#VPMLayer12
{
   left: 7px;
   top: 37px;
   width: 173px;
   height: 136px;
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
}
#wb_Text15
{
   left: 0px;
   top: 40px;
   width: 173px;
   height: 53px;
   visibility: visible;
   display: inline;
   border: 0px solid #FFFFFF;
}
#wb_Text15
{
   margin: 0;
   padding: 0;
}
#wb_TermsHeading
{
   left: 68px;
   top: 38px;
   width: 68px;
   height: 24px;
   visibility: visible;
   display: inline;
}
#wb_TermsHeading
{
   font-family: Tahoma;
   font-weight: 400;
   font-size: 20px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_home_content
{
   visibility: visible;
   display: block;
}
#wb_home_content
{
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 18px;
}
#wb_AI-logo
{
   width: 241px;
   height: 35px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#AI-logo
{
   width: 241px;
   height: 35px;
}
#wb_ResponsiveMenu1
{
   width: 468px;
   height: 36px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   text-align: right;
}
}
