a {
    text-decoration: none !important;
}

.loan-reviews .loan-reviews_card .loan-reviews__part-one .loan-reviews__review {
    width: 12rem;
    margin: 0 auto;
}

.loan-reviews__part-one,
.loan-reviews__part-two,
.loan-reviews__part-three {
    flex: 1 !important;
}


.accordion-button:not(.collapsed) {
    color: #222E48 !important;
    background: none !important;
    box-shadow: none !important;
}

.dropdown-menu {
    margin-top: 0;

}

.operator-clusters {
    max-height: 30rem;
    overflow-y: auto;
}

.custom-toggler.navbar-toggler {
    border: 0px !important;
}

.navbar-toggler-icon {
    filter: invert(1);
}

.navbar-list {
    gap: 2rem;
}

h2 > a {
    font-weight: 600;
    font-size: 30px !important;
}

.dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}

.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    margin: 0 20px;
    border-width: 0;
}

.dropdown-menu .dropdown .dropdown-menu.left {
    right: 100%;
    left: auto;
}


#cookie-consent {
    display: none;
}

.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2147483645;
    box-sizing: border-box;
    width: 100%;

    background-color: #F1F6F4;
}

.cookie-consent-banner {
    border-top: 1px solid;
}

.cookie-consent-banner__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 24px 0;
}

.cookie-consent-banner__copy {
    margin-bottom: 16px;
}

.cookie-consent-banner__actions {
}

.cookie-consent-banner__header {
    margin-bottom: 8px;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
}

.cookie-consent-banner__description {
    font-weight: normal;
    color: #838F93;
    font-size: 14px;
    line-height: 24px;
}

.cookie-consent-banner__cta {
    box-sizing: border-box;
    display: inline-block;
    min-width: 164px;
    padding: 7px 9px;
    border-radius: 2px;
    background-color: #20283b;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

.cookie-consent-banner__cta--secondary {
    padding: 6px 9px;

    border: 1px solid #3A4649;

    background-color: transparent;

    color: #20283b;
}

.cookie-consent-banner__cta:hover {
    background-color: #20BA68;
}

.cookie-consent-banner__cta--secondary:hover {
    background-color: transparent;
    border: 1px solid #3A4649;

    color: #22C870;
}

.cookie-consent-banner__cta:last-child {
    margin-left: 16px;
}


h2 {
    -webkit-font-smoothing: antialiased;
}

.section__content img:not(.section__content-hp img) {
    box-shadow: 0 10px 20px #0000001a;
}

.section__content figcaption {
    margin-top: 1rem;
    font-size: 13px;
    color: #b0b9c5;
    text-align: center;
    white-space: pre;
}

.section__content figure {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
}

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

.section__content ul {
    list-style-type: none;
    list-style-position: outside;
    padding-left: 1em;
}

.section__content ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: .75em;
}

.section__content ul li::before {
    content: "\2022";
    color: #fddb00;
    font-weight: bold;
    display: inline-block;
    width: .5em;
    text-indent: -0.5em;
}

.section__content ul {
    margin-left: .5em;
}

.section__content li {
    margin-bottom: 8px;
    text-indent: -0.5em;
}

.section__content ol li {
    margin-bottom: 8px;
    text-indent: 0em !important;
}

.author_social {
    background: none !important;
}

.author__contributions-list a {
    background: none !important;
}

.section__content p {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
    line-height: 28px;
}

.section__content h2 {
    font-size: 24px;
}

.section__content img {
    display: block;
    margin: 0 auto;
    max-width: 85%;
}


.limiter {
    width: 100%;
    margin: 0 auto
}


table {
    border-spacing: 1;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 1.5rem auto;
    position: relative
}

table caption {
    margin-top: .5rem;
    font-size: 13px !important;
    color: #b0b9c5;
    text-align: center;
    white-space: pre;
}

table * {
    position: relative
}

tbody tr {
    font-size: 15px;
    color: gray;
    line-height: 1.2;
    font-weight: unset
}

table td, table th {
    padding: 10px;
}

.default-table td,
.default-table th {
    text-align: center;
}

.default-table tbody tr:nth-child(odd) {
    background-color: #f5f5f5
}

.default-table tbody tr:hover {
    color: #555;
    background-color: #f5f5f5;
    cursor: pointer
}

.default-table > tbody > tr:first-child {
    height: 60px !important;
    background: #20283b;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
}

.default-table-no-striped td,
.default-table-no-striped th {
    text-align: center;
}

.default-table-no-striped tr {
    border-bottom: 1px solid #e5e7eb;
}


.default-table-no-striped > tbody > tr:first-child {
    height: 60px !important;
    background: #20283b;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
}


.headless-table-striped {
    border-radius: 0px;
}

.headless-table-striped td,
.headless-table-striped th {
    text-align: left !important;
    padding: 20px;
}

.headless-table-striped tbody tr:nth-child(odd) {
    background-color: #f5f5f5
}

.headless-table-striped tbody tr:hover {
    color: #555;
    background-color: #f5f5f5;
    cursor: pointer
}

.headless-table-no-striped {
    border-radius: 0px;
}

.headless-table-no-striped td,
.headless-table-no-striped th {
    text-align: left !important;
    padding: 20px;
}

.headless-table-no-striped tr {
    border-bottom: 1px solid #e5e7eb;
}

strong {
    font-family: "geomanistbold", sans-serif;
    font-weight: 600;
}

.banner {
    width: 100%;
    padding-top: 122px;
    padding-bottom: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow-x: initial;
    z-index: 0;
}

.author__strip {
    display: flex;
    flex-flow: row;
    gap: .5rem;
}

.author_avatar {
    margin: 0 !important;
    max-width: 48px !important;
    border-radius: 100% !important;
}

.author_avatar_excerpt {
    margin: 0 !important;
    margin-top: .25em;
    margin-bottom: .25em;
    border-radius: 0;
    max-width: 35% !important;
}

hr.solid {
    border-top: 1px solid #bbb;
}

.cus_scrollbar {
    max-height: 180vh;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
    padding: 24px
}

.sidebar__part-title {
    font-family: 'geomanistmedium', sans-serif;
}

.general-sidebar-assets {
    list-style-type: none !important;
    display: flex;
    flex-flow: column;
    /*align-items: baseline;*/
}

.general-sidebar-assets-single:hover {
    background: #FCF6EB;
}

.general-sidebar-asset-image {
    width: 3rem;
    border-radius: 7px;
    margin-right: .25rem;
    margin-left: .25rem;
}

.general-sidebar-assets li {
    display: flex;
    justify-content: space-between;
    margin-bottom: .65rem;
    align-items: center;
    padding: 10px;
}

.general-sidebar-assets li span {
    font-family: 'geomanistmedium';
    letter-spacing: .03rem;
}

.nav-link.active {
    font-family: 'geomanistmedium', sans-serif !important;
}

.author__page-content {
    flex-flow: row !important;
}

.main-menu .navbar-nav .nav-item .nav-link {
    text-transform: none;
}

.banner .banner__content .banner__title {
    text-transform: none;
}

h2 {
    line-height: 1.2;
    font-family: "geomanistbold", sans-serif;
    font-weight: 600 !important;
    color: #222E48;
    letter-spacing: inherit;
}

.section__content blockquote {
    font-family: Geomanist, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #020617;
    position: relative;
    display: block;
    background: #fff7e5;
    padding: 10px 10px 10px 20px;
    border-radius: 2px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section__content blockquote:after {
    border-radius: 2px;
    content: "\a";
    position: absolute;
    background: #FBA11E;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
}

.loan-solution::after {
    width: 100%;
}

.loan-solution {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.author__excerpt {
    width: 50%;
}

.loan-solution__thumb {
    top: -33% !important;
    left: 55%;
}

.author__image-excerpt {
    max-width: 75px !important;
    border-radius: 100%;
}

#authorSection {
    padding: 30px 0px;
}

.hero__thumb::before {
    /*content: "";*/
    /*position: absolute;*/
    /*left: 15%;*/
    /*top: 90px;*/
    /*width: 432px;*/
    /*height: 300px;*/
    /*z-index: 1;*/
    /*background: url(../images/hero_img_vector.png) no-repeat;*/
    /*animation: pulse 5s infinite;*/
}

.btn-group .btn_theme:last-child {
    border-color: #fddb00;
    color: #fddb00;
    z-index: 0;
}

.faq-section {
    border-radius: 15px;
    padding: 40px 0;
}

.asset-container {
    position: relative;
    width: 250px;
    height: 250px;
    background-size: cover;

}

.asset-container:hover {
    filter: contrast(1.65);
}

.asset-container::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(252, 182, 80, 0.77), rgba(7, 76, 62, 0.67));
    mix-blend-mode: normal;
    pointer-events: none;
}

.asset-name {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px;
    border-radius: 3px;
}

.hp-hero {
    display: flex;
    gap: 1rem;
}

.hero--secondary .hp-hero .btn_theme:last-child {
    border-color: #fddb00;
    color: #fddb00;
    z-index: 0;
    background: none;
}

.section__content a:not(.hp-hero a):not(.feature--secondary a):not(.about-guideline a):not(.etoro-journey a):not(.download-app a):not(.cta_inline_wrapper a):not(.author-read-more) {
    background: linear-gradient(to bottom, #fddb00 0%, #fddb00 100%) repeat-x 0 100%;
    background-size: 1px 3px;
    text-decoration: none;
}

.section__content a:not(.hp-hero a):not(.feature--secondary a):not(.about-guideline a):not(.etoro-journey a):not(.download-app a):not(.cta_inline_wrapper a):not(.author-read-more):hover {
    background: linear-gradient(to bottom, #FBA11E 0%, #FBA11E 100%) repeat-x 0 100%;
    background-size: 1px 3px;
    text-decoration: none;
}

.author__strip a {
    background: none !important;
}


.banner .banner__content .breadcrumb {
    max-width: 90%;
}


.nav-item .dropdown-menu {
    text-transform: none !important;
}

.banner .banner__content .breadcrumb .breadcrumb-item {
    text-transform: none !important;
}

.cta_real_hp {
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    border: 1px solid #8199c5;
    font-size: 16px;
    border-radius: 32px;
    font-weight: 600;
    line-height: 1.2;
    min-width: -moz-max-content;
    min-width: max-content;
    color: white;
    position: relative;
    background: #20283b;

}

.cta_real_hp:hover {
    background: transparent;
    color: white !important;
    border: 1px solid #8199c5 !important;
}

.author-read-more:hover {
    color: #20283b !important;
}

.author-avatar {
    max-width: 75px !important;
    border-radius: 100%;
}

.cta_inline:hover {
    background: #20283b !important;
}

.cta_demo_hp {
    color: #fddb00;
    z-index: 0;
    background: none;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    text-transform: capitalize;
    border: 1px solid #fddb00;
    font-size: 16px;
    border-radius: 32px;
    font-weight: 600;
    line-height: 1.2;
    min-width: max-content;
    position: relative;
}

.cta_demo_hp:hover {
    background: transparent;
    color: white !important;
    border: 1px solid #8199c5 !important;
}

.cta_real_hp_white {
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    text-transform: capitalize;
    border: 1px solid #8199c5;
    font-size: 16px;
    border-radius: 32px;
    font-weight: 600;
    line-height: 1.2;
    min-width: -moz-max-content;
    min-width: max-content;
    color: white;
    position: relative;
    background: #20283b;
}

.cta_inline_wrapper {
    text-align: center;
    display: flex;
    flex-flow: column;
    width: 100%;
}

.cta_inline {
    margin: 0 auto;
    width: auto;
}

.cta_inline_wrapper p {
    font-size: 13px;
    font-style: italic;
    line-height: 14px;
    margin-bottom: 0 !important;
}

.cta_inline_wrapper .risk_warning_wrapper a {
    font-size: 13px !important;
    text-decoration: underline !important;
}

.cta_real_hp_white:hover {
    background: transparent;
    border: 1px solid #fddb00 !important;
}

.cta_demo_hp_white {
    color: #20283b;
    z-index: 0;
    background: none;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    text-transform: capitalize;
    border: 1px solid #8199c5;
    font-size: 16px;
    border-radius: 32px;
    font-weight: 600;
    line-height: 1.2;
    min-width: max-content;
    position: relative;
}

.cta_demo_hp_white:hover {
    background: transparent;
    border: 1px solid #fddb00 !important;
}

.article-title {
    line-height: 1.4;
    min-height: 3.5em;
}

.card p {
    flex-grow: 1;
    line-height: 1.5;
    min-height: 3em;
}

.article-thumb {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.card {
    max-height: none;
}

.card .read_more {
    margin-top: auto;
}

.nav-no-desktop-li {
    display: none;
}

.author__contributions-label {
    margin-bottom: 2rem !important;
}

.author__contributions-label strong {
    font-size: 24px;
    letter-spacing: .05em;
    color: #20283b;
    text-decoration: none;
    border-bottom: 2px dashed #32557f;
    padding-bottom: 3px;

}

.author__contributions-list {
    display: flex;
    flex-flow: column;
    gap: 1rem;
}

.author__contributions-title {
    font-family: 'geomanistmedium';
    font-size: 1.2rem;
}

.author__contributions-single {
    border-bottom: 1px solid #ececec;
}

.author__contributions-meta span {
    font-size: 14px;
}

@media (max-width: 479px) {
    .advertiser-disclosure {
        margin-top: -1rem !important;
        margin-bottom: 1.5rem;
        margin-left: .25rem;
        font-size: 13px !important;
    }

    .author-avatar {
        max-width: 66px !important;
        border-radius: 100%;
    }

    .nav-no-desktop-li {
        display: block;
    }

    .articles-wrapper {
        flex-flow: column;
    }

    .cta_real_hp, .cta_demo_hp {
        padding: 10px 16px !important;
        font-size: 15px;
    }

    .btn-apps-group {
        flex-flow: column !important;
    }

    .navbar-list {
        gap: 0rem !important;
    }

    .cookie-consent-banner__copy {
        padding-left: 20px;
        padding-right: 20px;
    }

    .cookie-consent-banner__actions {
        padding-left: 15px;
    }

    .cookie-consent-banner__inner {
        border-top: 2px solid;
    }

    .cookie-consent-banner__cta {
        min-width: 120px;
    }

    .hp-hero {
        flex-flow: column;
        margin: 1rem auto auto;
        gap: 1rem;
        width: 85%;
    }

    .author__image-excerpt {
        width: 70px !important;
        border-radius: 100%;
    }

    .author__excerpt {
        width: 100%;
    }

    .btn-group {
        display: flex;
        flex-flow: row;
        gap: 11px;
    }

    .btn_theme {
        padding: 10px 14px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .section {
        padding: 22px 0px;
    }

    .comments {
        display: none !important;
    }

    .author__strip {
        display: flex;
        flex-flow: column;
        gap: 0;
    }

    .author-by {
        font-size: 13px;
    }

    .author-name {
        font-size: 13px;
        white-space: pre;
    }

    .author-updated {
        font-size: 13px;
    }

    .sidebar__share {
        display: none;
    }

    .sidebar__asset {
        border: 1px solid #0B7B64;
    }

    .author__page-content {
        flex-flow: column !important;
        align-items: center;
    }

    .author__bio,
    .author__contributions-label,
    .author__contributions-list {
        padding: 0px 15px 0px 15px;
    }

    .reviews-details .reviews-details__area .reviews-details__part {
        gap: 16px;
    }

    .hero__thumb::before {
        display: none !important;
    }


}

@media (min-width: 1200px) {
    .container {
        max-width: 1175px;
    }

    .display-4 {
        font-size: 2.5rem !important;
    }
}

@media (min-width: 768px) {

    .dropdown-menu .dropdown .dropdown-menu {
        margin: 0;
        border-width: 1px;
    }

    .dropdown-menu > li a:hover,
    .dropdown-menu > li.show {
        background: #007bff;
        color: white;
    }

    .dropdown-menu > li.show > a {
        color: white;
    }
}

.section__content ul li a {
    text-indent: -0.05em;
}


/*.section__content ol {*/
/*    counter-reset: list-counter; !* This is for custom numbering *!*/
/*}*/

/*.section__content ol li {*/
/*    list-style-type: none; !* Remove default numbers *!*/
/*}*/

/*.section__content ol li::before {*/
/*    counter-increment: list-counter;*/
/*    content: counter(list-counter);*/
/*    display: inline-block;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    border: 2px solid #fddb00;*/
/*    border-radius: 50%;*/
/*    text-align: center;*/
/*    line-height: 12pt;*/
/*    color: #fddb00;*/
/*    margin-right: 10px;*/
/*}*/


.section__content ol {
    counter-reset: list-counter;
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 0.75em;
}

.section__content ol li {
    list-style-type: none;
    margin-bottom: 8px;
    text-indent: 0em !important;
    position: relative;
    padding-left: 30px;
}

.section__content ol li::before {
    counter-increment: list-counter;
    content: counter(list-counter);
    position: absolute;
    left: 0;
    transform: translateY(20%);
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #fddb00;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    color: #fddb00;
    margin-right: 10px;
}

h2 + ul {
    margin-top: .5rem;
}

h3 + ul {
    margin-top: .5rem;
    margin-bottom: 1rem;
}

h3 {
    font-size: 19px;
}

h2 + h3 {
    margin-top: .5rem;
}

.advertiser-disclosure {
    margin-top: -4rem;
}

.advertiser-disclosure a {
    color: rgb(168, 176, 176);
    font-size: 14px;
}
