/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 @-ms-viewport {
    width: device-width;
  }
  
  html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
  }
  
  *,
  *::before,
  *::after {
    box-sizing: inherit;
  }
  
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }
  
  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
  }
  
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
  }
  
  .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  
  .col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  
  .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  
  .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  
  .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  
  .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  
  .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  
  .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  
  .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  
  .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  
  .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  
  .order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  
  .order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  
  .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  
  .order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  
  .order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  
  .order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  
  .order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  
  .order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  
  .order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  
  .order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  
  .order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  
  .order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  
  .order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  
  .order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  
  .offset-1 {
    margin-left: 8.333333%;
  }
  
  .offset-2 {
    margin-left: 16.666667%;
  }
  
  .offset-3 {
    margin-left: 25%;
  }
  
  .offset-4 {
    margin-left: 33.333333%;
  }
  
  .offset-5 {
    margin-left: 41.666667%;
  }
  
  .offset-6 {
    margin-left: 50%;
  }
  
  .offset-7 {
    margin-left: 58.333333%;
  }
  
  .offset-8 {
    margin-left: 66.666667%;
  }
  
  .offset-9 {
    margin-left: 75%;
  }
  
  .offset-10 {
    margin-left: 83.333333%;
  }
  
  .offset-11 {
    margin-left: 91.666667%;
  }
  
  @media (min-width: 576px) {
    .col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-sm-auto {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-sm-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-sm-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-sm-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-sm-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-sm-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-sm-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-sm-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-sm-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-sm-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-sm-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-sm-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-sm-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-sm-first {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
    }
    .order-sm-last {
      -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
      order: 13;
    }
    .order-sm-0 {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
    }
    .order-sm-1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }
    .order-sm-2 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
    }
    .order-sm-3 {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
    }
    .order-sm-4 {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4;
    }
    .order-sm-5 {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5;
    }
    .order-sm-6 {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6;
    }
    .order-sm-7 {
      -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
      order: 7;
    }
    .order-sm-8 {
      -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
      order: 8;
    }
    .order-sm-9 {
      -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
      order: 9;
    }
    .order-sm-10 {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10;
    }
    .order-sm-11 {
      -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
      order: 11;
    }
    .order-sm-12 {
      -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-sm-0 {
      margin-left: 0;
    }
    .offset-sm-1 {
      margin-left: 8.333333%;
    }
    .offset-sm-2 {
      margin-left: 16.666667%;
    }
    .offset-sm-3 {
      margin-left: 25%;
    }
    .offset-sm-4 {
      margin-left: 33.333333%;
    }
    .offset-sm-5 {
      margin-left: 41.666667%;
    }
    .offset-sm-6 {
      margin-left: 50%;
    }
    .offset-sm-7 {
      margin-left: 58.333333%;
    }
    .offset-sm-8 {
      margin-left: 66.666667%;
    }
    .offset-sm-9 {
      margin-left: 75%;
    }
    .offset-sm-10 {
      margin-left: 83.333333%;
    }
    .offset-sm-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 768px) {
    .col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-md-auto {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-md-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-md-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-md-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-md-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-md-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-md-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-md-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-md-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-md-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-md-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-md-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-md-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-md-first {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
    }
    .order-md-last {
      -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
      order: 13;
    }
    .order-md-0 {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
    }
    .order-md-1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }
    .order-md-2 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
    }
    .order-md-3 {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
    }
    .order-md-4 {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4;
    }
    .order-md-5 {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5;
    }
    .order-md-6 {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6;
    }
    .order-md-7 {
      -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
      order: 7;
    }
    .order-md-8 {
      -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
      order: 8;
    }
    .order-md-9 {
      -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
      order: 9;
    }
    .order-md-10 {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10;
    }
    .order-md-11 {
      -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
      order: 11;
    }
    .order-md-12 {
      -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-md-0 {
      margin-left: 0;
    }
    .offset-md-1 {
      margin-left: 8.333333%;
    }
    .offset-md-2 {
      margin-left: 16.666667%;
    }
    .offset-md-3 {
      margin-left: 25%;
    }
    .offset-md-4 {
      margin-left: 33.333333%;
    }
    .offset-md-5 {
      margin-left: 41.666667%;
    }
    .offset-md-6 {
      margin-left: 50%;
    }
    .offset-md-7 {
      margin-left: 58.333333%;
    }
    .offset-md-8 {
      margin-left: 66.666667%;
    }
    .offset-md-9 {
      margin-left: 75%;
    }
    .offset-md-10 {
      margin-left: 83.333333%;
    }
    .offset-md-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 992px) {
    .col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-lg-auto {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-lg-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-lg-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-lg-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-lg-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-lg-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-lg-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-lg-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-lg-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-lg-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-lg-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-lg-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-lg-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-lg-first {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
    }
    .order-lg-last {
      -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
      order: 13;
    }
    .order-lg-0 {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
    }
    .order-lg-1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }
    .order-lg-2 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
    }
    .order-lg-3 {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
    }
    .order-lg-4 {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4;
    }
    .order-lg-5 {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5;
    }
    .order-lg-6 {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6;
    }
    .order-lg-7 {
      -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
      order: 7;
    }
    .order-lg-8 {
      -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
      order: 8;
    }
    .order-lg-9 {
      -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
      order: 9;
    }
    .order-lg-10 {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10;
    }
    .order-lg-11 {
      -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
      order: 11;
    }
    .order-lg-12 {
      -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-lg-0 {
      margin-left: 0;
    }
    .offset-lg-1 {
      margin-left: 8.333333%;
    }
    .offset-lg-2 {
      margin-left: 16.666667%;
    }
    .offset-lg-3 {
      margin-left: 25%;
    }
    .offset-lg-4 {
      margin-left: 33.333333%;
    }
    .offset-lg-5 {
      margin-left: 41.666667%;
    }
    .offset-lg-6 {
      margin-left: 50%;
    }
    .offset-lg-7 {
      margin-left: 58.333333%;
    }
    .offset-lg-8 {
      margin-left: 66.666667%;
    }
    .offset-lg-9 {
      margin-left: 75%;
    }
    .offset-lg-10 {
      margin-left: 83.333333%;
    }
    .offset-lg-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 1200px) {
    .col-xl {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-xl-auto {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-xl-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-xl-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-xl-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-xl-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-xl-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-xl-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-xl-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-xl-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-xl-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-xl-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-xl-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-xl-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-xl-first {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
    }
    .order-xl-last {
      -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
      order: 13;
    }
    .order-xl-0 {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
    }
    .order-xl-1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }
    .order-xl-2 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
    }
    .order-xl-3 {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
    }
    .order-xl-4 {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4;
    }
    .order-xl-5 {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5;
    }
    .order-xl-6 {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6;
    }
    .order-xl-7 {
      -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
      order: 7;
    }
    .order-xl-8 {
      -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
      order: 8;
    }
    .order-xl-9 {
      -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
      order: 9;
    }
    .order-xl-10 {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10;
    }
    .order-xl-11 {
      -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
      order: 11;
    }
    .order-xl-12 {
      -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-xl-0 {
      margin-left: 0;
    }
    .offset-xl-1 {
      margin-left: 8.333333%;
    }
    .offset-xl-2 {
      margin-left: 16.666667%;
    }
    .offset-xl-3 {
      margin-left: 25%;
    }
    .offset-xl-4 {
      margin-left: 33.333333%;
    }
    .offset-xl-5 {
      margin-left: 41.666667%;
    }
    .offset-xl-6 {
      margin-left: 50%;
    }
    .offset-xl-7 {
      margin-left: 58.333333%;
    }
    .offset-xl-8 {
      margin-left: 66.666667%;
    }
    .offset-xl-9 {
      margin-left: 75%;
    }
    .offset-xl-10 {
      margin-left: 83.333333%;
    }
    .offset-xl-11 {
      margin-left: 91.666667%;
    }
  }
  
  .d-none {
    display: none !important;
  }
  
  .d-inline {
    display: inline !important;
  }
  
  .d-inline-block {
    display: inline-block !important;
  }
  
  .d-block {
    display: block !important;
  }
  
  .d-table {
    display: table !important;
  }
  
  .d-table-row {
    display: table-row !important;
  }
  
  .d-table-cell {
    display: table-cell !important;
  }
  
  .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  
  .d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  
  @media (min-width: 576px) {
    .d-sm-none {
      display: none !important;
    }
    .d-sm-inline {
      display: inline !important;
    }
    .d-sm-inline-block {
      display: inline-block !important;
    }
    .d-sm-block {
      display: block !important;
    }
    .d-sm-table {
      display: table !important;
    }
    .d-sm-table-row {
      display: table-row !important;
    }
    .d-sm-table-cell {
      display: table-cell !important;
    }
    .d-sm-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-sm-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  
  @media (min-width: 768px) {
    .d-md-none {
      display: none !important;
    }
    .d-md-inline {
      display: inline !important;
    }
    .d-md-inline-block {
      display: inline-block !important;
    }
    .d-md-block {
      display: block !important;
    }
    .d-md-table {
      display: table !important;
    }
    .d-md-table-row {
      display: table-row !important;
    }
    .d-md-table-cell {
      display: table-cell !important;
    }
    .d-md-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-md-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  
  @media (min-width: 992px) {
    .d-lg-none {
      display: none !important;
    }
    .d-lg-inline {
      display: inline !important;
    }
    .d-lg-inline-block {
      display: inline-block !important;
    }
    .d-lg-block {
      display: block !important;
    }
    .d-lg-table {
      display: table !important;
    }
    .d-lg-table-row {
      display: table-row !important;
    }
    .d-lg-table-cell {
      display: table-cell !important;
    }
    .d-lg-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-lg-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  
  @media (min-width: 1200px) {
    .d-xl-none {
      display: none !important;
    }
    .d-xl-inline {
      display: inline !important;
    }
    .d-xl-inline-block {
      display: inline-block !important;
    }
    .d-xl-block {
      display: block !important;
    }
    .d-xl-table {
      display: table !important;
    }
    .d-xl-table-row {
      display: table-row !important;
    }
    .d-xl-table-cell {
      display: table-cell !important;
    }
    .d-xl-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-xl-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  
  @media print {
    .d-print-none {
      display: none !important;
    }
    .d-print-inline {
      display: inline !important;
    }
    .d-print-inline-block {
      display: inline-block !important;
    }
    .d-print-block {
      display: block !important;
    }
    .d-print-table {
      display: table !important;
    }
    .d-print-table-row {
      display: table-row !important;
    }
    .d-print-table-cell {
      display: table-cell !important;
    }
    .d-print-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-print-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  
  .flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  
  .flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  
  .flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  
  .flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  
  .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  
  .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  
  .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  
  .justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  
  .justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  
  .justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  
  .justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  
  .justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  
  .align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  
  .align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  
  .align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  
  .align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  
  .align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  
  .align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  
  .align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  
  .align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  
  .align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  
  .align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  
  .align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  
  .align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  
  .align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  
  .align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  
  .align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  
  .align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  
  .align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  
  @media (min-width: 576px) {
    .flex-sm-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }
    .flex-sm-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
    .flex-sm-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
    .justify-content-sm-end {
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }
    .justify-content-sm-center {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    .justify-content-sm-between {
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }
    .justify-content-sm-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }
    .align-items-sm-start {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }
    .align-items-sm-end {
      -webkit-box-align: end !important;
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }
    .align-items-sm-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
    }
    .align-items-sm-baseline {
      -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }
    .align-items-sm-stretch {
      -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }
    .align-content-sm-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }
    .align-content-sm-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }
    .align-content-sm-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }
    .align-content-sm-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }
    .align-content-sm-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }
    .align-content-sm-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }
    .align-self-sm-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }
    .align-self-sm-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }
    .align-self-sm-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }
    .align-self-sm-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }
    .align-self-sm-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }
    .align-self-sm-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }
  }
  
  @media (min-width: 768px) {
    .flex-md-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }
    .flex-md-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
    .flex-md-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
    .justify-content-md-end {
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }
    .justify-content-md-center {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    .justify-content-md-between {
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }
    .justify-content-md-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }
    .align-items-md-start {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }
    .align-items-md-end {
      -webkit-box-align: end !important;
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }
    .align-items-md-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
    }
    .align-items-md-baseline {
      -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }
    .align-items-md-stretch {
      -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }
    .align-content-md-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }
    .align-content-md-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }
    .align-content-md-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }
    .align-content-md-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }
    .align-content-md-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }
    .align-content-md-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }
    .align-self-md-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }
    .align-self-md-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }
    .align-self-md-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }
    .align-self-md-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }
    .align-self-md-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }
    .align-self-md-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }
  }
  
  @media (min-width: 992px) {
    .flex-lg-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }
    .flex-lg-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
    .flex-lg-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
    .justify-content-lg-end {
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }
    .justify-content-lg-center {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    .justify-content-lg-between {
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }
    .justify-content-lg-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }
    .align-items-lg-start {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }
    .align-items-lg-end {
      -webkit-box-align: end !important;
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }
    .align-items-lg-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
    }
    .align-items-lg-baseline {
      -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }
    .align-items-lg-stretch {
      -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }
    .align-content-lg-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }
    .align-content-lg-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }
    .align-content-lg-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }
    .align-content-lg-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }
    .align-content-lg-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }
    .align-content-lg-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }
    .align-self-lg-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }
    .align-self-lg-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }
    .align-self-lg-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }
    .align-self-lg-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }
    .align-self-lg-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }
    .align-self-lg-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }
  }
  
  @media (min-width: 1200px) {
    .flex-xl-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }
    .flex-xl-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
    .flex-xl-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
    .justify-content-xl-end {
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }
    .justify-content-xl-center {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    .justify-content-xl-between {
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }
    .justify-content-xl-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }
    .align-items-xl-start {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }
    .align-items-xl-end {
      -webkit-box-align: end !important;
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }
    .align-items-xl-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
    }
    .align-items-xl-baseline {
      -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }
    .align-items-xl-stretch {
      -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }
    .align-content-xl-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }
    .align-content-xl-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }
    .align-content-xl-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }
    .align-content-xl-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }
    .align-content-xl-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }
    .align-content-xl-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }
    .align-self-xl-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }
    .align-self-xl-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }
    .align-self-xl-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }
    .align-self-xl-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }
    .align-self-xl-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }
    .align-self-xl-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }
  }
  /* Global SCSS. */
  /* Global styles are declared here. */
  /*!
  This CSS resource incorporates links to font software which is the valuable copyrighted
  property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
  redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
  Imaging with any questions regarding Web Fonts:  http://www.monotype.com/
  */
  @font-face {
    font-family: HelveticaNeue-Light;
    src: url(assets/HelveticaNeue-Light.ttf/HelveticaNeue-Lightd41d.html?#iefix);
    src: url(../../assets/HelveticaNeue-Lightd41d.eot?#iefix) format("eot"),
      url(../../assets/HelveticaNeue-Light.woff2) format("woff2"),
      url(../../assets/HelveticaNeue-Light.woff) format("woff"),
      url(../../assets/HelveticaNeue-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: HelveticaNeue-Normal;
    src: url(../../assets/HelveticaNeue-Normald41d.eot?#iefix);
    src: url(../../assets/HelveticaNeue-Normald41d.eot?#iefix) format("eot"),
      url(../../assets/HelveticaNeue-Normal.woff2) format("woff2"),
      url(../../assets/HelveticaNeue-Normal.woff) format("woff"),
      url(../../assets/HelveticaNeue-Normal.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: HelveticaNeue-Bold;
    src: url(../../assets/HelveticaNeue-Boldd41d.eot?#iefix);
    src: url(../../assets/HelveticaNeue-Boldd41d.eot?#iefix) format("eot"),
      url(../../assets/HelveticaNeue-Bold.woff2) format("woff2"),
      url(../../assets/HelveticaNeue-Bold.woff) format("woff"),
      url(assets/HelveticaNeue-Bold.html) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: HelveticaNeue-Italic;
    src: url(../../assets/HelveticaNeue-Italicd41d.eot?#iefix);
    src: url(../../assets/HelveticaNeue-Italicd41d.eot?#iefix) format("eot"),
      url(../../assets/HelveticaNeue-Italic.woff2) format("woff2"),
      url(../../assets/HelveticaNeue-Italic.woff) format("woff"),
      url(../../assets/HelveticaNeue-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  /* Page specific styles */
  
  html {
    font-size: 16px;
  }

  body {
    margin:0;
    font-weight: 400;
    font-family: "HelveticaNeue-Normal";
  }

  .vc_row {
    margin: 0 !important;
}

  .no-scrollbar::-webkit-scrollbar {
    display: none;
  }
  /* Hide scrollbar for IE, Edge and Firefox */
  .no-scrollbar {
      -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;  /* Firefox */
  }

  :root {
    --primary-blue:#0072CE;
    --teal:#00ACA0;
    --btn-hover-blue:#005BA5;
    --light-primary-blue: #e4f2ff;
    --light-aqua:#E9FFFF;
    --light-green:#D5F6EA;
    --light-red:#ffe9e9;
    --light-purple:#f5ecff;
    --light-orange:#FFF3E2;
    --light-lime:#FCFFDB;
    --dark-type-color:#333f48;
    --disabled-type-color:#7B8289;
    --gradient-green-txt-top:#009560;
    --gradient-green-txt-bottom:rgba(0, 149, 96, 0.2);
    --gradient-blue-txt-top:#0072CE;
    --gradient-blue-txt-bottom:rgba(0, 114, 206, 0.2);
    --gradient-orange-txt-top:#ED8B00;
    --gradient-orange-txt-bottom:#FBE8CC;
    --gradient-magenta-txt-top:#AD1AAC;
    --gradient-magenta-txt-bottom:rgba(173, 26, 172, 0.36);
    --gradient-purple-txt-top:#5F259F;
    --gradient-purple-txt-bottom:rgba(95, 37, 159, 0.20);
    --border-radius:8px;
  }
  
  .yearin-container {
    padding: 6rem 1rem 1.5rem;
    background: #fff;
    color: var(--dark-type-color);
    max-width: 1960px;
    margin:0 auto;
    opacity: 0;
  }

  .overflow-hidden {
    position: relative;
    overflow: hidden;
  }

  /* start of font treatment */
  .yearin-container .h2 {
    font-size: 2.25rem; /* 36px*/
    font-weight: 400;
    line-height: 105%;
    color: var(--dark-type-color);
    margin: 0;
    margin-bottom: 16px;
  }
  .yearin-container .h3 {
    font-size: 1.5rem;
    line-height: 120%;
    font-weight: 300;
    margin: 0;
  }
  .txt-12 {
    font-size: 0.75rem;
    line-height:120% !important;
  }
  .txt-20 {
    font-size: 1.25rem;
    line-height:120% !important;
  }
  .txt-30 {
    font-size:1.875rem;
    line-height:120% !important;
  }
  .txt-96 {
    font-size: 6rem;
    line-height: 92% !important;
  }
  .txt-118 {
    font-size: clamp(3.6rem, 3.6rem + 3vw, 7.375rem);
  }
  .txt-150 {
    font-size: clamp(6.75rem, 6rem + 3.6vw, 9.375rem);
    line-height: 92% !important;
  }
  .txt-scalable-year {
    font-size: 41.8vw;
    line-height: 70% !important;
  }
  .txt-center {
    text-align: center;
  }
  .txt-bold {
    font-family: "HelveticaNeue-Bold";
    font-weight: 700;
  }
  .txt-white {
    color:white !important;
  }
  .superscript {
    font-size: 12px;
  }
  .yearin-container p {
    margin:0;
    line-height: 150%;
    color:var(--dark-type-color);;
  }
  .blue-txt {
    color: var(--primary-blue) !important;
  }
  .purple-txt {
    color: var(--gradient-purple-txt-top) !important;
  }
  .orange-txt {
    color: var(--gradient-orange-txt-top) !important;
  }
  .green-gradient-txt {
    background: linear-gradient(180deg, var(--gradient-green-txt-top) 0%, var(--gradient-green-txt-bottom) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .blue-gradient-txt {
    background: linear-gradient(180deg, var(--gradient-blue-txt-top) 0%, var(--gradient-blue-txt-bottom) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .orange-gradient-txt {
    background: linear-gradient(180deg, var(--gradient-orange-txt-top) 10%, var(--gradient-orange-txt-bottom) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .magenta-gradient-txt {
    background: linear-gradient(180deg, var(--gradient-magenta-txt-top) 5%, var(--gradient-magenta-txt-bottom) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .purple-gradient-txt {
    background: linear-gradient(180deg, var(--gradient-purple-txt-top) 15%, var(--gradient-purple-txt-bottom) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  /* end of font treatment */

  /* start of flex  */
  .self-center {
    justify-content: center;
    align-items: center;
  }
  .flex-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
  .flex-col-g-16 {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .align-stretch {
    align-content: stretch;
  }
  .justify-between {
    justify-content:space-between;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0 {
    gap:0 !important;
  }
  /* end of flex  */

  /* starts of spacing */
  .max-w-420 {
    max-width: 420px;
  }
  .p-0 {
    padding:0 !important;
  }
  .pr-0 {
    padding-right:0 !important;
  }
  .pb-0 {
    padding-bottom: 0 !important;
  }
  .no-spacing {
    padding: 0;
  }
  .space-top {
    margin-top: 16px;
  }
  .space-bottom {
    margin-bottom: 16px;
  }
  .space-mobile-bottom {
    margin-bottom: 16px;
  }
  .round-border {
    border-radius: var(--border-radius);
  }
  .h-auto {
    height: auto !important;
  }
  .h-full {
    height:100%;
  }
  .w-full {
    width: 100%;
  }
  .min-max-h-296 {
    min-height: 18.5rem !important;
    max-height: 18.5rem !important;
  }
  .mt-32{
    margin-top:2rem;
  }
  /* end of spacing */

  /* start of reusable background class */
  .bg-teal {
    background: var(--teal);
  }
  .bg-primary-blue {
    background: var(--primary-blue);
  }
  .bg-light-primary-blue {
    background: var(--light-primary-blue);
  }
  .bg-light-aqua {
    background: var(--light-aqua);
  }
  .bg-light-green {
    background:  var(--light-green);
  }
  .bg-light-red {
    background: var(--light-red);
  }
  .bg-light-purple {
    background:  var(--light-purple);
  }
  .bg-light-orange {
    background: var(--light-orange);
  }
  .bg-light-lime {
    background: var(--light-lime);
  }
  /* start of reusable background class */
  .bleed-content-padding {
    padding:2.5rem 1.5rem; /* 40 24*/
  }
  
  .common-card {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    height:100%;
    padding:2.5rem 1.5rem; /* 40 24*/
    flex:1;
    z-index:0;
  }
  .common-chart-card {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    height:100%;
    flex: 1;
    padding:2.5rem 1.5rem; /* 40 24*/
  }

  .common-img-card {
    border-radius: var(--border-radius);
    overflow: hidden;
    width:100%;
    height:100%;
  }

  .common-img-card img {
    width:100%;
    height:100%;
    object-fit: cover;
    overflow: hidden;
  }

  /* starts of reusable button style */
  .circular-plus-btn {
    cursor: pointer;
    position:relative;
    width:56px;
    height:56px;
    padding:16px;
    background: transparent;
    color:transparent;
    border-radius: 50%;
    border:1px solid var(--primary-blue);
    transition: all 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .circular-plus-btn.small {
    width:48px;
    height:48px;
  }
  .circular-plus-btn:hover {
    background: var(--primary-blue);
  }
  .circular-plus-btn:hover::before,
  .circular-plus-btn:hover::after {
    background: white;
  }
  .circular-plus-btn::before {
    position: absolute;
    content: "";
    display: block;
    width: 22px;
    height:2px;
    background-color: var(--primary-blue);
    transition:all 0.3s;
  }
  .circular-plus-btn::after {
    position: absolute;
    content: "";
    display: block;
    width: 22px;
    height:2px;
    background-color: var(--primary-blue);
    transform:rotate(90deg);
    transition:all 0.3s;
  }
  .circular-plus-btn.small::before,
  .circular-plus-btn.small::after {
    width: 16px;
  }
  .circular-plus-btn.expanded::after{
    transform: rotate(180deg);
  }
  .circular-plus-btn.white {
    border-color: white;
  }
  .circular-plus-btn.white:hover {
    background: white;
  }
  .circular-plus-btn.white::before,
  .circular-plus-btn.white::after {
    background-color: white;
  }
  .circular-plus-btn.white:hover::before,
  .circular-plus-btn.white:hover::after {
    background-color: var(--primary-blue);
  }
  .circular-plus-btn.close {
    transform:rotate(45deg);
  }

  .inline-hyper-link,
  .inline-hyper-link-icon {
    cursor: pointer;
    text-decoration: underline;
    color:var(--primary-blue);
    transition: color 0.3s;
  }
  .inline-hyper-link:hover,
  .inline-hyper-link-icon:hover {
    color:var(--btn-hover-blue);
  }
  .inline-hyper-link-icon::after {
    content:"";
    display: inline-block;
    width:12px;
    height:12px;
    margin-left:4px;
    margin-top:4px;
    background: url("images/link-external-icon.svg");
  }

  .primary-btn {
    cursor: pointer;
    border: none;
    min-width: 240px;
    line-height: 16px;
    padding: 16px;
    border-radius: 4px;
    align-items: center;
    color: #fff;
    display: inline-flex;
    text-decoration: none;
    letter-spacing: .03em;
    justify-content: center;
    text-transform: uppercase;
    font-size: .875rem;
    transition: .5s ease-in-out;
    font-weight: 500;
    background-color: var(--primary-blue);
  }
  .primary-btn:hover {
    background: var(--btn-hover-blue);
  }
  .primary-btn.download-icon:after {
    content: "";
    background-image: url(../../common/assets/btn_download_icon_white.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-left: 14px;
  }
  .yearin-container .link-video-overlay .link-video-play-section:after {
    content: "X";
    position: absolute;
    right: 0;
    top: -54px;
    color: #fff;
    z-index: 99;
    cursor: pointer;
    border: 2px solid #fff;
    padding: 10px;
    width: 38px;
    height: 38px;
    text-align: center;
    border-radius: 56px;
    line-height: 15px;
  }
  /* end of reusable button style */
  
  .investing-candaians {
    position: relative;
    background: var(--primary-blue);
    border-radius: var(--border-radius);
    min-height: 366px;
    overflow: hidden;
    z-index: 0;
  }
  .investing-candaians h1 {
    font-size: clamp(2.5rem, 2.5rem + 2.35vw, 3rem);
    font-weight: 400;
    line-height: 105%;
    color: #fff;
    padding: 56px 24px 1rem;
    margin: 0;
  }
  .investing-candaians p {
    font-family: "HelveticaNeue-Light";
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    color: #fff;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }
  .investing-candaians img {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    z-index: -1;
  }
  .invest-right-image {
    overflow: hidden;
    display: flex;
    height: auto;
    max-height: 366px;
  }
  .invest-right-image img {
    object-fit: cover;
    flex-shrink: 0;
    border-radius: var(--border-radius);
    width: 100%;
  }
  .transaction {
    padding:2.5rem 0;
  }
  .transaction .h2 {
    padding:0 1.5rem;
  }
  .income-chart-legend {
    margin-top: 1rem;
    margin-bottom: 2rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .income-chart-legend-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
  }
  #incomeChart {
    position: relative;
    width: 100%;
    height:360px;
  }

  #income-chart-container {
    display: block;
    position: relative;
    width:100%;
    height:360px;
    -webkit-mask-image: linear-gradient(to right, black 75%, transparent 10%);
    mask-image: linear-gradient(to right, black 75%, transparent 100%);
    transition: all 0.3s;
  }
  #income-chart-container.show {
    -webkit-mask-image: linear-gradient(to right, black 75%, transparent 10%);
    mask-image: linear-gradient(to right, black 75%, transparent 100%);
  }

  .chart-section p {
    font-family: "HelveticaNeue-Light";
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .chart-labels {
    padding: 0 0.75rem;
  }
  .chart-labels p {
    font-family: "HelveticaNeue-bold";
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
  }
  .chart-desc {
    margin-top: 1rem !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: var(--disabled-type-color) !important;
    padding: 0 0.75rem;
  }
  
  .carousel {
    display: flex;
    flex-direction: row;
    position: relative;
    flex-wrap: wrap;
    height: auto;
  }
  .carousel-item-container {
    display: flex;
    gap: 16px;
    margin: 0 auto;
    max-width: 800px;
    overflow: scroll;
    padding: 30px 16px;
    position: relative;
    scroll-snap-type: x mandatory;
    transition: all 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    will-change: transform;
    align-items: stretch;
  }
  .carousel-item-container.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    scroll-snap-type: none;
  }
  .carousel-card {
    background-color: #fff;
    border-radius: var(--border-radius);
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 70vw;
    overflow: hidden;
    position: relative;
    scroll-snap-align: center;
    width: 90%;
    align-self: stretch;
  }
  .carousel-content,
  .carousel-img {
    width: 100%;
  }
  .carousel-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 32px 16px;
    text-align: left;
  }
  .carousel-content h3 {
    font-family: "HelveticaNeue-Bold";
    font-size: 20px;
    margin-top: 0;
    font-weight: 700;
    min-height: 43px;
  }
  .carousel-img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .simple-carousel-prev {
    margin-right: 16px;
  }
  .simple-carousel-ctl-btn {
    cursor: pointer;
    background: none;
    align-items: center;
    border: 1px solid #0072ce;
    border-radius: 50%;
    display: flex;
    font-size: 0;
    height: 48px;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    width: 48px;
  }
  .simple-carousel-ctl-btn:before {
    background-color: #0072ce;
    content: "";
    display: block;
    height: 32px;
    -webkit-mask-image: url(images/arrow-narrow.svg);
    mask-image: url(images/arrow-narrow.svg);
    transition: all 0.3s;
    width: 32px;
  }
  .simple-carousel-ctl-btn:hover {
    background-color: #0072ce;
  }
  .simple-carousel-ctl-btn:hover:before {
    background-color: #fff;
  }
  #next-btn:before {
    transform: rotate(180deg) translateX(0);
  }
  .c-button {
    display: none;
  }
  .glance-section {
    padding: 40px 24px;
  }
  .invest-image {
    overflow: hidden;
    display: flex;
    width: 100%;
  }
  .invest-image img {
    object-fit: cover;
    flex-shrink: 0;
    border-radius: var(--border-radius);
    width: 100%;
    height: 100%;
  }
  .invest-image source {
    object-fit: cover;
    flex-shrink: 0;
    border-radius: var(--border-radius);
    width: 120%;
    height: 120%;
  }
  .invest-image picture {
    display: block;
    width: 100%;
  }
  .invest-text-section {
    display: block;
    width: 100%;
  }
  .invest-text-section p {
    font-family: "HelveticaNeue-Light";
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    color: #000;
    padding: 40px 24px;
    width: 100%;
  }
  .img-desktop {
    min-width: 220px;
    width: 70%;
    display: none;
  }
  .img-mobile {
    display: block;
  }
  .investment-section-content {
    padding:2rem 3.5rem; /* 40 24*/
  }
  .leaf-img {
    display: flex;
    justify-content: center;
  }
  .glance-section h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 105%;
    margin: 0;
  }
  .glance-section h2 {
    font-family: "HelveticaNeue-bold";
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: var(--teal);
    margin: 0;
  }
  .glance-section p {
    font-family: "HelveticaNeue-bold";
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
  }
  .glance-section #at-glance-heading {
    margin-bottom: 2rem;
  }
  .number-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 2rem;
  }
  .number-section > .field {
    width:50%;
    margin-right: 0;
  }
  .number-section > .field:last-child {
    margin: 0;
  }
  .number-section > .field.fr:last-child {
    margin: 0;
  }
  .strong-blue-section {
    display: block;
    padding: 40px 0 0;
    overflow: hidden;
  }
  .strong-blue-section > .number {
    text-align: center;
    overflow: hidden;
    position: relative;
    font-family: "HelveticaNeue-bold";
    font-size: 24vw;
    font-weight: 700;
    line-height: 116.667%;
    background: linear-gradient(180deg, #0072CE 0%, #CCE3F5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin: 0;
    margin-bottom: -6vw;
  }
  .strong-blue-section > .number.fr {
    font-size: 23vw;
    margin-bottom: -6vw;
    letter-spacing: -0.4vw;
  }
  .strong-blue-section > .text {
    padding: 0 32px;
  }
  .strong-blue-section > .text h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 105%;
    margin: 0;
    margin-bottom: 16px;
  }
  .strong-blue-section > .text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  /* start of president video section */
  .president-video-section {
    overflow: hidden;
    border-radius: var(--border-radius);
    height: 100%;
    min-height: 400px;
    position: relative;
  }
  .president-video-section img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }
  .president-video-section .v-controls {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 88px;
    height: 88px;
    background: #fff;
    border-radius: 50%;
    border: 1.5px solid #0072ce;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
  }
  .president-video-section .v-controls:hover {
    background: #0072ce;
  }
  .president-video-section .v-controls img {
    width: 40px;
    height: 40px;
    -o-object-fit: inherit;
    object-fit: inherit;
    cursor: pointer;
    transition: all 0.3s;
  }
  .president-video-section .v-controls img.play-white-icon {
    display: none;
    opacity: 0;
  }
  .president-video-section .v-controls img.pause-white-icon {
    display: none;
    opacity: 0;
  }
  .president-video-section .v-controls:hover img.play-blue-icon {
    display: none;
    opacity: 0;
  }
  .president-video-section .v-controls:hover img.pause-blue-icon {
    display: none;
    opacity: 0;
  }
  .president-video-section .v-controls:hover img.play-white-icon {
    display: block;
    opacity: 1;
  }
  .president-video-section .v-controls:hover img.pause-white-icon {
    display: block;
    opacity: 1;
  }
  .president-video-section .text-section {
    position: absolute;
    left: 28px;
    bottom: 31px;
    color: #fff;
    max-width: 77%;
  }
  .president-video-section .text-section h2 {
    color: #fff;
    margin-bottom: 8px;
  }
  .president-video-section .text-section a {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-decoration: underline;
  }
  /* end of president video section */

  /* start of quote section */
  .quote-section {
    position: relative;
  }
  .quote-section .quote {
    font-family: "HelveticaNeue-Light";
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    line-height: 138%;
    padding: 2.5rem 1.5rem;
  }
  .quote-section .quote-author {
    font-family: "HelveticaNeue-Normal";
    font-size: 0.875rem;
    font-style: normal;
    margin-top: 1rem;
  }
  .quote-section img {
    width: 100%;
    object-fit: cover;
    position: relative;
    bottom: 0;
  }
  /* end of quote section  */

  /* start of long term section */
  .long-term-right-group {
    display: flex;
    flex-direction: column;
    gap:16px;
    align-items: stretch;
    height: fit-content;
  }
  .long-term-invest-card,
  .long-term-focus-card {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
  }
  .long-term-invest-card {
    gap:16px;
  }
  .long-term-invest-image-card {
    display: flex;
    max-height:320px;
    padding:0;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
  }
  .long-term-invest-image-card img {
    width: 100%;
    height: 100%;
    object-fit:cover;
  }
  .long-term-focus-card > #solar-animation {
    width:100%;
    max-width: 30rem;
  }
  #long-term-focus-content {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  #long-term-focus-toggle-content {
    position: relative;
    width:100%;
    margin-bottom: 1.5rem;
  }
  #long-term-focus-toggle-content p {
    margin:0;
  }
  #long-term-focus-orig-content {
    transition: all 0.3s;
    transition-delay: 0.3s;
  }
  #long-term-focus-expand-content {
    position: absolute;
    top:0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    transition-delay: 0s;
  }
  #long-term-focus-toggle-content.expanded #long-term-focus-orig-content {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
  }
  #long-term-focus-toggle-content.expanded #long-term-focus-expand-content {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
  }
  /* end of long term section  */

  /* start of 25 years investment */
  .years-investment-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .year-invest-content-card {
    margin-bottom: 16px;
  }

  .short {
    max-height:186px; 
  }
  
  .year-invest-card-container {
    order:2;
  }
  #year-invest-card-1,
  #year-invest-card-3,
  #year-invest-card-4,
  #year-invest-card-5 {
    max-height: 186px;
  }
  #year-invest-card-1 {
    order:0;
  }
  #year-invest-card-3 {
    order:1;
    margin-bottom:16px;
  }
  #globe-img {
    margin: 0;
    margin-bottom: 16px;
  }
  /* end of 25 years investment */

  /* start of investment strategy section */
  .invest-strategy-img-card {
    margin-bottom: 1rem;
  }
  .investment-strategy-globe-card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding:2.5rem 1.5rem; /* 40 24*/
  }
  .donut-chart-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #chart-doughnut-1-anchor,
  #chart-doughnut-2-anchor {
    align-items: flex-start;
  }
  .donut-canvas-container {
    width:100%;
    aspect-ratio: 1;
    min-width: 224px;
    max-width: 280px;
  }
  #chart-doughnut-1,
  #chart-doughnut-2 {
    display: block;
    width:100%;
    height: 100%;
  }
  .donut-chart-legend {
    margin: 1.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .chart-legend-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 6px;
    align-items: center;
  }
  .chart-legend-dot {
    display: inline-block;
    width: 10px;
    height:10px;
    border-radius: 50%;
  }
  .chart-legend-label {
    display: inline;
    font-size: 0.75rem;
    line-height: 120%;
    text-transform: uppercase;
  }
  /*  end of investment strategy section*/

  /* start of case study section */
  .case-study-item-container {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    gap:8px;
  }
  .case-study-item-container.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
  }
  .case-study-card {
    cursor: pointer;
    position: relative;
    width: 25%;
    min-width: 258px;
    aspect-ratio: 250/369;
    border-radius: var(--border-radius);
    overflow: hidden;
  }
  .case-study-card-info {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding: 2rem 1rem;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .case-study-card img {
    position: relative;
    pointer-events: none;
    touch-action: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: all 0.5s ease-in-out;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
  }
  .case-study-card:hover img {
    filter: brightness(80%); 
    transform: scale(1.05, 1.05);
  }
  .case-study-card:hover .circular-plus-btn.white {
    background: white;
  }

  .case-study-card:hover .circular-plus-btn.white::before,
  .case-study-card:hover .circular-plus-btn.white::after {
    background-color: var(--primary-blue);
  }
  .case-study-modal {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 2;
    padding:2.5rem 1.5rem; /* 40 24*/
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition:all 0.3s;
  }
  .case-study-modal.show {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .case-study-modal-details {
    display: block;
    max-height:90%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right:4px;
  }
  #case-study-title {
    margin-bottom:2rem;
  }
  /* end of case study section */
  
  /* start of looking ahead section */
  .looking-ahead-download-card {
    padding-top:6rem !important;
  }
  .gradient-down-arrow-dots {
    position: absolute;
    top:0%;
    right:0px;
    z-index: -1;
  }
  #looking-ahead-card-1 {
    order: 2;
  }
  #looking-ahead-card-2 {
    order: 1;
  }
  /* end of looking ahead section */

  /* start of Stay in touch section */
  .stay-in-touch {
    display: block;
  }
  .stay-in-touch .thanku-subscribe-message h2 {
    margin: 0;
    max-width: 520px;
  }
  .stay-in-touch .text-section h2 {
    margin: 0;
    margin-bottom: 11px;
  }
  .stay-in-touch .text-section p {
    max-width: 350px;
  }
  .stay-in-touch .tablet-section {
    display: none;
  }
  .stay-in-touch .share-section {
    display: block;
    margin-top: 32px;
  }
  .stay-in-touch .share-section .follow-us {
    display: block;
  }
  .stay-in-touch .share-section .follow-us span {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--primary-blue);
    display: block;
    padding-bottom: 16px;
  }
  .stay-in-touch .share-section .follow-us a {
    text-decoration: none;
    margin: 0;
    margin-right: 32px;
    transition: all 0.3s;
  }
  .stay-in-touch .share-section .share-page-container {
    position: relative;
  }

  .stay-in-touch .share-section .share-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-top: 16px;
    padding:0;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--primary-blue);
    background: transparent;
    border:none;
    transition: all 0.3s;
  }

  .stay-in-touch .share-section .follow-us a:hover,
  .stay-in-touch .share-section .share-btn:hover {
    filter: brightness(80%);
  }

  .stay-in-touch .share-section .share-btn img {
    margin-left: 8px;
  }

  .stay-in-touch .share-section .share-menu {
    position: absolute;
    margin-top:10px;
    padding: 0.5rem 1rem;
    background-color: var(--dark-type-color);
    border-radius: 4px;
    display: flex;
    gap:24px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.14);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
  }
  .stay-in-touch .share-section .share-menu.show {
    visibility: visible;
    opacity: 1;
  }

  .stay-in-touch .share-section .share-menu::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top:-16px;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent var(--dark-type-color) transparent;
  }

  .stay-in-touch .share-section .share-menu a {
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    padding:0;
    line-height: 80%;
    transition: all 0.3s;
  }
  .stay-in-touch .share-section .share-menu a:hover {
    opacity: 0.7;
  }
  /* end of Stay in touch section */

   /* Subscribe Section */
   .subscribe-year-in-review {
        display: block;
        margin-top: 32px;
    }
    .subscribe-year-in-review .subscribe-year-form {
        flex-grow: 1;
        margin-right: 0;
    }
    .custom-form-group {
        margin-bottom: 32px;
    }
    .custom-form-group label {
        font-size: 1rem;
        font-weight: 700;
        line-height: 24px;
        display: block;
        margin-bottom: 6px;
        color: var(--dark-type-color);
    }
    .custom-form-group input[type=email], .custom-form-group input[type=text], .custom-form-group select {
        padding: 12px 8px;
        height: 48px;
        line-height: 20px;
        border-radius: 4px;
        width: 100%;
        color: #333f48;
        font-size: .875rem;
        border: 1px solid #cdd0d2;
    }
    .subscribe-year-form .error .error-msg {
      display: flex;
  }
    .subscribe-year-form .error-msg {
        display: none;
        align-items: center;
        font-size: .75rem !important;
        line-height: 16px !important;
        width: 100%;
        margin-top: 9px;
        margin-bottom: 10px;
    }
    .subscribe-year-in-review .next-form-section {
        display: none;
    }
    .subscribe-year-in-review button {
        margin-bottom: 8px;
        width: 100%;
    }
    .checkbox-radio-group.accept-cookie {
      margin: 32px 0;
    }
    .subscribe-year-form .error-msg img {
      margin-right: 9px;
  }
  .subscribe-year-form .select-hidden {
    display: none;
    visibility: hidden;
}

.subscribe-year-form .select {
  cursor: pointer;
  position: relative;
  font-size: .875rem;
  color: #333f48;
  width: 100%;
}

  .checkbox-radio-group {
    margin-bottom: 0;
}
.checkbox-radio-group label {
    font-size: 1rem;
    font-weight: 700;
    line-height: 24px;
    display: block;
    margin-bottom: 11px;
    color: var(--dark-type-color);
}
.checkbox-radio-group .checkbox-radio.custom-checkbox {
    display: flex;
    position: relative;
    padding-left: 30px;
    margin-top: 0;
    margin-bottom: 9px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.checkbox-radio-group .checkbox-radio .label-text {
    font-size: .875rem;
    line-height: 18px;
    color: var(--dark-type-color);
}

.checkbox-radio-group .checkbox-radio.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 18px;
    min-width: 18px;
    z-index: 1;
    left: 0;
    top: 0;
}

.checkbox-radio-group .checkbox-radio.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    min-width: 18px;
    background-color: #fff;
    border: 1px solid #0072ce;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox-radio-group .checkbox-radio.custom-checkbox input:checked~.checkmark:after {
    display: block;
}
.checkbox-radio-group .checkbox-radio.custom-checkbox input:checked~.checkmark {
    background-color: #0072ce;
    border: 1px solid #0072ce;
}
.checkbox-radio-group .checkbox-radio.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    margin-top: -3px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.checkbox-radio-group .checkbox-radio .label-text a {
    color: inherit;
    text-decoration: underline;
}

.error .custom-checkbox .checkmark {
  border-color: #ca0000 !important;
}

.subscribe-year-form .select .select-styled {
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: space-between;
    background-color: #fff;
    height: 48px;
    padding: 14px 11px 14px 8px;
    border: 1px solid #cdd0d2;
}

.subscribe-year-form .select .select-styled:after {
    content: "";
    width: 9px;
    height: 9px;
    border-color: transparent #0072ce #0072ce transparent;
    border-style: solid;
    border-width: 2px;
    transform: rotate(45deg);
    transition: .5s ease-in-out;
}

.subscribe-year-form .select .select-styled.active, .subscribe-year-form .select .select-styled:hover {
    border-color: #0072ce;
}

.subscribe-year-form .select .select-styled {
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: space-between;
    background-color: #fff;
    height: 48px;
    padding: 14px 11px 14px 8px;
    border: 1px solid #cdd0d2;
}

.subscribe-year-form .select .select-styled.active:after {
    transform: rotate(-135deg);
    border-color: transparent #0072ce #0072ce transparent;
}

.subscribe-year-form .select .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 12px 42px 20px 30px;
    list-style: none;
    background-color: #fff;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #0072ce;
    border-top-color: #fff;
}

.subscribe-year-form .select .select-options li {
    margin: 0;
    padding: 8px 10px;
    list-style: none;
}
   /* Subscribe Section Ends */
   /* Rounded bottom edge Section */
   .rounded-edges-container {
      background: black;
      position: relative;
      margin-top: -1px;
      z-index: -1;
   }
   .rounded-edges-container .rounded-edge-box {
      background: white;
      border-bottom-left-radius: 3rem;
      border-bottom-right-radius: 3rem;
      height: 3.375rem;
   }
   /* Rounded bottom edge Section Ends */

  @media (min-width: 768px) {
    .yearin-container {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-bottom: 1rem;
    }
    .yearin-container .h2 {
      font-size: 2.5rem; /* 40px*/
    }
    .case-study-modal,
    .bleed-content-padding,
    .common-card {
      padding:3.5rem 2rem; /* 56 32*/
    }
    .common-chart-card {
      padding:2rem; /* 40 24*/
    }
    .investment-section-content {
      padding:3.5rem 2rem; /* 40 24*/
    }

    /* start of long term section */
    .long-term-right-group {
      flex-direction: row;
      height: auto;
    }
    .long-term-focus-card {
      height:100%;
    }
    .long-term-focus-card > #solar-animation {
      max-width: 30rem;
    }
    #long-term-focus-content {
      margin-top: 2.5rem;
      flex-direction: row;
      justify-content: space-between;
    }
    #long-term-focus-toggle-content {
      width: 80%;
      margin-bottom: 0;
    }
    /* end of long term section */

    /* start of president video section */
    .president-video-section {
        min-height: 36.6vw;
    }
    .president-video-section .v-controls {
        transform:scale(0.8, 0.8);
        bottom: 31px;
        top: auto;
    }
    /* end of president video section */

    /* start of quote section */
    .quote-section img {
        position: absolute;
        bottom: 0;
    }
  /* end of quote section  */

    /* start of 25 years investment */
    #year-invest-card-1 {
      order:2;
    }
    #year-invest-card-3 {
      order:2;
      margin-bottom: 0;
    }
    #year-invest-card-1,
    #year-invest-card-3,
    #year-invest-card-4,
    #year-invest-card-5 {
      max-height: none;
    }
    /* end of 25 years investment */

    /* start of investment strategy section */
    .invest-strategy-img-card {
      margin-bottom: 0;
    }
    .investment-strategy-globe-card {
      display: flex;
      flex-direction: row-reverse;
      flex-wrap: wrap;
      padding: 1rem 0;
    }
    #globe-img {
      margin: 0;
      margin-right:-4%;
    }
    /*  end of investment strategy section*/

    .number-section {
      justify-content: left;
    }
    .number-section > .field {
      width:fit-content;
      margin-right: 3.75vw;
    }
    .glance-section h1 {
      font-size: 40px;
    }
    .img-desktop {
      display: block;
    }
    .img-mobile {
      display: none;
    }
    #transactions-carousel {
      opacity: 0;
    }
    .carousel {
      display: flex;
      flex-direction: row-reverse;
      margin: 100px 0 48px 0;
      min-height: 400px;
    }
    .carousel,
    .carousel-item-container {
      overflow: visible;
      position: relative;
      width: 100%;
    }
    .carousel-item-container {
      margin: 0 auto;
      max-width: 800px;
      scroll-snap-type: none;
    }
    .carousel-card {
      border-radius: var(--border-radius);
      box-shadow: 0 10px 27px 0 rgba(0, 0, 0, 0.3);
      flex-direction: row;
      height: 400px;
      left: 0;
      max-width: 800px;
      min-width: 400px;
      position: absolute;
      scroll-snap-align: none;
      top: 0;
      width: 100%;
    }
    .carousel-content,
    .carousel-img {
      max-height: none;
      width: 50%;
      height:100%;
    }
    .carousel-content {
      justify-content: space-between;
      padding: 48px 32px;
    }
    .c-button {
      display: flex;
      justify-content: center;
    }
    
    .investing-candaians {
      height: 36.65vw;
    }
    .investing-candaians h1 {
      line-height: 94%;
      padding: 5.56vw 2.23vw 1rem;
      margin: 0;
    }
    .investing-candaians p {
      font-size: 30px;
      line-height: 36px;
      padding-left: 2.23vw;
      padding-right: 2.23vw;
    }
    .invest-right-image {
        min-height: 366px;
        max-height: none;
        height: 36.65vw;
    }
    .transaction {
      padding:3.5rem 2rem; /* 56 32*/
    }
    .transaction .h2 {
      padding:0;
    }
    .glance-section {
      padding: 2.8vw 2.23vw;
    }
    .invest-text-section {
      display: flex;
      width: 100%;
      justify-content: flex-end;
      align-items: center;
    }
    .invest-text-section p {
      font-size: 26px;
      line-height: 36px;
      width: 60%;
    }
    .leaf-img {
      width: 40%;
      align-self: end;
      justify-content: end;
    }
/* start of Stay in touch section */
  .stay-in-touch {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .stay-in-touch .text-section p {
    max-width: 350px;
  }
  .stay-in-touch .share-section {
    display: flex;
    align-items: flex-start;
    margin: 0;
    margin-top: 1rem;
  }
  .stay-in-touch .share-section .follow-us {
    display: flex;
    align-items: center;
  }
  .stay-in-touch .share-section .follow-us span {
    padding: 0;
  }
  .stay-in-touch .share-section .follow-us a {
    text-decoration: none;
    margin: 0;
    margin-left: 16px;
  }
  .stay-in-touch .share-section .share-btn {
    margin: 0;
    margin-left: 35px;
    padding:0 10px;
  }
  .stay-in-touch .share-section .share-btn img {
    margin-left: 8px;
  }
  /* end of Stay in touch section */

  /* Subscribe Section */
  .subscribe-year-in-review {
    display: flex;
    align-items: flex-start;
    margin-top: 32px;
  }
  .subscribe-year-in-review .subscribe-year-form {
    flex-grow: 1;
    margin-right: 16px;
  }

  .subscribe-year-in-review button {
    margin-top: 29px;
    width: auto;
  }

  /* looking ahead section */
  #looking-ahead-card-1 {
    order: 1;
  }
  #looking-ahead-card-2 {
    order: 2;
  }
  /* looking ahead section end */

 
/* Subscribe Section Ends */
/* Rounded bottom edge Section */
.rounded-edges-container .rounded-edge-box {
  height: 5.375rem;
}
/* Rounded bottom edge Section Ends */

  }

  @media (min-width:992px) {
    .investing-candaians h1 {
      font-size: clamp(2.5rem, 2.5rem + 3.35vw, 5.5rem);
    }
    .yearin-container {
      padding-left: 5.375rem;
      padding-right: 5.375rem;
    }
    .yearin-container .link-video-overlay .link-video-play-section:after {
      right: 0;
      top: -43px;
    }
    .txt-scalable-year {
      font-size: clamp(3.6rem, 3.6rem + 19.4vw, 26rem);
      line-height: 76% !important;
    }

    .space-mobile-bottom {
      margin-bottom: 0;
    }

    .investing-candaians,
    .invest-right-image {
        height: 30.65vw;
    }

    .glance-section #at-glance-heading {
      margin-bottom: 0;
    }

    /* start of long term section */
    .long-term-right-group {
      flex-direction: column;
    }
    #long-term-focus-toggle-content {
      width: 85%;
    }
    /* end of long term section */

    .number-section > .field {
      width:fit-content;
      margin-right: 2.75vw;
    }

    .strong-blue-section {
      display: flex;
      flex-direction: row-reverse;
      justify-content: left;
      padding: 6.12vw 2.23vw 6.12vw 0;
      justify-content: space-between;
      align-items: center;
    }
    .strong-blue-section > .number {
      width: 64%;
      margin-bottom:0;
      margin-left: -1vw;
      font-size: clamp(26px, 26px + 12.14vw, 230px);
      letter-spacing: -4px;
    }
    .strong-blue-section > .number.fr {
      width: 64%;
      text-align: right;
      margin-bottom:0;
      margin-left: -1.6vw;
      padding-right: 1.4vw;
      font-size: clamp(14px, 14px + 12vw, 210px);
    }
    .strong-blue-section > .text {
      padding: 0;
      padding-left: 27px;
      width: 36%;
    }
    .strong-blue-section > .text h2 {
      font-size: 40px;
    }
    .case-study-card {
      aspect-ratio: 294/369;
    }
    #case-study-title {
      margin-bottom:3.5rem;
    }
    .case-study-modal-details {
      /* this is intentionally set to 1200 for comfortable reading */
      max-width:900px;
    }
    .common-chart-card {
      padding:2rem 3.5rem; /* 40 24*/
    }
  }

  /* @media (min-width:1024px) {
   
  } */

  @media (min-width:1200px) {
    /* start of 25 years investment */
    .year-invest-content-card {
      margin-bottom: 0;
    }
    .yearin-container .link-video-overlay .link-video-play-section:after {
      right: -54px;
      top: -4px;
    }
    .glance-section h1 {
      margin-bottom:0;
    }
    .strong-blue-section > .number {
      margin: 0;
      margin-left: -2vw;
      text-align: right;
      font-size: clamp(36px, 36px + 12vw, 300px);
      letter-spacing: -4px;
    }
    .strong-blue-section > .number.fr {
      margin-left: -2.2vw;
      padding-right: 2vw;
      font-size: clamp(16px, 16px + 12.4vw, 300px);
    }
    .txt-scalable-year {
      font-size: clamp(4.6rem, 4.6rem + 19.4vw, 32rem);
      line-height: 75% !important;
    }
    /* start of investment strategy section */
    .donut-chart-container {
      display: flex;
      flex-direction: row;
    }
    /* end of investment strategy section */
    #chart-doughnut-1-anchor,
    #chart-doughnut-2-anchor {
      align-items: center;
    }
    /* start of quote section */
    .quote-section .quote {
      font-size: 26px;
      padding: 3.5rem 2rem;
    }
    /* start of quote section */
  }

  @media (min-width:1400px) {
    .strong-blue-section > .number {
      margin-left: -3.6vw;
    }

    .case-study-modal-details {
      /* this is intentionally set to 1200 for comfortable reading */
      max-width:1100px;
    }
  }

  @media (min-width:1600px) {
    .strong-blue-section > .number {
      margin-left: -2.6vw;
      font-size: clamp(36px, 36px + 12.8vw, 300px);
    }
    .strong-blue-section > .number.fr {
      margin-left: -2vw;
      padding-right:1.2vw;
      font-size: clamp(36px, 36px + 12vw, 300px);
    }
  }
  
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .yearin-container {
      padding:6rem 1rem 1rem;
    }
    .investing-candaians {
      height: 350px;
    }
    .investing-candaians h1 {
      font-size: clamp(2.5rem, 2.5rem + 3.35vw, 5.5rem);
      line-height: 105%;
      padding: 80px 32px 1rem;
      margin: 0;
    }
    .investing-candaians p {
      font-size: 24px;
      line-height: 28px;
      padding-left: 32px;
      padding-right: 32px;
    }
    .invest-text-section p {
      font-size: 20px;
      line-height: 30px;
    }
    .invest-right-image {
        min-height: 366px;
        max-height: none;
    }
    .number-section {
      justify-content: left;
      gap: 2rem;
    }
    .number-section > .field {
      width: fit-content;
      margin-right: 10%;
    }
    .number-section > .field:last-child {
      margin: 0;
    }
    .strong-blue-section {
      display: block;
      padding: 6.12vw 0 0 0;
    }
    .strong-blue-section > .number {
      font-size: 25.5vw;
      margin: 0;
      margin-bottom: -40px;
      width: 100%;
    }
    .strong-blue-section > .number.fr {
      font-size: 24vw;
    }
    .strong-blue-section > .text {
      padding: 0 32px;
      width: 100%;
    }
    .strong-blue-section > .text h2 {
      font-size: 36px;
      font-weight: 400;
      line-height: 105%;
      margin: 0;
      margin-bottom: 16px;
    }
    .strong-blue-section > .text p {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
    }
    .president-video-section {
      height:100%;
    }
    .president-video-section .v-controls {
        width: 88px;
        height:88px;
        top: auto;
    }
    .president-video-section .v-controls img {
        width: 40px;
        height: 40px;
    }
    /* start of quote section */
    .quote-section .quote {
        font-size: 20px;
        line-height: 28px;
        padding: 2.5rem 1.5rem;
    }
    .quote-section img {
        position: absolute;
        bottom: 0;
    }
    /* end of quote section  */
    /* start of Stay in touch section */
  .stay-in-touch {
    display: block;
  }
  .stay-in-touch .text-section p {
    display: none;
  }
  .stay-in-touch .share-section {
    display: flex;
    align-items: center;
    margin: 0;
    margin-top: 21px;
  }
  .stay-in-touch .tablet-section {
    display: block;
    margin-top: 32px;
    max-width: 350px;
  }
  }
  