body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #111111;
   text-decoration: underline;
}
a:visited
{
   color: #232323;
}
a:active
{
   color: #353535;
}
a:hover
{
   color: #111111;
   text-decoration: underline;
}
.visibility-hidden
{
   visibility: hidden;
}
#wb_welcomeGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/workshop1.jpg');
   background-repeat: repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 30px;
   box-sizing: border-box;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#welcomeGrid
{
   box-sizing: border-box;
   padding: 50px 15px 100px 15px;
   margin-right: auto;
   margin-left: auto;
}
#welcomeGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#welcomeGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#welcomeGrid > .row > .col-1
{
   float: left;
}
#welcomeGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#welcomeGrid:before,
#welcomeGrid:after,
#welcomeGrid .row:before,
#welcomeGrid .row:after
{
   display: table;
   content: " ";
}
#welcomeGrid:after,
#welcomeGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#welcomeGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#welcomeGrid-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 30px;
   background-color: #000000;
   opacity: 0.49;
}
#wb_aboutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F0F0F0;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 30px;
   box-sizing: border-box;
   margin: 50px 0 50px 0 ;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#aboutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#aboutGrid > .col-1, #aboutGrid > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#aboutGrid > .col-1, #aboutGrid > .col-2
{
   flex: 0 0 auto;
}
#aboutGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#aboutGrid > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 16px 16px 16px 16px;
}
#aboutGrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#aboutGrid > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
@media (max-width: 768px)
{
#aboutGrid > .col-1, #aboutGrid > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_aboutHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: left;
}
#aboutHeading
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_aboutText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_aboutText div
{
   text-align: left;
}
#wb_aboutText
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_aboutImage
{
   margin: 0;
   vertical-align: top;
}
#aboutImage
{
   border: 0px solid #000000;
   border-radius: 50%;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 423px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#aboutImage-lightbox div
{
   visibility: hidden;
   position: fixed;
   z-index: 9998;
   text-align: center;
   justify-content: center;
   align-items: center;
}
#aboutImage-lightbox div:before
{
   content: "";
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 9997;
   background-color: rgba(0, 0, 0, 0);
   transition: all 0.5s;
}
#aboutImage-lightbox div img
{
   position: absolute;
   z-index: 9999;
   max-width: 100%;
   max-height: 100%;
   margin-left: -9999px;
   opacity: 0;
   transition-property: opacity;
   transition-duration: 0.5s, 0.2s;
   transition-timing-function: ease-in-out, ease-out;
}
#aboutImage-lightbox div:target
{
   visibility: visible;
}
#aboutImage-lightbox div:target:before
{
   background-color: rgba(0, 0, 0, 0.9);
}
#aboutImage-lightbox div:target img
{
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   margin-left: 0px;
   opacity: 1;
}
#wb_approachGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #909090;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 30px;
   box-sizing: border-box;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#approachGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#approachGrid > .col-1, #approachGrid > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#approachGrid > .col-1, #approachGrid > .col-2
{
   flex: 0 0 auto;
}
#approachGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#approachGrid > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#approachGrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
}
#approachGrid > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 16px 16px 16px 16px;
}
@media (max-width: 768px)
{
#approachGrid > .col-1, #approachGrid > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_approachImage
{
   margin: 0;
   vertical-align: top;
}
#approachImage
{
   border: 0px solid #000000;
   border-radius: 50%;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 423px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#approachImage-lightbox div
{
   visibility: hidden;
   position: fixed;
   z-index: 9998;
   text-align: center;
   justify-content: center;
   align-items: center;
}
#approachImage-lightbox div:before
{
   content: "";
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 9997;
   background-color: rgba(0, 0, 0, 0);
   transition: all 0.5s;
}
#approachImage-lightbox div img
{
   position: absolute;
   z-index: 9999;
   max-width: 100%;
   max-height: 100%;
   margin-left: -9999px;
   opacity: 0;
   transition-property: opacity;
   transition-duration: 0.5s, 0.2s;
   transition-timing-function: ease-in-out, ease-out;
}
#approachImage-lightbox div:target
{
   visibility: visible;
}
#approachImage-lightbox div:target:before
{
   background-color: rgba(0, 0, 0, 0.9);
}
#approachImage-lightbox div:target img
{
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   margin-left: 0px;
   opacity: 1;
}
#wb_approachHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: left;
}
#approachHeading
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_approachText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_approachText div
{
   text-align: left;
}
#wb_approachText
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_featuresGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 50px 0 20px 0 ;
}
#featuresGrid
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#featuresGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#featuresGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#featuresGrid > .row > .col-1
{
   float: left;
}
#featuresGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#featuresGrid:before,
#featuresGrid:after,
#featuresGrid .row:before,
#featuresGrid .row:after
{
   display: table;
   content: " ";
}
#featuresGrid:after,
#featuresGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#featuresGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_featuresCardContainer
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
}
#featuresCardContainer
{
   display: flex;
   position: relative;
   padding: 10px 0 10px 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: stretch;
   align-content: flex-start;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
   box-sizing: border-box;
   font-size: 0;
}
@media all and (max-width:768px) 
{
#wb_featuresCardContainer
{
}
#featuresCardContainer
{
}
#featuresCardContainer
{
}
#featuresCardContainer .card
{
   flex-basis: 50%;
   max-width: calc(50% - 30px);
}
}
#wb_designGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F0F0F0;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 30px;
   box-sizing: border-box;
   margin: 20px 0 50px 0 ;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#designGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#designGrid > .col-1, #designGrid > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#designGrid > .col-1, #designGrid > .col-2
{
   flex: 0 0 auto;
}
#designGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#designGrid > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 50px 50px 50px;
}
#designGrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#designGrid > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 50px 50px 50px;
}
@media (max-width: 768px)
{
#designGrid > .col-1, #designGrid > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_powerfulGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 2px solid #CCCCCC;
   border-radius: 30px;
   box-sizing: border-box;
   margin: 0 0 50px 0 ;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#powerfulGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#powerfulGrid > .col-1, #powerfulGrid > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#powerfulGrid > .col-1, #powerfulGrid > .col-2
{
   flex: 0 0 auto;
}
#powerfulGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#powerfulGrid > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 50px 50px 50px;
}
#powerfulGrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
}
#powerfulGrid > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
@media (max-width: 768px)
{
#powerfulGrid > .col-1, #powerfulGrid > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_reviewsGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
}
#reviewsGrid1
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#reviewsGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#reviewsGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#reviewsGrid1 > .row > .col-1
{
   float: left;
}
#reviewsGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#reviewsGrid1:before,
#reviewsGrid1:after,
#reviewsGrid1 .row:before,
#reviewsGrid1 .row:after
{
   display: table;
   content: " ";
}
#reviewsGrid1:after,
#reviewsGrid1 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#reviewsGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_designCard
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#designCard-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#designCard-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #909090;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
}
#designCard-card-item1
{
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   padding: 0;
   color: #909090;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 22.4px;
}
#designCard-card-item2
{
   display: inline-block;
   line-height: 1.0;
   height: 36px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 8px;
   background-color: #747474;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#designCard-card-item2 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#wb_designImage
{
   margin: 0;
   vertical-align: top;
}
#designImage
{
   border: 0px solid #000000;
   border-radius: 30px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 800px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#designImage-lightbox div
{
   visibility: hidden;
   position: fixed;
   z-index: 9998;
   text-align: center;
   justify-content: center;
   align-items: center;
}
#designImage-lightbox div:before
{
   content: "";
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 9997;
   background-color: rgba(0, 0, 0, 0);
   transition: all 0.5s;
}
#designImage-lightbox div img
{
   position: absolute;
   z-index: 9999;
   max-width: 100%;
   max-height: 100%;
   margin-left: -9999px;
   opacity: 0;
   transition-property: opacity;
   transition-duration: 0.5s, 0.2s;
   transition-timing-function: ease-in-out, ease-out;
}
#designImage-lightbox div:target
{
   visibility: visible;
}
#designImage-lightbox div:target:before
{
   background-color: rgba(0, 0, 0, 0.9);
}
#designImage-lightbox div:target img
{
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   margin-left: 0px;
   opacity: 1;
}
#wb_powerfulImage
{
   margin: 0;
   vertical-align: top;
}
#powerfulImage
{
   border: 0px solid #000000;
   border-radius: 30px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 800px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#powerfulImage-lightbox div
{
   visibility: hidden;
   position: fixed;
   z-index: 9998;
   text-align: center;
   justify-content: center;
   align-items: center;
}
#powerfulImage-lightbox div:before
{
   content: "";
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 9997;
   background-color: rgba(0, 0, 0, 0);
   transition: all 0.5s;
}
#powerfulImage-lightbox div img
{
   position: absolute;
   z-index: 9999;
   max-width: 100%;
   max-height: 100%;
   margin-left: -9999px;
   opacity: 0;
   transition-property: opacity;
   transition-duration: 0.5s, 0.2s;
   transition-timing-function: ease-in-out, ease-out;
}
#powerfulImage-lightbox div:target
{
   visibility: visible;
}
#powerfulImage-lightbox div:target:before
{
   background-color: rgba(0, 0, 0, 0.9);
}
#powerfulImage-lightbox div:target img
{
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   margin-left: 0px;
   opacity: 1;
}
#wb_powerfulCard
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#powerfulCard-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#powerfulCard-card-item0
{
   box-sizing: border-box;
   margin: 12px 12px 12px 12px;
   padding: 0;
   color: #909090;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
}
#powerfulCard-card-item1
{
   box-sizing: border-box;
   margin: 8px 8px 8px 8px;
   padding: 0;
   color: #909090;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 22.4px;
}
#powerfulCard-card-item2
{
   display: inline-block;
   line-height: 1.0;
   height: 36px;
   box-sizing: border-box;
   margin: 12px 12px 12px 12px;
   border: 0px solid #000000;
   border-radius: 8px;
   background-color: #747474;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#powerfulCard-card-item2 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#wb_reviewsGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F0F0F0;
   background-image: none;
   border: 0px solid #909090;
   border-radius: 30px;
   box-sizing: border-box;
   margin: 0 0 50px 0 ;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#reviewsGrid2
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#reviewsGrid2 > .col-1, #reviewsGrid2 > .col-2, #reviewsGrid2 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#reviewsGrid2 > .col-1, #reviewsGrid2 > .col-2, #reviewsGrid2 > .col-3
{
   flex: 0 0 auto;
}
#reviewsGrid2 > .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;
}
#reviewsGrid2 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 0 30px 0;
}
#reviewsGrid2 > .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;
}
#reviewsGrid2 > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 0 30px 0;
}
#reviewsGrid2 > .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: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#reviewsGrid2 > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 0 30px 0;
}
@media (max-width: 768px)
{
#reviewsGrid2 > .col-1, #reviewsGrid2 > .col-2, #reviewsGrid2 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_contactGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #6E6E6E;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 30px;
   box-sizing: border-box;
   margin: 0 0 50px 0 ;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#contactGrid1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#contactGrid1 > .col-1, #contactGrid1 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 30px;
   padding-left: 30px;
   position: relative;
}
#contactGrid1 > .col-1, #contactGrid1 > .col-2
{
   flex: 0 0 auto;
}
#contactGrid1 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#contactGrid1 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 768px)
{
#contactGrid1 > .col-1, #contactGrid1 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_contactImage
{
   margin: 0;
   vertical-align: top;
}
#contactImage
{
   border: 0px solid #000000;
   border-radius: 50%;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 423px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#contactImage-lightbox div
{
   visibility: hidden;
   position: fixed;
   z-index: 9998;
   text-align: center;
   justify-content: center;
   align-items: center;
}
#contactImage-lightbox div:before
{
   content: "";
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 9997;
   background-color: rgba(0, 0, 0, 0);
   transition: all 0.5s;
}
#contactImage-lightbox div img
{
   position: absolute;
   z-index: 9999;
   max-width: 100%;
   max-height: 100%;
   margin-left: -9999px;
   opacity: 0;
   transition-property: opacity;
   transition-duration: 0.5s, 0.2s;
   transition-timing-function: ease-in-out, ease-out;
}
#contactImage-lightbox div:target
{
   visibility: visible;
}
#contactImage-lightbox div:target:before
{
   background-color: rgba(0, 0, 0, 0.9);
}
#contactImage-lightbox div:target img
{
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   margin-left: 0px;
   opacity: 1;
}
#wb_contactGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 15px;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
}
#contactGrid2
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#contactGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#contactGrid2 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#contactGrid2 > .row > .col-1
{
   float: left;
}
#contactGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#contactGrid2 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 0 0 1px;
}
#contactGrid2:before,
#contactGrid2:after,
#contactGrid2 .row:before,
#contactGrid2 .row:after
{
   display: table;
   content: " ";
}
#contactGrid2:after,
#contactGrid2 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#contactGrid2 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#contactLabel2
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #888888;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
   vertical-align: top;
   padding: 0;
}
#contactLabel2:focus
{
   border-color: #FFFFFF;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(255,255,255,0.60);
   outline: 0;
}
#contactEmail
{
   box-sizing: border-box;
   line-height: 22px;
   margin: 0 0 20px 0 ;
   border: 1px solid #CCCCCC;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #888888;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
   padding: 6px 12px 6px 12px;
}
#contactEmail:focus
{
   border-color: #A3A3A3;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(163,163,163,0.60);
   outline: 0;
}
#contactLabel1
{
   box-sizing: border-box;
   margin: 20px 0 10px 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #888888;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
   vertical-align: top;
   padding: 0;
}
#contactLabel1:focus
{
   border-color: #FFFFFF;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(255,255,255,0.60);
   outline: 0;
}
#contactName
{
   box-sizing: border-box;
   line-height: 22px;
   margin: 0 0 20px 0 ;
   border: 1px solid #CCCCCC;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #888888;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
   padding: 6px 12px 6px 12px;
}
#contactName:focus
{
   border-color: #A3A3A3;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(163,163,163,0.60);
   outline: 0;
}
#contactLabel3
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #888888;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
   vertical-align: top;
   padding: 0;
}
#contactLabel3:focus
{
   border-color: #FFFFFF;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(255,255,255,0.60);
   outline: 0;
}
#contactLabel4
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #888888;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
   vertical-align: top;
   padding: 0;
}
#contactLabel4:focus
{
   border-color: #FFFFFF;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(255,255,255,0.60);
   outline: 0;
}
#contactMessage
{
   box-sizing: border-box;
   border: 1px solid #CCCCCC;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #888888;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
   padding: 4px 4px 4px 4px;
   margin: 0 0 30px 0 ;
   overflow: auto;
   resize: none;
}
#contactMessage:focus
{
   border-color: #A3A3A3;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(163,163,163,0.60);
   outline: 0;
}
#contactButton
{
   box-sizing: border-box;
   line-height: 34px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #636363;
   border-radius: 8px;
   background-color: #747474;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0 0 20px 0 ;
}
#contactButton:focus
{
   outline: 0;
}
.welcomeMenu .nav
{
   font-family: "Open Sans";
   font-weight: 700;
   font-size: 19px;
   font-style: normal;
   color: #6E6E6E;
   text-align: left;
   text-transform: none;
}
#welcomeMenu, .welcomeMenu .nav, .welcomeMenu *
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
}
.welcomeMenu .nav:before,
.welcomeMenu .nav:after 
{
   content: " ";
   display: table;
}
.welcomeMenu .nav:after 
{
   clear: both;
}
.welcomeMenu .nav a 
{
   text-decoration: none;
}
.welcomeMenu .nav ul
{
   margin-top: 0;
   margin-bottom: 0;
}
.welcomeMenu .nav ul ul
{
   margin-bottom: 0;
}
.welcomeMenu .container 
{
   margin-right: auto;
   margin-left: auto;
   padding: 0;
}
.welcomeMenu .container:before,
.welcomeMenu .container:after 
{
   content: " ";
   display: table;
}
.welcomeMenu .container:after 
{
   clear: both;
}
.welcomeMenu .collapse 
{
   display: none;
}
.welcomeMenu .collapse.show 
{
   display: block;
}
.welcomeMenu .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
   transition: height .35s ease;
}
.welcomeMenu .arrow, .welcomeMenu .arrow-right
{
   display: inline-block;
   margin-left: 4px;
   width: 0;
   height: 0;
   vertical-align: middle;
   border-top: 4px solid #000;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
   }
.welcomeMenu .dropdown 
{
   position: relative;
}
.welcomeMenu .dropdown-toggle:focus 
{
   outline: 0;
}
.welcomeMenu .dropdown-menu 
{
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 160px;
   padding: 5px 0;
   margin: 2px 0 0;
   list-style: none;
   font-size: 19px;
   background-color: #F0F0F0;
   background-image: none;
   border: 1px solid rgba(255,255,255,1.00);
   border-radius: 6px;
   background-clip: padding-box;
}
.welcomeMenu .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FFFFFF;
}
.welcomeMenu .dropdown-menu > li > a
{
   display: block;
   padding: 3px 20px 3px 20px;
   clear: both;
   line-height: 1.428571429;
   color: #6E6E6E;
   text-transform: none;
   white-space: nowrap;
}
.welcomeMenu .dropdown-menu > li > a:hover,
.welcomeMenu .dropdown-menu > li > a:focus 
{
   text-decoration: none;
   color: #FFFFFF;
   background-color: #6E6E6E;
   background-image: none;
}
.welcomeMenu .dropdown-menu > li > a.active,
.welcomeMenu .dropdown-menu > li > a.active:hover,
.welcomeMenu .dropdown-menu > li > a.active:focus
{
   color: #FFFFFF;
   background-color: #6E6E6E;
   background-image: none;
   text-decoration: none;
   outline: 0;
}
.welcomeMenu .show > .dropdown-menu
{
   display: block;
}
.welcomeMenu .show > a
{
   outline: 0;
}
.welcomeMenu .dropdown-header
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.welcomeMenu .dropdown-backdrop
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.welcomeMenu .dropdown.show .dropdown-menu
{
   animation-name: welcomeMenu-animation;
   animation-duration: 500ms;
   animation-iteration-count: 1;
   animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
   animation-fill-mode: forwards;
}
@keyframes welcomeMenu-animation
{
   0%
   {
      opacity: 0;
      transform: translateY(-10px);
   }
   100%
   {
      opacity: 1;
      transform: translateY(0);
   }
}
.welcomeMenu .nav > li 
{
   position: relative;
   display: block;
}
.welcomeMenu .nav > li > a
{
   position: relative;
   display: block;
   padding: 15px 15px 15px 15px;
}
.welcomeMenu .nav .show > a,
.welcomeMenu .nav .show > a:hover,
.welcomeMenu .nav .show > a:focus
{
    border-color: #393939;
}
.welcomeMenu .nav .nav-divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FFFFFF;
}
.welcomeMenu .nav .arrow
{
   border-top-color: #393939;
   border-bottom-color: #393939;
}
.welcomeMenu
{
   position: relative;
}
.welcomeMenu:before,
.welcomeMenu:after
{
   content: " ";
   display: table;
}
.welcomeMenu:after
{
   clear: both;
}
.welcomeMenu .navbar-header:before,
.welcomeMenu .navbar-header:after
{
   content: " ";
   display: table;
}
.welcomeMenu .navbar-header:after
{
   clear: both;
}
.welcomeMenu-navbar-collapse 
{
   overflow-x: visible;
   -webkit-overflow-scrolling: touch;
}
.welcomeMenu-navbar-collapse:before,
.welcomeMenu-navbar-collapse:after
{
   content: " ";
   display: table;
}
.welcomeMenu-navbar-collapse:after
{
   clear: both;
}
.welcomeMenu-navbar-collapse.show
{
   overflow-y: auto;
}
.welcomeMenu .navbar-toggle 
{
   position: relative;
   float: right;
   width: 52px;
   height: 52px;
   padding: 15px 15px 15px 15px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 6px;
}
.welcomeMenu .navbar-toggle .line
{
   background-color: #FFFFFF;
}
.welcomeMenu .navbar-toggle .line
{
   display: block;
   width: 22px;
   height: 4px;
   border-radius: 0px;
   transition: all 500ms linear;
}
.welcomeMenu .navbar-toggle .line
{
   margin: 4px auto;
}
.welcomeMenu .navbar-toggle  .line:first-child
{
   margin-top: 0px !important;
}
.welcomeMenu .navbar-toggle  .line:last-child
{
   margin-bottom: 0px !important;
}
.welcomeMenu .navbar-nav
{
   margin: 6px -15px;
}
.welcomeMenu .navbar-nav > li > .dropdown-menu
{
   margin-top: 0;
}
.welcomeMenu .navbar-nav > li > a
{
   color: #6E6E6E;
}
.welcomeMenu .navbar-nav > li > a:hover,
.welcomeMenu .navbar-nav > li > a:focus
{
   background-color: #6E6E6E;
   background-image: none;
   color: #FFFFFF;
   text-decoration: none;
}
.welcomeMenu .navbar-nav > li > a.active,
.welcomeMenu .navbar-nav > li > a.active:hover,
.welcomeMenu .navbar-nav > li > a.active:focus
{
   color: #FFFFFF;
   background-color: #6E6E6E;
   background-image: none;
}
.welcomeMenu .navbar-toggle
{
   border: 1px solid transparent;
}
.welcomeMenu .navbar-toggle:hover,
.welcomeMenu .navbar-toggle:focus
{
   background-color: transparent;
}
.welcomeMenu-navbar-collapse
{
   border-color: rgba(255,255,255,1.00);
}
.welcomeMenu .navbar-nav > .dropdown > a:hover .arrow,
.welcomeMenu .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.welcomeMenu .navbar-nav > .show > a,
.welcomeMenu .navbar-nav > .show > a:hover,
.welcomeMenu .navbar-nav > .show > a:focus
{
   background-color: #6E6E6E;
   background-image: none;
   color: #FFFFFF;
}
.welcomeMenu .navbar-nav > .show > a .arrow,
.welcomeMenu .navbar-nav > .show > a:hover .arrow,
.welcomeMenu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.welcomeMenu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #6E6E6E;
   border-bottom-color: #6E6E6E;
}
.welcomeMenu .navbar-link
{
   color: #6E6E6E;
}
.welcomeMenu .navbar-link:hover
{
   color: #FFFFFF;
}
.welcomeMenu .navbar-header
{
   color: #FFFFFF;
}
@media (min-width: 480px) 
{
.welcomeMenu .navbar-right .dropdown-menu
{
   right: 0;
   left: auto;
}
.welcomeMenu .navbar-header
{
   float: left;
}
.welcomeMenu-navbar-collapse
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.welcomeMenu-navbar-collapse.collapse
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.welcomeMenu-navbar-collapse.show
{
   overflow-y: auto;
}
.welcomeMenu .navbar-toggle
{
   display: none;
}
.welcomeMenu .navbar-nav
{
   float: right;
   margin: 0;
}
.welcomeMenu .navbar-nav > li
{
   float: left;
}
.welcomeMenu .container > .navbar-header,
.welcomeMenu .container > .welcomeMenu-navbar-collapse
{
   margin-right: 0;
   margin-left: 0;
}
.welcomeMenu .navbar-nav > .dropdown > a:hover .arrow,
.welcomeMenu .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
}
@media (max-width: 480px) 
{
.welcomeMenu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
}
.welcomeMenu .navbar-nav
{
   margin: 0;
   background-color: #F0F0F0;
   background-image: none;
}
.welcomeMenu .navbar-nav .show .dropdown-menu
{
   position: static !important;
   transform: translate3d(0px, 0px, 0px) !important;
   float: none;
   width: auto;
   margin-top: 0;
   background-color: transparent;
   border: 0;
   box-shadow: none;
}
.welcomeMenu .navbar-nav .show .dropdown-menu > li > a,
.welcomeMenu .navbar-nav .show .dropdown-menu .dropdown-header
{
   padding: 5px 15px 5px 15px;
}
.welcomeMenu .navbar-nav .show .dropdown-menu > li > a
{
   line-height: 20px;
}
}
@media (min-width: 480px) 
{
.welcomeMenu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
   border-radius: 6px;
}
.welcomeMenu .navbar-nav > li > a
{
   color: #FFFFFF;
}
.welcomeMenu .navbar-nav > li > a:hover,
.welcomeMenu .navbar-nav > li > a:focus
{
   color: #FFFFFF;
   background-color: transparent;
   background-image: none;
}
.welcomeMenu .navbar-nav > li > a.active,
.welcomeMenu .navbar-nav > li > a.active:hover,
.welcomeMenu .navbar-nav > li > a.active:focus
{
   color: #FFFFFF;
   background-color: transparent;
   background-image: none;
}
.welcomeMenu .navbar-nav > .show > a,
.welcomeMenu .navbar-nav > .show > a:hover,
.welcomeMenu .navbar-nav > .show > a:focus
{
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
}
.welcomeMenu .navbar-nav > .dropdown > a:hover .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.welcomeMenu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.welcomeMenu .navbar-nav > li > a.active > .arrow,
.welcomeMenu .navbar-nav > li > a.active:hover > .arrow,
.welcomeMenu .navbar-nav > li > a.active:focus > .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.welcomeMenu .navbar-nav > .show > a .arrow,
.welcomeMenu .navbar-nav > .show > a:hover .arrow,
.welcomeMenu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.welcomeMenu .navbar-link
{
   color: #FFFFFF;
}
.welcomeMenu .navbar-link:hover 
{
   color: #fff;
}
}
.welcomeMenu .navbar-nav > li:first-child > a
{
   border-top-left-radius: 6px;
   border-bottom-left-radius: 6px;
}
.welcomeMenu .dropdown-menu > li:last-child > a
{
   border-bottom-left-radius: 6px;
   border-bottom-right-radius: 6px;
}
#welcomeMenu-logo
{
   float: left;
}
#welcomeMenu-logo img
{
   border-width: 0;
   height: auto;
   max-width: 100%;
}
#welcomeMenu i
{
   font-size: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_welcomeMenu
{
   z-index: 1111 !important;
}
#wb_welcomeCarousel
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_welcomeCarousel
{
   box-sizing: border-box;
   width: 100%;
   height: 359px;
}
#welcomeCarousel
{
   position: relative;
   margin: 0;
;
   height: 100%;
   box-sizing: border-box;
}
#welcomeCarousel .carousel-inner
{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
}
.carousel.pointer-event
{
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
#welcomeCarousel .carousel-inner::after
{
   display: block;
   clear: both;
   content: "";
}
#welcomeCarousel .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   float: left;
   width: 100%;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   transition: transform 500ms ease-in-out;
   height: 100%;
   text-align: center;
}
#welcomeCarousel .carousel-item-next:not(.carousel-item-start), #welcomeCarousel .active.carousel-item-end
{
   transform: translateX(100%);
}
#welcomeCarousel .carousel-item-prev:not(.carousel-item-end), #welcomeCarousel .active.carousel-item-start
{
   transform: translateX(-100%);
}
#welcomeCarousel .carousel-item-inner
{
   padding: 0;
   display: flex;
   align-items: center;
   flex-direction: column;
   justify-content: center;
   height: 100%;
   box-sizing: border-box;
}
#welcomeCarousel .carousel-inner > .carousel-item > img, #welcomeCarousel .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#welcomeCarousel .carousel-inner > .active, #welcomeCarousel .carousel-inner > .carousel-item-next, #welcomeCarousel .carousel-inner > .carousel-item-prev
{
   display: block;
}
#welcomeCarousel .carousel-inner > .carousel-item-next, #welcomeCarousel .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#welcomeCarousel .carousel-indicators
{
   list-style: none;
   bottom: 0;
   padding: 0;
   margin: 0;
   position: absolute;
   margin-left: -63px;
   left: 50%;
   vertical-align: middle;
   z-index: 999;
}
#welcomeCarousel .carousel-indicators li
{
   display: block;
   float: left;
   margin: 6px 6px 6px 6px;
   width: 29px;
   height: 3px;
   cursor: pointer;
   text-indent: -999px;
   background-color: rgba(110,110,110,1.00);
   background-clip: padding-box;
   box-sizing: content-box;
   border-bottom: 27px solid transparent;
}
#welcomeCarousel .carousel-indicators .active
{
   background-color: rgba(255,255,255,1.00);
}
#welcomeCarousel .frame
{
   width: 1110px;
   display: inline-block;
   float: left;
   height: 359px;
}
#wb_welcomeHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#welcomeHeading1
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_welcomeHeading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#welcomeHeading2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_welcomeHeading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#welcomeHeading3
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_footerGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #262626;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 30px;
   box-sizing: border-box;
   margin: 0 0 50px 0 ;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footerGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#footerGrid > .col-1, #footerGrid > .col-2, #footerGrid > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#footerGrid > .col-1, #footerGrid > .col-2, #footerGrid > .col-3
{
   flex: 0 0 auto;
}
#footerGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 41.66666667%;
   max-width: 41.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#footerGrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#footerGrid > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 41.66666667%;
   max-width: 41.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 768px)
{
#footerGrid > .col-1, #footerGrid > .col-2, #footerGrid > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
@media all and (max-width:768px) 
{
#wb_footerGrid
{
}
#footerGrid
{
}
#footerGrid > [class^="col-"]
{
   justify-content: center;
   text-align: center;
}
}
#wb_footerIcon1
{
   background-color: #6C6C6C;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 50%;
   text-align: center;
   margin: 0 3px 0 3px;
   padding: 8px 8px 8px 8px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_footerIcon1 a
{
   text-decoration: none;
}
#wb_footerIcon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_footerIcon1:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#footerIcon1
{
   height: 24px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footerIcon1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_footerIcon1:hover #footerIcon1 i
{
   color: #ABABAB;
}
#wb_footerIcon2
{
   background-color: #6C6C6C;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 50%;
   text-align: center;
   margin: 0 3px 0 3px;
   padding: 8px 8px 8px 8px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_footerIcon2 a
{
   text-decoration: none;
}
#wb_footerIcon2 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_footerIcon2:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#footerIcon2
{
   height: 24px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footerIcon2 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_footerIcon2:hover #footerIcon2 i
{
   color: #ABABAB;
}
#wb_footerIcon3
{
   background-color: #6C6C6C;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 50%;
   text-align: center;
   margin: 0 3px 0 3px;
   padding: 8px 8px 8px 8px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_footerIcon3 a
{
   text-decoration: none;
}
#wb_footerIcon3 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_footerIcon3:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#footerIcon3
{
   height: 24px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footerIcon3 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_footerIcon3:hover #footerIcon3 i
{
   color: #ABABAB;
}
#wb_footerIcon4
{
   background-color: #6C6C6C;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 50%;
   text-align: center;
   margin: 0 3px 0 3px;
   padding: 8px 8px 8px 8px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_footerIcon4 a
{
   text-decoration: none;
}
#wb_footerIcon4 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_footerIcon4:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#footerIcon4
{
   height: 24px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footerIcon4 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_footerIcon4:hover #footerIcon4 i
{
   color: #ABABAB;
}
#wb_footerText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 30px 0 0;
   margin: 20px 0 20px 0 ;
   text-align: right;
}
#wb_footerText2
{
   color: #F7F7F7;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 19px;
   line-height: 26px;
}
#wb_footerText2 p, #wb_footerText2 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_footerText2
{
   display: block;
   margin: 20px 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
@media all and (max-width:768px) 
{
#wb_footerText2
{
   text-align: center;
}
}
#wb_footerText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 0 30px;
   margin: 20px 0 20px 0 ;
   text-align: left;
}
#wb_footerText1
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 19px;
   line-height: 25.5px;
}
#wb_footerText1 p, #wb_footerText1 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_footerText1
{
   display: block;
   margin: 20px 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
@media all and (max-width:768px) 
{
#wb_footerText1
{
   text-align: center;
}
}
#wb_featuresCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
   box-sizing: border-box;
   margin: 15px 15px 15px 15px;
   max-width: calc(33.33% - 30px);
   background-color: #6E6E6E;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 20px;
   text-align: left;
}
#featuresCard1-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#featuresCard1-card-item1
{
   display: inline-block;
   line-height: 1.0;
   height: 43px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
}
#featuresCard1-card-item1 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#featuresCard1-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 43px;
   width: 43px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#featuresCard1-card-item1 .smartphone:before
{
   content: "\e32c";
}
#featuresCard1-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#featuresCard1-card-item3 h3
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#featuresCard1-card-item4
{
   box-sizing: border-box;
   border-radius: 0 0 20px 20px !important;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   min-height: 100px;
}
#featuresCard1-card-body
{
   display: flex;
}
#wb_featuresCard1 .col-0
{
   flex: 0 0 60px;
}
#wb_featuresCard1 .col-1
{
   flex: 1 1 100%;
}
@media all and (max-width:768px) 
{
#featuresCard1-card-body
{
   flex-direction: column;
}
#wb_featuresCard1 .col-0
{
   flex: 1 1 100%;
}
#wb_featuresCard1 .col-1
{
   flex: 1 1 100%;
}
}
#wb_featuresCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
   box-sizing: border-box;
   margin: 15px 15px 15px 15px;
   max-width: calc(33.33% - 30px);
   background-color: transparent;
   background-image: none;
   border: 2px solid #909090;
   border-radius: 20px;
   text-align: left;
}
#featuresCard2-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#featuresCard2-card-item1
{
   display: inline-block;
   line-height: 1.0;
   height: 43px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
}
#featuresCard2-card-item1 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#featuresCard2-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 43px;
   width: 43px;
}
#featuresCard2-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#featuresCard2-card-item3 h3
{
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#featuresCard2-card-item4
{
   box-sizing: border-box;
   border-radius: 0 0 20px 20px !important;
   margin: 0;
   padding: 0;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   min-height: 100px;
}
#featuresCard2-card-body
{
   display: flex;
}
#wb_featuresCard2 .col-0
{
   flex: 0 0 60px;
}
#wb_featuresCard2 .col-1
{
   flex: 1 1 100%;
}
@media all and (max-width:768px) 
{
#featuresCard2-card-body
{
   flex-direction: column;
}
#wb_featuresCard2 .col-0
{
   flex: 1 1 100%;
}
#wb_featuresCard2 .col-1
{
   flex: 1 1 100%;
}
}
#wb_featuresCard3
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
   box-sizing: border-box;
   margin: 15px 15px 15px 15px;
   max-width: calc(33.33% - 30px);
   background-color: #6E6E6E;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 20px;
   text-align: left;
}
#featuresCard3-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#featuresCard3-card-item1
{
   display: inline-block;
   line-height: 1.0;
   height: 43px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
}
#featuresCard3-card-item1 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#featuresCard3-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 43px;
   width: 43px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#featuresCard3-card-item1 .animation:before
{
   content: "\e71c";
}
#featuresCard3-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#featuresCard3-card-item3 h3
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#featuresCard3-card-item4
{
   box-sizing: border-box;
   border-radius: 0 0 20px 20px !important;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   min-height: 100px;
}
#featuresCard3-card-body
{
   display: flex;
}
#wb_featuresCard3 .col-0
{
   flex: 0 0 64px;
}
#wb_featuresCard3 .col-1
{
   flex: 1 1 100%;
}
@media all and (max-width:768px) 
{
#featuresCard3-card-body
{
   flex-direction: column;
}
#wb_featuresCard3 .col-0
{
   flex: 1 1 100%;
}
#wb_featuresCard3 .col-1
{
   flex: 1 1 100%;
}
}
#wb_featuresCard4
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
   box-sizing: border-box;
   margin: 15px 15px 15px 15px;
   max-width: calc(33.33% - 30px);
   background-color: transparent;
   background-image: none;
   border: 2px solid #909090;
   border-radius: 20px;
   text-align: left;
}
#featuresCard4-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#featuresCard4-card-item1
{
   display: inline-block;
   line-height: 1.0;
   height: 43px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
}
#featuresCard4-card-item1 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#featuresCard4-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 43px;
   width: 43px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#featuresCard4-card-item1 .beach-access:before
{
   content: "\eb3e";
}
#featuresCard4-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#featuresCard4-card-item3 h3
{
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#featuresCard4-card-item4
{
   box-sizing: border-box;
   border-radius: 0 0 20px 20px !important;
   margin: 0;
   padding: 0;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   min-height: 100px;
}
#featuresCard4-card-body
{
   display: flex;
}
#wb_featuresCard4 .col-0
{
   flex: 0 0 64px;
}
#wb_featuresCard4 .col-1
{
   flex: 1 1 100%;
}
@media all and (max-width:768px) 
{
#featuresCard4-card-body
{
   flex-direction: column;
}
#wb_featuresCard4 .col-0
{
   flex: 1 1 100%;
}
#wb_featuresCard4 .col-1
{
   flex: 1 1 100%;
}
}
#wb_featuresCard5
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
   box-sizing: border-box;
   margin: 15px 15px 15px 15px;
   max-width: calc(33.33% - 30px);
   background-color: #6E6E6E;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 20px;
   text-align: left;
}
#featuresCard5-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#featuresCard5-card-item1
{
   display: inline-block;
   line-height: 1.0;
   height: 43px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
}
#featuresCard5-card-item1 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#featuresCard5-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 43px;
   width: 43px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#featuresCard5-card-item1 .menu:before
{
   content: "\e5d2";
}
#featuresCard5-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#featuresCard5-card-item3 h3
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#featuresCard5-card-item4
{
   box-sizing: border-box;
   border-radius: 0 0 20px 20px !important;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   min-height: 100px;
}
#featuresCard5-card-body
{
   display: flex;
}
#wb_featuresCard5 .col-0
{
   flex: 0 0 64px;
}
#wb_featuresCard5 .col-1
{
   flex: 1 1 100%;
}
@media all and (max-width:768px) 
{
#featuresCard5-card-body
{
   flex-direction: column;
}
#wb_featuresCard5 .col-0
{
   flex: 1 1 100%;
}
#wb_featuresCard5 .col-1
{
   flex: 1 1 100%;
}
}
#wb_featuresCard6
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
   box-sizing: border-box;
   margin: 15px 15px 15px 15px;
   max-width: calc(33.33% - 30px);
   background-color: transparent;
   background-image: none;
   border: 2px solid #909090;
   border-radius: 20px;
   text-align: left;
}
#featuresCard6-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#featuresCard6-card-item1
{
   display: inline-block;
   line-height: 1.0;
   height: 43px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
}
#featuresCard6-card-item1 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#featuresCard6-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 43px;
   width: 43px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#featuresCard6-card-item1 .extension:before
{
   content: "\e87b";
}
#featuresCard6-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#featuresCard6-card-item3 h3
{
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#featuresCard6-card-item4
{
   box-sizing: border-box;
   border-radius: 0 0 20px 20px !important;
   margin: 0;
   padding: 0;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   min-height: 100px;
}
#featuresCard6-card-body
{
   display: flex;
}
#wb_featuresCard6 .col-0
{
   flex: 0 0 64px;
}
#wb_featuresCard6 .col-1
{
   flex: 1 1 100%;
}
@media all and (max-width:768px) 
{
#featuresCard6-card-body
{
   flex-direction: column;
}
#wb_featuresCard6 .col-0
{
   flex: 1 1 100%;
}
#wb_featuresCard6 .col-1
{
   flex: 1 1 100%;
}
}
#wb_featuresCard10
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
   box-sizing: border-box;
   margin: 15px 15px 15px 15px;
   max-width: calc(33.33% - 30px);
   background-color: #6E6E6E;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 20px;
   text-align: left;
}
#featuresCard10-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#featuresCard10-card-item1
{
   display: inline-block;
   line-height: 1.0;
   height: 43px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
}
#featuresCard10-card-item1 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#featuresCard10-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 43px;
   width: 43px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#featuresCard10-card-item1 .publish:before
{
   content: "\e255";
}
#featuresCard10-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#featuresCard10-card-item3 h3
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#featuresCard10-card-item4
{
   box-sizing: border-box;
   border-radius: 0 0 20px 20px !important;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   min-height: 100px;
}
#featuresCard10-card-body
{
   display: flex;
}
#wb_featuresCard10 .col-0
{
   flex: 0 0 64px;
}
#wb_featuresCard10 .col-1
{
   flex: 1 1 100%;
}
@media all and (max-width:768px) 
{
#featuresCard10-card-body
{
   flex-direction: column;
}
#wb_featuresCard10 .col-0
{
   flex: 1 1 100%;
}
#wb_featuresCard10 .col-1
{
   flex: 1 1 100%;
}
}
#wb_featuresCard11
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
   box-sizing: border-box;
   margin: 15px 15px 15px 15px;
   max-width: calc(33.33% - 30px);
   background-color: transparent;
   background-image: none;
   border: 2px solid #909090;
   border-radius: 20px;
   text-align: left;
}
#featuresCard11-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#featuresCard11-card-item1
{
   display: inline-block;
   line-height: 1.0;
   height: 43px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
}
#featuresCard11-card-item1 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#featuresCard11-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 43px;
   width: 43px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#featuresCard11-card-item1 .draw:before
{
   content: "\e746";
}
#featuresCard11-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#featuresCard11-card-item3 h3
{
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#featuresCard11-card-item4
{
   box-sizing: border-box;
   border-radius: 0 0 20px 20px !important;
   margin: 0;
   padding: 0;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   min-height: 100px;
}
#featuresCard11-card-body
{
   display: flex;
}
#wb_featuresCard11 .col-0
{
   flex: 0 0 64px;
}
#wb_featuresCard11 .col-1
{
   flex: 1 1 100%;
}
@media all and (max-width:768px) 
{
#featuresCard11-card-body
{
   flex-direction: column;
}
#wb_featuresCard11 .col-0
{
   flex: 1 1 100%;
}
#wb_featuresCard11 .col-1
{
   flex: 1 1 100%;
}
}
#wb_featuresCard12
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
   box-sizing: border-box;
   margin: 15px 15px 15px 15px;
   max-width: calc(33.33% - 30px);
   background-color: #6E6E6E;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 20px;
   text-align: left;
}
#featuresCard12-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#featuresCard12-card-item1
{
   display: inline-block;
   line-height: 1.0;
   height: 43px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
}
#featuresCard12-card-item1 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#featuresCard12-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 43px;
   width: 43px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#featuresCard12-card-item1 .search:before
{
   content: "\e8b6";
}
#featuresCard12-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#featuresCard12-card-item3 h3
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#featuresCard12-card-item4
{
   box-sizing: border-box;
   border-radius: 0 0 20px 20px !important;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   min-height: 100px;
}
#featuresCard12-card-body
{
   display: flex;
}
#wb_featuresCard12 .col-0
{
   flex: 0 0 64px;
}
#wb_featuresCard12 .col-1
{
   flex: 1 1 100%;
}
@media all and (max-width:768px) 
{
#featuresCard12-card-body
{
   flex-direction: column;
}
#wb_featuresCard12 .col-0
{
   flex: 1 1 100%;
}
#wb_featuresCard12 .col-1
{
   flex: 1 1 100%;
}
}
#wb_featuresCard13
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
   box-sizing: border-box;
   margin: 15px 15px 15px 15px;
   max-width: calc(33.33% - 30px);
   background-color: transparent;
   background-image: none;
   border: 2px solid #909090;
   border-radius: 20px;
   text-align: left;
}
#featuresCard13-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#featuresCard13-card-item1
{
   display: inline-block;
   line-height: 1.0;
   height: 43px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
}
#featuresCard13-card-item1 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#featuresCard13-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 43px;
   width: 43px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#featuresCard13-card-item1 .login:before
{
   content: "\ea77";
}
#featuresCard13-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#featuresCard13-card-item3 h3
{
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#featuresCard13-card-item4
{
   box-sizing: border-box;
   border-radius: 0 0 20px 20px !important;
   margin: 0;
   padding: 0;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   min-height: 100px;
}
#featuresCard13-card-body
{
   display: flex;
}
#wb_featuresCard13 .col-0
{
   flex: 0 0 64px;
}
#wb_featuresCard13 .col-1
{
   flex: 1 1 100%;
}
@media all and (max-width:768px) 
{
#featuresCard13-card-body
{
   flex-direction: column;
}
#wb_featuresCard13 .col-0
{
   flex: 1 1 100%;
}
#wb_featuresCard13 .col-1
{
   flex: 1 1 100%;
}
}
#wb_featuresCard14
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
   box-sizing: border-box;
   margin: 15px 15px 15px 15px;
   max-width: calc(33.33% - 30px);
   background-color: #6E6E6E;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 20px;
   text-align: left;
}
#featuresCard14-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#featuresCard14-card-item1
{
   display: inline-block;
   line-height: 1.0;
   height: 43px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
}
#featuresCard14-card-item1 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#featuresCard14-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 43px;
   width: 43px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#featuresCard14-card-item1 .cloud:before
{
   content: "\e2bd";
}
#featuresCard14-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#featuresCard14-card-item3 h3
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#featuresCard14-card-item4
{
   box-sizing: border-box;
   border-radius: 0 0 20px 20px !important;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   min-height: 100px;
}
#featuresCard14-card-body
{
   display: flex;
}
#wb_featuresCard14 .col-0
{
   flex: 0 0 64px;
}
#wb_featuresCard14 .col-1
{
   flex: 1 1 100%;
}
@media all and (max-width:768px) 
{
#featuresCard14-card-body
{
   flex-direction: column;
}
#wb_featuresCard14 .col-0
{
   flex: 1 1 100%;
}
#wb_featuresCard14 .col-1
{
   flex: 1 1 100%;
}
}
#wb_featuresCard15
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
   box-sizing: border-box;
   margin: 15px 15px 15px 15px;
   max-width: calc(33.33% - 30px);
   background-color: transparent;
   background-image: none;
   border: 2px solid #909090;
   border-radius: 20px;
   text-align: left;
}
#featuresCard15-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#featuresCard15-card-item1
{
   display: inline-block;
   line-height: 1.0;
   height: 43px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
}
#featuresCard15-card-item1 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#featuresCard15-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 43px;
   width: 43px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#featuresCard15-card-item1 .shopping-cart:before
{
   content: "\e8cc";
}
#featuresCard15-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#featuresCard15-card-item3 h3
{
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#featuresCard15-card-item4
{
   box-sizing: border-box;
   border-radius: 0 0 20px 20px !important;
   margin: 0;
   padding: 0;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   min-height: 100px;
}
#featuresCard15-card-body
{
   display: flex;
}
#wb_featuresCard15 .col-0
{
   flex: 0 0 64px;
}
#wb_featuresCard15 .col-1
{
   flex: 1 1 100%;
}
@media all and (max-width:768px) 
{
#featuresCard15-card-body
{
   flex-direction: column;
}
#wb_featuresCard15 .col-0
{
   flex: 1 1 100%;
}
#wb_featuresCard15 .col-1
{
   flex: 1 1 100%;
}
}
#wb_contactHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 30px 0 20px 0 ;
   padding: 0;
   text-align: left;
}
#contactHeading
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_featuresHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 8px 8px 8px 8px;
   padding: 0;
   text-align: center;
}
#featuresHeading
{
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_reviewsCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 2px solid #909090;
   border-radius: 30px;
   text-align: center;
}
#reviewsCard1-card-body
{
   padding: 30px 30px 30px 30px;
   flex: 1 1 auto;
   font-size: 0;
}
#reviewsCard1-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   border: 0px solid #EEFFEE;
   border-radius: 30px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#reviewsCard1-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#reviewsCard1-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#reviewsCard1-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 16px;
   box-sizing: border-box;
   margin: 0 3px 0 3px;
   border: 0px solid #001144;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#reviewsCard1-card-item3 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#reviewsCard1-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#reviewsCard1-card-item4
{
   display: inline-block;
   line-height: 1.0;
   height: 16px;
   box-sizing: border-box;
   margin: 0 3px 0 3px;
   border: 0px solid #001144;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#reviewsCard1-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#reviewsCard1-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#reviewsCard1-card-item5
{
   display: inline-block;
   line-height: 1.0;
   height: 16px;
   box-sizing: border-box;
   margin: 0 3px 0 3px;
   border: 0px solid #001144;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#reviewsCard1-card-item5 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#reviewsCard1-card-item5 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#reviewsCard1-card-item6
{
   display: inline-block;
   line-height: 1.0;
   height: 16px;
   box-sizing: border-box;
   margin: 0 3px 0 3px;
   border: 0px solid #001144;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#reviewsCard1-card-item6 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#reviewsCard1-card-item6 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#reviewsCard1-card-item7
{
   display: inline-block;
   line-height: 1.0;
   height: 16px;
   box-sizing: border-box;
   margin: 0 3px 30px 3px;
   border: 0px solid #001144;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#reviewsCard1-card-item7 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#reviewsCard1-card-item7 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#reviewsCard1-card-item8
{
   box-sizing: border-box;
   border-radius: 0 0 30px 30px !important;
   margin: 0;
   padding: 0;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
   line-height: 22.4px;
}
#wb_reviewsCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 2px solid #909090;
   border-radius: 30px;
   text-align: center;
}
#reviewsCard2-card-body
{
   padding: 30px 30px 30px 30px;
   flex: 1 1 auto;
   font-size: 0;
}
#reviewsCard2-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   border: 0px solid #EEFFEE;
   border-radius: 30px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#reviewsCard2-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#reviewsCard2-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#reviewsCard2-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 16px;
   box-sizing: border-box;
   margin: 0 3px 0 3px;
   border: 0px solid #001144;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#reviewsCard2-card-item3 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#reviewsCard2-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#reviewsCard2-card-item4
{
   display: inline-block;
   line-height: 1.0;
   height: 16px;
   box-sizing: border-box;
   margin: 0 3px 0 3px;
   border: 0px solid #001144;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#reviewsCard2-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#reviewsCard2-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#reviewsCard2-card-item5
{
   display: inline-block;
   line-height: 1.0;
   height: 16px;
   box-sizing: border-box;
   margin: 0 3px 0 3px;
   border: 0px solid #001144;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#reviewsCard2-card-item5 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#reviewsCard2-card-item5 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#reviewsCard2-card-item6
{
   display: inline-block;
   line-height: 1.0;
   height: 16px;
   box-sizing: border-box;
   margin: 0 3px 0 3px;
   border: 0px solid #001144;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#reviewsCard2-card-item6 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#reviewsCard2-card-item6 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#reviewsCard2-card-item7
{
   display: inline-block;
   line-height: 1.0;
   height: 16px;
   box-sizing: border-box;
   margin: 0 3px 30px 3px;
   border: 0px solid #001144;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#reviewsCard2-card-item7 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#reviewsCard2-card-item7 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#reviewsCard2-card-item8
{
   box-sizing: border-box;
   border-radius: 0 0 30px 30px !important;
   margin: 0;
   padding: 0;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
   line-height: 22.4px;
}
#wb_reviewsCard3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 2px solid #909090;
   border-radius: 30px;
   text-align: center;
}
#reviewsCard3-card-body
{
   padding: 30px 30px 30px 30px;
   flex: 1 1 auto;
   font-size: 0;
}
#reviewsCard3-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   border: 0px solid #EEFFEE;
   border-radius: 30px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#reviewsCard3-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#reviewsCard3-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#reviewsCard3-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 16px;
   box-sizing: border-box;
   margin: 0 3px 0 3px;
   border: 0px solid #001144;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#reviewsCard3-card-item3 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#reviewsCard3-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#reviewsCard3-card-item4
{
   display: inline-block;
   line-height: 1.0;
   height: 16px;
   box-sizing: border-box;
   margin: 0 3px 0 3px;
   border: 0px solid #001144;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#reviewsCard3-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#reviewsCard3-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#reviewsCard3-card-item5
{
   display: inline-block;
   line-height: 1.0;
   height: 16px;
   box-sizing: border-box;
   margin: 0 3px 0 3px;
   border: 0px solid #001144;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#reviewsCard3-card-item5 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#reviewsCard3-card-item5 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#reviewsCard3-card-item6
{
   display: inline-block;
   line-height: 1.0;
   height: 16px;
   box-sizing: border-box;
   margin: 0 3px 0 3px;
   border: 0px solid #001144;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#reviewsCard3-card-item6 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#reviewsCard3-card-item6 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#reviewsCard3-card-item7
{
   display: inline-block;
   line-height: 1.0;
   height: 16px;
   box-sizing: border-box;
   margin: 0 3px 30px 3px;
   border: 0px solid #001144;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#reviewsCard3-card-item7 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#reviewsCard3-card-item7 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#reviewsCard3-card-item8
{
   box-sizing: border-box;
   border-radius: 0 0 30px 30px !important;
   margin: 0;
   padding: 0;
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
   line-height: 22.4px;
}
#wb_reviewsHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 8px 8px 8px 8px;
   padding: 0;
   text-align: center;
}
#reviewsHeading
{
   color: #6E6E6E;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_contactText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: left;
}
#wb_contactText div
{
   text-align: left;
}
#wb_contactText
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_contactSelect *, 
#wb_contactSelect *:before, 
#wb_contactSelect *:after 
{
   box-sizing: border-box;
}
#contactSelect
{
   border: 1px solid #CCCCCC;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #888888;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0 0 20px 0 ;
   text-align: left;
   padding: 6px 12px 6px 8px;
   box-sizing: border-box;
}
#wb_contactSelect
{
   position: relative;
   margin: 0 0 20px 0 ;
}
#contactSelect.active
{
   border-color: #A3A3A3;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(163,163,163,0.60);
   outline: 0;
}
#contactSelect 
{
   cursor: text;
   display: flex;
   flex-wrap: wrap;
   outline: none;
   position: relative;
   text-align: left;
   white-space: normal;
   width: 100%;
   word-wrap: break-word;
}
#contactSelect[aria-disabled="true"]
{
   opacity: .45;
   pointer-events: none;
}
#contactSelect[aria-disabled="true"] *
{
   pointer-events: none;
}
#contactSelect .menu 
{
   background-color: #FFFFFF;
   border-radius: 4px;
   border: 1px solid #CCCCCC;
   cursor: text;
   display: none;
   font-size: 16px;
   outline: none;
   overflow-x: hidden;
   overflow-y: auto;
   padding: 0;
   position: absolute;
   margin: 2px -1px 0 -1px;
   text-align: left;
   transition: opacity 0.1s ease;
   top: 100%;
   width: calc(100% + 2px);
   z-index: 11;
}
#contactSelect .menu > *
{
   white-space: nowrap;
}
#contactSelect > input:not(.search):first-child, 
#contactSelect > select 
{
   display: none !important;
}
#contactSelect > .text 
{
   display: inline-block;
   padding: 0.58em 0;
}
#contactSelect .menu > .item 
{
   border: none;
   color: #888888;
   cursor: pointer;
   display: block;
   font-size: 1rem;
   font-weight: normal;
   height: auto;
   line-height: 1em;
   padding: 0.78em 1.14em !important;
   position: relative;
   text-align: left;
   -webkit-touch-callout: none;
   white-space: normal;
   word-wrap: normal;
}
#contactSelect .menu > .item:first-child 
{
   border-top-width: 0px;
}
#contactSelect .menu > .message 
{
   color: rgba(136,136,136,0.50);
   font-weight: normal;
   padding: 0.78em 1.14em;
}
#contactSelect.visible,
#contactSelect.active 
{
   z-index: 10;
}
#contactSelect .menu > .hidden.addition.item 
{
   display: none;
}
#contactSelect .menu.visible
{
   display: block !important;
}
#contactSelect > input.search 
{
   background: none transparent !important;
   border: none !important;
   color: inherit;
   cursor: text;
   flex: 1 1;
   font-size: 1em;
   left: 1px;
   max-width: 100%;
   outline: none;
   padding: 0.464em 0;
   position: static;
   top: 0;
   width: 1%;
   z-index: 2;
}
#contactSelect > .text 
{
   cursor: text;
   left: 1px;
   position: relative;
   z-index: 3;
}
#contactSelect > .text 
{
   align-items: center;
		color: rgba(136,136,136,0.78);
   display: inline-flex;
   height: 100%;
   left: 0;
   max-width: 100%;
   padding: 6px 12px 6px 8px;
   pointer-events: none;
   position: absolute;
   top: 0;
}
#contactSelect.active > input.search,
#contactSelect.visible > input.search
{
   cursor: auto;
}
#contactSelect.active > .text,
#contactSelect.visible > .text 
{
   pointer-events: none;
}
@media only screen and (max-width: 767px) 
{
   #contactSelect .menu 
   {
      max-height: 8em;
   }
}
@media only screen and (min-width: 768px) 
{
   #contactSelect .menu
   {
      max-height: 10em;
   }
}
@media only screen and (min-width: 992px) 
{
  #contactSelect .menu 
   {
      max-height: 16em;
   }
}
@media only screen and (min-width: 1920px) 
{
   #contactSelect .menu 
   {
      max-height: 21em;
   }
}
#contactSelect .label
{
   display: inline-flex;
   font-size: 0.8em;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   align-items: center;;
   white-space: normal;
   background-color: #6E6E6E;
   border: 0px solid transparent;
   border-radius: 0.3em;
   color: #FFFFFF;
   line-height: 1;
   margin: 0em 0.14em;
   padding: 0.58em 0.83em;
   text-transform: none;
   transition: background 0.1s ease;
}
a#contactSelect .label 
{
    cursor: pointer;
}
#contactSelect > .label ~ input.search 
{
   margin-left: 0.14em !important;
}
#contactSelect > .label ~ .text 
{
   display: none;
}
#contactSelect.selected, 
#contactSelect .menu .selected.item 
{
   background-color: transparent;
}
#contactSelect > .filtered.text
{
   visibility: hidden;
}
#contactSelect .filtered.item 
{
   display: none !important;
}
#contactSelect > .clear.dropdown.icon 
{
   opacity: 0.8;
   transition: opacity 0.1s ease;
}
#contactSelect > .clear.dropdown.icon:hover 
{
   opacity: 1;
}
#contactSelect .menu 
{
  left: 0px;
}
#contactSelect > .dropdown.icon 
{
   float: right;
}
#contactSelect > .dropdown.icon 
{
   position: relative;
   font-size: 0.85em;
   margin: 0em 0em 0em 1em;
}
#contactSelect .icon
{
   display: inline-block;
   height: 1em;
   margin: 0em 0.25rem 0em 0em;
   opacity: 1;
   width: 1.18em;
   text-align: center;
}
#contactSelect > .dropdown.icon 
{
   background-color: currentColor;
   background-size: 1em 1em;
    -webkit-mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") no-repeat center center;
    mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") no-repeat center center;
   height: 1em;
   text-align: center;
   width: 1em;
}
#contactSelect > .clear.icon 
{
   background-color: currentColor;
   background-size: 1em 1em;
    -webkit-mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3e%3cpath fill='%23000000' d='M814 302 C826 289, 833 273, 833 256 L833 256 L833 256 C833 239, 826 223, 814 210 C800 198, 785 193, 768 193 C750 193, 735 198, 722 210 L512 422 L512 422 L302 210 L302 210 C288 198, 273 193, 256 193 C238 193, 223 198, 210 210 C198 223, 193 239, 193 256 C193 273, 198 289, 210 302 L422 512 L422 512 L210 722 L210 722 C198 735, 193 751, 193 768 C193 785, 198 801, 210 814 C223 826, 238 833, 256 833 C273 833, 288 826, 302 814 L512 602 L512 602 L722 814 L722 814 C735 826, 750 833, 768 833 C785 833, 800 826, 814 814 C826 801, 833 785, 833 768 C833 751, 826 735, 814 722 L602 512 L602 512 L814 302Z'/%3e%3c/svg%3e") no-repeat center center;
    mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3e%3cpath fill='%23000000' d='M814 302 C826 289, 833 273, 833 256 L833 256 L833 256 C833 239, 826 223, 814 210 C800 198, 785 193, 768 193 C750 193, 735 198, 722 210 L512 422 L512 422 L302 210 L302 210 C288 198, 273 193, 256 193 C238 193, 223 198, 210 210 C198 223, 193 239, 193 256 C193 273, 198 289, 210 302 L422 512 L422 512 L210 722 L210 722 C198 735, 193 751, 193 768 C193 785, 198 801, 210 814 C223 826, 238 833, 256 833 C273 833, 288 826, 302 814 L512 602 L512 602 L722 814 L722 814 C735 826, 750 833, 768 833 C785 833, 800 826, 814 814 C826 801, 833 785, 833 768 C833 751, 826 735, 814 722 L602 512 L602 512 L814 302Z'/%3e%3c/svg%3e") no-repeat center center;
   height: 1em;
   text-align: center;
   width: 1em;
}
#contactSelect .label .delete.icon
{
   background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3e%3cpath fill='%23000000' d='M814 302 C826 289, 833 273, 833 256 L833 256 L833 256 C833 239, 826 223, 814 210 C800 198, 785 193, 768 193 C750 193, 735 198, 722 210 L512 422 L512 422 L302 210 L302 210 C288 198, 273 193, 256 193 C238 193, 223 198, 210 210 C198 223, 193 239, 193 256 C193 273, 198 289, 210 302 L422 512 L422 512 L210 722 L210 722 C198 735, 193 751, 193 768 C193 785, 198 801, 210 814 C223 826, 238 833, 256 833 C273 833, 288 826, 302 814 L512 602 L512 602 L722 814 L722 814 C735 826, 750 833, 768 833 C785 833, 800 826, 814 814 C826 801, 833 785, 833 768 C833 751, 826 735, 814 722 L602 512 L602 512 L814 302Z'/%3e%3c/svg%3e") no-repeat center center;
    mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3e%3cpath fill='%23000000' d='M814 302 C826 289, 833 273, 833 256 L833 256 L833 256 C833 239, 826 223, 814 210 C800 198, 785 193, 768 193 C750 193, 735 198, 722 210 L512 422 L512 422 L302 210 L302 210 C288 198, 273 193, 256 193 C238 193, 223 198, 210 210 C198 223, 193 239, 193 256 C193 273, 198 289, 210 302 L422 512 L422 512 L210 722 L210 722 C198 735, 193 751, 193 768 C193 785, 198 801, 210 814 C223 826, 238 833, 256 833 C273 833, 288 826, 302 814 L512 602 L512 602 L722 814 L722 814 C735 826, 750 833, 768 833 C785 833, 800 826, 814 814 C826 801, 833 785, 833 768 C833 751, 826 735, 814 722 L602 512 L602 512 L814 302Z'/%3e%3c/svg%3e") no-repeat center center;
   background-size: 1em 1em;
   height: 1em;
   text-align: center;
   width: 1em;
}
#contactSelect > .delete.icon, 
#contactSelect > .dropdown.icon 
{
   cursor: pointer;
   opacity: 0.8;
   position: absolute;
   padding: 1em 0 1em 1em;
   right: .75em;
   top: 50%;
   transform: translate(0, -50%);
   transition: opacity 0.1s ease;
   z-index: 3;
}
#contactSelect .menu > .item .dropdown.icon 
{
   float: right;
   margin: 0em 0em 0em 1em;
   width: auto;
}
#contactSelect .menu > .item .dropdown.icon + .text 
{
   margin-right: 1em;
}
#contactSelect .label > .icon 
{
   margin: 0em 0.75em 0em 0em;
   width: auto;
}
#contactSelect .label > .close.icon, 
#contactSelect .label > .delete.icon 
{
    cursor: pointer;
    font-size: 0.9em;
    margin-left: 0.5em;
    margin-right: 0em;
    opacity: 0.5;
    transition: background 0.1s ease;
}
#contactSelect .label > .delete.icon:hover 
{
   opacity: 1;
}
#contactSelect .label.active 
{
   filter: brightness(75%);
}
#contactSelect a 
{
    text-decoration: none;
}
#contactSelect a.label:hover 
{
   filter: brightness(75%);
}
