div#container
{
   width: 1250px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: "DM Sans";
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   font-size: 20px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
a
{
   color: #0855C9;
   text-decoration: none;
}
a:hover
{
   color: #696969;
   text-decoration: none;
}
#wb_header
{
   clear: both;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 7776;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/fp_background.jpg');
   background-repeat: repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#header
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1400px;
}
#header > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#header > .row > .col-1, #header > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#header > .row > .col-1, #header > .row > .col-2
{
   float: left;
}
#header > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#header > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 83.33333333%;
   text-align: center;
}
#header:before,
#header:after,
#header .row:before,
#header .row:after
{
   display: table;
   content: " ";
}
#header:after,
#header .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#header > .row > .col-1, #header > .row > .col-2
{
   float: none;
   width: 100%;
}
}
#header-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #FFFFFF;
   opacity: 0.28;
}
#wb_header
{
   box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.2);
   transition: box-shadow 500ms linear 0ms;
}
#wb_navigation
{
   display: block;
   font-family: Arial;
   font-weight: normal;
   text-align: left;
   width: 100%;
   margin: 0;
   z-index: 1111 !important;
}
#navigation
{
   background-color: rgba(255,255,255,0.00);
   height: 53px;
}
#wb_navigation ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_navigation ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_navigation ul li
{
   border-radius: 0;
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_navigation ul li i
{
   font-size: 10px;
   width: 10px;
   margin-bottom: 0px;
}
#wb_navigation ul li a
{
   background-color: rgba(255,255,255,0.00);
   color: #0855C9;
   font-family: Arial;
   font-weight: normal;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 20px 20px 3px 20px;
   text-align: center;
}
#wb_navigation > ul > li > a 
{
   height: 30px;
}
.navigation a 
{
   display: block;
}
#wb_navigation li:hover > a, #wb_navigation li .active
{
   background-color: rgba(8,85,201,0.00);
   color: #696969;
}
#wb_navigation ul ul
{
   display: none;
   position: absolute;
   top: 53px;
}
#wb_navigation ul li:hover > ul
{
   display: list-item;
}
#wb_navigation ul ul li 
{
   float: none;
   position: relative;
   width: 101px;
}
#wb_navigation ul ul li a
{
   background-color: #F5F5F5;
   border: 0px solid #F5F5F5;
   color: #606060;
}
#wb_navigation ul ul li:hover > a, #wb_navigation ul ul li .active
{
   background-color: #0855C9;
   color: #FFFFFF;
}
#wb_navigation ul ul li i 
{
   margin-right: 3px;
   vertical-align: middle;
}
#wb_navigation ul ul li a 
{
   padding-top: 8px;
   padding-right: 12px;
   padding-bottom: 8px;
   text-align: left;
   vertical-align: middle;
}
#wb_navigation ul ul ul li 
{
   left: 101px;
   position: relative;
   top: -53px;
}
#wb_navigation .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid #0855C9;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
#wb_navigation .arrow-left 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-left: 4px solid #606060;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_navigation li:hover > a .arrow-down, #wb_navigation li .active .arrow-down
{ 
   border-top-color: #696969;
}
#wb_navigation ul ul li:hover > a .arrow-left, #wb_navigation ul ul li .active .arrow-left
{ 
   border-left-color: #FFFFFF;
}
#wb_navigation .toggle,[id^=navigation-submenu]
{
   display: none;
}
@media all and (max-width:768px) 
{
#wb_navigation
{
   margin: 0;
   text-align: left;
}
#wb_navigation ul li a, #wb_navigation .toggle
{
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 8px 12px 8px 12px;
}
#wb_navigation .toggle + a
{
   display: none !important;
}
.navigation 
{
   display: none;
   z-index: 9999;
}
#navigation 
{
   background-color: transparent;
}
#wb_navigation > ul > li > a 
{
   height: auto !important;
   margin: 0;
}
#wb_navigation .toggle 
{
   display: block;
   background-color: rgba(255,255,255,0.00);
   color: #0855C9;
   padding: 0 12px 0 12px;
   line-height: 26px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_navigation .toggle:hover
{
   background-color: rgba(8,85,201,0.00);
   color: #696969;
}
[id^=navigation-submenu]:checked + ul 
{
   display: block !important;
}
#navigation-title
{
   height: 53px !important;
   line-height: 53px !important;
   text-align: center;
}
#wb_navigation ul li 
{
   display: block;
   width: 100% !important;
   text-align: left;
}
#wb_navigation ul ul .toggle,
#wb_navigation ul ul a 
{
   padding: 0 24px;
}
#wb_navigation a:hover,
#wb_navigation ul ul ul a 
{
   background-color: #F5F5F5;
   color: #606060;
}
#wb_navigation ul li ul li .toggle,
#wb_navigation ul ul a 
{
   background-color: #F5F5F5;
   color: #606060;
}
#wb_navigation ul ul ul a 
{
   padding: 8px 12px 8px 36px;
}
#wb_navigation ul li a 
{
   text-align: left;
}
#wb_navigation ul li a br 
{
   display: none;
}
#wb_navigation ul li i 
{
   margin-right: 3px;
}
#wb_navigation ul ul 
{
   float: none;
   position: static;
}
#wb_navigation ul ul li:hover > ul,
#wb_navigation ul li:hover > ul 
{
   display: none;
}
#wb_navigation ul ul li 
{
   display: block;
   width: 100%;
}
#wb_navigation ul ul ul li 
{
   position: static;
}
#navigation-icon 
{
   display: block;
   position: absolute;
   right: 20px;
   top: 14px;
   user-select: none;
}
#navigation-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #0855C9;
   color: #0855C9;
   width: 24px;
}
#wb_navigation ul li ul li .toggle:hover
{
   background-color: #0855C9;
   color: #FFFFFF;
}
#wb_navigation .toggle .arrow-down 
{
   border-top-color: #0855C9;
}
#wb_navigation .toggle:hover .arrow-down, #wb_navigation li .active .arrow-down
{
   border-top-color: #696969;
}
#wb_navigation ul li ul li .toggle .arrow-down 
{
   border-top-color: #606060;
}
#wb_navigation ul li ul li .toggle:hover .arrow-down, #wb_navigation ul li ul li .active .arrow-down
{
   border-top-color: #FFFFFF;
}
}
#wb_topgrid_
{
   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;
}
#topgrid_
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 50px 0 20px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#topgrid_ > .col-1, #topgrid_ > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#topgrid_ > .col-1, #topgrid_ > .col-2
{
   flex: 0 0 auto;
   height: 675px;
}
#topgrid_ > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#topgrid_ > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 800px)
{
#topgrid_ > .col-1, #topgrid_ > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_Headingproduct2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 40px 15px 0 15px;
   padding: 0;
   text-align: left;
}
#Headingproduct2
{
   color: #0855C9;
   font-family: "Roboto";
   font-weight: 900;
   font-style: normal;
   font-size: 29px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#Headingproduct2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Akorn-Cough-SyrupImage1786hhh
{
   margin: 0;
   vertical-align: top;
}
#Akorn-Cough-SyrupImage1786hhh
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 800px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Text2 
{
   margin: 20px 15px 30px 15px;
}
#wb_Text2
{
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 17px;
   line-height: 24px;
}
#wb_Text2 p, #wb_Text2 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_Text2
{
   display: block;
   margin: 20px 15px 30px 15px;
   box-sizing: border-box;
   width: calc(100% - 30px);
}
#wb_indexHeading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 20px 15px 0 15px;
   padding: 0;
   text-align: left;
}
#indexHeading2
{
   color: #2E8B57;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#indexHeading2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_dangote_cement
{
   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: 2px 0 30px 0 ;
}
#dangote_cement
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0 0 10px 0;
   margin-right: auto;
   margin-left: auto;
}
#dangote_cement > .col-1, #dangote_cement > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 30px;
   padding-left: 30px;
   position: relative;
}
#dangote_cement > .col-1, #dangote_cement > .col-2
{
   flex: 0 0 auto;
   height: 95px;
}
#dangote_cement > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#dangote_cement > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#dangote_cement > .col-1, #dangote_cement > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_Akorn-Cough-SyrupCssMenu3
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 20px 0 0 0 ;
   text-align: left;
   position: relative;
   z-index: 1111 !important;
}
#wb_Akorn-Cough-SyrupCssMenu3::after
{
   content: "";
   display: table;
clear: both;
}
#wb_Akorn-Cough-SyrupCssMenu3 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
    font-size: 0;
   position: relative;
   display: inline-block;
}
#wb_Akorn-Cough-SyrupCssMenu3 li
{
   display: inline-block;
   margin: 0;
   padding: 0px 4px 0px 0px;
   width: 200px;
}
#wb_Akorn-Cough-SyrupCssMenu3 a
{
   display: block;
   color: #0855C9;
   border: 1px solid #0855C9;
   border-radius: 1px;
   background-color: #FFFFFF;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: center;
   box-shadow: 0px 0px 1px #4F4F4F;
   vertical-align: middle;
}
#wb_Akorn-Cough-SyrupCssMenu3 > ul > li > a
{
   width: 188px;
   height: 41px;
   padding: 0 5px 0px 5px;
   line-height: 41px;
}
#wb_Akorn-Cough-SyrupCssMenu3 li:hover a, #wb_Akorn-Cough-SyrupCssMenu3 a:hover
{
   color: #FFFFFF;
}
.Akorn-Cough-SyrupCssMenu3-effect:before
{
   border: 1px solid #0855C9;
   background-color: #0855C9;
   background-image: none;
}
#wb_Akorn-Cough-SyrupCssMenu3 li.firstmain
{
   padding-left: 0px;
}
#wb_Akorn-Cough-SyrupCssMenu3 li.lastmain
{
   padding-right: 0px;
}
#wb_Akorn-Cough-SyrupCssMenu3 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
.Akorn-Cough-SyrupCssMenu3-effect
{
   display: inline-block;
   position: relative;
   transform: perspective(0px) translateX(0);
   transition: color 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.Akorn-Cough-SyrupCssMenu3-effect:before
{
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: -1;
   opacity: 0;
   transform: scale(0);
   transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.Akorn-Cough-SyrupCssMenu3-effect:hover:before, .Akorn-Cough-SyrupCssMenu3-effect:focus:before, .Akorn-Cough-SyrupCssMenu3-effect:active:before
{
   transform: scale(1);
   opacity: 1;
}
#Akorn-Cough-SyrupCssMenu3 li i
{
   font-size: 16px;
   margin-right: 4px;
   width: 18px;
}
#wb_LayoutGrid4
{
   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;
}
#LayoutGrid4
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0 0 20px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#LayoutGrid4 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#LayoutGrid4 > .col-1
{
   flex: 0 0 auto;
   height: 5px;
}
#LayoutGrid4 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 800px)
{
#LayoutGrid4 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_tabs_grid_akorn
{
   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;
}
#tabs_grid_akorn
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0 0 50px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#tabs_grid_akorn > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#tabs_grid_akorn > .col-1
{
   flex: 0 0 auto;
}
#tabs_grid_akorn > .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: 800px)
{
#tabs_grid_akorn > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#Akorn-Cough-SyrupTabs1.ui-widget
{
   font-size: 1em !important;
}
#Akorn-Cough-SyrupTabs1
{
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #FFFFFF;
   box-sizing: border-box;
   padding: 10px 10px 10px 10px;
   margin: 0;
}
#Akorn-Cough-SyrupTabs1 .ui-tabs-nav
{
   background: transparent;
   border-width: 0;
   padding: 0;
   border-radius: 0 !important;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 19px;
   line-height: 1.0;
   padding: 14px 14px 10px 14px;
   margin: 0;
}
#Akorn-Cough-SyrupTabs1 .ui-tabs-nav li
{
   border-bottom: 1px solid rgba(255,255,255,1.00) !important;
   border-radius: 0;
   margin: 0;
   padding: 0;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#Akorn-Cough-SyrupTabs1 .ui-tabs-nav li:first-child
{
   border-radius: 6px 0 0 6px;
}
#Akorn-Cough-SyrupTabs1 .ui-tabs-nav li:last-child
{
   border-radius: 0 6px 6px 0;
}
#Akorn-Cough-SyrupTabs1 .ui-tabs-nav li.ui-tabs-selected
{
   padding-bottom: 0;
   border-bottom: 1px solid rgba(8,85,201,1.00) !important;
}
#Akorn-Cough-SyrupTabs1 .ui-tabs-nav li a
{
   padding: 8px 10px 8px 10px;
}
#Akorn-Cough-SyrupTabs1, #Akorn-Cough-SyrupTabs1 .ui-corner-all, #Akorn-Cough-SyrupTabs1 .ui-corner-top
{
   border-top-left-radius: 6px;
   border-top-right-radius: 6px;
}
#Akorn-Cough-SyrupTabs1, #Akorn-Cough-SyrupTabs1 .ui-corner-all, #Akorn-Cough-SyrupTabs1 .ui-corner-bottom
{
   border-bottom-right-radius: 6px;
   border-bottom-left-radius: 6px;
}
#Akorn-Cough-SyrupTabs1 .ui-helper-reset
{
   line-height: 26px;
}
#Akorn-Cough-SyrupTabs1 .ui-state-default, #Akorn-Cough-SyrupTabs1 .ui-widget-content .ui-state-default
{
   border-color: rgba(255,255,255,1.00);
   background-color: #F6F6F6;
   background-image: none;
}
#Akorn-Cough-SyrupTabs1 .ui-state-hover, #Akorn-Cough-SyrupTabs1 .ui-widget-content .ui-state-hover
{
   border-color: rgba(255,255,255,1.00);
   background-color: #FFFFFF;
   background-image: none;
}
#Akorn-Cough-SyrupTabs1 .ui-state-active, #Akorn-Cough-SyrupTabs1 .ui-widget-content .ui-state-active
{
   border-color: rgba(8,85,201,1.00);
   background-color: #0855C9;
   background-image: none;
}
#Akorn-Cough-SyrupTabs1 .ui-state-default a, #Akorn-Cough-SyrupTabs1 .ui-widget-content .ui-state-default a
{
   color: #454545;
}
#Akorn-Cough-SyrupTabs1 .ui-state-hover a, #Akorn-Cough-SyrupTabs1 .ui-widget-content .ui-state-hover a
{
   color: #2B2B2B;
}
#Akorn-Cough-SyrupTabs1 .ui-state-active a, #Akorn-Cough-SyrupTabs1 .ui-widget-content .ui-state-active a
{
   color: #FFFFFF;
}
#Akorn-Cough-SyrupTabs1 .ui-widget-content
{
   font-size: 0;
   text-align: left;
}
#Akorn-Cough-SyrupTabs1 .ui-tabs-panel
{
   overflow: auto;
   padding: 10px 10px 10px 10px;
}
#Akorn-Cough-SyrupTabs1 .description
{
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Akorn-Cough-SyrupText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 30px 15px 0 15px;
   text-align: left;
}
#wb_Akorn-Cough-SyrupText1
{
   color: #0855C9;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 17px;
   line-height: 23.5px;
}
#wb_Akorn-Cough-SyrupText1 p, #wb_Akorn-Cough-SyrupText1 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_Akorn-Cough-SyrupText1
{
   display: block;
   margin: 30px 15px 0 15px;
   box-sizing: border-box;
   width: calc(100% - 30px);
}
#wb_FAQsText3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 30px 15px 0 15px;
   text-align: left;
}
#wb_FAQsText3 div
{
   text-align: left;
}
#wb_FAQsText3
{
   display: block;
   margin: 30px 15px 0 15px;
   box-sizing: border-box;
   width: calc(100% - 30px);
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 15px 0 15px;
   padding: 0;
   text-align: center;
}
#Heading1
{
   color: #0855C9;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#Accordion1
{
   width: 100%;
   height: 100%;
}
#wb_Accordion1 .ui-helper-reset
{
   line-height: normal !important;
}
#Accordion1 h4.ui-accordion-header
{
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 19px;
   font-style: normal;
   outline: none;
   padding: 10px 20px 10px 20px;
   text-align: left;
}
#Accordion1 .ui-accordion-header:not(:first-child)
{
   margin-top: 0px;
}
#Accordion1 h4
{
   display: block;
   margin: 0;
}
#Accordion1 .ui-accordion-header .ui-icon
{
   position: absolute !important;
   right: 10px;
   top: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   align-content: center;
   height: 100%;
   width: 16px;
   box-sizing: border-box;
   background-image: none;
   fill: currentColor;
   margin: 0;
}
#Accordion1 .icon-default
{
   display: block;
   flex: 1;
   padding: 2px;
}
#Accordion1 .icon-active
{
   display: none;
   flex: 1;
   padding: 2px;
}
#Accordion1 .ui-state-active .icon-default
{
   display: none;
}
#Accordion1 .ui-state-active .icon-active
{
   display: block;
}
#Accordion1 .ui-accordion-content
{
   padding: 10px 0 10px 0;
   position: relative;
   font-size: 0;
   text-align: left;
}
#Accordion1, #Accordion1 > .ui-corner-all, #Accordion1 > .ui-corner-top
{
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
}
#Accordion1 .ui-corner-all, #Accordion1 .ui-corner-bottom
{
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
}
#Accordion1 .ui-widget-content
{
   border-color: rgba(8,85,201,1.00);
   border-width: 0px;
   background-color: #FFFFFF;
   background-image: none;
   color: transparent;
}
#Accordion1 .ui-state-default
{
   border-color: rgba(8,85,201,1.00);
   border-width: 0px;
   background-color: #FFFFFF;
   background-image: none;
   color: #3F3F3F;
}
#Accordion1 .ui-state-hover
{
   border-color: rgba(8,85,201,1.00);
   border-width: 0px;
   background-color: #0855C9;
   background-image: none;
   color: #FFFFFF;
}
#Accordion1 .ui-state-active
{
   border-color: rgba(8,85,201,1.00);
   border-width: 0px;
   background-color: #0855C9;
   background-image: none;
   color: #FFFFFF;
}
#wb_Accordion1
{
   margin: 0;
   position: relative;
}
#wb_Text15 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 15px 0 15px;
   text-align: left;
}
#wb_Text15 div
{
   text-align: left;
}
#wb_Text15
{
   display: block;
   margin: 0 15px 0 15px;
   box-sizing: border-box;
   width: calc(100% - 30px);
}
#wb_Text16 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 15px 0 15px;
   text-align: left;
}
#wb_Text16 div
{
   text-align: left;
}
#wb_Text16
{
   display: block;
   margin: 0 15px 0 15px;
   box-sizing: border-box;
   width: calc(100% - 30px);
}
#wb_Text17 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 15px 0 15px;
   text-align: left;
}
#wb_Text17 div
{
   text-align: left;
}
#wb_Text17
{
   display: block;
   margin: 0 15px 0 15px;
   box-sizing: border-box;
   width: calc(100% - 30px);
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 15px 0 15px;
   text-align: left;
}
#wb_Text3 div
{
   text-align: left;
}
#wb_Text3
{
   display: block;
   margin: 0 15px 0 15px;
   box-sizing: border-box;
   width: calc(100% - 30px);
}
#wb_FAQsText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 15px 0 15px;
   text-align: left;
}
#wb_FAQsText1 div
{
   text-align: left;
}
#wb_FAQsText1
{
   display: block;
   margin: 0 15px 0 15px;
   box-sizing: border-box;
   width: calc(100% - 30px);
}
#wb_FAQsText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 15px 0 15px;
   text-align: left;
}
#wb_FAQsText2 div
{
   text-align: left;
}
#wb_FAQsText2
{
   display: block;
   margin: 0 15px 0 15px;
   box-sizing: border-box;
   width: calc(100% - 30px);
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 15px 0 15px;
   text-align: left;
}
#wb_Text1 div
{
   text-align: left;
}
#wb_Text1
{
   display: block;
   margin: 0 15px 0 15px;
   box-sizing: border-box;
   width: calc(100% - 30px);
}
#wb_horizontal_divider
{
   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;
}
#horizontal_divider
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0 0 20px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#horizontal_divider > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#horizontal_divider > .col-1
{
   flex: 0 0 auto;
   height: 5px;
}
#horizontal_divider > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 800px)
{
#horizontal_divider > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_LayoutGrid1
{
   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;
}
#LayoutGrid1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 30px 0 30px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#LayoutGrid1 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#LayoutGrid1 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid1 > .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: 800px)
{
#LayoutGrid1 > .col-1
{
   flex-basis: 100% !important;
   max-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: 0 15px 0 15px;
   padding: 0;
   text-align: center;
}
#Heading2
{
   color: #0855C9;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#Heading2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_LayoutGrid2
{
   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;
}
#LayoutGrid2
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0 0 20px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#LayoutGrid2 > .col-1, #LayoutGrid2 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#LayoutGrid2 > .col-1, #LayoutGrid2 > .col-2
{
   flex: 0 0 auto;
   height: 646px;
}
#LayoutGrid2 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid2 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 800px)
{
#LayoutGrid2 > .col-1, #LayoutGrid2 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_LayoutGrid3
{
   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;
}
#LayoutGrid3
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0 0 20px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#LayoutGrid3 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#LayoutGrid3 > .col-1
{
   flex: 0 0 auto;
   height: 391px;
}
#LayoutGrid3 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 800px)
{
#LayoutGrid3 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_LayoutGrid5
{
   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;
}
#LayoutGrid5
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0 0 20px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#LayoutGrid5 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#LayoutGrid5 > .col-1
{
   flex: 0 0 auto;
   height: 5px;
}
#LayoutGrid5 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 800px)
{
#LayoutGrid5 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_Faqs_grid_1
{
   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;
}
#Faqs_grid_1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 30px 0 30px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#Faqs_grid_1 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#Faqs_grid_1 > .col-1
{
   flex: 0 0 auto;
}
#Faqs_grid_1 > .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: 800px)
{
#Faqs_grid_1 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Faqs_Grid
{
   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;
}
#Faqs_Grid
{
   box-sizing: border-box;
   padding: 0 15px 75px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#Faqs_Grid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#Faqs_Grid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#Faqs_Grid > .row > .col-1
{
   float: left;
}
#Faqs_Grid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#Faqs_Grid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
#Faqs_Grid:before,
#Faqs_Grid:after,
#Faqs_Grid .row:before,
#Faqs_Grid .row:after
{
   display: table;
   content: " ";
}
#Faqs_Grid:after,
#Faqs_Grid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#Faqs_Grid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_CssMenu2
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 20px 0 0 0 ;
   text-align: left;
   position: relative;
   z-index: 1111 !important;
}
#wb_CssMenu2::after
{
   content: "";
   display: table;
clear: both;
}
#wb_CssMenu2 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
    font-size: 0;
   position: relative;
   display: inline-block;
}
#wb_CssMenu2 li
{
   display: inline-block;
   margin: 0;
   padding: 0px 4px 0px 0px;
   width: 200px;
}
#wb_CssMenu2 a
{
   display: block;
   color: #0855C9;
   border: 1px solid #0855C9;
   border-radius: 1px;
   background-color: #FFFFFF;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: center;
   box-shadow: 0px 0px 1px #4F4F4F;
   vertical-align: middle;
}
#wb_CssMenu2 > ul > li > a
{
   width: 188px;
   height: 41px;
   padding: 0 5px 0px 5px;
   line-height: 41px;
}
#wb_CssMenu2 li:hover a, #wb_CssMenu2 a:hover
{
   color: #FFFFFF;
}
.CssMenu2-effect:before
{
   border: 1px solid #0855C9;
   background-color: #0855C9;
   background-image: none;
}
#wb_CssMenu2 li.firstmain
{
   padding-left: 0px;
}
#wb_CssMenu2 li.lastmain
{
   padding-right: 0px;
}
#wb_CssMenu2 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
.CssMenu2-effect
{
   display: inline-block;
   position: relative;
   transform: perspective(0px) translateX(0);
   transition: color 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.CssMenu2-effect:before
{
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: -1;
   opacity: 0;
   transform: scale(0);
   transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.CssMenu2-effect:hover:before, .CssMenu2-effect:focus:before, .CssMenu2-effect:active:before
{
   transform: scale(1);
   opacity: 1;
}
#CssMenu2 li i
{
   font-size: 16px;
   margin-right: 4px;
   width: 18px;
}
#wb_Image2
{
   margin: 0;
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 800px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Image4
{
   margin: 0;
   vertical-align: top;
}
#Image4
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 800px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#TikTokVideo1_dangote
{
   box-sizing: border-box;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
}
#wb_TikTokVideo1_dangote
{
   display: block;
   position: relative;
   margin: 0;
   height: 391px;
   vertical-align: top;
}
#HorizontalLine1
{
   border-color: #0855C9;
   border-style: solid;
   border-bottom-width: 5px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#HorizontalLine2
{
   border-color: #0855C9;
   border-style: solid;
   border-bottom-width: 5px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#HorizontalLine3
{
   border-color: #0855C9;
   border-style: solid;
   border-bottom-width: 5px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid6
{
   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;
}
#LayoutGrid6
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0 0 20px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#LayoutGrid6 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#LayoutGrid6 > .col-1
{
   flex: 0 0 auto;
   height: 5px;
}
#LayoutGrid6 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 800px)
{
#LayoutGrid6 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#HorizontalLine4
{
   border-color: #0855C9;
   border-style: solid;
   border-bottom-width: 5px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid7
{
   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;
}
#LayoutGrid7
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 30px 0 30px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#LayoutGrid7 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#LayoutGrid7 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid7 > .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: 800px)
{
#LayoutGrid7 > .col-1
{
   flex-basis: 100% !important;
   max-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: 0 15px 0 15px;
   padding: 0;
   text-align: center;
}
#Heading3
{
   color: #0855C9;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#Heading3 a
{
   color: inherit;
   text-decoration: none;
}
#wb_products_card
{
   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;
}
#products_card
{
   box-sizing: border-box;
   padding: 50px 30px 70px 30px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#products_card > .row
{
   margin-right: -30px;
   margin-left: -30px;
}
#products_card > .row > .col-1, #products_card > .row > .col-2, #products_card > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 30px;
   padding-left: 30px;
   position: relative;
}
#products_card > .row > .col-1, #products_card > .row > .col-2, #products_card > .row > .col-3
{
   float: left;
}
#products_card > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#products_card > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#products_card > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#products_card:before,
#products_card:after,
#products_card .row:before,
#products_card .row:after
{
   display: table;
   content: " ";
}
#products_card:after,
#products_card .row:after
{
   clear: both;
}
@media (max-width: 800px)
{
#products_card > .row > .col-1, #products_card > .row > .col-2, #products_card > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_products_card:hover
{
   background-color: #FFFFFF;
   transition: background-color 300ms linear 0ms;
}
#wb_products_card
{
   background-color: #FFFFFF;
   box-shadow: 0px 8px 15px 3px rgba(0,0,0,0.16);
   transition: background-color 300ms linear 0ms, box-shadow 300ms linear 0ms;
}
#wb_BootstrapCard178gjk
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 4px;
   text-align: left;
}
#BootstrapCard178gjk-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#BootstrapCard178gjk-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#BootstrapCard178gjk-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #0855C9;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#BootstrapCard178gjk-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #2E8B57;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#BootstrapCard178gjk-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#BootstrapCard178gjk-card-item4
{
   display: inline-block;
   line-height: 1.0;
   height: 21px;
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFC107;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#BootstrapCard178gjk-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#BootstrapCard178gjk-card-item5
{
   display: inline-block;
   line-height: 1.0;
   height: 21px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFC107;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#BootstrapCard178gjk-card-item5 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#BootstrapCard178gjk-card-item6
{
   display: inline-block;
   line-height: 1.0;
   height: 21px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFC107;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#BootstrapCard178gjk-card-item6 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#BootstrapCard178gjk-card-item7
{
   display: inline-block;
   line-height: 1.0;
   height: 21px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFC107;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#BootstrapCard178gjk-card-item7 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#BootstrapCard178gjk-card-item8
{
   display: inline-block;
   line-height: 1.0;
   height: 21px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFC107;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#BootstrapCard178gjk-card-item8 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#BootstrapCard178gjk-card-item9
{
   box-sizing: border-box;
   margin: 0;
   border-top: 0px #FFFFFF solid;
   border-width: 0px 0 0 0;
   height: 0;
   line-height: 0;
   visibility: hidden;
}
#BootstrapCard178gjk-card-item10
{
   display: inline-block;
   line-height: 1.0;
   height: 46px;
   box-sizing: border-box;
   margin: 20px 10px 40px 20px;
   border: 0px solid #0855C9;
   border-radius: 0px;
   background-color: #0855C9;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#BootstrapCard178gjk-card-item10 a
{
   color: inherit;
   display: block;
   padding: 15px 20px 15px 20px;
   text-decoration: none;
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 4px;
   text-align: left;
}
#Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 250px;
   width: 100%;
   height: 340px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #0855C9;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #2E8B57;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item4
{
   display: inline-block;
   line-height: 1.0;
   height: 21px;
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFC107;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card1-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card1-card-item5
{
   display: inline-block;
   line-height: 1.0;
   height: 21px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFC107;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card1-card-item5 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card1-card-item6
{
   display: inline-block;
   line-height: 1.0;
   height: 21px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFC107;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card1-card-item6 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card1-card-item7
{
   display: inline-block;
   line-height: 1.0;
   height: 21px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFC107;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card1-card-item7 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card1-card-item8
{
   display: inline-block;
   line-height: 1.0;
   height: 21px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFC107;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card1-card-item8 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card1-card-item9
{
   box-sizing: border-box;
   margin: 0;
   border-top: 0px #FFFFFF solid;
   border-width: 0px 0 0 0;
   height: 0;
   line-height: 0;
   visibility: hidden;
}
#Card1-card-item10
{
   display: inline-block;
   line-height: 1.0;
   height: 46px;
   box-sizing: border-box;
   margin: 20px 10px 40px 20px;
   border: 0px solid #0855C9;
   border-radius: 0px;
   background-color: #0855C9;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item10 a
{
   color: inherit;
   display: block;
   padding: 15px 20px 15px 20px;
   text-decoration: none;
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 4px;
   text-align: left;
}
#Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 250px;
   width: 100%;
   height: 340px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #0855C9;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #2E8B57;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item4
{
   display: inline-block;
   line-height: 1.0;
   height: 21px;
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFC107;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card2-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card2-card-item5
{
   display: inline-block;
   line-height: 1.0;
   height: 21px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFC107;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card2-card-item5 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card2-card-item6
{
   display: inline-block;
   line-height: 1.0;
   height: 21px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFC107;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card2-card-item6 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card2-card-item7
{
   display: inline-block;
   line-height: 1.0;
   height: 21px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFC107;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card2-card-item7 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card2-card-item8
{
   display: inline-block;
   line-height: 1.0;
   height: 21px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFC107;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card2-card-item8 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card2-card-item9
{
   box-sizing: border-box;
   margin: 0;
   border-top: 0px #FFFFFF solid;
   border-width: 0px 0 0 0;
   height: 0;
   line-height: 0;
   visibility: hidden;
}
#Card2-card-item10
{
   display: inline-block;
   line-height: 1.0;
   height: 46px;
   box-sizing: border-box;
   margin: 20px 10px 40px 20px;
   border: 0px solid #0855C9;
   border-radius: 0px;
   background-color: #0855C9;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item10 a
{
   color: inherit;
   display: block;
   padding: 15px 20px 15px 20px;
   text-decoration: none;
}
#wb_Text18 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0 0 0;
   margin: 0;
   text-align: left;
}
#wb_Text18
{
   color: #FFFFFF;
   font-family: "DM Sans";
   font-weight: 400;
   font-size: 24px;
   line-height: 31.5px;
}
#wb_Text18 p, #wb_Text18 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_Text18
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#Editbox14
{
   box-sizing: border-box;
   line-height: 32px;
   margin: 0;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 2px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
   border-left-color: #FFFFFF;
   background-color: #0855C9;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   text-align: left;
   padding: 0 0 10px 0;
}
#Editbox14:focus
{
   outline: 0;
}
#Button9
{
   border: 1px solid #FFFFFF;
   border-radius: 0px;
   background-color: #0855C9;
   background-image: none;
   color: #FFFFFF;
   font-family: "DM Serif Display";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   padding: 0;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#Button9:focus
{
   outline: 0;
}
#wb_indexLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/Untitled-design-2022-07-11T082605.742.png');
   background-repeat: no-repeat;
   background-position: right top;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#indexLayoutGrid1
{
   box-sizing: border-box;
   width: 100%;
   padding: 100px 15px 100px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1400px;
}
#indexLayoutGrid1 > .row
{
   display: grid;
   grid-template-columns: repeat(12, 8.333333%);
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
   grid-column: span 12;
}
#indexLayoutGrid1 > .row > .col-1
{
   height: 60px;
}
#indexLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   grid-column: span 12;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   text-align: center;
}
@media (max-width: 480px)
{
#indexLayoutGrid1 > .row > .col-1
{
   width: 100%;
   grid-column: span 12;
   height: auto;
}
}
#indexLayoutGrid1-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-image: linear-gradient(225deg, rgba(12,12,12,0.63) 0%, rgba(12,12,12,0.00) 100%);
}
#wb_page1CardContainer1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
}
#page1CardContainer1
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: stretch;
   align-content: flex-start;
   margin-top: -140px;
   margin-bottom: 60px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1300px;
   background-color: transparent;
   background-image: none;
   box-sizing: border-box;
   font-size: 0;
}
@media all and (max-width:480px) 
{
#page1CardContainer1
{
   flex-direction: column;
   flex-wrap: nowrap;
}
}
#wb_LayoutGrid19
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #0855C9;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid19
{
   box-sizing: border-box;
   padding: 0 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid19 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid19 > .row > .col-1, #LayoutGrid19 > .row > .col-2, #LayoutGrid19 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid19 > .row > .col-1, #LayoutGrid19 > .row > .col-2, #LayoutGrid19 > .row > .col-3
{
   float: left;
}
#LayoutGrid19 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid19 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 15px 0 15px 0;
}
#LayoutGrid19 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid19 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 15px 0 15px 0;
}
#LayoutGrid19 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#LayoutGrid19 > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 15px 0 15px 0;
}
#LayoutGrid19:before,
#LayoutGrid19:after,
#LayoutGrid19 .row:before,
#LayoutGrid19 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid19:after,
#LayoutGrid19 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid19 > .row > .col-1, #LayoutGrid19 > .row > .col-2, #LayoutGrid19 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid3Foot
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/998b8a7.png');
   background-repeat: no-repeat;
   background-position: left top;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid3Foot
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1400px;
}
#LayoutGrid3Foot > .row
{
   display: grid;
   grid-template-columns: repeat(12, 8.333333%);
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3Foot > .row > .col-1, #LayoutGrid3Foot > .row > .col-2, #LayoutGrid3Foot > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
   grid-column: span 12;
}
#LayoutGrid3Foot > .row > .col-1, #LayoutGrid3Foot > .row > .col-2, #LayoutGrid3Foot > .row > .col-3
{
}
#LayoutGrid3Foot > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   grid-column: span 5;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   text-align: left;
}
#LayoutGrid3Foot > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 40px 0 40px 0;
}
#LayoutGrid3Foot > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   grid-column: span 3;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   text-align: left;
}
#LayoutGrid3Foot > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 40px 0 40px 0;
}
#LayoutGrid3Foot > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   grid-column: span 4;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   text-align: left;
}
#LayoutGrid3Foot > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 40px 0 40px 0;
}
@media (max-width: 480px)
{
#LayoutGrid3Foot > .row > .col-1, #LayoutGrid3Foot > .row > .col-2, #LayoutGrid3Foot > .row > .col-3
{
   width: 100%;
   grid-column: span 12;
}
}
#LayoutGrid3Foot-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #FFFFFF;
   opacity: 0.7;
}
#wb_Heading4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 0 10px;
   padding: 0 0 12px 0;
   text-align: left;
}
#Heading4
{
   color: #0855C9;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Heading5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #0855C9;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 0 10px;
   padding: 0 0 12px 0;
   text-align: left;
}
#Heading5
{
   color: #0855C9;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Heading6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 0 10px;
   padding: 0 0 10px 0;
   text-align: left;
}
#Heading6
{
   color: #0855C9;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_CssMenu1
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 0 0 20px 10px;
   text-align: left;
   position: relative;
   z-index: 1111 !important;
}
#wb_CssMenu1::after
{
   content: "";
   display: table;
clear: both;
}
#wb_CssMenu1 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
    font-size: 0;
   width: 100%;
}
#wb_CssMenu1 li
{
   display: inline-block;
   margin: 0;
   padding: 0px 0px 0px 0px;
   width: 100%;
}
#wb_CssMenu1 a
{
   display: block;
   color: #909090;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
   vertical-align: middle;
}
#wb_CssMenu1 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 22px;
   padding: 0 0px 0px 0px;
   line-height: 22px;
}
#wb_CssMenu1 li:hover a, #wb_CssMenu1 a:hover
{
   color: #0855C9;
   border: 0px solid #2E6DA4;
   background-color: transparent;
   background-image: none;
}
#wb_CssMenu1 .firstmain a
{
   margin-top: 0px;
}
#wb_CssMenu1 li.lastmain
{
   padding-bottom: 0px;
}
#wb_CssMenu1 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#CssMenu1 li i
{
   font-size: 17px;
   margin-right: 4px;
   width: 19px;
}
#wb_CssMenu4
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 0 0 10px 10px;
   text-align: left;
   position: relative;
   z-index: 1111 !important;
}
#wb_CssMenu4::after
{
   content: "";
   display: table;
clear: both;
}
#wb_CssMenu4 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
    font-size: 0;
   width: 100%;
}
#wb_CssMenu4 li
{
   display: inline-block;
   margin: 0;
   padding: 0px 0px 0px 0px;
   width: 100%;
}
#wb_CssMenu4 a
{
   display: block;
   color: #909090;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
   vertical-align: middle;
}
#wb_CssMenu4 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 22px;
   padding: 0 0px 0px 0px;
   line-height: 22px;
}
#wb_CssMenu4 li:hover a, #wb_CssMenu4 a:hover
{
   color: #0855C9;
   border: 0px solid #2E6DA4;
   background-color: transparent;
   background-image: none;
}
#wb_CssMenu4 .firstmain a
{
   margin-top: 0px;
}
#wb_CssMenu4 li.lastmain
{
   padding-bottom: 0px;
}
#wb_CssMenu4 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#CssMenu4 li i
{
   font-size: 17px;
   margin-right: 4px;
   width: 19px;
}
#wb_Text34 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 50px 40px 10px;
   text-align: left;
}
#wb_Text34
{
   color: #909090;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 17px;
}
#wb_Text34 div
{
   text-align: left;
}
#wb_Text34
{
   display: block;
   margin: 0 50px 40px 10px;
   box-sizing: border-box;
   width: calc(100% - 60px);
}
#footer_contact
{
   border-radius: 0px;
   border: 0px solid #FFFFFF;
   background-color: transparent;
   background-image: none;
   border-collapse: collapse;
   border-spacing: 0px;
   margin: 0;
}
#footer_contact td, #footer_contact th
{
   padding: 5px 5px 5px 5px;
   position: relative;
}
#footer_contact p, #footer_contact ul
{
   margin: 0;
   padding: 0;
}
#footer_contact .cell0
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   text-align: right;
   vertical-align: middle;
   font-size: 0;
}
#footer_contact .cell1
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   text-align: left;
   vertical-align: middle;
   color: #7F7F7F;
   font-family: "Open Sans";
   line-height: 23.5px;
}
#footer_contact .cell2
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   text-align: right;
   vertical-align: middle;
   font-size: 0;
}
#footer_contact .cell3
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   text-align: left;
   vertical-align: middle;
   color: #7F7F7F;
   font-family: "Open Sans";
   line-height: 23.5px;
}
#footer_contact .cell4
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   text-align: right;
   vertical-align: middle;
   font-size: 0;
}
#footer_contact .cell5
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   text-align: left;
   vertical-align: middle;
   color: #7F7F7F;
   font-family: "Open Sans";
   line-height: 23.5px;
}
#wb_FontAwesomeIcon10
{
   background-color: #4F4F4F;
   background-image: none;
   border: 0px solid #B5B5B5;
   border-radius: 50%;
   text-align: center;
   margin: 0;
   padding: 8px 8px 8px 8px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_FontAwesomeIcon10 a
{
   text-decoration: none;
}
#wb_FontAwesomeIcon10 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_FontAwesomeIcon10:hover
{
   background-color: #0855C9;
   background-image: none;
   border: 0px solid #808080;
}
#FontAwesomeIcon10
{
   height: 24px;
   width: 22px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#FontAwesomeIcon10 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 22px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_FontAwesomeIcon10:hover #FontAwesomeIcon10 i
{
   color: #FFFFFF;
}
#wb_FontAwesomeIcon10
{
   transform: rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#wb_FontAwesomeIcon10:hover
{
   transform: rotate(360deg) ;
   transition: transform 500ms linear 0ms;
}
#wb_FontAwesomeIcon6
{
   background-color: #4F4F4F;
   background-image: none;
   border: 0px solid #B5B5B5;
   border-radius: 50%;
   text-align: center;
   margin: 0;
   padding: 8px 8px 8px 8px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_FontAwesomeIcon6 a
{
   text-decoration: none;
}
#wb_FontAwesomeIcon6 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_FontAwesomeIcon6:hover
{
   background-color: #0855C9;
   background-image: none;
   border: 0px solid #808080;
}
#FontAwesomeIcon6
{
   height: 24px;
   width: 22px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#FontAwesomeIcon6 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 22px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_FontAwesomeIcon6:hover #FontAwesomeIcon6 i
{
   color: #FFFFFF;
}
#wb_FontAwesomeIcon6
{
   transform: rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#wb_FontAwesomeIcon6:hover
{
   transform: rotate(360deg) ;
   transition: transform 500ms linear 0ms;
}
#wb_FontAwesomeIcon9
{
   background-color: #4F4F4F;
   background-image: none;
   border: 0px solid #B5B5B5;
   border-radius: 50%;
   text-align: center;
   margin: 0;
   padding: 8px 8px 8px 8px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_FontAwesomeIcon9 a
{
   text-decoration: none;
}
#wb_FontAwesomeIcon9 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_FontAwesomeIcon9:hover
{
   background-color: #0855C9;
   background-image: none;
   border: 0px solid #808080;
}
#FontAwesomeIcon9
{
   height: 24px;
   width: 22px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#FontAwesomeIcon9 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 22px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_FontAwesomeIcon9:hover #FontAwesomeIcon9 i
{
   color: #FFFFFF;
}
#wb_FontAwesomeIcon9
{
   transform: rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#wb_FontAwesomeIcon9:hover
{
   transform: rotate(360deg) ;
   transition: transform 500ms linear 0ms;
}
#wb_LayoutGrid9_footer
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid9_footer
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0 0 5px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1400px;
}
#LayoutGrid9_footer > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid9_footer > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid9_footer > .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)
{
#LayoutGrid9_footer > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 0 30px 0;
   margin: 0;
   text-align: center;
}
#wb_Text5 div
{
   text-align: center;
}
#wb_Text5
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#About-UsLine2
{
   border-color: #FFFFFF;
   border-color: rgba(255,255,255,0.00);
   border-style: solid;
   border-bottom-width: 26px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#Line1
{
   border-color: #FFFFFF;
   border-color: rgba(255,255,255,0.00);
   border-style: solid;
   border-bottom-width: 26px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#Line2
{
   border-color: #FFFFFF;
   border-color: rgba(255,255,255,0.00);
   border-style: solid;
   border-bottom-width: 26px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#Line3
{
   border-color: #FFFFFF;
   border-color: rgba(255,255,255,0.00);
   border-style: solid;
   border-bottom-width: 26px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_Image3
{
   margin: 0 0 10px 0 ;
   vertical-align: top;
}
#Image3
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 136px;
   height: 20px;
   vertical-align: top;
}
#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: 48px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_page1Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0 10px 0 10px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#page1Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#page1Card1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 30px 30px 30px;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#page1Card1-card-item1
{
   box-sizing: border-box;
   margin: 0 30px 30px 30px;
   padding: 0;
   text-align: center;
}
#wb_page1Card1:hover #page1Card1-card-item1
{
   color: #4F4F4F;
   transition: color 300ms linear 0ms;
}
#page1Card1-card-item1
{
   color: #0855C9;
   transition: color 300ms linear 0ms;
}
#page1Card1-card-item1 h4
{
   color: inherit;
   font-family: "DM Serif Display";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
   margin: 0;
}
#page1Card1-card-item2
{
   box-sizing: border-box;
   margin: 0 30px 30px 30px;
   padding: 0;
}
#wb_page1Card1:hover #page1Card1-card-item2
{
   color: #556B2F;
   transition: color 300ms linear 0ms;
}
#page1Card1-card-item2
{
   color: #556877;
   transition: color 300ms linear 0ms;
}
#page1Card1-card-item2 p
{
   color: inherit;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   margin: 0;
}
#wb_page1Card1:hover
{
   background-color: rgba(220,220,220,0.20);
   transition: background-color 300ms linear 0ms;
}
#wb_page1Card1
{
   background-color: #FFFFFF;
   box-shadow: 0px 8px 15px 3px rgba(0,0,0,0.16);
   transition: background-color 300ms linear 0ms, box-shadow 300ms linear 0ms;
}
#wb_page1Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0 10px 0 10px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#page1Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#page1Card2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 30px 30px 30px;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#page1Card2-card-item1
{
   box-sizing: border-box;
   margin: 0 30px 30px 30px;
   padding: 0;
   text-align: center;
}
#wb_page1Card2:hover #page1Card2-card-item1
{
   color: #4F4F4F;
   transition: color 300ms linear 0ms;
}
#page1Card2-card-item1
{
   color: #0855C9;
   transition: color 300ms linear 0ms;
}
#page1Card2-card-item1 h4
{
   color: inherit;
   font-family: "DM Serif Display";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
   margin: 0;
}
#page1Card2-card-item2
{
   box-sizing: border-box;
   margin: 0 30px 30px 30px;
   padding: 0;
}
#wb_page1Card2:hover #page1Card2-card-item2
{
   color: #556B2F;
   transition: color 300ms linear 0ms;
}
#page1Card2-card-item2
{
   color: #556877;
   transition: color 300ms linear 0ms;
}
#page1Card2-card-item2 p
{
   color: inherit;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   margin: 0;
}
#wb_page1Card2:hover
{
   background-color: rgba(220,220,220,0.20);
   transition: background-color 300ms linear 0ms;
}
#wb_page1Card2
{
   background-color: #FFFFFF;
   box-shadow: 0px 8px 15px 3px rgba(0,0,0,0.16);
   transition: background-color 300ms linear 0ms, box-shadow 300ms linear 0ms;
}
#wb_indexCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0 10px 0 10px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#indexCard2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#indexCard2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 30px 30px 30px;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#indexCard2-card-item1
{
   box-sizing: border-box;
   margin: 0 30px 30px 30px;
   padding: 0;
   text-align: center;
}
#wb_indexCard2:hover #indexCard2-card-item1
{
   color: #4F4F4F;
   transition: color 300ms linear 0ms;
}
#indexCard2-card-item1
{
   color: #0855C9;
   transition: color 300ms linear 0ms;
}
#indexCard2-card-item1 h4
{
   color: inherit;
   font-family: "DM Serif Display";
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
   margin: 0;
}
#indexCard2-card-item2
{
   box-sizing: border-box;
   margin: 0 30px 30px 30px;
   padding: 0;
}
#wb_indexCard2:hover #indexCard2-card-item2
{
   color: #556B2F;
   transition: color 300ms linear 0ms;
}
#indexCard2-card-item2
{
   color: #556877;
   transition: color 300ms linear 0ms;
}
#indexCard2-card-item2 p
{
   color: inherit;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   margin: 0;
}
#wb_indexCard2:hover
{
   background-color: rgba(220,220,220,0.20);
   transition: background-color 300ms linear 0ms;
}
#wb_indexCard2
{
   background-color: #FFFFFF;
   box-shadow: 0px 8px 15px 3px rgba(0,0,0,0.16);
   transition: background-color 300ms linear 0ms, box-shadow 300ms linear 0ms;
}
