body
{
   border-width: 0 !important;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
.wb-theme-header
{
   background-color: #2C2C2C;
   background-image: none;
   border: 1px solid #242424;
   border-radius: 0px;
   color: #ADAFAE;
   --background-color: rgba(44,44,44,1.00);
   --border-color: #242424;
   --border-width: 1px;
   --color: #ADAFAE;
}
.wb-theme-content
{
   background-color: #060606;
   background-image: none;
   border: 1px solid #282828;
   border-radius: 0px;
   color: #ADAFAE;
   --background-color: rgba(6,6,6,1.00);
   --border-color: #282828;
   --border-width: 1px;
   --color: #ADAFAE;
   --icon-color: #2A9FD6;
   --colorize: invert(51%) sepia(39%) saturate(834%) hue-rotate(154deg) brightness(98%) contrast(95%);
}
.wb-theme-button, .wb-theme-static
{
   background-color: #2A9FD6;
   background-image: none;
   border: 1px solid #2A9FD6;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(42,159,214,1.00);
   --border-color: #2A9FD6;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-button:hover
{
   background-color: #2487B6;
   background-image: none;
   border: 1px solid #227FAB;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(36,135,182,1.00);
   --border-color: #227FAB;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-button.active, .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #227FAB;
   background-image: none;
   border: 1px solid #2077A1;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(34,127,171,1.00);
   --border-color: #2077A1;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-header
{
   background-color: #2E2E2E;
   background-image: none;
   border: 1px solid #484848;
   border-radius: 0px;
   color: #DEE2E6;
   --background-color: rgba(46,46,46,1.00);
   --border-color: #484848;
   --border-width: 1px;
   --color: #DEE2E6;
}
.darktheme .wb-theme-content
{
   background-color: #212529;
   background-image: none;
   border: 1px solid #333333;
   border-radius: 0px;
   color: #DEE2E6;
   --background-color: rgba(33,37,41,1.00);
   --border-color: #333333;
   --border-width: 1px;
   --color: #DEE2E6;
   --icon-color: #2A9FD6;
   --colorize: invert(54%) sepia(91%) saturate(387%) hue-rotate(154deg) brightness(86%) contrast(95%);
}
.darktheme .wb-theme-button, .darktheme .wb-theme-static
{
   background-color: #2A9FD6;
   background-image: none;
   border: 1px solid #2A9FD6;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(42,159,214,1.00);
   --border-color: #2A9FD6;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-button:hover
{
   background-color: #2487B6;
   background-image: none;
   border: 1px solid #227FAB;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(36,135,182,1.00);
   --border-color: #227FAB;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-button.active, .darktheme .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #227FAB;
   background-image: none;
   border: 1px solid #2077A1;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(34,127,171,1.00);
   --border-color: #2077A1;
   --border-width: 1px;
   --color: #FFFFFF;
}
#wb_menu34Container
{
   background-color: rgba(255,255,255,0.50);
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   box-sizing: border-box;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   width: 100%;
}
#menu34Container
{
   display: flex;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
   align-content: flex-start;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_menu34Menu1
{
   position: relative;
}
#wb_menu34Menu1
{
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#menu34Menu1
{
   background-color: rgba(66,66,66,0.00);
   background-image: none;
   border: 0px solid #424242;
   border-radius: 0px;
   cursor: pointer;
   user-select: none;
}
#menu34Menu1:hover
{
   background-color: #7F7F7F;
   background-image: none;
   border-color: #424242;
}
#menu34Menu1
{
   display: block;
   width: 53px;
   height: 39px;
   position: absolute;
   overflow: hidden;
}
#menu34Menu1 .line
{
   width: 32px;
   height: 6px;
   background: #FFFFFF;
   display: block;
   margin: 6px auto;
   transition: all 500ms linear;
}
#menu34Menu1:hover .line
{
   background: #DCDCDC;
}
#menu34Menu1 .line:first-child
{
   margin-top: 3px;
}
#menu34Menu1.open .line:nth-child(1)
{
   transform: translateY(12px) rotate(45deg);
}
#menu34Menu1.open .line:nth-child(2)
{
   opacity: 0;
}
#menu34Menu1.open .line:nth-child(3)
{
   transform: translateY(-12px) rotate(-45deg);
}
#menu34Menu1-overlay
{
   display: flex;
   align-items: center;
   justify-content: center;
   left: 0;
   overflow-y: auto;
   overflow: hidden;
   position: absolute;
   top: 0;
   width: 400px;
   z-index: 9998 !important;
   background-color: rgba(122,122,122,0.87);
}
#menu34Menu1-overlay ul
{
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   text-decoration: none;
   text-transform: none;
   list-style: none;
   margin: 0;
   padding: 0;
}
.menu34Menu1
{
   width: 100%;
   max-width: 970px;
}
.menu34Menu1 a
{
   text-decoration: none;
}
.menu34Menu1 ul
{
   list-style: none;
   padding: 0;
   text-align: center;
}
.menu34Menu1 li
{
   position: relative;
}
.menu34Menu1 li a
{
   display: block;
   position: relative;
   padding: 10px 15px 10px 15px;
   color: #FFFFFF;
   outline: none;
}
.menu34Menu1 li a:hover
{
   color: #424242;
   background-color: #CCCCCC;
}
#menu34Menu1-overlay
{
   opacity: 0;
   visibility: hidden;
   transition: opacity 400ms, visibility 0s 400ms;
}
#menu34Menu1-overlay.show
{
   z-index: 7778 !important;
   opacity: 1;
   visibility: visible;
   transition: opacity 0.5s;
}
#menu34Menu1-overlay .overlay-icon
{
   margin: 0 10px 0 0 ;
}
.menu34Menu1-effect
{
   transition: all 500ms linear;
}
#wb_header2LayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 100vh;
   background-color: transparent;
   background-image: url('../images/6619758947400660671.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#header2LayoutGrid
{
   box-sizing: border-box;
   height: 100vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#header2LayoutGrid > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#header2LayoutGrid > .col-1
{
   flex: 0 0 auto;
}
#header2LayoutGrid > .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: 480px)
{
#header2LayoutGrid > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_header2Heading
{
   background-color: rgba(0,0,0,0.20);
   background-image: none;
   border: 0px solid #4F4F4F;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 50px 50px 25px 50px;
   text-align: center;
}
#header2Heading
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 85px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_header2Text1 
{
   background-color: rgba(0,0,0,0.20);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 25px 0 ;
   text-align: center;
}
#wb_header2Text1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: 400;
   font-size: 20px;
   line-height: 22.5px;
}
#wb_header2Text1 p, #wb_header2Text1 ul
{
   margin: 0;
   padding: 0;
}
#wb_header2Text1
{
   display: block;
   margin: 0 0 25px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#header2Button
{
   font-family: Arial;
   font-weight: bold;
   font-size: 20px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_header2Button
{
   border-radius: 0px;
   margin: 0 0 25px 0 ;
   vertical-align: top;
}
#header2Button
{
   box-sizing: border-box;
   padding: 0;
   text-align: center;
}
#wb_header2Button .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: center;
}
#header2Button
{
   color: inherit;
}
#wb_header2Button .ui-corner-all, #wb_header2Button .ui-corner-left
{
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
#wb_header2Button .ui-corner-all, #wb_header2Button .ui-corner-right
{
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
}
#wb_header2Button .ui-button
{
   background-color: #000000;
   background-image: none;
   border: 1px solid #00008B;
   color: #FFFFFF;
}
#wb_header2Button .ui-state-hover, #wb_header2Button .ui-button:hover
{
   border-color: #000000;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
}
#wb_header2Button .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_header2Button .ui-state-active, #wb_header2Button .ui-button:active
{
   border-color: #2077A1;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
}
#wb_header2Text2 
{
   background-color: rgba(0,0,0,0.20);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 50px 0 ;
   text-align: center;
}
#wb_header2Text2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: 400;
   font-size: 20px;
   line-height: 22.5px;
}
#wb_header2Text2 p, #wb_header2Text2 ul
{
   margin: 0;
   padding: 0;
}
#wb_header2Text2
{
   display: block;
   margin: 0 0 50px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_footer11Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: right;
}
#wb_footer11Text2
{
   color: #F7F7F7;
   font-family: Arial;
   font-weight: 400;
   font-size: 19px;
   line-height: 26px;
}
#wb_footer11Text2 p, #wb_footer11Text2 ul
{
   margin: 0;
   padding: 0;
}
#wb_footer11Text2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_footer11Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_footer11Text1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: 400;
   font-size: 19px;
   line-height: 21px;
}
#wb_footer11Text1 p, #wb_footer11Text1 ul
{
   margin: 0;
   padding: 0;
}
#wb_footer11Text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_gallery1LayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #EDEFEB;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#gallery1LayoutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 50px 0 50px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#gallery1LayoutGrid > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#gallery1LayoutGrid > .col-1
{
   flex: 0 0 auto;
}
#gallery1LayoutGrid > .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)
{
#gallery1LayoutGrid > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_gallery1Heading
{
   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: center;
}
#gallery1Heading
{
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 64px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_gallery1Text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: center;
}
#wb_gallery1Text
{
   color: #000000;
   font-family: Arial;
   font-weight: 400;
   font-size: 20px;
   line-height: 22.5px;
}
#wb_gallery1Text p, #wb_gallery1Text ul
{
   margin: 0;
   padding: 0;
}
#wb_gallery1Text
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#gallery1Images
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 0;
}
#gallery1Images .thumbnails
{
   margin: 0;
}
#gallery1Images .thumbnail
{
   position: relative;
   min-height: 1px;
   box-sizing: border-box;
   float: left;
   padding: 15px 15px 15px 15px;
   width: 25%;
   text-align: center;
   vertical-align: top;
}
#gallery1Images .thumbnail img
{
   border: 0px solid #DDDDDD;
   display: block;
   width: 100%;
   height: auto;
   max-width: 100%;
   box-sizing: border-box;
   border-radius: 0px;
}
#gallery1Images .thumbnails:before,
#gallery1Images .thumbnails:after
{
   display: table;
   content: " ";
}
#gallery1Images .thumbnails:after
{
   clear: both;
}
#gallery1Images .thumbnails .thumbnail:nth-child(4n+1)
{
   clear: both;
}
#wb_footer11LayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #272626;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footer11LayoutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 20px 0 20px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footer11LayoutGrid > .col-1, #footer11LayoutGrid > .col-2, #footer11LayoutGrid > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#footer11LayoutGrid > .col-1, #footer11LayoutGrid > .col-2, #footer11LayoutGrid > .col-3
{
   flex: 0 0 auto;
}
#footer11LayoutGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 41.66666667%;
   max-width: 41.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#footer11LayoutGrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#footer11LayoutGrid > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 41.66666667%;
   max-width: 41.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 768px)
{
#footer11LayoutGrid > .col-1, #footer11LayoutGrid > .col-2, #footer11LayoutGrid > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_CssMenu1
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   text-align: left;
   position: relative;
   z-index: 1111 !important;
}
#wb_CssMenu1 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
    font-size: 0;
}
#wb_CssMenu1 li
{
   display: inline-block;
   margin: 0;
   padding: 0px 0px 0px 0px;
   width: 25%;
}
#wb_CssMenu1 a
{
   display: block;
   color: #FFFFFF;
   border: 1px solid #2A9FD6;
   border-radius: 0px;
   background-color: #0000CD;
   background-image: none;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: center;
   vertical-align: middle;
}
#wb_CssMenu1 > ul > li > a
{
   width: calc(100% - 4px);
   box-sizing: border-box;
   height: 28px;
   padding: 0 5px 0px 5px;
   line-height: 26px;
}
#wb_CssMenu1 li:hover a, #wb_CssMenu1 a:hover
{
   color: #FFFFFF;
   border: 1px solid #227FAB;
   background-color: #2487B6;
   background-image: none;
}
#wb_CssMenu1 li.firstmain
{
   padding-left: 0px;
}
#wb_CssMenu1 li.lastmain
{
   padding-right: 0px;
}
#wb_CssMenu1 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
