body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: "Bricolage Grotesque";
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   font-size: 19px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
*
{
   scrollbar-color: rgba(232,79,28,1.00) rgba(255,255,255,1.00);
   scrollbar-width: thin;
}
*::-webkit-scrollbar
{
   width: 10px;
}
*::-webkit-scrollbar-track
{
   background: rgba(255,255,255,1.00);
}
*::-webkit-scrollbar-thumb
{
   background-color: rgba(232,79,28,1.00);
}
*::-webkit-scrollbar-corner
{
   background: rgba(255,255,255,1.00);
}
a
{
   color: #E84F1C;
   text-decoration: underline;
}
a:hover
{
   color: #000000;
   text-decoration: underline;
}
#wb_MasterMenu
{
   position: relative;
}
#wb_MasterMenu
{
   margin: 0;
}
#MasterMenu
{
   background-color: #E84F1C;
   background-image: none;
   border: 0px solid #E84F1C;
   border-radius: 8px;
   cursor: pointer;
   user-select: none;
}
#MasterMenu:hover
{
   background-color: #E84F1C;
   background-image: none;
   border-color: #E84F1C;
}
#MasterMenu
{
   display: flex;
   align-items: center;
   justify-content: center;
   width: 54px;
   height: 51px;
   position: relative;
   overflow: hidden;
}
#MasterMenu.open .line:nth-child(1)
{
}
#MasterMenu.open .line:nth-child(2)
{
}
#MasterMenu.open .line:nth-child(3)
{
}
#MasterMenu svg
{
   overflow: visible;
   transition: transform 500ms linear;
}
#MasterMenu.open svg
{
   transform: rotate(45deg);
}
#MasterMenu .line
{
   fill: none;
   transition: stroke-dasharray 500ms, stroke-dashoffset 500ms;
   stroke: #000000;
   stroke-width: 7.68;
   stroke-linecap: round;
}
#MasterMenu .line.top
{
   stroke-dasharray: 40 82;
}
#MasterMenu .line.middle
{
   stroke-dasharray: 40 111;
}
#MasterMenu .line.bottom
{
   stroke-dasharray: 40 161;
}
#MasterMenu.open .line.top
{
   stroke-dasharray: 17 82;
   stroke-dashoffset: -62px;
}
#MasterMenu.open .line.middle
{
   stroke-dashoffset: 23px;
}
#MasterMenu.open .line.bottom
{
   stroke-dashoffset: -83px;
}
#MasterMenu-close
{
   background: transparent;
   font-size: 10px;
   height: 2.8em; 
   outline: none;
   position: absolute;
   right: 10px;
   text-align: left;
   top: 10px;
   width: 3em; 
}
#MasterMenu-close:before, #MasterMenu-close:after
{
   background: #000000;
   content: "";
   display: block;
   height: 0.6em;
   left: 0;
   opacity: 1;
   position: absolute;
   top: 0;
   width: 100%;
}
#MasterMenu-close span
{
   background: #000000;
   height: 0.6em;
   margin-top: -0.3em;
   position: absolute;
   top: 50%;
   transform-origin: 50% 50%;
   width: 100%;
}
#MasterMenu-close span::after
{
   background: #000000;
   content: "";
   display: block;
   height: 0.6em;
   position: absolute;
   transform-origin: 50% 50%;
   width: 100%;
}
#MasterMenu-close:before
{
   margin-top: -0.3em;
   opacity: 0;
   top: 50%;
}
#MasterMenu-close:after
{
   bottom: 50%;
   opacity: 0;
}
#MasterMenu-close span
{
   background: #000000;
   transform: rotate(-45deg);
}
#MasterMenu-close span:after
{
   background: #000000;
   transform: rotate(-90deg);
}
#MasterMenu-overlay
{
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100%;
   left: 0;
   overflow-y: auto;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: -1;
   background-color: rgba(232,79,28,0.87);
}
#MasterMenu-overlay ul
{
   font-family: "Exo 2";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-decoration: none;
   text-transform: none;
   list-style: none;
   margin: 0;
   padding: 0;
}
.MasterMenu
{
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: row;
   width: 100%;
   max-width: 290px;
}
.MasterMenu a
{
   text-decoration: none;
}
.MasterMenu ul
{
   list-style: none;
   padding: 0;
   text-align: left;
}
.MasterMenu li
{
   position: relative;
}
.MasterMenu li a
{
   display: block;
   position: relative;
   padding: 10px 15px 10px 15px;
   color: #000000;
   outline: none;
}
.MasterMenu li a:hover
{
   color: #FFFFFF;
}
.MasterMenu-effect:before
{
   background-color: rgba(0,0,0,0.53);
}
#MasterMenu-overlay
{
   opacity: 0;
   visibility: hidden;
   transition: opacity 900ms, visibility 0s 900ms;
}
#MasterMenu-overlay.show
{
   z-index: 7778 !important;
   opacity: 1;
   visibility: visible;
   transition: opacity 0.5s;
}
#MasterMenu-overlay .MasterMenu
{
   animation: 900ms linear 900ms both none;
}
#MasterMenu-overlay.show .MasterMenu
{
   animation-name: animate-fade-in-left;
}
#MasterMenu-overlay.hide .MasterMenu
{
   animation-name: none;
}
.MasterMenu li.drilldown-back > a 
{
   padding-left: 40px;
   background: rgba(0,0,0,0.1);
}
.MasterMenu li.drilldown-back > a:hover
{
   background-color: #000000;
}
.MasterMenu li.drilldown-back a:after,
.MasterMenu li > a:not(:only-child):after
{
   position: absolute;
   top: 50%;
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 0px;
   transform: translateY(-50%) rotate(270deg);
   background-color: currentColor;
   -webkit-mask: url("data:image/svg+xml;utf8,%3csvg%20viewBox%3d%220%200%20512%20512%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0d%0a%20%20%20%3cpath%20d%3d%22M256%20124%20C263%20124%2c%20268%20126%2c%20271%20130%20C275%20134%2c%20277%20138%2c%20277%20143%20L277%20324%20L337%20260%20C340%20255%2c%20345%20252%2c%20351%20252%20C358%20252%2c%20363%20254%2c%20368%20258%20C372%20262%2c%20374%20266%2c%20374%20272%20C374%20277%2c%20372%20282%2c%20367%20287%20L272%20382%20C268%20387%2c%20262%20389%2c%20256%20389%20C250%20389%2c%20245%20387%2c%20241%20382%20L145%20287%20C141%20282%2c%20139%20277%2c%20139%20272%20C139%20266%2c%20141%20262%2c%20145%20258%20C149%20254%2c%20155%20252%2c%20161%20252%20C168%20252%2c%20172%20255%2c%20176%20260%20L236%20324%20L236%20143%20C236%20138%2c%20238%20134%2c%20241%20130%20C245%20126%2c%20250%20124%2c%20256%20124%22/%3e%0d%0d%0a%3c/svg%3e%0d%0d%0a") no-repeat center / contain;
   mask: url("data:image/svg+xml;utf8,%3csvg%20viewBox%3d%220%200%20512%20512%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0d%0a%20%20%20%3cpath%20d%3d%22M256%20124%20C263%20124%2c%20268%20126%2c%20271%20130%20C275%20134%2c%20277%20138%2c%20277%20143%20L277%20324%20L337%20260%20C340%20255%2c%20345%20252%2c%20351%20252%20C358%20252%2c%20363%20254%2c%20368%20258%20C372%20262%2c%20374%20266%2c%20374%20272%20C374%20277%2c%20372%20282%2c%20367%20287%20L272%20382%20C268%20387%2c%20262%20389%2c%20256%20389%20C250%20389%2c%20245%20387%2c%20241%20382%20L145%20287%20C141%20282%2c%20139%20277%2c%20139%20272%20C139%20266%2c%20141%20262%2c%20145%20258%20C149%20254%2c%20155%20252%2c%20161%20252%20C168%20252%2c%20172%20255%2c%20176%20260%20L236%20324%20L236%20143%20C236%20138%2c%20238%20134%2c%20241%20130%20C245%20126%2c%20250%20124%2c%20256%20124%22/%3e%0d%0d%0a%3c/svg%3e%0d%0d%0a") no-repeat center / contain;
   width: 26px;
   height: 26px;
   vertical-align: middle;
   content: " ";
}
.MasterMenu li.drilldown-back a:after
{
   left: 10px;
   color: #000000;
   transform: translateY(-50%) rotate(90deg);
}
.MasterMenu li > a:after
{
   right: 10px;
}
.MasterMenu .drilldown-menu 
{
   margin: 0;
   width: 100%;
}
.MasterMenu li .drilldown-submenu 
{
   display: none;
}
.drilldown-menu.drilldown-subview li,
.drilldown-menu.drilldown-subview li.drilldown-subviewopen > a,
.drilldown-menu.drilldown-subview li.drilldown-subview > a 
{
   display: none;
}
.drilldown-menu.drilldown-subview li.drilldown-subview,
.drilldown-menu.drilldown-subview li.drilldown-subview .drilldown-submenu,
.drilldown-menu.drilldown-subview li.drilldown-subviewopen,
.drilldown-menu.drilldown-subview li.drilldown-subviewopen > .drilldown-submenu,
.drilldown-menu.drilldown-subview li.drilldown-subviewopen > .drilldown-submenu > li 
{
   display: block;
}
.MasterMenu > .drilldown-submenu
{
   left: 0;
   margin: 0;
   position: absolute;
   top: 50px;
   width: 100%;
}
#MasterMenu-overlay .overlay-icon
{
   margin: 0 10px 0 0 ;
}
.MasterMenu i
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
.MasterMenu .auto-awesome:before
{
   content: "\e65f";
}
.MasterMenu .queue-music:before
{
   content: "\e03d";
}
.MasterMenu .streetview:before
{
   content: "\e56e";
}
.MasterMenu .podcasts:before
{
   content: "\f048";
}
.MasterMenu .shopping-bag:before
{
   content: "\f1cc";
}
.MasterMenu .install-desktop:before
{
   content: "\eb71";
}
.MasterMenu .library-books:before
{
   content: "\e02f";
}
.MasterMenu .api:before
{
   content: "\f1b7";
}
.MasterMenu .extension:before
{
   content: "\e87b";
}
.MasterMenu .lightbulb-circle:before
{
   content: "\ebfe";
}
.MasterMenu .manage-accounts:before
{
   content: "\f02e";
}
.MasterMenu .person-add:before
{
   content: "\e7fe";
}
.MasterMenu .person:before
{
   content: "\e7fd";
}
.MasterMenu .dashboard-customize:before
{
   content: "\e99b";
}
.MasterMenu .cloud-download:before
{
   content: "\e2c0";
}
.MasterMenu .browse-gallery:before
{
   content: "\ebd1";
}
.MasterMenu .message:before
{
   content: "\e0c9";
}
#MasterMenu-social
{
   padding: 40px 0 0 0;
}
#MasterMenu-social .social-icon 
{
   border-radius: 50%;
   background-color: #000000;
   color: #E84F1C;
   display: inline-block;
   font-size: 21px;
   margin: 0 .5em;
   padding: 8px;
   transition: all .2s linear 0s;
   width: 21px;
}
#MasterMenu-social .social-icon:hover 
{
   background-color: #FFFFFF;
   color: #000000;
}
.MasterMenu-effect
{
   display: inline-block;
   position: relative;
   transform: perspective(0px) translateX(0);
   transition: color 500ms linear;
}
.MasterMenu-effect:before
{
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: -1;
   opacity: 0;
   transform: scale(0);
   transition: all 500ms linear;
}
.MasterMenu-effect:hover:before, .MasterMenu-effect:focus:before, .MasterMenu-effect:active:before
{
   transform: scale(1);
   opacity: 1;
}
#wb_masterLayer2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 8px;
   box-sizing: border-box;
   margin: 0;
}
#masterLayer2
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 9px 0 9px 0;
   margin-right: auto;
   margin-left: auto;
}
#masterLayer2 > .col-1, #masterLayer2 > .col-2, #masterLayer2 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#masterLayer2 > .col-1, #masterLayer2 > .col-2, #masterLayer2 > .col-3
{
   flex: 0 0 auto;
}
#masterLayer2 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 180px;
   max-width: 180px;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#masterLayer2 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 254px) * 9 / 9);
   max-width:  calc((100% - 254px) * 9 / 9);
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
}
#masterLayer2 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 74px;
   max-width: 74px;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 5px)
{
#masterLayer2 > .col-1, #masterLayer2 > .col-2, #masterLayer2 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_masterLayer1
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#masterLayer1
{
   box-sizing: border-box;
   padding: 6px 6px 6px 6px;
   margin-right: auto;
   margin-left: auto;
}
#masterLayer1 > .row
{
   margin-right: -6px;
   margin-left: -6px;
}
#masterLayer1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 6px;
   padding-left: 6px;
   position: relative;
}
#masterLayer1 > .row > .col-1
{
   float: left;
}
#masterLayer1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#masterLayer1:before,
#masterLayer1:after,
#masterLayer1 .row:before,
#masterLayer1 .row:after
{
   display: table;
   content: " ";
}
#masterLayer1:after,
#masterLayer1 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#masterLayer1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_masterImage1
{
   margin: 0;
   vertical-align: top;
}
#masterImage1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 231px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_ms-shopLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: rgba(0,0,0,0.15);
   border-right-color: rgba(0,0,0,0.15);
   border-bottom-color: rgba(0,0,0,0.15);
   border-left-color: rgba(0,0,0,0.15);
   box-sizing: border-box;
   margin: 0;
}
#ms-shopLayoutGrid1
{
   box-sizing: border-box;
   padding: 0 0 20px 0;
   margin-right: auto;
   margin-left: auto;
}
#ms-shopLayoutGrid1 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#ms-shopLayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#ms-shopLayoutGrid1 > .row > .col-1
{
   float: left;
}
#ms-shopLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#ms-shopLayoutGrid1:before,
#ms-shopLayoutGrid1:after,
#ms-shopLayoutGrid1 .row:before,
#ms-shopLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#ms-shopLayoutGrid1:after,
#ms-shopLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#ms-shopLayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_ms-shop2LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/djpmusic.webp');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
   border-left-color: #000000;
   border-top-left-radius: 15px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 15px;
   border-bottom-left-radius: 15px;
   box-sizing: border-box;
   margin: 0;
}
#ms-shop2LayoutGrid1
{
   box-sizing: border-box;
   padding: 120px 25px 20px 25px;
   margin-right: auto;
   margin-left: auto;
}
#ms-shop2LayoutGrid1 > .row
{
   margin-right: -25px;
   margin-left: -25px;
}
#ms-shop2LayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 25px;
   padding-left: 25px;
   position: relative;
}
#ms-shop2LayoutGrid1 > .row > .col-1
{
   float: left;
}
#ms-shop2LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#ms-shop2LayoutGrid1:before,
#ms-shop2LayoutGrid1:after,
#ms-shop2LayoutGrid1 .row:before,
#ms-shop2LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#ms-shop2LayoutGrid1:after,
#ms-shop2LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#ms-shop2LayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_ms-shop2Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 35px 0 5px 0 ;
   padding: 0;
   text-align: left;
}
#ms-shop2Heading1
{
   color: #FFFFFF;
   font-family: "Bricolage Grotesque";
   font-weight: bold;
   font-style: normal;
   font-size: 35px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
@media all and (max-width:580px) 
{
#wb_ms-shop2Heading1
{
}
#ms-shop2Heading1
{
   font-size: 24px;
}
}
#ms-shop2Breadcrumb1
{
   list-style: none;
   padding: 8px 15px 8px 15px;
   background-color: #E84F1C;
   background-image: none;
   border: 1px solid #E84F1C;
   border-radius: 4px;
   font-family: "Bricolage Grotesque";
   font-weight: normal;
   font-style: normal;
   font-size: 0;
   margin: 0;
   text-align: left;
}
#ms-shop2Breadcrumb1 > li
{
   display: inline-block;
   font-size: 17px;
   text-transform: none;
}
#ms-shop2Breadcrumb1 a
{
   color: #FFFFFF;
   text-decoration: none;
}
#ms-shop2Breadcrumb1 a:hover
{
   color: #FFFFFF;
   text-decoration: underline;
}
#ms-shop2Breadcrumb1 > .active
{
   color: #000000;
}
#ms-shop2Breadcrumb1 > .active a
{
   color: inherit;
   pointer-events: none;
}
#ms-shop2Breadcrumb1 > li + li:before
{
   content: "/";
   padding: 0 5px;
   color: #DCDCDC;
}
#wb_companyLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#companyLayoutGrid1
{
   box-sizing: border-box;
   padding: 40px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#companyLayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#companyLayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#companyLayoutGrid1 > .row > .col-1
{
   float: left;
}
#companyLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#companyLayoutGrid1:before,
#companyLayoutGrid1:after,
#companyLayoutGrid1 .row:before,
#companyLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#companyLayoutGrid1:after,
#companyLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#companyLayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_companyCard1
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   background-color: transparent;
   background-image: none;
   border: 2px solid #E84F1C;
   border-radius: 50px;
   text-align: left;
}
#companyCard1-card-body
{
   padding: 6px 6px 6px 6px;
   flex: 1 1 auto;
   font-size: 0;
}
#companyCard1-card-item0
{
   box-sizing: border-box;
   border-radius: 50px 50px 0 0 !important;
   margin: 0;
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   height: 0;
   line-height: 0;
   visibility: hidden;
}
#companyCard1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 25px;
   width: 100%;
   height: 25px;
}
#companyCard1-card-item2
{
   box-sizing: border-box;
   margin: -24px 0 0 32px;
   padding: 0 0 10px 0;
}
#companyCard1-card-item2 h2
{
   color: #E84F1C;
   font-family: "Bricolage Grotesque";
   font-weight: 500;
   font-style: normal;
   font-size: 19px;
   margin: 0;
}
#companyCard1-card-item3
{
   box-sizing: border-box;
   border-radius: 0 0 50px 50px !important;
   margin: 0;
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   height: 0;
   line-height: 0;
   visibility: hidden;
}
#wb_companyText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 10px 0 5px 0 ;
   text-align: center;
}
#wb_companyText1
{
   color: #E84F1C;
   font-family: "Exo 2 SemiBold";
   font-weight: normal;
   font-size: 35px;
}
#wb_companyText1 div
{
   text-align: center;
}
#wb_companyText1
{
   display: block;
   margin: 10px 0 5px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_companyText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 24px 0 ;
   text-align: center;
}
#wb_companyText2
{
   color: #4F4F4F;
   font-family: "Bricolage Grotesque";
   font-weight: normal;
   font-size: 20px;
}
#wb_companyText2 div
{
   text-align: center;
}
#wb_companyText2
{
   display: block;
   margin: 0 0 24px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_masterLayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#masterLayoutGrid3
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 35px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
}
#masterLayoutGrid3 > .col-1, #masterLayoutGrid3 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#masterLayoutGrid3 > .col-1, #masterLayoutGrid3 > .col-2
{
   flex: 0 0 auto;
}
#masterLayoutGrid3 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-end;
   align-self: stretch;
   align-items: flex-end;
   justify-content: flex-start;
   text-align: left;
}
#masterLayoutGrid3 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-end;
   align-self: stretch;
   align-items: flex-end;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 768px)
{
#masterLayoutGrid3 > .col-1, #masterLayoutGrid3 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_indexCard1
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   background-color: transparent;
   background-image: none;
   border: 2px solid #E84F1C;
   border-radius: 50px;
   text-align: left;
}
#indexCard1-card-body
{
   padding: 6px 6px 6px 6px;
   flex: 1 1 auto;
   font-size: 0;
}
#indexCard1-card-item0
{
   box-sizing: border-box;
   border-radius: 50px 50px 0 0 !important;
   margin: 0;
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   height: 0;
   line-height: 0;
   visibility: hidden;
}
#indexCard1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 25px;
   width: 100%;
   height: 25px;
}
#indexCard1-card-item2
{
   box-sizing: border-box;
   margin: -24px 0 0 32px;
   padding: 0 0 10px 0;
}
#indexCard1-card-item2 h2
{
   color: #E84F1C;
   font-family: "Bricolage Grotesque";
   font-weight: 500;
   font-style: normal;
   font-size: 19px;
   margin: 0;
}
#indexCard1-card-item3
{
   box-sizing: border-box;
   border-radius: 0 0 50px 50px !important;
   margin: 0;
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   height: 0;
   line-height: 0;
   visibility: hidden;
}
#wb_indexText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 24px 0 ;
   text-align: left;
}
#wb_indexText2
{
   color: #4F4F4F;
   font-family: "Bricolage Grotesque";
   font-weight: normal;
   font-size: 20px;
}
#wb_indexText2 div
{
   text-align: left;
}
#wb_indexText2
{
   display: block;
   margin: 0 0 24px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_masterText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 10px 0 5px 0 ;
   text-align: left;
}
#wb_masterText1
{
   color: #E84F1C;
   font-family: "Exo 2 SemiBold";
   font-weight: normal;
   font-size: 35px;
}
#wb_masterText1 div
{
   text-align: left;
}
#wb_masterText1
{
   display: block;
   margin: 10px 0 5px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_NewsCard
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/68c50bab007afa2301d5c19c_night-club-about-image-p-1600.webp');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid #DEE2E6;
   border-radius: 15px;
   box-sizing: border-box;
   margin: 0;
}
#NewsCard
{
   box-sizing: border-box;
   padding: 20px 20px 20px 20px;
   margin-right: auto;
   margin-left: auto;
}
#NewsCard > .row
{
   margin-right: -20px;
   margin-left: -20px;
}
#NewsCard > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#NewsCard > .row > .col-1
{
   float: left;
}
#NewsCard > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#NewsCard:before,
#NewsCard:after,
#NewsCard .row:before,
#NewsCard .row:after
{
   display: table;
   content: " ";
}
#NewsCard:after,
#NewsCard .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#NewsCard > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#NewsCard-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 15px;
   background-image: linear-gradient(to top, #000000 0%, rgba(0,0,0,0.00) 100%);
}
#masterShape1
{
   width: 72px;
   height: 64px;
   background-color: #E84F1C;
   background-image: none;
   border: 0px #E84F1C solid;
   border-radius: 10px;
}
#masterShape1_text
{
   position: absolute;
   pointer-events: none;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
    left: 6.94%;
   top: 7.81%;
   width: 83.33%;
   height: 81.25%;
   box-sizing: border-box;
   overflow: hidden;
   text-align: center;
   word-wrap: break-word;
}
#wb_masterShape1
{
   margin: 0;
   vertical-align: top;
}
#masterHorizontalLine1
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 130px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#masterFlexContainer1
{
   display: flex;
   width: 100%;
   position: relative;
   padding: 6px 0 10px 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_masterIcon1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   display:inline-block;
   position:relative;
}
#masterIcon1
{
   height: 14px;
   width: 14px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#masterIcon1 i
{
   color: #E84F1C;
   display: inline-block;
   font-size: 14px;
   line-height: 14px;
   vertical-align: middle;
}
#wb_masterIcon1:hover #masterIcon1 i
{
   color: #E84F1C;
}
#wb_masterText3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 0 0 6px;
   text-align: left;
}
#wb_masterText3
{
   color: #FFFFFF;
   font-family: "Bricolage Grotesque";
   font-weight: 700;
   font-size: 17px;
}
#wb_masterText3 div
{
   text-align: left;
}
#wb_masterText4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_masterText4 div
{
   text-align: left;
}
#wb_masterText4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#masterButton1
{
   box-sizing: border-box;
   line-height: 37px;
   text-decoration: none;
   vertical-align: top;
   border: 2px solid #E84F1C;
   border-radius: 150px;
   background-color: #E84F1C;
   background-image: none;
   color: #FFFFFF;
   cursor: pointer;
   font-family: "Bricolage Grotesque";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 12px 0 0 0 ;
}
#masterButton1:focus
{
   outline: 0;
}
#masterButton1
{
   transition: all 500ms linear 0ms;
}
#wb_masterLayoutGrid4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/2151178982.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid #DEE2E6;
   border-radius: 15px;
   box-sizing: border-box;
   margin: 0;
}
#masterLayoutGrid4
{
   box-sizing: border-box;
   padding: 20px 20px 20px 20px;
   margin-right: auto;
   margin-left: auto;
}
#masterLayoutGrid4 > .row
{
   margin-right: -20px;
   margin-left: -20px;
}
#masterLayoutGrid4 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#masterLayoutGrid4 > .row > .col-1
{
   float: left;
}
#masterLayoutGrid4 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#masterLayoutGrid4:before,
#masterLayoutGrid4:after,
#masterLayoutGrid4 .row:before,
#masterLayoutGrid4 .row:after
{
   display: table;
   content: " ";
}
#masterLayoutGrid4:after,
#masterLayoutGrid4 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#masterLayoutGrid4 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#masterLayoutGrid4-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 15px;
   background-image: linear-gradient(to top, #000000 0%, rgba(0,0,0,0.00) 100%);
}
#masterShape2
{
   width: 72px;
   height: 64px;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px #FFFFFF solid;
   border-radius: 10px;
}
#masterShape2_text
{
   position: absolute;
   pointer-events: none;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
    left: 6.94%;
   top: 7.81%;
   width: 83.33%;
   height: 81.25%;
   box-sizing: border-box;
   overflow: hidden;
   text-align: center;
   word-wrap: break-word;
}
#wb_masterShape2
{
   margin: 0;
   vertical-align: top;
}
#masterHorizontalLine2
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 130px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#masterFlexContainer2
{
   display: flex;
   width: 100%;
   position: relative;
   padding: 6px 0 10px 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_masterIcon2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   display:inline-block;
   position:relative;
}
#masterIcon2
{
   height: 14px;
   width: 14px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#masterIcon2 i
{
   color: #E84F1C;
   display: inline-block;
   font-size: 14px;
   line-height: 14px;
   vertical-align: middle;
}
#wb_masterIcon2:hover #masterIcon2 i
{
   color: #E84F1C;
}
#wb_masterText6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0 0 0 6px;
   text-align: left;
}
#wb_masterText6
{
   color: #FFFFFF;
   font-family: "Bricolage Grotesque";
   font-weight: 700;
   font-size: 17px;
}
#wb_masterText6 div
{
   text-align: left;
}
#wb_masterText7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_masterText7 div
{
   text-align: left;
}
#wb_masterText7
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#masterButton2
{
   box-sizing: border-box;
   line-height: 37px;
   text-decoration: none;
   vertical-align: top;
   border: 2px solid #E84F1C;
   border-radius: 150px;
   background-color: #E84F1C;
   background-image: none;
   color: #FFFFFF;
   cursor: pointer;
   font-family: "Bricolage Grotesque";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 12px 0 0 0 ;
}
#masterButton2:focus
{
   outline: 0;
}
#masterButton2
{
   transition: all 500ms linear 0ms;
}
#wb_masterHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: left;
}
#masterHeading1
{
   color: #FFFFFF;
   font-family: "Exo 2 SemiBold";
   font-weight: normal;
   font-style: normal;
   font-size: 29px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
@media all and (max-width:580px) 
{
#wb_masterHeading1
{
}
#masterHeading1
{
   font-size: 24px;
}
}
#wb_masterHeading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: left;
}
#masterHeading2
{
   color: #FFFFFF;
   font-family: "Exo 2 SemiBold";
   font-weight: normal;
   font-style: normal;
   font-size: 29px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
@media all and (max-width:580px) 
{
#wb_masterHeading2
{
}
#masterHeading2
{
   font-size: 24px;
}
}
#masterHorizontalLine3
{
   border-color: transparent;
   border-color: rgba(248,248,248,0.00);
   border-style: solid;
   border-bottom-width: 26px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#masterHorizontalLine4
{
   border-color: transparent;
   border-color: rgba(248,248,248,0.00);
   border-style: solid;
   border-bottom-width: 26px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_footer1LayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../photo-md-records-bg.jpeg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
   border-left-color: #000000;
   border-top-left-radius: 20px;
   border-top-right-radius: 20px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   box-sizing: border-box;
   margin: 0;
}
#footer1LayoutGrid
{
   box-sizing: border-box;
   padding: 80px 8px 40px 8px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1300px;
}
#footer1LayoutGrid > .row
{
   margin-right: -8px;
   margin-left: -8px;
}
#footer1LayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 8px;
   padding-left: 8px;
   position: relative;
}
#footer1LayoutGrid > .row > .col-1
{
   float: left;
}
#footer1LayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#footer1LayoutGrid:before,
#footer1LayoutGrid:after,
#footer1LayoutGrid .row:before,
#footer1LayoutGrid .row:after
{
   display: table;
   content: " ";
}
#footer1LayoutGrid:after,
#footer1LayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footer1LayoutGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#footer1FlexContainer
{
   display: flex;
   width: 100%;
   position: relative;
   padding: 25px 20px 10px 25px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: flex-start;
   align-content: flex-start;
   margin: 0;
   background-color: #E84F1C;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
   border-left-color: #000000;
   border-top-left-radius: 20px;
   border-top-right-radius: 20px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
@media all and (max-width:700px) 
{
#footer1FlexContainer
{
}
#footer1FlexContainer
{
   flex-direction: column;
}
}
#wb_footer1Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 25%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0 0 40px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: left;
}
#footer1Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#footer1Card1-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
}
#footer1Card1-card-item0 h3
{
   color: #000000;
   font-family: "Exo 2";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   margin: 0;
}
#footer1Card1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Bricolage Grotesque";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#footer1Card1-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#footer1Card1-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Bricolage Grotesque";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#footer1Card1-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#footer1Card1-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#footer1Card1-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#footer1Card1-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Bricolage Grotesque";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#footer1Card1-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_footer1Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 25%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0 0 40px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: left;
}
#footer1Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#footer1Card2-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
}
#footer1Card2-card-item0 h3
{
   color: #000000;
   font-family: "Exo 2";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   margin: 0;
}
#footer1Card2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Bricolage Grotesque";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#footer1Card2-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#footer1Card2-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Bricolage Grotesque";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#footer1Card2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#footer1Card2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Bricolage Grotesque";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#footer1Card2-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#footer1Card2-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Bricolage Grotesque";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#footer1Card2-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_footer1Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 25%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0 0 40px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: left;
}
#footer1Card3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#footer1Card3-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
}
#footer1Card3-card-item0 h3
{
   color: #000000;
   font-family: "Exo 2";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   margin: 0;
}
#footer1Card3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Bricolage Grotesque";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#footer1Card3-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#footer1Card3-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Bricolage Grotesque";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#footer1Card3-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#footer1Card3-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Bricolage Grotesque";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#footer1Card3-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#footer1Card3-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Bricolage Grotesque";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#footer1Card3-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_footer1Card4
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 25%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0 0 40px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: left;
}
#footer1Card4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#footer1Card4-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Exo 2";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
}
#footer1Card4-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Bricolage Grotesque";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#footer1Card4-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#footer1Card4-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Bricolage Grotesque";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#footer1Card4-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#footer1Card4-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Bricolage Grotesque";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#footer1Card4-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#footer1Card4-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Bricolage Grotesque";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#footer1Card4-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_footer1Icon1
{
   background-color: #EDEFEB;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 50%;
   text-align: center;
   margin: 8px 8px 8px 8px;
   padding: 13px 13px 13px 13px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_footer1Icon1 a
{
   text-decoration: none;
}
#wb_footer1Icon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#footer1Icon1
{
   height: 26px;
   width: 26px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footer1Icon1 i
{
   color: #212529;
   display: inline-block;
   font-size: 26px;
   line-height: 26px;
   vertical-align: middle;
}
#wb_footer1Icon1:hover #footer1Icon1 i
{
   color: #E84F1C;
}
#wb_footer1Icon2
{
   background-color: #EDEFEB;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 50%;
   text-align: center;
   margin: 8px 8px 8px 8px;
   padding: 13px 13px 13px 13px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_footer1Icon2 a
{
   text-decoration: none;
}
#wb_footer1Icon2 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#footer1Icon2
{
   height: 26px;
   width: 26px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footer1Icon2 i
{
   color: #212529;
   display: inline-block;
   font-size: 26px;
   line-height: 26px;
   vertical-align: middle;
}
#wb_footer1Icon2:hover #footer1Icon2 i
{
   color: #E84F1C;
}
#wb_footer1Icon3
{
   background-color: #EDEFEB;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 50%;
   text-align: center;
   margin: 8px 8px 8px 8px;
   padding: 13px 13px 13px 13px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_footer1Icon3 a
{
   text-decoration: none;
}
#wb_footer1Icon3 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#footer1Icon3
{
   height: 26px;
   width: 26px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footer1Icon3 i
{
   color: #212529;
   display: inline-block;
   font-size: 26px;
   line-height: 26px;
   vertical-align: middle;
}
#wb_footer1Icon3:hover #footer1Icon3 i
{
   color: #E84F1C;
}
#wb_footer1Icon4
{
   background-color: #EDEFEB;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 50%;
   text-align: center;
   margin: 8px 8px 8px 8px;
   padding: 13px 13px 13px 13px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_footer1Icon4 a
{
   text-decoration: none;
}
#wb_footer1Icon4 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#footer1Icon4
{
   height: 26px;
   width: 26px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footer1Icon4 i
{
   color: #212529;
   display: inline-block;
   font-size: 26px;
   line-height: 26px;
   vertical-align: middle;
}
#wb_footer1Icon4:hover #footer1Icon4 i
{
   color: #E84F1C;
}
#wb_footer1Text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 30px 0 0 0 ;
   text-align: center;
}
#wb_footer1Text
{
   color: #FFFFFF;
   font-family: "Exo 2";
   font-weight: 500;
   font-size: 17px;
   line-height: 26px;
}
#wb_footer1Text p, #wb_footer1Text ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_footer1Text
{
   display: block;
   margin: 30px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_masterLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #E84F1C;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
   border-left-color: #000000;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 20px;
   border-bottom-left-radius: 20px;
   box-sizing: border-box;
   margin: 0;
}
#masterLayoutGrid1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0 0 25px 0;
   margin-right: auto;
   margin-left: auto;
}
#masterLayoutGrid1 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 25px;
   padding-left: 25px;
   position: relative;
}
#masterLayoutGrid1 > .col-1
{
   flex: 0 0 auto;
}
#masterLayoutGrid1 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 768px)
{
#masterLayoutGrid1 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#masterHorizontalLine5
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 5px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#masterButton3
{
   box-sizing: border-box;
   line-height: 39px;
   text-decoration: none;
   vertical-align: top;
   border: 0px solid #000000;
   border-radius: 150px;
   background-color: #000000;
   background-image: none;
   color: #E84F1C;
   cursor: pointer;
   font-family: "Bricolage Grotesque";
   font-weight: 500;
   font-style: normal;
   font-size: 17px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 5px 5px 5px 5px;
}
#masterButton3:focus
{
   outline: 0;
}
#masterButton4
{
   box-sizing: border-box;
   line-height: 39px;
   text-decoration: none;
   vertical-align: top;
   border: 0px solid #000000;
   border-radius: 150px;
   background-color: #000000;
   background-image: none;
   color: #E84F1C;
   cursor: pointer;
   font-family: "Bricolage Grotesque";
   font-weight: 500;
   font-style: normal;
   font-size: 17px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 5px 5px 5px 5px;
}
#masterButton4:focus
{
   outline: 0;
}
#wb_masterIcon3
{
   background-color: #EDEFEB;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 50%;
   text-align: center;
   margin: 8px 8px 8px 8px;
   padding: 13px 13px 13px 13px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_masterIcon3 a
{
   text-decoration: none;
}
#wb_masterIcon3 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#masterIcon3
{
   height: 26px;
   width: 26px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#masterIcon3 i
{
   color: #212529;
   display: inline-block;
   font-size: 26px;
   line-height: 26px;
   vertical-align: middle;
}
#wb_masterIcon3:hover #masterIcon3 i
{
   color: #E84F1C;
}
#wb_MasterMenu { z-index: 999999 !important; }
#MasterMenu .line { stroke-width: 4 !important; }
.MasterMenu i { top: 3px !important; }
#MasterMenu-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  margin: 6px;
  border-radius: 15px 8px 15px 15px;
}
#MasterMenu-overlay.show {
  background: #e84f1c;
}
#MasterMenu-close { 
  right: 34px !important;
  top: 22px !important;
}
#MasterMenu-close span {
  background: #000 !important;
  height: 0.3em !important;
}
#MasterMenu-close span::after {
  background: #000 !important;
  height: 0.3em;
}
.MasterMenu li.drilldown-back > a { border-radius: 7px; margin-bottom: 8px; }
.MasterMenu-effect::before { border-radius: 8px; }
#NewsCard-overlay {
  top: auto !important;
  background-image: linear-gradient(to top, #000 20%, rgba(0,0,0,0.0) 100%) !important;
  height: 70%;
}
#wb_masterLayer2 {  
  width: 98% !important;
  margin: 0 auto !important; /* This keeps the 90% width centered on the page */
  transition: background-color 0.4s ease-in-out, width 0.4s ease-in-out;
}
#wb_masterLayer2.scrolled { 
  background-color: #111111 !important;
  width: 100% !important;
}
#MasterMenu-close.scrolled {
  right: 22px !important;
  top: 22px !important;
}
