:root {
    --bs-body-color: #3f4756;
    --bs-body-bg: #fbf7ff;
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #1537bc;
    --bs-secondary: #938bb7;
    --bs-success: #6abaa4;
    --bs-info: #009ad6;
    --bs-warning: #fefedf;
    --bs-danger: #d64c00;
    --bs-light: #fbf7ff;
    --bs-dark: #484554;
    --bs-primary-rgb: 21, 55, 188;
    --bs-secondary-rgb: 147, 139, 183;
    --bs-success-rgb: 106, 186, 164;
    --bs-info-rgb: 0, 154, 214;
    --bs-warning-rgb: 254, 254, 223;
    --bs-danger-rgb: 214, 76, 0;
    --bs-light-rgb: 251, 247, 255;
    --bs-dark-rgb: 72, 69, 84;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 63, 71, 86;
    --bs-body-bg-rgb: 252, 252, 253;
    --bs-navbar-color: rgba(255, 255, 255, 0.9);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.5);
    --bs-font-sans-serif: "Open Sans", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --bs-dark-blue: #1537bc;
}

body {
    font-family: var(--bs-font-sans-serif);
    background-color: var(--bs-body-bg);
    overflow-x: hidden;
}

nav {
    padding: 0;
}

nav > div.container-fluid {
    padding: 0.5rem 2rem;
}

nav a.nav-link {
    color: #cbccf7;
    font-size: 1.375rem;
}

nav a.nav-link.video {
    color: var(--bs-warning);
}

nav a.nav-link:hover {
    color: #eeeefc;
}

nav .dropdown-item.disabled, .dropdown-item:disabled {
    color: rgba(255, 255, 255, 0.5);
}

nav img.navbar-brand {
    max-width: 14rem;
}

#entry-page {
    margin-bottom: 4rem;
}

#entry-page div.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-primary);
}

@media (min-width: 992px) {
    #entry-page div.header {
        height: 40vh;
    }
    #entry-page div.header img {
        width:40%;
    }
}

#entry-page div.card {
    border: 0;
    border-radius: var(--bs-border-radius-lg);
    height: 100%;
    padding: 1.5rem;
}

#entry-page div.card hr {
    width: 10%;
    border: 4px solid #d84b00;
    margin: 0 0 .5rem;
    opacity: 1;
}

.dropdown-menu {
    --bs-dropdown-link-color: #eeeefc;
    --bs-dropdown-bg: #454ed9;
    --bs-dropdown-font-size: 1.25rem;
    --bs-dropdown-border-width: 0;
}

.titlef {
    font-family: "DM Sans", sans-serif;
}

.fs175 {
    font-size: 1.175rem;
}

.text-justify {
    text-align: justify;
}

.bg-dark-blue {
    background-color: var(--bs-dark-blue);
}

.bg-business-unit {
    background-color: #071c32;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.header-subtitle {
    font-size: 1.5rem;
    color: #ddcbff;
    font-family: "DM Sans", sans-serif;
}

.header-image {
    width: auto;
    height: 6.5rem;
}

.header-big-image {
    width: auto;
    max-height: 10rem;
}

.header-icon {
    font-size: 6rem;
    color: white;
}

.video-container {
    max-width: 640px;
    width: 100%;
}

.insight-video {
  background-color: #313039;
  overflow: hidden;
}

section.callout {
    background-color: #6867f7;
}

section.features div.card div.feature-image {
    padding: 2rem;
    text-align: center;
}

section.features div.card div.feature-image > img {
    max-height: 5rem;
}

.btn:not([class*="btn-outline-"]) {
    border: 0 !important;
}

.btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-callout {
    --bs-btn-bg: #ad3c00;
    --bs-btn-color: #fefedf;
    --bs-btn-border-color: #ad3c00;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #973500;
    --bs-btn-hover-border-color: #973500;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #973500;
    --bs-btn-active-border-color: #973500;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

h1.page-title {
    font-family: "DM Sans", sans-serif;
    color: var(--bs-warning);
    text-transform: capitalize;
    font-weight: 500;
}

h1.section-title,
h2.section-title {
    font-family: "DM Sans", sans-serif;
    color: #1537bc;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
    margin: 0;
}

span.highlite {
    background-color: var(--bs-white);
    color: var(--bs-body-color);
    padding: 0.125rem 0.25rem;
    border-radius: 0.25rem;
    font-weight: 400;
}

div.section-title {
    margin: 2.5rem auto;
}

div.section-title > h1,
div.section-title > h2 {
    font-family: "DM Sans", sans-serif;
    color: var(--bs-primary);
    font-weight: 500;
    text-transform: capitalize;
}

div.section-title > h4 {
    color: var(--bs-secondary);
    font-weight: 400;
    margin: 0;
}

div.coming-soon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

div.coming-soon > h6 {
    position: absolute;
    right: 0;
    top: 0;
}

div.coming-soon > h6 > span {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0.75rem;
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    background-color: #ffc658 !important;
    color: #2f4858 !important;
}

@media (max-width: 576px) {
    div.coming-soon.t-1 {
        top: -1rem;
    }
}

div.ghosted {
    filter: grayscale(0.7);
    opacity: 0.5;
}

.r2 {
    right: 1.5rem !important;
}

div.backimage {
    position: relative;
    align-self: center;
}

div.backimage div.card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: contain;
    min-height: 10rem;
    border-radius: var(--bs-border-radius-lg);
}

div.backimage.crowdsourcing div.card::before {
    background-image: url("/img/crowd-funding.png");
    opacity: 0.1;
}

div.backimage.forensics div.card::before {
    background-image: url("/img/forensics-vision.png");
    opacity: 0.7;
}

section#fees ul.nav-tabs {
    border-bottom: 0;
}

section#fees ul.nav-tabs > li > button {
    font-size: 1.25rem;
    padding: 1.5rem;
    border: 0;
}

section#wallets ul.highlights {
    margin-top: 2rem;
    text-align: left;
    background-color: #126b58;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

section#wallets ul.highlights li {
    display: flex;
    flex-direction: row;
    list-style: none;
    color: var(--bs-light);
    padding: 0.5rem 1rem;
    line-height: 1.2;
    background: inherit;
}

section#wallets ul.highlights > li:first-child {
    padding-top: 1rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

section#wallets ul.highlights > li:last-child {
    padding-bottom: 1rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

section#wallet-differences div.card,
section#escrow-features div.card,
section#concierge-features div.card {
    display: flex;
    flex-direction: column;
    border: 3px solid var(--bs-primary);
}

section#wallet-differences div.card-body > p,
section#escrow-features div.card-body > p,
section#concierge-features div.card-body > p {
    color: var(--bs-white);
    background-color: var(--bs-primary);
    padding: 1rem;
    border-bottom-right-radius: var(--bs-border-radius);
    border-bottom-left-radius: var(--bs-border-radius);
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 1.5rem;
    line-height: 1;
    transform: translate(-50%, 0);
}

section#wallet-differences ul,
section#escrow-features ul,
section#concierge-features ul {
    margin-top: 4rem;
    text-align: left;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 1.375rem;
}

section#wallet-differences li,
section#escrow-features li,
section#concierge-features li {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0.5rem 1rem;
    line-height: 1.2;
    background: inherit;
}

section#assets div.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 0;
    color: #1035ba;
}

section#assets div.card > img {
    max-width: 3rem;
}

section#assets div.card > h4 {
    margin-bottom: 0;
    text-align: center;
}

section#assets div.card > h5 {
    color: #ada9bb;
    margin-bottom: 0;
}

section#fees ul.fees li {
    font-size: 1.25rem;
    padding: 1rem;
    border: 0;
    border-radius: 0.5rem;
    display: flex;
}

section#fees ul.fees li > div:first-child {
    flex-grow: 1;
    color: #00118b;
}

section#fees ul.fees li > div:last-child {
    font-weight: 700;
}

section#fees ul.fees li:nth-child(2n) {
    background: #f0f0fe;
}

section#fees div.tab-content {
    background-color: var(--bs-white);
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

section.legal p,
section.legal li {
    font-size: 1.25rem;
    font-weight: 300;
}

section.legal a {
    text-decoration: none;
    font-weight: 400;
    color: var(--bs-primary);
}

section#document iframe {
    overflow: hidden;
    height: 100vh;
}

section#contacts ul {
    border-radius: 0.25rem;
}

section#contacts li.contact i.bi {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 0.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    font-size: 1.5rem;
}

section#contacts ul p {
    word-break: break-word;
    text-wrap: balance;
}

footer .link-group {
    color: var(--bs-secondary);
    font-weight: 500;
    font-size: 1.5rem;
    font-family: "DM Sans", sans-serif;
}

footer li > a {
    text-decoration: none;
    color: var(--bs-light);
}
footer li > a {
    text-decoration: none;
    color: var(--bs-light);
}

footer li.disabled {
    color: var(--bs-light);
    opacity: .5;
}

#cookie-consent {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 9500;
    max-width: 880px;
    margin-right: auto;
    margin-bottom: 0.5rem;
    margin-left: auto;
}

#cookie-consent img {
    max-width: 4rem;
    max-height: 4rem;
    width: 100%;
}

#cookie-consent a {
    color: inherit;
    font-weight: 700;
    text-decoration: none;
}

/* RTL support */

html[dir="rtl"] section#wallet-differences ul,
html[dir="rtl"] section#escrow-features ul,
html[dir="rtl"] section#concierge-features ul {
    text-align: right;
}

html[dir="rtl"] .f-header .header-big-image {
    float: left;
}

@media (min-width: 992px) {
    html[dir="rtl"] .f-header .f-title {
        text-align: right !important;
    }
}
