.faq-list{display:flex;flex-direction:column;flex-grow:1;margin-bottom:1.5rem;}.faq-list__item{border-top:1px solid #dfe8f0;display:flex;gap:30px;padding:1.875rem 0;position:relative;}.faq-list__item:hover .faq-list__item__title{transform:translateX(5px);}.faq-list__item:first-child{border-top:0;}.faq-list__item__title{color:#255fdf;flex-grow:1;font-weight:700;transition:all .2s ease-in-out;}.faq-list__item__action{flex:0 0 32px;}.faq-list__item__action svg{width:32px;}.faq-list__item__action svg circle{fill:#e0ebf4;}.faq-list__item__action .count{background-color:#e0ebf4;border-radius:16px;color:#255fdf;display:inline-block;font-size:.9296875rem;font-weight:700;line-height:32px;padding:0 10px;}.faq-list__alphabetical{column-count:1;display:block;}@media (min-width:992px){.faq-list__alphabetical{column-count:2;column-gap:3rem;}}.faq-list__alphabetical ul{display:flex;flex-direction:column;gap:.4rem;list-style-type:none;margin:0;padding-left:0;}.faq-list__alphabetical li{align-items:center;display:flex;gap:.8rem;transition:all .2s ease-in-out;width:100%;}.faq-list__alphabetical li:hover{transform:translateX(5px);}.faq-list__alphabetical svg{flex:0 0 17px;height:17px;width:17px;}.faq-list__alphabetical a{text-decoration:none !important;}.faq-list__alphabetical .faq-list__item{border-bottom:0;display:block;padding:1.5rem 0;}.faq-list__alphabetical .faq-list__item .list-unstyled{display:flex;flex-direction:column;margin-top:.5rem;row-gap:.4rem;}.faq-list #heading-category .faq-list__item__title{font-weight:400;}.faq-list .faq--all__title{color:#255fdf;}.news-overview{display:grid;gap:1.5rem;grid-template-columns:1fr;}@media (min-width:768px){.news-overview{grid-template-columns:1fr 1fr;}}@media (min-width:992px){.news-overview--columns-3,.news-overview--columns-4{grid-template-columns:1fr 1fr 1fr;}.news-overview--columns-3 .news-card__footer,.news-overview--columns-4 .news-card__footer{align-items:baseline;flex-direction:column-reverse;gap:1rem;}}@media (min-width:1400px){.news-overview--columns-4{grid-template-columns:1fr 1fr 1fr 1fr;}}.news-card{background-color:#fff;border-radius:1rem;box-shadow:0 2px 15px 0 rgba(75,75,75,.15);display:flex;flex-direction:column;height:100%;}.news-card,.news-card__image{overflow:hidden;position:relative;}.news-card__image{aspect-ratio:3/1;background-color:#fcf7f4;flex:0 0 auto;}.news-card__image img{height:100% !important;left:0;object-fit:cover;position:absolute;top:0;transform:scale(1);transform-origin:center;transition:all .2s ease-in-out;width:100%;}.news-card__body{display:flex;flex-direction:column;gap:1rem;padding:1.5rem 1.5rem 0;}.news-card__body .card__title{margin:0;}.news-card__footer{align-items:baseline;display:flex;flex-direction:column-reverse;gap:1rem;justify-content:space-between;margin-top:auto;padding:1.5rem;}@media (min-width:992px){.news-card__footer{align-items:center;flex-direction:row;gap:0;}}.news-card__footer span.btn{transition:all .2s ease-in-out;}.news-card:hover .card__img img{transform:scale(1.05);}.news-card:hover .card__footer span.btn{transform:translateX(3px);}@media (min-width:768px){.swiper--news-slider{margin-bottom:4.375rem;}.swiper--news-slider .news-card{height:calc(100% - 6px);margin:.1rem;width:calc(100% - 4px);}}.table,.wp-block-table table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-body-color);--bs-table-bg:transparent;--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-body-color);--bs-table-striped-bg:rgba(0,0,0,.05);--bs-table-active-color:var(--bs-body-color);--bs-table-active-bg:rgba(0,0,0,.1);--bs-table-hover-color:var(--bs-body-color);--bs-table-hover-bg:rgba(0,0,0,.075);border-color:var(--bs-table-border-color);margin-bottom:1rem;vertical-align:top;width:100%;}.table>:not(caption)>*>*,.wp-block-table table>:not(caption)>*>*{background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));padding:.5rem;}.table>tbody,.wp-block-table table>tbody{vertical-align:inherit;}.table>thead,.wp-block-table table>thead{vertical-align:bottom;}.table-group-divider{border-top:2px solid;}.caption-top{caption-side:top;}.table-sm>:not(caption)>*>*{padding:.25rem;}.table-bordered>:not(caption)>*,.wp-block-table table>:not(caption)>*{border-width:1px 0;}.table-bordered>:not(caption)>*>*,.wp-block-table table>:not(caption)>*>*{border-width:0 1px;}.table-borderless>:not(caption)>*>*{border-bottom-width:0;}.table-borderless>:not(:first-child){border-top-width:0;}.table-striped-columns>:not(caption)>tr>:nth-child(2n),.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg);}.table-active{--bs-table-color-state:var(--bs-table-active-color);--bs-table-bg-state:var(--bs-table-active-bg);}.table-hover>tbody>tr:hover>*{--bs-table-color-state:var(--bs-table-hover-color);--bs-table-bg-state:var(--bs-table-hover-bg);}.table-primary{--bs-table-color:#000;--bs-table-bg:#d3dff9;--bs-table-border-color:#bec9e0;--bs-table-striped-bg:#c8d4ed;--bs-table-striped-color:#000;--bs-table-active-bg:#bec9e0;--bs-table-active-color:#000;--bs-table-hover-bg:#c3cee6;--bs-table-hover-color:#000;}.table-primary,.table-secondary{border-color:var(--bs-table-border-color);color:var(--bs-table-color);}.table-secondary{--bs-table-color:#000;--bs-table-bg:#fcfdfe;--bs-table-border-color:#e3e4e5;--bs-table-striped-bg:#eff0f1;--bs-table-striped-color:#000;--bs-table-active-bg:#e3e4e5;--bs-table-active-color:#000;--bs-table-hover-bg:#e9eaeb;--bs-table-hover-color:#000;}.table-success{--bs-table-color:#000;--bs-table-bg:#d1f0e0;--bs-table-border-color:#bcd8ca;--bs-table-striped-bg:#c7e4d5;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd8ca;--bs-table-active-color:#000;--bs-table-hover-bg:#c1decf;--bs-table-hover-color:#000;}.table-info,.table-success{border-color:var(--bs-table-border-color);color:var(--bs-table-color);}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#badce3;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;}.table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#e6dbb9;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;}.table-danger,.table-warning{border-color:var(--bs-table-border-color);color:var(--bs-table-color);}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#dfc2c4;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;}.table-light{--bs-table-color:#000;--bs-table-bg:#fcf7f4;--bs-table-border-color:#e3dedc;--bs-table-striped-bg:#efebe8;--bs-table-striped-color:#000;--bs-table-active-bg:#e3dedc;--bs-table-active-color:#000;--bs-table-hover-bg:#e9e4e2;--bs-table-hover-color:#000;}.table-dark,.table-light{border-color:var(--bs-table-border-color);color:var(--bs-table-color);}.table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#373b3e;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;}.table-responsive,.wp-block-table{overflow-x:auto;-webkit-overflow-scrolling:touch;}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch;}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch;}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch;}}@media (max-width:1399.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch;}}.wp-block-table table{width:100%;}.wp-block-table table thead{border-bottom-color:#121e57;border-bottom-width:1px;}.wp-block-table table thead tr{--bs-table-bg:#f1f7fc !important;}.wp-block-table table.loan-table tr.no-border{border-width:0 1px;}.wp-block-table table.loan-table tr.no-border:first-of-type{border-width:1px 1px 0;}.wp-block-table table.loan-table tr.no-border:last-of-type{border-width:0 1px 1px;}.wp-block-table table.loan-table .product_image img{max-width:175px;}.wp-block-table table.loan-table .column-highlighted{font-weight:700;}.wp-block-table table.loan-table .column-highlighted__blue{background-color:#f1f7fc;}.wp-block-table.is-style-stripes tr{border-width:1px;}.wp-block-table.is-style-stripes tr td,.wp-block-table.is-style-stripes tr th{border-width:0;}.wp-block-table.is-style-stripes tbody tr:nth-child(odd),.wp-block-table.is-style-stripes thead+tbody tr:nth-child(2n){--bs-table-bg:#f1f7fc !important;}.wp-block-table.is-style-stripes thead+tbody tr:nth-child(odd){--bs-table-bg:inherit !important;}.blockquote{border:1px solid #dfe8f0;border-radius:.75rem;position:relative;}.blockquote.theme--white{background-color:#fff;}.blockquote.theme--blue{background-color:#f1f7fc;}.blockquote.theme--green{background-color:#f6faf3;}.blockquote.theme--orange{background-color:#fcf7f4;}.blockquote__content{display:flex;flex-direction:column;gap:1rem;padding:2rem 1.5rem;}.blockquote__content p{font-size:1.0625rem;margin:0;}.blockquote .cite{display:flex;font-size:.9296875rem;font-size:.9375rem;font-style:normal;}.blockquote .cite span{color:#121e57;opacity:.7;}.blockquote .cite svg{margin-right:.5rem;}.blockquote .cite svg g{fill:#121e57;opacity:.7;}.blockquote .cite:not(a *){cursor:default;}.blockquote__image{display:flex;gap:.375rem;position:absolute;right:15px;top:-25px;}@media (min-width:1400px){.blockquote__image{right:-25px;}}.blockquote__image .author-badge{z-index:1;}.blockquote__image .author-badge img,.blockquote__image__decoration{border-radius:50%;height:48px;width:48px;}.blockquote__image__decoration{align-items:center;background-color:#dfe8f0;color:#7f849e;display:flex;font-size:18px;justify-content:center;z-index:1;}.blockquote__image__decoration:before{height:50%;}.image-decoration-content-block{padding-top:140px;position:relative;}.image-decoration-content-block:after{background-color:#f4f7fd;border-radius:50%;content:"";height:120px;left:125px;position:absolute;top:26px;width:120px;z-index:0;}.image-decoration-content-block__image{height:178px;left:0;position:absolute;top:0;width:178px;z-index:1;}.image-decoration-content-block__image img{border-radius:50%;height:100%;object-fit:cover;width:100%;}.image-decoration-content-block__content{background-color:#fff;border-radius:1rem;padding:1rem;position:relative;z-index:3;}.image-decoration-content-block__content .wp-block-heading{margin:0 0 16px;}.image-decoration-content-block__content .wp-block-offbeatwp-button{margin-top:20px !important;}@media (min-width:768px){.image-decoration-content-block{padding-top:0;}.image-decoration-content-block:after{height:200px;left:125px;top:0;width:200px;}.image-decoration-content-block__image{height:298px;left:-100px;top:-50px;width:298px;z-index:1;}.image-decoration-content-block__content{margin-top:-1.4em;padding:1.875rem;}}