/* start: extension/zwfinture/design/finture/stylesheets/fonts.css */
@font-face {
    font-family: 'Mundial';
    font-style: normal;
    font-weight: 400;
    src: url('/extension/zwfinture/design/finture/fonts/MundialRegular.otf') format('opentype');
}
@font-face {
    font-family: 'Mundial';
    font-style: italic;
    font-weight: 400;
    src: url('/extension/zwfinture/design/finture/fonts/MundialItalic.otf') format('opentype');
}
@font-face {
    font-family: 'Mundial';
    font-style: normal;
    font-weight: 100;
    src: url('/extension/zwfinture/design/finture/fonts/MundialHair.otf') format('opentype');
}
@font-face {
    font-family: 'Mundial';
    font-style: italic;
    font-weight: 100;
    src: url('/extension/zwfinture/design/finture/fonts/MundialHairItalic.otf') format('opentype');
}
@font-face {
    font-family: 'Mundial';
    font-style: normal;
    font-weight: 200;
    src: url('/extension/zwfinture/design/finture/fonts/MundialThin.otf') format('opentype');
}
@font-face {
    font-family: 'Mundial';
    font-style: italic;
    font-weight: 200;
    src: url('/extension/zwfinture/design/finture/fonts/MundialThinItalic.otf') format('opentype');
}
@font-face {
    font-family: 'Mundial';
    font-style: normal;
    font-weight: 300;
    src: url('/extension/zwfinture/design/finture/fonts/MundialLight.otf') format('opentype');
}
@font-face {
    font-family: 'Mundial';
    font-style: italic;
    font-weight: 300;
    src: url('/extension/zwfinture/design/finture/fonts/MundialLightItalic.otf') format('opentype');
}
@font-face {
    font-family: 'Mundial';
    font-style: normal;
    font-weight: 600;
    src: url('/extension/zwfinture/design/finture/fonts/MundialDemibold.otf') format('opentype');
}
@font-face {
    font-family: 'Mundial';
    font-style: italic;
    font-weight: 600;
    src: url('/extension/zwfinture/design/finture/fonts/MundialDemiboldItalic.otf') format('opentype');
}
@font-face {
    font-family: 'Mundial';
    font-style: normal;
    font-weight: 700;
    src: url('/extension/zwfinture/design/finture/fonts/MundialBold.otf') format('opentype');
}
@font-face {
    font-family: 'Mundial';
    font-style: italic;
    font-weight: 700;
    src: url('/extension/zwfinture/design/finture/fonts/MundialBoldItalic.otf') format('opentype');
}
@font-face {
    font-family: 'Mundial';
    font-style: normal;
    font-weight: 900;
    src: url('/extension/zwfinture/design/finture/fonts/MundialBlack.otf') format('opentype');
}
@font-face {
    font-family: 'Mundial';
    font-style: italic;
    font-weight: 900;
    src: url('/extension/zwfinture/design/finture/fonts/MundialBlackItalic.otf') format('opentype');
}

/* end: extension/zwfinture/design/finture/stylesheets/fonts.css */

/* start: extension/zwstage11/design/stage11_common/stylesheets/stage11_common.css */
/* flashes */

.flash {
    position: relative;
    margin: 1em 0;
    padding: .75em .75em .75em 3.5em;
    border: 1px solid #dadada;
    background-color: #f5f5f5;
    border-radius: 3px;
    line-height: 1.5;
}

.flashes .flash:first-child {
    margin-top: 0;
}

.flash-success  {color: #3e8d29; border-color: rgba( 62, 141,  41, .15); background-color: rgba( 62, 141,  41, .10);}
.flash-info     {color: #31708f; border-color: rgba( 49, 112, 143, .15); background-color: rgba( 49, 112, 143, .10);}
.flash-warning  {color: #8a6d3b; border-color: rgba(138, 109,  59, .15); background-color: rgba(138, 109,  59, .10);}
.flash-danger   {color: #c11b17; border-color: rgba(193,  27,  23, .15); background-color: rgba(193,  27,  23, .10);}

.flash:before {
    position: absolute;
    left: 1.15em;
    top: .3em;
    font-family: "FontAwesome", sans-serif;
    content: "\f024";
    font-size: 140%;
}

.flash-success:before   {content: "\f00c";}
.flash-info:before      {content: "\f05a";}
.flash-warning:before   {content: "\f071";}
.flash-danger:before    {content: "\f05e";}

/* end: extension/zwstage11/design/stage11_common/stylesheets/stage11_common.css */

/* start: extension/zwstage11/design/stage11/stylesheets/stage11.css */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap');

.container.narrow,
.container-fluid.narrow {
    max-width: 720px;
}
.square {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.green {
    background-color: #9fc46e;
}
.purple {
    background-color: #a8a8d8;
}
.blue {
    background-color: #90b7d5;
}
.red {
    background-color: #D55035;
}
.fw-heading {
    font-weight: 500;
}
.investor-dashboard #invest-pie-chart {
    width: 220px;
    height: 220px;
    overflow: hidden;
}
header .has-message {
    position: relative;
    display: block;
}
header .has-message:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    display: block;
    background: red;
    top: 0;
    right: 1px;
}
.investor-dashboard .pie-value {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme.theme-light {
    background-color: #f8f9fa;
}

.investor-dashboard .card-header {
    padding: 1rem 1.5rem;
    background-color: transparent;
    border: none;
}

.investor-dashboard .card-header h5 {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
}

.investor-dashboard .card-body {
    padding-left: 1.5rem;
}

.loan-application-prequal dt,
.loan-application-prequal dd {
    font-size: 20px;
}
html[dir="rtl"] .investor-dashboard .canvasjs-chart-container .canvasjs-chart-canvas {
    left: 0;
}
.investor-dashboard table thead tr th {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #335255;
}
.investor-dashboard table thead {
    border-bottom: 3px solid #AAAAAA;
}
.investor-dashboard table tbody tr td:first-of-type a {
    font-size: 17px;
    font-weight: bolder;
    color: #4A7571;
}
.investor-dashboard .expected-return .fw-heading,
.investor-dashboard .expected-return span.sans-pro,
.investor-dashboard .fw-heading > div p:last-of-type,
.investor-dashboard table tbody .text-end {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}
/*KYC*/
html[dir="rtl"] .investor-kyc .fa-chevron-left,
html[dir="rtl"] .investor-kyc .fa-chevron-right {
    transform: rotate(180deg);
}
/*Dashboard*/
.dashboard-grid #loan-application-pie {
    position: absolute;
    top: 0;
    height: 100%;
    width: 300px;
}
html[dir="rtl"] #loan-application-pie .canvasjs-chart-canvas {
    right: 0;
}
.dashboard-grid #loan-application-pie .canvasjs-chart-credit {
    display: none;
}
.dashboard-grid .card {
    border: 1px solid #F1F0F1;
    border-radius: 1px;
    background-color: #FFFFFF;
    padding: 20px;
}
.dashboard-grid .card .payment-schedule,
.dashboard-grid .card .loan-applications {
    margin: 0 -20px;
}
.dashboard-grid .card .payment-schedule .card-title h2,
.dashboard-grid .card .loan-applications .card-title h2 {
    padding: 0 20px;
}
.dashboard-grid .card .payment-schedule .card-title,
.dashboard-grid .card .loan-applications .card-title {
    margin-bottom: 22px;
}
.dashboard-grid .card .table-responsive tr td,
.dashboard-grid .card .table-responsive tr td {
    border-color: #ECECEC
}
.dashboard-grid .card .table-responsive table thead tr {
    border-top: 2px solid #ECECEC;;
}
.dashboard-grid .card .table-responsive table thead th {
    padding: 8px;
}
.dashboard-grid .card .table-responsive table thead th,
.dashboard-grid .card .table-responsive table tbody td {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
}
.dashboard-grid .card .table-responsive table tbody td {
    font-weight: normal;
    color: #4A4A4A;
}
.dashboard-grid .card .table-responsive table thead th:first-child,
.dashboard-grid .card .table-responsive table tbody td:first-child {
    padding-left: 20px;
}
.dashboard-grid .card .table-responsive table {
    min-width: 800px;
}
.dashboard-grid .card .card-title h2 {
    color: #585858;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 22px;
    text-transform: uppercase;
}
.dashboard-grid .card .b-bottom {
    border-bottom: 2px solid #F2F2F2;
    padding: 20px 5px;
}
.dashboard-grid .current-account.block .chart {
    position: relative;
    min-width: 300px;
    width: 100%;
    min-height: 275px;
    display: flex;
    align-items: center;
}
.dashboard-grid .current-account.block .chart .pie-value {
    position: absolute;
    max-width: 300px;
    width: 100%;
    top: calc(50% - 17px);
    display: grid;
    height: 0;
    text-align: center;
    color: #4A4A4A;
    font-size: 33.6px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
}
.dashboard-grid .current-account.block .chart .pie-value span:last-of-type {
    font-size: 19px;
    color: #4A4A4A;
    font-weight: 400;
}
.dashboard-grid .current-account .chart-legend ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.dashboard-grid .current-account .chart-legend ul li {
    position: relative;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 15px;
}
html[dir="rtl"] .dashboard-grid .current-account .chart-legend ul li {
    padding-left: 0;
    padding-right: 18px;
}
.dashboard-grid .current-account .chart-legend ul li span:last-child {
    color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    letter-spacing: 0;
}
.dashboard-grid .current-account .chart-legend ul li:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background: #9ec36d;
}
html[dir="rtl"] .dashboard-grid .current-account .chart-legend ul li:after {
    right: 0;
}
.dashboard-grid .current-account .chart-legend ul li:nth-child(2):after {
    background: #8fb5d4;
}
.dashboard-grid .current-account .chart-legend ul li:last-child:after {
    background: #e3513e;
}
.dashboard-grid .loan-status .action .btn {
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    padding: 13px;
    /*background-color: #066CFF;*/
}
.dashboard-grid .loan-status .action .btn:after {
    content: none;
}
.dashboard-grid .loan-status span {
    color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 14px;
    margin-bottom: 10px;
}
.dashboard-grid .loan-status div > span:last-child {
    font-size: 17px;
}
.dashboard-grid .loan-status .status abbr {
    text-decoration: none;
    border-bottom: 1px dashed #C5C2D7;
}
.dashboard-grid .table-filters ul.tabs {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-left: 20px;
    padding: 0;
}
.dashboard-grid .table-filters ul.tabs li {
    border-radius: 2px;
    background-color: #E2E2E2;
    padding: 7px 15px;
    color: #066CFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
    text-decoration: underline;
    cursor: pointer;
}
.dashboard-grid .table-filters ul.tabs li.active {
    border: 1px solid #DFDFDF;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
    color: #000000;
    text-decoration: none;
}
.dashboard-grid .table-filters select {
    max-width: 120px;
    height: 30px;
    border: 1px solid #DFDFDF;
    border-radius: 2px;
    color: #066CFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
    background-image: none;
    background-color: transparent;
    text-decoration: underline;
    padding: 5px 13px;
}
.rating-tag {
    /*background: #006937 !important;*/
    /*border: 1px solid #006937;*/
    background: #34B644 !important;
    border: 1px solid #34B644;
    color: #fff !important;
    width: 27px;
    min-height: 25px;
    border-radius: 2px;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 23px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
}
.rating-tag.rating-b {
    background: #8CCA33 !important;
    border-color: #8CCA33 !important;
}
.rating-tag.rating-c {
    background: #D7E200 !important;
    border-color: #D7E200 !important;
}
.rating-tag.rating-d {
    background: #F9EF00 !important;
    border-color: #F9EF00 !important;
}
.rating-tag.rating-e {
    background: #F99500 !important;
    border-color: #F99500 !important;
}
.rating-tag.rating-f {
    background: #D42020 !important;
    border-color: #D42020 !important;
}
.rating-tag.rating-muted {
    background: #ccc !important;
    border-color: #ccc !important;
}
.drawer {
    border: 1px solid #ddd;
    background: rgba(var(--bs-light-rgb), 1) !important;
    position: absolute;
    min-width: 350px;
    max-width: 350px;
    height: 100vh;
    max-height: 100vh;
    overflow: auto;
    right: 0;
    top: 0;
    z-index: 999999;
    transform: translateX(110%);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.drawer.open {
    transform: translateX(0);
}
.drawer .content {
    padding: 30px 20px;
}
.drawer .content .title h3 {
    margin: 0;
    text-transform: uppercase;
    color: #335255;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 40px;
}
.drawer .content .title [data-ajax-action="close"],
.drawer .content .title i {
    font-size: 25px;
    cursor: pointer;
}
.drawer .content .title [data-ajax-action="close"] {
    position: relative;
    width: 23px;
    height: 23px;
}
.drawer .content .title [data-ajax-action="close"]:after,
.drawer .content .title [data-ajax-action="close"]:before {
    content: "";
    position: absolute;
    top: 10px;
    width: 100%;
    height: 3px;
    display: block;
    transform: rotate(45deg);
    background: #335255;
    border-radius: 5px;
}
.drawer .content .title [data-ajax-action="close"]:after {
    transform: rotate(-45deg);
}
.drawer .footer a {
    color: #335255;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 27px;
    font-weight: 300;
}
.drawer .content-node .nodes-list .accordion-item,
.drawer .content-node .nodes-list .accordion-item .accordion-header button {
    background: transparent;
    border: none;
}
.drawer .content-node .nodes-list .accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.drawer .content-node .nodes-list .accordion-item .accordion-header button:focus {
    box-shadow: none;
}
.notification-list .item .title p {
    font-size: 17px;
    margin: 0;
    /*text-decoration: underline;*/
}
.notification-list p,
.notification-list span {
    margin: 0;
    color: #4A7571;
    /*font-family: TheSans;*/
    font-size: 14px;
    letter-spacing: 0;
    line-height: 27px;
    font-weight: 300;
}
.notification-list .item {
    cursor: pointer;
}
.notification-list .item .body {
    padding: 6px 0;
}
.notification-list .item .tag {
    color: #FFFFFF;
    /*font-family: TheSans;*/
    font-size: 12px;
    line-height: 24px;
    border-radius: 4px;
    padding: 0 6px;
    background: #3b3c3d;
}
.notification-list .item .tag.high {
    background-color: #C15959;
}
.notification-list .item .tag.low {
    background-color: #4A7571;
}
.notification-list .item .tag.medium {
    background-color: #D27D2D;
}
.notification-center .filter {
    border: 1px solid #F1F0F1;
    border-right: none;
    border-left: none;
    padding: 15px 0;
}
.notification-center .lead h2 {
    font-size: 33px;
    font-weight: 300;
    letter-spacing: 4px;
    line-height: 66px;
    text-transform: uppercase;
}
.notification-center .filter .search input {
    border: 1px solid #EBC59F;
    background-color: transparent;
    min-width: 320px;
    min-height: 38px;
    box-shadow: none !important;
    border-radius: 0;
}
.notification-center .filter .search {
    position: relative;
}
.notification-center .filter .search:after {
    content: "";
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23EBC59F' d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z'/></svg>");
    background-repeat: no-repeat;
    width: 25px;
    height: 100%;
    position: absolute;
    right: 6px;
    top: 6px;
}
.notification-center .sort span,
.notification-center .sort select {
    color: #727272;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 19px;
}
.notification-center .filter select {
    width: auto;
    border: 0;
    padding: 0 35px 0 3px;
    box-shadow: none !important;
    background: none;
}
.notification-center .filter .sort {
    position: relative;
}
.notification-center .filter .sort:after {
    content: "";
    position: absolute;
    right: 5px;
    width: 5px;
    height: 5px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #727272;
    border-radius: 2px;
}
.notification-center .notification-list .item {
    background: #FFF9F4;
    padding: 0 20px;
    border: 1px solid #F1F0F1;
    border-left: none;
    border-right: none;
}
.notification-center .notification-list .item[aria-expanded="true"] {
    background: #FFFFFF;
    border-top: 2px solid #003948;
    border-bottom: none;
}
.notification-center .notification-list .item[aria-expanded="true"] ~ .collapse.show .accordion-body {
    border-bottom: 2px solid #003948;
}
.notification-center .notification-list .item p,
.notification-center .notification-list .item span {
    color: #073642;
}
.notification-center .notification-list .item .tag {
    width: 100px;
    text-align: center;
    color: #FFFFFF;
}
.notification-center .notification-list .accordion-item {
    border: none;
}
@media screen and (max-width: 991px) {
    .dashboard-grid .card.w-75 {
        width: 100% !important;
    }
}
.loan-application-new .financing-option {
    display: none;
}

/* end: extension/zwstage11/design/stage11/stylesheets/stage11.css */

/* start: extension/zwfinture/design/finture/stylesheets/style.css */
/* general */

body {
  font-family: 'Mundial', sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: #161616;
  line-height: 24px;
  word-break: break-word;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Mundial', sans-serif;
  margin-top: 2rem;
}

h1 {
  text-align: center;
}

h4, h5, h6 {
  color: #161616;
}

h1 {font-size: 3.438rem; font-weight: 400; margin-bottom: 2rem;}
h2 {font-size: 2.75rem; font-weight: 700; margin-bottom: 0.25rem;}
h3 {font-size: 2.063rem; font-weight: 400; margin-bottom: 0.25rem;}
h4 {font-size: 1.5rem; font-weight: 700; margin-bottom: 0.25rem;}
h5 {font-size: 1.05rem; font-weight: 700; margin-bottom: 0.25rem;}
h6 {font-size: 1.00rem; font-weight: 500; margin-bottom: 0.15rem;}

a {
  color: #161616;
}

a:hover {
  color: rgba(47, 111, 91, 1);
}

.lead {
  font-size: 1.313rem;
  line-height: 1.285;
}

.lead h3 {
  font-weight: 700;
}

/*.container {*/
/*  max-width: 1160px;*/
/*}*/

main {
  margin: 0 0 3em 0;
}
main.page-module,
main.page-folder,
main.page-subscription,
main.page-newsletter_form,
main.page-article {
  padding-top: 90px;
}

main.page-module {
  margin-top: 50px;
}

/* header */

header .navbar {
  font-size: 17.3px;
  background-color: transparent !important;
}

header .navbar-toggler {
  margin: .5em 1em 0 0;
  border: 2px #000000 solid;
}

@media (min-width: 992px) {
    header .navbar .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
    }
    header .navbar .navbar-nav .dropdown:hover .dropdown-menu.show {
        margin-top: 0;
    }
    header .navbar.shrinked .navbar-nav .dropdown:hover .dropdown-menu {
        /*margin-top: 22px;*/
    }
    header .dropdown-menu {
        border-radius: 8px;
        border-color: #161616;
    }
    header .dropdown-item {
        font-size: 15px;
    }
}
header .dropdown-item:hover,
header .dropdown-item:focus {
    color: inherit;
    background-color: #e9ecef;
}

header .navbar.shrinked,
header .navbar.fixed {
  background-color: #fff !important;
  -webkit-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}

header .shrinked .navbar-toggler,
header .fixed .navbar-toggler {
  margin: 1em 1em .2em 0;
}

header .navbar-nav {
  margin-bottom: .75em;
  padding-top: 1em !important;
}

header .btn {
  font-family: 'Mundial', sans-serif;
  padding: .5em 2em .6em 1.8em !important;
  font-size: 15px;
  background-position: 15px 46%;
  background-size: 18px;
}

header .nav-item.sign-up {
  margin-right: .6em;
  margin-top: -4px;
}

header .nav-item.sign-up .btn {
  background-color: #0b0b0b;
  background-image: none;
  color: #fff;
  border-color: transparent;
}

header .nav-item.sign-up .btn:hover {
  background-color: #fff;
  color: #fff;
  background-image: none;
  background: #05D5C5;
}

header .nav-item.sign-in {
  margin-right: 1.5em;
  margin-top: -3px;
}

header .nav-item.sign-in .btn {
  background-image: none;
}

header .nav-item.sign-in .btn:hover {
  background-image: none;
}

header .shrinked .nav-item.sign-in .btn,
header .fixed .nav-item.sign-in .btn {
  color: #161616;
  border-color: #161616;
  background-image: none;
}

header .shrinked .nav-item.sign-in .btn:hover,
header .fixed .nav-item.sign-in .btn:hover {
  color: #fff;
  background-color: #161616;
  background-image: none;
}

header .navbar-nav .nav-link {
  color: #fff !important;
  border-bottom: 2px solid transparent;
  margin-right: 3em;
  padding-right: 0 !important;
  padding-left: 0 !important;
  font-size: 15px;
}

header .navbar-nav .nav-item.lang .nav-link {
  margin-right: .8em;
}

header .nav-item:last-child .nav-link {
  margin-right: 0;
}

header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link:hover {
  border-bottom: 2px solid rgba(255, 255, 255, .5);
}

header .navbar-nav .nav-item.lang .nav-link.active {
  border: none;
  font-weight: bold;
}

header .shrinked,
header .fixed {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

header .shrinked .navbar-nav .nav-link,
header .fixed .navbar-nav .nav-link {
  color: #161616 !important;
}

header .navbar-brand {
  margin-top: .78em;
  display: block;
  width: 261px;
  height: 42px;
  /*background-image: url("/extension/zwfinture/design/finture/images/Finture_logo.svg");*/
  background-image: url("/extension/zwfinture/design/finture/images/logo/logo_white.svg");
  background-size: 100%;
  background-position: center center;
}

header .shrinked .navbar-brand,
header .fixed .navbar-brand {
  /*background-image: url("/extension/zwfinture/design/finture/images/Finture_logo_black.svg");*/
  background-image: url("/extension/zwfinture/design/finture/images/logo/logo_black.svg");
}

@media (max-width: 992px) {
  header .navbar-nav {
    padding-top: 0 !important;
  }
  header .navbar-nav .nav-link {
    padding-bottom: 0;
    border-bottom: none;
  }
  header .navbar-nav .nav-link:hover {
    font-weight: 600;
  }
  header .nav-item.sign-up .btn {
    margin-bottom: .5em;
  }
  header .navbar-nav .nav-link.active,
  header .navbar-nav .nav-link:hover {
  border-bottom: none;
  }
}

@media (max-width: 991px) {
  header .navbar .navbar-nav .dropdown .dropdown-menu {
      display: block;
  }
  header .navbar {
    font-size: 17px;
    background-color: rgba(255, 255, 255, 1) !important;
  }
  header .navbar-brand {
    /*background-image: url("/extension/zwfinture/design/finture/images/Finture_logo_black.svg");*/
    background-image: url("/extension/zwfinture/design/finture/images/logo/logo_black.svg");
  }
  header .shrinked .navbar-toggler, header .fixed .navbar-toggler,
  header .navbar-toggler {
    margin: .8em .5em .5em 0;
  }
  header .nav-item.sign-in .btn {
    color: #161616;
    border-color: #161616;
  }
  header .navbar-nav .nav-link {
    color: #161616 !important;
  }
  header .nav-item.sign-in .btn,
  header .nav-item.sign-up .btn,
  header .navbar-nav .nav-link {
    font-size: 20px;
    line-height: 40px;
  }
  .content-view-line.item.subscription .card-body > p {
    font-size: 19px;
  }
  .block-subscription-list .data span {
    font-size: 17px !important;
  }
  header .nav-item.sign-up .btn,
  header .nav-item.sign-in .btn {
    margin-bottom: 20px;
  }
  .nav-item.lang:first-of-type {
    position: relative;
  }
  .nav-item.lang:first-of-type:after {
    content: '|';
    position: absolute;
    right: 4px;
    top: 13px;
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .block-top .card {
    padding: 10px 30px !important;
  }
  .block-top.x1 .byline {
    margin-top: 7em !important;
    text-align: center !important;
  }
  .block-top.x1 .byline h1 {
    text-align: center !important;
    font-size: 3.438rem;
    font-weight: 400;
    margin-bottom: 2rem !important;
  }
  .block-top.x1 .lead {
    max-height: 98px;
    max-width: 657px !important;
    margin: auto;
  }
  header .navbar .navbar-collapse:first-of-type > .navbar-nav li a {
    font-size: 23px;
  }
}


/* footer */

footer {
  color: #fff;
  background-color: #161616;
  font-size: 15px;
  padding: 6em 0 2em 0;
}

footer .navbar-brand img {
  width: 238px;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

footer .links {
  margin-bottom: 1.5em;
}

footer .links .legal {
  display: block;
  max-width: 89%;
  margin: 2em 0 2.5em 0;
  font-size: 12px;
  line-height: 15px;
}

footer .links h5 {
  color: rgba(255, 255, 255, .25);
  font-size: 0.938rem;
  margin: 0 0 1em 0;
  font-weight: 700;
}

footer .links ul {
  padding-right: .75em;
}

footer .links li {
  margin-bottom: .75em;
  line-height: 18px;
}

footer .notice {
  padding-top: 1em;
  border-top: 1px solid #fff;
  line-height: 17px;
}

footer .notice a {
  text-decoration: underline;
}

/* component: progress bar */

.progress {
  font-size: .938rem;
  height: 12px;
  border-radius: 5px;
  background-color: #828282;
}

.progress-bar {
  min-width: fit-content;
  background-color: #043434;
  color: #fff;
  font-weight: 500;
  padding-right: .85em;
  border-radius: 5px;
}

.progress-info {
  font-size: .938rem;
  margin: .5em 0;
  font-weight: 500;
  color: #043434;
  text-align: center;
}

.progress-info span {
  display: inline !important;
}

.bidding-widget .progress {
    height: 16px;
}

/* component: view all link */

.view-all {
  color: #043434;
  display: block;
  margin: 2.2em 0;
  padding: 1em 0;
  border: 1px solid #043434;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
}

.view-all:hover {
  color: #fff;
  background-color: #043434;
}

@media (max-width: 767px) {
  footer .links .legal {
    font-size: 15px;
  }
  footer,
  footer .links h5 {
    font-size: 17px;
  }
}

/* component: button */

.btn {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  padding: .6em 15px;
  /*padding: .6em 50px .6em 15px !important;*/
  /*background: url('/extension/zwfinture/design/finture/images/arrow-w-right.svg') no-repeat center;*/
  background-position-x: 95%;
  background-size: 22px;
  border-radius: 8px;
}
.btn-group .btn {
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x) !important;
}

.btn-primary {
  background-color: transparent;
  border: 2px solid #161616;
  color: #161616;
  font-size: 19.5px;
  font-weight: 500;
}

.btn-primary:hover {
  background-color: #161616;
  border-color: #161616;
  color: #fff;
}

.btn-primary.invert {
  background-color: #0b0b0b;
}

.btn-primary.invert:hover {
  background-color: #161616;
}

.btn-primary:active:focus {
  background-color: #05D5C5;
  border-color: #05D5C5;
  color: #fff;
}

.btn-secondary {
  /*background-color: #05D5C5;*/
  /*background-image: url('/extension/zwfinture/design/finture/images/arrow-w-right.svg');*/
  /*color: #FFFFFF;*/
}

.btn-secondary:hover {
  /*background-color: #ffffff;*/
  /*background-image: url('/extension/zwfinture/design/finture/images/arrow-g-right.svg');*/
  /*color: #05D5C5;*/
}

/* component: accordion */

.accordion-item {
  border: 1px solid #BEE6CE !important;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 0;
}

.accordion-header {
  margin: 0;
}

.accordion-body {
  padding: 0 3em 0 3em;
}

.accordion-button {
  font-size: 1.375rem;
  color: #0B0B0B;
  padding-left: 0;
  box-shadow: none !important;
  border: none !important;
}

.accordion-button:not(.collapsed) {
  color: #0B0B0B;
  background-color: transparent;
}

.accordion-button::after {
  background-image: none !important;
  content: "+";
  order: -1;
  margin-right: .5em;
  margin-left: .5em;
  text-align: center;
  font-size: 2rem;
  line-height: .5;
  color: #2f6f5b;
}

.accordion-button:not(.collapsed)::after {
  content: "-";
}

/* component: slider */

.carousel.slide {
  margin: 1em 0;
}

.carousel-indicators {
  margin: 0;
  bottom: -2.5rem;
  justify-content: right;
  position: absolute;
  right: 15px;
  padding-bottom: 3em;
}

.carousel-indicators [data-bs-target] {
  background-color: #fff;
  width: 45px;
  height: 10px;
  border: 1.6px solid #03645a;
}

.carousel-item > img {
  border-radius: 3px;
}

/* blocks */

.block {
  margin: 3em 0;
}

.block-video.outlined {
  position: relative;
  background-color: #DFF3E7;
  margin: -3rem 0 0 0;
  padding: 3rem 0;
}

.block-video.outlined > .container-fluid {
  max-width: 98%;
  border-radius: 3px;
  margin: 2.5em auto 0 auto;
  padding: 5em 0 4em 0;
  box-shadow: 0 .5px 5px 1px grey;
  background: #fff;
}

.block.outlined-white {
 background-color: white;
}

.block:first-of-type {
  margin-top: 0;
}

.block h2 {
  font-weight: 400;
  margin: 0 0 1rem 0;
  text-align: center;
}

.gx-custom-1 {
  --bs-gutter-x: 5rem;
}

/* top block */

.block-top .inner {
  min-height: 670px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: contain;
  color: #ffffff;
}

.block-top h1 {
  font-size: 3rem;
  max-width: 90%;
  line-height: 1.15;
  letter-spacing: -1px;
}

.block-top.x1 .inner {
  min-height: 775px;
}

.block-top.x1 .inner .note {
  margin-bottom: 1.5em;
  font-size: 0.813rem;
}

.block-top .byline {
  /*margin-top: 3.5em;*/
  text-align: center;
  font-style: normal;
}

.block-top:not(.x1) .byline {
  max-width: 1000px;
  margin-inline: auto;
}

.block-top.x1 .byline {
  margin-top: 5.5em;
  text-align: start;
}

.block-top.x1 .byline h1 {
  margin-bottom: .4em;
  text-align: start;
}

.block-top:not(.x1) .byline h1 {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.block-top .lead {
  max-height: 98px;
  max-width: 657px;
}

.block-top.x1 .lead {
  max-width: 520px;
}

.block-top .overlay {
  margin-top: -8em;
}

.block-top .card .card-body a.btn {
  width: 100%;
}

.block-top .card {
  border: none;
  margin: 0;
  padding: 1em 2em 1em 2em;
  border-radius: 16px;
  background-color: #FFFFFF;
  box-shadow: 0 0 6px 0 rgba(66,69,16,0.46);
}

.block-top .card:hover {
  background-color: #d8f9ea;
}

/*.block-top .card.x2:first-of-type {*/
/*  margin-right: 1.25em;*/
/*}*/

.block-top .card.x1 {
  border: none;
  margin-top: 5em;
  padding: 1.7em 2em 2em 2em;
  color: #0B0B0B;
  background-color: #FFFFFF;
  opacity: 83%;
}

.block-top .card.x2 {
  border-radius: 16px;
}

@media (max-width: 576px) {
    .block.block-top:not(:has(> .overlay)) > .inner:not(:has(.card)) {
        padding-top: 100px;
    }
}

@media (min-width: 768px) {
    .block-top .card.x2 {
        width: 480px;
    }
}

.block-top .card h3 {
  text-align: left !important;
  font-size: 1.375rem;
  margin: .75rem 0 1.5rem 0;
}

.block-top .card.x1 h3 {
  margin: .75rem 0 2rem 0;
}

.block-top .card:nth-child(2) h3 {
  /*padding: 0 .72em;*/
}

.block-top ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.8em;
  position: relative;
}

.block-top li {
  margin-bottom: .5em;
  line-height: 1.2;
}

.block-top li::before {
  position: absolute;
  content: '';
  display: block;
  width: 18px;
  height: 22px;
  background: transparent url("/extension/zwfinture/design/finture/images/check.png") no-repeat scroll center center;
  border-radius: 50%;
  background-size: contain;
  margin: 3px 0 0 -28px;
}

.block-top li:last-child {
  padding-bottom: 1.2em;
}

@media (max-width: 767px) {
  .block-top .overlay {
    margin-top: .5em;
  }
  .block-top .card.x1 {
    margin-bottom: .5em;
  }
  .block-top .lead {
    max-height: none;
  }
  .block-top li {
    font-size: 19px;
  }
}


/* subscription list block */


.block-subscription-list .title {
  margin-bottom: 2rem;
}

.block-subscription-list .title h2,
.block-subscription-list .title em {
  font-size: 2.188rem;
  margin: 0 .6em 0 0;
  line-height: 1;
}

.block-subscription-list .title em,
.block-subscription-list .title a {
  font-style: normal;
  color: #274c40;
}

.block-subscription-list .title a:hover {
  color: #0b0b0b;
}

.block-subscription-list .card {
  position: relative;
  border: none;
}

.block-subscription-list .card .image {
  position: relative;
  margin-bottom: .5em;
}

.block-subscription-list .card .image img {
  border-radius: 5px;
}

.block-subscription-list .card .image .label {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 5px;
  padding: 3px 9px 2px 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  color: #0b0b0b;
  display: none;
}

.block-subscription-list .card .image .label.label-equity {
  background: rgba(255, 255, 255, .5) url("/extension/zwfinture/design/finture/images/slice-black.svg") no-repeat scroll 9px center;
  background-size: 12px 12px;
  padding-left: 28px;
}

.block-subscription-list .card-body {
  padding: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}

.block-subscription-list .card h4 {
  font-size: 1.4em;
  font-weight: 500;
  margin: .55rem 0 1.5rem 0;
  line-height: 1;
}

.block-subscription-list .card a {
  text-decoration: none;
}

.block-subscription-list .card a:hover {
  text-decoration: underline;
}

.block-subscription-list .data {
  font-size: 2.063rem;
  line-height: 1.2;
}

.block-subscription-list .data .d-flex {
  margin-top: 0;
  margin-bottom: 0;
}

.block-subscription-list .data > div {
  margin-bottom: .65em;
}

.block-subscription-list .data > div:last-child {
  margin-top: 0;
}

.block-subscription-list .data span {
  display: block;
  margin: .25em 0;
  font-size: .938rem;
}

.block-subscription-list .data em {
  display: block;
  font-style: normal;
}

.block-subscription-list .data em.adjusted {
  font-size: .938rem;
  font-weight: 500;
  line-height: 1.5;
}

.block-subscription-list .data ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ccc;
}

.block-subscription-list .data li {
  padding: 0;
  border-radius: 100%;
  display: block;
  width: 33px;
  height: 33px;
  line-height: 32px;
  text-align: center;
}

.block-subscription-list .data li.active {
  background-color: #043434;
  color: #fff;
}

.block-subscription-list .data dl {
  margin: 0;
  width: 180px;
}

.block-subscription-list .data dt {
  text-align: center;
  text-transform: uppercase;
  order: 2;
  font-size: .938rem;
  font-weight: 500;
  margin: 0;
}

.block-subscription-list .data dd {
  text-align: center;
  font-weight: 400;
  margin: 0;
}

.block-subscription-list .view-all {
 margin: 3em 0;
}

@media (max-width: 767px) {
  .block-subscription-list .card {
    padding-bottom: 2rem;
  }
}

.ph-equity-portion {
  background: transparent url("/extension/zwfinture/design/finture/images/slice-green.svg") no-repeat scroll left center;
  background-size: 28px auto;
  padding-left: 32px;
}

/* featured item block */

.block-featured-item {
  background-color: #dff3e7;
  background: rgba(5, 213, 197, 0.1);
  line-height: 1.2;
  border-radius: 21px;
  max-width: 1562px;
  /*height: 556px;*/
  margin: 2.5em auto;
  padding: 4.4em 0 1.5em 0;
}

.block-featured-item h3 {
  font-size: 2.75rem;
  margin: 0 0 1rem 0;
}

.block-featured-item img {
  border-radius: 16px;
  margin-bottom: 2em;
}

/* item list block */

.block-item-list h2 {
  font-weight: 400;
  text-align: center;
  margin-bottom: 2.5rem;
}

.block-item-list .text-start {
  font-size: 2.2rem;
}

.block-item-list h2.adjusted {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.block-item-list .card {
  border: none;
  margin: 0 0 1.5em 0;
}

.block-item-list .card.v1 .card-body {
  text-align: center;
}

.block-item-list .card > img {
  margin-bottom: .25em;
}

.block-item-list .card.v4 > img {
  margin-bottom: 1em;
}

.block-item-list .card-body {
  padding: 0 1.5em 0 0;
}

.block-item-list .card-body a {
  color: #043434;
}

.block-item-list .card-body a:hover {
  color: #021f1c;
}

.block-item-list .card-title {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.1;
  margin: 1.25rem 0;
}

.block-item-list .v2 .card-title,
.block-item-list .v3 .card-title {
  font-size: 1.55rem;
  font-weight: 700;
}

.block-item-list .v4 .card-title {
  margin: 1.15rem 0 .25rem 0;
}

.block-item-list .card-title a {
  color: #0B0B0B;
  text-decoration: none;
}

.block-item-list .card-title a:hover {
  text-decoration: underline;
}

.block-item-list .label {
  position: absolute;
  top: 20px;
  display: inline-block;
  font-size: .875rem;
  color: #fff;
  background: transparent url("/extension/zwfinture/design/finture/images/label-bg.png") no-repeat scroll right center;
  text-shadow: 1px 1px 2px #012723;
  padding: .25em 1.25em .25em .75em;
}

.block-item-list .category {
  padding: .4em .5em;
  font-weight: 500;
  font-size: .875rem;
  border: 2px solid #161616;
  border-radius: 5px;
}

.block-item-list .date {
  color: #2f6f5b;
  font-weight: 400;
  font-size: 15px;
}

/* quote block */

.block-quote {
  display: flex;
  min-height: 660px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: contain;
  margin-top: -2em;
  position: relative;
}

.block-quote:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(221, 221, 221, 0.3);
  z-index: 00000;
}

.block-quote > .container {
  position: absolute;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.block-quote > div {
  align-self: center;
}

.block-quote blockquote {
  font-size: 2.063rem;
  color: black;
  font-weight: 400;
  line-height: 37px;
  margin-bottom: 1.5rem;
  padding: 0 1.5em;
}

.block-quote figcaption {
  font-size: 1.065rem;
  color: black;
  max-width: 545px;
  min-height: 65px;
  line-height: 22px;
}

.block-quote figcaption:before {
  display: none;
}

/* video block */

.block-video .ratio {
  margin: 1.5em 0;
}

/* newsletter block */

.block-newsletter {
  background-color: #DFF3E7;
  margin-top: 0;
}

.block-newsletter h3 {
  margin-top: .5em;
  line-height: 41px;
}

.block-newsletter .form-label {
  font-size: 1.25rem;
  font-weight: 400;
}

.block-newsletter .form-control {
  font-size: 1.25rem;
  font-weight: 400;
  border-color: #043434;
  border-radius: 6px;
  max-width: 422px;
  min-height: 65px;
}

.block-newsletter .form-check-input {
  border-color: #043434;
  width: 22px;
  height: 22px;
}

.block-newsletter .form-check-label {
  padding: 0 .5em;
  font-size: 1.25rem;
  line-height: 24px;
}

.block-newsletter .btn {
  font-size: 21px;
}

/* highlights block */

.block-highlights {
  text-align: center;
  background-color: #0b0b0b;
  color: #ffffff;
  max-width: 1562px;
  min-height: 399px;
  margin: 2.5em auto;
  padding: 3.8em 0 4.8em 0;
  border-radius: 21px;
}

.block-highlights h4 {
  font-weight: 600;
  font-size: 2.063rem;
  margin: 1rem 0;
  color: #ffffff;
}

/* points block */

.block-points h2 {
  padding-bottom: .4em;
}

.block-points ul,
ul.block-points {
  list-style: none;
  margin: 1.7em 0;
  padding: 0 0 0 3.5em;
  position: relative;
}

.block-points li {
  margin-bottom: 1.2em;
  line-height: 2;
  font-weight: 600;
}

.block-points li::before {
  position: absolute;
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background: transparent url('/extension/zwfinture/design/finture/images/list.svg') scroll no-repeat center;
  background-size: contain;
  margin: .5px 0 0 -50px;
}

/* steps block */

.block-steps {
  padding: 5.5em 0 7em 0;
  text-align: center;
  background-color: #dff3e7;
  max-width: 1562px;
  min-height: 460px;
  margin: 2.5em auto;
  border-radius: 21px;
}
.block-steps .step-counter {
  counter-reset: step;
}
.block-steps .step-counter > .col {
  counter-increment: step;
  min-width: 200px;
}
.block-steps .step-counter > .col .step {
  position: relative;
}
.block-steps .step-counter > .col .step:after {
  content: counter(step);
  position: absolute;
  left: 30%;
  top: 5px;
  color: #043434;
  font-family: 'Mundial', sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 27px;
}
.block-steps .step-counter .col:last-of-type .lines:before {
  content: none;
}

.block-steps .lines {
  position: relative;
}

.block-steps .lines::before {
  content: '';
  position: absolute;
  margin: 60px 0 0 40px;
  height: 1px;
  background: #043434;
  width: 70%;
}

@media (max-width: 992px) {
  .block-steps .lines::before {
    content: none;
  }
  .block-steps .step-counter > .col .step::after {
    content: none;
  }
}

.block-steps img {
  display: block;
  width: 85px;
  height: 85px;
  margin: 1em auto;
}

.block-steps h4 {
  margin: 1rem 0;
  font-size: 1.375rem;
  color: #0B0B0B;
}

.block-steps a:hover {
  color: #032824;
}

.block-steps a {
  font-weight: 700;
  color: #000;
}


/* steps block outlined-white */


.block-steps.outlined-white .step {
  padding: 0 2em;
}

.block-steps.outlined-white h2 {
  font-size: 2.2rem;
  padding-bottom: .2em;
}

.block-steps.outlined-white .lines {
  position: relative;
}

.block-steps.outlined-white .lines::before {
  content: '';
  position: absolute;
  margin: 40px 0 0 42px;
  height: 1px;
  background: #043434;
  width: 100%;
}

@media (max-width: 992px) {
  .block-steps.outlined-white .lines::before {
    content: none;
  }
}

.block-steps.outlined-white .image {
  height: 85px;
  width: 85px;
  border-radius: 100%;
  margin: 1em auto;
  padding-top: .3em;
  border: 1px solid #043434;
}

.block-steps.outlined-white img {
  height: auto;
  max-width: 35px;
}

.block-steps.outlined-white h4 {
  color: #043434;
  font-size: 1.375rem;
  font-weight: 500;
}

.block-steps.outlined-white a {
  color: #002723;
}

.block-steps.outlined-white a:hover {
  color: #03645a;
}

/* statistics block */

.block-statistics h2 {
  text-align: left;
  font-size: 2.188rem;
}

.block-statistics .nav-tabs {
  border-bottom: 1px solid #b8ccc6;
}

.block-statistics .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
  color: #0B0B0B !important;
  font-weight: 700;
  padding: .75em 1em;
}

.block-statistics .nav-link:hover {
  border: none;
  border-bottom: 3px solid #b8ccc6;
}

.block-statistics .nav-link.active {
  border-bottom: 3px solid #043434;
}

.block-statistics .tab-pane {
  padding: 3em 0;
}

.block-statistics table {
  margin-bottom: 1.5em;
}

.block-statistics table {
  margin-bottom: 1.5em;
  border-color: #b8ccc6;
}

.block-statistics th:nth-child(2),
.block-statistics td:nth-child(2) {
  text-align: right;
}

.block-statistics .small a{
  color: #3a5d52;
}

.block-statistics .small a:hover {
  color: #021f1c;
}

/* subscription-class */

.content-view-full .class-subscription {
  margin: 2.5em auto;
}

.class-subscription h2 {
  text-align: left;
  font-weight: 600;
}

.class-subscription h4 {
  font-size: 1.375rem;
  margin-top: .85em;
}

.class-subscription .highlights {
  font-size: 1.25rem;
  color: #d4dbd9;
  margin: .5em 0 2em 0;
}

.class-subscription .highlights .list-inline-item:not(:last-child) {
  margin-right: 1rem;
}

.class-subscription .highlights em {
  font-style: normal;
  padding: .25em 1.5em .25em .5em;
  background: transparent url("/extension/zwfinture/design/finture/images/label-bg.png") no-repeat scroll right center;
  font-size: 1.063rem;
  color: #fff;
}

.class-subscription a {
  color: #043434;
}

.class-subscription .btn {
  /*color: #fff;*/
}

.class-subscription .btn:hover {
  /*color: #fff;*/
}

.class-subscription .btn.btn-primary.invert {
    color: #fff;
}

.class-subscription .btn.btn-primary.invert:hover {
    background-color: #05D5C5;
    color: #fff;
    border-color: unset;
}

.class-subscription a:hover {
  color:#012723;
}

.class-subscription aside {
  line-height: 1.2;
}

.class-subscription aside .subscription-widget > dl {
  margin: 3rem 0 1.5rem 0;
  border-bottom: 2px #d0d0d0 solid;
}

.class-subscription aside .subscription-widget > dl > div {
  margin-bottom: 1.25em;
}

.class-subscription aside dt {
  font-size: 1.188rem;
  margin: .25rem 0;
  font-weight: 400;
}

.class-subscription aside dd {
  font-size: 1.875rem;
  margin: 0;
}

.class-subscription aside dl strong {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 700;
}

.class-subscription aside .rating {
  display: none;
  color: #fff;
  background-color: #043434;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.875rem;
  text-align: center;
  font-weight: 500;
}

.class-subscription aside .rating.active {
  display: block;
}

.class-subscription aside dl dl {
  margin: 0;
  width: 180px;
}

.class-subscription aside dl dl dt {
  text-align: center;
  text-transform: uppercase;
  order: 2;
  font-size: .938rem;
  font-weight: 700;
  margin: 0;
}

.class-subscription aside dl dl dd {
  text-align: center;
  font-weight: 400;
  margin: 0;
}

.class-subscription .cta {
  text-align: center;
  margin: 2em 0 2.5em 0;
}

main .list-unstyled a {
  text-decoration: none;
  line-height: 2.5;
}

.container.narrow {
  max-width: 1160px;
}

.container.narrow .title {
  text-align: center;
  font-size: 2.75rem;
  font-weight: normal;
  padding-bottom: 1.2em;
}

.pagenavigator {
  display: flex;
  gap: .5rem;
}
.pagenavigator .item {
  height: 45px;
  width: 45px;
  border: 2px solid rgba(11,11,11,0.1);
  border-radius: 8px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #043434;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
}
.pagenavigator .item.active {
  border: 2px solid #043434;
  background-color: #043434;
  color: #FFFFFF !important;
}
.pagenavigator .item.disabled,
.pagenavigator .item[href="#"] {
  pointer-events: none;
  border: 2px solid rgba(11,11,11,0.1);
  color: #ddd;
}

.class-subscription .subscription-nav {
  border: 0;
}
.class-subscription .subscription-nav .nav-link {
  color: #000000;
  font-family: 'Mundial', sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  border: 0;
}
.class-subscription .subscription-nav .nav-link > span {
  display: flex;
  align-items: center;
  padding-bottom: 4px;
}
.class-subscription .subscription-nav .nav-link .material-symbols-outlined {
  font-size: 18px;
  margin-left: 5px;
}
.class-subscription .subscription-nav .nav-link.disabled {
  color: rgba(129,129,129,0.5);
}
.class-subscription .subscription-nav .nav-link.active span {
  border-bottom: 2px solid #043434;
}

.subscription-desc .question-error-box {
    color: red;
}

@media (max-width: 767px) {
  [name="loginform"] fieldset ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  [name="loginform"] fieldset ul li {
    margin-top: 5px !important;
  }
}

/* end: extension/zwfinture/design/finture/stylesheets/style.css */

