body
{
   border-width: 0 !important;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
.wb-theme-header
{
   background-color: #F7F7F7;
   background-image: none;
   border: 1px solid #D8D8D8;
   border-radius: 0px;
   color: #222222;
   --background-color: rgba(247,247,247,1.00);
   --border-color: #D8D8D8;
   --border-width: 1px;
   --color: #222222;
}
.wb-theme-content
{
   background-color: #FEFADE;
   background-image: none;
   border: 1px solid #CED4DA;
   border-radius: 0px;
   color: #222222;
   --background-color: rgba(254,250,222,1.00);
   --border-color: #CED4DA;
   --border-width: 1px;
   --color: #222222;
   --icon-color: #222222;
   --colorize: invert(8%) sepia(4%) saturate(16%) hue-rotate(10deg) brightness(99%) contrast(88%);
}
.wb-theme-button, .wb-theme-static
{
   background-color: #9B42A0;
   background-image: none;
   border: 1px solid #9B42A0;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(155,66,160,1.00);
   --border-color: #9B42A0;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-button:hover
{
   background-color: #813785;
   background-image: none;
   border: 1px solid #78337C;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(129,55,133,1.00);
   --border-color: #78337C;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-button.active, .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #78337C;
   background-image: none;
   border: 1px solid #6F2F73;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(120,51,124,1.00);
   --border-color: #6F2F73;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-header
{
   background-color: #222222;
   background-image: none;
   border: 1px solid #222222;
   border-radius: 0px;
   color: #F7F7F7;
   --background-color: rgba(34,34,34,1.00);
   --border-color: #222222;
   --border-width: 1px;
   --color: #F7F7F7;
}
.darktheme .wb-theme-content
{
   background-color: #222222;
   background-image: none;
   border: 1px solid #CED4DA;
   border-radius: 0px;
   color: #FEFADE;
   --background-color: rgba(34,34,34,1.00);
   --border-color: #CED4DA;
   --border-width: 1px;
   --color: #FEFADE;
   --icon-color: #9B42A0;
   --colorize: invert(34%) sepia(28%) saturate(1747%) hue-rotate(254deg) brightness(93%) contrast(90%);
}
.darktheme .wb-theme-button, .darktheme .wb-theme-static
{
   background-color: #9B42A0;
   background-image: none;
   border: 1px solid #9B42A0;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(155,66,160,1.00);
   --border-color: #9B42A0;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-button:hover
{
   background-color: #813785;
   background-image: none;
   border: 1px solid #78337C;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(129,55,133,1.00);
   --border-color: #78337C;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-button.active, .darktheme .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #78337C;
   background-image: none;
   border: 1px solid #6F2F73;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(120,51,124,1.00);
   --border-color: #6F2F73;
   --border-width: 1px;
   --color: #FFFFFF;
}
#wb_menu11LayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #696969;
   background-image: none;
   border: 0px solid #D2D2D2;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#menu11LayoutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 15px 0 15px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#menu11LayoutGrid > .col-1, #menu11LayoutGrid > .col-2, #menu11LayoutGrid > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#menu11LayoutGrid > .col-1, #menu11LayoutGrid > .col-2, #menu11LayoutGrid > .col-3
{
   flex: 0 0 auto;
}
#menu11LayoutGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#menu11LayoutGrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#menu11LayoutGrid > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 480px)
{
#menu11LayoutGrid > .col-1, #menu11LayoutGrid > .col-2, #menu11LayoutGrid > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_menu11Image
{
   margin: 0;
   vertical-align: top;
}
#menu11Image
{
   border: 1px solid #000000;
   border-image-slice: 1;
   border-image-width: 1px;
   border-image-repeat: stretch;
   border-image-source: linear-gradient(to top, #000000 0%, #FFFFF0 100%);
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 187px;
   height: 187px;
   vertical-align: top;
}
#wb_menu11Icon4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_menu11Icon4 a
{
   text-decoration: none;
}
#wb_menu11Icon4 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_menu11Icon4:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#menu11Icon4
{
   height: 42px;
   width: 50px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#menu11Icon4 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 42px;
   line-height: 42px;
   vertical-align: middle;
}
#wb_menu11Icon4:hover #menu11Icon4 i
{
   color: #FFFFFF;
}
#wb_menu11OverlayMenu
{
   position: relative;
}
#wb_menu11OverlayMenu
{
   margin: 0;
}
#menu11OverlayMenu
{
   background-color: #696969;
   background-image: none;
   border: 1px solid #696969;
   border-radius: 0px;
   cursor: pointer;
   user-select: none;
}
#menu11OverlayMenu:hover
{
   background-color: #4F4F4F;
   background-image: none;
   border-color: #696969;
}
#menu11OverlayMenu
{
   display: block;
   width: 22px;
   height: 22px;
   position: relative;
   overflow: hidden;
}
#menu11OverlayMenu .line
{
   width: 16px;
   height: 3px;
   background: #FFFFFF;
   display: block;
   margin: 3px auto;
   transition: all 500ms linear;
}
#menu11OverlayMenu .line:first-child
{
   margin-top: 3px;
}
#menu11OverlayMenu-close
{
   background: transparent;
   font-size: 10px;
   height: 2.8em; 
   outline: none;
   position: absolute;
   right: 10px;
   text-align: left;
   top: 10px;
   width: 3em; 
}
#menu11OverlayMenu-close:before, #menu11OverlayMenu-close:after
{
   background: #FFFFFF;
   content: "";
   display: block;
   height: 0.6em;
   left: 0;
   opacity: 1;
   position: absolute;
   top: 0;
   width: 100%;
}
#menu11OverlayMenu-close span
{
   background: #FFFFFF;
   height: 0.6em;
   margin-top: -0.3em;
   position: absolute;
   top: 50%;
   transform-origin: 50% 50%;
   width: 100%;
}
#menu11OverlayMenu-close span::after
{
   background: #FFFFFF;
   content: "";
   display: block;
   height: 0.6em;
   position: absolute;
   transform-origin: 50% 50%;
   width: 100%;
}
#menu11OverlayMenu-close:before
{
   margin-top: -0.3em;
   opacity: 0;
   top: 50%;
}
#menu11OverlayMenu-close:after
{
   bottom: 50%;
   opacity: 0;
}
#menu11OverlayMenu-close span
{
   background: #FFFFFF;
   transform: rotate(-45deg);
}
#menu11OverlayMenu-close span:after
{
   background: #FFFFFF;
   transform: rotate(-90deg);
}
#menu11OverlayMenu-overlay
{
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100%;
   left: 0;
   overflow-y: auto;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: -1;
   background-color: rgba(105,105,105,0.87);
   -webkit-backdrop-filter: blur(10px);
   backdrop-filter: blur(10px);
}
#menu11OverlayMenu-overlay ul
{
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
   text-decoration: none;
   text-transform: uppercase;
   list-style: none;
   margin: 0;
   padding: 0;
}
.menu11OverlayMenu
{
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: row;
   width: 100%;
   max-width: 480px;
}
.menu11OverlayMenu a
{
   text-decoration: none;
}
.menu11OverlayMenu ul
{
   list-style: none;
   padding: 0;
   text-align: center;
}
.menu11OverlayMenu li
{
   position: relative;
}
.menu11OverlayMenu li a
{
   display: block;
   position: relative;
   padding: 10px 15px 10px 15px;
   color: #FFFFFF;
   outline: none;
}
.menu11OverlayMenu li a:hover
{
   color: #FFFFFF;
   background-color: #4F4F4F;
}
#menu11OverlayMenu-overlay
{
   visibility: hidden;
   width: 0;
   left: 50%;
   transform: translateX(-50%);
   transition: width 400ms 0.3s, visibility 0s 700ms;
}
#menu11OverlayMenu-overlay.show
{
   visibility: visible;
   width: 100%;
   transition: width 400ms;
}
#menu11OverlayMenu-overlay .menu11OverlayMenu
{
   opacity: 0;
   transition: opacity 0.3s 400ms;
}
#menu11OverlayMenu-overlay.show .menu11OverlayMenu
{
   opacity: 1;
   transition-delay: 400ms;
}
#menu11OverlayMenu-overlay.hide .menu11OverlayMenu
{
   transition-delay: 0s;
}
#menu11OverlayMenu-overlay .overlay-icon
{
   margin: 0 10px 0 0 ;
}
#menu11OverlayMenu-social
{
   padding: 40px 0 0 0;
}
#menu11OverlayMenu-social .social-icon 
{
   border-radius: 50%;
   background-color: #FFFFFF;
   color: #696969;
   display: inline-block;
   font-size: 32px;
   margin: 0 .5em;
   padding: 12px;
   transition: all .2s linear 0s;
   width: 32px;
}
#menu11OverlayMenu-social .social-icon:hover 
{
   background-color: #FFFFFF;
   color: #4F4F4F;
}
.menu11OverlayMenu-effect
{
   transition: all 500ms linear;
}
#wb_footer10LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #313030;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footer10LayoutGrid1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 100px 0 0 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footer10LayoutGrid1 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#footer10LayoutGrid1 > .col-1
{
   flex: 0 0 auto;
}
#footer10LayoutGrid1 > .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: 768px)
{
#footer10LayoutGrid1 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_footer10LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #313030;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footer10LayoutGrid2
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#footer10LayoutGrid2 > .col-1, #footer10LayoutGrid2 > .col-2, #footer10LayoutGrid2 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footer10LayoutGrid2 > .col-1, #footer10LayoutGrid2 > .col-2, #footer10LayoutGrid2 > .col-3
{
   flex: 0 0 auto;
}
#footer10LayoutGrid2 > .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;
}
#footer10LayoutGrid2 > .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-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#footer10LayoutGrid2 > .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;
}
@media (max-width: 768px)
{
#footer10LayoutGrid2 > .col-1, #footer10LayoutGrid2 > .col-2, #footer10LayoutGrid2 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_footer10Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 15px 0 ;
   padding: 0;
   text-align: left;
}
#footer10Heading1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_footer10Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_footer10Text1
{
   color: #F7F7F7;
   font-family: Arial;
   font-weight: 400;
   font-size: 19px;
   line-height: 21px;
}
#wb_footer10Text1 p, #wb_footer10Text1 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_footer10Text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_footer10Heading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 15px 0 ;
   padding: 0;
   text-align: left;
}
#footer10Heading3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_footer10Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_footer10Text2
{
   color: #F7F7F7;
   font-family: Arial;
   font-weight: 400;
   font-size: 19px;
   line-height: 21px;
}
#wb_footer10Text2 p, #wb_footer10Text2 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_footer10Text2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_footer10LayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #313030;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0 0 50px 0 ;
}
#footer10LayoutGrid3
{
   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: 1140px;
}
#footer10LayoutGrid3 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footer10LayoutGrid3 > .col-1
{
   flex: 0 0 auto;
}
#footer10LayoutGrid3 > .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;
}
#footer10LayoutGrid3 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 30px 30px 30px;
}
@media (max-width: 768px)
{
#footer10LayoutGrid3 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: right;
}
#wb_Text1 div
{
   text-align: right;
}
#wb_Text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text2 div
{
   text-align: center;
}
