body
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
   overflow-x: hidden;
}
body:after
{
   background-color: #FFFFFF;
   content: "";
   height: 100vh;
   left: 0;
   position: fixed;
   right: 0;
   top: 0;
   z-index: -1;
}
a
{
   color: #F5F5F5;
   text-decoration: none;
}
a:active
{
   color: #C0C0C0;
}
a:hover
{
   color: #C0C0C0;
   text-decoration: none;
}
.visibility-hidden
{
   visibility: hidden;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
   #MainVideo
   {
      background-attachment: scroll !important;
   }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5)
{
   #MainVideo
   {
      background-attachment: scroll !important;
   }
}
#wb_layoutGridHeader
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#layoutGridHeader
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#layoutGridHeader > .col-1, #layoutGridHeader > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#layoutGridHeader > .col-1, #layoutGridHeader > .col-2
{
   flex: 0 0 auto;
}
#layoutGridHeader > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 250px;
   max-width: 250px;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#layoutGridHeader > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 5px 5px 5px 5px;
}
#layoutGridHeader > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 250px) / 1);
   max-width:  calc((100% - 250px) / 1);
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
}
#layoutGridHeader > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 5px 5px 0 5px;
}
@media (max-width: 320px)
{
#layoutGridHeader > .col-1, #layoutGridHeader > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
.DropdownMenu1 .nav
{
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-size: 19px;
   font-style: normal;
   color: #000000;
   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: 10px 0 10px 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: 19px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid rgba(255,255,255,1.00);
   border-radius: 6px;
   background-clip: padding-box;
}
.DropdownMenu1 .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FFFFFF;
}
.DropdownMenu1 .dropdown-menu > li > a
{
   display: block;
   padding: 3px 20px 3px 20px;
   clear: both;
   line-height: 1.428571429;
   color: #000000;
   text-transform: none;
   white-space: nowrap;
}
.DropdownMenu1 .dropdown-menu > li > a:hover,
.DropdownMenu1 .dropdown-menu > li > a:focus 
{
   text-decoration: none;
   color: #000000;
   background-color: #D3D3D3;
   background-image: none;
}
.DropdownMenu1 .dropdown-menu > li > a.active,
.DropdownMenu1 .dropdown-menu > li > a.active:hover,
.DropdownMenu1 .dropdown-menu > li > a.active:focus
{
   color: #000000;
   background-color: #D3D3D3;
   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 .dropdown.show .dropdown-menu
{
   animation-name: DropdownMenu1-animation;
   animation-duration: 500ms;
   animation-iteration-count: 1;
   animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
   animation-fill-mode: forwards;
}
@keyframes DropdownMenu1-animation
{
   0%
   {
      opacity: 0;
      transform: translateY(-10px);
   }
   100%
   {
      opacity: 1;
      transform: translateY(0);
   }
}
.DropdownMenu1 .nav > li 
{
   position: relative;
   display: block;
}
.DropdownMenu1 .nav > li > a
{
   position: relative;
   display: block;
   padding: 15px 15px 15px 15px;
}
.DropdownMenu1 .nav .show > a,
.DropdownMenu1 .nav .show > a:hover,
.DropdownMenu1 .nav .show > a:focus
{
    border-color: #000000;
}
.DropdownMenu1 .nav .nav-divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FFFFFF;
}
.DropdownMenu1 .nav .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.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;
   width: 52px;
   height: 52px;
   padding: 15px 15px 15px 15px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 6px;
}
.DropdownMenu1 .navbar-toggle .line
{
   display: block;
   width: 22px;
   height: 4px;
   border-radius: 0px;
   transition: all 500ms linear;
}
.DropdownMenu1 .navbar-toggle .line
{
   margin: 4px auto;
}
.DropdownMenu1 .navbar-toggle  .line:first-child
{
   margin-top: 0px !important;
}
.DropdownMenu1 .navbar-nav
{
   margin: 6px -15px;
}
.DropdownMenu1 .navbar-nav > li > .dropdown-menu
{
   margin-top: 0;
}
.DropdownMenu1 .navbar-nav > li > a
{
   color: #000000;
}
.DropdownMenu1 .navbar-nav > li > a:hover,
.DropdownMenu1 .navbar-nav > li > a:focus
{
   background-color: #D3D3D3;
   background-image: none;
   color: #000000;
   text-decoration: none;
}
.DropdownMenu1 .navbar-nav > li > a.active,
.DropdownMenu1 .navbar-nav > li > a.active:hover,
.DropdownMenu1 .navbar-nav > li > a.active:focus
{
   color: #000000;
   background-color: #D3D3D3;
   background-image: none;
}
.DropdownMenu1 .navbar-toggle
{
   border: 1px solid transparent;
}
.DropdownMenu1 .navbar-toggle:hover,
.DropdownMenu1 .navbar-toggle:focus
{
   background-color: transparent;
}
.DropdownMenu1 .navbar-toggle .line
{
   background-color: #F5F5F5;
}
.DropdownMenu1-navbar-collapse
{
   border-color: rgba(255,255,255,1.00);
}
.DropdownMenu1 .navbar-nav > .dropdown > a:hover .arrow,
.DropdownMenu1 .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.DropdownMenu1 .navbar-nav > .show > a,
.DropdownMenu1 .navbar-nav > .show > a:hover,
.DropdownMenu1 .navbar-nav > .show > a:focus
{
   background-color: #D3D3D3;
   background-image: none;
   color: #000000;
}
.DropdownMenu1 .navbar-nav > .show > a .arrow,
.DropdownMenu1 .navbar-nav > .show > a:hover .arrow,
.DropdownMenu1 .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.DropdownMenu1 .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #000000;
   border-bottom-color: #000000;
}
.DropdownMenu1 .navbar-link
{
   color: #000000;
}
.DropdownMenu1 .navbar-link:hover
{
   color: #000000;
}
.DropdownMenu1 .navbar-header
{
   color: #F5F5F5;
}
.DropdownMenu1 .dropdown-hover > .dropdown-menu
{
   margin-top:-1px !important;
}
@media (min-width: 320px) 
{
.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: #C0C0C0;
   border-bottom-color: #C0C0C0;
}
}
@media (max-width: 320px) 
{
.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: 320px) 
{
.DropdownMenu1 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
   border-radius: 6px;
}
.DropdownMenu1 .navbar-nav > li > a
{
   color: #F5F5F5;
}
.DropdownMenu1 .navbar-nav > li > a:hover,
.DropdownMenu1 .navbar-nav > li > a:focus
{
   color: #C0C0C0;
   background-color: transparent;
   background-image: none;
}
.DropdownMenu1 .navbar-nav > li > a.active,
.DropdownMenu1 .navbar-nav > li > a.active:hover,
.DropdownMenu1 .navbar-nav > li > a.active:focus
{
   color: #C0C0C0;
   background-color: transparent;
   background-image: none;
}
.DropdownMenu1 .navbar-nav > .show > a,
.DropdownMenu1 .navbar-nav > .show > a:hover,
.DropdownMenu1 .navbar-nav > .show > a:focus
{
   background-color: transparent;
   background-image: none;
   color: #C0C0C0;
}
.DropdownMenu1 .navbar-nav > .dropdown > a:hover .arrow
{
   border-top-color: #C0C0C0;
   border-bottom-color: #C0C0C0;
}
.DropdownMenu1 .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #F5F5F5;
   border-bottom-color: #F5F5F5;
}
.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: #C0C0C0;
   border-bottom-color: #C0C0C0;
}
.DropdownMenu1 .navbar-nav > .show > a .arrow,
.DropdownMenu1 .navbar-nav > .show > a:hover .arrow,
.DropdownMenu1 .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #C0C0C0;
   border-bottom-color: #C0C0C0;
}
.DropdownMenu1 .navbar-link
{
   color: #F5F5F5;
}
.DropdownMenu1 .navbar-link:hover 
{
   color: #fff;
}
}
.DropdownMenu1 .navbar-nav > li:first-child > a
{
   border-top-left-radius: 6px;
   border-bottom-left-radius: 6px;
}
.DropdownMenu1 .dropdown-menu > li:last-child > a
{
   border-bottom-left-radius: 6px;
   border-bottom-right-radius: 6px;
}
#DropdownMenu1 .svg-icon
{
   fill: currentColor;
   height: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_DropdownMenu1
{
   z-index: 1111 !important;
}
#wb_Text_Kontakt1a 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 25px 0 25px 0;
   margin: 0;
   text-align: center;
}
#wb_Text_Kontakt1a
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: 400;
   font-size: 21px;
   line-height: 27px;
}
#wb_Text_Kontakt1a p, #wb_Text_Kontakt1a ul
{
   margin: 0;
   padding: 0;
}
#wb_Text_Kontakt1a
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid-Breakpoint
{
   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;
}
#LayoutGrid-Breakpoint
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#LayoutGrid-Breakpoint > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid-Breakpoint > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid-Breakpoint > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 250px;
   max-width: 250px;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-end;
   align-self: stretch;
   align-items: flex-end;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#LayoutGrid-Breakpoint > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Card_Links1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: left;
}
#Card_Links1-card-body
{
   padding: 10px 100px 10px 10px;
   flex: 1 1 auto;
   font-size: 0;
}
#Card_Links1-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card_Links1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 0 0;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 22.8px;
}
#wb_Card_Links2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: left;
}
#Card_Links2-card-body
{
   padding: 10px 10px 10px 10px;
   flex: 1 1 auto;
   font-size: 0;
}
#Card_Links2-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card_Links2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item1:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item2:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item3:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item4:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item5:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card_Links3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: left;
}
#Card_Links3-card-body
{
   padding: 10px 10px 10px 10px;
   flex: 1 1 auto;
   font-size: 0;
}
#Card_Links3-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card_Links3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item1:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item2:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item3:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item4:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item5
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item5:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item5 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 0;
   text-decoration: none;
}
#Card_Links3-card-item5 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item5 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item6
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item6:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item6 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item6 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item6 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item7
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item7:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item7 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item7 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item7 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item8
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item8:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item8 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item8 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item8 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item9
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item9:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item9 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item9 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item9 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#wb_Text_Footer 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text_Footer
{
   color: #7E96A1;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
}
#wb_Text_Footer div
{
   text-align: center;
}
#wb_Text_Footer
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Logo_Footer
{
   margin: 0 0 16px 0 ;
   vertical-align: top;
}
#Logo_Footer
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 200px;
   height: 71px;
   vertical-align: top;
}
#wb_Logo_Header
{
   margin: 10px 0 10px 0 ;
   vertical-align: top;
}
#Logo_Header
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 200px;
   height: 71px;
   vertical-align: top;
}
#wb_layoutGridWelcomeP
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   height: 100vh;
   background-color: transparent;
   background-image: url('../images/Webdesign-Schneider-HG.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: 100% 100%;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   box-shadow: 0px 0px 3px #000000;
}
#layoutGridWelcomeP
{
   box-sizing: border-box;
   height: 100vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 20px 0 20px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#layoutGridWelcomeP > .col-1, #layoutGridWelcomeP > .col-2, #layoutGridWelcomeP > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#layoutGridWelcomeP > .col-1, #layoutGridWelcomeP > .col-2, #layoutGridWelcomeP > .col-3
{
   flex: 0 0 auto;
}
#layoutGridWelcomeP > .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: center;
   text-align: center;
}
#layoutGridWelcomeP > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-end;
   align-self: stretch;
   align-items: flex-end;
   justify-content: center;
   text-align: center;
}
#layoutGridWelcomeP > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 41.66666667%;
   max-width: 41.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 1003px)
{
#layoutGridWelcomeP > .col-1, #layoutGridWelcomeP > .col-2, #layoutGridWelcomeP > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#layoutGridWelcomeP-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #000000;
   opacity: 0.69;
}
#MainVideo
{
   background-color: transparent;
   border-radius: 0px;
   padding: 0;
   margin: 0;
}
#MainVideo
{
   display: inline-flex;
}
#MainVideo-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #000000;
   opacity: 0.39;
   z-index: -1;
}
#MainVideo-video
{
   background: #000000;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: hidden;
   z-index: -99;
}
#MainVideo-video video
{
   object-fit: cover;
   pointer-events: none;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_layoutGridWelcomeV
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 100vh;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   box-shadow: 0px 0px 3px #000000;
}
#layoutGridWelcomeV
{
   box-sizing: border-box;
   height: 100vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 20px 0 20px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#layoutGridWelcomeV > .col-1, #layoutGridWelcomeV > .col-2, #layoutGridWelcomeV > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#layoutGridWelcomeV > .col-1, #layoutGridWelcomeV > .col-2, #layoutGridWelcomeV > .col-3
{
   flex: 0 0 auto;
}
#layoutGridWelcomeV > .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: center;
   text-align: center;
}
#layoutGridWelcomeV > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-end;
   align-self: stretch;
   align-items: flex-end;
   justify-content: center;
   text-align: center;
}
#layoutGridWelcomeV > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 41.66666667%;
   max-width: 41.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 1003px)
{
#layoutGridWelcomeV > .col-1, #layoutGridWelcomeV > .col-2, #layoutGridWelcomeV > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid4
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 100px 0 30px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#LayoutGrid4 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid4 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid4 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 747px)
{
#LayoutGrid4 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid5
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 80px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#LayoutGrid5 > .col-1, #LayoutGrid5 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid5 > .col-1, #LayoutGrid5 > .col-2
{
   flex: 0 0 auto;
}
#LayoutGrid5 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid5 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 747px)
{
#LayoutGrid5 > .col-1, #LayoutGrid5 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid2V
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2V
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 15px 0 15px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid2V > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2V > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid2V > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid2V > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0;
}
@media (max-width: 480px)
{
#LayoutGrid2V > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Card1V
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
   border-left-color: #000000;
   text-align: center;
}
#Card1V-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card1V-card-item0
{
   box-sizing: border-box;
   margin: 20px 100px 30px 100px;
   border-top: 7px #FFFFFF double;
   border-width: 7px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1V-card-item1
{
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#Card1V-card-item1 h3
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   margin: 0;
}
#Card1V-card-item2
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border: 3px solid #F5F5F5;
   border-radius: 4px;
   background-color: #4285F4;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#wb_Card1V:hover #Card1V-card-item2
{
   background-color: #F5F5F5;
   color: #4285F4;
   border-color: #4285F4;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card1V-card-item2
{
   background-color: rgba(42,44,57,0.79);
   color: #F5F5F5;
   border-color: #FFFFFF;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card1V-card-item2 a
{
   color: inherit;
   display: block;
   padding: 15px 24px 18px 24px;
   text-decoration: none;
}
#Card1V-card-item2 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card1V:hover #Card1V-card-item2 .svg-icon
{
   fill: #4285F4;
   transition: fill 300ms linear 0ms;
}
#wb_LayoutGrid1V
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1V
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid1V > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#LayoutGrid1V > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid1V > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1V > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0;
}
@media (max-width: 480px)
{
#LayoutGrid1V > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
@keyframes rotate_cube 
{
   from 
   {
      transform: rotateX(0deg) rotateY(0deg);
   }
   to 
   {
      transform: rotateX(360deg) rotateY(360deg);
   }
}
#Cube3DV 
{
   padding-top: 100%;
   perspective: 1000px;
   perspective-origin: 50% 50%;
   position: relative;
}
#Cube3DV .cube 
{
   animation: rotate_cube 20s infinite linear;
   bottom: 0;
   left: 0;
   margin: auto;
   position: absolute;
   right: 0;
   top: 0;
   transform-style: preserve-3d;
}
#Cube3DV .cube > div 
{
   background-size: cover;
   border: solid 1px #4285F4;
   box-sizing: border-box;
   height: 100%;
   opacity: 0.9;
   position: absolute;
   text-align: $text_align$;
   width: 100%;
}
#Cube3DV .cube a
{
   display: block;
}
#Cube3DV .front 
{
   transform: rotateY(-90deg) translateX(50%) rotateY(90deg);
}
#Cube3DV .back 
{
   transform: rotateY(-90deg) translateX(-50%) rotateY(270deg);
}
#Cube3DV .right 
{
   transform: rotateY(-270deg) translateX(50%);
   transform-origin: top right;
}
#Cube3DV .left 
{
   transform: rotateY(270deg) translateX(-50%);
   transform-origin: center left;
}
#Cube3DV .top 
{
   transform: rotateX(-270deg) translateY(-50%);
   transform-origin: top center;
}
#Cube3DV .bottom 
{
   transform: rotateX(270deg) translateY(50%);
   transform-origin: bottom center;
}
#Cube3DV:hover .front 
{
   transform: rotateY(-90deg) translateX(100%) rotateY(90deg);
}
#Cube3DV:hover .back 
{
   transform: rotateY(-90deg) translateX(-100%) rotateY(270deg);
}
#Cube3DV:hover .right 
{
   transform: rotateY(-360deg) translateX(50%) rotateY(90deg) translateX(50%);
}
#Cube3DV:hover .left 
{
   transform: rotateY(270deg) rotateX(90deg) translateY(50%) rotateX(-90deg) translateX(-50%);
}
#Cube3DV:hover .top 
{
   transform: rotateX(-270deg) rotateY(-90deg) translateX(50%) rotateY(90deg) translateY(-50%);
}
#Cube3DV:hover .bottom 
{
   transform: rotateX(270deg) rotateY(-90deg) translateX(50%) rotateY(90deg) translateY(50%);
}
#Cube3DV .cube > div 
{
   transition: transform 200ms ease-in;
}
#wb_Icon1V
{
   background-color: transparent;
   background-image: none;
   border: 4px solid #FFFFFF;
   border-radius: 50%;
   text-align: center;
   animation: transform-wobble 1000ms linear 0ms infinite normal both;
   margin: 0;
   padding: 8px 8px 8px 8px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_Icon1V a
{
   text-decoration: none;
}
#wb_Icon1V a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#Icon1V
{
   height: 33px;
   width: 33px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#Icon1V i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 33px;
   line-height: 33px;
   vertical-align: middle;
}
#wb_Icon1V:hover #Icon1V i
{
   color: #FFFFFF;
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card2-card-item0
{
   display: inline-block;
   height: 64px;
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #7A7A7A;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 64px;
}
#wb_Card2:hover #Card2-card-item0
{
   transform: rotate(0deg) scale(0.8,0.8) ;
   transition: transform 300ms linear 0ms;
}
#Card2-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card2-card-item0 .svg-icon
{
   fill: currentColor;
   width: 64px;
   height: 64px;
   overflow: visible;
   margin-right: 0px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 20px 30px 30px 30px;
   padding: 0;
}
#Card2-card-item1 h2
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   line-height: 31.5px;
   margin: 0;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
}
#Card2-card-item2 h1
{
   color: #1976FF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: italic;
   font-size: 37px;
   margin: 0;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#Card2-card-item3 h3
{
   color: #1976FF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: italic;
   font-size: 21px;
   margin: 0;
}
#wb_LayoutGrid6
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid6
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 10px 0 130px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#LayoutGrid6 > .col-1, #LayoutGrid6 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid6 > .col-1, #LayoutGrid6 > .col-2
{
   flex: 0 0 auto;
}
#LayoutGrid6 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid6 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 747px)
{
#LayoutGrid6 > .col-1, #LayoutGrid6 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#LayoutGrid6-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: -0.3%;
   left: 0;
   width: 100%;
   height: 50px;
   transform: scaleY(-1.01);
}
#LayoutGrid6-divider-bottom svg
{
   display: block;
   width: 101%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#LayoutGrid6-divider-bottom .divider-fill
{
   fill: rgba(42,44,57,1.00);
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_LayoutGrid7
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #2A2C39;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid7
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 60px 0 110px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#LayoutGrid7 > .col-1, #LayoutGrid7 > .col-2, #LayoutGrid7 > .col-3, #LayoutGrid7 > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid7 > .col-1, #LayoutGrid7 > .col-2, #LayoutGrid7 > .col-3, #LayoutGrid7 > .col-4
{
   flex: 0 0 auto;
}
#LayoutGrid7 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid7 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid7 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid7 > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 747px)
{
#LayoutGrid7 > .col-1, #LayoutGrid7 > .col-2, #LayoutGrid7 > .col-3, #LayoutGrid7 > .col-4
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#LayoutGrid7-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: -0.3%;
   left: 0;
   width: 100%;
   height: 50px;
   transform: scale(-1.0, -1.01);
}
#LayoutGrid7-divider-bottom svg
{
   display: block;
   width: 101%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#LayoutGrid7-divider-bottom .divider-fill
{
   fill: rgba(255,255,255,1.00);
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_Card5
{
   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;
}
#Card5-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card5-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #DC3545;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card5:hover #Card5-card-item0
{
   transform: rotate(10deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#Card5-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#Card5-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card5-card-item0 .svg-icon
{
   fill: currentColor;
   width: 53px;
   height: 53px;
   overflow: visible;
   margin-right: 0px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: center;
}
#wb_Card5:hover #Card5-card-item1
{
   color: #4285F4;
   transition: color 200ms linear 0ms;
}
#Card5-card-item1
{
   color: #F5F5F5;
   transition: color 200ms linear 0ms;
}
#Card5-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0 20px 0 20px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card5-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card6
{
   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;
}
#Card6-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card6-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFC107;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card6:hover #Card6-card-item0
{
   transform: rotate(10deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#Card6-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#Card6-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card6-card-item0 .svg-icon
{
   fill: currentColor;
   width: 53px;
   height: 53px;
   overflow: visible;
   margin-right: 0px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Card6:hover #Card6-card-item1
{
   color: #4285F4;
   transition: color 200ms linear 0ms;
}
#Card6-card-item1
{
   color: #F5F5F5;
   transition: color 200ms linear 0ms;
}
#Card6-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card6-card-item1 h6
{
   color: inherit;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   margin: 0;
}
#Card6-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0 20px 0 20px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card6-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card3
{
   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;
}
#Card3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card3-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #007BFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card3:hover #Card3-card-item0
{
   transform: rotate(10deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#Card3-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#Card3-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card3-card-item0 .svg-icon
{
   fill: currentColor;
   width: 53px;
   height: 53px;
   overflow: visible;
   margin-right: 0px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Card3:hover #Card3-card-item1
{
   color: #4285F4;
   transition: color 200ms linear 0ms;
}
#Card3-card-item1
{
   color: #F5F5F5;
   transition: color 200ms linear 0ms;
}
#Card3-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-card-item1 h5
{
   color: inherit;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   margin: 0;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0 15px 0 15px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card3-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card4
{
   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;
}
#Card4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card4-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #4AA639;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card4:hover #Card4-card-item0
{
   transform: rotate(10deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#Card4-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#Card4-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card4-card-item0 .svg-icon
{
   fill: currentColor;
   width: 53px;
   height: 53px;
   overflow: visible;
   margin-right: 0px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: center;
}
#wb_Card4:hover #Card4-card-item1
{
   color: #4285F4;
   transition: color 200ms linear 0ms;
}
#Card4-card-item1
{
   color: #F5F5F5;
   transition: color 200ms linear 0ms;
}
#Card4-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0 20px 0 20px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card4-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_LayoutGrid8
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid8
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 90px 0 80px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#LayoutGrid8 > .col-1, #LayoutGrid8 > .col-2, #LayoutGrid8 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid8 > .col-1, #LayoutGrid8 > .col-2, #LayoutGrid8 > .col-3
{
   flex: 0 0 auto;
}
#LayoutGrid8 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid8 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 0 0;
}
#LayoutGrid8 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid8 > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 0 0;
}
#LayoutGrid8 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid8 > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 0 0;
}
@media (max-width: 747px)
{
#LayoutGrid8 > .col-1, #LayoutGrid8 > .col-2, #LayoutGrid8 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid8M
{
   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;
}
#LayoutGrid8M
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 90px 0 80px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#LayoutGrid8M > .col-1, #LayoutGrid8M > .col-2, #LayoutGrid8M > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid8M > .col-1, #LayoutGrid8M > .col-2, #LayoutGrid8M > .col-3
{
   flex: 0 0 auto;
}
#LayoutGrid8M > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid8M > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 0 0;
}
#LayoutGrid8M > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid8M > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 0 0;
}
#LayoutGrid8M > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid8M > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 0 0;
}
@media (max-width: 747px)
{
#LayoutGrid8M > .col-1, #LayoutGrid8M > .col-2, #LayoutGrid8M > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid9
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid9
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 60px 0 90px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#LayoutGrid9 > .col-1, #LayoutGrid9 > .col-2, #LayoutGrid9 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid9 > .col-1, #LayoutGrid9 > .col-2, #LayoutGrid9 > .col-3
{
   flex: 0 0 auto;
}
#LayoutGrid9 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid9 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 66.66666667%;
   max-width: 66.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid9 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 747px)
{
#LayoutGrid9 > .col-1, #LayoutGrid9 > .col-2, #LayoutGrid9 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Text1a 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 15px 15px 15px 15px;
   margin: 10px 10px 10px 10px;
   text-align: left;
}
#wb_Text1a div
{
   text-align: left;
}
#wb_Text1a:hover
{
   box-shadow: 0px 21px 35px rgba(0,0,0,0.2);
   transition: box-shadow 500ms linear 0ms;
}
#wb_Text1a
{
   display: block;
   margin: 10px 10px 10px 10px;
   box-sizing: border-box;
   width: calc(100% - 20px);
}
#wb_Text2a 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 15px 15px 15px 15px;
   margin: 10px 10px 10px 10px;
   text-align: left;
}
#wb_Text2a div
{
   text-align: left;
}
#wb_Text2a:hover
{
   box-shadow: 0px 21px 35px rgba(0,0,0,0.2);
   transition: box-shadow 500ms linear 0ms;
}
#wb_Text2a
{
   display: block;
   margin: 10px 10px 10px 10px;
   box-sizing: border-box;
   width: calc(100% - 20px);
}
#wb_Card8
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 20px 10px 20px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #CCCCCC;
   border-radius: 4px;
   box-shadow: 2px 4px 10px rgba(79,79,79,0.78);
   text-align: center;
}
#Card8-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card8-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: rgba(23,105,170,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card8-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card8-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card8-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item10 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item12 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item14
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #4A92D9;
   border-radius: 5px;
   background-color: rgba(25,118,210,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card8:hover #Card8-card-item14
{
   background-color: #F5F5F5;
   color: #4B94DC;
   border-color: #4B94DC;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card8-card-item14
{
   background-color: #4B94DC;
   color: #F5F5F5;
   border-color: #4B94DC;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card8-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card8-card-item14 .svg-icon
{
   fill: currentColor;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card8:hover #Card8-card-item14 .svg-icon
{
   fill: #4B94DC;
   transition: fill 300ms linear 0ms;
}
#wb_Card9
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 20px 10px 20px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #CCCCCC;
   border-radius: 4px;
   box-shadow: 2px 4px 10px rgba(79,79,79,0.78);
   text-align: center;
}
#Card9-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card9-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: #1769AA;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card9-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card9-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card9-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item10 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item12 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item14
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #1976D2;
   border-radius: 5px;
   background-color: #1976D2;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card9:hover #Card9-card-item14
{
   background-color: #F5F5F5;
   color: #1976D2;
   border-color: #1976D2;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card9-card-item14
{
   background-color: #1976D2;
   color: #F5F5F5;
   border-color: #1976D2;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card9-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card9-card-item14 .svg-icon
{
   fill: currentColor;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card9:hover #Card9-card-item14 .svg-icon
{
   fill: #1976D2;
   transition: fill 300ms linear 0ms;
}
#wb_Card7
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 20px 10px 20px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #CCCCCC;
   border-radius: 4px;
   box-shadow: 2px 4px 10px rgba(79,79,79,0.78);
   text-align: center;
}
#Card7-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card7-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: rgba(23,105,170,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card7-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card7-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card7-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item10 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item12 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item14
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #78AEE5;
   border-radius: 5px;
   background-color: rgba(25,118,210,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card7:hover #Card7-card-item14
{
   background-color: #F5F5F5;
   color: #78AEE5;
   border-color: #78AEE5;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card7-card-item14
{
   background-color: #78AEE5;
   color: #F5F5F5;
   border-color: #78AEE5;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card7-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card7-card-item14 .svg-icon
{
   fill: currentColor;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card7:hover #Card7-card-item14 .svg-icon
{
   fill: #78AEE5;
   transition: fill 300ms linear 0ms;
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 415px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 10px 10px 10px 10px;
   text-align: center;
}
#Heading2
{
   color: #4285F4;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 35px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#TextArt2V{
   opacity: 0;
}
#wb_TextArt2V
{
   margin: 5px 5px 5px 10px;
   vertical-align: top;
}
#wb_TextArt1V
{
   transform: rotate(348deg);
   transform-origin: 50% 50%;
}
#TextArt1V{
   opacity: 0;
}
#wb_TextArt1V
{
   margin: 5px 5px 5px 5px;
   vertical-align: top;
}
#wb_LayoutGrid3V
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid3V
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 15px 0 15px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid3V > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid3V > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid3V > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid3V > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0;
}
@media (max-width: 480px)
{
#LayoutGrid3V > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Text3a 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 15px 15px 15px 15px;
   margin: 10px 10px 10px 10px;
   text-align: left;
}
#wb_Text3a div
{
   text-align: left;
}
#wb_Text3a:hover
{
   box-shadow: 0px 21px 35px rgba(0,0,0,0.2);
   transition: box-shadow 500ms linear 0ms;
}
#wb_Text3a
{
   display: block;
   margin: 10px 10px 10px 10px;
   box-sizing: border-box;
   width: calc(100% - 20px);
}
#wb_Text4a 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 15px 15px 15px 15px;
   margin: 10px 10px 10px 10px;
   text-align: left;
}
#wb_Text4a div
{
   text-align: left;
}
#wb_Text4a:hover
{
   box-shadow: 0px 21px 35px rgba(0,0,0,0.2);
   transition: box-shadow 500ms linear 0ms;
}
#wb_Text4a
{
   display: block;
   margin: 10px 10px 10px 10px;
   box-sizing: border-box;
   width: calc(100% - 20px);
}
#wb_Text1b 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 15px 15px 15px 15px;
   margin: 10px 10px 10px 10px;
   text-align: left;
}
#wb_Text1b div
{
   text-align: left;
}
#wb_Text1b:hover
{
   box-shadow: 0px 21px 35px rgba(0,0,0,0.2);
   transition: box-shadow 500ms linear 0ms;
}
#wb_Text1b
{
   display: none;
   margin: 10px 10px 10px 10px;
   box-sizing: border-box;
   width: calc(100% - 20px);
}
#wb_Text2b 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 15px 15px 15px 15px;
   margin: 10px 10px 10px 10px;
   text-align: left;
}
#wb_Text2b div
{
   text-align: left;
}
#wb_Text2b:hover
{
   box-shadow: 0px 21px 35px rgba(0,0,0,0.2);
   transition: box-shadow 500ms linear 0ms;
}
#wb_Text2b
{
   display: none;
   margin: 10px 10px 10px 10px;
   box-sizing: border-box;
   width: calc(100% - 20px);
}
#wb_Text3b 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 15px 15px 15px 15px;
   margin: 10px 10px 10px 10px;
   text-align: left;
}
#wb_Text3b div
{
   text-align: left;
}
#wb_Text3b:hover
{
   box-shadow: 0px 21px 35px rgba(0,0,0,0.2);
   transition: box-shadow 500ms linear 0ms;
}
#wb_Text3b
{
   display: none;
   margin: 10px 10px 10px 10px;
   box-sizing: border-box;
   width: calc(100% - 20px);
}
#wb_Text4b 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 15px 15px 15px 15px;
   margin: 10px 10px 10px 10px;
   text-align: left;
}
#wb_Text4b div
{
   text-align: left;
}
#wb_Text4b:hover
{
   box-shadow: 0px 21px 35px rgba(0,0,0,0.2);
   transition: box-shadow 500ms linear 0ms;
}
#wb_Text4b
{
   display: none;
   margin: 10px 10px 10px 10px;
   box-sizing: border-box;
   width: calc(100% - 20px);
}
#wb_Heading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 10px 10px 10px 10px;
   text-align: center;
}
#Heading3
{
   color: #4285C8;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Heading4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 10px 10px 10px 10px;
   text-align: center;
}
#Heading4
{
   color: #4285C8;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_LayoutGrid2P
{
   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;
}
#LayoutGrid2P
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 15px 0 15px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid2P > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2P > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid2P > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid2P > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0;
}
@media (max-width: 480px)
{
#LayoutGrid2P > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid3P
{
   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;
}
#LayoutGrid3P
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 15px 0 15px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid3P > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid3P > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid3P > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid3P > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0;
}
@media (max-width: 480px)
{
#LayoutGrid3P > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_TextArt1P
{
   transform: rotate(348deg);
   transform-origin: 50% 50%;
}
#TextArt1P{
   opacity: 0;
}
#wb_TextArt1P
{
   margin: 5px 5px 5px 5px;
   vertical-align: top;
}
#TextArt2P{
   opacity: 0;
}
#wb_TextArt2P
{
   margin: 5px 5px 5px 10px;
   vertical-align: top;
}
#wb_Card1P
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
   border-left-color: #000000;
   text-align: center;
}
#Card1P-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card1P-card-item0
{
   box-sizing: border-box;
   margin: 20px 100px 30px 100px;
   border-top: 6px #F5F5F5 double;
   border-width: 6px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1P-card-item1
{
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#Card1P-card-item1 h3
{
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 0;
}
#Card1P-card-item2
{
   display: inline-block;
   height: 56px;
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border: 2px solid #F5F5F5;
   border-radius: 4px;
   background-color: #4285F4;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#wb_Card1P:hover #Card1P-card-item2
{
   background-color: #F5F5F5;
   color: #4285F4;
   border-color: #4285F4;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card1P-card-item2
{
   background-color: #4285F4;
   color: #F5F5F5;
   border-color: #4285F4;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card1P-card-item2 a
{
   color: inherit;
   display: block;
   padding: 15px 24px 18px 24px;
   text-decoration: none;
}
#Card1P-card-item2 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card1P:hover #Card1P-card-item2 .svg-icon
{
   fill: #4285F4;
   transition: fill 300ms linear 0ms;
}
#wb_LayoutGrid1P
{
   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;
}
#LayoutGrid1P
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid1P > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#LayoutGrid1P > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid1P > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1P > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0;
}
@media (max-width: 480px)
{
#LayoutGrid1P > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
@keyframes rotate_cube 
{
   from 
   {
      transform: rotateX(0deg) rotateY(0deg);
   }
   to 
   {
      transform: rotateX(360deg) rotateY(360deg);
   }
}
#Cube3DP 
{
   padding-top: 100%;
   perspective: 1000px;
   perspective-origin: 50% 50%;
   position: relative;
}
#Cube3DP .cube 
{
   animation: rotate_cube 20s infinite linear;
   bottom: 0;
   left: 0;
   margin: auto;
   position: absolute;
   right: 0;
   top: 0;
   transform-style: preserve-3d;
}
#Cube3DP .cube > div 
{
   background-size: cover;
   border: solid 1px #4285F4;
   box-sizing: border-box;
   height: 100%;
   opacity: 0.9;
   position: absolute;
   text-align: $text_align$;
   width: 100%;
}
#Cube3DP .cube a
{
   display: block;
}
#Cube3DP .front 
{
   transform: rotateY(-90deg) translateX(50%) rotateY(90deg);
}
#Cube3DP .back 
{
   transform: rotateY(-90deg) translateX(-50%) rotateY(270deg);
}
#Cube3DP .right 
{
   transform: rotateY(-270deg) translateX(50%);
   transform-origin: top right;
}
#Cube3DP .left 
{
   transform: rotateY(270deg) translateX(-50%);
   transform-origin: center left;
}
#Cube3DP .top 
{
   transform: rotateX(-270deg) translateY(-50%);
   transform-origin: top center;
}
#Cube3DP .bottom 
{
   transform: rotateX(270deg) translateY(50%);
   transform-origin: bottom center;
}
#Cube3DP:hover .front 
{
   transform: rotateY(-90deg) translateX(100%) rotateY(90deg);
}
#Cube3DP:hover .back 
{
   transform: rotateY(-90deg) translateX(-100%) rotateY(270deg);
}
#Cube3DP:hover .right 
{
   transform: rotateY(-360deg) translateX(50%) rotateY(90deg) translateX(50%);
}
#Cube3DP:hover .left 
{
   transform: rotateY(270deg) rotateX(90deg) translateY(50%) rotateX(-90deg) translateX(-50%);
}
#Cube3DP:hover .top 
{
   transform: rotateX(-270deg) rotateY(-90deg) translateX(50%) rotateY(90deg) translateY(-50%);
}
#Cube3DP:hover .bottom 
{
   transform: rotateX(270deg) rotateY(-90deg) translateX(50%) rotateY(90deg) translateY(50%);
}
#Cube3DP .cube > div 
{
   transition: transform 200ms ease-in;
}
#wb_Icon1P
{
   background-color: transparent;
   background-image: none;
   border: 2px solid #FFFFFF;
   border-radius: 50%;
   text-align: center;
   animation: transform-wobble 1000ms linear 0ms infinite normal both;
   margin: 0;
   padding: 8px 8px 8px 8px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_Icon1P a
{
   text-decoration: none;
}
#wb_Icon1P a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#Icon1P
{
   height: 37px;
   width: 37px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#Icon1P i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 37px;
   line-height: 37px;
   vertical-align: middle;
}
#wb_Icon1P:hover #Icon1P i
{
   color: #FFFFFF;
}
#wb_Card8M
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 20px 10px 20px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #CCCCCC;
   border-radius: 4px;
   box-shadow: 2px 4px 10px rgba(79,79,79,0.78);
   text-align: center;
}
#Card8M-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card8M-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: rgba(23,105,170,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card8M-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card8M-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card8M-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card8M-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8M-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8M-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8M-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8M-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8M-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8M-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8M-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8M-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8M-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8M-card-item10 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8M-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8M-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8M-card-item12 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8M-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8M-card-item14
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #4A92D9;
   border-radius: 5px;
   background-color: rgba(25,118,210,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card8M:hover #Card8M-card-item14
{
   background-color: #F5F5F5;
   color: #4B94DC;
   border-color: #4B94DC;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card8M-card-item14
{
   background-color: #4B94DC;
   color: #F5F5F5;
   border-color: #4B94DC;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card8M-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card8M-card-item14 .svg-icon
{
   fill: currentColor;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card8M:hover #Card8M-card-item14 .svg-icon
{
   fill: #4B94DC;
   transition: fill 300ms linear 0ms;
}
#wb_Card9M
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 20px 10px 20px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #CCCCCC;
   border-radius: 4px;
   box-shadow: 2px 4px 10px rgba(79,79,79,0.78);
   text-align: center;
}
#Card9M-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card9M-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: #1769AA;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card9M-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card9M-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card9M-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card9M-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9M-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9M-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9M-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9M-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9M-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9M-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9M-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9M-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9M-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9M-card-item10 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9M-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9M-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9M-card-item12 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9M-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9M-card-item14
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #1976D2;
   border-radius: 5px;
   background-color: #1976D2;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card9M:hover #Card9M-card-item14
{
   background-color: #F5F5F5;
   color: #1976D2;
   border-color: #1976D2;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card9M-card-item14
{
   background-color: #1976D2;
   color: #F5F5F5;
   border-color: #1976D2;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card9M-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card9M-card-item14 .svg-icon
{
   fill: currentColor;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card9M:hover #Card9M-card-item14 .svg-icon
{
   fill: #1976D2;
   transition: fill 300ms linear 0ms;
}
#wb_Card7M
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 20px 10px 20px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #CCCCCC;
   border-radius: 4px;
   box-shadow: 2px 4px 10px rgba(79,79,79,0.78);
   text-align: center;
}
#Card7M-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card7M-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: rgba(23,105,170,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card7M-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card7M-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card7M-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card7M-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7M-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7M-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7M-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7M-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7M-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7M-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7M-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7M-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7M-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7M-card-item10 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7M-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7M-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7M-card-item12 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7M-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7M-card-item14
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #78AEE5;
   border-radius: 5px;
   background-color: rgba(25,118,210,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card7M:hover #Card7M-card-item14
{
   background-color: #F5F5F5;
   color: #78AEE5;
   border-color: #78AEE5;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card7M-card-item14
{
   background-color: #78AEE5;
   color: #F5F5F5;
   border-color: #78AEE5;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card7M-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card7M-card-item14 .svg-icon
{
   fill: currentColor;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card7M:hover #Card7M-card-item14 .svg-icon
{
   fill: #78AEE5;
   transition: fill 300ms linear 0ms;
}
#wb_LayoutGrid_Kontakt
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #2A2C39;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_Kontakt
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 100px 0 80px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#LayoutGrid_Kontakt > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid_Kontakt > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid_Kontakt > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid_Kontakt > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
@media (max-width: 747px)
{
#LayoutGrid_Kontakt > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#LayoutGrid_Kontakt-divider-top
{
   overflow: hidden;
   position: absolute;
   top: -0.3%;
   width: 100%;
   height: 50px;
   line-height: 0;
   left: 0;
   transform: scale(-1.0, -1.01);
}
#LayoutGrid_Kontakt-divider-top svg
{
   display: block;
   width: 101%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#LayoutGrid_Kontakt-divider-top .divider-fill
{
   fill: rgba(255,255,255,1.00);
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_layoutGrid_Links
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #4285F4;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#layoutGrid_Links
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 80px 0 80px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#layoutGrid_Links > .col-1, #layoutGrid_Links > .col-2, #layoutGrid_Links > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#layoutGrid_Links > .col-1, #layoutGrid_Links > .col-2, #layoutGrid_Links > .col-3
{
   flex: 0 0 auto;
}
#layoutGrid_Links > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#layoutGrid_Links > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#layoutGrid_Links > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 747px)
{
#layoutGrid_Links > .col-1, #layoutGrid_Links > .col-2, #layoutGrid_Links > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_layoutGridFooter
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #2A2C39;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#layoutGridFooter
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 30px 0 30px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#layoutGridFooter > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#layoutGridFooter > .col-1
{
   flex: 0 0 auto;
}
#layoutGridFooter > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 747px)
{
#layoutGridFooter > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_a1900 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_a1900 div
{
   text-align: left;
}
#wb_a1900
{
   display: inline-block;
   margin: 0;
   width: 70px;
   height: 15px;
}
#wb_a1346 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_a1346 div
{
   text-align: left;
}
#wb_a1346
{
   display: none;
   margin: 0;
   width: 45px;
   height: 21px;
}
#wb_a1004 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_a1004 div
{
   text-align: left;
}
#wb_a1004
{
   display: none;
   margin: 0;
   width: 45px;
   height: 21px;
}
#wb_a748 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_a748 div
{
   text-align: left;
}
#wb_a748
{
   display: none;
   margin: 0;
   width: 45px;
   height: 21px;
}
#wb_a460 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_a460 div
{
   text-align: left;
}
#wb_a460
{
   display: none;
   margin: 0;
   width: 45px;
   height: 21px;
}
#wb_Card6
{
   display: flex;
   width: 100%;
   z-index: 50;
}
#TextArt1P
{
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   overflow: visible;
}
#wb_mobileMenu
{
   display: none;
   position: relative;
   width: 60px;
   height: 60px;
   z-index: 2;
}
#wb_Image1
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 57;
}
#wb_Card3
{
   display: flex;
   width: 100%;
   z-index: 47;
}
#wb_Card1V
{
   display: flex;
   width: 100%;
   z-index: 22;
}
#wb_Card2
{
   display: flex;
   width: 100%;
   z-index: 33;
}
#wb_Card1P
{
   display: none;
   width: 100%;
   z-index: 14;
}
#wb_Icon1P
{
   display: none;
   width: 37px;
   height: 37px;
   text-align: center;
   z-index: 10;
}
#wb_Card8M
{
   display: none;
   width: calc(100% - 40px);
   z-index: 55;
}
#wb_Heading4
{
   display: block;
   width: 100%;
   z-index: 60;
}
#wb_Card9
{
   display: flex;
   width: calc(100% - 40px);
   z-index: 53;
}
#wb_Heading2
{
   display: block;
   width: 100%;
   z-index: 58;
}
#wb_Card7M
{
   display: none;
   width: calc(100% - 40px);
   z-index: 54;
}
#wb_Card8
{
   display: flex;
   width: calc(100% - 40px);
   z-index: 52;
}
#wb_Cube3DV
{
   display: inline-block;
   position: relative;
   width: 288px;
   height: 267px;
   z-index: 16;
}
#wb_Cube3DP
{
   display: none;
   position: relative;
   width: 288px;
   height: 267px;
   z-index: 8;
}
#wb_Logo_Header
{
   display: inline-block;
   width: 200px;
   height: 71px;
   z-index: 0;
}
#wb_Heading3
{
   display: block;
   width: 100%;
   z-index: 59;
}
#wb_Icon1V
{
   display: inline-block;
   width: 33px;
   height: 33px;
   text-align: center;
   z-index: 18;
}
#wb_Logo_Footer
{
   display: inline-block;
   width: 200px;
   height: 71px;
   z-index: 74;
}
#wb_Card_Links3
{
   display: flex;
   width: 100%;
   z-index: 73;
}
#wb_Card_Links2
{
   display: flex;
   width: 100%;
   z-index: 72;
}
#wb_Card_Links1
{
   display: flex;
   width: 100%;
   z-index: 71;
}
#wb_TextArt2V
{
   display: inline-block;
   width: 182px;
   height: 44px;
   z-index: 20;
   position: relative;
}
#wb_TextArt2P
{
   display: none;
   width: 182px;
   height: 44px;
   z-index: 12;
   position: relative;
}
#wb_Card9M
{
   display: none;
   width: calc(100% - 40px);
   z-index: 56;
}
#wb_Card5
{
   display: flex;
   width: 100%;
   z-index: 49;
}
#TextArt2V
{
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   overflow: visible;
}
#wb_Card4
{
   display: flex;
   width: 100%;
   z-index: 48;
}
#TextArt1V
{
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   overflow: visible;
}
#wb_TextArt1V
{
   display: inline-block;
   width: 392px;
   height: 94px;
   z-index: 19;
   position: relative;
}
#wb_TextArt1P
{
   display: none;
   width: 392px;
   height: 94px;
   z-index: 11;
   position: relative;
}
#wb_DropdownMenu1
{
   display: block;
   width: 100%;
   z-index: 1;
}
#wb_Card7
{
   display: flex;
   width: calc(100% - 40px);
   z-index: 51;
}
#MainVideo
{
   position: relative;
   text-align: center;
   width: 100%;
   height: 100vh;
   float: left;
   z-index: 79;
}
#TextArt2P
{
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   overflow: visible;
}
@media only screen and (min-width: 1346px) and (max-width: 1899px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_layoutGridHeader
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
   box-shadow: 0px 0px 0px rgba(255,255,255,0.78);
}
#wb_layoutGridHeader
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridHeader
{
   height: auto;
   padding: 0;
}
#wb_DropdownMenu1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 5px 0 ;
}
#DropdownMenu1, .DropdownMenu1 .nav, .DropdownMenu1 .dropdown-menu
{
   font-weight: bold;
   font-size: 19px;
}
#wb_Text_Kontakt1a
{
   visibility: visible;
   display: block;
}
#wb_Text_Kontakt1a
{
   margin: 0;
   padding: 25px 0 25px 0;
}
#wb_LayoutGrid-Breakpoint
{
   visibility: hidden;
   display: none;
   box-shadow: 0px 0px 0px rgba(105,105,105,0.78);
}
#wb_LayoutGrid-Breakpoint
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid-Breakpoint
{
   height: auto;
   padding: 0;
}
#wb_Card_Links1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card_Links1-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card_Links1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 0 0;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 22.8px;
}
#wb_Card_Links1
{
   text-align: left;
}
#wb_Card_Links2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card_Links2-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card_Links2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item1:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item2:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item3:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item4:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item5:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card_Links2
{
   text-align: left;
}
#wb_Card_Links3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card_Links3-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card_Links3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item1:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item2:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item3:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item4:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item5
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item5:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item5 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 0;
   text-decoration: none;
}
#Card_Links3-card-item5 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item5 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item6
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item6:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item6 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item6 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item6 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item7
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item7:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item7 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item7 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item7 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item8
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item8:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item8 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item8 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item8 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item9
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item9:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item9 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item9 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item9 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#wb_Card_Links3
{
   text-align: left;
}
#wb_Text_Footer
{
   visibility: visible;
   display: block;
}
#wb_Text_Footer
{
   font-size: 16px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Logo_Footer
{
   width: 173px;
   height: 61px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 16px 0 ;
   padding: 0;
}
#Logo_Footer
{
   width: 173px;
   height: 61px;
}
#wb_Logo_Header
{
   width: 185px;
   height: 65px;
   visibility: visible;
   display: inline-block;
   margin: 5px 0 5px 0 ;
   padding: 0;
}
#Logo_Header
{
   width: 185px;
   height: 65px;
}
#wb_mobileMenu
{
   width: 60px;
   height: 60px;
   visibility: hidden;
   display: none;
}
#wb_layoutGridWelcomeP
{
   visibility: hidden;
   display: none;
}
#wb_layoutGridWelcomeP
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridWelcomeP
{
   height: 100vh;
   padding: 20px 0 20px 0;
}
#MainVideo
{
   visibility: visible;
   display: inline-block;
   margin: 0;
   background-color: transparent;
}
#MainVideo
{
   width: 100%;
   margin: 0;
}
#MainVideo
{
    width: 100%;
    height: 100vh;
}
#MainVideo
{
   padding: 0;
}
#wb_layoutGridWelcomeV
{
   visibility: visible;
   display: table;
}
#wb_layoutGridWelcomeV
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridWelcomeV
{
   height: 100vh;
   padding: 20px 0 20px 0;
}
#wb_LayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   height: auto;
   padding: 100px 0 30px 0;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 80px 0 10px 0;
}
#wb_LayoutGrid2V
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2V
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2V
{
   height: auto;
   padding: 60px 0 15px 0;
}
#LayoutGrid2V > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid2V > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid2V > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0;
}
#wb_Card1V
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card1V-card-item0
{
   box-sizing: border-box;
   margin: 10px 100px 30px 100px;
   border-top: 7px #FFFFFF double;
   border-width: 7px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1V-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 20px 20px;
   padding: 0;
   text-align: center;
}
#Card1V-card-item1 h3
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   margin: 0;
}
#Card1V-card-item2
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 15px 20px 15px 20px;
   border: 3px solid #F5F5F5;
   border-radius: 4px;
   background-color: #4285F4;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#wb_Card1V:hover #Card1V-card-item2
{
   background-color: #F5F5F5;
   color: #4285F4;
   border-color: #4285F4;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card1V-card-item2
{
   background-color: rgba(42,44,57,0.79);
   color: #F5F5F5;
   border-color: #FFFFFF;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card1V-card-item2 a
{
   color: inherit;
   display: block;
   padding: 15px 24px 18px 24px;
   text-decoration: none;
}
#Card1V-card-item2 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card1V:hover #Card1V-card-item2 .svg-icon
{
   fill: #4285F4;
   transition: fill 300ms linear 0ms;
}
#wb_Card1V
{
   text-align: center;
}
#wb_LayoutGrid1V
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1V
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1V
{
   height: auto;
   padding: 60px 0 0 0;
}
#LayoutGrid1V > .col-1
{
   padding-right: 20px;
   padding-left: 20px;
}
#LayoutGrid1V > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1V > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0;
}
#wb_Cube3DV
{
   width: 250px;
   height: 245px;
   visibility: visible;
   display: inline-block;
}
#wb_Icon1V
{
   width: 28px;
   height: 29px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 8px 8px 8px 8px;
}
#Icon1V
{
   width: 28px;
   height: 29px;
}
#Icon1V i
{
   line-height: 29px;
   font-size: 28px;
   width: 27px;
}
#wb_Card2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card2-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #7A7A7A;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card2:hover #Card2-card-item0
{
   transform: rotate(0deg) scale(0.8,0.8) ;
   transition: transform 300ms linear 0ms;
}
#Card2-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card2-card-item0 .svg-icon
{
   fill: currentColor;
   width: 53px;
   height: 53px;
   overflow: visible;
   margin-right: 0px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 20px 30px 30px 30px;
   padding: 0;
}
#Card2-card-item1 h2
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   line-height: 31.5px;
   margin: 0;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
}
#Card2-card-item2 h1
{
   color: #1976FF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: italic;
   font-size: 32px;
   margin: 0;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#Card2-card-item3 h3
{
   color: #1976FF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: italic;
   font-size: 21px;
   margin: 0;
}
#wb_Card2
{
   text-align: center;
}
#wb_LayoutGrid6
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6
{
   height: auto;
   padding: 10px 0 130px 0;
}
#LayoutGrid6-divider-bottom
{
   height: 50px;
}
#LayoutGrid6-divider-bottom
{
   bottom: -0.3%;
}
#wb_LayoutGrid7
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid7
{
   height: auto;
   padding: 50px 0 100px 0;
}
#LayoutGrid7-divider-bottom
{
   height: 50px;
}
#LayoutGrid7-divider-bottom
{
   bottom: -0.3%;
}
#wb_Card5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   background-color: transparent;
   background-image: none;
}
#Card5-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #DC3545;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card5:hover #Card5-card-item0
{
   transform: rotate(10deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#Card5-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#Card5-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card5-card-item0 .svg-icon
{
   fill: currentColor;
   width: 53px;
   height: 53px;
   overflow: visible;
   margin-right: 0px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: center;
}
#wb_Card5:hover #Card5-card-item1
{
   color: #4285F4;
   transition: color 200ms linear 0ms;
}
#Card5-card-item1
{
   color: #F5F5F5;
   transition: color 200ms linear 0ms;
}
#Card5-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0 20px 0 20px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#Card5-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card5
{
   text-align: center;
}
#wb_Card6
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card6-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFC107;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card6:hover #Card6-card-item0
{
   transform: rotate(10deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#Card6-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#Card6-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card6-card-item0 .svg-icon
{
   fill: currentColor;
   width: 53px;
   height: 53px;
   overflow: visible;
   margin-right: 0px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Card6:hover #Card6-card-item1
{
   color: #4285F4;
   transition: color 200ms linear 0ms;
}
#Card6-card-item1
{
   color: #F5F5F5;
   transition: color 200ms linear 0ms;
}
#Card6-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card6-card-item1 h6
{
   color: inherit;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   margin: 0;
}
#Card6-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0 25px 0 25px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#Card6-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card6
{
   text-align: center;
}
#wb_Card3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card3-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #007BFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card3:hover #Card3-card-item0
{
   transform: rotate(10deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#Card3-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#Card3-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card3-card-item0 .svg-icon
{
   fill: currentColor;
   width: 53px;
   height: 53px;
   overflow: visible;
   margin-right: 0px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Card3:hover #Card3-card-item1
{
   color: #4285F4;
   transition: color 200ms linear 0ms;
}
#Card3-card-item1
{
   color: #F5F5F5;
   transition: color 200ms linear 0ms;
}
#Card3-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-card-item1 h5
{
   color: inherit;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   margin: 0;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0 15px 0 15px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#Card3-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card3
{
   text-align: center;
}
#wb_Card4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card4-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #4AA639;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card4:hover #Card4-card-item0
{
   transform: rotate(10deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#Card4-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#Card4-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card4-card-item0 .svg-icon
{
   fill: currentColor;
   width: 53px;
   height: 53px;
   overflow: visible;
   margin-right: 0px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: center;
}
#wb_Card4:hover #Card4-card-item1
{
   color: #4285F4;
   transition: color 200ms linear 0ms;
}
#Card4-card-item1
{
   color: #F5F5F5;
   transition: color 200ms linear 0ms;
}
#Card4-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0 20px 0 20px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#Card4-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card4
{
   text-align: center;
}
#wb_LayoutGrid8
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid8
{
   height: auto;
   padding: 90px 0 60px 0;
}
#wb_LayoutGrid8M
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid8M
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid8M
{
   height: auto;
   padding: 90px 0 60px 0;
}
#wb_LayoutGrid9
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid9
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid9
{
   height: auto;
   padding: 50px 0 90px 0;
}
#wb_Text1a
{
   visibility: visible;
   display: block;
}
#wb_Text1a
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Text2a
{
   visibility: visible;
   display: block;
}
#wb_Text2a
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Card8
{
   width: calc(100% - 40px);
   visibility: visible;
   display: flex;
   margin: 10px 20px 10px 20px;
}
#Card8-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: rgba(23,105,170,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card8-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card8-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card8-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item10 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item12 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item14
{
   display: inline-block;
   height: 39px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #4A92D9;
   border-radius: 5px;
   background-color: rgba(25,118,210,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#wb_Card8:hover #Card8-card-item14
{
   background-color: #F5F5F5;
   color: #4B94DC;
   border-color: #4B94DC;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card8-card-item14
{
   background-color: #4B94DC;
   color: #F5F5F5;
   border-color: #4B94DC;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card8-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card8-card-item14 .svg-icon
{
   fill: currentColor;
   width: 17px;
   height: 17px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card8:hover #Card8-card-item14 .svg-icon
{
   fill: #4B94DC;
   transition: fill 300ms linear 0ms;
}
#wb_Card8
{
   text-align: center;
}
#wb_Card9
{
   width: calc(100% - 40px);
   visibility: visible;
   display: flex;
   margin: 10px 20px 10px 20px;
}
#Card9-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: #1769AA;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card9-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card9-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card9-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item10 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item12 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item14
{
   display: inline-block;
   height: 39px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #1976D2;
   border-radius: 5px;
   background-color: #1976D2;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#wb_Card9:hover #Card9-card-item14
{
   background-color: #F5F5F5;
   color: #1976D2;
   border-color: #1976D2;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card9-card-item14
{
   background-color: #1976D2;
   color: #F5F5F5;
   border-color: #1976D2;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card9-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card9-card-item14 .svg-icon
{
   fill: currentColor;
   width: 17px;
   height: 17px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card9:hover #Card9-card-item14 .svg-icon
{
   fill: #1976D2;
   transition: fill 300ms linear 0ms;
}
#wb_Card9
{
   text-align: center;
}
#wb_Card7
{
   width: calc(100% - 40px);
   visibility: visible;
   display: flex;
   margin: 10px 20px 10px 20px;
}
#Card7-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: rgba(23,105,170,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card7-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card7-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card7-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item10 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item12 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item14
{
   display: inline-block;
   height: 39px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #78AEE5;
   border-radius: 5px;
   background-color: rgba(25,118,210,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#wb_Card7:hover #Card7-card-item14
{
   background-color: #F5F5F5;
   color: #78AEE5;
   border-color: #78AEE5;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card7-card-item14
{
   background-color: #78AEE5;
   color: #F5F5F5;
   border-color: #78AEE5;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card7-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card7-card-item14 .svg-icon
{
   fill: currentColor;
   width: 17px;
   height: 17px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card7:hover #Card7-card-item14 .svg-icon
{
   fill: #78AEE5;
   transition: fill 300ms linear 0ms;
}
#wb_Card7
{
   text-align: center;
}
#wb_Image1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image1
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 10px 10px 10px;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading2
{
   color: #4285F4;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   text-align: center;
   text-transform: none;
}
#wb_TextArt2V
{
   width: 192px;
   height: 49px;
   visibility: visible;
   display: inline-block;
   margin: 5px 5px 5px 10px;
}
#wb_TextArt1V
{
   width: 341px;
   height: 93px;
   visibility: visible;
   display: inline-block;
   margin: 5px 5px 5px 5px;
}
#wb_LayoutGrid3V
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3V
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3V
{
   height: auto;
   padding: 15px 0 15px 0;
}
#LayoutGrid3V > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid3V > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid3V > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0;
}
#wb_Text3a
{
   visibility: visible;
   display: block;
}
#wb_Text3a
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Text4a
{
   visibility: visible;
   display: block;
}
#wb_Text4a
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Text1b
{
   visibility: hidden;
   display: none;
}
#wb_Text1b
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Text2b
{
   visibility: hidden;
   display: none;
}
#wb_Text2b
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Text3b
{
   visibility: hidden;
   display: none;
}
#wb_Text3b
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Text4b
{
   visibility: hidden;
   display: none;
}
#wb_Text4b
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Heading3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 10px 10px 10px;
   font-size: 19px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading3
{
   color: #4285C8;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
   text-transform: none;
}
#wb_Heading4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 10px 10px 10px;
   font-size: 19px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading4
{
   color: #4285C8;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
   text-transform: none;
}
#wb_LayoutGrid2P
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid2P
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2P
{
   height: auto;
   padding: 60px 0 15px 0;
}
#LayoutGrid2P > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid2P > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid2P > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0;
}
#wb_LayoutGrid3P
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid3P
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3P
{
   height: auto;
   padding: 15px 0 15px 0;
}
#LayoutGrid3P > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid3P > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid3P > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0;
}
#wb_TextArt1P
{
   width: 341px;
   height: 93px;
   visibility: hidden;
   display: none;
   margin: 5px 5px 5px 5px;
}
#wb_TextArt2P
{
   width: 192px;
   height: 49px;
   visibility: hidden;
   display: none;
   margin: 5px 5px 5px 10px;
}
#wb_Card1P
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
}
#Card1P-card-item0
{
   box-sizing: border-box;
   margin: 10px 100px 30px 100px;
   border-top: 6px #F5F5F5 double;
   border-width: 6px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1P-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 20px 20px;
   padding: 0;
   text-align: center;
}
#Card1P-card-item1 h3
{
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   margin: 0;
}
#Card1P-card-item2
{
   display: inline-block;
   height: 56px;
   box-sizing: border-box;
   margin: 15px 20px 15px 20px;
   border: 2px solid #F5F5F5;
   border-radius: 4px;
   background-color: #4285F4;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#wb_Card1P:hover #Card1P-card-item2
{
   background-color: #F5F5F5;
   color: #4285F4;
   border-color: #4285F4;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card1P-card-item2
{
   background-color: #4285F4;
   color: #F5F5F5;
   border-color: #4285F4;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card1P-card-item2 a
{
   color: inherit;
   display: block;
   padding: 15px 24px 18px 24px;
   text-decoration: none;
}
#Card1P-card-item2 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card1P:hover #Card1P-card-item2 .svg-icon
{
   fill: #4285F4;
   transition: fill 300ms linear 0ms;
}
#wb_Card1P
{
   text-align: center;
}
#wb_LayoutGrid1P
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid1P
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1P
{
   height: auto;
   padding: 60px 0 0 0;
}
#LayoutGrid1P > .col-1
{
   padding-right: 20px;
   padding-left: 20px;
}
#LayoutGrid1P > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1P > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0;
}
#wb_Cube3DP
{
   width: 250px;
   height: 245px;
   visibility: hidden;
   display: none;
}
#wb_Icon1P
{
   width: 32px;
   height: 33px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 8px 8px 8px 8px;
}
#Icon1P
{
   width: 32px;
   height: 33px;
}
#Icon1P i
{
   line-height: 33px;
   font-size: 32px;
   width: 31px;
}
#wb_Card8M
{
   width: calc(100% - 40px);
   visibility: hidden;
   display: none;
   margin: 10px 20px 10px 20px;
}
#Card8M-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: rgba(23,105,170,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card8M-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card8M-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card8M-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card8M-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8M-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8M-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8M-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8M-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8M-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8M-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8M-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8M-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8M-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8M-card-item10 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8M-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8M-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8M-card-item12 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8M-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8M-card-item14
{
   display: inline-block;
   height: 39px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #4A92D9;
   border-radius: 5px;
   background-color: rgba(25,118,210,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#wb_Card8M:hover #Card8M-card-item14
{
   background-color: #F5F5F5;
   color: #4B94DC;
   border-color: #4B94DC;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card8M-card-item14
{
   background-color: #4B94DC;
   color: #F5F5F5;
   border-color: #4B94DC;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card8M-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card8M-card-item14 .svg-icon
{
   fill: currentColor;
   width: 17px;
   height: 17px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card8M:hover #Card8M-card-item14 .svg-icon
{
   fill: #4B94DC;
   transition: fill 300ms linear 0ms;
}
#wb_Card8M
{
   text-align: center;
}
#wb_Card9M
{
   width: calc(100% - 40px);
   visibility: hidden;
   display: none;
   margin: 10px 20px 10px 20px;
}
#Card9M-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: #1769AA;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card9M-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card9M-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card9M-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card9M-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9M-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9M-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9M-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9M-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9M-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9M-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9M-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9M-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9M-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9M-card-item10 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9M-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9M-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9M-card-item12 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9M-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9M-card-item14
{
   display: inline-block;
   height: 39px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #1976D2;
   border-radius: 5px;
   background-color: #1976D2;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#wb_Card9M:hover #Card9M-card-item14
{
   background-color: #F5F5F5;
   color: #1976D2;
   border-color: #1976D2;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card9M-card-item14
{
   background-color: #1976D2;
   color: #F5F5F5;
   border-color: #1976D2;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card9M-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card9M-card-item14 .svg-icon
{
   fill: currentColor;
   width: 17px;
   height: 17px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card9M:hover #Card9M-card-item14 .svg-icon
{
   fill: #1976D2;
   transition: fill 300ms linear 0ms;
}
#wb_Card9M
{
   text-align: center;
}
#wb_Card7M
{
   width: calc(100% - 40px);
   visibility: hidden;
   display: none;
   margin: 10px 20px 10px 20px;
}
#Card7M-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: rgba(23,105,170,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card7M-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card7M-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card7M-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card7M-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7M-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7M-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7M-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7M-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7M-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7M-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7M-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7M-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7M-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7M-card-item10 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7M-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7M-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7M-card-item12 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7M-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7M-card-item14
{
   display: inline-block;
   height: 39px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #78AEE5;
   border-radius: 5px;
   background-color: rgba(25,118,210,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#wb_Card7M:hover #Card7M-card-item14
{
   background-color: #F5F5F5;
   color: #78AEE5;
   border-color: #78AEE5;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card7M-card-item14
{
   background-color: #78AEE5;
   color: #F5F5F5;
   border-color: #78AEE5;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card7M-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card7M-card-item14 .svg-icon
{
   fill: currentColor;
   width: 17px;
   height: 17px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card7M:hover #Card7M-card-item14 .svg-icon
{
   fill: #78AEE5;
   transition: fill 300ms linear 0ms;
}
#wb_Card7M
{
   text-align: center;
}
#wb_LayoutGrid_Kontakt
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_Kontakt
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_Kontakt
{
   height: auto;
   padding: 100px 0 80px 0;
}
#LayoutGrid_Kontakt-divider-top
{
   height: 50px;
}
#LayoutGrid_Kontakt-divider-top
{
   top: -0.3%;
   left: 0;
}
#wb_layoutGrid_Links
{
   visibility: visible;
   display: table;
}
#wb_layoutGrid_Links
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGrid_Links
{
   height: auto;
   padding: 80px 0 80px 0;
}
#layoutGrid_Links > .col-1, #layoutGrid_Links > .col-2, #layoutGrid_Links > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#layoutGrid_Links > .col-1
{
   display: flex;
   flex-basis: 50%;
   max-width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#layoutGrid_Links > .col-2
{
   display: flex;
   flex-basis: 25%;
   max-width: 25%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#layoutGrid_Links > .col-3
{
   display: flex;
   flex-basis: 25%;
   max-width: 25%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_layoutGridFooter
{
   visibility: visible;
   display: table;
}
#wb_layoutGridFooter
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridFooter
{
   height: auto;
   padding: 30px 0 30px 0;
}
#layoutGridFooter > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#layoutGridFooter > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_a1900
{
   width: 45px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a1900
{
   margin: 0;
   padding: 0;
}
#wb_a1346
{
   width: 70px;
   height: 15px;
   visibility: visible;
   display: inline-block;
}
#wb_a1346
{
   margin: 0;
   padding: 0;
}
#wb_a1004
{
   width: 45px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a1004
{
   margin: 0;
   padding: 0;
}
#wb_a748
{
   width: 45px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a748
{
   margin: 0;
   padding: 0;
}
#wb_a460
{
   width: 45px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a460
{
   margin: 0;
   padding: 0;
}
#Extension1
{
}
#FilePublisher1
{
   left: 218px;
   top: 1710px;
   width: 78px;
   height: 78px;
   visibility: visible;
   display: inline;
}
}
@media only screen and (min-width: 1004px) and (max-width: 1345px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_layoutGridHeader
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_layoutGridHeader
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridHeader
{
   height: auto;
   padding: 0;
}
#wb_DropdownMenu1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 5px 0 ;
}
#DropdownMenu1, .DropdownMenu1 .nav, .DropdownMenu1 .dropdown-menu
{
   font-weight: bold;
   font-size: 19px;
}
#wb_Text_Kontakt1a
{
   visibility: visible;
   display: block;
}
#wb_Text_Kontakt1a
{
   margin: 0;
   padding: 25px 0 25px 0;
}
#wb_LayoutGrid-Breakpoint
{
   visibility: hidden;
   display: none;
   box-shadow: 0px 0px 0px rgba(105,105,105,0.78);
}
#wb_LayoutGrid-Breakpoint
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid-Breakpoint
{
   height: auto;
   padding: 0;
}
#wb_Card_Links1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card_Links1-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card_Links1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 0 0;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 22.8px;
}
#wb_Card_Links1
{
   text-align: left;
}
#wb_Card_Links2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card_Links2-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card_Links2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item1:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item2:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item3:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item4:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item5:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card_Links2
{
   text-align: left;
}
#wb_Card_Links3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card_Links3-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card_Links3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item1:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item2:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item3:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item4:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item5
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item5:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item5 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 0;
   text-decoration: none;
}
#Card_Links3-card-item5 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item5 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item6
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item6:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item6 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item6 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item6 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item7
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item7:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item7 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item7 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item7 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item8
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item8:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item8 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item8 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item8 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item9
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item9:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item9 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item9 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item9 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#wb_Card_Links3
{
   text-align: left;
}
#wb_Text_Footer
{
   visibility: visible;
   display: block;
}
#wb_Text_Footer
{
   font-size: 16px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Logo_Footer
{
   width: 173px;
   height: 61px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 16px 0 ;
   padding: 0;
}
#Logo_Footer
{
   width: 173px;
   height: 61px;
}
#wb_Logo_Header
{
   width: 176px;
   height: 62px;
   visibility: visible;
   display: inline-block;
   margin: 5px 0 5px 0 ;
   padding: 0;
}
#Logo_Header
{
   width: 176px;
   height: 62px;
}
#wb_mobileMenu
{
   width: 60px;
   height: 60px;
   visibility: hidden;
   display: none;
}
#wb_layoutGridWelcomeP
{
   visibility: hidden;
   display: none;
}
#wb_layoutGridWelcomeP
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridWelcomeP
{
   height: 100vh;
   padding: 20px 0 20px 0;
}
#MainVideo
{
   visibility: visible;
   display: inline-block;
   margin: 0;
   background-color: transparent;
}
#MainVideo
{
   width: 100%;
   margin: 0;
}
#MainVideo
{
    width: 100%;
    height: 100vh;
}
#MainVideo
{
   padding: 0;
}
#wb_layoutGridWelcomeV
{
   visibility: visible;
   display: table;
}
#wb_layoutGridWelcomeV
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridWelcomeV
{
   height: 100vh;
   padding: 20px 0 20px 0;
}
#wb_LayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   height: auto;
   padding: 80px 0 10px 0;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 80px 0 10px 0;
}
#wb_LayoutGrid2V
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2V
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2V
{
   height: auto;
   padding: 60px 0 15px 0;
}
#LayoutGrid2V > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid2V > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid2V > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0;
}
#wb_Card1V
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card1V-card-item0
{
   box-sizing: border-box;
   margin: 10px 100px 20px 100px;
   border-top: 7px #FFFFFF double;
   border-width: 7px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1V-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   text-align: center;
}
#Card1V-card-item1 h3
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
   margin: 0;
}
#Card1V-card-item2
{
   display: inline-block;
   height: 50px;
   box-sizing: border-box;
   margin: 15px 20px 15px 20px;
   border: 3px solid #F5F5F5;
   border-radius: 4px;
   background-color: #4285F4;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#wb_Card1V:hover #Card1V-card-item2
{
   background-color: #F5F5F5;
   color: #4285F4;
   border-color: #4285F4;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card1V-card-item2
{
   background-color: rgba(42,44,57,0.79);
   color: #F5F5F5;
   border-color: #FFFFFF;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card1V-card-item2 a
{
   color: inherit;
   display: block;
   padding: 11px 20px 14px 20px;
   text-decoration: none;
}
#Card1V-card-item2 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card1V:hover #Card1V-card-item2 .svg-icon
{
   fill: #4285F4;
   transition: fill 300ms linear 0ms;
}
#wb_Card1V
{
   text-align: center;
}
#wb_LayoutGrid1V
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1V
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1V
{
   height: auto;
   padding: 60px 0 0 0;
}
#LayoutGrid1V > .col-1
{
   padding-right: 20px;
   padding-left: 20px;
}
#LayoutGrid1V > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1V > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0;
}
#wb_Cube3DV
{
   width: 210px;
   height: 211px;
   visibility: visible;
   display: inline-block;
}
#wb_Icon1V
{
   width: 29px;
   height: 28px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 8px 8px 8px 8px;
}
#Icon1V
{
   width: 29px;
   height: 28px;
}
#Icon1V i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Card2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card2-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #7A7A7A;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card2:hover #Card2-card-item0
{
   transform: rotate(0deg) scale(0.8,0.8) ;
   transition: transform 300ms linear 0ms;
}
#Card2-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card2-card-item0 .svg-icon
{
   fill: currentColor;
   width: 53px;
   height: 53px;
   overflow: visible;
   margin-right: 0px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 20px 30px 30px 30px;
   padding: 0;
}
#Card2-card-item1 h2
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   line-height: 31.5px;
   margin: 0;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
}
#Card2-card-item2 h1
{
   color: #1976FF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: italic;
   font-size: 32px;
   margin: 0;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#Card2-card-item3 h3
{
   color: #1976FF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: italic;
   font-size: 21px;
   margin: 0;
}
#wb_Card2
{
   text-align: center;
}
#wb_LayoutGrid6
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6
{
   height: auto;
   padding: 10px 0 100px 0;
}
#LayoutGrid6-divider-bottom
{
   height: 50px;
}
#LayoutGrid6-divider-bottom
{
   bottom: -0.3%;
}
#wb_LayoutGrid7
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid7
{
   height: auto;
   padding: 40px 0 80px 0;
}
#LayoutGrid7-divider-bottom
{
   height: 50px;
}
#LayoutGrid7-divider-bottom
{
   bottom: -0.3%;
}
#wb_Card5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   background-color: transparent;
   background-image: none;
}
#Card5-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #DC3545;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card5:hover #Card5-card-item0
{
   transform: rotate(10deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#Card5-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#Card5-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card5-card-item0 .svg-icon
{
   fill: currentColor;
   width: 53px;
   height: 53px;
   overflow: visible;
   margin-right: 0px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   text-align: center;
}
#wb_Card5:hover #Card5-card-item1
{
   color: #4285F4;
   transition: color 200ms linear 0ms;
}
#Card5-card-item1
{
   color: #F5F5F5;
   transition: color 200ms linear 0ms;
}
#Card5-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0 20px 0 20px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#Card5-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card5
{
   text-align: center;
}
#wb_Card6
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card6-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFC107;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card6:hover #Card6-card-item0
{
   transform: rotate(10deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#Card6-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#Card6-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card6-card-item0 .svg-icon
{
   fill: currentColor;
   width: 53px;
   height: 53px;
   overflow: visible;
   margin-right: 0px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Card6:hover #Card6-card-item1
{
   color: #4285F4;
   transition: color 200ms linear 0ms;
}
#Card6-card-item1
{
   color: #F5F5F5;
   transition: color 200ms linear 0ms;
}
#Card6-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card6-card-item1 h6
{
   color: inherit;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card6-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0 20px 0 20px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#Card6-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card6
{
   text-align: center;
}
#wb_Card3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card3-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #007BFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card3:hover #Card3-card-item0
{
   transform: rotate(10deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#Card3-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#Card3-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card3-card-item0 .svg-icon
{
   fill: currentColor;
   width: 53px;
   height: 53px;
   overflow: visible;
   margin-right: 0px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Card3:hover #Card3-card-item1
{
   color: #4285F4;
   transition: color 200ms linear 0ms;
}
#Card3-card-item1
{
   color: #F5F5F5;
   transition: color 200ms linear 0ms;
}
#Card3-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-card-item1 h5
{
   color: inherit;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0 20px 0 20px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#Card3-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card3
{
   text-align: center;
}
#wb_Card4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card4-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #4AA639;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card4:hover #Card4-card-item0
{
   transform: rotate(10deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#Card4-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#Card4-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card4-card-item0 .svg-icon
{
   fill: currentColor;
   width: 53px;
   height: 53px;
   overflow: visible;
   margin-right: 0px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   text-align: center;
}
#wb_Card4:hover #Card4-card-item1
{
   color: #4285F4;
   transition: color 200ms linear 0ms;
}
#Card4-card-item1
{
   color: #F5F5F5;
   transition: color 200ms linear 0ms;
}
#Card4-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0 20px 0 20px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#Card4-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card4
{
   text-align: center;
}
#wb_LayoutGrid8
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid8
{
   height: auto;
   padding: 90px 0 50px 0;
}
#wb_LayoutGrid8M
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid8M
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid8M
{
   height: auto;
   padding: 90px 0 50px 0;
}
#wb_LayoutGrid9
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid9
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid9
{
   height: auto;
   padding: 50px 0 90px 0;
}
#wb_Text1a
{
   visibility: visible;
   display: block;
}
#wb_Text1a
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Text2a
{
   visibility: visible;
   display: block;
}
#wb_Text2a
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Card8
{
   width: calc(100% - 40px);
   visibility: visible;
   display: flex;
   margin: 10px 20px 10px 20px;
}
#Card8-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: rgba(23,105,170,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card8-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card8-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card8-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item10 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item12 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item14
{
   display: inline-block;
   height: 39px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #4A92D9;
   border-radius: 5px;
   background-color: rgba(25,118,210,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#wb_Card8:hover #Card8-card-item14
{
   background-color: #F5F5F5;
   color: #4B94DC;
   border-color: #4B94DC;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card8-card-item14
{
   background-color: #4B94DC;
   color: #F5F5F5;
   border-color: #4B94DC;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card8-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card8-card-item14 .svg-icon
{
   fill: currentColor;
   width: 17px;
   height: 17px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card8:hover #Card8-card-item14 .svg-icon
{
   fill: #4B94DC;
   transition: fill 300ms linear 0ms;
}
#wb_Card8
{
   text-align: center;
}
#wb_Card9
{
   width: calc(100% - 40px);
   visibility: visible;
   display: flex;
   margin: 10px 20px 10px 20px;
}
#Card9-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: #1769AA;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card9-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card9-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card9-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item10 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item12 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item14
{
   display: inline-block;
   height: 39px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #1976D2;
   border-radius: 5px;
   background-color: #1976D2;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#wb_Card9:hover #Card9-card-item14
{
   background-color: #F5F5F5;
   color: #1976D2;
   border-color: #1976D2;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card9-card-item14
{
   background-color: #1976D2;
   color: #F5F5F5;
   border-color: #1976D2;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card9-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card9-card-item14 .svg-icon
{
   fill: currentColor;
   width: 17px;
   height: 17px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card9:hover #Card9-card-item14 .svg-icon
{
   fill: #1976D2;
   transition: fill 300ms linear 0ms;
}
#wb_Card9
{
   text-align: center;
}
#wb_Card7
{
   width: calc(100% - 40px);
   visibility: visible;
   display: flex;
   margin: 10px 20px 10px 20px;
}
#Card7-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: rgba(23,105,170,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card7-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card7-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card7-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item10 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item12 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item14
{
   display: inline-block;
   height: 39px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #78AEE5;
   border-radius: 5px;
   background-color: rgba(25,118,210,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#wb_Card7:hover #Card7-card-item14
{
   background-color: #F5F5F5;
   color: #78AEE5;
   border-color: #78AEE5;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card7-card-item14
{
   background-color: #78AEE5;
   color: #F5F5F5;
   border-color: #78AEE5;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card7-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card7-card-item14 .svg-icon
{
   fill: currentColor;
   width: 17px;
   height: 17px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card7:hover #Card7-card-item14 .svg-icon
{
   fill: #78AEE5;
   transition: fill 300ms linear 0ms;
}
#wb_Card7
{
   text-align: center;
}
#wb_Image1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image1
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 10px 10px 10px;
   font-size: 29px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading2
{
   color: #4285F4;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 29px;
   text-align: center;
   text-transform: none;
}
#wb_TextArt2V
{
   width: 180px;
   height: 44px;
   visibility: visible;
   display: inline-block;
   margin: 5px 5px 5px 10px;
}
#wb_TextArt1V
{
   width: 291px;
   height: 88px;
   visibility: visible;
   display: inline-block;
   margin: 5px 5px 5px 5px;
}
#wb_LayoutGrid3V
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3V
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3V
{
   height: auto;
   padding: 15px 0 15px 0;
}
#LayoutGrid3V > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid3V > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid3V > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0;
}
#wb_Text3a
{
   visibility: visible;
   display: block;
}
#wb_Text3a
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Text4a
{
   visibility: visible;
   display: block;
}
#wb_Text4a
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Text1b
{
   visibility: hidden;
   display: none;
}
#wb_Text1b
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Text2b
{
   visibility: hidden;
   display: none;
}
#wb_Text2b
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Text3b
{
   visibility: hidden;
   display: none;
}
#wb_Text3b
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Text4b
{
   visibility: hidden;
   display: none;
}
#wb_Text4b
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Heading3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 10px 10px 10px;
   font-size: 19px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading3
{
   color: #4285C8;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
   text-transform: none;
}
#wb_Heading4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 10px 10px 10px;
   font-size: 19px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading4
{
   color: #4285C8;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
   text-transform: none;
}
#wb_LayoutGrid2P
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid2P
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2P
{
   height: auto;
   padding: 60px 0 15px 0;
}
#LayoutGrid2P > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid2P > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid2P > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0;
}
#wb_LayoutGrid3P
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid3P
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3P
{
   height: auto;
   padding: 15px 0 15px 0;
}
#LayoutGrid3P > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid3P > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid3P > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0;
}
#wb_TextArt1P
{
   width: 291px;
   height: 88px;
   visibility: hidden;
   display: none;
   margin: 5px 5px 5px 5px;
}
#wb_TextArt2P
{
   width: 180px;
   height: 44px;
   visibility: hidden;
   display: none;
   margin: 5px 5px 5px 10px;
}
#wb_Card1P
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
}
#Card1P-card-item0
{
   box-sizing: border-box;
   margin: 10px 100px 20px 100px;
   border-top: 6px #F5F5F5 double;
   border-width: 6px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1P-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   text-align: center;
}
#Card1P-card-item1 h3
{
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
   margin: 0;
}
#Card1P-card-item2
{
   display: inline-block;
   height: 48px;
   box-sizing: border-box;
   margin: 15px 20px 15px 20px;
   border: 2px solid #F5F5F5;
   border-radius: 4px;
   background-color: #4285F4;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#wb_Card1P:hover #Card1P-card-item2
{
   background-color: #F5F5F5;
   color: #4285F4;
   border-color: #4285F4;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card1P-card-item2
{
   background-color: #4285F4;
   color: #F5F5F5;
   border-color: #4285F4;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card1P-card-item2 a
{
   color: inherit;
   display: block;
   padding: 11px 20px 14px 20px;
   text-decoration: none;
}
#Card1P-card-item2 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card1P:hover #Card1P-card-item2 .svg-icon
{
   fill: #4285F4;
   transition: fill 300ms linear 0ms;
}
#wb_Card1P
{
   text-align: center;
}
#wb_LayoutGrid1P
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid1P
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1P
{
   height: auto;
   padding: 60px 0 0 0;
}
#LayoutGrid1P > .col-1
{
   padding-right: 20px;
   padding-left: 20px;
}
#LayoutGrid1P > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1P > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0;
}
#wb_Cube3DP
{
   width: 210px;
   height: 211px;
   visibility: hidden;
   display: none;
}
#wb_Icon1P
{
   width: 33px;
   height: 32px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 8px 8px 8px 8px;
}
#Icon1P
{
   width: 33px;
   height: 32px;
}
#Icon1P i
{
   line-height: 32px;
   font-size: 32px;
   width: 31px;
}
#wb_Card8M
{
   width: calc(100% - 40px);
   visibility: hidden;
   display: none;
   margin: 10px 20px 10px 20px;
}
#Card8M-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: rgba(23,105,170,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card8M-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card8M-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card8M-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card8M-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8M-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8M-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8M-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8M-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8M-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8M-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8M-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8M-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8M-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8M-card-item10 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8M-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8M-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8M-card-item12 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8M-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8M-card-item14
{
   display: inline-block;
   height: 39px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #4A92D9;
   border-radius: 5px;
   background-color: rgba(25,118,210,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#wb_Card8M:hover #Card8M-card-item14
{
   background-color: #F5F5F5;
   color: #4B94DC;
   border-color: #4B94DC;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card8M-card-item14
{
   background-color: #4B94DC;
   color: #F5F5F5;
   border-color: #4B94DC;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card8M-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card8M-card-item14 .svg-icon
{
   fill: currentColor;
   width: 17px;
   height: 17px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card8M:hover #Card8M-card-item14 .svg-icon
{
   fill: #4B94DC;
   transition: fill 300ms linear 0ms;
}
#wb_Card8M
{
   text-align: center;
}
#wb_Card9M
{
   width: calc(100% - 40px);
   visibility: hidden;
   display: none;
   margin: 10px 20px 10px 20px;
}
#Card9M-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: #1769AA;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card9M-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card9M-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card9M-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card9M-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9M-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9M-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9M-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9M-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9M-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9M-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9M-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9M-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9M-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9M-card-item10 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9M-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9M-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9M-card-item12 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9M-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9M-card-item14
{
   display: inline-block;
   height: 39px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #1976D2;
   border-radius: 5px;
   background-color: #1976D2;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#wb_Card9M:hover #Card9M-card-item14
{
   background-color: #F5F5F5;
   color: #1976D2;
   border-color: #1976D2;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card9M-card-item14
{
   background-color: #1976D2;
   color: #F5F5F5;
   border-color: #1976D2;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card9M-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card9M-card-item14 .svg-icon
{
   fill: currentColor;
   width: 17px;
   height: 17px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card9M:hover #Card9M-card-item14 .svg-icon
{
   fill: #1976D2;
   transition: fill 300ms linear 0ms;
}
#wb_Card9M
{
   text-align: center;
}
#wb_Card7M
{
   width: calc(100% - 40px);
   visibility: hidden;
   display: none;
   margin: 10px 20px 10px 20px;
}
#Card7M-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: rgba(23,105,170,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card7M-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card7M-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card7M-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card7M-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7M-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7M-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7M-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7M-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7M-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7M-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7M-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7M-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7M-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7M-card-item10 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7M-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7M-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7M-card-item12 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7M-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7M-card-item14
{
   display: inline-block;
   height: 39px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #78AEE5;
   border-radius: 5px;
   background-color: rgba(25,118,210,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#wb_Card7M:hover #Card7M-card-item14
{
   background-color: #F5F5F5;
   color: #78AEE5;
   border-color: #78AEE5;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card7M-card-item14
{
   background-color: #78AEE5;
   color: #F5F5F5;
   border-color: #78AEE5;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card7M-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card7M-card-item14 .svg-icon
{
   fill: currentColor;
   width: 17px;
   height: 17px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card7M:hover #Card7M-card-item14 .svg-icon
{
   fill: #78AEE5;
   transition: fill 300ms linear 0ms;
}
#wb_Card7M
{
   text-align: center;
}
#wb_LayoutGrid_Kontakt
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_Kontakt
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_Kontakt
{
   height: auto;
   padding: 100px 0 80px 0;
}
#LayoutGrid_Kontakt-divider-top
{
   height: 50px;
}
#LayoutGrid_Kontakt-divider-top
{
   top: -0.3%;
   left: 0;
}
#wb_layoutGrid_Links
{
   visibility: visible;
   display: table;
}
#wb_layoutGrid_Links
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGrid_Links
{
   height: auto;
   padding: 80px 0 80px 0;
}
#layoutGrid_Links > .col-1, #layoutGrid_Links > .col-2, #layoutGrid_Links > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#layoutGrid_Links > .col-1
{
   display: flex;
   flex-basis: 50%;
   max-width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#layoutGrid_Links > .col-2
{
   display: flex;
   flex-basis: 25%;
   max-width: 25%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#layoutGrid_Links > .col-3
{
   display: flex;
   flex-basis: 25%;
   max-width: 25%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_layoutGridFooter
{
   visibility: visible;
   display: table;
}
#wb_layoutGridFooter
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridFooter
{
   height: auto;
   padding: 30px 0 30px 0;
}
#layoutGridFooter > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#layoutGridFooter > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_a1900
{
   width: 45px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a1900
{
   margin: 0;
   padding: 0;
}
#wb_a1346
{
   width: 45px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a1346
{
   margin: 0;
   padding: 0;
}
#wb_a1004
{
   width: 60px;
   height: 15px;
   visibility: visible;
   display: inline-block;
}
#wb_a1004
{
   margin: 0;
   padding: 0;
}
#wb_a748
{
   width: 45px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a748
{
   margin: 0;
   padding: 0;
}
#wb_a460
{
   width: 45px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a460
{
   margin: 0;
   padding: 0;
}
#Extension1
{
}
#FilePublisher1
{
   left: 218px;
   top: 1562px;
   width: 83px;
   height: 80px;
   visibility: visible;
   display: inline;
}
}
@media only screen and (min-width: 748px) and (max-width: 1003px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_layoutGridHeader
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_layoutGridHeader
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridHeader
{
   height: auto;
   padding: 0;
}
#wb_DropdownMenu1
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0 0 5px 0 ;
}
#DropdownMenu1, .DropdownMenu1 .nav, .DropdownMenu1 .dropdown-menu
{
   font-weight: bold;
   font-size: 19px;
}
#wb_Text_Kontakt1a
{
   visibility: visible;
   display: block;
}
#wb_Text_Kontakt1a
{
   margin: 0;
   padding: 25px 0 25px 0;
}
#wb_LayoutGrid-Breakpoint
{
   visibility: hidden;
   display: none;
   box-shadow: 0px 0px 0px rgba(105,105,105,0.78);
}
#wb_LayoutGrid-Breakpoint
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid-Breakpoint
{
   height: auto;
   padding: 0;
}
#wb_Card_Links1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card_Links1-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card_Links1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 0 0;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 22.8px;
}
#wb_Card_Links1
{
   text-align: left;
}
#wb_Card_Links2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card_Links2-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item1:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item2:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item3:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item4:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item5:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card_Links2
{
   text-align: left;
}
#wb_Card_Links3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card_Links3-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item1:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item2:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item3:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item4:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item5
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item5:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item5 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 0;
   text-decoration: none;
}
#Card_Links3-card-item5 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item5 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item6
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item6:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item6 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item6 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item6 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item7
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item7:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item7 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item7 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item7 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item8
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item8:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item8 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item8 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item8 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item9
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item9:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item9 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item9 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item9 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#wb_Card_Links3
{
   text-align: left;
}
#wb_Text_Footer
{
   visibility: visible;
   display: block;
}
#wb_Text_Footer
{
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Logo_Footer
{
   width: 165px;
   height: 58px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 16px 0 ;
   padding: 0;
}
#Logo_Footer
{
   width: 165px;
   height: 58px;
}
#wb_Logo_Header
{
   width: 184px;
   height: 65px;
   visibility: visible;
   display: inline-block;
   margin: 5px 0 5px 0 ;
   padding: 0;
}
#Logo_Header
{
   width: 184px;
   height: 65px;
}
#wb_mobileMenu
{
   width: 60px;
   height: 60px;
   visibility: visible;
   display: inline-block;
}
#wb_layoutGridWelcomeP
{
   visibility: hidden;
   display: none;
}
#wb_layoutGridWelcomeP
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridWelcomeP
{
   height: 100vh;
   padding: 20px 0 20px 0;
}
#MainVideo
{
   visibility: visible;
   display: inline-block;
   margin: 0;
   background-color: transparent;
}
#MainVideo
{
   width: 100%;
   margin: 0;
}
#MainVideo
{
    width: 100%;
    height: 100vh;
}
#MainVideo
{
   padding: 0;
}
#wb_layoutGridWelcomeV
{
   visibility: visible;
   display: table;
}
#wb_layoutGridWelcomeV
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridWelcomeV
{
   height: 100vh;
   padding: 20px 0 20px 0;
}
#wb_LayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   height: auto;
   padding: 80px 0 10px 0;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 60px 0 10px 0;
}
#wb_LayoutGrid2V
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2V
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2V
{
   height: auto;
   padding: 60px 0 15px 0;
}
#LayoutGrid2V > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid2V > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid2V > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 30px 150px 80px 150px;
}
#wb_Card1V
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card1V-card-item0
{
   box-sizing: border-box;
   margin: 20px 100px 30px 100px;
   border-top: 7px #FFFFFF double;
   border-width: 7px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1V-card-item1
{
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#Card1V-card-item1 h3
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   margin: 0;
}
#Card1V-card-item2
{
   display: inline-block;
   height: 48px;
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border: 3px solid #F5F5F5;
   border-radius: 4px;
   background-color: #4285F4;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#wb_Card1V:hover #Card1V-card-item2
{
   background-color: #F5F5F5;
   color: #4285F4;
   border-color: #4285F4;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card1V-card-item2
{
   background-color: rgba(42,44,57,0.79);
   color: #F5F5F5;
   border-color: #FFFFFF;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card1V-card-item2 a
{
   color: inherit;
   display: block;
   padding: 11px 20px 14px 20px;
   text-decoration: none;
}
#Card1V-card-item2 .svg-icon
{
   fill: currentColor;
   width: 17px;
   height: 17px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card1V:hover #Card1V-card-item2 .svg-icon
{
   fill: #4285F4;
   transition: fill 300ms linear 0ms;
}
#wb_Card1V
{
   text-align: center;
}
#wb_LayoutGrid1V
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1V
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1V
{
   height: auto;
   padding: 60px 0 0 0;
}
#LayoutGrid1V > .col-1
{
   padding-right: 20px;
   padding-left: 20px;
}
#LayoutGrid1V > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1V > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 130px 50px 0 50px;
}
#wb_Cube3DV
{
   width: 181px;
   height: 191px;
   visibility: visible;
   display: inline-block;
}
#wb_Icon1V
{
   width: 33px;
   height: 33px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 8px 8px 8px 8px;
}
#Icon1V
{
   width: 33px;
   height: 33px;
}
#Icon1V i
{
   line-height: 33px;
   font-size: 33px;
   width: 36px;
}
#wb_Card2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card2-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #7A7A7A;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card2:hover #Card2-card-item0
{
   transform: rotate(0deg) scale(0.8,0.8) ;
   transition: transform 300ms linear 0ms;
}
#Card2-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card2-card-item0 .svg-icon
{
   fill: currentColor;
   width: 53px;
   height: 53px;
   overflow: visible;
   margin-right: 0px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 20px 30px 30px 30px;
   padding: 0;
}
#Card2-card-item1 h2
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
   line-height: 30px;
   margin: 0;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
}
#Card2-card-item2 h1
{
   color: #1976FF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: italic;
   font-size: 32px;
   margin: 0;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#Card2-card-item3 h3
{
   color: #1976FF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: italic;
   font-size: 20px;
   margin: 0;
}
#wb_Card2
{
   text-align: center;
}
#wb_LayoutGrid6
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6
{
   height: auto;
   padding: 10px 0 100px 0;
}
#LayoutGrid6-divider-bottom
{
   height: 40px;
}
#LayoutGrid6-divider-bottom
{
   bottom: -0.3%;
}
#wb_LayoutGrid7
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid7
{
   height: auto;
   padding: 30px 0 70px 0;
}
#LayoutGrid7-divider-bottom
{
   height: 40px;
}
#LayoutGrid7-divider-bottom
{
   bottom: -0.3%;
}
#wb_Card5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   background-color: transparent;
   background-image: none;
}
#Card5-card-item0
{
   display: inline-block;
   height: 43px;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #DC3545;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
}
#wb_Card5:hover #Card5-card-item0
{
   transform: rotate(10deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#Card5-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#Card5-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card5-card-item0 .svg-icon
{
   fill: currentColor;
   width: 43px;
   height: 43px;
   overflow: visible;
   margin-right: 0px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#wb_Card5:hover #Card5-card-item1
{
   color: #4285F4;
   transition: color 200ms linear 0ms;
}
#Card5-card-item1
{
   color: #F5F5F5;
   transition: color 200ms linear 0ms;
}
#Card5-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0 20px 0 20px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#Card5-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card5
{
   text-align: center;
}
#wb_Card6
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card6-card-item0
{
   display: inline-block;
   height: 43px;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFC107;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
}
#wb_Card6:hover #Card6-card-item0
{
   transform: rotate(10deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#Card6-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#Card6-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card6-card-item0 .svg-icon
{
   fill: currentColor;
   width: 43px;
   height: 43px;
   overflow: visible;
   margin-right: 0px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Card6:hover #Card6-card-item1
{
   color: #4285F4;
   transition: color 200ms linear 0ms;
}
#Card6-card-item1
{
   color: #F5F5F5;
   transition: color 200ms linear 0ms;
}
#Card6-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card6-card-item1 h6
{
   color: inherit;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   margin: 0;
}
#Card6-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0 20px 0 20px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#Card6-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card6
{
   text-align: center;
}
#wb_Card3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card3-card-item0
{
   display: inline-block;
   height: 43px;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #007BFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
}
#wb_Card3:hover #Card3-card-item0
{
   transform: rotate(10deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#Card3-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#Card3-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card3-card-item0 .svg-icon
{
   fill: currentColor;
   width: 43px;
   height: 43px;
   overflow: visible;
   margin-right: 0px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Card3:hover #Card3-card-item1
{
   color: #4285F4;
   transition: color 200ms linear 0ms;
}
#Card3-card-item1
{
   color: #F5F5F5;
   transition: color 200ms linear 0ms;
}
#Card3-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-card-item1 h5
{
   color: inherit;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   margin: 0;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0 20px 0 20px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#Card3-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card3
{
   text-align: center;
}
#wb_Card4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card4-card-item0
{
   display: inline-block;
   height: 43px;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #4AA639;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
}
#wb_Card4:hover #Card4-card-item0
{
   transform: rotate(10deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#Card4-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#Card4-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card4-card-item0 .svg-icon
{
   fill: currentColor;
   width: 43px;
   height: 43px;
   overflow: visible;
   margin-right: 0px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#wb_Card4:hover #Card4-card-item1
{
   color: #4285F4;
   transition: color 200ms linear 0ms;
}
#Card4-card-item1
{
   color: #F5F5F5;
   transition: color 200ms linear 0ms;
}
#Card4-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0 20px 0 20px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#Card4-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card4
{
   text-align: center;
}
#wb_LayoutGrid8
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid8
{
   height: auto;
   padding: 90px 0 80px 0;
}
#wb_LayoutGrid8M
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid8M
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid8M
{
   height: auto;
   padding: 90px 0 80px 0;
}
#wb_LayoutGrid9
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid9
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid9
{
   height: auto;
   padding: 10px 0 100px 0;
}
#wb_Text1a
{
   visibility: hidden;
   display: none;
}
#wb_Text1a
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Text2a
{
   visibility: hidden;
   display: none;
}
#wb_Text2a
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Card8
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 10px 0 10px 0 ;
}
#Card8-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: rgba(23,105,170,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card8-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card8-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card8-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item10 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item12 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item14
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #4A92D9;
   border-radius: 5px;
   background-color: rgba(25,118,210,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card8:hover #Card8-card-item14
{
   background-color: #F5F5F5;
   color: #4B94DC;
   border-color: #4B94DC;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card8-card-item14
{
   background-color: #4B94DC;
   color: #F5F5F5;
   border-color: #4B94DC;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card8-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card8-card-item14 .svg-icon
{
   fill: currentColor;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card8:hover #Card8-card-item14 .svg-icon
{
   fill: #4B94DC;
   transition: fill 300ms linear 0ms;
}
#wb_Card8
{
   text-align: center;
}
#wb_Card9
{
   width: calc(100% - 5px);
   visibility: hidden;
   display: none;
   margin: 10px 5px 10px 0 ;
}
#Card9-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: #1769AA;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card9-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card9-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card9-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item10 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item12 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item14
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #1976D2;
   border-radius: 5px;
   background-color: #1976D2;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card9:hover #Card9-card-item14
{
   background-color: #F5F5F5;
   color: #1976D2;
   border-color: #1976D2;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card9-card-item14
{
   background-color: #1976D2;
   color: #F5F5F5;
   border-color: #1976D2;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card9-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card9-card-item14 .svg-icon
{
   fill: currentColor;
   width: 13px;
   height: 13px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card9:hover #Card9-card-item14 .svg-icon
{
   fill: #1976D2;
   transition: fill 300ms linear 0ms;
}
#wb_Card9
{
   text-align: center;
}
#wb_Card7
{
   width: calc(100% - 5px);
   visibility: hidden;
   display: none;
   margin: 10px 0 10px 5px;
}
#Card7-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: rgba(23,105,170,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card7-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card7-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card7-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item10 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item12 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item14
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #78AEE5;
   border-radius: 5px;
   background-color: rgba(25,118,210,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card7:hover #Card7-card-item14
{
   background-color: #F5F5F5;
   color: #78AEE5;
   border-color: #78AEE5;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card7-card-item14
{
   background-color: #78AEE5;
   color: #F5F5F5;
   border-color: #78AEE5;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card7-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card7-card-item14 .svg-icon
{
   fill: currentColor;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card7:hover #Card7-card-item14 .svg-icon
{
   fill: #78AEE5;
   transition: fill 300ms linear 0ms;
}
#wb_Card7
{
   text-align: center;
}
#wb_Image1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image1
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 10px 10px 10px;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading2
{
   color: #4285F4;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: center;
   text-transform: none;
}
#wb_TextArt2V
{
   width: 163px;
   height: 41px;
   visibility: visible;
   display: inline-block;
   margin: 5px 5px 5px 10px;
}
#wb_TextArt1V
{
   width: 248px;
   height: 60px;
   visibility: visible;
   display: inline-block;
   margin: 5px 5px 5px 5px;
}
#wb_LayoutGrid3V
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3V
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3V
{
   height: auto;
   padding: 15px 40px 15px 40px;
}
#LayoutGrid3V > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid3V > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid3V > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0 10px 0 10px;
}
#wb_Text3a
{
   visibility: hidden;
   display: none;
}
#wb_Text3a
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Text4a
{
   visibility: hidden;
   display: none;
}
#wb_Text4a
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Text1b
{
   visibility: visible;
   display: block;
}
#wb_Text1b
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Text2b
{
   visibility: visible;
   display: block;
}
#wb_Text2b
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Text3b
{
   visibility: visible;
   display: block;
}
#wb_Text3b
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Text4b
{
   visibility: visible;
   display: block;
}
#wb_Text4b
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Heading3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 10px 10px 10px;
   font-size: 16px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading3
{
   color: #4285C8;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
   text-transform: none;
}
#wb_Heading4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 10px 10px 10px;
   font-size: 16px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading4
{
   color: #4285C8;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
   text-transform: none;
}
#wb_LayoutGrid2P
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid2P
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2P
{
   height: auto;
   padding: 60px 0 15px 0;
}
#LayoutGrid2P > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid2P > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid2P > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 30px 150px 80px 150px;
}
#wb_LayoutGrid3P
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid3P
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3P
{
   height: auto;
   padding: 15px 40px 15px 40px;
}
#LayoutGrid3P > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid3P > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid3P > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0 10px 0 10px;
}
#wb_TextArt1P
{
   width: 248px;
   height: 60px;
   visibility: hidden;
   display: none;
   margin: 5px 5px 5px 5px;
}
#wb_TextArt2P
{
   width: 163px;
   height: 41px;
   visibility: hidden;
   display: none;
   margin: 5px 5px 5px 10px;
}
#wb_Card1P
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
}
#Card1P-card-item0
{
   box-sizing: border-box;
   margin: 20px 100px 30px 100px;
   border-top: 6px #F5F5F5 double;
   border-width: 6px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1P-card-item1
{
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#Card1P-card-item1 h3
{
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   margin: 0;
}
#Card1P-card-item2
{
   display: inline-block;
   height: 46px;
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border: 2px solid #F5F5F5;
   border-radius: 4px;
   background-color: #4285F4;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#wb_Card1P:hover #Card1P-card-item2
{
   background-color: #F5F5F5;
   color: #4285F4;
   border-color: #4285F4;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card1P-card-item2
{
   background-color: #4285F4;
   color: #F5F5F5;
   border-color: #4285F4;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card1P-card-item2 a
{
   color: inherit;
   display: block;
   padding: 11px 20px 14px 20px;
   text-decoration: none;
}
#Card1P-card-item2 .svg-icon
{
   fill: currentColor;
   width: 17px;
   height: 17px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card1P:hover #Card1P-card-item2 .svg-icon
{
   fill: #4285F4;
   transition: fill 300ms linear 0ms;
}
#wb_Card1P
{
   text-align: center;
}
#wb_LayoutGrid1P
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid1P
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1P
{
   height: auto;
   padding: 60px 0 0 0;
}
#LayoutGrid1P > .col-1
{
   padding-right: 20px;
   padding-left: 20px;
}
#LayoutGrid1P > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1P > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 130px 50px 0 50px;
}
#wb_Cube3DP
{
   width: 181px;
   height: 191px;
   visibility: hidden;
   display: none;
}
#wb_Icon1P
{
   width: 37px;
   height: 37px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 8px 8px 8px 8px;
}
#Icon1P
{
   width: 37px;
   height: 37px;
}
#Icon1P i
{
   line-height: 37px;
   font-size: 37px;
   width: 36px;
}
#wb_Card8M
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 10px 0 10px 0 ;
}
#Card8M-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: rgba(23,105,170,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card8M-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card8M-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card8M-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card8M-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8M-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8M-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8M-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8M-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8M-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8M-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8M-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8M-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8M-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8M-card-item10 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8M-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8M-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8M-card-item12 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8M-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8M-card-item14
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #4A92D9;
   border-radius: 5px;
   background-color: rgba(25,118,210,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card8M:hover #Card8M-card-item14
{
   background-color: #F5F5F5;
   color: #4B94DC;
   border-color: #4B94DC;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card8M-card-item14
{
   background-color: #4B94DC;
   color: #F5F5F5;
   border-color: #4B94DC;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card8M-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card8M-card-item14 .svg-icon
{
   fill: currentColor;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card8M:hover #Card8M-card-item14 .svg-icon
{
   fill: #4B94DC;
   transition: fill 300ms linear 0ms;
}
#wb_Card8M
{
   text-align: center;
}
#wb_Card9M
{
   width: calc(100% - 5px);
   visibility: visible;
   display: flex;
   margin: 10px 5px 10px 0 ;
}
#Card9M-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: #1769AA;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card9M-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card9M-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card9M-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card9M-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9M-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9M-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9M-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9M-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9M-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9M-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9M-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9M-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9M-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9M-card-item10 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9M-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9M-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9M-card-item12 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9M-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9M-card-item14
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #1976D2;
   border-radius: 5px;
   background-color: #1976D2;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card9M:hover #Card9M-card-item14
{
   background-color: #F5F5F5;
   color: #1976D2;
   border-color: #1976D2;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card9M-card-item14
{
   background-color: #1976D2;
   color: #F5F5F5;
   border-color: #1976D2;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card9M-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card9M-card-item14 .svg-icon
{
   fill: currentColor;
   width: 13px;
   height: 13px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card9M:hover #Card9M-card-item14 .svg-icon
{
   fill: #1976D2;
   transition: fill 300ms linear 0ms;
}
#wb_Card9M
{
   text-align: center;
}
#wb_Card7M
{
   width: calc(100% - 5px);
   visibility: visible;
   display: flex;
   margin: 10px 0 10px 5px;
}
#Card7M-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: rgba(23,105,170,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card7M-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card7M-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card7M-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card7M-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7M-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7M-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7M-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7M-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7M-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7M-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7M-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7M-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7M-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7M-card-item10 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7M-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7M-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7M-card-item12 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7M-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7M-card-item14
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #78AEE5;
   border-radius: 5px;
   background-color: rgba(25,118,210,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card7M:hover #Card7M-card-item14
{
   background-color: #F5F5F5;
   color: #78AEE5;
   border-color: #78AEE5;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card7M-card-item14
{
   background-color: #78AEE5;
   color: #F5F5F5;
   border-color: #78AEE5;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card7M-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card7M-card-item14 .svg-icon
{
   fill: currentColor;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card7M:hover #Card7M-card-item14 .svg-icon
{
   fill: #78AEE5;
   transition: fill 300ms linear 0ms;
}
#wb_Card7M
{
   text-align: center;
}
#wb_LayoutGrid_Kontakt
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_Kontakt
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_Kontakt
{
   height: auto;
   padding: 70px 0 30px 0;
}
#LayoutGrid_Kontakt-divider-top
{
   height: 50px;
}
#LayoutGrid_Kontakt-divider-top
{
   top: -0.3%;
   left: 0;
}
#wb_layoutGrid_Links
{
   visibility: visible;
   display: table;
}
#wb_layoutGrid_Links
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGrid_Links
{
   height: auto;
   padding: 50px 0 50px 0;
}
#layoutGrid_Links > .col-1, #layoutGrid_Links > .col-2, #layoutGrid_Links > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#layoutGrid_Links > .col-1
{
   display: flex;
   flex-basis: 50%;
   max-width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#layoutGrid_Links > .col-2
{
   display: flex;
   flex-basis: 25%;
   max-width: 25%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#layoutGrid_Links > .col-3
{
   display: flex;
   flex-basis: 25%;
   max-width: 25%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_layoutGridFooter
{
   visibility: visible;
   display: table;
}
#wb_layoutGridFooter
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridFooter
{
   height: auto;
   padding: 30px 0 30px 0;
}
#layoutGridFooter > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#layoutGridFooter > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_a1900
{
   width: 45px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a1900
{
   margin: 0;
   padding: 0;
}
#wb_a1346
{
   width: 45px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a1346
{
   margin: 0;
   padding: 0;
}
#wb_a1004
{
   width: 45px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a1004
{
   margin: 0;
   padding: 0;
}
#wb_a748
{
   width: 60px;
   height: 15px;
   visibility: visible;
   display: inline-block;
}
#wb_a748
{
   margin: 0;
   padding: 0;
}
#wb_a460
{
   width: 45px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a460
{
   margin: 0;
   padding: 0;
}
#Extension1
{
}
#FilePublisher1
{
   left: 216px;
   top: 1340px;
   width: 76px;
   height: 75px;
   visibility: visible;
   display: inline;
}
}
@media only screen and (max-width: 747px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_layoutGridHeader
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
   box-shadow: 0px 0px 0px #000000;
}
#wb_layoutGridHeader
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridHeader
{
   height: auto;
   padding: 0;
}
#wb_DropdownMenu1
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0 0 5px 0 ;
}
#DropdownMenu1, .DropdownMenu1 .nav, .DropdownMenu1 .dropdown-menu
{
   font-weight: bold;
   font-size: 19px;
}
#wb_Text_Kontakt1a
{
   visibility: visible;
   display: block;
}
#wb_Text_Kontakt1a
{
   margin: 0;
   padding: 25px 0 25px 0;
}
#wb_LayoutGrid-Breakpoint
{
   visibility: hidden;
   display: none;
   box-shadow: 0px 0px 0px rgba(105,105,105,0.79);
}
#wb_LayoutGrid-Breakpoint
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid-Breakpoint
{
   height: auto;
   padding: 0;
}
#wb_Card_Links1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card_Links1-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card_Links1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 0 0;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 22.8px;
}
#wb_Card_Links1
{
   text-align: left;
}
#wb_Card_Links2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card_Links2-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card_Links2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item1:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item2:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item3:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item4:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links2-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links2-card-item5:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links2-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card_Links2
{
   text-align: left;
}
#wb_Card_Links3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card_Links3-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card_Links3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item1:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item2:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item3:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item4:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card_Links3-card-item5
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item5:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item5 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 0;
   text-decoration: none;
}
#Card_Links3-card-item5 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item5 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item6
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item6:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item6 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item6 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item6 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item7
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item7:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item7 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item7 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item7 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item8
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item8:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item8 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item8 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item8 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#Card_Links3-card-item9
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card_Links3-card-item9:hover
{
   color: #303244;
   transition: color 200ms linear 0ms;
}
#Card_Links3-card-item9 a
{
   color: inherit;
   display: block;
   padding: 0 0 16px 10px;
   text-decoration: none;
}
#Card_Links3-card-item9 .svg-icon
{
   fill: currentColor;
   width: 19px;
   height: 19px;
   overflow: visible;
   margin-right: 0px;
}
#Card_Links3-card-item9 .svg-icon:hover
{
   fill: #303244;
   transition: fill 200ms linear 0ms;
}
#wb_Card_Links3
{
   text-align: left;
}
#wb_Text_Footer
{
   visibility: visible;
   display: block;
}
#wb_Text_Footer
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Logo_Footer
{
   width: 126px;
   height: 44px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 16px 0 ;
   padding: 0;
}
#Logo_Footer
{
   width: 126px;
   height: 44px;
}
#wb_Logo_Header
{
   width: 97px;
   height: 34px;
   visibility: visible;
   display: inline-block;
   margin: 5px 0 5px 0 ;
   padding: 0;
}
#Logo_Header
{
   width: 97px;
   height: 34px;
}
#wb_mobileMenu
{
   width: 46px;
   height: 50px;
   visibility: visible;
   display: inline-block;
}
#wb_layoutGridWelcomeP
{
   visibility: hidden;
   display: none;
}
#wb_layoutGridWelcomeP
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridWelcomeP
{
   height: 100vh;
   padding: 20px 0 20px 0;
}
#MainVideo
{
   visibility: visible;
   display: inline-block;
   margin: 0;
   background-color: transparent;
}
#MainVideo
{
   width: 100%;
   margin: 0;
}
#MainVideo
{
    width: 100%;
    height: 100vh;
}
#MainVideo
{
   padding: 0;
}
#wb_layoutGridWelcomeV
{
   visibility: visible;
   display: table;
}
#wb_layoutGridWelcomeV
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridWelcomeV
{
   height: 100vh;
   padding: 20px 0 20px 0;
}
#wb_LayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   height: auto;
   padding: 50px 0 0 0;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 50px 0 0 0;
}
#wb_LayoutGrid2V
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2V
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2V
{
   height: auto;
   padding: 50px 0 15px 0;
}
#LayoutGrid2V > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid2V > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid2V > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0;
}
#wb_Card1V
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card1V-card-item0
{
   box-sizing: border-box;
   margin: 10px 100px 20px 100px;
   border-top: 7px #FFFFFF double;
   border-width: 7px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1V-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 20px 20px;
   padding: 0;
   text-align: center;
}
#Card1V-card-item1 h3
{
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#Card1V-card-item2
{
   display: inline-block;
   height: 36px;
   box-sizing: border-box;
   margin: 15px 20px 15px 20px;
   border: 3px solid #F5F5F5;
   border-radius: 4px;
   background-color: #4285F4;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#wb_Card1V:hover #Card1V-card-item2
{
   background-color: #F5F5F5;
   color: #4285F4;
   border-color: #4285F4;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card1V-card-item2
{
   background-color: rgba(42,44,57,0.79);
   color: #F5F5F5;
   border-color: #FFFFFF;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card1V-card-item2 a
{
   color: inherit;
   display: block;
   padding: 7px 16px 10px 16px;
   text-decoration: none;
}
#Card1V-card-item2 .svg-icon
{
   fill: currentColor;
   width: 13px;
   height: 13px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card1V:hover #Card1V-card-item2 .svg-icon
{
   fill: #4285F4;
   transition: fill 300ms linear 0ms;
}
#wb_Card1V
{
   text-align: center;
}
#wb_LayoutGrid1V
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1V
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1V
{
   height: auto;
   padding: 60px 0 0 0;
}
#LayoutGrid1V > .col-1
{
   padding-right: 20px;
   padding-left: 20px;
}
#LayoutGrid1V > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1V > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 30px 0 0 0;
}
#wb_Cube3DV
{
   width: 121px;
   height: 125px;
   visibility: visible;
   display: inline-block;
}
#wb_Icon1V
{
   width: 33px;
   height: 33px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 8px 8px 8px 8px;
}
#Icon1V
{
   width: 33px;
   height: 33px;
}
#Icon1V i
{
   line-height: 33px;
   font-size: 33px;
   width: 36px;
}
#wb_Card2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card2-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #7A7A7A;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card2:hover #Card2-card-item0
{
   transform: rotate(0deg) scale(0.8,0.8) ;
   transition: transform 300ms linear 0ms;
}
#Card2-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card2-card-item0 .svg-icon
{
   fill: currentColor;
   width: 53px;
   height: 53px;
   overflow: visible;
   margin-right: 0px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 20px 30px 30px 30px;
   padding: 0;
}
#Card2-card-item1 h2
{
   color: #4F4F4F;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 28.5px;
   margin: 0;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
}
#Card2-card-item2 h1
{
   color: #1976FF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: italic;
   font-size: 29px;
   margin: 0;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#Card2-card-item3 h3
{
   color: #1976FF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: italic;
   font-size: 19px;
   margin: 0;
}
#wb_Card2
{
   text-align: center;
}
#wb_LayoutGrid6
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6
{
   height: auto;
   padding: 10px 0 80px 0;
}
#LayoutGrid6-divider-bottom
{
   height: 30px;
}
#LayoutGrid6-divider-bottom
{
   bottom: -0.3%;
}
#wb_LayoutGrid7
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid7
{
   height: auto;
   padding: 60px 0 80px 0;
}
#LayoutGrid7-divider-bottom
{
   height: 30px;
}
#LayoutGrid7-divider-bottom
{
   bottom: -0.3%;
}
#wb_Card5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   background-color: transparent;
   background-image: none;
}
#Card5-card-item0
{
   display: inline-block;
   height: 43px;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #DC3545;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
}
#wb_Card5:hover #Card5-card-item0
{
   transform: rotate(10deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#Card5-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#Card5-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card5-card-item0 .svg-icon
{
   fill: currentColor;
   width: 43px;
   height: 43px;
   overflow: visible;
   margin-right: 0px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   text-align: center;
}
#wb_Card5:hover #Card5-card-item1
{
   color: #4285F4;
   transition: color 200ms linear 0ms;
}
#Card5-card-item1
{
   color: #F5F5F5;
   transition: color 200ms linear 0ms;
}
#Card5-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0 20px 0 20px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#Card5-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card5
{
   text-align: center;
}
#wb_Card6
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card6-card-item0
{
   display: inline-block;
   height: 43px;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFC107;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
}
#wb_Card6:hover #Card6-card-item0
{
   transform: rotate(10deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#Card6-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#Card6-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card6-card-item0 .svg-icon
{
   fill: currentColor;
   width: 43px;
   height: 43px;
   overflow: visible;
   margin-right: 0px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Card6:hover #Card6-card-item1
{
   color: #4285F4;
   transition: color 200ms linear 0ms;
}
#Card6-card-item1
{
   color: #F5F5F5;
   transition: color 200ms linear 0ms;
}
#Card6-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card6-card-item1 h6
{
   color: inherit;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card6-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0 20px 0 20px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#Card6-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card6
{
   text-align: center;
}
#wb_Card3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card3-card-item0
{
   display: inline-block;
   height: 43px;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #007BFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
}
#wb_Card3:hover #Card3-card-item0
{
   transform: rotate(10deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#Card3-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#Card3-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card3-card-item0 .svg-icon
{
   fill: currentColor;
   width: 43px;
   height: 43px;
   overflow: visible;
   margin-right: 0px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Card3:hover #Card3-card-item1
{
   color: #4285F4;
   transition: color 200ms linear 0ms;
}
#Card3-card-item1
{
   color: #F5F5F5;
   transition: color 200ms linear 0ms;
}
#Card3-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-card-item1 h5
{
   color: inherit;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0 15px 0 15px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#Card3-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card3
{
   text-align: center;
}
#wb_Card4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card4-card-item0
{
   display: inline-block;
   height: 43px;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #4AA639;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
}
#wb_Card4:hover #Card4-card-item0
{
   transform: rotate(10deg) scale(1.5,1.5) ;
   transition: transform 200ms linear 0ms;
}
#Card4-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#Card4-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card4-card-item0 .svg-icon
{
   fill: currentColor;
   width: 43px;
   height: 43px;
   overflow: visible;
   margin-right: 0px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   text-align: center;
}
#wb_Card4:hover #Card4-card-item1
{
   color: #4285F4;
   transition: color 200ms linear 0ms;
}
#Card4-card-item1
{
   color: #F5F5F5;
   transition: color 200ms linear 0ms;
}
#Card4-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0 20px 0 20px;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#Card4-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card4
{
   text-align: center;
}
#wb_LayoutGrid8
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid8
{
   height: auto;
   padding: 10px 0 10px 0;
}
#wb_LayoutGrid8M
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid8M
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid8M
{
   height: auto;
   padding: 10px 0 10px 0;
}
#wb_LayoutGrid9
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid9
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid9
{
   height: auto;
   padding: 50px 0 50px 0;
}
#wb_Text1a
{
   visibility: hidden;
   display: none;
}
#wb_Text1a
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Text2a
{
   visibility: hidden;
   display: none;
}
#wb_Text2a
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Card8
{
   width: calc(100% - 40px);
   visibility: hidden;
   display: none;
   margin: 10px 20px 10px 20px;
}
#Card8-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: rgba(23,105,170,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card8-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card8-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card8-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item10 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item12 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item14
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #4A92D9;
   border-radius: 5px;
   background-color: rgba(25,118,210,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card8:hover #Card8-card-item14
{
   background-color: #F5F5F5;
   color: #4B94DC;
   border-color: #4B94DC;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card8-card-item14
{
   background-color: #4B94DC;
   color: #F5F5F5;
   border-color: #4B94DC;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card8-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card8-card-item14 .svg-icon
{
   fill: currentColor;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card8:hover #Card8-card-item14 .svg-icon
{
   fill: #4B94DC;
   transition: fill 300ms linear 0ms;
}
#wb_Card8
{
   text-align: center;
}
#wb_Card9
{
   width: calc(100% - 40px);
   visibility: visible;
   display: flex;
   margin: 10px 20px 10px 20px;
}
#Card9-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: #1769AA;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card9-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card9-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card9-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item10 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item12 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item14
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #1976D2;
   border-radius: 5px;
   background-color: #1976D2;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card9:hover #Card9-card-item14
{
   background-color: #F5F5F5;
   color: #1976D2;
   border-color: #1976D2;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card9-card-item14
{
   background-color: #1976D2;
   color: #F5F5F5;
   border-color: #1976D2;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card9-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card9-card-item14 .svg-icon
{
   fill: currentColor;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card9:hover #Card9-card-item14 .svg-icon
{
   fill: #1976D2;
   transition: fill 300ms linear 0ms;
}
#wb_Card9
{
   text-align: center;
}
#wb_Card7
{
   width: calc(100% - 40px);
   visibility: hidden;
   display: none;
   margin: 10px 20px 10px 20px;
}
#Card7-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: rgba(23,105,170,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card7-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card7-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card7-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item10 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item12 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item14
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #78AEE5;
   border-radius: 5px;
   background-color: rgba(25,118,210,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card7:hover #Card7-card-item14
{
   background-color: #F5F5F5;
   color: #78AEE5;
   border-color: #78AEE5;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card7-card-item14
{
   background-color: #78AEE5;
   color: #F5F5F5;
   border-color: #78AEE5;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card7-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card7-card-item14 .svg-icon
{
   fill: currentColor;
   width: 13px;
   height: 13px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card7:hover #Card7-card-item14 .svg-icon
{
   fill: #78AEE5;
   transition: fill 300ms linear 0ms;
}
#wb_Card7
{
   text-align: center;
}
#wb_Image1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image1
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 10px 10px 10px;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading2
{
   color: #4285F4;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: center;
   text-transform: none;
}
#wb_TextArt2V
{
   width: 146px;
   height: 37px;
   visibility: visible;
   display: inline-block;
   margin: 5px 0 5px 10px;
}
#wb_TextArt1V
{
   width: 260px;
   height: 54px;
   visibility: visible;
   display: inline-block;
   margin: 5px 0 5px 0 ;
}
#wb_LayoutGrid3V
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3V
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3V
{
   height: auto;
   padding: 15px 0 15px 0;
}
#LayoutGrid3V > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid3V > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid3V > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0;
}
#wb_Text3a
{
   visibility: hidden;
   display: none;
}
#wb_Text3a
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Text4a
{
   visibility: hidden;
   display: none;
}
#wb_Text4a
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Text1b
{
   visibility: visible;
   display: block;
}
#wb_Text1b
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Text2b
{
   visibility: visible;
   display: block;
}
#wb_Text2b
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Text3b
{
   visibility: visible;
   display: block;
}
#wb_Text3b
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Text4b
{
   visibility: visible;
   display: block;
}
#wb_Text4b
{
   margin: 10px 10px 10px 10px;
   padding: 15px 15px 15px 15px;
}
#wb_Heading3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 10px 10px 10px;
   font-size: 16px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading3
{
   color: #4285C8;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
   text-transform: none;
}
#wb_Heading4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 10px 10px 10px;
   font-size: 16px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading4
{
   color: #4285C8;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
   text-transform: none;
}
#wb_LayoutGrid2P
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid2P
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2P
{
   height: auto;
   padding: 50px 0 15px 0;
}
#LayoutGrid2P > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid2P > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid2P > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0;
}
#wb_LayoutGrid3P
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid3P
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3P
{
   height: auto;
   padding: 15px 0 15px 0;
}
#LayoutGrid3P > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid3P > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid3P > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0;
}
#wb_TextArt1P
{
   width: 260px;
   height: 54px;
   visibility: hidden;
   display: none;
   margin: 5px 0 5px 0 ;
}
#wb_TextArt2P
{
   width: 146px;
   height: 37px;
   visibility: hidden;
   display: none;
   margin: 5px 0 5px 10px;
}
#wb_Card1P
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
}
#Card1P-card-item0
{
   box-sizing: border-box;
   margin: 10px 100px 20px 100px;
   border-top: 6px #F5F5F5 double;
   border-width: 6px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1P-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 20px 20px;
   padding: 0;
   text-align: center;
}
#Card1P-card-item1 h3
{
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#Card1P-card-item2
{
   display: inline-block;
   height: 34px;
   box-sizing: border-box;
   margin: 15px 20px 15px 20px;
   border: 2px solid #F5F5F5;
   border-radius: 4px;
   background-color: #4285F4;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card1P:hover #Card1P-card-item2
{
   background-color: #F5F5F5;
   color: #4285F4;
   border-color: #4285F4;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card1P-card-item2
{
   background-color: #4285F4;
   color: #F5F5F5;
   border-color: #4285F4;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card1P-card-item2 a
{
   color: inherit;
   display: block;
   padding: 7px 16px 10px 16px;
   text-decoration: none;
}
#Card1P-card-item2 .svg-icon
{
   fill: currentColor;
   width: 13px;
   height: 13px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card1P:hover #Card1P-card-item2 .svg-icon
{
   fill: #4285F4;
   transition: fill 300ms linear 0ms;
}
#wb_Card1P
{
   text-align: center;
}
#wb_LayoutGrid1P
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid1P
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1P
{
   height: auto;
   padding: 60px 0 0 0;
}
#LayoutGrid1P > .col-1
{
   padding-right: 20px;
   padding-left: 20px;
}
#LayoutGrid1P > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1P > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 30px 0 0 0;
}
#wb_Cube3DP
{
   width: 121px;
   height: 125px;
   visibility: hidden;
   display: none;
}
#wb_Icon1P
{
   width: 37px;
   height: 37px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 8px 8px 8px 8px;
}
#Icon1P
{
   width: 37px;
   height: 37px;
}
#Icon1P i
{
   line-height: 37px;
   font-size: 37px;
   width: 36px;
}
#wb_Card8M
{
   width: calc(100% - 40px);
   visibility: visible;
   display: flex;
   margin: 10px 20px 10px 20px;
}
#Card8M-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: rgba(23,105,170,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card8M-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card8M-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card8M-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card8M-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8M-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8M-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8M-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8M-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8M-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8M-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8M-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8M-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8M-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8M-card-item10 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8M-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8M-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8M-card-item12 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card8M-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8M-card-item14
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #4A92D9;
   border-radius: 5px;
   background-color: rgba(25,118,210,0.78);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card8M:hover #Card8M-card-item14
{
   background-color: #F5F5F5;
   color: #4B94DC;
   border-color: #4B94DC;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card8M-card-item14
{
   background-color: #4B94DC;
   color: #F5F5F5;
   border-color: #4B94DC;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card8M-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card8M-card-item14 .svg-icon
{
   fill: currentColor;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card8M:hover #Card8M-card-item14 .svg-icon
{
   fill: #4B94DC;
   transition: fill 300ms linear 0ms;
}
#wb_Card8M
{
   text-align: center;
}
#wb_Card9M
{
   width: calc(100% - 40px);
   visibility: visible;
   display: flex;
   margin: 10px 20px 10px 20px;
}
#Card9M-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: #1769AA;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card9M-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card9M-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card9M-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: #2196F3;
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card9M-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9M-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9M-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9M-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9M-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9M-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9M-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9M-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9M-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9M-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9M-card-item10 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9M-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9M-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card9M-card-item12 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card9M-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9M-card-item14
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #1976D2;
   border-radius: 5px;
   background-color: #1976D2;
   background-image: none;
   color: #F5F5F5;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card9M:hover #Card9M-card-item14
{
   background-color: #F5F5F5;
   color: #1976D2;
   border-color: #1976D2;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card9M-card-item14
{
   background-color: #1976D2;
   color: #F5F5F5;
   border-color: #1976D2;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card9M-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card9M-card-item14 .svg-icon
{
   fill: currentColor;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card9M:hover #Card9M-card-item14 .svg-icon
{
   fill: #1976D2;
   transition: fill 300ms linear 0ms;
}
#wb_Card9M
{
   text-align: center;
}
#wb_Card7M
{
   width: calc(100% - 40px);
   visibility: visible;
   display: flex;
   margin: 10px 20px 10px 20px;
}
#Card7M-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 14px 10px 14px 10px;
   background-color: rgba(23,105,170,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card7M-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 10px 12px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card7M-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card7M-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 10px 30px 10px;
   background-color: rgba(33,150,243,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card7M-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7M-card-item4 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7M-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7M-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7M-card-item6 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7M-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7M-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7M-card-item8 .svg-icon
{
   fill: #4CAF50;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7M-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7M-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7M-card-item10 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7M-card-item11
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7M-card-item12
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7M-card-item12 .svg-icon
{
   fill: #F44336;
   width: 16px;
   height: 16px;
   overflow: visible;
   margin-right: 8px;
}
#Card7M-card-item13
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #F5F5F5 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7M-card-item14
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #78AEE5;
   border-radius: 5px;
   background-color: rgba(25,118,210,0.59);
   background-image: none;
   color: #FFFFFF;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card7M:hover #Card7M-card-item14
{
   background-color: #F5F5F5;
   color: #78AEE5;
   border-color: #78AEE5;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card7M-card-item14
{
   background-color: #78AEE5;
   color: #F5F5F5;
   border-color: #78AEE5;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#Card7M-card-item14 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card7M-card-item14 .svg-icon
{
   fill: currentColor;
   width: 13px;
   height: 13px;
   overflow: visible;
   margin-left: 6px;
   transition: fill 500ms linear 0ms;
}
#wb_Card7M:hover #Card7M-card-item14 .svg-icon
{
   fill: #78AEE5;
   transition: fill 300ms linear 0ms;
}
#wb_Card7M
{
   text-align: center;
}
#wb_LayoutGrid_Kontakt
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_Kontakt
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_Kontakt
{
   height: auto;
   padding: 70px 0 50px 0;
}
#LayoutGrid_Kontakt-divider-top
{
   height: 50px;
}
#LayoutGrid_Kontakt-divider-top
{
   top: -0.3%;
   left: 0;
}
#wb_layoutGrid_Links
{
   visibility: visible;
   display: table;
}
#wb_layoutGrid_Links
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGrid_Links
{
   height: auto;
   padding: 50px 0 50px 0;
}
#layoutGrid_Links > .col-1, #layoutGrid_Links > .col-2, #layoutGrid_Links > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#layoutGrid_Links > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#layoutGrid_Links > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#layoutGrid_Links > .col-3
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_layoutGridFooter
{
   visibility: visible;
   display: table;
}
#wb_layoutGridFooter
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridFooter
{
   height: auto;
   padding: 30px 0 30px 0;
}
#layoutGridFooter > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#layoutGridFooter > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_a1900
{
   width: 50px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a1900
{
   margin: 0;
   padding: 0;
}
#wb_a1346
{
   width: 67px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a1346
{
   margin: 0;
   padding: 0;
}
#wb_a1004
{
   width: 44px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a1004
{
   margin: 0;
   padding: 0;
}
#wb_a748
{
   width: 70px;
   height: 21px;
   visibility: hidden;
   display: none;
}
#wb_a748
{
   margin: 0;
   padding: 0;
}
#wb_a460
{
   width: 50px;
   height: 15px;
   visibility: visible;
   display: inline-block;
}
#wb_a460
{
   margin: 0;
   padding: 0;
}
#Extension1
{
}
#FilePublisher1
{
   left: 112px;
   top: 1742px;
   width: 76px;
   height: 73px;
   visibility: visible;
   display: inline;
}
}
.bubbleMenu li a{font-family:Rubik;font-weight:700;}
#wb_layoutGridHeader
{
   position: fixed !important;
   float: none !important;
   transition: all 500ms linear;   
   z-index: 9990 !important;
}
#wb_layoutGridHeader.affix
{
   background: #303244;
   transition: all 500ms linear;   
}
#wb_layoutGridHeader.affix #headerMenu a
{
   color: #FFFFFF;
}
#wb_layoutGridHeader #headerMenu .navbar-nav
{
   background-color: rgba(255,255,255,0.2);
}
#wb_layoutGridHeader.affix #headerMenu .navbar-nav
{
   background-color: transparent;
}
#wb_layoutGridHeader.affix .headerMenu .navbar-nav > .dropdown > a .caret 
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
#wb_layoutGridHeader.affix .headerMenu .dropdown-menu > li > a
{
   color: #000000 !important;
}
#wb_layoutGridHeader.affix #headerLogo a
{
   color: #FFFFFF;
}
@media (max-width: 320px) 
{
#wb_layoutGridHeader.affix .headerMenu .navbar-nav>li>a 
{
   color: #FFFFFF  !important;
}
#wb_layoutGridHeader.affix .headerMenu .navbar-nav>li>a:hover,
#wb_layoutGridHeader.affix .headerMenu .navbar-nav>li>a:focus 
{
   background-color: #EDEDED !important;
   color: #FFFFFF  !important;
}
#wb_layoutGridHeader.affix .headerMenu .navbar-nav > .dropdown > a .caret 
{
   border-top-color: #2B2B2B;
   border-bottom-color: #2B2B2B;
}
#wb_layoutGridHeader.affix
{
   background: transparent;
}
}
.theme_webdesign {
    --cc-bg: #2a2c39;
    --cc-text: #b8bfcc;
    --cc-btn-primary-bg: #4285F4;
    --cc-btn-primary-text: var(--cc-bg);
    --cc-btn-primary-hover-bg: #1266f1;
    --cc-btn-secondary-bg: #1f212a;
    --cc-btn-secondary-text: #bdc2d6;
    --cc-btn-secondary-hover-bg: #14151c;
    --cc-toggle-bg-off: #1f212a;
    --cc-toggle-bg-on: #4285F4;
    --cc-toggle-bg-readonly: #4285F4;
    --cc-toggle-knob-bg: #4b4d65;
    --cc-toggle-knob-icon-color: #e7e7e7;
    --cc-block-text: var(--cc-text);
    --cc-cookie-category-block-bg: #353748;
    --cc-cookie-category-block-bg-hover: #404356;
    --cc-section-border: #2A2C39;
    --cc-cookie-table-border: #1d2029;
    --cc-overlay-bg: rgba(42, 44, 57, .40);
    --cc-webkit-scrollbar-bg: #14151c;
    --cc-webkit-scrollbar-bg-hover: #1f212a;
}

.theme_webdesign #c-ttl,
.theme_webdesign #s-bl td:before,
.theme_webdesign #s-ttl,
.theme_webdesign .cc_div .b-tl,
.theme_webdesign .cc_div .c-bn,
.theme_webdesign .cc_div a{
    color: #b8c2e6;
}

.theme_webdesign #s-bl .c-bl{
    border-color: #111317;
}

.theme_webdesign .cc_div .b-tg,
.theme_webdesign .cc_div .b-tg .c-tg,
.theme_webdesign .cc_div .c-tgl,
.theme_webdesign .cc_div span.t-lb,
.theme_webdesign .cc_div .c-bn,
.theme_webdesign #cm,
.theme_webdesign #s-bl .act .b-acc,
.theme_webdesign #s-inr,
.theme_webdesign .cc_div .b-tl,
.theme_webdesign .cc_div .c-bl,
.theme_webdesign .cc_div .b-tg .c-tg:after{
    border-radius: 1;
}
