.bol-terms-section {
    background: #f4f1ed;
    padding: 48px 0 70px;
    font-family: "Poppins", sans-serif;
}
.bol-terms-section .container-fluid {
    width: 94%;
    margin: 0 auto;
}
.bol-terms-wrapper {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 48px 52px 52px;
}
.bol-terms-header {
    margin-bottom: 44px;
}
.bol-terms-header h2 {
    margin: 0;
    color: #001a78;
    line-height: 0.95;
}
.bol-terms-header h2 span {
    display: block;
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 6px;
    line-height: 41px;
    letter-spacing: -1px;
}
.bol-terms-header h2 {
    font-weight: 900;
    font-size: 38px;
    line-height: 41px;
    letter-spacing: -1px;
}
.bol-terms-header p {
    max-width: 820px;
    margin: 28px 0 0;
    color: #808080;
    font-weight: 400;
    font-size: 14px;
    line-height: 23.1px;
    letter-spacing: 0%;
}
.bol-terms-card {
    height: 100%;
    min-height: 225px;
    border: 1px solid #e6e6e6;
    background: #ffffff;
    padding: 36px 32px 28px;
    transition: all 0.3s ease;
}
.bol-terms-card:hover {
    border-color: #d9d9d9;
}
.bol-terms-card h3 {
    color: #001a78;
    font-size: 22px;
    font-weight: 700;
    line-height: 30.8px;
    margin-bottom: 28px;
    letter-spacing: -0.3px;
}
.bol-terms-review-label {
    display: block;
    color: #8e8e8e;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    line-height: 100%;
}
.bol-terms-section .bol-terms-review-date {
    color: #222222;
    font-size: 13.5px;
    font-weight: 500;
    margin-bottom: 28px;
    line-height: 100%;
    letter-spacing: 0%;
}
.bol-terms-divider {
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    margin-bottom: 24px;
}
.bol-terms-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ef3e32;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    line-height: 100%;
    letter-spacing: 0%;
}
.bol-terms-link:hover {
    color: #ef3e32;
    text-decoration: none;
}
.bol-terms-link img {
    width: 13px;
    height: 13px;
    object-fit: contain;
}
.usa-cfs {
    overflow: visible;
}
.hongkong-cfs {
    overflow: visible;
}
.japan-cfs {
    overflow: visible;
}
.terms_condition_of_use-cfs {
    overflow: visible;
}
.usa-terms-detail-section {
    background: #f4f1ed;
    padding: 48px 0 70px;
    font-family: "Poppins", sans-serif;
}
.usa-terms-detail-section .container-fluid {
    width: 94%;
    margin: 0 auto;
}
.usa-terms-detail-box {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 36px 42px 55px;
}
.usa-terms-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}
.usa-terms-top h2 {
    color: #001a78;
    font-size: 38px;
    font-weight: 900;
    margin: 0;
    line-height: 41px;
    letter-spacing: -1px;
}
.usa-terms-top h2 span {
    font-weight: 300;
    font-size: 38px;
    line-height: 41px;
    letter-spacing: -1px;
}
.usa-terms-last-updated {
    color: #888888;
    font-size: 9.5px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.5px;
}
.usa-terms-download img {
    width: 13px;
    height: 13px;
}
.usa-terms-content {
    min-height: min(700px, calc(100vh - 120px));
    overflow: visible;
    background: #fff;
}
.usa-terms-layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    align-items: start;
}
.usa-terms-sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
    height: min(700px, calc(100vh - 120px));
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #ececec;
    background: #fff;
    padding: 0 20px;
    padding: 0;
}
.usa-terms-sidebar-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
.usa-terms-sidebar-scroll::-webkit-scrollbar {
    width: 4px;
}
.usa-terms-sidebar-scroll::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 10px;
}
.usa-terms-sidebar-title {
    flex: 0 0 auto;
    background: #fff;
    padding: 28px 20px 10px;
    color: #9a9a9a;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 100%;
}
.usa-terms-sidebar a {
    display: flex;
    align-items: center;
    margin: 0 20px;
    padding: 12px 0;
    border-bottom: 1px solid #e4e4e4;
    color: #444444;
    font-size: 11.5px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s ease, font-weight 0.2s ease;
    line-height: 18.4px;
    letter-spacing: 0%;
    overflow-wrap: anywhere;
}
.usa-terms-sidebar a:last-child {
    border-bottom: none;
}
.usa-terms-sidebar a:hover,
.usa-terms-sidebar a.active {
    color: #001a78;
    font-weight: 800;
}
.terms-content-box {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 32px;
    margin-bottom: 20px;
}
.terms-content-box h3 {
    color: #001a78;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 16px;
}
.usa-terms-content h3 {
    color: #001a78;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 16px;
    line-height: 30.8px;
    letter-spacing: -0.3px;
    scroll-margin-top: 120px;
}
.usa-terms-content p {
    color: #333;
    font-size: 15.5px;
    line-height: 1.75;
    margin-bottom: 22px;
    font-weight: 400;
    line-height: 28.68px;
    letter-spacing: 0%;
}
.usa-terms-detail-section,
.usa-terms-detail-box,
.usa-terms-layout {
    overflow: visible;
}
.usa-terms-sidebar-footer {
    padding: 24px 20px 20px;
    background: #fff;
}
.usa-terms-sidebar a.download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    padding: 0;
    border: 1px solid #f2d3cf;
    background: #fff;
    color: #ef3e32;
    font-size: 13px;
    font-weight: 700;
    line-height: 100%;
    text-indent: 0;
    transform: none;
    margin: 0;
}
.usa-terms-sidebar a.download-btn:hover,
.usa-terms-sidebar a.download-btn:focus {
    background: #ef3e32;
    color: #fff;
    font-weight: 700;
    transform: none;
}
.terms-use-intro {
    margin-bottom: 40px;
}
.terms-use-intro p {
    color: #333;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 24px;
}
.usa-terms-contact-box {
    margin-top: 40px;
    background: #f8fbfd;
    padding: 0;
}
.usa-terms-contact-item {
    padding: 28px 26px;
    height: 100%;
}
.usa-terms-contact-border {
    border-left: 1px solid #e5e5e5;
}
.usa-terms-contact-item h4 {
    color: #001a78;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 22px;
}
.usa-terms-contact-item p {
    color: #444;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.use-brokerage-terms-contact-box {
    width: fit-content;
    background: #4EC3E00D;
    margin-top: 0;
    margin-bottom: 20px;
}
.terms-use-intro .usa-service {
    color: #333;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 24px;
    margin-left: 20px;
}
.usa-service p {
    position: relative;
    padding-left: 22px;
    margin: 0 0 16px;
}
.usa-service .black {
    background: black;
}
.usa-service .dot-usa {
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    line-height: 0;
}
.download-resources-section {
    background: #f4f1ed;
    padding: 45px 0 70px;
    font-family: "Poppins", sans-serif;
}
.download-resources-section .container-fluid {
    width: 94%;
    margin: 0 auto;
}
.download-resources-box {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 46px 46px 52px;
}
.download-resources-header h2 {
    color: #001a78;
    font-size: 38px;
    font-weight: 900;
    line-height: 41px;
    margin-bottom: 28px;
    letter-spacing: -1px;
}
.download-resources-header h2 span {
    display: block;
    font-size: 38px;
    font-weight: 300;
    line-height: 41px;
    letter-spacing: -1px;
}
.download-resources-header p {
    max-width: 520px;
    color: #888;
    font-size: 14px;
    line-height: 23.1px;
    margin-bottom: 55px;
    font-weight: 400;
    letter-spacing: 0%;
}
.whistleblower-section {
    background: #f4f1ed;
    padding: 45px 0 70px;
    font-family: "Poppins", sans-serif;
}
.whistleblower-section .container-fluid {
    width: 94%;
    margin: 0 auto;
}
.whistleblower-box {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 42px 48px;
}
.whistle-block {
    margin-bottom: 60px;
}
.whistle-block h2 {
    color: #001a78;
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 22px;
    line-height: 41px;
    letter-spacing: -1px;
}
.whistle-block p {
    color: #333;
    font-size: 14px;
    line-height: 23.1px;
    margin-bottom: 25px;
    font-weight: 400;
    letter-spacing: 0%;
    width: 71%;
}
.whistle-links {
    display: flex;
    gap: 12px;
    margin-top: 45px;
}
.whistle-links a {
    width: 330px;
    height: 70px;
    border: 1px solid #e5e5e5;
    color: #001a78;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    line-height: 100%;
    letter-spacing: 0%;
}
.whistle-links span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ef3e32;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
}
.whistle-links span img {
    width: 10px;
    height: 10px;
    display: block;
}
.report-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 24px;
}
.report-card {
    padding: 22px 24px;
    border: 1px solid #e5e5e5;
}
.report-card:first-child {
    border-right: 1px solid #e5e5e5;
}
.report-card h4 {
    color: #001a78;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 100%;
    letter-spacing: 0%;
}
.report-card p {
    font-size: 13.5px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 22.28px;
    letter-spacing: 0%;
    width: 100%;
}
.report-email-box {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 12px;
    border: 1px solid #e5e5e5;
    background: #EBEBEB;
    color: #333;
    font-size: 11px;
    font-weight: 500;
    line-height: 100%;
    gap: 10px;
}
.report-email-box a img {
    width: 12px;
    margin-left: 5px;
}
.report-card a {
    color: #333;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    line-height: 100%;
    letter-spacing: 0.2px;
    vertical-align: middle;
}
.whistle-block {
    width: 100%;
}
.hotline-bottom {
    width: 66%;
    border-top: 1px solid #e5e5e5;
    margin-top: 40px;
    padding-top: 24px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 30px;
}
.hotline-bottom p {
    margin: 0;
    color: #999;
    font-size: 11px;
    line-height: 18px;
    max-width: 420px;
}
.report-btn {
    width: 190px;
    height: 42px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #ef3e32;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}
.copy-wrapper {
    display: flex;
    align-items: center;
}
.copy-email {
    cursor: pointer;
}
.copied-text {
    display: none;
    align-items: center;
    gap: 6px;
    color: #28a745;
    font-weight: 600;
}
.copied-text img {
    width: 16px;
    height: 16px;
}
.statement p {
    margin-bottom: 10px;
}
.statement ul {
    margin: 0;
    padding-left: 20px;
}
.statement li {
    margin-bottom: 8px;
    color: #333;
}
.cookies-policy-table-wrap {
    width: 72%;
    max-width: 820px;
    margin: 18px 0 30px;
    overflow-x: auto;
}
.cookies-policy-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    overflow: hidden;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}
.cookies-policy-table td {
    height: 47px;
    padding: 12px 30px;
    border-bottom: 1px solid #e7e7e7;
    vertical-align: middle;
    font-weight: 400;
    font-size: 13.5px;
    line-height: 100%;
    letter-spacing: 0%;
}
.cookies-policy-table tr:last-child td {
    border-bottom: 0;
}
.cookies-policy-table td:first-child {
    width: 174px;
}
.cookies-policy-chip {
    display: inline-block;
    padding: 4px 8px 4px 8px;
    border-radius: 11px;
    background: #F4F4F2;
    color: var(--vls-blue);
    font-size: 13.5px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
}
.cookies-policy-link {
    color: var(--vls-blue);
    text-decoration: underline;
    font-weight: 600;
    font-size: 15.5px;
    line-height: 28.68px;
    letter-spacing: 0%;
}
.fmc-btn-wrapper{
    margin-top: 30px;
    text-align: right;
}
.fmc-btn{
    border-radius: 5px;
    color: var(--vls-white);
    font-weight: 700;
    text-align: center;
    font-size: 13px;
    background: var(--vls-red);
    padding: 14px 28px;
    text-decoration: none;
}
.resource-group {
    margin-bottom: 52px;
}
.resource-group h4 {
    color: #888;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    line-height: 100%;
}
.resource-card {
    height: 95px;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.resource-card h3 {
    color: #001a78;
    font-size: 15px;
    font-weight: 700;
    line-height: 27.75px;
    margin: 0;
    letter-spacing: 0%;
}
.resource-card a {
    width: 150px;
    height: 42px;
    border: 1px solid #f2d3cf;
    color: #ef3e32;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 100%;
    letter-spacing: 0%;
}
.resource-card a img {
    width: 10px;
    height: 10px;
    object-fit: contain;
    margin-left: 5px;
}