﻿/*#region COLORS*/
/*#endregion*/
/*#region TYPOGRAPHY*/
/*#endregion*/
/*#region LAYOUT*/
/*#endregion*/
/*#region VARIOUS*/
/*#endregion*/
/*#region FORMS*/
/*#endregion*/
/*#region PATHS*/
/*#endregion*/
/*#region icons*/
/*#endregion*/
/*#region POSITIONS*/
/*#endregion*/
/*#region Gradients*/
/*#endregion*/
/*#region BACKGROUND*/
/*#endregion*/
/*#region FORMS*/
/*#endregion*/
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: grab; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.v-select {
  position: relative;
  font-family: inherit; }

.v-select, .v-select * {
  box-sizing: border-box; }

@keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

.vs__fade-enter-active, .vs__fade-leave-active {
  pointer-events: none;
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1); }

.vs__fade-enter, .vs__fade-leave-to {
  opacity: 0; }

.vs--disabled .vs__clear, .vs--disabled .vs__dropdown-toggle, .vs--disabled .vs__open-indicator, .vs--disabled .vs__search, .vs--disabled .vs__selected {
  cursor: not-allowed;
  background-color: #f8f8f8; }

.v-select[dir=rtl] .vs__actions {
  padding: 0 3px 0 6px; }

.v-select[dir=rtl] .vs__clear {
  margin-left: 6px;
  margin-right: 0; }

.v-select[dir=rtl] .vs__deselect {
  margin-left: 0;
  margin-right: 2px; }

.v-select[dir=rtl] .vs__dropdown-menu {
  text-align: right; }

.vs__dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  padding: 0 0 4px;
  background: none;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  white-space: normal; }

.vs__selected-options {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative; }

.vs__actions {
  display: flex;
  align-items: center;
  padding: 4px 6px 0 3px; }

.vs--searchable .vs__dropdown-toggle {
  cursor: text; }

.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer; }

.vs--open .vs__dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.vs__open-indicator {
  fill: rgba(60, 60, 60, 0.5);
  transform: scale(1);
  transition: transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855); }

.vs--open .vs__open-indicator {
  transform: rotate(180deg) scale(1); }

.vs--loading .vs__open-indicator {
  opacity: 0; }

.vs__clear {
  fill: rgba(60, 60, 60, 0.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px; }

.vs__dropdown-menu {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff; }

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

.vs__dropdown-option {
  line-height: 1.42857143;
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap; }

.vs__dropdown-option:hover {
  cursor: pointer; }

.vs__dropdown-option--highlight {
  background: #5897fb;
  color: #fff; }

.vs__dropdown-option--disabled {
  background: inherit;
  color: rgba(60, 60, 60, 0.5); }

.vs__dropdown-option--disabled:hover {
  cursor: inherit; }

.vs__selected {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0;
  padding: 0 .25em;
  z-index: 0; }

.vs__deselect {
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, 0.5);
  text-shadow: 0 1px 0 #fff; }

.vs--single .vs__selected {
  background-color: transparent;
  border-color: transparent; }

.vs--single.vs--open .vs__selected {
  position: absolute;
  opacity: .4; }

.vs--single.vs--searching .vs__selected {
  display: none; }

.vs__search::-webkit-search-cancel-button {
  display: none; }

.vs__search::-ms-clear, .vs__search::-webkit-search-decoration, .vs__search::-webkit-search-results-button, .vs__search::-webkit-search-results-decoration {
  display: none; }

.vs__search, .vs__search:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0;
  padding: 0 7px;
  background: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  flex-grow: 1;
  z-index: 1; }

.vs__search::-webkit-input-placeholder {
  color: inherit; }

.vs__search::-moz-placeholder {
  color: inherit; }

.vs__search:-ms-input-placeholder {
  color: inherit; }

.vs__search::-ms-input-placeholder {
  color: inherit; }

.vs__search::placeholder {
  color: inherit; }

.vs--unsearchable .vs__search {
  opacity: 1; }

.vs--unsearchable:not(.vs--disabled) .vs__search:hover {
  cursor: pointer; }

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: .2; }

.vs__spinner {
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border: 0.9em solid rgba(100, 100, 100, 0.1);
  border-left-color: rgba(60, 60, 60, 0.45);
  transform: translateZ(0);
  animation: vSelectSpinner 1.1s linear infinite;
  transition: opacity .1s; }

.vs__spinner, .vs__spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em; }

.vs--loading .vs__spinner {
  opacity: 1; }

/* component style */
.vue-slider-disabled {
  opacity: 0.5;
  cursor: not-allowed; }

/* rail style */
.vue-slider-rail {
  background-color: #ccc;
  border-radius: 15px; }

/* process style */
.vue-slider-process {
  background-color: #3498db;
  border-radius: 15px; }

/* mark style */
.vue-slider-mark {
  z-index: 4; }

.vue-slider-mark:first-child .vue-slider-mark-step, .vue-slider-mark:last-child .vue-slider-mark-step {
  display: none; }

.vue-slider-mark-step {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.16); }

.vue-slider-mark-label {
  font-size: 14px;
  white-space: nowrap; }

/* dot style */
.vue-slider-dot-handle {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32); }

.vue-slider-dot-handle-focus {
  box-shadow: 0px 0px 1px 2px rgba(52, 152, 219, 0.36); }

.vue-slider-dot-handle-disabled {
  cursor: not-allowed;
  background-color: #ccc; }

.vue-slider-dot-tooltip-inner {
  font-size: 14px;
  white-space: nowrap;
  padding: 2px 5px;
  min-width: 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  border-color: #3498db;
  background-color: #3498db;
  box-sizing: content-box; }

.vue-slider-dot-tooltip-inner::after {
  content: "";
  position: absolute; }

.vue-slider-dot-tooltip-inner-top::after {
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-top-color: inherit; }

.vue-slider-dot-tooltip-inner-bottom::after {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-bottom-color: inherit; }

.vue-slider-dot-tooltip-inner-left::after {
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-left-color: inherit; }

.vue-slider-dot-tooltip-inner-right::after {
  right: 100%;
  top: 50%;
  transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-right-color: inherit; }

.vue-slider-dot-tooltip-wrapper {
  opacity: 0;
  transition: all 0.3s; }

.vue-slider-dot-tooltip-wrapper-show {
  opacity: 1; }

.slick-track *:focus {
  outline: none !important; }

.slick-slide {
  outline: none !important; }
  .slick-slide:focus {
    outline: none !important; }

.slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  margin: 0;
  padding: 0;
  list-style: none; }
  .slick-dots li {
    position: relative;
    margin: 0 7px;
    line-height: 0px; }
    @media screen and (max-width: 760px) {
      .slick-dots li {
        margin: 0 4px; } }
  .slick-dots button {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    border-radius: 0;
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    color: transparent;
    font-size: 0;
    line-height: 0;
    background-color: transparent;
    border: 1px solid #231f20;
    outline: none;
    transition: background .2s; }
    .slick-dots button[href] {
      cursor: pointer; }
    .slick-dots button[type="button"], .slick-dots button[type="reset"], .slick-dots button[type="submit"] {
      -webkit-appearance: none;
      -moz-appearance: none; }
  .slick-dots li.slick-active button {
    background-color: #231f20; }
  @media screen and (max-width: 760px) {
    .slick-dots {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 760px) and (max-width: 760px) {
    .slick-dots {
      padding-left: 10px;
      padding-right: 10px; } }

.slick-arrow-holder {
  margin-top: 40px;
  text-align: center; }
  .slick-arrow-holder button {
    margin: 0 10px; }

.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #aa9c70;
  background: #fff 50% 50% no-repeat; }

.slick-prev {
  background-image: url("../../imgs/privateBanking2020/arrows/link-arrow-prev.png"); }

.slick-next {
  background-image: url("../../imgs/privateBanking2020/arrows/link-arrow.png"); }

.vs__dropdown-toggle {
  padding: 11px 0;
  border-radius: 0;
  border-color: #aa9c70; }

.vs__search {
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  color: #aa9c70; }
  .vs__search::-webkit-input-placeholder {
    opacity: 1;
    font-size: 1rem;
    line-height: 1;
    font-weight: bold;
    color: #aa9c70; }
  .vs__search:-moz-placeholder {
    opacity: 1;
    font-size: 1rem;
    line-height: 1;
    font-weight: bold;
    color: #aa9c70; }
  .vs__search::-moz-placeholder {
    opacity: 1;
    font-size: 1rem;
    line-height: 1;
    font-weight: bold;
    color: #aa9c70; }
  .vs__search:-ms-input-placeholder {
    opacity: 1;
    font-size: 1rem;
    line-height: 1;
    font-weight: bold;
    color: #aa9c70; }
  .vs__search:focus::-webkit-input-placeholder {
    color: transparent; }
  .vs__search:focus:-moz-placeholder {
    color: transparent; }
  .vs__search:focus::-moz-placeholder {
    color: transparent; }
  .vs__search:focus:-ms-input-placeholder {
    color: transparent; }
  .vs__search.placeholder {
    font-size: 1rem;
    line-height: 1;
    font-weight: bold;
    color: #aa9c70; }

.vs__search, .vs__search:focus {
  margin: 0; }

.vs__selected {
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  color: #aa9c70;
  margin: 0; }

.vs__dropdown-menu {
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  color: #aa9c70;
  border-radius: 0; }

.vs__dropdown-option {
  padding-left: 7px;
  padding-right: 7px; }
  .vs__dropdown-option--highlight {
    background: #aa9c70; }

.vs__open-indicator {
  width: 23px;
  height: 13px;
  background: 50% 50% no-repeat url("../../imgs/privateBanking2020/arrows/down-large-black.svg");
  background-size: contain; }
  .vs__open-indicator path {
    display: none; }

.vs__clear {
  width: 15px; }

.vue-slider {
  cursor: pointer; }

.vue-slider-rail {
  background-color: #aa9c70;
  height: 1px; }

.vue-slider-process {
  background: none; }

.vue-slider-mark {
  cursor: pointer; }

.vue-slider-mark-label {
  font-size: 1rem;
  font-weight: bold;
  color: #aa9c70; }
  .vue-slider-mark-label:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    height: 10px;
    border-left: 1px solid #aa9c70;
    border-right: 1px solid #aa9c70; }

.vue-slider-rtl .vue-slider-mark-label, .vue-slider-ltr .vue-slider-mark-label {
  top: auto !important;
  bottom: 100%;
  margin: 0 0 13px; }

.vue-slider-dot-handle {
  background: #aa9c70;
  box-shadow: none; }

.vue-slider-dot-tooltip-inner {
  background-color: #eae6db;
  color: #aa9c70;
  border-color: #aa9c70; }

.title-decoration:after {
  content: '';
  display: block;
  width: 146px;
  height: 11px;
  margin: 8px auto 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../imgs/privateBanking2020/symbols/title-decoration.png"); }
  @media screen and (max-width: 760px) {
    .title-decoration:after {
      margin-top: 6px; } }

.title-decoration--wht:after {
  background-image: url("../../imgs/privateBanking2020/symbols/title-decoration-wht.png"); }

@media screen and (max-width: 760px) {
  .hidden-phone {
    display: none !important; } }

@media (min-width: 761px) {
  .hidden-desktop {
    display: none !important; } }

@media screen and (max-width: 760px) {
  html .oneColumn--nopad, html .homeSection--nopad {
    width: 100%; } }

@media screen and (max-width: 760px) {
  html .oneColumn--nopad .RightColumn, html .homeSection--nopad .RightColumn {
    width: calc(100% - 20px);
    padding-left: 30px;
    padding-right: 30px; } }
  @media screen and (max-width: 760px) and (max-width: 760px) {
    html .oneColumn--nopad .RightColumn, html .homeSection--nopad .RightColumn {
      padding-left: 10px;
      padding-right: 10px; } }

.alerts {
  border: 1px solid #aa9c70;
  padding: 20px;
  font-size: 1rem; }
  .alerts.warning {
    border-color: orange; }

.btn {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 45px;
  min-width: 210px;
  padding: 0 10px;
  justify-content: center;
  background: #aa9c70;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  /*background-color: $c-purple;*/
  box-shadow: none;
  transition: all .2s ease-out;
  cursor: pointer;
  text-align: center;
  /*&.is-loading {
        font-size: 0;
        background: $c-grey-bg;
        cursor: default;

        .e-loader {
            &:after {
                width: 30px;
                height: 30px;
            }
        }
    }*/
  /*&[type="button"], &[type="reset"], &[type="submit"] {
        min-width: 170px;
    }*/ }
  .btn[href] {
    cursor: pointer; }
  .btn[type="button"], .btn[type="reset"], .btn[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none; }
  .btn:focus {
    outline: none;
    box-shadow: none; }
  .btn:hover, .btn:focus {
    background-color: #81744d;
    color: #fff; }
  .btn[disabled] {
    opacity: .5;
    cursor: not-allowed; }
    .btn[disabled]:hover {
      background-color: #aa9c70; }
  @media screen and (max-width: 760px) {
    .btn {
      width: 100%; } }
  .btn--arrow {
    position: relative;
    padding-right: 55px;
    border: 1px solid #aa9c70;
    background: #fff;
    color: #aa9c70;
    justify-content: flex-start;
    box-sizing: border-box;
    font-size: 1.25rem; }
    .btn--arrow:after {
      content: '';
      width: 45px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      background-color: #aa9c70;
      background-size: auto;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("../../imgs/privateBanking2020/arrows/btn-arrow.png");
      transition: all .2s ease-out; }
    .btn--arrow:hover, .btn--arrow:focus {
      background-color: #fff;
      border-color: #a09160;
      color: #a09160; }
      .btn--arrow:hover:after, .btn--arrow:focus:after {
        background-color: #a09160; }
  .btn--block {
    display: block;
    width: 100%; }

.form-control {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  width: 100%;
  height: 45px;
  padding: 0 10px;
  background-color: #fff;
  border: 1px solid #aa9c70;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 400;
  color: #231f20;
  transition: all .2s ease-out; }
  .form-control::-webkit-input-placeholder {
    font-weight: 400;
    font-style: italic;
    color: #231f20; }
  .form-control:-moz-placeholder {
    font-weight: 400;
    font-style: italic;
    color: #231f20; }
  .form-control::-moz-placeholder {
    opacity: 1;
    font-weight: 400;
    font-style: italic;
    color: #231f20; }
  .form-control:-ms-input-placeholder {
    font-weight: 400;
    font-style: italic;
    color: #231f20; }
  .form-control:focus::-webkit-input-placeholder {
    /* Do something if $p was not passed */
    font-weight: 400;
    font-style: italic;
    color: #231f20; }
  .form-control:focus:-moz-placeholder {
    /* Do something if $p was not passed */
    font-weight: 400;
    font-style: italic;
    color: #231f20; }
  .form-control:focus::-moz-placeholder {
    /* Do something if $p was not passed */
    font-weight: 400;
    font-style: italic;
    color: #231f20; }
  .form-control:focus:-ms-input-placeholder {
    /* Do something if $p was not passed */
    font-weight: 400;
    font-style: italic;
    color: #231f20; }
  .form-control:focus {
    outline: none;
    box-shadow: none;
    box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.2); }
  .form-control:disabled, .form-control[readonly] {
    cursor: not-allowed;
    background-color: #fafafa;
    color: #727272; }
  .form-control.has-error, .form-control.error, .form-control.input-validation-error, .form-control.input-validation-error-custom {
    border-color: #f00; }

textarea {
  display: block; }
  textarea.form-control {
    padding: 5px 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 160px;
    font-size: 0.9375rem;
    line-height: 1.33333;
    color: #231f20;
    overflow: auto;
    resize: vertical;
    width: 100% !important; }
    .ui-wrapper textarea.form-control {
      height: 100% !important; }
  textarea ~ .ui-resizable-s {
    width: 22px;
    height: 22px;
    bottom: 0;
    left: auto;
    right: 0;
    background-image: url("../../imgs/privateBanking2020/misc/textarea-resize.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center; }

.input-wrap--textarea .ui-wrapper {
  padding-bottom: 0 !important; }

.field-validation-error {
  display: block;
  padding: 5px 0;
  font-size: 0.8125rem;
  color: #f00;
  font-style: italic; }

.custom-inpts {
  position: relative; }
  .custom-inpts input[type="checkbox"] {
    position: absolute;
    left: -999em; }
    .custom-inpts input[type="checkbox"] ~ label {
      display: inline-block;
      position: relative;
      padding-left: 41px;
      cursor: pointer;
      font-size: 0.875rem; }
      .custom-inpts input[type="checkbox"] ~ label:before, .custom-inpts input[type="checkbox"] ~ label:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 21px;
        height: 21px;
        transition: all .2s ease-out; }
      .custom-inpts input[type="checkbox"] ~ label:before {
        background-color: #fff;
        border: 1px solid #aa9c70; }
      .custom-inpts input[type="checkbox"] ~ label:after {
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center;
        background-image: url("../../imgs/privateBanking2020/misc/tick.png");
        opacity: 0; }
    .custom-inpts input[type="checkbox"].input-validation-error ~ label:before {
      border-color: #f00; }
  .custom-inpts input[type="checkbox"]:not(:checked) ~ label:after {
    opacity: 0; }
  .custom-inpts input[type="checkbox"]:checked ~ label:after {
    opacity: 1; }
  .custom-inpts input[type="checkbox"]:disabled:not(:checked) ~ label:before,
  .custom-inpts input[type="checkbox"]:disabled:checked ~ label:before {
    opacity: 0.5;
    cursor: not-allowed; }
  .custom-inpts input[type="checkbox"]:disabled ~ label,
  .custom-inpts input[type="checkbox"][readonly] ~ label {
    cursor: not-allowed;
    pointer-events: none; }
  .custom-inpts ~ .field-validation-error {
    padding-left: 41px;
    margin-top: 5px; }

.input-wrap {
  position: relative; }
  .input-wrap label {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    color: #aa9c70;
    padding: 0 10px;
    margin-bottom: 10px; }
  .input-wrap .field-validation-error {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    left: 10px; }
    @media screen and (max-width: 760px) {
      .input-wrap .field-validation-error {
        position: relative;
        transform: none; } }
  .input-wrap--textarea .ui-wrapper {
    width: 100% !important;
    padding-bottom: 0 !important;
    min-height: 160px;
    overflow: visible !important; }

.s-strip, .s-corp-tabs, .s-logo-grid, .s-branches, .s-profile-hero, .s-bankers-app, .s-insights-app, .s-testimonials, .s-location, .s-awards-app {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px; }
  .s-strip *, .s-corp-tabs *, .s-logo-grid *, .s-branches *, .s-profile-hero *, .s-bankers-app *, .s-insights-app *, .s-testimonials *, .s-location *, .s-awards-app *, .s-strip *:before, .s-corp-tabs *:before, .s-logo-grid *:before, .s-branches *:before, .s-profile-hero *:before, .s-bankers-app *:before, .s-insights-app *:before, .s-testimonials *:before, .s-location *:before, .s-awards-app *:before, .s-strip *:after, .s-corp-tabs *:after, .s-logo-grid *:after, .s-branches *:after, .s-profile-hero *:after, .s-bankers-app *:after, .s-insights-app *:after, .s-testimonials *:after, .s-location *:after, .s-awards-app *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  @media screen and (max-width: 760px) {
    .s-strip, .s-corp-tabs, .s-logo-grid, .s-branches, .s-profile-hero, .s-bankers-app, .s-insights-app, .s-testimonials, .s-location, .s-awards-app {
      margin-bottom: 35px; } }
  .s-strip:last-child, .s-corp-tabs:last-child, .s-logo-grid:last-child, .s-branches:last-child, .s-profile-hero:last-child, .s-bankers-app:last-child, .s-insights-app:last-child, .s-testimonials:last-child, .s-location:last-child, .s-awards-app:last-child {
    margin-bottom: 0; }
  .s-strip__head {
    text-align: center; }
  .s-strip__title, .s-testimonials__title {
    margin-bottom: 30px;
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 700;
    color: #231f20; }
  .s-strip__text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0.9375rem;
    color: #231f20; }
  @media screen and (max-width: 760px) {
    .s-strip__phone-pad {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 760px) and (max-width: 760px) {
    .s-strip__phone-pad {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 760px) {
    .s-strip__title, .s-testimonials__title {
      margin-bottom: 20px; } }

.s-hero-carousel {
  position: relative;
  margin-top: -50px;
  height: 580px; }
  .s-hero-carousel *, .s-hero-carousel *:before, .s-hero-carousel *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  @media (min-width: 2561px) {
    .s-hero-carousel {
      height: 1035px; } }
  .s-hero-carousel .slick-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .s-hero-carousel .pagewrapper {
    position: relative; }
  .s-hero-carousel .slick-track, .s-hero-carousel__slide, .s-hero-carousel .pagewrapper {
    height: 100%; }
  .s-hero-carousel__slide {
    position: relative;
    overflow: hidden; }
    .s-hero-carousel__slide__bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: auto 100%; }
    .s-hero-carousel__slide__cont {
      position: absolute;
      top: 47%;
      right: 0;
      transform: translateY(-50%);
      width: calc(100% - 510px - 30px);
      padding: 35px 45px 60px 25px;
      margin-top: 30px;
      background: #231f20;
      color: #fff; }
      .s-hero-carousel__slide__cont__decor span {
        display: block;
        position: absolute;
        background: #fff; }
        .s-hero-carousel__slide__cont__decor span:nth-child(1) {
          top: -30px;
          left: -30px;
          width: 100%;
          height: 2px; }
        .s-hero-carousel__slide__cont__decor span:nth-child(2) {
          top: -30px;
          right: 30px;
          width: 2px;
          height: 100%; }
        .s-hero-carousel__slide__cont__decor span:nth-child(3) {
          bottom: 30px;
          left: -30px;
          width: 100%;
          height: 2px; }
          .s-hero-carousel__slide__cont__decor span:nth-child(3):before {
            content: '';
            width: 50px;
            height: 15px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            background-repeat: no-repeat;
            background-size: auto;
            background-position: center;
            background-image: url("../../imgs/privateBanking2020/symbols/private-frame-logo-wht.png");
            background-color: #231f20; }
        .s-hero-carousel__slide__cont__decor span:nth-child(4) {
          top: -30px;
          left: -30px;
          width: 2px;
          height: 100%; }
    .s-hero-carousel__slide__title {
      font-size: 2.1875rem;
      line-height: 1.22857;
      font-weight: 700; }
    .s-hero-carousel__slide__desc {
      font-size: 0.9375rem;
      line-height: 1.53333;
      margin-top: 10px; }
    .s-hero-carousel__slide__btn {
      margin-top: 20px; }
  .s-hero-carousel .slick-dots {
    position: absolute;
    bottom: 40px; }
    .s-hero-carousel .slick-dots button {
      width: 14px;
      height: 14px;
      border-color: #81744d; }
    .s-hero-carousel .slick-dots li.slick-active button {
      background-color: #81744d; }
  .s-hero-carousel .app-youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; }
    .s-hero-carousel .app-youtube iframe {
      height: 100%; }
    .s-hero-carousel .app-youtube:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .s-hero-carousel .app-youtube .player {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
    .s-hero-carousel .app-youtube .playerImg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: 50% 0 no-repeat;
      background-size: cover;
      backface-visibility: hidden;
      /*@include scr-desktops {
                display: none;
            }*/ }
    .s-hero-carousel .app-youtube .e-play-video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 2; }
      @media (min-width: 761px) {
        .s-hero-carousel .app-youtube .e-play-video {
          display: none; } }
  @media (max-width: 1279.98px) and (min-width: 992px) {
    .s-hero-carousel {
      height: 520px; } }
  @media screen and (max-width: 760px) {
    .s-hero-carousel {
      height: auto;
      margin-top: 23px;
      margin-bottom: -20px;
      padding-bottom: 40px;
      border-bottom: 1px solid #e2e2e3; }
      .s-hero-carousel .slick-list {
        position: relative;
        height: auto; }
        body .s-hero-carousel .slick-list {
          padding: 0 !important; }
      .s-hero-carousel .slick-track, .s-hero-carousel__slide, .s-hero-carousel .pagewrapper {
        height: auto; }
      .slick-slider .s-hero-carousel__slide {
        padding-bottom: 15px; }
      .s-hero-carousel__slide__bg {
        position: relative;
        height: 0;
        padding-bottom: 60.9%;
        background-size: cover; }
      .s-hero-carousel__slide__cont {
        padding: 15px 20px 20px;
        position: relative;
        top: 0;
        transform: none;
        width: calc(100% - 40px);
        margin: 0 auto;
        margin-top: -20px;
        padding-left: 20px;
        padding-right: 20px; }
        .s-hero-carousel__slide__cont__decor {
          display: none; }
      .s-hero-carousel__slide__title {
        font-size: 1.5625rem; }
      .s-hero-carousel__slide--light-grey .s-hero-carousel__slide__cont {
        border: 1px solid #aa9c70; }
      .s-hero-carousel .slick-dots {
        bottom: 16px; }
        .s-hero-carousel .slick-dots li:only-child {
          display: none; } }

.s-hero-inner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  .s-hero-inner *, .s-hero-inner *:before, .s-hero-inner *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .s-hero-inner__img {
    max-width: 630px;
    height: 250px;
    margin-left: auto;
    background: 50% 50% no-repeat;
    background-size: cover; }
    @media screen and (max-width: 760px) {
      .s-hero-inner__img {
        height: 193px; } }
  @media (min-width: 761px) {
    .s-hero-inner__text-wrap {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); } }
  @media screen and (max-width: 760px) {
    .s-hero-inner__text-wrap {
      position: relative;
      top: -55px;
      margin-bottom: -55px;
      padding: 0 20px; } }
  .s-hero-inner__text {
    background-color: #231f20;
    max-width: 630px;
    width: 100%;
    padding: 40px 50px;
    color: #fff; }
    @media screen and (max-width: 760px) {
      .s-hero-inner__text {
        padding: 20px; } }
    .s-hero-inner__text p {
      font-size: 1.875rem;
      margin: 0; }
      @media screen and (max-width: 760px) {
        .s-hero-inner__text p {
          font-size: 1.5625rem; } }
    .s-hero-inner__text__decor span {
      display: block;
      position: absolute;
      background: #fff; }
      .s-hero-inner__text__decor span:nth-child(1) {
        top: 14px;
        left: 14px;
        width: calc(100% - 28px);
        height: 2px; }
      .s-hero-inner__text__decor span:nth-child(2) {
        top: 14px;
        right: 14px;
        width: 2px;
        height: calc(100% - 28px); }
      .s-hero-inner__text__decor span:nth-child(3) {
        bottom: 14px;
        left: 14px;
        width: calc(100% - 28px);
        height: 2px; }
        .s-hero-inner__text__decor span:nth-child(3):before {
          content: '';
          width: 50px;
          height: 15px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          background-repeat: no-repeat;
          background-size: auto;
          background-position: center;
          background-image: url("../../imgs/privateBanking2020/symbols/private-frame-logo-wht.png");
          background-color: #231f20; }
      .s-hero-inner__text__decor span:nth-child(4) {
        top: 14px;
        left: 14px;
        width: 2px;
        height: calc(100% - 28px); }
  .s-hero-inner__nav {
    margin-top: 20px; }

.s-corp-tabs {
  color: #231f20; }
  .s-corp-tabs__nav {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #aa9c70;
    margin-bottom: 20px; }
    @media (min-width: 761px) {
      .s-corp-tabs__nav {
        display: flex;
        justify-content: center; } }
    @media screen and (max-width: 760px) {
      .s-corp-tabs__nav {
        padding-left: 20px;
        padding-right: 20px; } }
    .s-corp-tabs__nav .ui-tabs-tab {
      padding: 0 30px 22px;
      text-align: center;
      border-bottom: 7px solid transparent; }
      @media screen and (max-width: 760px) {
        .s-corp-tabs__nav .ui-tabs-tab {
          display: none; } }
      .s-corp-tabs__nav .ui-tabs-tab img {
        opacity: .2; }
    .s-corp-tabs__nav .ui-tabs-active {
      border-bottom-color: #aa9c70; }
      @media screen and (max-width: 760px) {
        .s-corp-tabs__nav .ui-tabs-active {
          display: block; } }
      .s-corp-tabs__nav .ui-tabs-active img {
        opacity: 1; }
  @media (min-width: 761px) {
    .s-corp-tabs__art {
      display: flex; } }
  @media screen and (max-width: 760px) {
    .s-corp-tabs__art {
      padding-left: 10px;
      padding-right: 10px; } }
  .s-corp-tabs__art__fig {
    align-self: flex-start;
    line-height: 1;
    font-size: 0;
    margin: 0;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15); }
    @media (min-width: 761px) {
      .s-corp-tabs__art__fig {
        width: 730px;
        margin-right: 30px; } }
    .s-corp-tabs__art__fig img {
      width: 100%; }
  .s-corp-tabs__art__txt {
    flex-basis: 0;
    flex-grow: 1;
    padding-top: 20px;
    font-size: 0.875rem; }
    @media (min-width: 761px) {
      .s-corp-tabs__art__txt {
        display: flex;
        flex-direction: column; } }
    @media screen and (max-width: 760px) {
      .s-corp-tabs__art__txt {
        padding-left: 10px;
        padding-right: 10px; } }
  .s-corp-tabs__art__head {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px; }
  .s-corp-tabs__art__nav {
    margin-top: 40px; }
    @media (min-width: 761px) {
      .s-corp-tabs__art__nav {
        margin-top: auto; } }
  .s-corp-tabs__dots {
    text-align: center;
    margin-bottom: 40px; }
    @media (min-width: 761px) {
      .s-corp-tabs__dots {
        display: none; } }
    .s-corp-tabs__dots__btn {
      margin: 0;
      padding: 0;
      border: none;
      background: none;
      cursor: pointer;
      -webkit-appearance: none;
      -moz-appearance: none;
      -webkit-border-radius: 0;
      border-radius: 0;
      outline: 0;
      margin: 0 15px;
      width: 10px;
      height: 10px;
      line-height: 10px;
      border: 1px solid #aa9c70; }
      .s-corp-tabs__dots__btn.active {
        background-color: #aa9c70; }

@media screen and (max-width: 760px) {
  .s-cards {
    padding-left: 30px;
    padding-right: 30px; } }
  @media screen and (max-width: 760px) and (max-width: 760px) {
    .s-cards {
      padding-left: 10px;
      padding-right: 10px; } }

.s-cards__cont {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px; }

.s-cards__col {
  width: 33.3333%;
  min-height: 420px;
  max-height: 560px;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (min-width: 761px) {
    .s-cards__col {
      margin: -10px 0; } }

@media screen and (max-width: 760px) {
  .s-cards__cont {
    margin: 0;
    display: block; }
  .s-cards__col {
    width: 100%;
    min-height: 235px;
    padding: 0 0 20px 0; }
    .s-cards__col:last-child {
      padding: 0; } }

.s-principles__cont {
  position: relative;
  padding: 0 30px 60px 30px; }
  .s-principles__cont:before {
    content: '';
    width: 100%;
    height: calc(100% - 167px);
    position: absolute;
    left: 0;
    top: 160px;
    border: 2px solid #eae6db; }
  .s-principles__cont:after {
    content: '';
    width: 50px;
    height: 15px;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-image: url("../../imgs/privateBanking2020/symbols/private-frame-logo.png");
    background-color: #fff; }

.s-principles__list {
  position: relative;
  display: flex;
  margin: 0 -12.5px; }

.s-principles__item {
  width: 20%;
  padding: 0 12.5px; }

.s-principles__card {
  position: relative;
  color: #231f20;
  height: 260px;
  text-align: center;
  transform-style: preserve-3d;
  box-shadow: 1px 4px 15px 3px rgba(0, 0, 0, 0.2);
  transition: all 1.5s; }
  .s-principles__card:hover {
    transform: rotateY(180deg); }
  .s-principles__card__front, .s-principles__card__back {
    overflow: hidden;
    backface-visibility: hidden; }
  .s-principles__card__front {
    background-color: #fff;
    display: flex;
    height: 100%;
    flex-direction: column; }
    .s-principles__card__front .s-principles__card__img {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      flex-grow: 1; }
    .s-principles__card__front .s-principles__card__title {
      text-align: center;
      padding: 5px 12px;
      color: #aa9c70; }
  .s-principles__card__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    transform: rotateY(180deg);
    padding: 40px 20px 20px 20px;
    text-align: center; }
    .s-principles__card__back .s-principles__card__title {
      margin-bottom: 24px;
      color: #aa9c70; }
  .s-principles__card__title {
    font-size: 0.9375rem;
    line-height: 1.53333;
    font-weight: 700; }
  .s-principles__card__desc {
    font-size: 0.75rem;
    line-height: 1.83333;
    font-weight: 700; }

.s-principles__lnk {
  margin-top: 35px;
  text-align: center; }

@media screen and (max-width: 760px) {
  .s-principles {
    overflow: hidden;
    margin-left: -2%;
    margin-right: -2%; }
    .s-principles__cont {
      padding-bottom: 35px; }
      .s-principles__cont:before {
        width: calc(100% - 40px);
        left: 20px; }
    .s-principles__list {
      margin: 0 -30px; }
    .s-principles__item {
      padding-bottom: 18px; }
    .s-principles__card {
      transform: none;
      height: auto; }
      .s-principles__card:hover {
        transform: none; }
      .s-principles__card__front {
        display: block; }
        .s-principles__card__front .s-principles__card__title {
          display: none; }
      .s-principles__card__back {
        position: relative;
        transform: none;
        padding-top: 20px; }
        .s-principles__card__back .s-principles__card__title {
          margin-bottom: 20px; }
      .s-principles__card__img {
        padding-bottom: 105%; }
    .s-principles .slick-list.draggable {
      padding: 0 40px !important; }
    .s-principles .slick-track {
      overflow: visible; }
    .s-principles__lnk {
      margin-top: 25px;
      padding: 0 20px; } }

@media screen and (max-width: 760px) {
  .s-banner {
    padding-left: 30px;
    padding-right: 30px; } }
  @media screen and (max-width: 760px) and (max-width: 760px) {
    .s-banner {
      padding-left: 10px;
      padding-right: 10px; } }

.s-banner__cont {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 25px;
  color: #fff; }

.s-banner__title {
  font-size: 2.1875rem;
  line-height: 1.22857;
  font-weight: 700; }

.s-banner__desc {
  font-size: 0.9375rem;
  margin-top: 7px; }

.s-banner__lnk {
  padding-top: 15px;
  flex-grow: 1;
  display: flex;
  align-items: flex-end; }

@media screen and (max-width: 760px) {
  .s-banner__cont {
    height: 435px;
    padding-top: 50px;
    padding-top: 30px;
    text-align: center; }
  .s-banner__desc {
    margin-top: 20px; } }

.s-logo-grid__grid {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden; }

.s-logo-grid__item {
  position: relative;
  width: 50%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px; }
  @media (min-width: 761px) {
    .s-logo-grid__item {
      width: 20%;
      height: 284px; } }
  .s-logo-grid__item img {
    max-height: 100%;
    max-width: 100%; }
  .s-logo-grid__item:before, .s-logo-grid__item:after {
    content: ''; }
  .s-logo-grid__item:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    width: 70%;
    border-bottom: 1px solid #aa9c70; }
  .s-logo-grid__item:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 70%;
    border-right: 1px solid #aa9c70; }
  @media (min-width: 761px) {
    .s-logo-grid__item:nth-child(5n+5):after {
      content: none; } }
  .s-logo-grid__item a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 170px;
    line-height: 170px;
    padding: 10px;
    line-height: 1; }
    @media screen and (max-width: 760px) {
      .s-logo-grid__item a {
        width: 140px;
        height: 140px;
        line-height: 140px; } }
    .s-logo-grid__item a span {
      opacity: 0;
      transition: opacity .2s;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      font-size: 0.875rem;
      color: #aa9c70;
      text-align: center; }
    .s-logo-grid__item a:hover span {
      opacity: 1; }

@media screen and (max-width: 760px) {
  .s-branches {
    padding-left: 30px;
    padding-right: 30px; } }
  @media screen and (max-width: 760px) and (max-width: 760px) {
    .s-branches {
      padding-left: 10px;
      padding-right: 10px; } }

.s-branches .b-branch {
  margin-bottom: 50px; }
  .s-branches .b-branch:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 760px) {
    .s-branches .b-branch {
      margin-bottom: 30px; }
      .s-branches .b-branch:last-child {
        margin-bottom: 0; } }

@media (min-width: 761px) {
  .s-profile-hero {
    display: flex; } }

@media screen and (max-width: 760px) {
  .s-profile-hero {
    padding-left: 10px;
    padding-right: 10px; } }

.s-profile-hero__fig {
  margin: 0;
  font-size: 0; }
  .s-profile-hero__fig img {
    max-width: 295px; }
    @media screen and (max-width: 760px) {
      .s-profile-hero__fig img {
        width: 100%;
        max-width: 100%; } }

@media (min-width: 761px) {
  .s-profile-hero__txt {
    padding-left: 20px; } }

.s-profile-hero__head {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px; }
  .s-profile-hero__head:last-child {
    margin-bottom: 0; }

.s-profile-hero__sub-head {
  font-size: 1rem;
  font-weight: bold;
  color: #aa9c70; }

.s-profile-hero__blq {
  margin: 30px 0 0;
  padding: 32px 0 0 30px;
  background: url("../../imgs/privateBanking2020/icons/quotes.png") 0 0 no-repeat;
  background-size: 40px;
  font-size: 1.875rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px; }
  .s-profile-hero__blq:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 760px) {
    .s-profile-hero__blq {
      padding: 30px 0 0 10px; } }

.s-profile-hero__auth {
  padding-left: 30px;
  font-size: 0.875rem;
  font-style: italic; }
  @media screen and (max-width: 760px) {
    .s-profile-hero__auth {
      padding-left: 10px; } }

@media screen and (max-width: 760px) {
  .s-bankers-app {
    padding-left: 10px;
    padding-right: 10px; } }

.s-bankers-app__bankers {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 1241px) {
    .s-bankers-app__bankers {
      margin-left: -10px;
      margin-right: -10px; } }

.s-bankers-app__banker-item {
  width: 33.33333%;
  padding: 10px; }
  @media screen and (max-width: 760px) {
    .s-bankers-app__banker-item {
      width: 100%;
      padding: 10px 0; } }

.s-bankers-app__filters {
  margin-bottom: 30px; }

.s-bankers-app__pager {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 761px) {
    .s-bankers-app__pager {
      margin-top: 50px;
      width: 33.33333%;
      padding: 0 7px; } }
  .s-bankers-app__pager .btn {
    width: 100%; }

@media screen and (max-width: 760px) {
  .s-insights-app {
    padding-left: 10px;
    padding-right: 10px; } }

.s-insights-app__results {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 1241px) {
    .s-insights-app__results {
      margin-left: -10px;
      margin-right: -10px; } }

.s-insights-app__result-item {
  width: 25%;
  padding: 10px; }
  @media screen and (max-width: 760px) {
    .s-insights-app__result-item {
      width: 100%;
      padding: 10px 0; } }

.s-insights-app__filters {
  margin-bottom: 30px; }

.s-insights-app__pager {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 761px) {
    .s-insights-app__pager {
      margin-top: 50px;
      width: 33.33333%;
      padding: 0 7px; } }
  .s-insights-app__pager .btn {
    width: 100%; }

@media screen and (max-width: 760px) {
  .s-testimonials {
    padding-left: 30px;
    padding-right: 30px; } }
  @media screen and (max-width: 760px) and (max-width: 760px) {
    .s-testimonials {
      padding-left: 10px;
      padding-right: 10px; } }

.s-testimonials__conts {
  border: 1px solid #aa9c70;
  background-color: #F7F7F7;
  padding: 40px 0; }

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

.s-testimonials__item {
  background: url("../../imgs/privateBanking2020/icons/quotes-large.png") 50% 0 no-repeat;
  padding: 0 200px;
  text-align: center; }
  @media screen and (max-width: 760px) {
    .s-testimonials__item {
      padding: 0 15px; } }
  .s-testimonials__item__blqt {
    margin: 0;
    padding: 30px 0 0;
    font-size: 0.875rem;
    margin-bottom: 30px; }
    .s-testimonials__item__blqt:last-child {
      margin-bottom: 0; }
  .s-testimonials__item__auth {
    font-size: 1.5625rem;
    margin-bottom: 10px; }
    .s-testimonials__item__auth:last-child {
      margin-bottom: 0; }
  .s-testimonials__item__type {
    font-size: 0.875rem; }

@media screen and (max-width: 760px) {
  .s-location {
    padding-left: 30px;
    padding-right: 30px; } }
  @media screen and (max-width: 760px) and (max-width: 760px) {
    .s-location {
      padding-left: 10px;
      padding-right: 10px; } }

@media (min-width: 761px) {
  .s-location.image-carousel {
    margin-bottom: 130px; } }

@media (min-width: 761px) {
  .s-location.image-carousel .b-image-carousel {
    margin-bottom: 0; } }

@media screen and (max-width: 760px) {
  .s-location.image-carousel .b-image-carousel {
    margin-bottom: 95px; } }

@media (min-width: 761px) {
  .s-location__row {
    display: flex; } }

@media (min-width: 761px) {
  .s-location__hero {
    width: 817px; } }

.s-location__hero .b-image-carousel {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 761px) {
    .s-location__hero .b-image-carousel {
      min-height: 100%; } }

@media (min-width: 761px) {
  .s-location__details {
    padding-left: 20px;
    flex-grow: 1; } }

.s-location__details .b-branch__txt {
  padding-bottom: 15px;
  padding-top: 0; }
  @media screen and (max-width: 760px) {
    .s-location__details .b-branch__txt {
      padding-left: 10px; } }

.s-location__details .b-branch__fig {
  border: 1px solid #aa9c70; }
  @media (min-width: 761px) {
    .s-location__details .b-branch__fig {
      width: 100%; } }

@media screen and (max-width: 760px) {
  .s-awards-app {
    padding-left: 10px;
    padding-right: 10px; } }

.s-awards-app__filters {
  margin-bottom: 30px; }

.s-awards-app__result-item {
  margin-bottom: 40px; }
  .s-awards-app__result-item:last-child {
    margin-bottom: 0; }

.s-principles-wide__item:not(:last-child) {
  margin-bottom: 40px; }

@media (min-width: 761px) {
  .s-principles-wide {
    margin-bottom: 80px; }
    .s-principles-wide__item:nth-child(even) .b-principle-wide__cont {
      flex-direction: row-reverse; } }

@media screen and (max-width: 760px) {
  .s-principles-wide {
    padding: 0 10px; }
    .s-principles-wide__item:not(:last-child) {
      margin-bottom: 30px; } }

.s-contact-form {
  color: #231f20; }
  .s-contact-form:last-child {
    margin-bottom: 20px; }
  .s-contact-form__head {
    margin-bottom: 30px; }
    .s-contact-form__head *:last-child {
      margin-bottom: 0; }
  .s-contact-form__title {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 10px; }
  .s-contact-form__desc {
    font-size: 0.9375rem;
    line-height: 1.46667; }
  .s-contact-form__row {
    display: flex;
    margin: 0 -5px; }
    .s-contact-form__row:not(:last-child) {
      margin-bottom: 30px; }
  .s-contact-form__col {
    width: 33.333%;
    padding: 0 5px; }
    .s-contact-form__col--full {
      width: 100%; }
    .s-contact-form__col--captcha {
      padding-top: 34px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start; }
  .s-contact-form__submit {
    margin-top: 50px; }
  .s-contact-form fieldset {
    margin-bottom: 40px; }
    .s-contact-form fieldset legend {
      font-size: 1.25rem;
      line-height: 1.4;
      font-weight: 700;
      margin-bottom: 10px; }
  .s-contact-form__note {
    font-size: 0.875rem;
    font-style: italic;
    margin-top: 40px;
    padding: 0 10px; }
  @media screen and (max-width: 760px) {
    .s-contact-form__row {
      display: block; }
    .s-contact-form__col {
      width: 100%; }
      .s-contact-form__col:not(:last-child) {
        margin-bottom: 35px; }
      .s-contact-form__col--captcha {
        padding-top: 0; }
    .s-contact-form fieldset {
      margin-bottom: 45px; } }

.s-form-result__cont {
  text-align: center;
  color: #231f20;
  max-width: 750px;
  margin: 40px auto 0; }

.s-form-result__icon {
  margin-bottom: 15px; }
  .s-form-result__icon img {
    display: inline-block; }

.s-form-result__title {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px; }

.s-form-result__desc {
  font-size: 0.875rem;
  line-height: 1.42857; }

.b-card {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  min-height: 235px;
  display: flex;
  flex-direction: column;
  background-color: #aa9c70;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .b-card *, .b-card *:before, .b-card *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  @media (min-width: 761px) {
    .b-card {
      margin: 10px 0; } }
  .b-card[href] {
    transition: box-shadow .2s ease-out; }
    .b-card[href]:hover {
      box-shadow: 1px 4px 15px 3px rgba(0, 0, 0, 0.2); }
  .RightColumn .b-card:not(:last-child) {
    margin-bottom: 30px; }
  .b-card--sml {
    /*height: 235px;*/ }
    @media (min-width: 761px) {
      .s-cards__col .b-card--sml:only-child {
        /*height: $h;*/ } }
  .b-card--no-min-height {
    min-height: 0; }
    @media screen and (max-width: 760px) {
      .b-card--no-min-height {
        min-height: 0; } }
  header .b-card--winbank {
    display: none; }
  .b-card__img {
    height: 0;
    padding-bottom: 56.31%;
    flex-shrink: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .b-card__cont {
    padding: 25px 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    color: #231f20;
    text-align: center;
    border: 1px solid #aa9c70;
    height: 100%;
    overflow: hidden; }
    .b-card__cont:not(:only-child) {
      background-color: #fff; }
    .b-card__cont:only-child {
      color: #fff; }
      .b-card--dark-txt .b-card__cont:only-child {
        color: #231f20; }
      .b-card:not(.b-card--dark-txt) .b-card__cont:only-child .title-decoration:after {
        background-image: url("../../imgs/privateBanking2020/symbols/title-decoration-wht.png"); }
      .b-card:not(.b-card--left-align):not(.b-card--sml):not(.b-card--winbank) .b-card__cont:only-child {
        padding-top: 80px; }
      .b-card--winbank .b-card__cont:only-child {
        padding-top: 40px;
        padding-bottom: 40px; }
    .b-card__img + .b-card__cont {
      border-top: none; }
    .b-card--sml .b-card__cont {
      padding-top: 35px;
      padding-bottom: 35px;
      justify-content: center; }
    .b-card--gold .b-card__cont {
      background: #aa9c70;
      color: #fff; }
    @media (min-width: 761px) {
      .s-cards__col .b-card--sml:only-child .b-card__cont {
        padding-top: 80px;
        padding-bottom: 25px;
        justify-content: flex-start; }
        .s-cards__col .b-card--sml:only-child .b-card__cont .b-card__desc {
          margin-top: 70px; } }
    .b-card--winbank .b-card__cont {
      align-items: flex-start;
      padding-right: 75px; }
      .RightColumn .b-card--winbank .b-card__cont {
        padding-right: 30px; }
      .b-card--winbank .b-card__cont img {
        margin-bottom: 30px; }
        .RightColumn .b-card--winbank .b-card__cont img {
          max-width: 120px;
          margin-bottom: 15px; }
    .b-card--left-align .b-card__cont {
      text-align: left; }
      .b-card--left-align .b-card__cont:only-child {
        padding-top: 25px; }
        .b-card--left-align .b-card__cont:only-child .b-card__title:after {
          display: none; }
  .b-card__text-wrap {
    /*@include scr-not-phones{
            height:300px;
            overflow:hidden;
        }

        .b-card__cont:not(:only-child) & {
            @include scr-not-phones{
                height:136px;
            }
        }*/ }
  .b-card__title {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 700; }
    .b-card__title.title-decoration:after {
      content: '';
      margin-top: 6px !important; }
      .b-card--gold .b-card__title.title-decoration:after {
        background-image: url("../../imgs/privateBanking2020/symbols/title-decoration-wht.png"); }
    .b-card--winbank .b-card__title {
      font-size: 1.4375rem;
      line-height: 1.34783;
      font-weight: 400;
      color: #aa9c70;
      margin-bottom: 32px;
      text-align: left;
      max-width: 100%; }
      .RightColumn .b-card--winbank .b-card__title {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 20px; }
  .b-card__desc {
    font-size: 0.875rem;
    line-height: 1.42857;
    margin-top: 15px; }
    .b-card__desc a {
      color: #fff;
      text-decoration: none;
      transition: color .2s; }
      .b-card__desc a.active, .b-card__desc a:hover, .b-card__desc a:focus {
        text-decoration: none;
        color: #f2f2f2; }
      .b-card:not(.b-card--gold) .b-card__cont:not(:only-child) .b-card__desc a {
        color: #231f20;
        text-decoration: none;
        transition: color .2s; }
        .b-card:not(.b-card--gold) .b-card__cont:not(:only-child) .b-card__desc a.active, .b-card:not(.b-card--gold) .b-card__cont:not(:only-child) .b-card__desc a:hover, .b-card:not(.b-card--gold) .b-card__cont:not(:only-child) .b-card__desc a:focus {
          text-decoration: none;
          color: #aa9c70; }
      .b-card__desc a[href^="tel"] {
        font-size: 1.5625rem;
        line-height: 1.4; }
        .RightColumn .b-card__desc a[href^="tel"] {
          font-size: 1.5625rem;
          line-height: 1.32; }
    .b-card__desc p {
      margin: 0; }
      .b-card__desc p:not(:last-child) {
        margin-bottom: 10px; }
  .b-card__link {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 25px; }
    .b-card__link a:not(.btn) {
      font-size: 0.875rem;
      transition: color .2s ease-out;
      color: #aa9c70;
      text-decoration: none;
      transition: color .2s; }
      .b-card__link a:not(.btn).active, .b-card__link a:not(.btn):hover, .b-card__link a:not(.btn):focus {
        text-decoration: none;
        color: #a09160; }
      .b-card:not(.b-card--dark-txt) .b-card__cont:only-child .b-card__link a:not(.btn) {
        color: #fff;
        text-decoration: none;
        transition: color .2s; }
        .b-card:not(.b-card--dark-txt) .b-card__cont:only-child .b-card__link a:not(.btn).active, .b-card:not(.b-card--dark-txt) .b-card__cont:only-child .b-card__link a:not(.btn):hover, .b-card:not(.b-card--dark-txt) .b-card__cont:only-child .b-card__link a:not(.btn):focus {
          text-decoration: none;
          color: #f2f2f2; }
    .b-card--left-align .b-card__link {
      justify-content: flex-start; }
  .b-card__winbank-btn {
    width: 100%; }
    .b-card__winbank-btn:not(:last-child) {
      margin-bottom: 35px; }
    .RightColumn .b-card__winbank-btn {
      margin-bottom: 20px; }
    .b-card__winbank-btn .btn {
      width: 100%; }
  .b-card__links-list {
    text-align: left; }
    .b-card--winbank .b-card__links-list {
      max-width: 100%; }
    .b-card__links-list__title {
      font-size: 1rem;
      line-height: 1.5;
      font-weight: 700;
      color: #aa9c70;
      margin-bottom: 15px; }
    .b-card__links-list ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .b-card__links-list li {
      position: relative;
      padding-left: 20px;
      font-size: 0.875rem;
      line-height: 1.57143; }
      .b-card__links-list li:not:last-child {
        margin-bottom: 10px; }
      .b-card__links-list li:before {
        content: "";
        width: 6px;
        height: 11px;
        position: absolute;
        left: 0;
        top: 5px;
        background-image: url("../../imgs/privateBanking2020/arrows/link-arrow.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
      .b-card__links-list li a {
        color: #231f20;
        text-decoration: none;
        transition: color .2s; }
        .b-card__links-list li a.active, .b-card__links-list li a:hover, .b-card__links-list li a:focus {
          text-decoration: none;
          color: #aa9c70; }
  .b-card__winbank-extra {
    position: relative;
    margin-top: 35px;
    padding-top: 17px;
    max-width: 100%; }
    .b-card__winbank-extra:before {
      content: "";
      position: absolute;
      top: 0;
      left: -30px;
      width: calc(100% + 60px);
      height: 1px;
      background: #c9d1d1; }
    .b-card__winbank-extra:first-child {
      margin-top: 0;
      padding-top: 0; }
      .b-card__winbank-extra:first-child:before {
        content: none; }
  @media screen and (max-width: 760px) {
    .b-card {
      height: auto;
      min-height: 325px; }
      .b-card:not(:last-child) {
        margin-bottom: 20px; }
      .b-card--sml {
        min-height: 185px; }
      .b-card__cont {
        padding: 20px 20px 30px; }
        .b-card:not(.b-card--left-align):not(.b-card--sml):not(.b-card--winbank) .b-card__cont:only-child {
          padding-top: 30px; }
      header .b-card--winbank {
        display: block;
        width: 96%;
        margin: 53px auto 15px;
        min-height: 0; }
        header .b-card--winbank .b-card__cont:only-child {
          padding: 20px 50px 20px 10px; }
        header .b-card--winbank .b-card__title {
          font-size: 1rem;
          margin-bottom: 15px; }
      .b-card--winbank .b-card__cont {
        padding-left: 40px;
        padding-right: 40px; }
      .b-card--winbank .b-card img {
        margin-bottom: 20px; }
      .b-card--winbank .b-card__title {
        margin-bottom: 20px; }
      .b-card--winbank .b-card__btn {
        margin-bottom: 25px; } }

.b-branch {
  background-color: #F7F7F7;
  border: 1px solid #aa9c70; }
  @media (min-width: 761px) {
    .b-branch {
      display: flex; } }
  .b-branch__fig {
    flex-shrink: 0;
    margin: 0;
    position: relative;
    font-size: 0; }
    @media (min-width: 761px) {
      .b-branch__fig {
        width: 449px;
        order: 1;
        border-left: 1px solid #aa9c70; } }
    .b-branch__fig:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(149, 149, 149, 0.4); }
    .b-branch__fig img {
      width: 100%; }
  .b-branch__txt {
    flex-grow: 1;
    flex-basis: 0;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    @media screen and (max-width: 760px) {
      .b-branch__txt {
        padding: 20px; } }
  .b-branch__headline {
    font-size: 1.25rem;
    font-weight: bold;
    color: #aa9c70;
    margin-bottom: 10px; }
    .b-branch__headline:last-child {
      margin-bottom: 0; }
  .b-branch__addr {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px; }
    .b-branch__addr:last-child {
      margin-bottom: 0; }
  .b-branch__dt {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px; }
    .b-branch__dt:last-child {
      margin-bottom: 0; }
    .b-branch__dt strong {
      color: #aa9c70; }
  .b-branch__nav {
    margin-top: 20px;
    font-size: 0.875rem;
    font-weight: bold; }
    .b-branch__nav:first-child {
      margin-top: 0; }
    .b-branch__nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .b-branch__nav li {
      margin-bottom: 20px; }
      .b-branch__nav li:last-child {
        margin-bottom: 0; }
    .b-branch__nav a {
      color: #aa9c70;
      text-decoration: none;
      transition: color .2s; }
      .b-branch__nav a.active, .b-branch__nav a:hover, .b-branch__nav a:focus {
        text-decoration: none;
        color: #a09160;
        text-decoration: underline; }

.b-banker {
  border: 1px solid #aa9c70;
  padding: 50px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 490px;
  align-items: center; }
  .s-bankers-app__banker-item .b-banker {
    height: 100%; }
  .b-banker__fig {
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
    width: 195px;
    height: 195px;
    line-height: 195px;
    margin-bottom: 30px; }
    .b-banker__fig img {
      width: 100%; }
  .b-banker__name {
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 5px; }
  .b-banker__title {
    display: block;
    font-size: 1rem;
    color: #aa9c70; }
  .b-banker__type {
    margin-top: 20px;
    font-size: 1rem;
    color: #aa9c70; }
  .b-banker__nav {
    padding-top: 32px;
    margin-top: auto; }

.b-filters {
  padding: 25px 30px;
  background-color: #f7f7f7;
  border: 1px solid #aa9c70; }
  .b-filters__head-row {
    display: flex;
    margin-bottom: 20px; }
    .b-filters__head-row .b-filters__clear {
      width: 210px;
      text-align: center; }
      @media screen and (max-width: 760px) {
        .b-filters__head-row .b-filters__clear {
          display: none; } }
  .b-filters__head {
    font-size: 1.25rem;
    font-weight: bold; }
  .b-filters__clear {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0;
    margin-left: auto;
    font-size: 0.875rem;
    text-decoration: underline;
    font-style: italic; }
  .b-filters__row {
    display: flex; }
    @media screen and (max-width: 760px) {
      .b-filters__row {
        display: block; } }
    .b-filters__row__item {
      width: 400px;
      margin-left: 20px; }
      .b-filters__row__item:first-child {
        margin-left: 0; }
      @media screen and (max-width: 760px) {
        .b-filters__row__item {
          margin-left: 0;
          width: auto;
          margin-bottom: 15px; } }
      .b-filters__row__item--full-width {
        width: 100%;
        margin-left: 0; }
      .b-filters__row__item--slider {
        padding: 20px 40px 0; }
      @media (min-width: 761px) {
        .b-filters__row__item--visible-phone {
          display: none; } }
      @media screen and (max-width: 760px) {
        .b-filters__row__item--visible-desktop {
          display: none; } }
    .b-filters__row .v-select {
      width: 100%; }
    .b-filters__row__btn {
      margin-left: auto;
      text-align: center; }
      @media screen and (max-width: 760px) {
        .b-filters__row__btn {
          padding-left: 25px;
          padding-right: 25px;
          margin-top: 35px; } }
      .b-filters__row__btn .b-filters__clear {
        margin-bottom: 20px; }
        @media (min-width: 761px) {
          .b-filters__row__btn .b-filters__clear {
            display: none; } }

.b-article {
  padding: 0 20px;
  font-size: 0.9375rem;
  line-height: 1.66667;
  font-weight: 400;
  color: #231f20; }
  .b-article h1 {
    margin-bottom: 80px; }
  .b-article h2, .b-article h3, .b-article h4, .b-article h5, .b-article h6 {
    margin: 0 0 35px 0; }
  .b-article p {
    margin: 0 0 20px 0; }
  .b-article img {
    display: block;
    border: 1px solid #aa9c70;
    max-width: 100%;
    margin: 30px 0; }
  .b-article iframe {
    width: 100%;
    height: 460px;
    margin: 30px 0; }
  .b-article *:first-child {
    margin-top: 0; }
  .b-article *:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 760px) {
    .b-article iframe {
      height: 250px; } }

.b-image-carousel {
  position: relative;
  border: 1px solid #aa9c70;
  margin-left: 20px;
  margin-right: 20px; }
  @media (min-width: 761px) {
    .b-image-carousel {
      height: 460px; } }
  @media screen and (max-width: 760px) {
    .b-image-carousel {
      padding-bottom: 56%; } }
  @media (min-width: 761px) {
    .b-image-carousel--carousel {
      margin-bottom: 130px; } }
  @media screen and (max-width: 760px) {
    .b-image-carousel--carousel {
      margin-bottom: 95px; } }
  @media screen and (max-width: 760px) {
    .b-image-carousel .slick-list {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .b-image-carousel .slick-list.draggable {
        padding: 0 !important; } }
  .b-image-carousel div {
    height: 100%; }
  .b-image-carousel__item {
    height: 100%;
    background: 50% 50% no-repeat;
    background-size: cover; }
  .b-image-carousel .slick-arrow {
    position: absolute;
    top: calc(100% + 30px); }
  .b-image-carousel .slick-prev {
    left: calc(50% - 50px); }
  .b-image-carousel .slick-next {
    left: calc(50% + 15px); }

.b-txt-expand {
  color: #231f20;
  padding-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 2px solid #aa9c70; }
  .b-txt-expand:not(:last-child) {
    margin-bottom: 40px; }
  .b-txt-expand__head {
    position: relative;
    padding-right: 40px;
    cursor: pointer; }
    .b-txt-expand__head:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      width: 23px;
      height: 13px;
      background-image: url("../../imgs/privateBanking2020/arrows/down-large-black.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      transform-origin: center;
      transition: transform .2s ease-out; }
  .b-txt-expand__title {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 700; }
  .b-txt-expand__body {
    display: none;
    font-size: 0.9375rem;
    line-height: 1.66667; }
    .b-txt-expand__body .b-article {
      padding-top: 15px;
      padding-left: 0;
      padding-right: 0; }
  .b-txt-expand.expanded .b-txt-expand__head:after {
    transform: translateY(-50%) scaleY(-1); }
  .b-txt-expand.expanded .b-txt-expand__body {
    max-height: none; }

.b-award {
  border: 1px solid #aa9c70;
  background: #F7F7F7; }
  @media (min-width: 761px) {
    .b-award {
      display: flex; } }
  .b-award__fig {
    flex-shrink: 0;
    margin: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
    height: 200px; }
    @media (min-width: 761px) {
      .b-award__fig {
        width: 440px;
        height: auto;
        min-height: 250px;
        border-right: 1px solid #aa9c70; } }
    @media screen and (max-width: 760px) {
      .b-award__fig {
        border-bottom: 2px solid #aa9c70; } }
    .b-award__fig img {
      max-width: 100%;
      max-height: 100%; }
  .b-award__txt {
    flex-grow: 1;
    padding: 40px;
    font-size: 0.875rem; }
    @media screen and (max-width: 760px) {
      .b-award__txt {
        padding: 30px 10px; } }
    .b-award__txt p:last-child {
      margin-bottom: 0; }
  .b-award__title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 20px; }
    .b-award__title:last-child {
      margin-bottom: 0; }

.b-principle-wide__cont {
  display: flex; }

.b-principle-wide__col {
  width: 50%;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  color: #231f20; }
  .b-principle-wide__col--img {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .b-principle-wide__col--img:after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 15px;
      width: 33px;
      height: 15px;
      background-image: url("../../imgs/privateBanking2020/symbols/private-frame-logo.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
  .b-principle-wide__col--txt {
    border: 1px solid #aa9c70; }
    .b-principle-wide__col--txt > *:last-child {
      margin-bottom: 0; }

.b-principle-wide__decor {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  top: 20px;
  left: 20px;
  border: 2px solid #eae6db;
  border-bottom: none; }
  .b-principle-wide__decor:before, .b-principle-wide__decor:after {
    content: '';
    height: 2px;
    width: calc(50% - 20px);
    background: #eae6db;
    position: absolute;
    bottom: 0; }
  .b-principle-wide__decor:before {
    left: 0; }
  .b-principle-wide__decor:after {
    right: 0; }

.b-principle-wide__title {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 13px; }

.b-principle-wide__subtitle {
  margin-bottom: 20px;
  max-width: 270px; }

.b-principle-wide__txt {
  max-width: 460px; }

.b-principle-wide__subtitle, .b-principle-wide__txt {
  font-size: 0.875rem;
  line-height: 1.28571; }

@media screen and (max-width: 760px) {
  .b-principle-wide__cont {
    display: block; }
  .b-principle-wide__col {
    width: 100%; }
    .b-principle-wide__col--img {
      height: 0;
      padding-bottom: 57.37%;
      border: 1px solid #eae6db;
      border-bottom: none; }
    .b-principle-wide__col--txt {
      height: auto;
      padding: 30px 10px; } }

.e-prv-link {
  display: inline-block;
  padding-left: 25px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #aa9c70;
  background: url("../../imgs/privateBanking2020/icons/link-gold.svg") 0 50% no-repeat; }
  .e-prv-link:hover {
    color: #aa9c70;
    text-decoration: underline; }

.e-deco-canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  margin: 20px;
  border: 2px solid #eae6db;
  border-bottom: 0;
  display: flex;
  align-items: flex-end; }
  .e-deco-canvas:before, .e-deco-canvas:after {
    content: '';
    border-bottom: 2px solid #eae6db;
    flex-grow: 1;
    display: flex; }
  .e-deco-canvas > div {
    width: 40px;
    height: 14px;
    background: url("../../imgs/privateBanking2020/icons/piraeus-deco-plain-gold.svg") 50% 50% no-repeat;
    position: relative;
    top: 5px; }

.e-drive-lnk {
  color: #aa9c70;
  padding-left: 26px;
  background: url("../../imgs/privateBanking2020/icons/drive-gold.svg") 0 50% no-repeat;
  background-size: 15px; }
  .e-drive-lnk:hover span {
    text-decoration: underline; }

.e-link-more {
  font-size: 0.875rem;
  transition: color .2s ease-out;
  color: #aa9c70;
  text-decoration: none;
  transition: color .2s; }
  .e-link-more.active, .e-link-more:hover, .e-link-more:focus {
    text-decoration: none;
    color: #a09160; }
  .b-card:not(.b-card--dark-txt) .b-card__cont:only-child .e-link-more {
    color: #fff;
    text-decoration: none;
    transition: color .2s; }
    .b-card:not(.b-card--dark-txt) .b-card__cont:only-child .e-link-more.active, .b-card:not(.b-card--dark-txt) .b-card__cont:only-child .e-link-more:hover, .b-card:not(.b-card--dark-txt) .b-card__cont:only-child .e-link-more:focus {
      text-decoration: none;
      color: #f2f2f2; }

.e-play-video {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: 0;
  display: block;
  width: 79px;
  height: 79px;
  line-height: 79px;
  background: url("../../imgs/privateBanking2020/misc/play-button.svg") 0 50% no-repeat; }
