body.home .row{margin-left:0;margin-right:0}
body.home .container.main,body.home .container.layout{padding:0;max-width:100%}
body.home .row.layout{width:100%;padding-left:0;padding-right:0;margin-left:0;margin-right:0}
body.home .container.layout .col-lg-12{margin:0 auto;max-width:1140px}
body.home .container.layout .col-lg-12:last-child{max-width:100%;padding-left:0;padding-right:0}
body.home .container.main img{position:absolute}
#footer {
  padding-top: 0 !important;
}

:root{
  --nav-bg:#222F8D;
  --nav-text:#fff;
  --nav-divider:rgba(255,255,255,.14);
}

/* ===== NAVBAR ===== */
nav#topnav{
  background:#222F8D!important;
  background-color:#222F8D!important;
  border-bottom:1px solid rgba(255,255,255,.14)!important
}

nav#topnav .navbar-brand,nav#topnav .nav-link{color:#fff!important}
nav#topnav .nav-link:hover{color:#fff!important;opacity:1}

nav#topnav .logo{
  height:24px;
  width:auto;
  max-width:180px;
  object-fit:contain
}

nav#topnav .navbar-nav{margin-left:auto}

nav#topnav .navbar-toggler{border:0;background:transparent;box-shadow:none}
nav#topnav .navbar-toggler:focus{box-shadow:none;outline:0}
nav#topnav .navbar-toggler-icon{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important
}

@media (max-width:991.98px){
  nav#topnav .navbar-collapse{background:#222F8D}
  nav#topnav .nav-link{padding:.75rem 0}
}

/* ===== NAVBAR SEARCHBAR (stacked = same width) ===== */
body.template-article div.bg-white.border-bottom.border-top[style]{background-color:#F8FAFC!important;background:#F8FAFC!important}
.bg-white.border-bottom.border-top{padding:16px 0!important;border:0!important;box-shadow:none!important;--searchbar-btn-w:300px}
#searchbar td{vertical-align:middle}
#searchbar td:last-child{padding-left:14px}
#searchbar #query,#searchbar #search{height:44px!important;border-radius:12px!important}
#searchbar #query{box-sizing:border-box!important;border:1px solid #E2E8F0!important;background:#fff!important;color:#0F172A!important}
#searchbar #query::placeholder{color:#6C7C8B!important;opacity:1}
#searchbar #query::-webkit-input-placeholder{color:#6C7C8B!important;opacity:1}
#searchbar #query:-ms-input-placeholder{color:#6C7C8B!important}
#searchbar #query::-ms-input-placeholder{color:#6C7C8B!important}
#searchbar #search{display:grid!important;grid-template-columns:24px 1fr 24px;align-items:center!important;justify-items:center!important;text-align:center;gap:8px!important;padding:0 9px!important;line-height:1!important;width:var(--searchbar-btn-w)!important;background:#E31837!important;color:#fff!important;border:1px solid #E31837!important}
#searchbar #search i,#searchbar #search .btn-icon{grid-column:1;margin:0!important;width:18px;height:18px}
#searchbar #search::after{content:"";grid-column:3}
#searchbar #search:hover{background:#C51633!important;border-color:#C51633!important}
@media (max-width:980px){.bg-white.border-bottom.border-top{padding:22px 0!important;margin-bottom:22px!important}.bg-white.border-bottom.border-top .container,#searchbar{padding-left:16px!important;padding-right:16px!important;box-sizing:border-box}#searchbar table{width:100%}#searchbar tr{display:block}#searchbar td{display:block;width:100%;padding:0}#searchbar td:last-child{padding-left:0;margin-top:12px}#searchbar #query,#searchbar #search{width:100%!important;max-width:100%!important;box-sizing:border-box!important}#searchbar #search{grid-template-columns:22px 1fr 22px}}
@media (max-width:600px){.bg-white.border-bottom.border-top .container,#searchbar{padding-left:20px!important;padding-right:20px!important;box-sizing:border-box}#searchbar #search{grid-template-columns:20px 1fr 20px}}

/* ===== HERO ===== */
.banner-section{background:#222F8D;padding:46px 0 52px;overflow:hidden}
.banner-section .hero{max-width:1100px;margin:0 auto 34px;padding:0 16px;box-sizing:border-box;text-align:center;color:#fff}
.banner-section .hero h1{margin:0 0 10px;font:500 clamp(34px,4.6vw,56px)/1.05 Montserrat,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;letter-spacing:.01em}
.banner-section .hero h1 span{display:inline-block;background:#E51C2A;color:#fff;padding:.1em .25em .12em;font-weight:500;line-height:1}
.banner-section .hero p{margin:0;font:500 12px/1.35 Montserrat,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.95)}
.banner-section .quick-links-wrap{max-width:1180px;margin:0 auto;padding:0 16px;box-sizing:border-box}
.banner-section .quick-links-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.banner-section .quick-card{background:#fff;border-radius:18px;min-height:92px;padding:18px 26px;display:flex;align-items:center;gap:18px;text-decoration:none;color:#0b1220;box-shadow:0 10px 22px rgba(0,0,0,.14);box-sizing:border-box;transition:background-color .2s ease,box-shadow .2s ease,transform .2s ease}
.banner-section .quick-card:hover,.banner-section .quick-card:focus-visible{background:#eceff6;box-shadow:0 12px 26px rgba(0,0,0,.16);transform:translateY(-1px)}
.banner-section .quick-card:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:3px}
.banner-section .quick-ico{width:56px;height:56px;display:grid;place-items:center;flex:0 0 56px}
.banner-section .quick-ico svg{width:56px;height:56px;display:block}
.banner-section .quick-txt{display:flex;flex-direction:column;min-width:0}
.banner-section .quick-title{font:600 14px/1.2 Montserrat,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;letter-spacing:.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.banner-section .quick-sub{margin-top:6px;font:500 12px/1.2 Montserrat,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase;color:#6b7a90;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media (max-width:1024px){.banner-section .quick-links-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:680px){.banner-section{padding:34px 0 40px}.banner-section .hero{margin-bottom:24px}.banner-section .quick-links-grid{grid-template-columns:1fr}.banner-section .quick-card{padding:16px 18px}}

/* ===== FOOTER ===== */
#footer{background:#0d1421;font-size:.85rem;text-align:center;border-top:1px solid #0d1421;z-index:800;padding:32px 0!important;color:#fff}
#footer .footer-links{justify-content:center}
#footer a,#footer p{margin:0 10px;font-size:.75rem;color:#fff;text-decoration:none}
#footer a:hover{color:#fff;text-decoration:underline}
#footer p{line-height:1.4;width:100%;margin:0}
#footer .footer-copy{margin-top:0!important}
@media (min-width:992px){#footer p br{display:none}}
@media (max-width:992px){.home .item-content h4{font-size:14px}.home .item-content p{text-align:center}.item-sublist a{text-decoration:none;margin-bottom:8px}#footer{display:block!important}}

/* ===== CONTACT FORM ===== */
#contact-form{padding:16px}
#contact-form .contact{margin-top:12px}
#contact-form .contact p{margin:12px 0}
#contact-form .contact input,
#contact-form .contact textarea,
#contact-form .contact button{box-sizing:border-box;display:block;width:100%}

#contact-form .contact input[type="email"],
#contact-form .contact input[type="text"],
#contact-form .contact textarea{
  height:52px;
  padding:0 16px;
  border:1px solid #BFE7F6;
  border-radius:12px;
  background:#fff;
  color:#0f172a;
  font-size:16px;
  outline:none;
  transition:box-shadow .2s ease,border-color .2s ease;
}

#contact-form .contact textarea{
  min-height:140px;
  padding:12px 16px;
  resize:vertical;
  height:auto
}

#contact-form .contact input::placeholder,
#contact-form .contact textarea::placeholder{color:#91BFD6}

#contact-form .contact input:focus,
#contact-form .contact textarea:focus{
  border-color:#1CA1D7;
  box-shadow:0 0 0 4px rgba(28,161,215,.15);
}

#contact-form .contact button[type="submit"]{
  height:44px;
  padding:0 18px;
  border:0;
  border-radius:14px;
  font-size:16px;
  font-weight:500;
  letter-spacing:.2px;
  color:#fff;
  background:#1CA1D7;
  box-shadow:0 1px 0 rgba(255,255,255,.25) inset,0 6px 14px rgba(28,161,215,.25);
  cursor:pointer;
  transition:transform .06s ease,filter .2s ease,box-shadow .2s ease,font-weight .06s ease;
  text-align:center;
}

#contact-form .contact button[type="submit"]:hover{filter:brightness(1.05);font-weight:700}

#contact-form .contact button[type="submit"]:active{
  transform:translateY(1px);
  box-shadow:0 1px 0 rgba(255,255,255,.2) inset,0 4px 10px rgba(28,161,215,.25);
}

input[name="name"],
.contact input[name="name"],
#contact-form input[name="name"],
#contact-form .contact input[name="name"],
#contact-form .contact p input[name="name"],
#contact-form .contact p:first-child input[name="name"]{
  box-sizing:border-box !important;
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  height:52px !important;
  padding:0 16px !important;
  margin:0 !important;
  border:1px solid #BFE7F6 !important;
  border-radius:12px !important;
  background:#fff !important;
  background-color:#fff !important;
  color:#0f172a !important;
  font-size:16px !important;
  line-height:normal !important;
  outline:none !important;
  box-shadow:none !important;
  -webkit-appearance:none !important;
  appearance:none !important;
  background-clip:padding-box !important;
}

input[name="name"]::placeholder,
.contact input[name="name"]::placeholder,
#contact-form .contact input[name="name"]::placeholder{color:#91BFD6 !important}

input[name="name"]:focus,
.contact input[name="name"]:focus,
#contact-form .contact input[name="name"]:focus{
  border-color:#1CA1D7 !important;
  box-shadow:0 0 0 4px rgba(28,161,215,.15) !important;
}

@media (min-width:768px){
  .contact{margin-top:12px}
}

/* ===== MISC / LAYOUT ===== */
.layout{padding-top:10px}
#serp{padding-top:30px}
/* external-scripts box */
.item.item-external-scripts .border-true {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.06) inset,
    0 12px 28px rgba(0,0,0,0.12),
    0 2px 8px rgba(0,0,0,0.06);
  padding: 16px;
  overflow: hidden;
  margin-bottom: 24px;   
}
/* table */
.item.item-paragraph table {
  border-collapse: collapse;
  border: 1px solid #000;      
}
.item.item-paragraph table th,
.item.item-paragraph table td {
  border: 1px solid #000;      
  padding: 4px 8px;            
}

.item.item-paragraph table th {
  background: rgb(0, 0, 0);
  color: #FFFFFF;
  font-weight: 700;
}

.item.item-paragraph table tbody tr:nth-child(even) td {
  background: #f6f6f6;
}
@media (max-width:990px){
  #serp{padding-top:80px}
  .sublist-icon{width:100px!important;height:100px!important}
  .sublist-02{width:200px!important;height:200px!important}
  .sublist-label{font-size:30px!important}
  h1{font-size:24px}
  h2{font-size:20px}
  h3{font-size:18px}
}
@media (max-width:990px){
  .layout {
    padding-top : 10px;
  }
}

/* sublist blue bg */
.container.main .item.item-sublist:last-of-type{
  max-width:1100px;
  margin:0 auto;
}

@media (max-width:991.98px){
  .container.main .item.item-sublist:last-of-type{
    padding:0 30px;
  }
}