body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 600;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
.visibility-hidden
{
   visibility: hidden;
}
#wb_Header_Grid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('images/Header.webp');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#Header_Grid
{
   box-sizing: border-box;
   padding: 0 35px 0 35px;
   margin-right: auto;
   margin-left: auto;
}
#Header_Grid > .row
{
   margin-right: -35px;
   margin-left: -35px;
}
#Header_Grid > .row > .col-1, #Header_Grid > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 35px;
   padding-left: 35px;
   position: relative;
}
#Header_Grid > .row > .col-1, #Header_Grid > .row > .col-2
{
   float: left;
}
#Header_Grid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: center;
}
#Header_Grid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 46px 25px 25px 0;
}
#Header_Grid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 83.33333333%;
   text-align: left;
}
#Header_Grid:before,
#Header_Grid:after,
#Header_Grid .row:before,
#Header_Grid .row:after
{
   display: table;
   content: " ";
}
#Header_Grid:after,
#Header_Grid .row:after
{
   clear: both;
}
@media (max-width: 1024px)
{
#Header_Grid > .row > .col-1, #Header_Grid > .row > .col-2
{
   float: none;
   width: 100%;
}
}
#Menu_Grid
{
   display: grid;
   height: 229px;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   font-size: 0;
   grid-template-columns: 1fr;
   grid-template-rows: 229px;
   grid-template-areas:
      "item-0";
}
#Menu_Grid .item-0
{
   display: flex;
   grid-area: item-0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 192px 0 0 135px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#wb_Menu_Main
{
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   z-index: 1111 !important;
}
#Menu_Main
{
   list-style: none;
   margin: 0;
   padding: 0;
   display: flex;
   flex-wrap: wrap;
   margin: 0;
}
#Menu_Main li
{
   float: left;
   margin: 0;
   padding: 0;
   position: relative;
}
#Menu_Main li a
{
   float: left;
}
#Menu_Main li .layer, #Menu_Main-overlay .layer
{
   left: 0;
   text-align: left;
   padding: 14px 4px 14px 4px;
   position: absolute;
   top: 100%;
   border: 1px solid #4AB3E8;
   border-radius: 8px;
   background-color: #4AB3E8;
   background-image: none;
}
#Menu_Main .button, #Menu_Main-overlay .overlay-root .overlay-item, #Menu_Main-toggle, #Menu_Main-back
{
   cursor: pointer;
   color: #4AB3E8;
   background-color: #FFFFFF;
   border: 2px solid #4AB3E8;
   border-radius: 12px;
   font-family: "Josefin Sans";
   font-weight: 600;
   font-size: 19px;
   font-style: normal;
   margin: 0 85px 0px 0;
   padding: 6px 16px 6px 16px;
   position: relative;
   text-align: left;
   text-decoration: none !important;
   text-transform: none;
}
#Menu_Main .button:hover
{
   color: #1B99D6;
   background-color: #DCDCDC;
   border: 2px solid #1B99D6;
}
#Menu_Main li:last-child .button
{
   margin-right: 0;
}
#Menu_Main .arrow-down, #Menu_Main-overlay .arrow-left
{
   border-top: 4px solid #4AB3E8;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
   position: absolute;
   top: 50%;
   right: 4px;
   left: auto;
   width: 0;
   height: 0;
   transform: translate(0, -50%);
   margin-left: 0;
   vertical-align: middle;
}
#Menu_Main li a:hover .arrow-down
{
   border-top-color: #1B99D6;
}
#Menu_Main-overlay .arrow-left
{
   transform: translate(0, -50%) rotate(270deg);
   border-top: 9px solid #4AB3E8;
   border-right: 9px solid transparent;
   border-left: 9px solid transparent;
   border-bottom: 0 dotted;
   position: absolute;
   top: 50%;
   right: 14px;
   left: auto;
   width: 0;
   height: 0;
   transform: translate(0, -50%);
   margin-left: 0;
   vertical-align: middle;
}
#Menu_Main li a:hover .arrow-down
{
   border-top-color: #1B99D6;
}
.Menu_Main-icon
{
   fill: #4AB3E8;
   width: 19px;
   height: 19px;
   vertical-align: text-bottom;
}
#Menu_Main a:hover .Menu_Main-icon
{
   fill: #1B99D6;
}
#Menu_Main > .active .Menu_Main-icon
{
   fill: #2779AA;
}
#Menu_Main .menu-layer
{
   position: absolute;
   opacity: 0;
   pointer-events: none;
   will-change: opacity, transform;
}
#Menu_Main .menu-layer.is-open 
{
   opacity: 1;
   pointer-events: auto;
}
#Menu_Main .menu-layer.fade 
{
   transition: opacity 500ms ease-in;
}
#Menu_Main-toggle
{
   position: fixed;
   top: 16px;
   right: 16px;
   width: 32px;
   height: 32px;
   z-index: 7777;
   display: none;
   margin: 0;
}
#Menu_Main-back
{ 
   position: fixed;
   top: 16px;
   left: 16px;
   width: 32px;
   height: 32px;
   z-index: 1100;
   display: none;
   margin: 0;
}
#Menu_Main-back.show
{ 
   display: block !important;
}
#Menu_Main-toggle.navbar-toggle .line
{
   background-color: #4AB3E8;
}
#Menu_Main-toggle.navbar-toggle .line
{
   display: block;
   width: 19px;
   height: 3px;
   border-radius: 0px;
   transition: all 500ms linear;
}
#Menu_Main-toggle.navbar-toggle .line
{
   margin: 3px auto;
}
#Menu_Main-toggle.navbar-toggle  .line:first-child
{
   margin-top: 0px !important;
}
#Menu_Main-toggle.navbar-toggle  .line:last-child
{
   margin-bottom: 0px !important;
}
@media (max-width: 768px)
{
#Menu_Main-toggle
{ 
   display: block;
   padding: 0;
}
#Menu_Main
{
   display: none;
}
#Menu_Main-back .arrow
{
   border-top: 9px solid #4AB3E8;
   border-right: 9px solid transparent;
   border-left: 9px solid transparent;
   border-bottom: 0 dotted;
   position: absolute;
   top: 50%;
   right: 0px;
   left: 50%;
   width: 0;
   height: 0;
   transform: translate(-50%, -50%) rotate(90deg);
   margin-left: 0;
   vertical-align: middle;
}
#Menu_Main li a:hover .arrow-down
{
   border-top-color: #1B99D6;
}
#Menu_Main-overlay
{ 
   position: fixed;
   inset: 0;
   background: #4AB3E8;
   z-index: 1101;
   display: grid;
   grid-template-rows: auto 1fr;
   opacity: 0;
   pointer-events: none;
   transition: opacity 220ms ease;
   margin-top: 64px;
}
#Menu_Main-overlay.is-open
{
   opacity: 1;
   pointer-events: auto;
}
#Menu_Main-overlay .overlay-body
{
   overflow: hidden;
}
#Menu_Main-overlay .overlay-root, #Menu_Main-overlay .overlay-detail
{
   position: absolute;
   inset: 0;
   overflow-y: auto;
   -webkit-overflow-scrolling: touch;
   padding: 16px;
}
#Menu_Main-overlay .overlay-root
{
   transform: translateX(0%);
   transition: transform 260ms ease;
}
#Menu_Main-overlay .overlay-detail
{ 
   transform: translateX(100%); 
   transition: transform 260ms ease; 
}
#Menu_Main-overlay.show-detail .overlay-root 
{
   transform: translateX(-100%);
}
#Menu_Main-overlay.show-detail .overlay-detail
{ 
   transform: translateX(0%); 
}
#Menu_Main-overlay .overlay-root .overlay-item
{
   display: flex;
   align-items: center;
   width: 100%;
   padding: 12px 14px;
   margin: 0 0 8px 0;
   text-align: left;
}
#Menu_Main-overlay .overlay-root .overlay-item .overlay-label
{
   flex: 1; 
}
#Menu_Main-overlay .layer
{
   position: static !important;
   width: auto !important;
   height: auto !important;
   max-height: none !important;
   pointer-events: auto !important;
   opacity: 1 !important;
}
body.menu-lock { overflow: hidden; }
}
#LabSol_Grid
{
   display: grid;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   font-size: 0;
   grid-row-gap: 2px;
   grid-template-columns: 1fr 1fr;
   grid-template-rows: auto auto auto auto auto;
   grid-template-areas:
      "item-1 item-0"
      "item-2 item-0"
      "item-3 item-0"
      "item-4 item-0"
      "item-5 item-0";
}
#LabSol_Grid .item-1
{
   display: flex;
   grid-area: item-1;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 8px 0 8px 12px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#LabSol_Grid .item-0
{
   display: flex;
   grid-area: item-0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: flex-start;
}
#LabSol_Grid .item-2
{
   display: flex;
   grid-area: item-2;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 8px 0 8px 12px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#LabSol_Grid .item-3
{
   display: flex;
   grid-area: item-3;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 8px 0 8px 12px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#LabSol_Grid .item-4
{
   display: flex;
   grid-area: item-4;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 8px 0 8px 12px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#LabSol_Grid .item-5
{
   display: flex;
   grid-area: item-5;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 8px 0 8px 12px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#wb_Image_KW_LS
{
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   vertical-align: top;
}
#Image_KW_LS
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 110px;
   height: auto;
}
#B_TC
{
   border: 2px solid #FFFFFF;
   border-radius: 6px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Tahoma;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   -webkit-appearance: none;
   margin: 0;
}
#B_TC:focus
{
   outline: 0;
}
#B_2
{
   border: 2px solid #FFFFFF;
   border-radius: 6px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Tahoma;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   -webkit-appearance: none;
   margin: 0;
}
#B_2:focus
{
   outline: 0;
}
#B_3
{
   border: 2px solid #FFFFFF;
   border-radius: 6px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Tahoma;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   -webkit-appearance: none;
   margin: 0;
}
#B_3:focus
{
   outline: 0;
}
#B_4
{
   border: 2px solid #FFFFFF;
   border-radius: 6px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Tahoma;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   -webkit-appearance: none;
   margin: 0;
}
#B_4:focus
{
   outline: 0;
}
#B_5
{
   border: 2px solid #FFFFFF;
   border-radius: 6px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Tahoma;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   -webkit-appearance: none;
   margin: 0;
}
#B_5:focus
{
   outline: 0;
}
#Home_Grid
{
   display: grid;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   font-size: 0;
   grid-row-gap: 18px;
   grid-template-columns: 1fr;
   grid-template-rows: auto auto;
   grid-template-areas:
      "item-0"
      "item-1";
}
#Home_Grid .item-0
{
   display: flex;
   grid-area: item-0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#Home_Grid .item-1
{
   display: flex;
   grid-area: item-1;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#B_En
{
   box-sizing: border-box;
   line-height: 21px;
   text-decoration: none;
   vertical-align: top;
   border: 2px solid #FFFFFF;
   border-radius: 6px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Tahoma;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   -webkit-appearance: none;
   margin: 0;
}
#B_En:focus
{
   outline: 0;
}
#B_Ar
{
   border: 2px solid #FFFFFF;
   border-radius: 6px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Tahoma;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   -webkit-appearance: none;
   margin: 0;
}
#B_Ar:focus
{
   outline: 0;
}
#wb_footer8Icon1
{
   background-color: #EDEFEB;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 50%;
   text-align: center;
   margin: 4px 4px 4px 4px;
   padding: 8px 8px 8px 8px;
   vertical-align: top;
}
#footer8Icon1
{
   height: 24px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footer8Icon1 i
{
   color: #696969;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_footer8Icon1:hover #footer8Icon1 i
{
   color: #212529;
}
#wb_footer8Icon2
{
   background-color: #EDEFEB;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 50%;
   text-align: center;
   margin: 4px 4px 4px 4px;
   padding: 8px 8px 8px 8px;
   vertical-align: top;
}
#footer8Icon2
{
   height: 24px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footer8Icon2 i
{
   color: #696969;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_footer8Icon2:hover #footer8Icon2 i
{
   color: #212529;
}
#wb_footer8Icon3
{
   background-color: #EDEFEB;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 50%;
   text-align: center;
   margin: 4px 4px 4px 4px;
   padding: 8px 8px 8px 8px;
   vertical-align: top;
}
#footer8Icon3
{
   height: 24px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footer8Icon3 i
{
   color: #696969;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_footer8Icon3:hover #footer8Icon3 i
{
   color: #212529;
}
#wb_footer8Icon4
{
   background-color: #EDEFEB;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 50%;
   text-align: center;
   margin: 4px 4px 4px 4px;
   padding: 8px 8px 8px 8px;
   vertical-align: top;
}
#footer8Icon4
{
   height: 24px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footer8Icon4 i
{
   color: #696969;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_footer8Icon4:hover #footer8Icon4 i
{
   color: #212529;
}
#wb_footer8Heading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0 0 15px 0 ;
   padding: 0;
   text-align: left;
}
#footer8Heading
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 600;
   font-style: normal;
   font-size: 27px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#SiteSearch1
{
   line-height: 23px;
   margin: 0;
   border: 2px solid #DEE2E6;
   border-radius: 8px;
   background-color: #FFFFFF;
   background-image: none;
   color: #212529;
   font-family: "Open Sans";
   font-weight: 600;
   font-style: normal;
   font-size: 16px;
   text-align: left;
   padding: 6px 12px 6px 12px;
}
#SiteSearch1:focus
{
   outline: 0;
}
#Button1
{
   border: 2px solid #49B2E6;
   border-radius: 8px;
   background-color: #FFFFFF;
   background-image: none;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: 600;
   font-style: normal;
   font-size: 13px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#Button1:focus
{
   outline: 0;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 8px 15px 8px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2, #LayoutGrid1 > .row > .col-3, #LayoutGrid1 > .row > .col-4
{
   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, #LayoutGrid1 > .row > .col-3, #LayoutGrid1 > .row > .col-4
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#LayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid1 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 70px 0 0 0;
}
#LayoutGrid1 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 41.66666667%;
   text-align: left;
}
#LayoutGrid1 > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   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: 768px)
{
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2, #LayoutGrid1 > .row > .col-3, #LayoutGrid1 > .row > .col-4
{
   float: none;
   width: 100% !important;
}
}
#Gallery_Index
{
   align-items: center;
   display: flex;
   justify-content: center;
   height: 100%;
   overflow: hidden;
   transform: skew(5deg);
}
#Gallery_Index .panel
{
   flex: 1;
   height: 100%;
   position: relative;
   transition: all 800ms ease-in-out;
}
#Gallery_Index .panel .panel-title
{
   background: rgba(30,144,255,0.50);
   bottom: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 600;
   font-size: 13px;
   left: 0;
   min-width: 100%;
   padding: 10px 10px;
   position: absolute;
   transform: rotate(-90deg);
   transform-origin: 0% 0%;
   transition: all 400ms ease-in-out;
   text-align: center;
   white-space: nowrap;
}
#Gallery_Index .panel:hover
{
   flex-grow: 10;
}
#Gallery_Index .panel:hover img
{
   filter: none;
}
#Gallery_Index .panel:hover .panel-title
{
   background: rgba(0,0,0,0.50);
   color: #FFFFFF;
   font-size: 19px;
   padding: 10px 10px;
   text-align: center;
   transform: rotate(0deg) skew(-5deg);
}
#Gallery_Index .panel img
{
   filter: grayscale(100%);
   height: 100%;
   object-fit: cover;
   transition: all 800ms ease-in-out;
   width: 100%;
}
#Gallery_Index .panel:not(:nth-child(3))
{
   margin-right: 10px;
}
#wb_Gallery_Index{
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_Text_Index1 
{
   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: left;
   animation: filter-blur-in 800ms ease-in 30ms 1 normal forwards;
}
#wb_Text_Index1
{
   color: #45A6D8;
   font-family: Tahoma;
   font-weight: bold;
   font-size: 24px;
   line-height: 29px;
}
#wb_Text_Index1 p, #wb_Text_Index1 ul
{
   margin: 0;
   padding: 0;
}
#IndexGrid1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#IndexGrid1-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1300px;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   font-size: 0;
   grid-template-columns: 38% 62%;
   grid-template-rows: auto;
   grid-template-areas:
      "item-0 item-1";
}
#IndexGrid1 .item-0
{
   display: flex;
   grid-area: item-0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0 0 0 35px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#IndexGrid1 .item-1
{
   display: flex;
   grid-area: item-1;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#wb_IndexCard_Custom
{
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   vertical-align: top;
}
#IndexCard_Custom
{
   border: 8px solid #45A6D8;
   border-radius: 18px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 380px;
   height: auto;
}
#wb_IndexCard_FollowUp
{
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   vertical-align: top;
}
#IndexCard_FollowUp
{
   border: 8px solid #45A6D8;
   border-radius: 18px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 380px;
   height: auto;
}
#wb_Image2
{
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   vertical-align: top;
}
#Image2
{
   border: 8px solid #45A6D8;
   border-radius: 18px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 380px;
   height: auto;
}
#IndexGrid2
{
   display: grid;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   font-size: 0;
   grid-template-columns: 1fr;
   grid-template-rows: 180px;
   grid-template-areas:
      ".";
}
#IndexGrid3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#IndexGrid3-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1300px;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   font-size: 0;
   grid-template-columns: 1fr 1fr 1fr;
   grid-template-rows: 650px;
   grid-template-areas:
      "item-0 item-1 item-2";
}
#IndexGrid3 .item-0
{
   display: flex;
   grid-area: item-0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#IndexGrid3 .item-1
{
   display: flex;
   grid-area: item-1;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#IndexGrid3 .item-2
{
   display: flex;
   grid-area: item-2;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#IndexGrid4
{
   display: grid;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   font-size: 0;
   grid-template-columns: 1fr;
   grid-template-rows: 240px;
   grid-template-areas:
      ".";
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0 0 15px 0 ;
   padding: 0;
   text-align: left;
}
#Heading1
{
   color: #FFFFFF;
   font-family: "Akatab";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0 0 15px 0 ;
   padding: 0;
   text-align: left;
}
#Heading2
{
   color: #FFFFFF;
   font-family: "Akatab";
   font-weight: 600;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Image_logoHeader
{
   margin: 0;
   vertical-align: top;
}
#Image_logoHeader
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 157px;
   height: 141px;
   vertical-align: top;
}
#Image_logoHeader:hover
{
   transform: rotate(0deg) scale(1.05,1.05) ;
   transition: transform 200ms linear 0ms;
}
#wb_Image_logoFooter
{
   vertical-align: top;
}
#Image_logoFooter
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Image_logoFooter:hover
{
   transform: rotate(0deg) scale(1.05,1.05) ;
   transition: transform 200ms linear 0ms;
}
#Footer_Grid
{
   background-color: transparent;
   background-image: url('images/Footer.webp');
   background-repeat: no-repeat;
   background-position: left top;
   background-size: cover;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
