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;
}
#wb_headerLayoutGrid
{
   clear: both;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 7776;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #4F4F4F;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#headerLayoutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 10px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#headerLayoutGrid > .col-1, #headerLayoutGrid > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 1px;
   padding-left: 1px;
   position: relative;
}
#headerLayoutGrid > .col-1, #headerLayoutGrid > .col-2
{
   flex: 0 0 auto;
}
#headerLayoutGrid > .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;
}
#headerLayoutGrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 58.33333333%;
   max-width: 58.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 320px)
{
#headerLayoutGrid > .col-1, #headerLayoutGrid > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#headerBreadcrumb
{
   list-style: none;
   padding: 8px 15px 8px 15px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 0;
   margin: 0;
   text-align: center;
}
#headerBreadcrumb > li
{
   display: inline-block;
   font-size: 12px;
   text-transform: none;
}
#headerBreadcrumb a
{
   color: #D9D9D9;
   text-decoration: none;
}
#headerBreadcrumb a:hover
{
   color: #FFFFFF;
   text-decoration: underline;
}
#headerBreadcrumb > .active
{
   color: #FFFFFF;
}
#headerBreadcrumb > .active a
{
   color: inherit;
   pointer-events: none;
}
#headerBreadcrumb > li + li:before
{
   content: "";
   padding: 0 10px;
   color: #C0C0C0;
}
#headerBreadcrumb li i
{
   font-size: 12px;
   width: 14px;
}
#wb_navigationLayoutGrid
{
   clear: both;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 7776;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   box-shadow: 0px 4px 10px rgba(0,0,0,0.20);
}
#navigationLayoutGrid
{
   box-sizing: border-box;
   padding: 12px 5px 12px 5px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#navigationLayoutGrid > .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#navigationLayoutGrid > .row > .col-1, #navigationLayoutGrid > .row > .col-2, #navigationLayoutGrid > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#navigationLayoutGrid > .row > .col-1, #navigationLayoutGrid > .row > .col-2, #navigationLayoutGrid > .row > .col-3
{
   float: left;
}
#navigationLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#navigationLayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 58.33333333%;
   text-align: right;
}
#navigationLayoutGrid > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#navigationLayoutGrid:before,
#navigationLayoutGrid:after,
#navigationLayoutGrid .row:before,
#navigationLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#navigationLayoutGrid:after,
#navigationLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#navigationLayoutGrid > .row > .col-1, #navigationLayoutGrid > .row > .col-2, #navigationLayoutGrid > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_welcomeLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../saya-triko.webp');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#welcomeLayoutGrid
{
   box-sizing: border-box;
   padding: 50px 20px 50px 20px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#welcomeLayoutGrid > .row
{
   margin-right: -20px;
   margin-left: -20px;
}
#welcomeLayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#welcomeLayoutGrid > .row > .col-1
{
   float: left;
}
#welcomeLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#welcomeLayoutGrid:before,
#welcomeLayoutGrid:after,
#welcomeLayoutGrid .row:before,
#welcomeLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#welcomeLayoutGrid:after,
#welcomeLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#welcomeLayoutGrid > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#welcomeLayoutGrid-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #000000;
   opacity: 0.58;
}
#wb_welcome-carousel
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_welcome-carousel
{
   box-sizing: border-box;
   width: 100%;
   height: 494px;
}
#welcome-carousel
{
   position: relative;
   margin: 0;
;
   height: 100%;
   box-sizing: border-box;
}
#welcome-carousel .carousel-inner
{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
   perspective: 1200px;
}
.carousel.pointer-event
{
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
#welcome-carousel .carousel-inner::after
{
   display: block;
   clear: both;
   content: "";
}
#welcome-carousel .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   float: left;
   width: 100%;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   transform: translate3d(0, 0, 0);
   transform-style: preserve-3d;
   transition: opacity 500ms ease-in-out;
   height: 100%;
   text-align: left;
}
#welcome-carousel .carousel-item-inner
{
   padding: 0 25px 0 25px;
   display: flex;
   align-items: flex-start;
   flex-direction: column;
   justify-content: center;
   height: 100%;
   box-sizing: border-box;
}
#welcome-carousel .carousel-inner > .carousel-item > img, #welcome-carousel .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#welcome-carousel .carousel-inner > .active, #welcome-carousel .carousel-inner > .carousel-item-next, #welcome-carousel .carousel-inner > .carousel-item-prev
{
   display: block;
}
#welcome-carousel .carousel-inner > .active
{
   animation: welcome-carousel-animation-show 500ms ease 0ms both;
}
#welcome-carousel .carousel-inner > .carousel-item-next, #welcome-carousel .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#welcome-carousel .carousel-inner > .carousel-item-next.carousel-item-start, #welcome-carousel .carousel-inner > .carousel-item-prev.carousel-item-end
{
   animation: welcome-carousel-animation-show 500ms ease 0ms both;
}
#welcome-carousel .carousel-inner > .active.carousel-item-start, #welcome-carousel .carousel-inner > .active.carousel-item-end
{
   animation: welcome-carousel-animation-hide 500ms ease both;
}
#welcome-carousel .carousel-indicators
{
   list-style: none;
   bottom: 0;
   padding: 0;
   margin: 0;
   position: absolute;
   margin-left: -48px;
   left: 50%;
   vertical-align: middle;
   z-index: 999;
}
#welcome-carousel .carousel-indicators li
{
   display: block;
   float: left;
   margin: 6px 6px 6px 6px;
   width: 19px;
   height: 3px;
   cursor: pointer;
   text-indent: -999px;
   background-color: rgba(255,255,255,1.00);
   background-clip: padding-box;
   box-sizing: content-box;
   border-bottom: 17px solid transparent;
}
#welcome-carousel .carousel-indicators .active
{
   background-color: rgba(0,109,178,1.00);
}
#welcome-carousel .frame
{
   width: 1160px;
   display: inline-block;
   float: left;
   height: 494px;
}
#welcome-carousel .frame-1
{
   background-color: transparent;
   background-image: url('../urun9.webp');
   background-repeat: no-repeat;
   background-position: right center;
   background-attachment: scroll;
   background-size: 500px 500px;
}
#welcome-carousel .frame-2
{
   background-color: transparent;
   background-image: url('../urun4.webp');
   background-repeat: no-repeat;
   background-position: right center;
   background-attachment: scroll;
   background-size: 500px 500px;
}
#welcome-carousel .frame-3
{
   background-color: transparent;
   background-image: url('../urun6.webp');
   background-repeat: no-repeat;
   background-position: right center;
   background-attachment: scroll;
   background-size: 500px 500px;
}
@keyframes welcome-carousel-animation-show
{
   0%   { transform: translateX(100%); }
   100% { transform: translateX(0); }
}
@keyframes welcome-carousel-animation-hide
{
   0%   { transform: translateX(0); }
   100% { transform: translateX(-100%); }
}
#wb_welcome-text21 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: left;
   animation: slide-left-in 1000ms linear 100ms 1 normal both;
}
#wb_welcome-text21
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 16px;
   line-height: 21.5px;
}
#wb_welcome-text21 p, #wb_welcome-text21 ul
{
   margin: 0;
   padding: 0;
}
#wb_welcome-text21
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_welcome-text22 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: left;
   animation: slide-right-in 1000ms linear 1000ms 1 normal both;
}
#wb_welcome-text22
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 35px;
   line-height: 47px;
}
#wb_welcome-text22 p, #wb_welcome-text22 ul
{
   margin: 0;
   padding: 0;
}
#wb_welcome-text22
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#welcome-button3
{
   box-sizing: border-box;
   line-height: 37px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #006DB2;
   border-radius: 0px;
   background-color: #006DB2;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   padding: 1px 1px 6px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 10px 0 10px 0 ;
   animation: animate-fade-in 1000ms linear 3000ms 1 normal both;
}
#welcome-button3:focus
{
   outline: 0;
}
#wb_welcome-text01 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: left;
   animation: slide-left-in 1000ms linear 100ms 1 normal both;
}
#wb_welcome-text01
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 16px;
   line-height: 21.5px;
}
#wb_welcome-text01 p, #wb_welcome-text01 ul
{
   margin: 0;
   padding: 0;
}
#wb_welcome-text01
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_welcome-text03 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: left;
   animation: slide-left-in 1000ms linear 2000ms 1 normal both;
}
#wb_welcome-text03
{
   color: #81C241;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 27px;
   line-height: 36.5px;
}
#wb_welcome-text03 p, #wb_welcome-text03 ul
{
   margin: 0;
   padding: 0;
}
#wb_welcome-text03
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#welcome-button1
{
   box-sizing: border-box;
   line-height: 42px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #006DB2;
   border-radius: 0px;
   background-color: #006DB2;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 10px 0 10px 0 ;
   animation: animate-fade-in 1000ms linear 3000ms 1 normal both;
}
#welcome-button1:focus
{
   outline: 0;
}
#wb_welcome-text11 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: left;
   animation: slide-left-in 1000ms linear 100ms 1 normal both;
}
#wb_welcome-text11
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 16px;
   line-height: 21.5px;
}
#wb_welcome-text11 p, #wb_welcome-text11 ul
{
   margin: 0;
   padding: 0;
}
#wb_welcome-text11
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_welcome-text12 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: left;
   animation: slide-right-in 1000ms linear 1000ms 1 normal both;
}
#wb_welcome-text12
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 35px;
   line-height: 47px;
}
#wb_welcome-text12 p, #wb_welcome-text12 ul
{
   margin: 0;
   padding: 0;
}
#wb_welcome-text12
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#welcome-button2
{
   box-sizing: border-box;
   line-height: 37px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #006DB2;
   border-radius: 0px;
   background-color: #006DB2;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   padding: 1px 1px 6px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 10px 0 10px 0 ;
   animation: animate-fade-in 1000ms linear 3000ms 1 normal both;
}
#welcome-button2:focus
{
   outline: 0;
}
#wb_welcome-text02 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: left;
   animation: slide-right-in 1000ms linear 1000ms 1 normal both;
}
#wb_welcome-text02
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 35px;
   line-height: 47px;
}
#wb_welcome-text02 p, #wb_welcome-text02 ul
{
   margin: 0;
   padding: 0;
}
#wb_welcome-text02
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_welcome-text13 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: left;
   animation: slide-left-in 1000ms linear 2000ms 1 normal both;
}
#wb_welcome-text13
{
   color: #81C241;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 35px;
   line-height: 47px;
}
#wb_welcome-text13 p, #wb_welcome-text13 ul
{
   margin: 0;
   padding: 0;
}
#wb_welcome-text13
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_welcome-text23 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: left;
   animation: slide-left-in 1000ms linear 2000ms 1 normal both;
}
#wb_welcome-text23
{
   color: #81C241;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 27px;
   line-height: 36.5px;
}
#wb_welcome-text23 p, #wb_welcome-text23 ul
{
   margin: 0;
   padding: 0;
}
#wb_welcome-text23
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_whois
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FAFAFA;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#whois
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 75px 0 75px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#whois > .col-1, #whois > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#whois > .col-1, #whois > .col-2
{
   flex: 0 0 auto;
}
#whois > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 58.33333333%;
   max-width: 58.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#whois > .col-2
{
   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;
}
@media (max-width: 480px)
{
#whois > .col-1, #whois > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FAFAFA;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 0 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid1:before,
#LayoutGrid1:after,
#LayoutGrid1 .row:before,
#LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid1:after,
#LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_serviceLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FAFAFA;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#serviceLayoutGrid
{
   box-sizing: border-box;
   padding: 55px 1px 25px 1px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#serviceLayoutGrid > .row
{
   margin-right: -1px;
   margin-left: -1px;
}
#serviceLayoutGrid > .row > .col-1, #serviceLayoutGrid > .row > .col-2, #serviceLayoutGrid > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 1px;
   padding-left: 1px;
   position: relative;
}
#serviceLayoutGrid > .row > .col-1, #serviceLayoutGrid > .row > .col-2, #serviceLayoutGrid > .row > .col-3
{
   float: left;
}
#serviceLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#serviceLayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#serviceLayoutGrid > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#serviceLayoutGrid:before,
#serviceLayoutGrid:after,
#serviceLayoutGrid .row:before,
#serviceLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#serviceLayoutGrid:after,
#serviceLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#serviceLayoutGrid > .row > .col-1, #serviceLayoutGrid > .row > .col-2, #serviceLayoutGrid > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_services
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(250,250,250,0.40);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#services
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#services > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#services > .row > .col-1, #services > .row > .col-2, #services > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#services > .row > .col-1, #services > .row > .col-2, #services > .row > .col-3
{
   float: left;
}
#services > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#services > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#services > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#services > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#services > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#services > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#services:before,
#services:after,
#services .row:before,
#services .row:after
{
   display: table;
   content: " ";
}
#services:after,
#services .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#services > .row > .col-1, #services > .row > .col-2, #services > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_servicesCard1
{
   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;
}
#servicesCard1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#servicesCard1-card-item0
{
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#servicesCard1-card-item1
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 27.2px;
}
#wb_servicesCard2
{
   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;
}
#servicesCard2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#servicesCard2-card-item0
{
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#servicesCard2-card-item1
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 27.2px;
}
#wb_servicesCard3
{
   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;
}
#servicesCard3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#servicesCard3-card-item0
{
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#servicesCard3-card-item1
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 27.2px;
}
#wb_Card20
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 10px 10px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: left;
}
#Card20-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card20-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 30px 0 ;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
}
#Card20-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 0 0 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 30px;
   min-height: 0px;
}
#Card20-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 0 0 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 30px;
}
#Card20-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 0 0 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 30px;
}
.navigationMenu .nav
{
   font-family: "Open Sans";
   font-weight: 700;
   font-size: 15px;
   font-style: normal;
   color: #777777;
   text-align: left;
   text-transform: none;
}
#navigationMenu, .navigationMenu .nav, .navigationMenu *
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
}
.navigationMenu .nav:before,
.navigationMenu .nav:after 
{
   content: " ";
   display: table;
}
.navigationMenu .nav:after 
{
   clear: both;
}
.navigationMenu .nav a 
{
   text-decoration: none;
}
.navigationMenu .nav ul
{
   margin-top: 0;
   margin-bottom: 0;
}
.navigationMenu .nav ul ul
{
   margin-bottom: 0;
}
.navigationMenu .container 
{
   margin-right: auto;
   margin-left: auto;
   padding: 0;
}
.navigationMenu .container:before,
.navigationMenu .container:after 
{
   content: " ";
   display: table;
}
.navigationMenu .container:after 
{
   clear: both;
}
.navigationMenu .collapse 
{
   display: none;
}
.navigationMenu .collapse.show 
{
   display: block;
}
.navigationMenu .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
   transition: height .35s ease;
}
.navigationMenu .arrow, .navigationMenu .arrow-right
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 4px;
   vertical-align: middle;
   border-top: 4px solid #000;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
.navigationMenu .dropdown 
{
   position: relative;
}
.navigationMenu .dropdown-toggle:focus 
{
   outline: 0;
}
.navigationMenu .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: 15px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid rgba(197,197,197,1.00);
   border-radius: 0px;
   background-clip: padding-box;
}
.navigationMenu .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #C5C5C5;
}
.navigationMenu .dropdown-menu > li > a
{
   display: block;
   padding: 3px 20px 3px 20px;
   clear: both;
   line-height: 1.428571429;
   color: #777777;
   text-transform: none;
   white-space: nowrap;
}
.navigationMenu .dropdown-menu > li > a:hover,
.navigationMenu .dropdown-menu > li > a:focus 
{
   text-decoration: none;
   color: #2B2B2B;
   background-color: #EDEDED;
   background-image: none;
}
.navigationMenu .dropdown-menu > li > a.active,
.navigationMenu .dropdown-menu > li > a.active:hover,
.navigationMenu .dropdown-menu > li > a.active:focus
{
   color: #2B2B2B;
   background-color: #EDEDED;
   background-image: none;
   text-decoration: none;
   outline: 0;
}
.navigationMenu .show > .dropdown-menu
{
   display: block;
}
.navigationMenu .show > a
{
   outline: 0;
}
.navigationMenu .dropdown-header
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.navigationMenu .dropdown-backdrop
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.navigationMenu .nav > li 
{
   position: relative;
   display: block;
}
.navigationMenu .nav > li > a
{
   position: relative;
   display: block;
   padding: 15px 15px 10px 15px;
}
.navigationMenu .nav .show > a,
.navigationMenu .nav .show > a:hover,
.navigationMenu .nav .show > a:focus
{
    border-color: #343A40;
}
.navigationMenu .nav .nav-divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #C5C5C5;
}
.navigationMenu .nav .arrow
{
   border-top-color: #343A40;
   border-bottom-color: #343A40;
}
.navigationMenu
{
   position: relative;
}
.navigationMenu:before,
.navigationMenu:after
{
   content: " ";
   display: table;
}
.navigationMenu:after
{
   clear: both;
}
.navigationMenu .navbar-header:before,
.navigationMenu .navbar-header:after
{
   content: " ";
   display: table;
}
.navigationMenu .navbar-header:after
{
   clear: both;
}
.navigationMenu-navbar-collapse 
{
   overflow-x: visible;
   -webkit-overflow-scrolling: touch;
}
.navigationMenu-navbar-collapse:before,
.navigationMenu-navbar-collapse:after
{
   content: " ";
   display: table;
}
.navigationMenu-navbar-collapse:after
{
   clear: both;
}
.navigationMenu-navbar-collapse.show
{
   overflow-y: auto;
}
.navigationMenu .navbar-toggle 
{
   position: relative;
   float: right;
   padding: 13px 10px 12px 10px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 0px;
}
.navigationMenu .navbar-toggle .icon-bar 
{
   display: block;
   width: 22px;
   height: 2px;
   border-radius: 1px;
}
.navigationMenu .navbar-toggle .icon-bar+.icon-bar
{
   margin-top: 4px;
}
.navigationMenu .navbar-nav
{
   margin: 6px -15px;
}
.navigationMenu .navbar-nav > li > .dropdown-menu
{
   margin-top: 0;
}
.navigationMenu .navbar-nav > li > a
{
   color: #777777;
}
.navigationMenu .navbar-nav > li > a:hover,
.navigationMenu .navbar-nav > li > a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #2B2B2B;
   text-decoration: none;
}
.navigationMenu .navbar-nav > li > a.active,
.navigationMenu .navbar-nav > li > a.active:hover,
.navigationMenu .navbar-nav > li > a.active:focus
{
   color: #2B2B2B;
   background-color: #EDEDED;
   background-image: none;
}
.navigationMenu .navbar-toggle
{
   border: 1px solid transparent;
}
.navigationMenu .navbar-toggle:hover,
.navigationMenu .navbar-toggle:focus
{
   background-color: transparent;
}
.navigationMenu .navbar-toggle .icon-bar
{
   background-color: #4F4F4F;
}
.navigationMenu-navbar-collapse
{
   border-color: rgba(197,197,197,1.00);
}
.navigationMenu .navbar-nav > .dropdown > a:hover .arrow,
.navigationMenu .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #2B2B2B;
   border-bottom-color: #2B2B2B;
}
.navigationMenu .navbar-nav > .show > a,
.navigationMenu .navbar-nav > .show > a:hover,
.navigationMenu .navbar-nav > .show > a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #2B2B2B;
}
.navigationMenu .navbar-nav > .show > a .arrow,
.navigationMenu .navbar-nav > .show > a:hover .arrow,
.navigationMenu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #2B2B2B;
   border-bottom-color: #2B2B2B;
}
.navigationMenu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #777777;
   border-bottom-color: #777777;
}
.navigationMenu .navbar-link
{
   color: #777777;
}
.navigationMenu .navbar-link:hover
{
   color: #2B2B2B;
}
.navigationMenu .navbar-header
{
   color: #4F4F4F;
}
@media (min-width: 480px) 
{
.navigationMenu .navbar-right .dropdown-menu
{
   right: 0;
   left: auto;
}
.navigationMenu .navbar-header
{
   float: left;
}
.navigationMenu-navbar-collapse
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.navigationMenu-navbar-collapse.collapse
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.navigationMenu-navbar-collapse.show
{
   overflow-y: auto;
}
.navigationMenu .navbar-toggle
{
   display: none;
}
.navigationMenu .navbar-nav
{
   float: right;
   margin: 0;
}
.navigationMenu .navbar-nav > li
{
   float: left;
}
.navigationMenu .container > .navbar-header,
.navigationMenu .container > .navigationMenu-navbar-collapse
{
   margin-right: 0;
   margin-left: 0;
}
.navigationMenu .navbar-nav > .dropdown > a:hover .arrow,
.navigationMenu .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #28A7E9;
   border-bottom-color: #28A7E9;
}
}
@media (max-width: 480px) 
{
.navigationMenu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
}
.navigationMenu .navbar-nav
{
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
}
.navigationMenu .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;
}
.navigationMenu .navbar-nav .show .dropdown-menu > li > a,
.navigationMenu .navbar-nav .show .dropdown-menu .dropdown-header
{
   padding: 5px 15px 5px 15px;
}
.navigationMenu .navbar-nav .show .dropdown-menu > li > a
{
   line-height: 20px;
}
}
@media (min-width: 480px) 
{
.navigationMenu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
   border-radius: 0px;
}
.navigationMenu .navbar-nav > li > a
{
   color: #4F4F4F;
}
.navigationMenu .navbar-nav > li > a:hover,
.navigationMenu .navbar-nav > li > a:focus
{
   color: #28A7E9;
   background-color: #F5F5F5;
   background-image: none;
}
.navigationMenu .navbar-nav > li > a.active,
.navigationMenu .navbar-nav > li > a.active:hover,
.navigationMenu .navbar-nav > li > a.active:focus
{
   color: #28A7E9;
   background-color: #F5F5F5;
   background-image: none;
}
.navigationMenu .navbar-nav > .show > a,
.navigationMenu .navbar-nav > .show > a:hover,
.navigationMenu .navbar-nav > .show > a:focus
{
   background-color: #F5F5F5;
   background-image: none;
   color: #28A7E9;
}
.navigationMenu .navbar-nav > .dropdown > a:hover .arrow
{
   border-top-color: #28A7E9;
   border-bottom-color: #28A7E9;
}
.navigationMenu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #4F4F4F;
   border-bottom-color: #4F4F4F;
}
.navigationMenu .navbar-nav > li > a.active > .arrow,
.navigationMenu .navbar-nav > li > a.active:hover > .arrow,
.navigationMenu .navbar-nav > li > a.active:focus > .arrow
{
   border-top-color: #28A7E9;
   border-bottom-color: #28A7E9;
}
.navigationMenu .navbar-nav > .show > a .arrow,
.navigationMenu .navbar-nav > .show > a:hover .arrow,
.navigationMenu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #28A7E9;
   border-bottom-color: #28A7E9;
}
.navigationMenu .navbar-link
{
   color: #4F4F4F;
}
.navigationMenu .navbar-link:hover 
{
   color: #fff;
}
}
#navigationMenu i
{
   font-size: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_navigationMenu
{
   z-index: 1111 !important;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: right;
}
#wb_Text4 div
{
   text-align: right;
}
#wb_Text4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Section6
{
   height: 61px;
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 3px;
   text-align: center;
}
#Section6-card-body
{
   flex: 1 1 auto;
   font-size: 0;
}
#Section6-card-item0
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 30.3%;
   top: 31.1%;
   height: 42.6%;
   width: 48.7%;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   text-align: left;
}
#Section6-card-item1
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 3.5%;
   top: 0%;
   height: auto;
   width: 24.3%;
   padding: 0;
}
#Section6-card-item1 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#wb_Section2
{
   height: 425px;
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 3px;
   text-align: center;
}
#Section2-card-body
{
   flex: 1 1 auto;
   font-size: 0;
}
#Section2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 4.4%;
   top: 2.5%;
   height: auto;
   width: 37.1%;
   padding: 0;
}
#Section2-card-item0 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#Section2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 41.8%;
   top: 2.6%;
   height: auto;
   width: 48.4%;
   padding: 0;
}
#Section2-card-item1 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#Section2-card-item2
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 4.6%;
   top: 46.8%;
   height: auto;
   width: 36.7%;
   padding: 0;
}
#Section2-card-item2 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#wb_Section3
{
   height: 377px;
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 3px;
   text-align: center;
}
#Section3-card-body
{
   flex: 1 1 auto;
   font-size: 0;
}
#Section3-card-item0
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 3.2%;
   top: 19.9%;
   height: auto;
   width: 33.8%;
   padding: 0;
}
#Section3-card-item0 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#Section3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 64.3%;
   top: 19.3%;
   height: auto;
   width: 33.9%;
   padding: 0;
}
#Section3-card-item1 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#Section3-card-item2
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 39.1%;
   top: 1.4%;
   height: auto;
   width: 23%;
   padding: 0;
}
#Section3-card-item2 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#Section3-card-item3
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 39.4%;
   top: 50.7%;
   height: auto;
   width: 22.8%;
   padding: 0;
}
#Section3-card-item3 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#Button1
{
   box-sizing: border-box;
   line-height: 37px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #006DB2;
   border-radius: 0px;
   background-color: #006DB2;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   padding: 1px 1px 6px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 10px 0 10px 0 ;
}
#Button1:focus
{
   outline: 0;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 20px 0 0 0 ;
   padding: 0;
   text-align: left;
}
#Heading1
{
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Text11 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 15px 0 0 0 ;
   text-align: left;
}
#wb_Text11 div
{
   text-align: left;
}
#wb_Text11
{
   display: block;
   margin: 15px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card4
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   vertical-align: top;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card4-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 150px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: -130px 0 0 100px;
   padding: 0 10px 6px 0;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 100px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 27px;
}
#wb_Card2
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 0 10px 0 ;
   vertical-align: top;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 120px;
   width: 100%;
   height: 120px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: -130px 0 0 130px;
   padding: 0 10px 6px 0;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 130px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 27px;
}
#wb_Card3
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 0 10px 0 ;
   vertical-align: top;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card3-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 120px;
   width: 100%;
   height: 120px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: -130px 0 0 130px;
   padding: 0 10px 6px 0;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 130px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 27px;
}
#wb_Picture1
{
   margin: 0;
   vertical-align: top;
}
#Picture1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Picture2
{
   margin: 0;
   vertical-align: top;
}
#Picture2
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Picture3
{
   margin: 0;
   vertical-align: top;
}
#Picture3
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
.DropdownMenu1 .nav
{
   font-family: "Open Sans";
   font-weight: 700;
   font-size: 15px;
   font-style: normal;
   color: #777777;
   text-align: left;
   text-transform: none;
}
#DropdownMenu1, .DropdownMenu1 .nav, .DropdownMenu1 *
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
}
.DropdownMenu1 .nav:before,
.DropdownMenu1 .nav:after 
{
   content: " ";
   display: table;
}
.DropdownMenu1 .nav:after 
{
   clear: both;
}
.DropdownMenu1 .nav a 
{
   text-decoration: none;
}
.DropdownMenu1 .nav ul
{
   margin-top: 0;
   margin-bottom: 0;
}
.DropdownMenu1 .nav ul ul
{
   margin-bottom: 0;
}
.DropdownMenu1 .container 
{
   margin-right: auto;
   margin-left: auto;
   padding: 0;
}
.DropdownMenu1 .container:before,
.DropdownMenu1 .container:after 
{
   content: " ";
   display: table;
}
.DropdownMenu1 .container:after 
{
   clear: both;
}
.DropdownMenu1 .collapse 
{
   display: none;
}
.DropdownMenu1 .collapse.show 
{
   display: block;
}
.DropdownMenu1 .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
   transition: height .35s ease;
}
.DropdownMenu1 .arrow, .DropdownMenu1 .arrow-right
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 4px;
   vertical-align: middle;
   border-top: 4px solid #000;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
.DropdownMenu1 .dropdown 
{
   position: relative;
}
.DropdownMenu1 .dropdown-toggle:focus 
{
   outline: 0;
}
.DropdownMenu1 .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: 15px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid rgba(197,197,197,1.00);
   border-radius: 0px;
   background-clip: padding-box;
}
.DropdownMenu1 .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #C5C5C5;
}
.DropdownMenu1 .dropdown-menu > li > a
{
   display: block;
   padding: 3px 20px 3px 20px;
   clear: both;
   line-height: 1.428571429;
   color: #777777;
   text-transform: none;
   white-space: nowrap;
}
.DropdownMenu1 .dropdown-menu > li > a:hover,
.DropdownMenu1 .dropdown-menu > li > a:focus 
{
   text-decoration: none;
   color: #2B2B2B;
   background-color: #EDEDED;
   background-image: none;
}
.DropdownMenu1 .dropdown-menu > li > a.active,
.DropdownMenu1 .dropdown-menu > li > a.active:hover,
.DropdownMenu1 .dropdown-menu > li > a.active:focus
{
   color: #2B2B2B;
   background-color: #EDEDED;
   background-image: none;
   text-decoration: none;
   outline: 0;
}
.DropdownMenu1 .show > .dropdown-menu
{
   display: block;
}
.DropdownMenu1 .show > a
{
   outline: 0;
}
.DropdownMenu1 .dropdown-header
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.DropdownMenu1 .dropdown-backdrop
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.DropdownMenu1 .nav > li 
{
   position: relative;
   display: block;
}
.DropdownMenu1 .nav > li > a
{
   position: relative;
   display: block;
   padding: 15px 5px 10px 5px;
}
.DropdownMenu1 .nav .show > a,
.DropdownMenu1 .nav .show > a:hover,
.DropdownMenu1 .nav .show > a:focus
{
    border-color: #343A40;
}
.DropdownMenu1 .nav .nav-divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #C5C5C5;
}
.DropdownMenu1 .nav .arrow
{
   border-top-color: #343A40;
   border-bottom-color: #343A40;
}
.DropdownMenu1
{
   position: relative;
}
.DropdownMenu1:before,
.DropdownMenu1:after
{
   content: " ";
   display: table;
}
.DropdownMenu1:after
{
   clear: both;
}
.DropdownMenu1 .navbar-header:before,
.DropdownMenu1 .navbar-header:after
{
   content: " ";
   display: table;
}
.DropdownMenu1 .navbar-header:after
{
   clear: both;
}
.DropdownMenu1-navbar-collapse 
{
   overflow-x: visible;
   -webkit-overflow-scrolling: touch;
}
.DropdownMenu1-navbar-collapse:before,
.DropdownMenu1-navbar-collapse:after
{
   content: " ";
   display: table;
}
.DropdownMenu1-navbar-collapse:after
{
   clear: both;
}
.DropdownMenu1-navbar-collapse.show
{
   overflow-y: auto;
}
.DropdownMenu1 .navbar-toggle 
{
   position: relative;
   float: right;
   padding: 13px 10px 12px 10px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 0px;
}
.DropdownMenu1 .navbar-toggle .icon-bar 
{
   display: block;
   width: 22px;
   height: 2px;
   border-radius: 1px;
}
.DropdownMenu1 .navbar-toggle .icon-bar+.icon-bar
{
   margin-top: 4px;
}
.DropdownMenu1 .navbar-nav
{
   margin: 6px -15px;
}
.DropdownMenu1 .navbar-nav > li > .dropdown-menu
{
   margin-top: 0;
}
.DropdownMenu1 .navbar-nav > li > a
{
   color: #777777;
}
.DropdownMenu1 .navbar-nav > li > a:hover,
.DropdownMenu1 .navbar-nav > li > a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #2B2B2B;
   text-decoration: none;
}
.DropdownMenu1 .navbar-nav > li > a.active,
.DropdownMenu1 .navbar-nav > li > a.active:hover,
.DropdownMenu1 .navbar-nav > li > a.active:focus
{
   color: #2B2B2B;
   background-color: #EDEDED;
   background-image: none;
}
.DropdownMenu1 .navbar-toggle
{
   border: 1px solid transparent;
}
.DropdownMenu1 .navbar-toggle:hover,
.DropdownMenu1 .navbar-toggle:focus
{
   background-color: transparent;
}
.DropdownMenu1 .navbar-toggle .icon-bar
{
   background-color: #4F4F4F;
}
.DropdownMenu1-navbar-collapse
{
   border-color: rgba(197,197,197,1.00);
}
.DropdownMenu1 .navbar-nav > .dropdown > a:hover .arrow,
.DropdownMenu1 .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #2B2B2B;
   border-bottom-color: #2B2B2B;
}
.DropdownMenu1 .navbar-nav > .show > a,
.DropdownMenu1 .navbar-nav > .show > a:hover,
.DropdownMenu1 .navbar-nav > .show > a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #2B2B2B;
}
.DropdownMenu1 .navbar-nav > .show > a .arrow,
.DropdownMenu1 .navbar-nav > .show > a:hover .arrow,
.DropdownMenu1 .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #2B2B2B;
   border-bottom-color: #2B2B2B;
}
.DropdownMenu1 .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #777777;
   border-bottom-color: #777777;
}
.DropdownMenu1 .navbar-link
{
   color: #777777;
}
.DropdownMenu1 .navbar-link:hover
{
   color: #2B2B2B;
}
.DropdownMenu1 .navbar-header
{
   color: #4F4F4F;
}
@media (min-width: 480px) 
{
.DropdownMenu1 .navbar-right .dropdown-menu
{
   right: 0;
   left: auto;
}
.DropdownMenu1 .navbar-header
{
   float: left;
}
.DropdownMenu1-navbar-collapse
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.DropdownMenu1-navbar-collapse.collapse
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.DropdownMenu1-navbar-collapse.show
{
   overflow-y: auto;
}
.DropdownMenu1 .navbar-toggle
{
   display: none;
}
.DropdownMenu1 .navbar-nav
{
   float: right;
   margin: 0;
}
.DropdownMenu1 .navbar-nav > li
{
   float: left;
}
.DropdownMenu1 .container > .navbar-header,
.DropdownMenu1 .container > .DropdownMenu1-navbar-collapse
{
   margin-right: 0;
   margin-left: 0;
}
.DropdownMenu1 .navbar-nav > .dropdown > a:hover .arrow,
.DropdownMenu1 .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #28A7E9;
   border-bottom-color: #28A7E9;
}
}
@media (max-width: 480px) 
{
.DropdownMenu1 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
}
.DropdownMenu1 .navbar-nav
{
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
}
.DropdownMenu1 .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;
}
.DropdownMenu1 .navbar-nav .show .dropdown-menu > li > a,
.DropdownMenu1 .navbar-nav .show .dropdown-menu .dropdown-header
{
   padding: 5px 15px 5px 15px;
}
.DropdownMenu1 .navbar-nav .show .dropdown-menu > li > a
{
   line-height: 20px;
}
}
@media (min-width: 480px) 
{
.DropdownMenu1 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
   border-radius: 0px;
}
.DropdownMenu1 .navbar-nav > li > a
{
   color: #4F4F4F;
}
.DropdownMenu1 .navbar-nav > li > a:hover,
.DropdownMenu1 .navbar-nav > li > a:focus
{
   color: #28A7E9;
   background-color: #F5F5F5;
   background-image: none;
}
.DropdownMenu1 .navbar-nav > li > a.active,
.DropdownMenu1 .navbar-nav > li > a.active:hover,
.DropdownMenu1 .navbar-nav > li > a.active:focus
{
   color: #28A7E9;
   background-color: #F5F5F5;
   background-image: none;
}
.DropdownMenu1 .navbar-nav > .show > a,
.DropdownMenu1 .navbar-nav > .show > a:hover,
.DropdownMenu1 .navbar-nav > .show > a:focus
{
   background-color: #F5F5F5;
   background-image: none;
   color: #28A7E9;
}
.DropdownMenu1 .navbar-nav > .dropdown > a:hover .arrow
{
   border-top-color: #28A7E9;
   border-bottom-color: #28A7E9;
}
.DropdownMenu1 .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #4F4F4F;
   border-bottom-color: #4F4F4F;
}
.DropdownMenu1 .navbar-nav > li > a.active > .arrow,
.DropdownMenu1 .navbar-nav > li > a.active:hover > .arrow,
.DropdownMenu1 .navbar-nav > li > a.active:focus > .arrow
{
   border-top-color: #28A7E9;
   border-bottom-color: #28A7E9;
}
.DropdownMenu1 .navbar-nav > .show > a .arrow,
.DropdownMenu1 .navbar-nav > .show > a:hover .arrow,
.DropdownMenu1 .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #28A7E9;
   border-bottom-color: #28A7E9;
}
.DropdownMenu1 .navbar-link
{
   color: #4F4F4F;
}
.DropdownMenu1 .navbar-link:hover 
{
   color: #fff;
}
}
#DropdownMenu1 i
{
   font-size: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_DropdownMenu1
{
   z-index: 1111 !important;
}
#wb_mobilmenum
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#mobilmenum
{
   box-sizing: border-box;
   padding: 1px 2px 1px 2px;
   margin-right: auto;
   margin-left: auto;
}
#mobilmenum > .row
{
   margin-right: -2px;
   margin-left: -2px;
}
#mobilmenum > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 2px;
   padding-left: 2px;
   position: relative;
}
#mobilmenum > .row > .col-1
{
   float: left;
}
#mobilmenum > .row > .col-1
{
   background-color: transparent;
   background-image: url('../Mobile-logo-220x41.webp');
   background-repeat: no-repeat;
   background-position: left top;
   background-attachment: scroll;
   background-size: 220px 41px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#mobilmenum:before,
#mobilmenum:after,
#mobilmenum .row:before,
#mobilmenum .row:after
{
   display: table;
   content: " ";
}
#mobilmenum:after,
#mobilmenum .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#mobilmenum > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_PanelMenu1 a, #PanelMenu1_markup li a
{
   display: block;
   text-align: left;
   vertical-align: middle;
}
#PanelMenu1_markup
{
   display: none;
   margin: 0;
   padding: 0 10px 10px 10px;
}
#PanelMenu1_panel #PanelMenu1_markup
{
   display: block;
}
#PanelMenu1_markup ul
{
   list-style: none;
   list-style-type: none;
   margin: 0;
   padding: 0;
}
#PanelMenu1_markup li a, #PanelMenu1_markup li a:hover
{
   padding: 10px 10px 10px 10px;
   box-shadow: none;
}
#PanelMenu1_markup .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #DCDCDC;
}
#PanelMenu1_panel
{
   display: none;
   position: absolute;
   top: 0;
   height: 100%;
   width: 400px;
   z-index: 9999;
}
#PanelMenu1_overlay
{
   display: none;
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-color: #FE00FE;
   opacity: 1;
   z-index: 9998;
}
#wb_PanelMenu1 a
{
   color: #FFFFFF;
   border: 0px none #0365A4;
   border-radius: 0px;
   background-color: #0365A4;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-align: left;
   text-transform: none;
}
#wb_PanelMenu1 a:hover
{
   color: #FFFFFF;
   background-color: #F68914;
   border: 0px none #F68914;
}
#PanelMenu1 .line
{
   width: 24px;
   height: 4px;
   background: #FFFFFF;
   display: block;
   margin: 4px auto;
   transition: all 0.3s ease-in-out;
}
#PanelMenu1 .line:first-child
{
   margin-top: 12px;
}
#PanelMenu1.open .line:nth-child(1)
{
   transform: translateY(8px) rotate(45deg);
}
#PanelMenu1.open .line:nth-child(2)
{
   opacity: 0;
}
#PanelMenu1.open .line:nth-child(3)
{
   transform: translateY(-8px) rotate(-45deg);
}
#PanelMenu1
{
   line-height: 48px;
   width: 48px;
   height: 48px;
   position: absolute;
   z-index: 999;
}
#PanelMenu1-logo
{
   border-width: 0;
   padding: 10px 10px 10px 10px;
   text-align: left;
}
#PanelMenu1-logo img
{
   border-width: 0;
   height: auto;
   max-width: 100%;
}
#PanelLayer1
{
   padding: 0;
}
#PanelLayer1_panel
{
   background-color: #FFFFFF;
   background-image: none;
   border-radius: 0px;
   display: none;
   position: fixed;
   top: 0;
   height: 100%;
   width: 306px;
   z-index: 9999;
}
#wb_CssMenu1
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 0;
   text-align: left;
   position: relative;
   z-index: 1111 !important;
}
#wb_CssMenu1 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   width: 100%;
}
#wb_CssMenu1 li
{
   float: left;
   margin: 0;
   padding: 0px 0px 4px 0px;
   width: 100%;
}
#wb_CssMenu1 a
{
   display: block;
   color: #FFFFFF;
   border: 1px solid #0D6EFD;
   border-radius: 0px;
   background-color: #0D6EFD;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: center;
   vertical-align: middle;
}
#wb_CssMenu1 > ul > li > a
{
   width: calc(100% - 4px);
   box-sizing: border-box;
   height: 28px;
   padding: 0 5px 0px 25px;
   line-height: 26px;
}
#wb_CssMenu1 li:hover a, #wb_CssMenu1 a:hover
{
   color: #FFFFFF;
   border: 1px solid #0A58CA;
   background-color: #0B5ED7;
   background-image: none;
}
#wb_CssMenu1 .firstmain a
{
   margin-top: 0px;
}
#wb_CssMenu1 li.lastmain
{
   padding-bottom: 0px;
}
#wb_CssMenu1 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#wb_Picture4
{
   margin: 0;
   vertical-align: top;
}
#Picture4
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 197px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 0 0 ;
   text-align: center;
}
#wb_Text7 div
{
   text-align: center;
}
#wb_Text7
{
   display: block;
   margin: 20px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text9 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 15px 0 15px 0;
   margin: 0;
   text-align: center;
}
#wb_Text9 div
{
   text-align: center;
}
#wb_Text9
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Icon5
{
   background-color: #3B5999;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 4px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 10px 10px 10px 10px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#Icon5
{
   height: 16px;
   width: 16px;
}
#Icon5 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 16px;
   line-height: 16px;
   vertical-align: middle;
   width: 15px;
}
#wb_Icon5:hover #Icon5 i
{
   color: #FFFFFF;
}
#wb_Icon6
{
   background-color: #2BC6F6;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 4px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 10px 10px 10px 10px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#Icon6
{
   height: 16px;
   width: 16px;
}
#Icon6 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 16px;
   line-height: 16px;
   vertical-align: middle;
   width: 15px;
}
#wb_Icon6:hover #Icon6 i
{
   color: #FFFFFF;
}
#wb_Icon7
{
   background-image: linear-gradient(to top, #BD3381 0%, #EE583F 100%);
   border: 0px solid #FFFFFF;
   border-radius: 4px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 10px 10px 10px 10px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_Icon7:hover
{
   background-image: linear-gradient(to top, #EE583F 0%, #BD3381 100%);
   border: 0px solid #FFFFFF;
}
#Icon7
{
   height: 16px;
   width: 16px;
}
#Icon7 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 16px;
   line-height: 16px;
   vertical-align: middle;
   width: 15px;
}
#wb_Icon7:hover #Icon7 i
{
   color: #FFFFFF;
}
#wb_Icon8
{
   background-color: #DE332C;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 4px;
   text-align: center;
   margin: 0;
   padding: 10px 10px 10px 10px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#Icon8
{
   height: 16px;
   width: 16px;
}
#Icon8 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 16px;
   line-height: 16px;
   vertical-align: middle;
   width: 16px;
}
#wb_Icon8:hover #Icon8 i
{
   color: #FFFFFF;
}
#wb_Text10 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 30px 0 0 0 ;
   text-align: center;
}
#wb_Text10 div
{
   text-align: center;
}
#wb_Text10
{
   display: block;
   margin: 30px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_mslogan 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 10px 0 0 0 ;
   text-align: center;
}
#wb_mslogan div
{
   text-align: center;
}
#wb_mslogan
{
   display: block;
   margin: 10px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_m-slider
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../saya-triko.webp');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#m-slider
{
   box-sizing: border-box;
   padding: 50px 20px 50px 20px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#m-slider > .row
{
   margin-right: -20px;
   margin-left: -20px;
}
#m-slider > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#m-slider > .row > .col-1
{
   float: left;
}
#m-slider > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#m-slider:before,
#m-slider:after,
#m-slider .row:before,
#m-slider .row:after
{
   display: table;
   content: " ";
}
#m-slider:after,
#m-slider .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#m-slider > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#m-slider-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #000000;
   opacity: 0.58;
}
#wb_m-Carousel1
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_m-Carousel1
{
   box-sizing: border-box;
   width: 100%;
   height: 494px;
}
#m-Carousel1
{
   position: relative;
   margin: 0;
;
   height: 100%;
   box-sizing: border-box;
}
#m-Carousel1 .carousel-inner
{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
   perspective: 1200px;
}
.carousel.pointer-event
{
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
#m-Carousel1 .carousel-inner::after
{
   display: block;
   clear: both;
   content: "";
}
#m-Carousel1 .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   float: left;
   width: 100%;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   transform: translate3d(0, 0, 0);
   transform-style: preserve-3d;
   transition: opacity 500ms ease-in-out;
   height: 100%;
   text-align: left;
}
#m-Carousel1 .carousel-item-inner
{
   padding: 0 25px 0 25px;
   display: flex;
   align-items: flex-start;
   flex-direction: column;
   justify-content: center;
   height: 100%;
   box-sizing: border-box;
}
#m-Carousel1 .carousel-inner > .carousel-item > img, #m-Carousel1 .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#m-Carousel1 .carousel-inner > .active, #m-Carousel1 .carousel-inner > .carousel-item-next, #m-Carousel1 .carousel-inner > .carousel-item-prev
{
   display: block;
}
#m-Carousel1 .carousel-inner > .active
{
   animation: m-Carousel1-animation-show 500ms ease 0ms both;
}
#m-Carousel1 .carousel-inner > .carousel-item-next, #m-Carousel1 .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#m-Carousel1 .carousel-inner > .carousel-item-next.carousel-item-start, #m-Carousel1 .carousel-inner > .carousel-item-prev.carousel-item-end
{
   animation: m-Carousel1-animation-show 500ms ease 0ms both;
}
#m-Carousel1 .carousel-inner > .active.carousel-item-start, #m-Carousel1 .carousel-inner > .active.carousel-item-end
{
   animation: m-Carousel1-animation-hide 500ms ease both;
}
#m-Carousel1 .carousel-indicators
{
   list-style: none;
   bottom: 0;
   padding: 0;
   margin: 0;
   position: absolute;
   margin-left: -48px;
   left: 50%;
   vertical-align: middle;
   z-index: 999;
}
#m-Carousel1 .carousel-indicators li
{
   display: block;
   float: left;
   margin: 6px 6px 6px 6px;
   width: 19px;
   height: 3px;
   cursor: pointer;
   text-indent: -999px;
   background-color: rgba(255,255,255,1.00);
   background-clip: padding-box;
   box-sizing: content-box;
   border-bottom: 17px solid transparent;
}
#m-Carousel1 .carousel-indicators .active
{
   background-color: rgba(0,109,178,1.00);
}
#m-Carousel1 .frame
{
   width: 1160px;
   display: inline-block;
   float: left;
   height: 494px;
}
#m-Carousel1 .frame-1
{
   background-color: transparent;
   background-image: url('../urun9.webp');
   background-repeat: no-repeat;
   background-position: right center;
   background-attachment: scroll;
   background-size: 300px 300px;
}
#m-Carousel1 .frame-2
{
   background-color: transparent;
   background-image: url('../urun4.webp');
   background-repeat: no-repeat;
   background-position: right center;
   background-attachment: scroll;
   background-size: 300px 300px;
}
#m-Carousel1 .frame-3
{
   background-color: transparent;
   background-image: url('../urun6.webp');
   background-repeat: no-repeat;
   background-position: right center;
   background-attachment: scroll;
   background-size: 300px 300px;
}
@keyframes m-Carousel1-animation-show
{
   0%   { transform: translateX(100%); }
   100% { transform: translateX(0); }
}
@keyframes m-Carousel1-animation-hide
{
   0%   { transform: translateX(0); }
   100% { transform: translateX(-100%); }
}
#wb_m-Text12 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: left;
   animation: slide-left-in 1000ms linear 100ms 1 normal both;
}
#wb_m-Text12
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 16px;
   line-height: 22px;
}
#wb_m-Text12 p, #wb_m-Text12 ul
{
   margin: 0;
   padding: 0;
}
#wb_m-Text12
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_m-Text13 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: left;
   animation: slide-right-in 1000ms linear 1000ms 1 normal both;
}
#wb_m-Text13
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 27px;
   line-height: 36.5px;
}
#wb_m-Text13 p, #wb_m-Text13 ul
{
   margin: 0;
   padding: 0;
}
#wb_m-Text13
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#Button2
{
   box-sizing: border-box;
   line-height: 37px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #006DB2;
   border-radius: 0px;
   background-color: #006DB2;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   padding: 1px 1px 6px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 10px 0 10px 0 ;
   animation: animate-fade-in 1000ms linear 3000ms 1 normal both;
}
#Button2:focus
{
   outline: 0;
}
#wb_m-Text14 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: left;
   animation: slide-left-in 1000ms linear 100ms 1 normal both;
}
#wb_m-Text14
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 16px;
   line-height: 21.5px;
}
#wb_m-Text14 p, #wb_m-Text14 ul
{
   margin: 0;
   padding: 0;
}
#wb_m-Text14
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_m-Text15 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: left;
   animation: slide-left-in 1000ms linear 2000ms 1 normal both;
}
#wb_m-Text15
{
   color: #81C241;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 24px;
   line-height: 32.5px;
}
#wb_m-Text15 p, #wb_m-Text15 ul
{
   margin: 0;
   padding: 0;
}
#wb_m-Text15
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#m-Button3
{
   box-sizing: border-box;
   line-height: 42px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #006DB2;
   border-radius: 0px;
   background-color: #006DB2;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 10px 0 10px 0 ;
   animation: animate-fade-in 1000ms linear 3000ms 1 normal both;
}
#m-Button3:focus
{
   outline: 0;
}
#wb_Text16 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: left;
   animation: slide-left-in 1000ms linear 100ms 1 normal both;
}
#wb_Text16
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 16px;
   line-height: 21.5px;
}
#wb_Text16 p, #wb_Text16 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text16
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text17 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: left;
   animation: slide-right-in 1000ms linear 1000ms 1 normal both;
}
#wb_Text17
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 27px;
   line-height: 36.5px;
}
#wb_Text17 p, #wb_Text17 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text17
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#Button4
{
   box-sizing: border-box;
   line-height: 37px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #006DB2;
   border-radius: 0px;
   background-color: #006DB2;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   padding: 1px 1px 6px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 10px 0 10px 0 ;
   animation: animate-fade-in 1000ms linear 3000ms 1 normal both;
}
#Button4:focus
{
   outline: 0;
}
#wb_m-Text18 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: left;
   animation: slide-right-in 1000ms linear 1000ms 1 normal both;
}
#wb_m-Text18
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 27px;
   line-height: 36.5px;
}
#wb_m-Text18 p, #wb_m-Text18 ul
{
   margin: 0;
   padding: 0;
}
#wb_m-Text18
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text19 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: left;
   animation: slide-left-in 1000ms linear 2000ms 1 normal both;
}
#wb_Text19
{
   color: #81C241;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 24px;
   line-height: 32.5px;
}
#wb_Text19 p, #wb_Text19 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text19
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_m-Text20 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: left;
   animation: slide-left-in 1000ms linear 2000ms 1 normal both;
}
#wb_m-Text20
{
   color: #81C241;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 24px;
   line-height: 32.5px;
}
#wb_m-Text20 p, #wb_m-Text20 ul
{
   margin: 0;
   padding: 0;
}
#wb_m-Text20
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_m-neler
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#m-neler
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#m-neler > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#m-neler > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#m-neler > .row > .col-1
{
   float: left;
}
#m-neler > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#m-neler:before,
#m-neler:after,
#m-neler .row:before,
#m-neler .row:after
{
   display: table;
   content: " ";
}
#m-neler:after,
#m-neler .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#m-neler > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Section4
{
   height: 213px;
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 320px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 3px;
   text-align: center;
}
#Section4-card-body
{
   flex: 1 1 auto;
   font-size: 0;
}
#Section4-card-item0
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 3.2%;
   top: 19.9%;
   height: auto;
   width: 33.8%;
   padding: 0;
}
#Section4-card-item0 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#Section4-card-item1
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 64.3%;
   top: 19.3%;
   height: auto;
   width: 33.9%;
   padding: 0;
}
#Section4-card-item1 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#Section4-card-item2
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 39.1%;
   top: 1.4%;
   height: auto;
   width: 23%;
   padding: 0;
}
#Section4-card-item2 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#Section4-card-item3
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 39.4%;
   top: 50.7%;
   height: auto;
   width: 22.8%;
   padding: 0;
}
#Section4-card-item3 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#wb_Card5
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 10px 10px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: left;
}
#Card5-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card5-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 30px 0 ;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
   text-align: center;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 0 0 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 30px;
   min-height: 0px;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 0 0 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 30px;
}
#Card5-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 0 0 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 30px;
}
#wb_m-saya
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#m-saya
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#m-saya > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#m-saya > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#m-saya > .row > .col-1
{
   float: left;
}
#m-saya > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#m-saya:before,
#m-saya:after,
#m-saya .row:before,
#m-saya .row:after
{
   display: table;
   content: " ";
}
#m-saya:after,
#m-saya .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#m-saya > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Section5
{
   height: 860px;
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 320px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 3px;
   text-align: center;
}
#Section5-card-body
{
   flex: 1 1 auto;
   font-size: 0;
}
#Section5-card-item0
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 4.4%;
   top: 2.5%;
   height: auto;
   width: 37.1%;
   padding: 0;
}
#Section5-card-item0 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#Section5-card-item1
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 41.6%;
   top: 2.6%;
   height: auto;
   width: 48.4%;
   padding: 0;
}
#Section5-card-item1 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#Section5-card-item2
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 4.6%;
   top: 46.8%;
   height: auto;
   width: 36.7%;
   padding: 0;
}
#Section5-card-item2 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 20px 0 0 0 ;
   padding: 0;
   text-align: left;
}
#Heading2
{
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 27px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Text21 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 10px 5px 5px 5px;
   text-align: left;
}
#wb_Text21 div
{
   text-align: left;
}
#wb_Text21
{
   display: block;
   margin: 10px 5px 5px 5px;
   box-sizing: border-box;
   width: calc(100% - 10px);
}
#wb_m-list1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#m-list1
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#m-list1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#m-list1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#m-list1 > .row > .col-1
{
   float: left;
}
#m-list1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#m-list1:before,
#m-list1:after,
#m-list1 .row:before,
#m-list1 .row:after
{
   display: table;
   content: " ";
}
#m-list1:after,
#m-list1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#m-list1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Card6
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   vertical-align: top;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card6-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card6-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 150px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: -130px 0 0 100px;
   padding: 0 10px 6px 0;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
}
#Card6-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 100px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 27px;
}
#wb_m-list2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#m-list2
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#m-list2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#m-list2 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#m-list2 > .row > .col-1
{
   float: left;
}
#m-list2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#m-list2:before,
#m-list2:after,
#m-list2 .row:before,
#m-list2 .row:after
{
   display: table;
   content: " ";
}
#m-list2:after,
#m-list2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#m-list2 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Card7
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 0 10px 0 ;
   vertical-align: top;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card7-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card7-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 120px;
   width: 100%;
   height: 120px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: -130px 0 0 130px;
   padding: 0 10px 6px 0;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 130px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 27px;
}
#wb_m-list3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#m-list3
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#m-list3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#m-list3 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#m-list3 > .row > .col-1
{
   float: left;
}
#m-list3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#m-list3:before,
#m-list3:after,
#m-list3 .row:before,
#m-list3 .row:after
{
   display: table;
   content: " ";
}
#m-list3:after,
#m-list3 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#m-list3 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Card8
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 0 10px 0 ;
   vertical-align: top;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card8-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card8-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 120px;
   width: 100%;
   height: 120px;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: -130px 0 0 130px;
   padding: 0 10px 6px 0;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 130px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 27px;
}
#wb_m-list4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#m-list4
{
   box-sizing: border-box;
   padding: 0 5px 0 5px;
   margin-right: auto;
   margin-left: auto;
}
#m-list4 > .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#m-list4 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#m-list4 > .row > .col-1
{
   float: left;
}
#m-list4 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#m-list4:before,
#m-list4:after,
#m-list4 .row:before,
#m-list4 .row:after
{
   display: table;
   content: " ";
}
#m-list4:after,
#m-list4 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#m-list4 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Card9
{
   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;
}
#Card9-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card9-card-item0
{
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 27.2px;
}
#wb_m-list5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#m-list5
{
   box-sizing: border-box;
   padding: 0 5px 0 5px;
   margin-right: auto;
   margin-left: auto;
}
#m-list5 > .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#m-list5 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#m-list5 > .row > .col-1
{
   float: left;
}
#m-list5 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#m-list5:before,
#m-list5:after,
#m-list5 .row:before,
#m-list5 .row:after
{
   display: table;
   content: " ";
}
#m-list5:after,
#m-list5 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#m-list5 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_m-list6
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#m-list6
{
   box-sizing: border-box;
   padding: 0 5px 0 5px;
   margin-right: auto;
   margin-left: auto;
}
#m-list6 > .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#m-list6 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#m-list6 > .row > .col-1
{
   float: left;
}
#m-list6 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#m-list6:before,
#m-list6:after,
#m-list6 .row:before,
#m-list6 .row:after
{
   display: table;
   content: " ";
}
#m-list6:after,
#m-list6 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#m-list6 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Card10
{
   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;
}
#Card10-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card10-card-item0
{
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 27.2px;
}
#wb_Picture6
{
   margin: 0;
   vertical-align: top;
}
#Picture6
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Card11
{
   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;
}
#Card11-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card11-card-item0
{
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#Card11-card-item1
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 27.2px;
}
#wb_Picture7
{
   margin: 0;
   vertical-align: top;
}
#Picture7
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #2F3337;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 0 1px 0 1px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#LayoutGrid2 > .row
{
   margin-right: -1px;
   margin-left: -1px;
}
#LayoutGrid2 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 1px;
   padding-left: 1px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid2 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_footer_top
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #2F3337;
   background-image: none;
   border: 0px solid #2F3337;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footer_top
{
   box-sizing: border-box;
   padding: 0 5px 10px 5px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#footer_top > .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#footer_top > .row > .col-1, #footer_top > .row > .col-2, #footer_top > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#footer_top
{
   width: 1280px;
}
#footer_top > .row > .col-1, #footer_top > .row > .col-2, #footer_top > .row > .col-3
{
   float: left;
}
#footer_top > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#footer_top > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#footer_top > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: right;
}
#footer_top:before,
#footer_top:after,
#footer_top .row:before,
#footer_top .row:after
{
   display: table;
   content: " ";
}
#footer_top:after,
#footer_top .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footer_top
{
   width: 100%;
}
#footer_top > .row > .col-1, #footer_top > .row > .col-2, #footer_top > .row > .col-3
{
   float: none;
   width: 100%;
}
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 0 20px 0;
   margin: 0;
   text-align: left;
}
#wb_Text2 div
{
   text-align: left;
}
#wb_Text2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 0 20px 0;
   margin: 0;
   text-align: right;
}
#wb_Text5 div
{
   text-align: right;
}
#wb_Text5
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 0 20px 0;
   margin: 0;
   text-align: left;
}
#wb_Text6 div
{
   text-align: left;
}
#wb_Text6
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_FontAwesomeIcon1
{
   background-color: #3B5999;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 4px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 10px 10px 10px 10px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#FontAwesomeIcon1
{
   height: 16px;
   width: 16px;
}
#FontAwesomeIcon1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 16px;
   line-height: 16px;
   vertical-align: middle;
   width: 15px;
}
#wb_FontAwesomeIcon1:hover #FontAwesomeIcon1 i
{
   color: #FFFFFF;
}
#wb_FontAwesomeIcon2
{
   background-color: #2BC6F6;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 4px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 10px 10px 10px 10px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#FontAwesomeIcon2
{
   height: 16px;
   width: 16px;
}
#FontAwesomeIcon2 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 16px;
   line-height: 16px;
   vertical-align: middle;
   width: 15px;
}
#wb_FontAwesomeIcon2:hover #FontAwesomeIcon2 i
{
   color: #FFFFFF;
}
#wb_FontAwesomeIcon4
{
   background-image: linear-gradient(to top, #BD3381 0%, #EE583F 100%);
   border: 0px solid #FFFFFF;
   border-radius: 4px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 10px 10px 10px 10px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_FontAwesomeIcon4:hover
{
   background-image: linear-gradient(to top, #EE583F 0%, #BD3381 100%);
   border: 0px solid #FFFFFF;
}
#FontAwesomeIcon4
{
   height: 16px;
   width: 16px;
}
#FontAwesomeIcon4 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 16px;
   line-height: 16px;
   vertical-align: middle;
   width: 15px;
}
#wb_FontAwesomeIcon4:hover #FontAwesomeIcon4 i
{
   color: #FFFFFF;
}
#wb_FontAwesomeIcon5
{
   background-color: #DE332C;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 4px;
   text-align: center;
   margin: 0;
   padding: 10px 10px 10px 10px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#FontAwesomeIcon5
{
   height: 16px;
   width: 16px;
}
#FontAwesomeIcon5 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 16px;
   line-height: 16px;
   vertical-align: middle;
   width: 16px;
}
#wb_FontAwesomeIcon5:hover #FontAwesomeIcon5 i
{
   color: #FFFFFF;
}
#wb_indexCssMenu2
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 0;
   text-align: left;
   position: relative;
   z-index: 1111 !important;
}
#wb_indexCssMenu2 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   position: relative;
   display: inline-block;
   width: 203px;
}
#wb_indexCssMenu2 li
{
   float: left;
   margin: 0;
   padding: 0px 0px 10px 0px;
   width: 203px;
}
#wb_indexCssMenu2 a
{
   display: block;
   color: #FFFFFF;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 15px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
   vertical-align: middle;
}
#wb_indexCssMenu2 > ul > li > a
{
   width: 198px;
   height: 20px;
   line-height: 20px;
   padding: 0px 5px 0px 0px;
}
#wb_indexCssMenu2 li:hover a, #wb_indexCssMenu2 a:hover
{
   color: #FFFFFF;
   border: 0px solid #2E6DA4;
   background-color: transparent;
   background-image: none;
}
#wb_indexCssMenu2 .firstmain a
{
   margin-top: 0px;
}
#wb_indexCssMenu2 li.lastmain
{
   padding-bottom: 0px;
}
#wb_indexCssMenu2 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#wb_footer_bottom
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #2F3337;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #696969;
   border-right-color: #696969;
   border-bottom-color: #696969;
   border-left-color: #696969;
   box-sizing: border-box;
   margin: 0;
}
#footer_bottom
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#footer_bottom > .row
{
   margin-right: 0;
   margin-left: 0;
}
#footer_bottom > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#footer_bottom > .row > .col-1
{
   float: left;
}
#footer_bottom > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#footer_bottom:before,
#footer_bottom:after,
#footer_bottom .row:before,
#footer_bottom .row:after
{
   display: table;
   content: " ";
}
#footer_bottom:after,
#footer_bottom .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footer_bottom > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_Text8 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 15px 0 15px 0;
   margin: 0;
   text-align: center;
}
#wb_Text8 div
{
   text-align: center;
}
#wb_Text8
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#indexLine1
{
   border-color: #2E2E2E;
   border-style: solid;
   border-bottom-width: 1px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 3px;
   text-align: left;
}
#Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-item0
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#Card1-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: -20px 0 0 40px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#Card1-card-item2
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#Card1-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#Card1-card-item3
{
   box-sizing: border-box;
   margin: -20px 0 0 40px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card1-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-card-item4
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#Card1-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#Card1-card-item5
{
   box-sizing: border-box;
   margin: -20px 0 0 40px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card1-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-card-item6
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#Card1-card-item6 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#Card1-card-item7
{
   box-sizing: border-box;
   margin: -20px 0 0 40px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card1-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-card-item8
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#Card1-card-item8 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card1-card-item8 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#Card1-card-item9
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: -20px 0 0 40px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#Card1-card-item9 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 30px 0 0 0 ;
   text-align: right;
}
#wb_Text1 div
{
   text-align: right;
}
#wb_Text1
{
   display: block;
   margin: 30px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_mobile-footer
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#mobile-footer
{
   box-sizing: border-box;
   padding: 0 5px 0 5px;
   margin-right: auto;
   margin-left: auto;
}
#mobile-footer > .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#mobile-footer > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#mobile-footer > .row > .col-1
{
   float: left;
}
#mobile-footer > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#mobile-footer:before,
#mobile-footer:after,
#mobile-footer .row:before,
#mobile-footer .row:after
{
   display: table;
   content: " ";
}
#mobile-footer:after,
#mobile-footer .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#mobile-footer > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_m-tekmay1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 20px 0 20px 0;
   margin: 0;
   text-align: left;
}
#wb_m-tekmay1 div
{
   text-align: left;
}
#wb_m-tekmay1
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_m-Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 3px;
   text-align: left;
}
#m-Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#m-Card2-card-item0
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#m-Card2-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#m-Card2-card-item1
{
   box-sizing: border-box;
   margin: -20px 0 0 40px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#m-Card2-card-item2
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#m-Card2-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#m-Card2-card-item3
{
   box-sizing: border-box;
   margin: -20px 0 0 40px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#m-Card2-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#m-Card2-card-item4
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#m-Card2-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#m-Card2-card-item5
{
   box-sizing: border-box;
   margin: -20px 0 0 40px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#m-Card2-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#m-Card2-card-item6
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#m-Card2-card-item6 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#m-Card2-card-item7
{
   box-sizing: border-box;
   margin: -20px 0 0 40px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#m-Card2-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#m-Card2-card-item8
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#m-Card2-card-item8 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#m-Card2-card-item8 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#m-Card2-card-item9
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: -20px 0 0 40px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#m-Card2-card-item9 a
{
   color: inherit;
   text-decoration: none;
}
#wb_m-bilgi 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 0 20px 0;
   margin: 0;
   text-align: left;
}
#wb_m-bilgi div
{
   text-align: left;
}
#wb_m-bilgi
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_m-CssMenu1
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 0;
   text-align: left;
   position: relative;
   z-index: 1111 !important;
}
#wb_m-CssMenu1 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   position: relative;
   display: inline-block;
   width: 310px;
}
#wb_m-CssMenu1 li
{
   float: left;
   margin: 0;
   padding: 0px 0px 10px 0px;
   width: 310px;
}
#wb_m-CssMenu1 a
{
   display: block;
   color: #FFFFFF;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 15px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
   vertical-align: middle;
}
#wb_m-CssMenu1 > ul > li > a
{
   width: 305px;
   height: 20px;
   line-height: 20px;
   padding: 0px 5px 0px 0px;
}
#wb_m-CssMenu1 li:hover a, #wb_m-CssMenu1 a:hover
{
   color: #FFFFFF;
   border: 0px solid #2E6DA4;
   background-color: transparent;
   background-image: none;
}
#wb_m-CssMenu1 .firstmain a
{
   margin-top: 0px;
}
#wb_m-CssMenu1 li.lastmain
{
   padding-bottom: 0px;
}
#wb_m-CssMenu1 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#wb_m-Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 0 20px 0;
   margin: 0;
   text-align: left;
}
#wb_m-Text7 div
{
   text-align: left;
}
#wb_m-Text7
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Icon1
{
   background-color: #3B5999;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 4px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 10px 10px 10px 10px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#Icon1
{
   height: 16px;
   width: 16px;
}
#Icon1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 16px;
   line-height: 16px;
   vertical-align: middle;
   width: 15px;
}
#wb_Icon1:hover #Icon1 i
{
   color: #FFFFFF;
}
#wb_Icon2
{
   background-color: #2BC6F6;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 4px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 10px 10px 10px 10px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#Icon2
{
   height: 16px;
   width: 16px;
}
#Icon2 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 16px;
   line-height: 16px;
   vertical-align: middle;
   width: 15px;
}
#wb_Icon2:hover #Icon2 i
{
   color: #FFFFFF;
}
#wb_Icon3
{
   background-image: linear-gradient(to top, #BD3381 0%, #EE583F 100%);
   border: 0px solid #FFFFFF;
   border-radius: 4px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 10px 10px 10px 10px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_Icon3:hover
{
   background-image: linear-gradient(to top, #EE583F 0%, #BD3381 100%);
   border: 0px solid #FFFFFF;
}
#Icon3
{
   height: 16px;
   width: 16px;
}
#Icon3 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 16px;
   line-height: 16px;
   vertical-align: middle;
   width: 15px;
}
#wb_Icon3:hover #Icon3 i
{
   color: #FFFFFF;
}
#wb_Icon4
{
   background-color: #DE332C;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 4px;
   text-align: center;
   margin: 0;
   padding: 10px 10px 10px 10px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#Icon4
{
   height: 16px;
   width: 16px;
}
#Icon4 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 16px;
   line-height: 16px;
   vertical-align: middle;
   width: 16px;
}
#wb_Icon4:hover #Icon4 i
{
   color: #FFFFFF;
}
#wb_m-Text9 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 30px 0 0 0 ;
   text-align: left;
}
#wb_m-Text9 div
{
   text-align: left;
}
#wb_m-Text9
{
   display: block;
   margin: 30px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_m-Text10 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 15px 0 15px 0;
   margin: 0;
   text-align: center;
}
#wb_m-Text10 div
{
   text-align: center;
}
#wb_m-Text10
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Picture5
{
   margin: 0;
   vertical-align: top;
}
#Picture5
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 241px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_FontAwesomeIcon1
{
   display: inline-block;
   width: 16px;
   height: 16px;
   text-align: center;
   z-index: 100;
}
#wb_Heading2
{
   display: block;
   width: 100%;
   z-index: 83;
}
#wb_Card3
{
   display: inline-block;
   width: 394px;
   height: 184px;
   z-index: 37;
}
#wb_welcome-carousel
{
}
#wb_FontAwesomeIcon2
{
   display: inline-block;
   width: 16px;
   height: 16px;
   text-align: center;
   z-index: 101;
}
#wb_Card4
{
   display: inline-block;
   width: 394px;
   height: 172px;
   z-index: 36;
}
#wb_Card5
{
   display: flex;
   width: calc(100% - 10px);
   z-index: 82;
}
#wb_FontAwesomeIcon4
{
   display: inline-block;
   width: 16px;
   height: 16px;
   text-align: center;
   z-index: 102;
}
#wb_indexCssMenu2
{
   display: block;
   width: 100%;
   z-index: 98;
}
#wb_Card6
{
   display: inline-block;
   width: 290px;
   height: 167px;
   z-index: 86;
}
#wb_servicesCard1
{
   display: flex;
   width: 100%;
   z-index: 40;
}
#wb_FontAwesomeIcon5
{
   display: inline-block;
   width: 16px;
   height: 16px;
   text-align: center;
   z-index: 103;
}
#wb_Card7
{
   display: inline-block;
   width: 290px;
   height: 265px;
   z-index: 87;
}
#wb_servicesCard2
{
   display: flex;
   width: 100%;
   z-index: 42;
}
#wb_navigationMenu
{
   display: block;
   width: 100%;
   z-index: 3;
}
#wb_Card8
{
   display: inline-block;
   width: 308px;
   height: 238px;
   z-index: 88;
}
#wb_servicesCard3
{
   display: flex;
   width: 100%;
   z-index: 44;
}
#wb_Icon1
{
   display: inline-block;
   width: 16px;
   height: 16px;
   text-align: center;
   z-index: 112;
}
#wb_Card9
{
   display: flex;
   width: 100%;
   z-index: 89;
}
#wb_Icon2
{
   display: inline-block;
   width: 16px;
   height: 16px;
   text-align: center;
   z-index: 113;
}
#wb_Picture1
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 39;
}
#wb_Section2
{
   display: flex;
   width: 100%;
   z-index: 33;
}
#wb_Icon3
{
   display: inline-block;
   width: 16px;
   height: 16px;
   text-align: center;
   z-index: 114;
}
#wb_m-CssMenu1
{
   display: block;
   width: 100%;
   z-index: 110;
}
#wb_Picture2
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 41;
}
#wb_Section3
{
   display: flex;
   width: 100%;
   z-index: 32;
}
#wb_Icon4
{
   display: inline-block;
   width: 16px;
   height: 16px;
   text-align: center;
   z-index: 115;
}
#wb_EmbeddedPage1
{
   display: block;
   width: 100%;
   z-index: 121;
}
#wb_Section4
{
   display: flex;
   width: 100%;
   z-index: 81;
}
#wb_Picture3
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 43;
}
#wb_Section5
{
   display: flex;
   width: 100%;
   z-index: 84;
}
#wb_Icon5
{
   display: inline-block;
   width: 16px;
   height: 16px;
   text-align: center;
   z-index: 50;
}
#wb_Picture4
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 46;
}
#wb_PanelMenu1
{
   display: none;
   width: 48px;
   height: 48px;
   z-index: 45;
}
#wb_Card20
{
   display: flex;
   width: calc(100% - 10px);
   z-index: 30;
}
#wb_Card10
{
   display: flex;
   width: 100%;
   z-index: 91;
}
#wb_Picture5
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 90;
}
#wb_m-Carousel1
{
}
#wb_Icon6
{
   display: inline-block;
   width: 16px;
   height: 16px;
   text-align: center;
   z-index: 51;
}
#wb_Section6
{
   display: flex;
   width: 100%;
   z-index: 2;
}
#wb_Card11
{
   display: flex;
   width: 100%;
   z-index: 93;
}
#wb_Picture6
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 92;
}
#wb_Icon7
{
   display: inline-block;
   width: 16px;
   height: 16px;
   text-align: center;
   z-index: 52;
}
#wb_CssMenu1
{
   display: block;
   width: 100%;
   z-index: 49;
}
#wb_headerBreadcrumb
{
   display: block;
   width: 100%;
   z-index: 0;
   vertical-align: top;
}
#wb_m-Card2
{
   display: flex;
   width: 100%;
   z-index: 108;
}
#wb_Picture7
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 94;
}
#m-Button3
{
   display: inline-block;
   width: 137px;
   height: 46px;
   z-index: 59;
}
#wb_Icon8
{
   display: inline-block;
   width: 16px;
   height: 16px;
   text-align: center;
   z-index: 53;
}
#Button1
{
   display: inline-block;
   width: 137px;
   height: 46px;
   z-index: 31;
}
#welcome-button1
{
   display: inline-block;
   width: 137px;
   height: 46px;
   z-index: 8;
}
#wb_DropdownMenu1
{
   display: inline-block;
   width: 88px;
   height: 43px;
   z-index: 4;
}
#Button2
{
   display: inline-block;
   width: 137px;
   height: 46px;
   z-index: 63;
}
#welcome-button2
{
   display: inline-block;
   width: 137px;
   height: 46px;
   z-index: 16;
}
#wb_Card1
{
   display: flex;
   width: 100%;
   z-index: 96;
}
#PanelLayer1
{
   text-align: center;
}
#welcome-button3
{
   display: inline-block;
   width: 137px;
   height: 46px;
   z-index: 12;
}
#indexLine1
{
   display: block;
   width: 100%;
   z-index: 105;
}
#Button4
{
   display: inline-block;
   width: 137px;
   height: 46px;
   z-index: 67;
}
#wb_Card2
{
   display: inline-block;
   width: 393px;
   height: 184px;
   z-index: 38;
}
#wb_Heading1
{
   display: block;
   width: 100%;
   z-index: 34;
}
@media only screen and (max-width: 1199px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_headerLayoutGrid
{
   visibility: hidden;
   display: none;
}
#wb_headerLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#headerLayoutGrid
{
   height: auto;
   padding: 10px 0 10px 0;
}
#wb_headerBreadcrumb
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
}
#headerBreadcrumb
{
   padding: 8px 15px 8px 15px;
   text-align: center;
}
#headerBreadcrumb > li + li:before
{
   padding: 0 10px;
}
#wb_navigationLayoutGrid
{
   visibility: hidden;
   display: none;
}
#wb_navigationLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#navigationLayoutGrid
{
   height: auto;
   padding: 12px 5px 12px 5px;
}
#navigationLayoutGrid .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#wb_welcomeLayoutGrid
{
   visibility: hidden;
   display: none;
}
#wb_welcomeLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#welcomeLayoutGrid
{
   height: auto;
   padding: 50px 20px 50px 20px;
}
#welcomeLayoutGrid .row
{
   margin-right: -20px;
   margin-left: -20px;
}
#welcomeLayoutGrid > .row > .col-1
{
   padding-right: 20px;
   padding-left: 20px;
}
#welcomeLayoutGrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_welcome-carousel
{
   width: 100%;
   visibility: hidden;
   display: none;
}
#wb_welcome-carousel
{
   margin: 0;
   height: 494px;
}
#welcome-carousel .carousel-item-inner
{
   padding: 0 25px 0 25px;
}
#wb_welcome-text21
{
   visibility: hidden;
   display: none;
}
#wb_welcome-text21
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_welcome-text22
{
   visibility: hidden;
   display: none;
}
#wb_welcome-text22
{
   margin: 0;
   padding: 0 0 10px 0;
}
#welcome-button3
{
   width: 137px;
   height: 46px;
   visibility: hidden;
   display: none;
   margin: 10px 0 10px 0 ;
   padding: 1px 1px 6px 6px;
}
#welcome-button3
{
   line-height: 37px;
}
#wb_welcome-text01
{
   visibility: hidden;
   display: none;
}
#wb_welcome-text01
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_welcome-text03
{
   visibility: hidden;
   display: none;
}
#wb_welcome-text03
{
   margin: 0;
   padding: 0 0 10px 0;
}
#welcome-button1
{
   width: 137px;
   height: 46px;
   visibility: hidden;
   display: none;
   margin: 10px 0 10px 0 ;
   padding: 1px 6px 1px 6px;
}
#welcome-button1
{
   line-height: 42px;
}
#wb_welcome-text11
{
   visibility: hidden;
   display: none;
}
#wb_welcome-text11
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_welcome-text12
{
   visibility: hidden;
   display: none;
}
#wb_welcome-text12
{
   margin: 0;
   padding: 0 0 10px 0;
}
#welcome-button2
{
   width: 137px;
   height: 46px;
   visibility: hidden;
   display: none;
   margin: 10px 0 10px 0 ;
   padding: 1px 1px 6px 6px;
}
#welcome-button2
{
   line-height: 37px;
}
#wb_welcome-text02
{
   visibility: hidden;
   display: none;
}
#wb_welcome-text02
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_welcome-text13
{
   visibility: hidden;
   display: none;
}
#wb_welcome-text13
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_welcome-text23
{
   visibility: hidden;
   display: none;
}
#wb_welcome-text23
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_whois
{
   visibility: hidden;
   display: none;
}
#wb_whois
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#whois
{
   height: auto;
   padding: 75px 0 75px 0;
}
#wb_LayoutGrid1
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 0 15px 50px 15px;
}
#LayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid1 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_serviceLayoutGrid
{
   visibility: hidden;
   display: none;
}
#wb_serviceLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#serviceLayoutGrid
{
   height: auto;
   padding: 55px 1px 25px 1px;
}
#serviceLayoutGrid .row
{
   margin-right: -1px;
   margin-left: -1px;
}
#wb_services
{
   visibility: hidden;
   display: none;
}
#wb_services
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#services
{
   height: auto;
   padding: 0 15px 0 15px;
}
#services .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_servicesCard1
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
}
#servicesCard1-card-item0
{
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#servicesCard1-card-item1
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 27.2px;
}
#wb_servicesCard1
{
   text-align: center;
}
#wb_servicesCard2
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
}
#servicesCard2-card-item0
{
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#servicesCard2-card-item1
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 27.2px;
}
#wb_servicesCard2
{
   text-align: center;
}
#wb_servicesCard3
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
}
#servicesCard3-card-item0
{
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#servicesCard3-card-item1
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 27.2px;
}
#wb_servicesCard3
{
   text-align: center;
}
#wb_Card20
{
   width: calc(100% - 10px);
   visibility: hidden;
   display: none;
   margin: 10px 10px 10px 0 ;
}
#Card20-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 30px 0 ;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
}
#Card20-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 0 0 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 30px;
   min-height: 0px;
}
#Card20-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 0 0 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 30px;
}
#Card20-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 0 0 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 30px;
}
#wb_Card20
{
   text-align: left;
}
#wb_navigationMenu
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
}
#navigationMenu, .navigationMenu .nav, .navigationMenu .dropdown-menu
{
   font-weight: bold;
   font-size: 15px;
}
#wb_Text4
{
   visibility: hidden;
   display: none;
}
#wb_Text4
{
   margin: 0;
   padding: 0;
}
#wb_Section6
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
}
#Section6-card-item0
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 30.3%;
   top: 31.1%;
   height: 42.6%;
   width: 48.7%;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   text-align: left;
}
#Section6-card-item1
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 3.5%;
   top: 0%;
   height: auto;
   width: 24.3%;
   padding: 0;
}
#Section6-card-item1 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#wb_Section6
{
   text-align: center;
}
#wb_Section6
{
   height: 61px;
   padding: 0;
}
#wb_Section2
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
}
#Section2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 4.4%;
   top: 2.5%;
   height: auto;
   width: 37.1%;
   padding: 0;
}
#Section2-card-item0 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#Section2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 41.8%;
   top: 2.6%;
   height: auto;
   width: 48.4%;
   padding: 0;
}
#Section2-card-item1 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#Section2-card-item2
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 4.6%;
   top: 46.8%;
   height: auto;
   width: 36.7%;
   padding: 0;
}
#Section2-card-item2 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#wb_Section2
{
   text-align: center;
}
#wb_Section2
{
   height: 425px;
   padding: 0;
}
#wb_Section3
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
}
#Section3-card-item0
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 3.2%;
   top: 19.9%;
   height: auto;
   width: 33.8%;
   padding: 0;
}
#Section3-card-item0 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#Section3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 64.3%;
   top: 19.3%;
   height: auto;
   width: 33.9%;
   padding: 0;
}
#Section3-card-item1 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#Section3-card-item2
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 39.1%;
   top: 1.4%;
   height: auto;
   width: 23%;
   padding: 0;
}
#Section3-card-item2 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#Section3-card-item3
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 39.4%;
   top: 50.7%;
   height: auto;
   width: 22.8%;
   padding: 0;
}
#Section3-card-item3 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#wb_Section3
{
   text-align: center;
}
#wb_Section3
{
   height: 377px;
   padding: 0;
}
#Button1
{
   width: 137px;
   height: 46px;
   visibility: hidden;
   display: none;
   margin: 10px 0 10px 0 ;
   padding: 1px 1px 6px 6px;
}
#Button1
{
   line-height: 37px;
}
#wb_Heading1
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 20px 0 0 0 ;
   padding: 0;
}
#wb_Text11
{
   visibility: hidden;
   display: none;
}
#wb_Text11
{
   margin: 15px 0 0 0 ;
   padding: 0;
}
#wb_Card4
{
   width: 318px;
   height: 172px;
   visibility: hidden;
   display: none;
   margin: 0 0 10px 0 ;
}
#Card4-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 150px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: -130px 0 0 100px;
   padding: 0 10px 6px 0;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 100px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 27px;
}
#wb_Card4
{
   text-align: left;
}
#wb_Card2
{
   width: 318px;
   height: 184px;
   visibility: hidden;
   display: none;
   margin: 20px 0 10px 0 ;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 120px;
   width: 100%;
   height: 120px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: -130px 0 0 130px;
   padding: 0 10px 6px 0;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 130px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 27px;
}
#wb_Card2
{
   text-align: left;
}
#wb_Card3
{
   width: 318px;
   height: 184px;
   visibility: hidden;
   display: none;
   margin: 20px 0 10px 0 ;
}
#Card3-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 120px;
   width: 100%;
   height: 120px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: -130px 0 0 130px;
   padding: 0 10px 6px 0;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 130px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 27px;
}
#wb_Card3
{
   text-align: left;
}
#wb_Picture1
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_Picture2
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_Picture3
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_DropdownMenu1
{
   width: 88px;
   height: 43px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#DropdownMenu1, .DropdownMenu1 .nav, .DropdownMenu1 .dropdown-menu
{
   font-weight: bold;
   font-size: 15px;
}
#wb_mobilmenum
{
   visibility: visible;
   display: table;
}
#wb_mobilmenum
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#mobilmenum
{
   height: auto;
   padding: 5px 2px 1px 2px;
}
#mobilmenum .row
{
   margin-right: -2px;
   margin-left: -2px;
}
#mobilmenum > .row > .col-1
{
   padding-right: 2px;
   padding-left: 2px;
}
#mobilmenum > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#wb_PanelMenu1
{
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#PanelMenu1
{
   line-height: 48px;
   width: 48px;
   height: 48px;
}
#PanelMenu1 .line:first-child
{
   margin-top: 12px;
}
#wb_PanelMenu1 a
{
   color: #FFFFFF;
   border: 0px none #0365A4;
   border-radius: 0px;
   background-color: #0365A4;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-align: left;
   text-transform: none;
}
#wb_PanelMenu1 a:hover
{
   color: #FFFFFF;
   background-color: #0365A4;
   border: 0px none #0365A4;
}
#PanelLayer1
{
   left: 642px;
   top: 0px;
   width: 320px;
}
#PanelLayer1_panel
{
   height: 100%;
   width: 320px;
}
#PanelLayer1
{
   padding: 0;
}
#wb_CssMenu1
{
   width: 100%;
   visibility: visible;
   display: inline-block;
   margin: 50px 0 70px 0 ;
   text-align: left;
}
#wb_CssMenu1 li
{
   width: 100%;
}
#wb_CssMenu1 a
{
   color: #4F4F4F;
   border: 1px solid #FFFFFF;
   border-radius: 0px;
   background-color: #FFFFFF;
   background-image: none;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
}
#wb_CssMenu1 > ul > li > a
{
   width: calc(100% - 4px);
   box-sizing: border-box;
   height: 28px;
   padding: 0 5px 0px 25px;
   line-height: 26px;
}
#wb_CssMenu1 li:hover a, #wb_CssMenu1 a:hover
{
   color: #696969;
   border: 1px solid #FFFFFF;
   background-color: #FFFFFF;
   background-image: none;
}
#wb_CssMenu1 li
{
   padding-bottom: 4px !important;
}
#wb_Picture4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 20px 0 0 0 ;
   padding: 0;
}
#wb_Text7
{
   visibility: visible;
   display: block;
}
#wb_Text7
{
   margin: 20px 0 0 0 ;
   padding: 0;
}
#wb_Text9
{
   visibility: visible;
   display: block;
}
#wb_Text9
{
   margin: 20px 0 0 0 ;
   padding: 15px 0 15px 0;
}
#wb_Icon5
{
   width: 16px;
   height: 16px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 10px 10px 10px 10px;
}
#Icon5
{
   width: 16px;
   height: 16px;
}
#Icon5 i
{
   line-height: 16px;
   font-size: 16px;
   width: 15px;
}
#wb_Icon6
{
   width: 16px;
   height: 16px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 10px 10px 10px 10px;
}
#Icon6
{
   width: 16px;
   height: 16px;
}
#Icon6 i
{
   line-height: 16px;
   font-size: 16px;
   width: 15px;
}
#wb_Icon7
{
   width: 16px;
   height: 16px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 10px 10px 10px 10px;
}
#Icon7
{
   width: 16px;
   height: 16px;
}
#Icon7 i
{
   line-height: 16px;
   font-size: 16px;
   width: 15px;
}
#wb_Icon8
{
   width: 16px;
   height: 16px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 10px 10px 10px 10px;
}
#Icon8
{
   width: 16px;
   height: 16px;
}
#Icon8 i
{
   line-height: 16px;
   font-size: 16px;
   width: 16px;
}
#wb_Text10
{
   visibility: visible;
   display: block;
}
#wb_Text10
{
   margin: 30px 0 0 0 ;
   padding: 0;
}
#wb_mslogan
{
   visibility: visible;
   display: block;
}
#wb_mslogan
{
   margin: 10px 0 0 0 ;
   padding: 0;
}
#wb_m-slider
{
   visibility: visible;
   display: table;
}
#wb_m-slider
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#m-slider
{
   height: auto;
   padding: 50px 5px 50px 5px;
}
#m-slider .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#m-slider > .row > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#m-slider > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_m-Carousel1
{
   width: 100%;
   visibility: visible;
   display: block;
}
#wb_m-Carousel1
{
   margin: 0;
   height: 494px;
}
#m-Carousel1 .carousel-item-inner
{
   padding: 0 25px 0 25px;
}
#wb_m-Text12
{
   visibility: visible;
   display: block;
}
#wb_m-Text12
{
   font-size: 16px;
   margin: 0;
   padding: 0 0 10px 0;
   text-align: left;
   line-height: 21px;
}
#wb_m-Text13
{
   visibility: visible;
   display: block;
}
#wb_m-Text13
{
   margin: 0;
   padding: 0 0 10px 0;
}
#Button2
{
   width: 137px;
   height: 46px;
   visibility: visible;
   display: inline-block;
   margin: 10px 0 10px 0 ;
   padding: 1px 1px 6px 6px;
}
#Button2
{
   line-height: 37px;
}
#wb_m-Text14
{
   visibility: visible;
   display: block;
}
#wb_m-Text14
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_m-Text15
{
   visibility: visible;
   display: block;
}
#wb_m-Text15
{
   margin: 0;
   padding: 0 0 10px 0;
}
#m-Button3
{
   width: 137px;
   height: 46px;
   visibility: visible;
   display: inline-block;
   margin: 10px 0 10px 0 ;
   padding: 1px 6px 1px 6px;
}
#m-Button3
{
   line-height: 42px;
}
#wb_Text16
{
   visibility: visible;
   display: block;
}
#wb_Text16
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_Text17
{
   visibility: visible;
   display: block;
}
#wb_Text17
{
   margin: 0;
   padding: 0 0 10px 0;
}
#Button4
{
   width: 137px;
   height: 46px;
   visibility: visible;
   display: inline-block;
   margin: 10px 0 10px 0 ;
   padding: 1px 1px 6px 6px;
}
#Button4
{
   line-height: 37px;
}
#wb_m-Text18
{
   visibility: visible;
   display: block;
}
#wb_m-Text18
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_Text19
{
   visibility: visible;
   display: block;
}
#wb_Text19
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_m-Text20
{
   visibility: visible;
   display: block;
}
#wb_m-Text20
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_m-neler
{
   visibility: visible;
   display: table;
}
#wb_m-neler
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#m-neler
{
   height: auto;
   padding: 0 10px 0 10px;
}
#m-neler .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#m-neler > .row > .col-1
{
   padding-right: 10px;
   padding-left: 10px;
}
#m-neler > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Section4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Section4-card-item0
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 3.2%;
   top: 19.9%;
   height: auto;
   width: 33.8%;
   padding: 0;
}
#Section4-card-item0 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#Section4-card-item1
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 64.3%;
   top: 19.3%;
   height: auto;
   width: 33.9%;
   padding: 0;
}
#Section4-card-item1 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#Section4-card-item2
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 39%;
   top: 1.4%;
   height: auto;
   width: 23.1%;
   padding: 0;
}
#Section4-card-item2 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#Section4-card-item3
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 39%;
   top: 50.6%;
   height: auto;
   width: 22.8%;
   padding: 0;
}
#Section4-card-item3 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#wb_Section4
{
   text-align: center;
}
#wb_Section4
{
   height: 241px;
   padding: 0;
}
#wb_Card5
{
   width: calc(100% - 10px);
   visibility: visible;
   display: flex;
   margin: 10px 10px 10px 0 ;
}
#Card5-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 30px 0 ;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 27px;
   text-align: center;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 0 0 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 30px;
   min-height: 0px;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 0 0 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 30px;
}
#Card5-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 0 0 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 30px;
}
#wb_Card5
{
   text-align: left;
}
#wb_m-saya
{
   visibility: visible;
   display: table;
}
#wb_m-saya
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#m-saya
{
   height: auto;
   padding: 0 10px 0 10px;
}
#m-saya .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#m-saya > .row > .col-1
{
   padding-right: 10px;
   padding-left: 10px;
}
#m-saya > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Section5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Section5-card-item0
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 3.3%;
   top: 6.1%;
   height: auto;
   width: 43.3%;
   padding: 0;
}
#Section5-card-item0 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#Section5-card-item1
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 49.7%;
   top: 4.7%;
   height: auto;
   width: 48.3%;
   padding: 0;
}
#Section5-card-item1 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#Section5-card-item2
{
   box-sizing: border-box;
   margin: 0;
   position: absolute;
   left: 4.1%;
   top: 51.3%;
   height: auto;
   width: 42.8%;
   padding: 0;
}
#Section5-card-item2 img
{
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   border: 0px solid #000000;
   border-radius: 0px;
}
#wb_Section5
{
   text-align: center;
}
#wb_Section5
{
   height: 279px;
   padding: 0;
}
#wb_Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 20px 0 0 0 ;
   padding: 0;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading2
{
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 27px;
   text-align: center;
   text-transform: none;
}
#wb_Text21
{
   visibility: visible;
   display: block;
}
#wb_Text21
{
   margin: 10px 5px 5px 5px;
   padding: 0;
}
#wb_m-list1
{
   visibility: visible;
   display: table;
}
#wb_m-list1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#m-list1
{
   height: auto;
   padding: 10px 5px 10px 5px;
}
#m-list1 .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#m-list1 > .row > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#m-list1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Card6
{
   width: 290px;
   height: 187px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 10px 0 ;
}
#Card6-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 120px;
   width: 100%;
   height: 120px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: -130px 0 0 130px;
   padding: 0 10px 6px 0;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
}
#Card6-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 130px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 27px;
}
#wb_Card6
{
   text-align: left;
}
#wb_m-list2
{
   visibility: visible;
   display: table;
}
#wb_m-list2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#m-list2
{
   height: auto;
   padding: 0 5px 0 5px;
}
#m-list2 .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#m-list2 > .row > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#m-list2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Card7
{
   width: 290px;
   height: 265px;
   visibility: visible;
   display: inline-block;
   margin: 20px 0 10px 0 ;
}
#Card7-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 120px;
   width: 100%;
   height: 120px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: -130px 0 0 130px;
   padding: 0 10px 6px 0;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 130px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 27px;
}
#wb_Card7
{
   text-align: left;
}
#wb_m-list3
{
   visibility: visible;
   display: table;
}
#wb_m-list3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#m-list3
{
   height: auto;
   padding: 0 5px 0 5px;
}
#m-list3 .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#m-list3 > .row > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#m-list3 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Card8
{
   width: 308px;
   height: 238px;
   visibility: visible;
   display: inline-block;
   margin: 20px 0 10px 0 ;
}
#Card8-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 120px;
   width: 100%;
   height: 120px;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: -130px 0 0 130px;
   padding: 0 10px 6px 0;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 130px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 27px;
}
#wb_Card8
{
   text-align: left;
}
#wb_m-list4
{
   visibility: visible;
   display: table;
}
#wb_m-list4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#m-list4
{
   height: auto;
   padding: 0 5px 0 5px;
}
#m-list4 .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#m-list4 > .row > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#m-list4 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Card9
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card9-card-item0
{
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 27.2px;
}
#wb_Card9
{
   text-align: center;
}
#wb_m-list5
{
   visibility: visible;
   display: table;
}
#wb_m-list5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#m-list5
{
   height: auto;
   padding: 0 5px 0 5px;
}
#m-list5 .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#m-list5 > .row > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#m-list5 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_m-list6
{
   visibility: visible;
   display: table;
}
#wb_m-list6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#m-list6
{
   height: auto;
   padding: 0 5px 50px 5px;
}
#m-list6 .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#m-list6 > .row > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#m-list6 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Card10
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card10-card-item0
{
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 27.2px;
}
#wb_Card10
{
   text-align: center;
}
#wb_Picture6
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Card11
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card11-card-item0
{
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#Card11-card-item1
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 27.2px;
}
#wb_Card11
{
   text-align: center;
}
#wb_Picture7
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 0 1px 0 1px;
}
#LayoutGrid2 .row
{
   margin-right: -1px;
   margin-left: -1px;
}
#LayoutGrid2 > .row > .col-1
{
   padding-right: 1px;
   padding-left: 1px;
}
#LayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_EmbeddedPage1
{
   visibility: visible;
   display: block;
}
#wb_footer_top
{
   visibility: hidden;
   display: none;
}
#wb_footer_top
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer_top
{
   height: auto;
   padding: 0 5px 10px 5px;
}
#footer_top .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#footer_top
{
   width: 100%;
}
#footer_top > .row > .col-1, #footer_top > .row > .col-2, #footer_top > .row > .col-3
{
   padding-right: 5px;
   padding-left: 5px;
}
#footer_top > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#footer_top > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#footer_top > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#wb_Text2
{
   visibility: visible;
   display: block;
}
#wb_Text2
{
   margin: 0;
   padding: 20px 0 20px 0;
}
#wb_Text5
{
   visibility: visible;
   display: block;
}
#wb_Text5
{
   margin: 0;
   padding: 20px 0 20px 0;
}
#wb_Text6
{
   visibility: visible;
   display: block;
}
#wb_Text6
{
   margin: 0;
   padding: 20px 0 20px 0;
}
#wb_FontAwesomeIcon1
{
   width: 16px;
   height: 16px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 10px 10px 10px 10px;
}
#FontAwesomeIcon1
{
   width: 16px;
   height: 16px;
}
#FontAwesomeIcon1 i
{
   line-height: 16px;
   font-size: 16px;
   width: 15px;
}
#wb_FontAwesomeIcon2
{
   width: 16px;
   height: 16px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 10px 10px 10px 10px;
}
#FontAwesomeIcon2
{
   width: 16px;
   height: 16px;
}
#FontAwesomeIcon2 i
{
   line-height: 16px;
   font-size: 16px;
   width: 15px;
}
#wb_FontAwesomeIcon4
{
   width: 16px;
   height: 16px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 10px 10px 10px 10px;
}
#FontAwesomeIcon4
{
   width: 16px;
   height: 16px;
}
#FontAwesomeIcon4 i
{
   line-height: 16px;
   font-size: 16px;
   width: 15px;
}
#wb_FontAwesomeIcon5
{
   width: 16px;
   height: 16px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 10px 10px 10px 10px;
}
#FontAwesomeIcon5
{
   width: 16px;
   height: 16px;
}
#FontAwesomeIcon5 i
{
   line-height: 16px;
   font-size: 16px;
   width: 16px;
}
#wb_indexCssMenu2
{
   visibility: visible;
   display: inline-block;
   margin: 0;
   text-align: left;
}
#wb_indexCssMenu2 li
{
   width: 310px;
}
#wb_indexCssMenu2 a
{
   color: #FFFFFF;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 15px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
}
#wb_indexCssMenu2 > ul > li > a
{
   width: 305px;
   height: 20px;
   line-height: 20px;
}
#wb_indexCssMenu2 li:hover a, #wb_indexCssMenu2 a:hover
{
   color: #FFFFFF;
   border: 0px solid #2E6DA4;
   background-color: transparent;
   background-image: none;
}
#wb_indexCssMenu2 li
{
   padding-bottom: 10px !important;
}
#wb_footer_bottom
{
   visibility: hidden;
   display: none;
}
#wb_footer_bottom
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer_bottom
{
   height: auto;
   padding: 0;
}
#footer_bottom .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#footer_bottom > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#footer_bottom > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   margin: 0;
   padding: 15px 0 15px 0;
}
#indexLine1
{
   width: 100%;
   height: 1px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexLine1
{
   border-color: #2E2E2E;
   border-bottom-width: 1px;
}
#wb_Card1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card1-card-item0
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#Card1-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: -20px 0 0 40px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#Card1-card-item2
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#Card1-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#Card1-card-item3
{
   box-sizing: border-box;
   margin: -20px 0 0 40px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card1-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-card-item4
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#Card1-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#Card1-card-item5
{
   box-sizing: border-box;
   margin: -20px 0 0 40px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card1-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-card-item6
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#Card1-card-item6 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#Card1-card-item7
{
   box-sizing: border-box;
   margin: -20px 0 0 40px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card1-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-card-item8
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#Card1-card-item8 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card1-card-item8 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#Card1-card-item9
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: -20px 0 0 40px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#Card1-card-item9 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card1
{
   text-align: left;
}
#wb_Text1
{
   visibility: visible;
   display: block;
}
#wb_Text1
{
   margin: 30px 0 0 0 ;
   padding: 0;
}
#wb_mobile-footer
{
   visibility: visible;
   display: table;
   background-color: #2F3337;
   background-image: none;
   background-image: none;
}
#wb_mobile-footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#mobile-footer
{
   height: auto;
   padding: 0 5px 0 5px;
}
#mobile-footer .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#mobile-footer > .row > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#mobile-footer > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_m-tekmay1
{
   visibility: visible;
   display: block;
}
#wb_m-tekmay1
{
   margin: 0;
   padding: 20px 0 20px 0;
}
#wb_m-Card2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#m-Card2-card-item0
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#m-Card2-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#m-Card2-card-item1
{
   box-sizing: border-box;
   margin: -20px 0 0 40px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#m-Card2-card-item2
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#m-Card2-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#m-Card2-card-item3
{
   box-sizing: border-box;
   margin: -20px 0 0 40px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#m-Card2-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#m-Card2-card-item4
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#m-Card2-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#m-Card2-card-item5
{
   box-sizing: border-box;
   margin: -20px 0 0 40px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#m-Card2-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#m-Card2-card-item6
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#m-Card2-card-item6 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#m-Card2-card-item7
{
   box-sizing: border-box;
   margin: -20px 0 0 40px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#m-Card2-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#m-Card2-card-item8
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#m-Card2-card-item8 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#m-Card2-card-item8 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#m-Card2-card-item9
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: -20px 0 0 40px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#m-Card2-card-item9 a
{
   color: inherit;
   text-decoration: none;
}
#wb_m-Card2
{
   text-align: left;
}
#wb_m-bilgi
{
   visibility: visible;
   display: block;
}
#wb_m-bilgi
{
   margin: 0;
   padding: 20px 0 20px 0;
}
#wb_m-CssMenu1
{
   visibility: visible;
   display: inline-block;
   margin: 0;
   text-align: left;
}
#wb_m-CssMenu1 li
{
   width: 310px;
}
#wb_m-CssMenu1 a
{
   color: #FFFFFF;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 15px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
}
#wb_m-CssMenu1 > ul > li > a
{
   width: 305px;
   height: 20px;
   line-height: 20px;
}
#wb_m-CssMenu1 li:hover a, #wb_m-CssMenu1 a:hover
{
   color: #FFFFFF;
   border: 0px solid #2E6DA4;
   background-color: transparent;
   background-image: none;
}
#wb_m-CssMenu1 li
{
   padding-bottom: 10px !important;
}
#wb_m-Text7
{
   visibility: visible;
   display: block;
}
#wb_m-Text7
{
   margin: 0;
   padding: 20px 0 20px 0;
}
#wb_Icon1
{
   width: 16px;
   height: 16px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 10px 10px 10px 10px;
}
#Icon1
{
   width: 16px;
   height: 16px;
}
#Icon1 i
{
   line-height: 16px;
   font-size: 16px;
   width: 15px;
}
#wb_Icon2
{
   width: 16px;
   height: 16px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 10px 10px 10px 10px;
}
#Icon2
{
   width: 16px;
   height: 16px;
}
#Icon2 i
{
   line-height: 16px;
   font-size: 16px;
   width: 15px;
}
#wb_Icon3
{
   width: 16px;
   height: 16px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 10px 10px 10px 10px;
}
#Icon3
{
   width: 16px;
   height: 16px;
}
#Icon3 i
{
   line-height: 16px;
   font-size: 16px;
   width: 15px;
}
#wb_Icon4
{
   width: 16px;
   height: 16px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 10px 10px 10px 10px;
}
#Icon4
{
   width: 16px;
   height: 16px;
}
#Icon4 i
{
   line-height: 16px;
   font-size: 16px;
   width: 16px;
}
#wb_m-Text9
{
   visibility: visible;
   display: block;
}
#wb_m-Text9
{
   margin: 30px 0 20px 0 ;
   padding: 0;
}
#wb_m-Text10
{
   visibility: visible;
   display: block;
}
#wb_m-Text10
{
   margin: 0;
   padding: 15px 0 15px 0;
}
#wb_Picture5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
}
