@charset "UTF-8";

html {
  width: 100%;
  max-width: 100%;
}

body {
  position: relative;
  font-family: "Open Sans", sans-serif;
  color: #040404;
  font-size: 16px;
  line-height: 1.375;
  background: #fff;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  -webkit-transition: opacity, background;
  transition: opacity, background;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

body.no-hero {
  padding-top: 218px;
}

.hide-body-animation body {
  opacity: 0;
}

body:before {
  z-index: -1;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  display: block;
  cursor: pointer;
  background: #8C734B;
  opacity: 0;
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity, visibility;
  transition: opacity, visibility;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.mobile-open body:before {
  z-index: 999999999999999;
  width: 100%;
  height: 100%;
}

.mobile-style body:before {
  opacity: 0.5;
  visibility: visible;
}

a,
button {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: color, background, border;
  transition: color, background, border;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

a:hover,
button:hover {
  color: #8C734B;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: normal;
  font-style: normal;
  font-family: "amandine", sans-serif;
  color: inherit;
  margin: 0;
  padding: 0;
}

h1.h-arrow,
h2.h-arrow,
h3.h-arrow,
h4.h-arrow,
h5.h-arrow,
h6.h-arrow {
  padding-left: 30px;
}

h1.h-arrow:before,
h2.h-arrow:before,
h3.h-arrow:before,
h4.h-arrow:before,
h5.h-arrow:before,
h6.h-arrow:before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 21px;
  height: 1em;
  display: block;
  background: url("../images/icon-h-arrow.svg") no-repeat center center/100% 100%;
}

h1 {
  font-size: 45px;
  line-height: 1.2604166667;
  margin-bottom: 20px;
}

h2 {
  font-size: 24px;
  line-height: 1.2083333333;
  font-family: "adobe-garamond-pro", serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #786444;
  margin-bottom: 13px;
}

h5 {
  font-size: 16px;
  line-height: 1.375;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 5px;
}

p {
  margin-bottom: 20px;
}

ul {
  list-style: none;
  padding-left: 1.5rem;
}

ul li {
  position: relative;
}

ul li:before {
  content: "•";
  position: absolute;
  right: calc(100% + 10px);
}

blockquote.quote {
  z-index: 1;
  position: relative;
  font-size: 23px;
  line-height: 1.652173913;
  font-family: "adobe-garamond-pro", serif;
  font-weight: normal;
  margin: 20px 0;
  padding: 25px 0;
  border-top: 2px solid #8C734B;
  border-bottom: 2px solid #8C734B;
}

blockquote.quote + * {
  margin-top: 50px;
}

blockquote.quote:before {
  z-index: 10;
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  width: 38.36px;
  height: 20.92px;
  display: block;
  border-right: 10px solid #fff;
  background: url("../images/icon-ldquo.svg") no-repeat center center/100% 100% #fff;
}

blockquote.quote:after {
  z-index: 10;
  content: "";
  position: absolute;
  bottom: -16px;
  right: 0;
  width: 38.36px;
  height: 20.92px;
  display: block;
  border-left: 10px solid #fff;
  background: url("../images/icon-rdquo.svg") no-repeat right center/100% 100% #fff;
}

blockquote.quote p,
blockquote.quote q {
  margin-bottom: 15px;
}

blockquote.quote q {
  display: block;
}

blockquote.quote q:before,
blockquote.quote q:after {
  display: none;
}

blockquote.quote + cite {
  z-index: 20;
  position: relative;
  top: -34px;
  left: -1px;
  max-width: calc(100% - 100px);
  padding-right: 35px;
  margin-top: 0;
  background: #fff;
}

cite {
  position: relative;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: "adobe-garamond-pro", serif;
  padding-left: 25px;
  display: inline-block;
  color: #786444;
}

cite:before {
  content: "—";
  position: absolute;
  top: 0;
  left: 0;
}

.leading {
  font-size: 19px;
  line-height: 1.3684210526;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #013E2C;
}

.big {
  font-size: 20px;
  line-height: 1.75;
  margin-bottom: 22px;
}

.button {
  position: relative;
  font-size: 14px;
  line-height: 1.3571428571;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  padding: 10px;
  display: inline-block;
  background: #00573D;
  text-decoration: none !important;
}

.button.btn-gold {
  color: #040404;
  background: #FFE991;
}

.button.btn-gold:hover {
  color: #040404;
  background: #fff;
}

.button.btn-header {
  padding: 5px;
  color: #040404;
  background: #fff;
}

.button.btn-header:hover {
  color: #040404;
  background: #FFE991;
}

.button.btn-dark {
  color: #fff;
  background: #040404;
}

.button:hover {
  color: #fff;
  background: #040404;
}

.icon-angle {
  position: relative;
  padding-right: 20px;
  display: inline-block;
}

.icon-angle:before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  width: 12px;
  height: 12px;
  display: block;
  background: url("../images/icon-angle.svg") no-repeat center center/100% 100%;
  -webkit-transition: right;
  transition: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

a:hover .icon-angle:before {
  right: -3px;
}

.icon-download {
  position: relative;
  padding-right: 20px;
  display: inline-block;
}

.icon-download:before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  width: 12px;
  height: 12px;
  display: block;
  background: url("../images/icon-download.svg") no-repeat center center/100% 100%;
}

.btn-dark .icon-download:after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  width: 12px;
  height: 12px;
  display: block;
  background: url("../images/icon-download-white.svg") no-repeat center center/100% 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity, visibility;
  transition: opacity, visibility;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.btn-dark .icon-download:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity, visibility;
  transition: opacity, visibility;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.btn-dark:hover .icon-download:after {
  opacity: 0;
  visibility: hidden;
}

.btn-dark:hover .icon-download:before {
  opacity: 1;
  visibility: visible;
}

.tab {
  position: relative;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  padding: 8px 20px;
  margin-bottom: 5px;
  display: inline-block;
  background: #040404;
  border: 4px solid #786444;
  border-radius: 65px;
  text-decoration: none !important;
}

.tab:hover {
  color: #fff;
  background: #040404;
}

.tab.active {
  background: #786444;
}

figure img {
  width: auto;
  height: auto;
}

figure.img img {
  max-width: 100%;
}

figure.full img {
  width: 100%;
}

figure.fig {
  margin: 50px 0;
}

figure.fig img {
  width: 100%;
  border-bottom: 10px solid #8C734B;
}

figure.bordered {
  border-bottom: 10px solid #8C734B;
}

figure.bordered img {
  width: 100%;
}

figure.svg {
  position: relative;
  padding: 50% 0 0;
}

figure.svg svg,
figure.svg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.sig {
  font-size: 20px;
  line-height: 1.2;
  font-family: "adobe-garamond-pro", serif;
  font-weight: normal;
}

figure.sig img {
  max-width: 100%;
  margin-bottom: 22px;
  display: block;
}

figure.sig strong {
  font-weight: bold;
  display: block;
}

.footnotes {
  position: relative;
  margin-left: 1em;
}

.footnotes .note {
  position: absolute;
  right: 100%;
  font-size: 0.9em;
  white-space: nowrap;
}

.footnotes.small {
  font-size: 13px;
}

#header {
  z-index: 99999999999999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 59px 0 20px;
}

#logo {
  width: 235.88px;
  height: 32.53px;
}

#logo .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-index #logo {
  display: none;
}

#main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#main-menu ul li:before {
  display: none;
}

#main-menu a:not(.button) {
  color: #fff;
  text-decoration: none;
}

#main-menu a:not(.button):hover {
  color: #FFE991;
}

#main-menu .row .col {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

#navicon {
  z-index: 20;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 48px;
  height: 48px;
  font-size: 14px;
  color: #040404;
  display: block;
  background: #fff;
  border: 0 none;
  -webkit-transition: opacity, background, color;
  transition: opacity, background, color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

#navicon:hover {
  opacity: 1;
}

#navicon:hover {
  color: #00573D;
  background: #FFE991;
  opacity: 1;
}

html:not(.mobile-style) #navicon:hover .navicon,
#navicon:hover .navicon:before,
#navicon:hover .navicon:after {
  background: #00573D;
}

.mobile-style #navicon {
  position: fixed;
  background: #040404;
}

.navicon {
  top: calc(50% - 2px);
}

.navicon,
.navicon:before,
.navicon:after {
  position: absolute;
  left: calc(50% - 11px);
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: #040404;
  display: block;
  -webkit-transition: top, background, -webkit-transform;
  transition: top, background, -webkit-transform;
  transition: top, transform, background;
  transition: top, transform, background, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.navicon:before,
.navicon:after {
  content: "";
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navicon:before {
  top: -6px;
}

.navicon:after {
  top: 6px;
}

.header-light .navicon,
.header-light .navicon:before,
.header-light .navicon:after {
  background: #fff;
}

.mobile-style .navicon {
  background: transparent;
}

.mobile-style .navicon:before,
.mobile-style .navicon:after {
  top: 0;
  background: #fff;
}

.mobile-style .navicon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-style .navicon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-style #navicon:hover .navicon:before,
.mobile-style #navicon:hover .navicon:after {
  background: #FFE991;
}

.panel {
  font-size: 16px;
  margin-bottom: 20px;
}

.panel > .panel-body {
  padding: 68px 15px 66px;
  background: rgba(200, 200, 200, 0.1);
  border: 1px solid #8C734B;
}

.panel .panel-title {
  font-size: 25px;
  line-height: 1.2666666667;
  font-weight: 500;
  font-family: "amandine", sans-serif;
  margin-bottom: 18px;
}

.panel p {
  margin-bottom: 18px;
}

.panel .panel-image {
  width: 45%;
  margin: 0 0 20px 15px;
  text-align: center;
  float: right;
}

.panel .panel-image img {
  max-width: 100%;
}

.ceo-thumbnail img {
  width: 100%;
}

.figure-banking-solutions .item {
  position: relative;
  padding: 93% 0 0;
  overflow: hidden;
  background: #8C734B;
}

.figure-banking-solutions .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

#tabs {
  text-align: center;
}

table {
  width: 100%;
}

table.table-capital-ratios th {
  color: #fff;
  background: #040404;
}

table.table-capital-ratios th,
table.table-capital-ratios td {
  text-align: center;
  padding: 13px 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #786444;
}

table.table-capital-ratios th:first-child,
table.table-capital-ratios td:first-child {
  text-align: left;
  padding-left: 0;
  border-left: 0 none;
  background: transparent;
}

.table {
  color: inherit;
  font-size: 18px;
  line-height: 1.2;
  border-bottom: 2px solid #8C734B;
}

.table > :not(:first-child) {
  border: 0 none;
}

.table > :not(caption) > * > * {
  border: 0 none;
}

.table td,
.table th {
  padding: 10px 16px;
  vertical-align: bottom;
}

.table td:first-child,
.table th:first-child {
  padding-left: 30px;
  text-indent: -15px;
  max-width: 440px;
}

.table td:first-child .td,
.table th:first-child .td {
  max-width: none;
  min-width: 200px;
}

.table td:not(:first-child),
.table th:not(:first-child) {
  white-space: nowrap;
}

.table td:nth-child(2),
.table th:nth-child(2) {
  background: rgba(232, 185, 9, 0.2);
}

.table td:nth-child(3) .td,
.table th:nth-child(3) .td {
  max-width: 118px;
}

.table td.ps-0,
.table th.ps-0 {
  text-indent: 0;
  font-weight: bold;
}

.table td {
  border: 0 none;
  text-align: right;
}

.table td:first-child {
  text-align: left;
}

.table .td {
  position: relative;
  display: block;
  max-width: 127px;
  margin: 0 auto;
  padding: 0 1em;
}

.table .td-dollar span:before {
  content: "$";
  position: absolute;
  right: calc(100% - 18px);
}

.table thead th {
  font-weight: normal;
  border-top: 2px solid #8C734B;
  border-bottom: 2px solid #8C734B;
  text-align: right;
}

.table thead th:first-child {
  text-align: left;
}

.table .has-percent {
  display: block;
  margin-right: -16px;
}

.table .firstline {
  display: block;
  max-width: 470px;
  padding-left: 20px;
  text-indent: -20px;
  white-space: normal;
}

.financial-stats {
  position: relative;
  color: #fff;
  text-align: center;
  background: #040404;
  margin-top: 57px;
  padding: 80px 20px 108px;
  border-top: 10px solid #8C734B;
}

.financial-stats .row {
  position: relative;
}

.number {
  font-size: 60px;
  line-height: 1.1979166667;
  font-family: "adobe-garamond-pro", serif;
  font-weight: bold;
}

.number-text {
  font-size: 20px;
  line-height: 1.375;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.corp + .corp {
  margin-top: 35px;
}

.corp-shorter .corp + .corp {
  margin-top: 20px;
}

.corp:last-child {
  margin-bottom: 35px;
}

.corp h2 {
  margin-bottom: 6px;
  max-width: 350px;
}

.leader + .leader {
  margin-top: 25px;
}

.leader .big {
  font-weight: bold;
  font-size: 19px;
  color: #013E2C;
}

.testimonials-archive h2 {
  color: #040404;
  font-size: 40px;
  font-family: "amandine", sans-serif;
  font-weight: 500;
  text-transform: none;
  padding-bottom: 5px;
  margin: 88px 0 52px;
  border-bottom: 10px solid #8C734B;
}

.row-monials-4 > * {
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.row-monials-6 > * {
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.testimonial {
  font-size: 18px;
  line-height: 1.2222222222;
  font-family: "adobe-garamond-pro", serif;
  font-weight: bold;
  color: #040404;
  margin-bottom: 30px;
}

.testimonial a {
  text-decoration: none !important;
}

.testimonial .testimonial-figure {
  position: relative;
  width: 100%;
  padding: 70% 0 0;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonial .testimonial-figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.testimonial .testimonial-figure.pos-top img {
  -o-object-position: center top;
  object-position: center top;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1434px;
}

.wrapper.wide {
  max-width: 1716px;
}

.wrapper.full {
  max-width: 1746px;
}

.row.row0 {
  margin-left: 0;
  margin-right: 0;
}

.row.row0 > * {
  padding-left: 0;
  padding-right: 0;
}

.row.row8 {
  margin-left: -8px;
  margin-right: -8px;
}

.row.row8 > * {
  padding-left: 8px;
  padding-right: 8px;
}

.row.row20 {
  margin-left: -20px;
  margin-right: -20px;
}

.row.row20 > * {
  padding-left: 20px;
  padding-right: 20px;
}

.row.row-5cols {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.row-5cols > * {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

#main {
  padding: 70px 0 0;
}

#page-header {
  z-index: 20;
  position: relative;
  font-size: 20px;
  line-height: 1.35;
  color: #fff;
  padding: 218px 0 50px;
  background: #000;
  border-bottom: 10px solid #8C734B;
}

.page-index #page-header {
  height: 100vh;
  min-height: 500px;
  border: 0 none;
}

.page-index #page-header .home-logo {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/hero-homepage.png") no-repeat center center/auto 100%;
}

.page-index #page-header #scrolldown {
  z-index: 20;
  top: auto;
  bottom: 65px;
  left: calc(50% - 18px);
}

.page-index #page-header .wrapper {
  z-index: 10;
  position: relative;
}

.page-private-banking #page-header {
  padding-bottom: 20px;
}

.home-animation {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #70551D;
}

.home-animation img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 120%;
  opacity: 0.8;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: home-flash-1 1.5s ease-in-out infinite;
  animation: home-flash-1 1.5s ease-in-out infinite;
}

.home-animation img:nth-child(1) {
  opacity: 1;
}

.home-animation img:nth-child(2) {
  -webkit-animation-name: home-flash-2;
  animation-name: home-flash-2;
}

.home-animation img:nth-child(3) {
  -webkit-animation-name: home-flash-3;
  animation-name: home-flash-3;
}

.home-animation img:nth-child(4) {
  -webkit-animation-name: home-flash-4;
  animation-name: home-flash-4;
}

.home-animation img:nth-child(5) {
  -webkit-animation-name: home-flash-5;
  animation-name: home-flash-5;
}

.home-animation img:nth-child(6) {
  -webkit-animation-name: home-flash-6;
  animation-name: home-flash-6;
}

.home-animation img:nth-child(7) {
  -webkit-animation-name: home-flash-7;
  animation-name: home-flash-7;
}

.home-animation img:nth-child(8) {
  -webkit-animation-name: home-flash-8;
  animation-name: home-flash-8;
}

.home-animation img:nth-child(9) {
  -webkit-animation-name: home-flash-9;
  animation-name: home-flash-9;
}

.home-animation img:nth-child(10) {
  -webkit-animation-name: home-flash-10;
  animation-name: home-flash-10;
}

.title-wrap {
  position: relative;
}

#scrolldown {
  position: absolute;
  top: 50%;
  right: 0;
  width: 36px;
  height: 60px;
  display: block;
  border: 0 none;
  background: transparent;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#scrolldown .angle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  display: block;
  background: url("../images/angle.svg") no-repeat center center;
  -webkit-animation: angle-fade 1s ease-in-out 1.6s infinite;
  animation: angle-fade 1s ease-in-out 1.6s infinite;
}

#scrolldown .angle:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

#scrolldown .angle:nth-child(3) {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.page-message-to-shareholders #scrolldown {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.page-strength-and-stability #scrolldown {
  top: auto;
  bottom: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.equal-columns > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.equal-columns > * > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.equal-columns > * > *,
.equal-columns > * > * > * {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

#tabs {
  padding-top: 5px;
}

.t-hero {
  position: relative;
  margin-top: 70px;
  height: 538px;
  border-bottom: 10px solid #8C734B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.t-hero img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-navigation {
  margin-top: 70px;
}

.testimonial-navigation .row {
  margin-left: -5px;
  margin-right: -5px;
}

.testimonial-navigation .row > * {
  padding-left: 5px;
  padding-right: 5px;
}

.testimonial-navigation .button {
  display: block;
}

.testimonial-navigation .button:hover {
  color: #fff;
  background: #00573D;
}

.testimonial-navigation .button-all {
  position: relative;
  font-size: 16px;
  line-height: 1.2;
  padding: 15px;
  display: inline-block;
  text-decoration: none !important;
  border-radius: 4px;
}

.testimonial-navigation .button-all:before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 9px;
  background: url("../images/icon-all.svg") no-repeat center center/cover;
}

.testimonial-navigation .col.monial-prev {
  width: 50%;
  max-width: 50%;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.testimonial-navigation .col.monial-prev .button {
  padding-left: 30px;
}

.testimonial-navigation .col.monial-prev .button i {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.testimonial-navigation .col.monial-next {
  width: 50%;
  max-width: 50%;
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.testimonial-navigation .col.monial-next .button {
  padding-right: 30px;
}

.testimonial-navigation .col.monial-next .button i {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.testimonial-navigation .col.monial-all {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.monial-images {
  margin-bottom: 34px;
}

.monial-images.wrapper {
  max-width: 1516px;
}

.monial-images > .row {
  margin-left: -8px;
  margin-right: -8px;
}

.monial-images > .row > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 8px;
  padding-right: 8px;
}

.monial-images figure {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 220px;
  margin: 0 0 16px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.monial-images figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.monial-images figure.object-contain {
  background: #fff;
}

.monial-images figure.object-contain img {
  -o-object-fit: contain;
  object-fit: contain;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-center .flex-wrap {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-end .flex-wrap {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.bar-chart-wrapper {
  width: 325px;
  max-width: 100%;
  margin: 0;
}

.bar-chart-wrapper h6 {
  font-size: 14px;
  line-height: 1.2857142857;
  max-width: 300px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  border: 0 none;
  margin-bottom: 13px;
}

.bar-chart-wrapper h6 small {
  display: block;
  font-size: 14px;
  line-height: 1.3571428571;
  color: #040404;
  font-weight: normal;
  text-transform: none;
}

.bar-chart {
  position: relative;
  width: 100%;
  height: 135px;
  margin: 0 0 60px;
}

.bar-chart:after {
  content: "";
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  width: 92.8%;
  height: 1px;
  display: block;
  background: #000;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.bar-chart .item {
  position: absolute;
  bottom: 0;
  height: 100%;
}

.bar-chart .item.active .bar {
  background: #231F20;
  font-weight: bold;
}

.bar-chart .item.active .key,
.bar-chart .item.active .value {
  color: #231F20;
}

.bar-chart .bar {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 65px;
  max-width: 95%;
  background: #8C734B;
  will-change: height;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: height 0.5s linear 0.3s;
  transition: height 0.5s linear 0.3s;
}

.bar-chart:not(.is-inview) .bar {
  height: 0 !important;
}

.bar-chart:not(.is-inview) .value,
.bar-chart:not(.is-inview) .yoy-growth {
  opacity: 0;
}

.bar-chart .key {
  position: absolute;
  bottom: -22px;
  left: 50%;
  font-size: 12px;
  line-height: 1.3333333333;
  color: #8C734B;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.bar-chart .value {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: calc(100% + 1px);
  font-size: 15px;
  line-height: 1.2;
  font-family: "amandine", sans-serif;
  font-weight: bold;
  color: #8C734B;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.bar-chart-axis {
  position: relative;
  width: 300px;
  max-width: 100%;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: #77787B;
  line-height: 1;
  padding-left: 50px;
}

.bar-chart-axis .yaxis {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
}

.bar-chart-axis .yaxis .item {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  line-height: 0;
  padding-right: 20px;
  text-align: right;
}

.bar-chart-axis .yaxis .item:first-child {
  top: 0;
}

.bar-chart-axis .yaxis .item:nth-child(2) {
  top: 33.75px;
}

.bar-chart-axis .yaxis .item:nth-child(3) {
  top: 67.5px;
}

.bar-chart-axis .yaxis .item:nth-child(4) {
  top: 101.25px;
}

.bar-chart-axis .yaxis .item:nth-child(5) {
  top: 135px;
}

.bar-chart-axis .yaxis .item:nth-child(6) {
  top: 168.75px;
}

.bar-chart-axis .yaxis.yaxis-4 .item:first-child {
  top: 0;
}

.bar-chart-axis .yaxis.yaxis-4 .item:nth-child(2) {
  top: 45px;
}

.bar-chart-axis .yaxis.yaxis-4 .item:nth-child(3) {
  top: 90px;
}

.bar-chart-axis .yaxis.yaxis-4 .item:nth-child(4) {
  top: 135px;
}

.bar-chart-axis .yaxis.yaxis-5 .item:first-child {
  top: 0;
}

.bar-chart-axis .yaxis.yaxis-5 .item:nth-child(2) {
  top: 33.75px;
}

.bar-chart-axis .yaxis.yaxis-5 .item:nth-child(3) {
  top: 67.5px;
}

.bar-chart-axis .yaxis.yaxis-5 .item:nth-child(4) {
  top: 101.25px;
}

.bar-chart-axis .yaxis.yaxis-5 .item:nth-child(5) {
  top: 135px;
}

.bar-chart-axis .yaxis.yaxis-6 .item:first-child {
  top: 0;
}

.bar-chart-axis .yaxis.yaxis-6 .item:nth-child(2) {
  top: 27px;
}

.bar-chart-axis .yaxis.yaxis-6 .item:nth-child(3) {
  top: 54px;
}

.bar-chart-axis .yaxis.yaxis-6 .item:nth-child(4) {
  top: 81px;
}

.bar-chart-axis .yaxis.yaxis-6 .item:nth-child(5) {
  top: 108px;
}

.bar-chart-axis .yaxis.yaxis-6 .item:nth-child(6) {
  top: 135px;
}

.bar-chart-axis .yaxis.yaxis-7 .item:first-child {
  top: 0;
}

.bar-chart-axis .yaxis.yaxis-7 .item:nth-child(2) {
  top: 22.5px;
}

.bar-chart-axis .yaxis.yaxis-7 .item:nth-child(3) {
  top: 45px;
}

.bar-chart-axis .yaxis.yaxis-7 .item:nth-child(4) {
  top: 67.5px;
}

.bar-chart-axis .yaxis.yaxis-7 .item:nth-child(5) {
  top: 90px;
}

.bar-chart-axis .yaxis.yaxis-7 .item:nth-child(6) {
  top: 112.5px;
}

.bar-chart-axis .yaxis.yaxis-7 .item:nth-child(7) {
  top: 135px;
}

.bar-chart-axis .yaxis.yaxis-8 .item:first-child {
  top: 0;
}

.bar-chart-axis .yaxis.yaxis-8 .item:nth-child(2) {
  top: 19.2857142857px;
}

.bar-chart-axis .yaxis.yaxis-8 .item:nth-child(3) {
  top: 38.5714285714px;
}

.bar-chart-axis .yaxis.yaxis-8 .item:nth-child(4) {
  top: 57.8571428571px;
}

.bar-chart-axis .yaxis.yaxis-8 .item:nth-child(5) {
  top: 77.1428571429px;
}

.bar-chart-axis .yaxis.yaxis-8 .item:nth-child(6) {
  top: 96.4285714286px;
}

.bar-chart-axis .yaxis.yaxis-8 .item:nth-child(7) {
  top: 115.7142857143px;
}

.bar-chart-axis .yaxis.yaxis-8 .item:nth-child(8) {
  top: 135px;
}

.yoy-growth {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #333;
  opacity: 1;
  border-bottom: 2px solid #333;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.yoy-growth:before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 10px;
  height: 2px;
  display: block;
  background: #333;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.yoy-growth:after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 10px;
  height: 2px;
  display: block;
  background: #333;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

#chart-total-loans .yoy-growth {
  bottom: 86%;
  left: 47%;
  width: 39%;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

#chart-diluted-earnings .yoy-growth {
  bottom: 86%;
  left: 50%;
  width: 42%;
  -webkit-transform: rotate(-24deg);
  -ms-transform: rotate(-24deg);
  transform: rotate(-24deg);
}

#chart-net-income .yoy-growth {
  bottom: 45%;
  left: 55px;
  width: 78%;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

#footer {
  font-size: 14px;
  text-align: center;
  margin-top: 78px;
}

#footer .footer-inner {
  position: relative;
  margin-top: -145px;
  padding: 190px 0 33px;
  background: rgba(0, 0, 0, 0.1);
}

#footer .row .col {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

#footer .footer-item {
  padding: 5px 10px;
  display: block;
}

#footer .footer-item.footer-date {
  padding-right: 24px;
  color: #040404;
  display: block;
}

#footer .cc {
  margin-top: 40px;
}

.footer-download {
  z-index: 10;
  position: relative;
  font-size: 26px;
  line-height: 1.25;
  font-family: "amandine", sans-serif;
  color: #fff;
  text-align: center;
  padding: 43px 20px 47px;
  background: url("../images/footer-lines-left.png") no-repeat left center/auto auto, url("../images/footer-lines-right.png") no-repeat right center/auto auto, #786444;
}

.footer-download .button {
  margin-top: 5px;
}

@-webkit-keyframes home-flash-1 {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  50% {
    -webkit-transform: translate(-30%, -30%);
    transform: translate(-30%, -30%);
  }

  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@keyframes home-flash-1 {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  50% {
    -webkit-transform: translate(-30%, -30%);
    transform: translate(-30%, -30%);
  }

  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@-webkit-keyframes home-flash-2 {
  0% {
    -webkit-transform: translate(-40%, -10%);
    transform: translate(-40%, -10%);
  }

  50% {
    -webkit-transform: translate(-40%, 200%);
    transform: translate(-40%, 200%);
  }

  100% {
    -webkit-transform: translate(-40%, -10%);
    transform: translate(-40%, -10%);
  }
}

@keyframes home-flash-2 {
  0% {
    -webkit-transform: translate(-40%, -10%);
    transform: translate(-40%, -10%);
  }

  50% {
    -webkit-transform: translate(-40%, 200%);
    transform: translate(-40%, 200%);
  }

  100% {
    -webkit-transform: translate(-40%, -10%);
    transform: translate(-40%, -10%);
  }
}

@-webkit-keyframes home-flash-3 {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  50% {
    -webkit-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
  }

  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@keyframes home-flash-3 {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  50% {
    -webkit-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
  }

  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@-webkit-keyframes home-flash-4 {
  0% {
    -webkit-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%);
  }

  50% {
    -webkit-transform: translate(-30%, -30%);
    transform: translate(-30%, -30%);
  }

  100% {
    -webkit-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%);
  }
}

@keyframes home-flash-4 {
  0% {
    -webkit-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%);
  }

  50% {
    -webkit-transform: translate(-30%, -30%);
    transform: translate(-30%, -30%);
  }

  100% {
    -webkit-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%);
  }
}

@-webkit-keyframes home-flash-5 {
  0% {
    -webkit-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
  }

  50% {
    -webkit-transform: translate(-10%, -50%);
    transform: translate(-10%, -50%);
  }

  100% {
    -webkit-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
  }
}

@keyframes home-flash-5 {
  0% {
    -webkit-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
  }

  50% {
    -webkit-transform: translate(-10%, -50%);
    transform: translate(-10%, -50%);
  }

  100% {
    -webkit-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
  }
}

@-webkit-keyframes home-flash-6 {
  0% {
    -webkit-transform: translate(-80%, -50%);
    transform: translate(-80%, -50%);
  }

  50% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  100% {
    -webkit-transform: translate(-80%, -50%);
    transform: translate(-80%, -50%);
  }
}

@keyframes home-flash-6 {
  0% {
    -webkit-transform: translate(-80%, -50%);
    transform: translate(-80%, -50%);
  }

  50% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  100% {
    -webkit-transform: translate(-80%, -50%);
    transform: translate(-80%, -50%);
  }
}

@-webkit-keyframes home-flash-7 {
  0% {
    -webkit-transform: translate(-110%, -50%);
    transform: translate(-110%, -50%);
  }

  50% {
    -webkit-transform: translate(-90%, -60%);
    transform: translate(-90%, -60%);
  }

  100% {
    -webkit-transform: translate(-110%, -50%);
    transform: translate(-110%, -50%);
  }
}

@keyframes home-flash-7 {
  0% {
    -webkit-transform: translate(-110%, -50%);
    transform: translate(-110%, -50%);
  }

  50% {
    -webkit-transform: translate(-90%, -60%);
    transform: translate(-90%, -60%);
  }

  100% {
    -webkit-transform: translate(-110%, -50%);
    transform: translate(-110%, -50%);
  }
}

@-webkit-keyframes home-flash-8 {
  0% {
    -webkit-transform: translate(-110%, -50%);
    transform: translate(-110%, -50%);
  }

  50% {
    -webkit-transform: translate(-90%, -60%);
    transform: translate(-90%, -60%);
  }

  100% {
    -webkit-transform: translate(-110%, -50%);
    transform: translate(-110%, -50%);
  }
}

@keyframes home-flash-8 {
  0% {
    -webkit-transform: translate(-110%, -50%);
    transform: translate(-110%, -50%);
  }

  50% {
    -webkit-transform: translate(-90%, -60%);
    transform: translate(-90%, -60%);
  }

  100% {
    -webkit-transform: translate(-110%, -50%);
    transform: translate(-110%, -50%);
  }
}

@-webkit-keyframes home-flash-9 {
  0% {
    -webkit-transform: translate(-110%, -50%);
    transform: translate(-110%, -50%);
  }

  50% {
    -webkit-transform: translate(-90%, -60%);
    transform: translate(-90%, -60%);
  }

  100% {
    -webkit-transform: translate(-110%, -50%);
    transform: translate(-110%, -50%);
  }
}

@keyframes home-flash-9 {
  0% {
    -webkit-transform: translate(-110%, -50%);
    transform: translate(-110%, -50%);
  }

  50% {
    -webkit-transform: translate(-90%, -60%);
    transform: translate(-90%, -60%);
  }

  100% {
    -webkit-transform: translate(-110%, -50%);
    transform: translate(-110%, -50%);
  }
}

@-webkit-keyframes angle-fade {
  0% {
    opacity: 0.2;
  }

  50% {
    opacity: 0.9;
  }

  100% {
    opacity: 0.2;
  }
}

@keyframes angle-fade {
  0% {
    opacity: 0.2;
  }

  50% {
    opacity: 0.9;
  }

  100% {
    opacity: 0.2;
  }
}

.d-ib {
  display: inline-block;
}

.rel {
  position: relative;
}

.align-right,
.alignright {
  float: right;
  margin-top: 20px;
  margin-left: 15px;
  margin-bottom: 20px;
  max-width: 50%;
}

.align-right img,
.alignright img {
  max-width: 100%;
}

mark {
  color: red;
  background: pink;
  padding: 3px 5px 0;
}

.z-0 {
  z-index: 0;
}

.z-5 {
  z-index: 5;
}

.z-10 {
  z-index: 10;
}

.z-15 {
  z-index: 15;
}

.z-20 {
  z-index: 20;
}

.z-25 {
  z-index: 25;
}

.z-30 {
  z-index: 30;
}

@media (min-width: 567px) {
  h1 {
    font-size: 60px;
  }

  .tab {
    font-size: 16px;
    padding: 12px 32px;
  }

  .panel .panel-title {
    font-size: 30px;
  }

  .row-monials-4 > * {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.3333333333%;
    flex: 1 0 33.3333333333%;
  }

  .row-monials-6 > * {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.3333333333%;
    flex: 1 0 33.3333333333%;
  }
}

@media screen and (min-width: 567px) {
  .row.row-5cols > * {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 70px;
  }

  .two-columns {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }

  .two-columns li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }

  .two-columns.p-break p {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }

  .financial-stats .row:before,
  .financial-stats .row:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 33.3333333333%;
    height: 80%;
    width: 4px;
    display: block;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .financial-stats .row:after {
    left: 66.6666666667%;
  }

  .number {
    font-size: 40px;
  }

  #footer .footer-item {
    padding: 10px;
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .row.row-5cols > * {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.3333333333%;
    flex: 1 0 33.3333333333%;
  }

  .testimonial-navigation .button {
    display: inline-block;
  }

  .testimonial-navigation .col.monial-prev {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: calc(50% - 95px);
    max-width: calc(50% - 95px);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 95px);
    flex: 1 0 calc(50% - 95px);
  }

  .testimonial-navigation .col.monial-next {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: calc(50% - 95px);
    max-width: calc(50% - 95px);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 95px);
    flex: 1 0 calc(50% - 95px);
  }

  .testimonial-navigation .col.monial-all {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: auto;
    max-width: 190px;
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 80px;
  }

  blockquote.quote.aside {
    margin-left: 50px;
  }

  blockquote.quote.aside:before {
    left: auto;
    right: calc(100% + 1px);
  }

  blockquote.quote.aside + cite {
    margin-left: 50px;
  }

  .story-right {
    padding-left: 100px;
  }

  .panel {
    margin-bottom: 0;
  }

  .panel .panel-title {
    font-size: 28px;
  }

  .panel .panel-image {
    margin: -85px -25px 0 10px;
  }

  .ceo-thumbnail {
    margin-top: 162px;
    height: 0;
  }

  .figure-banking-solutions {
    height: 0;
  }

  .figure-banking-solutions {
    height: 0;
  }

  .message-charts {
    padding-top: 200px;
  }

  #tabs {
    height: 0;
    text-align: left;
  }

  .number {
    font-size: 70px;
  }

  .number-text {
    font-size: 32px;
  }

  .leader-columns > *:first-child .leader-column {
    padding-right: 50px;
    border-right: 3px solid #8C734B;
  }

  .leader-columns > *:last-child .leader-column {
    padding-left: 50px;
  }

  .row-monials-6 > * {
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
  }

  #page-header {
    padding-bottom: 120px;
  }

  .page-private-banking #page-header {
    padding-bottom: 100px;
  }

  #footer .row .col.col-left {
    width: calc(100% - 210px);
    max-width: calc(100% - 210px);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 210px);
    flex: 1 0 calc(100% - 210px);
  }

  #footer .row .col.col-right {
    width: 210px;
    max-width: 210px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 210px;
    flex: 1 0 210px;
  }

  #footer {
    text-align: left;
  }

  #footer .footer-item {
    padding: 0 24px 0 0;
  }

  #footer .footer-item.footer-date {
    display: inline-block;
  }

  #footer .cc {
    margin-top: 0;
  }

  .footer-download {
    font-size: 40px;
    min-height: 246px;
    padding: 73px 20px 67px;
  }
}

@media screen and (min-width: 992px) {
  .row.row-5cols > * {
    width: 20%;
    max-width: 20%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
  }

  .aside-flat {
    width: 100%;
    float: right;
    height: 0;
  }

  .monial-images figure {
    height: 283px;
  }
}

@media (min-width: 1000px) {
  .page-index #header .button.button {
    color: #040404;
    background: #FFE991;
  }

  .page-index #header .button:hover.button {
    color: #040404;
    background: #fff;
  }

  #logo {
    position: absolute;
    top: 54px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .page-index #main-menu a:not(.button) {
    color: #FFE991;
  }

  .page-index #main-menu a:not(.button):hover {
    color: #fff;
  }

  #main-menu {
    font-size: 14px;
    line-height: 1.3571428571;
  }

  #main-menu ul {
    margin-left: -10px;
    margin-right: -10px;
  }

  #main-menu ul li {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }

  #main-menu .menu-item-active .menu-item-inner {
    position: relative;
    display: block;
  }

  #main-menu .menu-item-active .menu-item-inner:after {
    content: "";
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    height: 2px;
    display: block;
    background: #8C734B;
  }

  #main-menu .col-right {
    text-align: right;
  }

  .no-hero #main-menu a:not(.button) {
    color: #040404;
  }

  .no-hero #main-menu a:not(.button):hover {
    color: #786444;
  }

  #main-menu .row .col {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  #navicon {
    display: none;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 96px;
  }

  blockquote.quote.aside {
    margin-left: 100px;
  }

  blockquote.quote.aside + cite {
    margin-left: 100px;
  }

  .row-monials-4 > * {
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
  }

  .row-monials-6 > * {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 16.6666666667%;
    flex: 1 0 16.6666666667%;
  }

  .content-right {
    padding-left: 167px;
  }
}

@media (min-width: 1400px) {
  #main-menu br {
    display: none;
  }

  .number {
    font-size: 96px;
  }
}

@media (min-width: 1470px) {
  h1.h-arrow,
  h2.h-arrow,
  h3.h-arrow,
  h4.h-arrow,
  h5.h-arrow,
  h6.h-arrow {
    padding-left: 0;
  }

  h1.h-arrow:before,
  h2.h-arrow:before,
  h3.h-arrow:before,
  h4.h-arrow:before,
  h5.h-arrow:before,
  h6.h-arrow:before {
    left: auto;
    right: calc(100% + 5px);
  }
}

@media (min-width: 1500px) {
  h1.h-arrow:before,
  h2.h-arrow:before,
  h3.h-arrow:before,
  h4.h-arrow:before,
  h5.h-arrow:before,
  h6.h-arrow:before {
    right: calc(100% + 19px);
  }

  .footnotes {
    margin-left: 0;
  }
}

@media (max-width: 1399px) {
  #header {
    padding-top: 49px;
  }
}

@media (max-width: 999px) {
  #logo {
    position: absolute;
    top: 30px;
    left: 20px;
    max-width: calc(100% - 70px);
  }

  #main-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: opacity, visibility, -webkit-transform;
    transition: opacity, visibility, -webkit-transform;
    transition: opacity, visibility, transform;
    transition: opacity, visibility, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }

  #main-menu a:not(.button) {
    color: #040404;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    display: block;
  }

  #main-menu a:not(.button):hover {
    color: #00573D;
  }

  #main-menu a:not(.button) br {
    display: none;
  }

  #main-menu a.button {
    font-size: 20px;
    color: #fff;
    padding: 10px 20px;
    margin: 100px 20px 30px;
    display: block;
    background: #040404;
  }

  #main-menu a.button .icon-download {
    display: block;
  }

  #main-menu a.button .icon-download:before {
    background-image: url("../images/icon-download-white.svg");
  }

  #main-menu a.button .icon-download:after {
    display: none;
  }

  #main-menu a.button:hover {
    background: #00573D;
  }

  #main-menu .menu-item-active .menu-link {
    color: #00573D;
  }

  .mobile-open #main-menu {
    width: 400px;
    height: 100vh;
    max-width: 90%;
    padding-top: 100px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .mobile-style #main-menu {
    opacity: 1;
    visibility: visible;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .no-hero #main {
    padding-top: 0;
  }
}

@media (max-width: 992px) {
  .footer-download {
    background-size: auto 150%;
    background-position: -10px center, 100% center;
  }
}

@media (max-width: 991px) {
  blockquote.quote {
    margin-top: 50px;
  }

  blockquote.quote + cite {
    margin-bottom: 40px;
  }

  .names {
    margin-bottom: 50px;
  }

  .t-hero {
    margin-top: 0;
  }

  .member-fdic {
    margin-left: 1.5em;
  }
}

@media (max-width: 768px) {
  .footer-download {
    background-position: -10px center, 100% center;
  }
}

@media (max-width: 767px) {
  .table .firstline {
    min-width: 40%;
  }

  .table {
    font-size: 14px;
  }

  .table .td-dollar span:before {
    right: calc(100% - 14px);
  }

  .table-responsive {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .financial-stats .row > * {
    position: relative;
  }

  .financial-stats .row > * + * {
    margin-top: 50px;
    padding-top: 50px;
  }

  .financial-stats .row > * + *:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 4px;
    display: block;
    background: #fff;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }

  #scrolldown {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-navigation .col.monial-prev,
  .testimonial-navigation .col.monial-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .testimonial-navigation .col.monial-prev > .button,
  .testimonial-navigation .col.monial-next > .button {
    width: auto;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1200px) and (min-width: 1000px) {
  #logo {
    left: 44%;
  }
}

@media (min-width: 1400px), (min-width: 768px) and (max-width: 991px) {
  .panel > .panel-body {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .ceo-thumbnail {
    margin-top: 110px;
  }
}
/*# sourceMappingURL=maps/style.css.map */
