:root {
    --brand-primary: #231e1f;
    --brand-primary-RGB: 35, 30, 31;
    --brand-secondary: #557799;
    --brand-gray-light: #c6c6c6;
    --brand-gray-dark: #505155;
    --brand-white: #ffffff
}

html {
    scroll-behavior: auto
}

html,
body {
    height: 100%
}

body {
    background-color: var(--brand-white)
}

body:has(.navbar-collapse.show) {
    overflow-y: hidden;
}

.brand-dark-grad-bkg {
    background: linear-gradient(180deg, rgba(36, 46, 54, 1) 38%, rgba(55, 71, 83, 1) 100%)
}

h1 {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-size: calc(1.5rem + 3vw);
    color: var(--brand-white);
    line-height: 1em;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, .6)
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    letter-spacing: .5px;
    margin-bottom: 20px;
    text-transform: uppercase
}

h2 {
    font-size: 2.1rem
}

h3 {
    font-size: 1.6rem;
    font-weight: 300
}

h4 {
    font-size: 1.2rem
}

h5 {
    letter-spacing: 1.5px !important
}

h6 {
    letter-spacing: 1.5px !important
}

@media(max-width:720px) {
    h2 {
        font-size: 1.4rem
    }
}

.our-values h3 {
    font-size: 1.8rem;
    font-weight: 300
}

.our-values h4 {
    font-size: 1.4rem
}

p,
li {
    font-size: 1em;
    font-family: "open-sans", sans-serif;
    letter-spacing: .5px;
    font-weight: 300
}

p {
    margin-bottom: 20px
}

strong,
b {
    font-weight: 800
}

.intro {
    font-size: 1.1em;
    letter-spacing: 1px;
    line-height: 1.2em
}

.intro-sub {
    color: var(--brand-secondary-text);
    font-size: 1.1em;
    letter-spacing: 1px;
    line-height: 1.2em
}

.intro-area {
    padding-bottom: 2.5em
}

.white-text {
    color: var(--brand-white) !important
}

.dark-text {
    color: var(--brand-primary) !important
}

.blue-text {
    color: var(--brand-secondary)
}

.small-text {
    font-size: .6em
}

.big-text {
    font-size: 120%
}

.large-114 {
    font-family: "adobe-garamond-pro", serif;
    font-size: 8em;
    padding: 0;
    margin-bottom: -40px
}

.brand-font {
    font-family: "adobe-garamond-pro", serif
}

.legal {
    font-size: .7em;
    font-style: italic
}

legend {
    font-size: clamp(1em, 2vw, 1.2em)
}

.form-check-label {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    line-height: 1.4;
    font-size: clamp(.9em, 2vw, 1.2em)
}

.meaning .eq1 {
    font-size: clamp(6rem, 10vw, 7rem);
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1em
}

.meaning .eq2 {
    font-size: clamp(1.5rem, 2vw, 2.5rem);
    font-weight: 600
}

.meaning .eq3 {
    font-size: clamp(1.5rem, 3vw, 3rem);
    font-weight: 600;
    line-height: 102%
}

@media(max-width:767px) {
    .meaning .eq3 {
        text-align: center
    }
}

.num-l1 {
    font-size: 7rem;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1em
}

.num-l2 {
    font-size: 3rem;
    font-weight: 600
}

.num-l3 {
    font-size: 2rem;
    font-weight: 600
}

@media(max-width:1399px) {
    .num-l1 {
        font-size: 7rem;
        font-weight: 600;
        line-height: 1em
    }

    .num-l2 {
        font-size: 2.5rem;
        font-weight: 600
    }

    .num-l3 {
        font-size: 2rem;
        font-weight: 600;
        line-height: 2rem;
        padding-bottom: 8px
    }
}

@media(max-width:1199px) {
    .aum {
        display: flex;
        flex-direction: column !important;
        align-items: center !important
    }

    .num-l1 {
        font-size: 7rem;
        font-weight: 600;
        line-height: 1em
    }

    .num-l2 {
        font-size: 2.5rem;
        font-weight: 600
    }

    .num-l3 {
        font-size: 2rem;
        font-weight: 600;
        line-height: 2rem;
        padding-bottom: 8px
    }
}

@media(max-width:991px) {
    .num-l1 {
        font-size: 6rem;
        font-weight: 600;
        line-height: 1em
    }

    .num-l2 {
        font-size: 2.5rem;
        font-weight: 600
    }
}

.equal {
    font-size: 4em;
    color: var(--brand-primary)
}

hr {
    border-top: 1px solid #403739;
    opacity: 1
}

@media(max-width:720px) {
    .intro {
        font-size: 1.2rem
    }
}

.small {
    font-style: italic
}

.material-symbols-outlined {
    vertical-align: bottom
}

main a,
main a:link,
main a:active {
    color: var(--brand-primary);
    text-decoration: underline
}

main a:hover {
    color: var(--brand-secondary);
    text-decoration: underline
}

.modal a,
.modal a:link,
.modal a:active,
.modal a:hover {
    color: var(--brand-primary);
    text-decoration: underline
}

.team a:link {
    text-decoration: none !important
}

section {
    position: relative;
    z-index: 0
}

.page-section {
    position: relative;
    padding: 8rem 0
}

.brown-bkg {
    background-color: var(--brand-primary)
}

.light-brown-bkg {
    background-color: #403739 !important
}

.gray-bkg {
    background-color: #f7f7f7
}

.blue-bkg {
    background-color: var(--brand-secondary)
}

.white-bkg {
    background-color: var(--brand-white)
}

.sub-section {
    position: relative;
    padding: 5rem 0
}

.sub {
    padding-top: 120px
}

@media(max-width:1090px) {
    .sub {
        padding-top: 100px
    }
}

.subtitle {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    margin-bottom: 4px;
    text-transform: uppercase
}

.sub-intro {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    padding: 2rem
}

.sub-head-img {
    min-height: 650px
}

@media(max-width:991px) {
    .page-section {
        position: relative;
        padding: 5rem 0
    }

    .sub {
        padding-top: 78px
    }
}

@media(max-width:768px) {
    .sub-intro {
        max-width: 90%;
        padding: 2rem
    }

    .sub-head-img {
        min-height: 320px
    }
}

.sub-intro h1 {
    font-size: clamp(1.5rem, 2vw + 1rem, 2.5rem);
    margin-bottom: 1rem;
    line-height: 1.1
}

.subtitle {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    margin-bottom: .5rem;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.2
}

.rounded-tl {
    border-radius: 10px 0 0 0
}

.rounded-tr {
    border-radius: 0 10px 0 0
}

.right-col-shadow {
    border-left: 1px solid #cecece;
    box-shadow: -10px 0 15px -5px rgba(0, 0, 0, .15)
}

.mid-col-shadow {
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    box-shadow: -10px 0 15px -5px rgba(0, 0, 0, .15), 10px 0 15px 0 rgba(0, 0, 0, .1)
}

@media(max-width:767.98px) {
    .right-col-shadow {
        box-shadow: none;
        border-left: none;
        border-top: 1px solid #cecece
    }
}

.line-btm {
    border-bottom: 2px solid var(--brand-primary);
    width: 100%
}

.blue-bottom {
    background-color: var(--brand-secondary);
    height: 10px
}

.how-we-help h2 {
    font-size: 1.2em;
    font-weight: 400;
    color: var(--brand-white);
    margin: 0
}

@media(max-width:767.98px) {
    .bg-white {
        background-color: transparent !important
    }

    .border-bottom {
        border-bottom: 0 !important
    }
}

@media(max-width:767.98px) {
    .outer-card-mobile-disabled {
        box-shadow: none !important;
        border-radius: 0 !important;
        overflow: visible !important
    }

    .card-mobile-wrapper {
        background: #fff;
        border-radius: .5rem;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
        padding: 1rem;
        margin-bottom: 2.5rem;
        border: 1px solid #cecece
    }
}

.card-help {
    width: 80%;
    text-align: left
}

.card-opp {
    width: 80%;
    text-align: center
}

@media(max-width:460px) {
    .card-help {
        width: 100%;
        text-align: center
    }

    .card-opp {
        width: 100%;
        text-align: center;
        padding-top: 2em
    }
}

.icon-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none
}

@media(max-width:767.98px) {
    .icon-container {
        top: -30px;
        transform: translateX(-50%)
    }
}

.icon {
    width: 110px;
    display: block;
    margin: 0 auto
}

@media(max-width:768px) {
    .icon {
        width: 80px;
        display: block
    }
}

@media(max-width:991px) {
    .icon {
        width: 90px;
        display: block
    }
}

.position-relative {
    position: relative;
    z-index: 2
}

#timeline {
    position: relative;
    padding: 8rem 0 0 0
}

.timeline-bottom {
    min-height: 800px;
    margin-top: -100px
}

.timeline-bottom .box-outline {
    border-radius: 10px;
    border: 1px solid #403739;
    color: var(--brand-white);
    padding: 15px;
    font-size: 1.3em
}

.timeline-bottom a {
    text-decoration: underline;
    color: var(--brand-white) !important
}

@media(max-width:578px) {
    .timeline-bottom .timeline-item {
        padding: 0;
        margin: 0
    }
}

.shift {
    padding-bottom: 100px
}

.shift-down {
    padding-bottom: 200px
}

.shift-50 {
    padding-top: 50vh !important
}

@media(max-width:768px) {
    .shift-50 {
        padding-top: 2em !important
    }
}

.rel {
    position: relative;
    z-index: 5
}

.p-100 {
    padding-bottom: 8rem
}

.h-100 {
    height: 100% !important
}

.test-red {
    border: 1px solid #f00
}

.test-blue {
    border: 1px solid #00f
}

.overflow-hidden {
    overflow: hidden
}

footer {
    background-color: var(--brand-white);
    color: var(--brand-primary)
}

footer p,
footer li {
    color: var(--brand-primary) !important
}

footer a {
    color: var(--brand-primary);
    text-decoration: underline
}

footer .btn:hover {
    color: var(--brand-primary) !important;
    outline: 1px solid var(--brand-primary)
}

footer h2 {
    color: var(--brand-primary) !important;
    font-size: 1rem
}

footer .btn {
    color: var(--brand-white) !important;
    background-color: var(--brand-secondary);
    border: none;
    font-size: .7rem
}

.dark-block {
    border-radius: 10px;
    background: transparent;
    backdrop-filter: blur(30px);
    --webkit-backdrop-filter: blur(30px);
    background-color: rgba(var(--brand-primary-RGB), .85)
}

.dark-block h2,
.dark-block p {
    color: #fff !important
}

.white-block {
    border-radius: 10px;
    background-color: #fff
}

#main {
    overflow: hidden
}

#main li {
    position: relative
}

#main li::marker {
    color: var(--brand-secondary)
}

#talk-with-hillcrest p {
    color: var(--brand-primary)
}

#talk-with-us {
    scroll-margin-top: 150px
}

#mainNav {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .2);
    background-color: var(--brand-white);
    transition: background-color .5s ease;
    max-height: 100%
}

#mainNav .navbar-nav .nav-item .nav-link {
    color: var(--brand-primary);
    font-family: "open-sans", sans-serif;
    font-weight: 600;
    font-size: .9rem;
    text-transform: uppercase;
    padding: 1em !important
}

#mainNav .navbar-nav .nav-item .nav-link:hover,
#mainNav .navbar-nav .nav-item .nav-link:active {
    color: var(--brand-secondary);
    opacity: 1
}

#mainNav .navbar-nav .nav-item .nav-link.active {
    color: var(--brand-secondary);
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px
}

.navbar-grow .container-fluid {
    padding: 0 1em !important
}

.navbar-shrink .container-fluid {
    padding: 0 1em !important
}

@media(min-width:992px) {
    #mainNav {
        box-shadow: none
    }

    #mainNav .navbar-brand:hover {
        color: var(--brand-primary)
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 0 1rem
    }

    #mainNav .navbar-nav .nav-item .nav-link:hover {
        color: var(--brand-secondary)
    }

    #mainNav .navbar-nav .nav-item:last-child .nav-link {
        padding-right: 0
    }

    #mainNav.navbar-shrink {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
        background-color: var(--brand-white);
        max-height: 100px;
        backdrop-filter: blur(10px)
    }
}

@media(max-width:992px) {
    .navbar-collapse a {
        font-size: 1em !important;
        border-radius: 10px;
        text-align: center
    }

    .navbar-collapse a:hover {
        border-radius: 10px
    }

    .navbar-nav {
        min-height: 90vh
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 8px !important;
        width: 100%
    }
}

.client-login {
    background-color: var(--brand-secondary);
    border-radius: 30px;
    color: #fff !important
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-toggler {
    border-color: #000
}

.dropdown-menu li:not(:last-child) .dropdown-item {
    border-bottom: 1px solid #cecece
}

.dropdown-menu {
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 0;
    border-radius: 10px;
    overflow: hidden
}

.dropdown-item {
    color: var(--brand-primary);
    transition: background-color .2s ease, color .2s ease;
    padding: 10px
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: var(--brand-secondary);
    color: #fff
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--brand-primary);
    color: #fff
}

.dropdown-toggle::after {
    border-top-color: var(--brand-secondary)
}

@media(max-width:991px) {
    .dropdown-menu li:not(:last-child) .dropdown-item {
        border-bottom: 0
    }
}

.header-full {
    position: relative;
    height: 100vh;
    width: 100%;
    z-index: 0;
    overflow: hidden
}

.header-half {
    position: relative;
    height: 700px;
    width: 100%;
    z-index: 0;
    background-color: var(--brand-primary);
    overflow: hidden
}

.header-half::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(55, 71, 83, 0) 70%, rgba(55, 71, 83, 1) 100%);
    z-index: 2;
    pointer-events: none
}

.header-full::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(55, 71, 83, 0) 70%, rgba(55, 71, 83, 1) 100%);
    z-index: 2;
    pointer-events: none
}

.header-quarter {
    height: 200px;
    z-index: 0;
    background-color: var(--brand-primary);
    border: 1px solid #ffc0cb
}

.header-full h1,
.header-half h1,
.header-quarter h1 {
    color: var(--brand-white);
    text-align: center;
    z-index: 10
}

@media(max-width:992px) {
    .header-half {
        height: 600px
    }
}

.header-half p {
    color: #fff
}

.video-container {
    width: 100%;
    height: 100vh;
    max-height: 600px;
    overflow: hidden;
    position: relative
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.video-container::after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(35, 30, 31, 0) 70%, rgba(35, 30, 31, 1) 100%);
    z-index: 2;
    pointer-events: none
}

@media(max-width:1024px) {
    .video-container {
        width: 100%;
        height: 400px;
        overflow: hidden;
        position: relative
    }
}

#playPauseBtn:hover {
    background-color: rgba(var(--brand-primary-RGB), .5);
    opacity: 1
}

#toggleButton:hover {
    background-color: rgba(var(--brand-primary-RGB), .5);
    opacity: 1
}

.topPlayBtn {
    box-sizing: border-box;
    display: block;
    width: 32px;
    height: 32px;
    padding-top: 3px;
    padding-left: 3px;
    line-height: 20px;
    border: none;
    border-radius: 5px;
    color: var(--brand-white);
    text-align: center;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    font-weight: bold;
    transition: all .3s ease;
    margin-top: 0;
    margin-left: 2px
}

.subPlayBtn {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
    box-sizing: border-box;
    display: block;
    padding: 10px 14px;
    line-height: 20px;
    border: none;
    border-radius: 5px 0 0 0;
    color: var(--brand-white);
    text-align: center;
    text-decoration: none;
    background-color: #403739;
    font-size: 14px;
    font-weight: bold;
    transition: all .3s ease;
    opacity: 1
}

.subPlayBtn i {
    font-size: 30px
}

.subPlayBtn-left {
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 5;
    box-sizing: border-box;
    display: block;
    width: 32px;
    height: 32px;
    padding: 3px 5px;
    line-height: 20px;
    border: none;
    border-radius: 5px;
    color: var(--brand-primary);
    text-align: center;
    text-decoration: none;
    background-color: #e2e2e2;
    font-size: 14px;
    font-weight: bold;
    transition: all .3s ease;
    opacity: 1
}

.subPlayBtn-right {
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 5;
    box-sizing: border-box;
    display: block;
    width: 32px;
    height: 32px;
    padding: 3px 5px;
    line-height: 20px;
    border: none;
    border-radius: 5px;
    color: var(--brand-primary);
    text-align: center;
    text-decoration: none;
    background-color: #e2e2e2;
    font-size: 14px;
    font-weight: bold;
    transition: all .3s ease;
    opacity: 1
}

.resource-hero {
    height: 30vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .6
}

#header-static {
    height: 30vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1
}

.breadcrumb {
    color: var(--brand-white);
    background-color: var(--brand-dark-blue);
    padding: 10px 1.5em
}

@media(max-width:767px) {
    .breadcrumb {
        display: none
    }
}

.breadcrumb span {
    color: var(--brand-secondary-text);
    padding: 0 1em
}

.breadcrumb a {
    color: var(--brand-white);
    text-decoration: none
}

.breadcrumb a:hover {
    color: var(--brand-secondary-text);
    text-decoration: underline
}

#pauseBtn {
    width: 45px;
    height: 45px;
    font-size: 18px;
    font-family: "Material Icons";
    content: "\ea50";
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 45px;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    right: 30px;
    opacity: .5;
    -webkit-transition: .3s;
    transition: .3s
}

.btn-arrow span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

*/ .btn-arrow span:after {
    font-family: "Material Icons";
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    content: "\ea50";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    -webkit-transition: .3s;
    transition: .3s;
    direction: ltr;
    display: inline-block;
}

.ticker {
    position: relative;
    background-color: var(--brand-primary) !important;
    color: #fff;
    z-index: 10;
    height: 48px
}

@media(max-width:767px) {
    .ticker {
        height: 80px !important
    }
}

hr.divider {
    height: 20px;
    margin: 1.5rem auto;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    border: 0
}

hr.divider-blue {
    height: 20px;
    margin: 1.5rem auto;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    border: 0
}

hr.divider-light {
    background-color: #fff
}

.btn {
    color: var(--brand-white);
    background-color: var(--brand-secondary);
    transition: all .7s;
    padding: 12px 24px;
    cursor: pointer;
    border-radius: 50px;
    text-transform: uppercase
}

.btn:hover {
    color: var(--brand-primary);
    background-color: #fff;
    border-color: var(--brand-primary)
}

.btn.btn-outline {
    background-color: transparent;
    border-color: #fff;
    border-radius: 5px;
    color: #fff;
    transition: all .7s
}

.btn.btn-outline:hover {
    background-color: #fff;
    border-color: #fff;
    border-radius: 5px;
    color: var(--brand-primary)
}

.btn-primary {
    background-color: var(--brand-primary);
    border-color: var(--brand-primary)
}

.btn-blue {
    background-color: var(--brand-secondary-dark);
    border-color: var(--brand-secondary-dark)
}

.btn-green:hover {
    color: var(--brand-dark-blue) !important
}

.nav-item .btn-green:hover {
    background-color: var(--brand-white);
    color: var(--brand-dark-blue) !important
}

.btn-left {
    text-align: left !important
}

.btn-join {
    position: absolute;
    bottom: 1em;
    right: 0;
    background-color: var(--brand-secondary-dark);
    color: var(--brand-white);
    border-radius: 100px 0 0 100px;
    min-height: 70px;
    min-width: 300px;
    z-index: 5;
    font-size: 1.3em;
    text-transform: uppercase;
    line-height: 2em
}

main .btn {
    color: #fff !important;
    text-decoration: none !important
}

main .btn:hover {
    color: var(--brand-primary) !important;
    background-color: #fff;
    border-color: var(--brand-primary)
}

.btn-arrow span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

.btn-arrow span:after {
    font-family: "Material Icons";
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    content: "\ea50";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    -webkit-transition: .3s;
    transition: .3s;
    direction: ltr;
    display: inline-block
}

.btn-arrow:hover span {
    padding-right: 25px
}

.btn-arrow:hover span:after {
    opacity: 1;
    right: 0
}

.btn-arrow:focus,
.btn:focus,
.skip-to-content-link:focus {
    outline: 2px solid var(--brand-tan) !important;
    background-color: var(--brand-primary);
    color: #fff
}

.skip-to-content-link {
    height: 40px;
    width: 200px;
    background-color: var(--brand-primary);
    border-radius: 5px;
    left: 10px;
    padding: 8px;
    position: absolute;
    transform: translateY(-300%);
    transition: transform .3s;
    z-index: 1050;
    text-align: center;
    position: fixed;
    top: 10px
}

.skip-to-content-link:focus {
    transform: translateY(0%)
}

article a:focus {
    outline: 2px solid var(--brand-secondary);
    display: block;
    border-radius: 18px
}

.profile:focus {
    border: 2px solid var(--brand-secondary);
    display: block;
    border-radius: 18px
}

#map {
    filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1)
}

.hover-half {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 10px;
    transition: all .6s;
    z-index: 10;
    padding-bottom: 300px;
    max-height: 300px
}

.hover-half:hover {
    outline: 2px solid var(--brand-primary)
}

.hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all .6s
}

.hover-1-title {
    line-height: 1em;
    bottom: 2.3em;
    opacity: 1;
    color: #fff;
    text-align: center
}

.hover-half.hover-1 img {
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.hover-1-content {
    position: absolute;
    bottom: -1em;
    left: 0;
    z-index: 99;
    transition: all .6s;
    width: 100%
}

.hover-1 .hover-overlay {
    background: linear-gradient(180deg, rgba(var(--brand-primary-RGB), 0) 0%, rgba(var(--brand-primary-RGB), .8) 100%);
    opacity: 1
}

.hover-1-learnMore {
    transition: .6s;
    opacity: 0;
    color: var(--brand-white) !important;
    font-size: .8rem;
    margin-bottom: 1.1em !important;
    text-align: center
}

.hover-1:hover .hover-1-title {
    bottom: 0 !important;
    position: relative !important;
    opacity: 1;
    color: var(--brand-white)
}

.hover-1:hover .hover-1-content {
    bottom: 0;
    background-color: var(--brand-secondary-dark);
    width: 100%;
    padding-top: 1em !important
}

.hover-1:hover .hover-1-description {
    opacity: 1;
    transform: none
}

.hover-1:hover .hover-1-learnMore {
    transform: translateY(1rem);
    transition: .6s;
    opacity: 1;
    color: var(--brand-white) !important;
    text-align: center
}

.hover-1:hover .hover-overlay {
    transform: translateY(7rem);
    opacity: 1;
    background-color: var(--brand-white)
}

.hide {
    display: none;
    transition: all .5s
}

.show {
    display: block;
    transition: all .5s
}

.slideup {
    position: relative;
    transform: translateY(100px);
    opacity: 0;
    transition: 1s all ease
}

.slideup.active {
    transform: translateY(0);
    opacity: 1
}

.delay1 {
    transition-delay: 0s
}

.delay2 {
    transition-delay: .2s
}

.delay3 {
    transition-delay: .4s
}

.delay4 {
    transition-delay: .6s
}

@media(max-width:768px) {
    #who-we-serve .slideup {
        transform: translateY(0);
        opacity: 1
    }
}

.slideleft {
    position: relative;
    transform: translateX(-150px);
    opacity: 0;
    transition: 1s all ease
}

.slideleft.active {
    transform: translateX(0);
    opacity: 1
}

.slideright {
    position: relative;
    transform: translateX(150px);
    opacity: 0;
    transition: 1s all ease
}

.slideright.active {
    transform: translateX(0);
    opacity: 1
}

@keyframes slideInFromRight {
    from {
        transform: translateX(150px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.slideright-auto {
    position: relative;
    animation: slideInFromRight 1s ease forwards
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(-150px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.slideleft-auto {
    position: relative;
    animation: slideInFromLeft 1s ease forwards
}

.grow {
    transform: scale(1);
    transition: all .5s ease-in-out
}

.grow:hover {
    transform: scale(1.1)
}

.grow-auto {
    animation: grow 3s ease-out;
    transform-origin: center
}

@keyframes grow {
    0% {
        transform: scale(.7);
        opacity: .7
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.growLarge {
    transform: scale(.5);
    opacity: 0;
    transition: transform .4s ease-out, opacity .4s ease-out
}

.growLarge.active {
    transform: scale(1);
    opacity: 1
}

.slideup-auto {
    animation: slide-up .7s ease-in-out
}

@keyframes slide-up {
    0% {
        transform: translateY(50%);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.delay-2s {
    transition-delay: 2s
}

.delay-4s {
    transition-delay: 4s
}

.image-container {
    position: relative;
    overflow: hidden
}

@media(max-width:768px) {
    .image-container {
        min-height: 300px
    }
}

.zoom-on-scroll {
    transition: transform 3s ease;
    transform: scale(1);
    will-change: transform
}

.zoom-on-scroll.in-view {
    transform: scale(1.1)
}

.form-control {
    background-color: #403739 !important;
    border: 1px solid #7e6268;
    color: var(--brand-white) !important
}

.form-control::placeholder {
    color: var(--brand-white) !important
}

#inputs-contact .form-control {
    background-color: #f4f4f4 !important;
    border: 1px solid #c7c7c7;
    color: var(--brand-primary) !important
}

#inputs-contact .form-control::placeholder {
    color: var(--brand-primary) !important
}

#inputs-contact .btn-green {
    font-size: 1.2em
}

.form-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media(max-width:375px) {
    .form-container {
        padding-left: 0
    }
}

.form-check {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 4px;
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
    transition: background-color .2s ease, border-color .2s ease
}

.checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.form-check:checked+.checkmark {
    background-color: var(--brand-secondary);
    border-color: var(--brand-secondary)
}

.form-check:checked+.checkmark::after {
    display: block
}

.alert-info {
    background-color: var(--brand-secondary);
    color: var(--brand-white);
    border: none;
    border-radius: 0
}

.alert-info a {
    color: var(--brand-white) !important
}

.modal:not(#modal-about-114) .btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
}

.btn-close {
    fill: var(--brand-white) !important;
    color: var(--brand-white) !important;
    --bs-btn-close-opacity: 1
}

.content-frame {
    position: relative;
    margin: auto;
    overflow: hidden
}

.content-frame .content-overlay {
    background: rgba(var(--brand-primary-RGB), .9);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    border-radius: 15px
}

.content-frame:hover .content-overlay {
    opacity: 1
}

.content-image {
    width: 100%;
    border-radius: 15px
}

.content-details {
    position: absolute;
    text-align: left;
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: 1.6em;
    line-height: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s
}

@media(max-width:1399px) {
    .content-details {
        padding-left: 1.2em;
        padding-right: 1.2em;
        font-size: 1.5em;
        -webkit-transform: translate(-50%, 30px);
        -moz-transform: translate(-50%, 30px);
        transform: translate(-50%, 30px)
    }
}

@media(max-width:1200px) {
    .content-details {
        padding-left: 1.5em;
        padding-right: 1.5em;
        font-size: 1.4em;
        line-height: 1em;
        -webkit-transform: translate(-50%, 30px);
        -moz-transform: translate(-50%, 30px);
        transform: translate(-50%, 30px)
    }
}

@media(max-width:992px) {
    .content-details {
        padding-left: 1.25em;
        padding-right: 1.25em;
        font-size: 1.3em;
        line-height: 1em;
        -webkit-transform: translate(-50%, 30px);
        -moz-transform: translate(-50%, 30px);
        transform: translate(-50%, 30px)
    }
}

@media(max-width:768px) {
    .content-details {
        padding-left: 1.2em;
        padding-right: 1.2em;
        font-size: 1.5em;
        line-height: 1.1em;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@media(max-width:576px) {
    .content-details {
        padding-left: 1.2em;
        padding-right: 1.2em;
        font-size: 1.3em;
        line-height: 1em;
        -webkit-transform: translate(-50%, -20px);
        -moz-transform: translate(-50%, -20px);
        transform: translate(-50%, -20px)
    }
}

@media(max-width:440px) {
    .content-details {
        padding-left: 1.1em;
        padding-right: 1.1em;
        font-size: 1.3em;
        line-height: 1em;
        -webkit-transform: translate(-50%, -40px);
        -moz-transform: translate(-50%, -40px);
        transform: translate(-50%, -40px)
    }
}

.content-frame:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1
}

.content-details p {
    color: #fff;
    font-size: .8em
}

.fadeIn-bottom {
    top: 80%
}

.btn-icon {
    margin-right: 1em;
    margin-left: .5em;
    padding: 10px;
    border-right: 1px solid var(--brand-secondary);
    min-height: 60px
}

.tint-wrapper {
    position: relative;
    display: inline-block
}

.tint {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2));
    pointer-events: none
}

.modal-dialog.wide {
    width: 80% !important;
    max-width: 1024px !important;
    padding-top: 100px
}

.modal-body {
    position: relative;
    background-color: var(--brand-white)
}

.modal-body {
    border-radius: 10px !important
}

.modal-backdrop {
    opacity: .9 !important;
    background-color: var(--brand-primary)
}

.modal-header {
    border-bottom: 1px solid var(--brand-secondary) !important
}

.modal-header-short {
    border-bottom: none;
    text-align: right;
    padding: 10px
}

.right-vert-sep {
    border-right: 2px solid var(--brand-tan);
    display: block
}

.modal .btn-primary {
    color: #fff !important
}

.modal .btn-primary:hover {
    color: var(--brand-primary) !important
}

.modal-content {
    position: relative;
    background-color: var(--brand-white);
    border-radius: 10px
}

.modal-header {
    background-color: var(--brand-secondary-dark)
}

.modal-footer {
    border-top: unset
}

.modal-title {
    color: var(--brand-primary)
}

@media(max-width:992px) {
    .right-vert-sep {
        border-right: none;
        border-bottom: 2px solid var(--brand-tan);
        display: block
    }
}

@media(max-width:575px) {
    .modal-dialog.wide {
        width: 100% !important;
        margin: 0
    }
}

.custom-close {
    filter: invert(100%)
}

.anchor {
    scroll-margin-top: 10em
}

@media(prefers-reduced-motion:reduce) {
    * {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important
    }
}

.z1 {
    z-index: 1
}

.z2 {
    z-index: 3
}

.overlay-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(var(--brand-primary-RGB), 1), rgba(0, 0, 0, 0));
    pointer-events: none
}

.grad-br {
    background: radial-gradient(circle at bottom right, #265b43 0%, transparent 50%) bottom right;
    background-size: 50% 100%;
    background-repeat: no-repeat
}

.grad-bl {
    background: radial-gradient(circle at bottom left, #265b43 0%, transparent 50%) bottom left;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.grad-tl {
    background: radial-gradient(circle at top left, #265b43 0%, transparent 50%) top right;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.img-br-people {
    position: absolute;
    bottom: 10px;
    right: 0;
    pointer-events: none;
    z-index: 3;
    width: 38%
}

.img-br {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none
}

.img-br-home {
    position: absolute;
    width: 100px;
    height: auto;
    bottom: 8px;
    right: 8px;
    z-index: 5
}

.img-btm {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.img-br-2 {
    position: absolute;
    bottom: -150px;
    right: 0
}

.img-bl {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: calc(100vw - 60%)
}

.img-fit {
    object-fit: cover
}

@media(max-width:1440px) {
    .img-bl {
        width: calc(100vw - 40%);
        left: -100px
    }
}

@media(min-width:1920px) {
    .img-br-people {
        right: 0;
        width: calc(100vw - 74%)
    }
}

@media(max-width:1600px) {
    .img-br-people {
        right: 0;
        width: calc(100vw - 65%)
    }
}

@media(max-width:991px) {
    .img-bl {
        position: relative;
        left: 0;
        bottom: 0;
        width: 360px;
        height: auto
    }
}

.img-bl-2 {
    position: absolute;
    top: 60%;
    left: 0;
    z-index: 1
}

.img-bl-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.img-tr {
    position: absolute;
    top: -104px;
    right: 0;
    z-index: 1
}

.img-tr-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.img-tr-3 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.img-tr-4 {
    position: absolute;
    top: -200px;
    right: 0;
    z-index: 1
}

.img-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

@media(max-width:1024px) {
    .img-off {
        position: relative !important;
        width: 100% !important
    }
}

.bkg-grad-left {
    position: absolute;
    top: 0;
    right: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    pointer-events: none
}

.bkg-grad-right {
    position: absolute;
    top: -50px;
    right: -50%;
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: -1;
    pointer-events: none
}

.bkg-grad-top-left {
    position: absolute;
    top: -50px;
    left: -50%;
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    pointer-events: none
}

.bkg-grad-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0%, 0%);
    width: 100%;
    height: auto;
    object-fit: contain;
    z-index: -1;
    pointer-events: none
}

@media(max-width:991px) {
    .bkg-grad-left {
        display: none
    }
}

.box-wrap {
    border-radius: 10px;
    border: 1px solid var(--brand-secondary);
    margin: 1em 0;
    color: var(--brand-white)
}

@media(max-width:768px) {
    .box-wrap {
        padding: 10px;
        font-size: .9em
    }
}

.box-outline {
    border-radius: 10px;
    border: 1px solid #403739;
    color: var(--brand-white);
    padding: 15px
}

.footer-img {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0
}

.footer-border {
    border: 1px solid var(--brand-secondary);
    border-radius: 5px
}

@media(max-width:768px) {
    .section-contact {
        padding: 2em
    }
}

.section-image-r {
    background-image: url("media/768171/business-owner-talking-tablet.jpg");
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%
}

.tri-top:before {
    content: "";
    position: absolute;
    top: -55px;
    left: -50px;
    width: 300px;
    height: 200px;
    z-index: -1
}

@media(max-width:990px) {
    .tri-top:before {
        display: none
    }
}

.tri-top-right:before {
    content: "";
    position: absolute;
    top: -55px;
    right: -60px;
    width: 300px;
    height: 200px;
    z-index: -1
}

.tri-bottom:after {
    content: "";
    position: absolute;
    bottom: -70px;
    right: -60px;
    width: 300px;
    height: 200px;
    z-index: -1
}

.tri-top-sub:before {
    content: "";
    position: absolute;
    top: -60px;
    left: -40px;
    width: 200px;
    height: 200px;
    z-index: -1
}

.tri-top-profile:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    width: 200px;
    height: 200px;
    z-index: -1
}

.tri-bottom-sub:after {
    content: "";
    position: absolute;
    bottom: 250px;
    width: 200px;
    height: 200px;
    z-index: 0
}

.element {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media(max-width:768px) {
    .element {
        display: none
    }
}

.circle-vline {
    border-radius: 50%;
    min-width: 6px;
    min-height: 6px
}

.circle-black {
    background-color: var(--brand-white)
}

.circle-green {
    background-color: var(--brand-secondary-text);
    border-radius: 50%;
    min-width: 14px;
    min-height: 14px
}

.vline {
    border-left: 2px solid var(--brand-white);
    height: 80%
}

.vline-green {
    border-left: 2px solid var(--brand-secondary-text);
    height: 80%
}

@media(max-width:990px) {
    .shake {
        max-width: 450px
    }
}

@media(max-width:768px) {
    .shake {
        display: none
    }
}

.quote {
    position: relative;
    font-style: italic;
    font-size: 1.25rem
}

.quote::before,
.quote::after {
    color: var(--brand-secondary);
    font-size: 1.5rem;
    font-family: serif
}

.quote::before {
    content: "\201c";
    margin-right: .15rem
}

.quote::after {
    content: "\201d";
    margin-left: .15rem
}

.serve-business {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.serve-charities {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

.serve-exec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.serve-trust {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.serve-supreme {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.img-gradient {
    position: relative
}

.img-gradient::after {
    display: block;
    position: relative;
    background-image: linear-gradient(145deg, rgba(98, 175, 49, 0) 70%, rgba(98, 175, 49, .5) 100%);
    margin-top: -400px;
    height: 400px;
    width: 100%;
    content: "";
    border-radius: 0 0 10px 10px
}

.email {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    color: var(--brand-white);
    padding-left: 30px;
    margin-bottom: 5px
}

.phone {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    color: var(--brand-white);
    padding-left: 30px;
    margin-bottom: 5px
}

.linkedin {
    background-image: url("media/768142/icon-linkedin.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    color: var(--brand-white);
    padding-left: 30px;
    margin-bottom: 5px
}

.carousel {
    position: relative;
    overflow: hidden;
    height: 100vh;
    background-color: var(--brand-primary);
    z-index: 1
}

.carousel-item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(var(--brand-primary-RGB), 0) 0%, #000, .9) 100%);
    pointer-events: none;
    z-index: 2
}

.carousel video {
    opacity: .7
}

.carousel-indicators {
    z-index: 10;
    bottom: 1.5rem
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--brand-white);
    opacity: .5;
    transition: opacity .3s;
    margin: 0 4px
}

.carousel-indicators .active {
    opacity: 1;
    background-color: var(--brand-white) !important
}

.carousel-item,
.carousel-item img,
.carousel-item video {
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100vh
}

.carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    color: var(--brand-white);
    z-index: 10;
    left: 5% !important;
    right: 5% !important
}

.styled-hr-light {
    display: flex;
    align-items: center;
    width: 200px;
    margin: 20px auto
}

.styled-hr-light::before,
.styled-hr-light::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #c6c6c6
}

.circle-light {
    width: 8px;
    height: 8px;
    border: 1px solid #c6c6c6;
    border-radius: 50%;
    margin: 0 10px
}

.awards {
    position: relative;
    display: inline-block;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
    text-align: center
}

.awards::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
    background-color: #c6c6c6
}

.awards p {
    font-size: 13px;
    font-style: italic
}

.line-bottom {
    position: relative;
    padding-bottom: 1em
}

.line-bottom::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
    background-color: #c6c6c6
}

.w-box {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    background-color: var(--brand-white);
    border-radius: 15px
}

.d-box {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    background-color: var(--brand-primary);
    border-radius: 15px;
    text-align: center
}

.lined-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
    padding-bottom: 1.5em
}

.lined-image::before,
.lined-image::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #c6c6c6
}

.lined-image img {
    display: block;
    max-height: 40px;
    max-width: 100%
}

.hover-card {
    position: relative;
    width: 100%;
    aspect-ratio: 3/2;
    max-height: 300px;
    border-radius: 10px;
    overflow: hidden;
    transition: outline .3s ease-in-out;
    background-color: var(--brand-white)
}

.hover-card:hover,
.hover-card:focus-within {
    outline: 2px solid var(--brand-primary)
}

.hover-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(var(--brand-primary-RGB), 0) 0%, rgba(var(--brand-primary-RGB), .8) 100%);
    transition: background-color .8s ease-in-out, opacity .8s ease-in-out;
    z-index: 1
}

.hover-card:hover .hover-overlay,
.hover-card:focus-within .hover-overlay {
    opacity: 0
}

.hover-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5em;
    z-index: 2
}

.hover-title {
    margin: 0;
    position: absolute;
    bottom: 1.1em;
    left: 0;
    right: 0;
    color: var(--brand-white);
    transform: translateY(0);
    transition: transform .8s ease-in-out, color .8s ease-in-out
}

.hover-card:hover .hover-title,
.hover-card:focus-within .hover-title {
    transform: translateY(-7.5em);
    color: var(--brand-brown)
}

.hover-description {
    opacity: 0;
    transform: translateY(2rem);
    transition: opacity .8s ease-in-out, transform .8s ease-in-out;
    max-height: 0;
    overflow: hidden;
    font-size: .9rem;
    margin-top: .75em;
    color: var(--brand-text);
    position: absolute;
    top: 60%;
    left: 4em;
    right: 4em
}

.hover-card:hover .hover-description,
.hover-card:focus-within .hover-description {
    opacity: 1;
    transform: translateY(-4em);
    max-height: 200px
}

.hover-card:hover {
    outline: 2px solid var(--brand-primary)
}

.hover-card:hover .hover-overlay {
    opacity: 0
}

.hover-card:hover .hover-title {
    transform: translateY(-6em);
    color: var(--brand-brown)
}

.hover-card:hover .hover-description {
    opacity: 1;
    transform: translateY(-4em);
    max-height: 200px
}

.hover-button {
    position: absolute;
    width: 80%;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%) translateY(1rem);
    opacity: 0;
    background-color: var(--brand-primary);
    color: var(--brand-white);
    padding: .5em 1.25em;
    border-radius: 999px;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 600;
    transition: opacity .6s ease, transform .6s ease;
    z-index: 2
}

.hover-card:hover .hover-button,
.hover-card:focus-within .hover-button {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto
}

.hover-card:hover .hover-button {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto
}

.hover-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .8s ease-in-out;
    z-index: 0
}

.hover-card:hover .hover-image,
.hover-card:focus-within .hover-image {
    opacity: 0
}

@media(max-width:1399px) {
    .hover-card {
        min-height: 350px
    }

    .hover-card:hover .hover-title,
    .hover-card:focus-within .hover-title {
        transform: translateY(-9em)
    }

    .hover-card:hover .hover-description,
    .hover-card:focus-within .hover-description {
        transform: translateY(-5em)
    }
}

@media(max-width:1199px) {
    .hover-card {
        min-height: 380px
    }

    .hover-card:hover .hover-title,
    .hover-card:focus-within .hover-title {
        transform: translateY(-10em)
    }

    .hover-card:hover .hover-description,
    .hover-card:focus-within .hover-description {
        transform: translateY(-6em)
    }
}

@media(max-width:992px) {
    .hover-card {
        min-height: 400px
    }
}

.content-box {
    height: 120px;
    background-size: cover;
    background-position: center;
    padding: 1rem;
    background-color: #808080
}

.border-box-bottom {
    border-bottom: 10px solid #fff
}

.loc-left {
    background-image: url("media/766326/nest-egg-art-piece-on-table.jpg")
}

.loc-mid-top {
    background-image: url("media/766328/moss-art-plate.jpg")
}

.loc-mid-bottom {
    background-image: url("media/766383/gear-lights.jpg")
}

.loc-right {
    background-image: url("media/766327/interior-background.jpg");
    background-position: top center
}

.news img {
    max-height: 200px !important;
    width: 100%;
    object-fit: cover !important
}

.news-template h1 {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-size: calc(1.5rem + 2.2vw);
    color: var(--brand-primary);
    line-height: 1em;
    text-transform: uppercase;
    text-shadow: none;
    padding-bottom: 10px
}

.news-template h2 {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-size: 1.5em;
    color: var(--brand-primary);
    border-bottom: 1px solid var(--brand-gray-light);
    padding-bottom: 10px;
    padding-top: 1em;
    display: inline-block
}

.news-template {
    padding: 50px 0 100px 0
}

.news-template .back-to-news {
    color: var(--brand-secondary);
    margin-bottom: 1em;
    display: block
}

.news-template hr {
    border: none;
    height: 1px;
    background-color: var(--brand-gray-light)
}

.fa-profile figure {
    position: relative;
    padding: 1rem;
    overflow: hidden;
    border-radius: .5rem;
    background-color: #fff
}

.fa-profile .background-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 320px;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border-radius: inherit
}

.fa-profile .background-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("media/766322/profile-bkg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
    transition: transform .5s ease
}

.fa-profile-card:hover .background-wrap::before {
    transform: scale(1.2)
}

.fa-profile .background-wrap img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 320px;
    object-fit: cover;
    border-radius: .5rem .5rem 0 0
}

.fa-profile-modal img {
    max-height: 320px !important;
    width: 100%;
    object-fit: cover !important
}

.fa-profile-modal figure {
    background-image: url("media/766322/profile-bkg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.fa-profile .name-area {
    height: 50px;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 0;
    margin: 0;
    background-color: var(--brand-white)
}

.fa-profile .name {
    font-size: 1.3em;
    margin: 0;
    padding: 0
}

.fa-profile .certs {
    font-size: .9em;
    margin: 0
}

.modal-content .name {
    font-size: 1.8em !important
}

.fa-profile .title {
    font-size: .9em;
    font-weight: 400;
    max-height: 80px;
    margin: 0;
    padding: 6px 0
}

.fa-profile .icons img {
    width: 27px;
    height: 25px;
    padding-right: 4px
}

.fa-profile a {
    text-decoration: none !important;
    color: var(--brand-secondary) !important
}

.fa-profile .contact a {
    font-size: 1em;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    color: var(--brand-secondary) !important
}

.fa-profile .styled-hr-light {
    display: flex;
    align-items: center;
    margin: 4px auto;
    width: 100%
}

.fa-profile h6 {
    border-bottom: 1px solid #cecece;
    padding-bottom: 5px;
    font-weight: 600
}

.fa-profile-modal {
    position: absolute;
    top: -110px;
    left: -110px;
    min-width: 280px;
    min-height: 280px;
    border-radius: 10px;
    background-image: url("media/766322/profile-bkg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media(max-width:992px) {
    .fa-profile-modal {
        position: relative;
        top: unset;
        left: unset;
        max-width: 280px;
        max-height: 280px;
        margin-bottom: 1em
    }
}

@media(max-width:768px) {
    .fa-profile-modal {
        margin-top: 30px;
        margin-bottom: 30px;
        max-width: 200px;
        max-height: 200px
    }
}

.fa-profile .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--brand-secondary);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath d='M2.146 2.146a.5.5 0 0 1 .708 0L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1em;
    border: none;
    width: 2rem;
    height: 2rem;
    opacity: 1;
    border-radius: .25rem
}

.about-114 .background-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 420px;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border-radius: 15px
}

.about-114 .background-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("media/766322/profile-bkg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
    transition: transform .5s ease
}

.about-114 .background-wrap img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: .5rem .5rem 0 0
}

.profile-deco {
    position: relative;
    display: inline-block
}

.profile-deco::before {
    content: "";
    position: absolute;
    top: -108px;
    left: -108px;
    width: 400px;
    height: 400px;
    background-image: url("media/766268/tl-profile-graphic.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    pointer-events: none
}

.styled-hr-light::before,
.styled-hr-light::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #c6c6c6
}

.circle-light {
    width: 6px;
    height: 6px;
    border: 1px solid #c6c6c6;
    border-radius: 50%;
    margin: 0 8px
}

.team h3 {
    font-size: 1em;
    font-weight: 600;
    color: var(--brand-white);
    margin: 6px 0;
    padding-top: 5px
}

.team p {
    font-size: .9em;
    color: var(--brand-secondary-text)
}

.team .profile-img {
    min-height: 250px;
    border-radius: 10px;
    border: 1px solid var(--brand-secondary)
}

.profile-img {
    min-height: 250px;
    border-radius: 10px;
    border: 1px solid var(--brand-secondary);
    object-fit: cover
}

.team-short {
    margin-left: auto;
    margin-right: auto;
    width: 80%
}

@media(max-width:992px) {
    .team-short {
        width: 100%
    }
}

.grid-brown::after {
    position: absolute;
    content: "";
    background: url("media/766384/grid-white-bottom.svg") no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

.timeline-container {
    position: relative;
    width: 100%;
    padding: 100px 0
}

@media(max-width:578px) {
    .timeline-container:before {
        content: "";
        position: absolute;
        border-top: 2px solid var(--brand-primary);
        width: 100%;
        top: 20px
    }
}

.timeline-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: var(--brand-primary);
    transform-origin: top center;
    z-index: 1
}

.timeline-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 100px 0
}

.circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "adobe-garamond-pro", serif;
    font-size: 1.5em;
    z-index: 3;
    background-color: var(--brand-white);
    border: 3px solid var(--brand-primary);
    color: var(--brand-white)
}

.circle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--brand-primary);
    z-index: -1
}

.circle-alt:before {
    background-color: var(--brand-secondary)
}

.circle-alt {
    border-color: var(--brand-secondary)
}

.circle-final {
    width: 200px !important;
    height: 200px !important;
    border-color: none;
    background-color: var(--brand-primary);
    z-index: 5;
    text-align: center;
    line-height: 1em;
    font-size: 1.8em
}

.circle-final:before {
    background-color: #403739
}

.deco-circle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 3;
    background-color: var(--brand-white);
    border: 3px solid var(--brand-primary);
    color: var(--brand-white)
}

.deco-circle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--brand-primary);
    z-index: -1
}

.follow-dot {
    position: absolute;
    top: 0;
    left: 50.2%;
    width: 20px;
    height: 20px;
    background: var(--brand-primary);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.content {
    position: relative;
    padding: 20px;
    width: 39%;
    font-size: 1.4em
}

.timeline-item[data-side="left"] .content {
    left: -300px;
    text-align: right
}

.timeline-item[data-side="right"] .content {
    right: -300px
}

@media(max-width:1399px) {
    .content {
        font-size: 1.2em
    }
}

@media(max-width:1199px) {
    .content {
        width: 45%;
        font-size: 1.2em
    }
}

@media(max-width:1024px) {
    .content {
        font-size: 1em
    }

    .timeline-item[data-side="left"] .content {
        left: -280px;
        text-align: right
    }

    .timeline-item[data-side="right"] .content {
        right: -280px
    }
}

@media(max-width:820px) {
    .content {
        font-size: .9em
    }

    .timeline-item[data-side="left"] .content {
        left: -200px;
        text-align: right
    }

    .timeline-item[data-side="right"] .content {
        right: -200px
    }
}

@media(max-width:578px) {
    .timeline-line {
        left: 24px;
        transform: scaleY(0) translateX(0)
    }

    .follow-dot,
    .deco-circle {
        left: 26px;
        transform: translate(-50%, 0)
    }

    .timeline-item {
        flex-direction: row;
        align-items: flex-start;
        text-align: left
    }

    .circle {
        left: 24px;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        font-size: 1em
    }

    .circle-final {
        position: relative;
        left: auto !important;
        transform: none !important;
        width: 100% !important;
        height: auto !important;
        border-radius: 0 !important;
        color: #fff;
        padding: 1rem;
        margin: 0 0 1rem;
        font-size: 2.5rem;
        text-align: center;
        box-shadow: none;
        background-color: #403739;
        border: none
    }

    .content {
        width: auto;
        max-width: calc(100% - 100px);
        margin-left: 80px;
        text-align: left !important;
        font-size: .875rem
    }

    .timeline-item[data-side="left"] .content,
    .timeline-item[data-side="right"] .content {
        left: auto;
        right: auto;
        /* transform: translateX(50px) */
    }

    .col-lg-6.slideup:has(.card--back).content {
        margin-left: 0;
        max-width: 100%;
        text-align: center !important;
    }
}

.data-grid {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0
}

.column {
    flex: 1
}

.column h3 {
    font-size: 1.2em;
    font-weight: 400;
    color: var(--brand-white);
    margin: 0;
    padding: 1em;
    border-bottom: 1px solid #cecece;
    text-align: center;
    background-color: var(--brand-secondary)
}

.col-content {
    padding: 2em;
    height: 160px;
    min-height: 140px;
    border-top: 1px solid #cecece;
    display: flex;
    align-items: start
}

@media(max-width:1024px) {
    .data-grid {
        flex-direction: column
    }

    .col-content {
        padding: 2em;
        height: 140px;
        min-height: 140px;
        border-top: 1px solid #cecece;
        display: flex
    }

    .column .rounded-tl {
        border-radius: 10px 10px 0 0
    }

    .column .rounded-tr {
        border-radius: 0
    }
}

summary {
    cursor: pointer;
    color: var(--brand-secondary);
    text-decoration: underline
}

details[open] summary {
    margin-bottom: 10px
}

.legal-content {
    padding: 10px;
    border: 1px solid #ccc;
    background: #f9f9f9
}

.business-bkg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-image: linear-gradient(-90deg, rgba(55, 71, 83, 0) 30%, rgba(55, 71, 83, 1) 100%), url("media/768168/business-background-stairs.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .2;
    pointer-events: none
}

.high-net-worth-bkg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-image: linear-gradient(-90deg, rgba(55, 71, 83, 0) 30%, rgba(35, 30, 31, 1) 100%), url("media/766373/high-net-worth-office-bkg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none
}

.family-bkg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-image: linear-gradient(-90deg, rgba(55, 71, 83, 0) 30%, rgba(35, 30, 31, 1) 100%), url("media/766373/high-net-worth-office-bkg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none
}

.careers-bkg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-image: linear-gradient(-90deg, rgba(55, 71, 83, 0) 30%, rgba(35, 30, 31, 1) 100%), url("media/766330/interior-background-blur.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none
}

@media(max-width:1024px) {
    .careers-bkg {
        background-image: linear-gradient(0deg, rgba(55, 71, 83, 0) 20%, rgba(35, 30, 31, 1) 50%), url("media/766330/interior-background-blur.jpg")
    }
}

.careers-image {
    background-image: url("media/768185/financial-advisors-114.png");
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%
}

.business-header-image {
    background-image: url("media/768170/business-owner-man-with-cellphone.png");
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%
}

.high-net-worth-image {
    background-image: url("media/766372/high-net-worth-woman-smiling.png");
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%
}

.family-image {
    background-image: url("media/768181/family-mother-father-daugher-and-son-at-beach.png");
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%
}

.non-profit-image {
    background-image: url("media/766321/non-profit-hands-planting.png");
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%
}

@media(max-width:768px) {
    .image-holder {
        background-position: center bottom;
        min-height: 650p !important
    }
}

.graphic-container {
    position: relative;
    width: 400px;
    height: 600px
}

.process h2,
.process h3 {
    margin: 0;
    padding-bottom: 10px
}

.process-left {
    width: 650px;
    height: 650px;
    position: relative;
    z-index: 1;
    padding-top: 1em
}

.process-right {
    width: 650px;
    height: 650px;
    z-index: 1;
    transform: translateX(-30%);
    padding-top: 1em
}

.step-content {
    width: 75%
}

@media(max-width:1399px) {
    .process-left {
        position: absolute;
        width: 550px;
        height: 450px
    }

    .process-right {
        position: absolute;
        top: -5%;
        right: inherit;
        width: 550px;
        height: 450px;
        transform: translateX(-20%)
    }

    .step4 .process-right {
        position: absolute;
        top: -5%;
        right: inherit;
        width: 550px;
        height: 450px;
        transform: translateX(-30%)
    }
}

@media(max-width:991px) {
    .process-left {
        position: absolute;
        top: 20%;
        left: 4%;
        width: 370px;
        height: 370px
    }

    .process-right {
        position: absolute;
        top: -5%;
        right: -10%;
        width: 470px;
        height: 370px;
        transform: translateX(25%)
    }

    .step4 .process-right {
        position: absolute;
        top: -5%;
        right: -10%;
        width: 470px;
        height: 370px;
        transform: translateX(15%)
    }

    .no-relative {
        position: static !important
    }

    .step-content {
        width: 50%
    }
}

@media(max-width:767px) {
    .process-left {
        position: relative;
        top: 9%;
        left: 50px
    }

    .step3 .process-left {
        position: relative;
        top: 3%;
        transform: translateX(30%)
    }

    .process-right {
        position: relative;
        top: 50px;
        left: 50px;
        width: 470px;
        height: 370px;
        transform: translateX(0%)
    }

    .step-content {
        width: 100%
    }

    .step4 .process-right {
        position: relative;
        top: 50px;
        left: -50px;
        width: 470px;
        height: 370px;
        transform: translateX(15%)
    }
}

@media(max-width:425px) {
    .step3 .process-left {
        position: relative;
        top: 4%;
        transform: translateX(2%)
    }

    .step4 .process-right {
        position: relative;
        top: 50px;
        left: -50px;
        width: 370px;
        height: 370px;
        transform: translateX(8%)
    }
}

.contact a {
    color: var(--brand-white) !important;
    font-size: 2em;
    text-decoration: none !important;
    padding-top: 1em
}

.contact hr {
    border-top: 1px solid #c6c6c6;
    width: 100%;
    max-width: 320px
}

.layer-s1-audio {
    position: absolute;
    width: 40%;
    top: 0;
    left: 0
}

.layer-s1-blue-bubble {
    position: absolute;
    width: 50%;
    top: 10%;
    right: 20%
}

.layer-s1-vid-bubble {
    position: absolute;
    width: 80%;
    top: 20%;
    right: 20%
}

.layer-s1-vid {
    position: absolute;
    width: 67%;
    top: 203px;
    left: 7px
}

.layer-s1-bottom {
    position: absolute;
    width: 100%;
    bottom: -15%;
    left: -13%
}

.vid-fill-s1 {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 42px
}

@media(max-width:1399px) {
    .layer-s1-audio {
        width: 30%;
        top: 4%;
        left: 0
    }

    .layer-s1-blue-bubble {
        width: 40%;
        top: 14%;
        right: 20%
    }

    .layer-s1-vid-bubble {
        width: 68%;
        top: 14%;
        right: 20%
    }

    .layer-s1-vid {
        width: 57%;
        top: 115px;
        left: 70px
    }

    .layer-s1-bottom {
        width: 90%;
        bottom: -15%;
        left: -13%
    }

    .vid-fill-s1 {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 30px
    }
}

@media(max-width:1199px) {
    .layer-s1-blue-bubble {
        width: 40%;
        top: 14%;
        right: 26%
    }
}

@media(max-width:991px) {
    .layer-s1-blue-bubble {
        width: 40%;
        top: 14%;
        right: 26%
    }

    .layer-s1-vid {
        width: 57%;
        top: 87px;
        left: 48px
    }

    .vid-fill-s1 {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 20px
    }
}

.layer-s2-audio {
    position: absolute;
    width: 40%;
    top: 8%;
    left: 0
}

.layer-s2-tablet {
    position: absolute;
    width: 100%;
    bottom: 25%;
    left: -10%
}

.layer-s2-tablet-anim {
    position: absolute;
    bottom: 14%;
    left: 0;
    z-index: 4
}

.layer-s2-bottom {
    position: absolute;
    width: 100%;
    bottom: -10%;
    left: -10%
}

@media(max-width:1399px) {
    .layer-s2-audio {
        position: absolute;
        width: 30%;
        top: 8%;
        left: 0
    }

    .layer-s2-tablet {
        position: absolute;
        width: 90%;
        bottom: 25%;
        left: -10%
    }

    .layer-s2-tablet-anim {
        position: absolute;
        bottom: 14%;
        left: -30px;
        z-index: 4
    }

    .layer-s2-bottom {
        position: absolute;
        width: 90%;
        bottom: -10%;
        left: -10%
    }
}

@media(max-width:991px) {
    .layer-s2-audio {
        position: absolute;
        width: 30%;
        top: 8%;
        left: 0
    }

    .layer-s2-tablet {
        position: absolute;
        width: 80%;
        bottom: 25%;
        left: -10%
    }

    .layer-s2-tablet-anim {
        position: absolute;
        bottom: 14%;
        left: -40px;
        z-index: 4
    }

    .layer-s2-bottom {
        position: absolute;
        width: 80%;
        bottom: -10%;
        left: -10%
    }
}

.layer-s3-hands {
    position: absolute;
    width: 70%;
    top: 5%;
    left: 0
}

.layer-s3-vid {
    position: absolute;
    width: 60%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.layer-s3-bottom {
    position: absolute;
    width: 100%;
    bottom: -20%;
    left: -15%
}

@media(max-width:1199px) {
    .layer-s3-hands {
        position: absolute;
        width: 60%;
        top: 5%;
        left: 0
    }

    .layer-s3-vid {
        position: absolute;
        width: 50%;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2
    }

    .layer-s3-bottom {
        position: absolute;
        width: 90%;
        bottom: -20%;
        left: -15%
    }
}

.vid-fill {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px
}

.layer-s4-img {
    position: absolute;
    width: 50%;
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.layer-s4 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.layer-s4-laptop-circle {
    position: absolute;
    width: 50%;
    height: 50%;
    top: 0;
    right: 0
}

.layer-s4-laptop {
    position: absolute;
    width: 50%;
    height: 50%;
    top: 5%;
    right: 5%
}

.layer-s4-chart-circle {
    position: absolute;
    width: 45%;
    height: 45%;
    bottom: 0;
    left: 0
}

.layer-s4-chart {
    position: absolute;
    width: 40%;
    height: 40%;
    bottom: 5%;
    left: 5%
}

.layer1 {
    z-index: 4
}

.layer2 {
    z-index: 3
}

.layer3 {
    z-index: 2
}

.layer4 {
    z-index: 1
}

.pillars-container {
    position: relative;
    width: 100%;
    height: 380px;
    margin: 0 auto
}

.pillar {
    position: absolute;
    cursor: pointer;
    transition: transform .2s ease-out
}

.pillar-back {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%
}

.pillar-left {
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
    width: 100%
}

.pillar-right {
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    width: 100%
}

.pillar-front {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%
}

.pillar-center {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    width: 100%;
    transition: transform .3s ease;
    display: flex;
    flex-direction: column;
    align-items: center
}

.center-btm {
    width: 100%
}

.center-person {
    position: absolute;
    top: 8px;
    width: 25%;
    transition: opacity .3s ease
}

.center-person.dimmed {
    opacity: 0
}

.pillar-wrapper-bkg {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    z-index: -1;
    display: flex;
    flex-direction: column;
    align-items: center
}

.info-bkg-grad {
    mix-blend-mode: overlay;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: .2
}

.info-bkg-circle {
    mix-blend-mode: overlay;
    position: absolute;
    left: 0;
    top: 120px;
    width: 100% !important;
    opacity: .2;
    z-index: -1
}

.pillar-wrapper-back {
    position: absolute;
    top: -54%;
    width: 280px;
    aspect-ratio: 280/394;
    overflow: hidden;
    -webkit-mask-image: url("media/766342/infographic-pillar-mask-back.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: bottom center;
    -webkit-mask-composite: source-over;
    mask-image: url("media/766342/infographic-pillar-mask-back.png");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: bottom center;
    mask-composite: add
}

.pillar-wrapper-left {
    position: absolute;
    top: 30%;
    width: 260px;
    aspect-ratio: 260/403;
    overflow: hidden;
    -webkit-mask-image: url("media/766344/infographic-pillar-left-fw.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: bottom center;
    -webkit-mask-composite: source-over;
    mask-image: url("media/766344/infographic-pillar-left-fw.png");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: bottom center;
    mask-composite: add
}

.pillar-wrapper-right {
    position: absolute;
    top: 30%;
    width: 260px;
    aspect-ratio: 260/403;
    overflow: hidden;
    -webkit-mask-image: url("media/766340/infographic-pillar-right-fw.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: bottom center;
    -webkit-mask-composite: source-over;
    mask-image: url("media/766340/infographic-pillar-right-fw.png");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: bottom center;
    mask-composite: add
}

.pillar-wrapper-front {
    position: absolute;
    bottom: -10%;
    width: 280px;
    aspect-ratio: 280/260;
    overflow: hidden;
    z-index: 10;
    -webkit-mask-image: url("media/766348/infographic-pillar-front-mask-v3.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: bottom center;
    -webkit-mask-composite: source-over;
    mask-image: url("media/766348/infographic-pillar-front-mask-v3.png");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: bottom center;
    mask-composite: add
}

.pillar-wrapper-center {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    aspect-ratio: 110/150;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    -webkit-mask-image: url("media/766349/infographic-pillar-center-mask.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: bottom center;
    -webkit-mask-composite: source-over;
    mask-image: url("media/766349/infographic-pillar-center-mask.png");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: bottom center;
    mask-composite: add
}

.pillar-img-back {
    position: absolute;
    bottom: -23%;
    left: 0;
    width: 100%
}

.pillar-img-sides {
    position: absolute;
    bottom: -18%;
    left: 0;
    width: 100%
}

.pillar-img-front {
    position: absolute;
    bottom: -32%;
    left: 0;
    width: 100%
}

.pillar-wrapper-back {
    position: relative
}

.pillar-top-svg {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    transition: transform .3s ease;
    pointer-events: none
}

.pillar-top-sides-svg {
    position: absolute;
    bottom: 4%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    transition: transform .3s ease;
    pointer-events: none
}

.pillar-top-front-svg {
    position: absolute;
    bottom: 7%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    transition: transform .3s ease;
    pointer-events: none
}

.pillar-wrapper-back:hover .pillar-top-svg path,
.pillar-wrapper-left:hover .pillar-top-sides-svg path,
.pillar-wrapper-right:hover .pillar-top-sides-svg path,
.pillar-wrapper-front:hover .pillar-top-front-svg path {
    fill: var(--brand-secondary);
    transition: fill .3s ease
}

.pillar-back-laptop {
    position: absolute;
    bottom: 10px;
    left: 18%;
    width: 180px;
    height: auto;
    z-index: 4;
    pointer-events: none
}

.pillar-left-risk {
    position: absolute;
    bottom: 65px;
    left: 32%;
    width: 120px;
    height: auto;
    z-index: 4;
    pointer-events: none;
    transform: scaleY(.5) rotateY(30deg);
    transform-origin: center;
    transition: transform .3s ease
}

.pillar-wrapper-left:hover .pillar-left-risk {
    bottom: 84px;
    transform: scaleY(.9) scaleX(.9) rotateY(0deg);
    transform-origin: center;
    transition: transform .3s ease
}

.pillar-right-liabilities {
    position: absolute;
    bottom: 30px;
    right: 23%;
    width: 160px;
    height: auto;
    z-index: 4;
    pointer-events: none;
    transform: scaleY(.5) rotateY(30deg);
    transform-origin: center;
    transition: transform .3s ease
}

.pillar-wrapper-right:hover .pillar-right-liabilities {
    bottom: 60px;
    transform: scaleY(1) rotateY(0deg);
    transform-origin: center;
    transition: transform .3s ease
}

.pillar-front-wealth {
    position: absolute;
    bottom: 50px;
    right: 30%;
    width: 110px;
    height: auto;
    z-index: 1000;
    pointer-events: none;
    transform: scaleY(.5) rotateY(30deg);
    transform-origin: center;
    transition: transform .3s ease
}

.pillar-wrapper-front:hover .pillar-front-wealth {
    bottom: 25%;
    transform: scaleY(.9) scaleX(.9) rotateY(0deg);
    transform-origin: center;
    transition: transform .3s ease
}

.pillar-front:hover.pillar-img-title-center {
    opacity: 0
}

.pillar-shadow {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: auto;
    z-index: 3;
    pointer-events: none
}

.pillar-shadow-center {
    position: absolute;
    bottom: 80px;
    left: 50%;
    width: 40%;
    transform: translateX(-50%);
    height: auto;
    z-index: 3;
    pointer-events: none;
    opacity: 0;
    transition: transform .3s ease
}

.pillar-wrapper-left:hover .pillar-shadow-center {
    opacity: .5
}

.pillar-wrapper-right:hover .pillar-shadow-center {
    opacity: .5;
    bottom: 65px;
    left: 55%;
    width: 50%;
    transform: translateX(-55%)
}

.pillar-lottie-float {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 15
}

.pillars-container h4 {
    color: var(--brand-primary)
}

.pillar-wrapper-back:hover h4,
.pillar-wrapper-front:hover h4,
.pillar-wrapper-left:hover h4,
.pillar-wrapper-right:hover h4 {
    color: var(--brand-white);
    transition: color .3s ease
}

.pillar-img-title-back {
    position: absolute;
    bottom: 3.5%;
    left: 0;
    font-size: 1em;
    font-family: "open-sans", sans-serif;
    font-weight: 600;
    width: 100%;
    z-index: 5
}

.pillar-img-title-left {
    position: absolute;
    bottom: 9%;
    left: 9px;
    font-size: 14px;
    line-height: 13px;
    font-family: "open-sans", sans-serif;
    font-weight: 600;
    width: 100%;
    z-index: 5
}

.pillar-img-title-right {
    position: absolute;
    bottom: 9%;
    right: 9px;
    font-size: 14px;
    line-height: 13px;
    font-family: "open-sans", sans-serif;
    font-weight: 600;
    width: 100%;
    z-index: 5
}

.pillar-img-title-front {
    position: absolute;
    bottom: 10%;
    left: 0;
    font-size: 14px;
    line-height: 13px;
    font-family: "open-sans", sans-serif;
    font-weight: 600;
    width: 100%;
    z-index: 5
}

.pillar-img-title-center {
    position: absolute;
    top: 35%;
    left: 0;
    font-size: 14px;
    line-height: 13px;
    font-family: "open-sans", sans-serif;
    font-weight: 600;
    width: 100%;
    z-index: 5;
    color: var(--brand-white) !important
}

.pillar-hide {
    opacity: .2;
    transition: opacity .3s ease
}

@media(max-width:1399px) {
    .pillars-container {
        height: 390px
    }

    .pillar-wrapper-back {
        top: -45%;
        width: 260px
    }

    .pillar-wrapper-left {
        top: 31%;
        width: 220px
    }

    .pillar-wrapper-right {
        top: 31%;
        width: 220px
    }

    .pillar-wrapper-front {
        bottom: 1%;
        width: 260px
    }

    .pillar-wrapper-center {
        top: 31%;
        width: 90px
    }

    .pillar-center {
        bottom: -40px
    }

    .pillar-img-title-back {
        bottom: 3.5%;
        left: 0;
        font-size: 1em
    }

    .pillar-img-title-left {
        bottom: 9%;
        left: 9px;
        font-size: 14px;
        line-height: 13px;
        font-weight: 600
    }

    .pillar-img-title-right {
        bottom: 9%;
        right: 9px;
        font-size: 14px;
        line-height: 13px;
        font-weight: 600
    }

    .pillar-img-title-front {
        bottom: 10%;
        left: 0;
        font-size: 14px;
        line-height: 13px;
        font-weight: 600
    }

    .pillar-img-title-center {
        top: 35%;
        left: 0;
        font-size: 14px;
        line-height: 13px;
        font-weight: 600
    }

    .pillar-back-laptop {
        bottom: 10px;
        left: 18%;
        width: 160px
    }

    .pillar-left-risk {
        bottom: 60px;
        left: 32%;
        width: 110px
    }

    .pillar-right-liabilities {
        bottom: 30px;
        right: 23%;
        width: 140px
    }

    .pillar-front-wealth {
        bottom: 58px;
        right: 33%;
        width: 90px
    }

    .pillar-wrapper-front:hover .pillar-front-wealth {
        bottom: 25%;
        transform: scaleY(.8) scaleX(.8) rotateY(0deg);
        transform-origin: center;
        transition: transform .3s ease
    }
}

@media(max-width:1199px) {
    .pillars-container {
        height: 400px
    }

    .pillar-wrapper-back {
        top: -80%;
        width: 360px
    }

    .pillar-wrapper-left {
        top: 30%;
        width: 300px
    }

    .pillar-wrapper-right {
        top: 30%;
        width: 300px
    }

    .pillar-wrapper-front {
        bottom: -26%;
        width: 360px
    }

    .pillar-wrapper-center {
        top: 30%;
        width: 120px
    }

    .pillar-center {
        bottom: -60px
    }

    .pillar-back-laptop {
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
        width: 180px
    }

    .pillar-left-risk {
        bottom: 17%;
        left: 32%;
        width: 130px
    }

    .pillar-right-liabilities {
        bottom: 12%;
        right: 23%;
        width: 160px
    }

    .pillar-front-wealth {
        bottom: 20%;
        right: 33%;
        width: 120px
    }
}

@media(max-width:992px) {
    .pillars-container {
        height: 400px
    }

    .pillar-wrapper-back {
        top: -40%;
        width: 260px
    }

    .pillar-wrapper-left {
        top: 36%;
        width: 240px
    }

    .pillar-wrapper-right {
        top: 36%;
        width: 240px
    }

    .pillar-wrapper-front {
        bottom: -6%;
        width: 260px
    }

    .pillar-wrapper-center {
        top: 35%;
        width: 100px
    }

    .pillar-center {
        bottom: -50px
    }

    .pillar-back-laptop {
        bottom: 7%;
        left: 50%;
        transform: translateX(-50%);
        width: 180px
    }

    .pillar-left-risk {
        bottom: 16%;
        left: 28%;
        width: 130px
    }

    .pillar-right-liabilities {
        bottom: 10%;
        right: 20%;
        width: 160px
    }

    .pillar-front-wealth {
        bottom: 18%;
        right: 28%;
        width: 120px
    }
}

@media(max-width:767px) {
    .pillars-container {
        height: 300px
    }

    .pillar-wrapper-back {
        top: -40%;
        width: 190px
    }

    .pillar-wrapper-left {
        top: 36%;
        width: 170px
    }

    .pillar-wrapper-right {
        top: 36%;
        width: 170px
    }

    .pillar-wrapper-front {
        bottom: -6%;
        width: 190px
    }

    .pillar-wrapper-center {
        top: 32%;
        width: 80px
    }

    .pillar-center {
        bottom: -40px
    }

    .pillar-img-title-back {
        bottom: 3.5%;
        left: 0;
        font-size: 1em
    }

    .pillar-img-title-left {
        bottom: 9%;
        left: 9px;
        font-size: 11px;
        line-height: 13px
    }

    .pillar-img-title-right {
        bottom: 9%;
        right: 9px;
        font-size: 11px;
        line-height: 13px
    }

    .pillar-img-title-front {
        bottom: 10%;
        left: 0;
        font-size: 11px;
        line-height: 12px
    }

    .pillar-img-title-center {
        top: 35%;
        left: 0;
        font-size: 14px;
        line-height: 13px
    }

    .pillar-back-laptop {
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
        width: 120px
    }

    .pillar-left-risk {
        bottom: 18%;
        left: 31%;
        width: 80px
    }

    .pillar-right-liabilities {
        bottom: 10%;
        right: 20%;
        width: 110px
    }

    .pillar-front-wealth {
        bottom: 27%;
        right: 32%;
        width: 70px
    }
}

@media(max-width:540px) {
    .pillars-container {
        height: 260px
    }

    .pillar-wrapper-back {
        top: -40%;
        width: 170px
    }

    .pillar-wrapper-left {
        top: 36%;
        width: 150px
    }

    .pillar-wrapper-right {
        top: 36%;
        width: 150px
    }

    .pillar-wrapper-front {
        bottom: -6%;
        width: 170px
    }

    .pillar-wrapper-center {
        top: 30%;
        width: 70px
    }

    .pillar-center {
        bottom: -34px
    }

    .pillar-img-title-back {
        bottom: 3.5%;
        left: 0;
        font-size: 12px
    }

    .pillar-img-title-left {
        bottom: 3.5%;
        left: 9px;
        font-size: 10px;
        line-height: 11px
    }

    .pillar-img-title-right {
        bottom: 5%;
        right: 9px;
        font-size: 10px;
        line-height: 11px
    }

    .pillar-img-title-front {
        bottom: 10%;
        left: 0;
        font-size: 10px;
        line-height: 12px
    }

    .pillar-img-title-center {
        top: 35%;
        left: 0;
        font-size: 10px;
        line-height: 12px
    }

    .pillar-back-laptop {
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
        width: 120px
    }

    .pillar-left-risk {
        bottom: 15%;
        left: 32%;
        width: 70px
    }

    .pillar-right-liabilities {
        bottom: 10%;
        right: 23%;
        width: 90px
    }

    .pillar-front-wealth {
        bottom: 27%;
        right: 32%;
        width: 60px
    }
}

@media(max-width:490px) {
    .pillars-container {
        height: 200px;
        width: 110%;
        left: -14px
    }

    .pillar-wrapper-back {
        top: -35%;
        width: 120px
    }

    .pillar-wrapper-left {
        top: 36%;
        width: 120px
    }

    .pillar-wrapper-right {
        top: 36%;
        width: 120px
    }

    .pillar-wrapper-front {
        bottom: -6%;
        width: 120px
    }

    .pillar-wrapper-center {
        top: 33%;
        width: 60px
    }

    .pillar-center {
        bottom: -26px
    }

    .pillar-img-title-back {
        bottom: 1%;
        left: 0;
        font-size: 10px
    }

    .pillar-img-title-left {
        bottom: 4%;
        left: 6%;
        font-size: 9px;
        line-height: 10px
    }

    .pillar-img-title-right {
        bottom: 4%;
        right: 3%;
        font-size: 9px;
        line-height: 10px
    }

    .pillar-img-title-front {
        bottom: 4%;
        left: 0;
        font-size: 9px;
        line-height: 10px
    }

    .pillar-img-title-center {
        top: 35%;
        left: 0;
        font-size: 9px;
        line-height: 10px
    }

    .pillar-back-laptop {
        bottom: 9%;
        left: 50%;
        transform: translateX(-50%);
        width: 90px
    }

    .pillar-left-risk {
        bottom: 20%;
        left: 35%;
        width: 50px
    }

    .pillar-right-liabilities {
        bottom: 16%;
        right: 26%;
        width: 60px
    }

    .pillar-front-wealth {
        bottom: 27%;
        right: 32%;
        width: 50px
    }
}

.ecMoveBtn,
.ecEditBtn,
.ecSaveOrderBtn,
.ecConfigZoneAssetTypesBtn {
    position: relative;
    z-index: 999999999999999
}

.footer__disclaimers--inner {
    margin-block-start: 4em
}

.footer__disclaimers--inner .footer__disclaimers--list li {
    color: var(--brand-primary) !important
}

.footer_links {
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;

    li:not(:first-child) {
        position: relative;

        &::before {
            position: absolute;
            content: "";
            height: 12px;
            width: 1px;
            background: #7c7c7c;
            left: -12px;
            top: 5px;
        }
    }
}

.page-section.contact .blue-bkg.shadow.rounded.d-flex.flex-column.align-items-center.justify-content-center.text-white a,
.subPlayBtn,
.globalPlayBtn {
    text-decoration: underline !important
}

.navbar-toggler.navbar-toggler-right:focus {
    outline: 3px solid #00f;
    outline-offset: 1px
}

.nav-link:focus-visible {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 1)
}

[type="checkbox"]:focus+.checkmark {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 1)
}

.client-login.nav-link:focus-visible {
    box-shadow: 0 0 0 .25rem rgba(5, 5, 5, 1)
}

.brown-bkg .btn-arrow:focus,
.brown-bkg .btn:focus {
    background-color: #fff;
    color: #231e1f !important;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 1)
}

.btn:focus-visible {
    box-shadow: rgba(13, 110, 253, 1)
}

.form-select:focus {
    border-color: rgba(13, 110, 253, 1);
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 1)
}

#inputs-contact .form-control:focus {
    border-color: rgba(13, 110, 253, 1);
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 1)
}

.alert-dismissible .btn-close:focus {
    box-shadow: 0 0 0 .25rem rgba(1, 1, 1, 1)
}

.fa-profile-card [data-bs-toggle="modal"] {
    border: none;
    text-decoration: underline;
    background: transparent
}

a article h3 {
    text-decoration: underline
}

@media(forced-colors:active) {
    .nav-home-logo {
        background-color: canvasText
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.col-lg-6.slideup:has(.card--back) {
    display: flex;
    align-items: flex-end;
    justify-content: center;

    &::after {
        content: "";
        display: block;
        width: 96%;
        left: -3%;
        height: 96%;
        margin-left: 2%;
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(var(--brand-primary-RGB), 0)0%, rgba(var(--brand-primary-RGB), .8)100%);
        transition: background-color .8s ease-in-out, opacity .8s ease-in-out;
        z-index: 1;
        border-radius: 1rem;
    }

    .card-link {
        width: 100%;
    }

    .hover-image {
        padding: 0 .75rem .9rem;
        border-radius: 1.6rem 1.6rem 2rem 2rem;
    }

    .content {
        position: relative;
        padding: 20px;
        width: 100%;
        font-size: 1rem;
    }
}

.col:has(.card--back) {
    min-height: 300px;
    --card-padding-block: .6em;
    --card-padding-inline: 1em;
    --trigger-height: 1.6em;
    cursor: pointer;
    padding-inline: 0;
    position: relative;
    max-width: 100%;
    padding-block: var(--card-padding-block)calc(var(--card-padding-block)+ var(--trigger-height));
    padding-inline: var(--card-padding-inline)calc(var(--card-padding-inline)+ var(--trigger-height));
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: flex-end;

    .container--media {
        margin-block-end: 1em;
    }

    .trigger {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        height: var(--trigger-height);
        aspect-ratio: 1/1;
        bottom: calc(var(--card-padding-block));
        right: calc(var(--card-padding-block));
        border: 1px solid #333;

        &::after {
            content: '+';
            font-size: 1.125em;
            line-height: 1;
            font-weight: 600;
        }
    }

    .card--front {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        transform-style: preserve-3d;
        transition-property: opacity, transform, display;
        transition-duration: 420ms, 500ms;
        transition-behavior: allow-discrete;

        @starting-style {
            transform: rotateY(180deg);
            opacity: 0;
        }

        .card-title {
            text-decoration: underline;
            margin: 0;
            color: #fff;
        }
    }

    .card--back {
        text-align: center;
        display: none;
        position: absolute;
        top: 0;
        opacity: 0;
        transform: rotateY(180deg);
        transform-style: preserve-3d;
        transition-property: opacity, transform, display;
        transition-duration: 420ms, 500ms;
        transition-behavior: allow-discrete;

        .card-title {
            padding-block-end: 1rem;
        }

        p {
            font-size: .9rem;
        }

        .btn {
            width: 100%;
            padding-block: 6px;
            font-size: .95rem;
            background: var(--brand-primary);

            &:hover,
            &:focus {
                background: transparent;
                border: 1px solid var(--brand-primary);
                color: var(--brand-primary);
            }
        }
    }

    &.active {
        background: #fff;
        border: 2px solid #000;
        border-radius: 1rem;

        .trigger {
            &::after {
                content: '-';
                font-size: 1.125em;
                font-weight: 600;
            }
        }

        .card--front {
            position: absolute;
            transform: rotateY(180deg);
            opacity: 0;
            display: none;
        }

        .card--back {
            position: relative;
            display: flex;
            transform: rotateY(0deg);
            opacity: 1;

            @starting-style {
                transform: rotateY(180deg);
                opacity: 0;
            }
        }
    }
}

.alert-success .close {
    display: none
}

.layer-s2-tablet-anim {
    position: absolute;
    bottom: 18%;
    left: 1%;
    width: 80%;
    height: 80%;
    z-index: 4
}

.step-1,
.step-2,
.step-3,
.step-4 {
    width: auto
}

.layer-s4-laptop {
    position: absolute;
    width: 40%;
    height: 40%;
    top: 5%;
    right: 5%
}

.layer-s4-chart {
    position: absolute;
    width: 30%;
    height: 30%;
    bottom: 8%;
    left: 7%
}

.pillar-right-liabilities {
    position: absolute;
    bottom: 65px;
    right: 30%;
    width: 100px;
    height: auto;
    z-index: 4;
    pointer-events: none;
    transform: scaleY(.5) rotateY(30deg);
    transform-origin: center;
    transition: transform .3s ease
}

.pillar-wrapper-right:hover .pillar-right-liabilities {
    bottom: 90px;
    transform: scaleY(1) rotateY(0deg);
    transform-origin: center;
    transition: transform .3s ease
}

/*This css file was minified by WSM*/