:root {
  --color-yellow: #F8BD44;
  --color-violet: #C36988;
  --color-orange: #FF8C00;
  --color-red: #EB604D;
  --color-green: #84B962;
  --color-sky-blue: #80C9DD;
  --color-cyan: #17B0CE;
  --color-darker-cyan: #008097;
  --color-kepler: #152831;
  --color-blue-green: #197D85;
  --color-lighter-blue-green: #549EA4;
  --color-expert-green: #00B18E;
  --color-expert-purple: #5C38EE;
  --color-expert-blue: #057BFF;
  --color-expert-black: #19292F;
  --color-expert-highlight: #9CC7DE;
  --color-expert-light-blue: #EBF4FC;
  --color-expert-light-blue-2: #F4F9FB;
  --color-expert-table: #EBF4FA;
  --color-light-grey: #F1F1F1;
  --color-light-grey-2: #F7F7F7;
  --color-watchlist: #152831;
}

html{-webkit-font-smoothing: antialiased;}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

:root {
  --font-family-heading: "clarendon-text-pro", 'ClarendonLTStd',serif;
  --font-weight-heading: 400;
  --font-family-heading-light: "clarendon-text-pro", 'ClarendonLTStd-Light',serif;
  --font-weight-heading-light: 400;
  --font-family-heading-bold: "clarendon-text-pro", 'ClarendonLTStd-Bold',serif;
  --font-weight-heading-bold: 700;
  --font-family-heading-medium: "clarendon-text-pro", 'ClarendonLTStd-Bold',serif;
  --font-weight-heading-medium: 500;
}

body .module .text-block h4, body .module.module-media h4, .fr-box .fr-view h4 {
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: var(--color-kepler);
    line-height: 200%;
    margin-top: 1.5em;
  }

body .module .text-block h4 + p, body .module.module-media h4 + p, .fr-box .fr-view h4 + p {
      margin-top: 0; padding-top: 0;
    }

body .module .text-block h2, body .module.module-media h2, .fr-box .fr-view h2 {
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-heading);
    font-size: 28px;
    line-height: 40px;
    color: var(--color-kepler);
    margin-top: 2em;
  }

@media screen and (min-width: 800px) {
    body .module .text-block .split-frame, body .module.module-media .split-frame, .fr-box .fr-view .split-frame {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 1em -10px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
      body .module .text-block .split-frame > .highcharts, body .module.module-media .split-frame > .highcharts, .fr-box .fr-view .split-frame > .highcharts {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin: 10px;
        display: block;
        position: relative; padding-bottom: 0%; height: 400px; overflow: hidden; max-width: 100%;

      } 
        body .module .text-block .split-frame > .highcharts iframe, body .module .text-block .split-frame > .highcharts object, body .module .text-block .split-frame > .highcharts embed, body .module.module-media .split-frame > .highcharts iframe, body .module.module-media .split-frame > .highcharts object, body .module.module-media .split-frame > .highcharts embed, .fr-box .fr-view .split-frame > .highcharts iframe, .fr-box .fr-view .split-frame > .highcharts object, .fr-box .fr-view .split-frame > .highcharts embed { position: absolute; top: 0; left: 0; width: 100%; height: 100% !important; }
      body .module .text-block .split-frame em, body .module.module-media .split-frame em, .fr-box .fr-view .split-frame em {
        display: block;
        width: 100%;
        margin: 0 10px;
      }
  }

body .module .text-block h4, body .module.module-media h4, .fr-box .fr-view h4 {
    text-decoration: none;
    display: block;
    color: white;
    background: var(--color-red);
    text-align: center;
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 30px 10px 30px;
    margin: 0;
    line-height: 1em;
    text-transform: uppercase;
    /* + .table-responsive { */
    /*   border-top: 2px solid $color_violet; */
    /* } */
    /* + p img.fr-fin { */
    /*   margin-top: 0 !important; */
    /*   border-top: 2px solid $color_violet; */
    /* } */
    /* &:after { */
    /*   content: ""; */
    /*   display: block; */
    /*   height: 2px; */
    /*   width: 100%; */
    /*   background-color: $color_violet; */
    /* } */

  }

body .module .text-block h4.-event, body .module .text-block h4.-green, body .module.module-media h4.-event, body .module.module-media h4.-green, .fr-box .fr-view h4.-event, .fr-box .fr-view h4.-green {
    background-color: var(--color-green);
  }

body .module .text-block h4.-fund, body .module .text-block h4.-violet, body .module.module-media h4.-fund, body .module.module-media h4.-violet, .fr-box .fr-view h4.-fund, .fr-box .fr-view h4.-violet {
    background-color: var(--color-violet);
  }

body .module .text-block h4.-blue-green, body .module .text-block h4.-portfolio, body .module.module-media h4.-blue-green, body .module.module-media h4.-portfolio, .fr-box .fr-view h4.-blue-green, .fr-box .fr-view h4.-portfolio {
    background-color: var(--color-blue-green);
  }

body .module .text-block h4.-red, body .module.module-media h4.-red, .fr-box .fr-view h4.-red {
    background-color: var(--color-red);
  }

body .module .text-block h4.-blue, body .module.module-media h4.-blue, .fr-box .fr-view h4.-blue {
    background-color: var(--color-cyan);
  }

body .module .text-block h4.-dark-blue, body .module.module-media h4.-dark-blue, .fr-box .fr-view h4.-dark-blue {
    background-color: var(--color-kepler);
  }

body .module .text-block h4.-orange, body .module .text-block h4.-special, body .module.module-media h4.-orange, body .module.module-media h4.-special, .fr-box .fr-view h4.-orange, .fr-box .fr-view h4.-special {
    background-color: var(--color-orange);
  }

body .module .text-block h4, body .module.module-media h4, .fr-box .fr-view h4 {
    background-color: var(--color-violet);
    display: inline-block;
    border-top: 2px solid var(--color-violet);
}

body .module .text-block .h4, body .module.module-media .h4, .fr-box .fr-view .h4 {
    border-bottom: 2px solid var(--color-violet);
  }

body .module .text-block blockquote, body .module.module-media blockquote, .fr-box .fr-view blockquote {
    background-color: var(--color-yellow);
    padding: 20px;
    font-family: var(--font-family-heading-light);
    font-weight: var(--font-weight-heading-light);
    font-size: 23px;
    color: var(--color-kepler);
    line-height: 37px;
  }

body .module .text-block blockquote:before, body .module.module-media blockquote:before, .fr-box .fr-view blockquote:before {
      content: "“";
      font-family: var(--font-family-heading-light);
      font-weight: var(--font-weight-heading-light);
      font-size: 70px;
      color: #FFFFFF;
      line-height: 40px;
      margin-bottom: -10px;
      margin-top: 10px;
      display: block;
    }

body .module .text-block blockquote:after, body .module.module-media blockquote:after, .fr-box .fr-view blockquote:after {
      content: "”";
      font-family: var(--font-family-heading-light);
      font-weight: var(--font-weight-heading-light);
      font-size: 70px;
      color: #FFFFFF;
      line-height: 40px;
      margin-top: 15px;
      margin-bottom: -15px;
      display: block;
      text-align: right;
    }

body .module .text-block blockquote p, body .module.module-media blockquote p, .fr-box .fr-view blockquote p {
      font-family: var(--font-family-heading-light);
      font-weight: var(--font-weight-heading-light);
      font-size: 23px;
      color: var(--color-kepler);
      line-height: 37px;
    }

body .module .text-block table, body .module.module-media table, .fr-box .fr-view table {
    width: 100%;
    margin-bottom: 1em;
    font-size: 14px;
  }

body .module .text-block table td, body .module.module-media table td, .fr-box .fr-view table td {
      padding: 5px;
      color: #666;
    }

body .module .text-block table td p, body .module.module-media table td p, .fr-box .fr-view table td p {
        margin: 0; padding: 0;
        font-size: 1em;
      }

body .module .text-block table tr:nth-child(odd) td, body .module.module-media table tr:nth-child(odd) td, .fr-box .fr-view table tr:nth-child(odd) td {
        background: white
      }

body .module .text-block table tr:nth-child(even) td, body .module.module-media table tr:nth-child(even) td, .fr-box .fr-view table tr:nth-child(even) td {
        background: #F5F4F4;;
      }

body .module .text-block table tr:first-child td, body .module.module-media table tr:first-child td, .fr-box .fr-view table tr:first-child td {
        text-transform: uppercase;
        background: white;
        font-family: "din-2014", 'DINPro-Bold', sans-serif;
        font-weight: 700;

        border-bottom: 2px solid #ddd;
      }

body .module .text-block table.noheader tr:first-child td, body .module.module-media table.noheader tr:first-child td, .fr-box .fr-view table.noheader tr:first-child td {
          text-transform: none;
          font-family: "din-2014",'DINPro-Regular', sans-serif;
          font-weight: 400;
          font-style: normal;
          border-bottom: none;
        }

body .module .text-block ul, body .module .text-block ol, body .module.module-media ul, body .module.module-media ol, .fr-box .fr-view ul, .fr-box .fr-view ol {
    padding-left: 0;
    margin-left: 0;
  }

body .module .text-block li, body .module.module-media li, .fr-box .fr-view li {
    margin-left: 2em;
  }

body .module .text-block ul.summary li, body .module.module-media ul.summary li, .fr-box .fr-view ul.summary li {
      font-size: 18px;
      margin-bottom: 5px;
    }

body .module .text-block p.caption, body .module.module-media p.caption, .fr-box .fr-view p.caption {
    margin-top: 0;
    font-size: 13px;
  }

body .module .text-block a, body .module.module-media a, .fr-box .fr-view a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid var(--color-cyan);
  }

body .module .text-block a:hover, body .module.module-media a:hover, .fr-box .fr-view a:hover {
      color: var(--color-cyan);
    }

body .module .text-block img, body .module.module-media img, .fr-box .fr-view img {
    position: relative;
    max-width: 100%
  }

body .module .text-block img.fr-dib, body .module.module-media img.fr-dib, .fr-box .fr-view img.fr-dib {
      margin: 5px auto;
      display: block;
      float: none;
      vertical-align: top
  }

body .module .text-block img.fr-dib.fr-fil, body .module.module-media img.fr-dib.fr-fil, .fr-box .fr-view img.fr-dib.fr-fil {
      margin-left: 0
  }

body .module .text-block img.fr-dib.fr-fir, body .module.module-media img.fr-dib.fr-fir, .fr-box .fr-view img.fr-dib.fr-fir {
      margin-right: 0
  }

body .module .text-block img.fr-dii, body .module.module-media img.fr-dii, .fr-box .fr-view img.fr-dii {
      display: inline-block;
      float: none;
      vertical-align: bottom;
      margin-left: 5px;
      margin-right: 5px;
      max-width: calc(100% - (2 * 5px))
  }

body .module .text-block img.fr-dii.fr-fil, body .module.module-media img.fr-dii.fr-fil, .fr-box .fr-view img.fr-dii.fr-fil {
      float: left;
      margin: 10px 10px 10px 0;
      max-width: calc(100% - 10px)
  }

body .module .text-block img.fr-dii.fr-fir, body .module.module-media img.fr-dii.fr-fir, .fr-box .fr-view img.fr-dii.fr-fir {
      float: right;
      margin: 10px 0 10px 10px;
      max-width: calc(100% - 10px)
  }

/* body .module .text-block { */

/*   blockquote { */

/*     position: absolute; */

/*     right: -364px; */

/*     margin: 0; */

/*     width: 348px; */

/*     @media screen and (max-width: 1199px) { */

/*       right: -304px; */

/*       width: 288px; */

/*     } */

/*     @media screen and (max-width: $tablet-width) { */

/*       position: relative; */

/*       right: auto; */

/*       width: 100%; */

/*       display: none; */

/*     } */

/*   } */

/* } */

.preview-container .module .text-block li {
  margin-left: 20px;
}

body.expert .expert-fund-body__text h2:first-child, body.expert .module .text-block h2:first-child, body.expert .module.module-media h2:first-child, .fr-box .fr-view h2:first-child {
    margin-top: 0;
  }

body.expert .expert-fund-body__text .h3:first-child h3, body.expert .module .text-block .h3:first-child h3, body.expert .module.module-media .h3:first-child h3, .fr-box .fr-view .h3:first-child h3 {
    margin-top: 0;
  }

body.expert .expert-fund-body__text .h4:first-child h4, body.expert .module .text-block .h4:first-child h4, body.expert .module.module-media .h4:first-child h4, .fr-box .fr-view .h4:first-child h4 {
    margin-top: 0;
  }

body.expert .expert-fund-body__text .h5:first-child h5, body.expert .module .text-block .h5:first-child h5, body.expert .module.module-media .h5:first-child h5, .fr-box .fr-view .h5:first-child h5 {
    margin-top: 0;
  }

body.expert .expert-fund-body__text h3, body.expert .module .text-block h3, body.expert .module.module-media h3, .fr-box .fr-view h3 {
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    margin: 1.5em 0 0.5em 0;
    padding: 0;
  }

body.expert .expert-fund-body__text h5, body.expert .module .text-block h5, body.expert .module.module-media h5, .fr-box .fr-view h5 {
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    margin: 1.5em 0 0.5em 0;
    padding: 0;
  }

body.expert .expert-fund-body__text h4, body.expert .module .text-block h4, body.expert .module.module-media h4, .fr-box .fr-view h4 {
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
    text-decoration: none;
    display: block;
    color: white;
    background: var(--color-red);
    text-align: center;
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 30px 10px 30px;
    margin: 0;
    line-height: 1em;
    text-transform: uppercase;
  }

body.expert .expert-fund-body__text h4.-event, body.expert .expert-fund-body__text h4.-green, body.expert .module .text-block h4.-event, body.expert .module .text-block h4.-green, body.expert .module.module-media h4.-event, body.expert .module.module-media h4.-green, .fr-box .fr-view h4.-event, .fr-box .fr-view h4.-green {
    background-color: var(--color-green);
  }

body.expert .expert-fund-body__text h4.-fund, body.expert .expert-fund-body__text h4.-violet, body.expert .module .text-block h4.-fund, body.expert .module .text-block h4.-violet, body.expert .module.module-media h4.-fund, body.expert .module.module-media h4.-violet, .fr-box .fr-view h4.-fund, .fr-box .fr-view h4.-violet {
    background-color: var(--color-violet);
  }

body.expert .expert-fund-body__text h4.-blue-green, body.expert .expert-fund-body__text h4.-portfolio, body.expert .module .text-block h4.-blue-green, body.expert .module .text-block h4.-portfolio, body.expert .module.module-media h4.-blue-green, body.expert .module.module-media h4.-portfolio, .fr-box .fr-view h4.-blue-green, .fr-box .fr-view h4.-portfolio {
    background-color: var(--color-blue-green);
  }

body.expert .expert-fund-body__text h4.-red, body.expert .module .text-block h4.-red, body.expert .module.module-media h4.-red, .fr-box .fr-view h4.-red {
    background-color: var(--color-red);
  }

body.expert .expert-fund-body__text h4.-blue, body.expert .module .text-block h4.-blue, body.expert .module.module-media h4.-blue, .fr-box .fr-view h4.-blue {
    background-color: var(--color-cyan);
  }

body.expert .expert-fund-body__text h4.-dark-blue, body.expert .module .text-block h4.-dark-blue, body.expert .module.module-media h4.-dark-blue, .fr-box .fr-view h4.-dark-blue {
    background-color: var(--color-kepler);
  }

body.expert .expert-fund-body__text h4.-orange, body.expert .expert-fund-body__text h4.-special, body.expert .module .text-block h4.-orange, body.expert .module .text-block h4.-special, body.expert .module.module-media h4.-orange, body.expert .module.module-media h4.-special, .fr-box .fr-view h4.-orange, .fr-box .fr-view h4.-special {
    background-color: var(--color-orange);
  }

body.expert .expert-fund-body__text h4, body.expert .module .text-block h4, body.expert .module.module-media h4, .fr-box .fr-view h4 {
    background-color: var(--color-expert-green);
    border-top: none;
    display: inline-block;
    color: white;
    line-height: 200%;
    margin-top: 1.5em;
    padding: 10px 20px;
}

body.expert .expert-fund-body__text h4 + p, body.expert .module .text-block h4 + p, body.expert .module.module-media h4 + p, .fr-box .fr-view h4 + p {
      margin-top: 0; padding-top: 0;
    }

body.expert .expert-fund-body__text table tr:nth-child(even) td, body.expert .module .text-block table tr:nth-child(even) td, body.expert .module.module-media table tr:nth-child(even) td, .fr-box .fr-view table tr:nth-child(even) td {
    background: var(--color-expert-light-blue);
  }

body.expert .expert-fund-body__text table tr:first-child td, body.expert .module .text-block table tr:first-child td, body.expert .module.module-media table tr:first-child td, .fr-box .fr-view table tr:first-child td {
    border-bottom: none;
    color: var(--color-expert-black);
    text-transform: none;
    text-transform: uppercase;
  }

body.expert .expert-fund-body__text table tr td, body.expert .module .text-block table tr td, body.expert .module.module-media table tr td, .fr-box .fr-view table tr td {
    color: var(--color-expert-black);
    font-size: 16px;
    padding: 10px;
  }

body.expert .expert-fund-body__text .module-text.boxed, body.expert .module .text-block .module-text.boxed, body.expert .module.module-media .module-text.boxed, .fr-box .fr-view .module-text.boxed {
    background: var(--color-expert-light-blue);
  }

body.expert .expert-fund-body__text .h4 + .pba {
    border-top: 2px solid var(--color-expert-green);
  }

body.expert .expert-fund-body__text table tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.05);
  }

body.expert .expert-fund-body__text table tr:first-child td {
    border-bottom: none;
    color: white;
    text-transform: none;
    text-transform: uppercase;
  }

body.expert .expert-fund-body__text table tr td {
    color: #C9C9C9;
    font-size: 16px;
    padding: 10px;
  }

#flash p {
    margin: 0;
  }

#flash .alert, #flash .notice, #flash .success {
    padding: 20px 10px;
    text-align: center;
  }

#flash .alert {
    color: white;
    background-color: var(--color-red);
  }

#flash .notice, #flash .success {
    color: white;
    background-color: var(--color-green);
  }

#flash .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
  }

#flash .close {
    opacity: 0.5;
    text-decoration: none;
    color: white;
  }

#flash .close:hover {
    opacity: 1;
  }

table.table {
  width: 100%;
  border-collapse: collapse;
}

table.table th, table.table .th, table.table td {
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #444444;
    line-height: 36px;
    padding: 2px 5px;
    text-align: left;
  }

table.table th p, table.table .th p, table.table td p {
      font-size: 1em;
    }

table.table th, table.table .th {
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
  }

table.table .col-num {
    text-align: right;
  }

table.table .gap {
    width: 20px;
  }

table.table tbody tr:nth-child(odd) {background: #F4F9FB}

table.table a {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid var(--color-cyan);
  }

table.table a:hover {
      color: var(--color-cyan);
    }

table.table .right {
    text-align: right;
  }

table.table.-as-def tbody th {
      width: 200px;
      font-weight: normal;
      font-family: "din-2014",'DINPro-Regular', sans-serif;
      font-weight: 400;
      font-style: normal;
      color: var(--color-cyan);
    }

table.table.-as-def tbody tr { background: none; }

.author {
  
  margin-bottom: 20px;

}

.author .author-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 1px dotted oklch(from var(--color-kepler) l c h / 0.3);
    padding-bottom: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

.author .author-avatar {
    width: 63px;
    height: 63px;
    margin-right: 10px;
    border-radius: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

.author .author-name {
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
    font-size: 15px;
    margin-top: 3px;
    color: #444444;
    line-height: 26px;
  }

.author .author-bio {
    margin-top: 5px;
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 27px;

  }

.author .author-contact {
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #444444;
    line-height: 24px;
  }

.author .author-contact a {
      color:inherit;
      text-decoration: none;
    }

.author .author-contact a:hover {
        border-bottom: 1px solid #444;
      }

.fund-award img {
    max-width: 100%;
    margin: 0 auto;
  }

.module-fund-list .fund-item.-award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.module-fund-list .fund-item.-award > span { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.module-fund-list .fund-item.-award .fund-award { margin-left: 20px; width: 130px; -ms-flex-negative: 0; flex-shrink: 0; }

@media screen and (min-width: 768px) and (max-width: 1199px) {

.module-fund-list .fund-item.-award {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}
    .module-fund-list .fund-item.-award .fund-award { margin: 20px 0 0 0; }
  }

@media screen and (max-width: 375px) {

.module-fund-list .fund-item.-award {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}
    .module-fund-list .fund-item.-award .fund-award { margin: 10px 0 0 0; }
  }

.module-award .fund-award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.module-award .fund-award .fund-award-image {
    max-width: 50%;
    text-align: center;
  }

.module-award .fund-award .fund-award-image img {
      display: block;
    }

.module-award .fund-award .fund-award-image a {
      display: block;
      font-size: 80%;
      color: #ccc;
    }

.module-award .fund-award .fund-award-image a:hover {
        color: var(--color-kepler);
      }

.inline-award {
  /* margin-bottom: -20px; */
  /* @media screen and (min-width: 992px) { */
  /*   display: none; */
  /* } */

  margin-bottom: 20px;
}

.inline-award .fund-award-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

.inline-award img {
    display: block;
  }

.inline-award p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 13px;
    line-height: 1.4;
  }

.inline-award a {
    color: var(--color-cyan);
  }

.inline-award a:hover {
      color: var(--color-kepler);
    }

#footer {
  margin-top: 48px;
  color: #999 !important;
  font-family: "din-2014",'DINPro-Regular', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--color-kepler);



}

#footer p {
    margin: 0;
  }

#footer .social-links {
    margin-top: 20px;
  }

#footer .social-links a {
      width: 35px;
      height: 35px;
      display: inline-block;
      text-indent: -999px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain;
    }

#footer .social-links a.twitter {
        background-image: url(//assets.expertinvestor.co.uk/assets/twitter-8886903879b985b0b9c5a74db5e6035900433a5ea65eb1b2b5b8c129fd09f07f.svg);
      }

#footer .social-links a.linkedin {
        background-image: url(//assets.expertinvestor.co.uk/assets/linkedin-6ac8b8d4f71f93f822a481894c03b123298a39e7f48520378ac36c3dcf4c9cb7.svg);
      }

#footer .bottom {
    font-size: 14px;
    line-height: 22px;
    border-top: 1px solid #ccc;
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

#footer .top {
    font-size: 18px;
    line-height: 22px;
    border-top: 1px solid #eee;
  }

.sfp #footer .top {
      border-top: 1px dotted oklch(from var(--color-kepler) l c h / 0.3);
    }

#footer .top {
    padding-top: 48px;
}

#footer .top p {
      color: black;
      margin-bottom: 5px;
    }

#footer .top p.terms a {
        color: #8A9398;
      }

#footer .top .flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-bottom: 30px;
    }

@media screen and (max-width: 767px) {
    #footer .top {
      font-size: 14px;
    }
    #footer .bottom {
      font-size: 12px;
    }
  }

body.-register #footer {
  margin-top: 0;
}

body.-register #footer .flex {
    border-top: none;
  }

.simple_form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.simple_form .form-group.string, .simple_form .form-group.select, .simple_form .form-group.email, .simple_form .form-group.password {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 10px;
    }

.simple_form .form-group.string > .form-control, .simple_form .form-group.select > .form-control, .simple_form .form-group.email > .form-control, .simple_form .form-group.password > .form-control {
        -webkit-box-flex: 3;
            -ms-flex: 3;
                flex: 3;
      }

.simple_form .form-group.string > .form-control.two-col, .simple_form .form-group.select > .form-control.two-col, .simple_form .form-group.email > .form-control.two-col, .simple_form .form-group.password > .form-control.two-col {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-left: -4px;
        }

.simple_form .form-group.string > .form-control.two-col .form-group, .simple_form .form-group.select > .form-control.two-col .form-group, .simple_form .form-group.email > .form-control.two-col .form-group, .simple_form .form-group.password > .form-control.two-col .form-group {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            margin-left: 20px;
            margin-bottom: 0;

          }

.simple_form .form-group.string > .form-control.two-col .form-group:first-child, .simple_form .form-group.select > .form-control.two-col .form-group:first-child, .simple_form .form-group.email > .form-control.two-col .form-group:first-child, .simple_form .form-group.password > .form-control.two-col .form-group:first-child { margin-left: 0}

.simple_form .form-group.string > input.form-control, .simple_form .form-group.select > input.form-control, .simple_form .form-group.email > input.form-control, .simple_form .form-group.password > input.form-control {
        border: 1px solid #ccc;
        padding: 7px 5px;
        text-indent: 5px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;

      }

.simple_form .form-group.string .selectize-control, .simple_form .form-group.select .selectize-control, .simple_form .form-group.email .selectize-control, .simple_form .form-group.password .selectize-control {
        margin-left: -4px;
      }

.simple_form .form-group.string .selectize-control.single .selectize-input, .simple_form .form-group.string .selectize-dropdown.single, .simple_form .form-group.select .selectize-control.single .selectize-input, .simple_form .form-group.select .selectize-dropdown.single, .simple_form .form-group.email .selectize-control.single .selectize-input, .simple_form .form-group.email .selectize-dropdown.single, .simple_form .form-group.password .selectize-control.single .selectize-input, .simple_form .form-group.password .selectize-dropdown.single {
        border-color: #ccc;
      }

.simple_form .form-group.string .selectize-control.single .selectize-input:after, .simple_form .form-group.select .selectize-control.single .selectize-input:after, .simple_form .form-group.email .selectize-control.single .selectize-input:after, .simple_form .form-group.password .selectize-control.single .selectize-input:after {
        border-color: #ccc transparent transparent;
      }

.simple_form .form-group.string .selectize-dropdown, .simple_form .form-group.string .selectize-input, .simple_form .form-group.string .selectize-input input, .simple_form .form-group.string input.form-control, .simple_form .form-group.select .selectize-dropdown, .simple_form .form-group.select .selectize-input, .simple_form .form-group.select .selectize-input input, .simple_form .form-group.select input.form-control, .simple_form .form-group.email .selectize-dropdown, .simple_form .form-group.email .selectize-input, .simple_form .form-group.email .selectize-input input, .simple_form .form-group.email input.form-control, .simple_form .form-group.password .selectize-dropdown, .simple_form .form-group.password .selectize-input, .simple_form .form-group.password .selectize-input input, .simple_form .form-group.password input.form-control {
        font-size: 14px;
      }

.simple_form .form-group.string label, .simple_form .form-group.select label, .simple_form .form-group.email label, .simple_form .form-group.password label {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        color: var(--color-cyan);
      }

.simple_form .booleans {
    margin-left: 25%;
  }

.simple_form .booleans input { margin-right: 5px; }

.simple_form .booleans a {
      color: inherit;
      text-decoration: none;
      border-bottom: 1px solid var(--color-cyan);
    }

.simple_form .booleans a:hover {
        color: var(--color-cyan);
      }

.simple_form .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.simple_form .form-row .form-group {
      margin-bottom: 0;
      margin-right: 10px;
    }

.simple_form .form-row p.note {
      font-size: 80%;
      margin-left: 10px;
    }

body.body-investor {
  border-top: 6px solid var(--color-yellow);
}

body.body-dfm {
  border-top: 6px solid var(--color-cyan);
}

#header {
  background: black;
  z-index: 10;
  position: relative;

}

#header .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
  }

@media screen and (max-width: 767px) {
    #header .switch, #header .blank {
      display: none;
    }
    #header .flex {
      padding: 15px 0;
    }
    #header a.brand {
      width: 230px;
      height: 58 * 0.75px;
      background-size: contain;

    }
  }

.switch, .blank {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.switch {
  text-align: right;
}

.switch a.switch {
  display: inline-block;
  white-space: nowrap;
  font-family: "din-2014",'DINPro-Regular', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: var(--color-cyan);
  text-decoration: none;
}

.switch a.switch span { border-bottom: 1px solid var(--color-cyan); }

.switch a.switch {
  background: url(//assets.expertinvestor.co.uk/assets/switch-01ece80efddefb3c71329c587eabbc3f25c01cc04dfc10d78da4ed3062ababb4.svg) 0 50% no-repeat;
  padding-left: 20px;
}

.switch a.switch:hover { color: var(--color-kepler);}

.switch a.switch:hover span { border-bottom-color: var(--color-kepler)}

#main {
  z-index: 10;
  margin-top: 48px;
  position: relative;
}

.-new-index #main {
  margin-top: 0;
}

.sfp #main {
  margin-top: 0;
}

#nav-sticky-wrapper {
  z-index: 30;
  position: relative;
}

.nav-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 19;
  display: none;
}

@media screen and (max-width: 1200px) {
  body.-open-nav .nav-overlay { display: block; }
}

#nav {
  z-index: 20;
  position: relative;
  background: var(--color-kepler);

}

#nav .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
  }

#nav .primary, #nav .secondary {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

#nav a.brand {
    width: 284px;
    height: 58px;
    background: url(//assets.expertinvestor.co.uk/assets/trust-intelligence-b157cad95de6b94a244caa76d35225df93e70d1d3256d9b7aedbe614e3c31ea2.svg) 50% 50% no-repeat;
    background-size: 284px 58px;
    display: block;
    text-indent: -9999px;
    text-decoration: none;
  }

#nav a.brand:hover { text-decoration: none; }

@media screen and (max-width: 767px) {
    #nav a.brand {
      width: 284 * 0.75px;
      height: 58 * 0.75px;
      background-size: contain;
    }
  }

#nav .mobile-wrapper {
    display: none;
  }

#nav a.mobile-menu {
    width: 44px;
    display: block;
  }

#nav a.mobile-menu > div {
      height: 3px;
      margin: 6px;
      background-color: white;

    }

#nav .mobile-blank {
    display: none;
    width: 44px;
  }

#nav .secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

#nav .header-user a {
    margin-left: 15px;
    margin-right: 0px !important;
  }

#nav .header-user a img {
    }

#nav .header-user a, #nav .header-watchlist a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      white-space: nowrap;
      height: 30px;
      gap: 7px;
    }

#nav .header-user img, #nav .header-watchlist img {
      width: 18px;
      height: 18px;
      display: block;
    }

@media screen and (max-width: 767px) {
      #nav .header-user img, #nav .header-watchlist img {
      }
      #nav .header-user span.name, #nav .header-watchlist span.name {
        display: none;
      }
    }

#nav .header-watchlist a {
    margin-left: 30px;
  }

#nav .header-watchlist a span.name {
      color: white;
    }

#nav .primary a, #nav .secondary a {
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-size: 16px;
    margin-right: 15px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    color: white;
    position: relative;
    border-bottom: 3px solid transparent;
  }

#nav .primary a:last-child, #nav .secondary a:last-child {margin-right: 0}

#nav .primary a.active, #nav .secondary a.active {
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
      font-size: 17px;
      border-bottom-color: var(--color-sky-blue);
    }

#nav .primary a:hover, #nav .secondary a:hover {
      border-bottom-color: white;
    }

.is-sticky #nav .primary a.active:after, .-hide-arr #nav .primary a.active:after, .is-sticky #nav .secondary a.active:after, .-hide-arr #nav .secondary a.active:after {
          display: none;
        }

@media screen and (max-width: 991px) {
          .-no-arrow #nav .primary a.active:after, .-no-arrow #nav .secondary a.active:after {
            display: none;
          }
      }

#nav .primary-line {
    height: 2px;
    display: none;
    background: var(--color-yellow);
  }

#nav .primary-toggle {
    display: none;
  }

#nav .primary-toggle:hover {
      background: var(--color-yellow) !important;
      border-bottom-color: transparent !important;
    }

@media screen and (min-width: 1200px) and (max-width: 1350px) {
    #nav .primary a,
    #nav .secondary a {
      margin-right: 10px;
    }
  }

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    #nav a.-home { display: none;}
  }

@media screen and (min-width: 1200px) and (max-width: 1350px) {
    #nav .toggle i { display: none;}
  }

@media screen and (max-width: 1200px) {
    #nav .flex {
      padding: 15px 0;
    }
    #nav .brand {
      width: 284px;
    }
    #nav .secondary, #nav .mobile-wrapper {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
    }
    #nav .mobile-wrapper {
      display: block;
    }
    #nav .primary-toggle, #nav .primary-line {
      display: block;
    }
    #nav .secondary .toggle {
      display: none;
    }
    #nav .primary {
      position: absolute;
      top: 88px;
      left: 0;
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-width: 300px;
      background-color: var(--color-kepler);
    }
      #nav .primary a {
        padding: 10px 20px;
        margin: 0;
      }
        #nav .primary a.active {
          background: var(--color-sky-blue);
        }
        #nav .primary a:hover {
          text-decoration: none;
          background: white;
          color: var(--color-kepler);
        }
      body.-open-nav #nav .primary {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
      }
  }

#nav .secondary {
    text-align: right;


  }

#nav .secondary .toggle a, #nav .secondary .toggle span {
      font-size: 15px;
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
      }

#nav .secondary .toggle span {
        color: var(--color-sky-blue);
      }

#nav .secondary .toggle i {
        font-style: normal !important;
      }

#nav .secondary #explain {
      position: absolute;
      display: none;
      top: 30px;
      right: 0;
      background: var(--color-yellow);
      color: black;
      padding: 10px;
      width: 300px;
      text-align: left;
      font-size: 14px;
      line-height: 140%;
    }

#nav .secondary #explain a {
        color: inherit;
        font-size: 14px;
      }

#nav .secondary .explainer {
      position: relative;
      display: inline-block;
    }

#nav .secondary .explainer:hover #explain { display: block; }

#nav .secondary a.question {
      color: var(--color-yellow);
      border: 1px solid var(--color-yellow);
      width: 21px;
      font-size: 12px;
      height: 21px;
      line-height: 20px;
      display: inline-block;
      margin-right: 0;
      text-align: center;
      border-radius: 100%;
      vertical-align: 0px;
    }

#nav .secondary a.toggle-icon {
      color: var(--color-cyan);

      background: url(//assets.expertinvestor.co.uk/assets/toggle-right-dd2bf928e4471e5a27a8a2c6c3c394345859c5927661d9a44032f3e93307e31e.svg) 100% 50% no-repeat;
      padding-right: 55px;
      margin-right: 5px;
    }

#nav .secondary a.toggle-icon:hover {
        color: white;
        border-bottom: none;
      }

#nav .secondary a.toggle-icon.active { color: white;}

#nav .secondary .-investor a.toggle-icon {
      background: url(//assets.expertinvestor.co.uk/assets/toggle-left-0a95519fa11b44d71d17b27b25698114e7e44ff3c030ed54c5bd5ac380ef1825.svg) 0% 50% no-repeat;
      padding-right: 0;
      padding-left: 55px;
      margin-left: 5px;
      margin-right: 0;
    }

@media screen and (max-width: 757px) {
    #nav .primary {
      top: 74px;
    }
  }

@media screen and (max-width: 575px) {
    #nav .flex {
      padding: 10px 0;
    }
    #nav .primary {
      top: 100px;
      right: 0;
      left: 0;
      width: 100%;
    }
  }

#page.-home .page-hero {
    padding-bottom: 0;
  }

#page.-home .page-hero .mailing-list-row {
      padding-top: 50px;
    }

#page.-home .page-hero .mailing-list-row a {
        background: var(--color-yellow);
        text-align: center;
        display: block;
        padding: 13px 0px;
        color: black;
        text-decoration: none;
        font-family: "din-2014", 'DINPro-Medium', sans-serif;
        font-weight: 600;
        font-size: 19px;
        color: #000;
      }

#page.-home .page-hero .mailing-list-row a:hover {
          background: black;
          color: white;
        }

#page.-home .page-hero .mailing-list-row a span {
          display: inline-block;
          vertical-align: middle;
        }

#page.-home .page-hero .mailing-list-row a i {
          width: 16px;
          height: 11px;
          margin-left: 5px;
          vertical-align: middle;
          display: inline-block;
          background: url(//assets.expertinvestor.co.uk/assets/arrow-mailing-list-689f5cdd45d669fdee7edf5e062140978180966c7d57503b8f8657b0777f4600.svg) 100% 50% no-repeat;
          background-size: contain;
        }

@media screen and (max-width: 1200px) {

#page.-home .page-hero .mailing-list-row a {
          font-size: 16px
      }
        }

@media screen and (min-width: 992px) and (max-width: 1200px) {
          #page.-home .page-hero .mailing-list-row a span:first-child {display: block;}
          #page.-home .page-hero .mailing-list-row a i {
            display: none;
          }
        }

@media screen and (max-width: 767px) {

#page.-home .page-hero .mailing-list-row a {
          font-size: 14px
      }
          #page.-home .page-hero .mailing-list-row a span { padding: 0; background: none;}
        }

#page.-home .module-boxes h2.-green {
        color: var(--color-green);
        border-bottom: 2px solid var(--color-green);
      }

#page.-home .module-boxes h2.-violet {
        color: var(--color-violet);
        border-bottom: 2px solid var(--color-violet);
      }

#page.-home .module-boxes h2.-blue-green {
        color: var(--color-blue-green);
        border-bottom: 2px solid var(--color-blue-green);
      }

#page.-home .module-boxes h2.-red {
        color: var(--color-red);
        border-bottom: 2px solid var(--color-red);
      }

#page.-home .module-boxes h2.-blue {
        color: var(--color-cyan);
        border-bottom: 2px solid var(--color-cyan);
      }

#page.-home .module-boxes h2.-dark-blue {
        color: var(--color-kepler);
        border-bottom: 2px solid var(--color-kepler);
      }

#page {
  margin-top: -50px;
}

#page .bg-strip {
    height: 50px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(//assets.expertinvestor.co.uk/assets/no-hero-5d1b2bfcdd7fc69c964d89764a28987204862aae505716108f6409cae8f1c399.jpg);
    background-size: cover;
  }

#page .page-author {
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #6a6a6a;
    line-height: 22px;
  }

#page .page-date {
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #6a6a6a;
    line-height: 18px;
    margin-bottom: 30px;
    margin-top: 20px;
    text-transform: uppercase;
  }

#page .page-date span {
      padding-top: 10px;
      border-top: 2px solid var(--color-blue-green);
    }

#page .page-date a {
      color: var(--color-red);
      margin-left: 5px;
      text-decoration: none;
      border-bottom: 2px solid var(--color-red);
    }

#page .page-date a:hover {
        color: var(--color-blue-green);
        border-color: var(--color-blue-green);
      }

#page .page-tabs {
    margin-bottom: 40px;
  }

#page .page-tabs > a.tab {
      display: block;
      padding: 8px 9px;
      text-decoration: none;
      color: var(--color-cyan);
      border-bottom: 1px solid #ccc;
    }

#page .page-tabs > a.tab.active {
        font-family: "din-2014", 'DINPro-Bold', sans-serif;
        font-weight: 700;
        border-color: var(--color-cyan);
        background: var(--color-cyan);
        color: white;
      }

#page .mailing-list {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

@media screen and (max-width: 993px) {

#page .mailing-list {
      display: none
  }
    }

#page .mailing-list a {
      background: var(--color-yellow);
      text-align: center;
      display: block;
      padding: 13px 0px;
      color: black;
      text-decoration: none;
      font-family: "din-2014", 'DINPro-Medium', sans-serif;
      font-weight: 600;
      font-size: 19px;
      color: #000;
    }

#page .mailing-list a:hover {
        background: black;
        color: white;
      }

#page .mailing-list a span {
        display: inline-block;
        vertical-align: middle;
      }

#page .mailing-list a i {
        width: 25px;
        height: 33px;
        margin-left: 5px;
        vertical-align: middle;
        display: inline-block;
        background: url(//assets.expertinvestor.co.uk/assets/arrow-mailing-list-689f5cdd45d669fdee7edf5e062140978180966c7d57503b8f8657b0777f4600.svg) 100% 50% no-repeat;
        background-size: contain;
      }

@media screen and (max-width: 1200px) {

#page .mailing-list a {
        font-size: 16px
    }
      }

@media screen and (min-width: 992px) and (max-width: 1200px) {
        #page .mailing-list a span:first-child {
          display: block;
        }
        #page .mailing-list a i {
          display: none;
        }
      }

@media screen and (max-width: 767px) {

#page .mailing-list a {
        font-size: 14px
    }
        #page .mailing-list a span {
          padding: 0;
          background: none;
        }
      }

#page {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#page .page-hero {
    padding: 50px 0 0 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

@media screen and (max-height: 700px) {

#page .page-hero {
      min-height: 200px;
      min-height: 70vh
  }
    }

#page .page-hero .hero-block {
      background: white;
      position: relative;
    }

#page .page-hero .hero-block .bg-white {
        background: white;
        position: absolute;
        left: -1000px;
        width: 1000px;
        height: 100%;
        top: 0;
        bottom: 0;
      }

#page .page-hero .overlay {
      background: -webkit-gradient(
        linear,
        left top, right top,
        from(rgba(0, 0, 0, 0.65)),
        to(rgba(0, 0, 0, 0))
      );
      background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.65) 0%,
        rgba(0, 0, 0, 0) 100%
      );
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
    }

#page .page-hero .page-tag {
      margin-top: -18px;
    }

#page .page-hero .box-tag {
      position: relative;
      display: inline-block;
      left: auto;
      top: auto;
      margin-bottom: 30px;
    }

#page .page-hero h1 {
      font-family: var(--font-family-heading-light);
      font-weight: var(--font-weight-heading-light);
      font-size: 52px;
      line-height: 1em;
      /* color: #FFFFFF; */
      /* text-shadow: 0 0px 5px rgba(0,0,0,0.23); */
      color: black;
      margin-bottom: 20px;

    }

#page .page-hero h1 a {
        color: inherit;
        text-decoration: none;
      }

.-type-general #page .page-hero h1 {
        padding-top: 30px;
      }

#page .page-hero .page-subtitle {
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
      font-size: 18px;
      /* color: #FFFFFF; */
      color: black;
      line-height: 26px;
      margin-bottom: 40px;
      margin-right: 10%;
      /* max-width: 485px; */
    }

#page .page-hero .page-date,
    #page .page-hero .page-author {
      /* color: white; */
      color: black;
    }

@media screen and (max-width: 767px) {
      #page .page-hero h1 {
        font-size: 32px;
      }
      #page .page-hero .page-subtitle {
        font-size: 16px;
      }
    }

#page.-home .page-hero h1 {
        color: #ffffff;
        text-shadow: 0 0px 5px rgba(0, 0, 0, 0.23);
      }

#page.-home .page-hero .page-subtitle {
        color: #ffffff;
        max-width: 485px;
      }

#page .page-date-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* border-bottom: 1px solid #EEEEEE; */

/* padding-bottom: 40px; */

#page .fund-hero h1 {
    margin-bottom: 10px;
  }

#page .fund-hero #content {
    margin-right: 0 !important;
  }

#page .fund-hero .page-date {
    margin: 0;
  }

#page .fund-hero .page-date span {
      margin-top: 0;
      border: none;
    }

.page-buttons {
  margin-bottom: 20px;
}

.page-buttons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 5px;
    border: 1px solid #eee;
    background: var(--color-kepler);
    text-decoration: none;
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
  }

.page-buttons a span {
      padding: 5px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-transition: 0.15s all;
      transition: 0.15s all;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: right;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: var(--color-cyan);

    }

.page-buttons a span em {
        display: none;
      }

.page-buttons a i {
      display: block;
      width: 35px;
      background: url(//assets.expertinvestor.co.uk/assets/triangle-477aa294bad24c54345f4fe26032ee7e10f613bfc5adb00664aaaf2230245249.svg) 50% 50%;
      background-repeat: no-repeat;
      margin-left: 5px;
      -webkit-transition: 0.15s all;
      transition: 0.15s all;
    }

.page-buttons a:hover {
      background: white;
    }

.page-buttons a.active i {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
      }

.page-hero .page-buttons a {
  display: inline-block;
}

#content {
  padding-top: 0;
}

#page.-home #content {
    padding-top: 50px;
  }

#page.-strip #content {
    padding-top: 50px;
  }

#content h1 {
    font-family: var(--font-family-heading-light);
    font-weight: var(--font-weight-heading-light);
    font-size: 52px;
    color: var(--color-kepler);
    margin-bottom: 30px;
    line-height: 1em;
  }

#content h1 a {
      color: inherit;
      text-decoration: none;
    }

#content .page-subtitle {
    font-family: "din-2014", 'DINPro-RegularItalic', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    color: var(--color-kepler);
    line-height: 26px;
    margin-bottom: 40px;
    max-width: 100%;
  }

.-type-general #content .page-subtitle {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 2px solid var(--color-blue-green);
    }

@media screen and (max-width: 767px) {
    #content h1 {
      font-size: 32px;
    }
    #content .page-subtitle {
      font-size: 16px;
    }
  }

#content .page-buttons {
    margin-bottom: 30px;
  }

#content .page-buttons .button.-follow, #content .page-date-buttons .button.-follow {
      background-color: var(--color-blue-green);
      border-color: var(--color-blue-green);
      color: white;
      margin-right: 20px;
    }

#content .page-buttons .button.-meeting, #content .page-date-buttons .button.-meeting {
      background-color: var(--color-kepler);
      border-color: var(--color-kepler);
      color: white;
      margin-right: 20px;
    }

#content .page-buttons .button.-download, #content .page-date-buttons .button.-download {
      background-color: var(--color-cyan);
      border-color: var(--color-cyan);
      color: white;
    }

#content .page-buttons .button.-done, #content .page-date-buttons .button.-done {
      background-color: white;
      color: var(--color-green);
      border-color: var(--color-green);
    }

#content .page-buttons .button, #content .page-date-buttons .button {
      padding: 15px 30px 13px 30px;
    }

#content .page-buttons .button em, #content .page-date-buttons .button em {
        font-size: 80%;
        font-style: normal;
        opacity: 0.5;
        vertical-align: 1px;
        position: relative;
        display: inline-block;
        border: 1px solid white;
        border-radius: 100%;
        width: 16px;
        height: 16px;
      }

#content .page-buttons .button em:hover, #content .page-date-buttons .button em:hover {
          opacity: 1;
        }

#content .page-buttons .button:hover, #content .page-date-buttons .button:hover {
        color: white;
        background-color: black;
        border-color: black;
      }

#content .page-buttons .button, #content .page-date-buttons .button {
      margin-bottom: 10px;
}

#content .module-boxes .flex .box {
      width: calc((100% - 20px) / 2);
    }

@media screen and (max-width: 760px) {

#content .module-boxes .flex .box {
        width: 100%
    }
      }

#content .module-boxes h2 {
      color: var(--color-blue-green);
      border-bottom: 2px solid var(--color-blue-green);
    }

.next-action {
  text-align: right;
}

.next-action a { 
    color: var(--color-kepler); 
    font-family: "din-2014", 'DINPro-Bold', sans-serif; 
    font-weight: 700;
    text-decoration: none;
  }

.next-action a em {
      color: var(--color-red);
      font-style: normal;
    }

.next-action a:hover {
      color: var(--color-cyan);
    }

#sidebar {
  padding-top: 50px;
  padding-bottom: 30px;
}

/* @media screen and (max-width: $tablet-width) { */

/*   display: none; */

/* } */

#sidebar section {
    border: 1px solid #eee;
  }

#sidebar h2 {
    text-align: right;
    color: var(--color-kepler);
    font-size: 14px;
    padding: 5px;
    text-transform: uppercase;
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    border-bottom: 2px solid var(--color-violet);
  }

#sidebar h2 a {
      text-decoration: none;
      color: inherit;
    }

#sidebar h3 {
    text-align: right;
    font-size: 14px;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    color: #999;
  }

#sidebar.-event h2, #sidebar.-green h2 {
      border-color: var(--color-green);
    }

#sidebar.-fund h2, #sidebar.-violet h2 {
      border-color: var(--color-violet);
    }

#sidebar.-blue-green h2, #sidebar.-portfolio h2 {
      border-color: var(--color-blue-green);
    }

#sidebar.-red h2 {
      border-color: var(--color-red);
    }

#sidebar.-blue h2 {
      border-color: var(--color-cyan);
    }

#sidebar.-dark-blue h2 {
      border-color: var(--color-kepler);
    }

#sidebar .module-boxes .flex .box {
      width: 100%;
    }

#content .page-tabs-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#content .page-tabs-buttons + .module-text {
    margin-top: 20px;
  }

#content .page-tabs-buttons .page-buttons {
    margin-bottom: 0 !important;
    text-align: left;
  }

#content .page-tabs-buttons .page-buttons .button {
      margin-bottom: 0;
    }

#content .page-tabs-buttons .page-buttons .button:last-child {
        margin-right: 0;
      }

@media screen and (max-width: 1400px) {
      #content .page-tabs-buttons .page-buttons .button {
        padding: 10px 20px 8px 20px;
        margin-right: 10px;
        font-size: 14px;
      }
    @media screen and (max-width: 1200px) {
        #content .page-tabs-buttons .page-buttons .button {
          padding: 10px 10px 8px 10px;
          margin-right: 8px;
          font-size: 13px;
        }
    }
    @media screen and (max-width: 764px) {

#content .page-tabs-buttons {
      display: block
}
      #content .page-tabs-buttons .page-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
      }
        #content .page-tabs-buttons .page-buttons > .button {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
        }
          #content .page-tabs-buttons .page-buttons > .button em {
            display: none;
          }
      #content .page-tabs-buttons .tab-toggle {
        margin-top: 10px !important;
        text-align: center !important;
      }
    }
    
  }

.tab-toggle {
  text-align: right;
  white-space: nowrap;
}

.tab-toggle span, .tab-toggle a {
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

.tab-toggle a.toggle-icon {
    color: var(--color-cyan);

    background: url(//assets.expertinvestor.co.uk/assets/toggle-right-white-de5798e19c6b399b522ecb321a6aa2956aea8dba2cb3c2dae9d0dec12c0d200d.svg) 100% 50% no-repeat;
    padding-right: 55px;
    margin-right: 5px;
  }

.tab-toggle a.toggle-icon:hover {
      color: var(--color-kepler);
      border-bottom: none;
    }

.tab-toggle a.toggle-icon.active { color: white;}

.tab-toggle.-view-tabs a.toggle-icon {
    background: url(//assets.expertinvestor.co.uk/assets/toggle-left-white-0e35d3e0b9454cc47bb025a796af1033a3b41986d97933da4aadc02c1d202bc0.svg) 0% 50% no-repeat;
    padding-right: 0;
    padding-left: 55px;
    margin-left: 5px;
    margin-right: 0;
  }

.pagination_wrapper {
  text-align: center;
  margin: 25px 0;
}

.pagination_wrapper a, .pagination_wrapper em, .pagination_wrapper span {
    font-size: 16px;
    color: inherit;
    text-decoration: none;
    font-style: normal;
    color: var(--color-kepler);
    padding: 5px;
  }

.pagination_wrapper em, .pagination_wrapper a:hover {
    color: var(--color-cyan);
  }

.pagination_wrapper img {
    vertical-align: -2px;
  }

/* Place all the styles related to the portal controller here. */

/* They will automatically be included in application.css. */

/* You can use Sass (SCSS) here: http://sass-lang.com/ */

body#portal {
  background: var(--color-kepler);
  color: white;

}

body#portal #nav .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

body#portal #footer .bottom {
    border-top: none;
  }

body#portal .portal-login {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
  }

body#portal .portal-login a {
      color: white;
      font-size: 80%;
    }

body#portal .portal-login .group input {
      background: transparent;
      border: 1px solid var(--color-cyan);
      padding: 10px;
      color: white;
    }

body#portal .portal-login input.button {
      width: 100%;
      background: var(--color-cyan);
      color: var(--color-kepler);
      padding: 15px 10px;
    }

body#portal .portal-login .forgot {
      margin-top: 2em;
      opacity: 0.5;
    }

body#portal p {
    margin: 0.5em 0;
  }

body#portal p a {
      color: white;
      border-bottom: 1px solid var(--color-cyan);
      text-decoration: none;
    }

body#portal p a:hover {
        color: var(--color-cyan);
      }

body#portal h2 {
    color: white;
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-heading);
    margin-bottom: 1em;
    margin-left: 2px;

  }

body#portal .form-wrapper {
    background: oklch(from var(--color-cyan) l c h /  0.2);
    padding: 10px 20px;
    margin-top: 2em;
  }

body#portal .form-wrapper form + .form-thanks {
      display: none;
    }

body#portal .form-wrapper h3 {
      margin-bottom: 10px;
    }

body#portal .form-wrapper .form-button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

body#portal .form-wrapper .form-button p {
        margin-left: 20px;
        font-size: 90%;
      }

body#portal .form-wrapper .form-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 -5px;
    }

body#portal .form-wrapper .form-flex .form-element {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin: 0 5px;
      }

body#portal .form-wrapper select {
      width: 100%;
    }

body#portal table {
    margin-top: 2em;
  }

body#portal table thead th {
      color: var(--color-cyan);
    }

body#portal table tbody tr {
      background: transparent;
    }

body#portal table tbody td {
      color: white;
    }

.selectize-input {
  border-radius: 0;
}

.selectize-control.single .selectize-input, .selectize-dropdown.single {
  border-color: var(--color-cyan);
}

.selectize-control.single .selectize-input {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: white;
}

.selectize-control.single .selectize-input:after {
  border-color: var(--color-cyan) transparent transparent;
}

body .smart-article {
  position: relative;
  z-index: 100;
}

body .smart-article__content {
    background: white;
    border-radius: 3px;
    padding: 30px;
  }

body .smart-article.event-edition .smart-article__content {
      background: none;
      padding: 0;
      border-radius: 0;
    }

body .smart-article.event-edition .module .module-text .text-block h2, body .smart-article.event-edition h2 {
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
      font-size: 17px;
      color: #000000;
      letter-spacing: 0.17px;
      padding-bottom: 20px;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
      margin-bottom: 30px;
    }

body .smart-article__main {
    background-image: linear-gradient(53deg, #FAFAFA 1%, #F3F3F3 96%);
    -webkit-box-shadow: 0 2px 24px 0 rgba(0,0,0,0.08);
            box-shadow: 0 2px 24px 0 rgba(0,0,0,0.08);
    padding-bottom: 60px;
    padding-top: 100px;
  }

@media screen and (max-width: 991px) {

body .smart-article__main {
      padding-top: 170px;
      padding-bottom: 40px
  }
    }

@media screen and (max-width: 374px) {

body .smart-article__main {
      padding-top: 190px
  }
    }

body .smart-article__main.-no-bar {
      padding-top: 40px;
    }

body .smart-article__disclaimer {
    margin-bottom: 40px;
    padding: 20px;
    border: 1px dotted oklch(from var(--color-kepler) l c h /  0.3);
  }

body .smart-article__disclaimer h3, body .smart-article__disclaimer p {
      font-size: 13px;
      letter-spacing: 0.14px;
      line-height: 21px;
    }

body .smart-article__disclaimer h3:first-child, body .smart-article__disclaimer p:first-child {
        margin-top: 0;
      }

body .smart-article__disclaimer h3:last-child, body .smart-article__disclaimer p:last-child {
        margin-bottom: 0;
      }

body .smart-article__disclaimer p {
      font-family: "din-2014",'DINPro-Regular', sans-serif;
      font-weight: 400;
      font-style: normal;
      color: oklch(from var(--color-kepler) l c h /  0.5);
    }

body .smart-article__disclaimer h3 {
      font-family: "din-2014", 'DINPro-Medium', sans-serif;
      font-weight: 600;
      color: var(--color-kepler);
    }

body .smart-article__bar {
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 26px 0 rgba(0,0,0,0.05);
            box-shadow: 0 0 26px 0 rgba(0,0,0,0.05);
    border-radius: 3px;
    margin-top: -30px;
    margin-bottom: -70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 30px;
    height: 100px;
  }

@media screen and (max-width: 991px) {

body .smart-article__bar {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      height: 190px;
      margin-top: -60px;
      margin-bottom: -130px
  }
    }

@media screen and (max-width: 575px) {

body .smart-article__bar {
      padding: 20px
  }
    }

@media screen and (max-width: 374px) {

body .smart-article__bar {
      height: 220px;
      margin-top: -60px;
      margin-bottom: -160px
  }
    }

body .smart-article__bar .event-bar__left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
    }

body .smart-article__bar .event-bar__left span.desktop {
        display: block;
        font-weight: normal;
      }

@media screen and (max-width: 991px) {

body .smart-article__bar .event-bar__left {
        width: 100%
    }
      }

body .smart-article__bar--date, body .smart-article__bar--location {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-right: 32px;
      margin-right: 32px;
      line-height: 1em;

    }

@media screen and (max-width: 1200px) {

body .smart-article__bar--date, body .smart-article__bar--location {
        padding-right: 25px;
        margin-right: 25px

    }
      }

@media screen and (max-width: 991px) {

body .smart-article__bar--date, body .smart-article__bar--location {
        border-right: none;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-right: 0;
        padding-right: 0

    }
      }

@media screen and (max-width: 575px) {
        body .smart-article__bar--date span.desktop, body .smart-article__bar--location span.desktop { display: none !important; }
      }

@media screen and (max-width: 374px) {

body .smart-article__bar--date, body .smart-article__bar--location {
        margin-top: 20px

    }
      }

body .smart-article__bar--date span.event, body .smart-article__bar--location span.event {
        font-weight: normal;
      }

body .smart-article__bar--date span.ico, body .smart-article__bar--location span.ico {
        margin-right: 10px;
      }

body .smart-article__bar--date span.date, body .smart-article__bar--location span.date {
        font-family: "din-2014", 'DINPro-Medium', sans-serif;
        font-weight: 600;
        font-size: 15px;
      }

body .smart-article__bar--location {
      border-right: none;
    }

@media screen and (max-width: 991px) {

body .smart-article__bar--location {
        margin-left: 20px
    }
      }

body .smart-article__bar--buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }

@media screen and (max-width: 374px) {

body .smart-article__bar--buttons {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between
    }
      }

@media screen and (max-width: 991px) {

body .smart-article__bar--buttons {
        width: 100%;
        border-top: 1px dotted oklch(from var(--color-kepler) l c h /  0.3);
        padding-top: 20px;
        margin-top: 20px
    }
      }

body .smart-article__bar--buttons .smart-button {
        color: var(--color-kepler);
      }

@media screen and (max-width: 374px) {

body .smart-article__bar--buttons .smart-button {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          text-align: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center
      }
        }

body .smart-article__bar--buttons .smart-button:first-child {
          margin-left: 0
        }

body .smart-article__bar--buttons .smart-button span.ico {
          color: var(--color-kepler);
          margin-top: -12.5px;
          margin-bottom: -15.5px;
        }

@media screen and (max-width: 374px) {

body .smart-article__bar--buttons .smart-button span.ico {
            display: none
        }
          }

body .smart-article__bar--buttons .smart-button.yellow {
          background: var(--color-yellow);
          border-color: var(--color-yellow);
        }

body .smart-article__bar--buttons .smart-button:hover {
          color: white;
          background: var(--color-kepler);
          border-color: var(--color-kepler);
        }

body .smart-article__bar--buttons .smart-button:hover span.ico, body .smart-article__bar--buttons .smart-button:hover span { color: white;}

body .smart-article__bar--author {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;

      border-right: 1px dotted oklch(from var(--color-kepler) l c h /  0.3);
      padding-right: 32px;
      margin-right: 32px;

    }

@media screen and (max-width: 1200px) {

body .smart-article__bar--author {
        padding-right: 25px;
        margin-right: 25px

    }
      }

@media screen and (max-width: 991px) {

body .smart-article__bar--author {
        border-right: none;
        margin-right: 0;
        padding-right: 0

    }
      }

body .smart-article__bar--author .author-avatar {
        width: 28px;
        height: 28px;
        margin-right: 10px;
        border-radius: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
      }

body .smart-article__bar--author .author-name {
        font-family: "din-2014", 'DINPro-Medium', sans-serif;
        font-weight: 600;
        font-size: 15px;
        line-height: 1.5em;
      }

body .smart-article__bar--author .author-link {
        font-family: "din-2014", 'DINPro-Medium', sans-serif;
        font-weight: 600;
        font-size: 15px;
        color: var(--color-violet);
        letter-spacing: 0;
        display: block;
        text-decoration: none;
        line-height: 1.5em;
      }

@media screen and (max-height: 900px) {
  .smart-article__sidebar .js-sticky-sidebar {
    width: auto !important;
    position: relative !important;
    top: auto !important;
  }
}

@media screen and (max-width: 991px) {
  .smart-article__sidebar .js-sticky-sidebar {
    width: auto !important;
    position: relative !important;
    top: auto !important;
  }
}

.smart-promo {
  margin-bottom: 60px;


}

.smart-promo h2 {
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--color-kepler);
    border-top: 1px dotted oklch(from var(--color-kepler) l c h / 0.3);
    padding-top: 23px;
    margin-bottom: 23px;
  }

.smart-promo h2 a {
      text-decoration: none;
      color: inherit;
    }

.smart-promo--wrapper {
    padding: 30px;
    background: #EBEBEB;
  }

.smart-promo--wrapper.-video {
      padding: 0;
    }

.smart-promo--body {
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 23px;
  }

.smart-promo .more {
    font-family: "din-2014", 'DINPro-Medium', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: var(--color-violet);
    text-decoration: none;
    
  }

.smart-related {
  margin-bottom: 60px;

}

.smart-related h2 {
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--color-kepler);
    border-top: 1px dotted oklch(from var(--color-kepler) l c h / 0.3);
    padding-top: 23px;
    margin-bottom: 23px;
  }

.smart-related a {
    display: block;
    border-bottom: 1px dotted oklch(from var(--color-kepler) l c h / 0.3);
    padding-bottom: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-decoration: none;
  }

.smart-related a:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0;
    }

.smart-related a span {
      font-family: var(--font-family-heading);
      font-weight: var(--font-weight-heading);
      font-size: 14px;
      color: #000000;
      letter-spacing: 0;
      line-height: 27px;
      display: block;
    }

.smart-related a small {
      font-family: "din-2014",'DINPro-Regular', sans-serif;
      font-weight: 400;
      font-style: normal;
      opacity: 0.5;
      font-size: 14px;
      color: #000000;
      letter-spacing: 0.7px;
      line-height: 29px;
    }

body.expert .smart-article__main {
    padding-top: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

body.expert .smart-article__bar {
    border-radius: 120px;
    margin: 0 -40px;
    padding: 20px 40px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    --gap: 20px;
    gap: var(--gap);
  }

body.expert .smart-article__bar--author {
      border-right: 1px dashed oklch(from var(--color-kepler) l c h / 0.3);
      margin: 0;
      padding: 0;
      padding-right: var(--gap);
    }

body.expert .smart-article__bar--author .author-link {
        color: var(--color-expert-blue);
        text-decoration: underline;
        font-size: 14px;
      }

body.expert .smart-article__bar--date {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-left: 0;
    }

body.expert .smart-article__bar .smart-button {
      border: 1px solid var(--color-expert-blue);
      border-radius: 100px;
      padding: 10px 20px 10px 10px;
      font-size: 13px;
      gap: 5px;

    }

body.expert .smart-article__bar .smart-button span { color: var(--color-expert-black); }

body.expert .smart-article__bar .smart-button span.ico { color: var(--color-expert-blue); margin-right: 0; }

@media screen and (max-width: 991px) {

body.expert .smart-article__bar {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      height: auto
  }

      body.expert .smart-article__bar .smart-article__bar--date {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
      }
      body.expert .smart-article__bar .smart-article__bar--buttons {
        border: none;
        width: auto;
        padding: 0;
        margin: 0;

      }
    }

@media screen and (max-width: 575px) {

body.expert .smart-article__bar {
      margin: 0 -15px;
      padding-left: 15px;
      padding-right: 15px;
      border-radius: 0px
  }
    }

body.expert .smart-article .smart-related.funds a {
      background: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 20px;
      padding: 10px 20px;
      margin-bottom: 10px;
      border: none;
    }

body.expert .smart-article .smart-related.funds a span {
        font-family: var(--font-family-heading);
        font-weight: var(--font-weight-heading);
        font-size: 16px;
        line-height: 32px;
        margin: 0;
      }

body.expert .smart-article .smart-related.funds a small {
        color: var(--color-expert-blue);
        border: 1px solid oklch(from var(--color-expert-blue) l c h / 0.4);
        background: oklch(from var(--color-expert-blue) l c h / 0.1);
        font-family: "din-2014", 'DINPro-Bold', sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 1em;
        letter-spacing: 0.16px;
        border-radius: 100px;
        padding: 6px 12px;
        opacity: 1;
        margin: 0;
      }

body.expert .smart-article .smart-related.funds a:hover {
        background: rgba(255, 255, 255, 0.8);
      }

.fp-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[28];
  grid-template-columns: repeat(28, 1fr);
  gap: 0 25px;
}

.fp-grid .fp-col-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    grid-column: 1 / 9;
    -ms-grid-row: 1;
    grid-row: 1;
  }

.fp-grid .fp-col-2 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 19;
    grid-column: 9 / 28;
    -ms-grid-row: 1;
    grid-row: 1;
  }

.fp-grid.reverse .fp-col-1 {
      -ms-grid-column: 1;
      -ms-grid-column-span: 20;
      grid-column: 1 / 21;
      -ms-grid-row: 1;
      grid-row: 1;
    }

.fp-grid.reverse .fp-col-2 {
      -ms-grid-column: 21;
      -ms-grid-column-span: 7;
      grid-column: 21 / 28;
      -ms-grid-row: 1;
      grid-row: 1;
    }

@media screen and (max-width: 991px) {

.fp-grid {
    display: block
} 
    .fp-grid .fp-col-1 {
      margin-bottom: 32px;
    }
  }

.smart-fund-profile .is-sticky {
    z-index: 1000;
  }

.smart-fund-profile .mobile-only {
    display: none;
  }

@media screen and (max-width: 991px) {

.smart-fund-profile .mobile-only {
      display: block
  }
    }

.smart-fund-profile .desktop-only {
    display: block;
  }

@media screen and (max-width: 991px) {

.smart-fund-profile .desktop-only {
      display: none
  }
    }

.smart-fund-profile__newer {
    padding: 30px;
    color: white;
    background: var(--color-cyan);
    margin-bottom: 40px;
    font-family: "din-2014", 'DINPro-Medium', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.smart-fund-profile__newer a {
      padding: 10px;
      color: inherit;
      border: 1px solid white;
      border-radius: 3px;
      text-decoration: none;
      white-space: nowrap;
    }

@media screen and (max-width: 575px) {

.smart-fund-profile__newer {
      display: block
  }
      .smart-fund-profile__newer span {
        display: block;
        margin-bottom: 20px;
      }

    }

.smart-fund-profile__header {
    background: var(--color-kepler);
    padding-bottom: 1px;
  }

.smart-fund-profile__type {
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: white;
    border-top: 1px dotted oklch(from white l c h / 0.3);
    padding-top: 23px;
    margin-bottom: 50px;
  }

@media screen and (max-width: 991px) {

.smart-fund-profile__type {
      margin-bottom: 18px
  }
    }

body.hub .smart-fund-profile__heading {
      padding-bottom: 100px;
    }

.smart-fund-profile__heading--award {
      padding-right: 20px;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      border-right: 1px solid rgba(151,151,151,0.6);
      height: 60px;
    }

.smart-fund-profile__heading--name {
      font-family: var(--font-family-heading);
      font-weight: var(--font-weight-heading);
      font-size: 30px;
      color: white;
      line-height: 46px;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
    }

.smart-fund-profile__heading--name small {
        display: block;
        font-family: "din-2014",'DINPro-Regular', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 23px;
        margin-top: -5px;
        opacity: 0.75;
      }

body.hub .smart-fund-profile__heading--name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }

@media screen and (max-width: 991px) {

.smart-fund-profile__heading--utils {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 20px


    }
        .smart-fund-profile__heading--utils .smart-fund-profile__heading--buttons {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          margin-bottom: -10px;
        }
        .smart-fund-profile__heading--utils .smart-fund-profile__heading--disclaimer {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          margin: 0 0 11px 0;
        }
      }

.smart-fund-profile__heading--buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;

    }

@media screen and (max-width: 991px) {

.smart-fund-profile__heading--buttons {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap

    }
        .smart-fund-profile__heading--buttons .smart-button {
          margin: 0 10px 10px 0;  
        }
      }

.smart-fund-profile__heading--buttons .smart-button:first-child {
        margin-left: 0;
      }

.smart-fund-profile__heading--key-info section {
        margin-top: 40px;
      }

.smart-fund-profile__heading--disclaimer {
      margin-top: 40px;
      margin-bottom: 40px;
    }

.smart-fund-profile__heading--disclaimer h3, .smart-fund-profile__heading--disclaimer p {
        font-size: 13px;
        letter-spacing: 0.14px;
        line-height: 21px;
      }

.smart-fund-profile__heading--disclaimer p {
        font-family: "din-2014",'DINPro-Regular', sans-serif;
        font-weight: 400;
        font-style: normal;
        color: rgba(255, 255, 255, 0.5);
      }

.smart-fund-profile__heading--disclaimer h3 {
        font-family: "din-2014", 'DINPro-Medium', sans-serif;
        font-weight: 600;
        color: white;
      }

.smart-fund-profile__tabs {
    position: relative;
    z-index: 1000;
    background: var(--color-kepler);
  }

.smart-fund-profile__tabs--inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      margin: 0px -20px 0 -20px;
    }

@media screen and (max-width: 1350px) {

.smart-fund-profile__tabs--inner {
        margin-left: -10px;
        margin-right: -10px
    }
      }

.smart-fund-profile__tabs .tab {
      margin: 0 20px;
    }

@media screen and (max-width: 1350px) {

.smart-fund-profile__tabs .tab {
        margin: 0 10px
    }
      }

.smart-fund-profile__tabs .tab {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1em;
}

.smart-fund-profile__tabs .tab {
      font-family: "din-2014", 'DINPro-Medium', sans-serif;
      font-weight: 600;
      font-size: 16px;
      letter-spacing: 0;
      color: white;
      opacity: 0.5;
      text-decoration: none;
      border-bottom: 3px solid transparent;
}

.smart-fund-profile__tabs .tab a {
        text-decoration: none;
        color: inherit;
        padding: 25px 0;
        
      }

.smart-fund-profile__tabs .tab span.ico {
        margin-right: 10px;
      }

.smart-fund-profile__tabs .tab svg {
        fill: currentColor;
      }

.smart-fund-profile__tabs .tab:hover, .smart-fund-profile__tabs .tab.active {
        opacity: 1;
      }

.smart-fund-profile__tabs .tab.active {
        border-bottom-color: var(--color-yellow);
      }

.smart-fund-profile__tabs .tab.active select {
          display: none;
        }

@media screen and (max-width: 1200px) {

.smart-fund-profile__tabs .tab {
        display: none
    }
        .smart-fund-profile__tabs .tab.active {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          border-bottom: none;
          padding: 25px 0;
          border-top: 1px dotted rgba(255, 255, 255, 0.3);
        }
          .smart-fund-profile__tabs .tab.active a { display: none; }
          .smart-fund-profile__tabs .tab.active select {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            display: block;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            background: transparent;
            font-family: "din-2014", 'DINPro-Medium', sans-serif;
            font-weight: 600;
            background: url(//assets.expertinvestor.co.uk/assets/arrow-down-4c3e96de33bd05d24124a1c18aad3083baebe49d4b0898cb127b793efe2680ac.svg) no-repeat center right;
            background-size: 15px 10px;
            font-size: 16px;
            color: white;
            border: none;
            /* appearance: none; */
            outline: none;
          }
            .smart-fund-profile__tabs .tab.active select:focus-within {
              background-color: var(--color-kepler);
            }
      }

.smart-fund-profile__body {
    background-image: linear-gradient(53deg, #FAFAFA 1%, #F3F3F3 96%);
    -webkit-box-shadow: 0 2px 24px 0 rgba(0,0,0,0.08);
            box-shadow: 0 2px 24px 0 rgba(0,0,0,0.08);
    padding-top: 40px;
    padding-bottom: 60px;
  }

.smart-fund-profile__body .mobile-container {
      padding: 0;
    }

@media screen and (max-width: 991px) {

.smart-fund-profile__body {
      padding-bottom: 40px
  }
      .smart-fund-profile__body > .container {
        width: 100%;
        padding: 0;
      }
      .smart-fund-profile__body .mobile-container {
        padding: 0 15px;
      }
    }

.smart-fund-profile__content-tab--heading {
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-heading);
    color: var(--color-kepler);
    font-size: 19px;
    letter-spacing: 0;
    line-height: 38px;
    font-style: italic;
  }

.smart-fund-profile__tags {
    margin-top: 40px;
  }

.smart-fund-profile__tags h3 {
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: var(--color-kepler);
      border-top: 1px dotted oklch(from var(--color-kepler) l c h / 0.3);
      padding-top: 23px;
      padding: 20px 0;
    }

.smart-fund-profile__tags ul {
      list-style: none;
      padding: 0;
      margin: 0 -10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }

.smart-fund-profile__tags ul li {
        margin: 0 10px 20px 10px;
      }

.smart-fund-profile__tags ul li a {
          display: block;
          background-color: var(--color-cyan);
          padding: 10px 20px;
          font-family: "din-2014",'DINPro-Regular', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 15px;
          color: #FFFFFF;
          letter-spacing: 0.75px;
          text-decoration: none;
        }

.smart-fund-profile__tags ul li a:hover {
            background-color: var(--color-kepler);
          }

.smart-fund-profile__content-kepler {
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--color-kepler);
    border-bottom: 1px dotted oklch(from var(--color-kepler) l c h / 0.3);
    padding-bottom: 10px;
    line-height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.smart-fund-profile__content-kepler svg {
      fill: currentColor;
      margin-right: 10px;
    }

.smart-fund-profile__continue {
    margin-top: 40px;
    background: var(--color-kepler);
    border-radius: 6px;
    padding: 30px;
    text-align: center;
    display: block;
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-heading);
    font-style: italic;
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-decoration: none;
    line-height: 1em;
  }

.smart-fund-profile__continue span {
      color: var(--color-yellow);
    }

.smart-fund-profile__continue svg {
      stroke: currentColor;
      margin-left: 10px;
    }

.smart-fund-profile__continue:hover {
      background-color: var(--color-yellow);
      color: black;
    }

.smart-fund-profile__continue:hover span {
        color: black;
      }

.smart-fund-profile__split--sidebar .is-sticky {
      z-index: 100;
    }

.smart-fund-profile__split--sidebar > .container {
      padding: 0;
    }

@media screen and (max-width: 991px) {

.smart-fund-profile__split--sidebar {
      margin-top: 40px;
      background: #F3F3F3;
      padding: 40px 0;
      -webkit-box-shadow: 
        inset 0 -2px 24px 0 rgba(0,0,0,0.08),
        inset 0 2px 24px 0 rgba(0,0,0,0.08);
              box-shadow: 
        inset 0 -2px 24px 0 rgba(0,0,0,0.08),
        inset 0 2px 24px 0 rgba(0,0,0,0.08)
  }
      .smart-fund-profile__split--sidebar > .container {
        padding: 0 15px;

      }
      .smart-fund-profile__split--sidebar .js-sticky-sidebar {
        width: auto !important;
        position: relative !important;
        top: auto !important;
      }

    }

@media screen and (max-height: 900px) {

      .smart-fund-profile__split--sidebar .js-sticky-sidebar {
        width: auto !important;
        position: relative !important;
        top: auto !important;
      }
    }

.smart-fund-profile__history {
    position: relative;

  }

.smart-fund-profile__history h2 {
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: var(--color-kepler);
      margin-bottom: 30px;
    }

.smart-fund-profile__history-all {
      font-family: "din-2014", 'DINPro-Medium', sans-serif;
      font-weight: 600;
      font-size: 14px;
      color: var(--color-violet);
      letter-spacing: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1em;
      margin-left: -8px;
      margin-top: -2px;
      z-index: 10;
      position: relative;
      text-decoration: none;
    }

.smart-fund-profile__history-all span.ico {
        margin-right: 10px;
      }

.smart-fund-profile__history-all::before {
        content: '';
        width: 27px;
        height: 20px;
        display: block;
        position: absolute;
        top: -20px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246,246,246,0.00)), to(#F6F6F6));
        background-image: linear-gradient(180deg, rgba(246,246,246,0.00) 0%, #F6F6F6 100%);
      }

.smart-fund-profile__history-item {
      margin-left: 5px;
      margin-top: -4px;
      
      z-index: 5;
      position: relative;
      border-left: 2px solid #D8D8D8;
      display: block;
      text-decoration: none;
      padding-left: 30px;
      padding-bottom: 30px;



    }

.smart-fund-profile__history-item-wrapper { 
        border: 1px solid #DBDBDB;
        border-radius: 8px;
        padding: 15px;
        position: relative;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
      }

.smart-fund-profile__history-item-wrapper::before {
          position: absolute;
          left: -37px;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          content: '';
          display: block;
          width: 10px;
          height: 10px;
          background: #D8D8D8;
          border-radius: 100%;
        }

.smart-fund-profile__history-item:hover .smart-fund-profile__history-item-wrapper {
        background: rgba(255, 255, 255, 0.25);
        -webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,0.15);
                box-shadow: 0 0 16px 0 rgba(0,0,0,0.15);
        border-radius: 8px;
      }

.smart-fund-profile__history-item.active .smart-fund-profile__history-item-wrapper {
        background: #FFFFFF;
        -webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,0.15);
                box-shadow: 0 0 16px 0 rgba(0,0,0,0.15);
        border-radius: 8px;
      }

.smart-fund-profile__history-item.active .smart-fund-profile__history-item-wrapper::before {
          background: var(--color-red);
          -webkit-box-shadow: 0 0 0 0 oklch(from var(--color-red) l c h /  1);
                  box-shadow: 0 0 0 0 oklch(from var(--color-red) l c h /  1);
          -webkit-animation: pulse-red 2s infinite;
                  animation: pulse-red 2s infinite;
        }

.smart-fund-profile__history-item-divider .smart-fund-profile__history-item-wrapper {
          background: none !important;
          border: none !important;
          -webkit-box-shadow: none !important;
                  box-shadow: none !important;
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
        }

.smart-fund-profile__history-item-divider span.dots {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          border: 1px solid #DBDBDB;
          border-radius: 8px;
          padding: 15px;
        }

.smart-fund-profile__history-item.hide {
        display: none;
      }

.smart-fund-profile__history-item:last-child:not(.hide) {
          position: relative;
          padding-bottom: 0px;
        }

.smart-fund-profile__history-item-title {
        font-family: "din-2014", 'DINPro-Medium', sans-serif;
        font-weight: 600;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 14px;
        line-height: 1em;
        color: var(--color-violet);
        position: relative;
      }

.smart-fund-profile__history-item-title span.ico {
          margin-left: 10px;
          vertical-align: -4px;
          position: absolute;
          top: 0px;
          right: 0px
        }

.smart-fund-profile__history-item-title svg {
          fill: currentColor;
        }

.smart-fund-profile__history-item-title span.title {
          -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
        }

.smart-fund-profile__history-item-title span.date {
          margin-bottom: 5px;
          display: block;
        }

.smart-fund-profile__history-item-title .speaker {
          color: var(--color-kepler);
          margin-top: 5px;
          opacity: 0.5;
        }

.smart-fund-profile__history-item-button {
        margin-top: 10px;
        
      }

.smart-fund-profile__history-item-desc {
        font-family: "din-2014",'DINPro-Regular', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-style: italic;
        font-size: 14px;
        line-height: 22px;
        color: rgba(0, 0, 0, 0.5);
        /* margin-top: -4px; */
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-height: 22px * 2;
        position: relative;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;  
        overflow: hidden;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
      }

.smart-fund-profile__history-item-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 10px;
      }

.smart-fund-profile__history-item-hero {
        width: 60px;
        min-height: 40px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-right: 15px;
      }

.smart-fund-profile__history-item-hero.fund-hero {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          background: #2E3F47;
          padding: 5px;
        }

.smart-fund-profile__history-item-hero.fund-hero img {
            width: 34px;
            height: 34px; 
          }

.smart-fund-profile__history-item.active .smart-fund-profile__history-item-title span.title, .smart-fund-profile__history-item:hover .smart-fund-profile__history-item-title span.title {
            color: black;
          }

.smart-fund-profile__history-item.active .smart-fund-profile__history-item-desc, .smart-fund-profile__history-item:hover .smart-fund-profile__history-item-desc {
            color: #000000;
          }

.smart-fund-profile__history-item.session .smart-fund-profile__history-item-title {
          color: var(--color-green);
        }

.smart-fund-profile__history-item.session .smart-fund-profile__history-item-hero {
          height: 40px;
          width: 40px;
          margin-left: 10px;
          margin-right: 25px;
          border-radius: 100%;
        }

.smart-fund-profile__featured {
    margin-top: 32px;
  }

.smart-fund-profile__featured--grid {
      display: -ms-grid;
      display: grid;
      margin-top: 40px;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
      grid-auto-rows: -webkit-min-content;
      grid-auto-rows: min-content;
      gap: 40px 40px;

    }

@media screen and (max-width: 575px) {

.smart-fund-profile__featured--grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr

    } 
      }

.smart-fund-profile__featured--box {
      text-decoration: none;
      border-top: 1px dotted oklch(from var(--color-kepler) l c h /  0.3);
    }

.smart-fund-profile__featured--inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
    }

.smart-fund-profile__featured--image {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-right: 30px;
    }

.smart-fund-profile__featured--content {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.smart-fund-profile__featured--tag {
      padding: 20px 0;
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: var(--color-kepler);
      letter-spacing: 0.16px;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
    }

.smart-fund-profile__featured--tag.-event, .smart-fund-profile__featured--tag.-green {
        color: var(--color-green);
      }

.smart-fund-profile__featured--tag.-fund, .smart-fund-profile__featured--tag.-violet {
        color: var(--color-violet);
      }

.smart-fund-profile__featured--tag.-blue-green, .smart-fund-profile__featured--tag.-portfolio {
        color: var(--color-blue-green);
      }

.smart-fund-profile__featured--tag.-red {
        color: var(--color-red);
      }

.smart-fund-profile__featured--tag.-blue {
        color: var(--color-cyan);
      }

.smart-fund-profile__featured--tag.-dark-blue {
        color: var(--color-kepler);
      }

.smart-fund-profile__featured--tag.-orange, .smart-fund-profile__featured--tag.-special {
        color: var(--color-orange);
      }

.smart-fund-profile__featured--date {
      font-family: "din-2014",'DINPro-Regular', sans-serif;
      font-weight: 400;
      font-style: normal;
      color: oklch(from var(--color-kepler) l c h /  0.5);
      font-size: 14px;
      letter-spacing: 0.7px;
    }

.smart-fund-profile__featured--name {
      font-family: var(--font-family-heading);
      font-weight: var(--font-weight-heading);
      color: var(--color-kepler);
      font-size: 15px;
      letter-spacing: 0;
      line-height: 25px;
    }

.smart-fund-profile__flash-update {
    margin-bottom: 40px;
  }

.smart-fund-profile__flash-update h3 {
      font-family: var(--font-family-heading);
      font-weight: var(--font-weight-heading);
      color: var(--color-kepler);
      font-size: 19px;
      letter-spacing: 0;
      line-height: 38px;
      font-style: italic;
      margin-bottom: 20px;
    }

.smart-fund-profile__flash-update--box {
      background: #EBEBEB;
      border-radius: 6px;
      padding: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-decoration: none;
    }

.smart-fund-profile__flash-update--image {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-right: 30px;
    }

.smart-fund-profile__flash-update--content {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
    }

.smart-fund-profile__flash-update--intro {
      font-family: "din-2014",'DINPro-Regular', sans-serif;
      font-weight: 400;
      font-style: normal;
      color: oklch(from var(--color-kepler) l c h /  0.7);
      font-size: 16px;
      letter-spacing: 0.16px;
      line-height: 24px;
      margin: 1em 0;
    }

.smart-fund-profile__flash-update--date {
      font-family: "din-2014",'DINPro-Regular', sans-serif;
      font-weight: 400;
      font-style: normal;
      color: oklch(from var(--color-kepler) l c h /  0.5);
      font-size: 14px;
      letter-spacing: 0.7px;
    }

.smart-fund-profile__flash-update--name {
      font-family: var(--font-family-heading);
      font-weight: var(--font-weight-heading);
      color: var(--color-kepler);
      font-size: 18px;
      letter-spacing: 0;
      line-height: 30px;
    }

@-webkit-keyframes pulse-red {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 oklch(from var(--color-red) l c h /  0.7);
            box-shadow: 0 0 0 0 oklch(from var(--color-red) l c h /  0.7);
  }
  
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px oklch(from var(--color-red) l c h /  0);
            box-shadow: 0 0 0 10px oklch(from var(--color-red) l c h /  0);
  }
  
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 oklch(from var(--color-red) l c h /  0);
            box-shadow: 0 0 0 0 oklch(from var(--color-red) l c h /  0);
  }
}

@keyframes pulse-red {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 oklch(from var(--color-red) l c h /  0.7);
            box-shadow: 0 0 0 0 oklch(from var(--color-red) l c h /  0.7);
  }
  
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px oklch(from var(--color-red) l c h /  0);
            box-shadow: 0 0 0 10px oklch(from var(--color-red) l c h /  0);
  }
  
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 oklch(from var(--color-red) l c h /  0);
            box-shadow: 0 0 0 0 oklch(from var(--color-red) l c h /  0);
  }
}

.smart-footer {
  /* background: rgba(20,37,45,0.1); */
  padding: 60px 0 0px 0;
}

@media screen and (max-width: 991px) {

.smart-footer {
    padding: 40px 0 0 0
}
  }

.smart-footer--author h3, .smart-footer--disclaimer h3 {
      font-family: var(--font-family-heading);
      font-weight: var(--font-weight-heading);
      color: var(--color-kepler);
      font-size: 19px;
      letter-spacing: 0;
      line-height: 38px;
      font-style: italic;
      border-top: 1px dotted oklch(from var(--color-kepler) l c h / 0.3);
      padding-top: 23px;
    }

.smart-footer__author {
    background: white;
    border-radius: 6px;
    padding: 30px;
    margin-bottom: 40px;
  }

.smart-footer__disclaimer {
    border: 1px dotted oklch(from var(--color-kepler) l c h /  0.3);
    padding: 15px;
  }

.smart-footer__disclaimer p {
      font-size: 12px;
      line-height: 23px;
    }

.smart-footer__disclaimer p:first-child {
        margin-top: 0;
      }

.smart-button {
  font-family: "din-2014", 'DINPro-Medium', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1em !important;
  border: 1px solid rgba(151,151,151,0.3);
  border-radius: 2px;
  color: white;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin-left: 20px;
}

.smart-button span.ico {
    margin-right: 10px;
    color: var(--color-cyan);
  }

.smart-button svg {
    fill: currentColor;
  }

.smart-button:hover, .smart-button.active {
    background: var(--color-cyan);
    border-color: var(--color-cyan);
  }

.smart-button:hover span.ico, .smart-button:hover span, .smart-button.active span.ico, .smart-button.active span {
      color: black;
    }

@media screen and (max-width: 575px) {

.smart-button {
    padding: 10px;
    font-size: 14px
}
    .smart-button svg {
      -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
              transform: scale(0.8);
    }
    .smart-button span.ico {
      margin-right: 5px;
    }
  }

.smart-button.follow {
    background: var(--color-yellow);
    border-color: var(--color-yellow);
    color: var(--color-kepler);
  }

/* border-color: rgba(151,151,151,0.6); */

.smart-button.follow span.ico {
      color: white;
    }

.smart-button.follow svg {
      fill: currentColor;
    }

.smart-button.follow:hover {
      background: var(--color-kepler);
      border-color: var(--color-yellow);
    }

.smart-button.follow:hover span { color: var(--color-yellow); }

.smart-button.follow.following {
      border-color: rgba(151,151,151,0.6);
      background: transparent;
    }

.smart-button.follow.following span {
        color: white;
      }

.smart-button.follow.following span.ico {
        color: var(--color-yellow);
      }

.smart-button.follow.following:hover span { color: white; }

.smart-button.save.saved {
      background: var(--color-yellow);
      border-color: var(--color-yellow);
    }

.smart-button.save.saved span.ico, .smart-button.save.saved span {
        color: black;
      }

.smart-button.save.saved svg {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
      }

.smart-button.key-info span.ico {
      color: var(--color-yellow);
    }

.smart-button.key-info:hover, .smart-button.key-info.active, .-open-key-info .smart-button.key-info {
      background: var(--color-yellow);
      border-color: var(--color-yellow);
    }

.smart-button.key-info:hover span.ico, .smart-button.key-info:hover span, .smart-button.key-info.active span.ico, .smart-button.key-info.active span, .-open-key-info .smart-button.key-info span.ico, .-open-key-info .smart-button.key-info span {
        color: black;
      }

.smart-button.key-info span.hide {
      display: none;
    }

.-open-key-info .smart-button.key-info span.hide {
        display: inline;
      }

.-open-key-info .smart-button.key-info span.view {
        display: none;
      }

.smart-article__content .smart-article__sessions {
  margin-bottom: 30px;
}

.smart-session {
  text-decoration: none;

}

.smart-session:last-child .smart-session--header, .smart-session:last-child .smart-session--content {
      border-bottom: none !important;
    }

.smart-session.event_fund {
    width: 100%;
    border: 1px solid rgba(151,151,151,0.2);

  }

.watchlist .smart-session.event_fund { border: 1px solid rgba(234,234,234,0.3);}

.smart-session.event_fund .smart-session--hero {
      background: var(--color-light-grey);
    }

.watchlist .smart-session.event_fund .smart-session--hero {background: oklch(from var(--color-light-grey) l c h /  0.1);}

.smart-session.event_fund .smart-session--header, .smart-session.event_fund .smart-session--content {
      border: none !important;
    }

.watchlist .smart-session.event_fund .smart-session--header, .watchlist .smart-session.event_fund .smart-session--content {background: transparent !important; }

.watchlist .smart-session.event_fund .smart-session--details {
        border-left: 1px solid rgba(234,234,234,0.3);
      }

.watchlist .smart-session.event_fund .smart-session--name, .watchlist .smart-session.event_fund .smart-session--hero__date {
        color: white;
      }

.watchlist .smart-session.event_fund .-session-website {
        color: white;
      }

.watchlist .smart-session.event_fund .-session-website span.ico {
          color: white;
        }

.watchlist .smart-session.event_fund .-session-website:hover {
          background: var(--color-yellow);
          color: var(--color-kepler);
        }

.watchlist .smart-session.event_fund .-session-website:hover span.ico {
            color: var(--color-kepler);
          }

.smart-session--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background: white;
    padding-right: 20px;
    border-bottom: 1px solid rgba(151,151,151,0.2);

  }

.smart-session--content {
    padding: 20px 20px;
    background: white;
    border-bottom: 1px solid rgba(151,151,151,0.2);
    display: none;
  }

.smart-session--hero {
    padding: 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 110px;
    text-decoration: none;
  }

.smart-session--hero .avatar {
      width: 84px;
      height: 84px;
      border-radius: 100%;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
    }

@media screen and (max-width: 575px) {

.smart-session--hero {
      width: 100px
  }
      .smart-session--hero .avatar {
        width: 60px;
        height: 60px;
      }
    }

.smart-session--hero .avatar + .smart-session--hero__date {
      margin-top: 10px;
    }

.smart-session--hero__date {
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: var(--color-kepler);
  
  
    }

.smart-session--type {
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--color-kepler);

  }

.smart-session--summary {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; 
    border-left: 1px solid rgba(151,151,151,0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

@media screen and (max-width: 767px) {

.smart-session--summary {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
  }
    }

.smart-session--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px;
  }

.smart-session--details {
    margin-right: 20px;
    text-decoration: none;
    padding: 20px;
    width: 100%;

  }

.smart-session--time {
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--color-green);
    white-space: nowrap;


  }

.smart-session--name {
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-heading);
    font-size: 15px;
    color: black;
    line-height: 28px;
  }

.smart-session--type {
    font-family: "din-2014", 'DINPro-Medium', sans-serif;
    font-weight: 600;
    color:var(--color-kepler);
  }

.smart-session--type.violet { color: var(--color-violet); }

.smart-session--type.cyan { color: var(--color-cyan); }

.smart-session--type.orange { color: var(--color-orange); }

.smart-session--type.green { color: var(--color-green); }

.smart-session--type.yellow { color: var(--color-yellow); }

.smart-session--type.kepler { color: var(--color-kepler); }

.smart-session--type.red { color: var(--color-red); }

.smart-session--type.sky_blue { color: var(--color-sky-blue); }

.smart-session--type.blue_green { color: var(--color-blue-green); }

.smart-session--speaker {
    font-family: "din-2014", 'DINPro-Medium', sans-serif;
    font-weight: 600;
    color:var(--color-kepler);
    opacity: 0.5;
    line-height: 1em;
    font-size: 15px;
    margin-top: 5px;
  }

.smart-session h3 {
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 1rem;
  }

.smart-session--button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    

  }

@media screen and (max-width: 767px) {

.smart-session--button {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 0 20px 20px 20px;
      margin-top: -10px

    

  }
    }

.smart-session--button .button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px;

    }

.smart-session--show {
    margin-top: 5px;
  }

.smart-session--show a {
      opacity: 0.7;
      font-family: "din-2014", 'DINPro-Medium', sans-serif;
      font-weight: 600;
      font-size: 15px;
      color: var(--color-cyan);
      line-height: 27px;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

.smart-session--show a svg {
        margin-left: 5px;
        fill: currentColor;
      }

.smart-session--show a:hover {
        opacity: 1;
      }

.smart-session.active .smart-session--content {
      display: block;
    }

.smart-session.active .smart-session--show svg {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
      }

.smart-session--video {
    margin-bottom: 2rem;
  }

.smart-session--assets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-pack: start; 
        -ms-flex-pack: start; 
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

.smart-session--assets .button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 1rem;
      margin-bottom: 1rem;
      padding: 10px;
      font-size: 13px;
      color: var(--color-kepler);
    }

.smart-session--assets .button i, .smart-session--assets .button span.ico {
        color: var(--color-cyan);
      }

.smart-session--assets .button:hover {
        color: white;
      }

.smart-session--assets .button:hover span.ico {
          color: white;
        }

.smart-session--assets .button.-with-icon {
        padding-left: 10px
      }

.session-registered {
  font-size: 14px;
  line-height: 1.4em;
  text-align: right;
}

.event-hero--box__button .session-registered {
    text-align: left;
  }

.session-registered {
  font-family: "din-2014", 'DINPro-Medium', sans-serif;
  font-weight: 600;
}

.session-registered .success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
  }

.session-registered .success img {
      margin-right: 5px;
    }

.event-hero--box__button .session-registered .success {
      color: white;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }

.session-registered .time {
    color: var(--color-green);
    white-space: nowrap;
  }

.session-registered .cancel {
    display: block;
    opacity: 0.4;
    color: black;
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
  }

.session-registered .cancel:hover {
      color: var(--color-red);
      opacity: 1;
    }

.event-hero--box__button .session-registered .cancel {
      color: white;
    }

#subnav.old {
  margin-top: -50px;
  margin-bottom: 50px;
  background: var(--color-sky-blue);

}

@media screen and (max-width: 991px) {

#subnav.old {
    margin-bottom: 20px

}
  }

@media screen and (max-width: 991px) {

#subnav.old.--z {
      display: none
  }
    }

#subnav.old .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13px 0;
  }

@media screen and (max-width: 1300px) {

#subnav.old .flex.-with-collapse {
      -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
  }
    }

@media screen and (max-width: 760px) {

#subnav.old .flex.-ratings {
      -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
  }
    }

#subnav.old .primary {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

@media screen and (max-width: 991px) {

#subnav.old .primary {
      display: none
  }
    }

#subnav.old .secondary {
    width: 200px;
    margin-left: 50px;
  }

@media screen and (max-width: 1300px) {

#subnav.old .secondary {
      margin-left: 0;
      width: auto
  }
    }

@media screen and (max-width: 991px) {

#subnav.old .secondary {
      width: 100%
  }
      #subnav.old .secondary form { width: 100%; }
    }

/* @media screen and (max-width: 760px) { */

/*   display: none; */

/* } */

#subnav.old .secondary.-with-links {
      text-align: right;

    }

@media screen and (max-width: 760px) {

#subnav.old .secondary.-with-links {
        margin-top: 20px;
        display: block

    }
      }

#subnav.old .secondary.-with-links .button {
        background-color: var(--color-blue-green);
        border-color: var(--color-blue-green);
        color: white;
      }

#subnav.old .secondary.-with-links .button:hover {
          background-color: black;
          border-color: black;
        }

#subnav.old .secondary.-with-toggle {
      max-width: 400px;
      width: 100%;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      
    }

#subnav.old .secondary.-with-toggle .toggle {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-right: 10px;
      }

@media screen and (max-width: 991px) {

#subnav.old .secondary.-with-toggle .toggle {
          display: none
      }
        }

#subnav.old .secondary.-with-toggle .selectize-control .selectize-input {
        background: #A5DFF4;
        border-color: #A5DFF4;
        color:var(--color-kepler);
        height: 36px;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
      }

#subnav.old .secondary.-with-toggle input.search {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        padding-top: 7px;
        padding-bottom: 7px;
      }

#subnav.old .secondary.-with-toggle button.go {
        top: 5px;
      }

#subnav.old span {
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.5;
    text-decoration: none;
    margin-right: 20px;
    position: relative;
  }

#subnav.old a {
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 20px;
    position: relative;
    border-bottom: 2px solid transparent;
  }

#subnav.old a:last-child {margin-right: 0}

#subnav.old a:hover {
      border-bottom-color: white;
    }

#subnav.old a.active {
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
      font-size: 17px;
      border-bottom-color: var(--color-kepler);
    }

/* &.active { */

/*   &:hover { */

/*     border-bottom-color: transparent; */

/*   } */

/*   &:after { */

/*     content: ""; */

/*     position: absolute; */

/*     top: 35px; */

/*     left: 50%; */

/*     transform: translateX(-50%); */

/*     margin-left: -20px; */

/*     width: 0px; */

/*     height: 0px; */

/*     margin: 0px auto; */

/*     border-left: 20px solid transparent; */

/*     border-right: 20px solid transparent; */

/*     border-bottom: 20px solid white; */

/*   } */

/* } */

#subnav.old a.-no-arr:after {
        display: none;
      }

#subnav.old form {
    position: relative;

  }

#subnav.old form input.search {
      border: 1px solid white;
      background: white;
      padding: 5px 5px 5px 30px;
      font-size: 14px;
      line-height: 1rem;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      outline: none;
    }

#subnav.old form button.go {
      position: absolute;
      border: none;
      left: 0;
      top: 3px;
      width: 30px;
      height: 24px;
      background: white url(//assets.expertinvestor.co.uk/assets/search-b5f357f5af3b7ed3052dc65095f8e7f03cbc7a538bcdfedc74daab867b0177bd.svg) 50% 50% no-repeat;
      background-size: 20px 20px;
      text-indent: -9999px;
    }

#subnav.new {
  margin-top: -50px;
  margin-bottom: 50px;
  background: var(--color-cyan);

}

@media screen and (max-width: 991px) {

#subnav.new {
    margin-bottom: 20px;
    min-height: 68px

}
  }

#subnav.new .mobile-search {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 28px;
  }

#subnav.new .mobile-search img {
      margin-bottom: 2px;
    }

#subnav.new .mobile-search img.search-close { display: none; }

@media screen and (max-width: 991px) {

#subnav.new .mobile-search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
  }
    }

body.secondary-nav-open #subnav.new .mobile-search {
      margin-left: 20px;
    }

body.secondary-nav-open #subnav.new .mobile-search img.search-close { display: block; }

body.secondary-nav-open #subnav.new .mobile-search img.search { display: none; }

@media screen and (max-width: 991px) {

#subnav.new.--z {
      display: none
  }
    }

#subnav.new .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }

@media screen and (max-width: 991px) {

#subnav.new .flex {
      min-height: 68px
  }
    }

@media screen and (max-width: 1300px) {

#subnav.new .flex.-with-collapse {
      -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
  }
    }

@media screen and (max-width: 760px) {

#subnav.new .flex.-ratings {
      -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
  }
    }

#subnav.new .primary {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

@media screen and (max-width: 991px) {

#subnav.new .primary {
      display: none;

      -webkit-box-orient: vertical;

      -webkit-box-direction: normal;

          -ms-flex-direction: column;

              flex-direction: column;
      position: absolute;
      background: var(--color-cyan);
      z-index: 100;
      top: 58px;
      left: -15px;
      width: calc(100% + 30px);
      padding-bottom: 20px
  }

      body.primary-nav-open #subnav.new .primary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
      }

      body.secondary-nav-open #subnav.new .primary {
        display: none;
      }

      #subnav.new .primary .nav-link {
        padding: 5px 20px;
        border-bottom: 0;
        margin: 0;
        font-weight: normal !important;

      }
    }

#subnav.new .secondary {
    width: 250px;
    margin-left: 50px;
  }

@media screen and (max-width: 1300px) {

#subnav.new .secondary {
      margin-left: 0;
      width: auto
  }
    }

@media screen and (max-width: 991px) {

#subnav.new .secondary {
      display: none;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: 100%
  }

      body.secondary-nav-open #subnav.new .secondary {
        display: block;
      }

      #subnav.new .secondary form {
        width: 100%;
      }
    }

/* @media screen and (max-width: 760px) { */

/*   display: none; */

/* } */

#subnav.new .secondary.-with-links {
      text-align: right;

    }

@media screen and (max-width: 760px) {

#subnav.new .secondary.-with-links {
        margin-top: 20px;
        display: block

    }
      }

#subnav.new .secondary.-with-links .button {
        background-color: var(--color-blue-green);
        border-color: var(--color-blue-green);
        color: white;
      }

#subnav.new .secondary.-with-links .button:hover {
          background-color: black;
          border-color: black;
        }

#subnav.new .secondary.-with-toggle {
      max-width: 400px;
      width: 100%;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;

    }

#subnav.new .secondary.-with-toggle .toggle {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-right: 10px;
      }

@media screen and (max-width: 991px) {

#subnav.new .secondary.-with-toggle .toggle {
          display: none
      }
        }

#subnav.new .secondary.-with-toggle .selectize-control .selectize-input {
        background: #A5DFF4;
        border-color: #A5DFF4;
        color: var(--color-kepler);
        height: 36px;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
      }

#subnav.new .secondary.-with-toggle input.search {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        padding-top: 7px;
        padding-bottom: 7px;
      }

#subnav.new .secondary.-with-toggle button.go {
        top: 5px;
      }

#subnav.new span.nav-link {
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.5;
    text-decoration: none;
    margin-right: 20px;
    position: relative;
  }

#subnav.new span.nav-link.a-z {
      margin-right: 10px;
      font-size: 19px;
      opacity: 0.2;
    }

#subnav.new a.nav-link {
    font-family: "din-2014", 'DINPro-Medium', sans-serif;
    font-weight: 600;
    font-size: 19px;
    padding: 40px 0 34px 0;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 40px;
    position: relative;
    opacity: 0.6;
    border-bottom: 6px solid transparent;
  }

#subnav.new a.nav-link.a-z {
      margin-right: 10px;
    }

#subnav.new a.nav-link:last-child {
      margin-right: 0
    }

#subnav.new a.nav-link:hover {
      border-bottom-color: white;
      opacity: 0.8;
    }

#subnav.new a.nav-link.active {
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
      opacity: 1;
      border-bottom-color: white;
    }

#subnav.new a.nav-link.mobile-category {
      display: none;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      border-color: transparent !important;
    }

#subnav.new a.nav-link.mobile-category span.label {
        margin-right: 5px;
      }

#subnav.new a.nav-link.mobile-category span.ico {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
      }

body.primary-nav-open #subnav.new a.nav-link.mobile-category span.ico {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg);
        }

@media screen and (max-width: 1199px) {

#subnav.new a.nav-link {
      padding: 20px 0 14px 0;
      margin-right: 20px;
      font-size: 16px
  }
    }

@media screen and (max-width: 991px) {
      #subnav.new a.nav-link.mobile-category {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
      }

        body.secondary-nav-open #subnav.new a.nav-link.mobile-category {
          display: none;
        }
    }

/* &.active { */

/*   &:hover { */

/*     border-bottom-color: transparent; */

/*   } */

/*   &:after { */

/*     content: ""; */

/*     position: absolute; */

/*     top: 35px; */

/*     left: 50%; */

/*     transform: translateX(-50%); */

/*     margin-left: -20px; */

/*     width: 0px; */

/*     height: 0px; */

/*     margin: 0px auto; */

/*     border-left: 20px solid transparent; */

/*     border-right: 20px solid transparent; */

/*     border-bottom: 20px solid white; */

/*   } */

/* } */

#subnav.new a.nav-link.-no-arr:after {
        display: none;
      }

#subnav.new form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 15px 0;

  }

#subnav.new form input.search {
      background: rgba(255,255,255,0.2);
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: none;
      padding: 5px 10px;
      font-size: 14px;
      line-height: 1rem;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      outline: none;
      color: white;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
    }

#subnav.new form input.search::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.8)
      }

#subnav.new form input.search::-moz-placeholder {
        color: rgba(255, 255, 255, 0.8)
      }

#subnav.new form input.search:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.8)
      }

#subnav.new form input.search::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.8)
      }

#subnav.new form input.search::placeholder {
        color: rgba(255, 255, 255, 0.8)
      }

#subnav.new form button.go {
      width: 28px;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: none;
      height: 29px;
      margin-left: 5px;
      background: transparent url(//assets.expertinvestor.co.uk/assets/search-new-630794d23fc8899acb96c235eb4d3d3510d434846251cf048d81a329b0239f2f.svg) 50% 50% no-repeat;
      background-size: 28px 29px;
      text-indent: -9999px;
    }

body.expert #subnav.new {
  background: none;
  margin: 0;
  position: relative;
  z-index: 100;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

body.expert #subnav.new .container .flex {
    background-color: var(--color-expert-blue);
    border-radius: 44px;
    margin: 0 -40px;
    padding: 0px 40px;
  }

@media screen and (max-width: 640px) {

body.expert #subnav.new .container .flex {
      margin: 0 -30px;
      padding: 0px 30px
  }
    }

@media screen and (max-width: 575px) {

body.expert #subnav.new {
    background-color: var(--color-expert-blue)
}
    body.expert #subnav.new .container .flex {
      border-radius: 0;
      margin: 0;
      padding: 0;
    }
    body.expert #subnav.new .primary {
      padding: 15px 15px 20px 15px;
    }
      body.expert #subnav.new .primary .nav-link {
        padding: 10px 0;
      }
  }

body.expert #subnav.new a.nav-link {
    padding: 30px 0 24px 0;
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
  }

body.expert #subnav.new form {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

body.expert #subnav.new form input.search {
      border-radius: 44px;
      padding: 15px 20px;
    }

body.expert #subnav.new form button.go {
      margin-left: 10px;
    }

@media screen and (min-width: 576px) {
    body.primary-nav-open #subnav.new .container .flex {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }
    body.primary-nav-open #subnav.new .primary {
      padding: 20px 40px 40px 40px;
      left: 0;
      width: 100%;
      border-bottom-left-radius: 44px;
      border-bottom-right-radius: 44px;
    }

      body.primary-nav-open #subnav.new .primary .nav-link {
        padding-block: 5px;
      }
}

.expert-image-bw, .expert-image-wash, .expert-image-grad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.expert-image-grad {
  background: -webkit-gradient(linear, left top, left bottom, from(#141F3B), to(rgba(20, 31, 59, 0.00)));
  background: linear-gradient(180deg, #141F3B 0%, rgba(20, 31, 59, 0.00) 100%);
}

.expert-image-bw {
  inset: 0;
  background: white;
  mix-blend-mode: color;
}

.expert-image-darken {
  background: #141F3B;
  opacity: 0.2;
  mix-blend-mode: darken;
}

.expert-image-wash {
  background: var(--color-expert-blue);
  opacity: 0.2;
  mix-blend-mode: color;
}

.module {
  margin-bottom: 30px;
}

.module h2 {
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: var(--color-kepler);
    line-height: 30px;
    margin-bottom: 1em;
  }

.module h2 + p {
      margin-top: 0;
    }

.module h3 {
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: var(--color-kepler);
    line-height: 26px;
  }

.module h4 {
    font-family: var(--font-family-heading-bold);
    font-weight: var(--font-weight-heading-bold);
    font-size: 15px;
    color: black;
    line-height: 21px;
    margin: 20px 0 5px 0;
    padding: 0;
  }

.module p {
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: var(--color-kepler);
    line-height: 27px;
  }

.module dd, .module dt {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }

.module dt {
    width: 200px;
    float: left;
    clear: left;
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--color-cyan);
  }

.module dd {
    margin-left: 200px;
    clear:right;
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
    color: #444444;
  }

.module dd a {
      color:inherit;
      text-decoration: none;
      border-bottom: 1px solid var(--color-cyan);
    }

.module dd a:hover { color: var(--color-cyan); }

.module .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

.module .flex > .col {
      width: calc((100% - 40px) / 2);
    }

.module .footer {
    padding-top: 50px;
    text-align: center;
  }

.module > .container + .footer {
      padding-top: 0;
      padding-bottom: 50px;
  }

.module .figure-block {
    border: 1px solid #80C9DD;
    padding: 10px;
    margin: 0px -10px 0px -10px;
  }

.module .figure-block .figure-no {
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
      font-size: 15px;
      color: #3C3C3C;
    }

.module .figure-block .figure-caption p { font-size: 12px;}

.module .figure-block .figure-caption p:last-child {margin-bottom: 0;}

.module-article-highlight {
  position: relative;
}

.module-article-highlight .article-highlight {
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    position: relative; 
    z-index: 1;
    

  }

.module-article-highlight .article-highlight__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-decoration: none;
      gap: 20px;
    }

.module-article-highlight .article-highlight__title {
      font-size: 24px;
      font-family: var(--font-family-heading);
      font-weight: var(--font-weight-heading);
      color: white;
      line-height: 30px;
      margin-bottom: 10px;
    }

.module-article-highlight .article-highlight__description {
      font-family: "din-2014",'DINPro-Regular', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      color: white;
      line-height: 20px;
    }

.module-article-highlight::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.65)), to(transparent));
    background: linear-gradient(to right, rgba(0,0,0,0.65) 0%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }

.home-block.block-award {
  background: #142931;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  width: 100%;
  border-top: none;
  padding: 40px 0 0 0;

  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  
}

.home-block.block-award .home-block__award-title {
    color: #8ABBCE;
    text-align: center;
    padding: 0 20px;
  }

.home-block.block-award .home-block__award-subtitle {
    color: #FFF;
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 0 20px;
  }

.home-block.block-award .home-block__award-image {
    margin: 40px 20px;
  }

.home-block.block-award img {
    width: 140px;
  }

.home-block.block-award .home-block__award-footer {
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    border-top: 1px solid #2D5666;
    padding: 5px 0px;
    color: #8ABBCE;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    width: 100%;
  }

.home-block.block-award .home-block__award-footer strong { 
      color: #FFF;
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
    }

.home-block.block-award .animated-border-box, .home-block.block-award .animated-border-box-glow{
    /* max-height: 200px; */
    /* max-width: 250px; */
    /* height: 100%; */
    /* width: 100%; */
    /* position: absolute; */
    overflow: hidden; 
    z-index: 0;
    /* Border Radius */
    border-radius: 10px;
    position: relative;
  }

.home-block.block-award .animated-border-box img, .home-block.block-award .animated-border-box-glow img {
      display: block;
    }

.home-block.block-award .animated-border-box-glow{
    overflow: hidden;
    /* Glow Blur */
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }

.home-block.block-award .animated-border-box:before, .home-block.block-award .animated-border-box-glow:before {
    content: '';
    z-index: -2;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
    position: absolute;
    width: 99999px;
    height: 99999px;
    background-repeat: no-repeat;
    background-position: 0 0;
    /*border color, change middle color*/
    background-image: conic-gradient(rgba(0,0,0,0), #FFD235, rgba(0,0,0,0) 25%);
    /* change speed here */
    -webkit-animation: rotate 4s linear infinite;
            animation: rotate 4s linear infinite;
  }

.home-block.block-award .animated-border-box:after {
    content: '';
    position: absolute;
    z-index: -1;
    /* border width */
    left: 5px;
    top: 5px;
    /* double the px from the border width left */
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    /*bg color*/
    background: #292a2e;
    /*box border radius*/
    border-radius: 7px;
  }

@-webkit-keyframes rotate {
    100% {
      -webkit-transform: translate(-50%, -50%) rotate(1turn);
              transform: translate(-50%, -50%) rotate(1turn);
    }
  }

@keyframes rotate {
    100% {
      -webkit-transform: translate(-50%, -50%) rotate(1turn);
              transform: translate(-50%, -50%) rotate(1turn);
    }
  }

.module-boxes .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; margin-bottom: -20px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

.module-boxes .flex .box, .module-boxes .flex .box-blank {
      width: calc((100% - 40px) / 3);

    }

@media screen and (max-width: 1200px) {

.module-boxes .flex .box, .module-boxes .flex .box-blank {
        width: calc((100% - 20px) / 2)

    }
      }

@media screen and (max-width: 760px) {

.module-boxes .flex .box, .module-boxes .flex .box-blank {
        width: 100%

    }
      }

.module-boxes .flex.-odd .box:first-child {
      width: 100% !important;
    }

@media screen and (min-width: 761px) {

.module-boxes .flex.-odd .box:first-child .box-content {
          margin-top: 200px
      }
        }

.module-boxes .flex.-two .box, .module-boxes .flex.-two .box-blank {
        width: calc((100% - 20px) / 2);
      }

@media screen and (max-width: 760px) {

.module-boxes .flex.-two .box, .module-boxes .flex.-two .box-blank {
          width: 100%
      }
        }

.module-boxes .buttons {
    margin-top: 20px;
  }

.module-boxes .buttons .button {
      display: block;
    }

.boxes-block {
  position: relative;
  margin-bottom: 20px;
  padding-bottom:20px;
}

.boxes-letter {
  font-size: 20px;
  color: var(--color-cyan);
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: "din-2014", 'DINPro-Bold', sans-serif;
  font-weight: 700;
}

.box {
  margin-bottom: 20px;
  background: #eee;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;

}

.box.abstract-1 { background-image: url(//assets.expertinvestor.co.uk/assets/abstract/IMG_1-c0adaa2aebd20c3cc4f276653048fadee98db4303e1eff08bb36c221941cf6e0.jpg); }

.box.abstract-2 { background-image: url(//assets.expertinvestor.co.uk/assets/abstract/IMG_2-824f6a08af50f8ee3fd09a99c8f80a5a73f62a68582e292da72cdf1daccc4c63.jpg); }

.box.abstract-3 { background-image: url(//assets.expertinvestor.co.uk/assets/abstract/IMG_3-8c2386b1cfb802365f07278efdbff40891274ce1001c69e752524ce9bee1a14d.jpg); }

.box.abstract-4 { background-image: url(//assets.expertinvestor.co.uk/assets/abstract/IMG_4-20793bdcb8f634920070c11f0592ab066226f8633fbcc06028fae5a6e7b8a3ca.jpg); }

.box.abstract-5 { background-image: url(//assets.expertinvestor.co.uk/assets/abstract/IMG_5-a4b2110679956557a2a86b394907898e2f60377c38af284f50621c7d9a41782f.jpg); }

.box.abstract-6 { background-image: url(//assets.expertinvestor.co.uk/assets/abstract/IMG_6-ef9249d8dfeff542f6fcdb9c4972974643d8f317e29e6efabba63b4251dda7bf.jpg); }

.box.abstract-7 { background-image: url(//assets.expertinvestor.co.uk/assets/abstract/IMG_7-89d3409c0bf9dae731108820ee6aaedc245ec0e230ecb283e1d2c1301300e5ba.jpg); }

.box-sponsor {
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: black;
    text-transform: uppercase;
  }

.box-sponsor.-event, .box-sponsor.-green {
      color: var(--color-green);
    }

.box-sponsor.-fund, .box-sponsor.-violet {
      color: var(--color-violet);
    }

.box-sponsor.-blue-green, .box-sponsor.-portfolio {
      color: var(--color-blue-green);
    }

.box-sponsor.-red {
      color: var(--color-red);
    }

.box-sponsor.-blue {
      color: var(--color-cyan);
    }

.box-sponsor.-dark-blue {
      color: var(--color-kepler);
    }

.box-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 20px 20px 20px;
    margin-top: 120px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }

.box-content > div {
      margin-bottom: 15px;
    }

.box-content > div:last-child { margin-bottom: 0; }

#sidebar .box-content { margin-top: 35px; }

.box-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    width: 200px;
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
  }

.box-hero a {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      width: 100%;
      text-indent: -9999px;
    }

.box-title {
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-heading);
    font-size: 24px;
    color: #333;
    line-height: 28px;
    margin: 0; padding: 0;
  }

.box-title a, .box-title span {

      -webkit-transition: all 0.25s;

      transition: all 0.25s;
    }

.box-title span {
      border-bottom: 1px solid transparent;
    }

.box-title a {
      color: inherit; text-decoration: none;
    }

.box-title a:hover {
        color: var(--color-cyan);
      }

.box-date {
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: var(--color-kepler);
    line-height: 28 / 16 * 100%;
    margin-bottom: 15px;
  }

.box-body p {
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: var(--color-kepler);
    line-height: 26px;
    margin: 0; padding: 0;
  }

.box-body p a {
      color: inherit;
      text-decoration: none;
      border-bottom: 1px solid var(--color-cyan);
    }

.box-body p a:hover { color: var(--color-cyan);}

.box-tag {
    text-decoration: none;
    display: block;
    color: white;
    background: var(--color-red);
    text-align: center;
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 30px 10px 30px;
    margin: 0;
    line-height: 1em;
    text-transform: uppercase;
  }

.box-tag.-event, .box-tag.-green {
    background-color: var(--color-green);
  }

.box-tag.-fund, .box-tag.-violet {
    background-color: var(--color-violet);
  }

.box-tag.-blue-green, .box-tag.-portfolio {
    background-color: var(--color-blue-green);
  }

.box-tag.-red {
    background-color: var(--color-red);
  }

.box-tag.-blue {
    background-color: var(--color-cyan);
  }

.box-tag.-dark-blue {
    background-color: var(--color-kepler);
  }

.box-tag.-orange, .box-tag.-special {
    background-color: var(--color-orange);
  }

.box-tag {
    position: absolute;
    top: -15px;
    left: 20px;
}

.box-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.box-funds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

.box-fund {
    text-decoration: none;
    color: #666;
    border: 1px solid #666;
    background: rgba(255,255,255,0.5);
    text-align: center;
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
    font-size: 12px;
    padding: 8px 20px 6px 20px;
    margin: 0 5px 5px 0;
    line-height: 1em;
    text-transform: uppercase;
  }

.box-header p {
      font-size: 18px;
      color: #333333;
      line-height: 21px;
    }

a.box {
  text-decoration: none;
}

a.box:hover .box-title span { color: var(--color-cyan); }

a.box:hover .box-content {
      background: rgba(255, 255, 255, 0.95);
    }

.box.-portfolio {
  margin-bottom: 40px;
}

.box.-portfolio .box-title {
    font-family: var(--font-family-heading-light);
    font-weight: var(--font-weight-heading-light);
    font-weight: normal;
    color: var(--color-kepler);
    font-size: 28px;
    line-height: 36px;
  }

.box.-portfolio .box-content {
    margin-top: 50px;
  }

.box.-portfolio .box-body p {
    font-size: 15px;
    line-height: 21px;
  }

.box.-portfolio .box-body .button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -10px;
  }

@media screen and (max-width: 1250px) {

.box.-portfolio .box-body .button-group {
      display: block;
      margin: 20px 0 0 0
  }
    }

.box.-portfolio .box-body .button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: block;
    padding: 10px 15px 8px 15px;

    background: var(--color-violet);
    border-color: var(--color-violet);
    text-align: center;
    color: white;
    margin: 20px 10px;
  }

@media screen and (max-width: 1250px) {

.box.-portfolio .box-body .button {
      margin: 0px 0px 5px 0px;
      width: 100%
  }
    }

.box.-portfolio .box-body .button:hover {
      background: var(--color-cyan);
      border-color: var(--color-cyan);
    }

.box.-portfolio .box-body .button.secondary {
    display: block;
    background: var(--color-kepler);
    border-color: var(--color-kepler);
    color: white;
    margin: 20px 0;
  }

.box.-portfolio .box-body .button.secondary:hover {
      background: var(--color-cyan);
      border-color: var(--color-cyan);
    }

.box.-portfolio .box-portfolio-content .award {
      max-width: 160px;
    }

@media screen and (max-width: 768px) {

.box.-portfolio .box-portfolio-content .award {
        margin-top: 20px
    }
      }

.box.-portfolio .box-portfolio-content a {
      font-size: 15px;
      line-height: 21px;
      border: none;
      text-decoration: none;
      color: #333;
      display: block;
      padding-left: 13px;
      background: url(//assets.expertinvestor.co.uk/assets/link-fund-62622e74fc74d0a23246cbb3daa85c10ce81499d82f2bd8e9c198a1fc7558ee0.svg) 0 5px no-repeat;
    }

.box.-portfolio .box-portfolio-content a span {
        border-bottom: 1px solid var(--color-cyan);
      }

.box.-portfolio .box-portfolio-content a em {
        font-style: normal;
        font-size: 14px;
        color: #9B9B9B;
        white-space: nowrap;
      }

.box.-portfolio .box-portfolio-content a:hover span { color: var(--color-cyan); border-bottom: 1px solid var(--color-cyan); }

.box.-portfolio .box-portfolio-content .portfolio-pages a {
      }

.portfolio-award {
  max-width: 90%;
  margin: 0 auto;
}

.box.-event {
  margin-bottom: 40px;
}

.box.-event .box-title {
    font-family: var(--font-family-heading-light);
    font-weight: var(--font-weight-heading-light);
    font-weight: normal;
    color: var(--color-kepler);
    font-size: 28px;
    line-height: 36px;
  }

.box.-event .box-content {
    margin-top: 50px;
    background: rgba(255, 255, 255, 0.95)
  }

.box.-event .box-body p {
    font-size: 15px;
    line-height: 21px;
  }

.box.-event .event-details {
    margin-top: 20px;
  }

.box.-event .event-details p {
      margin-bottom: 10px;
    }

.box.-event .box-header {
    margin: 0;
  }

.box.-event .box-header p {
      margin: 5px 0 0 0;
    }

.box.-event .box-event-content a {
      font-size: 15px;
      line-height: 21px;
      border: none;
      text-decoration: none;
      color: #333;
      display: block;
      padding-left: 13px;
      background: url(//assets.expertinvestor.co.uk/assets/link-fund-62622e74fc74d0a23246cbb3daa85c10ce81499d82f2bd8e9c198a1fc7558ee0.svg) 0 5px no-repeat;
    }

.box.-event .box-event-content a span {
        border-bottom: 1px solid var(--color-blue-green);
      }

.box.-event .box-event-content a em {
        font-style: normal;
        font-size: 14px;
        color: #9B9B9B;
        white-space: nowrap;
      }

.box.-event .box-event-content a:hover span {
          color: var(--color-blue-green);
          border-bottom: 1px solid var(--color-blue-green);
        }

.box.-event .box-event-content .event-speakers {
      margin-bottom: 20px;
    }

.box.-event .box-event-content .event-speakers p {
        padding: 0;
        margin: 0 0 5px 0;
        font-size: 15px;
      }

.box.-event .box-event-content .event-speakers p strong {
          font-weight: bold;
        }

.box.-event .box-event-content .event-speaker-note {
      font-weight: bold;
      color: #9B9B9B;
    }

.box.-event .box-tag {
    background-color: var(--color-blue-green);
  }

.box.-event .button {
    display: block;
    background-color: var(--color-blue-green);
    color: white;
    border-color: var(--color-blue-green);
  }

.box.-event .button:hover {
      color: var(--color-blue-green);
      background: transparent;
    }

.module-buttons {
  margin-top: -25px;
  margin-bottom: 25px;
  margin-left: -10px;
  margin-right: -10px;
}

.module-buttons .button {
    margin: 10px;
  }

@media screen and (max-width: 575px) {
    .module-buttons .button {
      display: block;
    }
  }

.overlay-coverage {
  max-width: 300px;

}

.overlay-coverage .button {
    display: block;
    width: 100%;
    border-color: var(--color-kepler);
    color: white;
    background-color: var(--color-kepler);
  }

.overlay-coverage .button:hover {
      background-color: var(--color-cyan);
      border-color: var(--color-cyan);
    }

.module-cta {
  background: #17B0CE url(//assets.expertinvestor.co.uk/assets/dog1-114ac5e36ca01c802e028484652cd4977c5a276bc2b30b2348d3371aab17f30a.jpg) 50% 50% no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0px;
  min-height: 390px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}

@media screen and (max-width: 767px) {

.module-cta {
    padding: 60px 0px 30px 0px

}
  }

.module-cta .cta__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.module-cta .cta__left, .module-cta .cta__right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

.module-cta .cta__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.module-cta .cta__inner {
    max-width: 400px;
  }

.module-cta .cta__name {
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-heading);
    font-size: 25px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 38px;
    margin-bottom: 20px;
  }

@media screen and (max-width: 575px) {

.module-cta {
    background: #17B0CE url(//assets.expertinvestor.co.uk/assets/dog2-886341ea6b9a3f7dd87e86c2a42889a2e2c6e8bc5b2410c2ef40ed0675ce8ad1.jpg) 50% 100% no-repeat;
    background-size: cover

}


    .module-cta .cta__wrapper {
      display: block;
    }

    .module-cta .cta__left {
      display: none;
    }
    .module-cta .cta__right {
      padding-bottom: 450px;
    }
  }

.module-dashboard-fund-list {
  padding: 20px 30px;
  border: 1px solid #eee;
  margin-top: -20px;
}

.module-dashboard-fund-list .empty-list {
    background: #eee;
    padding: 20px;
    margin-bottom: 20px;
  }

.module-dashboard-fund-list .list a {
      display: block;
      padding: 12px 0;
      border-bottom: 1px solid var(--color-cyan);
    }

.module-dashboard-fund-list .list a:first-child {
        border-top: 1px solid var(--color-cyan);
      }

.module-dashboard-fund-list .list a {
      text-decoration: none;
}

.module-dashboard-fund-list .list a strong {
        font-family: var(--font-family-heading);
        font-weight: var(--font-weight-heading);
        font-size: 17px;
        line-height: 20px;
        display: block;
        color: #333333;
      }

.module-dashboard-fund-list .list a:hover strong { color: var(--color-cyan); }

.module-dashboard-fund-list .buttons {
    margin-top: 20px;
  }

.module-dashboard-fund-list .buttons .button {
      display: block;
    }

.module-dashboard-profile .dashboard-profile-title {
    font-family: "din-2014", 'DINPro-Medium', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: var(--color-watchlist);
    letter-spacing: 0.17px;
    margin-bottom: 10px;
    background: url(//assets.expertinvestor.co.uk/assets/user-4fde6a7150a5ca1c6b6e6740bb9ca6130fdace79739ab2dffd5a518a004a5e1a.svg) 0 50% no-repeat;
    padding-left: 20px;
    background-size: 16px 16px;
  }

.module-dashboard-profile .dashboard-profile-box {
    background: var(--color-kepler);
    margin-bottom: 10px;

  }

.module-dashboard-profile .dashboard-profile-box--item {
      font-family: "din-2014", 'DINPro-Medium', sans-serif;
      font-weight: 600;
      font-size: 17px;
      padding: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px solid rgba(255,255,255,0.3);

    }

.module-dashboard-profile .dashboard-profile-box--item:last-child {
        border: none;
      }

.module-dashboard-profile .dashboard-profile-box--item__name {
        width: 120px;
        margin-right: 20px;
        color: var(--color-yellow);
      }

.module-dashboard-profile .dashboard-profile-box--item__value {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        color: white;
      }

.module-dashboard-profile .buttons .button {
      display: block;
      text-align: center;
    }

.module-dashboard-profile-menu {
  background: var(--color-kepler);
  text-align: left;
}

.module-dashboard-profile-menu .dashboard-profile-title {
    font-family: "din-2014", 'DINPro-Medium', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: white;
    background: url(//assets.expertinvestor.co.uk/assets/user-4fde6a7150a5ca1c6b6e6740bb9ca6130fdace79739ab2dffd5a518a004a5e1a.svg) 0 50% no-repeat;
    padding-left: 20px;
    background-size: 16px 16px;
  }

.module-dashboard-profile-menu .dashboard-profile-box {
    background: var(--color-kepler);
    margin-bottom: 10px;

  }

.module-dashboard-profile-menu .dashboard-profile-box--item {
      font-family: "din-2014", 'DINPro-Medium', sans-serif;
      font-weight: 600;
      font-size: 15px;
      padding: 10px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px;
      border-bottom: 1px solid rgba(255,255,255,0.3);

    }

.module-dashboard-profile-menu .dashboard-profile-box--item:last-child {
        border: none;
      }

.module-dashboard-profile-menu .dashboard-profile-box--item__name {
        width: 100px;
        color: var(--color-yellow);
      }

.module-dashboard-profile-menu .dashboard-profile-box--item__value {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        color: white;
      }

.module-dashboard-profile-menu .buttons .button {
      display: block;
      text-align: center;
    }

.overlay-download {
  display: none;
}

body.-show-download .overlay-download { display: -webkit-box; display: -ms-flexbox; display: flex; }

.overlay-download {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;

  -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;
}

.overlay-download .container {
    position: relative;
    max-width: 500px;
  }

.overlay-download .close {
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
  }

.overlay-download h2 {
    color: white;
    text-align: left;
    margin-bottom: 20px;
    font-size: 28px;
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-heading);
  }

.overlay-download h2 .em {
      font-family: var(--font-family-heading-light);
      font-weight: var(--font-weight-heading-light);
      opacity: 0.8

    }

.overlay-download .form-content {
    padding: 20px;
    background: white;
  }

.overlay-download .form-intro {
    border-bottom: 1px solid #dadada;
    margin-bottom: 1em;
    text-align: center;
  }

.overlay-download .form-intro p a {
        color: inherit;
        text-decoration: none;
        border-bottom: 1px solid var(--color-cyan);
      }

.overlay-download p.note {
    font-size: 13px;
    color: #666;
    line-height: 1.4em;
  }

.overlay-download .simple_form {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

.overlay-download .simple_form .form-group {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-right: 20px;
    }

.overlay-download .simple_form .buttons {
      text-align: center;
      margin-top: 20px;
    }

.overlay-download .simple_form .buttons .button {
        border-color: var(--color-kepler);
        color: white;
        background-color: var(--color-kepler);
      }

.overlay-download .simple_form .buttons .button:hover {
          background-color: var(--color-cyan);
          border-color: var(--color-cyan);
        }

.overlay-download .simple_form .buttons {
      margin: 0;
    }

.overlay-download .simple_form .form-group.string, .overlay-download .simple_form .form-group.select, .overlay-download .simple_form .form-group.email, .overlay-download .simple_form .form-group.password {
        display: block;
      }

.overlay-download .simple_form .form-group.string label, .overlay-download .simple_form .form-group.select label, .overlay-download .simple_form .form-group.email label, .overlay-download .simple_form .form-group.password label {
          display: none;
        }

.overlay-download .simple_form .form-group.string input.form-control, .overlay-download .simple_form .form-group.select input.form-control, .overlay-download .simple_form .form-group.email input.form-control, .overlay-download .simple_form .form-group.password input.form-control {
          border-color: var(--color-cyan);
          border-width: 1px;
          width: 100%;
        }

.overlay-download .simple_form .form-group.string > .form-control, .overlay-download .simple_form .form-group.select > .form-control, .overlay-download .simple_form .form-group.email > .form-control, .overlay-download .simple_form .form-group.password > .form-control {
          -webkit-box-flex: 3;
              -ms-flex: 3;
                  flex: 3;
        }

.overlay-download .simple_form .form-group.string > .form-control.two-col, .overlay-download .simple_form .form-group.select > .form-control.two-col, .overlay-download .simple_form .form-group.email > .form-control.two-col, .overlay-download .simple_form .form-group.password > .form-control.two-col {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            margin-left: 0px;
          }

.event-hero {
  min-height: auto !important;


}

.event-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 5;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background-image: none;
    background-color: var(--color-watchlist);
  }

.event-hero--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 100px;
    width: 100%;
  }

@media screen and (min-width: 993px) and (max-width: 1199px) {

.event-hero--wrapper {
      padding-left: 0;
      padding-right: 0
  }
    }

.event-hero--box, .event-hero--preview {
    text-decoration: none;
  }

.event-hero--box {

    max-width: 460px;

  }

@media screen and (max-width: 992px) {

.event-hero--box {
      max-width:370px

  }
    }

.event-hero--box__date {
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
      color: var(--color-green);
      font-size: 18px;
      margin-bottom: 20px;
    }

.event-hero--box h1 {
      font-family: var(--font-family-heading);
      font-weight: var(--font-weight-heading);
      font-size: 30px;
      color: #FFFFFF;
      font-style: italic;
      line-height: 150%;
      margin-bottom: 15px;
    }

.event-hero--box h1 a {
        color: inherit;
        text-decoration: none;
      }

.event-hero--box__from {
      font-family: "din-2014", 'DINPro-RegularItalic', sans-serif;
      font-weight: 400;
      font-style: italic;
      opacity: 0.6;
      font-size: 18px;
      color: #FFFFFF;
      line-height: 150%;
      margin-bottom: 20px;
    }

.event-hero--box__from a {
        color: inherit;
      }

.event-hero--box__intro {
      font-size: 17px;
      color: #FFFFFF;
      line-height: 29px;
      margin-bottom: 30px;
    }

.event-hero--box__button {
      display: inline-block;
    }

.event-hero--preview {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    min-height: 350px;
  }

.event-hero--preview__image {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      position: absolute;
      border: 2px solid var(--color-watchlist);
      -webkit-box-shadow: 0px 0px 10px 0px oklch(from var(--color-watchlist) l c h /  0.75);
              box-shadow: 0px 0px 10px 0px oklch(from var(--color-watchlist) l c h /  0.75);

    }

.event-hero--preview__image.image-2 {
        z-index: 5;
      }

.event-hero--preview__image.image-2:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: 0.5;
          z-index: 5;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          background-image: none;
          background-color: var(--color-watchlist);
        }

.event-hero--preview__image.image-1 {
        z-index: 10;
      }

.event-hero--preview.images-2 .event-hero--preview__image {
        width: 380px;
        height: 220px;
      }

.event-hero--preview.images-2 .event-hero--preview__image.image-1 {
        top: 80px;
        right: 170px;
      }

.event-hero--preview.images-2 .event-hero--preview__image.image-2 {
        top: 0;
        right: 50px;
      }

@media screen and (max-width: 1280px) {
        .event-hero--preview.images-2 .event-hero--preview__image.image-1 {
          right: 90px;
        }
      }

@media screen and (max-width: 1199px) {

.event-hero--preview.images-2 {
        min-height: 350px
    }
        .event-hero--preview.images-2 .event-hero--preview__image {
          width: 350px;
          height: 200px;
        }
        .event-hero--preview.images-2 .event-hero--preview__image.image-1 {
          right: 75px;
        }
        .event-hero--preview.images-2 .event-hero--preview__image.image-2 {
          right: 25px;
          top: 25px;
        }
      }

@media screen and (max-width: 992px) {

.event-hero--preview.images-2 {
        min-height: 300px
    }
        .event-hero--preview.images-2 .event-hero--preview__image {
          width: 300px;
          height: 180px;
        }
        .event-hero--preview.images-2 .event-hero--preview__image.image-1 {
          right: -75px;
          top: 75x;
        }
        .event-hero--preview.images-2 .event-hero--preview__image.image-2 {
          right: -25px;
          top: 25px;
        }
      }

.event-hero--preview.images-1 .event-hero--preview__image {
        width: 500px;
        height: 300px;
      }

.event-hero--preview.images-1 .event-hero--preview__image.image-1 {
        top: 0px;
        left: 0;
      }

@media screen and (max-width: 1199px) {

.event-hero--preview.images-1 {
        min-height: 270px
    }
        .event-hero--preview.images-1 .event-hero--preview__image {
          width: 380px;
          height: 220px;
        }
        .event-hero--preview.images-1 .event-hero--preview__image.image-1 {
          right: -50px;
          left: auto;
          top: 75x;
        }
      }

.event-hero--preview__author {
      border-radius: 9px;
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 15px;
      background-image: linear-gradient(113deg, #2C414A 0%, #39515C 100%);
      border-radius: 9px;
      min-width: 320px;
      z-index: 20;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;

    }

.event-hero--preview__author__image {
        width: 68px;
        height: 68px;
        border-radius: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        margin-right: 15px;
      }

.event-hero--preview__author__name__text {
        font-family: "din-2014", 'DINPro-Medium', sans-serif;
        font-weight: 600;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 130%;
      }

.event-hero--preview__author__name__title {
        font-family: "din-2014", 'DINPro-RegularItalic', sans-serif;
        font-weight: 400;
        font-style: italic;
        opacity: 0.6;
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 150%;
      }

@media screen and (max-width: 991px) {
    .event-hero .event-hero--wrapper {
      background-image: linear-gradient(159deg, rgba(44,65,74,0.73) 0%, rgba(57,81,92,0.73) 100%);
      border-radius: 9px;
      padding: 30px;
      margin-top: 20px;
      width: auto;
    }
    .event-hero .event-hero--details {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
    }
    .event-hero .event-hero--preview {
      min-height: auto;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
    }
    .event-hero .event-hero--preview__image {
      display: none !important;
    }
    .event-hero .event-hero--preview__author {
      background: none;
      min-width: 0;
      margin-left: 30px;
      position: relative;
      -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;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
    }
      .event-hero .event-hero--preview__author__image {
        margin: 0 auto;
        width: 190px;
        height: 190px;
        margin-bottom: 20px;
      }
  }

@media screen and (max-width: 767px) {
    .event-hero .event-hero--wrapper {
      padding: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 100%;
      position: relative;
      margin-bottom: 30px;
    }
    .event-hero .button {
      position: absolute;
      bottom: -20px;
      right: 20px;
    }
    .event-hero .event-hero--preview {
      width: 100%;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
    .event-hero h1 {
      font-size: 23px;
    }
    .event-hero .event-hero--box__intro {
      margin-bottom: 0;
    }
    .event-hero .event-hero--box__from, .event-hero .event-hero--box__intro {
      font-size: 15px;
    }

    .event-hero .event-hero--preview__author {
      margin-left: 0;
      right: auto;
      bottom: auto;
      left: 0;
      top: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: left;
      border-top: 1px solid rgba(255, 255, 255, 0.25);
      border-radius: 0;
      width: 100%;
      margin: 20px 0 0 0;
      padding: 20px 0 0 0;
    }
      .event-hero .event-hero--preview__author__image {
        margin: 0 10px 0 0;
        width: 46px;
        height: 46px;
      }
      .event-hero .event-hero--preview__author__name__text, .event-hero .event-hero--preview__author__name__title {
        font-size: 15px;
        line-height: 20px;
      }
  }

.event-highlight {
  min-height: auto !important;
  position: relative;
  background-color: var(--color-kepler);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;

}

.event-highlight::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 5;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background-image: none;
    background-color: var(--color-kepler);
  }

.event-highlight::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 7;
    background-image: linear-gradient(to bottom, transparent, var(--color-kepler));
  }

.event-highlight--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 0px;
    width: 100%;
    position: relative;
    z-index: 10;
    gap: 40px;
  }

@media screen and (max-width: 1199px) {

.event-highlight--wrapper {
      padding-left: 0;
      padding-right: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
  }
    }

.event-highlight--box, .event-highlight--preview {
    text-decoration: none;
  }

.event-highlight--box {

    max-width: 460px;
    width: 100%;

  }

@media screen and (max-width: 1199px) {

.event-highlight--box {
      max-width: 100%

  }
    }

.event-highlight--box__speaker {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 20px;
      margin-bottom: 10px;
    }

.event-highlight--box__speaker-name {
      font-family: "din-2014",'DINPro-Regular', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      color: #FFFFFF;
    }

.event-highlight--box__hero {
      height: 75px;
      width: 75px;
      border-radius: 50%;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
    }

.event-highlight--box__tag {
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
      color: var(--color-cyan);
      font-size: 16px;
      margin-bottom: 10px;
    }

.event-highlight--box h1 {
      font-family: var(--font-family-heading);
      font-weight: var(--font-weight-heading);
      font-size: 32px;
      color: #FFFFFF;
      font-style: italic;
      line-height: 150%;
    }

.event-highlight--box h1 a {
        color: inherit;
        text-decoration: none;
      }

.event-highlight--box__date {
      font-family: "din-2014",'DINPro-Regular', sans-serif;
      font-weight: 400;
      font-style: normal;
      opacity: 0.6;
      font-size: 32px;
      color: #FFFFFF;
      line-height: 150%;
      margin-bottom: 20px;
    }

.event-highlight--box__date a {
        color: inherit;
      }

@media screen and (max-width: 767px) {
      .event-highlight--box h1, .event-highlight--box .event-highlight--box__date {
        font-size: 24px;
      }
    }

.event-highlight--box__intro {
      font-size: 16px;
      color: #FFFFFF;
      line-height: 150%;
      opacity: 0.8
    }

.event-highlight--box__actions {
      margin-top: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 10px;
    }

.event-highlight--preview {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 7px;
    overflow: hidden;

  }

.event-highlight--preview iframe {
      -webkit-box-shadow: 0px 0px 10px 0px oklch(from var(--color-watchlist) l c h /  0.75);
              box-shadow: 0px 0px 10px 0px oklch(from var(--color-watchlist) l c h /  0.75);
    }

.event-highlight--preview {
    z-index: 10;
}

@media screen and (max-width: 1199px) {

.event-highlight--preview {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none

  }
    }

.event-highlight--preview__overlay {
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
      color: var(--color-yellow);
      font-size: 16px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 10;
      background-color: oklch(from var(--color-kepler) l c h /  0.7);
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      z-index: 20;
      pointer-events: none;
      display: none;
    }

.event-highlight--preview__video {
      z-index: 10;
      position: relative;
    }

.event-highlight.-sessions::after, .event-highlight.-sessions::before {
      display: none !important;
    }

.event-highlight.-sessions .event-highlight--box {
      border-top: 1px dotted white;
    }

.event-highlight.-sessions .event-highlight--wrapper, .event-highlight.-no-player .event-highlight--wrapper {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }

@media screen and (max-width: 1400px) {
    .event-highlight .sm-hide {
      display: none !important;
    }
  }

.event-highlight h3 {
    padding-top: 20px;
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-heading);
    font-style: italic;
    font-size: 20px;
    color: white;
    letter-spacing: 0;
    line-height: 38px;
  }

.event-highlight .button {
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    white-space: nowrap;

  }

.event-highlight .smart-session--summary {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

@media screen and (min-width: 500px) and (max-width: 767px) {
    .event-highlight .smart-session--summary {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }
  }

@media screen and (max-width: 767px) {
    .event-highlight .smart-session--details {
      padding: 0;
    }
    .event-highlight .smart-session--summary {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 20px;
      gap: 20px;
    }
    .event-highlight .smart-session--button {
      padding: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0;
    }
  }

.event-highlight .event-highlight--list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

@media screen and (max-width: 1199px) {

.event-highlight .event-highlight--list {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%
  }
    }

.event-highlight .smart-session--button .-session-watch .ico.-paused {
        display: block;
      }

.event-highlight .smart-session--button .-session-watch .ico.-playing {
        display: none;
      }

.event-highlight .smart-session--button .-session-register {
      background-color: var(--color-yellow);
      color: var(--color-kepler);
      border-color: var(--color-yellow);
    }

.event-highlight .smart-session--button .-session-register:hover {
        background-color: var(--color-kepler);
        color: white;
        border-color: var(--color-kepler);
      }

.event-highlight .smart-session {
    margin-bottom: 10px;

  }

.event-highlight .smart-session.active .-session-watch {
        background-color: var(--color-green);
        color: white;
        border-color: var(--color-green);
      }

.event-highlight .smart-session.playing .-session-watch .ico.-paused {
          display: none;
        }

.event-highlight .smart-session.playing .-session-watch .ico.-playing {
          display: block;
        }

.event-highlight .smart-session--hero {
    padding: 10px 0;
  }

.event-highlight .smart-session--hero .avatar {
      width: 60px;
      height: 60px;
    }

.event-highlight .smart-session--hero__date {
      margin-top: 5px;
    }

.event-highlight.-player .event-highlight--list {
      max-width: 460px;
      width: 100%;
      position: relative;

    }

@media screen and (max-width: 1199px) {

.event-highlight.-player .event-highlight--list {
        max-width: 100%

    }
      }

.event-highlight.-player .event-highlight--list::before, 
      .event-highlight.-player .event-highlight--list::after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100px;
        z-index: 1;        
        pointer-events: none;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
      }

.event-highlight.-player .event-highlight--list::before {
        top: 0;
        background-image: linear-gradient(to top, transparent, var(--color-kepler));
      }

.event-highlight.-player .event-highlight--list::after {
        bottom: 0;
        background-image: linear-gradient(to bottom, transparent, var(--color-kepler));
      }

.event-highlight.-player .event-highlight--list.at-top::before {
          opacity: 0;
        }

.event-highlight.-player .event-highlight--list.at-bottom::after {
          opacity: 0;
        }

.event-highlight.-player .event-highlight--list__wrapper {

        padding-right: 10px;

        overflow-y: scroll;
      }

.event-highlight.-player .event-highlight--list__wrapper::-webkit-scrollbar {
          width: 8px;
        }

.event-highlight.-player .event-highlight--list__wrapper::-webkit-scrollbar-track {
          background: rgba(255, 255, 255, 0.1);
          border-radius: 4px;
        }

.event-highlight.-player .event-highlight--list__wrapper::-webkit-scrollbar-thumb {
          background: rgba(255, 255, 255, 0.3);
          border-radius: 4px;
        }

.event-highlight.-player .event-highlight--list__wrapper::-webkit-scrollbar-thumb:hover {
            background: rgba(255, 255, 255, 0.4);
          }

.event-highlight.-player .event-highlight--wrapper {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }

.event-highlight.-player .-session-watch {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }

.event-highlight.-player .smart-session--header {
      background-color: #23404B;
      color: white;
    }

.event-highlight.-player .smart-session--date {
      color: var(--color-green);
    }

.event-highlight.-player .smart-session--name {
      color: white;
    }

.event-highlight.-player .smart-session--details {
      padding-left: 0;
    }

.event-highlight.-player .smart-session--summary {
      border-left: none;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 0 !important;
      padding-right: 0 !important;
    }

@media screen and (max-width: 767px) {

.event-highlight.-player .smart-session--summary {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 10px;
        padding-top: 10px;
        padding-bottom: 10px
    }
      }

.event-highlight.-player .button {
      width: 40px;
      height: 40px;
      padding: 0;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: transparent;
      border: 1px solid #5E7179;
    }

.event-highlight.-player .button.-session-download {
        color: var(--color-cyan);
      }

.event-highlight.-player .button.-session-download:hover {
          background-color: var(--color-cyan);
          color: white;
          border-color: var(--color-cyan);
        }

.fund-card {
  background: white;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: black;
  width: 100%;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.fund-card .fund-card--tag {
    margin-bottom: 15px;
  }

.fund-card .fund-card--name {
    font-family: var(--font-family-heading-bold);
    font-weight: var(--font-weight-heading-bold);
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 15px;
  }

.fund-card .fund-card--description {
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 20px;
    color: var(--color-expert-black);
  }

.fund-card .fund-card--stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    width: 100%;
  }

.fund-card .fund-card--stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 10px;
    background: var(--color-expert-light-blue-2);
    padding: 15px;
  }

.fund-card .fund-card--stat-label {
    font-family: "din-2014", 'DINPro-Medium', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 130%;
    text-align: left;
  }

.fund-card .fund-card--stat-value {
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
  }

.expert-fund-cards--button {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.expert-fund-cards--button .button {
      background: var(--color-expert-blue);
      border-color: var(--color-expert-blue);
      color: white;
    }

.expert-fund-cards--button .button:hover {
        background: var(--color-expert-black);
        border-color: var(--color-expert-black);
        color: white;
      }

.fund-card--tag {
  font-family: "din-2014", 'DINPro-Bold', sans-serif;
  font-weight: 700;
  display: inline-block;
  color: var(--card-color);
  padding: 2px 15px;
  border-radius: 50px;
  white-space: nowrap;
  font-size: 14px;
  background: oklch(from var(--card-color) l c h / 0.1);
}

.fund-card--tag.type_fund {
    --card-color: var(--color-expert-blue);
  }

.fund-card--tag.type_trust {
    --card-color: var(--color-expert-green);
  }

.fund-card--tag.type_etf {
    --card-color: var(--color-expert-purple);
  }

.fund-card--tag .desktop {
    display: block;
  }

.fund-card--tag .mobile {
    display: none;
  }

@media screen and (max-width: 767px) {
    .fund-card--tag .desktop {
      display: none;
    }
    .fund-card--tag .mobile {
      display: block;
    }
  }

.expert-fund-intro .container {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
  }

@media screen and (max-width: 768px) {

.expert-fund-intro .container {
      gap: 20px
  }
    }

@media screen and (max-width: 1200px) {

.expert-fund-intro .container {
      gap: 30px
  }
    }

.expert-fund-intro {

  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {

.expert-fund-intro {
    padding: 50px 0


}
  }

@media screen and (max-width: 1200px) {

.expert-fund-intro {
    padding: 75px 0


}
  }

.expert-fund-intro-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    mix-blend-mode: overlay;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;

  }

.expert-fund-intro::before {
    content: "";
    background: #EBF4FC;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }

.expert-fund-intro::after {
    content: "";
    height: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 244, 252, 0.00)), to(#EBF4FC));
    background: linear-gradient(180deg, rgba(235, 244, 252, 0.00) 0%, #EBF4FC 100%);
    z-index: 10;
  }

.expert-fund-intro-heading, .expert-fund-intro-content, .expert-fund-intro-articles {
    position: relative;
    z-index: 20;
  }

.expert-fund-intro-heading {
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-heading);
    color: var(--color-expert-black);
    font-size: 58px;
    line-height: 130%;
    text-align: center;
  }

@media screen and (max-width: 768px) {

.expert-fund-intro-heading {
      font-size: 42px
  }
    }

@media screen and (max-width: 1200px) {

.expert-fund-intro-heading {
      font-size: 46px
  }
    }

.expert-fund-intro-content {
    max-width: 700px;
    text-align: center;
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--color-expert-black);
    font-size: 18px;
    line-height: 32px;
  }

@media screen and (max-width: 768px) {

.expert-fund-intro-content {
      font-size: 16px;
      line-height: 24px
  }
    }

.expert-fund-intro + .fund-wrapper {
  margin-top: -50px;
  z-index: 20;
  position: relative;
}

.expert-fund-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  text-decoration: none;
  color: var(--color-expert-black);
}

.expert-fund-article-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-radius: 10px;
    overflow: hidden;
    background: white;
    padding: 20px 25px;
    -webkit-box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.11);
            box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.11);
    gap: 20px;

  }

.expert-fund-article-inner .expert-fund-article-image {
      width: 132px;
      background-color: #eeeeee;
      overflow: hidden;
      background-position: center;
      background-size: cover;
    }

.expert-fund-article-inner .expert-fund-article-content {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
    }

.expert-fund-article-inner .expert-fund-article-content h3 {
        font-family: var(--font-family-heading-medium);
        font-weight: var(--font-weight-heading-medium);
        color: var(--color-expert-black);
        font-size: 19px;
        line-height: 140%;
        height: 55px;
        margin-bottom: 5px;
        line-clamp: 2;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
      }

.expert-fund-article-inner .expert-fund-article-content .expert-fund-article-tag {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 5px;
        color: var(--color-expert-black);
        font-size: 15px;
        line-height: 1em;
        margin: 0 0 10px 0;
        font-family: "din-2014", 'DINPro-Bold', sans-serif;
        font-weight: 700;
        height: 21px;
      }

.expert-fund-article-inner .expert-fund-article-content .expert-fund-article-intro {
        font-family: "din-2014",'DINPro-Regular', sans-serif;
        font-weight: 400;
        font-style: normal;
        color: var(--color-expert-black);
        font-size: 16px;
        line-height: 130%;
        opacity: 0.7;
        line-clamp: 2;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
      }

.expert-fund-article .expert-fund-article-date {
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--color-expert-black);
    font-size: 13px;
    line-height: 120%;
    opacity: 0.3;
  }

.expert-fund-intro-articles {
  width: 100vw;
}

.expert-fund-intro-articles .single-article {
    padding: 40px max(calc(50vw - 735px), 100px);
  }

.expert-fund-intro-articles .single-article .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }

.expert-fund-intro-articles .single-article .swiper-wrapper .expert-fund-article {
        width: 100%;
        max-width: 500px;
      }

.expert-fund-intro-articles .swiper {
    width: 100%;
    padding: 40px max(calc(50vw - 735px), 100px);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }

.expert-fund-intro-articles .swiper.swiper-initialized {
      opacity: 1;
    }

.expert-fund-intro-articles .swiper .swiper-right-button, .expert-fund-intro-articles .swiper .swiper-left-button {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: var(--color-expert-blue);
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 50px;
      width: 64px;
      height: 44px;
      z-index: 20;
    }

.expert-fund-intro-articles .swiper .swiper-right-button {
      background-image: url(//assets.expertinvestor.co.uk/assets/expert/arrow-right-6f09e4d677538d2ad9d3a2cd7a65851c2ab6eed0409b5dcf2c72466101a09636.svg);
      right: 20px;
    }

.expert-fund-intro-articles .swiper .swiper-left-button {
      background-image: url(//assets.expertinvestor.co.uk/assets/expert/arrow-left-f1f93219358c945aaee73ea74979a7d3a247c87f4f18a42b38baab3c269e84e4.svg);
      left: 20px;
    }

.expert-fund-intro-articles .swiper .swiper-button-disabled {
      display: none;
    }

.expert-fund-intro-articles .swiper .swiper-left-fade {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5;
      width: max(calc(50vw - 735px), 100px);
      height: 100%;
      background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#EBF4FC));
      background: linear-gradient(to left, rgba(255, 255, 255, 0), #EBF4FC);
    }

.expert-fund-intro-articles .swiper .swiper-right-fade {
      position: absolute;
      top: 0;
      z-index: 5;
      right: 0;
      width: calc(max(calc(50vw - 735px), 100px) * 2);
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#EBF4FC));
      background: linear-gradient(to right, rgba(255, 255, 255, 0), #EBF4FC);
    }

@media screen and (max-width: 1500px) {

.expert-fund-intro-articles .swiper .swiper-right-fade {
        width: calc(max(calc(50vw - 735px), 100px))
    }
      }

@media screen and (max-width: 768px) {
    .expert-fund-intro-articles .swiper, .expert-fund-intro-articles .single-article {
      padding: 40px 20px;
    }
    .expert-fund-intro-articles .swiper-right-button, .expert-fund-intro-articles .swiper-left-button {
      display: none;
    }
    .expert-fund-intro-articles .swiper-left-fade, .expert-fund-intro-articles .swiper-right-fade {
      /* display: none; */
    }
  }

body.expert-academy .expert-fund-intro {
    --color-expert-black: white;

  }

body.expert-academy .expert-fund-intro::before, body.expert-academy .expert-fund-intro::after {
      background: #19292F;
    }

body.expert-academy .expert-fund-intro .swiper-left-fade {
      background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#19292F));
      background: linear-gradient(to left, rgba(255, 255, 255, 0), #19292F);
    }

body.expert-academy .expert-fund-intro .swiper-right-fade {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#19292F));
      background: linear-gradient(to right, rgba(255, 255, 255, 0), #19292F);
    }

body.expert-academy .expert-fund-intro .expert-fund-intro-heading {
      color: white;
    }

body.expert-academy .expert-fund-intro .expert-fund-intro-content {
      color: rgba(255, 255, 255, 0.5);
      margin-bottom: 20px;
    }

body.expert-academy .expert-fund-intro .expert-fund-intro-content p { margin: 0; }

body.expert-academy .expert-fund-intro .expert-fund-intro-content p + p { margin-top: 1rem; }

body.expert-academy .expert-fund-intro .container {
      gap: 20px;
    }

body.expert-academy .expert-fund-intro .expert-fund-article-inner {
      background: transparent;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 0;
      border-radius: 0;
    }

body.tag-show #main {
  background: #EBF4FC;
}

.fund-wrapper .container {
  }

/* @media screen and (max-width: 1599px) { */

/*   body.-expert-fund-list { */

/*     .container { */

/*       width: 100%; */

/*       padding-inline: 30px; */

/*     } */

/*   } */

/* } */

/* @media screen and (max-width: 767px) {  */

/*   body.-expert-fund-list { */

/*     .container { */

/*       width: 100%; */

/*       padding-inline: 15px; */

/*     } */

/*   } */

/* } */

.expert-fund-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.expert-fund-list__header, 
.expert-fund-list__filter, 
.expert-fund-list__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px 20px;
}

.expert-fund-list__header, 
.expert-fund-list__filters, 
.expert-fund-list__option {
  margin: 15px 0px;
  z-index: 10;
}

@media screen and (max-width: 991px) {

.expert-fund-list__header, 
.expert-fund-list__filters, 
.expert-fund-list__option {
    margin: 10px 0px
}
  }

.expert-fund-list__filters.-articles {
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-areas: "filter filters filters filters filters";
  gap: 20px 40px;
}

.expert-fund-list__filters.-articles .expert-fund-list__filter {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: filter;
    padding-bottom: 0;
  }

.expert-fund-list__filters.-articles .expert-fund-list--filters {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 7;
    grid-area: filters;
  }

@media screen and (max-width: 1200px) {

.expert-fund-list__filters.-articles {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-areas: "filter filters filters filters"
}

.expert-fund-list__filters.-articles .expert-fund-list__filter {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.expert-fund-list__filters.-articles .expert-fund-list--filters {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3
}
  }

@media screen and (max-width: 991px) {

.expert-fund-list__filters.-articles {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
        grid-template-areas: "filter filter"
                         "filters filters"
}

.expert-fund-list__filters.-articles .expert-fund-list__filter {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
}

.expert-fund-list__filters.-articles .expert-fund-list--filters {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
}
  }

@media screen and (max-width: 991px) {

.expert-fund-list__filters.-articles {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "filter"
                         "filters"
}

.expert-fund-list__filters.-articles .expert-fund-list__filter {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
}

.expert-fund-list__filters.-articles .expert-fund-list--filters {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
}
  }

.expert-fund-list__list {
  margin-top: 20px;
  padding-inline: 0px;
  z-index: 5;
}

.expert-fund-list__header h2 {
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-heading);
    color: var(--color-expert-black);
    font-size: 24px;
    line-height: 36px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1
  }

@media screen and (max-width: 991px) {

.expert-fund-list__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 10px;
    margin-bottom: 0px;
    border-bottom: 1px solid var(--color-expert-light-blue)
}
    .expert-fund-list__header .expert-fund-list--search {
      width: 100%;
      display: none;
    }
      body.search-open .expert-fund-list__header .expert-fund-list--search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
      }
      .expert-fund-list__header .expert-fund-list--search input { width: 100%; }
      .expert-fund-list__header .expert-fund-list--search button { display: none;}
  }

.expert-fund-list__filters {
  background: white;
  z-index: 1000;
}

.expert-fund-list__filters .expert-fund-list__filter {
    padding-bottom: 10px;
  }

.expert-fund-list__filters .expert-fund-list--price {
    display: none; 
  }

.expert-fund-list__filters .sort-filter {
    display: none;
  }

@media screen and (max-width: 991px) {

.expert-fund-list__filters { 
    margin: 0;
    padding-top: 10px
}
    .expert-fund-list__filters .expert-fund-list--price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .expert-fund-list__filters .sort-filter {
      display: block;
    }
  }

@media screen and (max-width: 991px) {

body[data-mode="grid"] .expert-fund-list__option {
      display: none
  }
    }

@media screen and (max-width: 991px) {
      body[data-mode="list"] .expert-fund-list__option .expert-fund-list--price {
        display: none;
      }
}

@media screen and (max-width: 575px) {
    body[data-mode="list"] .expert-fund-list__option {
      background: var(--color-expert-table);
      margin: 0 -15px;
      padding: 5px 15px;
    }
      body[data-mode="list"] .expert-fund-list__option .expert-fund-list--tabs {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;  /* IE and Edge */     /* Firefox */
        
      }
        /* Hide scrollbar for .expert-fund-list--tabs on mobile */
        body[data-mode="list"] .expert-fund-list__option .expert-fund-list--tabs::-webkit-scrollbar {
          display: none;
        }
        body[data-mode="list"] .expert-fund-list__option .expert-fund-list--tabs {
        -ms-overflow-style: none;
        scrollbar-width: none;
  }
}

.expert-fund-list--tabs-info .expert-fund-list--tab-info {
    display: none;
  }

body[data-tab="cumulative"] .expert-fund-list--tabs-info .expert-fund-list--tab-info[data-tab="cumulative"] {
      display: block;
    }

.sort-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5px;
}

.sort-link span {
    font-family: "din-2014", 'DINPro-Medium', sans-serif;
    font-weight: 600;
    color: var(--color-expert-black);
  }

.sort-link svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    fill: var(--color-expert-green);
    width: 11px;
    height: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0.5;
  }

.sort-link.active svg {
    fill: var(--color-expert-black); opacity: 1; 
  }

.sort-link.desc svg {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); 
  }

.sort-link.asc svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); 
  }

.expert-fund-table {
  width: 100%;
}

.expert-fund-table .expert-fund-table-header, .expert-fund-table .expert-fund-table-row {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    padding-inline: 15px;
  }

.expert-fund-table .expert-fund-table-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }

.expert-fund-table .expert-fund-table-header {
    font-size: 15px;
    background: white;
  }

.expert-fund-table .expert-fund-table-row {
    background: var(--color-expert-table);
  }

.expert-fund-table .td-col-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }

.expert-fund-table .td-col-group.-main {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; 
      -webkit-box-pack: start; 
          -ms-flex-pack: start; 
              justify-content: flex-start;
    }

.expert-fund-table .td-col-group.-fees, .expert-fund-table .td-col-group.-cumulative, .expert-fund-table .td-col-group.-discrete, .expert-fund-table .td-col-group.-summary { 
      -webkit-box-flex: 2; 
          -ms-flex: 2; 
              flex: 2;
      display: none;
    }

.expert-fund-table a {
    text-decoration: none;
    color: inherit;
  }

.expert-fund-table .n1 { grid-area: n1; }

.expert-fund-table .n2 { grid-area: n2; }

.expert-fund-table .n3 { grid-area: n3; }

.expert-fund-table .n4 { grid-area: n4; }

.expert-fund-table .n5 { grid-area: n5; }

.expert-fund-table .n6 { grid-area: n6; }

.expert-fund-table .strategy { grid-area: strategy; }

.expert-fund-table .category { grid-area: category; }

.expert-fund-table .td-col {
    color: var(--color-expert-black);
    font-size: 16px;
    padding: 15px 0;
  }

.expert-fund-table .td-col.number {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
    }

.expert-fund-table .td-col.freq {
      width: 150px;
      text-align: left;
    }

.expert-fund-table .td-col.name {
      font-family: "din-2014", 'DINPro-Medium', sans-serif;
      font-weight: 600;
    }

.expert-fund-table .td-col.type {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: 100%;
      padding-block: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
    }

.expert-fund-table .td-col.strategy, .expert-fund-table .td-col.category {
      -webkit-box-flex: 1.5;
          -ms-flex: 1.5;
              flex: 1.5;
    }

.expert-fund-table .td-col.name, .expert-fund-table .td-col.type, .expert-fund-table .td-col.strategy, .expert-fund-table .td-col.category {
      text-align: left;
    }

.expert-fund-table .td-col.name .sort-link, .expert-fund-table .td-col.type .sort-link, .expert-fund-table .td-col.strategy .sort-link, .expert-fund-table .td-col.category .sort-link {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
      }

.expert-fund-table .td-col .pc {
      font-size: 12px;
      opacity: 0.5;
      margin-left: 2px;
    }

.expert-fund-table .td-col .td-col-label { display: none; }

@media screen and (max-width: 991px) {

    .expert-fund-table .td-col {
      padding: 0;
    }

    .expert-fund-table .td-col.number {
      width: auto;
      text-align: left;
    }
    .expert-fund-table .td-col.type {
      -webkit-box-flex: 0;
          -ms-flex: 0;
              flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      text-align: right;
    }
    .expert-fund-table .td-col.name {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-block: 15px;
    }

    .expert-fund-table .td-col-value {
      min-height: 29px;
    }

    .expert-fund-table .expert-fund-table-header {
      display: none;
    }
    .expert-fund-table .expert-fund-table-row {
      display: block;
    }
    .expert-fund-table .td-col-group.-main {
      width: 100%;
    }
    .expert-fund-table .td-col-grid {
      -ms-grid-rows: auto;
      grid-template-rows: auto;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: end;
      gap: 10px;
      margin-top: 5px;
      margin-bottom: 15px;
    }
    .expert-fund-table .td-col-grid.-summary {
      -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
          grid-template-areas: "strategy category n1 dead"
                           "n2 n3 n4 n5";
    }
    .expert-fund-table .td-col-grid.-fees {
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
          grid-template-areas: "n1 n2 n5"
                           "n3 n4 dead";
    }
    .expert-fund-table .td-col-grid.-cumulative {
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
          grid-template-areas: "n1 n5 dead"
                           "n2 n3 n4";
    }
    .expert-fund-table .td-col-grid.-discrete {
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
          grid-template-areas: "n1 n2 n3"
                           "n4 n5 n6";
    }
    .expert-fund-table .td-col .td-col-label {
      
      display: block;
      font-size: 13px;
      opacity: 0.5;
      line-height: 110%;
    }
    .expert-fund-table .n1 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    }
    .expert-fund-table .td-col-grid.-fees > .n1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    }
    .expert-fund-table .td-col-grid.-cumulative > .n1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    }
    .expert-fund-table .td-col-grid.-discrete > .n1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    }
    .expert-fund-table .n2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    }
    .expert-fund-table .td-col-grid.-fees > .n2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    }
    .expert-fund-table .td-col-grid.-cumulative > .n2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    }
    .expert-fund-table .td-col-grid.-discrete > .n2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    }
    .expert-fund-table .n3 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    }
    .expert-fund-table .td-col-grid.-fees > .n3 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    }
    .expert-fund-table .td-col-grid.-cumulative > .n3 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    }
    .expert-fund-table .td-col-grid.-discrete > .n3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    }
    .expert-fund-table .n4 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    }
    .expert-fund-table .td-col-grid.-fees > .n4 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    }
    .expert-fund-table .td-col-grid.-cumulative > .n4 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    }
    .expert-fund-table .td-col-grid.-discrete > .n4 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    }
    .expert-fund-table .n5 {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
    }
    .expert-fund-table .td-col-grid.-fees > .n5 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    }
    .expert-fund-table .td-col-grid.-cumulative > .n5 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    }
    .expert-fund-table .td-col-grid.-discrete > .n5 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    }
    .expert-fund-table .n6 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    }
    .expert-fund-table .strategy {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    }
    .expert-fund-table .category {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    }
}

body[data-tab="summary"] .expert-fund-table .td-col-group.-summary { 
      display: -webkit-box; 
      display: -ms-flexbox; 
      display: flex;
    }

@media screen and (max-width: 991px) {

body[data-tab="summary"] .expert-fund-table .td-col-group.-summary {
        display: -ms-grid;
        display: grid
    }
      }

body[data-tab="fees"] .expert-fund-table .td-col-group.-fees { 
      display: -webkit-box; 
      display: -ms-flexbox; 
      display: flex;
    }

@media screen and (max-width: 991px) {

body[data-tab="fees"] .expert-fund-table .td-col-group.-fees {
        display: -ms-grid;
        display: grid
    }
      }

body[data-tab="cumulative"] .expert-fund-table .td-col-group.-cumulative { 
      display: -webkit-box; 
      display: -ms-flexbox; 
      display: flex;
    }

@media screen and (max-width: 991px) {

body[data-tab="cumulative"] .expert-fund-table .td-col-group.-cumulative {
        display: -ms-grid;
        display: grid
    }
      }

body[data-tab="discrete"] .expert-fund-table .td-col-group.-discrete { 
      display: -webkit-box; 
      display: -ms-flexbox; 
      display: flex;
    }

@media screen and (max-width: 991px) {

body[data-tab="discrete"] .expert-fund-table .td-col-group.-discrete {
        display: -ms-grid;
        display: grid
    }
      }

.expert-fund {
  background: var(--color-expert-black);
  color: white;
  --fund-spacing: 50px;
}

@media screen and (max-width: 991px) {

.expert-fund {
    --fund-spacing: 40px
}
  }

.expert-fund h2 {
    font-family: "din-2014", 'DINPro-Medium', sans-serif;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: calc(var(--fund-spacing) / 2);
  }

.expert-fund.-content {
    background: #2C3B40;
    padding-bottom: var(--fund-spacing);

  }

.expert-fund.-tags {
    background: var(--color-expert-highlight);


  }

.expert-fund.-tags .expert-fund-intro-heading,
    .expert-fund.-tags .expert-fund-intro-content {
      color: var(--color-expert-black);
    }

.expert-fund.-tags .expert-fund-intro-tag {
      background: white;
      color: var(--color-expert-blue);
    }

.expert-fund.-tags .expert-fund-intro-tag:hover {
        background: var(--color-expert-blue);
        color: white;
      }

body.expert-academy .expert-fund.-tags {
      background: var(--color-expert-blue);
    }

body.expert-academy .expert-fund.-tags .expert-fund-intro-heading,
      body.expert-academy .expert-fund.-tags .expert-fund-intro-content {
        color: white;
      }

body.expert-academy .expert-fund.-tags .expert-fund-intro-tag {
        background: rgba(255, 255, 255, 0.2);
        color: white;
      }

body.expert-academy .expert-fund.-tags .expert-fund-intro-tag:hover {
          background: white;
          color: var(--color-expert-black);
        }

.expert-fund-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
  }

.expert-fund-date.-table {
      margin-top: 10px;
      margin-right: 15px;
      color: var(--color-expert-black);
    }

.expert-fund-source {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    padding: 10px 20px;
    border: 1px solid #3D4B4F;
    margin-top: calc(var(--fund-spacing) / -2);
    margin-bottom: var(--fund-spacing);
  }

@media screen and (max-width: 767px) {

.expert-fund-source {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 5px
  }
    }

.expert-fund.-callout {
    background: #2C3B40;
    position: relative;
  }

.expert-fund.-callout::before {
      content: "";
      background: var(--color-expert-black);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 50%;
      z-index: 1;
    }

.expert-fund.-callout .expert-fund-callout {
      position: relative;
      z-index: 20;
    }

.expert-fund-header {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(var(--fund-spacing) / 5 * 4);
  padding-top: calc(var(--fund-spacing) * 2);
  padding-bottom: var(--fund-spacing);
}

.expert-fund-header__content {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.expert-fund-header__published {
  font-family: "din-2014",'DINPro-Regular', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.expert-fund-header__type {
  font-family: "din-2014", 'DINPro-Medium', sans-serif;
  font-weight: 600;
  font-size: 18px;
  background: #057BFF;
  border-radius: 70px;
  padding: 10px 20px;
}

.expert-fund-header__name {
  font-family: var(--font-family-heading-bold);
  font-weight: var(--font-weight-heading-bold);
  font-size: 50px;
  line-height: 140%;
}

@media screen and (max-width: 991px) {

.expert-fund-header__name {
    font-size: 36px;
    text-align: center
}
  }

.expert-fund-header__subtitle {
  font-size: 16px;
  text-align: center;
  font-family: "din-2014",'DINPro-Regular', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.expert-fund-stats {
  display: -ms-grid;
  display: grid;
  width: 100%;

}

.expert-fund-stats.count-1 { -ms-grid-columns: 1fr; grid-template-columns: 1fr; }

.expert-fund-stats.count-2 { -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; }

.expert-fund-stats.count-3 { -ms-grid-columns: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr; }

.expert-fund-stats.count-4 { -ms-grid-columns: 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr; }

@media screen and (max-width: 1600px) {

.expert-fund-stats.count-4 {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr
  }
      .expert-fund-stats.count-4 .expert-fund-stats__stat:nth-child(3) {
        border-left: none;
      }
      .expert-fund-stats.count-4 .expert-fund-stats__stat:nth-child(4),
      .expert-fund-stats.count-4 .expert-fund-stats__stat:nth-child(3) {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
      }
    }

@media screen and (max-width: 1600px) {

.expert-fund-stats.count-3 {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr
  }
      .expert-fund-stats.count-3 .expert-fund-stats__stat:nth-child(3) {
        border-left: none;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / span 2;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
      }
    }

.expert-fund-stats__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 20px 10px;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.expert-fund-stats__stat:first-child {
    border-left: none;
  }

@media screen and (max-width: 991px) {

.expert-fund-stats__stat {
    gap: 10px
}
  }

.expert-fund-stats__stat em, .expert-fund-stats__stat .alt {
    font-style: normal;
    color: var(--color-expert-highlight);
  }

.expert-fund-stats__stat .divider {
    opacity: 0.3;
  }

.expert-fund-stats__stat-value {
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}

@media screen and (max-width: 991px) {

.expert-fund-stats__stat-value {
    font-size: 30px;
    line-height: 30px
}
  }

.expert-fund-stats__stat-label {
  font-size: 19px;
  text-align: center;
  font-family: "din-2014", 'DINPro-Medium', sans-serif;
  font-weight: 600;
}

.expert-fund-body__chart {
  width: 100%;
  margin-top: calc(var(--fund-spacing) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}

@media screen and (max-width: 991px) {

.expert-fund-body__chart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}
  }

.expert-fund-body__chart > div {
    background: #3D4B4F;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

.expert-fund-body__chart h3 {
    color: white;
    font-family: "din-2014", 'DINPro-Medium', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
    line-height: normal;
  }

.expert-fund-body__chart .expert-pie-chart {
    padding: 10px;
    min-height: 300px;
  }

.expert-fund-body__chart .expert-line-chart-wrapper {
    padding: var(--fund-spacing);
    position: relative;
  }

.expert-fund-body__chart .expert-line-chart-wrapper .expert-line-chart-toggle {
      margin-top: -20px;
      margin-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
    }

.expert-fund-body__chart .expert-line-chart-wrapper .expert-line-chart-table {
      margin-top: 40px;
    }

.expert-fund-body__chart .expert-line-chart-wrapper .expert-line-chart-table th { text-transform: uppercase; }

.expert-fund-body__chart .expert-line-chart-wrapper .expert-line-chart-table td, .expert-fund-body__chart .expert-line-chart-wrapper .expert-line-chart-table th { text-align: right; }

.expert-fund-body__chart .expert-line-chart-wrapper .expert-line-chart-table {


      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      display: block;
}

@media screen and (max-width: 991px) {
        .expert-fund-body__chart .expert-line-chart-wrapper .expert-line-chart-table table.expert-table {
          min-width: 700px;
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
          border-collapse: separate;
        }
      }

.expert-fund-body__chart .expert-line-chart-wrapper .expert-fund-list--price .expert-fund-list--price__item {
        color: rgba(255, 255, 255, 0.5);
        font-size: 14px;
      }

.expert-fund-body__chart .expert-line-chart-wrapper .expert-fund-list--price.right .expert-fund-list--price__item:last-child {
          color: white;
        }

.expert-fund-body__chart .expert-line-chart-wrapper .expert-fund-list--price.left .expert-fund-list--price__item:first-child {
          color: white;
        }

.expert-fund-body__chart .expert-pie-table {
    padding: 20px;
  }

.expert-fund-body__text {
  font-family: "din-2014",'DINPro-Regular', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 160%;
  width: 100%;
  color: #C9C9C9;
}

.expert-fund-body__text p {
    margin-top: 0;
    margin-bottom: 1rem;
  }

.expert-fund-body__text p:last-child {
      margin-bottom: 0;
    }

.expert-fund-callout {
  background-color: var(--color-expert-blue);
  background-image: url(//assets.expertinvestor.co.uk/assets/expert/symbol-bg-d0fc2497aa644949b1ec4466fe44f1bac13dd29b5e7fca040dd112e487f1edcd.svg);
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.expert-fund-callout .container {
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
  }

.expert-fund-callout {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: var(--fund-spacing);
}

.expert-fund-callout .expert-fund-body__text { 
    color: white;
  }

.expert-fund-callout.-no-bg {
    background-image: none;
  }

.expert-fund-callout .expert-fund-section.-content {
    padding-block: var(--fund-spacing);
    margin: 0;
  }

.expert-fund-section, .expert-fund-key-info, .expert-fund-stats {
  padding-bottom: var(--fund-spacing);
}

.expert-fund-key-info {
  padding-top: var(--fund-spacing);
}

.expert-fund-section.-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[14];
  grid-template-columns: repeat(14, 1fr);
  gap: 0 36px;
  margin-bottom: calc(var(--fund-spacing) / 2);
  
}

.expert-fund-section.-content h2 { 
    margin: 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1 / span 5;
    -ms-grid-row: 1;
    grid-row: 1;
  }

.expert-fund-section.-content h2.-bigger {
      font-size: 24px;
    }

.expert-fund-section.-content .expert-fund-body__text {
    -ms-grid-column: 6;
    -ms-grid-column-span: 9;
    grid-column: 6 / span 9;
    -ms-grid-row: 1;
    grid-row: 1;
  }

@media screen and (max-width: 991px) {

.expert-fund-section.-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px
  
}
  }

.expert-fund-key-info__list {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media screen and (max-width: 767px) {

.expert-fund-key-info__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
}
  }

.expert-fund-key-info__item {
  background: oklch(from var(--color-expert-highlight) l c h / 0.2);
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.expert-fund-key-info__item-icon {
  font-size: 24px;
  width: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.expert-fund-key-info__item-icon svg {
    fill: var(--color-expert-table);
  }

.expert-fund-key-info__item-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  font-family: "din-2014", 'DINPro-Medium', sans-serif;
  font-weight: 600;
}

.expert-fund-key-info__item-value {
  font-size: 14px;
  color: var(--color-expert-table);
}

.expert-fund .expert-fund-intro {
  background: none;
  color: white;
}

.expert-fund .expert-fund-intro::before, .expert-fund .expert-fund-intro::after {
    display: none !important;
  }

.expert-fund .expert-fund-intro .container {
    gap: calc(var(--fund-spacing) / 2);
  }

.expert-fund .expert-fund-intro .expert-fund-intro-content {
    opacity: 0.5;
    font-size: 23px;
  }

.expert-fund .expert-fund-intro-heading, .expert-fund .expert-fund-intro-content, .expert-fund .expert-fund-intro-articles {
    color: white;
  }

.expert-fund .expert-fund-intro .swiper-left-fade {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#19292F));
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #19292F);
  }

.expert-fund .expert-fund-intro .swiper-right-fade {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#19292F));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #19292F);
  }

.expert-fund .expert-fund-intro .swiper-right-button, .expert-fund .expert-fund-intro .swiper-left-button {
    background-color: white;
  }

.expert-fund .expert-fund-intro .swiper-left-button {
    background-image: url(//assets.expertinvestor.co.uk/assets/expert/arrow-left-blue-b46968ea74cf8297a36bcc530e0cb5d1641a84d40a0cec038706585412d813a9.svg);
  }

.expert-fund .expert-fund-intro .swiper-right-button {
    background-image: url(//assets.expertinvestor.co.uk/assets/expert/arrow-right-blue-5f967609c584e828952f24ba17db79765b9ec7e0d26b57e33077ab41d7b56d98.svg);
  }

.expert-fund .expert-fund-intro .expert-fund-article-inner {
    background: transparent;
    padding: 0;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

.expert-fund .expert-fund-intro .expert-fund-article-inner .expert-fund-article-content h3 {
        color: white;
      }

.expert-fund .expert-fund-intro .expert-fund-article-inner .expert-fund-article-content .expert-fund-article-intro {
        color: white;
      }

.expert-fund .expert-fund-intro .expert-fund-article-inner .expert-fund-article-content .expert-fund-article-tag {
        display: none;
      }

.expert-fund .expert-fund-intro .expert-fund-article-inner .expert-fund-article-content .expert-fund-article-date {
        color: white;
        margin-top: 20px;
      }

.expert-fund-intro-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: var(--fund-spacing);
}

.expert-fund-intro-tag {
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.20);
  padding: 15px 25px;
  text-decoration: none;
  color: white;
  font-family: "din-2014", 'DINPro-Medium', sans-serif;
  font-weight: 600;
  font-size: 19px;
}

.expert-fund-intro-tag:hover {
    background: var(--color-expert-black);
    color: white;
  }

.expert-fund .smart-footer {
  padding-bottom: var(--fund-spacing);
}

.expert-fund .smart-footer .smart-footer__author {
    border-radius: 0;
  }

.expert-fund .smart-footer .author-bio {
    color: var(--color-expert-black);
  }

.expert-fund .smart-footer .smart-footer--author h3, .expert-fund .smart-footer .smart-footer--disclaimer h3 {
      border-top: 1px dashed white;
      color: white;
    }

.expert-fund-body__table h3 {
    font-family: "din-2014", 'DINPro-Medium', sans-serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 150%;
  }

.expert-fund-body__table h3 {
    font-family: "din-2014", 'DINPro-Medium', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: white;
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: normal;
  }

.expert-fund-body__table .expert-fund-body__table-inner {
    margin-top: calc(var(--fund-spacing) / 2);
    background: #3D4B4F;
    padding: 10px 20px;
  }

.expert-table {
  width: 100%;
  border-collapse: collapse;
}

.expert-table th, .expert-table td {
    padding: 6px;
    font-size: 14px;
    text-align: left;
  }

.expert-table th.col-num, .expert-table td.col-num {
      text-align: right;
    }

.expert-table th:first-child, .expert-table td:first-child {
      padding-left: 0px;
    }

.expert-table th:last-child, .expert-table td:last-child {
      padding-right: 0px;
    }

.expert-table th.col-colour, .expert-table td.col-colour {
      width: 10px;
    }

.expert-table th.col-colour span, .expert-table td.col-colour span {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
      }

.expert-table td {
    border-bottom: 1px solid #4F5D60;
  }

.expert-table th {
    border-bottom: 1px solid white;
  }

.expert-table tr:last-child td {
      border-bottom: none;
    }

.expert-fund-tabs {
  background: #18292F;
}

.expert-fund-tabs .tabs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }

.expert-fund-tabs .tabs-wrapper .tabs-list-item {
      background: #2C3B40;
      padding: 10px 20px;
      text-decoration: none;
      color: white;
      font-family: "din-2014", 'DINPro-Medium', sans-serif;
      font-weight: 600;
      font-size: 16px;
      color: white;
    }

.expert-fund-tabs .tabs-wrapper .tabs-list-item:hover {
        background: var(--color-expert-black);
      }

.expert-fund-tabs .tabs-wrapper .tabs-list-item.active {
        background: var(--color-expert-blue);
      }

.module-expert-hero {

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 0;
}

.module-expert-hero.bg-white {
    background-color: white;
  }

.module-expert-hero.text-white {
    color: white;
  }

.module-expert-hero.text-dark {
    color: var(--color-expert-black);
  }

.module-expert-hero.bg-grey {
    background-color: var(--color-light-grey-2);;
  }

.module-expert-hero.bg-dark {
    background-color: var(--color-expert-black);
  }

.module-expert-hero.bg-light-blue {
    background-color: var(--color-expert-light-blue);
  }

.module-expert-hero .expert-hero--wrapper {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 150px 0;
  }

.module-expert-hero .expert-hero--box {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 800px;
    text-align: center;
  }

.module-expert-hero.layout-inverted .expert-hero--box .expert-hero--title { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1;  }

.module-expert-hero.layout-inverted .expert-hero--box .expert-hero--subtitle { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-bottom: 0; margin-top: 20px; }

.module-expert-hero.layout-inverted .expert-hero--box .expert-hero--body { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }

.module-expert-hero.layout-inverted .expert-hero--box .expert-hero--button { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }

.module-expert-hero .expert-hero--subtitle {
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
    text-wrap: balance;
  }

.module-expert-hero .expert-hero--body {
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    opacity: 0.7;
  }

.module-expert-hero .expert-hero--body p {
      color: inherit;
    }

.module-expert-hero h1 {
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-heading);
    font-size: 67px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 125.373% */
    letter-spacing: -1px;
    text-wrap: pretty;
    
  }

.module-expert-hero .button {
    font-family: "din-2014", 'DINPro-Medium', sans-serif;
    font-weight: 600;
    margin-top: 40px;
    color: var(--color-expert-blue);
    background-color: white;
    border-color: white;
    border-radius: 70px;
    padding: 15px 30px;
    font-size: 16px;
  }

.module-expert-hero .button:hover {
      background-color: var(--color-expert-black);
      color: white;
      border-color: var(--color-expert-black);
    }

.module-expert-hero {
  position: relative;
}

.module-expert-hero > .container {
    position: relative;
    z-index: 100;
  }

.expert-hero-bg, 
.expert-hero-overlay-1,
.expert-hero-overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.expert-hero-bg {
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.expert-hero-overlay-1 {
  z-index: 2;
}

.expert-hero-overlay-2 {
  z-index: 3;
}

.wash-none .expert-hero-overlay-1 {
    display: none;
  }

.wash-none .expert-hero-overlay-2 {
    display: none;
  }

.wash-dark {
  color: white !important;
}

.wash-dark .expert-hero-bg {
    -webkit-filter: saturate(0);
            filter: saturate(0);
  }

.wash-dark .expert-hero-overlay-1 {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(5, 123, 255, 0.20)), to(rgba(5, 123, 255, 0.20))), -webkit-gradient(linear, left bottom, left top, from(rgba(20, 31, 59, 0.20)), to(rgba(20, 31, 59, 0.20)));
    background: linear-gradient(0deg, rgba(5, 123, 255, 0.20) 0%, rgba(5, 123, 255, 0.20) 100%), linear-gradient(0deg, rgba(20, 31, 59, 0.20) 0%, rgba(20, 31, 59, 0.20) 100%);
  }

.wash-dark .expert-hero-overlay-2 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 31, 59, 0.7)), to(rgba(20, 31, 59, 0)));
    background: linear-gradient(180deg, rgba(20, 31, 59, 0.7), rgba(20, 31, 59, 0) 100%);
  }

.wash-medium {
  color: var(--color-expert-black) !important;
}

.wash-medium .expert-hero-bg {
    -webkit-filter: saturate(0);
            filter: saturate(0);
  }

.wash-medium .expert-hero-overlay-1 {
    background: #9CC7DE;
    mix-blend-mode: screen;
  }

.wash-medium .expert-hero-overlay-2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#9CC7DE), to(rgba(156, 199, 222, 0.00)));
    background: linear-gradient(180deg, #9CC7DE 0%, rgba(156, 199, 222, 0.00) 100%);
    mix-blend-mode: multiply;
  }

.wash-light {
  color: var(--color-expert-black) !important;
}

.wash-light .expert-hero-bg {
    -webkit-filter: saturate(0);
            filter: saturate(0);
  }

.wash-light .expert-hero-overlay-1 {
    background: #9CC7DE;
    mix-blend-mode: screen;
  }

.wash-light .expert-hero-overlay-2 {
    display: none;
  }

.smart-fund-profile__keyfacts {
  background: var(--color-expert-light-blue);
  padding: 25px;
}

.smart-fund-profile__keyfacts--heading h3 {
    font-family: "din-2014", 'DINPro-Medium', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    margin-bottom: 20px;
  }

.smart-fund-profile__keyfacts--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }

.smart-fund-profile__keyfacts--item {
    background: white;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px;
    font-size: 14px;
    color: var(--color-expert-black);
    gap: 10px;
  }

.smart-fund-profile__keyfacts--item-label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px;
      font-family: "din-2014", 'DINPro-Medium', sans-serif;
      font-weight: 600;
    }

.smart-fund-profile__keyfacts--item-content {
      opacity: 0.5;
    }

.smart-article__sidebar .home-block.mailing-list {
  border: 1px solid var(--color-expert-blue);
}

.smart-article__sidebar .home-block.mailing-list svg{ stroke: var(--color-expert-blue); }

.smart-article__sidebar .home-block.mailing-list .home-block__button { background: var(--color-expert-blue); color: white; }

.module-expert-tag-list {
  background: var(--color-expert-light-blue);
  padding: 40px 0;
  margin: 0;


}

.module-expert-tag-list .expert-tag-button {
    text-align: center;
    margin-top: 40px;
  }

.module-expert-tag-list .expert-tag-button a {
      color: var(--color-expert-blue);
      font-size: 16px;
      font-weight: 600;
      line-height: 28px;
      letter-spacing: 0.17px;
      text-decoration: underline;
    }

.module-expert-tag-list .expert-tag-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 30px 40px;
  }

@media screen and (max-width: 768px) {

.module-expert-tag-list .expert-tag-grid {
      gap: 20px 30px
  }
    }

@media screen and (max-width: 480px) {

.module-expert-tag-list .expert-tag-grid {
      gap: 10px 20px
  }
    }

.module-expert-tag-list .expert-tag-grid.even {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
    }

.module-expert-tag-list .expert-tag-grid.even.length-6 {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
      }

.module-expert-tag-list .expert-tag-grid.odd {
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
    }

.module-expert-tag-list .expert-tag-grid.odd.length-1 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
      }

.module-expert-tag-list .expert-tag-grid.layout-secondary {
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;

    }

@media screen and (max-width: 991px) {

.module-expert-tag-list .expert-tag-grid {
      -ms-grid-columns: 1fr 1fr !important;
      grid-template-columns: 1fr 1fr !important
  }
    }

@media screen and (max-width: 480px) {

.module-expert-tag-list .expert-tag-grid {
      -ms-grid-columns: 1fr !important;
      grid-template-columns: 1fr !important
  }
    }

.module-expert-tag-list h3 {
    border-top: 1px dotted rgba(0, 0, 0, 0.3);
    padding-top: 20px;
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 20px;
    color: var(--color-kepler);
    letter-spacing: 0;

  }

.module-expert-tag-list .expert-tag  {
    border-radius: 8px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-decoration: none;
  }

.module-expert-tag-list .layout-primary .expert-tag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 175px;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

@media screen and (max-width: 768px) {

.module-expert-tag-list .layout-primary .expert-tag {
      min-height: 150px
  }
    }

@media screen and (max-width: 480px) {

.module-expert-tag-list .layout-primary .expert-tag {
      min-height: 125px
  }
    }

.module-expert-tag-list .layout-primary .expert-tag.box1 { background: var(--color-expert-black); border-color: var(--color-expert-black); color: var(--color-expert-highlight); }

.module-expert-tag-list .layout-primary .expert-tag.box2 { background: var(--color-expert-blue); border-color: var(--color-expert-blue); color: white; }

.module-expert-tag-list .layout-primary .expert-tag.box3 { background: var(--color-expert-green); border-color: var(--color-expert-green); color: white; }

.module-expert-tag-list .layout-primary .expert-tag.box4 { background: var(--color-expert-highlight); border-color: var(--color-expert-highlight); color: var(--color-expert-black); }

.module-expert-tag-list .layout-primary .expert-tag.box5 { background: white; border-color: var(--color-expert-highlight); color: var(--color-expert-black); }

.module-expert-tag-list .layout-primary .expert-tag.box6 { background: oklch(from var(--color-expert-highlight) l c h / 0.2); border-color: var(--color-expert-highlight); color: var(--color-expert-black); }

.module-expert-tag-list .layout-primary .expert-tag:hover {
      background: black; border-color: black; color: white;
    }

.module-expert-tag-list .layout-primary .expert-tag .expert-tag-inner {
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 10px;
    }

.module-expert-tag-list .layout-primary .expert-tag .expert-tag-icon {
      font-size: 50px;
    }

.module-expert-tag-list .layout-primary .expert-tag .expert-tag-name {
      font-size: 16px;
      text-align: center;
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
      line-height: 28px;
      letter-spacing: 0.17px;
    }

.module-expert-tag-list .layout-secondary .expert-tag {
    background: rgba(156, 199, 222, 0.14);
    color: var(--color-expert-black);
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

.module-expert-tag-list .layout-secondary .expert-tag .expert-tag-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 10px;
    }

.module-expert-tag-list .layout-secondary .expert-tag .expert-tag-icon {
      font-size: 30px;
      color: var(--color-expert-blue);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }

.module-expert-tag-list .layout-secondary .expert-tag .expert-tag-name {
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
      font-size: 16px;
      font-style: normal;
      line-height: 28px; /* 175% */
      letter-spacing: 0.17px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }

.module-expert-tag-list .layout-secondary .expert-tag:hover {
      background: black;
    }

.module-expert-tag-list .layout-secondary .expert-tag:hover .expert-tag-icon {
        color: var(--color-expert-highlight);
      }

.module-expert-tag-list .layout-secondary .expert-tag:hover .expert-tag-name {
        color: white;
      }

.module-expert-tag-list .layout-topic .expert-tag {
    min-height: 275px;
    padding: 30px;

  }

@media screen and (max-width: 768px) {

.module-expert-tag-list .layout-topic .expert-tag {
      min-height: 200px

  }
    }

@media screen and (max-width: 480px) {

.module-expert-tag-list .layout-topic .expert-tag {
      min-height: 150px

  }
    }

.module-expert-tag-list .layout-topic .expert-tag {

    background-color: var(--color-expert-black);
}

.module-expert-tag-list .layout-topic .expert-tag .expert-tag-icon {
      display: none;
    }

.module-expert-tag-list .layout-topic .expert-tag .expert-tag-inner {
      position: relative;
      z-index: 1;
    }

.module-expert-tag-list .layout-topic .expert-tag .expert-tag-name {
      color: #FFF;
      text-align: center;
      font-size: 20px;
      font-family: var(--font-family-heading);
      font-weight: var(--font-weight-heading);
      line-height: 28px;
    }

.module-expert-tag-list .layout-topic .expert-tag:hover .expert-image-grad {
        opacity: 1;
        background: black;
        mix-blend-mode: normal;
      }

.vue-follow  {
  display: block;
  max-width: 600px;
  margin: 10vh auto 5vh auto; 
  position: relative;
}

.vue-follow .vue-form-buttons a {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      padding: 4px 20px;
      line-height: 1.2em;
      border: 1px solid var(--color-kepler);
      background: var(--color-kepler);
      color: white;
      text-decoration: none;
    }

.vue-follow h3, .vue-form h3 {
  color: var(--color-cyan);
  border-bottom: 1px solid var(--color-cyan);
  margin-top: 30px;
  margin-bottom: 10px;
}

.vue-follow-suggestions > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 8px 0;
    border: 1px solid var(--color-cyan);
    color: var(--color-cyan);
    text-decoration: none;
    padding: 10px 10px;
    font-size: 15px;
    line-height: 120%;
  }

.vue-follow-suggestions > a:hover {
      background: var(--color-cyan);
      color: white;
    }

.vue-follow-suggestions > a.following {
      background: var(--color-green);
      border-color: var(--color-green);
      color: white;
    }

.vue-follow-suggestions > a.strike {
      border-color: #ccc;
      color: #ccc;
      text-decoration: line-through;
    }

.vue-follow-suggestions > a.strike:hover {
        background: white;
        color: var(--color-cyan);
        border-color: var(--color-cyan);
        text-decoration: none;
      }

.fund-finder {

  position: fixed;
  z-index: 9999;
  /* fill screen */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* center content */
  background: rgba(4,28,44,0.95);
  backdrop-filter: blur(10px);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;

  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;

}

.fund-finder svg {
    stroke: currentColor;
    fill: currentColor;
  }

.fund-finder__header {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 1px solid rgba(151,151,151,0.5);

  }

.fund-finder__header--title {
      margin-right: 20px;
    }

.fund-finder__header--title h2, .fund-finder__header--title p {
        font-family: "din-2014", 'DINPro-Medium', sans-serif;
        font-weight: 600;
        font-size: 19px;
        color: #FFFFFF;
        letter-spacing: 0.19px;
        margin: 0;
      }

.fund-finder__header--title p {
        opacity: 0.4;
      }

@media screen and (max-width: 575px) {

.fund-finder__header--title p {
          font-size: 16px
      }
        }

.fund-finder__header--close {
      font-family: "din-2014", 'DINPro-Medium', sans-serif;
      font-weight: 600;
      font-size: 18px;
      color: var(--color-yellow);
      letter-spacing: 0.19px;
      margin: 0;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;

    }

.fund-finder__header--close span {
        color: white;
        margin-right: 10px;
      }

@media screen and (max-width: 575px) {

.fund-finder__header--close span {
          display: none
      }
        }

.fund-finder__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

@media screen and (max-width: 767px) {

.fund-finder__body {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start
  }
    }

.fund-finder__content {
    width: 1000px;
    padding: 30px;
  }

@media screen and (max-width: 1060px) {

.fund-finder__content {
      width: 100%
  }
    }

.fund-finder__number {
    color: var(--color-cyan);
    font-family: "din-2014", 'DINPro-Medium', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.16px;
  }

.fund-finder__question {
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-heading);
    font-size: 21px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 38px;
    width: 100%;
  }

.fund-finder__question-hint {
    font-family: "din-2014", 'DINPro-Medium', sans-serif;
    font-weight: 600;
    opacity: 0.4;
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0.17px;
  }

.fund-finder__question-sub {
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0.17px;
  }

.fund-finder__question-sub + .fund-finder__answers {
      margin-top: 0;
    }

.fund-finder__answers {
    margin-top: 60px;
  }

.fund-finder__answers.-row {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 15px;
    }

@media screen and (max-width: 767px) {

.fund-finder__answers.-row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 0px
    }
      }

.fund-finder__help {
    padding: 20px;
    margin-top: -1px;
    border-top: 1px solid rgba(255,255,255,0.3);
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: rgba(255,255,255,0.6);
    letter-spacing: 0.15px;
    line-height: 25px;
    background: rgba(216,216,216,0.1);
  }

.fund-finder__help.-alone {
      border-top: none;
    }

.fund-finder__answer {
    background: rgba(216,216,216,0.1);
    margin-bottom: 15px;
  }

.fund-finder__answer.-help {
      border: 1px solid var(--color-cyan);
    }

.fund-finder__answer--content {
      padding: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

.fund-finder__answer--icon {
      color: var(--color-cyan);
      margin-right: 20px;
      width: 30px;
      height: 30px;
    }

.fund-finder__answer--help {
      padding: 20px 20px 20px 0;
      color: var(--color-cyan);
    }

.fund-finder__answer--help, .fund-finder__answer--icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

.fund-finder__answer--title {
      font-family: "din-2014",'DINPro-Regular', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 17px;
      color: #FFFFFF;
      letter-spacing: 0.17px;
      line-height: 25px;
    }

.fund-finder__answer--title strong {
        font-family: "din-2014", 'DINPro-Bold', sans-serif;
        font-weight: 700;
      }

.fund-finder__answer--wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      background: rgba(216,216,216,0.1);

    }

.fund-finder__answer--wrapper:hover {
        background: rgba(216,216,216,0.2);
      }

.fund-finder__answer--wrapper.active {
        background: var(--color-cyan);
      }

.fund-finder__answer--wrapper.active .fund-finder__answer--icon, .fund-finder__answer--wrapper.active .fund-finder__answer--help {
          color: white;
        }

.fund-finder__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1000px;

  }

@media screen and (max-width: 1060px) {

.fund-finder__footer {
      width: 100%

  }
    }

.fund-finder__footer {
    padding: 0 30px 30px 30px;
}

.fund-finder__footer .fund-finder__footer--back {
      color: var(--color-yellow);
    }

.fund-finder__footer .fund-finder__footer--back span { color: white; margin-left: 10px; }

.fund-finder__footer .fund-finder__footer--results {
      background: var(--color-yellow);
    }

.fund-finder__footer .fund-finder__footer--results span { color: var(--color-kepler); }

.fund-finder__footer .fund-finder__footer--results,
    .fund-finder__footer .fund-finder__footer--back {

      font-family: "din-2014", 'DINPro-Medium', sans-serif;

      font-weight: 600;
      font-size: 13px;
      letter-spacing: 0.13px;
      line-height: 24px;
      padding: 10px;
      border: 1px solid var(--color-yellow);
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
    }

.fund-finder__footer .fund-finder__footer--results:hover, .fund-finder__footer .fund-finder__footer--back:hover {
        background: var(--color-cyan);
        border-color: var(--color-cyan);
        color: white;
      }

.fund-finder__footer .fund-finder__footer--results:hover span, .fund-finder__footer .fund-finder__footer--back:hover span { color: white;}

.fund-finder-intro {
  background: var(--color-watchlist);
  margin-top: -50px;
  margin-bottom: 50px;
  text-decoration: none;
  display: block;

}

.fund-finder-intro__picked {
    padding: 60px 30px;
  }

.fund-finder-intro__title {
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-heading);
    font-size: 23px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 38px;
  }

.fund-finder-intro__subtitle {
    font-family: "din-2014", 'DINPro-Medium', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0.17px;
    margin-right: 20px;
    margin-top: 10px;
  }

@media screen and (max-width: 767px) {

.fund-finder-intro__subtitle {
      margin-bottom: 20px
  }
    }

.fund-finder-intro__answers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 20px;
  }

@media screen and (max-width: 767px) {

.fund-finder-intro__answers {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
  }
    }

.fund-finder-intro__list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

.fund-finder-intro__list ul {
      margin: 0 0 10px 0;
      padding: 0;
      list-style: none;
    }

.fund-finder-intro__list li {
      font-family: "din-2014",'DINPro-Regular', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      color: #FFFFFF;
      letter-spacing: 0.16px;
      /* border: 1px solid rgba(255,255,255,0.3);  */
      padding: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

.fund-finder-intro__list li svg {
        fill: currentColor;
        stroke: currentColor;
        margin-right: 10px;
        width: 24px;
        max-height: 24px;
      }

.fund-finder-intro__list li span.ico {
        color: var(--color-cyan);
      }

.fund-finder-intro__wrapper {
    padding: 60px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

.fund-finder-intro__question {
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-heading);
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 27px;
    margin: 10px 0;
  }

.fund-finder-intro__link {
    font-family: "din-2014", 'DINPro-Medium', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: var(--color-yellow);
    letter-spacing: 0.15px;
    line-height: 24px;
    border-bottom: 1px solid var(--color-yellow);
    text-decoration: none;
  }

.fund-finder-intro__link.cancel {
      margin-left: 10px;
      color: white;
      opacity: 0.5;
      border-bottom-color: white;
    }

.fund-finder-intro__link:hover {
      color: var(--color-cyan);
      border-color: var(--color-cyan);
      opacity: 1;
    }

@-webkit-keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes pulse {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@-webkit-keyframes scroll-x {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 10px));
            transform: translateX(calc(-100% - 10px));
  }
}

@keyframes scroll-x {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 10px));
            transform: translateX(calc(-100% - 10px));
  }
}

.module-fund-finder-promo {
  position: relative;
  padding: 100px 0px;


}

@media screen and (max-width: 767px) {

.module-fund-finder-promo {
    padding: 60px 0px 30px 0px


}
  }

.module-fund-finder-promo {

  background: #F8F8F8;
}

.module-fund-finder-promo .container {
    position: unset;
  }

.module-fund-finder-promo .fund-finder-promo__mobile-tracks {
      display: none;
      margin-top: 30px;
    }

@media screen and (max-width: 767px) {

.module-fund-finder-promo .fund-finder-promo__mobile-tracks {
        display: block
    }
      }

.module-fund-finder-promo .fund-finder-promo__tracks {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 20px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
    }

.module-fund-finder-promo .fund-finder-promo__tracks:last-child .fund-finder-promo__track {
          animation-direction: reverse;
          -webkit-animation-delay: -5s;
                  animation-delay: -5s;
        }

.module-fund-finder-promo .fund-finder-promo__track {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      gap: 20px;
      min-width: 100%;
      margin-bottom: 20px;
      -webkit-animation: scroll-x 40s linear infinite;
              animation: scroll-x 40s linear infinite;
    }

.module-fund-finder-promo .fund-finder-promo__fund {
      font-family: "din-2014",'DINPro-Regular', sans-serif;
      font-weight: 400;
      font-style: normal;
      background: #FFFFFF;
      border-radius: 24px;
      font-size: 14px;
      color: oklch(from var(--color-kepler) l c h /  0.4);
      letter-spacing: 0.14px;
      text-align: center;
      line-height: 24px;
      padding: 8px 12px;
      white-space: nowrap;

    }

.module-fund-finder-promo .fund-finder-promo__fund.desktop {
        opacity: 0;
        z-index: 10;
        -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
                transform: translateY(20px);
        position: absolute;
      }

@media screen and (max-width: 767px) {

.module-fund-finder-promo .fund-finder-promo__fund.desktop {
          display: none
      }
        }

.module-fund-finder-promo .fund-finder-promo__fund.fund-0 {
        top: 15%;
        left: 5%;
        -webkit-animation: fadeInUp 2s 1s forwards, pulse 5s 3s infinite;
                animation: fadeInUp 2s 1s forwards, pulse 5s 3s infinite;
      }

.module-fund-finder-promo .fund-finder-promo__fund.fund-1 {
        position: absolute;
        top: 45%;
        left: -50px;
        -webkit-animation: fadeInUp 2100ms 1s forwards, pulse 5050ms 3100ms infinite;
                animation: fadeInUp 2100ms 1s forwards, pulse 5050ms 3100ms infinite;
      }

.module-fund-finder-promo .fund-finder-promo__fund.fund-2 {
        position: absolute;
        top: 74%;
        left: 10%;
        -webkit-animation: fadeInUp 2200ms 1s forwards, pulse 5100ms 3200ms infinite;
                animation: fadeInUp 2200ms 1s forwards, pulse 5100ms 3200ms infinite;
      }

.module-fund-finder-promo .fund-finder-promo__fund.fund-3 {
        position: absolute;
        top: 12%;
        right: -50px;
        -webkit-animation: fadeInUp 2150ms 1s forwards, pulse 5200ms 3150ms infinite;
                animation: fadeInUp 2150ms 1s forwards, pulse 5200ms 3150ms infinite;
      }

.module-fund-finder-promo .fund-finder-promo__fund.fund-4 {
        position: absolute;
        top: 45%;
        right: 10%;
        -webkit-animation: fadeInUp 2050ms 1s forwards, pulse 5300ms 3050ms infinite;
                animation: fadeInUp 2050ms 1s forwards, pulse 5300ms 3050ms infinite;
      }

.module-fund-finder-promo .fund-finder-promo__fund.fund-5 {
        position: absolute;
        top: 80%;
        right: 5%;
        -webkit-animation: fadeInUp 2s 1s forwards, pulse 5s 3s infinite;
                animation: fadeInUp 2s 1s forwards, pulse 5s 3s infinite;
      }

.module-fund-finder-promo .fund-finder-promo__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative;
      z-index: 100;
    }

.module-fund-finder-promo .fund-finder-promo__name {
      font-family: var(--font-family-heading);
      font-weight: var(--font-weight-heading);
      font-size: 18px;
      color: var(--color-kepler);
      letter-spacing: 0;
      text-align: center;
      line-height: 27px;
      margin: 20px 0;
    }

.module-fund-finder-promo .fund-finder-promo__subtitle {
      font-family: "din-2014",'DINPro-Regular', sans-serif;
      font-weight: 400;
      font-style: normal;
      opacity: 0.7;
      color: var(--color-kepler);
      font-size: 16px;
      letter-spacing: 0.16px;
      text-align: center;
      line-height: 24px;
      margin-bottom: 20px;
    }

.module-fund-hub .fund-hub__full-history {
      background: #DCDEDF;
      padding-bottom: 40px;
    }

.module-fund-hub .fund-hub__top {
      padding-top: 60px;
      -webkit-box-shadow: 0 0 44px 0 rgba(0,0,0,0.08);
              box-shadow: 0 0 44px 0 rgba(0,0,0,0.08);
      padding-bottom: 40px;
    }

.module-fund-hub .fund-hub__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }

@media screen and (max-width: 1199px) {

.module-fund-hub .fund-hub__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
      }

.module-fund-hub .fund-hub__left {
      -webkit-box-flex: 3;
          -ms-flex: 3;
              flex: 3;
    }

.module-fund-hub .fund-hub__right {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2;
      margin-left: 40px;
    }

@media screen and (max-width: 1199px) {

.module-fund-hub .fund-hub__right {
        margin-top: 40px; margin-left: 0
    }
      }

.module-fund-hub .fund-hub__video-wrapper.recent {
      position: relative;
      background: var(--color-violet);
      margin: -20px -20px 40px -20px;
      border-radius: 18px;
      padding: 20px;
    }

.module-fund-hub .fund-hub__video-wrapper.recent .fund-hub__video {
        margin-bottom: 0 !important;
      }

.module-fund-hub .fund-hub__video-wrapper.recent .fund-hub__date, 
      .module-fund-hub .fund-hub__video-wrapper.recent .fund-hub__title, 
      .module-fund-hub .fund-hub__video-wrapper.recent .fund-hub__excerpt {
        color: white;
      }

.module-fund-hub .fund-hub__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

.module-fund-hub .fund-hub__date {
      font-family: "din-2014",'DINPro-Regular', sans-serif;
      font-weight: 400;
      font-style: normal;
      opacity: 0.5;
      font-size: 14px;
      color: var(--color-kepler);
      margin-top: 20px;
    }

.module-fund-hub .fund-hub__recent {
      position: absolute;
      top: -10px;
      right: 20px;
      background: var(--color-watchlist);
      border-radius: 18px;
      padding: 10px 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 1rem;
      gap: 5px;

      font-family: "din-2014", 'DINPro-Medium', sans-serif;

      font-weight: 600;
      font-size: 13px;
      color: var(--color-yellow);
      letter-spacing: 0.13px;
      line-height: 14px;
    }

.module-fund-hub .fund-hub__recent svg {
        height: 14px;
      }

.module-fund-hub .fund-hub__excerpt {
      opacity: 0.7;
      font-family: "din-2014",'DINPro-Regular', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      color: var(--color-kepler);
      line-height: 24px;
    }

.module-fund-hub .fund-hub__title {
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
      border-top: 1px dotted oklch(from var(--color-kepler) l c h / 0.3);
      padding-top: 23px;
      font-size: 16px;
      color: var(--color-kepler);
      margin-bottom: 1rem;
    }

.module-fund-hub .fund-hub__title:first-child {
        border-top: none;
        padding-top: 0;
      }

.module-fund-hub .fund-hub__subtitle {
      font-family: var(--font-family-heading);
      font-weight: var(--font-weight-heading);
      font-size: 23px;
      color: var(--color-kepler);
      letter-spacing: 0;
      line-height: 38px;
    }

.module-fund-hub .fund-hub__subtitle a {
        color: inherit;
        text-decoration: none;
      }

.module-fund-hub .fund-hub__results {

      position: relative;
    }

.module-fund-hub .fund-hub__results-latest {
        position: absolute;
        right: -10px;
        top: 25px;
        background: var(--color-watchlist);
        border-radius: 18px;
        padding: 10px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;

        font-family: "din-2014", 'DINPro-Medium', sans-serif;

        font-weight: 600;
        font-size: 13px;
        color: var(--color-yellow);
        letter-spacing: 0.13px;
        line-height: 14px;
      }

.module-fund-hub .fund-hub__results-latest svg {
          height: 14px;
        }

.module-fund-hub .fund-hub__results-latest span {
          margin-left: 5px;
        }

.module-fund-hub .fund-hub__results {

      margin-bottom: 30px;
}

.module-fund-hub .fund-hub__results .home-block {
        border-top: 0;
        padding-top: 0;
        margin-top: 0;
      }

.module-fund-hub .fund-hub__results .home-block .home-block__tag {
          margin-top: 0; padding: 0 0 18px 0;
        }

.module-fund-hub .fund-hub__results .home-block .home-block__inner {
          padding: 0 !important;
          -webkit-box-shadow: 0 0 44px 0 rgba(0,0,0,0.08);
                  box-shadow: 0 0 44px 0 rgba(0,0,0,0.08);
          border: none !important;
        }

.module-fund-hub .fund-hub__results .home-block .home-block__right .home-block__right-group {
            padding: 30px;
            background: var(--color-violet);
            border: none !important;
          }

.module-fund-hub .fund-hub__results .home-block .home-block__right .home-block__right-group:first-child .home-block__name, .module-fund-hub .fund-hub__results .home-block .home-block__right .home-block__right-group:first-child .home-block__author-inside {
              color: white;
            }

.module-fund-hub .fund-hub__results .home-block .home-block__right .home-block__right-group:last-child {
            -webkit-box-flex: 2;
                -ms-flex: 2;
                    flex: 2;
            margin-left: 0px;
            background: white;
          }

.module-fund-hub .fund-hub__results .home-block .home-block__right .home-block__right-group:last-child .home-block__intro {
              color: var(--color-kepler);
              font-family: "din-2014",'DINPro-Regular', sans-serif;
              font-weight: 400;
              font-style: normal;
              opacity: 0.7;
            }

.module-fund-hub .fund-hub__profile {
      background: #FFFFFF;
      -webkit-box-shadow: 0 0 44px 0 rgba(0,0,0,0.08);
              box-shadow: 0 0 44px 0 rgba(0,0,0,0.08);
      padding: 40px;
    }

.module-fund-hub .fund-hub__profile + .smart-fund-profile__continue {
        margin-top: 0;
        border-radius: 0;
        margin-bottom: 40px;
      }

.module-fund-hub .fund-hub__date {
      font-size: 15px;
      font-family: "din-2014", 'DINPro-Medium', sans-serif;
      font-weight: 600;
    }

.module-fund-hub .fund-hub__metadata {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;


    }

.module-fund-hub .fund-hub__metadata .author-flex { border-bottom: none; padding-bottom: 0; margin-bottom: 0;}

.module-fund-hub .fund-hub__metadata .author {
        margin: 0 40px 0 0;
        border-right: 1px solid rgba(151,151,151,0.4);
        padding-right: 40px;
      }

@media screen and (max-width: 767px) {

.module-fund-hub .fund-hub__metadata {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse


    }
        .module-fund-hub .fund-hub__metadata .author { margin: 20px 0 0 0; border-right: none; padding-right: 0 }
      }

.module-fund-hub .fund-hub__related {
      margin-bottom: 40px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

.module-fund-hub .fund-hub__events, .module-fund-hub .fund-hub__video {
      margin-bottom: 40px;
    }

.module-fund-list-new {
  margin-top: 60px;






}

@media screen and (max-width: 991px) {

.module-fund-list-new {
    margin-top: 0px






}
  }

.module-fund-list-new .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

.module-fund-list-new .fund-list-new__outer {
      display: -ms-grid;
      display: grid; 
      -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr; 
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
          grid-template-areas: 'intro box1 box1 box1 box1';
      -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
      grid-auto-rows: -webkit-min-content;
      grid-auto-rows: min-content;
      gap: 20px 40px;

    }

@media screen and (max-width: 1200px) {

.module-fund-list-new .fund-list-new__outer {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; 
            grid-template-areas: 'intro'
                             'box1'

    }
      }

.module-fund-list-new .fund-list-new__content {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 7;
      grid-area: box1;
    }

.module-fund-list-new .fund-list-new__intro {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      grid-area: intro;
    }

@media screen and (min-width: 1200px) {

.module-fund-list-new .fund-list-new__intro h3 {
          border-top: 1px dotted rgba(0, 0, 0, 0.3);
          padding-top: 20px;
      }
        }

.module-fund-list-new .fund-list-new__intro h3 {
        font-family: var(--font-family-heading);
        font-weight: var(--font-weight-heading);
        font-style: italic;
        font-size: 20px;
        color: var(--color-kepler);
        letter-spacing: 0;
        line-height: 38px;
}

.module-fund-list-new .fund-list-new__intro .fund-list-new__sort {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        margin-top: 20px;
        font-family: "din-2014", 'DINPro-Medium', sans-serif;
        font-weight: 600;
        font-size: 16px;
      }

.module-fund-list-new .fund-list-new__intro .fund-list-new__sort select {
          margin-left: 5px;
          color: var(--color-cyan);
          border: none;
          border-radius: 0px;
          border-bottom: 1px solid var(--color-cyan);
          padding-right: 20px;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          outline: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          background-color: white;
          background-image: url("data:image/svg+xml,%0A%3Csvg width='13px' height='8px' viewBox='0 0 13 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Events' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Research-Archive' transform='translate(-899.000000, -294.000000)' fill='%2317B0CE' fill-rule='nonzero'%3E%3Cg id='keyboard-arrow-down-24px-copy-4' transform='translate(893.500000, 286.000000)'%3E%3Cpolygon id='Path' points='7.41 8.59 12 13.17 16.59 8.59 18 10 12 16 6 10'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          background-position: right center;
          background-repeat: no-repeat;
        }

@media screen and (max-width: 1200px) {

.module-fund-list-new .fund-list-new__intro {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
    }
        .module-fund-list-new .fund-list-new__intro .fund-list-new__sort {
          margin-top: 0;
        }
      }

.module-fund-list-new .fund-list-new__group {
      border-top: 1px solid black;
      margin-bottom: 40px;
    }

.module-fund-list-new .fund-list-new__tag {
      padding: 20px 0;
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: var(--color-kepler);
      letter-spacing: 0.16px;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
    }

.module-fund-list-new .fund-list-new__funds {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 40px 40px;
    }

@media screen and (max-width: 991px) {

.module-fund-list-new .fund-list-new__funds {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
      }

@media screen and (max-width: 767px) {

.module-fund-list-new .fund-list-new__funds {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
      }

.module-fund-list-new .fund-list-new__fund {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      text-decoration: none;
      color: inherit;
      border-top: 1px dotted rgba(0, 0, 0, 0.3);
      padding: 20px 0;
    }

.module-fund-list-new .fund-list-new__fund a {
        text-decoration: none;
      }

.module-fund-list-new .fund-list-new__fund--name {
        font-family: var(--font-family-heading);
        font-weight: var(--font-weight-heading);
        font-weight: normal;
        font-size: 19px;
        color: #333333;
        line-height: 24px;
      }

.module-fund-list-new .fund-list-new__fund--date {
        margin-top: 5px;
        display: block;
        font-family: "din-2014", 'DINPro-Medium', sans-serif;
        font-weight: 600;
        font-size: 15px;
        color: #A3A3A3;
        line-height: 18px;
      }

.module-fund-list-new .fund-list-new__fund--date .hot { color: var(--color-red); }

.module-fund-list-new .fund-list-new__fund--date .soon { color: var(--color-violet); }

.module-fund-list-new .fund-list-new__fund--geography, .module-fund-list-new .fund-list-new__fund--watchlist, .module-fund-list-new .fund-list-new__fund--charge {
        display: none;
        color: var(--color-kepler);
      }

.module-fund-list-new .fund-list-new__fund--award { 
        width: 100px; 
        display: -webkit-box; 
        display: -ms-flexbox; 
        display: flex;
        -webkit-box-pack: flex-center;
            -ms-flex-pack: flex-center;
                justify-content: flex-center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }

.module-fund-list-new .fund-list-new__fund.-heading {
        display: none;
      }

.module-fund-list-new.list .fund-list-new__funds {
      display: block;
    }

.module-fund-list-new.list .fund-list-new__fund {
      background: var(--color-light-grey-2); 
      border-top: none;
      margin-bottom: 10px;
      padding: 20px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;

    }

.module-fund-list-new.list .fund-list-new__fund.-heading {
        background: 0;
        padding: 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
      }

.module-fund-list-new.list .fund-list-new__fund.-heading .fund-list-new__fund--header, 
        .module-fund-list-new.list .fund-list-new__fund.-heading .fund-list-new__fund--name, 
        .module-fund-list-new.list .fund-list-new__fund.-heading .fund-list-new__fund--geography, 
        .module-fund-list-new.list .fund-list-new__fund.-heading .fund-list-new__fund--charge, 
        .module-fund-list-new.list .fund-list-new__fund.-heading .fund-list-new__fund--watchlist, 
        .module-fund-list-new.list .fund-list-new__fund.-heading .fund-list-new__fund--award {
          color: var(--color-cyan);
          border-color: transparent;
          font-family: "din-2014", 'DINPro-Bold', sans-serif;
          font-weight: 700;
        }

.module-fund-list-new.list .fund-list-new__fund--header {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
      }

.module-fund-list-new.list .fund-list-new__fund--name {
        font-family: "din-2014", 'DINPro-Medium', sans-serif;
        font-weight: 600;
        font-size: 15px;
      }

.module-fund-list-new.list .fund-list-new__fund--geography {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-left: 20px;
        font-size: 15px;
      }

.module-fund-list-new.list .fund-list-new__fund--charge {
        width: 100px;
        margin-left: 20px;
        font-size: 15px;
      }

.module-fund-list-new.list .fund-list-new__fund--watchlist {
        font-size: 15px;
        margin-left: 20px;
        line-height: 1em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        width: 135px;
      }

.module-fund-list-new.list .fund-list-new__fund--watchlist span.ico {
          margin-right: 5px;
          opacity: 0.5; 
          width: 19px;
          height: 19px;
        }

.module-fund-list-new.list .fund-list-new__fund--watchlist span.ico svg { fill: currentColor; }

.module-fund-list-new.list .fund-list-new__fund--watchlist span.following { display: none }

.module-fund-list-new.list .fund-list-new__fund--watchlist.following span.ico {
            color: var(--color-yellow);
            opacity: 1; 
          }

.module-fund-list-new.list .fund-list-new__fund--watchlist.following span.following { display: inline-block }

.module-fund-list-new.list .fund-list-new__fund--watchlist.following span.not-following { display: none }

.module-fund-list-new.list .fund-list-new__fund--watchlist:hover span.ico { opacity: 1; color: var(--color-yellow); }

.module-fund-list-new.list .fund-list-new__fund--award {
        width: 120px;
        margin-left: 20px;
        padding-right: 20px;
        border-right: 1px solid rgba(151,151,151,0.2);
      }

@media screen and (max-width: 575px) {

.module-fund-list-new.list .fund-list-new__fund--award {
          display: none
      }
        }

.module-fund-list-new.list .fund-list-new__fund--section1, .module-fund-list-new.list .fund-list-new__fund--section2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }

.module-fund-list-new.list .fund-list-new__fund--section1 {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
      }

@media screen and (max-width: 991px) {

.module-fund-list-new.list .fund-list-new__fund--section1 {
          display: none
      }
        }

.module-fund-list-new.list .fund-list-new__fund--section2 {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
      }

.module-fund-list-new.list .fund-list-new__fund--geography, .module-fund-list-new.list .fund-list-new__fund--watchlist, .module-fund-list-new.list .fund-list-new__fund--charge {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }

.fund-list-new__mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;

}

.fund-list-new__mode > a {
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0.5;
  }

.fund-list-new__mode > a img { display: block; }

.fund-list-new__mode > a.active {
      opacity: 1;
    }

.fund-list-new__mode.mobile-mode {
    display: none;
  }

@media screen and (max-width: 991px) {

.fund-list-new__mode.mobile-mode {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
  }
    }

body.secondary-nav-open .fund-list-new__mode.mobile-mode {
      display: none !important;
    }

.module-fund-list {
  margin-bottom: 30px;
}

.module-fund-list .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

.module-fund-list .flex .fund-item, .module-fund-list .flex .fund-filter, .module-fund-list .flex .fund-blank {
      width: calc((100% - 60px) / 3);

    }

@media screen and (max-width: 991px) {

.module-fund-list .flex .fund-item, .module-fund-list .flex .fund-filter, .module-fund-list .flex .fund-blank {
        width: calc((100% - 20px) / 2)

    }
      }

@media screen and (max-width: 767px) {

.module-fund-list .flex .fund-item, .module-fund-list .flex .fund-filter, .module-fund-list .flex .fund-blank {
        width: 100%

    }
      }

/* &.cat-select { */

/*   @media screen and (max-width: 575px) { */

/*     display: none; */

/*   } */

/* } */

.module-fund-list .fund-block {
    position: relative;
    margin-bottom: 20px;
  }

.module-fund-list .fund-letter {
    position: absolute;
    left: -40px;
    top: 18px;
    font-size: 20px;
    font-family: "din-2014", 'DINPro-Medium', sans-serif;
    font-weight: 600;
    color: var(--color-cyan);

  }

@media screen and (max-width: 1600px) {

.module-fund-list .fund-letter {
      position: relative;
      top: 0;
      left: 0;
      margin-top: 30px;
      margin-bottom: 00px

  }
    }

.module-fund-list .fund-filter {
    margin-bottom: 20px;
  }

.module-fund-list .fund-filter .selectize-input {
      font-family: "din-2014", 'DINPro-Medium', sans-serif;
      font-weight: 600;
      color: var(--color-cyan);
      font-size: 16px;
      line-height: 23px;
    }

.module-fund-list .fund-item {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid var(--color-cyan);
    text-decoration: none;
  }

.module-fund-list .fund-item strong {
      font-family: var(--font-family-heading);
      font-weight: var(--font-weight-heading);
      font-weight: normal;
      font-size: 20px;
      color: #333333;
      line-height: 24px;
    }

.module-fund-list .fund-item span.intro {
      display: block;
      font-family: "din-2014", 'DINPro-Medium', sans-serif;
      font-weight: 600;
      font-size: 14px;
      color: #666;
    }

.module-fund-list .fund-item span.date {
      display: block;
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
      font-size: 12px;
      color: #9B9B9B;
      line-height: 18px;
      padding-left: 13px;
      background: url(//assets.expertinvestor.co.uk/assets/link-fund-62622e74fc74d0a23246cbb3daa85c10ce81499d82f2bd8e9c198a1fc7558ee0.svg) 0 50% no-repeat;
      text-transform: uppercase;
    }

.module-fund-list .fund-item span.date.hot { color: var(--color-red); }

.module-fund-list .fund-item span.date.soon { color: var(--color-violet); }

.module-fund-list .fund-item.-placeholder span { opacity: 0.5; }

.module-fund-list .fund-item.-placeholder:hover span { opacity: 1; }

.module-fund-list .fund-item:hover strong { color: var(--color-cyan); border-bottom: 1px solid var(--color-cyan); }

.module-fund-list .fund-item:hover span.date {
        color: #9B9B9B;
      }

.module-fund-list .fund-item:hover span.date.hot { color: var(--color-red); }

.module-fund-list .fund-item:hover span.date.soon { color: var(--color-violet); }

.fund-profile-header {
  background: #F3F3F3;
  margin-bottom: 20px;
  z-index: 1000;

}

.fund-profile-header .tab-bar {
    margin-bottom: 0;
    background: #F3F3F3;
  }

.fund-profile-header .tab-bar .tabs .tab {
      border: 1px solid #ccc;
      border-bottom: none;
      background: #F3F3F3;
    }

.fund-profile-header .tab-bar .tabs .tab.active, .fund-profile-header .tab-bar .tabs .tab:hover {
        background: var(--color-cyan);
        border-color: var(--color-cyan)
      }

.fund-profile-header .tab-bar .tab-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

.fund-profile-header .tab-bar .tab-toggle {
      color: var(--color-cyan);
      font-weight: bold;
      font-size: 14px;
      text-decoration: none;
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
  
    }

.fund-profile-header .tab-bar .tab-select {
      display: none;
      background: var(--color-cyan);
      padding-top: 5px;
    }

@media screen and (max-width: 1367px) {
      .fund-profile-header .tab-bar .tabs .tab {
        margin-left: 0;
        border-left: none;
        padding: 6px 10px;
        font-size: 14px;
      }
        
        .fund-profile-header .tab-bar .tabs .tab:first-child {
          border-left: 1px solid #ccc;
          
        }
        .fund-profile-header .tab-bar .tabs .tab.active, .fund-profile-header .tab-bar .tabs .tab:hover {
          background: var(--color-cyan);
          border-color: var(--color-cyan)
        }
    }

@media screen and (max-width: 1192px) {
      .fund-profile-header .tab-bar .tab-toggle span.d {
        display: none;
      }
    }

@media screen and (max-width: 991px) {
      .fund-profile-header .tab-bar .tabs, .fund-profile-header .tab-bar .tab-toggle {
        display: none;

      }
      .fund-profile-header .tab-bar .tab-select{
        display: block;
      }
    }

.fund-profile-header .fund-profile-header-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

.fund-profile-header .fund-profile-header-buttons .selectize-control {
      margin-right: 10px;
      margin-bottom: 10px;
      min-width: 180px;
      line-height: 10px;
    }

.fund-profile-header .fund-profile-header-buttons .selectize-input {
      border-radius: 5px;
    }

.fund-profile-header .fund-profile-header-buttons a {
      margin-right: 10px;
      margin-bottom: 10px;
      white-space: nowrap;
      border: 1px solid var(--color-cyan);
      border-radius: 5px;
      padding: 3px 10px;
      color: #333;
      font-size: 12px;
      display: block;
      text-transform: uppercase;
      text-decoration: none;
    }

.fund-profile-header .fund-profile-header-buttons a:hover {
        color: white;
        background: var(--color-cyan);
      }

.fund-profile-header .fund-profile-header-buttons .addthis_toolbox {
      margin-right: 10px;
      margin-bottom: 10px;
    }

.fund-profile-header .fund-profile-header-buttons .addthis_toolbox a {
        height: 37px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0;
      }

.fund-profile-header .fund-profile-header-buttons .addthis_toolbox a i {
          margin-right: 4px;
        }

.fund-profile-header .fund-profile-header-intro {
    font-family: "din-2014", 'DINPro-RegularItalic', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 120%;
  }

.fund-profile-header .fund-profile-header-disclaimer {
    font-size: 80%;
    margin: 40px 0;
    padding: 10px;
    border: 1px solid #ccc;

  }

.fund-profile-header .fund-profile-header-disclaimer p {
      display: inline;
      margin-right: 5px;
    }

.fund-profile-header .fund-profile-header-disclaimer p:first-child {
        font-family: "din-2014", 'DINPro-Bold', sans-serif;
        font-weight: 700;
      }

.fund-profile-header .fund-profile-header-bar-name {
    display: none;
    background: var(--color-cyan);
    color: white;
    padding: 5px 0;
  }

.fund-profile-header .fund-profile-header-title {
    padding-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

  }

/* div { */

/*   text-transform: uppercase; */

/*   font-size: 90%; */

/*   color: #808080 ; */

/*   text-align: right; */

/*   line-height: 1.2em; */

/* } */

.fund-profile-header .fund-profile-header-title h1 {
      margin-right: 20px;
      font-family: var(--font-family-heading);
      font-weight: var(--font-weight-heading);
    }

.fund-profile-header .fund-profile-history-big {
    border: 1px solid var(--color-red);
    color: var(--color-red);
    padding: 5px;
  }

.fund-profile-header .fund-profile-history-big a {
      display: block;
      color: inherit;
      font-size: 80%;
      text-align: center;
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
    }

.fund-profile-header .fund-profile-history-big:hover {
      background: var(--color-red);
      color: white;
    }

.fund-profile-header .fund-profile-history-big + .fund-profile-header-disclaimer {
      margin-top: 10px;
    }

.fund-profile-header .fund-profile-header-history {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 30px;
    margin-bottom: 10px;
  }

.fund-profile-header .fund-profile-header-history .selectize-control {
      min-width: 200px;
    }

.fund-profile-header .fund-profile-header-history strong {
      line-height: 36px;
      margin-right: 10px;
      color: #808080 ;
      text-transform: uppercase;
      font-size: 90%;
      font-weight: normal;
    }

.fund-profile-header .fund-profile-header-history a {
      display: block;
      color: var(--color-red);
      font-size: 80%;
      text-align: right;
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
    }

.fund-profile-header .is-sticky .fund-profile-header-bar-name {
      display: block;
    }

@media screen and (max-width: 1192px) {

    .fund-profile-header .fund-profile-header-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

    .fund-profile-header h1 {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 20px;
    }

    .fund-profile-header .fund-profile-header-history {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      float: none;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 0;
    }
      .fund-profile-header .fund-profile-header-history .fund-profile-header-history-select {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      }
      .fund-profile-header .fund-profile-header-history a { 
        margin-left: 10px;
      }

  }

@media screen and (max-width: 550px) {
      .fund-profile-header .fund-profile-header-history strong { display: none; }
  }

.fund-profile-header .addthis_inline_share_toolbox a {
      border-radius: 5px !important;
      background-color: transparent !important;
      color: #333 !important;
    }

.fund-profile-header .addthis_inline_share_toolbox a .at-label {
        color: #333 !important;
        font-size: 12px !important;
      }

.fund-profile-header .addthis_inline_share_toolbox a .at-icon {
        fill: #333 !important;
      }

#dashboard .selectize-control.single .selectize-input, #dashboard .selectize-dropdown.single {
    border-color: #EAEAEA;
  }

#dashboard .selectize-control.single .selectize-input:after {
    border-color: #EAEAEA transparent transparent;
  }

.module-fund-wallet .center {
    text-align: center;
  }

.module-fund-wallet .fund-wallet-list--title {
      font-family: "din-2014", 'DINPro-Medium', sans-serif;
      font-weight: 600;
      font-size: 17px;
      color: var(--color-watchlist);
      letter-spacing: 0.17px;
      margin-bottom: 10px;
    }

.module-fund-wallet .fund-wallet-list--item {
      background: #F6F6F6;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 15px;
      margin-bottom: 10px;
    }

.module-fund-wallet .fund-wallet-list a {
      line-height: 1em;
      font-size: 16px;
      text-decoration: none;
    }

.module-fund-wallet .fund-wallet-list .name {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-family: "din-2014", 'DINPro-Medium', sans-serif;
      font-weight: 600;
      color: var(--color-watchlist);
    }

.module-fund-wallet .fund-wallet-list .delete {
      width: 28px;
      margin-left: 40px;
    }

.module-fund-wallet .fund-wallet-list .link {
      margin-left: 40px;
      width: 80px;
    }

.module-fund-wallet .fund-wallet-list .research {
      margin-left: 40px;
      width: 200px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

.module-fund-wallet .fund-wallet-list .research img {
        margin-right: 5px;
      }

.module-fund-wallet .fund-wallet-list .link, .module-fund-wallet .fund-wallet-list .research {
      color: var(--color-cyan);
      font-family: "din-2014", 'DINPro-Medium', sans-serif;
      font-weight: 600;
    }

.module-fund-wallet .fund-wallet-list .link span, .module-fund-wallet .fund-wallet-list .research span {
        text-decoration: underline;
      }

.module-fund-wallet p.note {
    margin-top: 2em;
  }

.module-fund-wallet p.note a {
      color: var(--color-cyan)
    }

.module-fund-wallet small {
    padding: 0; margin: 5px 0 0 0;
    display: block;
    opacity: 0.5;
    background: url(//assets.expertinvestor.co.uk/assets/link-fund-62622e74fc74d0a23246cbb3daa85c10ce81499d82f2bd8e9c198a1fc7558ee0.svg) 0 50% no-repeat;
    padding-left: 20px;
    background-size: contain;
  }

.module-fund-wallet table.table span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }

.module-fund-wallet table.table em {
      margin-left: 5px;
      font-size: 60%;
      font-style: normal;
      opacity: 0.5;
      position: relative;
      border: 1px solid #000;
      border-radius: 100%;
      width: 14px;
      height: 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

.module-fund-wallet table.table em:hover {
        opacity: 1;
      }

.module-fund-wallet table.table td, .module-fund-wallet table.table th {
      padding: 10px;
      line-height: 1.4em;
    }

.module-fund-wallet table.table td.name, .module-fund-wallet table.table th.name {
        padding-left: 15px;
      }

.module-fund-wallet table.table td {
      background: #F6F6F6 !important;
    }

.module-fund-wallet form {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;


  }

.module-fund-wallet form .button {
      height: 36px;
    }

.module-fund-wallet form .selectize {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-right: 10px; 
    }

.calendar-item {
  margin-bottom: 20px;
}

.block-event .home-block__event {
    text-decoration: none;
    background-color: var(--color-kepler);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

@media screen and (max-width: 991px) {

.block-event .home-block__event {
      display: block;
      padding: 20px
  }
    }

.block-event .home-block__event:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.8;
        z-index: 5;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        background-image: none;
        background-color: var(--color-watchlist);
      }

.block-event .home-block__event__details {
      position: relative;
      z-index: 10;
      margin-right: 40px;
      max-width: 425px;
    }

@media screen and (max-width: 991px) {

.block-event .home-block__event__details {
        max-width: 100%;
        margin-right: 0
    }
      }

.block-event .home-block__event__meta {
      position: relative;
      z-index: 10;
      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: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      height: 100%;
    }

.block-event .home-block__event__meta .button {
        color: white;
        padding: 10px;
      }

.block-event .home-block__event__meta .button:hover {
          color: var(--color-kepler);
        }

@media screen and (max-width: 991px) {

.block-event .home-block__event__meta {
        display: block
    }
        .block-event .home-block__event__meta .button { display: none; }
      }

.block-event .home-block__event__tag {
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
      color: var(--color-green);
      font-size: 16px;
      margin-bottom: 10px;
    }

.block-event .home-block__event__name {
      font-family: var(--font-family-heading);
      font-weight: var(--font-weight-heading);
      font-size: 18px;
      color: white;
      line-height: 28px;
      margin-bottom: 10px;
    }

.block-event .home-block__event__intro {
      opacity: 0.7;
      font-size: 16px;
      color: white;
      line-height: 27px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

.block-event .smart-article__sessions {
    width: 100%;
  }

.block-event .smart-article__sessions .smart-session--header {
      background: var(--color-light-grey);
    }

.home-row.grey .block-event .smart-article__sessions .smart-session--header { background: white; }

.watchlist .block-event .smart-article__sessions .smart-session--header { background: oklch(from var(--color-light-grey) l c h / 0.1) }

.block-event .smart-article__sessions .smart-session--hero .avatar {
      width: 62px; height: 62px;
    }

.watchlist .block-event .smart-article__sessions .smart-session--name, 
      .watchlist .block-event .smart-article__sessions .smart-session--hero__date, 
      .watchlist .block-event .smart-article__sessions .session-registered .success, 
      .watchlist .block-event .smart-article__sessions .session-registered .cancel, 
      .watchlist .block-event .smart-article__sessions .smart-session--speaker { color: white; }

.home-block__event__numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

@media screen and (max-width: 991px) {

.home-block__event__numbers {
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      margin-top: 20px;
      padding-top: 20px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between
  }
    }

.home-block__event__number {
    font-family: "din-2014", 'DINPro-Medium', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #FFFFFF;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1em;
  }

.home-block__event__number span.ico {
      margin-right: 5px;
    }

.home-block__event__number svg {
      fill: currentColor;
    }

@media screen and (max-width: 991px) {

.home-block__event__number {
      margin-left: 0
  }
    }

.type-block_event .home-block__left {
    display: none;
  }

.type-block_event .home-block__inner {
    position: relative;
    z-index: 10;
  }

.type-block_event .home-block__short {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: var(--color-watchlist);
    position: relative;padding: 30px 20px 20px 20px;
  }

.type-block_event .home-block__short:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.8;
        z-index: 5;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        background-image: none;
        background-color: var(--color-watchlist);
      }

.type-block_event h2.home-block__name {
    color: white;
    margin-top: 0 !important;
  }

.type-block_event .home-block__intro {
    color: white;
    opacity: 0.7;
  }

.type-block_event .home-block__event__numbers {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
    margin-top: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

.type-block_event .home-block__event__number {
    margin: 0;
  }

.type-block_event .home-block__event__number span.ico {
      color: var(--color-green);
    }

.type-block_session .home-block__inner, .type-block_event .home-block__inner, .type-block_fund .home-block__inner {
      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: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 100%;
    }

.type-block_session .home-block__flex-spacer, .type-block_event .home-block__flex-spacer, .type-block_fund .home-block__flex-spacer {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
    }

.type-block_session .home-block__right, .type-block_event .home-block__right, .type-block_fund .home-block__right {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      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: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }

.type-block_session .home-block__right-group:last-child, .type-block_event .home-block__right-group:last-child, .type-block_fund .home-block__right-group:last-child {
      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: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
    }

.type-block_session .home-block__short {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: var(--color-light-grey);
  }

.home-row.grey .type-block_session .home-block__short {
      background: white;
    }

.type-block_session .home-block__short {
    padding: 30px 20px 20px 20px;
}

.type-block_session .home-block__image .avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; 
    margin-bottom: 10px;   
  }

.type-block_session .home-block__button {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 10px;
    margin-top: 20px;
    
  }

.block-session .button, .event-hero--box__button .button {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.block-session .button.-session-register, .block-session .button.-session-watch, .block-session .button.-session-download, .event-hero--box__button .button.-session-register, .event-hero--box__button .button.-session-watch, .event-hero--box__button .button.-session-download {
      background: var(--color-yellow);
      border-color: var(--color-yellow);
      color: var(--color-kepler);
    }

.block-session .button.-session-register span.ico, .block-session .button.-session-watch span.ico, .block-session .button.-session-download span.ico, .event-hero--box__button .button.-session-register span.ico, .event-hero--box__button .button.-session-watch span.ico, .event-hero--box__button .button.-session-download span.ico { color: var(--color-kepler); }

.block-session .button.-session-more, .event-hero--box__button .button.-session-more {
      background: var(--color-cyan);
      border-color: var(--color-cyan);
      color: white;
    }

.block-session .button.-session-more span.ico, .event-hero--box__button .button.-session-more span.ico { color: white; }

.block-session .button {
  padding: 10px 10px;
}

.block-session .button:hover {
    border-color: var(--color-kepler);
    background: var(--color-kepler);
    color: white;
  }

.block-session .button:hover span.ico {
      color: white;
    }

.event-hero--box__button .button {
  padding: 10px 20px 10px 10px;
}

.event-hero--box__button .button:hover {
    border-color: white;
    background: white;
    color: var(--color-kepler);
  }

.event-hero--box__button .button:hover span.ico {
      color: var(--color-kepler);
    }

.type-block_session .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  border: none;
  font-size: 13px;
  background: none;
  color: var(--color-kepler);
  text-align: left;
  padding-right: 0;
}

.type-block_session .button span.ico {
    margin-right: 10px;
    color: var(--color-cyan);
  }

.type-block_session .button:hover {
    background: none;
    color: var(--color-kepler);
  }

.type-block_session .button:hover span.ico {
      color: var(--color-kepler);
    }

.smart-article__sessions .button {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.smart-article__sessions .button.-session-download span.ico, .smart-article__sessions .button.-session-register span.ico {
      display: none !important;
    }

.smart-fund-profile__history-item-button .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 20px;
  font-size: 13px;
}

.smart-article__sessions .button, .smart-fund-profile__history-item-button .button, .event_fund .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 20px;
  font-size: 13px;

}

.smart-article__sessions .button.-session-register, .smart-fund-profile__history-item-button .button.-session-register, .event_fund .button.-session-register {
    background: var(--color-yellow);
    border-color: var(--color-yellow);
    color: var(--color-kepler);
  }

.smart-article__sessions .button.-session-register span.ico, .smart-fund-profile__history-item-button .button.-session-register span.ico, .event_fund .button.-session-register span.ico { color: var(--color-kepler); }

.smart-article__sessions .button.-session-watch, .smart-article__sessions .button.-session-download, .smart-fund-profile__history-item-button .button.-session-watch, .smart-fund-profile__history-item-button .button.-session-download, .event_fund .button.-session-watch, .event_fund .button.-session-download {
    background: none;
    border-color: var(--color-cyan);
    color: var(--color-cyan);
  }

.smart-article__sessions .button.-session-watch span.ico, .smart-article__sessions .button.-session-download span.ico, .smart-fund-profile__history-item-button .button.-session-watch span.ico, .smart-fund-profile__history-item-button .button.-session-download span.ico, .event_fund .button.-session-watch span.ico, .event_fund .button.-session-download span.ico {
      color: var(--color-cyan);
    }

.smart-article__sessions .button.-session-website, .smart-fund-profile__history-item-button .button.-session-website, .event_fund .button.-session-website {
    background: none;
    border-color: var(--color-yellow);
    color: var(--color-kepler);
  }

.smart-article__sessions .button.-session-website span.ico, .smart-fund-profile__history-item-button .button.-session-website span.ico, .event_fund .button.-session-website span.ico {
      color: var(--color-kepler);
    }

.smart-article__sessions .button:hover, .smart-fund-profile__history-item-button .button:hover, .event_fund .button:hover {
    border-color: var(--color-kepler);
    background: var(--color-kepler);
    color: white;
  }

.smart-article__sessions .button:hover span.ico, .smart-fund-profile__history-item-button .button:hover span.ico, .event_fund .button:hover span.ico {
      color: white;
    }

.block-session .home-block__session {
      text-decoration: none;
      color: black;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      background: var(--color-light-grey);

    }

.home-row.grey .block-session .home-block__session { background: white; }

.block-session .home-block__session {

      padding: 40px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}

@media screen and (max-width: 575px) {

.block-session .home-block__session {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px 20px 40px 20px

    }
      }

.block-session .home-block__session__details {
        margin-right: 40px;
      }

@media screen and (max-width: 575px) {

.block-session .home-block__session__details {
          margin-right: 0;
          margin-bottom: 20px
      }
        }

.block-session .home-block__session__avatar {
        width: 190px;
        height: 190px;
        border-radius: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        margin-right: 20px;
      }

@media screen and (max-width: 991px) and (min-width: 576px) {

.block-session .home-block__session__avatar {
          width: 150px;
          height: 150px
      }
        }

.block-session .home-block__session__preview {
        position: relative;
        max-width: 210px;
      }

.block-session .home-block__session__preview .button {
          position: absolute;
          bottom: -5px;
          right: 0;
        }

@media screen and (max-width: 575px) {

.block-session .home-block__session__preview .button {
            right: -40px
        }
          }

.block-session .home-block__session__date {
        font-family: "din-2014", 'DINPro-Bold', sans-serif;
        font-weight: 700;
        color: var(--color-green);
        font-size: 16px;
        margin-bottom: 10px;
      }

.block-session .home-block__session__name {
        font-family: var(--font-family-heading);
        font-weight: var(--font-weight-heading);
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
      }

.block-session .home-block__session__intro {
        opacity: 0.6;
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 10px;
      }

.block-session .home-block__session__speaker {
        font-family: "din-2014", 'DINPro-RegularItalic', sans-serif;
        font-weight: 400;
        font-style: italic;
        opacity: 0.4;
        font-size: 16px;
        line-height: 27px;
      }

.event-hero, .home-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; 
  padding: 40px 0;
  position: relative;

}

.event-hero > .container, .home-hero > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    position: relative;
  }

@media screen and (max-height: 1000px) {

.event-hero > .container, .home-hero > .container {
      min-height: auto;
  }
    }

@media screen and (max-width: 575px) {

.event-hero > .container, .home-hero > .container {
      min-height: auto;
  }
    }

.event-hero > .container, .home-hero > .container {
    
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.event-hero h3, .home-hero h3 {
    border-top: 1px solid white;
    padding-top: 20px;
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.16px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

.home-hero > container {
    min-height: 740px;
  }

.home-hero--box-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    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;
    padding: 50px 0;
  }

.home-hero--box {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 0;
    grid-column-end: 2;
    text-decoration: none;
  }

@media screen and (max-width: 1200px) {

.home-hero--box {
      -ms-grid-column: 1;
          grid-column-start: 1;
  }
    }

.home-hero--box {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 20px;
    position: relative;
}

.home-hero--box-inner {
    display: -ms-grid;
    display: grid; 
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr; 
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; 
    -ms-grid-rows: 1fr; 
    grid-template-rows: 1fr; 
    gap: 0px 40px; 

    width: 100%;
    
  }

@media screen and (max-width: 1200px) {

.home-hero--box-inner {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr
    
  } 
    }

@media screen and (max-width: 575px) {

.home-hero--box-inner {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr
    
  } 
    }

.home-hero--box-inner.left .home-hero--box {
        -ms-grid-column: 1;
            grid-column-start: 1;
        -ms-grid-column-span: 2;
        grid-column-end: 3;
      }

@media screen and (max-width: 1200px) {

.home-hero--box-inner.left {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
      }

@media screen and (max-width: 991px) {

.home-hero--box-inner.left {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr
    }
      }

@media screen and (max-width: 768px) {

.home-hero--box-inner.left {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
      }

@media screen and (max-width: 575px) {

.home-hero--box-inner.left {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    } 
      }

.home-hero h1 {
    font-family: var(--font-family-heading-light);
    font-weight: var(--font-weight-heading-light);
    font-style: italic;
    font-size: 23px;
    color: var(--color-kepler);
    letter-spacing: 0;
    line-height: 39px;
  }

.home-hero .on-watchlist {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

.home-hero--box__intro {
    opacity: 0.7;
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: var(--color-kepler);
    letter-spacing: 0.16px;
    line-height: 24px;
    margin: 35px 0;
  }

.home-hero--box__date {
    opacity: 0.5;
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: var(--color-kepler);
    letter-spacing: 0.7px;
    line-height: 29px;
  }

.home-hero--box__button {
    position: absolute;
    bottom: 0;
    right: 30px;
  }

.home-hero--box__button .button {
      -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
              transform: translateY(50%);
      font-family: "din-2014", 'DINPro-Medium', sans-serif;
      font-weight: 600;
      font-size: 13px;
      color: var(--color-kepler);
      letter-spacing: 0.13px;
      line-height: 24px;
      background: var(--color-yellow);
      text-decoration: none;
      padding: 15px 20px 13px 20px;
      border: none;
    }

.home-hero--box__button .button:hover {
        background: var(--color-kepler);
        color: white;
      }

.home-hero.event-edition::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.7;
      z-index: 5;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      background-image: none;
      background-color: var(--color-watchlist);
    }

.home-hero.event-edition.no-overlay::after {
        display: none;
      }

.home-hero.event-edition.event-fund {
      background-color: var(--color-watchlist);

    }

.home-hero.event-fund .home-hero--box {
      -ms-grid-column-span: 5;
      grid-column-end: 5;
    }

.home-hero.event-fund .home-hero--box__intro {
      margin-top: 10px;
    }

.home-hero.event-edition > .container {
      min-height: 540px;
    }

.home-hero.event-edition .home-hero--box {
      padding: 0;
      background: none;

    }

.home-hero.event-edition .home-hero--box__event-type {
        font-family: "din-2014", 'DINPro-Bold', sans-serif;
        font-weight: 700;
        font-size: 19px;
        margin-bottom: 10px;
        letter-spacing: 0.19px;

      }

.home-hero.event-edition .home-hero--box__event-type.violet { color: var(--color-violet); }

.home-hero.event-edition .home-hero--box__event-type.cyan { color: var(--color-cyan); }

.home-hero.event-edition .home-hero--box__event-type.orange { color: var(--color-orange); }

.home-hero.event-edition .home-hero--box__event-type.green { color: var(--color-green); }

.home-hero.event-edition .home-hero--box__event-type.yellow { color: var(--color-yellow); }

.home-hero.event-edition .home-hero--box__event-type.kepler { color: var(--color-kepler); }

.home-hero.event-edition .home-hero--box__event-type.red { color: var(--color-red); }

.home-hero.event-edition .home-hero--box__event-type.sky_blue { color: var(--color-sky-blue); }

.home-hero.event-edition .home-hero--box__event-type.blue_green { color: var(--color-blue-green); }

.home-hero.event-edition .home-hero--box h1 {
        font-size: 35px;
        color: #FFFFFF;
        letter-spacing: 0.35px;
      }

.home-hero.event-edition .home-hero--box .home-hero--box__intro {
        opacity: 0.6;
        font-size: 34px;
        color: #FFFFFF;
        letter-spacing: 0.34px;

      }

body.expert .home-hero {
  position: relative;
}

body.expert .home-hero h3 {
    border-top-style: dashed;
    border-top-color: rgba(255, 255, 255, 0.5)
  }

body.expert .home-hero .home-hero--box-wrapper {
    padding: 100px 0;
  }

@media screen and (max-width: 575px) {

body.expert .home-hero .home-hero--box-wrapper {
      padding: 50px 0
  }
    }

body.expert .home-hero .home-hero--box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

body.expert .home-hero .home-hero--box-inner .home-hero--box {
      background: transparent;
      padding: 0;
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      width: 100%;
      max-width: 400px;
      height: 100%;
      gap: 20px;

    }

body.expert .home-hero .home-hero--box-inner .home-hero--box h1 {
        font-family: var(--font-family-heading);
        font-weight: var(--font-weight-heading);
        font-size: 40px;
        font-style: normal;
        color: white;
        line-height: 51px;
        padding: 0;
        margin: 0;
      }

body.expert .home-hero .home-hero--box-inner .home-hero--box .home-hero--box__intro {
        font-family: "din-2014",'DINPro-Regular', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        color: white;
        line-height: 27px;
        margin: 0;
        padding: 0;
        opacity: 1;
      }

.home-row {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; 
  padding: 60px 0;

  --col-width: 190;
}

@media screen and (max-width: 1200px) {

.home-row {
    --col-width: 202.5
}
  }

@media screen and (max-width: 991px) {

.home-row {
    --col-width: 325
}
  }

@media screen and (max-width: 575px) {

.home-row {
    --col-width: 1
}
  }

.home-row.grey {
    background: var(--color-light-grey-2);
  }

.home-row.academy-dark {
    background: #19292F;
  }

.home-row.academy-light {
    background: #2C4149;
  }

.home-row.watchlist, .home-row.dark {
    background: var(--color-watchlist);
  }

.home-row.white + .home-row.white,
  .home-row.grey + .home-row.grey,
  .home-row.dark + .home-row.dark,
  .home-row.academy-dark + .home-row.academy-dark,
  .home-row.academy-light + .home-row.academy-light {
    padding-top: 0px;
  }

@media screen and (max-width: 991px) {

.home-row.white + .home-row.white,
  .home-row.grey + .home-row.grey,
  .home-row.dark + .home-row.dark,
  .home-row.academy-dark + .home-row.academy-dark,
  .home-row.academy-light + .home-row.academy-light {
      margin-top: -60px
  }
      .home-row.white + .home-row.white h3, .home-row.grey + .home-row.grey h3, .home-row.dark + .home-row.dark h3, .home-row.academy-dark + .home-row.academy-dark h3, .home-row.academy-light + .home-row.academy-light h3 {
        margin-top: 60px;
      }
    }

.home-row--outer {
    display: -ms-grid;
    display: grid; 
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr; 
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; 
    -ms-grid-rows: 1fr; 
    grid-template-rows: 1fr;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    gap: 40px 40px;

  }

@media screen and (max-width: 1200px) {

.home-row--outer {
      -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr

  }
    }

@media screen and (max-width: 991px) {

.home-row--outer {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr

  } 
    }

@media screen and (max-width: 575px) {

.home-row--outer {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr

  } 
    }

.home-row--outer.no-intro {
      -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }

@media screen and (max-width: 1200px) {

.home-row--outer.no-intro {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
      }

@media screen and (max-width: 991px) {

.home-row--outer.no-intro {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    } 
      }

@media screen and (max-width: 575px) {

.home-row--outer.no-intro {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    } 
      }

.home-row--outer.no-intro .home-row--intro, .home-row--outer.no-intro .intro { display: none !important; }

.home-row--outer.equal-4 {
      /* 4 equal boxes */
      
      -ms-grid-rows: 1fr;
      
      grid-template-rows: 1fr;
          grid-template-areas: "intro box1 box2 box3 box4";
    }

@media screen and (max-width: 1200px) {

.home-row--outer.equal-4 {
            grid-template-areas: 
          "intro intro intro intro"
          "box1 box2 box3 box4"
    }

.home-row--outer.equal-4 > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.equal-4 > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4
    }
      }

.home-row--outer.equal-4.-watchlist {
            grid-template-areas: 
          "intro box1 box1 box1"
          "dead box2 box3 box4";
      }

@media screen and (max-width: 1200px) {

.home-row--outer.equal-4.-watchlist {
              grid-template-areas: 
            "intro box1 box1 box1"
            "dead box2 box3 box4"
      }

.home-row--outer.equal-4.-watchlist > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3
      }

.home-row--outer.equal-4.-watchlist > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }
        }

.home-row--outer.equal-4.no-intro {
            grid-template-areas: "box1 box2 box3 box4";
      }

@media screen and (max-width: 1200px) {

.home-row--outer.equal-4.no-intro {
              grid-template-areas: "box1 box2 box3 box4"
      }

.home-row--outer.equal-4.no-intro > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }
        }

@media screen and (max-width: 991px) {

.home-row--outer.equal-4.no-intro {
              grid-template-areas: "box1 box2" "box3 box4"
      }

.home-row--outer.equal-4.no-intro > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }
        }

@media screen and (max-width: 575px) {

.home-row--outer.equal-4.no-intro {
              grid-template-areas: "box1" "box2" "box3" "box4"
      }

.home-row--outer.equal-4.no-intro > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }
        }

.home-row--outer.really-big {
      /* 1--1 */
          grid-template-areas: 
        "intro box1 box1 box1 box1"
        "intro box2 box2 box2 box2"
        "intro box3 box3 box3 box3"
        "intro box4 box4 box4 box4";
    }

@media screen and (max-width: 1200px) {

.home-row--outer.really-big {
        -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
            grid-template-areas: 
          "intro"
          "box1"
          "box2"
          "box3"
          "box4" !important
    }

.home-row--outer.really-big > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.really-big > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }
      }

.home-row--outer.really-big.no-intro {
            grid-template-areas: 
          "box1 box1 box1 box1"
          "box2 box2 box2 box2"
          "box3 box3 box3 box3"
          "box4 box4 box4 box4";
      }

@media screen and (max-width: 1200px) {

.home-row--outer.really-big.no-intro {
          -ms-grid-columns: 1fr !important;
          grid-template-columns: 1fr !important;
              grid-template-areas:
            "box1"
            "box2"
            "box3"
            "box4" !important
      }

.home-row--outer.really-big.no-intro > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }
        }

.home-row--outer.split-12-3-4 {
      /* 1--1  3  4 */
      /* 2--2  3  4 */
          grid-template-areas: 
        "intro box1 box1 box3 box4"
        "intro box2 box2 box3 box4";
    }

@media screen and (max-width: 1200px) {

.home-row--outer.split-12-3-4 {
            grid-template-areas: 
          "intro intro dead dead"
          "box1 box1 box3 box4"
          "box2 box2 box3 box4"
    }

.home-row--outer.split-12-3-4 > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.split-12-3-4 > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }
      }

.home-row--outer.split-12-3-4.no-intro {
            grid-template-areas: 
        "box1 box1 box3 box4"
        "box2 box2 box3 box4";
      }

@media screen and (max-width: 1200px) {

.home-row--outer.split-12-3-4.no-intro {
              grid-template-areas: 
            "box1 box1 box3 box4"
            "box2 box2 box3 box4"
      }

.home-row--outer.split-12-3-4.no-intro > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
      }
        }

.home-row--outer.split-1-2 {
      /* 1--1  2 */
      /* 3--3  4 */
          grid-template-areas: 
        "intro box1 box1 box2 box2"
        "intro box3 box3 box4 box4";
    }

@media screen and (max-width: 1200px) {

.home-row--outer.split-1-2 {
            grid-template-areas: 
          "intro intro dead dead"
          "box1 box1 box2 box2"
          "box3 box3 box4 box4"
    }

.home-row--outer.split-1-2 > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.split-1-2 > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }
      }

.home-row--outer.split-1-2.no-intro {
            grid-template-areas: 
          "box1 box1 box2 box2"
          "box3 box3 box4 box4";
      }

@media screen and (max-width: 1200px) {

.home-row--outer.split-1-2.no-intro {
              grid-template-areas: 
            "box1 box1 box2 box2"
            "box3 box3 box4 box4"
      }

.home-row--outer.split-1-2.no-intro > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
      }
        }

.home-row--outer.split-1-23-4 {
      /* 1 2--2 4 */
      /* 1 3--3 4 */
          grid-template-areas: 
        "intro box1 box2 box2 box4"
        "intro box1 box3 box3 box4";
    }

@media screen and (max-width: 1200px) {

.home-row--outer.split-1-23-4 {
            grid-template-areas: 
          "intro intro dead dead"
          "box1 box2 box2 box4"
          "box1 box3 box3 box4"
    }

.home-row--outer.split-1-23-4 > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.split-1-23-4 > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }
      }

.home-row--outer.split-1-23-4.no-intro {
            grid-template-areas: 
          "box1 box2 box2 box4"
          "box1 box3 box3 box4";
      }

@media screen and (max-width: 1200px) {

.home-row--outer.split-1-23-4.no-intro {
              grid-template-areas: 
            "box1 box2 box2 box4"
            "box1 box3 box3 box4"
      }

.home-row--outer.split-1-23-4.no-intro > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }
        }

.home-row--outer.split-1-2-34 {
      /* 1 2 3--3 */
      /* 1 2 4--4 */
          grid-template-areas: 
        "intro box1 box2 box3 box3"
        "intro box1 box2 box4 box4";
    }

@media screen and (max-width: 1200px) {

.home-row--outer.split-1-2-34 {
            grid-template-areas: 
          "intro intro dead dead"
          "box1 box2 box3 box3"
          "box1 box2 box4 box4"
    }

.home-row--outer.split-1-2-34 > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.split-1-2-34 > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }
      }

.home-row--outer.split-1-2-34.no-intro {
            grid-template-areas: 
          "box1 box2 box3 box3"
          "box1 box2 box4 box4";
      }

@media screen and (max-width: 1200px) {

.home-row--outer.split-1-2-34.no-intro {
              grid-template-areas: 
            "box1 box2 box3 box3"
            "box1 box2 box4 box4"
      }

.home-row--outer.split-1-2-34.no-intro > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }
        }

@media screen and (max-width: 991px) {

.home-row--outer.equal-4,
    .home-row--outer.split-12-3-4,
    .home-row--outer.split-1-23-4,
    .home-row--outer.split-1-2-34,
    .home-row--outer.split-1-2 {
            grid-template-areas: 
          "intro intro"
          "box1 box2"
          "box3 box4"
    }

.home-row--outer.equal-4 > .fund-list-new__content, .home-row--outer.split-12-3-4 > .fund-list-new__content, .home-row--outer.split-1-23-4 > .fund-list-new__content, .home-row--outer.split-1-2-34 > .fund-list-new__content, .home-row--outer.split-1-2 > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.equal-4 > .fund-list-new__intro, .home-row--outer.split-12-3-4 > .fund-list-new__intro, .home-row--outer.split-1-23-4 > .fund-list-new__intro, .home-row--outer.split-1-2-34 > .fund-list-new__intro, .home-row--outer.split-1-2 > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }
      }

@media screen and (max-width: 991px) {

.home-row--outer.equal-4.no-intro, .home-row--outer.split-12-3-4.no-intro, .home-row--outer.split-1-23-4.no-intro, .home-row--outer.split-1-2-34.no-intro, .home-row--outer.split-1-2.no-intro {
              grid-template-areas: 
            "box1 box2"
            "box3 box4"
      }

.home-row--outer.equal-4.no-intro > .fund-list-new__content, .home-row--outer.split-12-3-4.no-intro > .fund-list-new__content, .home-row--outer.split-1-23-4.no-intro > .fund-list-new__content, .home-row--outer.split-1-2-34.no-intro > .fund-list-new__content, .home-row--outer.split-1-2.no-intro > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }
        }

@media screen and (max-width: 575px) {

.home-row--outer {
          grid-template-areas: 
        "intro"
        "box1"
        "box2"
        "box3"
        "box4" !important

  }

.home-row--outer > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1

  }

.home-row--outer > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1

  }
    }

@media screen and (max-width: 575px) {

.home-row--outer.no-intro {
            grid-template-areas: 
          "box1"
          "box2"
          "box3"
          "box4" !important
    }

.home-row--outer.no-intro > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }
      }

.home-row--outer.small-big {
      /* 1 2--2--2 */
          grid-template-areas: 
        "intro box1 box2 box2 box2";
    }

.home-row--outer.small-big .box3, .home-row--outer.small-big .box4 { display: none !important; }

@media screen and (max-width: 1200px) {

.home-row--outer.small-big {
            grid-template-areas: 
          "intro intro dead dead"
          "box1 box2 box2 box2"
    }

.home-row--outer.small-big > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.small-big > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }
      }

@media screen and (max-width: 991px) {

.home-row--outer.small-big {
            grid-template-areas: 
          "intro intro"
          "box1 box1"
          "box2 box2"
    }

.home-row--outer.small-big > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.small-big > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }
      }

@media screen and (max-width: 575px) {

.home-row--outer.small-big {
            grid-template-areas: 
          "intro"
          "box1"
          "box2" !important
    }

.home-row--outer.small-big > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.small-big > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }
      }

.home-row--outer.small-big.no-intro {
            grid-template-areas: 
        "box1 box2 box2 box2";

      }

.home-row--outer.small-big.no-intro .box3, .home-row--outer.small-big.no-intro .box4 { display: none !important; }

@media screen and (max-width: 1200px) {

.home-row--outer.small-big.no-intro {
              grid-template-areas: 
            "box1 box2 box2 box2"

      }

.home-row--outer.small-big.no-intro > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1

      }
        }

@media screen and (max-width: 991px) {

.home-row--outer.small-big.no-intro {
              grid-template-areas: 
            "box1 box1"
            "box2 box2"

      }

.home-row--outer.small-big.no-intro > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2

      }
        }

@media screen and (max-width: 575px) {

.home-row--outer.small-big.no-intro {
              grid-template-areas: 
            "box1"
            "box2" !important

      }

.home-row--outer.small-big.no-intro > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1

      }
        }

.home-row--outer.full {
      /* 1--3 */
          grid-template-areas:
        "intro box1 box1 box1 box1";
    }

.home-row--outer.full .box2, .home-row--outer.full .box3, .home-row--outer.full .box4 { display: none !important; }

@media screen and (max-width: 1200px) {

.home-row--outer.full {
            grid-template-areas: 
          "intro dead"
          "box1 box1"
    }

.home-row--outer.full > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.full > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }
      }

@media screen and (max-width: 991px) {

.home-row--outer.full {
            grid-template-areas: 
          "intro"
          "box1"
    }

.home-row--outer.full > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.full > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }
      }

@media screen and (max-width: 575px) {

.home-row--outer.full {
            grid-template-areas: 
          "intro"
          "box1" !important
    }

.home-row--outer.full > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.full > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }
      }

.home-row--outer.full.no-intro .box2, .home-row--outer.full.no-intro .box3, .home-row--outer.full.no-intro .box4 { display: none !important; }

@media screen and (max-width: 1200px) {

.home-row--outer.full.no-intro {
              grid-template-areas: 
            "box1 box1"
      }

.home-row--outer.full.no-intro > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
      }
        }

@media screen and (max-width: 991px) {

.home-row--outer.full.no-intro {
              grid-template-areas: 
            "box1"
      }

.home-row--outer.full.no-intro > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }
        }

@media screen and (max-width: 575px) {

.home-row--outer.full.no-intro {
              grid-template-areas: 
            "box1" !important
      }

.home-row--outer.full.no-intro > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }
        }

.home-row--outer.big-small {
      /* 1--1--1 2 */
          grid-template-areas: 
        "intro box1 box1 box1 box2";
    }

.home-row--outer.big-small .box3, .home-row--outer.big-small .box4 { display: none !important; }

@media screen and (max-width: 1200px) {

.home-row--outer.big-small {
            grid-template-areas: 
          "intro intro dead dead"
          "box1 box1 box1 box2"
    }

.home-row--outer.big-small > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
    }

.home-row--outer.big-small > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }
      }

@media screen and (max-width: 991px) {

.home-row--outer.big-small {
            grid-template-areas: 
          "intro intro"
          "box1 box1"
          "box2 box2"
    }

.home-row--outer.big-small > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.big-small > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }
      }

@media screen and (max-width: 575px) {

.home-row--outer.big-small {
            grid-template-areas: 
          "intro"
          "box1"
          "box2" !important
    }

.home-row--outer.big-small > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.big-small > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }
      }

.home-row--outer.big-small.no-intro {
            grid-template-areas: 
        "box1 box1 box1 box2";
      }

.home-row--outer.big-small.no-intro .box3, .home-row--outer.big-small.no-intro .box4 { display: none !important; }

@media screen and (max-width: 1200px) {

.home-row--outer.big-small.no-intro {
              grid-template-areas: 
            "box1 box1 box1 box2"
      }

.home-row--outer.big-small.no-intro > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
      }
        }

@media screen and (max-width: 991px) {

.home-row--outer.big-small.no-intro {
              grid-template-areas: 
            "box1 box1"
            "box2 box2"
      }

.home-row--outer.big-small.no-intro > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
      }
        }

@media screen and (max-width: 575px) {

.home-row--outer.big-small.no-intro {
              grid-template-areas: 
            "box1"
            "box2" !important
      }

.home-row--outer.big-small.no-intro > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }
        }

.home-row--outer.wide {
      /* 1--1--1 2 */
          grid-template-areas: 
        "intro box1 box1 box1 dead";
    }

@media screen and (max-width: 1200px) {

.home-row--outer.wide {
            grid-template-areas: 
          "intro intro dead dead"
          "box1 box1 box1 dead"
    }

.home-row--outer.wide > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
    }

.home-row--outer.wide > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }
      }

@media screen and (max-width: 991px) {

.home-row--outer.wide {
            grid-template-areas: 
          "intro intro"
          "box1 box1"
    }

.home-row--outer.wide > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.wide > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }
      }

@media screen and (max-width: 575px) {

.home-row--outer.wide {
            grid-template-areas: 
          "intro"
          "box1" !important
    }

.home-row--outer.wide > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.wide > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }
      }

.home-row--outer.wide.no-intro {
            grid-template-areas: 
        "box1 box1 box1 dead";
      }

@media screen and (max-width: 1200px) {

.home-row--outer.wide.no-intro {
              grid-template-areas: 
            "box1 box1 box1 dead"
      }

.home-row--outer.wide.no-intro > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
      }
        }

@media screen and (max-width: 991px) {

.home-row--outer.wide.no-intro {
              grid-template-areas: 
            "box1 box1"
      }

.home-row--outer.wide.no-intro > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
      }
        }

@media screen and (max-width: 575px) {

.home-row--outer.wide.no-intro {
              grid-template-areas: 
            "box1" !important
      }

.home-row--outer.wide.no-intro > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }
        }

.home-row--outer.full {
          grid-template-areas:
        "intro box1 box1 box1 box1";
      
      
    }

@media screen and (max-width: 1200px) {

.home-row--outer.full {
            grid-template-areas: 
          "intro intro dead dead"
          "box1 box1 box1 box1"
      
      
    }

.home-row--outer.full > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4
      
      
    }

.home-row--outer.full > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
      
      
    }
      }

@media screen and (max-width: 991px) {

.home-row--outer.full {
            grid-template-areas: 
          "intro intro"
          "box1 box1"
      
      
    }

.home-row--outer.full > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
      
      
    }

.home-row--outer.full > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
      
      
    }
      }

@media screen and (max-width: 575px) {

.home-row--outer.full {
            grid-template-areas: 
          "intro"
          "box1" !important
      
      
    }

.home-row--outer.full > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      
      
    }

.home-row--outer.full > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      
      
    }
      }

.home-row--outer.full.no-intro {
            grid-template-areas: 
        "box1 box1 box1 box1";
      }

@media screen and (max-width: 1200px) {

.home-row--outer.full.no-intro {
              grid-template-areas: 
            "box1 box1 box1 box1"
      }

.home-row--outer.full.no-intro > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4
      }
        }

@media screen and (max-width: 991px) {

.home-row--outer.full.no-intro {
              grid-template-areas: 
            "box1 box1"
      }

.home-row--outer.full.no-intro > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
      }
        }

@media screen and (max-width: 575px) {

.home-row--outer.full.no-intro {
              grid-template-areas: 
            "box1" !important
      }

.home-row--outer.full.no-intro > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }
        }

.home-row--outer.calendar {
      /* 1--1--1 2 */
          grid-template-areas: 
        "intro box1 box1 box1 dead";
    }

.home-row--outer.calendar .box2, .home-row--outer.calendar .box3, .home-row--outer.calendar .box4 { display: none !important; }

@media screen and (max-width: 1200px) {

.home-row--outer.calendar {
            grid-template-areas: 
          "intro intro dead dead"
          "box1 box1 box1 dead"
    }

.home-row--outer.calendar > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
    }

.home-row--outer.calendar > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }
      }

@media screen and (max-width: 991px) {

.home-row--outer.calendar {
            grid-template-areas: 
          "intro intro"
          "box1 box1"
    }

.home-row--outer.calendar > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.calendar > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }
      }

@media screen and (max-width: 575px) {

.home-row--outer.calendar {
            grid-template-areas: 
          "intro"
          "box1" !important
    }

.home-row--outer.calendar > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.calendar > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }
      }

.home-row--outer.calendar.add-gap {
        margin-bottom: 60px;
      }

.home-row--outer.calendar.close-gap {
        margin-top: -60px;
      }

.home-row--outer.calendar.no-intro {
            grid-template-areas: 
        "box1 box1 box1 dead";
      }

@media screen and (max-width: 1200px) {

.home-row--outer.calendar.no-intro {
              grid-template-areas: 
            "box1 box1 box1 dead"
      }

.home-row--outer.calendar.no-intro > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
      }
        }

@media screen and (max-width: 991px) {

.home-row--outer.calendar.no-intro {
              grid-template-areas: 
            "box1 box1"
      }

.home-row--outer.calendar.no-intro > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
      }
        }

@media screen and (max-width: 575px) {

.home-row--outer.calendar.no-intro {
              grid-template-areas: 
            "box1" !important
      }

.home-row--outer.calendar.no-intro > .fund-list-new__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }
        }

.home-row--outer .intro { -ms-grid-row: 1; -ms-grid-column: 1; grid-area: intro; }

.home-row--outer .box1 { -ms-grid-row: 1; -ms-grid-column: 3; -ms-grid-column-span: 7; grid-area: box1; }

.home-row--outer .box2 { -ms-grid-row: 1; -ms-grid-column: 3; grid-area: box2; }

.home-row--outer .box3 { -ms-grid-row: 1; -ms-grid-column: 4; grid-area: box3; }

.home-row--outer .box4 { -ms-grid-row: 1; -ms-grid-column: 5; grid-area: box4; }

@media screen and (max-width: 1200px) {

.module-fund-list-new .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1

    }

.module-fund-list-new .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-column: 1

    }

.home-row--outer .intro {
    -ms-grid-row: 1;
    -ms-grid-column: 1

    }

.home-row--outer.equal-4 > .intro {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4
    }

.home-row--outer.equal-4.-watchlist > .intro {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }

.home-row--outer.really-big > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.split-12-3-4 > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.split-1-2 > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.split-1-23-4 > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.split-1-2-34 > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.small-big > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.full > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.big-small > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.wide > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.full > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
      
      
    }

.home-row--outer.calendar > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer .box1 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1

    }

.home-row--outer.equal-4 > .box1 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.equal-4.-watchlist > .box1 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3
      }

.home-row--outer.equal-4.no-intro > .box1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }

.home-row--outer.really-big > .box1 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.really-big.no-intro > .box1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }

.home-row--outer.split-12-3-4 > .box1 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.split-12-3-4.no-intro > .box1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
      }

.home-row--outer.split-1-2 > .box1 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.split-1-2.no-intro > .box1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
      }

.home-row--outer.split-1-23-4 > .box1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.split-1-23-4.no-intro > .box1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }

.home-row--outer.split-1-2-34 > .box1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.split-1-2-34.no-intro > .box1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }

.home-row--outer.small-big > .box1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.small-big.no-intro > .box1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1

      }

.home-row--outer.full > .box1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.full.no-intro > .box1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
      }

.home-row--outer.big-small > .box1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
    }

.home-row--outer.big-small.no-intro > .box1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
      }

.home-row--outer.wide > .box1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
    }

.home-row--outer.wide.no-intro > .box1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
      }

.home-row--outer.full > .box1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4
      
      
    }

.home-row--outer.full.no-intro > .box1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4
      }

.home-row--outer.calendar > .box1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
    }

.home-row--outer.calendar.no-intro > .box1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
      }

.home-row--outer .box2 {
    -ms-grid-row: 2;
    -ms-grid-column: 2
    }

.home-row--outer.equal-4.-watchlist > .box2 {
    -ms-grid-row: 2;
    -ms-grid-column: 2
      }

.home-row--outer.equal-4.no-intro > .box2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2
      }

.home-row--outer.really-big > .box2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.really-big.no-intro > .box2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }

.home-row--outer.split-12-3-4 > .box2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.split-12-3-4.no-intro > .box2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
      }

.home-row--outer.split-1-2 > .box2 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2
    }

.home-row--outer.split-1-2.no-intro > .box2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2
      }

.home-row--outer.split-1-23-4 > .box2 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2
    }

.home-row--outer.split-1-23-4.no-intro > .box2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2
      }

.home-row--outer.split-1-2-34 > .box2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1
    }

.home-row--outer.split-1-2-34.no-intro > .box2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1
      }

.home-row--outer.small-big > .box2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3
    }

.home-row--outer.small-big.no-intro > .box2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3

      }

.home-row--outer.big-small > .box2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1
    }

.home-row--outer.big-small.no-intro > .box2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1
      }

.home-row--outer .box3 {
    -ms-grid-row: 2;
    -ms-grid-column: 3
    }

.home-row--outer.equal-4.-watchlist > .box3 {
    -ms-grid-row: 2;
    -ms-grid-column: 3
      }

.home-row--outer.equal-4.no-intro > .box3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3
      }

.home-row--outer.really-big > .box3 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.really-big.no-intro > .box3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }

.home-row--outer.split-12-3-4 > .box3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1
    }

.home-row--outer.split-12-3-4.no-intro > .box3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1
      }

.home-row--outer.split-1-2 > .box3 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.split-1-2.no-intro > .box3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
      }

.home-row--outer.split-1-23-4 > .box3 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2
    }

.home-row--outer.split-1-23-4.no-intro > .box3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2
      }

.home-row--outer.split-1-2-34 > .box3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2
    }

.home-row--outer.split-1-2-34.no-intro > .box3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2
      }

.home-row--outer .box4 {
    -ms-grid-row: 2;
    -ms-grid-column: 4
    }

.home-row--outer.equal-4.-watchlist > .box4 {
    -ms-grid-row: 2;
    -ms-grid-column: 4
      }

.home-row--outer.equal-4.no-intro > .box4 {
    -ms-grid-row: 1;
    -ms-grid-column: 4
      }

.home-row--outer.really-big > .box4 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.really-big.no-intro > .box4 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }

.home-row--outer.split-12-3-4 > .box4 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1
    }

.home-row--outer.split-12-3-4.no-intro > .box4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1
      }

.home-row--outer.split-1-2 > .box4 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2
    }

.home-row--outer.split-1-2.no-intro > .box4 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2
      }

.home-row--outer.split-1-23-4 > .box4 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1
    }

.home-row--outer.split-1-23-4.no-intro > .box4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1
      }

.home-row--outer.split-1-2-34 > .box4 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2
    }

.home-row--outer.split-1-2-34.no-intro > .box4 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2
      }
}

@media screen and (max-width: 991px) {

.home-row--outer.equal-4 > .intro, .home-row--outer.split-12-3-4 > .intro, .home-row--outer.split-1-23-4 > .intro, .home-row--outer.split-1-2-34 > .intro, .home-row--outer.split-1-2 > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.small-big > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.full > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.big-small > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.wide > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.full > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
      
      
    }

.home-row--outer.calendar > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.equal-4.no-intro > .box1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }

.home-row--outer.equal-4 > .box1, .home-row--outer.split-12-3-4 > .box1, .home-row--outer.split-1-23-4 > .box1, .home-row--outer.split-1-2-34 > .box1, .home-row--outer.split-1-2 > .box1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.equal-4.no-intro > .box1, .home-row--outer.split-12-3-4.no-intro > .box1, .home-row--outer.split-1-23-4.no-intro > .box1, .home-row--outer.split-1-2-34.no-intro > .box1, .home-row--outer.split-1-2.no-intro > .box1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }

.home-row--outer.small-big > .box1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.small-big.no-intro > .box1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2

      }

.home-row--outer.full > .box1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.full.no-intro > .box1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }

.home-row--outer.big-small > .box1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.big-small.no-intro > .box1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
      }

.home-row--outer.wide > .box1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.wide.no-intro > .box1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
      }

.home-row--outer.full > .box1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
      
      
    }

.home-row--outer.full.no-intro > .box1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
      }

.home-row--outer.calendar > .box1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.calendar.no-intro > .box1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
      }

.home-row--outer.equal-4.no-intro > .box2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2
      }

.home-row--outer.equal-4 > .box2, .home-row--outer.split-12-3-4 > .box2, .home-row--outer.split-1-23-4 > .box2, .home-row--outer.split-1-2-34 > .box2, .home-row--outer.split-1-2 > .box2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1
    }

.home-row--outer.equal-4.no-intro > .box2, .home-row--outer.split-12-3-4.no-intro > .box2, .home-row--outer.split-1-23-4.no-intro > .box2, .home-row--outer.split-1-2-34.no-intro > .box2, .home-row--outer.split-1-2.no-intro > .box2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1
      }

.home-row--outer.small-big > .box2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.small-big.no-intro > .box2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2

      }

.home-row--outer.big-small > .box2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
    }

.home-row--outer.big-small.no-intro > .box2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
      }

.home-row--outer.equal-4.no-intro > .box3 {
    -ms-grid-row: 2;
    -ms-grid-column: 1
      }

.home-row--outer.equal-4 > .box3, .home-row--outer.split-12-3-4 > .box3, .home-row--outer.split-1-23-4 > .box3, .home-row--outer.split-1-2-34 > .box3, .home-row--outer.split-1-2 > .box3 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.equal-4.no-intro > .box3, .home-row--outer.split-12-3-4.no-intro > .box3, .home-row--outer.split-1-23-4.no-intro > .box3, .home-row--outer.split-1-2-34.no-intro > .box3, .home-row--outer.split-1-2.no-intro > .box3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }

.home-row--outer.equal-4.no-intro > .box4 {
    -ms-grid-row: 2;
    -ms-grid-column: 2
      }

.home-row--outer.equal-4 > .box4, .home-row--outer.split-12-3-4 > .box4, .home-row--outer.split-1-23-4 > .box4, .home-row--outer.split-1-2-34 > .box4, .home-row--outer.split-1-2 > .box4 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1
    }

.home-row--outer.equal-4.no-intro > .box4, .home-row--outer.split-12-3-4.no-intro > .box4, .home-row--outer.split-1-23-4.no-intro > .box4, .home-row--outer.split-1-2-34.no-intro > .box4, .home-row--outer.split-1-2.no-intro > .box4 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1
      }
}

@media screen and (max-width: 575px) {

.home-row--outer > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1

  }

.home-row--outer.small-big > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.full > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.big-small > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.wide > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.full > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      
      
    }

.home-row--outer.calendar > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.equal-4.no-intro > .box1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }

.home-row--outer > .box1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1

  }

.home-row--outer.no-intro > .box1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.small-big > .box1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.small-big.no-intro > .box1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1

      }

.home-row--outer.full > .box1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.full.no-intro > .box1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }

.home-row--outer.big-small > .box1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.big-small.no-intro > .box1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }

.home-row--outer.wide > .box1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.wide.no-intro > .box1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }

.home-row--outer.full > .box1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      
      
    }

.home-row--outer.full.no-intro > .box1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }

.home-row--outer.calendar > .box1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.calendar.no-intro > .box1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }

.home-row--outer.equal-4.no-intro > .box2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1
      }

.home-row--outer > .box2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1

  }

.home-row--outer.no-intro > .box2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.small-big > .box2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.small-big.no-intro > .box2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1

      }

.home-row--outer.big-small > .box2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.big-small.no-intro > .box2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
      }

.home-row--outer.equal-4.no-intro > .box3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1
      }

.home-row--outer > .box3 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1

  }

.home-row--outer.no-intro > .box3 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }

.home-row--outer.equal-4.no-intro > .box4 {
    -ms-grid-row: 4;
    -ms-grid-column: 1
      }

.home-row--outer > .box4 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1

  }

.home-row--outer.no-intro > .box4 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
    }
}

.home-row--outer .dead { grid-area: dead; }

@media screen and (max-width: 991px) {
    .home-row--outer .dead {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    }
    .expert-fund-table .td-col-grid.-fees > .dead {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    }
    .expert-fund-table .td-col-grid.-cumulative > .dead {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    }
}

.home-row--intro {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-grid-row-span: 10;
    grid-row: span 10;
  }

@media screen and (min-width: 1200px) {

.home-row--intro h3 {
        border-top: 1px dotted rgba(0, 0, 0, 0.3)

    }
        .watchlist .home-row--intro h3, .dark .home-row--intro h3, .academy-dark .home-row--intro h3, .academy-light .home-row--intro h3 {
          border-top: 1px dotted rgba(255, 255, 255, 0.3);
        }
      }

.home-row--intro h3 {
      padding-top: 20px;
}

.home-row--intro h3 {
      font-family: var(--font-family-heading);
      font-weight: var(--font-weight-heading);
      font-style: italic;
      font-size: 20px;
      color: var(--color-kepler);
      letter-spacing: 0;
      line-height: 38px;
}

.watchlist .home-row--intro h3 {
        color: white;
      }

@media screen and (max-width: 991px) {

.home-row.blocks-1 .home-row--outer.equal-4 {
          grid-template-areas:
        "intro intro"
        "box1 dead"
  }

.home-row.blocks-1 .home-row--outer.equal-4 > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }

.home-row.blocks-1 .home-row--outer.equal-4 > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
  }

.home-row.blocks-1 .home-row--outer.equal-4 > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
  }

.home-row.blocks-1 .home-row--outer.equal-4 > .box1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }
    }

@media screen and (max-width: 575px) {

.home-row.blocks-1 .home-row--outer.equal-4 {
          grid-template-areas:
        "intro"
        "box1" !important
  }

.home-row.blocks-1 .home-row--outer.equal-4 > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }

.home-row.blocks-1 .home-row--outer.equal-4 > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }

.home-row.blocks-1 .home-row--outer.equal-4 > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }

.home-row.blocks-1 .home-row--outer.equal-4 > .box1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }
    }

@media screen and (max-width: 991px) {

.home-row.blocks-2 .home-row--outer.equal-4 {
          grid-template-areas:
        "intro intro"
        "box1 box2"
  }

.home-row.blocks-2 .home-row--outer.equal-4 > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }

.home-row.blocks-2 .home-row--outer.equal-4 > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
  }

.home-row.blocks-2 .home-row--outer.equal-4 > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
  }

.home-row.blocks-2 .home-row--outer.equal-4 > .box1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }

.home-row.blocks-2 .home-row--outer.equal-4 > .box2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1
  }
    }

@media screen and (max-width: 575px) {

.home-row.blocks-2 .home-row--outer.equal-4 {
          grid-template-areas:
        "intro"
        "box1"
        "box2" !important
  }

.home-row.blocks-2 .home-row--outer.equal-4 > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }

.home-row.blocks-2 .home-row--outer.equal-4 > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }

.home-row.blocks-2 .home-row--outer.equal-4 > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }

.home-row.blocks-2 .home-row--outer.equal-4 > .box1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }

.home-row.blocks-2 .home-row--outer.equal-4 > .box2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }
    }

@media screen and (max-width: 991px) {

.home-row.blocks-3 .home-row--outer.equal-4 {
          grid-template-areas:
        "intro intro"
        "box1 box2"
        "box3 dead"
  }

.home-row.blocks-3 .home-row--outer.equal-4 > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }

.home-row.blocks-3 .home-row--outer.equal-4 > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
  }

.home-row.blocks-3 .home-row--outer.equal-4 > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
  }

.home-row.blocks-3 .home-row--outer.equal-4 > .box1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }

.home-row.blocks-3 .home-row--outer.equal-4 > .box2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1
  }

.home-row.blocks-3 .home-row--outer.equal-4 > .box3 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }
    }

@media screen and (max-width: 575px) {

.home-row.blocks-3 .home-row--outer.equal-4 {
          grid-template-areas:
        "intro"
        "box1"
        "box2"
        "box3" !important
  }

.home-row.blocks-3 .home-row--outer.equal-4 > .fund-list-new__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }

.home-row.blocks-3 .home-row--outer.equal-4 > .fund-list-new__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }

.home-row.blocks-3 .home-row--outer.equal-4 > .intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }

.home-row.blocks-3 .home-row--outer.equal-4 > .box1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }

.home-row.blocks-3 .home-row--outer.equal-4 > .box2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }

.home-row.blocks-3 .home-row--outer.equal-4 > .box3 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }
    }

.home-row.selectboxes {
    padding: 0px;
  }

.home-row.selectboxes + .js-more-target .home-row:first-child { padding-top: 30px !important; }

.home-row.selectboxes .home-row--outer { gap: 10px 40px; }

.home-row.selectboxes .home-row--outer + .home-row--outer { 
      margin-top: 20px;
    }

@media screen and (max-width: 991px) {

.home-row.selectboxes .home-row--outer + .home-row--outer {
        margin-top: 0px
    }
      }

.home-row.selectboxes .home-row--intro h3 {
        font-family: "din-2014", 'DINPro-Medium', sans-serif;
        font-weight: 600;
        border-top: none !important;
        font-size: 17px;
        padding-top: 0;
        color: var(--color-watchlist);
        font-style: normal;
        line-height: 65px;
      }

.home-row.selectboxes .home-row--intro h3 a { 
          text-decoration: none;
          color: inherit;
        }

.home-row.selectboxes .home-row--intro h3 a span.ico { display: none; }

.home-row.selectboxes select {
      background: var(--color-light-grey-2);
      border-color: var(--color-light-grey-2);
      font-family: "din-2014", 'DINPro-Medium', sans-serif;
      font-weight: 600;
      font-size: 16px;
      color: var(--color-watchlist);
      padding: 20px 40px 14px 20px;
      width: 100%;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      outline: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-image: url("data:image/svg+xml,%0A%3Csvg width='13px' height='8px' viewBox='0 0 13 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Events' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Research-Archive' transform='translate(-899.000000, -294.000000)' fill='%2317B0CE' fill-rule='nonzero'%3E%3Cg id='keyboard-arrow-down-24px-copy-4' transform='translate(893.500000, 286.000000)'%3E%3Cpolygon id='Path' points='7.41 8.59 12 13.17 16.59 8.59 18 10 12 16 6 10'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-position: right 20px center;
      background-repeat: no-repeat;
    }

.home-row.selectboxes .toggle {
      background: var(--color-light-grey-2);
      border-color: var(--color-light-grey-2);
      font-family: "din-2014", 'DINPro-Medium', sans-serif;
      font-weight: 600;
      font-size: 16px;
      color: var(--color-watchlist);
      padding: 20px 20px 20px 20px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;

    }

.home-row.selectboxes .toggle input {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        visibility: hidden;
        height: 1px;
        width: 1px;
      }

.home-row.selectboxes .toggle span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 10px;
        background: rgba(0,0,0,0.2);
        width: 38px;
        height: 20px;
      }

.home-row.selectboxes .toggle span::after {
          content: "";
          width: 14px;
          height: 14px;
          background: white;
          border-radius: 10px;
          margin: 0 3px;
        }

.home-row.selectboxes .toggle input:checked + span {
        background: var(--color-cyan);
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
      }

@media screen and (max-width: 991px) {

.home-row.selectboxes {
      height: 65px;
      overflow: hidden
  }
      .home-row.selectboxes .box1, .home-row.selectboxes .box2, .home-row.selectboxes .box3, .home-row.selectboxes .box4 { 
        display: none;
      }
      .home-row.selectboxes h3 a span.ico { display: inline !important; } 
      body.filters-open .home-row.selectboxes {
        height: auto;
      }
        body.filters-open .home-row.selectboxes .box1, body.filters-open .home-row.selectboxes .box2, body.filters-open .home-row.selectboxes .box3, body.filters-open .home-row.selectboxes .box4 { 
          display: -webkit-box; 
          display: -ms-flexbox; 
          display: flex;
        }
    }

.home-row--inner {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

.home-block {
  border-top: 1px dotted rgba(0, 0, 0, 0.3);

}

.watchlist .home-block, .dark .home-block, .academy-dark .home-block, .academy-light .home-block {
    border-top: 1px dotted rgba(255, 255, 255, 0.3);
  }

.home-block {
  text-decoration: none;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.home-block.no-border {
    border-top: none;
  }

.home-block .home-block__button .session-registered .success {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: var(--color-kepler);

  }

.home-block.mailing-list, .home-block.b-fund-finder {
    border-top: none;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

.home-block.mailing-list svg {
      stroke: var(--color-yellow);
    }

.home-block.image {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

.home-block.image.without-line {
      border-top: none;
    }

.home-block__short {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }

.home-block__tag {
    padding: 20px 0;
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--color-kepler);
    letter-spacing: 0.16px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

.home-block__tag.-event, .home-block__tag.-green {
      color: var(--color-green);
    }

.home-block__tag.-fund, .home-block__tag.-violet {
      color: var(--color-violet);
    }

.home-block__tag.-blue-green, .home-block__tag.-portfolio {
      color: var(--color-blue-green);
    }

.home-block__tag.-red {
      color: var(--color-red);
    }

.home-block__tag.-blue {
      color: var(--color-cyan);
    }

.home-block__tag.-dark-blue, .home-block__tag.-fund-research {
      color: var(--color-kepler);
    }

.watchlist .home-block__tag.-dark-blue, .watchlist .home-block__tag.-fund-research {
        color: white;
      }

.home-block__tag.-orange, .home-block__tag.-special {
      color: var(--color-orange);
    }

.home-block__name {
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-heading);
    color: var(--color-kepler);
    font-size: 17px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 10px;
    
  }

.home-block__intro {
    opacity: 0.7;
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: var(--color-kepler);
    letter-spacing: 0.16px;
    line-height: 24px;

  }

.home-block__date, .home-block__date-inside {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    opacity: 0.5;
    font-size: 14px;
    color: var(--color-kepler);
    letter-spacing: 0.7px;
    line-height: 1em;
    margin-top: 20px;

  }

.home-block__author, .home-block__author-inside {
    font-family: "din-2014", 'DINPro-Medium', sans-serif;
    font-weight: 600;
    opacity: 0.5;
    font-size: 16px;
    line-height: 1em;
    color:var(--color-kepler);
    letter-spacing: 0.16px;
    margin-top: 20px;

  }

.home-block__date-inside, .home-block__author-inside {
    display: none;
  }

.home-block__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

.home-row__viewall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.home-row.watchlist .home-block__date {
    color: white;
  }

.home-row.watchlist .on-watchlist.-inline {
    display: none !important;
  }

.home-row.watchlist .on-watchlist.-top {
    color: white;
  }

.home-row.watchlist .home-block:not(.-event) .home-block__name,
    .home-row.watchlist .home-block:not(.-event) .home-block__intro,
    .home-row.watchlist .home-block:not(.-event) .home-block__date-inside,
    .home-row.watchlist .home-block:not(.-event) .home-block__author,
    .home-row.watchlist .home-block:not(.-event) .home-block__author-inside {
      color: white;
    }

.home-block.block-embed {
  position: relative;
  display: block;
}

.home-block.mailing-list, .home-block.b-fund-finder {
  border: 1px dotted rgba(0, 0, 0, 0.3);
}

.home-block.mailing-list .home-block__inner, .home-block.b-fund-finder .home-block__inner {
      padding: 30px 20px;
    }

.home-block.mailing-list .home-block__name, .home-block.b-fund-finder .home-block__name {
      margin-top: 10px;
    }

.home-block.mailing-list .home-block__button, .home-block.b-fund-finder .home-block__button {
      display: inline-block;
      font-family: "din-2014", 'DINPro-Medium', sans-serif;
      font-weight: 600;
      font-size: 13px;
      color: var(--color-kepler);
      letter-spacing: 0.13px;
      line-height: 24px;
      background: var(--color-yellow);
      text-decoration: none;
      margin-top: 10px;
      padding: 10px 20px 8px 20px;
      border: none;
    }

.home-block.mailing-list .home-block__button:hover, .home-block.b-fund-finder .home-block__button:hover {
        background: var(--color-kepler);
        color: white;
      }

.home-block.b-fund-finder {
  border: none;
  background: var(--color-kepler);
}

.home-block.b-fund-finder .home-block__name {
      color: white;
    }

.home-block.b-fund-finder .home-block__button {
      border: 1px solid var(--color-yellow);
      color: white;
      background: transparent;
    }

.home-block.b-fund-finder .home-block__button:hover {
        background-color: var(--color-yellow);
        color: var(--color-kepler);
      }

.equal-4 .home-block.style-fund .home-block__image, .equal-4 .home-block.style-fund .home-block__author, .split-12-3-4 .home-block.style-fund .home-block__image, .split-12-3-4 .home-block.style-fund .home-block__author, .split-1-23-4 .home-block.style-fund .home-block__image, .split-1-23-4 .home-block.style-fund .home-block__author, .split-1-2 .home-block.style-fund .home-block__image, .split-1-2 .home-block.style-fund .home-block__author, .split-1-2-34 .home-block.style-fund .home-block__image, .split-1-2-34 .home-block.style-fund .home-block__author, .full .home-block.style-fund .home-block__image, .full .home-block.style-fund .home-block__author, .wide .home-block.style-fund .home-block__image, .wide .home-block.style-fund .home-block__author, .big-small .box2.style-fund .home-block__image, .big-small .box2.style-fund .home-block__author, .big-small .box3.style-fund .home-block__image, .big-small .box3.style-fund .home-block__author, .big-small .box4.style-fund .home-block__image, .big-small .box4.style-fund .home-block__author, .small-big .box1.style-fund .home-block__image, .small-big .box1.style-fund .home-block__author, .small-big .box3.style-fund .home-block__image, .small-big .box3.style-fund .home-block__author, .small-big .box4.style-fund .home-block__image, .small-big .box4.style-fund .home-block__author {
        display: none;
      }

.equal-4 .home-block.style-fund .home-block__inner, .split-12-3-4 .home-block.style-fund .home-block__inner, .split-1-23-4 .home-block.style-fund .home-block__inner, .split-1-2 .home-block.style-fund .home-block__inner, .split-1-2-34 .home-block.style-fund .home-block__inner, .full .home-block.style-fund .home-block__inner, .wide .home-block.style-fund .home-block__inner, .big-small .box2.style-fund .home-block__inner, .big-small .box3.style-fund .home-block__inner, .big-small .box4.style-fund .home-block__inner, .small-big .box1.style-fund .home-block__inner, .small-big .box3.style-fund .home-block__inner, .small-big .box4.style-fund .home-block__inner {
        padding: 30px 20px;
        background: var(--color-red);
        opacity: 1;
        min-height: 300px;
      }

.equal-4 .home-block.style-fund .home-block__name, .equal-4 .home-block.style-fund .home-block__intro, .equal-4 .home-block.style-fund .home-block__date-inside, .split-12-3-4 .home-block.style-fund .home-block__name, .split-12-3-4 .home-block.style-fund .home-block__intro, .split-12-3-4 .home-block.style-fund .home-block__date-inside, .split-1-23-4 .home-block.style-fund .home-block__name, .split-1-23-4 .home-block.style-fund .home-block__intro, .split-1-23-4 .home-block.style-fund .home-block__date-inside, .split-1-2 .home-block.style-fund .home-block__name, .split-1-2 .home-block.style-fund .home-block__intro, .split-1-2 .home-block.style-fund .home-block__date-inside, .split-1-2-34 .home-block.style-fund .home-block__name, .split-1-2-34 .home-block.style-fund .home-block__intro, .split-1-2-34 .home-block.style-fund .home-block__date-inside, .full .home-block.style-fund .home-block__name, .full .home-block.style-fund .home-block__intro, .full .home-block.style-fund .home-block__date-inside, .wide .home-block.style-fund .home-block__name, .wide .home-block.style-fund .home-block__intro, .wide .home-block.style-fund .home-block__date-inside, .big-small .box2.style-fund .home-block__name, .big-small .box2.style-fund .home-block__intro, .big-small .box2.style-fund .home-block__date-inside, .big-small .box3.style-fund .home-block__name, .big-small .box3.style-fund .home-block__intro, .big-small .box3.style-fund .home-block__date-inside, .big-small .box4.style-fund .home-block__name, .big-small .box4.style-fund .home-block__intro, .big-small .box4.style-fund .home-block__date-inside, .small-big .box1.style-fund .home-block__name, .small-big .box1.style-fund .home-block__intro, .small-big .box1.style-fund .home-block__date-inside, .small-big .box3.style-fund .home-block__name, .small-big .box3.style-fund .home-block__intro, .small-big .box3.style-fund .home-block__date-inside, .small-big .box4.style-fund .home-block__name, .small-big .box4.style-fund .home-block__intro, .small-big .box4.style-fund .home-block__date-inside {
        color: white;
        opacity: 1;
      }

.wide .home-block.style-fund .home-block__inner {
        min-height: 100px;
      }

.home-block.fund-list .home-block__fund, .equal-4 .home-block.fund-list .home-block__fund, .split-12-3-4 .home-block.fund-list .home-block__fund, .split-1-23-4 .home-block.fund-list .home-block__fund, .split-1-2 .home-block.fund-list .home-block__fund, .split-1-2-34 .home-block.fund-list .home-block__fund, .full .home-block.fund-list .home-block__fund, .big-small .box2.fund-list .home-block__fund, .big-small .box3.fund-list .home-block__fund, .big-small .box4
.small-big .box1.fund-list .home-block__fund, .small-big .box3.fund-list .home-block__fund, .small-big .box4.fund-list .home-block__fund {
        display: block;
        color: white;
        text-decoration: none;
        padding-bottom: 20px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      }

.home-block.fund-list .home-block__right .home-block__fund:last-child, .equal-4 .home-block.fund-list .home-block__right .home-block__fund:last-child, .split-12-3-4 .home-block.fund-list .home-block__right .home-block__fund:last-child, .split-1-23-4 .home-block.fund-list .home-block__right .home-block__fund:last-child, .split-1-2 .home-block.fund-list .home-block__right .home-block__fund:last-child, .split-1-2-34 .home-block.fund-list .home-block__right .home-block__fund:last-child, .full .home-block.fund-list .home-block__right .home-block__fund:last-child, .big-small .box2.fund-list .home-block__right .home-block__fund:last-child, .big-small .box3.fund-list .home-block__right .home-block__fund:last-child, .big-small .box4
.small-big .box1.fund-list .home-block__right .home-block__fund:last-child, .small-big .box3.fund-list .home-block__right .home-block__fund:last-child, .small-big .box4.fund-list .home-block__right .home-block__fund:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border: none;
        }

.home-block.fund-list .home-block__inner, .equal-4 .home-block.fund-list .home-block__inner, .split-12-3-4 .home-block.fund-list .home-block__inner, .split-1-23-4 .home-block.fund-list .home-block__inner, .split-1-2 .home-block.fund-list .home-block__inner, .split-1-2-34 .home-block.fund-list .home-block__inner, .full .home-block.fund-list .home-block__inner, .big-small .box2.fund-list .home-block__inner, .big-small .box3.fund-list .home-block__inner, .big-small .box4
.small-big .box1.fund-list .home-block__inner, .small-big .box3.fund-list .home-block__inner, .small-big .box4.fund-list .home-block__inner {
        width: 100%;
        padding: 30px 20px;
        background: var(--color-red);
        opacity: 1;
      }

.home-block.fund-list .home-block__name, .equal-4 .home-block.fund-list .home-block__name, .split-12-3-4 .home-block.fund-list .home-block__name, .split-1-23-4 .home-block.fund-list .home-block__name, .split-1-2 .home-block.fund-list .home-block__name, .split-1-2-34 .home-block.fund-list .home-block__name, .full .home-block.fund-list .home-block__name, .big-small .box2.fund-list .home-block__name, .big-small .box3.fund-list .home-block__name, .big-small .box4
.small-big .box1.fund-list .home-block__name, .small-big .box3.fund-list .home-block__name, .small-big .box4.fund-list .home-block__name {
        font-size: 14px;
        color: white;
        line-height: 1.4em;
      }

.home-block.fund-list .home-block__date-inside, .equal-4 .home-block.fund-list .home-block__date-inside, .split-12-3-4 .home-block.fund-list .home-block__date-inside, .split-1-23-4 .home-block.fund-list .home-block__date-inside, .split-1-2 .home-block.fund-list .home-block__date-inside, .split-1-2-34 .home-block.fund-list .home-block__date-inside, .full .home-block.fund-list .home-block__date-inside, .big-small .box2.fund-list .home-block__date-inside, .big-small .box3.fund-list .home-block__date-inside, .big-small .box4
.small-big .box1.fund-list .home-block__date-inside, .small-big .box3.fund-list .home-block__date-inside, .small-big .box4.fund-list .home-block__date-inside {
        font-size: 14px;
        margin-top: 10px;
        color: white;
        display: block;
      }

.equal-4 .home-block.style-1 .home-block__image, .split-12-3-4 .home-block.style-1 .home-block__image, .split-1-23-4 .home-block.style-1 .home-block__image, .split-1-2 .home-block.style-1 .home-block__image, .split-1-2-34 .home-block.style-1 .home-block__image, .full .home-block.style-1 .home-block__image, .big-small .box2.style-1 .home-block__image, .big-small .box3.style-1 .home-block__image, .big-small .box4.style-1 .home-block__image, .small-big .box1.style-1 .home-block__image, .small-big .box3.style-1 .home-block__image, .small-big .box4.style-1 .home-block__image {
        display: none;
      }

.equal-4 .home-block.style-1 .home-block__inner, .split-12-3-4 .home-block.style-1 .home-block__inner, .split-1-23-4 .home-block.style-1 .home-block__inner, .split-1-2 .home-block.style-1 .home-block__inner, .split-1-2-34 .home-block.style-1 .home-block__inner, .full .home-block.style-1 .home-block__inner, .big-small .box2.style-1 .home-block__inner, .big-small .box3.style-1 .home-block__inner, .big-small .box4.style-1 .home-block__inner, .small-big .box1.style-1 .home-block__inner, .small-big .box3.style-1 .home-block__inner, .small-big .box4.style-1 .home-block__inner {
        padding: 30px 20px;
        border: 1px dotted oklch(from var(--color-violet) l c h / 0.3);
      }

.equal-4 .home-block.style-1 .home-block__intro, .split-12-3-4 .home-block.style-1 .home-block__intro, .split-1-23-4 .home-block.style-1 .home-block__intro, .split-1-2 .home-block.style-1 .home-block__intro, .split-1-2-34 .home-block.style-1 .home-block__intro, .full .home-block.style-1 .home-block__intro, .big-small .box2.style-1 .home-block__intro, .big-small .box3.style-1 .home-block__intro, .big-small .box4.style-1 .home-block__intro, .small-big .box1.style-1 .home-block__intro, .small-big .box3.style-1 .home-block__intro, .small-big .box4.style-1 .home-block__intro {
        opacity: 1;
        font-family: var(--font-family-heading);
        font-weight: var(--font-weight-heading);
        font-size: 17px;
        color: var(--color-violet);
        letter-spacing: 0;
        line-height: 30px;
      }

.equal-4 .home-block.style-2 .home-block__author, .equal-4 .home-block.style-2 .home-block__author-inside, .split-12-3-4 .home-block.style-2 .home-block__author, .split-12-3-4 .home-block.style-2 .home-block__author-inside, .split-1-23-4 .home-block.style-2 .home-block__author, .split-1-23-4 .home-block.style-2 .home-block__author-inside, .split-1-2 .home-block.style-2 .home-block__author, .split-1-2 .home-block.style-2 .home-block__author-inside, .split-1-2-34 .home-block.style-2 .home-block__author, .split-1-2-34 .home-block.style-2 .home-block__author-inside, .full .home-block.style-2 .home-block__author, .full .home-block.style-2 .home-block__author-inside, .big-small .box2.style-2 .home-block__author, .big-small .box2.style-2 .home-block__author-inside, .big-small .box3.style-2 .home-block__author, .big-small .box3.style-2 .home-block__author-inside, .big-small .box4.style-2 .home-block__author, .big-small .box4.style-2 .home-block__author-inside, .small-big .box1.style-2 .home-block__author, .small-big .box1.style-2 .home-block__author-inside, .small-big .box3.style-2 .home-block__author, .small-big .box3.style-2 .home-block__author-inside, .small-big .box4.style-2 .home-block__author, .small-big .box4.style-2 .home-block__author-inside {
        display: none;
      }

.equal-4 .home-block.style-2 .home-block__image, .split-12-3-4 .home-block.style-2 .home-block__image, .split-1-23-4 .home-block.style-2 .home-block__image, .split-1-2 .home-block.style-2 .home-block__image, .split-1-2-34 .home-block.style-2 .home-block__image, .full .home-block.style-2 .home-block__image, .big-small .box2.style-2 .home-block__image, .big-small .box3.style-2 .home-block__image, .big-small .box4.style-2 .home-block__image, .small-big .box1.style-2 .home-block__image, .small-big .box3.style-2 .home-block__image, .small-big .box4.style-2 .home-block__image {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
      }

.equal-4 .home-block.style-2 .home-block__image img, .split-12-3-4 .home-block.style-2 .home-block__image img, .split-1-23-4 .home-block.style-2 .home-block__image img, .split-1-2 .home-block.style-2 .home-block__image img, .split-1-2-34 .home-block.style-2 .home-block__image img, .full .home-block.style-2 .home-block__image img, .big-small .box2.style-2 .home-block__image img, .big-small .box3.style-2 .home-block__image img, .big-small .box4.style-2 .home-block__image img, .small-big .box1.style-2 .home-block__image img, .small-big .box3.style-2 .home-block__image img, .small-big .box4.style-2 .home-block__image img { 
          display: block;
          max-width: 100%;
        }

.equal-4 .home-block.style-2 .home-block__name, .split-12-3-4 .home-block.style-2 .home-block__name, .split-1-23-4 .home-block.style-2 .home-block__name, .split-1-2 .home-block.style-2 .home-block__name, .split-1-2-34 .home-block.style-2 .home-block__name, .full .home-block.style-2 .home-block__name, .big-small .box2.style-2 .home-block__name, .big-small .box3.style-2 .home-block__name, .big-small .box4.style-2 .home-block__name, .small-big .box1.style-2 .home-block__name, .small-big .box3.style-2 .home-block__name, .small-big .box4.style-2 .home-block__name {
        margin: 15px 0;
      }

.equal-4 .home-block.style-3 .home-block__image, .split-12-3-4 .home-block.style-3 .home-block__image, .split-1-23-4 .home-block.style-3 .home-block__image, .split-1-2 .home-block.style-3 .home-block__image, .split-1-2-34 .home-block.style-3 .home-block__image, .full .home-block.style-3 .home-block__image, .big-small .box2.style-3 .home-block__image, .big-small .box3.style-3 .home-block__image, .big-small .box4.style-3 .home-block__image, .small-big .box1.style-3 .home-block__image, .small-big .box3.style-3 .home-block__image, .small-big .box4.style-3 .home-block__image {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
      }

.really-big .home-block__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 40px;
        grid-template-areas: "right left left left";
  }

@media screen and (max-width: 991px) {

.really-big .home-block__inner {
      -ms-grid-columns: 1fr !important;
      grid-template-columns: 1fr !important;
      -ms-grid-rows: auto 20px auto !important;
          grid-template-areas: "left" "right" !important;
      gap: 20px !important
  }
    }

.really-big .home-block__left {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
    grid-area: left;
  }

.really-big .home-block__right {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: right;
  }

@media screen and (max-width: 991px) {

.really-big .home-block__left {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }

.really-big .home-block__right {
    -ms-grid-row: 3;
    -ms-grid-column: 1
  }
}

@media screen and (min-width: 1201px) {

.really-big.no-intro .home-block__inner {
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
          grid-template-areas: "right left left left left"

  }

.really-big.no-intro .home-block__inner > .home-block__left {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 4

  }

.really-big.no-intro .home-block__inner > .home-block__right {
    -ms-grid-row: 1;
    -ms-grid-column: 1

  }
    }

.big-small .box1 .on-watchlist, .small-big .box2 .on-watchlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

.big-small .box1.-event, .big-small .box1.-green, .small-big .box2.-event, .small-big .box2.-green {
    border-top: 1px solid var(--color-green);
  }

.big-small .box1.-fund, .big-small .box1.-violet, .small-big .box2.-fund, .small-big .box2.-violet {
    border-top: 1px solid var(--color-violet);
  }

.big-small .box1.-blue-green, .big-small .box1.-portfolio, .small-big .box2.-blue-green, .small-big .box2.-portfolio {
    border-top: 1px solid var(--color-blue-green);
  }

.big-small .box1.-red, .small-big .box2.-red {
    border-top: 1px solid var(--color-red);
  }

.big-small .box1.-blue, .small-big .box2.-blue {
    border-top: 1px solid var(--color-cyan);
  }

.big-small .box1.-dark-blue, .small-big .box2.-dark-blue {
    border-top: 1px solid var(--color-kepler);
  }

.big-small .box1.-orange, .big-small .box1.-special, .small-big .box2.-orange, .small-big .box2.-special {
    border-top: 1px solid var(--color-orange);
  }

@media screen and (min-width: 992px) {
    .split-12-3-4 .box1.fund-list, .split-12-3-4 .box2.fund-list, .split-1-23-4 .box2.fund-list, .split-1-23-4 .box3.fund-list, .split-1-2-34 .box3.fund-list, .split-1-2-34 .box4.fund-list {
    display: none !important;
  }
      .split-12-3-4 .box1.fund-list .home-block__inner, .split-12-3-4 .box2.fund-list .home-block__inner, .split-1-23-4 .box2.fund-list .home-block__inner, .split-1-23-4 .box3.fund-list .home-block__inner, .split-1-2-34 .box3.fund-list .home-block__inner, .split-1-2-34 .box4.fund-list .home-block__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
      }
      .split-12-3-4 .box1.fund-list .home-block__left, .split-12-3-4 .box1.fund-list .home-block__right, .split-12-3-4 .box2.fund-list .home-block__left, .split-12-3-4 .box2.fund-list .home-block__right, .split-1-23-4 .box2.fund-list .home-block__left, .split-1-23-4 .box2.fund-list .home-block__right, .split-1-23-4 .box3.fund-list .home-block__left, .split-1-23-4 .box3.fund-list .home-block__right, .split-1-2-34 .box3.fund-list .home-block__left, .split-1-2-34 .box3.fund-list .home-block__right, .split-1-2-34 .box4.fund-list .home-block__left, .split-1-2-34 .box4.fund-list .home-block__right {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: block;
        width: calc(50% - 10px);

      }
      .split-12-3-4 .box1.fund-list .home-block__left, .split-12-3-4 .box2.fund-list .home-block__left, .split-1-23-4 .box2.fund-list .home-block__left, .split-1-23-4 .box3.fund-list .home-block__left, .split-1-2-34 .box3.fund-list .home-block__left, .split-1-2-34 .box4.fund-list .home-block__left {
        margin-right: 10px;
      }
      .split-12-3-4 .box1.fund-list .home-block__right, .split-12-3-4 .box2.fund-list .home-block__right, .split-1-23-4 .box2.fund-list .home-block__right, .split-1-23-4 .box3.fund-list .home-block__right, .split-1-2-34 .box3.fund-list .home-block__right, .split-1-2-34 .box4.fund-list .home-block__right {
        margin-left: 10px;
      }
        .split-12-3-4 .box1.fund-list .home-block__fund:last-child, .split-12-3-4 .box2.fund-list .home-block__fund:last-child, .split-1-23-4 .box2.fund-list .home-block__fund:last-child, .split-1-23-4 .box3.fund-list .home-block__fund:last-child, .split-1-2-34 .box3.fund-list .home-block__fund:last-child, .split-1-2-34 .box4.fund-list .home-block__fund:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border: none;
        }
      .split-12-3-4 .box1.style-1 .home-block__inner, .split-12-3-4 .box1.style-fund .home-block__inner, .split-12-3-4 .box1.style-3 .home-block__inner, .split-12-3-4 .box2.style-1 .home-block__inner, .split-12-3-4 .box2.style-fund .home-block__inner, .split-12-3-4 .box2.style-3 .home-block__inner, .split-1-23-4 .box2.style-1 .home-block__inner, .split-1-23-4 .box2.style-fund .home-block__inner, .split-1-23-4 .box2.style-3 .home-block__inner, .split-1-23-4 .box3.style-1 .home-block__inner, .split-1-23-4 .box3.style-fund .home-block__inner, .split-1-23-4 .box3.style-3 .home-block__inner, .split-1-2-34 .box3.style-1 .home-block__inner, .split-1-2-34 .box3.style-fund .home-block__inner, .split-1-2-34 .box3.style-3 .home-block__inner, .split-1-2-34 .box4.style-1 .home-block__inner, .split-1-2-34 .box4.style-fund .home-block__inner, .split-1-2-34 .box4.style-3 .home-block__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px;
      }
      .split-12-3-4 .box1.style-1 .home-block__date, .split-12-3-4 .box1.style-1 .home-block__author, .split-12-3-4 .box1.style-fund .home-block__date, .split-12-3-4 .box1.style-fund .home-block__author, .split-12-3-4 .box1.style-3 .home-block__date, .split-12-3-4 .box1.style-3 .home-block__author, .split-12-3-4 .box2.style-1 .home-block__date, .split-12-3-4 .box2.style-1 .home-block__author, .split-12-3-4 .box2.style-fund .home-block__date, .split-12-3-4 .box2.style-fund .home-block__author, .split-12-3-4 .box2.style-3 .home-block__date, .split-12-3-4 .box2.style-3 .home-block__author, .split-1-23-4 .box2.style-1 .home-block__date, .split-1-23-4 .box2.style-1 .home-block__author, .split-1-23-4 .box2.style-fund .home-block__date, .split-1-23-4 .box2.style-fund .home-block__author, .split-1-23-4 .box2.style-3 .home-block__date, .split-1-23-4 .box2.style-3 .home-block__author, .split-1-23-4 .box3.style-1 .home-block__date, .split-1-23-4 .box3.style-1 .home-block__author, .split-1-23-4 .box3.style-fund .home-block__date, .split-1-23-4 .box3.style-fund .home-block__author, .split-1-23-4 .box3.style-3 .home-block__date, .split-1-23-4 .box3.style-3 .home-block__author, .split-1-2-34 .box3.style-1 .home-block__date, .split-1-2-34 .box3.style-1 .home-block__author, .split-1-2-34 .box3.style-fund .home-block__date, .split-1-2-34 .box3.style-fund .home-block__author, .split-1-2-34 .box3.style-3 .home-block__date, .split-1-2-34 .box3.style-3 .home-block__author, .split-1-2-34 .box4.style-1 .home-block__date, .split-1-2-34 .box4.style-1 .home-block__author, .split-1-2-34 .box4.style-fund .home-block__date, .split-1-2-34 .box4.style-fund .home-block__author, .split-1-2-34 .box4.style-3 .home-block__date, .split-1-2-34 .box4.style-3 .home-block__author {
        display: none;
      }

      .split-12-3-4 .box1.style-1 .home-block__date-inside, .split-12-3-4 .box1.style-fund .home-block__date-inside, .split-12-3-4 .box1.style-3 .home-block__date-inside, .split-12-3-4 .box2.style-1 .home-block__date-inside, .split-12-3-4 .box2.style-fund .home-block__date-inside, .split-12-3-4 .box2.style-3 .home-block__date-inside, .split-1-23-4 .box2.style-1 .home-block__date-inside, .split-1-23-4 .box2.style-fund .home-block__date-inside, .split-1-23-4 .box2.style-3 .home-block__date-inside, .split-1-23-4 .box3.style-1 .home-block__date-inside, .split-1-23-4 .box3.style-fund .home-block__date-inside, .split-1-23-4 .box3.style-3 .home-block__date-inside, .split-1-2-34 .box3.style-1 .home-block__date-inside, .split-1-2-34 .box3.style-fund .home-block__date-inside, .split-1-2-34 .box3.style-3 .home-block__date-inside, .split-1-2-34 .box4.style-1 .home-block__date-inside, .split-1-2-34 .box4.style-fund .home-block__date-inside, .split-1-2-34 .box4.style-3 .home-block__date-inside {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
      }
      .split-12-3-4 .box1.style-1 .home-block__right, .split-12-3-4 .box1.style-fund .home-block__right, .split-12-3-4 .box1.style-3 .home-block__right, .split-12-3-4 .box2.style-1 .home-block__right, .split-12-3-4 .box2.style-fund .home-block__right, .split-12-3-4 .box2.style-3 .home-block__right, .split-1-23-4 .box2.style-1 .home-block__right, .split-1-23-4 .box2.style-fund .home-block__right, .split-1-23-4 .box2.style-3 .home-block__right, .split-1-23-4 .box3.style-1 .home-block__right, .split-1-23-4 .box3.style-fund .home-block__right, .split-1-23-4 .box3.style-3 .home-block__right, .split-1-2-34 .box3.style-1 .home-block__right, .split-1-2-34 .box3.style-fund .home-block__right, .split-1-2-34 .box3.style-3 .home-block__right, .split-1-2-34 .box4.style-1 .home-block__right, .split-1-2-34 .box4.style-fund .home-block__right, .split-1-2-34 .box4.style-3 .home-block__right {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        gap: 40px;
      }
        .split-12-3-4 .box1.style-1 .home-block__right-group, .split-12-3-4 .box1.style-fund .home-block__right-group, .split-12-3-4 .box1.style-3 .home-block__right-group, .split-12-3-4 .box2.style-1 .home-block__right-group, .split-12-3-4 .box2.style-fund .home-block__right-group, .split-12-3-4 .box2.style-3 .home-block__right-group, .split-1-23-4 .box2.style-1 .home-block__right-group, .split-1-23-4 .box2.style-fund .home-block__right-group, .split-1-23-4 .box2.style-3 .home-block__right-group, .split-1-23-4 .box3.style-1 .home-block__right-group, .split-1-23-4 .box3.style-fund .home-block__right-group, .split-1-23-4 .box3.style-3 .home-block__right-group, .split-1-2-34 .box3.style-1 .home-block__right-group, .split-1-2-34 .box3.style-fund .home-block__right-group, .split-1-2-34 .box3.style-3 .home-block__right-group, .split-1-2-34 .box4.style-1 .home-block__right-group, .split-1-2-34 .box4.style-fund .home-block__right-group, .split-1-2-34 .box4.style-3 .home-block__right-group {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          
          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: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
        }
          .split-12-3-4 .box1.style-1 .home-block__right-group:first-child, .split-12-3-4 .box1.style-fund .home-block__right-group:first-child, .split-12-3-4 .box1.style-3 .home-block__right-group:first-child, .split-12-3-4 .box2.style-1 .home-block__right-group:first-child, .split-12-3-4 .box2.style-fund .home-block__right-group:first-child, .split-12-3-4 .box2.style-3 .home-block__right-group:first-child, .split-1-23-4 .box2.style-1 .home-block__right-group:first-child, .split-1-23-4 .box2.style-fund .home-block__right-group:first-child, .split-1-23-4 .box2.style-3 .home-block__right-group:first-child, .split-1-23-4 .box3.style-1 .home-block__right-group:first-child, .split-1-23-4 .box3.style-fund .home-block__right-group:first-child, .split-1-23-4 .box3.style-3 .home-block__right-group:first-child, .split-1-2-34 .box3.style-1 .home-block__right-group:first-child, .split-1-2-34 .box3.style-fund .home-block__right-group:first-child, .split-1-2-34 .box3.style-3 .home-block__right-group:first-child, .split-1-2-34 .box4.style-1 .home-block__right-group:first-child, .split-1-2-34 .box4.style-fund .home-block__right-group:first-child, .split-1-2-34 .box4.style-3 .home-block__right-group:first-child {
            border-right: 1px dotted rgba(0, 0, 0, 0.1);
            padding-right: 20px;
            margin-right: 0px;
          }
      .split-12-3-4 .box1.style-1 .home-block__name, .split-12-3-4 .box1.style-1 .home-block__intro, .split-12-3-4 .box1.style-fund .home-block__name, .split-12-3-4 .box1.style-fund .home-block__intro, .split-12-3-4 .box1.style-3 .home-block__name, .split-12-3-4 .box1.style-3 .home-block__intro, .split-12-3-4 .box2.style-1 .home-block__name, .split-12-3-4 .box2.style-1 .home-block__intro, .split-12-3-4 .box2.style-fund .home-block__name, .split-12-3-4 .box2.style-fund .home-block__intro, .split-12-3-4 .box2.style-3 .home-block__name, .split-12-3-4 .box2.style-3 .home-block__intro, .split-1-23-4 .box2.style-1 .home-block__name, .split-1-23-4 .box2.style-1 .home-block__intro, .split-1-23-4 .box2.style-fund .home-block__name, .split-1-23-4 .box2.style-fund .home-block__intro, .split-1-23-4 .box2.style-3 .home-block__name, .split-1-23-4 .box2.style-3 .home-block__intro, .split-1-23-4 .box3.style-1 .home-block__name, .split-1-23-4 .box3.style-1 .home-block__intro, .split-1-23-4 .box3.style-fund .home-block__name, .split-1-23-4 .box3.style-fund .home-block__intro, .split-1-23-4 .box3.style-3 .home-block__name, .split-1-23-4 .box3.style-3 .home-block__intro, .split-1-2-34 .box3.style-1 .home-block__name, .split-1-2-34 .box3.style-1 .home-block__intro, .split-1-2-34 .box3.style-fund .home-block__name, .split-1-2-34 .box3.style-fund .home-block__intro, .split-1-2-34 .box3.style-3 .home-block__name, .split-1-2-34 .box3.style-3 .home-block__intro, .split-1-2-34 .box4.style-1 .home-block__name, .split-1-2-34 .box4.style-1 .home-block__intro, .split-1-2-34 .box4.style-fund .home-block__name, .split-1-2-34 .box4.style-fund .home-block__intro, .split-1-2-34 .box4.style-3 .home-block__name, .split-1-2-34 .box4.style-3 .home-block__intro {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
      }
      .split-12-3-4 .box1.style-1 .home-block__author-inside, .split-12-3-4 .box1.style-3 .home-block__author-inside, .split-12-3-4 .box2.style-1 .home-block__author-inside, .split-12-3-4 .box2.style-3 .home-block__author-inside, .split-1-23-4 .box2.style-1 .home-block__author-inside, .split-1-23-4 .box2.style-3 .home-block__author-inside, .split-1-23-4 .box3.style-1 .home-block__author-inside, .split-1-23-4 .box3.style-3 .home-block__author-inside, .split-1-2-34 .box3.style-1 .home-block__author-inside, .split-1-2-34 .box3.style-3 .home-block__author-inside, .split-1-2-34 .box4.style-1 .home-block__author-inside, .split-1-2-34 .box4.style-3 .home-block__author-inside {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
      }
          .split-12-3-4 .box1.style-fund .home-block__right-group:first-child, .split-12-3-4 .box2.style-fund .home-block__right-group:first-child, .split-1-23-4 .box2.style-fund .home-block__right-group:first-child, .split-1-23-4 .box3.style-fund .home-block__right-group:first-child, .split-1-2-34 .box3.style-fund .home-block__right-group:first-child, .split-1-2-34 .box4.style-fund .home-block__right-group:first-child {
            border-right: 1px solid rgba(255, 255, 255, 0.3);
          }
      .split-12-3-4 .box1.style-2 .home-block__date-inside, .split-12-3-4 .box2.style-2 .home-block__date-inside, .split-1-23-4 .box2.style-2 .home-block__date-inside, .split-1-23-4 .box3.style-2 .home-block__date-inside, .split-1-2-34 .box3.style-2 .home-block__date-inside, .split-1-2-34 .box4.style-2 .home-block__date-inside { 
        display: block;
      }
      .split-12-3-4 .box1.style-2 .home-block__date, .split-12-3-4 .box1.style-2 .home-block__author, .split-12-3-4 .box2.style-2 .home-block__date, .split-12-3-4 .box2.style-2 .home-block__author, .split-1-23-4 .box2.style-2 .home-block__date, .split-1-23-4 .box2.style-2 .home-block__author, .split-1-23-4 .box3.style-2 .home-block__date, .split-1-23-4 .box3.style-2 .home-block__author, .split-1-2-34 .box3.style-2 .home-block__date, .split-1-2-34 .box3.style-2 .home-block__author, .split-1-2-34 .box4.style-2 .home-block__date, .split-1-2-34 .box4.style-2 .home-block__author {
        display: none;
      }
      .split-12-3-4 .box1.style-2 .home-block__name, .split-12-3-4 .box2.style-2 .home-block__name, .split-1-23-4 .box2.style-2 .home-block__name, .split-1-23-4 .box3.style-2 .home-block__name, .split-1-2-34 .box3.style-2 .home-block__name, .split-1-2-34 .box4.style-2 .home-block__name {
        margin-top: 0;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
      }
      .split-12-3-4 .box1.style-2 .home-block__inner, .split-12-3-4 .box2.style-2 .home-block__inner, .split-1-23-4 .box2.style-2 .home-block__inner, .split-1-23-4 .box3.style-2 .home-block__inner, .split-1-2-34 .box3.style-2 .home-block__inner, .split-1-2-34 .box4.style-2 .home-block__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        gap: 40px;
      }
      .split-12-3-4 .box1.style-2 .home-block__left, .split-12-3-4 .box1.style-2 .home-block__right, .split-12-3-4 .box2.style-2 .home-block__left, .split-12-3-4 .box2.style-2 .home-block__right, .split-1-23-4 .box2.style-2 .home-block__left, .split-1-23-4 .box2.style-2 .home-block__right, .split-1-23-4 .box3.style-2 .home-block__left, .split-1-23-4 .box3.style-2 .home-block__right, .split-1-2-34 .box3.style-2 .home-block__left, .split-1-2-34 .box3.style-2 .home-block__right, .split-1-2-34 .box4.style-2 .home-block__left, .split-1-2-34 .box4.style-2 .home-block__right {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        
      }
      .split-12-3-4 .box1.style-2 .home-block__right, .split-12-3-4 .box2.style-2 .home-block__right, .split-1-23-4 .box2.style-2 .home-block__right, .split-1-23-4 .box3.style-2 .home-block__right, .split-1-2-34 .box3.style-2 .home-block__right, .split-1-2-34 .box4.style-2 .home-block__right {
        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: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
      }
      .split-12-3-4 .box1.style-2 .home-block__right-group:first-child, .split-12-3-4 .box2.style-2 .home-block__right-group:first-child, .split-1-23-4 .box2.style-2 .home-block__right-group:first-child, .split-1-23-4 .box3.style-2 .home-block__right-group:first-child, .split-1-2-34 .box3.style-2 .home-block__right-group:first-child, .split-1-2-34 .box4.style-2 .home-block__right-group:first-child {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
      }
      .split-12-3-4 .box1.style-2 .home-block__right-group:last-child, .split-12-3-4 .box2.style-2 .home-block__right-group:last-child, .split-1-23-4 .box2.style-2 .home-block__right-group:last-child, .split-1-23-4 .box3.style-2 .home-block__right-group:last-child, .split-1-2-34 .box3.style-2 .home-block__right-group:last-child, .split-1-2-34 .box4.style-2 .home-block__right-group:last-child {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        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: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;

      }
      .split-12-3-4 .box1.style-2 .home-block__intro, .split-12-3-4 .box2.style-2 .home-block__intro, .split-1-23-4 .box2.style-2 .home-block__intro, .split-1-23-4 .box3.style-2 .home-block__intro, .split-1-2-34 .box3.style-2 .home-block__intro, .split-1-2-34 .box4.style-2 .home-block__intro {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
      }
}

.wide .box1.no-border, .wide .box2.no-border, .wide .box3.no-border, .wide .box4.no-border {
    margin-top: -20px;
  }

.wide .box1.style-fund .home-block__date, .wide .box1.style-fund .home-block__author, .wide .box2.style-fund .home-block__date, .wide .box2.style-fund .home-block__author, .wide .box3.style-fund .home-block__date, .wide .box3.style-fund .home-block__author, .wide .box4.style-fund .home-block__date, .wide .box4.style-fund .home-block__author {
        display: none;
      }

.wide .box1.style-fund .home-block__inner, .wide .box2.style-fund .home-block__inner, .wide .box3.style-fund .home-block__inner, .wide .box4.style-fund .home-block__inner {
        min-height: 100px;
      }

.wide .box1.style-fund .home-block__date-inside, .wide .box2.style-fund .home-block__date-inside, .wide .box3.style-fund .home-block__date-inside, .wide .box4.style-fund .home-block__date-inside {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
      }

.wide .box1.style-fund .home-block__right, .wide .box2.style-fund .home-block__right, .wide .box3.style-fund .home-block__right, .wide .box4.style-fund .home-block__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        gap: 40px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;

      }

.wide .box1.style-fund .home-block__right-group, .wide .box2.style-fund .home-block__right-group, .wide .box3.style-fund .home-block__right-group, .wide .box4.style-fund .home-block__right-group {
          
        }

.wide .box1.style-fund .home-block__right-group:first-child, .wide .box2.style-fund .home-block__right-group:first-child, .wide .box3.style-fund .home-block__right-group:first-child, .wide .box4.style-fund .home-block__right-group:first-child {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          border-right: 1px solid rgba(255, 255, 255, 0.1);
          padding-right: 10px;
          margin-right: 0px;

        }

@media screen and (max-width: 575px) {

.wide .box1.style-fund .home-block__right-group:first-child, .wide .box2.style-fund .home-block__right-group:first-child, .wide .box3.style-fund .home-block__right-group:first-child, .wide .box4.style-fund .home-block__right-group:first-child {
            padding-right: 20px;
            margin: 0 0 0 20px;
            border-right: none

        }
          }

.wide .box1.style-fund .home-block__right-group:last-child, .wide .box2.style-fund .home-block__right-group:last-child, .wide .box3.style-fund .home-block__right-group:last-child, .wide .box4.style-fund .home-block__right-group:last-child {
          -webkit-box-flex: 2;
              -ms-flex: 2;
                  flex: 2;
        }

@media screen and (max-width: 575px) {

.wide .box1.style-fund .home-block__right-group:last-child, .wide .box2.style-fund .home-block__right-group:last-child, .wide .box3.style-fund .home-block__right-group:last-child, .wide .box4.style-fund .home-block__right-group:last-child {
            margin: 0 20px 0 0
        }
          }

.wide .box1.type-block_session .home-block__inner, .wide .box2.type-block_session .home-block__inner, .wide .box3.type-block_session .home-block__inner, .wide .box4.type-block_session .home-block__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 40px;
      }

@media screen and (max-width: 575px) {

.wide .box1.type-block_session .home-block__inner, .wide .box2.type-block_session .home-block__inner, .wide .box3.type-block_session .home-block__inner, .wide .box4.type-block_session .home-block__inner {
          margin: 0 -10px
      }
        }

@media screen and (max-width: 575px) {

.wide .box1.type-block_session .home-block__left, .wide .box1.type-block_session .home-block__right, .wide .box2.type-block_session .home-block__left, .wide .box2.type-block_session .home-block__right, .wide .box3.type-block_session .home-block__left, .wide .box3.type-block_session .home-block__right, .wide .box4.type-block_session .home-block__left, .wide .box4.type-block_session .home-block__right {
          margin: 0 10px
      }
        }

.wide .box1.style-1 .home-block__image, .wide .box1.style-2 .home-block__image, .wide .box2.style-1 .home-block__image, .wide .box2.style-2 .home-block__image, .wide .box3.style-1 .home-block__image, .wide .box3.style-2 .home-block__image, .wide .box4.style-1 .home-block__image, .wide .box4.style-2 .home-block__image {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
      }

.wide .box1.style-1 .home-block__image img, .wide .box1.style-2 .home-block__image img, .wide .box2.style-1 .home-block__image img, .wide .box2.style-2 .home-block__image img, .wide .box3.style-1 .home-block__image img, .wide .box3.style-2 .home-block__image img, .wide .box4.style-1 .home-block__image img, .wide .box4.style-2 .home-block__image img { 
          display: block;
          max-width: 100%;
        }

.wide .box1.style-1 .home-block__date, .wide .box1.style-1 .home-block__author, .wide .box1.style-2 .home-block__date, .wide .box1.style-2 .home-block__author, .wide .box2.style-1 .home-block__date, .wide .box2.style-1 .home-block__author, .wide .box2.style-2 .home-block__date, .wide .box2.style-2 .home-block__author, .wide .box3.style-1 .home-block__date, .wide .box3.style-1 .home-block__author, .wide .box3.style-2 .home-block__date, .wide .box3.style-2 .home-block__author, .wide .box4.style-1 .home-block__date, .wide .box4.style-1 .home-block__author, .wide .box4.style-2 .home-block__date, .wide .box4.style-2 .home-block__author {
        display: none;
      }

.wide .box1.style-1 .home-block__name, .wide .box1.style-2 .home-block__name, .wide .box2.style-1 .home-block__name, .wide .box2.style-2 .home-block__name, .wide .box3.style-1 .home-block__name, .wide .box3.style-2 .home-block__name, .wide .box4.style-1 .home-block__name, .wide .box4.style-2 .home-block__name {
        margin-top: 0;
        font-size: 23px;
      }

.wide .box1.style-1 .home-block__date-inside, .wide .box1.style-2 .home-block__date-inside, .wide .box2.style-1 .home-block__date-inside, .wide .box2.style-2 .home-block__date-inside, .wide .box3.style-1 .home-block__date-inside, .wide .box3.style-2 .home-block__date-inside, .wide .box4.style-1 .home-block__date-inside, .wide .box4.style-2 .home-block__date-inside {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
      }

.wide .box1.style-1 .home-block__inner, .wide .box1.style-2 .home-block__inner, .wide .box2.style-1 .home-block__inner, .wide .box2.style-2 .home-block__inner, .wide .box3.style-1 .home-block__inner, .wide .box3.style-2 .home-block__inner, .wide .box4.style-1 .home-block__inner, .wide .box4.style-2 .home-block__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 40px;
      }

@media screen and (max-width: 575px) {

.wide .box1.style-1 .home-block__inner, .wide .box1.style-2 .home-block__inner, .wide .box2.style-1 .home-block__inner, .wide .box2.style-2 .home-block__inner, .wide .box3.style-1 .home-block__inner, .wide .box3.style-2 .home-block__inner, .wide .box4.style-1 .home-block__inner, .wide .box4.style-2 .home-block__inner {
          margin: 0 -10px
      }
        }

.wide .box1.style-1 .home-block__left, .wide .box1.style-2 .home-block__left, .wide .box2.style-1 .home-block__left, .wide .box2.style-2 .home-block__left, .wide .box3.style-1 .home-block__left, .wide .box3.style-2 .home-block__left, .wide .box4.style-1 .home-block__left, .wide .box4.style-2 .home-block__left {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
      }

@media screen and (max-width: 575px) {

.wide .box1.style-1 .home-block__left, .wide .box1.style-1 .home-block__right, .wide .box1.style-2 .home-block__left, .wide .box1.style-2 .home-block__right, .wide .box2.style-1 .home-block__left, .wide .box2.style-1 .home-block__right, .wide .box2.style-2 .home-block__left, .wide .box2.style-2 .home-block__right, .wide .box3.style-1 .home-block__left, .wide .box3.style-1 .home-block__right, .wide .box3.style-2 .home-block__left, .wide .box3.style-2 .home-block__right, .wide .box4.style-1 .home-block__left, .wide .box4.style-1 .home-block__right, .wide .box4.style-2 .home-block__left, .wide .box4.style-2 .home-block__right {
          margin: 0 10px
      }
        }

.wide .box1.style-1 .home-block__right, .wide .box1.style-2 .home-block__right, .wide .box2.style-1 .home-block__right, .wide .box2.style-2 .home-block__right, .wide .box3.style-1 .home-block__right, .wide .box3.style-2 .home-block__right, .wide .box4.style-1 .home-block__right, .wide .box4.style-2 .home-block__right {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -webkit-box-flex: 2;
            -ms-flex: 2;
                flex: 2;
        
        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: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
      }

.wide .box1.style-1 .home-block__right-group:last-child, .wide .box1.style-2 .home-block__right-group:last-child, .wide .box2.style-1 .home-block__right-group:last-child, .wide .box2.style-2 .home-block__right-group:last-child, .wide .box3.style-1 .home-block__right-group:last-child, .wide .box3.style-2 .home-block__right-group:last-child, .wide .box4.style-1 .home-block__right-group:last-child, .wide .box4.style-2 .home-block__right-group:last-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
        }

@media screen and (max-width: 575px) {

.wide .box1.style-1 .home-block__name, .wide .box1.style-2 .home-block__name, .wide .box2.style-1 .home-block__name, .wide .box2.style-2 .home-block__name, .wide .box3.style-1 .home-block__name, .wide .box3.style-2 .home-block__name, .wide .box4.style-1 .home-block__name, .wide .box4.style-2 .home-block__name {
          font-size: 17px
      }
        }

.wide .box1.style-1 .home-block__author, .wide .box1.style-2 .home-block__author, .wide .box2.style-1 .home-block__author, .wide .box2.style-2 .home-block__author, .wide .box3.style-1 .home-block__author, .wide .box3.style-2 .home-block__author, .wide .box4.style-1 .home-block__author, .wide .box4.style-2 .home-block__author {
        display: none;
      }

@media screen and (min-width: 575px) and (max-width: 991px) {
    .big-small .box2.fund-list, .small-big .box1.fund-list {
    display: none !important;
  }
      .big-small .box2.fund-list .home-block__inner, .small-big .box1.fund-list .home-block__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
      }
      .big-small .box2.fund-list .home-block__left, .big-small .box2.fund-list .home-block__right, .small-big .box1.fund-list .home-block__left, .small-big .box1.fund-list .home-block__right {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: block;
        width: calc(50% - 10px);

      }
      .big-small .box2.fund-list .home-block__left, .small-big .box1.fund-list .home-block__left {
        margin-right: 10px;
      }
      .big-small .box2.fund-list .home-block__right, .small-big .box1.fund-list .home-block__right {
        margin-left: 10px;
      }
        .big-small .box2.fund-list .home-block__fund:last-child, .small-big .box1.fund-list .home-block__fund:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border: none;
        }
      .big-small .box2.style-1 .home-block__inner, .big-small .box2.style-fund .home-block__inner, .big-small .box2.style-3 .home-block__inner, .small-big .box1.style-1 .home-block__inner, .small-big .box1.style-fund .home-block__inner, .small-big .box1.style-3 .home-block__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px;
      }
      .big-small .box2.style-1 .home-block__date, .big-small .box2.style-1 .home-block__author, .big-small .box2.style-fund .home-block__date, .big-small .box2.style-fund .home-block__author, .big-small .box2.style-3 .home-block__date, .big-small .box2.style-3 .home-block__author, .small-big .box1.style-1 .home-block__date, .small-big .box1.style-1 .home-block__author, .small-big .box1.style-fund .home-block__date, .small-big .box1.style-fund .home-block__author, .small-big .box1.style-3 .home-block__date, .small-big .box1.style-3 .home-block__author {
        display: none;
      }

      .big-small .box2.style-1 .home-block__date-inside, .big-small .box2.style-fund .home-block__date-inside, .big-small .box2.style-3 .home-block__date-inside, .small-big .box1.style-1 .home-block__date-inside, .small-big .box1.style-fund .home-block__date-inside, .small-big .box1.style-3 .home-block__date-inside {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
      }
      .big-small .box2.style-1 .home-block__right, .big-small .box2.style-fund .home-block__right, .big-small .box2.style-3 .home-block__right, .small-big .box1.style-1 .home-block__right, .small-big .box1.style-fund .home-block__right, .small-big .box1.style-3 .home-block__right {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        gap: 40px;
      }
        .big-small .box2.style-1 .home-block__right-group, .big-small .box2.style-fund .home-block__right-group, .big-small .box2.style-3 .home-block__right-group, .small-big .box1.style-1 .home-block__right-group, .small-big .box1.style-fund .home-block__right-group, .small-big .box1.style-3 .home-block__right-group {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          
          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: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
        }
          .big-small .box2.style-1 .home-block__right-group:first-child, .big-small .box2.style-fund .home-block__right-group:first-child, .big-small .box2.style-3 .home-block__right-group:first-child, .small-big .box1.style-1 .home-block__right-group:first-child, .small-big .box1.style-fund .home-block__right-group:first-child, .small-big .box1.style-3 .home-block__right-group:first-child {
            border-right: 1px dotted rgba(0, 0, 0, 0.1);
            padding-right: 20px;
            margin-right: 0px;
          }
      .big-small .box2.style-1 .home-block__name, .big-small .box2.style-1 .home-block__intro, .big-small .box2.style-fund .home-block__name, .big-small .box2.style-fund .home-block__intro, .big-small .box2.style-3 .home-block__name, .big-small .box2.style-3 .home-block__intro, .small-big .box1.style-1 .home-block__name, .small-big .box1.style-1 .home-block__intro, .small-big .box1.style-fund .home-block__name, .small-big .box1.style-fund .home-block__intro, .small-big .box1.style-3 .home-block__name, .small-big .box1.style-3 .home-block__intro {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
      }
      .big-small .box2.style-1 .home-block__author-inside, .big-small .box2.style-3 .home-block__author-inside, .small-big .box1.style-1 .home-block__author-inside, .small-big .box1.style-3 .home-block__author-inside {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
      }
          .big-small .box2.style-fund .home-block__right-group:first-child, .small-big .box1.style-fund .home-block__right-group:first-child {
            border-right: 1px solid rgba(255, 255, 255, 0.3);
          }
      .big-small .box2.style-2 .home-block__date-inside, .small-big .box1.style-2 .home-block__date-inside { 
        display: block;
      }
      .big-small .box2.style-2 .home-block__date, .big-small .box2.style-2 .home-block__author, .small-big .box1.style-2 .home-block__date, .small-big .box1.style-2 .home-block__author {
        display: none;
      }
      .big-small .box2.style-2 .home-block__name, .small-big .box1.style-2 .home-block__name {
        margin-top: 0;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
      }
      .big-small .box2.style-2 .home-block__inner, .small-big .box1.style-2 .home-block__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        gap: 40px;
      }
      .big-small .box2.style-2 .home-block__left, .big-small .box2.style-2 .home-block__right, .small-big .box1.style-2 .home-block__left, .small-big .box1.style-2 .home-block__right {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        
      }
      .big-small .box2.style-2 .home-block__right, .small-big .box1.style-2 .home-block__right {
        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: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
      }
      .big-small .box2.style-2 .home-block__right-group:first-child, .small-big .box1.style-2 .home-block__right-group:first-child {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
      }
      .big-small .box2.style-2 .home-block__right-group:last-child, .small-big .box1.style-2 .home-block__right-group:last-child {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        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: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;

      }
      .big-small .box2.style-2 .home-block__intro, .small-big .box1.style-2 .home-block__intro {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
      }
}

/* @media screen and (min-width: 575px) { */

/*   .big-small .box4 { */

/*     @mixin style-double; */

/*   } */

/* } */

/* @media screen and (min-width: 768px) and (max-width: $tablet-width) { */

/*   .big-small .box3, .big-small .box4 { */

/*     @mixin style-big-box;     */

/*   } */

/* } */

@media screen and (min-width: 768px) {
      .big-small .box1.style-1 .home-block__image, .big-small .box1.style-2 .home-block__image, .small-big .box2.style-1 .home-block__image, .small-big .box2.style-2 .home-block__image {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
      }
        .big-small .box1.style-1 .home-block__image img, .big-small .box1.style-2 .home-block__image img, .small-big .box2.style-1 .home-block__image img, .small-big .box2.style-2 .home-block__image img { 
          display: block;
          max-width: 100%;
        }
      .big-small .box1.style-1 .home-block__date, .big-small .box1.style-1 .home-block__author, .big-small .box1.style-2 .home-block__date, .big-small .box1.style-2 .home-block__author, .small-big .box2.style-1 .home-block__date, .small-big .box2.style-1 .home-block__author, .small-big .box2.style-2 .home-block__date, .small-big .box2.style-2 .home-block__author {
        display: none;
      }
      .big-small .box1.style-1 .home-block__name, .big-small .box1.style-2 .home-block__name, .small-big .box2.style-1 .home-block__name, .small-big .box2.style-2 .home-block__name {
        margin-top: 0;
        font-size: 23px;
      }
      .big-small .box1.style-1 .home-block__date-inside, .big-small .box1.style-2 .home-block__date-inside, .small-big .box2.style-1 .home-block__date-inside, .small-big .box2.style-2 .home-block__date-inside {
        display: inline-block;
        border: 1px solid var(--color-green);
        padding: 5px 6px;
        opacity: 1;
      }
      .big-small .box1.style-1 .home-block__inner, .big-small .box1.style-2 .home-block__inner, .small-big .box2.style-1 .home-block__inner, .small-big .box2.style-2 .home-block__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 40px;
      }
      .big-small .box1.style-1 .home-block__left, .big-small .box1.style-2 .home-block__left, .small-big .box2.style-1 .home-block__left, .small-big .box2.style-2 .home-block__left {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        
      }
      .big-small .box1.style-1 .home-block__right, .big-small .box1.style-2 .home-block__right, .small-big .box2.style-1 .home-block__right, .small-big .box2.style-2 .home-block__right {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        
      }
      .big-small .box1.style-1 .home-block__intro, .big-small .box1.style-2 .home-block__intro, .small-big .box2.style-1 .home-block__intro, .small-big .box2.style-2 .home-block__intro {
        opacity: 0.7;
        font-family: "din-2014",'DINPro-Regular', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        color: var(--color-kepler);
        letter-spacing: 0.16px;
        line-height: 24px;
      }
      .big-small .box1.style-1 .home-block__author, .big-small .box1.style-2 .home-block__author, .small-big .box2.style-1 .home-block__author, .small-big .box2.style-2 .home-block__author {
        display: none;
      }
}

@media screen and (min-width: 992px) {
        .big-small .box1.style-1 .home-block__left, .big-small .box1.style-2 .home-block__left, .small-big .box2.style-1 .home-block__left, .small-big .box2.style-2 .home-block__left {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          -webkit-box-flex: calc(var(--col-width) * 2 + 40);
              -ms-flex: calc(var(--col-width) * 2 + 40);
                  flex: calc(var(--col-width) * 2 + 40);
        }
        .big-small .box1.style-1 .home-block__right, .big-small .box1.style-2 .home-block__right, .small-big .box2.style-1 .home-block__right, .small-big .box2.style-2 .home-block__right {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          -webkit-box-flex: var(--col-width);
              -ms-flex: var(--col-width);
                  flex: var(--col-width);
        }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-hero {
    display: block !important;
  }
    .home-hero .container {
      height: 740px !important;
    }
      .home-hero .container .home-hero--box-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 20%;
        margin-left: 20%;
      }
  img {
    max-width: 100% !important;
  }
  .home-block, .home-block__inner,
  .home-block__left, .home-block__right,
  .home-block__left-group, .home-block__right-group
   {
    display: block !important;
  }

  .home-block__right-group {
    margin-top: 1em !important;
  }

  .home-row--outer {

    display: -webkit-box !important;

    display: -ms-flexbox !important;

    display: flex !important;
    margin: 0 -20px !important;
  }
    .home-row--outer .home-block, .home-row--outer .home-row--intro {
      -webkit-box-flex: 1 !important;
          -ms-flex: 1 !important;
              flex: 1 !important;
      margin: 0 20px !important;
    }
    .home-row--outer.big-small .home-block.box1,
    .home-row--outer.small-big .home-block.box2 {
      -webkit-box-flex: 3 !important;
          -ms-flex: 3 !important;
              flex: 3 !important;
    }
}

.calendar-filters {
  display: -ms-grid;
  display: grid; 
  -ms-grid-columns: 1fr 1fr; 
  grid-template-columns: 1fr 1fr; 
  -ms-grid-rows: 1fr 1fr; 
  grid-template-rows: 1fr 1fr;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  gap: 20px 20px; 
}

.home-row.grey .style-fund-card {
    border-top: none;
    background: white;
  }

.home-row.grey .style-fund-card .fund-card {
      background: transparent;
    }

.home-row:not(.grey) .style-fund-card {
    border-top: none;
    background: var(--color-expert-light-blue);
  }

.home-row:not(.grey) .style-fund-card .fund-card {
      background: transparent;
    }

.home-row:not(.grey) .style-fund-card .fund-card--stat {
      background: white;
    }

.module-key-information {
  margin: 0;

  
  padding: 40px 0;
  border: 1px solid rgba(151,151,151,0.3);
  border-radius: 2px;
  color: white;
  position: relative;
  margin-bottom: 40px;
}

.module-key-information .key-info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 20px;
  }

.module-key-information .key-info-close {
    padding: 0 20px;
    margin-bottom: -20px;
    text-align: right;

  }

.module-key-information .key-info-close a {
      color: white;
      font-size: 14px;
      text-decoration: none;
      opacity: 0.5;
    }

.module-key-information .key-info-close a:hover { opacity: 1; }

@media screen and (max-width: 991px) {

.module-key-information {
    display: block;
    padding: 20px 0
}
  }

.module-key-information .key-info-col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 40px;
  }

.module-key-information .key-info-col.invest {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1.5;
          -ms-flex: 1.5;
              flex: 1.5;
    }

@media screen and (max-width: 991px) {

.module-key-information .key-info-col {
      margin: 0 20px 14px 20px
  }
      .module-key-information .key-info-col .key-info-source {
        margin-top: 14px;
      }
      .module-key-information .key-info-col:last-child {
        margin-bottom: 0;
      }
    }

.module-key-information p, .module-key-information h2 {
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.14px;
    line-height: 21px;
    margin: 0;
  }

.module-key-information p strong, .module-key-information h2 {
    font-family: "din-2014", 'DINPro-Medium', sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    display: block;
  }

.module-key-information p strong {
    margin-bottom: 1em;
  }

.module-key-information.show-preview {
    color: black !important;
  }

.module-key-information.show-preview p, .module-key-information.show-preview p strong, .module-key-information.show-preview h2 {
      color: black !important;
    }

.module-latest-profiles {
  background: var(--color-kepler);
  padding: 20px 30px;
}

.module-latest-profiles h3 {
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 22px;
    border-bottom: 1px solid white;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
  }

.module-latest-profiles .list a {
      display: block;
      padding: 10px 0;
      border-bottom: 1px solid #7D7D7D;
    }

.module-latest-profiles .list a:last-child {
        border-color: white;
        padding-bottom: 20px;
      }

.module-latest-profiles .list a {
      color: white;
      text-decoration: none;
}

.module-latest-profiles .list a strong {
        font-family: "din-2014", 'DINPro-Medium', sans-serif;
        font-weight: 600;
        font-size: 17px;
        line-height: 20px;
        display: block;
        color: var(--color-cyan);
      }

.module-latest-profiles .list a span.intro {
        display: block;
        font-family: "din-2014",'DINPro-Regular', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        padding: 3px 0 2px 0;
        line-height: 22px;
      }

.module-latest-profiles .list a span.date {
        display: block;
        font-family: "din-2014", 'DINPro-Bold', sans-serif;
        font-weight: 700;
        font-size: 12px;
        color: #A5A5A5;
        line-height: 18px;
        padding-left: 13px;
        background: url(//assets.expertinvestor.co.uk/assets/link-fund-62622e74fc74d0a23246cbb3daa85c10ce81499d82f2bd8e9c198a1fc7558ee0.svg) 0 50% no-repeat;
      }

.module-latest-profiles .list a:hover strong { color: var(--color-yellow); }

.module-latest-profiles .buttons {
    margin-top: 20px;
  }

.module-latest-profiles .buttons .button {
      display: block;
    }

.vue-form {
  display: block;
  max-width: 600px;
  margin: 10vh auto 5vh auto;  
  position: relative;

}

.vue-form.vue-form-edit {
    margin: 20px auto;
  }

.vue-form a {
    color: var(--color-cyan);
  }

.vue-form h1 {
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-heading);
    text-align: center;
    
  }

.vue-form .vue-form-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

.vue-form .vue-form-header a {
      color: #999;
    }

.inline-form .vue-form {
    margin: 0 auto;

  }

.inline-form .vue-form-title {
    color: var(--color-kepler);
  }

.vue-form-content {
  padding: 20px 40px;
  background: white;
}

.vue-form-title {
  color: white;
  text-align: center;
}

.module-sign-up .vue-form-title { color: var(--color-kepler); }

.vue-form-title {
  margin-bottom: 20px;
  font-size: 28px;
}

.vue-form-title {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading);
}

.vue-form-title .em {
    font-family: var(--font-family-heading-light);
    font-weight: var(--font-weight-heading-light);
    opacity: 0.8
  }

.vue-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -10px 10px -10px;
}

.vue-form-field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px;
}

.vue-form-field .v-select .dropdown-toggle {
    border: 1px solid var(--color-cyan);
    border-radius: 0;
  }

.vue-form-field label {
    color: var(--color-kepler);
    line-height: 130%;
    font-family: "din-2014", 'DINPro-Medium', sans-serif;
    font-weight: 600;
  }

.vue-form-field input[type="text"], .vue-form-field input[type="password"] {
    border: 1px solid var(--color-cyan);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    padding: 5px 8px;

  }

.vue-form-field.--split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 -10px;

  }

.vue-form-field.--split > label, .vue-form-field.--split > div {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; margin: 0 10px;
    }

.vue-form-field.--split > label {
      text-align: right;
    }

.vue-form-field.--split > div.vue-form-radio label {
      display: block;
    }

.vue-form-field .vue-form-boolean {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

.vue-form-field .vue-form-boolean .vue-form-boolean-label {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-left: 10px;
    }

.vue-form-field .vue-form-boolean .vue-form-boolean-label > label {
        margin-top: 2px;
      }

.vue-form-field .vue-form-boolean .--example {
      color: var(--color-cyan);
      font-size: 80%;
      white-space: nowrap;
    }

.vue-form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;

}

@media screen and (max-width: 766px) {

.vue-form-buttons {
    display: block;
    text-align: center

}
  }

.vue-form-buttons button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 4px 10px;
    border: 1px solid black;
    background: white;
    color: black;
  }

.vue-form-buttons button.submit {
    background-color: var(--color-cyan);
    border-color: var(--color-cyan);
    color: white;
  }

.vue-form-buttons .note a {
      color: #666;
      font-size: 80%;
    }

.vue-form-intro {
  line-height: 140%;
  margin-bottom: 20px;
}

.vue-form-hint {
  background: #eee;
  padding: 10px;
  font-size: 80%;
  line-height: 130%;
  margin-top: 20px;
}

.vue-form-errors {
  color: var(--color-red);
}

.vue-form-help {
  text-align: center; color: var(--color-red) !important; display: block; padding: 5px; font-size: 14px;
}

#dashboard .vue-form-content {
    padding: 0;
  }

#dashboard #login-form {
    padding: 0; margin: 0
  }

#dashboard h2 {
    font-family: var(--font-family-heading-bold);
    font-weight: var(--font-weight-heading-bold);
    
  }

#dashboard h2, #dashboard h3 {
    margin-bottom: 10px;
  }

#dashboard h3 {
    color: var(--color-kepler);
    border-bottom: none;
    font-family: var(--font-family-heading-bold);
    font-weight: var(--font-weight-heading-bold);
  }

#dashboard h3.first { margin-top: 0;}

.overlay-login {
  display: none;
}

body.-show-login .overlay-login { display: block; }

.overlay-follow {
  display: none;
}

body.-show-follow .overlay-follow { display: block; }

.overlay-login .overlay-bg, .overlay-follow .overlay-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
  }

.overlay-login, .overlay-follow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
}

.overlay-login .container, .overlay-follow .container {
    position: relative;
  }

.overlay-login .close, .overlay-follow .close {
    position: absolute;
    top: 30px;
    right: -15px;
    cursor: pointer;
    z-index: 1000;
    width: 30px;
    height: 30px;
  }

.overlay-login .form-content, .overlay-follow .form-content {
    display: block;
    padding: 20px 40px;
    background: white;
  }

.module.module-page-funds {
  margin-bottom: 2em;
}

.module.module-page-funds h2 {
    font-size: 14px;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    color: #999;
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.module.module-page-funds a {
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: var(--color-cyan);
  }

.module.module-page-funds a small {
      color: #999;
      font-size: 18px;
      line-height: 22px;
      white-space: nowrap;
      font-family: "din-2014",'DINPro-Regular', sans-serif;
      font-weight: 400;
      font-style: normal;
    }

.module.module-page-funds a small:before {
        content: "|";
        margin-left: 5px;
        margin-right: 5px;
        opacity: 0.5;
      }

.module.module-page-funds a span.intro {
      font-size: 14px;
      display: block;
      text-transform: none;
      color: #6A6A6A;
      font-family: "din-2014", 'DINPro-Medium', sans-serif;
      font-weight: 600;
    }

.module.module-page-funds a:hover span.name, .module.module-page-funds a:hover small { color: var(--color-cyan); border-bottom: 1px solid var(--color-cyan); }

.module.module-page-funds a.current span, .module.module-page-funds a.current small {
        color: #6A6A6A;
        border: none;
      }

.module.module-page-funds a.hot span.name, .module.module-page-funds a.hot small {
        color: var(--color-red);
        border-color: var(--color-red);
      }

.module-page-share .links a {
    width: 55px;
    height: 55px;
    display: inline-block;
    text-indent: -999px;
  }

.module-page-share .links a.twitter {
      background: url(//assets.expertinvestor.co.uk/assets/twitter-8886903879b985b0b9c5a74db5e6035900433a5ea65eb1b2b5b8c129fd09f07f.svg) 50% 50% no-repeat;
    }

.module-page-share .links a.linkedin {
      background: url(//assets.expertinvestor.co.uk/assets/linkedin-6ac8b8d4f71f93f822a481894c03b123298a39e7f48520378ac36c3dcf4c9cb7.svg) 50% 50% no-repeat;
    }

.module-page-share .links a.mail {
      background: url(//assets.expertinvestor.co.uk/assets/email-1ffa0d1594d383f112be9dc0835d4c31af07aab995ba1dabebc323c3c04b826b.svg) 50% 50% no-repeat;
    }

.module-page-share h3 {
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--color-lighter-blue-green);
    line-height: 18px;
    margin-bottom: 5px;
  }

.module-people h2 {
    font-family: "din-2014",'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #444444;
    line-height: 26px;
  }

.module-people .people > .author .author-avatar {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
      }

.module-platforms h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.module-platforms em {
    margin-left: 5px;
    font-size: 80%;
    font-style: normal;
    opacity: 0.5;
    position: relative;
    border: 1px solid #000;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.module-platforms em:hover {
      opacity: 1;
    }

.module-platforms a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 5px;
    background: white;
  }

.module-platforms a span {
      padding: 15px 20px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      border: 1px solid #eee;
      -webkit-transition: 0.15s all;
      transition: 0.15s all;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

.module-platforms a i {
      display: block;
      width: 35px;
      background: #eee url(//assets.expertinvestor.co.uk/assets/platforms/triangle-30e9588315f69a364e0f61b7eb199fce1a4dac526d2c71a10b5e796fe68effac.svg) 50% 50%;
      background-repeat: no-repeat;
      margin-left: 5px;
      -webkit-transition: 0.15s all;
      transition: 0.15s all;
    }

.module-platforms a {
    height: 80px;
}

.module-platforms a img {
      height: 50px;
      display: block;
    }

.module-platforms a.platform-5 img {
        height: 28px;
      }

.module-platforms a:hover span { border-color: #ccc; }

.module-platforms a:hover i { background-color: var(--color-cyan); }

.platform-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.platform-block > a {
    width: 150px;
    margin: 10px;
    border: none !important; text-decoration: none;
  }

.platform-block.platform-5 img {
      height: 28px;
    }

.module.portfolio-intro h1 {
    font-family: var(--font-family-heading-bold);
    font-weight: var(--font-weight-heading-bold);
  }

.module.portfolio-intro .button {
    display: block;
    background: var(--color-violet);
    border-color: var(--color-violet);
    color: white;
  }

.module.portfolio-intro .button:hover {
      background: var(--color-cyan);
      border-color: var(--color-cyan);
    }

.module-promo img {
    display: block;
  }

.module-promo .promo-body {
    background: var(--color-kepler);
    padding: 20px;
    color: white;

  }

.module-promo .promo-body p {
      color: white;
      margin-top: 0;
      font-size: 18px;
      line-height: 30px;
    }

.module-promo .promo-body p.more {
      color: white;
      margin: 0;
      font-size: 14px;
      line-height: 20px;
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;

    }

.module-promo .promo-body p.more a {
        color: inherit;
        text-decoration: none;
        border-bottom: 1px solid white;
      }

.module-promo .promo-body p.more a:hover {
          color: var(--color-sky-blue);
          border-bottom-color: var(--color-sky-blue);
        }

.module-rated-list .home-block {
    border-top: none !important;
  }

.module-rated-list .rated-list__item {
      background: white;
      padding: 20px;
      width: 100%;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 20px;
      min-height: 200px;

      
    }

.module-rated-list .rated-list__item--name {
        font-family: var(--font-family-heading);
        font-weight: var(--font-weight-heading);
        color: var(--color-kepler);
        font-size: 18px;
        line-height: 30px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
      }

.module-rated-list .rated-list__item--award img {
          max-width: 150px;
        }

.module-rated-list .rated-list__item:hover .rated-list__item--name {
          color: var(--color-cyan);
        }

section.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  -webkit-box-pack: start; 
      -ms-flex-pack: start; 
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 250px;
}

section.rating span {
    margin-right: 1rem;
    color: #999;
  }

.module-related {

  border: none !important;

}

.module-related .inner-box {
    border: 1px solid #eee;
  }

.module-related h2 {
    margin-bottom: 0;
  }

.module-related a.more {
    display: block;
    text-align: right;
    color: var(--color-cyan);
    text-decoration: none;
    font-size: 14px;
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
  }

.module-related a.link {
    display: block;
    text-align: right;
    border-bottom: 1px solid #eee;
  }

.module-related a.link:last-child {
      border: none
    }

.module-related a.link {
    text-decoration: none;
    color: inherit;
    line-height: 1.2em;
    padding: 5px;
}

.module-related a.link span {
      display: block;
    }

.module-related a.link small.intro {
      display: block;
      color: #666;
      margin: 5px 0;
    }

.module-related a.link small {
      display: block;
      color: #999;
    }

.module-related a.link:hover span {
        color: var(--color-cyan);
      }

.module-research-list .research-list__item {
      margin-top: 30px;
      padding-bottom: 30px;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
      width: 100%;
      
    }

.module-research-list .research-list__item:last-child {
        border-bottom: none;
      }

.module-research-list .research-list__item--inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        grid-auto-rows: -webkit-min-content;
        grid-auto-rows: min-content;
        gap: 40px;
      }

@media screen and (max-width: 991px) {

.module-research-list .research-list__item--inner {
          -ms-grid-columns: 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr
      }
        }

@media screen and (max-width: 575px) {

.module-research-list .research-list__item--inner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 10px
      }
        }

.module-research-list .research-list__item--meta {
        -ms-grid-column: 1;
        grid-column: 1;
      }

@media screen and (max-width: 575px) {

.module-research-list .research-list__item--meta {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          gap: 20px
      }
        }

.module-research-list .research-list__item--body {
        -ms-grid-column: 2;
        -ms-grid-column-span: 3;
        grid-column: 2 / 5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 20px;
      }

@media screen and (max-width: 991px) {

.module-research-list .research-list__item--body {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start
      }
        }

.module-research-list .research-list__item--date {
        color: var(--color-kepler);
        font-family: "din-2014", 'DINPro-Bold', sans-serif;
        font-weight: 700;
        font-size: 16px;
      }

.module-research-list .research-list__item--tag {
        font-family: "din-2014", 'DINPro-Bold', sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: var(--color-kepler);
      }

.module-research-list .research-list__item--tag.-event, .module-research-list .research-list__item--tag.-green {
          color: var(--color-green);
        }

.module-research-list .research-list__item--tag.-fund, .module-research-list .research-list__item--tag.-violet {
          color: var(--color-violet);
        }

.module-research-list .research-list__item--tag.-blue-green, .module-research-list .research-list__item--tag.-portfolio {
          color: var(--color-blue-green);
        }

.module-research-list .research-list__item--tag.-red {
          color: var(--color-red);
        }

.module-research-list .research-list__item--tag.-blue {
          color: var(--color-cyan);
        }

.module-research-list .research-list__item--tag.-dark-blue, .module-research-list .research-list__item--tag.-fund-research {
          color: var(--color-kepler);
        }

.watchlist .module-research-list .research-list__item--tag.-dark-blue, .watchlist .module-research-list .research-list__item--tag.-fund-research {
            color: white;
          }

.module-research-list .research-list__item--tag.-orange, .module-research-list .research-list__item--tag.-special {
          color: var(--color-orange);
        }

.module-research-list .research-list__item--title {
        font-family: var(--font-family-heading);
        font-weight: var(--font-weight-heading);
        color: var(--color-kepler);
        font-size: 18px;
        line-height: 30px;
        text-decoration: none;
      }

.module-research-list .research-list__item--excerpt {
        color: var(--color-kepler);
        font-size: 16px;
        line-height: 24px;
      }

.module-research-list .research-list__item--content {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
      }

.module-sidebar-disclaimer {
  border: 4px solid black;
  padding: 10px;
}

.module-sidebar-disclaimer p { font-size: 13px; padding: 0; margin: 0; line-height: 1.2em; }

.module-sign-up {
  margin: 0px;
  padding: 25px 0;
}

.module-sign-up .container {
    max-width: 600px;
  }

.registration-form {
  margin: 30px 0;
}

@media screen and (min-height: 600px) {

.registration-form {
    margin-top: 200px
}
    .module-sign-up .registration-form { margin-top: 0; }
  }

.registration-form h2 {
    color: white;
  }

.module-sign-up .registration-form h2 { color: var(--color-kepler); }

.registration-form h2 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 28px;
}

.registration-form h2 {
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-heading);
}

.registration-form h2 .em {
      font-family: var(--font-family-heading-light);
      font-weight: var(--font-weight-heading-light);
      opacity: 0.8

    }

.registration-form .benefits {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 1em;
  }

.registration-form .benefits li {
      font-family: "din-2014",'DINPro-Regular', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 15px;
      color: var(--color-kepler);
      line-height: 26px;
    }

.registration-form .form-intro {
    border-bottom: 1px solid #dadada;
    margin-bottom: 1em;
  }

.registration-form .form-intro p {
      font-size: 14px;
      line-height: 140%;
    }

.registration-form .form-intro p a {
        color: inherit;
        text-decoration: none;
        border-bottom: 1px solid var(--color-cyan);
      }

.registration-form .container {
    width: 600px;
    min-width: 600px;
    position: relative;
  }

.registration-form .close {
    position: absolute;
    top: -50px;
    right: -50px;
    cursor: pointer;
  }

.registration-form .simple_form .inline-form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
    }

.registration-form .simple_form .inline-form > div {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-left: 10px;
      }

.registration-form .simple_form .inline-form > div:first-child { margin-left: 0}

.registration-form .simple_form .inline-form .form-group, .registration-form .simple_form .inline-form .group {
        -webkit-box-flex: 2;
            -ms-flex: 2;
                flex: 2;
        margin-bottom: 0;
      }

.registration-form .simple_form .forgot a {
        font-size: 10px;
        color: var(--color-cyan);
        border-bottom: 1px solid var(--color-cyan);
        text-decoration: none;
      }

.registration-form .simple_form .forgot a:hover {
          color: var(--color-kepler);
          border-bottom-color: var(--color-kepler);
        }

.registration-form .simple_form .forgot.-white {
        margin-left: 2px;
      }

.registration-form .simple_form .forgot.-white a {
          color: var(--color-kepler);
        }

.registration-form .simple_form .booleans {
      margin-left: 0;
    }

.registration-form .simple_form .booleans label {
        color: var(--color-kepler);
      }

.registration-form .simple_form .booleans a {
        border-bottom-color: var(--color-cyan);
      }

.registration-form .simple_form .booleans a:hover {
          border-bottom-color: var(--color-cyan);
          color: var(--color-cyan);
        }

.registration-form .simple_form .js-dfm-only, .registration-form .simple_form .js-private-only, .registration-form .simple_form .js-platform-other {
      display: none;
    }

.registration-form .simple_form .form-group.check_boxes {
      border: 1px solid var(--color-cyan);
      padding: 5px;
      background: white;
      margin-bottom: 10px;
    }

.registration-form .simple_form .form-group.check_boxes label.control-label {
        display: block;
        font-size: 14px;
          color: var(--color-kepler);
          font-family: "din-2014", 'DINPro-Bold', sans-serif;
          font-weight: 700;
      }

.registration-form .simple_form .form-group.check_boxes .checkbox {
        width: 45%;
        display: inline-block; margin-bottom: 5px;
      }

.registration-form .simple_form .form-group.check_boxes .checkbox input {margin-right: 5px; }

.registration-form .simple_form .form-group.check_boxes .checkbox label {
          font-size: 14px;
        }

.registration-form .simple_form .alert.alert-danger {
      text-align: center;
      margin-bottom: 20px;
    }

.registration-form .simple_form .buttons {
      text-align: center;
      margin-top: 20px;
    }

.registration-form .simple_form .buttons .button {
        border-color: var(--color-kepler);
        color: white;
        background-color: var(--color-kepler);
      }

.registration-form .simple_form .buttons .button:hover {
          background-color: var(--color-cyan);
          border-color: var(--color-cyan);
        }

.registration-form .simple_form span.help-block {
      display: block;
      color: var(--color-red);
    }

.registration-form .simple_form span.help-block:before {
        content: "↑";
        color: var(--color-kepler);
        margin-right: 2px;
      }

.registration-form .simple_form .bools-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

.registration-form .simple_form .buttons {
      margin: 0;
    }

.registration-form .simple_form input::-webkit-input-placeholder {
      color: var(--color-kepler);
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
    }

.registration-form .simple_form input::-moz-placeholder {
      color: var(--color-kepler);
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
    }

.registration-form .simple_form input:-ms-input-placeholder {
      color: var(--color-kepler);
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
    }

.registration-form .simple_form input::-ms-input-placeholder {
      color: var(--color-kepler);
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
    }

.registration-form .simple_form input::placeholder {
      color: var(--color-kepler);
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
    }

.registration-form .simple_form .form-group.string, .registration-form .simple_form .form-group.select, .registration-form .simple_form .form-group.email, .registration-form .simple_form .form-group.password {
        display: block;
      }

.registration-form .simple_form .form-group.string label, .registration-form .simple_form .form-group.select label, .registration-form .simple_form .form-group.email label, .registration-form .simple_form .form-group.password label {
          display: none;
        }

.registration-form .simple_form .form-group.string .selectize-control, .registration-form .simple_form .form-group.select .selectize-control, .registration-form .simple_form .form-group.email .selectize-control, .registration-form .simple_form .form-group.password .selectize-control {
          margin-left: 0px;
        }

.registration-form .simple_form .form-group.string input.form-control, .registration-form .simple_form .form-group.select input.form-control, .registration-form .simple_form .form-group.email input.form-control, .registration-form .simple_form .form-group.password input.form-control {
          border-color: var(--color-cyan);
          border-width: 1px;
          width: 100%;
        }

.registration-form .simple_form .form-group.string .selectize-control.single .selectize-input, .registration-form .simple_form .form-group.string .selectize-dropdown.single, .registration-form .simple_form .form-group.select .selectize-control.single .selectize-input, .registration-form .simple_form .form-group.select .selectize-dropdown.single, .registration-form .simple_form .form-group.email .selectize-control.single .selectize-input, .registration-form .simple_form .form-group.email .selectize-dropdown.single, .registration-form .simple_form .form-group.password .selectize-control.single .selectize-input, .registration-form .simple_form .form-group.password .selectize-dropdown.single {

            border-color: var(--color-cyan);
            border-width: 1px;
        }

.registration-form .simple_form .form-group.string > .form-control, .registration-form .simple_form .form-group.select > .form-control, .registration-form .simple_form .form-group.email > .form-control, .registration-form .simple_form .form-group.password > .form-control {
          -webkit-box-flex: 3;
              -ms-flex: 3;
                  flex: 3;
        }

.registration-form .simple_form .form-group.string > .form-control.two-col, .registration-form .simple_form .form-group.select > .form-control.two-col, .registration-form .simple_form .form-group.email > .form-control.two-col, .registration-form .simple_form .form-group.password > .form-control.two-col {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            margin-left: 0px;
          }

.similar-funds {
  float: right;
  max-width: 300px;
  background: #EBEBEB;
  padding: 15px 15px 10px 15px;
  margin-left: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 475px) {

.similar-funds {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0
}
  }

.similar-funds .similar-funds-name, .similar-funds .similar-funds-link {
    margin-bottom: 5px;
  }

.similar-funds .similar-funds-name {
    font-family: "din-2014", 'DINPro-Bold', sans-serif;
    font-weight: 700;
  }

.overlay-switch {
  display: none;

}

body.-show-switch .overlay-switch { display: -webkit-box; display: -ms-flexbox; display: flex; }

.overlay-switch {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;

  -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;
}

.overlay-switch .container {
  }

.overlay-switch .close {
    position: absolute;
    top: -50px;
    right: -50px;
    cursor: pointer;
  }

@media screen and (max-width: 991px) {

.overlay-switch .close {
      position: relative;
      top: auto;
      right: auto
  }

    }

.overlay-switch .site {
    padding: 20px 40px;
    position: relative;
    background-color: var(--color-kepler);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    margin-bottom: 20px;
    border: 1px solid transparent;

  }

.overlay-switch .site:hover {
      border: 1px solid rgba(255, 255, 255, 0.5)
    }

.overlay-switch .site .desc {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      color: white;
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 24px;
    }

.overlay-switch .site .logo {
      width: 300px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 50px;
    }

.overlay-switch .site.-current {
      padding-top: 45px;
      background: black;
      border: 1px solid white;
    }

.overlay-switch .site .current-site {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      padding-left: 40px;
      background: white;

      font-family: "din-2014", 'DINPro-Bold', sans-serif;

      font-weight: 700;
      font-size: 14px;
      color: #0D0D0D;
      line-height: 24px;

    }

@media screen and (max-width: 991px) {

.overlay-switch .site {

      -webkit-box-pack: center;

          -ms-flex-pack: center;

              justify-content: center

  }
      .overlay-switch .site .desc {
        display: none;
      }
      .overlay-switch .site .logo {
        width: auto;
        margin-right: 0;
      }
        .overlay-switch .site .logo img { display: block;}
    }

.tab-bar {
  border-bottom: 5px solid var(--color-cyan);
  margin-bottom: 20px;
}

.tab-bar .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

.tab-bar .tabs .tab {
      display: block;
      padding: 10px 20px;
      background: #eee;
      text-decoration: none;
      color: inherit;
      margin-left: 10px;
    }

.tab-bar .tabs .tab:first-child {
        margin-left: 0px;
      }

.tab-bar .tabs .tab.active, .tab-bar .tabs .tab:hover {
        background: var(--color-cyan);
        color: white;
      }

@media screen and (max-width: 1367px) {
    .tab-bar .tabs .tab {
      font-size: 14px;
      padding: 5px 10px;
      margin-left: 5px;
    }
  }

.module.module-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

}

.module.module-tags ul {
    list-style: none;
    padding: 0;
    margin: 0 -3px;
    margin-right: 2rem;
  }

.module.module-tags ul li {
      margin: 3px;
      display: inline-block;
      color: #999;
    }

.module.module-tags ul li a {
        background: var(--color-sky-blue);
        color: white;
        text-decoration: none;
        padding: 2px 5px;
      }

.module.module-tags ul li a:hover {
          background-color: var(--color-kepler);
        }

.module-text.boxed {
  padding: 30px;
  background-color: #EBEBEB;

}

.module-text.boxed h2 {
    border-bottom: 1px dotted oklch(from var(--color-kepler) l c h / 0.3);
    padding-bottom: 10px;
  }

.module-text.boxed.yellow {
    background: oklch(from var(--color-yellow) l c h / 0.2);
  }

.module-text.boxed.icon h2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }

.module-text.boxed.icon h2::before {
        content: "";
        width: 26px;
        height: 22px;
        background-position: 0% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: 10px;
      }

.module-text.boxed.bull h2::before { background-image: url(//assets.expertinvestor.co.uk/assets/bull-08215b3e21b977e432e97e8790153989d59b85a1fab4cac5dc6e3eb08fda98c2.svg); }

.module-text.boxed.bear h2::before { background-image: url(//assets.expertinvestor.co.uk/assets/bear-66c566a5207e20f523aaaa236a552ade02f1448921d6e21f91411a96fd2cdc98.svg); }

.module-text.boxed.calendar h2::before { background-image: url(//assets.expertinvestor.co.uk/assets/calendar-3d5f070735e2d5715e6d9d932f24c5ae6fe95aca203a3ab18415464e57ff2eb5.svg); }

.module-text.boxed.envelope h2::before { background-image: url(//assets.expertinvestor.co.uk/assets/envelope-fe77fb4704f8e39958541add1882d556c6236b940de58d77ff80f62cc0371bbe.svg); }

.module-text.boxed.hyperlink h2::before { background-image: url(//assets.expertinvestor.co.uk/assets/hyperlink-d1f61cd48b565e4cb7df7bbf14ae5fc96cf572d031e7616e362f940ef1a1ef1e.svg); }

.module-text.boxed.megaphone h2::before { background-image: url(//assets.expertinvestor.co.uk/assets/megaphone-ca3334f15a0417e45831faa15e182f9a06d0e30d0e4dfa69296d36defcffb3cb.svg); }

.module-text.boxed.trophy h2::before { background-image: url(//assets.expertinvestor.co.uk/assets/trophy-92f7822c7f2eae11670dd3c24de8aafa3a72c22a25e84fa63a272aa75855a456.svg); }

.module-text.boxed.ballot h2::before { background-image: url(//assets.expertinvestor.co.uk/assets/ballot-b46243c0db3421cec60acf56411cee00aa384da60a631c4de00b1359379a319b.svg); }

body .module-text.short-desc .text-block {
    padding: 20px 0;
    font-family: var(--font-family-heading-light);
    font-weight: var(--font-weight-heading-light);
    font-size: 23px;
    color: var(--color-kepler);
    line-height: 37px;
  }

body .module-text.-disclaimer {
  background: #eee;
  padding: 20px;

}

body .module-text.-disclaimer h2 {
    font-size: 20px;
    margin: 0;
  }

body .module-text.-disclaimer h4 {
    margin: 0;
    font-size: 13px;
  }

body .module-text.-disclaimer .text-block p {
    font-size: 14px;
    line-height: 24px;
  }

body .module-text.-render-disclaimer {
  background: #eee;
  padding: 20px;

}

body .module-text.-render-disclaimer .text-block h2 {
      font-family: "din-2014", 'DINPro-Bold', sans-serif;
      font-weight: 700;
      font-size: 20px;
      color: var(--color-kepler);
      line-height: 30px;
      margin: 0;
    }

body .module-text.-render-disclaimer .text-block h2 + p {
        margin-top: 1em;
      }

body .module-text.-render-disclaimer .text-block h4 {
      margin: 0;
      font-size: 13px;
    }

body .module-text.-render-disclaimer .text-block p {
      font-size: 14px;
      line-height: 24px;
    }

.watchlist-hero {
  background: linear-gradient(141deg, #113447 4.7%, #174B6D 96.7%), #192830;
  padding-bottom: 30px;
}

.watchlist-hero__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 0;
  }

.watchlist-hero__intro-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;

    gap: 10px;
  }

.watchlist-hero__intro-title img {
      width: 30px;
      height: 30px;
    }

.watchlist-hero__intro-title h1 {
      font-family: var(--font-family-heading);
      font-weight: var(--font-weight-heading);
      font-size: 30px;
      color: #fff;
    }

.watchlist-hero__intro-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }

.watchlist-filters .home-row.selectboxes h3 {
      color: white;
    }

.watchlist-filters .home-row.selectboxes select {
      background-color: rgba(247, 247, 247, 0.21);
      color: rgba(255,255,255,0.4);
      border-color: transparent;
    }

.watchlist-filters .home-row.selectboxes ::picker(select) {
      color: black;
      background: white;
    }

.on-watchlist {
  font-family: "din-2014", 'DINPro-Medium', sans-serif;
  font-weight: 600;
  color: var(--color-kepler);
  font-size: 13px;
  letter-spacing: 0.13px;
  line-height: 1em;
  display: none; 
  -webkit-box-pack: start; 
      -ms-flex-pack: start; 
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  gap: 5px;
}

.on-watchlist span {
    color: var(--color-cyan);
  }

.on-watchlist.-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 17px;
  }

#nav .secondary .watchlist-menu {
  position: absolute;
  right: 10px;
  padding-top: 20px;
  z-index:100;

}

#nav .secondary .watchlist-menu--inner {
    background: var(--color-kepler);
    padding: 10px 15px;
    border: 1px solid #465259;
    position: relative;
    min-width: 300px;
  }

#nav .secondary .watchlist-menu--inner:after, #nav .secondary .watchlist-menu--inner:before {
      content: " ";
      position: absolute;
      bottom: 100%;
      right: 7px;
      border: solid transparent;
      height: 0;
      width: 0;
      pointer-events: none;
    }

#nav .secondary .watchlist-menu--inner:after {
      border-color: oklch(from var(--color-kepler) l c h /  0);
      border-bottom-color: var(--color-kepler);
      border-width: 10px;
      margin-left: -10px;
    }

#nav .secondary .watchlist-menu--inner:before {
      border-color: rgba(70,82,89,0);
      border-bottom-color: #465259;
      border-width: 11px;
      margin-left: -11px;
    }

#nav .secondary .watchlist-menu--section {

    text-align: left;
    margin-bottom: 10px;
  }

#nav .secondary .watchlist-menu--section__title {
      color: var(--color-cyan);
      font-family: "din-2014", 'DINPro-Medium', sans-serif;
      font-weight: 600;
      letter-spacing: 0.15px;
    }

#nav .secondary .watchlist-menu--section ul {
      list-style: none;
      margin: 0; padding: 0;
    }

#nav .secondary .watchlist-menu--section ul li {
        list-style: none;
        margin: 0;
        text-align: left;
        border-bottom: 1px solid #465259;
      }

#nav .secondary .watchlist-menu--section ul li:last-child {
          border-bottom: none;
        }

#nav .secondary .watchlist-menu--section ul li a {
          margin: 0;
          padding: 5px 0px;
          font-family: "din-2014", 'DINPro-Medium', sans-serif;
          font-weight: 600;
          font-size: 15px;
          text-align: left;
          border: none;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;


        }

#nav .secondary .watchlist-menu--section ul li a:hover {
            border: none;
          }

#nav .secondary .watchlist-menu--section ul li a.small {
            font-size: 13px;
            text-align: right;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            font-family: "din-2014",'DINPro-Regular', sans-serif;
            font-weight: 400;
            font-style: normal;
          }

#nav .secondary .watchlist-menu--section ul li a span.watchlist-menu--section__name {
            width: 270px;
            display: block;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            color: white;
          }

#nav .secondary .watchlist-menu--section ul li a span.watchlist-menu--section__name.shorter {
              width: 170px;
            }

#nav .secondary .watchlist-menu--section ul li a span.watchlist-menu--section__name--inner {
            border-bottom: 1px solid transparent;
          }

#nav .secondary .watchlist-menu--section ul li a:hover span.watchlist-menu--section__name--inner {
              border-bottom: 1px solid white;
            }

#nav .secondary .watchlist-menu--section ul li a span.watchlist-menu--section__new {
            margin-left: 5px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            color: var(--color-violet);
          }

#nav .secondary .watchlist-menu--section ul li a span.watchlist-menu--section__new img {
              margin-right: 5px;

            }

#nav .secondary .watchlist-menu--buttons a {
      margin: 3px 0 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 26px;
      text-align: center;
      border: none;
    }

#nav .secondary .watchlist-menu--buttons a img { 
        margin-right: 5px;
      }

#nav .secondary .watchlist-menu--buttons a.btn-primary {
        background: var(--color-cyan);
      }

#nav .secondary .watchlist-menu--buttons a.btn-primary:hover { background: var(--color-green); }

#nav .secondary .watchlist-menu--buttons a.btn-secondary {
        background: var(--color-kepler);
        border: 1px solid #465259;
      }

#nav .secondary .watchlist-menu--buttons a.btn-secondary:hover { background: var(--color-green); border-color: var(--color-green) }

#nav .secondary .watchlist-menu--buttons a.btn-logout {
        background: var(--color-cyan);
        border: 1px solid var(--color-cyan);
        color: white;
        
      }

#nav .secondary .watchlist-menu--buttons a.btn-logout:hover { background: black;; border-color: black; color: white; }

.expert-fund-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 40px;
}

@media screen and (max-width: 1599px) {

.expert-fund-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr
}
  }

@media screen and (max-width: 1200px) {

.expert-fund-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr
}
  }

@media screen and (max-width: 991px) {

.expert-fund-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
}
  }

.expert-fund-grid .fund-card {
    background: var(--color-expert-light-blue-2);
  }

.expert-fund-grid .fund-card .fund-card--stat {
      background: white;
    }

.export-fund-list--filter-toggle {
  color: var(--color-expert-black);
  font-family: "din-2014", 'DINPro-Medium', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;

}

.export-fund-list--filter-toggle .ico {
    display: none;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }

@media screen and (max-width: 991px) {
    .export-fund-list--filter-toggle .ico {
      display: block;
    }
  }

body.filters-open .export-fund-list--filter-toggle .ico {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
    }

.expert-fund-list--filters {
  display: none;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px 40px;

  
}

.expert-fund-list--filters .expert-multi-select .expert-multi-select-label {
      border: 1px solid oklch(from var(--color-expert-blue) l c h /  0.3);
      color: oklch(from var(--color-expert-blue) l c h /  0.3);
      font-size: 16px;
      padding: 15px 20px 15px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px;
      cursor: pointer;
      -webkit-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out;
    }

@media screen and (max-width: 991px) {

.expert-fund-list--filters .expert-multi-select .expert-multi-select-label {
        padding: 8px 10px 8px 10px;
        font-size: 14px
    }
      }

.expert-fund-list--filters .expert-multi-select .expert-multi-select-label .expert-multi-select-arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 13px;
        height: 9px;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      }

.expert-fund-list--filters .expert-multi-select .expert-multi-select-label:hover {
        color: var(--color-expert-blue);
      }

.expert-fund-list--filters .expert-multi-select {
    width: 100%;
    position: relative;
}

.expert-fund-list--filters .expert-multi-select .expert-multi-select-options {
      position: absolute;
      display: none;
      top: calc(100% - 1px);
      left: 0;
      width: 100%;
      background: white;
      z-index: 1000;
      border: 1px solid oklch(from var(--color-expert-blue) l c h /  0.3);
      border-top: 1px solid rgba(0,0,0,0.05);
      container-type: inline-size;
      container-name: options;

    }

.expert-fund-list--filters .expert-multi-select .expert-multi-select-options-inner {
      padding: 10px 20px;
    }

@media screen and (min-width: 992px) {

.expert-fund-list--filters .expert-multi-select .expert-multi-select-options-inner {
        max-height: 200px;
        overflow-y: auto
    }
      }

.expert-fund-list--filters .expert-multi-select .expert-multi-select-option {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 10px;
    }

.expert-fund-list--filters .expert-multi-select .expert-multi-select-option span {
        color: var(--color-expert-black);
        font-size: 16px;
      }

.expert-fund-list--filters .expert-multi-select .expert-multi-select-buttons {
      border-top: 1px solid rgba(0,0,0,0.05);
      padding: 20px 20px;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px;
    }

@container options (max-width: 300px) {

.expert-fund-list--filters .expert-multi-select .expert-multi-select-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
      }

.expert-fund-list--filters .expert-multi-select .expert-multi-select-button, 
    .expert-fund-list--filters .expert-multi-select .expert-multi-select-apply {
      text-align: center;
      font-size: 14px;
      padding: 5px 10px;
      border-radius: 5px;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: none;
      outline: none;
      width: 100%;
      text-decoration: none;
      cursor: pointer;
    }

.expert-fund-list--filters .expert-multi-select .expert-multi-select-button:hover, .expert-fund-list--filters .expert-multi-select .expert-multi-select-apply:hover {
        background: var(--color-expert-black);
        border-color: var(--color-expert-black);
        color: white;
      }

.expert-fund-list--filters .expert-multi-select .expert-multi-select-button {
      background: white;
      color: var(--color-expert-blue);
      border: 1px solid var(--color-expert-blue);
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
    }

.expert-fund-list--filters .expert-multi-select .expert-multi-select-apply {
      background: var(--color-expert-blue);
      border: 1px solid var(--color-expert-blue);
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2;
      color: white;
    }

.expert-fund-list--filters .expert-multi-select.active .expert-multi-select-label {
        color: var(--color-expert-blue);
      }

.expert-fund-list--filters .expert-multi-select-input {
    display: none;
  }

.expert-fund-list--filters .expert-multi-select-input:checked + .expert-multi-select .expert-multi-select-label {
          color: var(--color-expert-blue);
        }

.expert-fund-list--filters .expert-multi-select-input:checked + .expert-multi-select .expert-multi-select-label .expert-multi-select-arrow {
            -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                    transform: rotate(180deg);
          }

.expert-fund-list--filters .expert-multi-select-input:checked + .expert-multi-select .expert-multi-select-options {
          display: block;
        }

.expert-fund-list--filters select {
    background: white;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid oklch(from var(--color-expert-blue) l c h /  0.3);
    color: oklch(from var(--color-expert-blue) l c h /  0.3);
    font-family: "din-2014", 'DINPro-Medium', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 20px 40px 14px 20px;
    width: 100%;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='13px' height='8px' viewBox='0 0 13 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Events' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Research-Archive' transform='translate(-899.000000, -294.000000)' fill='%23057BFF' fill-rule='nonzero'%3E%3Cg id='keyboard-arrow-down-24px-copy-4' transform='translate(893.500000, 286.000000)'%3E%3Cpolygon id='Path' points='7.41 8.59 12 13.17 16.59 8.59 18 10 12 16 6 10'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: right 20px center;
    background-repeat: no-repeat;
  }

.expert-fund-list--filters select.active {
      color: var(--color-expert-blue);
    }

@media screen and (max-width: 1200px) {

.expert-fund-list--filters {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr

  
}
  }

@media screen and (max-width: 991px) {

.expert-fund-list--filters {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px

  
}
    .expert-fund-list--filters select {
      padding: 10px 20px 8px 10px;
      font-size: 14px;
      background-position: right 10px center;
    }
      .expert-fund-list--filters .expert-multi-select .expert-multi-select-label {
        padding: 10px 10px 10px 10px;
      }
  }

@media screen and (min-width: 992px) {

.expert-fund-list--filters {
    display: -ms-grid;
    display: grid

  
}
  }

body.filters-open .expert-fund-list--filters {
    display: -ms-grid;
    display: grid;
  }

.expert-fund-list--mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;


}

.expert-fund-list--mode .ico {
    fill: currentColor;
  }

.expert-fund-list--mode a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--color-expert-light-blue);
    opacity: 1;
  }

.expert-fund-list--mode a.active {
    color: var(--color-expert-black);
    opacity: 1;
  }

.expert-fund-list--mode .-search {
    display: none;
  }

.expert-fund-list--mode .-search svg {
      fill: var(--color-expert-blue);
    }

@media screen and (max-width: 991px) {

.expert-fund-list--mode .-search {
      border-left: 1px solid var(--color-expert-light-blue);
      padding-left: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
  }
    }

.expert-fund-list--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-decoration: none;
}

.expert-fund-list--price .expert-fund-list--price__item {
    font-size: 16px;
    color: var(--color-expert-highlight);
  }

.expert-fund-list--price.left .expert-fund-list--price__item:first-child {
      font-family: "din-2014", 'DINPro-Medium', sans-serif;
      font-weight: 600;
      color: var(--color-expert-black);
    }

.expert-fund-list--price.left .expert-fund-list--price__track {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }

.expert-fund-list--price.right .expert-fund-list--price__item:last-child {
      font-family: "din-2014", 'DINPro-Medium', sans-serif;
      font-weight: 600;
      color: var(--color-expert-black);
    }

.expert-fund-list--price.right .expert-fund-list--price__track {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
    }

.expert-fund-list--price .expert-fund-list--price__track {
    width: 36px;
    height: 22px;
    padding: 3px;
    background: var(--color-expert-blue);
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.expert-fund-list--price .expert-fund-list--price__thumb {
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 100%;
  }

.expert-fund-list--search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.expert-fund-list--search button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

.expert-fund-list--search button svg {
      fill: var(--color-expert-black);
    }

.expert-fund-list--search input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    outline: none;
    background: var(--color-expert-light-blue);
    border-radius: 70px;
    color: var(--color-expert-black);
    font-size: 16px;
    padding: 10px 20px;
    min-width: 200px;
  }

.expert-fund-list--search input::-webkit-input-placeholder {
      color: var(--color-expert-black);
      opacity: 0.5;
    }

.expert-fund-list--search input::-moz-placeholder {
      color: var(--color-expert-black);
      opacity: 0.5;
    }

.expert-fund-list--search input:-ms-input-placeholder {
      color: var(--color-expert-black);
      opacity: 0.5;
    }

.expert-fund-list--search input::-ms-input-placeholder {
      color: var(--color-expert-black);
      opacity: 0.5;
    }

.expert-fund-list--search input::placeholder {
      color: var(--color-expert-black);
      opacity: 0.5;
    }

.expert-fund-list--sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;

  color: var(--color-expert-black);
  font-family: "din-2014", 'DINPro-Medium', sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.expert-fund-list--sort select {
    font-family: "din-2014", 'DINPro-Medium', sans-serif;
    font-weight: 600;
    color: var(--color-expert-blue);
    font-size: 16px;
    padding-right: 30px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='13px' height='8px' viewBox='0 0 13 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Events' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Research-Archive' transform='translate(-899.000000, -294.000000)' fill='%23057BFF' fill-rule='nonzero'%3E%3Cg id='keyboard-arrow-down-24px-copy-4' transform='translate(893.500000, 286.000000)'%3E%3Cpolygon id='Path' points='7.41 8.59 12 13.17 16.59 8.59 18 10 12 16 6 10'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: right 20px center;
    background-repeat: no-repeat;
  }

.expert-fund-list--tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.expert-fund-list--tabs .expert-fund-list--tab {
    border-bottom: 3px solid transparent;
    font-family: "din-2014", 'DINPro-Medium', sans-serif;
    font-weight: 600;
    cursor: pointer;
  }

@media screen and (max-width: 991px) {

.expert-fund-list--tabs .expert-fund-list--tab {
      font-size: 15px;
      color: #334155;
      opacity: 0.4
  }
      .expert-fund-list--tabs .expert-fund-list--tab:hover {
        opacity: 1;
      }
    }

@media screen and (min-width: 992px) {
      .expert-fund-list--tabs .expert-fund-list--tab:hover {
        border-bottom-color: var(--color-expert-highlight);
      }
    }

@media screen and (min-width: 992px) {
    body[data-tab="summary"] .expert-fund-list--tab[data-tab="summary"] {
      border-bottom-color: var(--color-expert-blue);
    }
    body[data-tab="fees"] .expert-fund-list--tab[data-tab="fees"] {
      border-bottom-color: var(--color-expert-blue);
    }
    body[data-tab="cumulative"] .expert-fund-list--tab[data-tab="cumulative"] {
      border-bottom-color: var(--color-expert-blue);
    }
    body[data-tab="discrete"] .expert-fund-list--tab[data-tab="discrete"] {
      border-bottom-color: var(--color-expert-blue);
    }
}

@media screen and (max-width: 991px) {
    body[data-tab="summary"] .expert-fund-list--tab[data-tab="summary"] {
      color: var(--color-expert-black);
      opacity: 1;
    }
    body[data-tab="fees"] .expert-fund-list--tab[data-tab="fees"] {
      color: var(--color-expert-black);
      opacity: 1;
    }
    body[data-tab="cumulative"] .expert-fund-list--tab[data-tab="cumulative"] {
      color: var(--color-expert-black);
      opacity: 1;
    }
    body[data-tab="discrete"] .expert-fund-list--tab[data-tab="discrete"] {
      color: var(--color-expert-black);
      opacity: 1;
    }
}

.selectize-control.plugin-clear_button .clearAll {
    font-size: 26px;
    position: absolute;
    right: 30px;
    z-index: 10;
    top: -2px;
    cursor: pointer;
}

.selectize-control.plugin-clear_button .clearAll:hover {
    text-decoration: underline;
}

#tooltip
{
    text-align: center;
    color: #fff;
    background: #000;
    background: rgba(0,0,0,0.8);
    position: absolute;
    z-index: 100;
    padding: 15px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;    
}

@media only screen and (max-width: 800px){
        #tooltip:before{
            content: 'x';
            position: absolute;
            color: #fff;
            right: 8px;
            top: 3px;
            font-size: 12px;
        }
    }

#tooltip:after /* triangle decoration */
    {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid rgba(0,0,0,0.8);
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }

#tooltip.top:after
        {
            border-top-color: transparent;
            border-bottom: 10px solid #111;
            top: -20px;                         
            bottom: auto;
        }

#tooltip.left:after
        {
            left: 10px;
            margin: 0;
        }

#tooltip.right:after
        {
            right: 10px;
            left: auto;
            margin: 0;
        }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.shadow-me-container {
  margin: 40px 20px;
}

img {
  max-width: 100%;
}

abbr.glossarizer_replaced {
  text-decoration: none;
}

.body-error {
  background: var(--color-kepler);
}

@media screen and (max-width: 475px) {
    .body-error .desktop {
      display: none;
    }
  }

.body-error h1 {
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 50px;
  }

.body-error__outer {
    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;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh;
    width: 100%;
    color: white;
  }

.body-error__container {
    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;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    color: white;
  }

.body-error__logo {
    margin-bottom: 40px;
  }

.body-error__logo img {
      display: block;
    }

.body-error__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid rgba(255,255,255,0.4);
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding: 20px 0;
    margin-bottom: 40px;
  }

.body-error__links > a {
      display: block;
      margin: 0 15px;
      font-family: "din-2014",'DINPro-Regular', sans-serif;
      font-weight: 400;
      font-style: normal;
      text-decoration: none;
      font-size: 16px;
      -webkit-transition: all 200ms;
      transition: all 200ms;
      color: white;
      position: relative;
      border-bottom: 3px solid transparent;
    }

.body-error__links > a:hover {
        border-bottom-color: var(--color-sky-blue);
      }

@media screen and (max-width: 475px) {

.body-error__links {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap
  }

      .body-error__links > a {
        margin: 10px;
      }
    }

.body-error__buttons {
    margin-top: 40px;
  }

.body-error__buttons a {
      padding: 20px 30px;
      color: white;
      border-radius: 2px;
    }

.body-error__body p {
      font-size: 16px;
      opacity: 0.78;
      font-size: 18px;
      color: #FFFFFF;
      letter-spacing: 0;
      text-align: center;
      line-height: 27px;

    }

.social-auth {
  margin: 30px -10px 10px -10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social-auth > a {
    width: 200px;
    display: inline-block;
    margin: 10px;
    color: white !important;
    text-decoration: none;
    padding: 6px 12px;
    font-size: 14px;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    vertical-align: middle;
    opacity: 0.75;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
  }

.social-auth > a:hover {
      opacity: 1;
    }

@media screen and (max-width: 766px) {

.social-auth {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}
  }

.advert.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-kepler);
}

.modal-content {
  margin: 0 20px 20px 20px;
  max-width: 1024px;

}

.modal-skip {
  text-decoration: none;
  margin: 20px;
}

.modal-skip a {
    color: white; 
    text-decoration: none;
  }

.modal-skip a em {
      font-style: normal;
    }

body {
  font-family: "din-2014",'DINPro-Regular', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 28 / 16 * 100%;
  position: relative;

}

body.-has-vue-finder {
    /* prevent scrolling */
    overflow: hidden;
  }

body.sfp {
    background: #E7E9EA;
  }

body.with-bg::after {
      content: "";
      background: var(--color-kepler);
      height: 120px;
    }

@media screen and (max-width: 1200px) {

body.with-bg::after {
        height: 90px;
    }
      }

@media screen and (max-width: 767px) {

body.with-bg::after {
        height: 65px;
    }
      }

body.with-bg::after {
      width: 100%;
      left: 0;
      top: 0;
      position: absolute;
}

.-line {
   border-bottom: 1px solid var(--color-cyan);
}

.-line-top {
   border-top: 1px solid var(--color-cyan);
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.preview-container .container {
    min-width: 0;
    width: 100%;
  }

.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  display: inline-block;
  font-family: "din-2014", 'DINPro-Medium', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: var(--color-cyan);
  line-height: 1em;
  text-decoration: none;
  border: 1px solid var(--color-cyan);
  padding: 10px 30px 8px 30px;
  text-align: left;
}

.button:hover {
    background-color: var(--color-cyan);
    color: white;
  }

.button.fat {
    padding: 15px 30px 13px 30px;
  }

.button span.ico {
    display: inline-block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.button span.ico svg {
      fill: currentColor;
    }

.button span.label {
    white-space: nowrap;
  }

.button.-inverse {
    background-color: var(--color-cyan);
    color: white;
  }

.button.-inverse em {
      color: white;
    }

.button.-inverse:hover {
      background-color: white;
      color: var(--color-cyan);
    }

.button.-inverse:hover em {
        color: var(--color-cyan);
      }

.button.-white {
    border-color: white;
    background-color: white;
    color: var(--color-kepler);
  }

.button.-white:hover {
      border-color: var(--color-kepler);
      background-color: var(--color-kepler);
      color: white;
    }

.button.-red {
    border-color: var(--color-red);
    background-color: var(--color-red);
    color: white;
  }

.button.-red:hover {
      border-color: var(--color-kepler);
      background-color: var(--color-kepler);
      color: white;
    }

.button.-yellow {
    border-color: var(--color-yellow);
    background-color: var(--color-yellow);
    color: var(--color-kepler);
  }

.button.-yellow:hover {
      border-color: var(--color-kepler);
      background-color: var(--color-kepler);
      color: white;
    }

.button.-green {
    border-color: var(--color-green);
    background-color: var(--color-green);
    color: white;
  }

.button.-green:hover {
      border-color: var(--color-kepler);
      background-color: var(--color-kepler);
      color: white;
    }

.button.-o-yellow {
    border-color: var(--color-yellow);
    color: var(--color-kepler);
  }

.button.-o-yellow span.ico { color: var(--color-yellow); }

.button.-o-yellow:hover {
      background-color: var(--color-yellow);
    }

.button.-o-yellow:hover span.ico {
        color: white;
      }

.button.-o-yellow-dark {
    border-color: var(--color-yellow);
    color: white;
  }

.button.-o-yellow-dark span.ico { color: var(--color-yellow); }

.button.-o-yellow-dark:hover {
      background-color: var(--color-yellow);
    }

.button.-o-yellow-dark:hover span.ico {
        color: white;
      }

.button.-o-green {
    color: var(--color-green);
    border-color: var(--color-green);
  }

.button.-o-green:hover {
      background-color: var(--color-green);
      color: white;
    }

.button.-o-violet {
    color: var(--color-violet);
    border-color: var(--color-violet);
  }

.button.-o-violet:hover {
      background-color: var(--color-violet);
      color: white;
    }

.button.-o-blue-green {
    color: var(--color-blue-green);
    border-color: var(--color-blue-green);
  }

.button.-o-blue-green:hover {
      background-color: var(--color-blue-green);
      color: white;
    }

.button.-o-red {
    color: var(--color-red);
    border-color: var(--color-red);
  }

.button.-o-red:hover {
      background-color: var(--color-red);
      color: white;
    }

.button.-o-blue {
    color: var(--color-cyan);
    border-color: var(--color-cyan);
  }

.button.-o-blue:hover {
      background-color: var(--color-cyan);
      color: white;
    }

.button.-o-light-blue {
    color: var(--color-expert-light-blue);
    border-color: var(--color-expert-light-blue);
  }

.button.-o-light-blue:hover {
      background-color: var(--color-expert-light-blue);
      color: white;
    }

.button.-blue {
    background-color: var(--color-cyan);
    border-color: var(--color-cyan);
    color: white;
  }

.button.-blue:hover {
      background-color: var(--color-expert-black);
      border-color: var(--color-expert-black);
      color: white;
    }

.button.-purple {
    background-color: var(--color-expert-purple);
    border-color: var(--color-expert-purple);
    color: white;
  }

.button.-purple:hover {
      background-color: var(--color-expert-black);
      border-color: var(--color-expert-black);
      color: white;
    }

.button.-o-purple {
    color: var(--color-expert-purple);
    border-color: var(--color-expert-purple);
  }

.button.-o-purple:hover {
      background-color: var(--color-expert-purple);
      color: white;
    }

.button.-black {
    background-color: var(--color-expert-black);
    border-color: var(--color-expert-black);
    color: white;
  }

.button.-black:hover {
      background-color: var(--color-expert-black);
      color: var(--color-expert-highlight);
    }

.button.-o-black {
    color: var(--color-expert-black);
    border-color: var(--color-expert-black);
  }

.button.-o-black:hover {
      background-color: var(--color-expert-black);
      color: white;
    }

.button.-o-dark-blue {
    color: var(--color-kepler);
    border-color: var(--color-kepler);
  }

.button.-o-dark-blue:hover {
      background-color: var(--color-kepler);
      color: white;
    }

.button.-dark-blue {
    background-color: var(--color-kepler);
    border-color: var(--color-kepler);
    color: white;
  }

.button.-dark-blue:hover {
      color: var(--color-kepler);
      background-color: white;
      border-color: white;
    }

.button.-with-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }

.button.-w-full {
    width: 100%;
    text-align: center;
  }

article {
  position: relative;
}

.anchor {
  display: block;
  position: relative;
  top: -220px;
  visibility: hidden;
}

@media screen and (min-width: 1600px) {
  .container {
    width: 1500px;
  }
  #content {
    margin-right: 10%;
  }
}

.selectize-control.plugin-clear_button .clearAll {
  top: 7px;
  color: var(--color-kepler);
}

.tab-name {
  color: var(--color-kepler);
  font-family: var(--font-family-heading-light);
  font-weight: var(--font-weight-heading-light);
  font-size: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--color-kepler);
}

.info-alert-dark {
  border: 1px solid var(--color-kepler);
  background: var(--color-kepler);
  color: white;
  padding: 20px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-alert-dark p { margin: 0; text-align: left; }

.info-alert-dark .buttons {
    text-align: right;
  }

.info-alert-dark .button:hover {
    color: var(--color-kepler)
  }

@media screen and (max-width: 900px) {

.info-alert-dark {
    display: block
}
    .info-alert-dark .buttons {
      margin-top: 10px;
    }
    .info-alert-dark .buttons, .info-alert-dark p { text-align: center !important; }
  }

.info-alert {
  border: 1px solid var(--color-cyan);
  background: oklch(from var(--color-cyan) l c h /  0.25);
  padding: 20px;
  margin-bottom: 50px;
}

.info-alert p { margin-top: 0; }

.v-select .dropdown-toggle .clear {
  margin-top: 4px;
}

.tippy-popper[x-placement^='top'] .tippy-tooltip.dark-theme .tippy-arrow {
  border-top-color: var(--color-yellow);
}

.tippy-popper[x-placement^='bottom'] .tippy-tooltip.dark-theme .tippy-arrow {
  border-bottom-color: var(--color-yellow);
}

.tippy-popper[x-placement^='left'] .tippy-tooltip.dark-theme .tippy-arrow {
  border-left-color: var(--color-yellow);
}

.tippy-popper[x-placement^='right'] .tippy-tooltip.dark-theme .tippy-arrow {
  border-right-color: var(--color-yellow);
}

.tippy-tooltip.dark-theme .tippy-roundarrow {
  fill: var(--color-yellow);
}

.tippy-tooltip {
  background-color: var(--color-yellow);
  color: black;
}

abbr[title] {
}

a abbr[title] {
  border-bottom: none;
}

#impersonate {
  padding: 5px;
  text-align: center;
  background: var(--color-orange);
}

#impersonate a {
    color: var(--color-kepler);
    font-weight: bold;
  }

.not-adopted {
  background: var(--color-violet);
  color: var(--color-kepler);
  padding: 15px 5px 10px 5px;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 1000;
  margin-top: -10px;
  color: white;
}

.not-adopted a {
    padding: 4px 12px;
    display: inline-block;
    margin-left: 10px;
    color: white;
    background: var(--color-blue-green);
    text-decoration: none;
  }

.not-adopted a:hover {
      background: black;
    }
