body
{
   background-color: #F5F5F5;
   color: #000000;
   font-family: Montserrat;
   font-weight: normal;
   font-size: 15px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #FFFFFF;
   text-decoration: underline;
}
a:active
{
   color: #FF8C00;
}
a:hover
{
   color: #FF8C00;
   text-decoration: underline;
}
#wb_HomeHeader
{
   clear: both;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 7776;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #003040;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#HomeHeader
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#HomeHeader > .col-1, #HomeHeader > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#HomeHeader > .col-1, #HomeHeader > .col-2
{
   flex: 0 0 auto;
}
#HomeHeader > .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;
}
#HomeHeader > .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: center;
   text-align: center;
}
@media (max-width: 480px)
{
#HomeHeader > .col-1, #HomeHeader > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_ResponsiveMenu1
{
   display: block;
   background-color: rgba(255,255,255,0.00);
   font-family: Montserrat;
   font-weight: normal;
   text-align: right;
   width: 100%;
   margin: 0;
   z-index: 1111 !important;
}
#ResponsiveMenu1
{
   display: inline-block;
   background-color: rgba(255,255,255,0.00);
   height: 37px;
}
#wb_ResponsiveMenu1 ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_ResponsiveMenu1 ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_ResponsiveMenu1 ul li
{
   border-radius: 0;
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_ResponsiveMenu1 ul li i
{
   font-size: 0px;
   width: 0px;
   margin-bottom: 0px;
}
#wb_ResponsiveMenu1 ul li a
{
   background-color: rgba(255,255,255,0.00);
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 10px 10px 10px 10px;
   text-align: center;
}
#wb_ResponsiveMenu1 > ul > li > a 
{
   height: 17px;
}
.ResponsiveMenu1 a 
{
   display: block;
}
#wb_ResponsiveMenu1 li:hover > a, #wb_ResponsiveMenu1 li .active
{
   background-color: rgba(255,255,255,0.00);
   color: #FF8C00;
}
#wb_ResponsiveMenu1 ul ul
{
   display: none;
   position: absolute;
   top: 37px;
}
#wb_ResponsiveMenu1 ul li:hover > ul
{
   display: list-item;
}
#wb_ResponsiveMenu1 ul ul li 
{
   float: none;
   position: relative;
   width: 84px;
}
#wb_ResponsiveMenu1 ul ul li a
{
   background-color: rgba(255,255,255,0.00);
   border: 0px solid #FFFFFF;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul ul li:hover > a, #wb_ResponsiveMenu1 ul ul li .active
{
   background-color: rgba(255,255,255,0.00);
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul ul li i 
{
   margin-right: 0px;
   vertical-align: middle;
}
#wb_ResponsiveMenu1 ul ul li a 
{
   padding-top: 10px;
   padding-right: 10px;
   padding-bottom: 10px;
   text-align: left;
   vertical-align: middle;
}
#wb_ResponsiveMenu1 ul ul ul li 
{
   left: 84px;
   position: relative;
   top: -37px;
}
#wb_ResponsiveMenu1 .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 0px;
   vertical-align: middle;
   border-top: 4px solid #FFFFFF;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
#wb_ResponsiveMenu1 .arrow-left 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 0px;
   vertical-align: middle;
   border-left: 4px solid #FFFFFF;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_ResponsiveMenu1 li:hover > a .arrow-down, #wb_ResponsiveMenu1 li .active .arrow-down
{ 
   border-top-color: #FF8C00;
}
#wb_ResponsiveMenu1 ul ul li:hover > a .arrow-left, #wb_ResponsiveMenu1 ul ul li .active .arrow-left
{ 
   border-left-color: #FFFFFF;
}
#wb_ResponsiveMenu1 .toggle,[id^=ResponsiveMenu1-submenu]
{
   display: none;
}
@media all and (max-width:768px) 
{
#wb_ResponsiveMenu1
{
   margin: 0;
   text-align: left;
}
#wb_ResponsiveMenu1 ul li a, #wb_ResponsiveMenu1 .toggle
{
   font-size: 13px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 10px 10px 10px 10px;
}
#wb_ResponsiveMenu1 .toggle + a
{
   display: none !important;
}
.ResponsiveMenu1 
{
   display: none;
   z-index: 9999;
}
#ResponsiveMenu1 
{
   background-color: transparent;
   display: none;
}
#wb_ResponsiveMenu1 > ul > li > a 
{
   height: auto !important;
   margin: 0;
}
#wb_ResponsiveMenu1 .toggle 
{
   display: block;
   background-color: rgba(255,255,255,0.00);
   color: #FFFFFF;
   padding: 0 10px 0 10px;
   line-height: 20px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_ResponsiveMenu1 .toggle:hover
{
   background-color: rgba(255,255,255,0.00);
   color: #FF8C00;
}
[id^=ResponsiveMenu1-submenu]:checked + ul 
{
   display: block !important;
}
#ResponsiveMenu1-title
{
   height: 37px !important;
   line-height: 37px !important;
   text-align: center;
}
#wb_ResponsiveMenu1 ul li 
{
   display: block;
   width: 100% !important;
   text-align: right;
}
#wb_ResponsiveMenu1 ul ul .toggle,
#wb_ResponsiveMenu1 ul ul a 
{
   padding: 0 20px;
}
#wb_ResponsiveMenu1 a:hover,
#wb_ResponsiveMenu1 ul ul ul a 
{
   background-color: rgba(255,255,255,0.00);
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul li ul li .toggle,
#wb_ResponsiveMenu1 ul ul a 
{
   background-color: rgba(255,255,255,0.00);
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul ul ul a 
{
   padding: 10px 10px 10px 30px;
}
#wb_ResponsiveMenu1 ul li a 
{
   text-align: right;
}
#wb_ResponsiveMenu1 ul li a br 
{
   display: none;
}
#wb_ResponsiveMenu1 ul li i 
{
   margin-right: 0px;
}
#wb_ResponsiveMenu1 ul ul 
{
   float: none;
   position: static;
}
#wb_ResponsiveMenu1 ul ul li:hover > ul,
#wb_ResponsiveMenu1 ul li:hover > ul 
{
   display: none;
}
#wb_ResponsiveMenu1 ul ul li 
{
   display: block;
   width: 100%;
}
#wb_ResponsiveMenu1 ul ul ul li 
{
   position: static;
}
#ResponsiveMenu1-icon 
{
   display: block;
   position: absolute;
   right: 10px;
   top: 6px;
   user-select: none;
}
#ResponsiveMenu1-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #FFFFFF;
   color: #FFFFFF;
   width: 24px;
}
#wb_ResponsiveMenu1 ul li ul li .toggle:hover
{
   background-color: #FFFFFF;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu1 .toggle:hover .arrow-down, #wb_ResponsiveMenu1 li .active .arrow-down
{
   border-top-color: #FF8C00;
}
#wb_ResponsiveMenu1 ul li ul li .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul li ul li .toggle:hover .arrow-down, #wb_ResponsiveMenu1 ul li ul li .active .arrow-down
{
   border-top-color: #FFFFFF;
}
}
#wb_HomeGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/home_page.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#HomeGrid1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 10px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#HomeGrid1 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#HomeGrid1 > .col-1
{
   flex: 0 0 auto;
}
#HomeGrid1 > .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)
{
#HomeGrid1 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_HomeCard1
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   text-align: center;
}
#HomeCard1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#HomeCard1-card-item0
{
   box-sizing: border-box;
   margin: 160px 20px 160px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: right;
}
#wb_HomeGrid2
{
   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;
}
#HomeGrid2
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 10px 0 0 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#HomeGrid2 > .col-1, #HomeGrid2 > .col-2, #HomeGrid2 > .col-3, #HomeGrid2 > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#HomeGrid2 > .col-1, #HomeGrid2 > .col-2, #HomeGrid2 > .col-3, #HomeGrid2 > .col-4
{
   flex: 0 0 auto;
}
#HomeGrid2 > .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: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#HomeGrid2 > .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: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#HomeGrid2 > .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: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#HomeGrid2 > .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: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#HomeGrid2 > .col-1, #HomeGrid2 > .col-2, #HomeGrid2 > .col-3, #HomeGrid2 > .col-4
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_HomeCard4
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   vertical-align: top;
   background-color: #F5F5F5;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 0px;
   text-align: center;
}
#HomeCard4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#HomeCard4-card-item0
{
   box-sizing: border-box;
   margin: 20px 90px 0 90px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 80px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 80px;
}
#HomeCard4-card-item1
{
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   padding: 0;
   color: #212529;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#wb_HomeCard5
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   vertical-align: top;
   background-color: #F5F5F5;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 0px;
   text-align: center;
}
#HomeCard5-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#HomeCard5-card-item0
{
   box-sizing: border-box;
   margin: 20px 90px 0 90px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 80px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 80px;
}
#HomeCard5-card-item1
{
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   padding: 0;
   color: #212529;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#wb_HomeCard2
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   vertical-align: top;
   background-color: #F5F5F5;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 0px;
   text-align: center;
}
#HomeCard2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#HomeCard2-card-item0
{
   box-sizing: border-box;
   margin: 20px 90px 0 90px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 80px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 80px;
}
#HomeCard2-card-item1
{
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   padding: 0;
   color: #212529;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#wb_HomeCard6
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   vertical-align: top;
   background-color: #F5F5F5;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 0px;
   text-align: center;
}
#HomeCard6-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#HomeCard6-card-item0
{
   box-sizing: border-box;
   margin: 20px 90px 0 90px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 80px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 80px;
}
#HomeCard6-card-item1
{
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   padding: 0;
   color: #212529;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#wb_HomeCard7
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   vertical-align: top;
   background-color: #F5F5F5;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 0px;
   text-align: center;
}
#HomeCard7-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#HomeCard7-card-item0
{
   box-sizing: border-box;
   margin: 20px 90px 0 90px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 80px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 80px;
}
#HomeCard7-card-item1
{
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   padding: 0;
   color: #212529;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#wb_HomeCard8
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   vertical-align: top;
   background-color: #F5F5F5;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 0px;
   text-align: center;
}
#HomeCard8-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#HomeCard8-card-item0
{
   box-sizing: border-box;
   margin: 20px 90px 0 90px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 80px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 80px;
}
#HomeCard8-card-item1
{
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   padding: 0;
   color: #212529;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#wb_HomeCard9
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   vertical-align: top;
   background-color: #F5F5F5;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 0px;
   text-align: center;
}
#HomeCard9-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#HomeCard9-card-item0
{
   box-sizing: border-box;
   margin: 20px 90px 0 90px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 80px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 80px;
}
#HomeCard9-card-item1
{
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   padding: 0;
   color: #212529;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#wb_HomeCard3
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   vertical-align: top;
   background-color: #F5F5F5;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 0px;
   text-align: center;
}
#HomeCard3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#HomeCard3-card-item0
{
   box-sizing: border-box;
   margin: 20px 90px 0 90px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 80px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 80px;
}
#HomeCard3-card-item1
{
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   padding: 0;
   color: #212529;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#wb_HomeGrid3
{
   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;
}
#HomeGrid3
{
   box-sizing: border-box;
   padding: 0 10px 0 10px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#HomeGrid3 > .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#HomeGrid3 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#HomeGrid3 > .row > .col-1
{
   float: left;
}
#HomeGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#HomeGrid3:before,
#HomeGrid3:after,
#HomeGrid3 .row:before,
#HomeGrid3 .row:after
{
   display: table;
   content: " ";
}
#HomeGrid3:after,
#HomeGrid3 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#HomeGrid3 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 20px 10px 20px 10px;
   padding: 0;
   text-align: left;
}
#Heading1
{
   color: #003040;
   font-family: Montserrat;
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_HomeGrid4
{
   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;
}
#HomeGrid4
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#HomeGrid4 > .col-1, #HomeGrid4 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#HomeGrid4 > .col-1, #HomeGrid4 > .col-2
{
   flex: 0 0 auto;
}
#HomeGrid4 > .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: center;
   text-align: center;
}
#HomeGrid4 > .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: center;
   text-align: center;
}
@media (max-width: 480px)
{
#HomeGrid4 > .col-1, #HomeGrid4 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_HomeCard10
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #003040;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   text-align: center;
}
#HomeCard10-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#HomeCard10-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#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: 550px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_HomeGrid5
{
   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;
}
#HomeGrid5
{
   box-sizing: border-box;
   padding: 0 10px 0 10px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#HomeGrid5 > .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#HomeGrid5 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#HomeGrid5 > .row > .col-1
{
   float: left;
}
#HomeGrid5 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#HomeGrid5:before,
#HomeGrid5:after,
#HomeGrid5 .row:before,
#HomeGrid5 .row:after
{
   display: table;
   content: " ";
}
#HomeGrid5:after,
#HomeGrid5 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#HomeGrid5 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 20px 10px 20px 10px;
   padding: 0;
   text-align: left;
}
#Heading2
{
   color: #003040;
   font-family: Montserrat;
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_HomeGrid6
{
   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;
}
#HomeGrid6
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#HomeGrid6 > .col-1, #HomeGrid6 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#HomeGrid6 > .col-1, #HomeGrid6 > .col-2
{
   flex: 0 0 auto;
}
#HomeGrid6 > .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: center;
   text-align: center;
}
#HomeGrid6 > .col-2
{
   background-color: #003040;
   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: center;
   text-align: center;
}
@media (max-width: 480px)
{
#HomeGrid6 > .col-1, #HomeGrid6 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_ImageHotspots1
{
   margin: 0 20px 0 20px;
   vertical-align: top;
}
#ImageHotspots1
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 510px;
   height: 366px;
   vertical-align: top;
}
.ImageHotspots1-tooltip
{
   position: absolute;
   z-index: 1070;
   display: block;
   margin: 0;
   font-family: Montserrat;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   line-height: 1.5;
   text-align: left;
   text-decoration: none;
   opacity: 0;
}
.ImageHotspots1-tooltip.show
{
   opacity: 0.9;
}
.ImageHotspots1-tooltip .tooltip-arrow
{
   position: absolute;
   display: block;
   width: 10px;
   height: 5px;
}
.ImageHotspots1-tooltip .tooltip-arrow::before
{
   position: absolute;
   content: "";
   border-color: transparent;
   border-style: solid;
}
.ImageHotspots1-tooltip.bs-tooltip-end, .ImageHotspots1-tooltip.bs-tooltip-auto[x-placement^="right"]
{
   padding: 0 5px;
}
.ImageHotspots1-tooltip.bs-tooltip-end .tooltip-arrow, .ImageHotspots1-tooltip.bs-tooltip-auto[x-placement^="right"] .tooltip-arrow
{
   left: 0;
   width: 5px;
   height: 10px;
}
.ImageHotspots1-tooltip.bs-tooltip-end .tooltip-arrow::before, .ImageHotspots1-tooltip.bs-tooltip-auto[x-placement^="right"] .tooltip-arrow::before
{
   right: 0;
   border-width: 5px 5px 5px 0;
   border-right-color: rgba(0,48,64,1.00);
}
.ImageHotspots1-tooltip .tooltip-inner 
{
   max-width: 200px;
   border: 0px solid #FFFFFF;
   padding: 20px 20px 20px 20px;
   color: #FFFFFF;
   text-align: left;
   background-color: rgba(0,48,64,1.00);
   border-radius: 0px;
}
.fade
{
   opacity: 0;
   transition: opacity .15s linear;
}
.fade.show
{
   opacity: 1;
}
@keyframes pulsate
{
   0% 
   {
      transform: scale(.75);
      opacity: 1;
   }
   30%
   {
      transform: scale(.75);
      opacity: 1;
   }
   100% 
   {
      transform: scale(2);
      opacity: 0;
   }
}
.pulsate:before
{
   position: absolute;
   left:0;
   top: 0;
   width: 100%;
   height: 100%;
   content: "";
   background-color: inherit;
   border-radius: inherit;
   animation: pulsate 1.5s ease-out infinite;
}
#ImageHotspots1-icons
{
   position: absolute;
   left:0;
   top:0;
   width:100%;
   height:100%;
   pointer-events:none;
}
#ImageHotspots1-icons-inner
{
   position: relative;
   left:0;
   top:0;
   width:100%;
   height:100%;
   pointer-events:none;
   margin: 0 auto 0 auto;
   max-width: 640px;
}
#ImageHotspots1-icons svg
{
   overflow: visible;
}
#wb_ImageHotspots1
{
   position: relative;
}
#wb_HomeCard11
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   text-align: center;
}
#HomeCard11-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#HomeCard11-card-item0
{
   box-sizing: border-box;
   margin: 30px 30px 0 30px;
   padding: 0;
   color: #FF8C00;
   font-family: Montserrat;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard11-card-item1
{
   box-sizing: border-box;
   margin: 0 30px 0 30px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard11-card-item2
{
   box-sizing: border-box;
   margin: 20px 30px 0 30px;
   padding: 0;
   color: #FF8C00;
   font-family: Montserrat;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard11-card-item3
{
   box-sizing: border-box;
   margin: 0 30px 0 30px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard11-card-item4
{
   box-sizing: border-box;
   margin: 20px 30px 0 30px;
   padding: 0;
   color: #FF8C00;
   font-family: Montserrat;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard11-card-item5
{
   box-sizing: border-box;
   margin: 0 30px 0 30px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard11-card-item6
{
   box-sizing: border-box;
   margin: 20px 30px 0 30px;
   padding: 0;
   color: #FF8C00;
   font-family: Montserrat;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard11-card-item7
{
   box-sizing: border-box;
   margin: 0 30px 0 30px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard11-card-item8
{
   box-sizing: border-box;
   margin: 20px 30px 0 30px;
   padding: 0;
   color: #FF8C00;
   font-family: Montserrat;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard11-card-item9
{
   box-sizing: border-box;
   margin: 0 30px 20px 30px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#wb_HomeGrid7
{
   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;
}
#HomeGrid7
{
   box-sizing: border-box;
   padding: 0 10px 0 10px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#HomeGrid7 > .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#HomeGrid7 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#HomeGrid7 > .row > .col-1
{
   float: left;
}
#HomeGrid7 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#HomeGrid7:before,
#HomeGrid7:after,
#HomeGrid7 .row:before,
#HomeGrid7 .row:after
{
   display: table;
   content: " ";
}
#HomeGrid7:after,
#HomeGrid7 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#HomeGrid7 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Heading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 20px 10px 20px 10px;
   padding: 0;
   text-align: left;
}
#Heading3
{
   color: #003040;
   font-family: Montserrat;
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_HomeGrid8
{
   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;
}
#HomeGrid8
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#HomeGrid8 > .col-1, #HomeGrid8 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#HomeGrid8 > .col-1, #HomeGrid8 > .col-2
{
   flex: 0 0 auto;
}
#HomeGrid8 > .col-1
{
   background-color: #003040;
   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: center;
   text-align: center;
}
#HomeGrid8 > .col-2
{
   background-color: #003040;
   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: center;
   text-align: center;
}
@media (max-width: 480px)
{
#HomeGrid8 > .col-1, #HomeGrid8 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_HomeCard12
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   text-align: center;
}
#HomeCard12-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#HomeCard12-card-item0
{
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#wb_HomeCard13
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   text-align: center;
}
#HomeCard13-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#HomeCard13-card-item0
{
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#wb_HomeGrid9
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #003040;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
}
#HomeGrid9
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#HomeGrid9 > .col-1, #HomeGrid9 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#HomeGrid9 > .col-1, #HomeGrid9 > .col-2
{
   flex: 0 0 auto;
}
#HomeGrid9 > .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;
}
#HomeGrid9 > .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-start;
   text-align: left;
}
@media (max-width: 480px)
{
#HomeGrid9 > .col-1, #HomeGrid9 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_FooterLogo 
{
   background-color: #003040;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0 10px 0;
   margin: 10px 0 10px 0 ;
   text-align: center;
}
#FooterLogo-max-width
{
   margin-left: auto;
   margin-right: auto;
   max-width: 200px;
   width: 100%;
}
#wb_FooterLogo div
{
   text-align: center;
}
#wb_FooterLogo
{
   display: inline-block;
   margin: 10px 0 10px 0 ;
   width: 200px;
   height: 33px;
}
#wb_HomeCard14
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   text-align: center;
}
#HomeCard14-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#HomeCard14-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #808080;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard14-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard14-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#HomeCard14-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard14-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#HomeCard14-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard14-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#HomeCard14-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard14-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_HomeCard15
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   text-align: center;
}
#HomeCard15-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#HomeCard15-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #808080;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard15-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard15-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #FF8C00;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard15-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#HomeCard15-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard15-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#HomeCard15-card-item4
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #FF8C00;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
   text-align: left;
}
#HomeCard15-card-item5
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard15-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#HomeCard15-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard15-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#HomeCard15-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   padding: 0;
   color: #FF8C00;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
   text-align: left;
}
#wb_HomeGrid10
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #003040;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#HomeGrid10
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#HomeGrid10 > .col-1, #HomeGrid10 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#HomeGrid10 > .col-1, #HomeGrid10 > .col-2
{
   flex: 0 0 auto;
}
#HomeGrid10 > .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: center;
   text-align: center;
}
#HomeGrid10 > .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: center;
   text-align: center;
}
@media (max-width: 480px)
{
#HomeGrid10 > .col-1, #HomeGrid10 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_FooterText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 20px 0 ;
   text-align: center;
}
#wb_FooterText div
{
   text-align: center;
}
#wb_FooterText
{
   display: block;
   margin: 20px 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_IconFacebook
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 10px 10px 10px 10px;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFacebook a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#IconFacebook
{
   height: 30px;
   width: 30px;
}
#IconFacebook i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 30px;
   line-height: 30px;
   vertical-align: middle;
   width: 30px;
}
#wb_IconFacebook:hover #IconFacebook i
{
   color: #FF8C00;
}
#wb_IconInstagram
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 10px 10px 10px 10px;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconInstagram a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#IconInstagram
{
   height: 30px;
   width: 30px;
}
#IconInstagram i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 30px;
   line-height: 30px;
   vertical-align: middle;
   width: 30px;
}
#wb_IconInstagram:hover #IconInstagram i
{
   color: #FF8C00;
}
#wb_IconTelegram
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 10px 10px 10px 10px;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconTelegram a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#IconTelegram
{
   height: 30px;
   width: 30px;
}
#IconTelegram i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 30px;
   line-height: 30px;
   vertical-align: middle;
   width: 30px;
}
#wb_IconTelegram:hover #IconTelegram i
{
   color: #FF8C00;
}
#HomeLangLayer
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
}
#wb_LangAZ
{
   vertical-align: top;
}
#LangAZ
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_HeaderLogo
{
   margin: 0;
   vertical-align: top;
}
#HeaderLogo
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 256px;
   height: 80px;
   vertical-align: top;
}
#StickyLayer
{
   background-color: rgba(255,255,255,0.50);
   background-image: none;
   border-radius: 100px;
}
#wb_up-arrow
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #3E3E3E;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
}
#wb_up-arrow a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#up-arrow
{
   height: 24px;
   width: 24px;
}
#up-arrow i
{
   color: #FF8C00;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 23px;
}
#wb_up-arrow:hover #up-arrow i
{
   color: #003040;
}
#wb_IconTelegram
{
   display: inline-block;
   width: 30px;
   height: 30px;
   text-align: center;
   z-index: 25;
}
#wb_LangAZ
{
   position: absolute;
   left: 8px;
   top: 12px;
   width: 32px;
   height: 24px;
   z-index: 27;
}
#wb_HomeCard9
{
   display: inline-block;
   width: 247px;
   height: 174px;
   z-index: 10;
}
#wb_HomeCard8
{
   display: inline-block;
   width: 247px;
   height: 174px;
   z-index: 9;
}
#wb_HomeCard7
{
   display: inline-block;
   width: 247px;
   height: 174px;
   z-index: 8;
}
#wb_HomeCard6
{
   display: inline-block;
   width: 247px;
   height: 174px;
   z-index: 7;
}
#wb_HomeCard5
{
   display: inline-block;
   width: 247px;
   height: 174px;
   z-index: 6;
}
#wb_HomeCard4
{
   display: inline-block;
   width: 247px;
   height: 174px;
   z-index: 5;
}
#wb_HomeCard3
{
   display: inline-block;
   width: 247px;
   height: 174px;
   z-index: 4;
}
#wb_HomeCard2
{
   display: inline-block;
   width: 247px;
   height: 174px;
   z-index: 3;
}
#wb_HomeCard1
{
   display: inline-block;
   width: 700px;
   height: 500px;
   z-index: 2;
}
#wb_Image1
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 12;
}
#wb_ResponsiveMenu1
{
   display: block;
   width: 100%;
   z-index: 1;
}
#wb_up-arrow
{
   position: absolute;
   left: 9px;
   top: 9px;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 28;
}
#wb_IconInstagram
{
   display: inline-block;
   width: 30px;
   height: 30px;
   text-align: center;
   z-index: 24;
}
#wb_HomeCard14
{
   display: flex;
   width: 100%;
   z-index: 21;
}
#wb_HomeCard15
{
   display: flex;
   width: 100%;
   z-index: 22;
}
#wb_IconFacebook
{
   display: inline-block;
   width: 30px;
   height: 30px;
   text-align: center;
   z-index: 23;
}
#wb_HomeCard10
{
   display: flex;
   width: 100%;
   z-index: 13;
}
#wb_HomeCard11
{
   display: flex;
   width: 100%;
   z-index: 16;
}
#ImageHotspots1-tooltip
{
   position: absolute;
   left: 0;
   top: 0;
   width: 16px;
   height: 16px;
   pointer-events: none;
}
#wb_Heading2
{
   display: block;
   width: calc(100% - 20px);
   z-index: 14;
}
#wb_HomeCard12
{
   display: flex;
   width: 100%;
   z-index: 18;
}
#wb_Heading3
{
   display: block;
   width: calc(100% - 20px);
   z-index: 17;
}
#wb_ImageHotspots1
{
   display: inline-block;
   width: 510px;
   height: 366px;
   z-index: 15;
}
#wb_HomeCard13
{
   display: flex;
   width: 100%;
   z-index: 19;
}
#StickyLayer
{
   position: fixed;
   text-align: right;
   left: auto;
   right: 10px;
   top: auto;
   bottom: 50px;
   width: 50px;
   height: 50px;
   z-index: 41;
}
#ImageHotspots1-hotspot-4
{
   pointer-events: all;
   position: absolute;
   left: 89.8%;
   top: 73.2%;
   width: 4.7%;
   height: 0;
   padding-bottom: 4.7%;
   border-radius: 808.51%;
   background-color: #003040;
}
#ImageHotspots1-hotspot-3
{
   pointer-events: all;
   position: absolute;
   left: 79.2%;
   top: 43.2%;
   width: 4.7%;
   height: 0;
   padding-bottom: 4.7%;
   border-radius: 808.51%;
   background-color: #003040;
}
#ImageHotspots1-hotspot-2
{
   pointer-events: all;
   position: absolute;
   left: 62.9%;
   top: 26.8%;
   width: 4.7%;
   height: 0;
   padding-bottom: 4.7%;
   border-radius: 808.51%;
   background-color: #003040;
}
#ImageHotspots1-hotspot-1
{
   pointer-events: all;
   position: absolute;
   left: 47.5%;
   top: 15.6%;
   width: 4.7%;
   height: 0;
   padding-bottom: 4.7%;
   border-radius: 808.51%;
   background-color: #003040;
}
#ImageHotspots1-hotspot-0
{
   pointer-events: all;
   position: absolute;
   left: 34.3%;
   top: 3%;
   width: 4.7%;
   height: 0;
   padding-bottom: 4.7%;
   border-radius: 808.51%;
   background-color: #003040;
}
#wb_Heading1
{
   display: block;
   width: calc(100% - 20px);
   z-index: 11;
}
#StickyLayer_Container
{
   width: 50px;
   position: relative;
   margin-left: auto;
   margin-right: 0;
   text-align: left;
}
#HomeLangLayer
{
   position: fixed;
   text-align: right;
   left: auto;
   right: 10px;
   top: 128px;
   width: 48px;
   height: 48px;
   z-index: 40;
}
#wb_HeaderLogo
{
   display: inline-block;
   width: 256px;
   height: 80px;
   z-index: 0;
}
#HomeLangLayer_Container
{
   width: 48px;
   position: relative;
   margin-left: auto;
   margin-right: 0;
   text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1139px)
{
body
{
   background-color: #F5F5F5;
   background-image: none;
}
#wb_HomeHeader
{
   visibility: visible;
   display: table;
}
#wb_HomeHeader
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#HomeHeader
{
   height: auto;
   padding: 0;
}
#HomeHeader > .col-1, #HomeHeader > .col-2
{
   padding-right: 10px;
   padding-left: 10px;
}
#HomeHeader > .col-1
{
   display: flex;
   flex-basis: 50%;
   max-width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#HomeHeader > .col-2
{
   display: flex;
   flex-basis: 50%;
   max-width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_ResponsiveMenu1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   text-align: right;
}
#wb_HomeGrid1
{
   visibility: visible;
   display: table;
}
#wb_HomeGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#HomeGrid1
{
   height: auto;
   padding: 10px 0 10px 0;
}
#HomeGrid1 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#HomeGrid1 > .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_HomeCard1
{
   width: 471px;
   height: 440px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   font-size: 13px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#HomeCard1-card-item0
{
   box-sizing: border-box;
   margin: 160px 20px 160px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: bold;
   font-style: normal;
   font-size: 29px;
   text-align: right;
}
#wb_HomeCard1
{
   text-align: center;
}
#wb_HomeGrid2
{
   visibility: visible;
   display: table;
}
#wb_HomeGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#HomeGrid2
{
   height: auto;
   padding: 10px 0 4px 0;
}
#HomeGrid2 > .col-1, #HomeGrid2 > .col-2, #HomeGrid2 > .col-3, #HomeGrid2 > .col-4
{
   padding-right: 10px;
   padding-left: 10px;
}
#HomeGrid2 > .col-1
{
   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: center;
   text-align: center;
}
#HomeGrid2 > .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: center;
   text-align: center;
}
#HomeGrid2 > .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: center;
   text-align: center;
}
#HomeGrid2 > .col-4
{
   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: center;
   text-align: center;
}
#wb_HomeCard4
{
   width: 165px;
   height: 174px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 10px 0 ;
}
#HomeCard4-card-item0
{
   box-sizing: border-box;
   margin: 20px 40px 0 40px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 80px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 80px;
}
#HomeCard4-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #212529;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#wb_HomeCard4
{
   text-align: center;
}
#wb_HomeCard5
{
   width: 165px;
   height: 174px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 10px 0 ;
}
#HomeCard5-card-item0
{
   box-sizing: border-box;
   margin: 20px 40px 0 40px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 80px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 80px;
}
#HomeCard5-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #212529;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#wb_HomeCard5
{
   text-align: center;
}
#wb_HomeCard2
{
   width: 165px;
   height: 174px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 10px 0 ;
   background-color: #F5F5F5;
   background-image: none;
}
#HomeCard2-card-item0
{
   box-sizing: border-box;
   margin: 20px 40px 0 40px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 80px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 80px;
}
#HomeCard2-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #212529;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#wb_HomeCard2
{
   text-align: center;
}
#wb_HomeCard6
{
   width: 165px;
   height: 174px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 10px 0 ;
}
#HomeCard6-card-item0
{
   box-sizing: border-box;
   margin: 20px 40px 0 40px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 80px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 80px;
}
#HomeCard6-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #212529;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#wb_HomeCard6
{
   text-align: center;
}
#wb_HomeCard7
{
   width: 165px;
   height: 174px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 10px 0 ;
   background-color: #F5F5F5;
   background-image: none;
}
#HomeCard7-card-item0
{
   box-sizing: border-box;
   margin: 20px 40px 0 40px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 80px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 80px;
}
#HomeCard7-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #212529;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#wb_HomeCard7
{
   text-align: center;
}
#wb_HomeCard8
{
   width: 165px;
   height: 174px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 10px 0 ;
}
#HomeCard8-card-item0
{
   box-sizing: border-box;
   margin: 20px 40px 0 40px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 80px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 80px;
}
#HomeCard8-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #212529;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#wb_HomeCard8
{
   text-align: center;
}
#wb_HomeCard9
{
   width: 165px;
   height: 174px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 10px 0 ;
}
#HomeCard9-card-item0
{
   box-sizing: border-box;
   margin: 20px 40px 0 40px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 80px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 80px;
}
#HomeCard9-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #212529;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#wb_HomeCard9
{
   text-align: center;
}
#wb_HomeCard3
{
   width: 165px;
   height: 174px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 10px 0 ;
}
#HomeCard3-card-item0
{
   box-sizing: border-box;
   margin: 20px 40px 0 40px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 80px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 80px;
}
#HomeCard3-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #212529;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#wb_HomeCard3
{
   text-align: center;
}
#wb_HomeGrid3
{
   visibility: visible;
   display: table;
}
#wb_HomeGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#HomeGrid3
{
   height: auto;
   padding: 0 10px 0 10px;
}
#HomeGrid3 .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#HomeGrid3 > .row > .col-1
{
   padding-right: 10px;
   padding-left: 10px;
}
#HomeGrid3 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Heading1
{
   width: calc(100% - 20px);
   visibility: visible;
   display: block;
   margin: 20px 10px 20px 10px;
   padding: 0;
   font-size: 13px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#Heading1
{
   color: #003040;
   font-family: Montserrat;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
   text-transform: none;
}
#wb_HomeGrid4
{
   visibility: visible;
   display: table;
}
#wb_HomeGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#HomeGrid4
{
   height: auto;
   padding: 0;
}
#HomeGrid4 > .col-1, #HomeGrid4 > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#HomeGrid4 > .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: center;
   text-align: center;
}
#HomeGrid4 > .col-2
{
   display: flex;
   flex-basis: 50%;
   max-width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_HomeCard10
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   background-color: #003040;
   background-image: none;
}
#HomeCard10-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: left;
}
#wb_HomeCard10
{
   text-align: center;
}
#wb_Image1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_HomeGrid5
{
   visibility: visible;
   display: table;
}
#wb_HomeGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#HomeGrid5
{
   height: auto;
   padding: 0 10px 0 10px;
}
#HomeGrid5 .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#HomeGrid5 > .row > .col-1
{
   padding-right: 10px;
   padding-left: 10px;
}
#HomeGrid5 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Heading2
{
   width: calc(100% - 20px);
   visibility: visible;
   display: block;
   margin: 20px 10px 20px 10px;
   padding: 0;
   font-size: 13px;
   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: left;
}
#Heading2
{
   color: #003040;
   font-family: Montserrat;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
   text-transform: none;
}
#wb_HomeGrid6
{
   visibility: visible;
   display: table;
}
#wb_HomeGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#HomeGrid6
{
   height: auto;
   padding: 0;
}
#HomeGrid6 > .col-1, #HomeGrid6 > .col-2
{
   padding-right: 10px;
   padding-left: 10px;
}
#HomeGrid6 > .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: center;
   text-align: center;
}
#HomeGrid6 > .col-2
{
   display: flex;
   flex-basis: 50%;
   max-width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_ImageHotspots1
{
   width: 324px;
   height: 232px;
   visibility: visible;
   display: inline-block;
   margin: 20px 20px 20px 20px;
   padding: 0;
}
#ImageHotspots1
{
   width: 324px;
   height: 232px;
}
#wb_HomeCard11
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 10px 0 10px 0 ;
   background-color: transparent;
   background-image: none;
}
#HomeCard11-card-item0
{
   box-sizing: border-box;
   margin: 30px 30px 0 30px;
   padding: 0;
   color: #FF8C00;
   font-family: Montserrat;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard11-card-item1
{
   box-sizing: border-box;
   margin: 0 30px 0 30px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard11-card-item2
{
   box-sizing: border-box;
   margin: 20px 30px 0 30px;
   padding: 0;
   color: #FF8C00;
   font-family: Montserrat;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard11-card-item3
{
   box-sizing: border-box;
   margin: 0 30px 0 30px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard11-card-item4
{
   box-sizing: border-box;
   margin: 20px 30px 0 30px;
   padding: 0;
   color: #FF8C00;
   font-family: Montserrat;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard11-card-item5
{
   box-sizing: border-box;
   margin: 0 30px 0 30px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard11-card-item6
{
   box-sizing: border-box;
   margin: 20px 30px 0 30px;
   padding: 0;
   color: #FF8C00;
   font-family: Montserrat;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard11-card-item7
{
   box-sizing: border-box;
   margin: 0 30px 0 30px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard11-card-item8
{
   box-sizing: border-box;
   margin: 20px 30px 0 30px;
   padding: 0;
   color: #FF8C00;
   font-family: Montserrat;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard11-card-item9
{
   box-sizing: border-box;
   margin: 0 30px 20px 30px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#wb_HomeCard11
{
   text-align: center;
}
#wb_HomeGrid7
{
   visibility: visible;
   display: table;
}
#wb_HomeGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#HomeGrid7
{
   height: auto;
   padding: 0 10px 0 10px;
}
#HomeGrid7 .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#HomeGrid7 > .row > .col-1
{
   padding-right: 10px;
   padding-left: 10px;
}
#HomeGrid7 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Heading3
{
   width: calc(100% - 20px);
   visibility: visible;
   display: block;
   margin: 20px 10px 20px 10px;
   padding: 0;
   font-size: 13px;
   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: left;
}
#Heading3
{
   color: #003040;
   font-family: Montserrat;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
   text-transform: none;
}
#wb_HomeGrid8
{
   visibility: visible;
   display: table;
}
#wb_HomeGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#HomeGrid8
{
   height: auto;
   padding: 0;
}
#HomeGrid8 > .col-1, #HomeGrid8 > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#HomeGrid8 > .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: center;
   text-align: center;
}
#HomeGrid8 > .col-2
{
   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: center;
   text-align: center;
}
#wb_HomeCard12
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 10px 0 0 0 ;
   background-color: transparent;
   background-image: none;
}
#HomeCard12-card-item0
{
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#wb_HomeCard12
{
   text-align: center;
}
#wb_HomeCard13
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 10px 0 10px 0 ;
   background-color: transparent;
   background-image: none;
}
#HomeCard13-card-item0
{
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#wb_HomeCard13
{
   text-align: center;
}
#wb_HomeGrid9
{
   visibility: visible;
   display: table;
}
#wb_HomeGrid9
{
   height: auto;
   margin-top: 10px;
   margin-bottom: 0px;
}
#HomeGrid9
{
   height: auto;
   padding: 0;
}
#HomeGrid9 > .col-1, #HomeGrid9 > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#HomeGrid9 > .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;
}
#HomeGrid9 > .col-2
{
   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;
}
#wb_FooterLogo
{
   width: 200px;
   height: 47px;
   visibility: visible;
   display: inline-block;
}
#wb_FooterLogo
{
   margin: 10px 0 10px 0 ;
   padding: 10px 0 10px 0;
}
#wb_HomeCard14
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   background-color: transparent;
   background-image: none;
}
#HomeCard14-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #808080;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard14-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard14-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#HomeCard14-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard14-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#HomeCard14-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard14-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#HomeCard14-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard14-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_HomeCard14
{
   text-align: center;
}
#wb_HomeCard15
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   background-color: transparent;
   background-image: none;
}
#HomeCard15-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #808080;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard15-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard15-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FF8C00;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard15-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#HomeCard15-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard15-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#HomeCard15-card-item4
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #FF8C00;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
   text-align: left;
}
#HomeCard15-card-item5
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard15-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#HomeCard15-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard15-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#HomeCard15-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   padding: 0;
   color: #FF8C00;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
   text-align: left;
}
#wb_HomeCard15
{
   text-align: center;
}
#wb_HomeGrid10
{
   visibility: visible;
   display: table;
}
#wb_HomeGrid10
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#HomeGrid10
{
   height: auto;
   padding: 0;
}
#HomeGrid10 > .col-1, #HomeGrid10 > .col-2
{
   padding-right: 10px;
   padding-left: 10px;
}
#HomeGrid10 > .col-1
{
   display: flex;
   flex-basis: 50%;
   max-width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#HomeGrid10 > .col-2
{
   display: flex;
   flex-basis: 50%;
   max-width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_FooterText
{
   visibility: visible;
   display: block;
}
#wb_FooterText
{
   margin: 20px 0 20px 0 ;
   padding: 0;
}
#wb_IconFacebook
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline-block;
   margin: 10px 10px 10px 10px;
   padding: 0;
}
#IconFacebook
{
   width: 30px;
   height: 30px;
}
#IconFacebook i
{
   line-height: 30px;
   font-size: 30px;
   width: 30px;
}
#wb_IconInstagram
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline-block;
   margin: 10px 10px 10px 10px;
   padding: 0;
}
#IconInstagram
{
   width: 30px;
   height: 30px;
}
#IconInstagram i
{
   line-height: 30px;
   font-size: 30px;
   width: 30px;
}
#wb_IconTelegram
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline-block;
   margin: 10px 10px 10px 10px;
   padding: 0;
}
#IconTelegram
{
   width: 30px;
   height: 30px;
}
#IconTelegram i
{
   line-height: 30px;
   font-size: 30px;
   width: 30px;
}
#HomeLangLayer
{
   width: 48px;
   height: 48px;
   visibility: visible;
   display: block;
}
#HomeLangLayer_Container
{
   width: 48px;
}
#wb_LangAZ
{
   left: 8px;
   top: 12px;
   width: 32px;
   height: 24px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_HeaderLogo
{
   width: 256px;
   height: 80px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#HeaderLogo
{
   width: 256px;
   height: 80px;
}
#StickyLayer
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: block;
}
#StickyLayer_Container
{
   width: 50px;
}
#wb_up-arrow
{
   left: 9px;
   top: 8px;
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#up-arrow
{
   width: 24px;
   height: 24px;
}
#up-arrow i
{
   line-height: 24px;
   font-size: 24px;
   width: 23px;
}
}
@media only screen and (max-width: 767px)
{
body
{
   background-color: #F5F5F5;
   background-image: none;
}
#wb_HomeHeader
{
   visibility: visible;
   display: table;
}
#wb_HomeHeader
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#HomeHeader
{
   height: auto;
   padding: 0;
}
#HomeHeader > .col-1, #HomeHeader > .col-2
{
   padding-right: 10px;
   padding-left: 10px;
}
#HomeHeader > .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;
}
#HomeHeader > .col-2
{
   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_ResponsiveMenu1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   text-align: right;
}
#wb_HomeGrid1
{
   visibility: visible;
   display: table;
}
#wb_HomeGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#HomeGrid1
{
   height: auto;
   padding: 10px 0 10px 0;
}
#HomeGrid1 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#HomeGrid1 > .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_HomeCard1
{
   width: 434px;
   height: 431px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#HomeCard1-card-item0
{
   box-sizing: border-box;
   margin: 160px 10px 160px 10px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: right;
}
#wb_HomeCard1
{
   text-align: center;
}
#wb_HomeGrid2
{
   visibility: visible;
   display: table;
}
#wb_HomeGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#HomeGrid2
{
   height: auto;
   padding: 10px 0 0 0;
}
#HomeGrid2 > .col-1, #HomeGrid2 > .col-2, #HomeGrid2 > .col-3, #HomeGrid2 > .col-4
{
   padding-right: 10px;
   padding-left: 10px;
}
#HomeGrid2 > .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;
}
#HomeGrid2 > .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: center;
   text-align: center;
}
#HomeGrid2 > .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: center;
   text-align: center;
}
#HomeGrid2 > .col-4
{
   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;
}
#wb_HomeCard4
{
   width: 168px;
   height: 174px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 10px 0 ;
}
#HomeCard4-card-item0
{
   box-sizing: border-box;
   margin: 20px 90px 0 90px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 80px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 80px;
}
#HomeCard4-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #212529;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#wb_HomeCard4
{
   text-align: center;
}
#wb_HomeCard5
{
   width: 168px;
   height: 174px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 10px 10px;
}
#HomeCard5-card-item0
{
   box-sizing: border-box;
   margin: 20px 90px 0 90px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 80px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 80px;
}
#HomeCard5-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #212529;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#wb_HomeCard5
{
   text-align: center;
}
#wb_HomeCard2
{
   width: 168px;
   height: 174px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 10px 0 ;
   background-color: #F5F5F5;
   background-image: none;
}
#HomeCard2-card-item0
{
   box-sizing: border-box;
   margin: 20px 90px 0 90px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 80px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 80px;
}
#HomeCard2-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #212529;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#wb_HomeCard2
{
   text-align: center;
}
#wb_HomeCard6
{
   width: 168px;
   height: 174px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 10px 0 ;
}
#HomeCard6-card-item0
{
   box-sizing: border-box;
   margin: 20px 90px 0 90px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 80px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 80px;
}
#HomeCard6-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #212529;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#wb_HomeCard6
{
   text-align: center;
}
#wb_HomeCard7
{
   width: 168px;
   height: 174px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 10px 10px;
   background-color: #F5F5F5;
   background-image: none;
}
#HomeCard7-card-item0
{
   box-sizing: border-box;
   margin: 20px 90px 0 90px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 80px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 80px;
}
#HomeCard7-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #212529;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#wb_HomeCard7
{
   text-align: center;
}
#wb_HomeCard8
{
   width: 168px;
   height: 174px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 10px 0 ;
}
#HomeCard8-card-item0
{
   box-sizing: border-box;
   margin: 20px 90px 0 90px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 80px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 80px;
}
#HomeCard8-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #212529;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#wb_HomeCard8
{
   text-align: center;
}
#wb_HomeCard9
{
   width: 168px;
   height: 174px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 10px 10px;
}
#HomeCard9-card-item0
{
   box-sizing: border-box;
   margin: 20px 90px 0 90px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 80px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 80px;
}
#HomeCard9-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #212529;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#wb_HomeCard9
{
   text-align: center;
}
#wb_HomeCard3
{
   width: 168px;
   height: 174px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 10px 10px;
}
#HomeCard3-card-item0
{
   box-sizing: border-box;
   margin: 20px 90px 0 90px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 80px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 80px;
}
#HomeCard3-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #212529;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#wb_HomeCard3
{
   text-align: center;
}
#wb_HomeGrid3
{
   visibility: visible;
   display: table;
}
#wb_HomeGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#HomeGrid3
{
   height: auto;
   padding: 0 10px 0 10px;
}
#HomeGrid3 .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#HomeGrid3 > .row > .col-1
{
   padding-right: 10px;
   padding-left: 10px;
}
#HomeGrid3 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Heading1
{
   width: calc(100% - 20px);
   visibility: visible;
   display: block;
   margin: 20px 10px 20px 10px;
   padding: 0;
   font-size: 13px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading1
{
   color: #003040;
   font-family: Montserrat;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
   text-transform: none;
}
#wb_HomeGrid4
{
   visibility: visible;
   display: table;
}
#wb_HomeGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#HomeGrid4
{
   height: auto;
   padding: 0;
}
#HomeGrid4 > .col-1, #HomeGrid4 > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#HomeGrid4 > .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;
}
#HomeGrid4 > .col-2
{
   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_HomeCard10
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   background-color: #003040;
   background-image: none;
}
#HomeCard10-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: left;
}
#wb_HomeCard10
{
   text-align: center;
}
#wb_Image1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_HomeGrid5
{
   visibility: visible;
   display: table;
}
#wb_HomeGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#HomeGrid5
{
   height: auto;
   padding: 0 10px 0 10px;
}
#HomeGrid5 .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#HomeGrid5 > .row > .col-1
{
   padding-right: 10px;
   padding-left: 10px;
}
#HomeGrid5 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Heading2
{
   width: calc(100% - 20px);
   visibility: visible;
   display: block;
   margin: 20px 10px 20px 10px;
   padding: 0;
   font-size: 13px;
   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: #003040;
   font-family: Montserrat;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
   text-transform: none;
}
#wb_HomeGrid6
{
   visibility: visible;
   display: table;
}
#wb_HomeGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#HomeGrid6
{
   height: auto;
   padding: 0;
}
#HomeGrid6 > .col-1, #HomeGrid6 > .col-2
{
   padding-right: 10px;
   padding-left: 10px;
}
#HomeGrid6 > .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;
}
#HomeGrid6 > .col-2
{
   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_ImageHotspots1
{
   width: 420px;
   height: 301px;
   visibility: visible;
   display: inline-block;
   margin: 20px 20px 20px 20px;
   padding: 0;
}
#ImageHotspots1
{
   width: 420px;
   height: 301px;
}
#wb_HomeCard11
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 10px 0 10px 0 ;
   background-color: transparent;
   background-image: none;
}
#HomeCard11-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FF8C00;
   font-family: Montserrat;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard11-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: left;
}
#HomeCard11-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FF8C00;
   font-family: Montserrat;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard11-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: left;
}
#HomeCard11-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FF8C00;
   font-family: Montserrat;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard11-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: left;
}
#HomeCard11-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FF8C00;
   font-family: Montserrat;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard11-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: left;
}
#HomeCard11-card-item8
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FF8C00;
   font-family: Montserrat;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard11-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: left;
}
#wb_HomeCard11
{
   text-align: center;
}
#wb_HomeGrid7
{
   visibility: visible;
   display: table;
}
#wb_HomeGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#HomeGrid7
{
   height: auto;
   padding: 0 10px 0 10px;
}
#HomeGrid7 .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#HomeGrid7 > .row > .col-1
{
   padding-right: 10px;
   padding-left: 10px;
}
#HomeGrid7 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Heading3
{
   width: calc(100% - 20px);
   visibility: visible;
   display: block;
   margin: 20px 10px 20px 10px;
   padding: 0;
   font-size: 13px;
   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: #003040;
   font-family: Montserrat;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
   text-transform: none;
}
#wb_HomeGrid8
{
   visibility: visible;
   display: table;
}
#wb_HomeGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#HomeGrid8
{
   height: auto;
   padding: 0;
}
#HomeGrid8 > .col-1, #HomeGrid8 > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#HomeGrid8 > .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;
}
#HomeGrid8 > .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: center;
   text-align: center;
}
#wb_HomeCard12
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 10px 0 0 0 ;
   background-color: transparent;
   background-image: none;
}
#HomeCard12-card-item0
{
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: left;
}
#wb_HomeCard12
{
   text-align: center;
}
#wb_HomeCard13
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 10px 0 10px 0 ;
   background-color: transparent;
   background-image: none;
}
#HomeCard13-card-item0
{
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: left;
}
#wb_HomeCard13
{
   text-align: center;
}
#wb_HomeGrid9
{
   visibility: visible;
   display: table;
}
#wb_HomeGrid9
{
   height: auto;
   margin-top: 10px;
   margin-bottom: 0px;
}
#HomeGrid9
{
   height: auto;
   padding: 0;
}
#HomeGrid9 > .col-1, #HomeGrid9 > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#HomeGrid9 > .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;
}
#HomeGrid9 > .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;
}
#wb_FooterLogo
{
   width: 200px;
   height: 47px;
   visibility: visible;
   display: inline-block;
}
#wb_FooterLogo
{
   margin: 10px 0 10px 0 ;
   padding: 10px 0 10px 0;
}
#wb_HomeCard14
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   background-color: transparent;
   background-image: none;
}
#HomeCard14-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #808080;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard14-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard14-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#HomeCard14-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard14-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#HomeCard14-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard14-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#HomeCard14-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard14-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_HomeCard14
{
   text-align: center;
}
#wb_HomeCard15
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   background-color: transparent;
   background-image: none;
}
#HomeCard15-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #808080;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard15-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard15-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FF8C00;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard15-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#HomeCard15-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard15-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#HomeCard15-card-item4
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #FF8C00;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
   text-align: left;
}
#HomeCard15-card-item5
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard15-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#HomeCard15-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#HomeCard15-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#HomeCard15-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   padding: 0;
   color: #FF8C00;
   font-family: Montserrat;
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
   text-align: left;
}
#wb_HomeCard15
{
   text-align: center;
}
#wb_HomeGrid10
{
   visibility: visible;
   display: table;
}
#wb_HomeGrid10
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#HomeGrid10
{
   height: auto;
   padding: 0;
}
#HomeGrid10 > .col-1, #HomeGrid10 > .col-2
{
   padding-right: 10px;
   padding-left: 10px;
}
#HomeGrid10 > .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;
}
#HomeGrid10 > .col-2
{
   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_FooterText
{
   visibility: visible;
   display: block;
}
#wb_FooterText
{
   margin: 20px 0 20px 0 ;
   padding: 0;
}
#wb_IconFacebook
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline-block;
   margin: 10px 10px 10px 10px;
   padding: 0;
}
#IconFacebook
{
   width: 30px;
   height: 30px;
}
#IconFacebook i
{
   line-height: 30px;
   font-size: 30px;
   width: 30px;
}
#wb_IconInstagram
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline-block;
   margin: 10px 10px 10px 10px;
   padding: 0;
}
#IconInstagram
{
   width: 30px;
   height: 30px;
}
#IconInstagram i
{
   line-height: 30px;
   font-size: 30px;
   width: 30px;
}
#wb_IconTelegram
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline-block;
   margin: 10px 10px 10px 10px;
   padding: 0;
}
#IconTelegram
{
   width: 30px;
   height: 30px;
}
#IconTelegram i
{
   line-height: 30px;
   font-size: 30px;
   width: 30px;
}
#HomeLangLayer
{
   width: 48px;
   height: 48px;
   visibility: visible;
   display: block;
}
#HomeLangLayer_Container
{
   width: 48px;
}
#wb_LangAZ
{
   left: 8px;
   top: 12px;
   width: 32px;
   height: 24px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_HeaderLogo
{
   width: 256px;
   height: 80px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#HeaderLogo
{
   width: 256px;
   height: 80px;
}
#StickyLayer
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: block;
}
#StickyLayer_Container
{
   width: 50px;
}
#wb_up-arrow
{
   left: 9px;
   top: 9px;
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#up-arrow
{
   width: 24px;
   height: 24px;
}
#up-arrow i
{
   line-height: 24px;
   font-size: 24px;
   width: 23px;
}
}
