@charset "utf-8";
/* CSS Document */

header {
    position: sticky;
    top: 0;
    z-index: 2;
}

/*********************
Main
*********************/

.head-section {
    background: #F5F5F7;
    padding: .5em 0 4em;
}

.page-margin {
    max-width: 1350px;
    margin: 0 auto;
}

ul.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.breadcrumb li button {
    color: #0066CC;
    background: none;
    border: none;
    padding: 0;
}

ul.breadcrumb li button::after {
    content: "|";
    padding: 0 10px 0 15px;
    position: relative;
    bottom: 1px;
    color: #2c3e50;
}

ul.breadcrumb li {
    display: inline;
    font-size: 13px;
    color: #2c3e50;
}

ul.breadcrumb li:nth-of-type(2):before {
    content: "";
    padding: 0;
}

/* Add the separator only to the 3rd item and any items after it */
ul.breadcrumb li:nth-of-type(n+3):before {
    padding: 8px;
    color: #2c3e50;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #0066CC;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

.container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: start;
    margin-top: 4em;
}

.left-col {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.product-image-wrapper img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.center-col {
    display: flex;
    flex-direction: column;
    grid-column: span 2;
}

.container .flex-col:nth-of-type(1) {
    gap: 2em;
}

.flex-col {
    display: flex;
    justify-content: space-between;
    gap: 2.5em;
}

.main-title {
    font-size: 2rem;
    font-weight: 400;
    color: #2c3e50;
    margin: 0 0 10px;
}

.subtitle {
    font-weight: 700;
    color: #5B6770;
    margin-bottom: 3.5em;
    margin-top: 0;
}

.abstract-section h2 {
    font-size: 17px;
    font-weight: 700;
    color: #232C33;
    margin-bottom: 12px;
    margin-top: 0;
}

.abstract-section {
    margin-bottom: 3.5em
}

.abstract-section p {
    color: #626C72;
    margin-bottom: 12px;
    line-height: 21px;
    letter-spacing: 1%;
    text-align: justify;
    white-space: pre-line;
}

.details-section h2 {
    color: #626C72;
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 700;
}

.details-list {
    list-style: none;
    padding: 0;
}

.details-list li {
    color: #626C72;
    margin-bottom: 12px;
    position: relative;
    padding-left: 15px;
}

.details-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #626C72
}

.right-col {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

.aside-margin {
    background: #fff;
    padding: 10px;
    width: 360px;
}

.kb-box {
    border-top: 1px dashed #999999;
    border-bottom: 1px dashed #999999;
    padding: 5px;
    font-size: 0.75rem;
    color: #555555;
    line-height: 1.6;
}

.kb-box p:first-child {
    margin-bottom: 15px;
}

.worker-image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 2px;
    object-fit: cover;
}

.center-section {
    background: #FAFAFC;
    padding: 2em 0;
}

.center-section h2 {
    margin: 0 0 1em;
    font-size: 24px;
    color: #1F2A33;
}

.center-section h3 {
    margin: 0 0 1em;
    font-size: 20px;
    color: #1F2A33;
}

.hl {
    margin: 2em 0;
    height: 1px;
    border-width: 0;
    background-color: #D2D2D7;
}

.video-container {
    display: flex;
    max-width: 70%;
    margin: 0 auto;
    gap: 7%;
    padding: 2em 0;
}

.video-wrap video {
    width: 400px;
    height: auto;
}

.video-desc > p:nth-of-type(1) {
    font-size: 15px;
    margin: 0 0 1.5em;
}

.video-desc > p:nth-of-type(2) {
    font-size: 20px;
    margin: 0 0 1em;
}

.video-content {
    white-space: pre-line;
    color: #5B6A75;
}

.overview-section {
    margin: 3em 0;
}

.overview-section b {
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
}

.overview-section p {
    column-count: 2;
    column-gap: 10%;
    white-space: pre-line;
    color: #3b4248;
    line-height: 21px;
    letter-spacing: 1%;
    text-align: justify;
    margin-trim: block-end;
}

.overview-section p a {
    color: #1478C8;
}

.faq-section {
    margin: 3em 0 3.5em;
}

.faq-section ol {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.faq-section ol li:last-child,
.faq-section ol li:nth-last-child(2) {
  margin-bottom: 0;
}

.faq-section ol li {
    list-style-type: lower-alpha;
    width: 43.5%;
    box-sizing: border-box;
    margin: 0 0 2.5em;
}

.faq-section ol li::marker {
    font-weight: bold;
    font-size: 16px;
}

.faq-section ol li b {
    font-size: 16px;
}

.faq-section ol li span {
    color: #3b4248;
    display: inline-block;
    margin: 10px 0 0;
    margin-left: -1.2em;
}

.split-content {
    display: flex;
    justify-content: space-between;
    margin: 3em 0;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: pointer;  
}

.tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: #b9b9b9;
    color: #ffffff;
    text-align: left;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    top: 180%;
    left: 0%;
    margin-left: -65px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #b9b9b9 transparent;
}

.box-margin {
    background: #fff;
    padding: 15px;
    width: 605px;
    box-sizing: border-box;
    align-self: flex-start;
}

.help-box {
    border-top: 1px dashed #999999;
    border-bottom: 1px dashed #999999;
    padding: 10px 5px 10px 5px;
    line-height: 1.6;
    font-size: 13px;
}

.help-box strong {
    font-size: 16px;
}

.help-box p:nth-of-type(2) {
    margin-bottom: 0;
}

.help-box p:nth-of-type(2) a {
    text-decoration: none;
    color: #000;
}

.help-box p:nth-of-type(3) a {
    color: #1478C8;
}

.inner-split-content {
    width: 45%;
    box-sizing: border-box;
}

.inner-split-content h3 {
    color: #3C4046;
    margin-bottom: .5em;
}

.inner-split-content p {
    color: #3b4248;
    line-height: 21px;
    letter-spacing: 1%;
    margin-top: 0;
}

.inner-split-content p:nth-of-type(1) {
    margin-bottom: 2.5em;
} 

.document-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 3.5em 0 1em;
}

.document-section img {
    max-height: 350px;
    margin: 0 5em;
}

.download-content {
    grid-column: span 2;
}

.download-content p  {
    margin: 0;
    color: #0066CC;
    font-size: 16px;
}

.download-content h2 {
    color: #3C4046;
    font-size: 28px;
    margin: 2.5em 0 .5em;
}

.download-content form input:nth-of-type(1) {
    border: 2px solid #D2D2D7;
    border-radius: 6px;
    padding: 12px 10px;
    width: 380px;
}

.download-content form input:nth-of-type(1):focus {
    outline: none !important;
}

.download-content form input:nth-of-type(2) {
    padding: 12px 40px;
    border-radius: 6px;
    border: none;
    background: #0066CC;
    color: #fff;
    font-size: 15px;
    margin-left: 16px;
}

.print-download p {
    color: #1D1D1F;
    font-size: 13px;
    margin-top: 1.5em;
}

.bottom-section h2 {
    font-size: 20px;
    color: #1F2A33;
    margin: 0 0 1em;
}

.table-layout {
    margin: 3.5em 0;
}

table.table-part, 
table.table-part tr, 
table.table-part td {
    outline: none !important;
    border-collapse: collapse !important;
}

.table-type {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
    align-items: start;
    font-size: 15px;
}

.table-type table, th, td {
    border: 1px solid #E8E8E8;
}

.table-type td:nth-of-type(1) {
	background: #F4F4F4;
    padding: 10px;
    width: 40%;
}

.table-type td p {
    margin-bottom: 0;
    font-size: 14px;
    color: #4C4D49;
}

.table-type td:nth-of-type(2) {
    width: 60%;
	padding: 7px 10px;
}

.data-wrap {
    display: flex;
    gap: 3em;
}

.data-wrap img,
.data-grid img {
    max-width: 100%;
}

.data-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3em;
}

.reference-container {
    margin-top: 1em;
}

.citation-list {
    padding: 0;
    list-style-type: none;
}

.citation-list li {
    color: #5c666e;
    font-size: 13px;
    margin-bottom: 5px;
}

.citation-list sup {
    top: -.5em;
    padding-right: 5px;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.footer-section {
    background: #F9F9FB;
    margin-top: 4em;
}

.footer-section .page-footer {
    margin: 0 auto;
    padding: 4em 0;
}

.footer-section .page-footer h2 {
    line-height: 28px;
    letter-spacing: 1%;
    margin: 0 0 .5em;
    color: #2B3438;
    font-size: 24px;
}

.page-footer .item-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 1em;
    margin-bottom: 6em;
    grid-column-gap: 7%;
}

.page-footer .alternative-item a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #E1E1E4;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.page-footer .alternative-item a:hover {
    text-decoration: underline;
}

.page-footer .alternative-item img {
    max-height: 60px;
    max-width: 80px;
    object-fit: cover;
    mix-blend-mode: multiply;
}

.page-footer .alternative-item span {
    font-size: 15px;
    padding-left: 1em;
    display: inline-block;
}

.quick-link-wrap h3 {
    margin: 0 0 1.5em 0;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 1%;
    color: #2B3438;
}

.bottom-link-wrap a {
    border: 1px solid #81818F;
    border-radius: 30px;
    padding: 14px 0;
    width: 170px;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    color: #626A72;
    text-decoration: none;
    margin-right: 1em;
}

.bottom-link-wrap a:hover {
    box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 10%);
    border: 1px solid #6e6e70;
}






















