:root{
  --ccb-gold:#C9963A;
  --ccb-gold2:#e8b050;
  --ccb-text:#e4eaf5;
  --ccb-text2:#b8c7e0;
  --ccb-text3:#d6e2f5;
  --ccb-border:rgba(201,150,58,.2);
  --ccb-dark:#080b12;
  --ccb-dark2:#0d1117;
  --ccb-navy:#071a36;
  --ccb-r:8px;
  --ccb-r2:16px;
}
body.ccb-shell-enabled{
  padding-top:64px;
}
.ccb-shell-nav, .ccb-shell-footer, .ccb-shell-nav *, .ccb-shell-footer *{
  box-sizing:border-box;
}
.ccb-shell-nav{
  position:fixed;
  top:0;left:0;right:0;
  z-index:99999;
  background:rgba(8,11,18,.92);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--ccb-border);
  padding:0 24px;
  height:64px;
  display:flex;
  align-items:center;
}
.ccb-shell-nav-inner{
  max-width:1120px;
  width:100%;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.ccb-shell-nav-logo{
  font-family:'Orbitron',sans-serif;
  color:var(--ccb-gold) !important;
  font-size:14px;
  letter-spacing:1.5px;
  white-space:nowrap;
  text-decoration:none !important;
}
.ccb-shell-nav-links{
  display:flex;
  gap:24px;
  align-items:center;
}
.ccb-shell-nav-links a{
  font-family:'Inter',sans-serif;
  font-size:13px;
  color:var(--ccb-text2) !important;
  font-weight:600;
  transition:color .15s ease;
  text-decoration:none !important;
}
.ccb-shell-nav-links a:hover{color:var(--ccb-gold) !important}
.ccb-shell-nav-ctas{display:flex;align-items:center;gap:10px}
.ccb-shell-nav-cta{
  font-family:'Inter',sans-serif;
  padding:8px 18px;
  border-radius:var(--ccb-r);
  font-size:13px;
  font-weight:800;
  transition:all .15s ease;
  white-space:nowrap;
  text-decoration:none !important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.ccb-shell-nav-cta-primary{
  background:var(--ccb-gold);
  color:#000 !important;
}
.ccb-shell-nav-cta-primary:hover{background:var(--ccb-gold2);transform:translateY(-1px)}
.ccb-shell-nav-cta-secondary{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.15);
  color:var(--ccb-text) !important;
}
.ccb-shell-nav-cta-secondary:hover{background:rgba(255,255,255,.1);border-color:var(--ccb-gold);color:var(--ccb-gold) !important}

.ccb-shell-nav-cta-account{
  background:transparent;
  border:1px solid rgba(201,150,58,.45);
  color:var(--ccb-gold) !important;
}
.ccb-shell-nav-cta-account:hover{
  background:rgba(201,150,58,.08);
  border-color:var(--ccb-gold2);
  color:var(--ccb-gold2) !important;
  transform:translateY(-1px);
}
.ccb-shell-footer-ctas{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:16px;
}
.ccb-shell-mob-menu-btn{
  display:none;
  background:none;border:none;color:var(--ccb-text);font-size:22px;cursor:pointer;padding:4px;
}
.ccb-shell-mob-nav{
  display:none;
  position:fixed;
  top:64px;left:0;right:0;
  background:var(--ccb-dark2);
  border-bottom:1px solid var(--ccb-border);
  padding:16px 24px;
  flex-direction:column;
  gap:12px;
  z-index:99998;
}
.ccb-shell-mob-nav.open{display:flex}
.ccb-shell-mob-nav a{
  font-family:'Inter',sans-serif;
  font-size:15px;
  color:var(--ccb-text2) !important;
  font-weight:600;
  padding:8px 0;
  border-bottom:1px solid rgba(255,255,255,.06);
  text-decoration:none !important;
}
.ccb-shell-mob-nav .ccb-shell-nav-cta{text-align:center;padding:12px;border-radius:var(--ccb-r);margin-top:4px}
.ccb-shell-footer{
  background:#071a36;
  border-top:1px solid rgba(201,150,58,.18);
  padding:0 24px 32px;
  margin-top:0;
}
.ccb-shell-footer-top-accent{
  height:62px;
  background:linear-gradient(90deg,#0d5a4e 0%, #0f5a49 18%, #d8d2c2 100%);
  margin:0 -24px 38px;
}
.ccb-shell-footer-inner{max-width:1120px;margin:0 auto}
.ccb-shell-footer-grid{
  display:grid;
  grid-template-columns:2.1fr 1fr 1fr 1fr;
  gap:42px;
  margin-bottom:42px;
}
.ccb-shell-footer-brand .ccb-shell-nav-logo{display:block;margin-bottom:14px;font-size:16px}
.ccb-shell-footer-brand p,
.ccb-shell-footer-col a,
.ccb-shell-footer-bottom p{
  text-shadow:0 1px 2px rgba(0,0,0,.6);
}
.ccb-shell-footer-brand p{
  font-family:'Inter',sans-serif;
  font-size:13px;
  color:#c6d4ea;
  line-height:1.8;
  max-width:280px;
  margin-bottom:20px;
}
.ccb-shell-footer-contact a{
  display:block;
  font-family:'Inter',sans-serif;
  font-size:13px;
  color:#C9963A !important;
  margin-bottom:6px;
  text-decoration:underline !important;
}
.ccb-shell-footer-col h4{
  font-family:'Inter',sans-serif;
  font-size:12px;
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#C9963A;
  margin-bottom:16px;
}
.ccb-shell-footer-col a{
  display:block;
  font-family:'Inter',sans-serif;
  font-size:13px;
  color:#d3def0 !important;
  margin-bottom:10px;
  text-decoration:underline !important;
  transition:color .15s ease;
}
.ccb-shell-footer-col a:hover{color:var(--ccb-gold) !important}
.ccb-shell-footer-bottom{
  border-top:1px solid rgba(255,255,255,.08);
  padding-top:24px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:16px;
}
.ccb-shell-footer-bottom p{
  font-family:'Inter',sans-serif;
  font-size:12px;
  color:#c2d0e6;
  margin:0;
}
.ccb-shell-footer-bottom-center{display:flex;gap:16px;flex-wrap:wrap}
.ccb-shell-footer-bottom-center a{
  font-family:'Inter',sans-serif;
  font-size:12px;
  color:#d3def0 !important;
  text-decoration:underline !important;
}
.ccb-shell-footer-bottom-right{display:flex;gap:8px;flex-wrap:wrap}
.ccb-shell-footer-badge{
  font-family:'Inter',sans-serif;
  font-size:10px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  color:#d3def0;
  padding:4px 10px;
  border-radius:4px;
}
body.ccb-hide-theme-header header,
body.ccb-hide-theme-header .site-header,
body.ccb-hide-theme-header #masthead,
body.ccb-hide-theme-header .ast-primary-header-bar,
body.ccb-hide-theme-header .elementor-location-header,
body.ccb-hide-theme-header .site-navigation,
body.ccb-hide-theme-header .main-header-bar,
body.ccb-hide-theme-header .header-wrap{display:none !important}
body.ccb-hide-theme-footer footer:not(.ccb-shell-footer),
body.ccb-hide-theme-footer .site-footer,
body.ccb-hide-theme-footer #colophon,
body.ccb-hide-theme-footer .elementor-location-footer,
body.ccb-hide-theme-footer .ast-footer-overlay,
body.ccb-hide-theme-footer .footer-wrap{display:none !important}
@media(max-width:1023px){
  .ccb-shell-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:767px){
  .ccb-shell-nav-links,.ccb-shell-nav-ctas{display:none}
  .ccb-shell-mob-menu-btn{display:block}
  .ccb-shell-footer-grid{grid-template-columns:1fr 1fr}
  .ccb-shell-footer-brand{grid-column:1/-1}
  .ccb-shell-footer-bottom{flex-direction:column;text-align:center}
}
@media(max-width:479px){
  .ccb-shell-footer-grid{grid-template-columns:1fr}
}

.ccb-shell-brand{display:inline-flex;align-items:center;text-decoration:none !important;min-width:0}
.ccb-shell-brand-text{
  font-family:'Orbitron',sans-serif;
  color:var(--ccb-gold) !important;
  font-size:14px;
  letter-spacing:1.5px;
  white-space:nowrap;
}
.ccb-shell-brand-image-link{line-height:0}
.ccb-shell-brand-image{display:block;max-width:100%;height:auto}
.ccb-shell-nav-logo.ccb-shell-brand-image-link .ccb-shell-brand-image{max-height:42px;width:auto}
.ccb-shell-footer-logo.ccb-shell-brand-image-link .ccb-shell-brand-image{max-height:72px;width:auto}
