body {
    font-size: 19.2px;
}

.shell {
    max-width: 1440px;
}

.btn        { font-size: 16.8px; }  
.btn-sm     { font-size: 15.6px; }  
.input,
.select     { font-size: 16.8px; }  
.badge      { font-size: 14.4px; }  
.meta       { font-size: 15.6px; }  
.eyebrow    { font-size: 14.4px; }  
.toc-item,
.toc-group  { font-size: 15.6px; }  
.doc-body   { font-size: 20.4px; }  

.text-xs   { font-size: 14.4px;  line-height: 1.2rem; }  
.text-sm   { font-size: 16.8px;  line-height: 1.5rem; } 
.text-base { font-size: 19.2px;  line-height: 1.8rem; }  
.text-lg   { font-size: 21.6px;  line-height: 2.1rem; }  
.text-xl   { font-size: 24px;    line-height: 2.1rem; }  
.text-2xl  { font-size: 28.8px;  line-height: 2.4rem; } 
.text-3xl  { font-size: 36px;    line-height: 2.7rem; }  
.text-4xl  { font-size: 43.2px;  line-height: 3rem;   }  

.text-\[11px\] { font-size: 13.2px; }
.text-\[13px\] { font-size: 15.6px; }
.text-\[14px\] { font-size: 16.8px; }
.text-\[15px\] { font-size: 18px;   }
.text-\[17px\] { font-size: 20.4px; }

.\!text-\[11px\] { font-size: 13.2px !important; }

.logo {
   background: url(/assets/logo.png) left center no-repeat;
   display: block;
   padding-left: 50px;
   background-size: contain;
}
.logo_ft {
   background: url(/assets/logo_footer.png) left center no-repeat;
   background-size: contain;
   padding-left: 57px;
}
.h1-tail {
    display: block;
    margin-top: 0.5rem;
    font-size: 1.375rem;
    line-height: 1.45;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.80);
}
.h1-note {
    display: block;
    margin-top: 0.5rem;
    font-size: 1.375rem;
    line-height: 1.45;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
}
.doc-body p {
    margin-bottom: 1.35rem;
}
.doc-head {
    margin-bottom: 1.6rem;
    padding: 0.25rem 0 1.1rem;
    border-bottom: 1px solid #DCE6F0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.92em;
    color: #6B7F95;
}
.doc-head p {
    margin-bottom: 0.35rem;
}
.doc-approve {
    margin: 1.6rem 0;
    padding: 0.9rem 1.2rem;
    background: rgba(29, 95, 167, 0.06);
    border-left: 3px solid #1D5FA7;
    border-radius: 0 0.5rem 0.5rem 0;
    font-size: 0.95em;
    color: #17314F;
}
.doc-approve p {
    margin-bottom: 0.3rem;
}
.doc-approve p:last-child {
    margin-bottom: 0;
}
.doc-sign {
    margin-top: 2.2rem;
    padding-top: 1.1rem;
    border-top: 1px solid #DCE6F0;
    font-size: 0.95em;
    color: #6B7F95;
}
.doc-sign p {
    margin-bottom: 0.3rem;
}
.doc-sign p:last-child {
    margin-bottom: 0;
}
.hero {
	background-image: url(../bg-hero.jpg);
	background-size: cover;
}
