body {
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-size: 16px;
   font-weight: normal;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
* {
   scrollbar-color: rgba(220,20,65,1.00) rgba(255,255,255,1.00);
   scrollbar-width: thin;
}
::-webkit-scrollbar {
   width: 15px;
}
::-webkit-scrollbar-track {
   background: rgba(255,255,255,1.00);
}
::-webkit-scrollbar-thumb {
   background-color: rgba(220,20,65,1.00);
}
::-webkit-scrollbar-corner {
   background: rgba(255,255,255,1.00);
}
#wb_LayoutGrid1 {
   background-color: #DC1441;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#LayoutGrid1 {
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   margin-left: auto;
   margin-right: auto;
   padding: 5px 0 5px 0;
}
#LayoutGrid1 > .col-1,
#LayoutGrid1 > .col-2 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 5px;
   padding-right: 5px;
   position: relative;
}
#LayoutGrid1 > .col-1,
#LayoutGrid1 > .col-2 {
   flex: 0 0 auto;
}
#LayoutGrid1 > .col-1 {
   align-content: center;
   align-items: center;
   align-self: stretch;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: calc((100% - 100px) * 11 / 11);
   flex-wrap: wrap;
   justify-content: flex-start;
   max-width: calc((100% - 100px) * 11 / 11);
   text-align: left;
}
#LayoutGrid1 > .col-2 {
   align-content: center;
   align-items: center;
   align-self: stretch;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 100px;
   flex-wrap: wrap;
   justify-content: flex-end;
   max-width: 100px;
   text-align: right;
}
@media (max-width: 64px) {
#LayoutGrid1 > .col-1,
#LayoutGrid1 > .col-2 {
   flex-basis: 100%  !important;
   max-width: 100%  !important;
}
}
#wb_Header {
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#Header {
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   margin-left: auto;
   margin-right: auto;
   padding: 12px 0 11px 0;
}
#Header > .col-1,
#Header > .col-2 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 18px;
   padding-right: 18px;
   position: relative;
}
#Header > .col-1,
#Header > .col-2 {
   flex: 0 0 auto;
}
#Header > .col-1 {
   align-content: center;
   align-items: center;
   align-self: stretch;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: calc((100% - 200px) * 10 / 10);
   flex-wrap: wrap;
   justify-content: flex-start;
   max-width: calc((100% - 200px) * 10 / 10);
   text-align: left;
}
#Header > .col-2 {
   align-content: center;
   align-items: center;
   align-self: stretch;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 200px;
   flex-wrap: wrap;
   justify-content: flex-start;
   max-width: 200px;
   text-align: left;
}
@media (max-width: 870px) {
#Header > .col-1,
#Header > .col-2 {
   flex-basis: 100%  !important;
   max-width: 100%  !important;
}
}
.ThemeableMenu2 .nav {
   color: #101820;
   font-family: "Livvic";
   font-size: 16px;
   font-style: normal;
   font-weight: 500;
   text-align: left;
   text-transform: uppercase;
}
#ThemeableMenu2,
.ThemeableMenu2 .nav,
.ThemeableMenu2 * {
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
   margin: 0;
   padding: 0;
}
.ThemeableMenu2 .nav:before,
.ThemeableMenu2 .nav:after {
   content: " ";
   display: table;
}
.ThemeableMenu2 .nav:after {
   clear: both;
}
.ThemeableMenu2 .nav a {
   text-decoration: none;
}
.ThemeableMenu2 .nav ul {
   margin-bottom: 0;
   margin-top: 0;
}
.ThemeableMenu2 .nav ul ul {
   margin-bottom: 0;
}
.ThemeableMenu2 .container {
   margin-left: auto;
   margin-right: auto;
   padding: 0;
}
.ThemeableMenu2 .container:before,
.ThemeableMenu2 .container:after {
   content: " ";
   display: table;
}
.ThemeableMenu2 .container:after {
   clear: both;
}
.ThemeableMenu2 .collapse {
   display: none;
}
.ThemeableMenu2 .collapse.show {
   display: block;
}
.ThemeableMenu2 .collapsing {
   height: 0;
   overflow: hidden;
   position: relative;
   transition: height .35s ease;
}
.ThemeableMenu2 .arrow,
.ThemeableMenu2 .arrow-right {
   border-bottom: 0 dotted;
   border-left: 4px solid transparent;
   border-right: 4px solid transparent;
   border-top: 4px solid #000;
   display: inline-block;
   height: 0;
   margin-left: 4px;
   vertical-align: middle;
   width: 0;
}
.ThemeableMenu2 .dropdown {
   position: relative;
}
.ThemeableMenu2 .dropdown-toggle:focus {
   outline: 0;
}
.ThemeableMenu2 .dropdown-menu {
   background-clip: padding-box;
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(245,245,245,1.00);
   border-radius: 3px;
   display: none;
   float: left;
   font-size: 16px;
   left: 0;
   list-style: none;
   margin: 2px 0 0;
   min-width: 160px;
   padding: 5px 0;
   position: absolute;
   top: 100%;
   z-index: 1000;
}
.ThemeableMenu2 .dropdown-menu .divider {
   background-color: #F5F5F5;
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
}
.ThemeableMenu2 .dropdown-menu > li > a {
   clear: both;
   color: #101820;
   display: block;
   line-height: 1.428571429;
   padding: 3px 20px 3px 20px;
   text-transform: none;
   white-space: nowrap;
}
.ThemeableMenu2 .dropdown-menu > li > a:hover,
.ThemeableMenu2 .dropdown-menu > li > a:focus {
   background-color: transparent;
   background-image: none;
   color: #DC1441;
   text-decoration: none;
}
.ThemeableMenu2 .dropdown-menu > li > a.active,
.ThemeableMenu2 .dropdown-menu > li > a.active:hover,
.ThemeableMenu2 .dropdown-menu > li > a.active:focus {
   background-color: transparent;
   background-image: none;
   color: #DC1441;
   outline: 0;
   text-decoration: none;
}
.ThemeableMenu2 .show > .dropdown-menu {
   display: block;
}
.ThemeableMenu2 .show > a {
   outline: 0;
}
.ThemeableMenu2 .dropdown-header {
   color: #aeaeae;
   display: block;
   line-height: 1.428571429;
   padding: 3px 20px;
}
.ThemeableMenu2 .dropdown-backdrop {
   bottom: 0;
   left: 0;
   position: fixed;
   right: 0;
   top: 0;
   z-index: 990;
}
.ThemeableMenu2 .dropdown.show .dropdown-menu {
   animation-duration: 500ms;
   animation-fill-mode: forwards;
   animation-iteration-count: 1;
   animation-name: ThemeableMenu2-animation;
   animation-timing-function: ease-in-out;
}
@keyframes ThemeableMenu2-animation {
0% {
   opacity: 0;
   transform: translateY(-10px);
}
100% {
   opacity: 1;
   transform: translateY(0);
}
}
.ThemeableMenu2 .nav > li {
   display: block;
   position: relative;
}
.ThemeableMenu2 .nav > li > a {
   display: block;
   padding: 10px 15px 10px 15px;
   position: relative;
}
.ThemeableMenu2 .nav .show > a,
.ThemeableMenu2 .nav .show > a:hover,
.ThemeableMenu2 .nav .show > a:focus {
   border-color: #F5F5F5;
}
.ThemeableMenu2 .nav .nav-divider {
   background-color: #F5F5F5;
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
}
.ThemeableMenu2 .nav .arrow {
   border-bottom-color: #F5F5F5;
   border-top-color: #F5F5F5;
}
.ThemeableMenu2 {
   position: relative;
}
.ThemeableMenu2:before,
.ThemeableMenu2:after {
   content: " ";
   display: table;
}
.ThemeableMenu2:after {
   clear: both;
}
.ThemeableMenu2 .navbar-header:before,
.ThemeableMenu2 .navbar-header:after {
   content: " ";
   display: table;
}
.ThemeableMenu2 .navbar-header:after {
   clear: both;
}
.ThemeableMenu2-navbar-collapse {
   -webkit-overflow-scrolling: touch;
   overflow-x: visible;
}
.ThemeableMenu2-navbar-collapse:before,
.ThemeableMenu2-navbar-collapse:after {
   content: " ";
   display: table;
}
.ThemeableMenu2-navbar-collapse:after {
   clear: both;
}
.ThemeableMenu2-navbar-collapse.show {
   overflow-y: auto;
}
.ThemeableMenu2 .navbar-toggle {
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 3px;
   float: right;
   height: 44px;
   padding: 10px 15px 10px 15px;
   position: relative;
   width: 54px;
}
.ThemeableMenu2 .navbar-toggle .line {
   background-color: #DC1441;
}
.ThemeableMenu2 .navbar-toggle .line {
   border-radius: 0px;
   border-radius: 2px;
   display: block;
   height: 4px;
   transition: all 500ms linear;
   width: 24px;
}
.ThemeableMenu2 .navbar-toggle .line {
   margin: 4px auto;
}
.ThemeableMenu2 .navbar-toggle .line:first-child {
   margin-top: 0px  !important;
}
.ThemeableMenu2 .navbar-toggle .line:last-child {
   margin-bottom: 0px  !important;
}
#ThemeableMenu2 .navbar-toggle[aria-expanded=true] .line:nth-child(1) {
   transform: translateY(8px) rotate(45deg);
}
#ThemeableMenu2 .navbar-toggle[aria-expanded=true] .line:nth-child(2) {
   opacity: 0;
}
#ThemeableMenu2 .navbar-toggle[aria-expanded=true] .line:nth-child(3) {
   transform: translateY(-8px) rotate(-45deg);
}
.ThemeableMenu2 .navbar-nav {
   margin: 6px -15px;
}
.ThemeableMenu2 .navbar-nav > li > .dropdown-menu {
   margin-top: 0;
}
.ThemeableMenu2 .navbar-nav > li > a {
   color: #101820;
}
.ThemeableMenu2 .navbar-nav > li > a:hover,
.ThemeableMenu2 .navbar-nav > li > a:focus {
   background-color: transparent;
   background-image: none;
   color: #DC1441;
   text-decoration: none;
}
.ThemeableMenu2 .navbar-nav > li > a.active,
.ThemeableMenu2 .navbar-nav > li > a.active:hover,
.ThemeableMenu2 .navbar-nav > li > a.active:focus {
   background-color: transparent;
   background-image: none;
   color: #DC1441;
}
.ThemeableMenu2 .navbar-toggle {
   border: 1px solid transparent;
}
.ThemeableMenu2 .navbar-toggle:hover,
.ThemeableMenu2 .navbar-toggle:focus {
   background-color: transparent;
}
.ThemeableMenu2-navbar-collapse {
   border-color: rgba(245,245,245,1.00);
}
.ThemeableMenu2 .navbar-nav > .dropdown > a:hover .arrow,
.ThemeableMenu2 .navbar-nav > .dropdown > a:focus .arrow {
   border-bottom-color: #DC1441;
   border-top-color: #DC1441;
}
.ThemeableMenu2 .navbar-nav > .show > a,
.ThemeableMenu2 .navbar-nav > .show > a:hover,
.ThemeableMenu2 .navbar-nav > .show > a:focus {
   background-color: transparent;
   background-image: none;
   color: #DC1441;
}
.ThemeableMenu2 .navbar-nav > .show > a .arrow,
.ThemeableMenu2 .navbar-nav > .show > a:hover .arrow,
.ThemeableMenu2 .navbar-nav > .show > a:focus .arrow {
   border-bottom-color: #DC1441;
   border-top-color: #DC1441;
}
.ThemeableMenu2 .navbar-nav > .dropdown > a .arrow {
   border-bottom-color: #101820;
   border-top-color: #101820;
}
.ThemeableMenu2 .navbar-link {
   color: #101820;
}
.ThemeableMenu2 .navbar-link:hover {
   color: #DC1441;
}
.ThemeableMenu2 .navbar-header {
   color: #DC1441;
}
@media (min-width: 870px) {
.ThemeableMenu2 .navbar-right .dropdown-menu {
   left: auto;
   right: 0;
}
.ThemeableMenu2 .navbar-header {
   float: left;
}
.ThemeableMenu2-navbar-collapse {
   border-top: 0;
   box-shadow: none;
   width: auto;
}
.ThemeableMenu2-navbar-collapse.collapse {
   display: block !important;
   height: auto !important;
   overflow: visible !important;
   padding-bottom: 0;
}
.ThemeableMenu2-navbar-collapse.show {
   overflow-y: auto;
}
.ThemeableMenu2 .navbar-toggle {
   display: none;
}
.ThemeableMenu2 .navbar-nav {
   float: right;
   margin: 0;
}
.ThemeableMenu2 .navbar-nav > li {
   float: left;
}
.ThemeableMenu2 .container > .navbar-header,
.ThemeableMenu2 .container > .ThemeableMenu2-navbar-collapse {
   margin-left: 0;
   margin-right: 0;
}
.ThemeableMenu2 .navbar-nav > .dropdown > a:hover .arrow,
.ThemeableMenu2 .navbar-nav > .dropdown > a:focus .arrow {
   border-bottom-color: #4F4F4F;
   border-top-color: #4F4F4F;
}
}
@media (max-width: 870px) {
.ThemeableMenu2 {
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(245,245,245,0.00);
}
.ThemeableMenu2 .navbar-nav {
   background-color: transparent;
   background-image: none;
   margin: 0;
}
.ThemeableMenu2 .navbar-nav .show .dropdown-menu {
   background-color: transparent;
   border: 0;
   box-shadow: none;
   float: none;
   margin-top: 0;
   position: static  !important;
   transform: translate3d(0px, 0px, 0px)  !important;
   width: auto;
}
.ThemeableMenu2 .navbar-nav .show .dropdown-menu > li > a,
.ThemeableMenu2 .navbar-nav .show .dropdown-menu .dropdown-header {
   padding: 5px 15px 5px 15px;
}
.ThemeableMenu2 .navbar-nav .show .dropdown-menu > li > a {
   line-height: 20px;
}
}
@media (min-width: 870px) {
.ThemeableMenu2 {
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(245,245,245,0.00);
   border-radius: 3px;
}
.ThemeableMenu2 .navbar-nav > li > a {
   color: #DC1441;
}
.ThemeableMenu2 .navbar-nav > li > a:hover,
.ThemeableMenu2 .navbar-nav > li > a:focus {
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
}
.ThemeableMenu2 .navbar-nav > li > a.active,
.ThemeableMenu2 .navbar-nav > li > a.active:hover,
.ThemeableMenu2 .navbar-nav > li > a.active:focus {
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
}
.ThemeableMenu2 .navbar-nav > .show > a,
.ThemeableMenu2 .navbar-nav > .show > a:hover,
.ThemeableMenu2 .navbar-nav > .show > a:focus {
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
}
.ThemeableMenu2 .navbar-nav > .dropdown > a:hover .arrow {
   border-bottom-color: #4F4F4F;
   border-top-color: #4F4F4F;
}
.ThemeableMenu2 .navbar-nav > .dropdown > a .arrow {
   border-bottom-color: #DC1441;
   border-top-color: #DC1441;
}
.ThemeableMenu2 .navbar-nav > li > a.active > .arrow,
.ThemeableMenu2 .navbar-nav > li > a.active:hover > .arrow,
.ThemeableMenu2 .navbar-nav > li > a.active:focus > .arrow {
   border-bottom-color: #4F4F4F;
   border-top-color: #4F4F4F;
}
.ThemeableMenu2 .navbar-nav > .show > a .arrow,
.ThemeableMenu2 .navbar-nav > .show > a:hover .arrow,
.ThemeableMenu2 .navbar-nav > .show > a:focus .arrow {
   border-bottom-color: #4F4F4F;
   border-top-color: #4F4F4F;
}
.ThemeableMenu2 .navbar-link {
   color: #DC1441;
}
.ThemeableMenu2 .navbar-link:hover {
   color: #fff;
}
}
.ThemeableMenu2 .navbar-nav > li:first-child > a {
   border-bottom-left-radius: 3px;
   border-top-left-radius: 3px;
}
.ThemeableMenu2 .dropdown-menu > li:last-child > a {
   border-bottom-left-radius: 3px;
   border-bottom-right-radius: 3px;
}
#ThemeableMenu2-logo {
   float: left;
}
#ThemeableMenu2-logo img {
   border-width: 0;
   height: auto;
   max-width: 100%;
}
#ThemeableMenu2 i {
   font-size: 16px;
   left: 0;
   margin-right: 4px;
   position: relative;
   top: 0;
   width: 16px;
}
#wb_ThemeableMenu2 {
   z-index: 1111  !important;
}
#Label3 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   box-sizing: border-box;
   color: #000000;
   font-family: "Livvic";
   font-size: 12px;
   font-style: normal;
   font-weight: 700;
   margin: 0;
   padding: 4px 4px 4px 5px;
   text-align: left;
   vertical-align: top;
}
#Label3:focus {
   outline: 0;
}
#wb_indexLayoutGrid1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#indexLayoutGrid1 {
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   margin-left: auto;
   margin-right: auto;
   padding: 130px 0 30px 0;
}
#indexLayoutGrid1 > .col-1,
#indexLayoutGrid1 > .col-2 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 25px;
   padding-right: 25px;
   position: relative;
}
#indexLayoutGrid1 > .col-1,
#indexLayoutGrid1 > .col-2 {
   flex: 0 0 auto;
}
#indexLayoutGrid1 > .col-1 {
   align-content: flex-start;
   align-items: flex-start;
   align-self: stretch;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 58.33333333%;
   flex-wrap: wrap;
   justify-content: flex-start;
   max-width: 58.33333333%;
   text-align: left;
}
#indexLayoutGrid1 > .col-2 {
   align-content: center;
   align-items: center;
   align-self: stretch;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 41.66666667%;
   flex-wrap: wrap;
   justify-content: flex-start;
   max-width: 41.66666667%;
   text-align: left;
}
@media (max-width: 768px) {
#indexLayoutGrid1 > .col-1,
#indexLayoutGrid1 > .col-2 {
   flex-basis: 100%  !important;
   max-width: 100%  !important;
}
}
#wb_indexText1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 14px 0 10px 0;
   padding: 0;
   text-align: left;
}
#wb_indexText1 {
   color: #000000;
   font-family: Livvic;
   font-size: 24px;
   font-weight: normal;
}
#wb_indexText1 div {
   text-align: left;
}
#wb_indexText1 {
   box-sizing: border-box;
   display: block;
   margin: 14px 0 10px 0;
   width: 100%;
}
#wb_aboutLayoutGrid1 {
   background-attachment: scroll;
   background-color: transparent;
   background-image: url('../images/awerd-5-bg.jpg');
   background-position: center center;
   background-repeat: repeat;
   background-size: cover;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   height: 40vh;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#aboutLayoutGrid1 {
   box-sizing: border-box;
   height: 40vh;
   margin-left: auto;
   margin-right: auto;
   padding: 0 15px 0 15px;
}
#aboutLayoutGrid1 > .row {
   margin-left: -15px;
   margin-right: -15px;
}
#aboutLayoutGrid1 > .row > .col-1 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 15px;
   padding-right: 15px;
   position: relative;
}
#aboutLayoutGrid1 > .row > .col-1 {
   float: left;
}
#aboutLayoutGrid1 > .row > .col-1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
   width: 100%;
}
#aboutLayoutGrid1:before,
#aboutLayoutGrid1:after,
#aboutLayoutGrid1 .row:before,
#aboutLayoutGrid1 .row:after {
   content: " ";
   display: table;
}
#aboutLayoutGrid1:after,
#aboutLayoutGrid1 .row:after {
   clear: both;
}
@media (max-width: 480px) {
#aboutLayoutGrid1 > .row > .col-1 {
   float: none;
   width: 100%  !important;
}
}
#wb_indexHeading1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 5px 0 5px 0;
   padding: 0;
   text-align: left;
   vertical-align: top;
}
#indexHeading1 {
   color: #000000;
   font-family: "Livvic";
   font-size: 43px;
   font-style: normal;
   font-weight: 700;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#indexFlexContainer1 {
   align-content: flex-start;
   align-items: center;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   font-size: 0;
   justify-content: flex-start;
   margin: 0;
   padding: 5px 10px 5px 0;
   position: relative;
   width: 100%;
}
#indexShape1 {
   border-width: 0;
   vertical-align: top;
}
#wb_indexShape1 {
   align-self: auto;
   flex-grow: 0;
   flex-shrink: 0;
   margin: 0;
   vertical-align: top;
}
#wb_indexText3 {
   align-self: auto;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   margin: 0;
   padding: 0 0 0 8px;
   text-align: left;
}
#wb_indexText3 {
   color: #000000;
   font-family: Jedira;
   font-size: 24px;
   font-weight: normal;
}
#wb_indexText3 div {
   text-align: left;
}
#wb_indexLayoutGrid4 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#indexLayoutGrid4 {
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   margin-left: auto;
   margin-right: auto;
   padding: 70px 0 75px 0;
}
#indexLayoutGrid4 > .col-1,
#indexLayoutGrid4 > .col-2,
#indexLayoutGrid4 > .col-3 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 25px;
   padding-right: 25px;
   position: relative;
}
#indexLayoutGrid4 > .col-1,
#indexLayoutGrid4 > .col-2,
#indexLayoutGrid4 > .col-3 {
   flex: 0 0 auto;
}
#indexLayoutGrid4 > .col-1 {
   align-content: center;
   align-items: center;
   align-self: stretch;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 41.66666667%;
   flex-wrap: wrap;
   justify-content: flex-start;
   max-width: 41.66666667%;
   text-align: left;
}
#indexLayoutGrid4 > .col-2 {
   align-content: center;
   align-items: center;
   align-self: stretch;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 50%;
   flex-wrap: wrap;
   justify-content: flex-start;
   max-width: 50%;
   text-align: left;
}
#indexLayoutGrid4 > .col-3 {
   align-content: flex-start;
   align-items: flex-start;
   align-self: stretch;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 8.33333333%;
   flex-wrap: wrap;
   justify-content: flex-start;
   max-width: 8.33333333%;
   text-align: left;
}
@media (max-width: 768px) {
#indexLayoutGrid4 > .col-1,
#indexLayoutGrid4 > .col-2,
#indexLayoutGrid4 > .col-3 {
   flex-basis: 100%  !important;
   max-width: 100%  !important;
}
}
#wb_indexText4 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0 0 5px 0;
   padding: 0;
   text-align: left;
}
#wb_indexText4 {
   color: #000000;
   font-family: "Livvic";
   font-size: 24px;
   font-weight: 600;
}
#wb_indexText4 div {
   text-align: left;
}
#wb_indexText4 {
   box-sizing: border-box;
   display: block;
   margin: 0 0 5px 0;
   width: 100%;
}
#wb_indexText5 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexText5 {
   color: #4F4F4F;
   font-family: Livvic;
   font-size: 20px;
   font-weight: normal;
}
#wb_indexText5 div {
   text-align: left;
}
#wb_indexText5 {
   box-sizing: border-box;
   display: block;
   margin: 0;
   width: 100%;
}
#wb_indexLayoutGrid5 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#indexLayoutGrid5 {
   box-sizing: border-box;
   margin-left: auto;
   margin-right: auto;
   padding: 0;
}
#indexLayoutGrid5 > .row {
   margin-left: 0;
   margin-right: 0;
}
#indexLayoutGrid5 > .row > .col-1 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 0px;
   padding-right: 0px;
   position: relative;
}
#indexLayoutGrid5 > .row > .col-1 {
   float: left;
}
#indexLayoutGrid5 > .row > .col-1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
   width: 100%;
}
#indexLayoutGrid5:before,
#indexLayoutGrid5:after,
#indexLayoutGrid5 .row:before,
#indexLayoutGrid5 .row:after {
   content: " ";
   display: table;
}
#indexLayoutGrid5:after,
#indexLayoutGrid5 .row:after {
   clear: both;
}
@media (max-width: 480px) {
#indexLayoutGrid5 > .row > .col-1 {
   float: none;
   width: 100%  !important;
}
}
#wb_indexImage1 {
   margin: 0;
   vertical-align: top;
}
#indexImage1 {
   border: 0px solid #000000;
   border-radius: 15px;
   box-sizing: border-box;
   display: block;
   height: auto;
   margin-left: auto;
   margin-right: auto;
   max-width: 1000px;
   padding: 0;
   vertical-align: top;
   width: 100%;
}
#indexThemeableButton1 {
   cursor: pointer;
   display: inline-block;
   font-family: "Livvic";
   font-size: 16px;
   font-style: normal;
   font-weight: 600;
   overflow: visible;
   position: relative;
   text-decoration: none;
   user-select: none;
   vertical-align: middle;
}
#wb_indexThemeableButton1 {
   border-radius: 30px;
   box-shadow: 0px 0px 20px rgba(0,0,0,0.09);
   margin: 30px 0 10px 0;
   vertical-align: top;
}
#indexThemeableButton1 {
   box-sizing: border-box;
   padding: 0 0 1px 0;
   text-align: center;
}
#wb_indexThemeableButton1 .ui-button {
   align-items: center;
   display: flex;
   justify-content: center;
   margin: 0;
}
#indexThemeableButton1 {
   color: inherit;
}
#wb_indexThemeableButton1 .ui-secondary {
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23DC1441%22%20viewBox%3d%220%200%2084%2084%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M20%2042%20C20%2041%2c%2020%2041%2c%2021%2040%20C21%2039%2c%2022%2039%2c%2023%2039%20L53%2039%20L42%2029%20C41%2028%2c%2041%2027%2c%2041%2026%20C41%2024%2c%2042%2024%2c%2044%2023%20C45%2023%2c%2046%2023%2c%2047%2024%20L63%2040%20C63%2041%2c%2064%2041%2c%2064%2042%20C64%2043%2c%2063%2044%2c%2063%2045%20L47%2060%20C46%2061%2c%2045%2061%2c%2044%2061%20C43%2061%2c%2043%2061%2c%2042%2060%20C41%2060%2c%2041%2059%2c%2041%2058%20C41%2057%2c%2041%2056%2c%2042%2056%20L53%2046%20L23%2046%20C22%2046%2c%2022%2045%2c%2021%2045%20C20%2044%2c%2020%2043%2c%2020%2042%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   height: 21px;
   margin-left: 6px;
   overflow: visible;
   transition: all 900ms ease-in-out;
   vertical-align: middle;
   width: 21px;
}
#wb_indexThemeableButton1:hover .ui-secondary {
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23DC1441%22%20viewBox%3d%220%200%2084%2084%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M20%2042%20C20%2041%2c%2020%2041%2c%2021%2040%20C21%2039%2c%2022%2039%2c%2023%2039%20L53%2039%20L42%2029%20C41%2028%2c%2041%2027%2c%2041%2026%20C41%2024%2c%2042%2024%2c%2044%2023%20C45%2023%2c%2046%2023%2c%2047%2024%20L63%2040%20C63%2041%2c%2064%2041%2c%2064%2042%20C64%2043%2c%2063%2044%2c%2063%2045%20L47%2060%20C46%2061%2c%2045%2061%2c%2044%2061%20C43%2061%2c%2043%2061%2c%2042%2060%20C41%2060%2c%2041%2059%2c%2041%2058%20C41%2057%2c%2041%2056%2c%2042%2056%20L53%2046%20L23%2046%20C22%2046%2c%2022%2045%2c%2021%2045%20C20%2044%2c%2020%2043%2c%2020%2042%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_indexThemeableButton1:active .ui-secondary {
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23DC1441%22%20viewBox%3d%220%200%2084%2084%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M20%2042%20C20%2041%2c%2020%2041%2c%2021%2040%20C21%2039%2c%2022%2039%2c%2023%2039%20L53%2039%20L42%2029%20C41%2028%2c%2041%2027%2c%2041%2026%20C41%2024%2c%2042%2024%2c%2044%2023%20C45%2023%2c%2046%2023%2c%2047%2024%20L63%2040%20C63%2041%2c%2064%2041%2c%2064%2042%20C64%2043%2c%2063%2044%2c%2063%2045%20L47%2060%20C46%2061%2c%2045%2061%2c%2044%2061%20C43%2061%2c%2043%2061%2c%2042%2060%20C41%2060%2c%2041%2059%2c%2041%2058%20C41%2057%2c%2041%2056%2c%2042%2056%20L53%2046%20L23%2046%20C22%2046%2c%2022%2045%2c%2021%2045%20C20%2044%2c%2020%2043%2c%2020%2042%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_indexThemeableButton1 .ui-corner-all,
#wb_indexThemeableButton1 .ui-corner-left {
   border-bottom-left-radius: 30px;
   border-top-left-radius: 30px;
}
#wb_indexThemeableButton1 .ui-corner-all,
#wb_indexThemeableButton1 .ui-corner-right {
   border-bottom-right-radius: 30px;
   border-top-right-radius: 30px;
}
#indexThemeableButton1 {
   transition: all 500ms linear 0ms;
}
#wb_indexThemeableButton1 .ui-button {
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #C0C0C0;
   color: #000000;
   transition: all 900ms ease-in-out;
}
#wb_indexThemeableButton1 .ui-state-hover,
#wb_indexThemeableButton1 .ui-button:hover {
   background-color: #000000;
   background-image: none;
   border-color: #000000;
   color: #DC1441;
}
#wb_indexThemeableButton1 .ui-button:disabled {
   opacity: .5;
   pointer-events: none;
}
#wb_indexThemeableButton1 .ui-state-active,
#wb_indexThemeableButton1 .ui-button:active {
   background-color: #FFFFFF;
   background-image: none;
   border-color: #FFFFFF;
   color: #DC1441;
}
#wb_LegalTeam {
   background-attachment: scroll;
   background-color: #DC1441;
   background-image: url('../images/img-astro67.png');
   background-position: center center;
   background-repeat: repeat;
   background-size: cover;
   border: 0px solid #DEE2E6;
   border-radius: 20px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#LegalTeam {
   box-sizing: border-box;
   margin-left: auto;
   margin-right: auto;
   padding: 50px 10px 50px 10px;
}
#LegalTeam > .row {
   margin-left: -10px;
   margin-right: -10px;
}
#LegalTeam > .row > .col-1 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 10px;
   padding-right: 10px;
   position: relative;
}
#LegalTeam > .row > .col-1 {
   float: left;
}
#LegalTeam > .row > .col-1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
   width: 100%;
}
#LegalTeam:before,
#LegalTeam:after,
#LegalTeam .row:before,
#LegalTeam .row:after {
   content: " ";
   display: table;
}
#LegalTeam:after,
#LegalTeam .row:after {
   clear: both;
}
@media (max-width: 480px) {
#LegalTeam > .row > .col-1 {
   float: none;
   width: 100%  !important;
}
}
#wb_aboutLayoutGrid2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#aboutLayoutGrid2 {
   box-sizing: border-box;
   margin-left: auto;
   margin-right: auto;
   padding: 8px 0 5px 0;
}
#aboutLayoutGrid2 > .row {
   margin-left: 0;
   margin-right: 0;
}
#aboutLayoutGrid2 > .row > .col-1,
#aboutLayoutGrid2 > .row > .col-2 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 0px;
   padding-right: 0px;
   position: relative;
}
#aboutLayoutGrid2 > .row > .col-1,
#aboutLayoutGrid2 > .row > .col-2 {
   float: left;
}
#aboutLayoutGrid2 > .row > .col-1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
   width: 50%;
}
#aboutLayoutGrid2 > .row > .col-2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
   width: 50%;
}
#aboutLayoutGrid2:before,
#aboutLayoutGrid2:after,
#aboutLayoutGrid2 .row:before,
#aboutLayoutGrid2 .row:after {
   content: " ";
   display: table;
}
#aboutLayoutGrid2:after,
#aboutLayoutGrid2 .row:after {
   clear: both;
}
@media (max-width: 768px) {
#aboutLayoutGrid2 > .row > .col-1,
#aboutLayoutGrid2 > .row > .col-2 {
   float: none;
   width: 100%  !important;
}
}
#wb_aboutLayoutGrid3 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#aboutLayoutGrid3 {
   box-sizing: border-box;
   margin-left: auto;
   margin-right: auto;
   padding: 0 15px 0 15px;
}
#aboutLayoutGrid3 > .row {
   margin-left: -15px;
   margin-right: -15px;
}
#aboutLayoutGrid3 > .row > .col-1,
#aboutLayoutGrid3 > .row > .col-2 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 15px;
   padding-right: 15px;
   position: relative;
}
#aboutLayoutGrid3 > .row > .col-1,
#aboutLayoutGrid3 > .row > .col-2 {
   float: left;
}
#aboutLayoutGrid3 > .row > .col-1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
   width: 50%;
}
#aboutLayoutGrid3 > .row > .col-2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
   width: 50%;
}
#aboutLayoutGrid3:before,
#aboutLayoutGrid3:after,
#aboutLayoutGrid3 .row:before,
#aboutLayoutGrid3 .row:after {
   content: " ";
   display: table;
}
#aboutLayoutGrid3:after,
#aboutLayoutGrid3 .row:after {
   clear: both;
}
@media (max-width: 480px) {
#aboutLayoutGrid3 > .row > .col-1,
#aboutLayoutGrid3 > .row > .col-2 {
   float: none;
   width: 100%  !important;
}
}
#wb_indexLayoutGrid16 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#indexLayoutGrid16 {
   box-sizing: border-box;
   margin-left: auto;
   margin-right: auto;
   padding: 40px 0 40px 0;
}
#indexLayoutGrid16 > .row {
   margin-left: 0;
   margin-right: 0;
}
#indexLayoutGrid16 > .row > .col-1,
#indexLayoutGrid16 > .row > .col-2 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 0px;
   padding-right: 0px;
   position: relative;
}
#indexLayoutGrid16 > .row > .col-1,
#indexLayoutGrid16 > .row > .col-2 {
   float: left;
}
#indexLayoutGrid16 > .row > .col-1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
   width: 50%;
}
#indexLayoutGrid16 > .row > .col-2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
   width: 50%;
}
#indexLayoutGrid16:before,
#indexLayoutGrid16:after,
#indexLayoutGrid16 .row:before,
#indexLayoutGrid16 .row:after {
   content: " ";
   display: table;
}
#indexLayoutGrid16:after,
#indexLayoutGrid16 .row:after {
   clear: both;
}
@media (max-width: 870px) {
#indexLayoutGrid16 > .row > .col-1,
#indexLayoutGrid16 > .row > .col-2 {
   float: none;
   width: 100%  !important;
}
}
#wb_indexLayoutGrid12 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#indexLayoutGrid12 {
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   margin-left: auto;
   margin-right: auto;
   padding: 5px 0 50px 0;
}
#indexLayoutGrid12 > .col-1,
#indexLayoutGrid12 > .col-2,
#indexLayoutGrid12 > .col-3 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 25px;
   padding-right: 25px;
   position: relative;
}
#indexLayoutGrid12 > .col-1,
#indexLayoutGrid12 > .col-2,
#indexLayoutGrid12 > .col-3 {
   flex: 0 0 auto;
}
#indexLayoutGrid12 > .col-1 {
   align-content: center;
   align-items: center;
   align-self: stretch;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 41.66666667%;
   flex-wrap: wrap;
   justify-content: flex-start;
   max-width: 41.66666667%;
   text-align: left;
}
#indexLayoutGrid12 > .col-2 {
   align-content: center;
   align-items: center;
   align-self: stretch;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 50%;
   flex-wrap: wrap;
   justify-content: flex-start;
   max-width: 50%;
   text-align: left;
}
#indexLayoutGrid12 > .col-3 {
   align-content: flex-start;
   align-items: flex-start;
   align-self: stretch;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 8.33333333%;
   flex-wrap: wrap;
   justify-content: flex-start;
   max-width: 8.33333333%;
   text-align: left;
}
@media (max-width: 580px) {
#indexLayoutGrid12 > .col-1,
#indexLayoutGrid12 > .col-2,
#indexLayoutGrid12 > .col-3 {
   flex-basis: 100%  !important;
   max-width: 100%  !important;
}
}
#wb_indexHeading6 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 5px 0 5px 0;
   padding: 0;
   text-align: left;
   vertical-align: top;
}
#indexHeading6 {
   color: #000000;
   font-family: "Livvic";
   font-size: 35px;
   font-style: normal;
   font-weight: 700;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#indexFlexContainer7 {
   align-content: flex-start;
   align-items: center;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   font-size: 0;
   justify-content: flex-start;
   margin: 0;
   padding: 5px 10px 5px 0;
   position: relative;
   width: 100%;
}
#indexShape6 {
   border-width: 0;
   vertical-align: top;
}
#wb_indexShape6 {
   align-self: auto;
   flex-grow: 0;
   flex-shrink: 0;
   margin: 0;
   vertical-align: top;
}
#wb_indexText11 {
   align-self: auto;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   margin: 0;
   padding: 0 0 0 8px;
   text-align: left;
}
#wb_indexText11 {
   color: #000000;
   font-family: Jedira;
   font-size: 24px;
   font-weight: normal;
}
#wb_indexText11 div {
   text-align: left;
}
#wb_page3LayoutGrid3 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#page3LayoutGrid3 {
   box-sizing: border-box;
   margin-left: auto;
   margin-right: auto;
   padding: 0 15px 3px 15px;
}
#page3LayoutGrid3 > .row {
   margin-left: -15px;
   margin-right: -15px;
}
#page3LayoutGrid3 > .row > .col-1,
#page3LayoutGrid3 > .row > .col-2 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 15px;
   padding-right: 15px;
   position: relative;
}
#page3LayoutGrid3 > .row > .col-1,
#page3LayoutGrid3 > .row > .col-2 {
   float: left;
}
#page3LayoutGrid3 > .row > .col-1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
   width: 50%;
}
#page3LayoutGrid3 > .row > .col-2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
   width: 50%;
}
#page3LayoutGrid3:before,
#page3LayoutGrid3:after,
#page3LayoutGrid3 .row:before,
#page3LayoutGrid3 .row:after {
   content: " ";
   display: table;
}
#page3LayoutGrid3:after,
#page3LayoutGrid3 .row:after {
   clear: both;
}
@media (max-width: 480px) {
#page3LayoutGrid3 > .row > .col-1,
#page3LayoutGrid3 > .row > .col-2 {
   float: none;
   width: 100%  !important;
}
}
#indexThemeableButton2 {
   cursor: pointer;
   display: inline-block;
   font-family: "Livvic";
   font-size: 15px;
   font-style: normal;
   font-weight: 600;
   overflow: visible;
   position: relative;
   text-decoration: none;
   user-select: none;
   vertical-align: middle;
}
#wb_indexThemeableButton2 {
   border-radius: 30px;
   box-shadow: 0px 0px 20px rgba(0,0,0,0.09);
   margin: 20px 0 10px 0;
   vertical-align: top;
}
#indexThemeableButton2 {
   box-sizing: border-box;
   padding: 0 0 1px 0;
   text-align: center;
}
#wb_indexThemeableButton2 .ui-button {
   align-items: center;
   display: flex;
   justify-content: center;
   margin: 0;
}
#indexThemeableButton2 {
   color: inherit;
}
#wb_indexThemeableButton2 .ui-primary {
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2044%2044%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M14%203%20C13%203%2c%2011%204%2c%2011%206%20C11%207%2c%2013%208%2c%2014%208%20L20%208%20L20%2036%20L14%2036%20C13%2036%2c%2011%2037%2c%2011%2039%20C11%2040%2c%2013%2041%2c%2014%2041%20L31%2041%20C32%2041%2c%2033%2040%2c%2033%2039%20C33%2037%2c%2032%2036%2c%2031%2036%20L25%2036%20L25%206%20C25%204%2c%2024%203%2c%2022%203%20L14%203Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   height: 11px;
   margin-right: 6px;
   overflow: visible;
   transition: all 900ms ease-in-out;
   vertical-align: middle;
   width: 11px;
}
#wb_indexThemeableButton2:hover .ui-primary {
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2044%2044%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M14%203%20C13%203%2c%2011%204%2c%2011%206%20C11%207%2c%2013%208%2c%2014%208%20L20%208%20L20%2036%20L14%2036%20C13%2036%2c%2011%2037%2c%2011%2039%20C11%2040%2c%2013%2041%2c%2014%2041%20L31%2041%20C32%2041%2c%2033%2040%2c%2033%2039%20C33%2037%2c%2032%2036%2c%2031%2036%20L25%2036%20L25%206%20C25%204%2c%2024%203%2c%2022%203%20L14%203Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_indexThemeableButton2:active .ui-primary {
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23DC1441%22%20viewBox%3d%220%200%2044%2044%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M14%203%20C13%203%2c%2011%204%2c%2011%206%20C11%207%2c%2013%208%2c%2014%208%20L20%208%20L20%2036%20L14%2036%20C13%2036%2c%2011%2037%2c%2011%2039%20C11%2040%2c%2013%2041%2c%2014%2041%20L31%2041%20C32%2041%2c%2033%2040%2c%2033%2039%20C33%2037%2c%2032%2036%2c%2031%2036%20L25%2036%20L25%206%20C25%204%2c%2024%203%2c%2022%203%20L14%203Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_indexThemeableButton2 .ui-corner-all,
#wb_indexThemeableButton2 .ui-corner-left {
   border-bottom-left-radius: 30px;
   border-top-left-radius: 30px;
}
#wb_indexThemeableButton2 .ui-corner-all,
#wb_indexThemeableButton2 .ui-corner-right {
   border-bottom-right-radius: 30px;
   border-top-right-radius: 30px;
}
#indexThemeableButton2 {
   transition: all 500ms linear 0ms;
}
#wb_indexThemeableButton2 .ui-button {
   background-color: #DC1441;
   background-image: none;
   border: 0px solid #212529;
   color: #000000;
   transition: all 900ms ease-in-out;
}
#wb_indexThemeableButton2 .ui-state-hover,
#wb_indexThemeableButton2 .ui-button:hover {
   background-color: #000000;
   background-image: none;
   border-color: #000000;
   color: #DC1441;
}
#wb_indexThemeableButton2 .ui-button:disabled {
   opacity: .5;
   pointer-events: none;
}
#wb_indexThemeableButton2 .ui-state-active,
#wb_indexThemeableButton2 .ui-button:active {
   background-color: #FFFFFF;
   background-image: none;
   border-color: #FFFFFF;
   color: #DC1441;
}
#wb_indexText12 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0 0 10px 0;
   padding: 0;
   text-align: left;
}
#wb_indexText12 {
   color: #000000;
   font-family: "Livvic";
   font-size: 21px;
   font-weight: 700;
}
#wb_indexText12 div {
   text-align: left;
}
#wb_indexText12 {
   box-sizing: border-box;
   display: block;
   margin: 0 0 10px 0;
   width: 100%;
}
#wb_page3Text2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_page3Text2 {
   color: #000000;
   font-family: Livvic;
   font-size: 17px;
   font-weight: normal;
}
#wb_page3Text2 div {
   text-align: left;
}
#wb_page3Text2 {
   box-sizing: border-box;
   display: block;
   margin: 0;
   width: 100%;
}
#page3HorizontalLine1 {
   border-bottom-width: 3px;
   border-color: #000000;
   border-left: 0;
   border-right: 0;
   border-style: solid;
   border-top: 0;
   height: 0  !important;
   line-height: 0  !important;
   margin: 20px 0 0 0;
   padding: 0;
}
#page3ThemeableButton2 {
   cursor: pointer;
   display: inline-block;
   font-family: "Livvic";
   font-size: 15px;
   font-style: normal;
   font-weight: 600;
   overflow: visible;
   position: relative;
   text-decoration: none;
   user-select: none;
   vertical-align: middle;
}
#wb_page3ThemeableButton2 {
   border-radius: 30px;
   box-shadow: 0px 0px 20px rgba(0,0,0,0.09);
   margin: 20px 0 10px 0;
   vertical-align: top;
}
#page3ThemeableButton2 {
   box-sizing: border-box;
   padding: 0 0 1px 0;
   text-align: center;
}
#wb_page3ThemeableButton2 .ui-button {
   align-items: center;
   display: flex;
   justify-content: center;
   margin: 0;
}
#page3ThemeableButton2 {
   color: inherit;
}
#wb_page3ThemeableButton2 .ui-primary {
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2044%2044%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M9%206%20C9%204%2c%2011%203%2c%2012%203%20L27%203%20C32%203%2c%2036%207%2c%2036%2012%20C36%2016%2c%2034%2019%2c%2031%2021%20L19%2026%20C16%2027%2c%2014%2030%2c%2014%2033%20L14%2036%20L33%2036%20C34%2036%2c%2036%2037%2c%2036%2039%20C36%2040%2c%2034%2041%2c%2033%2041%20L11%2041%20C9%2041%2c%208%2040%2c%208%2039%20L8%2033%20C8%2028%2c%2011%2023%2c%2016%2021%20L28%2016%20C30%2015%2c%2031%2014%2c%2031%2012%20C31%2010%2c%2029%208%2c%2027%208%20L12%208%20C11%208%2c%209%207%2c%209%206%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   height: 11px;
   margin-right: 6px;
   overflow: visible;
   transition: all 900ms ease-in-out;
   vertical-align: middle;
   width: 11px;
}
#wb_page3ThemeableButton2:hover .ui-primary {
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2044%2044%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M9%206%20C9%204%2c%2011%203%2c%2012%203%20L27%203%20C32%203%2c%2036%207%2c%2036%2012%20C36%2016%2c%2034%2019%2c%2031%2021%20L19%2026%20C16%2027%2c%2014%2030%2c%2014%2033%20L14%2036%20L33%2036%20C34%2036%2c%2036%2037%2c%2036%2039%20C36%2040%2c%2034%2041%2c%2033%2041%20L11%2041%20C9%2041%2c%208%2040%2c%208%2039%20L8%2033%20C8%2028%2c%2011%2023%2c%2016%2021%20L28%2016%20C30%2015%2c%2031%2014%2c%2031%2012%20C31%2010%2c%2029%208%2c%2027%208%20L12%208%20C11%208%2c%209%207%2c%209%206%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_page3ThemeableButton2:active .ui-primary {
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23DC1441%22%20viewBox%3d%220%200%2044%2044%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M9%206%20C9%204%2c%2011%203%2c%2012%203%20L27%203%20C32%203%2c%2036%207%2c%2036%2012%20C36%2016%2c%2034%2019%2c%2031%2021%20L19%2026%20C16%2027%2c%2014%2030%2c%2014%2033%20L14%2036%20L33%2036%20C34%2036%2c%2036%2037%2c%2036%2039%20C36%2040%2c%2034%2041%2c%2033%2041%20L11%2041%20C9%2041%2c%208%2040%2c%208%2039%20L8%2033%20C8%2028%2c%2011%2023%2c%2016%2021%20L28%2016%20C30%2015%2c%2031%2014%2c%2031%2012%20C31%2010%2c%2029%208%2c%2027%208%20L12%208%20C11%208%2c%209%207%2c%209%206%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_page3ThemeableButton2 .ui-corner-all,
#wb_page3ThemeableButton2 .ui-corner-left {
   border-bottom-left-radius: 30px;
   border-top-left-radius: 30px;
}
#wb_page3ThemeableButton2 .ui-corner-all,
#wb_page3ThemeableButton2 .ui-corner-right {
   border-bottom-right-radius: 30px;
   border-top-right-radius: 30px;
}
#page3ThemeableButton2 {
   transition: all 500ms linear 0ms;
}
#wb_page3ThemeableButton2 .ui-button {
   background-color: #DC1441;
   background-image: none;
   border: 0px solid #212529;
   color: #000000;
   transition: all 900ms ease-in-out;
}
#wb_page3ThemeableButton2 .ui-state-hover,
#wb_page3ThemeableButton2 .ui-button:hover {
   background-color: #000000;
   background-image: none;
   border-color: #000000;
   color: #DC1441;
}
#wb_page3ThemeableButton2 .ui-button:disabled {
   opacity: .5;
   pointer-events: none;
}
#wb_page3ThemeableButton2 .ui-state-active,
#wb_page3ThemeableButton2 .ui-button:active {
   background-color: #FFFFFF;
   background-image: none;
   border-color: #FFFFFF;
   color: #DC1441;
}
#wb_page3Text5 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0 0 10px 0;
   padding: 0;
   text-align: left;
}
#wb_page3Text5 {
   color: #000000;
   font-family: "Livvic";
   font-size: 21px;
   font-weight: 700;
}
#wb_page3Text5 div {
   text-align: left;
}
#wb_page3Text5 {
   box-sizing: border-box;
   display: block;
   margin: 0 0 10px 0;
   width: 100%;
}
#wb_page3Text6 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_page3Text6 {
   color: #000000;
   font-family: Livvic;
   font-size: 17px;
   font-weight: normal;
}
#wb_page3Text6 div {
   text-align: left;
}
#wb_page3Text6 {
   box-sizing: border-box;
   display: block;
   margin: 0;
   width: 100%;
}
#page3HorizontalLine5 {
   border-bottom-width: 3px;
   border-color: #000000;
   border-left: 0;
   border-right: 0;
   border-style: solid;
   border-top: 0;
   height: 0  !important;
   line-height: 0  !important;
   margin: 20px 0 0 0;
   padding: 0;
}
#wb_Card17 {
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DC1441;
   border-radius: 15px;
   box-sizing: border-box;
   display: flex;
   flex-direction: column;
   margin: 0;
   position: relative;
   text-align: left;
}
#Card17-card-body {
   flex: 1 1 auto;
   font-size: 0;
   padding: 0;
}
#Card17-card-item0 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 14px 5px 0 14px;
}
#wb_Card17:hover #Card17-card-item0 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#Card17-card-item0 {
   transition: all 500ms linear 0ms;
}
#Card17-card-item0 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card17-card-item0 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#Card17-card-item1 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#Card17-card-item2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
   padding: 0;
}
#Card17-card-item2 {
   transition: all 500ms linear 0ms;
}
#wb_Card17:hover #Card17-card-item2 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#Card17-card-item2 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#Card17-card-item3 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#Card17-card-item4 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
}
#Card17-card-item4 {
   transition: all 500ms linear 0ms;
}
#wb_Card17:hover #Card17-card-item4 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#Card17-card-item4 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card17-card-item4 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#Card17-card-item5 {
   background-attachment: scroll;
   background-color: transparent;
   background-image: url('../images/astro-00001.png');
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   box-sizing: border-box;
   color: #000000;
   font-family: Arial;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   line-height: 13px;
   margin: -80px 6px 0 6px;
   padding: 230px 10px 230px 10px;
}
#Card17-card-item5 {
   border-radius: 3px;
   transform: translate(0px,60px) rotate(0deg);
   transition: transform 500ms linear 0ms, border-radius 500ms linear 0ms;
}
#wb_Card17:hover #Card17-card-item5 {
   transform: rotate(0deg);
   transition: transform 500ms linear 0ms;
}
#Card17-card-item6 {
   background-color: #000000;
   background-image: none;
   box-sizing: border-box;
   color: #DC1441;
   font-family: "Livvic";
   font-size: 19px;
   font-style: normal;
   font-weight: 700;
   margin: 0;
   padding: 17px 10px 6px 20px;
}
#Card17-card-item7 {
   background-color: #000000;
   background-image: none;
   border-radius: 0 0 15px 15px  !important;
   box-sizing: border-box;
   color: #FFFFFF;
   font-family: Livvic;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   margin: 0;
   padding: 0 5px 25px 20px;
}
#wb_aboutCard1 {
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DC1441;
   border-radius: 15px;
   box-sizing: border-box;
   display: flex;
   flex-direction: column;
   margin: 0;
   position: relative;
   text-align: left;
}
#aboutCard1-card-body {
   flex: 1 1 auto;
   font-size: 0;
   padding: 0;
}
#aboutCard1-card-item0 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 14px 5px 0 14px;
}
#wb_aboutCard1:hover #aboutCard1-card-item0 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard1-card-item0 {
   transition: all 500ms linear 0ms;
}
#aboutCard1-card-item0 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#aboutCard1-card-item0 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard1-card-item1 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#aboutCard1-card-item2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
   padding: 0;
}
#aboutCard1-card-item2 {
   transition: all 500ms linear 0ms;
}
#wb_aboutCard1:hover #aboutCard1-card-item2 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard1-card-item2 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard1-card-item3 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#aboutCard1-card-item4 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
}
#aboutCard1-card-item4 {
   transition: all 500ms linear 0ms;
}
#wb_aboutCard1:hover #aboutCard1-card-item4 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard1-card-item4 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#aboutCard1-card-item4 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard1-card-item5 {
   background-attachment: scroll;
   background-color: transparent;
   background-image: url('../images/astro-00002.png');
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   box-sizing: border-box;
   color: #000000;
   font-family: Arial;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   line-height: 13px;
   margin: -80px 6px 0 6px;
   padding: 230px 10px 230px 10px;
}
#aboutCard1-card-item5 {
   border-radius: 3px;
   transform: translate(0px,60px) rotate(0deg);
   transition: transform 500ms linear 0ms, border-radius 500ms linear 0ms;
}
#wb_aboutCard1:hover #aboutCard1-card-item5 {
   transform: rotate(0deg);
   transition: transform 500ms linear 0ms;
}
#aboutCard1-card-item6 {
   background-color: #000000;
   background-image: none;
   box-sizing: border-box;
   color: #DC1441;
   font-family: "Livvic";
   font-size: 19px;
   font-style: normal;
   font-weight: 700;
   margin: 0;
   padding: 17px 10px 6px 20px;
}
#aboutCard1-card-item7 {
   background-color: #000000;
   background-image: none;
   border-radius: 0 0 15px 15px  !important;
   box-sizing: border-box;
   color: #FFFFFF;
   font-family: Livvic;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   margin: 0;
   padding: 0 5px 25px 20px;
}
#wb_aboutLayoutGrid4 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#aboutLayoutGrid4 {
   box-sizing: border-box;
   margin-left: auto;
   margin-right: auto;
   padding: 0 15px 0 15px;
}
#aboutLayoutGrid4 > .row {
   margin-left: -15px;
   margin-right: -15px;
}
#aboutLayoutGrid4 > .row > .col-1,
#aboutLayoutGrid4 > .row > .col-2 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 15px;
   padding-right: 15px;
   position: relative;
}
#aboutLayoutGrid4 > .row > .col-1,
#aboutLayoutGrid4 > .row > .col-2 {
   float: left;
}
#aboutLayoutGrid4 > .row > .col-1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
   width: 50%;
}
#aboutLayoutGrid4 > .row > .col-2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
   width: 50%;
}
#aboutLayoutGrid4:before,
#aboutLayoutGrid4:after,
#aboutLayoutGrid4 .row:before,
#aboutLayoutGrid4 .row:after {
   content: " ";
   display: table;
}
#aboutLayoutGrid4:after,
#aboutLayoutGrid4 .row:after {
   clear: both;
}
@media (max-width: 480px) {
#aboutLayoutGrid4 > .row > .col-1,
#aboutLayoutGrid4 > .row > .col-2 {
   float: none;
   width: 100%  !important;
}
}
#wb_aboutCard2 {
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DC1441;
   border-radius: 15px;
   box-sizing: border-box;
   display: flex;
   flex-direction: column;
   margin: 0;
   position: relative;
   text-align: left;
}
#aboutCard2-card-body {
   flex: 1 1 auto;
   font-size: 0;
   padding: 0;
}
#aboutCard2-card-item0 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 14px 5px 0 14px;
}
#wb_aboutCard2:hover #aboutCard2-card-item0 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard2-card-item0 {
   transition: all 500ms linear 0ms;
}
#aboutCard2-card-item0 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#aboutCard2-card-item0 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard2-card-item1 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#aboutCard2-card-item2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
   padding: 0;
}
#aboutCard2-card-item2 {
   transition: all 500ms linear 0ms;
}
#wb_aboutCard2:hover #aboutCard2-card-item2 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard2-card-item2 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard2-card-item3 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#aboutCard2-card-item4 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
}
#aboutCard2-card-item4 {
   transition: all 500ms linear 0ms;
}
#wb_aboutCard2:hover #aboutCard2-card-item4 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard2-card-item4 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#aboutCard2-card-item4 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard2-card-item5 {
   background-attachment: scroll;
   background-color: transparent;
   background-image: url('../images/astro-00004.png');
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   box-sizing: border-box;
   color: #000000;
   font-family: Arial;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   line-height: 13px;
   margin: -80px 6px 0 6px;
   padding: 230px 10px 230px 10px;
}
#aboutCard2-card-item5 {
   border-radius: 3px;
   transform: translate(0px,60px) rotate(0deg);
   transition: transform 500ms linear 0ms, border-radius 500ms linear 0ms;
}
#wb_aboutCard2:hover #aboutCard2-card-item5 {
   transform: rotate(0deg);
   transition: transform 500ms linear 0ms;
}
#aboutCard2-card-item6 {
   background-color: #000000;
   background-image: none;
   box-sizing: border-box;
   color: #DC1441;
   font-family: "Livvic";
   font-size: 19px;
   font-style: normal;
   font-weight: 700;
   margin: 0;
   padding: 17px 10px 6px 20px;
}
#aboutCard2-card-item7 {
   background-color: #000000;
   background-image: none;
   border-radius: 0 0 15px 15px  !important;
   box-sizing: border-box;
   color: #FFFFFF;
   font-family: Livvic;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   margin: 0;
   padding: 0 5px 25px 20px;
}
#wb_aboutCard3 {
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DC1441;
   border-radius: 15px;
   box-sizing: border-box;
   display: flex;
   flex-direction: column;
   margin: 0;
   position: relative;
   text-align: left;
}
#aboutCard3-card-body {
   flex: 1 1 auto;
   font-size: 0;
   padding: 0;
}
#aboutCard3-card-item0 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 14px 5px 0 14px;
}
#wb_aboutCard3:hover #aboutCard3-card-item0 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard3-card-item0 {
   transition: all 500ms linear 0ms;
}
#aboutCard3-card-item0 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#aboutCard3-card-item0 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard3-card-item1 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#aboutCard3-card-item2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
   padding: 0;
}
#aboutCard3-card-item2 {
   transition: all 500ms linear 0ms;
}
#wb_aboutCard3:hover #aboutCard3-card-item2 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard3-card-item2 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard3-card-item3 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#aboutCard3-card-item4 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
}
#aboutCard3-card-item4 {
   transition: all 500ms linear 0ms;
}
#wb_aboutCard3:hover #aboutCard3-card-item4 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard3-card-item4 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#aboutCard3-card-item4 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard3-card-item5 {
   background-attachment: scroll;
   background-color: transparent;
   background-image: url('../images/astro-00007.png');
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   box-sizing: border-box;
   color: #000000;
   font-family: Arial;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   line-height: 13px;
   margin: -80px 6px 0 6px;
   padding: 230px 10px 230px 10px;
}
#aboutCard3-card-item5 {
   border-radius: 3px;
   transform: translate(0px,60px) rotate(0deg);
   transition: transform 500ms linear 0ms, border-radius 500ms linear 0ms;
}
#wb_aboutCard3:hover #aboutCard3-card-item5 {
   transform: rotate(0deg);
   transition: transform 500ms linear 0ms;
}
#aboutCard3-card-item6 {
   background-color: #000000;
   background-image: none;
   box-sizing: border-box;
   color: #DC1441;
   font-family: "Livvic";
   font-size: 19px;
   font-style: normal;
   font-weight: 700;
   margin: 0;
   padding: 17px 10px 6px 20px;
}
#aboutCard3-card-item7 {
   background-color: #000000;
   background-image: none;
   border-radius: 0 0 15px 15px  !important;
   box-sizing: border-box;
   color: #FFFFFF;
   font-family: Livvic;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   margin: 0;
   padding: 0 5px 25px 20px;
}
#wb_aboutLayoutGrid5 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#aboutLayoutGrid5 {
   box-sizing: border-box;
   margin-left: auto;
   margin-right: auto;
   padding: 0 15px 3px 15px;
}
#aboutLayoutGrid5 > .row {
   margin-left: -15px;
   margin-right: -15px;
}
#aboutLayoutGrid5 > .row > .col-1,
#aboutLayoutGrid5 > .row > .col-2 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 15px;
   padding-right: 15px;
   position: relative;
}
#aboutLayoutGrid5 > .row > .col-1,
#aboutLayoutGrid5 > .row > .col-2 {
   float: left;
}
#aboutLayoutGrid5 > .row > .col-1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
   width: 50%;
}
#aboutLayoutGrid5 > .row > .col-2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
   width: 50%;
}
#aboutLayoutGrid5:before,
#aboutLayoutGrid5:after,
#aboutLayoutGrid5 .row:before,
#aboutLayoutGrid5 .row:after {
   content: " ";
   display: table;
}
#aboutLayoutGrid5:after,
#aboutLayoutGrid5 .row:after {
   clear: both;
}
@media (max-width: 480px) {
#aboutLayoutGrid5 > .row > .col-1,
#aboutLayoutGrid5 > .row > .col-2 {
   float: none;
   width: 100%  !important;
}
}
#aboutThemeableButton2 {
   cursor: pointer;
   display: inline-block;
   font-family: "Livvic";
   font-size: 15px;
   font-style: normal;
   font-weight: 600;
   overflow: visible;
   position: relative;
   text-decoration: none;
   user-select: none;
   vertical-align: middle;
}
#wb_aboutThemeableButton2 {
   border-radius: 30px;
   box-shadow: 0px 0px 20px rgba(0,0,0,0.09);
   margin: 20px 0 10px 0;
   vertical-align: top;
}
#aboutThemeableButton2 {
   box-sizing: border-box;
   padding: 0 0 1px 0;
   text-align: center;
}
#wb_aboutThemeableButton2 .ui-button {
   align-items: center;
   display: flex;
   justify-content: center;
   margin: 0;
}
#aboutThemeableButton2 {
   color: inherit;
}
#wb_aboutThemeableButton2 .ui-primary {
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2044%2044%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M15%2025%20C14%2025%2c%2012%2024%2c%2012%2022%20C12%2020%2c%2014%2019%2c%2015%2019%20L25%2019%20C28%2019%2c%2030%2017%2c%2030%2014%20C30%2011%2c%2028%208%2c%2025%208%20L11%208%20C10%208%2c%208%207%2c%208%206%20C8%204%2c%2010%203%2c%2011%203%20L25%203%20C31%203%2c%2036%208%2c%2036%2014%20C36%2017%2c%2034%2020%2c%2032%2022%20C34%2024%2c%2036%2027%2c%2036%2030%20C36%2036%2c%2031%2041%2c%2025%2041%20L11%2041%20C10%2041%2c%208%2040%2c%208%2039%20C8%2037%2c%2010%2036%2c%2011%2036%20L25%2036%20C28%2036%2c%2030%2033%2c%2030%2030%20C30%2027%2c%2028%2025%2c%2025%2025%20L15%2025Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   height: 11px;
   margin-right: 6px;
   overflow: visible;
   transition: all 900ms ease-in-out;
   vertical-align: middle;
   width: 11px;
}
#wb_aboutThemeableButton2:hover .ui-primary {
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2044%2044%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M15%2025%20C14%2025%2c%2012%2024%2c%2012%2022%20C12%2020%2c%2014%2019%2c%2015%2019%20L25%2019%20C28%2019%2c%2030%2017%2c%2030%2014%20C30%2011%2c%2028%208%2c%2025%208%20L11%208%20C10%208%2c%208%207%2c%208%206%20C8%204%2c%2010%203%2c%2011%203%20L25%203%20C31%203%2c%2036%208%2c%2036%2014%20C36%2017%2c%2034%2020%2c%2032%2022%20C34%2024%2c%2036%2027%2c%2036%2030%20C36%2036%2c%2031%2041%2c%2025%2041%20L11%2041%20C10%2041%2c%208%2040%2c%208%2039%20C8%2037%2c%2010%2036%2c%2011%2036%20L25%2036%20C28%2036%2c%2030%2033%2c%2030%2030%20C30%2027%2c%2028%2025%2c%2025%2025%20L15%2025Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_aboutThemeableButton2:active .ui-primary {
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23DC1441%22%20viewBox%3d%220%200%2044%2044%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M15%2025%20C14%2025%2c%2012%2024%2c%2012%2022%20C12%2020%2c%2014%2019%2c%2015%2019%20L25%2019%20C28%2019%2c%2030%2017%2c%2030%2014%20C30%2011%2c%2028%208%2c%2025%208%20L11%208%20C10%208%2c%208%207%2c%208%206%20C8%204%2c%2010%203%2c%2011%203%20L25%203%20C31%203%2c%2036%208%2c%2036%2014%20C36%2017%2c%2034%2020%2c%2032%2022%20C34%2024%2c%2036%2027%2c%2036%2030%20C36%2036%2c%2031%2041%2c%2025%2041%20L11%2041%20C10%2041%2c%208%2040%2c%208%2039%20C8%2037%2c%2010%2036%2c%2011%2036%20L25%2036%20C28%2036%2c%2030%2033%2c%2030%2030%20C30%2027%2c%2028%2025%2c%2025%2025%20L15%2025Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_aboutThemeableButton2 .ui-corner-all,
#wb_aboutThemeableButton2 .ui-corner-left {
   border-bottom-left-radius: 30px;
   border-top-left-radius: 30px;
}
#wb_aboutThemeableButton2 .ui-corner-all,
#wb_aboutThemeableButton2 .ui-corner-right {
   border-bottom-right-radius: 30px;
   border-top-right-radius: 30px;
}
#aboutThemeableButton2 {
   transition: all 500ms linear 0ms;
}
#wb_aboutThemeableButton2 .ui-button {
   background-color: #DC1441;
   background-image: none;
   border: 0px solid #212529;
   color: #000000;
   transition: all 900ms ease-in-out;
}
#wb_aboutThemeableButton2 .ui-state-hover,
#wb_aboutThemeableButton2 .ui-button:hover {
   background-color: #000000;
   background-image: none;
   border-color: #000000;
   color: #DC1441;
}
#wb_aboutThemeableButton2 .ui-button:disabled {
   opacity: .5;
   pointer-events: none;
}
#wb_aboutThemeableButton2 .ui-state-active,
#wb_aboutThemeableButton2 .ui-button:active {
   background-color: #FFFFFF;
   background-image: none;
   border-color: #FFFFFF;
   color: #DC1441;
}
#wb_aboutText3 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0 0 10px 0;
   padding: 0;
   text-align: left;
}
#wb_aboutText3 {
   color: #000000;
   font-family: "Livvic";
   font-size: 21px;
   font-weight: 700;
}
#wb_aboutText3 div {
   text-align: left;
}
#wb_aboutText3 {
   box-sizing: border-box;
   display: block;
   margin: 0 0 10px 0;
   width: 100%;
}
#wb_aboutText4 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_aboutText4 {
   color: #000000;
   font-family: Livvic;
   font-size: 17px;
   font-weight: normal;
}
#wb_aboutText4 div {
   text-align: left;
}
#wb_aboutText4 {
   box-sizing: border-box;
   display: block;
   margin: 0;
   width: 100%;
}
#aboutHorizontalLine3 {
   border-bottom-width: 3px;
   border-color: #000000;
   border-left: 0;
   border-right: 0;
   border-style: solid;
   border-top: 0;
   height: 0  !important;
   line-height: 0  !important;
   margin: 20px 0 0 0;
   padding: 0;
}
#aboutThemeableButton4 {
   cursor: pointer;
   display: inline-block;
   font-family: "Livvic";
   font-size: 15px;
   font-style: normal;
   font-weight: 600;
   overflow: visible;
   position: relative;
   text-decoration: none;
   user-select: none;
   vertical-align: middle;
}
#wb_aboutThemeableButton4 {
   border-radius: 30px;
   box-shadow: 0px 0px 20px rgba(0,0,0,0.09);
   margin: 20px 0 10px 0;
   vertical-align: top;
}
#aboutThemeableButton4 {
   box-sizing: border-box;
   padding: 0 0 1px 0;
   text-align: center;
}
#wb_aboutThemeableButton4 .ui-button {
   align-items: center;
   display: flex;
   justify-content: center;
   margin: 0;
}
#aboutThemeableButton4 {
   color: inherit;
}
#wb_aboutThemeableButton4 .ui-primary {
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2044%2044%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M12%206%20C12%204%2c%2011%203%2c%209%203%20C8%203%2c%206%204%2c%206%206%20L6%2025%20C6%2028%2c%209%2030%2c%2012%2030%20L28%2030%20L28%2039%20C28%2040%2c%2030%2041%2c%2031%2041%20C33%2041%2c%2034%2040%2c%2034%2039%20L34%2030%20L37%2030%20C38%2030%2c%2039%2029%2c%2039%2028%20C39%2026%2c%2038%2025%2c%2037%2025%20L34%2025%20L34%206%20C34%204%2c%2033%203%2c%2031%203%20C30%203%2c%2028%204%2c%2028%206%20L28%2025%20L12%2025%20L12%206Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   height: 11px;
   margin-right: 6px;
   overflow: visible;
   transition: all 900ms ease-in-out;
   vertical-align: middle;
   width: 11px;
}
#wb_aboutThemeableButton4:hover .ui-primary {
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2044%2044%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M12%206%20C12%204%2c%2011%203%2c%209%203%20C8%203%2c%206%204%2c%206%206%20L6%2025%20C6%2028%2c%209%2030%2c%2012%2030%20L28%2030%20L28%2039%20C28%2040%2c%2030%2041%2c%2031%2041%20C33%2041%2c%2034%2040%2c%2034%2039%20L34%2030%20L37%2030%20C38%2030%2c%2039%2029%2c%2039%2028%20C39%2026%2c%2038%2025%2c%2037%2025%20L34%2025%20L34%206%20C34%204%2c%2033%203%2c%2031%203%20C30%203%2c%2028%204%2c%2028%206%20L28%2025%20L12%2025%20L12%206Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_aboutThemeableButton4:active .ui-primary {
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23DC1441%22%20viewBox%3d%220%200%2044%2044%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M12%206%20C12%204%2c%2011%203%2c%209%203%20C8%203%2c%206%204%2c%206%206%20L6%2025%20C6%2028%2c%209%2030%2c%2012%2030%20L28%2030%20L28%2039%20C28%2040%2c%2030%2041%2c%2031%2041%20C33%2041%2c%2034%2040%2c%2034%2039%20L34%2030%20L37%2030%20C38%2030%2c%2039%2029%2c%2039%2028%20C39%2026%2c%2038%2025%2c%2037%2025%20L34%2025%20L34%206%20C34%204%2c%2033%203%2c%2031%203%20C30%203%2c%2028%204%2c%2028%206%20L28%2025%20L12%2025%20L12%206Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_aboutThemeableButton4 .ui-corner-all,
#wb_aboutThemeableButton4 .ui-corner-left {
   border-bottom-left-radius: 30px;
   border-top-left-radius: 30px;
}
#wb_aboutThemeableButton4 .ui-corner-all,
#wb_aboutThemeableButton4 .ui-corner-right {
   border-bottom-right-radius: 30px;
   border-top-right-radius: 30px;
}
#aboutThemeableButton4 {
   transition: all 500ms linear 0ms;
}
#wb_aboutThemeableButton4 .ui-button {
   background-color: #DC1441;
   background-image: none;
   border: 0px solid #212529;
   color: #000000;
   transition: all 900ms ease-in-out;
}
#wb_aboutThemeableButton4 .ui-state-hover,
#wb_aboutThemeableButton4 .ui-button:hover {
   background-color: #000000;
   background-image: none;
   border-color: #000000;
   color: #DC1441;
}
#wb_aboutThemeableButton4 .ui-button:disabled {
   opacity: .5;
   pointer-events: none;
}
#wb_aboutThemeableButton4 .ui-state-active,
#wb_aboutThemeableButton4 .ui-button:active {
   background-color: #FFFFFF;
   background-image: none;
   border-color: #FFFFFF;
   color: #DC1441;
}
#wb_aboutText7 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0 0 10px 0;
   padding: 0;
   text-align: left;
}
#wb_aboutText7 {
   color: #000000;
   font-family: "Livvic";
   font-size: 21px;
   font-weight: 700;
}
#wb_aboutText7 div {
   text-align: left;
}
#wb_aboutText7 {
   box-sizing: border-box;
   display: block;
   margin: 0 0 10px 0;
   width: 100%;
}
#wb_aboutText8 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_aboutText8 {
   color: #000000;
   font-family: Livvic;
   font-size: 17px;
   font-weight: normal;
}
#wb_aboutText8 div {
   text-align: left;
}
#wb_aboutText8 {
   box-sizing: border-box;
   display: block;
   margin: 0;
   width: 100%;
}
#aboutHorizontalLine7 {
   border-bottom-width: 3px;
   border-color: #000000;
   border-left: 0;
   border-right: 0;
   border-style: solid;
   border-top: 0;
   height: 0  !important;
   line-height: 0  !important;
   margin: 20px 0 0 0;
   padding: 0;
}
#aboutHorizontalLine1 {
   border-bottom-width: 20px;
   border-color: transparent;
   border-left: 0;
   border-right: 0;
   border-style: solid;
   border-top: 0;
   height: 0  !important;
   line-height: 0  !important;
   margin: 0;
   padding: 0;
}
#aboutHorizontalLine2 {
   border-bottom-width: 20px;
   border-color: transparent;
   border-left: 0;
   border-right: 0;
   border-style: solid;
   border-top: 0;
   height: 0  !important;
   line-height: 0  !important;
   margin: 0;
   padding: 0;
}
#aboutHorizontalLine4 {
   border-bottom-width: 20px;
   border-color: transparent;
   border-left: 0;
   border-right: 0;
   border-style: solid;
   border-top: 0;
   height: 0  !important;
   line-height: 0  !important;
   margin: 0;
   padding: 0;
}
#wb_Footer {
   background-color: #1A1A1A;
   background-image: none;
   border-bottom-color: #000000;
   border-bottom-left-radius: 0px;
   border-bottom-right-radius: 0px;
   border-bottom-style: solid;
   border-bottom-width: 0px;
   border-left-color: #000000;
   border-left-style: solid;
   border-left-width: 0px;
   border-right-color: #000000;
   border-right-style: solid;
   border-right-width: 0px;
   border-top-color: #000000;
   border-top-left-radius: 20px;
   border-top-right-radius: 20px;
   border-top-style: solid;
   border-top-width: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#Footer {
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   margin-left: auto;
   margin-right: auto;
   padding: 50px 0 15px 0;
}
#Footer > .col-1 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 15px;
   padding-right: 15px;
   position: relative;
}
#Footer > .col-1 {
   flex: 0 0 auto;
}
#Footer > .col-1 {
   align-content: flex-start;
   align-items: flex-start;
   align-self: stretch;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 100%;
   flex-wrap: wrap;
   justify-content: flex-start;
   max-width: 100%;
   text-align: left;
}
@media (max-width: 480px) {
#Footer > .col-1 {
   flex-basis: 100%  !important;
   max-width: 100%  !important;
}
}
#wb_Image4 {
   margin: 0;
   vertical-align: top;
}
#Image4 {
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   display: block;
   height: auto;
   margin-left: auto;
   margin-right: auto;
   max-width: 250px;
   padding: 0;
   vertical-align: top;
   width: 100%;
}
#wb_page3LayoutGrid1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#page3LayoutGrid1 {
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   margin-left: auto;
   margin-right: auto;
   padding: 25px 0 30px 0;
}
#page3LayoutGrid1 > .col-1,
#page3LayoutGrid1 > .col-2 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 20px;
   padding-right: 20px;
   position: relative;
}
#page3LayoutGrid1 > .col-1,
#page3LayoutGrid1 > .col-2 {
   flex: 0 0 auto;
}
#page3LayoutGrid1 > .col-1 {
   align-content: center;
   align-items: center;
   align-self: stretch;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: calc((100% - 200px) * 9 / 9);
   flex-wrap: wrap;
   justify-content: flex-start;
   max-width: calc((100% - 200px) * 9 / 9);
   text-align: left;
}
#page3LayoutGrid1 > .col-2 {
   align-content: center;
   align-items: center;
   align-self: stretch;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 200px;
   flex-wrap: wrap;
   justify-content: flex-start;
   max-width: 200px;
   text-align: left;
}
@media (max-width: 580px) {
#page3LayoutGrid1 > .col-1,
#page3LayoutGrid1 > .col-2 {
   flex-basis: 100%  !important;
   max-width: 100%  !important;
}
}
#wb_page3Text3 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 12px 0 12px 0;
   padding: 0;
   text-align: left;
}
#wb_page3Text3 {
   color: #F5F5F5;
   font-family: "Livvic";
   font-size: 19px;
   font-weight: 500;
}
#wb_page3Text3 div {
   text-align: left;
}
#wb_page3Text3 {
   box-sizing: border-box;
   display: block;
   margin: 12px 0 12px 0;
   width: 100%;
}
#wb_page3Icon1 {
   background-color: transparent;
   background-image: none;
   border: 2px solid #090909;
   border-radius: 8px;
   display: inline-block;
   margin: 4px 8px 4px 0;
   padding: 12px 12px 12px 12px;
   position: relative;
   text-align: center;
   vertical-align: top;
}
#page3Icon1 {
   display: flex;
   flex-wrap: nowrap;
   height: 18px;
   justify-content: center;
   width: 20px;
}
#page3Icon1 i {
   color: #F5F5F5;
   display: inline-block;
   font-size: 18px;
   line-height: 18px;
   vertical-align: middle;
}
#wb_page3Icon1:hover #page3Icon1 i {
   color: #DC1441;
}
#wb_page3Icon1 {
   transition: all 500ms linear 0ms;
}
#wb_page3Icon2 {
   background-color: transparent;
   background-image: none;
   border: 2px solid #090909;
   border-radius: 8px;
   display: inline-block;
   margin: 4px 8px 4px 0;
   padding: 12px 12px 12px 12px;
   position: relative;
   text-align: center;
   vertical-align: top;
}
#page3Icon2 {
   display: flex;
   flex-wrap: nowrap;
   height: 18px;
   justify-content: center;
   width: 20px;
}
#page3Icon2 i {
   color: #F5F5F5;
   display: inline-block;
   font-size: 18px;
   line-height: 18px;
   vertical-align: middle;
}
#wb_page3Icon2:hover #page3Icon2 i {
   color: #DC1441;
}
#wb_page3Icon2 {
   transition: all 500ms linear 0ms;
}
#wb_page3Icon3 {
   background-color: transparent;
   background-image: none;
   border: 2px solid #090909;
   border-radius: 8px;
   display: inline-block;
   margin: 4px 0 4px 0;
   padding: 12px 12px 12px 12px;
   position: relative;
   text-align: center;
   vertical-align: top;
}
#page3Icon3 {
   display: flex;
   flex-wrap: nowrap;
   height: 18px;
   justify-content: center;
   width: 20px;
}
#page3Icon3 i {
   color: #F5F5F5;
   display: inline-block;
   font-size: 18px;
   line-height: 18px;
   vertical-align: middle;
}
#wb_page3Icon3:hover #page3Icon3 i {
   color: #DC1441;
}
#wb_page3Icon3 {
   transition: all 500ms linear 0ms;
}
#wb_page3LayoutGrid2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#page3LayoutGrid2 {
   box-sizing: border-box;
   margin-left: auto;
   margin-right: auto;
   padding: 20px 20px 40px 20px;
}
#page3LayoutGrid2 > .row {
   margin-left: -20px;
   margin-right: -20px;
}
#page3LayoutGrid2 > .row > .col-1,
#page3LayoutGrid2 > .row > .col-2 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 20px;
   padding-right: 20px;
   position: relative;
}
#page3LayoutGrid2 > .row > .col-1,
#page3LayoutGrid2 > .row > .col-2 {
   float: left;
}
#page3LayoutGrid2 > .row > .col-1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
   width: 66.66666667%;
}
#page3LayoutGrid2 > .row > .col-2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
   width: 33.33333333%;
}
#page3LayoutGrid2:before,
#page3LayoutGrid2:after,
#page3LayoutGrid2 .row:before,
#page3LayoutGrid2 .row:after {
   content: " ";
   display: table;
}
#page3LayoutGrid2:after,
#page3LayoutGrid2 .row:after {
   clear: both;
}
@media (max-width: 870px) {
#page3LayoutGrid2 > .row > .col-1,
#page3LayoutGrid2 > .row > .col-2 {
   float: none;
   width: 100%  !important;
}
}
#indexFlexContainer5 {
   align-content: flex-start;
   align-items: center;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   font-size: 0;
   justify-content: flex-start;
   margin: 0;
   padding: 5px 10px 5px 0;
   position: relative;
   width: 100%;
}
#indexShape4 {
   border-width: 0;
   vertical-align: top;
}
#wb_indexShape4 {
   align-self: auto;
   flex-grow: 0;
   flex-shrink: 0;
   margin: 0;
   vertical-align: top;
}
#wb_indexText9 {
   align-self: auto;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   margin: 0;
   padding: 0 0 0 8px;
   text-align: left;
}
#wb_indexText9 {
   color: #DC1441;
   font-family: Jedira;
   font-size: 24px;
   font-weight: normal;
}
#wb_indexText9 div {
   text-align: left;
}
#wb_indexHeading4 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 5px 0 4px 0;
   padding: 0;
   text-align: left;
   vertical-align: top;
}
#indexHeading4 {
   color: #FFFFFF;
   font-family: "Livvic";
   font-size: 35px;
   font-style: normal;
   font-weight: 700;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_page3Text4 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0 0 70px 0;
   padding: 0;
   text-align: left;
}
#wb_page3Text4 {
   color: #A9A9A9;
   font-family: "Livvic";
   font-size: 13px;
   font-weight: 600;
}
#wb_page3Text4 div {
   text-align: left;
}
#wb_page3Text4 {
   box-sizing: border-box;
   display: block;
   margin: 0 0 70px 0;
   width: 100%;
}
#wb_FooterContainer {
   background-color: #090909;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 50px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#FooterContainer {
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   margin-left: auto;
   margin-right: auto;
   padding: 24px 0 24px 0;
}
#FooterContainer > .col-1,
#FooterContainer > .col-2 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 0px;
   padding-right: 0px;
   position: relative;
}
#FooterContainer > .col-1,
#FooterContainer > .col-2 {
   flex: 0 0 auto;
}
#FooterContainer > .col-1 {
   align-content: center;
   align-items: center;
   align-self: stretch;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 155px;
   flex-wrap: wrap;
   justify-content: flex-start;
   max-width: 155px;
   text-align: left;
}
#FooterContainer > .col-1 > .col-1-padding {
   box-sizing: border-box;
   padding: 0 0 0 25px;
   width: 100%;
}
#FooterContainer > .col-2 {
   align-content: center;
   align-items: center;
   align-self: stretch;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: calc((100% - 155px) * 10 / 10);
   flex-wrap: wrap;
   justify-content: flex-end;
   max-width: calc((100% - 155px) * 10 / 10);
   text-align: right;
}
#FooterContainer > .col-2 > .col-2-padding {
   box-sizing: border-box;
   padding: 0 25px 0 0;
   width: 100%;
}
@media (max-width: 320px) {
#FooterContainer > .col-1,
#FooterContainer > .col-2 {
   flex-basis: 100%  !important;
   max-width: 100%  !important;
}
}
#wb_Consultation {
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#Consultation {
   box-sizing: border-box;
   margin-left: auto;
   margin-right: auto;
   padding: 2px 0 2px 0;
}
#Consultation > .row {
   margin-left: 0;
   margin-right: 0;
}
#Consultation > .row > .col-1 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 0px;
   padding-right: 0px;
   position: relative;
}
#Consultation > .row > .col-1 {
   float: left;
}
#Consultation > .row > .col-1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
   width: 100%;
}
#Consultation:before,
#Consultation:after,
#Consultation .row:before,
#Consultation .row:after {
   content: " ";
   display: table;
}
#Consultation:after,
#Consultation .row:after {
   clear: both;
}
@media (max-width: 480px) {
#Consultation > .row > .col-1 {
   float: none;
   width: 100%  !important;
}
}
#master-pageThemeableButton3 {
   cursor: pointer;
   display: inline-block;
   font-family: "Livvic";
   font-size: 16px;
   font-style: normal;
   font-weight: 600;
   overflow: visible;
   position: relative;
   text-decoration: none;
   user-select: none;
   vertical-align: middle;
}
#wb_master-pageThemeableButton3 {
   border-radius: 30px;
   box-shadow: 0px 0px 20px rgba(0,0,0,0.09);
   margin: 0;
   vertical-align: top;
}
#master-pageThemeableButton3 {
   box-sizing: border-box;
   padding: 0 0 1px 0;
   text-align: center;
}
#wb_master-pageThemeableButton3 .ui-button {
   align-items: center;
   box-sizing: border-box;
   display: flex;
   justify-content: center;
   margin: 0;
}
#master-pageThemeableButton3 {
   color: inherit;
}
#wb_master-pageThemeableButton3 .ui-secondary {
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2060%2060%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M30%208%20C21%208%2c%2013%2014%2c%2012%2023%20C13%2023%2c%2014%2023%2c%2015%2023%20L17%2023%20C20%2023%2c%2023%2025%2c%2023%2028%20L23%2039%20C23%2043%2c%2020%2045%2c%2017%2045%20L15%2045%20C9%2045%2c%204%2040%2c%204%2034%20L4%2026%20C4%2012%2c%2016%200%2c%2030%200%20C45%200%2c%2056%2012%2c%2056%2026%20L56%2046%20C56%2054%2c%2050%2060%2c%2042%2060%20L32%2060%20L28%2060%20C25%2060%2c%2023%2058%2c%2023%2054%20C23%2051%2c%2025%2049%2c%2028%2049%20L32%2049%20C35%2049%2c%2038%2051%2c%2038%2054%20L38%2054%20L42%2054%20C47%2054%2c%2051%2051%2c%2051%2046%20L51%2043%20C49%2044%2c%2047%2045%2c%2045%2045%20L43%2045%20C40%2045%2c%2038%2042%2c%2038%2039%20L38%2028%20C38%2025%2c%2040%2023%2c%2043%2023%20L45%2023%20C46%2023%2c%2048%2023%2c%2049%2023%20C47%2014%2c%2039%208%2c%2030%208%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   height: 15px;
   margin-left: 9px;
   overflow: visible;
   transition: all 900ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
   vertical-align: middle;
   width: 15px;
}
#wb_master-pageThemeableButton3:hover .ui-secondary {
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23F0FFF0%22%20viewBox%3d%220%200%2060%2060%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M30%208%20C21%208%2c%2013%2014%2c%2012%2023%20C13%2023%2c%2014%2023%2c%2015%2023%20L17%2023%20C20%2023%2c%2023%2025%2c%2023%2028%20L23%2039%20C23%2043%2c%2020%2045%2c%2017%2045%20L15%2045%20C9%2045%2c%204%2040%2c%204%2034%20L4%2026%20C4%2012%2c%2016%200%2c%2030%200%20C45%200%2c%2056%2012%2c%2056%2026%20L56%2046%20C56%2054%2c%2050%2060%2c%2042%2060%20L32%2060%20L28%2060%20C25%2060%2c%2023%2058%2c%2023%2054%20C23%2051%2c%2025%2049%2c%2028%2049%20L32%2049%20C35%2049%2c%2038%2051%2c%2038%2054%20L38%2054%20L42%2054%20C47%2054%2c%2051%2051%2c%2051%2046%20L51%2043%20C49%2044%2c%2047%2045%2c%2045%2045%20L43%2045%20C40%2045%2c%2038%2042%2c%2038%2039%20L38%2028%20C38%2025%2c%2040%2023%2c%2043%2023%20L45%2023%20C46%2023%2c%2048%2023%2c%2049%2023%20C47%2014%2c%2039%208%2c%2030%208%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_master-pageThemeableButton3:active .ui-secondary {
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23DC1441%22%20viewBox%3d%220%200%2060%2060%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M30%208%20C21%208%2c%2013%2014%2c%2012%2023%20C13%2023%2c%2014%2023%2c%2015%2023%20L17%2023%20C20%2023%2c%2023%2025%2c%2023%2028%20L23%2039%20C23%2043%2c%2020%2045%2c%2017%2045%20L15%2045%20C9%2045%2c%204%2040%2c%204%2034%20L4%2026%20C4%2012%2c%2016%200%2c%2030%200%20C45%200%2c%2056%2012%2c%2056%2026%20L56%2046%20C56%2054%2c%2050%2060%2c%2042%2060%20L32%2060%20L28%2060%20C25%2060%2c%2023%2058%2c%2023%2054%20C23%2051%2c%2025%2049%2c%2028%2049%20L32%2049%20C35%2049%2c%2038%2051%2c%2038%2054%20L38%2054%20L42%2054%20C47%2054%2c%2051%2051%2c%2051%2046%20L51%2043%20C49%2044%2c%2047%2045%2c%2045%2045%20L43%2045%20C40%2045%2c%2038%2042%2c%2038%2039%20L38%2028%20C38%2025%2c%2040%2023%2c%2043%2023%20L45%2023%20C46%2023%2c%2048%2023%2c%2049%2023%20C47%2014%2c%2039%208%2c%2030%208%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_master-pageThemeableButton3 .ui-corner-all,
#wb_master-pageThemeableButton3 .ui-corner-left {
   border-bottom-left-radius: 30px;
   border-top-left-radius: 30px;
}
#wb_master-pageThemeableButton3 .ui-corner-all,
#wb_master-pageThemeableButton3 .ui-corner-right {
   border-bottom-right-radius: 30px;
   border-top-right-radius: 30px;
}
#master-pageThemeableButton3 {
   transition: all 500ms linear 0ms;
}
#wb_master-pageThemeableButton3 .ui-button {
   background-color: #DC1441;
   background-image: none;
   border: 2px solid #DC1441;
   color: #000000;
   transition: all 900ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#wb_master-pageThemeableButton3 .ui-state-hover,
#wb_master-pageThemeableButton3 .ui-button:hover {
   background-color: #000000;
   background-image: none;
   border-color: #000000;
   color: #DC1441;
}
#wb_master-pageThemeableButton3 .ui-button:disabled {
   opacity: .5;
   pointer-events: none;
}
#wb_master-pageThemeableButton3 .ui-state-active,
#wb_master-pageThemeableButton3 .ui-button:active {
   background-color: #FFFFFF;
   background-image: none;
   border-color: #FFFFFF;
   color: #DC1441;
}
#master1Button1 {
   -webkit-appearance: none;
   background-color: #000000;
   background-image: none;
   border: 0px solid #DCDCDC;
   border-radius: 4px;
   box-sizing: border-box;
   color: #DC1441;
   cursor: pointer;
   font-family: "Livvic";
   font-size: 11px;
   font-style: normal;
   font-weight: 700;
   line-height: 20px;
   margin: 0;
   padding: 1px 6px 2px 6px;
   text-align: center;
   text-decoration: none;
   vertical-align: top;
}
#master1Button1:focus {
   outline: 0;
}
#wb_indexHeading4 {
   display: block;
   width: 100%;
   z-index: 93;
}
#indexThemeableButton2 {
   height: 100%;
   width: 100%;
}
#wb_indexHeading6 {
   display: block;
   width: 100%;
   z-index: 22;
}
#indexThemeableButton1 {
   height: 100%;
   width: 100%;
}
#wb_indexHeading1 {
   display: block;
   width: 100%;
   z-index: 8;
}
#wb_page3ThemeableButton2 {
   display: inline-block;
   height: 37px;
   width: 100px;
   z-index: 51;
}
#indexShape1 {
   height: 25px;
   width: 25px;
}
#wb_indexThemeableButton2 {
   display: inline-block;
   height: 37px;
   width: 121px;
   z-index: 47;
}
#wb_indexThemeableButton1 {
   display: inline-block;
   height: 48px;
   width: 217px;
   z-index: 17;
}
#wb_Image4 {
   display: block;
   height: auto;
   width: 100%;
   z-index: 99;
}
#wb_Card17 {
   display: flex;
   width: 100%;
   z-index: 23;
}
#master-pageThemeableButton3 {
   height: 100%;
   width: 100%;
}
#indexImage1 {
   z-index: 1;
}
#wb_masterJavaScript1 {
   display: block;
   width: 100%;
   z-index: 100;
}
#wb_indexImage1 {
   display: block;
   height: auto;
   width: 100%;
   z-index: 13;
}
#wb_page3Icon3 {
   display: inline-block;
   height: 18px;
   text-align: center;
   width: 20px;
   z-index: 98;
}
#wb_page3Icon2 {
   display: inline-block;
   height: 18px;
   text-align: center;
   width: 20px;
   z-index: 97;
}
#wb_page3Icon1 {
   display: inline-block;
   height: 18px;
   text-align: center;
   width: 20px;
   z-index: 96;
}
#wb_aboutCard1 {
   display: flex;
   width: 100%;
   z-index: 25;
}
#indexShape6 {
   height: 25px;
   width: 25px;
}
#master1Button1 {
   display: block;
   height: 23px;
   width: 100%;
   z-index: 1;
}
#copyrightnotice {
   color: #DC1441;
   font-family: "Livvic";
   font-size: 13px;
   font-style: normal;
   font-weight: 900;
   text-align: right;
   text-decoration: none;
}
#aboutHorizontalLine7 {
   display: inline-block;
   width: 72px;
   z-index: 63;
}
#aboutThemeableButton4 {
   height: 100%;
   width: 100%;
}
#aboutHorizontalLine3 {
   display: inline-block;
   width: 72px;
   z-index: 59;
}
#aboutThemeableButton2 {
   height: 100%;
   width: 100%;
}
#aboutHorizontalLine4 {
   display: block;
   width: 100%;
   z-index: 29;
}
#aboutHorizontalLine2 {
   display: block;
   width: 100%;
   z-index: 26;
}
#aboutHorizontalLine1 {
   display: block;
   width: 100%;
   z-index: 24;
}
#Label3 {
   display: block;
   line-height: 17px;
   width: 100%;
   z-index: 0;
}
#indexShape4 {
   height: 25px;
   width: 25px;
}
#wb_indexShape4 {
   display: inline-block;
   height: 25px;
   position: relative;
   width: 25px;
   z-index: 90;
}
#page3HorizontalLine5 {
   display: inline-block;
   width: 72px;
   z-index: 54;
}
#page3HorizontalLine1 {
   display: inline-block;
   width: 72px;
   z-index: 50;
}
#wb_aboutCard3 {
   display: flex;
   width: 100%;
   z-index: 30;
}
#wb_indexShape6 {
   display: inline-block;
   height: 25px;
   position: relative;
   width: 25px;
   z-index: 19;
}
#wb_indexLayoutGrid5 {
   z-index: 1;
}
#wb_indexShape1 {
   display: inline-block;
   height: 25px;
   position: relative;
   width: 25px;
   z-index: 5;
}
#wb_master-pageThemeableButton3 {
   display: block;
   height: 42px;
   width: 100%;
   z-index: 3;
}
#wb_aboutThemeableButton4 {
   display: inline-block;
   height: 37px;
   width: 140px;
   z-index: 60;
}
#wb_aboutThemeableButton2 {
   display: inline-block;
   height: 37px;
   width: 124px;
   z-index: 56;
}
#page3ThemeableButton2 {
   height: 100%;
   width: 100%;
}
#wb_aboutCard2 {
   display: flex;
   width: 100%;
   z-index: 28;
}
#wb_ThemeableMenu2 {
   display: block;
   width: 100%;
   z-index: 2;
}
@media only screen and (min-width: 870px) and (max-width: 1199px) {
body {
   background-color: #FFFFFF;
   background-image: none;
}
#wb_indexLayoutGrid1 {
   display: table;
   visibility: visible;
}
#wb_indexLayoutGrid1 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#indexLayoutGrid1 {
   height: auto;
   padding: 130px 0 30px 0;
}
#indexLayoutGrid1 > .col-1,
#indexLayoutGrid1 > .col-2 {
   padding-left: 25px;
   padding-right: 25px;
}
#indexLayoutGrid1 > .col-1 {
   align-content: flex-start;
   align-items: flex-start;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 58.33333333%;
   justify-content: flex-start;
   max-width: 58.33333333%;
   text-align: left;
}
#indexLayoutGrid1 > .col-2 {
   align-content: flex-start;
   align-items: flex-start;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 41.66666667%;
   justify-content: flex-start;
   max-width: 41.66666667%;
   text-align: left;
}
#wb_indexText1 {
   display: block;
   visibility: visible;
}
#wb_indexText1 {
   font-size: 20px;
   margin: 14px 0 10px 0;
   padding: 0;
   text-align: left;
}
#wb_aboutLayoutGrid1 {
   display: table;
   visibility: visible;
}
#wb_aboutLayoutGrid1 {
   height: 40vh;
   margin-bottom: 0px;
   margin-top: 0px;
}
#aboutLayoutGrid1 {
   height: 40vh;
   padding: 0 15px 0 15px;
}
#aboutLayoutGrid1 .row {
   margin-left: -15px;
   margin-right: -15px;
}
#aboutLayoutGrid1 > .row > .col-1 {
   padding-left: 15px;
   padding-right: 15px;
}
#aboutLayoutGrid1 > .row > .col-1 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 100%;
}
#wb_indexHeading1 {
   display: block;
   font-size: 37px;
   font-style: normal;
   font-weight: normal;
   margin: 5px 0 5px 0;
   padding: 0;
   text-decoration: none;
   visibility: visible;
   width: 100%;
}
#wb_indexHeading1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#indexHeading1 {
   color: #000000;
   font-family: "Livvic";
   font-size: 37px;
   font-style: normal;
   font-weight: 700;
   text-align: left;
   text-transform: none;
}
#indexFlexContainer1 {
   display: flex;
   visibility: visible;
   width: 100%;
}
#indexFlexContainer1 {
   align-content: flex-start;
   align-items: center;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   margin: 0;
   min-height: 0;
   padding: 5px 10px 5px 0;
}
#wb_indexShape1 {
   align-self: auto;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   margin: 0;
   visibility: visible;
}
#wb_indexText3 {
   align-self: auto;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   height: auto;
   visibility: visible;
   width: auto;
}
#wb_indexText3 {
   font-size: 24px;
   margin: 0;
   padding: 0 0 0 8px;
   text-align: left;
}
#wb_indexLayoutGrid4 {
   display: table;
   visibility: visible;
}
#wb_indexLayoutGrid4 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#indexLayoutGrid4 {
   height: auto;
   padding: 70px 0 75px 0;
}
#indexLayoutGrid4 > .col-1,
#indexLayoutGrid4 > .col-2,
#indexLayoutGrid4 > .col-3 {
   padding-left: 25px;
   padding-right: 25px;
}
#indexLayoutGrid4 > .col-1 {
   align-content: flex-start;
   align-items: flex-start;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 41.66666667%;
   justify-content: flex-start;
   max-width: 41.66666667%;
   text-align: left;
}
#indexLayoutGrid4 > .col-2 {
   align-content: center;
   align-items: center;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 50%;
   justify-content: flex-start;
   max-width: 50%;
   text-align: left;
}
#indexLayoutGrid4 > .col-3 {
   align-content: flex-start;
   align-items: flex-start;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 8.33333333%;
   justify-content: flex-start;
   max-width: 8.33333333%;
   text-align: left;
}
#wb_indexText4 {
   display: block;
   visibility: visible;
}
#wb_indexText4 {
   font-size: 24px;
   margin: 0 0 5px 0;
   padding: 0;
   text-align: left;
}
#wb_indexText5 {
   display: block;
   visibility: visible;
}
#wb_indexText5 {
   font-size: 20px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexLayoutGrid5 {
   display: table;
   visibility: visible;
}
#wb_indexLayoutGrid5 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#indexLayoutGrid5 {
   height: auto;
   padding: 0;
}
#indexLayoutGrid5 .row {
   margin-left: 0px;
   margin-right: 0px;
}
#indexLayoutGrid5 > .row > .col-1 {
   padding-left: 0px;
   padding-right: 0px;
}
#indexLayoutGrid5 > .row > .col-1 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 100%;
}
#wb_indexImage1 {
   display: block;
   margin: 0;
   padding: 0;
   visibility: visible;
   width: 100%;
}
#indexImage1 {
   margin-left: auto;
   margin-right: auto;
}
#wb_indexThemeableButton1 {
   display: inline-block;
   height: 48px;
   margin: 30px 0 10px 0;
   visibility: visible;
   width: 217px;
}
#indexThemeableButton1 {
   font-size: 16px;
}
#wb_indexThemeableButton1 .ui-button {
   line-height: 45px;
   padding: 0 0 1px 0;
}
#wb_LegalTeam {
   display: table;
   visibility: visible;
}
#wb_LegalTeam {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#LegalTeam {
   height: auto;
   padding: 50px 10px 50px 10px;
}
#LegalTeam .row {
   margin-left: -10px;
   margin-right: -10px;
}
#LegalTeam > .row > .col-1 {
   padding-left: 10px;
   padding-right: 10px;
}
#LegalTeam > .row > .col-1 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: right;
   width: 100%;
}
#wb_aboutLayoutGrid2 {
   display: table;
   visibility: visible;
}
#wb_aboutLayoutGrid2 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#aboutLayoutGrid2 {
   height: auto;
   padding: 8px 0 5px 0;
}
#aboutLayoutGrid2 .row {
   margin-left: 0px;
   margin-right: 0px;
}
#aboutLayoutGrid2 > .row > .col-1,
#aboutLayoutGrid2 > .row > .col-2 {
   padding-left: 0px;
   padding-right: 0px;
}
#aboutLayoutGrid2 > .row > .col-1 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 50%;
}
#aboutLayoutGrid2 > .row > .col-2 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 50%;
}
#wb_aboutLayoutGrid3 {
   display: table;
   visibility: visible;
}
#wb_aboutLayoutGrid3 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#aboutLayoutGrid3 {
   height: auto;
   padding: 0 5px 0 5px;
}
#aboutLayoutGrid3 .row {
   margin-left: -5px;
   margin-right: -5px;
}
#aboutLayoutGrid3 > .row > .col-1,
#aboutLayoutGrid3 > .row > .col-2 {
   padding-left: 5px;
   padding-right: 5px;
}
#aboutLayoutGrid3 > .row > .col-1 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 50%;
}
#aboutLayoutGrid3 > .row > .col-2 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 50%;
}
#wb_indexLayoutGrid16 {
   display: table;
   visibility: visible;
}
#wb_indexLayoutGrid16 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#indexLayoutGrid16 {
   height: auto;
   padding: 40px 0 40px 0;
}
#indexLayoutGrid16 .row {
   margin-left: 0px;
   margin-right: 0px;
}
#indexLayoutGrid16 > .row > .col-1,
#indexLayoutGrid16 > .row > .col-2 {
   padding-left: 0px;
   padding-right: 0px;
}
#indexLayoutGrid16 > .row > .col-1 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 100%;
}
#indexLayoutGrid16 > .row > .col-2 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 100%;
}
#wb_indexLayoutGrid12 {
   display: table;
   visibility: visible;
}
#wb_indexLayoutGrid12 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#indexLayoutGrid12 {
   height: auto;
   padding: 5px 0 50px 0;
}
#indexLayoutGrid12 > .col-1,
#indexLayoutGrid12 > .col-2,
#indexLayoutGrid12 > .col-3 {
   padding-left: 25px;
   padding-right: 25px;
}
#indexLayoutGrid12 > .col-1 {
   align-content: center;
   align-items: center;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 41.66666667%;
   justify-content: flex-start;
   max-width: 41.66666667%;
   text-align: left;
}
#indexLayoutGrid12 > .col-2 {
   align-content: center;
   align-items: center;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 58.33333333%;
   justify-content: flex-start;
   max-width: 58.33333333%;
   text-align: left;
}
#indexLayoutGrid12 > .col-3 {
   align-content: flex-start;
   align-items: flex-start;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: none;
   flex-basis: 0;
   justify-content: flex-start;
   max-width: 0;
   text-align: left;
}
#wb_indexHeading6 {
   display: block;
   font-size: 35px;
   font-style: normal;
   font-weight: normal;
   margin: 5px 0 5px 0;
   padding: 0;
   text-decoration: none;
   visibility: visible;
   width: 100%;
}
#wb_indexHeading6 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#indexHeading6 {
   color: #000000;
   font-family: "Livvic";
   font-size: 35px;
   font-style: normal;
   font-weight: 700;
   text-align: left;
   text-transform: none;
}
#indexFlexContainer7 {
   display: flex;
   visibility: visible;
   width: 100%;
}
#indexFlexContainer7 {
   align-content: flex-start;
   align-items: center;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   margin: 0;
   min-height: 0;
   padding: 5px 10px 5px 0;
}
#wb_indexShape6 {
   align-self: auto;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   margin: 0;
   visibility: visible;
}
#wb_indexText11 {
   align-self: auto;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   height: auto;
   visibility: visible;
   width: auto;
}
#wb_indexText11 {
   font-size: 24px;
   margin: 0;
   padding: 0 0 0 8px;
   text-align: left;
}
#wb_page3LayoutGrid3 {
   display: table;
   visibility: visible;
}
#wb_page3LayoutGrid3 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#page3LayoutGrid3 {
   height: auto;
   padding: 0 15px 3px 15px;
}
#page3LayoutGrid3 .row {
   margin-left: -15px;
   margin-right: -15px;
}
#page3LayoutGrid3 > .row > .col-1,
#page3LayoutGrid3 > .row > .col-2 {
   padding-left: 15px;
   padding-right: 15px;
}
#page3LayoutGrid3 > .row > .col-1 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 50%;
}
#page3LayoutGrid3 > .row > .col-2 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 50%;
}
#wb_indexThemeableButton2 {
   display: inline-block;
   height: 37px;
   margin: 20px 0 10px 0;
   visibility: visible;
   width: 121px;
}
#indexThemeableButton2 {
   font-size: 15px;
}
#wb_indexThemeableButton2 .ui-button {
   line-height: 36px;
   padding: 0 0 1px 0;
}
#wb_indexText12 {
   display: block;
   visibility: visible;
}
#wb_indexText12 {
   font-size: 21px;
   margin: 0 0 10px 0;
   padding: 0;
   text-align: left;
}
#wb_page3Text2 {
   display: block;
   visibility: visible;
}
#wb_page3Text2 {
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#page3HorizontalLine1 {
   display: inline-block;
   height: 3px;
   margin: 20px 0 0 0;
   visibility: visible;
   width: 72px;
}
#page3HorizontalLine1 {
   border-bottom-width: -17px;
   border-color: #000000;
}
#wb_page3ThemeableButton2 {
   display: inline-block;
   height: 37px;
   margin: 20px 0 10px 0;
   visibility: visible;
   width: 100px;
}
#page3ThemeableButton2 {
   font-size: 15px;
}
#wb_page3ThemeableButton2 .ui-button {
   line-height: 36px;
   padding: 0 0 1px 0;
}
#wb_page3Text5 {
   display: block;
   visibility: visible;
}
#wb_page3Text5 {
   font-size: 21px;
   margin: 0 0 10px 0;
   padding: 0;
   text-align: left;
}
#wb_page3Text6 {
   display: block;
   visibility: visible;
}
#wb_page3Text6 {
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#page3HorizontalLine5 {
   display: inline-block;
   height: 3px;
   margin: 20px 0 0 0;
   visibility: visible;
   width: 72px;
}
#page3HorizontalLine5 {
   border-bottom-width: -17px;
   border-color: #000000;
}
#wb_Card17 {
   display: flex;
   margin: 0;
   visibility: visible;
   width: 100%;
}
#Card17-card-item0 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 14px 5px 0 14px;
}
#wb_Card17:hover #Card17-card-item0 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#Card17-card-item0 {
   transition: all 500ms linear 0ms;
}
#Card17-card-item0 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card17-card-item0 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#Card17-card-item1 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#Card17-card-item2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
   padding: 0;
}
#Card17-card-item2 {
   transition: all 500ms linear 0ms;
}
#wb_Card17:hover #Card17-card-item2 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#Card17-card-item2 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#Card17-card-item3 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#Card17-card-item4 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
}
#Card17-card-item4 {
   transition: all 500ms linear 0ms;
}
#wb_Card17:hover #Card17-card-item4 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#Card17-card-item4 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card17-card-item4 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#Card17-card-item5 {
   background-attachment: scroll;
   background-color: transparent;
   background-image: url('../images/astro-00001.png');
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   box-sizing: border-box;
   color: #000000;
   font-family: Arial;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   line-height: 13px;
   margin: -80px 6px 0 6px;
   padding: 230px 10px 230px 10px;
}
#Card17-card-item5 {
   border-radius: 3px;
   transform: translate(0px,60px) rotate(0deg);
   transition: transform 500ms linear 0ms, border-radius 500ms linear 0ms;
}
#wb_Card17:hover #Card17-card-item5 {
   transform: rotate(0deg);
   transition: transform 500ms linear 0ms;
}
#Card17-card-item6 {
   background-color: #000000;
   background-image: none;
   box-sizing: border-box;
   color: #DC1441;
   font-family: "Livvic";
   font-size: 19px;
   font-style: normal;
   font-weight: 700;
   margin: 0;
   padding: 17px 10px 6px 20px;
}
#Card17-card-item7 {
   background-color: #000000;
   background-image: none;
   border-radius: 0 0 15px 15px  !important;
   box-sizing: border-box;
   color: #FFFFFF;
   font-family: Livvic;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   margin: 0;
   padding: 0 5px 25px 20px;
}
#wb_Card17 {
   text-align: left;
}
#wb_aboutCard1 {
   display: flex;
   margin: 0;
   visibility: visible;
   width: 100%;
}
#aboutCard1-card-item0 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 14px 5px 0 14px;
}
#wb_aboutCard1:hover #aboutCard1-card-item0 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard1-card-item0 {
   transition: all 500ms linear 0ms;
}
#aboutCard1-card-item0 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#aboutCard1-card-item0 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard1-card-item1 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#aboutCard1-card-item2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
   padding: 0;
}
#aboutCard1-card-item2 {
   transition: all 500ms linear 0ms;
}
#wb_aboutCard1:hover #aboutCard1-card-item2 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard1-card-item2 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard1-card-item3 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#aboutCard1-card-item4 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
}
#aboutCard1-card-item4 {
   transition: all 500ms linear 0ms;
}
#wb_aboutCard1:hover #aboutCard1-card-item4 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard1-card-item4 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#aboutCard1-card-item4 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard1-card-item5 {
   background-attachment: scroll;
   background-color: transparent;
   background-image: url('../images/astro-00002.png');
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   box-sizing: border-box;
   color: #000000;
   font-family: Arial;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   line-height: 13px;
   margin: -80px 6px 0 6px;
   padding: 230px 10px 230px 10px;
}
#aboutCard1-card-item5 {
   border-radius: 3px;
   transform: translate(0px,60px) rotate(0deg);
   transition: transform 500ms linear 0ms, border-radius 500ms linear 0ms;
}
#wb_aboutCard1:hover #aboutCard1-card-item5 {
   transform: rotate(0deg);
   transition: transform 500ms linear 0ms;
}
#aboutCard1-card-item6 {
   background-color: #000000;
   background-image: none;
   box-sizing: border-box;
   color: #DC1441;
   font-family: "Livvic";
   font-size: 19px;
   font-style: normal;
   font-weight: 700;
   margin: 0;
   padding: 17px 10px 6px 20px;
}
#aboutCard1-card-item7 {
   background-color: #000000;
   background-image: none;
   border-radius: 0 0 15px 15px  !important;
   box-sizing: border-box;
   color: #FFFFFF;
   font-family: Livvic;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   margin: 0;
   padding: 0 5px 25px 20px;
}
#wb_aboutCard1 {
   text-align: left;
}
#wb_aboutLayoutGrid4 {
   display: table;
   visibility: visible;
}
#wb_aboutLayoutGrid4 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#aboutLayoutGrid4 {
   height: auto;
   padding: 0 5px 0 5px;
}
#aboutLayoutGrid4 .row {
   margin-left: -5px;
   margin-right: -5px;
}
#aboutLayoutGrid4 > .row > .col-1,
#aboutLayoutGrid4 > .row > .col-2 {
   padding-left: 5px;
   padding-right: 5px;
}
#aboutLayoutGrid4 > .row > .col-1 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 50%;
}
#aboutLayoutGrid4 > .row > .col-2 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 50%;
}
#wb_aboutCard2 {
   display: flex;
   margin: 0;
   visibility: visible;
   width: 100%;
}
#aboutCard2-card-item0 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 14px 5px 0 14px;
}
#wb_aboutCard2:hover #aboutCard2-card-item0 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard2-card-item0 {
   transition: all 500ms linear 0ms;
}
#aboutCard2-card-item0 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#aboutCard2-card-item0 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard2-card-item1 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#aboutCard2-card-item2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
   padding: 0;
}
#aboutCard2-card-item2 {
   transition: all 500ms linear 0ms;
}
#wb_aboutCard2:hover #aboutCard2-card-item2 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard2-card-item2 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard2-card-item3 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#aboutCard2-card-item4 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
}
#aboutCard2-card-item4 {
   transition: all 500ms linear 0ms;
}
#wb_aboutCard2:hover #aboutCard2-card-item4 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard2-card-item4 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#aboutCard2-card-item4 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard2-card-item5 {
   background-attachment: scroll;
   background-color: transparent;
   background-image: url('../images/astro-00004.png');
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   box-sizing: border-box;
   color: #000000;
   font-family: Arial;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   line-height: 13px;
   margin: -80px 6px 0 6px;
   padding: 230px 10px 230px 10px;
}
#aboutCard2-card-item5 {
   border-radius: 3px;
   transform: translate(0px,60px) rotate(0deg);
   transition: transform 500ms linear 0ms, border-radius 500ms linear 0ms;
}
#wb_aboutCard2:hover #aboutCard2-card-item5 {
   transform: rotate(0deg);
   transition: transform 500ms linear 0ms;
}
#aboutCard2-card-item6 {
   background-color: #000000;
   background-image: none;
   box-sizing: border-box;
   color: #DC1441;
   font-family: "Livvic";
   font-size: 19px;
   font-style: normal;
   font-weight: 700;
   margin: 0;
   padding: 17px 10px 6px 20px;
}
#aboutCard2-card-item7 {
   background-color: #000000;
   background-image: none;
   border-radius: 0 0 15px 15px  !important;
   box-sizing: border-box;
   color: #FFFFFF;
   font-family: Livvic;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   margin: 0;
   padding: 0 5px 25px 20px;
}
#wb_aboutCard2 {
   text-align: left;
}
#wb_aboutCard3 {
   display: flex;
   margin: 0;
   visibility: visible;
   width: 100%;
}
#aboutCard3-card-item0 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 14px 5px 0 14px;
}
#wb_aboutCard3:hover #aboutCard3-card-item0 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard3-card-item0 {
   transition: all 500ms linear 0ms;
}
#aboutCard3-card-item0 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#aboutCard3-card-item0 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard3-card-item1 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#aboutCard3-card-item2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
   padding: 0;
}
#aboutCard3-card-item2 {
   transition: all 500ms linear 0ms;
}
#wb_aboutCard3:hover #aboutCard3-card-item2 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard3-card-item2 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard3-card-item3 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#aboutCard3-card-item4 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
}
#aboutCard3-card-item4 {
   transition: all 500ms linear 0ms;
}
#wb_aboutCard3:hover #aboutCard3-card-item4 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard3-card-item4 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#aboutCard3-card-item4 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard3-card-item5 {
   background-attachment: scroll;
   background-color: transparent;
   background-image: url('../images/astro-00007.png');
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   box-sizing: border-box;
   color: #000000;
   font-family: Arial;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   line-height: 13px;
   margin: -80px 6px 0 6px;
   padding: 230px 10px 230px 10px;
}
#aboutCard3-card-item5 {
   border-radius: 3px;
   transform: translate(0px,60px) rotate(0deg);
   transition: transform 500ms linear 0ms, border-radius 500ms linear 0ms;
}
#wb_aboutCard3:hover #aboutCard3-card-item5 {
   transform: rotate(0deg);
   transition: transform 500ms linear 0ms;
}
#aboutCard3-card-item6 {
   background-color: #000000;
   background-image: none;
   box-sizing: border-box;
   color: #DC1441;
   font-family: "Livvic";
   font-size: 19px;
   font-style: normal;
   font-weight: 700;
   margin: 0;
   padding: 17px 10px 6px 20px;
}
#aboutCard3-card-item7 {
   background-color: #000000;
   background-image: none;
   border-radius: 0 0 15px 15px  !important;
   box-sizing: border-box;
   color: #FFFFFF;
   font-family: Livvic;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   margin: 0;
   padding: 0 5px 25px 20px;
}
#wb_aboutCard3 {
   text-align: left;
}
#wb_aboutLayoutGrid5 {
   display: table;
   visibility: visible;
}
#wb_aboutLayoutGrid5 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#aboutLayoutGrid5 {
   height: auto;
   padding: 0 15px 3px 15px;
}
#aboutLayoutGrid5 .row {
   margin-left: -15px;
   margin-right: -15px;
}
#aboutLayoutGrid5 > .row > .col-1,
#aboutLayoutGrid5 > .row > .col-2 {
   padding-left: 15px;
   padding-right: 15px;
}
#aboutLayoutGrid5 > .row > .col-1 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 50%;
}
#aboutLayoutGrid5 > .row > .col-2 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 50%;
}
#wb_aboutThemeableButton2 {
   display: inline-block;
   height: 37px;
   margin: 20px 0 10px 0;
   visibility: visible;
   width: 124px;
}
#aboutThemeableButton2 {
   font-size: 15px;
}
#wb_aboutThemeableButton2 .ui-button {
   line-height: 36px;
   padding: 0 0 1px 0;
}
#wb_aboutText3 {
   display: block;
   visibility: visible;
}
#wb_aboutText3 {
   font-size: 21px;
   margin: 0 0 10px 0;
   padding: 0;
   text-align: left;
}
#wb_aboutText4 {
   display: block;
   visibility: visible;
}
#wb_aboutText4 {
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#aboutHorizontalLine3 {
   display: inline-block;
   height: 3px;
   margin: 20px 0 0 0;
   visibility: visible;
   width: 72px;
}
#aboutHorizontalLine3 {
   border-bottom-width: -17px;
   border-color: #000000;
}
#wb_aboutThemeableButton4 {
   display: inline-block;
   height: 37px;
   margin: 20px 0 10px 0;
   visibility: visible;
   width: 140px;
}
#aboutThemeableButton4 {
   font-size: 15px;
}
#wb_aboutThemeableButton4 .ui-button {
   line-height: 36px;
   padding: 0 0 1px 0;
}
#wb_aboutText7 {
   display: block;
   visibility: visible;
}
#wb_aboutText7 {
   font-size: 21px;
   margin: 0 0 10px 0;
   padding: 0;
   text-align: left;
}
#wb_aboutText8 {
   display: block;
   visibility: visible;
}
#wb_aboutText8 {
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#aboutHorizontalLine7 {
   display: inline-block;
   height: 3px;
   margin: 20px 0 0 0;
   visibility: visible;
   width: 72px;
}
#aboutHorizontalLine7 {
   border-bottom-width: -17px;
   border-color: #000000;
}
#aboutHorizontalLine1 {
   display: block;
   height: 20px;
   margin: 0;
   visibility: visible;
   width: 100%;
}
#aboutHorizontalLine1 {
   border-bottom-width: 20px;
   border-color: transparent;
}
#aboutHorizontalLine2 {
   display: block;
   height: 20px;
   margin: 0;
   visibility: visible;
   width: 100%;
}
#aboutHorizontalLine2 {
   border-bottom-width: 20px;
   border-color: transparent;
}
#aboutHorizontalLine4 {
   display: block;
   height: 20px;
   margin: 0;
   visibility: visible;
   width: 100%;
}
#aboutHorizontalLine4 {
   border-bottom-width: 20px;
   border-color: transparent;
}
}
@media only screen and (min-width: 768px) and (max-width: 869px) {
body {
   background-color: #FFFFFF;
   background-image: none;
}
#wb_indexLayoutGrid1 {
   display: table;
   visibility: visible;
}
#wb_indexLayoutGrid1 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#indexLayoutGrid1 {
   height: auto;
   padding: 130px 0 30px 0;
}
#indexLayoutGrid1 > .col-1,
#indexLayoutGrid1 > .col-2 {
   padding-left: 25px;
   padding-right: 25px;
}
#indexLayoutGrid1 > .col-1 {
   align-content: flex-start;
   align-items: flex-start;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 100%;
   justify-content: flex-start;
   max-width: 100%;
   text-align: left;
}
#indexLayoutGrid1 > .col-2 {
   align-content: flex-start;
   align-items: flex-start;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 100%;
   justify-content: flex-start;
   max-width: 100%;
   text-align: left;
}
#wb_indexText1 {
   display: block;
   visibility: visible;
}
#wb_indexText1 {
   font-size: 20px;
   margin: 14px 0 10px 0;
   padding: 0;
   text-align: left;
}
#wb_aboutLayoutGrid1 {
   display: table;
   visibility: visible;
}
#wb_aboutLayoutGrid1 {
   height: 40vh;
   margin-bottom: 0px;
   margin-top: 0px;
}
#aboutLayoutGrid1 {
   height: 40vh;
   padding: 0 15px 0 15px;
}
#aboutLayoutGrid1 .row {
   margin-left: -15px;
   margin-right: -15px;
}
#aboutLayoutGrid1 > .row > .col-1 {
   padding-left: 15px;
   padding-right: 15px;
}
#aboutLayoutGrid1 > .row > .col-1 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 100%;
}
#wb_indexHeading1 {
   display: block;
   font-size: 35px;
   font-style: normal;
   font-weight: normal;
   margin: 5px 0 5px 0;
   padding: 0;
   text-decoration: none;
   visibility: visible;
   width: 100%;
}
#wb_indexHeading1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#indexHeading1 {
   color: #000000;
   font-family: "Livvic";
   font-size: 35px;
   font-style: normal;
   font-weight: 700;
   text-align: left;
   text-transform: none;
}
#indexFlexContainer1 {
   display: flex;
   visibility: visible;
   width: 100%;
}
#indexFlexContainer1 {
   align-content: flex-start;
   align-items: center;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   margin: 0;
   min-height: 0;
   padding: 5px 10px 5px 0;
}
#wb_indexShape1 {
   align-self: auto;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   margin: 0;
   visibility: visible;
}
#wb_indexText3 {
   align-self: auto;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   height: auto;
   visibility: visible;
   width: auto;
}
#wb_indexText3 {
   font-size: 24px;
   margin: 0;
   padding: 0 0 0 8px;
   text-align: left;
}
#wb_indexLayoutGrid4 {
   display: table;
   visibility: visible;
}
#wb_indexLayoutGrid4 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#indexLayoutGrid4 {
   height: auto;
   padding: 70px 0 75px 0;
}
#indexLayoutGrid4 > .col-1,
#indexLayoutGrid4 > .col-2,
#indexLayoutGrid4 > .col-3 {
   padding-left: 25px;
   padding-right: 25px;
}
#indexLayoutGrid4 > .col-1 {
   align-content: flex-start;
   align-items: flex-start;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 100%;
   justify-content: flex-start;
   max-width: 100%;
   text-align: left;
}
#indexLayoutGrid4 > .col-2 {
   align-content: center;
   align-items: center;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 100%;
   justify-content: flex-start;
   max-width: 100%;
   text-align: left;
}
#indexLayoutGrid4 > .col-3 {
   align-content: flex-start;
   align-items: flex-start;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 100%;
   justify-content: flex-start;
   max-width: 100%;
   text-align: left;
}
#wb_indexText4 {
   display: block;
   visibility: visible;
}
#wb_indexText4 {
   font-size: 24px;
   margin: 20px 0 5px 0;
   padding: 0;
   text-align: left;
}
#wb_indexText5 {
   display: block;
   visibility: visible;
}
#wb_indexText5 {
   font-size: 20px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexLayoutGrid5 {
   display: table;
   visibility: visible;
}
#wb_indexLayoutGrid5 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#indexLayoutGrid5 {
   height: auto;
   padding: 0;
}
#indexLayoutGrid5 .row {
   margin-left: 0px;
   margin-right: 0px;
}
#indexLayoutGrid5 > .row > .col-1 {
   padding-left: 0px;
   padding-right: 0px;
}
#indexLayoutGrid5 > .row > .col-1 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 100%;
}
#wb_indexImage1 {
   display: block;
   margin: 0;
   padding: 0;
   visibility: visible;
   width: 100%;
}
#indexImage1 {
   margin-left: auto;
   margin-right: auto;
}
#wb_indexThemeableButton1 {
   display: inline-block;
   height: 48px;
   margin: 30px 0 10px 0;
   visibility: visible;
   width: 217px;
}
#indexThemeableButton1 {
   font-size: 16px;
}
#wb_indexThemeableButton1 .ui-button {
   line-height: 45px;
   padding: 0 0 1px 0;
}
#wb_LegalTeam {
   display: table;
   visibility: visible;
}
#wb_LegalTeam {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#LegalTeam {
   height: auto;
   padding: 50px 10px 50px 10px;
}
#LegalTeam .row {
   margin-left: -10px;
   margin-right: -10px;
}
#LegalTeam > .row > .col-1 {
   padding-left: 10px;
   padding-right: 10px;
}
#LegalTeam > .row > .col-1 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: right;
   width: 100%;
}
#wb_aboutLayoutGrid2 {
   display: table;
   visibility: visible;
}
#wb_aboutLayoutGrid2 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#aboutLayoutGrid2 {
   height: auto;
   padding: 8px 0 5px 0;
}
#aboutLayoutGrid2 .row {
   margin-left: 0px;
   margin-right: 0px;
}
#aboutLayoutGrid2 > .row > .col-1,
#aboutLayoutGrid2 > .row > .col-2 {
   padding-left: 0px;
   padding-right: 0px;
}
#aboutLayoutGrid2 > .row > .col-1 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 100%;
}
#aboutLayoutGrid2 > .row > .col-2 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 100%;
}
#wb_aboutLayoutGrid3 {
   display: table;
   visibility: visible;
}
#wb_aboutLayoutGrid3 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#aboutLayoutGrid3 {
   height: auto;
   padding: 0 15px 0 15px;
}
#aboutLayoutGrid3 .row {
   margin-left: -15px;
   margin-right: -15px;
}
#aboutLayoutGrid3 > .row > .col-1,
#aboutLayoutGrid3 > .row > .col-2 {
   padding-left: 15px;
   padding-right: 15px;
}
#aboutLayoutGrid3 > .row > .col-1 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 50%;
}
#aboutLayoutGrid3 > .row > .col-2 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 50%;
}
#wb_indexLayoutGrid16 {
   display: table;
   visibility: visible;
}
#wb_indexLayoutGrid16 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#indexLayoutGrid16 {
   height: auto;
   padding: 40px 0 40px 0;
}
#indexLayoutGrid16 .row {
   margin-left: 0px;
   margin-right: 0px;
}
#indexLayoutGrid16 > .row > .col-1,
#indexLayoutGrid16 > .row > .col-2 {
   padding-left: 0px;
   padding-right: 0px;
}
#indexLayoutGrid16 > .row > .col-1 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 100%;
}
#indexLayoutGrid16 > .row > .col-2 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 100%;
}
#wb_indexLayoutGrid12 {
   display: table;
   visibility: visible;
}
#wb_indexLayoutGrid12 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#indexLayoutGrid12 {
   height: auto;
   padding: 5px 0 50px 0;
}
#indexLayoutGrid12 > .col-1,
#indexLayoutGrid12 > .col-2,
#indexLayoutGrid12 > .col-3 {
   padding-left: 25px;
   padding-right: 25px;
}
#indexLayoutGrid12 > .col-1 {
   align-content: center;
   align-items: center;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 41.66666667%;
   justify-content: flex-start;
   max-width: 41.66666667%;
   text-align: left;
}
#indexLayoutGrid12 > .col-2 {
   align-content: center;
   align-items: center;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 58.33333333%;
   justify-content: flex-start;
   max-width: 58.33333333%;
   text-align: left;
}
#indexLayoutGrid12 > .col-3 {
   align-content: flex-start;
   align-items: flex-start;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: none;
   flex-basis: 0;
   justify-content: flex-start;
   max-width: 0;
   text-align: left;
}
#wb_indexHeading6 {
   display: block;
   font-size: 35px;
   font-style: normal;
   font-weight: normal;
   margin: 5px 0 5px 0;
   padding: 0;
   text-decoration: none;
   visibility: visible;
   width: 100%;
}
#wb_indexHeading6 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#indexHeading6 {
   color: #000000;
   font-family: "Livvic";
   font-size: 35px;
   font-style: normal;
   font-weight: 700;
   text-align: left;
   text-transform: none;
}
#indexFlexContainer7 {
   display: flex;
   visibility: visible;
   width: 100%;
}
#indexFlexContainer7 {
   align-content: flex-start;
   align-items: center;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   margin: 0;
   min-height: 0;
   padding: 5px 10px 5px 0;
}
#wb_indexShape6 {
   align-self: auto;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   margin: 0;
   visibility: visible;
}
#wb_indexText11 {
   align-self: auto;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   height: auto;
   visibility: visible;
   width: auto;
}
#wb_indexText11 {
   font-size: 24px;
   margin: 0;
   padding: 0 0 0 8px;
   text-align: left;
}
#wb_page3LayoutGrid3 {
   display: table;
   visibility: visible;
}
#wb_page3LayoutGrid3 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#page3LayoutGrid3 {
   height: auto;
   padding: 0 15px 3px 15px;
}
#page3LayoutGrid3 .row {
   margin-left: -15px;
   margin-right: -15px;
}
#page3LayoutGrid3 > .row > .col-1,
#page3LayoutGrid3 > .row > .col-2 {
   padding-left: 15px;
   padding-right: 15px;
}
#page3LayoutGrid3 > .row > .col-1 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 50%;
}
#page3LayoutGrid3 > .row > .col-2 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 50%;
}
#wb_indexThemeableButton2 {
   display: inline-block;
   height: 37px;
   margin: 20px 0 10px 0;
   visibility: visible;
   width: 121px;
}
#indexThemeableButton2 {
   font-size: 15px;
}
#wb_indexThemeableButton2 .ui-button {
   line-height: 36px;
   padding: 0 0 1px 0;
}
#wb_indexText12 {
   display: block;
   visibility: visible;
}
#wb_indexText12 {
   font-size: 21px;
   margin: 0 0 10px 0;
   padding: 0;
   text-align: left;
}
#wb_page3Text2 {
   display: block;
   visibility: visible;
}
#wb_page3Text2 {
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#page3HorizontalLine1 {
   display: inline-block;
   height: 3px;
   margin: 20px 0 0 0;
   visibility: visible;
   width: 72px;
}
#page3HorizontalLine1 {
   border-bottom-width: -17px;
   border-color: #000000;
}
#wb_page3ThemeableButton2 {
   display: inline-block;
   height: 37px;
   margin: 20px 0 10px 0;
   visibility: visible;
   width: 100px;
}
#page3ThemeableButton2 {
   font-size: 15px;
}
#wb_page3ThemeableButton2 .ui-button {
   line-height: 36px;
   padding: 0 0 1px 0;
}
#wb_page3Text5 {
   display: block;
   visibility: visible;
}
#wb_page3Text5 {
   font-size: 21px;
   margin: 0 0 10px 0;
   padding: 0;
   text-align: left;
}
#wb_page3Text6 {
   display: block;
   visibility: visible;
}
#wb_page3Text6 {
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#page3HorizontalLine5 {
   display: inline-block;
   height: 3px;
   margin: 20px 0 0 0;
   visibility: visible;
   width: 72px;
}
#page3HorizontalLine5 {
   border-bottom-width: -17px;
   border-color: #000000;
}
#wb_Card17 {
   display: flex;
   margin: 0;
   visibility: visible;
   width: 100%;
}
#Card17-card-item0 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 14px 5px 0 14px;
}
#wb_Card17:hover #Card17-card-item0 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#Card17-card-item0 {
   transition: all 500ms linear 0ms;
}
#Card17-card-item0 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card17-card-item0 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#Card17-card-item1 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#Card17-card-item2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
   padding: 0;
}
#Card17-card-item2 {
   transition: all 500ms linear 0ms;
}
#wb_Card17:hover #Card17-card-item2 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#Card17-card-item2 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#Card17-card-item3 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#Card17-card-item4 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
}
#Card17-card-item4 {
   transition: all 500ms linear 0ms;
}
#wb_Card17:hover #Card17-card-item4 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#Card17-card-item4 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card17-card-item4 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#Card17-card-item5 {
   background-attachment: scroll;
   background-color: transparent;
   background-image: url('../images/astro-00001.png');
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   box-sizing: border-box;
   color: #000000;
   font-family: Arial;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   line-height: 13px;
   margin: -80px 6px 0 6px;
   padding: 230px 10px 230px 10px;
}
#Card17-card-item5 {
   border-radius: 3px;
   transform: translate(0px,60px) rotate(0deg);
   transition: transform 500ms linear 0ms, border-radius 500ms linear 0ms;
}
#wb_Card17:hover #Card17-card-item5 {
   transform: rotate(0deg);
   transition: transform 500ms linear 0ms;
}
#Card17-card-item6 {
   background-color: #000000;
   background-image: none;
   box-sizing: border-box;
   color: #DC1441;
   font-family: "Livvic";
   font-size: 19px;
   font-style: normal;
   font-weight: 700;
   margin: 0;
   padding: 17px 10px 6px 20px;
}
#Card17-card-item7 {
   background-color: #000000;
   background-image: none;
   border-radius: 0 0 15px 15px  !important;
   box-sizing: border-box;
   color: #FFFFFF;
   font-family: Livvic;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   margin: 0;
   padding: 0 5px 25px 20px;
}
#wb_Card17 {
   text-align: left;
}
#wb_aboutCard1 {
   display: flex;
   margin: 0;
   visibility: visible;
   width: 100%;
}
#aboutCard1-card-item0 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 14px 5px 0 14px;
}
#wb_aboutCard1:hover #aboutCard1-card-item0 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard1-card-item0 {
   transition: all 500ms linear 0ms;
}
#aboutCard1-card-item0 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#aboutCard1-card-item0 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard1-card-item1 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#aboutCard1-card-item2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
   padding: 0;
}
#aboutCard1-card-item2 {
   transition: all 500ms linear 0ms;
}
#wb_aboutCard1:hover #aboutCard1-card-item2 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard1-card-item2 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard1-card-item3 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#aboutCard1-card-item4 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
}
#aboutCard1-card-item4 {
   transition: all 500ms linear 0ms;
}
#wb_aboutCard1:hover #aboutCard1-card-item4 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard1-card-item4 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#aboutCard1-card-item4 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard1-card-item5 {
   background-attachment: scroll;
   background-color: transparent;
   background-image: url('../images/astro-00002.png');
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   box-sizing: border-box;
   color: #000000;
   font-family: Arial;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   line-height: 13px;
   margin: -80px 6px 0 6px;
   padding: 230px 10px 230px 10px;
}
#aboutCard1-card-item5 {
   border-radius: 3px;
   transform: translate(0px,60px) rotate(0deg);
   transition: transform 500ms linear 0ms, border-radius 500ms linear 0ms;
}
#wb_aboutCard1:hover #aboutCard1-card-item5 {
   transform: rotate(0deg);
   transition: transform 500ms linear 0ms;
}
#aboutCard1-card-item6 {
   background-color: #000000;
   background-image: none;
   box-sizing: border-box;
   color: #DC1441;
   font-family: "Livvic";
   font-size: 19px;
   font-style: normal;
   font-weight: 700;
   margin: 0;
   padding: 17px 10px 6px 20px;
}
#aboutCard1-card-item7 {
   background-color: #000000;
   background-image: none;
   border-radius: 0 0 15px 15px  !important;
   box-sizing: border-box;
   color: #FFFFFF;
   font-family: Livvic;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   margin: 0;
   padding: 0 5px 25px 20px;
}
#wb_aboutCard1 {
   text-align: left;
}
#wb_aboutLayoutGrid4 {
   display: table;
   visibility: visible;
}
#wb_aboutLayoutGrid4 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#aboutLayoutGrid4 {
   height: auto;
   padding: 0 15px 0 15px;
}
#aboutLayoutGrid4 .row {
   margin-left: -15px;
   margin-right: -15px;
}
#aboutLayoutGrid4 > .row > .col-1,
#aboutLayoutGrid4 > .row > .col-2 {
   padding-left: 15px;
   padding-right: 15px;
}
#aboutLayoutGrid4 > .row > .col-1 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 50%;
}
#aboutLayoutGrid4 > .row > .col-2 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 50%;
}
#wb_aboutCard2 {
   display: flex;
   margin: 0;
   visibility: visible;
   width: 100%;
}
#aboutCard2-card-item0 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 14px 5px 0 14px;
}
#wb_aboutCard2:hover #aboutCard2-card-item0 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard2-card-item0 {
   transition: all 500ms linear 0ms;
}
#aboutCard2-card-item0 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#aboutCard2-card-item0 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard2-card-item1 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#aboutCard2-card-item2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
   padding: 0;
}
#aboutCard2-card-item2 {
   transition: all 500ms linear 0ms;
}
#wb_aboutCard2:hover #aboutCard2-card-item2 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard2-card-item2 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard2-card-item3 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#aboutCard2-card-item4 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
}
#aboutCard2-card-item4 {
   transition: all 500ms linear 0ms;
}
#wb_aboutCard2:hover #aboutCard2-card-item4 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard2-card-item4 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#aboutCard2-card-item4 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard2-card-item5 {
   background-attachment: scroll;
   background-color: transparent;
   background-image: url('../images/astro-00004.png');
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   box-sizing: border-box;
   color: #000000;
   font-family: Arial;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   line-height: 13px;
   margin: -80px 6px 0 6px;
   padding: 230px 10px 230px 10px;
}
#aboutCard2-card-item5 {
   border-radius: 3px;
   transform: translate(0px,60px) rotate(0deg);
   transition: transform 500ms linear 0ms, border-radius 500ms linear 0ms;
}
#wb_aboutCard2:hover #aboutCard2-card-item5 {
   transform: rotate(0deg);
   transition: transform 500ms linear 0ms;
}
#aboutCard2-card-item6 {
   background-color: #000000;
   background-image: none;
   box-sizing: border-box;
   color: #DC1441;
   font-family: "Livvic";
   font-size: 19px;
   font-style: normal;
   font-weight: 700;
   margin: 0;
   padding: 17px 10px 6px 20px;
}
#aboutCard2-card-item7 {
   background-color: #000000;
   background-image: none;
   border-radius: 0 0 15px 15px  !important;
   box-sizing: border-box;
   color: #FFFFFF;
   font-family: Livvic;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   margin: 0;
   padding: 0 5px 25px 20px;
}
#wb_aboutCard2 {
   text-align: left;
}
#wb_aboutCard3 {
   display: flex;
   margin: 0;
   visibility: visible;
   width: 100%;
}
#aboutCard3-card-item0 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 14px 5px 0 14px;
}
#wb_aboutCard3:hover #aboutCard3-card-item0 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard3-card-item0 {
   transition: all 500ms linear 0ms;
}
#aboutCard3-card-item0 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#aboutCard3-card-item0 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard3-card-item1 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#aboutCard3-card-item2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
   padding: 0;
}
#aboutCard3-card-item2 {
   transition: all 500ms linear 0ms;
}
#wb_aboutCard3:hover #aboutCard3-card-item2 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard3-card-item2 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard3-card-item3 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#aboutCard3-card-item4 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
}
#aboutCard3-card-item4 {
   transition: all 500ms linear 0ms;
}
#wb_aboutCard3:hover #aboutCard3-card-item4 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard3-card-item4 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#aboutCard3-card-item4 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard3-card-item5 {
   background-attachment: scroll;
   background-color: transparent;
   background-image: url('../images/astro-00007.png');
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   box-sizing: border-box;
   color: #000000;
   font-family: Arial;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   line-height: 13px;
   margin: -80px 6px 0 6px;
   padding: 230px 10px 230px 10px;
}
#aboutCard3-card-item5 {
   border-radius: 3px;
   transform: translate(0px,60px) rotate(0deg);
   transition: transform 500ms linear 0ms, border-radius 500ms linear 0ms;
}
#wb_aboutCard3:hover #aboutCard3-card-item5 {
   transform: rotate(0deg);
   transition: transform 500ms linear 0ms;
}
#aboutCard3-card-item6 {
   background-color: #000000;
   background-image: none;
   box-sizing: border-box;
   color: #DC1441;
   font-family: "Livvic";
   font-size: 19px;
   font-style: normal;
   font-weight: 700;
   margin: 0;
   padding: 17px 10px 6px 20px;
}
#aboutCard3-card-item7 {
   background-color: #000000;
   background-image: none;
   border-radius: 0 0 15px 15px  !important;
   box-sizing: border-box;
   color: #FFFFFF;
   font-family: Livvic;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   margin: 0;
   padding: 0 5px 25px 20px;
}
#wb_aboutCard3 {
   text-align: left;
}
#wb_aboutLayoutGrid5 {
   display: table;
   visibility: visible;
}
#wb_aboutLayoutGrid5 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#aboutLayoutGrid5 {
   height: auto;
   padding: 0 15px 3px 15px;
}
#aboutLayoutGrid5 .row {
   margin-left: -15px;
   margin-right: -15px;
}
#aboutLayoutGrid5 > .row > .col-1,
#aboutLayoutGrid5 > .row > .col-2 {
   padding-left: 15px;
   padding-right: 15px;
}
#aboutLayoutGrid5 > .row > .col-1 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 50%;
}
#aboutLayoutGrid5 > .row > .col-2 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 50%;
}
#wb_aboutThemeableButton2 {
   display: inline-block;
   height: 37px;
   margin: 20px 0 10px 0;
   visibility: visible;
   width: 124px;
}
#aboutThemeableButton2 {
   font-size: 15px;
}
#wb_aboutThemeableButton2 .ui-button {
   line-height: 36px;
   padding: 0 0 1px 0;
}
#wb_aboutText3 {
   display: block;
   visibility: visible;
}
#wb_aboutText3 {
   font-size: 21px;
   margin: 0 0 10px 0;
   padding: 0;
   text-align: left;
}
#wb_aboutText4 {
   display: block;
   visibility: visible;
}
#wb_aboutText4 {
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#aboutHorizontalLine3 {
   display: inline-block;
   height: 3px;
   margin: 20px 0 0 0;
   visibility: visible;
   width: 72px;
}
#aboutHorizontalLine3 {
   border-bottom-width: -17px;
   border-color: #000000;
}
#wb_aboutThemeableButton4 {
   display: inline-block;
   height: 37px;
   margin: 20px 0 10px 0;
   visibility: visible;
   width: 140px;
}
#aboutThemeableButton4 {
   font-size: 15px;
}
#wb_aboutThemeableButton4 .ui-button {
   line-height: 36px;
   padding: 0 0 1px 0;
}
#wb_aboutText7 {
   display: block;
   visibility: visible;
}
#wb_aboutText7 {
   font-size: 21px;
   margin: 0 0 10px 0;
   padding: 0;
   text-align: left;
}
#wb_aboutText8 {
   display: block;
   visibility: visible;
}
#wb_aboutText8 {
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#aboutHorizontalLine7 {
   display: inline-block;
   height: 3px;
   margin: 20px 0 0 0;
   visibility: visible;
   width: 72px;
}
#aboutHorizontalLine7 {
   border-bottom-width: -17px;
   border-color: #000000;
}
#aboutHorizontalLine1 {
   display: block;
   height: 20px;
   margin: 0;
   visibility: visible;
   width: 100%;
}
#aboutHorizontalLine1 {
   border-bottom-width: 20px;
   border-color: transparent;
}
#aboutHorizontalLine2 {
   display: block;
   height: 20px;
   margin: 0;
   visibility: visible;
   width: 100%;
}
#aboutHorizontalLine2 {
   border-bottom-width: 20px;
   border-color: transparent;
}
#aboutHorizontalLine4 {
   display: block;
   height: 20px;
   margin: 0;
   visibility: visible;
   width: 100%;
}
#aboutHorizontalLine4 {
   border-bottom-width: 20px;
   border-color: transparent;
}
}
@media only screen and (max-width: 767px) {
body {
   background-color: #FFFFFF;
   background-image: none;
}
#wb_indexLayoutGrid1 {
   display: table;
   visibility: visible;
}
#wb_indexLayoutGrid1 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#indexLayoutGrid1 {
   height: auto;
   padding: 130px 0 30px 0;
}
#indexLayoutGrid1 > .col-1,
#indexLayoutGrid1 > .col-2 {
   padding-left: 25px;
   padding-right: 25px;
}
#indexLayoutGrid1 > .col-1 {
   align-content: flex-start;
   align-items: flex-start;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 100%;
   justify-content: flex-start;
   max-width: 100%;
   text-align: left;
}
#indexLayoutGrid1 > .col-2 {
   align-content: flex-start;
   align-items: flex-start;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 100%;
   justify-content: flex-start;
   max-width: 100%;
   text-align: left;
}
#wb_indexText1 {
   display: block;
   visibility: visible;
}
#wb_indexText1 {
   font-size: 20px;
   margin: 14px 0 10px 0;
   padding: 0;
   text-align: left;
}
#wb_aboutLayoutGrid1 {
   display: table;
   visibility: visible;
}
#wb_aboutLayoutGrid1 {
   height: 40vh;
   margin-bottom: 0px;
   margin-top: 0px;
}
#aboutLayoutGrid1 {
   height: 40vh;
   padding: 0 15px 0 15px;
}
#aboutLayoutGrid1 .row {
   margin-left: -15px;
   margin-right: -15px;
}
#aboutLayoutGrid1 > .row > .col-1 {
   padding-left: 15px;
   padding-right: 15px;
}
#aboutLayoutGrid1 > .row > .col-1 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 100%;
}
#wb_indexHeading1 {
   display: block;
   font-size: 32px;
   font-style: normal;
   font-weight: normal;
   margin: 5px 0 5px 0;
   padding: 0;
   text-decoration: none;
   visibility: visible;
   width: 100%;
}
#wb_indexHeading1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#indexHeading1 {
   color: #000000;
   font-family: "Livvic";
   font-size: 32px;
   font-style: normal;
   font-weight: 700;
   text-align: left;
   text-transform: none;
}
#indexFlexContainer1 {
   display: flex;
   visibility: visible;
   width: 100%;
}
#indexFlexContainer1 {
   align-content: flex-start;
   align-items: center;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   margin: 0;
   min-height: 0;
   padding: 5px 10px 5px 0;
}
#wb_indexShape1 {
   align-self: auto;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   margin: 0;
   visibility: visible;
}
#wb_indexText3 {
   align-self: auto;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   height: auto;
   visibility: visible;
   width: auto;
}
#wb_indexText3 {
   font-size: 24px;
   margin: 0;
   padding: 0 0 0 8px;
   text-align: left;
}
#wb_indexLayoutGrid4 {
   display: table;
   visibility: visible;
}
#wb_indexLayoutGrid4 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#indexLayoutGrid4 {
   height: auto;
   padding: 70px 0 75px 0;
}
#indexLayoutGrid4 > .col-1,
#indexLayoutGrid4 > .col-2,
#indexLayoutGrid4 > .col-3 {
   padding-left: 25px;
   padding-right: 25px;
}
#indexLayoutGrid4 > .col-1 {
   align-content: flex-start;
   align-items: flex-start;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 100%;
   justify-content: flex-start;
   max-width: 100%;
   text-align: left;
}
#indexLayoutGrid4 > .col-2 {
   align-content: center;
   align-items: center;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 100%;
   justify-content: flex-start;
   max-width: 100%;
   text-align: left;
}
#indexLayoutGrid4 > .col-3 {
   align-content: flex-start;
   align-items: flex-start;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 100%;
   justify-content: flex-start;
   max-width: 100%;
   text-align: left;
}
#wb_indexText4 {
   display: block;
   visibility: visible;
}
#wb_indexText4 {
   font-size: 24px;
   margin: 15px 0 5px 0;
   padding: 0;
   text-align: left;
}
#wb_indexText5 {
   display: block;
   visibility: visible;
}
#wb_indexText5 {
   font-size: 20px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexLayoutGrid5 {
   display: table;
   visibility: visible;
}
#wb_indexLayoutGrid5 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#indexLayoutGrid5 {
   height: auto;
   padding: 0;
}
#indexLayoutGrid5 .row {
   margin-left: 0px;
   margin-right: 0px;
}
#indexLayoutGrid5 > .row > .col-1 {
   padding-left: 0px;
   padding-right: 0px;
}
#indexLayoutGrid5 > .row > .col-1 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 100%;
}
#wb_indexImage1 {
   display: block;
   margin: 0;
   padding: 0;
   visibility: visible;
   width: 100%;
}
#indexImage1 {
   margin-left: auto;
   margin-right: auto;
}
#wb_indexThemeableButton1 {
   display: inline-block;
   height: 48px;
   margin: 30px 0 10px 0;
   visibility: visible;
   width: 217px;
}
#indexThemeableButton1 {
   font-size: 16px;
}
#wb_indexThemeableButton1 .ui-button {
   line-height: 45px;
   padding: 0 0 1px 0;
}
#wb_LegalTeam {
   display: table;
   visibility: visible;
}
#wb_LegalTeam {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#LegalTeam {
   height: auto;
   padding: 50px 0 50px 0;
}
#LegalTeam .row {
   margin-left: 0px;
   margin-right: 0px;
}
#LegalTeam > .row > .col-1 {
   padding-left: 0px;
   padding-right: 0px;
}
#LegalTeam > .row > .col-1 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: right;
   width: 100%;
}
#wb_aboutLayoutGrid2 {
   display: table;
   visibility: visible;
}
#wb_aboutLayoutGrid2 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#aboutLayoutGrid2 {
   height: auto;
   padding: 8px 8px 5px 8px;
}
#aboutLayoutGrid2 .row {
   margin-left: -8px;
   margin-right: -8px;
}
#aboutLayoutGrid2 > .row > .col-1,
#aboutLayoutGrid2 > .row > .col-2 {
   padding-left: 8px;
   padding-right: 8px;
}
#aboutLayoutGrid2 > .row > .col-1 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 100%;
}
#aboutLayoutGrid2 > .row > .col-2 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 100%;
}
#wb_aboutLayoutGrid3 {
   display: table;
   visibility: visible;
}
#wb_aboutLayoutGrid3 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#aboutLayoutGrid3 {
   height: auto;
   padding: 0 8px 0 8px;
}
#aboutLayoutGrid3 .row {
   margin-left: -8px;
   margin-right: -8px;
}
#aboutLayoutGrid3 > .row > .col-1,
#aboutLayoutGrid3 > .row > .col-2 {
   padding-left: 8px;
   padding-right: 8px;
}
#aboutLayoutGrid3 > .row > .col-1 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 50%;
}
#aboutLayoutGrid3 > .row > .col-2 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 50%;
}
#wb_indexLayoutGrid16 {
   display: table;
   visibility: visible;
}
#wb_indexLayoutGrid16 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#indexLayoutGrid16 {
   height: auto;
   padding: 40px 0 40px 0;
}
#indexLayoutGrid16 .row {
   margin-left: 0px;
   margin-right: 0px;
}
#indexLayoutGrid16 > .row > .col-1,
#indexLayoutGrid16 > .row > .col-2 {
   padding-left: 0px;
   padding-right: 0px;
}
#indexLayoutGrid16 > .row > .col-1 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 100%;
}
#indexLayoutGrid16 > .row > .col-2 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 100%;
}
#wb_indexLayoutGrid12 {
   display: table;
   visibility: visible;
}
#wb_indexLayoutGrid12 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#indexLayoutGrid12 {
   height: auto;
   padding: 5px 0 50px 0;
}
#indexLayoutGrid12 > .col-1,
#indexLayoutGrid12 > .col-2,
#indexLayoutGrid12 > .col-3 {
   padding-left: 25px;
   padding-right: 25px;
}
#indexLayoutGrid12 > .col-1 {
   align-content: center;
   align-items: center;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 100%;
   justify-content: flex-start;
   max-width: 100%;
   text-align: left;
}
#indexLayoutGrid12 > .col-2 {
   align-content: center;
   align-items: center;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 100%;
   justify-content: flex-start;
   max-width: 100%;
   text-align: left;
}
#indexLayoutGrid12 > .col-3 {
   align-content: flex-start;
   align-items: flex-start;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 100%;
   justify-content: flex-start;
   max-width: 100%;
   text-align: left;
}
#wb_indexHeading6 {
   display: block;
   font-size: 32px;
   font-style: normal;
   font-weight: normal;
   margin: 5px 0 5px 0;
   padding: 0;
   text-decoration: none;
   visibility: visible;
   width: 100%;
}
#wb_indexHeading6 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#indexHeading6 {
   color: #000000;
   font-family: "Livvic";
   font-size: 32px;
   font-style: normal;
   font-weight: 700;
   text-align: left;
   text-transform: none;
}
#indexFlexContainer7 {
   display: flex;
   visibility: visible;
   width: 100%;
}
#indexFlexContainer7 {
   align-content: flex-start;
   align-items: center;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   margin: 0;
   min-height: 0;
   padding: 5px 10px 5px 0;
}
#wb_indexShape6 {
   align-self: auto;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   margin: 0;
   visibility: visible;
}
#wb_indexText11 {
   align-self: auto;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   height: auto;
   visibility: visible;
   width: auto;
}
#wb_indexText11 {
   font-size: 24px;
   margin: 0;
   padding: 0 0 0 8px;
   text-align: left;
}
#wb_page3LayoutGrid3 {
   display: table;
   visibility: visible;
}
#wb_page3LayoutGrid3 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#page3LayoutGrid3 {
   height: auto;
   padding: 0 15px 3px 15px;
}
#page3LayoutGrid3 .row {
   margin-left: -15px;
   margin-right: -15px;
}
#page3LayoutGrid3 > .row > .col-1,
#page3LayoutGrid3 > .row > .col-2 {
   padding-left: 15px;
   padding-right: 15px;
}
#page3LayoutGrid3 > .row > .col-1 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 50%;
}
#page3LayoutGrid3 > .row > .col-2 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 50%;
}
#wb_indexThemeableButton2 {
   display: inline-block;
   height: 37px;
   margin: 20px 0 10px 0;
   visibility: visible;
   width: 121px;
}
#indexThemeableButton2 {
   font-size: 15px;
}
#wb_indexThemeableButton2 .ui-button {
   line-height: 36px;
   padding: 0 0 1px 0;
}
#wb_indexText12 {
   display: block;
   visibility: visible;
}
#wb_indexText12 {
   font-size: 21px;
   margin: 0 0 10px 0;
   padding: 0;
   text-align: left;
}
#wb_page3Text2 {
   display: block;
   visibility: visible;
}
#wb_page3Text2 {
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#page3HorizontalLine1 {
   display: inline-block;
   height: 3px;
   margin: 20px 0 0 0;
   visibility: visible;
   width: 72px;
}
#page3HorizontalLine1 {
   border-bottom-width: -17px;
   border-color: #000000;
}
#wb_page3ThemeableButton2 {
   display: inline-block;
   height: 37px;
   margin: 20px 0 10px 0;
   visibility: visible;
   width: 100px;
}
#page3ThemeableButton2 {
   font-size: 15px;
}
#wb_page3ThemeableButton2 .ui-button {
   line-height: 36px;
   padding: 0 0 1px 0;
}
#wb_page3Text5 {
   display: block;
   visibility: visible;
}
#wb_page3Text5 {
   font-size: 21px;
   margin: 0 0 10px 0;
   padding: 0;
   text-align: left;
}
#wb_page3Text6 {
   display: block;
   visibility: visible;
}
#wb_page3Text6 {
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#page3HorizontalLine5 {
   display: inline-block;
   height: 3px;
   margin: 20px 0 0 0;
   visibility: visible;
   width: 72px;
}
#page3HorizontalLine5 {
   border-bottom-width: -17px;
   border-color: #000000;
}
#wb_Card17 {
   display: flex;
   margin: 0;
   visibility: visible;
   width: 100%;
}
#Card17-card-item0 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 14px 5px 0 14px;
}
#wb_Card17:hover #Card17-card-item0 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#Card17-card-item0 {
   transition: all 500ms linear 0ms;
}
#Card17-card-item0 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card17-card-item0 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#Card17-card-item1 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#Card17-card-item2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
   padding: 0;
}
#Card17-card-item2 {
   transition: all 500ms linear 0ms;
}
#wb_Card17:hover #Card17-card-item2 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#Card17-card-item2 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#Card17-card-item3 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#Card17-card-item4 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
}
#Card17-card-item4 {
   transition: all 500ms linear 0ms;
}
#wb_Card17:hover #Card17-card-item4 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#Card17-card-item4 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card17-card-item4 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#Card17-card-item5 {
   background-attachment: scroll;
   background-color: transparent;
   background-image: url('../images/astro-00001.png');
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   box-sizing: border-box;
   color: #000000;
   font-family: Arial;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   line-height: 13px;
   margin: -80px 6px 0 6px;
   padding: 240px 10px 240px 10px;
}
#Card17-card-item5 {
   border-radius: 3px;
   transform: translate(0px,60px) rotate(0deg);
   transition: transform 500ms linear 0ms, border-radius 500ms linear 0ms;
}
#wb_Card17:hover #Card17-card-item5 {
   transform: rotate(0deg);
   transition: transform 500ms linear 0ms;
}
#Card17-card-item6 {
   background-color: #000000;
   background-image: none;
   box-sizing: border-box;
   color: #DC1441;
   font-family: "Livvic";
   font-size: 19px;
   font-style: normal;
   font-weight: 700;
   margin: 0;
   padding: 17px 10px 6px 20px;
}
#Card17-card-item7 {
   background-color: #000000;
   background-image: none;
   border-radius: 0 0 15px 15px  !important;
   box-sizing: border-box;
   color: #FFFFFF;
   font-family: Livvic;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   margin: 0;
   padding: 0 5px 25px 20px;
}
#wb_Card17 {
   text-align: left;
}
#wb_aboutCard1 {
   display: flex;
   margin: 0;
   visibility: visible;
   width: 100%;
}
#aboutCard1-card-item0 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 14px 5px 0 14px;
}
#wb_aboutCard1:hover #aboutCard1-card-item0 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard1-card-item0 {
   transition: all 500ms linear 0ms;
}
#aboutCard1-card-item0 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#aboutCard1-card-item0 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard1-card-item1 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#aboutCard1-card-item2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
   padding: 0;
}
#aboutCard1-card-item2 {
   transition: all 500ms linear 0ms;
}
#wb_aboutCard1:hover #aboutCard1-card-item2 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard1-card-item2 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard1-card-item3 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#aboutCard1-card-item4 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
}
#aboutCard1-card-item4 {
   transition: all 500ms linear 0ms;
}
#wb_aboutCard1:hover #aboutCard1-card-item4 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard1-card-item4 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#aboutCard1-card-item4 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard1-card-item5 {
   background-attachment: scroll;
   background-color: transparent;
   background-image: url('../images/astro-00002.png');
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   box-sizing: border-box;
   color: #000000;
   font-family: Arial;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   line-height: 13px;
   margin: -80px 6px 0 6px;
   padding: 240px 10px 240px 10px;
}
#aboutCard1-card-item5 {
   border-radius: 3px;
   transform: translate(0px,60px) rotate(0deg);
   transition: transform 500ms linear 0ms, border-radius 500ms linear 0ms;
}
#wb_aboutCard1:hover #aboutCard1-card-item5 {
   transform: rotate(0deg);
   transition: transform 500ms linear 0ms;
}
#aboutCard1-card-item6 {
   background-color: #000000;
   background-image: none;
   box-sizing: border-box;
   color: #DC1441;
   font-family: "Livvic";
   font-size: 19px;
   font-style: normal;
   font-weight: 700;
   margin: 0;
   padding: 17px 10px 6px 20px;
}
#aboutCard1-card-item7 {
   background-color: #000000;
   background-image: none;
   border-radius: 0 0 15px 15px  !important;
   box-sizing: border-box;
   color: #FFFFFF;
   font-family: Livvic;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   margin: 0;
   padding: 0 5px 25px 20px;
}
#wb_aboutCard1 {
   text-align: left;
}
#wb_aboutLayoutGrid4 {
   display: table;
   visibility: visible;
}
#wb_aboutLayoutGrid4 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#aboutLayoutGrid4 {
   height: auto;
   padding: 0 8px 0 8px;
}
#aboutLayoutGrid4 .row {
   margin-left: -8px;
   margin-right: -8px;
}
#aboutLayoutGrid4 > .row > .col-1,
#aboutLayoutGrid4 > .row > .col-2 {
   padding-left: 8px;
   padding-right: 8px;
}
#aboutLayoutGrid4 > .row > .col-1 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 50%;
}
#aboutLayoutGrid4 > .row > .col-2 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 50%;
}
#wb_aboutCard2 {
   display: flex;
   margin: 0;
   visibility: visible;
   width: 100%;
}
#aboutCard2-card-item0 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 14px 5px 0 14px;
}
#wb_aboutCard2:hover #aboutCard2-card-item0 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard2-card-item0 {
   transition: all 500ms linear 0ms;
}
#aboutCard2-card-item0 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#aboutCard2-card-item0 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard2-card-item1 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#aboutCard2-card-item2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
   padding: 0;
}
#aboutCard2-card-item2 {
   transition: all 500ms linear 0ms;
}
#wb_aboutCard2:hover #aboutCard2-card-item2 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard2-card-item2 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard2-card-item3 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#aboutCard2-card-item4 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
}
#aboutCard2-card-item4 {
   transition: all 500ms linear 0ms;
}
#wb_aboutCard2:hover #aboutCard2-card-item4 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard2-card-item4 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#aboutCard2-card-item4 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard2-card-item5 {
   background-attachment: scroll;
   background-color: transparent;
   background-image: url('../images/astro-00004.png');
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   box-sizing: border-box;
   color: #000000;
   font-family: Arial;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   line-height: 13px;
   margin: -80px 6px 0 6px;
   padding: 240px 10px 240px 10px;
}
#aboutCard2-card-item5 {
   border-radius: 3px;
   transform: translate(0px,60px) rotate(0deg);
   transition: transform 500ms linear 0ms, border-radius 500ms linear 0ms;
}
#wb_aboutCard2:hover #aboutCard2-card-item5 {
   transform: rotate(0deg);
   transition: transform 500ms linear 0ms;
}
#aboutCard2-card-item6 {
   background-color: #000000;
   background-image: none;
   box-sizing: border-box;
   color: #DC1441;
   font-family: "Livvic";
   font-size: 19px;
   font-style: normal;
   font-weight: 700;
   margin: 0;
   padding: 17px 10px 6px 20px;
}
#aboutCard2-card-item7 {
   background-color: #000000;
   background-image: none;
   border-radius: 0 0 15px 15px  !important;
   box-sizing: border-box;
   color: #FFFFFF;
   font-family: Livvic;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   margin: 0;
   padding: 0 5px 25px 20px;
}
#wb_aboutCard2 {
   text-align: left;
}
#wb_aboutCard3 {
   display: flex;
   margin: 0;
   visibility: visible;
   width: 100%;
}
#aboutCard3-card-item0 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 14px 5px 0 14px;
}
#wb_aboutCard3:hover #aboutCard3-card-item0 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard3-card-item0 {
   transition: all 500ms linear 0ms;
}
#aboutCard3-card-item0 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#aboutCard3-card-item0 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard3-card-item1 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#aboutCard3-card-item2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
   padding: 0;
}
#aboutCard3-card-item2 {
   transition: all 500ms linear 0ms;
}
#wb_aboutCard3:hover #aboutCard3-card-item2 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard3-card-item2 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard3-card-item3 {
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 0;
   visibility: hidden;
}
#aboutCard3-card-item4 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 19px;
   line-height: 1.0;
   margin: 8px 5px 0 14px;
}
#aboutCard3-card-item4 {
   transition: all 500ms linear 0ms;
}
#wb_aboutCard3:hover #aboutCard3-card-item4 {
   color: #DC1441;
   transition: color 500ms linear 0ms;
}
#aboutCard3-card-item4 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#aboutCard3-card-item4 i {
   font-size: 19px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#aboutCard3-card-item5 {
   background-attachment: scroll;
   background-color: transparent;
   background-image: url('../images/astro-00007.png');
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   box-sizing: border-box;
   color: #000000;
   font-family: Arial;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   line-height: 13px;
   margin: -80px 6px 0 6px;
   padding: 240px 10px 240px 10px;
}
#aboutCard3-card-item5 {
   border-radius: 3px;
   transform: translate(0px,60px) rotate(0deg);
   transition: transform 500ms linear 0ms, border-radius 500ms linear 0ms;
}
#wb_aboutCard3:hover #aboutCard3-card-item5 {
   transform: rotate(0deg);
   transition: transform 500ms linear 0ms;
}
#aboutCard3-card-item6 {
   background-color: #000000;
   background-image: none;
   box-sizing: border-box;
   color: #DC1441;
   font-family: "Livvic";
   font-size: 19px;
   font-style: normal;
   font-weight: 700;
   margin: 0;
   padding: 17px 10px 6px 20px;
}
#aboutCard3-card-item7 {
   background-color: #000000;
   background-image: none;
   border-radius: 0 0 15px 15px  !important;
   box-sizing: border-box;
   color: #FFFFFF;
   font-family: Livvic;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   margin: 0;
   padding: 0 5px 25px 20px;
}
#wb_aboutCard3 {
   text-align: left;
}
#wb_aboutLayoutGrid5 {
   display: table;
   visibility: visible;
}
#wb_aboutLayoutGrid5 {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#aboutLayoutGrid5 {
   height: auto;
   padding: 0 15px 3px 15px;
}
#aboutLayoutGrid5 .row {
   margin-left: -15px;
   margin-right: -15px;
}
#aboutLayoutGrid5 > .row > .col-1,
#aboutLayoutGrid5 > .row > .col-2 {
   padding-left: 15px;
   padding-right: 15px;
}
#aboutLayoutGrid5 > .row > .col-1 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 50%;
}
#aboutLayoutGrid5 > .row > .col-2 {
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: block;
   text-align: left;
   width: 50%;
}
#wb_aboutThemeableButton2 {
   display: inline-block;
   height: 37px;
   margin: 20px 0 10px 0;
   visibility: visible;
   width: 124px;
}
#aboutThemeableButton2 {
   font-size: 15px;
}
#wb_aboutThemeableButton2 .ui-button {
   line-height: 36px;
   padding: 0 0 1px 0;
}
#wb_aboutText3 {
   display: block;
   visibility: visible;
}
#wb_aboutText3 {
   font-size: 21px;
   margin: 0 0 10px 0;
   padding: 0;
   text-align: left;
}
#wb_aboutText4 {
   display: block;
   visibility: visible;
}
#wb_aboutText4 {
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#aboutHorizontalLine3 {
   display: inline-block;
   height: 3px;
   margin: 20px 0 0 0;
   visibility: visible;
   width: 72px;
}
#aboutHorizontalLine3 {
   border-bottom-width: -17px;
   border-color: #000000;
}
#wb_aboutThemeableButton4 {
   display: inline-block;
   height: 37px;
   margin: 20px 0 10px 0;
   visibility: visible;
   width: 140px;
}
#aboutThemeableButton4 {
   font-size: 15px;
}
#wb_aboutThemeableButton4 .ui-button {
   line-height: 36px;
   padding: 0 0 1px 0;
}
#wb_aboutText7 {
   display: block;
   visibility: visible;
}
#wb_aboutText7 {
   font-size: 21px;
   margin: 0 0 10px 0;
   padding: 0;
   text-align: left;
}
#wb_aboutText8 {
   display: block;
   visibility: visible;
}
#wb_aboutText8 {
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#aboutHorizontalLine7 {
   display: inline-block;
   height: 3px;
   margin: 20px 0 0 0;
   visibility: visible;
   width: 72px;
}
#aboutHorizontalLine7 {
   border-bottom-width: -17px;
   border-color: #000000;
}
#aboutHorizontalLine1 {
   display: block;
   height: 16px;
   margin: 0;
   visibility: visible;
   width: 100%;
}
#aboutHorizontalLine1 {
   border-bottom-width: 16px;
   border-color: transparent;
}
#aboutHorizontalLine2 {
   display: block;
   height: 16px;
   margin: 0;
   visibility: visible;
   width: 100%;
}
#aboutHorizontalLine2 {
   border-bottom-width: 16px;
   border-color: transparent;
}
#aboutHorizontalLine4 {
   display: block;
   height: 20px;
   margin: 0;
   visibility: visible;
   width: 100%;
}
#aboutHorizontalLine4 {
   border-bottom-width: 20px;
   border-color: transparent;
}
}
.astrf {
   font-family: Jedira;
   font-style: italic;
}
.confi {
   color: black;
   font-family: Livvic;
   font-weight: 700;
}
#aboutCard1-card-item5 {
   height: 300px;
}
.ThemeableMenu2 .arrow,
.ThemeableMenu2 .arrow-right {
   border-top: none;
}
.ThemeableMenu2 .dropdown-menu {
   border-top-color: #DC1441;
   border-top-width: 2px;
}
.ThemeableMenu2 .dropdown.show.dropdown-menu {
   background-color: #FFF;
   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
   margin-top: 14px  !important;
}
@media (max-width: 870px) {
.ThemeableMenu2 .navbar-nav {
   background-color: transparent;
   font-weight: 600;
   margin: 0;
   margin-left: -10px;
   margin-top: 15px;
}
.ThemeableMenu2 .dropdown.show.dropdown-menu {
   box-shadow: none;
}
.ThemeableMenu2 .navbar-toggle .line {
   height: 3px;
   margin: 5px;
   width: 30px;
}
.ThemeableMenu2 .dropdown.show .dropdown-menu {
   background-color: #FFF;
   border-radius: 15px;
   margin: 10px auto 10px 10px  !important;
   padding: 12px;
}
}
.ThemeableMenu2 .navbar-toggle {
   border: 0px solid #f2ebeb;
}
body::before {
   --line: color-mix(in hsl, canvasText, transparent 90%);
   --size: 45px;
   background: linear-gradient(          90deg,          var(--line) 1px, transparent 1px var(--size) ) calc(var(--size) * 0.36) 50% / var(--size) var(--size), linear-gradient(var(--line) 1px, transparent 1px var(--size)) 0% calc(var(--size) * 0.32) / var(--size) var(--size);
   content: "";
   height: 100vh;
   mask: linear-gradient(-20deg, transparent 50%, white);
   pointer-events: none;
   position: fixed;
   top: 0;
   transform-style: flat;
   width: 100vw;
   z-index: -1;
}
.astrf {
   font-family: Jedira;
   font-style: italic;
}
.confi {
   color: black;
   font-family: Livvic;
   font-weight: 700;
}
#wb_Header {
   align-items: center  !important;
   box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
   height: 68px  !important;
   justify-content: center  !important;
   margin: auto  !important;
   place-content: center  !important;
   position: absolute;
   transition: height 0.4s ease-in-out  !important;
   width: 100%;
   z-index: 1000;
}
#wb_Header.fixed-header {
   -webkit-backdrop-filter: blur(13.8px);
   animation: dropDown 0.5s ease-out forwards;
   backdrop-filter: blur(13.8px);
   background: rgba(255, 255, 255, 0.2);
   border: 1px solid rgba(255, 255, 255, 0.22);
   border-radius: 100px;
   box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
   height: 68px  !important;
   left: 0  !important;
   position: fixed  !important;
   right: 0  !important;
   top: 12px  !important;
   width: 98%  !important;
   z-index: 9999  !important;
}
@keyframes dropDown {
from {
   opacity: 0;
   transform: translateY(-100%);
}
to {
   opacity: 1;
   transform: translateY(0);
}
}
@keyframes liftUp {
from {
   opacity: 1;
   transform: translateY(0);
}
to {
   opacity: 0;
   transform: translateY(-100%);
}
}
#wb_Header.header-hiding {
   animation: liftUp 0.4s ease-in forwards;
}
@media (max-width: 870px) {
#wb_Header.fixed-header {
   border-radius: 15px;
}
#wb_Consultation {
   display: none;
}
#Footer > .col-1 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 0px;
   padding-right: 0px;
   position: relative;
}
#wb_FooterContainer {
   border-radius: 0px;
}
#Footer {
   padding-bottom: 0px;
}
}
