
/* /vantage_about/static/src/scss/about_page.scss */
 .o_vantage_about{--va-purple: #9565b1; --va-dark: #15171f; --va-body: #313131; --va-teal: #41939a; --va-blue: #6b6bc3; --va-violet: #864fc0; --va-section-navy: #050559; --va-section-dark-green: #0b2e31; --va-panel-bg: #f7f6f9; --va-border: #e0dde6; --va-font-heading: 'oso-serif', serif; --va-font-body: 'Cabin', sans-serif; --va-font-footer: 'Archivo', sans-serif; --va-font-quote: 'Abhaya Libre', Georgia, serif; font-family: var(--va-font-body); color: var(--va-body);}.o_vantage_about .o_va_container{max-width: 1600px; margin-left: auto; margin-right: auto;}.o_vantage_about .o_va_eyebrow{font-size: 14px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--va-purple);}.o_vantage_about .o_va_h1{font-family: var(--va-font-heading); font-weight: 700; font-size: 40px; line-height: 1.08; color: var(--va-dark); max-width: 720px;}@media (min-width: 992px){.o_vantage_about .o_va_h1{font-size: 56px;}}.o_vantage_about .o_va_h2{font-family: var(--va-font-heading); font-weight: 700; font-size: 32px; line-height: 1.15; color: var(--va-dark);}@media (min-width: 992px){.o_vantage_about .o_va_h2{font-size: 44px;}}.o_vantage_about .o_va_h2_lg{font-family: var(--va-font-heading); font-weight: 700; font-size: 36px; line-height: 1.15; color: var(--va-dark);}@media (min-width: 992px){.o_vantage_about .o_va_h2_lg{font-size: 52px;}}.o_vantage_about .o_va_h3{font-family: var(--va-font-heading); font-weight: 700; font-size: 22px; color: var(--va-dark);}@media (min-width: 992px){.o_vantage_about .o_va_h3{font-size: 26px;}}.o_vantage_about .o_va_lead{font-size: 17px; line-height: 1.6;}@media (min-width: 992px){.o_vantage_about .o_va_lead{font-size: 19px;}}.o_vantage_about .o_va_body_copy{font-size: 16px; line-height: 1.6;}@media (min-width: 992px){.o_vantage_about .o_va_body_copy{font-size: 17px;}}.o_vantage_about .o_va_body_copy > p + p{margin-top: 1.25rem;}.o_vantage_about .o_va_btn{display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; padding: 0.875rem 1.75rem; font-weight: 700; font-size: 17px; white-space: nowrap; transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;}@media (min-width: 992px){.o_vantage_about .o_va_btn{font-size: 19px;}}.o_vantage_about .o_va_btn_solid_dark{background: var(--va-section-dark-green); border: 1px solid var(--va-section-dark-green); color: #fff;}.o_vantage_about .o_va_btn_solid_dark:hover{background: #123f43; border-color: #123f43; color: #fff;}.o_vantage_about .o_va_btn_outline_dark{background: transparent; border: 1px solid var(--va-section-dark-green); color: var(--va-section-dark-green);}.o_vantage_about .o_va_btn_outline_dark:hover{background: rgba(11, 46, 49, 0.05); color: var(--va-section-dark-green);}.o_vantage_about .o_va_btn_solid_white{background: #fff; border: 1px solid #fff; color: var(--va-section-navy);}.o_vantage_about .o_va_btn_solid_white:hover{background: #f2f2f2;}.o_vantage_about .o_va_card{background: #fff; border: 1px solid var(--va-border); border-radius: 12px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04); transition: box-shadow 0.2s ease;}.o_vantage_about .o_va_card:hover{box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.12);}.o_vantage_about .o_va_card_icon{width: 40px; height: 40px; display: block;}.o_vantage_about .o_va_card_icon svg{width: 100%; height: 100%; display: block;}.o_vantage_about .o_va_icon_inline{display: inline-block; flex-shrink: 0;}.o_vantage_about .o_va_icon_inline svg{width: 100%; height: 100%; display: block;}.o_vantage_about .o_va_text-teal{color: var(--va-teal);}.o_vantage_about .o_va_text-purple{color: var(--va-purple);}.o_vantage_about .o_va_text-blue{color: var(--va-blue);}.o_vantage_about .o_va_text-violet{color: var(--va-violet);}.o_vantage_about .o_va_card_animate{opacity: 0; transform: translateY(28px); transition: opacity 0.5s ease, transform 0.5s ease;}.o_vantage_about .o_va_card_animate.is-visible{opacity: 1; transform: translateY(0);}.o_vantage_about .o_va_d6_box{width: fit-content; max-width: 100%; margin-left: auto; margin-right: auto; background: #fff; border: 1px solid var(--va-border); border-radius: 16px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04); padding: 2rem 1.5rem;}@media (min-width: 576px){.o_vantage_about .o_va_d6_box{padding: 2rem;}}.o_vantage_about .o_va_d6_step{display: flex; flex-direction: column; align-items: center; text-align: center; width: 108px; opacity: 0; transform: translateY(16px) scale(0.94); transition: opacity 0.45s ease, transform 0.45s ease;}.o_vantage_about .o_va_d6_step.is-visible{opacity: 1; transform: translateY(0) scale(1);}.o_vantage_about .o_va_d6_icon{width: 64px; height: 64px; border-radius: 50%; border: 1px solid var(--va-border); background: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 0.75rem; box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.15); flex-shrink: 0;}.o_vantage_about .o_va_d6_icon svg{width: 28px; height: 28px; display: block;}.o_vantage_about .o_va_d6_number{color: var(--va-section-dark-green);}.o_vantage_about .o_va_d6_arrow{display: inline-flex; align-items: center; justify-content: center; color: #c8c5d0; flex-shrink: 0;}.o_vantage_about .o_va_bg_panel{background: var(--va-panel-bg);}.o_vantage_about .o_va_bg_navy{background: var(--va-section-navy);}.o_vantage_about .o_va_bg_d6{background: linear-gradient(to bottom, var(--va-panel-bg) 50%, #ffffff 50%);}.o_vantage_about .o_va_role_row{display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.25rem; color: inherit; text-decoration: none; transition: background-color 0.2s ease;}.o_vantage_about .o_va_role_row:hover{background: var(--va-panel-bg); color: inherit;}.o_vantage_about .o_va_role_row + .o_vantage_about .o_va_role_row{border-top: 1px solid var(--va-border);}.o_vantage_about .o_va_section{padding-top: 48px; padding-bottom: 48px;}@media (min-width: 992px){.o_vantage_about .o_va_section{padding-top: 72px; padding-bottom: 72px;}}