
/* === Bloc Promotions === */
.promo-module {
  background: #F0F0F0;
  border: 2px solid #FF7F50;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.promo-titre {
  font-size: 28px;
  color: #FF7F50;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
  font-family: 'Inter', sans-serif;
}
.promo-texte {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  font-family: 'Inter', sans-serif;
}
/* === Bloc Annonces === */
.annonce-module {
  background: #F0F0F0;
  border: 2px solid #FF7F50;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.annonce-titre {
  font-size: 28px;
  color: #FF7F50;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
  font-family: 'Inter', sans-serif;
}
.annonce-texte {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  font-family: 'Inter', sans-serif;
}
/* === Responsive : empilement et suppression du scroll horizontal === */
@media (max-width: 768px) {
  .bloc-global {
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 1px !important;
    overflow-x: hidden !important;
    height: auto !important;
max-height: none !important; 
overflow: visible !important; 
    overflow-y: visible !important;
  }
  .colonne-module,
  [class*="col-"] {
    flex: none !important;
    width: 100% !important;
    min-width: auto !important;
    max-width: 100% !important;
    float: none !important;
    display: block !important;
    overflow-x: hidden !important;
    height: auto !important;
max-height: none !important; 
overflow: visible !important; 
    overflow-y: visible !important;
  }
  .promo-module,
  .annonce-module {
    width: 100% !important;
    padding: 1px !important;
    margin: 1px 0 !important;
    overflow-x: hidden !important;
  }
}

@media screen and (max-width: 480px) {
  #FlexContainer5 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  #FlexContainer7 {
    margin-top: -4px !important; /* Ajuste cette valeur selon le décalage exact */
    padding-top: 0 !important;
  }
  /* Optionnel : si le menu a un comportement particulier */
  #wb_ResponsiveMenu1 {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #FFFFFF;
   text-decoration: none;
}
a:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
#FlexContainer5
{
   display: flex;
   position: relative;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#FlexContainer7
{
   display: flex;
   position: relative;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_Picture1
{
   height: 100%;
   margin: 0;
   vertical-align: top;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#Picture1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   object-fit: contain;
   display:inline-block;
   width: 100%;
   height: 100%;
}
#wb_ResponsiveMenu1
{
   display: block;
   font-family: Arial;
   font-weight: normal;
   text-align: left;
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 100%;
   align-self: auto;
   margin: 0;
   z-index: 1111 !important;
}
#ResponsiveMenu1
{
   background-color: #FF8040;
   height: 41px;
}
#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: 24px;
   width: 24px;
   margin-bottom: 0px;
}
#wb_ResponsiveMenu1 ul li a
{
   background-color: #FF8040;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   border: 1px solid #424242;
   padding: 1px 20px 1px 20px;
   text-align: center;
}
#wb_ResponsiveMenu1 > ul > li > a 
{
   height: 37px;
}
.ResponsiveMenu1 a 
{
   display: block;
}
#wb_ResponsiveMenu1 li:hover > a, #wb_ResponsiveMenu1 li .active
{
   background-color: #CCCCCC;
   border-color: #CCCCCC;
   color: #424242;
}
#wb_ResponsiveMenu1 ul ul
{
   display: none;
   position: absolute;
   top: 41px;
}
#wb_ResponsiveMenu1 ul li:hover > ul
{
   display: list-item;
}
#wb_ResponsiveMenu1 ul ul li 
{
   float: none;
   position: relative;
   width: 135px;
}
#wb_ResponsiveMenu1 ul ul li a
{
   background-color: #7A7A7A;
   border: 0px solid #7A7A7A;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul ul li:hover > a, #wb_ResponsiveMenu1 ul ul li .active
{
   background-color: #CCCCCC;
   color: #424242;
}
#wb_ResponsiveMenu1 ul ul li i 
{
   margin-right: 8px;
   vertical-align: middle;
}
#wb_ResponsiveMenu1 ul ul li a 
{
   padding-top: 15px;
   padding-right: 20px;
   padding-bottom: 15px;
   text-align: left;
   vertical-align: middle;
}
#wb_ResponsiveMenu1 ul ul ul li 
{
   left: 135px;
   position: relative;
   top: -41px;
}
#wb_ResponsiveMenu1 .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   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: 2px;
   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: #424242;
}
#wb_ResponsiveMenu1 ul ul li:hover > a .arrow-left, #wb_ResponsiveMenu1 ul ul li .active .arrow-left
{ 
   border-left-color: #424242;
}
#wb_ResponsiveMenu1 .toggle,[id^=ResponsiveMenu1-submenu]
{
   display: none;
}
@media all and (max-width:1100px) 
{
#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: 15px 20px 15px 20px;
}
#wb_ResponsiveMenu1 .toggle + a
{
   display: none !important;
}
.ResponsiveMenu1 
{
   display: none;
   z-index: 9999;
}
#ResponsiveMenu1 
{
   background-color: transparent;
}
#wb_ResponsiveMenu1 > ul > li > a 
{
   height: auto !important;
   margin: 0;
}
#wb_ResponsiveMenu1 .toggle 
{
   display: block;
   background-color: #FF8040;
   color: #FFFFFF;
   padding: 0 20px 0 20px;
   line-height: 54px;
   text-decoration: none;
   border: 1px solid #424242;
   position: relative;
}
#wb_ResponsiveMenu1 .toggle:hover
{
   background-color: #CCCCCC;
   color: #424242;
}
[id^=ResponsiveMenu1-submenu]:checked + ul 
{
   display: block !important;
}
#ResponsiveMenu1-title
{
   height: 41px !important;
   line-height: 41px !important;
   text-align: center;
}
#wb_ResponsiveMenu1 ul li 
{
   display: block;
   width: 100% !important;
   text-align: left;
}
#wb_ResponsiveMenu1 ul ul .toggle,
#wb_ResponsiveMenu1 ul ul a 
{
   padding: 0 40px;
}
#wb_ResponsiveMenu1 a:hover,
#wb_ResponsiveMenu1 ul ul ul a 
{
   background-color: #7A7A7A;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul li ul li .toggle,
#wb_ResponsiveMenu1 ul ul a 
{
   background-color: #7A7A7A;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul ul ul a 
{
   padding: 15px 20px 15px 60px;
}
#wb_ResponsiveMenu1 ul li a 
{
   text-align: left;
}
#wb_ResponsiveMenu1 ul li a br 
{
   display: none;
}
#wb_ResponsiveMenu1 ul li i 
{
   margin-right: 8px;
}
#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;
   left: 20px;
   top: 8px;
   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: #CCCCCC;
   color: #424242;
}
#wb_ResponsiveMenu1 .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu1 .toggle:hover .arrow-down, #wb_ResponsiveMenu1 li .active .arrow-down
{
   border-top-color: #424242;
}
#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: #424242;
}
}
#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: 2px 0 0 0 ;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#LayoutGrid2 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 0 0 0;
}
#LayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#FlexContainer3
{
   display: flex;
   position: relative;
   padding: 10px 20px 10px 20px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#FlexContainer4
{
   display: flex;
   position: relative;
   padding: 10px 0 20px 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
   margin: 10px 0 20px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#FlexContainer1
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_Carousel1
{
   background-color: #CCCCCC;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_Carousel1
{
   height: 201px;
}
#Carousel1
{
   position: relative;
   margin: 0;
;
   height: 100%;
   box-sizing: border-box;
}
#Carousel1 .carousel-inner
{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
}
.carousel.pointer-event
{
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
#Carousel1 .carousel-inner::after
{
   display: block;
   clear: both;
   content: "";
}
#Carousel1 .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   float: left;
   width: 100%;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   transition: transform 500ms ease-in-out;
   height: 100%;
   text-align: center;
}
#Carousel1 .carousel-item-next:not(.carousel-item-start), #Carousel1 .active.carousel-item-end
{
   transform: translateX(-100%);
}
#Carousel1 .carousel-item-prev:not(.carousel-item-end), #Carousel1 .active.carousel-item-start
{
   transform: translateX(100%);
}
#Carousel1 .carousel-item-inner
{
   padding: 0 0 50px 0;
   display: flex;
   align-items: center;
   flex-direction: column;
   justify-content: flex-end;
   height: 100%;
   box-sizing: border-box;
}
#Carousel1 .carousel-inner > .carousel-item > img, #Carousel1 .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#Carousel1 .carousel-inner > .active, #Carousel1 .carousel-inner > .carousel-item-next, #Carousel1 .carousel-inner > .carousel-item-prev
{
   display: block;
}
#Carousel1 .carousel-inner > .carousel-item-next, #Carousel1 .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#Carousel1 .carousel-indicators
{
   list-style: none;
   bottom: 0;
   padding: 0;
   margin: 0;
   position: absolute;
   margin-left: -30px;
   left: 50%;
   vertical-align: middle;
   z-index: 999;
}
#Carousel1 .carousel-indicators li
{
   display: block;
   float: left;
   margin: 6px 6px 6px 6px;
   width: -1px;
   height: 3px;
   cursor: pointer;
   text-indent: -999px;
   background-color: rgba(229,229,229,1.00);
   background-clip: padding-box;
   box-sizing: content-box;
   border-bottom: -3px solid transparent;
}
#Carousel1 .carousel-indicators .active
{
   background-color: rgba(255,255,255,1.00);
}
#Carousel1 .frame
{
   width: 970px;
   display: inline-block;
   float: left;
   height: 201px;
}
#Carousel1 .frame-1
{
   background-color: #FFFFFF;
   background-image: url('images/pc.png');
   background-repeat: repeat-y;
   background-position: center top;
   background-attachment: scroll;
   background-size: contain;
}
#Carousel1 .frame-2
{
   background-color: #FFFFFF;
   background-image: url('images/peintre2.png');
   background-repeat: repeat-y;
   background-position: center top;
   background-attachment: scroll;
   background-size: contain;
}
#Carousel1 .frame-3
{
   background-color: #FFFFFF;
   background-image: url('images/servante2.png');
   background-repeat: repeat-y;
   background-position: center top;
   background-attachment: scroll;
   background-size: contain;
}
#Carousel1 .frame-4
{
   background-color: #FFFFFF;
   background-image: url('images/PUMAGRISE3.png');
   background-repeat: repeat-y;
   background-position: center top;
   background-attachment: scroll;
   background-size: contain;
}
#Carousel1 .frame-5
{
   background-color: #FFFFFF;
   background-image: url('images/fordtransit.png');
   background-repeat: repeat-y;
   background-position: center top;
   background-attachment: scroll;
   background-size: contain;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid1:before,
#LayoutGrid1:after,
#LayoutGrid1 .row:before,
#LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid1:after,
#LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#FlexContainer6
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#FlexContainer15
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#FlexContainer16
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_LayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid3
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2
{
   float: left;
}
#LayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid3 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid3:before,
#LayoutGrid3:after,
#LayoutGrid3 .row:before,
#LayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid3:after,
#LayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#FlexContainer10
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid #FF8040;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#FlexContainer2
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
   border-left-color: #000000;
   box-sizing: border-box;
   font-size: 0;
}
#wb_LayoutGrid14
{
   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;
}
#LayoutGrid14
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid14 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid14 > .row > .col-1, #LayoutGrid14 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid14 > .row > .col-1, #LayoutGrid14 > .row > .col-2
{
   float: left;
}
#LayoutGrid14 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: center;
}
#LayoutGrid14 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 91.66666667%;
   text-align: center;
}
#LayoutGrid14:before,
#LayoutGrid14:after,
#LayoutGrid14 .row:before,
#LayoutGrid14 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid14:after,
#LayoutGrid14 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid14 > .row > .col-1, #LayoutGrid14 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_IconFont1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont1 a
{
   text-decoration: none;
}
#wb_IconFont1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#IconFont1
{
   height: 58px;
   width: 85px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#IconFont1 i
{
   color: #0000FF;
   display: inline-block;
   font-size: 58px;
   line-height: 58px;
   vertical-align: middle;
}
#wb_IconFont1:hover #IconFont1 i
{
   color: #0000FF;
}
#wb_IconFont2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont2 a
{
   text-decoration: none;
}
#wb_IconFont2 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#IconFont2
{
   height: 58px;
   width: 83px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#IconFont2 i
{
   color: #FF0000;
   display: inline-block;
   font-size: 58px;
   line-height: 58px;
   vertical-align: middle;
}
#wb_IconFont2:hover #IconFont2 i
{
   color: #FF8C00;
}
#FlexContainer8
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
   margin: 0;
   background-color: #4F4F4F;
   background-image: none;
   border: 0px solid #696969;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_Text16 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text16 div
{
   text-align: center;
}
#wb_Text16
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text17 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text17 div
{
   text-align: center;
}
#wb_Text17
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text13 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text13
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 13px;
}
#wb_Text13 div
{
   text-align: center;
}
#Layer1
{
   background-color: #FBFBFB;
   background-image: none;
   border-radius: 0px;
   opacity: 0.00;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text2 div
{
   text-align: center;
}
#wb_Image2
{
   margin: 0 0 20px 0 ;
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   box-shadow: 6px 6px 10px #000000;
   display: block;
   width: 100%;
   height: auto;
   max-width: 350px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Text7 
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 0 0 0;
   margin: 0;
   text-align: center;
}
#wb_Text7 div
{
   text-align: center;
}
#wb_Text7
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#FlexContainer17
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#Button1
{
   box-sizing: border-box;
   line-height: 23px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #2E6DA4;
   border-radius: 4px;
   background-color: #3370B7;
   background-image: none;
   color: #FFFFFF;
   box-shadow: 2px 2px 10px #000000;
   font-family: Inter;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 100%;
   align-self: auto;
   -webkit-appearance: none;
   margin: 0;
}
#Button1:focus
{
   outline: 0;
}
#wb_Text25 
{
   background-clip: padding-box;
   background-color: #FFFFFF;
   background-image: none;
   border: 2px solid #000000;
   border-radius: 1px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: center;
   box-shadow: 2px 3px 11px #000000;
}
#wb_Text25 div
{
   text-align: center;
}
#wb_Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: auto;
   align-self: auto;
   box-sizing: border-box;
   margin: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 1px;
   box-shadow: 3px 3px 10px #000000;
   text-align: center;
}
#Card3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card3-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEDEDE;
   border-radius: 1px 1px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #FF7F50;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card3-card-item2
{
   display: inline-block;
   height: 42px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #FF8C00;
   background-image: none;
   color: #000000;
   font-family: Inter;
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#Card3-card-item2 a
{
   color: inherit;
   display: block;
   padding: 10px 50px 10px 50px;
   text-decoration: none;
}
#Card3-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 20px;
   width: 20px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item2 .place:before
{
   content: "\e55f";
}
#Card3-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card3-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card3-card-item7
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card3-card-item7 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item7 .call:before
{
   content: "\e0b0";
}
#Card3-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item9
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card3-card-item9 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item9 .stay-current-portrait:before
{
   content: "\e0d4";
}
#Card3-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item11
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   border: 1px solid #000000;
   border-radius: 3px;
   background-color: #F5F5F5;
   background-image: none;
   color: #000000;
   font-family: Inter;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card3-card-item11 a
{
   color: inherit;
   display: block;
   padding: 10px 50px 10px 50px;
   text-decoration: none;
}
#Card3-card-item12
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 8px;
   text-align: center;
}
#Card3-card-item13
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #FF8C00;
   background-image: none;
   color: #000000;
   font-family: Inter;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   animation: animate-border 1000ms linear 0ms infinite normal both;
}
#Card3-card-item13 a
{
   color: inherit;
   display: block;
   padding: 10px 100px 10px 100px;
   text-decoration: none;
}
#Card3-card-item13 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item13 .subject:before
{
   content: "\e8d2";
}
#Card3-card-item14
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: auto;
   align-self: auto;
   box-sizing: border-box;
   margin: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 1px;
   box-shadow: 3px 3px 10px #000000;
   text-align: center;
}
#Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card2-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEDEDE;
   border-radius: 1px 1px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #FF7F50;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card2-card-item2
{
   display: inline-block;
   height: 42px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #FF8C00;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#Card2-card-item2 a
{
   color: inherit;
   display: block;
   padding: 10px 50px 10px 50px;
   text-decoration: none;
}
#Card2-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 20px;
   width: 20px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item2 .place:before
{
   content: "\e55f";
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card2-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item7
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card2-card-item7 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item7 .call:before
{
   content: "\e0b0";
}
#Card2-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item9
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card2-card-item9 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item9 .stay-current-portrait:before
{
   content: "\e0d4";
}
#Card2-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item11
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   border: 1px solid #000000;
   border-radius: 3px;
   background-color: #F5F5F5;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item11 a
{
   color: inherit;
   display: block;
   padding: 10px 50px 10px 50px;
   text-decoration: none;
}
#Card2-card-item12
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
   text-align: center;
}
#Card2-card-item13
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #FF8C00;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   animation: animate-border 1000ms linear 0ms infinite normal both;
}
#Card2-card-item13 a
{
   color: inherit;
   display: block;
   padding: 10px 100px 10px 100px;
   text-decoration: none;
}
#Card2-card-item13 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item13 .subject:before
{
   content: "\e8d2";
}
#Card2-card-item14
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0 10px 0;
   margin: 0;
   text-align: center;
}
#wb_Text3 div
{
   text-align: center;
}
#wb_Text3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0 10px 0;
   margin: 0;
   text-align: center;
}
#wb_Text4 div
{
   text-align: center;
}
#wb_Text4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text8 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: center;
}
#wb_Text8 div
{
   text-align: center;
}
#wb_Text8
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text11 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text11 div
{
   text-align: center;
}
#wb_Text11
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text12 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text12 div
{
   text-align: center;
}
#wb_Text12
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text19 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 100%;
   align-self: auto;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text19 div
{
   text-align: center;
}
#wb_Card1
{
   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;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 3px;
   text-align: center;
}
#Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DDDDDD;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Inter;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 0;
   width: 100%;
   height: auto;
}
#Card1-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DDDDDD;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#FlexContainer9
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_Card4
{
   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;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 1px;
   text-align: center;
}
#Card4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card4-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DDDDDD;
   border-radius: 1px 1px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 40px;
   padding: 0;
   color: #333333;
   font-family: Inter;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card4-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #C5C5C5;
   border-radius: 4px;
   background-color: #F6F6F6;
   background-image: none;
   color: #454545;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card4-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DDDDDD solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card4-card-item5
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 0;
   width: 100%;
   height: auto;
}
#FlexContainer18
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_Card5
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #F5F5F5;
   border-radius: 0px;
   text-align: center;
}
#Card5-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card5-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #F5F5F5;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Inter;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card5-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 400px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 150px;
}
#Card5-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DDDDDD solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card5-card-item5
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #C5C5C5;
   border-radius: 4px;
   background-color: #F6F6F6;
   background-image: none;
   color: #454545;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card5-card-item5 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card5-card-item6
{
   box-sizing: border-box;
   margin: 0;
   width: 100%;
   height: auto;
}
#Button2
{
   box-sizing: border-box;
   line-height: 32px;
   text-decoration: none;
   vertical-align: top;
   border: 0px solid #C5C5C5;
   border-radius: 4px;
   background-color: #F6F6F6;
   background-image: none;
   color: #454545;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   -webkit-appearance: none;
   margin: 0;
}
#Button2:focus
{
   outline: 0;
}
#wb_Card1
{
   display: flex;
   z-index: 23;
}
#wb_ResponsiveMenu1
{
   display: inline-block;
   width: 970px;
   height: 69px;
   z-index: 1;
}
#Button2
{
   display: block;
   width: 1260px;
   height: 34px;
   z-index: 24;
}
#wb_Card3
{
   display: flex;
   z-index: 9;
}
#Button1
{
   display: block;
   width: 435px;
   height: 27px;
   z-index: 5;
}
#wb_Image2
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 4;
}
#wb_Picture1
{
   display: block;
   width: 310px;
   z-index: 0;
}
#wb_Card2
{
   display: flex;
   z-index: 10;
}
#wb_Carousel1
{
}
#wb_Text2
{
   position: absolute;
   left: 500px;
   top: 177px;
   width: 455px;
   height: 15px;
   text-align: center;
   z-index: 46;
}
#wb_IconFont2
{
   display: inline-block;
   width: 83px;
   height: 58px;
   text-align: center;
   z-index: 26;
}
#wb_IconFont1
{
   display: inline-block;
   width: 85px;
   height: 58px;
   text-align: center;
   z-index: 25;
}
#Layer1
{
   position: absolute;
   text-align: left;
   left: 0px;
   top: 0px;
   width: 39px;
   height: 10px;
   z-index: 45;
}
#wb_Card5
{
   display: flex;
   width: 100%;
   z-index: 19;
}
#wb_Card4
{
   display: flex;
   z-index: 16;
}
@media only screen and (min-width: 1280px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#MasterPage1
{
   left: 0px;
   top: 0px;
   width: 1280px;
   height: 175px;
   visibility: visible;
   display: inline;
}
#FlexContainer5
{
   visibility: visible;
   display: flex;
}
#FlexContainer5
{
   min-height: 0;
   margin: 0;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer7
{
   visibility: visible;
   display: flex;
}
#FlexContainer7
{
   min-height: 0;
   margin: 0;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#wb_Picture1
{
   width: 310px;
   height: 106px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#Picture1
{
   width: 310px;
   height: 106px;
}
#wb_ResponsiveMenu1
{
   width: 1280px;
   height: 69px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 100%;
   align-self: auto;
   text-align: left;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 2px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#FlexContainer3
{
   visibility: visible;
   display: flex;
}
#FlexContainer3
{
   min-height: 0;
   margin: 0;
   padding: 10px 20px 10px 20px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer4
{
   visibility: visible;
   display: flex;
}
#FlexContainer4
{
   min-height: 0;
   margin: 10px 0 20px 0 ;
   padding: 10px 0 20px 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer1
{
   visibility: visible;
   display: flex;
}
#FlexContainer1
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Carousel1
{
   visibility: visible;
   display: block;
}
#wb_Carousel1
{
   margin: 0;
   height: 251px;
}
#Carousel1 .carousel-item-inner
{
   padding: 0 0 50px 0;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid1 > .row > .col-2
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#FlexContainer6
{
   visibility: visible;
   display: flex;
}
#FlexContainer6
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer15
{
   visibility: visible;
   display: flex;
}
#FlexContainer15
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer16
{
   visibility: visible;
   display: flex;
}
#FlexContainer16
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid3 > .row > .col-1
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid3 > .row > .col-2
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#FlexContainer10
{
   visibility: visible;
   display: flex;
   border: 1px solid #FF8040;
}
#FlexContainer10
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer2
{
   visibility: visible;
   display: flex;
}
#FlexContainer2
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_LayoutGrid14
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid14
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid14
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid14 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_IconFont1
{
   width: 85px;
   height: 58px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
   background-color: transparent;
   background-image: none;
}
#IconFont1
{
   width: 85px;
   height: 58px;
}
#IconFont1 i
{
   line-height: 58px;
   font-size: 58px;
   width: 57px;
}
#wb_IconFont1:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#wb_IconFont2
{
   width: 83px;
   height: 58px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
   background-color: transparent;
   background-image: none;
}
#IconFont2
{
   width: 83px;
   height: 58px;
}
#IconFont2 i
{
   line-height: 58px;
   font-size: 58px;
   width: 57px;
}
#wb_IconFont2:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#FlexContainer8
{
   visibility: visible;
   display: flex;
}
#FlexContainer8
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Text16
{
   visibility: visible;
   display: block;
}
#wb_Text16
{
   margin: 0;
   padding: 0;
}
#wb_Text17
{
   visibility: visible;
   display: block;
}
#wb_Text17
{
   margin: 0;
   padding: 0;
}
#wb_Text13
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text13
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 13px;
}
#Layer1
{
   left: 0px;
   top: 0px;
   width: 39px;
   height: 10px;
   visibility: visible;
   display: block;
}
#wb_Text2
{
   left: 655px;
   top: 177px;
   width: 610px;
   height: 15px;
   visibility: visible;
   display: inline;
}
#wb_Text2
{
   margin: 0;
   padding: 0;
}
#wb_Image2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#Image2
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Text7
{
   visibility: visible;
   display: block;
}
#wb_Text7
{
   margin: 0;
   padding: 20px 0 0 0;
}
#FlexContainer17
{
   visibility: visible;
   display: flex;
}
#FlexContainer17
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#Button1
{
   width: 590px;
   height: 27px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 100%;
   align-self: auto;
   padding: 1px 6px 1px 6px;
   color: #FFFFFF;
}
#Button1
{
   line-height: 23px;
}
#wb_Text25
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text25
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_Card3
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 10px 0 10px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: auto;
   align-self: auto;
   color: transparent;
}
#Card3-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEDEDE;
   border-radius: 1px 1px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #FF7F50;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card3-card-item2
{
   display: inline-block;
   height: 42px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #FF8C00;
   background-image: none;
   color: #000000;
   font-family: Inter;
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#Card3-card-item2 a
{
   color: inherit;
   display: block;
   padding: 10px 50px 10px 50px;
   text-decoration: none;
}
#Card3-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 20px;
   width: 20px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item2 .place:before
{
   content: "\e55f";
}
#Card3-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card3-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card3-card-item7
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card3-card-item7 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item7 .call:before
{
   content: "\e0b0";
}
#Card3-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item9
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card3-card-item9 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item9 .stay-current-portrait:before
{
   content: "\e0d4";
}
#Card3-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item11
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   border: 1px solid #000000;
   border-radius: 3px;
   background-color: #F5F5F5;
   background-image: none;
   color: #000000;
   font-family: Inter;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card3-card-item11 a
{
   color: inherit;
   display: block;
   padding: 10px 50px 10px 50px;
   text-decoration: none;
}
#Card3-card-item12
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 8px;
   text-align: center;
}
#Card3-card-item13
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #FF8C00;
   background-image: none;
   color: #000000;
   font-family: Inter;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   animation: animate-border 1000ms linear 0ms infinite normal both;
}
#Card3-card-item13 a
{
   color: inherit;
   display: block;
   padding: 10px 100px 10px 100px;
   text-decoration: none;
}
#Card3-card-item13 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item13 .subject:before
{
   content: "\e8d2";
}
#Card3-card-item14
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
}
#wb_Card3
{
   text-align: center;
}
#wb_Card2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 10px 0 10px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: auto;
   align-self: auto;
   color: transparent;
}
#Card2-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEDEDE;
   border-radius: 1px 1px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #FF7F50;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card2-card-item2
{
   display: inline-block;
   height: 42px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #FF8C00;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#Card2-card-item2 a
{
   color: inherit;
   display: block;
   padding: 10px 50px 10px 50px;
   text-decoration: none;
}
#Card2-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 20px;
   width: 20px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item2 .place:before
{
   content: "\e55f";
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card2-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item7
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card2-card-item7 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item7 .call:before
{
   content: "\e0b0";
}
#Card2-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item9
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card2-card-item9 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item9 .stay-current-portrait:before
{
   content: "\e0d4";
}
#Card2-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item11
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   border: 1px solid #000000;
   border-radius: 3px;
   background-color: #F5F5F5;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item11 a
{
   color: inherit;
   display: block;
   padding: 10px 50px 10px 50px;
   text-decoration: none;
}
#Card2-card-item12
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
   text-align: center;
}
#Card2-card-item13
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #FF8C00;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   animation: animate-border 1000ms linear 0ms infinite normal both;
}
#Card2-card-item13 a
{
   color: inherit;
   display: block;
   padding: 10px 100px 10px 100px;
   text-decoration: none;
}
#Card2-card-item13 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item13 .subject:before
{
   content: "\e8d2";
}
#Card2-card-item14
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
}
#wb_Card2
{
   text-align: center;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   margin: 0;
   padding: 10px 0 10px 0;
}
#wb_Text4
{
   visibility: visible;
   display: block;
}
#wb_Text4
{
   margin: 0;
   padding: 10px 0 10px 0;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_Text11
{
   visibility: visible;
   display: block;
}
#wb_Text11
{
   margin: 0;
   padding: 0;
}
#wb_Text12
{
   visibility: visible;
   display: block;
}
#wb_Text12
{
   margin: 0;
   padding: 0;
}
#wb_Text19
{
   width: 1260px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 100%;
   align-self: auto;
}
#wb_Text19
{
   margin: 0;
   padding: 0;
}
#wb_Card1
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #FFFFFF;
   background-image: none;
}
#Card1-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DDDDDD;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Inter;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 0;
   width: 100%;
   height: auto;
}
#Card1-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DDDDDD;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card1
{
   text-align: center;
}
#FlexContainer9
{
   visibility: visible;
   display: flex;
}
#FlexContainer9
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Card4
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #FFFFFF;
   background-image: none;
}
#Card4-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DDDDDD;
   border-radius: 1px 1px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 40px;
   padding: 0;
   color: #333333;
   font-family: Inter;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card4-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #C5C5C5;
   border-radius: 4px;
   background-color: #F6F6F6;
   background-image: none;
   color: #454545;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card4-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DDDDDD solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card4-card-item5
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 0;
   width: 100%;
   height: auto;
}
#wb_Card4
{
   text-align: center;
}
#FlexContainer18
{
   visibility: visible;
   display: flex;
}
#FlexContainer18
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Card5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
}
#Card5-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #F5F5F5;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Inter;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card5-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 400px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 150px;
}
#Card5-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DDDDDD solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card5-card-item5
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #C5C5C5;
   border-radius: 4px;
   background-color: #F6F6F6;
   background-image: none;
   color: #454545;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card5-card-item5 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card5-card-item6
{
   box-sizing: border-box;
   margin: 0;
   width: 100%;
   height: auto;
}
#wb_Card5
{
   text-align: center;
}
#Button2
{
   width: 1260px;
   height: 34px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 100%;
   align-self: auto;
   padding: 1px 6px 1px 6px;
   background-color: transparent;
   background-image: none;
   background-image: none;
   border-radius: 0px;
}
#Button2
{
   line-height: 32px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1279px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#MasterPage1
{
   left: 0px;
   top: 0px;
   width: 1200px;
   height: 175px;
   visibility: visible;
   display: inline;
}
#FlexContainer5
{
   visibility: visible;
   display: flex;
}
#FlexContainer5
{
   min-height: 0;
   margin: 0;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer7
{
   visibility: visible;
   display: flex;
}
#FlexContainer7
{
   min-height: 0;
   margin: 0;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#wb_Picture1
{
   width: 310px;
   height: 106px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#Picture1
{
   width: 310px;
   height: 106px;
}
#wb_ResponsiveMenu1
{
   width: 1200px;
   height: 69px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 100%;
   align-self: auto;
   text-align: left;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 2px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#FlexContainer3
{
   visibility: visible;
   display: flex;
}
#FlexContainer3
{
   min-height: 0;
   margin: 0;
   padding: 10px 20px 10px 20px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer4
{
   visibility: visible;
   display: flex;
}
#FlexContainer4
{
   min-height: 0;
   margin: 10px 0 20px 0 ;
   padding: 10px 0 20px 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer1
{
   visibility: visible;
   display: flex;
}
#FlexContainer1
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Carousel1
{
   visibility: visible;
   display: block;
}
#wb_Carousel1
{
   margin: 0;
   height: 251px;
}
#Carousel1 .carousel-item-inner
{
   padding: 0 0 50px 0;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid1 > .row > .col-2
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#FlexContainer6
{
   visibility: visible;
   display: flex;
}
#FlexContainer6
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer15
{
   visibility: visible;
   display: flex;
}
#FlexContainer15
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer16
{
   visibility: visible;
   display: flex;
}
#FlexContainer16
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid3 > .row > .col-1
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid3 > .row > .col-2
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#FlexContainer10
{
   visibility: visible;
   display: flex;
   border: 1px solid #FF8040;
}
#FlexContainer10
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer2
{
   visibility: visible;
   display: flex;
}
#FlexContainer2
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_LayoutGrid14
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid14
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid14
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid14 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_IconFont1
{
   width: 85px;
   height: 58px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
   background-color: transparent;
   background-image: none;
}
#IconFont1
{
   width: 85px;
   height: 58px;
}
#IconFont1 i
{
   line-height: 58px;
   font-size: 58px;
   width: 57px;
}
#wb_IconFont1:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#wb_IconFont2
{
   width: 83px;
   height: 58px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
   background-color: transparent;
   background-image: none;
}
#IconFont2
{
   width: 83px;
   height: 58px;
}
#IconFont2 i
{
   line-height: 58px;
   font-size: 58px;
   width: 57px;
}
#wb_IconFont2:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#FlexContainer8
{
   visibility: visible;
   display: flex;
}
#FlexContainer8
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Text16
{
   visibility: visible;
   display: block;
}
#wb_Text16
{
   margin: 0;
   padding: 0;
}
#wb_Text17
{
   visibility: visible;
   display: block;
}
#wb_Text17
{
   margin: 0;
   padding: 0;
}
#wb_Text13
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text13
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 13px;
}
#Layer1
{
   left: 0px;
   top: 0px;
   width: 60px;
   height: 10px;
   visibility: visible;
   display: block;
}
#wb_Text2
{
   left: 615px;
   top: 177px;
   width: 570px;
   height: 15px;
   visibility: visible;
   display: inline;
}
#wb_Text2
{
   margin: 0;
   padding: 0;
}
#wb_Image2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#Image2
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Text7
{
   visibility: visible;
   display: block;
}
#wb_Text7
{
   margin: 0;
   padding: 20px 0 0 0;
}
#FlexContainer17
{
   visibility: visible;
   display: flex;
}
#FlexContainer17
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#Button1
{
   width: 550px;
   height: 27px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 100%;
   align-self: auto;
   padding: 1px 6px 1px 6px;
   color: #FFFFFF;
}
#Button1
{
   line-height: 23px;
}
#wb_Text25
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text25
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_Card3
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 10px 0 10px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: auto;
   align-self: auto;
   color: transparent;
}
#Card3-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEDEDE;
   border-radius: 1px 1px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #FF7F50;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card3-card-item2
{
   display: inline-block;
   height: 42px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #FF8C00;
   background-image: none;
   color: #000000;
   font-family: Inter;
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#Card3-card-item2 a
{
   color: inherit;
   display: block;
   padding: 10px 50px 10px 50px;
   text-decoration: none;
}
#Card3-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 20px;
   width: 20px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item2 .place:before
{
   content: "\e55f";
}
#Card3-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card3-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card3-card-item7
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card3-card-item7 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item7 .call:before
{
   content: "\e0b0";
}
#Card3-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item9
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card3-card-item9 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item9 .stay-current-portrait:before
{
   content: "\e0d4";
}
#Card3-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item11
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   border: 1px solid #000000;
   border-radius: 3px;
   background-color: #F5F5F5;
   background-image: none;
   color: #000000;
   font-family: Inter;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card3-card-item11 a
{
   color: inherit;
   display: block;
   padding: 10px 50px 10px 50px;
   text-decoration: none;
}
#Card3-card-item12
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 8px;
   text-align: center;
}
#Card3-card-item13
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #FF8C00;
   background-image: none;
   color: #000000;
   font-family: Inter;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   animation: animate-border 1000ms linear 0ms infinite normal both;
}
#Card3-card-item13 a
{
   color: inherit;
   display: block;
   padding: 10px 100px 10px 100px;
   text-decoration: none;
}
#Card3-card-item13 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item13 .subject:before
{
   content: "\e8d2";
}
#Card3-card-item14
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
}
#wb_Card3
{
   text-align: center;
}
#wb_Card2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 10px 0 10px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: auto;
   align-self: auto;
   color: transparent;
}
#Card2-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEDEDE;
   border-radius: 1px 1px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #FF7F50;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card2-card-item2
{
   display: inline-block;
   height: 42px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #FF8C00;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#Card2-card-item2 a
{
   color: inherit;
   display: block;
   padding: 10px 50px 10px 50px;
   text-decoration: none;
}
#Card2-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 20px;
   width: 20px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item2 .place:before
{
   content: "\e55f";
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card2-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item7
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card2-card-item7 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item7 .call:before
{
   content: "\e0b0";
}
#Card2-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item9
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card2-card-item9 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item9 .stay-current-portrait:before
{
   content: "\e0d4";
}
#Card2-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item11
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   border: 1px solid #000000;
   border-radius: 3px;
   background-color: #F5F5F5;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item11 a
{
   color: inherit;
   display: block;
   padding: 10px 50px 10px 50px;
   text-decoration: none;
}
#Card2-card-item12
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
   text-align: center;
}
#Card2-card-item13
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #FF8C00;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   animation: animate-border 1000ms linear 0ms infinite normal both;
}
#Card2-card-item13 a
{
   color: inherit;
   display: block;
   padding: 10px 100px 10px 100px;
   text-decoration: none;
}
#Card2-card-item13 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item13 .subject:before
{
   content: "\e8d2";
}
#Card2-card-item14
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
}
#wb_Card2
{
   text-align: center;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   margin: 0;
   padding: 10px 0 10px 0;
}
#wb_Text4
{
   visibility: visible;
   display: block;
}
#wb_Text4
{
   margin: 0;
   padding: 10px 0 10px 0;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_Text11
{
   visibility: visible;
   display: block;
}
#wb_Text11
{
   margin: 0;
   padding: 0;
}
#wb_Text12
{
   visibility: visible;
   display: block;
}
#wb_Text12
{
   margin: 0;
   padding: 0;
}
#wb_Text19
{
   width: 1180px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 100%;
   align-self: auto;
}
#wb_Text19
{
   margin: 0;
   padding: 0;
}
#wb_Card1
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #FFFFFF;
   background-image: none;
}
#Card1-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DDDDDD;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Inter;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 0;
   width: 100%;
   height: auto;
}
#Card1-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DDDDDD;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card1
{
   text-align: center;
}
#FlexContainer9
{
   visibility: visible;
   display: flex;
}
#FlexContainer9
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Card4
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #FFFFFF;
   background-image: none;
}
#Card4-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DDDDDD;
   border-radius: 1px 1px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 40px;
   padding: 0;
   color: #333333;
   font-family: Inter;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card4-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #C5C5C5;
   border-radius: 4px;
   background-color: #F6F6F6;
   background-image: none;
   color: #454545;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card4-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DDDDDD solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card4-card-item5
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 0;
   width: 100%;
   height: auto;
}
#wb_Card4
{
   text-align: center;
}
#FlexContainer18
{
   visibility: visible;
   display: flex;
}
#FlexContainer18
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Card5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
}
#Card5-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #F5F5F5;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Inter;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card5-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 400px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 150px;
}
#Card5-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DDDDDD solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card5-card-item5
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #C5C5C5;
   border-radius: 4px;
   background-color: #F6F6F6;
   background-image: none;
   color: #454545;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card5-card-item5 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card5-card-item6
{
   box-sizing: border-box;
   margin: 0;
   width: 100%;
   height: auto;
}
#wb_Card5
{
   text-align: center;
}
#Button2
{
   width: 1260px;
   height: 34px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 1px 6px 1px 6px;
   background-color: #F6F6F6;
   background-image: none;
   border-radius: 4px;
}
#Button2
{
   line-height: 32px;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1199px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#MasterPage1
{
   left: 0px;
   top: 0px;
   width: 1024px;
   height: 175px;
   visibility: visible;
   display: inline;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 2px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#FlexContainer3
{
   visibility: visible;
   display: flex;
}
#FlexContainer3
{
   min-height: 0;
   margin: 0;
   padding: 10px 20px 10px 20px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer4
{
   visibility: visible;
   display: flex;
}
#FlexContainer4
{
   min-height: 0;
   margin: 10px 0 20px 0 ;
   padding: 10px 0 20px 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer1
{
   visibility: visible;
   display: flex;
}
#FlexContainer1
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Carousel1
{
   visibility: visible;
   display: block;
}
#wb_Carousel1
{
   margin: 0;
   height: 251px;
}
#Carousel1 .carousel-item-inner
{
   padding: 0 0 50px 0;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid1 > .row > .col-2
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#FlexContainer6
{
   visibility: visible;
   display: flex;
}
#FlexContainer6
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer15
{
   visibility: visible;
   display: flex;
}
#FlexContainer15
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer16
{
   visibility: visible;
   display: flex;
}
#FlexContainer16
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid3 > .row > .col-1
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid3 > .row > .col-2
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#FlexContainer10
{
   visibility: visible;
   display: flex;
   border: 1px solid #FF8040;
}
#FlexContainer10
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer2
{
   visibility: visible;
   display: flex;
}
#FlexContainer2
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_LayoutGrid14
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid14
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid14
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid14 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_IconFont1
{
   width: 85px;
   height: 58px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
   background-color: transparent;
   background-image: none;
}
#IconFont1
{
   width: 85px;
   height: 58px;
}
#IconFont1 i
{
   line-height: 58px;
   font-size: 58px;
   width: 57px;
}
#wb_IconFont1:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#wb_IconFont2
{
   width: 83px;
   height: 58px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
   background-color: transparent;
   background-image: none;
}
#IconFont2
{
   width: 83px;
   height: 58px;
}
#IconFont2 i
{
   line-height: 58px;
   font-size: 58px;
   width: 57px;
}
#wb_IconFont2:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#FlexContainer8
{
   visibility: visible;
   display: flex;
}
#FlexContainer8
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Text16
{
   visibility: visible;
   display: block;
}
#wb_Text16
{
   margin: 0;
   padding: 0;
}
#wb_Text17
{
   visibility: visible;
   display: block;
}
#wb_Text17
{
   margin: 0;
   padding: 0;
}
#wb_Text13
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text13
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 13px;
}
#Layer1
{
   left: 0px;
   top: 0px;
   width: 60px;
   height: 10px;
   visibility: visible;
   display: block;
}
#wb_Text2
{
   left: 527px;
   top: 177px;
   width: 482px;
   height: 15px;
   visibility: visible;
   display: inline;
}
#wb_Text2
{
   margin: 0;
   padding: 0;
}
#wb_Image2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#Image2
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Text7
{
   visibility: visible;
   display: block;
}
#wb_Text7
{
   margin: 0;
   padding: 20px 0 0 0;
}
#FlexContainer17
{
   visibility: visible;
   display: flex;
}
#FlexContainer17
{
   min-height: 0;
   margin: 0;
   padding: 10px 5px 10px 5px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#Button1
{
   width: 472px;
   height: 27px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 100%;
   align-self: auto;
   padding: 1px 6px 1px 6px;
   color: #FFFFFF;
}
#Button1
{
   line-height: 23px;
}
#wb_Text25
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text25
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_Card3
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 10px 0 10px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: auto;
   align-self: auto;
   color: transparent;
}
#Card3-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEDEDE;
   border-radius: 1px 1px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #FF7F50;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card3-card-item2
{
   display: inline-block;
   height: 42px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #FF8C00;
   background-image: none;
   color: #000000;
   font-family: Inter;
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#Card3-card-item2 a
{
   color: inherit;
   display: block;
   padding: 10px 100px 10px 100px;
   text-decoration: none;
}
#Card3-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 20px;
   width: 20px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item2 .place:before
{
   content: "\e55f";
}
#Card3-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card3-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card3-card-item7
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card3-card-item7 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item7 .call:before
{
   content: "\e0b0";
}
#Card3-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item9
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card3-card-item9 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item9 .stay-current-portrait:before
{
   content: "\e0d4";
}
#Card3-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item11
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   border: 1px solid #000000;
   border-radius: 3px;
   background-color: #F5F5F5;
   background-image: none;
   color: #000000;
   font-family: Inter;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card3-card-item11 a
{
   color: inherit;
   display: block;
   padding: 10px 100px 10px 100px;
   text-decoration: none;
}
#Card3-card-item12
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 8px;
   text-align: center;
}
#Card3-card-item13
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #FF8C00;
   background-image: none;
   color: #000000;
   font-family: Inter;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   animation: animate-border 1000ms linear 0ms infinite normal both;
}
#Card3-card-item13 a
{
   color: inherit;
   display: block;
   padding: 10px 100px 10px 100px;
   text-decoration: none;
}
#Card3-card-item13 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item13 .subject:before
{
   content: "\e8d2";
}
#Card3-card-item14
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
}
#wb_Card3
{
   text-align: center;
}
#wb_Card2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 10px 0 10px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: auto;
   align-self: auto;
   color: transparent;
}
#Card2-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEDEDE;
   border-radius: 1px 1px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #FF7F50;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card2-card-item2
{
   display: inline-block;
   height: 42px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #FF8C00;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#Card2-card-item2 a
{
   color: inherit;
   display: block;
   padding: 10px 100px 10px 100px;
   text-decoration: none;
}
#Card2-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 20px;
   width: 20px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item2 .place:before
{
   content: "\e55f";
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card2-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item7
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card2-card-item7 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item7 .call:before
{
   content: "\e0b0";
}
#Card2-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item9
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card2-card-item9 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item9 .stay-current-portrait:before
{
   content: "\e0d4";
}
#Card2-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item11
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   border: 1px solid #000000;
   border-radius: 3px;
   background-color: #F5F5F5;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item11 a
{
   color: inherit;
   display: block;
   padding: 10px 100px 10px 100px;
   text-decoration: none;
}
#Card2-card-item12
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
   text-align: center;
}
#Card2-card-item13
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #FF8C00;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   animation: animate-border 1000ms linear 0ms infinite normal both;
}
#Card2-card-item13 a
{
   color: inherit;
   display: block;
   padding: 10px 100px 10px 100px;
   text-decoration: none;
}
#Card2-card-item13 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item13 .subject:before
{
   content: "\e8d2";
}
#Card2-card-item14
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
}
#wb_Card2
{
   text-align: center;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   margin: 0;
   padding: 10px 0 10px 0;
}
#wb_Text4
{
   visibility: visible;
   display: block;
}
#wb_Text4
{
   margin: 0;
   padding: 10px 0 10px 0;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_Text11
{
   visibility: visible;
   display: block;
}
#wb_Text11
{
   margin: 0;
   padding: 0;
}
#wb_Text12
{
   visibility: visible;
   display: block;
}
#wb_Text12
{
   margin: 0;
   padding: 0;
}
#wb_Text19
{
   width: 1004px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 100%;
   align-self: auto;
}
#wb_Text19
{
   margin: 0;
   padding: 0;
}
#wb_Card1
{
   width: 1002px;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   background-color: #FFFFFF;
   background-image: none;
}
#Card1-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DDDDDD;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Inter;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 0;
   width: 100%;
   height: auto;
}
#Card1-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DDDDDD;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card1
{
   text-align: center;
}
#FlexContainer9
{
   visibility: visible;
   display: flex;
}
#FlexContainer9
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Card4
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #FFFFFF;
   background-image: none;
}
#Card4-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DDDDDD;
   border-radius: 1px 1px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 40px;
   padding: 0;
   color: #333333;
   font-family: Inter;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card4-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #C5C5C5;
   border-radius: 4px;
   background-color: #F6F6F6;
   background-image: none;
   color: #454545;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card4-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DDDDDD solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card4-card-item5
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 0;
   width: 100%;
   height: auto;
}
#wb_Card4
{
   text-align: center;
}
#FlexContainer18
{
   visibility: visible;
   display: flex;
}
#FlexContainer18
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Card5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
}
#Card5-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #F5F5F5;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Inter;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card5-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 400px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 150px;
}
#Card5-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DDDDDD solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card5-card-item5
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #C5C5C5;
   border-radius: 4px;
   background-color: #F6F6F6;
   background-image: none;
   color: #454545;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card5-card-item5 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card5-card-item6
{
   box-sizing: border-box;
   margin: 0;
   width: 100%;
   height: auto;
}
#wb_Card5
{
   text-align: center;
}
#Button2
{
   width: 1260px;
   height: 34px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 1px 6px 1px 6px;
   background-color: #F6F6F6;
   background-image: none;
   border-radius: 4px;
}
#Button2
{
   line-height: 32px;
}
}
@media only screen and (min-width: 980px) and (max-width: 1023px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#MasterPage1
{
   left: 0px;
   top: 0px;
   width: 980px;
   height: 175px;
   visibility: visible;
   display: inline;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 2px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#FlexContainer3
{
   visibility: visible;
   display: flex;
}
#FlexContainer3
{
   min-height: 0;
   margin: 0;
   padding: 10px 20px 10px 20px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer4
{
   visibility: visible;
   display: flex;
}
#FlexContainer4
{
   min-height: 0;
   margin: 10px 0 20px 0 ;
   padding: 10px 0 20px 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer1
{
   visibility: visible;
   display: flex;
}
#FlexContainer1
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Carousel1
{
   visibility: visible;
   display: block;
}
#wb_Carousel1
{
   margin: 0;
   height: 251px;
}
#Carousel1 .carousel-item-inner
{
   padding: 0 0 50px 0;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid1 > .row > .col-2
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#FlexContainer6
{
   visibility: visible;
   display: flex;
}
#FlexContainer6
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer15
{
   visibility: visible;
   display: flex;
}
#FlexContainer15
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer16
{
   visibility: visible;
   display: flex;
}
#FlexContainer16
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid3 > .row > .col-1
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid3 > .row > .col-2
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#FlexContainer10
{
   visibility: visible;
   display: flex;
   border: 1px solid #FF8040;
}
#FlexContainer10
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer2
{
   visibility: visible;
   display: flex;
}
#FlexContainer2
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_LayoutGrid14
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid14
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid14
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid14 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_IconFont1
{
   width: 85px;
   height: 58px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
   background-color: transparent;
   background-image: none;
}
#IconFont1
{
   width: 85px;
   height: 58px;
}
#IconFont1 i
{
   line-height: 58px;
   font-size: 58px;
   width: 57px;
}
#wb_IconFont1:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#wb_IconFont2
{
   width: 83px;
   height: 58px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
   background-color: transparent;
   background-image: none;
}
#IconFont2
{
   width: 83px;
   height: 58px;
}
#IconFont2 i
{
   line-height: 58px;
   font-size: 58px;
   width: 57px;
}
#wb_IconFont2:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#FlexContainer8
{
   visibility: visible;
   display: flex;
}
#FlexContainer8
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Text16
{
   visibility: visible;
   display: block;
}
#wb_Text16
{
   margin: 0;
   padding: 0;
}
#wb_Text17
{
   visibility: visible;
   display: block;
}
#wb_Text17
{
   margin: 0;
   padding: 0;
}
#wb_Text13
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text13
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 13px;
}
#Layer1
{
   left: 0px;
   top: 0px;
   width: 60px;
   height: 10px;
   visibility: visible;
   display: block;
}
#wb_Text2
{
   left: 505px;
   top: 177px;
   width: 460px;
   height: 15px;
   visibility: visible;
   display: inline;
}
#wb_Text2
{
   margin: 0;
   padding: 0;
}
#wb_Image2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#Image2
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Text7
{
   visibility: visible;
   display: block;
}
#wb_Text7
{
   margin: 0;
   padding: 20px 0 0 0;
}
#FlexContainer17
{
   visibility: visible;
   display: flex;
}
#FlexContainer17
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#Button1
{
   width: 440px;
   height: 27px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 100%;
   align-self: auto;
   padding: 1px 6px 1px 6px;
   color: #FFFFFF;
}
#Button1
{
   line-height: 23px;
}
#wb_Text25
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text25
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_Card3
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 10px 0 10px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: auto;
   align-self: auto;
   color: transparent;
}
#Card3-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEDEDE;
   border-radius: 1px 1px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #FF7F50;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card3-card-item2
{
   display: inline-block;
   height: 42px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #FF8C00;
   background-image: none;
   color: #000000;
   font-family: Inter;
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#Card3-card-item2 a
{
   color: inherit;
   display: block;
   padding: 10px 50px 10px 50px;
   text-decoration: none;
}
#Card3-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 20px;
   width: 20px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item2 .place:before
{
   content: "\e55f";
}
#Card3-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card3-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card3-card-item7
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card3-card-item7 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item7 .call:before
{
   content: "\e0b0";
}
#Card3-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item9
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card3-card-item9 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item9 .stay-current-portrait:before
{
   content: "\e0d4";
}
#Card3-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item11
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   border: 1px solid #000000;
   border-radius: 3px;
   background-color: #F5F5F5;
   background-image: none;
   color: #000000;
   font-family: Inter;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card3-card-item11 a
{
   color: inherit;
   display: block;
   padding: 10px 50px 10px 50px;
   text-decoration: none;
}
#Card3-card-item12
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 8px;
   text-align: center;
}
#Card3-card-item13
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #FF8C00;
   background-image: none;
   color: #000000;
   font-family: Inter;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   animation: animate-border 1000ms linear 0ms infinite normal both;
}
#Card3-card-item13 a
{
   color: inherit;
   display: block;
   padding: 10px 100px 10px 100px;
   text-decoration: none;
}
#Card3-card-item13 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item13 .subject:before
{
   content: "\e8d2";
}
#Card3-card-item14
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
}
#wb_Card3
{
   text-align: center;
}
#wb_Card2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 10px 0 10px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: auto;
   align-self: auto;
   color: transparent;
}
#Card2-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEDEDE;
   border-radius: 1px 1px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #FF7F50;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card2-card-item2
{
   display: inline-block;
   height: 42px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #FF8C00;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#Card2-card-item2 a
{
   color: inherit;
   display: block;
   padding: 10px 50px 10px 50px;
   text-decoration: none;
}
#Card2-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 20px;
   width: 20px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item2 .place:before
{
   content: "\e55f";
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card2-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item7
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card2-card-item7 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item7 .call:before
{
   content: "\e0b0";
}
#Card2-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item9
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card2-card-item9 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item9 .stay-current-portrait:before
{
   content: "\e0d4";
}
#Card2-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item11
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   border: 1px solid #000000;
   border-radius: 3px;
   background-color: #F5F5F5;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item11 a
{
   color: inherit;
   display: block;
   padding: 10px 50px 10px 50px;
   text-decoration: none;
}
#Card2-card-item12
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
   text-align: center;
}
#Card2-card-item13
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #FF8C00;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   animation: animate-border 1000ms linear 0ms infinite normal both;
}
#Card2-card-item13 a
{
   color: inherit;
   display: block;
   padding: 10px 100px 10px 100px;
   text-decoration: none;
}
#Card2-card-item13 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item13 .subject:before
{
   content: "\e8d2";
}
#Card2-card-item14
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
}
#wb_Card2
{
   text-align: center;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   margin: 0;
   padding: 10px 0 10px 0;
}
#wb_Text4
{
   visibility: visible;
   display: block;
}
#wb_Text4
{
   margin: 0;
   padding: 10px 0 10px 0;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_Text11
{
   visibility: visible;
   display: block;
}
#wb_Text11
{
   margin: 0;
   padding: 0;
}
#wb_Text12
{
   visibility: visible;
   display: block;
}
#wb_Text12
{
   margin: 0;
   padding: 0;
}
#wb_Text19
{
   width: 960px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 100%;
   align-self: auto;
}
#wb_Text19
{
   margin: 0;
   padding: 0;
}
#wb_Card1
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #FFFFFF;
   background-image: none;
}
#Card1-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DDDDDD;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Inter;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 0;
   width: 100%;
   height: auto;
}
#Card1-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DDDDDD;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card1
{
   text-align: center;
}
#FlexContainer9
{
   visibility: visible;
   display: flex;
}
#FlexContainer9
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Card4
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #FFFFFF;
   background-image: none;
}
#Card4-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DDDDDD;
   border-radius: 1px 1px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 40px;
   padding: 0;
   color: #333333;
   font-family: Inter;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card4-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #C5C5C5;
   border-radius: 4px;
   background-color: #F6F6F6;
   background-image: none;
   color: #454545;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card4-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DDDDDD solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card4-card-item5
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 0;
   width: 100%;
   height: auto;
}
#wb_Card4
{
   text-align: center;
}
#FlexContainer18
{
   visibility: visible;
   display: flex;
}
#FlexContainer18
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Card5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
}
#Card5-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #F5F5F5;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Inter;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card5-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 400px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 150px;
}
#Card5-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DDDDDD solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card5-card-item5
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #C5C5C5;
   border-radius: 4px;
   background-color: #F6F6F6;
   background-image: none;
   color: #454545;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card5-card-item5 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card5-card-item6
{
   box-sizing: border-box;
   margin: 0;
   width: 100%;
   height: auto;
}
#wb_Card5
{
   text-align: center;
}
#Button2
{
   width: 1260px;
   height: 34px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 1px 6px 1px 6px;
   background-color: #F6F6F6;
   background-image: none;
   border-radius: 4px;
}
#Button2
{
   line-height: 32px;
}
}
@media only screen and (min-width: 768px) and (max-width: 979px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#MasterPage1
{
   left: 0px;
   top: 0px;
   width: 768px;
   height: 175px;
   visibility: visible;
   display: inline;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 2px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#FlexContainer3
{
   visibility: visible;
   display: flex;
}
#FlexContainer3
{
   min-height: 0;
   margin: 0;
   padding: 10px 20px 10px 20px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer4
{
   visibility: visible;
   display: flex;
}
#FlexContainer4
{
   min-height: 0;
   margin: 10px 0 20px 0 ;
   padding: 10px 0 20px 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer1
{
   visibility: visible;
   display: flex;
}
#FlexContainer1
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Carousel1
{
   visibility: visible;
   display: block;
}
#wb_Carousel1
{
   margin: 0;
   height: 251px;
}
#Carousel1 .carousel-item-inner
{
   padding: 0 0 50px 0;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid1 > .row > .col-2
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#FlexContainer6
{
   visibility: visible;
   display: flex;
}
#FlexContainer6
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer15
{
   visibility: visible;
   display: flex;
}
#FlexContainer15
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer16
{
   visibility: visible;
   display: flex;
}
#FlexContainer16
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid3 > .row > .col-1
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid3 > .row > .col-2
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#FlexContainer10
{
   visibility: visible;
   display: flex;
   border: 1px solid #FF8040;
}
#FlexContainer10
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer2
{
   visibility: visible;
   display: flex;
}
#FlexContainer2
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_LayoutGrid14
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid14
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid14
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid14 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_IconFont1
{
   width: 85px;
   height: 58px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
   background-color: transparent;
   background-image: none;
}
#IconFont1
{
   width: 85px;
   height: 58px;
}
#IconFont1 i
{
   line-height: 58px;
   font-size: 58px;
   width: 57px;
}
#wb_IconFont1:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#wb_IconFont2
{
   width: 83px;
   height: 58px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
   background-color: transparent;
   background-image: none;
}
#IconFont2
{
   width: 83px;
   height: 58px;
}
#IconFont2 i
{
   line-height: 58px;
   font-size: 58px;
   width: 57px;
}
#wb_IconFont2:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#FlexContainer8
{
   visibility: visible;
   display: flex;
}
#FlexContainer8
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Text16
{
   visibility: visible;
   display: block;
}
#wb_Text16
{
   margin: 0;
   padding: 0;
}
#wb_Text17
{
   visibility: visible;
   display: block;
}
#wb_Text17
{
   margin: 0;
   padding: 0;
}
#wb_Text13
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text13
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 13px;
}
#Layer1
{
   left: 0px;
   top: 0px;
   width: 60px;
   height: 10px;
   visibility: visible;
   display: block;
}
#wb_Text2
{
   left: 140px;
   top: 70px;
   width: 354px;
   height: 15px;
   visibility: visible;
   display: inline;
}
#wb_Text2
{
   margin: 0;
   padding: 0;
}
#wb_Image2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#Image2
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Text7
{
   visibility: visible;
   display: block;
}
#wb_Text7
{
   margin: 0;
   padding: 20px 0 0 0;
}
#FlexContainer17
{
   visibility: visible;
   display: flex;
}
#FlexContainer17
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#Button1
{
   width: 334px;
   height: 27px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 100%;
   align-self: auto;
   padding: 1px 6px 1px 6px;
   color: #FFFFFF;
}
#Button1
{
   line-height: 23px;
}
#wb_Text25
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text25
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_Card3
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 10px 0 10px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: auto;
   align-self: auto;
   color: transparent;
}
#Card3-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEDEDE;
   border-radius: 1px 1px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #FF7F50;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card3-card-item2
{
   display: inline-block;
   height: 42px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #FF8C00;
   background-image: none;
   color: #000000;
   font-family: Inter;
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#Card3-card-item2 a
{
   color: inherit;
   display: block;
   padding: 10px 50px 10px 50px;
   text-decoration: none;
}
#Card3-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 20px;
   width: 20px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item2 .place:before
{
   content: "\e55f";
}
#Card3-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card3-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card3-card-item7
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card3-card-item7 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item7 .call:before
{
   content: "\e0b0";
}
#Card3-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item9
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card3-card-item9 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item9 .stay-current-portrait:before
{
   content: "\e0d4";
}
#Card3-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item11
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   border: 1px solid #000000;
   border-radius: 3px;
   background-color: #F5F5F5;
   background-image: none;
   color: #000000;
   font-family: Inter;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card3-card-item11 a
{
   color: inherit;
   display: block;
   padding: 10px 50px 10px 50px;
   text-decoration: none;
}
#Card3-card-item12
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 8px;
   text-align: center;
}
#Card3-card-item13
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #FF8C00;
   background-image: none;
   color: #000000;
   font-family: Inter;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   animation: animate-border 1000ms linear 0ms infinite normal both;
}
#Card3-card-item13 a
{
   color: inherit;
   display: block;
   padding: 10px 100px 10px 100px;
   text-decoration: none;
}
#Card3-card-item13 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item13 .subject:before
{
   content: "\e8d2";
}
#Card3-card-item14
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
}
#wb_Card3
{
   text-align: center;
}
#wb_Card2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 10px 0 10px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: auto;
   align-self: auto;
   color: transparent;
}
#Card2-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEDEDE;
   border-radius: 1px 1px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #FF7F50;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card2-card-item2
{
   display: inline-block;
   height: 42px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #FF8C00;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#Card2-card-item2 a
{
   color: inherit;
   display: block;
   padding: 10px 50px 10px 50px;
   text-decoration: none;
}
#Card2-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 20px;
   width: 20px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item2 .place:before
{
   content: "\e55f";
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card2-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item7
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card2-card-item7 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item7 .call:before
{
   content: "\e0b0";
}
#Card2-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item9
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card2-card-item9 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item9 .stay-current-portrait:before
{
   content: "\e0d4";
}
#Card2-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item11
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   border: 1px solid #000000;
   border-radius: 3px;
   background-color: #F5F5F5;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item11 a
{
   color: inherit;
   display: block;
   padding: 10px 50px 10px 50px;
   text-decoration: none;
}
#Card2-card-item12
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
   text-align: center;
}
#Card2-card-item13
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #FF8C00;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   animation: animate-border 1000ms linear 0ms infinite normal both;
}
#Card2-card-item13 a
{
   color: inherit;
   display: block;
   padding: 10px 100px 10px 100px;
   text-decoration: none;
}
#Card2-card-item13 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item13 .subject:before
{
   content: "\e8d2";
}
#Card2-card-item14
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
}
#wb_Card2
{
   text-align: center;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   margin: 0;
   padding: 10px 0 10px 0;
}
#wb_Text4
{
   visibility: visible;
   display: block;
}
#wb_Text4
{
   margin: 0;
   padding: 10px 0 10px 0;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_Text11
{
   visibility: visible;
   display: block;
}
#wb_Text11
{
   margin: 0;
   padding: 0;
}
#wb_Text12
{
   visibility: visible;
   display: block;
}
#wb_Text12
{
   margin: 0;
   padding: 0;
}
#wb_Text19
{
   width: 748px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 100%;
   align-self: auto;
}
#wb_Text19
{
   margin: 0;
   padding: 0;
}
#wb_Card1
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #FFFFFF;
   background-image: none;
}
#Card1-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DDDDDD;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Inter;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 0;
   width: 100%;
   height: auto;
}
#Card1-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DDDDDD;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card1
{
   text-align: center;
}
#FlexContainer9
{
   visibility: visible;
   display: flex;
}
#FlexContainer9
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Card4
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #FFFFFF;
   background-image: none;
}
#Card4-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DDDDDD;
   border-radius: 1px 1px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 40px;
   padding: 0;
   color: #333333;
   font-family: Inter;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card4-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #C5C5C5;
   border-radius: 4px;
   background-color: #F6F6F6;
   background-image: none;
   color: #454545;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card4-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DDDDDD solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card4-card-item5
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 0;
   width: 100%;
   height: auto;
}
#wb_Card4
{
   text-align: center;
}
#FlexContainer18
{
   visibility: visible;
   display: flex;
}
#FlexContainer18
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Card5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
}
#Card5-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #F5F5F5;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Inter;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card5-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 400px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 150px;
}
#Card5-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DDDDDD solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card5-card-item5
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #C5C5C5;
   border-radius: 4px;
   background-color: #F6F6F6;
   background-image: none;
   color: #454545;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card5-card-item5 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card5-card-item6
{
   box-sizing: border-box;
   margin: 0;
   width: 100%;
   height: auto;
}
#wb_Card5
{
   text-align: center;
}
#Button2
{
   width: 1260px;
   height: 34px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 1px 6px 1px 6px;
   background-color: #F6F6F6;
   background-image: none;
   border-radius: 4px;
}
#Button2
{
   line-height: 32px;
}
}
@media only screen and (max-width: 767px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#MasterPage1
{
   left: 0px;
   top: 0px;
   width: 320px;
   height: 150px;
   visibility: visible;
   display: inline;
}
#FlexContainer5
{
   visibility: visible;
   display: flex;
}
#FlexContainer5
{
   min-height: 0;
   margin: 0;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer7
{
   visibility: visible;
   display: flex;
}
#FlexContainer7
{
   min-height: 0;
   margin: 0;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#wb_Picture1
{
   width: 320px;
   height: 106px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#Picture1
{
   width: 320px;
   height: 106px;
}
#wb_ResponsiveMenu1
{
   width: 320px;
   height: 44px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 100%;
   align-self: auto;
   text-align: left;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 2px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#FlexContainer3
{
   visibility: visible;
   display: flex;
}
#FlexContainer3
{
   min-height: 0;
   margin: 0;
   padding: 10px 20px 10px 20px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer4
{
   visibility: visible;
   display: flex;
}
#FlexContainer4
{
   min-height: 0;
   margin: 0;
   padding: 10px 0 20px 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: stretch;
   align-content: center;
}
#FlexContainer1
{
   visibility: visible;
   display: flex;
}
#FlexContainer1
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Carousel1
{
   visibility: visible;
   display: block;
}
#wb_Carousel1
{
   margin: 0;
   height: 251px;
}
#Carousel1 .carousel-item-inner
{
   padding: 0 0 50px 0;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid1 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#FlexContainer6
{
   visibility: visible;
   display: flex;
}
#FlexContainer6
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer15
{
   visibility: visible;
   display: flex;
}
#FlexContainer15
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer16
{
   visibility: visible;
   display: flex;
}
#FlexContainer16
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid3 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid3 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#FlexContainer10
{
   visibility: visible;
   display: flex;
   border: 1px solid #CCCCCC;
}
#FlexContainer10
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexContainer2
{
   visibility: visible;
   display: flex;
}
#FlexContainer2
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_LayoutGrid14
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid14
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid14
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid14 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_IconFont1
{
   width: 85px;
   height: 58px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
   background-color: transparent;
   background-image: none;
}
#IconFont1
{
   width: 85px;
   height: 58px;
}
#IconFont1 i
{
   line-height: 58px;
   font-size: 58px;
   width: 57px;
}
#wb_IconFont1:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#wb_IconFont2
{
   width: 83px;
   height: 58px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
   background-color: transparent;
   background-image: none;
}
#IconFont2
{
   width: 83px;
   height: 58px;
}
#IconFont2 i
{
   line-height: 58px;
   font-size: 58px;
   width: 57px;
}
#wb_IconFont2:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#FlexContainer8
{
   visibility: visible;
   display: flex;
}
#FlexContainer8
{
   min-height: 0;
   margin: 0;
   padding: 10px 2px 10px 2px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#wb_Text16
{
   visibility: visible;
   display: block;
}
#wb_Text16
{
   margin: 0;
   padding: 0;
}
#wb_Text17
{
   visibility: visible;
   display: block;
}
#wb_Text17
{
   margin: 0;
   padding: 0;
}
#wb_Text13
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text13
{
   font-size: 8px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 6px;
}
#Layer1
{
   left: 0px;
   top: 0px;
   width: 60px;
   height: 10px;
   visibility: visible;
   display: block;
}
#wb_Text2
{
   left: 15px;
   top: 434px;
   width: 290px;
   height: 15px;
   visibility: visible;
   display: inline;
}
#wb_Text2
{
   margin: 0;
   padding: 0;
}
#wb_Image2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#Image2
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Text7
{
   visibility: visible;
   display: block;
}
#wb_Text7
{
   margin: 0;
   padding: 20px 0 0 0;
}
#FlexContainer17
{
   visibility: visible;
   display: flex;
}
#FlexContainer17
{
   min-height: 0;
   margin: 0;
   padding: 10px 5px 10px 5px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#Button1
{
   width: 280px;
   height: 27px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 100%;
   align-self: auto;
   padding: 1px 6px 1px 6px;
   color: #FFFFFF;
}
#Button1
{
   line-height: 23px;
}
#wb_Text25
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text25
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_Card3
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 10px 0 10px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: auto;
   align-self: auto;
   color: transparent;
}
#Card3-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEDEDE;
   border-radius: 1px 1px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #FF7F50;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
   text-align: center;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card3-card-item2
{
   display: inline-block;
   height: 29px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #FF8C00;
   background-image: none;
   color: #000000;
   font-family: Inter;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#Card3-card-item2 a
{
   color: inherit;
   display: block;
   padding: 5px 0 5px 0;
   text-decoration: none;
}
#Card3-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item2 .place:before
{
   content: "\e55f";
}
#Card3-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card3-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item7
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card3-card-item7 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item7 .call:before
{
   content: "\e0b0";
}
#Card3-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item9
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card3-card-item9 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item9 .stay-current-portrait:before
{
   content: "\e0d4";
}
#Card3-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card3-card-item11
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   border: 1px solid #000000;
   border-radius: 3px;
   background-color: #F5F5F5;
   background-image: none;
   color: #000000;
   font-family: Inter;
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
}
#Card3-card-item11 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card3-card-item12
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 8px;
   text-align: center;
}
#Card3-card-item13
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #FF8C00;
   background-image: none;
   color: #000000;
   font-family: Inter;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   animation: animate-border 1000ms linear 0ms infinite normal both;
}
#Card3-card-item13 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card3-card-item13 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card3-card-item13 .subject:before
{
   content: "\e8d2";
}
#Card3-card-item14
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
}
#wb_Card3
{
   text-align: center;
}
#wb_Card2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 10px 0 10px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: auto;
   align-self: auto;
   color: transparent;
}
#Card2-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEDEDE;
   border-radius: 1px 1px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #FF7F50;
   background-image: none;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
   text-align: center;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card2-card-item2
{
   display: inline-block;
   height: 29px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #FF8C00;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#Card2-card-item2 a
{
   color: inherit;
   display: block;
   padding: 5px 0 5px 0;
   text-decoration: none;
}
#Card2-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item2 .place:before
{
   content: "\e55f";
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#Card2-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item7
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card2-card-item7 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item7 .call:before
{
   content: "\e0b0";
}
#Card2-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item9
{
   display: inline-block;
   height: 17px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card2-card-item9 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 17px;
   width: 17px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item9 .stay-current-portrait:before
{
   content: "\e0d4";
}
#Card2-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
}
#Card2-card-item11
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   border: 1px solid #000000;
   border-radius: 3px;
   background-color: #F5F5F5;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
}
#Card2-card-item11 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card2-card-item12
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 8px;
   text-align: center;
}
#Card2-card-item13
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 5px;
   background-color: #FF8C00;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   animation: animate-border 1000ms linear 0ms infinite normal both;
}
#Card2-card-item13 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card2-card-item13 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
#Card2-card-item13 .subject:before
{
   content: "\e8d2";
}
#Card2-card-item14
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
}
#wb_Card2
{
   text-align: center;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   margin: 0;
   padding: 10px 0 10px 0;
}
#wb_Text4
{
   visibility: visible;
   display: block;
}
#wb_Text4
{
   margin: 0;
   padding: 10px 0 10px 0;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_Text11
{
   visibility: visible;
   display: block;
}
#wb_Text11
{
   margin: 0;
   padding: 0;
}
#wb_Text12
{
   visibility: visible;
   display: block;
}
#wb_Text12
{
   margin: 0;
   padding: 0;
}
#wb_Text19
{
   width: 300px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 100%;
   align-self: auto;
}
#wb_Text19
{
   margin: 0;
   padding: 0;
}
#wb_Card1
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #FFFFFF;
   background-image: none;
}
#Card1-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DDDDDD;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Inter;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 0;
   width: 100%;
   height: auto;
}
#Card1-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DDDDDD;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card1
{
   text-align: center;
}
#FlexContainer9
{
   visibility: visible;
   display: flex;
}
#FlexContainer9
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Card4
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #FFFFFF;
   background-image: none;
}
#Card4-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DDDDDD;
   border-radius: 1px 1px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 0 ;
   padding: 0;
   color: #333333;
   font-family: Inter;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card4-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #C5C5C5;
   border-radius: 4px;
   background-color: #F6F6F6;
   background-image: none;
   color: #454545;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card4-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DDDDDD solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card4-card-item5
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 0;
   width: 100%;
   height: auto;
}
#wb_Card4
{
   text-align: center;
}
#FlexContainer18
{
   visibility: visible;
   display: flex;
}
#FlexContainer18
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Card5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
}
#Card5-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #F5F5F5;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Inter;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card5-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 400px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 150px;
}
#Card5-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DDDDDD solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card5-card-item5
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   border: 1px solid #C5C5C5;
   border-radius: 4px;
   background-color: #F6F6F6;
   background-image: none;
   color: #454545;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card5-card-item5 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card5-card-item6
{
   box-sizing: border-box;
   margin: 0;
   width: 100%;
   height: auto;
}
#wb_Card5
{
   text-align: center;
}
#Button2
{
   width: 1260px;
   height: 34px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 1px 6px 1px 6px;
   background-color: #F6F6F6;
   background-image: none;
   border-radius: 4px;
}
#Button2
{
   line-height: 32px;
}
}
  body, p, h1, h2, h3, h4, h5, h6, a, span, li, td, th, input, textarea, button {
    font-family: 'Inter', sans-serif !important;
  }
  body, p, h1, h2, h3, h4, h5, h6, a, span, li, td, th, input, textarea, button {
    font-family: 'Inter', sans-serif !important;
  }
        .rss-container {
    font-family: "Segoe UI", Arial, sans-serif;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 800px;
    margin: auto;
    max-height: 400px;
    overflow-y: auto;
    box-sizing: border-box;
}
        .rss-item {
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 1px solid #ddd;
        }
        .rss-title {
            font-size: 18px;
            font-weight: bold;
            color: #d35400;
            text-decoration: none;
        }
        .rss-date {
            font-size: 13px;
            color: #888;
            margin-bottom: 5px;
            display: block;
        }
        .rss-description {
            font-size: 15px;
            color: #333;
            line-height: 1.4;
        }
        .rss-nav {
            text-align: center;
            margin-top: 20px;
        }
        .rss-nav a {
            margin: 0 10px;
            text-decoration: none;
            color: #007BFF;
            font-weight: bold;
        }
    