body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
body .title,
body h4 {
  margin: 0;
}
body .mb-0 {
  margin-bottom: 0 !important;
}
body .mt-0 {
  margin-top: 0 !important;
}
body .pl-0 {
  padding-left: 0 !important;
}
body .pr-0 {
  padding-right: 0 !important;
}
body .header {
  background-image: linear-gradient(147deg, #627ED6, #002A74);
}
body .header .container {
  padding: 10px 0.75rem;
  height: 120px;
}
body .container .header-date p {
  margin: 0;
  font-size: 20px;
  color: #9B9B9B;
}
body .container .header-date h4 {
  font-size: 48px;
  color: #2952A4;
}
body .container .section {
  margin: 75px 0;
}
body .container .section .title {
  font-size: 32px;
  color: #2952A4;
  margin: 40px 0;
}
body .container .section .text {
  font-size: 18px;
}
body .container .section .footnote {
  font-size: 11px;
}
body .container .section.performance .return-box {
  min-height: 140px;
}
body .container .section.performance .return-box.outlined {
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.18);
}
body .container .section.performance .return-box h4 {
  font-size: 80px;
  color: #2952A4;
  font-weight: 300;
}
body .container .section.performance .return-box .returns p:first-child {
  font-size: 20px;
  color: #2952A4;
  margin: 0;
}
body .container .section.performance .return-box .returns p:nth-child(2) {
  font-size: 14x;
  color: #9B9B9B;
  margin: 0;
}
body .container .section.share-ownership p {
  font-size: 14x;
  color: #9B9B9B;
  margin: 0;
}
body .container .section.share-ownership p.asset-title {
  font-size: 20px;
  color: #2952A4;
  margin: 0 0 20px 0;
}
body .container .section.share-ownership .assets {
  border: 0;
}
body .container .section.share-ownership .assets > .collection-item {
  border-top: 1px solid #9B9B9B;
  color: #9B9B9B;
  font-size: 14px;
  padding: 10px 0;
}
body .container .section.share-ownership .assets > .collection-item:last-child {
  border-bottom: 1px solid #9B9B9B;
}
body .container .section.insight p.text {
  font-size: 16px;
}
body .container .section.insight p.footnote {
  font-size: 11px;
}
body .btn.btn-primary {
  background-color: #2952A4;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}
body .btn.btn-primary:hover {
  color: white;
  box-shadow: none;
  background-color: #002A74;
}
body .modal-overlay {
  background-image: linear-gradient(147deg, #627ED6, #002A74);
  opacity: 1 !important;
}
body #playVideoModal {
  background-color: transparent;
  box-shadow: none;
  overflow-y: hidden;
  z-index: 10000;
}
body #playVideoModal .close {
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
}
body #playVideoModal .video-container {
  margin: 30px 0;
}
body #playVideoModal .modal-content {
  padding: 0 !important;
}
@media (max-width: 767px) {
  h4 {
    font-size: 31px !important;
  }
  h4.title {
    margin: 20px 0 !important;
  }
  .return-box {
    min-height: 100px !important;
    padding: 0 !important;
    margin-top: 20px;
    text-align: left;
  }
  .return-box h4 {
    font-size: 40px !important;
  }
  .return-box .returns p:first-child {
    font-size: 16px !important;
  }
  .return-box .returns p:nth-child(2) {
    font-size: 10px !important;
  }
  .share-ownership p.asset-title {
    font-size: 14px !important;
  }
  .share-ownership .assets > .collection-item {
    font-size: 10px !important;
    padding: 5px 0 !important;
  }
  .section {
    margin: 30px 0 !important;
  }
}
@media (max-width: 1366px) and (min-width: 768px) {
  h4 {
    font-size: 36px !important;
  }
  h4.title {
    margin: 20px 0 !important;
  }
  .section {
    margin: 50px 0 !important;
  }
  .return-box {
    min-height: 80px !important;
    padding: 0 !important;
    margin-top: 20px;
  }
  .return-box .returns p:first-child {
    font-size: 16px !important;
  }
  .return-box .returns p:nth-child(2) {
    font-size: 10px !important;
  }
}
