.fund-card {
  position: relative;
  height: 100%;
  z-index: 2;
  text-align: center;
  padding: 16px;
  width: 100%;
  overflow: hidden; }
@media screen and (max-width: 900px) {
  .fund-card {
    margin-top: 0px;
    border-bottom: 1px solid #e3e9ed; } }
.fund-card .fund-card-content {
  position: relative;
  width: 100%;
  cursor: pointer;
  position: relative;
  text-decoration: none; }
.fund-card .fund-card-content:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #ffffff;
  visibility: hidden;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
.fund-card .fund-card-content:hover:before, .fund-card .fund-card-content.undefined:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }
.fund-card .fund-card-content span {
  cursor: pointer; }
.fund-card::before, .fund-card::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 1;
  transition: all 0.3s ease-in-out; }
.fund-card::before {
  background-color: #ffffff;
  z-index: -1; }
.fund-card::after {
  background: linear-gradient(#007b9c, #00394c);
  z-index: -2; }
@media screen and (min-width: 900px) {
  .fund-card:hover::before {
    opacity: 0; } }
.fund-card a {
  text-decoration: none; }

.fund-card-img {
  border-radius: 50%;
  border: 2px solid white;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  pointer-events: none;
  display: block;
  background-position: center;
  background-size: 160px 80px; }

.fund-name {
  font-size: 27px;
  margin-top: 16px;
  display: block;
  color: #5b7582;
  font-family: "Swiss 721 W03 Light";
  cursor: pointer; }

.fund-type {
  font-size: 15px;
  color: #5b7582;
  font-family: "Swiss 721 W03 Light Cnd";
  pointer-events: none; }


.description {
  opacity: 0;
  font-family: "Swiss 721 W03 Light Cnd";
  line-height: 1.36;
  transition: all 0.3s ease-in-out;
  padding: 0 20px 0 20px;
  pointer-events: none; }
@media screen and (max-width: 900px) {
  .description {
    opacity: 1;
    position: relative;
    padding: 0 8px; } }

.description a {
  text-align: bottom;
  color: #ffffff;
  cursor: pointer; }

.information {
  margin-top: 0;
  overflow: hidden; }
.information h3 {
  line-height: 1.22;
  letter-spacing: normal;
  text-transform: none; }
.information h3 {
  pointer-events: none;
  font-size: 17px;
  color: #5b7582;
  font-family: "Swiss 721 W03 Light Cnd"; }
.information h3 .time {
  margin-right: 16px; }
.information > div:first-of-type {
  margin-top: -20px; }

.information-item {
  transform: translateX(-15px);
  font-family: "Swiss 721 W03 Light Cnd";
  padding: 0; }

.buttons {
  display: none; }

.buttons-mobile {
  display: flex;
  margin-top: 26px;
  position: relative;
  pointer-events: all;
  padding: 0; }

@media screen and (min-width: 900px) {
  .buttons {
    display: flex;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    padding: 0 16px;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(100px); }

  .buttons-mobile {
    display: none; }

  .description {
    height: 500px; }

  .information {
    position: absolute;
    bottom: 24px;
    height: 242px;
    transition: all 0.3s ease-in-out; }

  .hover .buttons, .hover .description {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all; }

  .hover .information {
    display: none; }

  .hover h3, .hover .fund-name, .hover .fund-type, .hover .description {
    color: white; } }



.logo {
  flex: 0 0 50%;
  position: relative;
  display: inline-block;
  text-align: right;
  margin-right: 16px; }

.logo img {
  position: absolute;
  top: 9px;
  right: 0;
  width: 68px; }


.minimum-investment {
  display: flex;
  width: 100%;
  font-family: "Swiss 721 W03 Light Cnd"; }

.information-item .text {
    flex: 0 0 50%;
    display: inline-block;
    text-align: right;
    font-size: 17px;
    margin-right: 16px;
    color: #5b7582;
}

.minimum-investment span {
    color: #5b7582;
  margin: 0; }

.euro {
  padding-left: 4px;
  font-size: 28px; }

.month {
  font-size: 14px; }

.information-item {
  display: flex;
  width: 100%; }
.information-item .text {
  flex: 0 0 50%;
  display: inline-block;
  text-align: right;
  font-size: 18px;
  margin-right: 16px;
  color: #5b7582; }
.information-item .value {
  font-size: 19px;
  color: #859ca8;
  margin: 0 1px;
  font-family: "Swiss 721 W03 Light Cnd"; }
.information-item .colored {
  color: #5b7582;
  font-family: "Swiss 721 W03 Bd Cnd"; }

.minimum-investment .numbers {
  padding-top: 4px; }

.risk-class .numbers {
  display: flex; }

.flex-cards {
  position: relative;
  padding-top: 8px;
  min-height: 8px; }

.flex-cards::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  background: #e3e9ed;
  margin: 0 auto 30px auto;
  width: 80vw;
  height: 2px;
  border-radius: 2px; }

.flex-cards::after {
  position: absolute;
  content: '';
  background: #fff;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #e3e9ed;
  border-right: 3px solid #e3e9ed;
  top: -3px;
  right: 50%;
  left: 50%;
  transform: rotate(45deg); }

.flex-cards {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center; }

.flex-cards > .card-container {
  background-color: #ffffff;
  width: 100%;
  max-width: 316px; }

@media screen and (min-width: 900px) {
  .disclaimer {
    margin: 0; }

  .flex-cards {
    min-width: 680px; }

  .subtitle {
    font-size: 23px;
    max-width: 800px; }

  .flex-cards::before, .flex-cards::after {
    display: none; }

  .flex-cards {
    flex-flow: row wrap;
    align-items: stretch;
    align-content: flex-start; }

  .card-container {
    position: relative;
    width: fit-content;
    height: 480px;
    border: none;
    padding: 4px;
    margin: 0.5px; }

  .card-container::before, .card-container::after {
    content: '';
    position: absolute;
    background-color: #e3e9ed; }

  .card-container::before {
    top: -1px;
    right: 19px;
    bottom: -1px;
    left: 19px;
    z-index: -1; }

  .card-container::after {
    top: 23px;
    right: -1px;
    bottom: 23px;
    left: -1px;
    z-index: -1; } }
@media screen and (min-width: 1250px) {
  .flex-cards {
    width: 960px; } 
}
@media screen and (max-width: 900px) {
  .flex-cards {
    margin-bottom: 24px; }

  .card-container {
    margin-top: 30px; } 
}



.fund-card .fund-card-content {
  white-space: initial; }
.fund-card .arrow-container {
  display: inline-block; }

.ub-center > .flex-custom {
  flex: 1;
  min-width: min-content;
  overflow: hidden; }


.highstock-container .highcharts-background {
    fill: transparent;
}


/*  [aria focus accessibility fix for fundcard]  */
@media screen and (min-width: 900px) {
  .focus-aria.fund-card::before {
    opacity: 0;
  }
  .focus-aria.fund-card::after {
    background: linear-gradient(#007b9c, #00394c);
    z-index: -2;
  }
  .focus-aria .information {
    display: none;
  }
  .focus-aria .description {
    opacity: 1;
  }
  .focus-aria a > *,
  .focus-aria .description {
    color: #fff;
  }
}
.fund-card .fund-type {
  text-transform: uppercase;
}
.information > p {
  line-height: 1.22;
  letter-spacing: normal;
  text-transform: none;
  pointer-events: none;
  font-size: 17px;
  color: #5b7582;
  font-family: "Swiss 721 W03 Light Cnd";
  display: flex;
  justify-content: center;
  margin: 0;
}
.information p .time {
  margin-right: 16px; 
}
.risk-class .value {
  color: #617782;
}


/* [2022] */
#funds-page {
  display: block;
}
.ub-center > .flex-cards {
  display: flex;
  flex: 1;
  min-width: min-content;
  overflow: hidden;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .fund-card.v2 > div > a {
    display: block;
  }
  .description a.fund-card-content {
    display: none;
  }
  .description {
    height: 130px;
  }
}
