div#container
{
   width: 970px;
   height: 674px;
   margin-top: 0;
   margin-left: 0;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#wb_menu2LayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(255,255,255,0.80);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 100px;
   box-sizing: border-box;
   margin: 16px 0 0 0 ;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#menu2LayoutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 10px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
}
#menu2LayoutGrid > .col-1, #menu2LayoutGrid > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#menu2LayoutGrid > .col-1, #menu2LayoutGrid > .col-2
{
   flex: 0 0 auto;
}
#menu2LayoutGrid > .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;
}
#menu2LayoutGrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 58.33333333%;
   max-width: 58.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#menu2LayoutGrid > .col-1, #menu2LayoutGrid > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#menu2Button
{
   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_menu2Button
{
   border-radius: 100px;
   margin: 0;
   vertical-align: top;
}
#menu2Button
{
   box-sizing: border-box;
   padding: 0;
   text-align: center;
}
#wb_menu2Button .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: center;
}
#menu2Button
{
   color: inherit;
}
#wb_menu2Button .ui-corner-all, #wb_menu2Button .ui-corner-left
{
   border-bottom-left-radius: 100px;
   border-top-left-radius: 100px;
}
#wb_menu2Button .ui-corner-all, #wb_menu2Button .ui-corner-right
{
   border-bottom-right-radius: 100px;
   border-top-right-radius: 100px;
}
#wb_menu2Button .ui-button
{
   background-color: #0D6EFD;
   background-image: none;
   border: 0px solid #0D6EFD;
   color: #FFFFFF;
}
#wb_menu2Button .ui-state-hover, #wb_menu2Button .ui-button:hover
{
   border-color: #0A58CA;
   background-color: #0B5ED7;
   background-image: none;
   color: #FFFFFF;
}
#wb_menu2Button .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_menu2Button .ui-state-active, #wb_menu2Button .ui-button:active
{
   border-color: #0A53BE;
   background-color: #0A58CA;
   background-image: none;
   color: #FFFFFF;
}
#wb_menu2Menu
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 0 0 0 10px;
   text-align: left;
   position: relative;
   z-index: 1111 !important;
}
#wb_menu2Menu::after
{
   content: "";
   display: table;
clear: both;
}
#wb_menu2Menu ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   position: relative;
   display: inline-block;
}
#wb_menu2Menu li
{
   display: inline-block;
   margin: 0;
   padding: 0px 4px 0px 0px;
}
#wb_menu2Menu a
{
   display: block;
   color: #232323;
   border: 0px solid #0D6EFD;
   border-radius: 16px;
   background-color: rgba(255,255,255,0.00);
   background-image: none;
   font-family: Arial;
   font-weight: bold;
   font-size: 20px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: center;
   vertical-align: middle;
}
#wb_menu2Menu > ul > li > a
{
   height: 60px;
   line-height: 60px;
   padding: 0px 16px 0px 16px;
}
#wb_menu2Menu li:hover a, #wb_menu2Menu a:hover
{
   color: #232323;
   border: 0px solid #0A58CA;
   background-color: rgba(27,31,10,0.12);
   background-image: none;
}
#wb_menu2Menu li.firstmain
{
   padding-left: 0px;
}
#wb_menu2Menu li.lastmain
{
   padding-right: 0px;
}
#wb_menu2Menu br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
.menu2Menu-effect
{
   transition: all 300ms linear, visibility 0ms linear;
}
#menu2Menu li i
{
   font-size: 20px;
   margin-right: 5px;
   width: 22px;
}
#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: 526px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_footer18Text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_footer18Text div
{
   text-align: left;
}
#wb_footer18Text
{
   display: inline-block;
   margin: 0;
   width: 290px;
   height: 18px;
}
#wb_footer18Icon1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_footer18Icon1 a
{
   text-decoration: none;
}
#wb_footer18Icon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#footer18Icon1
{
   height: 32px;
   width: 32px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footer18Icon1 i
{
   color: #6C757D;
   display: inline-block;
   font-size: 32px;
   line-height: 32px;
   vertical-align: middle;
}
#wb_footer18Icon1:hover #footer18Icon1 i
{
   color: #212529;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text1 div
{
   text-align: left;
}
#wb_Text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_footer18LayoutGrid
{
   clear: both;
   position: fixed;
   left: 0;
   bottom: 0;
   z-index: 7777;
   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;
}
#footer18LayoutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 25px 0 25px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footer18LayoutGrid > .col-1, #footer18LayoutGrid > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footer18LayoutGrid > .col-1, #footer18LayoutGrid > .col-2
{
   flex: 0 0 auto;
}
#footer18LayoutGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#footer18LayoutGrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 480px)
{
#footer18LayoutGrid > .col-1, #footer18LayoutGrid > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Image2
{
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Image3
{
   vertical-align: top;
}
#Image3
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text3
{
   color: #000000;
   font-family: Arial;
   font-weight: 400;
   font-size: 16px;
   line-height: 18px;
}
#wb_Text3 p, #wb_Text3 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text2
{
   color: #FF4500;
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   line-height: 21px;
}
#wb_Text2 p, #wb_Text2 ul
{
   margin: 0;
   padding: 0;
}
#wb_footer18LayoutGrid
{
   clear: both;
   position: fixed;
   left: 0;
   bottom: 0;
   z-index: 7777;
   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;
}
#footer18LayoutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 25px 0 25px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footer18LayoutGrid > .col-1, #footer18LayoutGrid > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footer18LayoutGrid > .col-1, #footer18LayoutGrid > .col-2
{
   flex: 0 0 auto;
}
#footer18LayoutGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#footer18LayoutGrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 480px)
{
#footer18LayoutGrid > .col-1, #footer18LayoutGrid > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Image1
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 0;
}
#wb_Image2
{
   position: absolute;
   left: 900px;
   top: 20px;
   width: 30px;
   height: 20px;
   z-index: 7;
}
#wb_Image3
{
   position: absolute;
   left: 940px;
   top: 20px;
   width: 30px;
   height: 20px;
   z-index: 8;
}
#wb_menu2Menu
{
   display: block;
   width: calc(100% - 10px);
   z-index: 2;
}
#wb_Text2
{
   position: absolute;
   left: 60px;
   top: 208px;
   width: 780px;
   height: 21px;
   z-index: 10;
}
#wb_Text3
{
   position: absolute;
   left: 60px;
   top: 240px;
   width: 910px;
   height: 342px;
   z-index: 9;
}
#wb_footer18Icon1
{
   display: inline-block;
   width: 32px;
   height: 32px;
   text-align: center;
   z-index: 4;
}
@media only screen and (min-width: 768px) and (max-width: 969px)
{
div#container
{
   width: 768px;
   height: 643px;
}
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#MasterPage1
{
   left: 0px;
   top: 0px;
   width: 768px;
   height: 643px;
   visibility: visible;
   display: inline;
}
#wb_Image2
{
   left: 700px;
   top: 20px;
   width: 30px;
   height: 20px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Image3
{
   left: 738px;
   top: 20px;
   width: 30px;
   height: 20px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Text3
{
   left: 60px;
   top: 250px;
   width: 718px;
   height: 180px;
   visibility: visible;
   display: inline;
}
#wb_Text3
{
   font-size: 16px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 18px;
}
#wb_Text2
{
   left: 60px;
   top: 210px;
   width: 718px;
   height: 21px;
   visibility: visible;
   display: inline;
}
#wb_Text2
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 21px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
div#container
{
   width: 480px;
   height: 762px;
}
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#MasterPage1
{
   left: 0px;
   top: 0px;
   width: 480px;
   height: 780px;
   visibility: visible;
   display: inline;
}
#wb_Image2
{
   left: 410px;
   top: 10px;
   width: 30px;
   height: 20px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Image3
{
   left: 450px;
   top: 10px;
   width: 30px;
   height: 20px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Text3
{
   left: 20px;
   top: 250px;
   width: 460px;
   height: 342px;
   visibility: visible;
   display: inline;
}
#wb_Text3
{
   font-size: 16px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 18px;
}
#wb_Text2
{
   left: 20px;
   top: 190px;
   width: 540px;
   height: 21px;
   visibility: visible;
   display: inline;
}
#wb_Text2
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 21px;
}
}
@media only screen and (max-width: 479px)
{
div#container
{
   width: 320px;
   height: 979px;
}
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#MasterPage1
{
   left: 0px;
   top: 0px;
   width: 320px;
   height: 979px;
   visibility: visible;
   display: inline;
}
#wb_Image2
{
   left: 330px;
   top: 30px;
   width: 30px;
   height: 20px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Image3
{
   left: 330px;
   top: 0px;
   width: 30px;
   height: 20px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Text3
{
   left: 40px;
   top: 344px;
   width: 300px;
   height: 396px;
   visibility: visible;
   display: inline;
}
#wb_Text3
{
   font-size: 16px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 18px;
}
#wb_Text2
{
   left: 40px;
   top: 290px;
   width: 300px;
   height: 21px;
   visibility: visible;
   display: inline;
}
#wb_Text2
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 21px;
}
}
