/*website colors*/
/* Small devices (portrait phones, 360px and up) */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/* desktop devices (large desktops, 1200px and up) */
/*flex box mixins*/
.margin-0 {
  margin: 0 !important;
}
.padding-0 {
  padding: 0 !important;
}
body {
  overflow-x: hidden;
}
.page-title-padding {
  margin-top: 105px;
}
@media (min-width: 768px) {
  .page-title-padding {
    margin-top: 99px;
  }
}
@media (min-width: 992px) {
  .page-title-padding {
    margin-top: 108px;
  }
}
@media (min-width: 1100px) {
  .page-title-padding {
    margin-top: 108px;
  }
}
@media (min-width: 1200px) {
  .page-title-padding {
    margin-top: 124px;
  }
}
.page-title-padding .page-title {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.page-title-padding.pagetitle_padding {
  margin-top: 66px;
}
@media (min-width: 768px) {
  .page-title-padding.pagetitle_padding {
    margin-top: 158px;
  }
}
@media (min-width: 992px) {
  .page-title-padding.pagetitle_padding {
    margin-top: 108px;
  }
}
@media (min-width: 1100px) {
  .page-title-padding.pagetitle_padding {
    margin-top: 110px;
  }
}
.page-title {
  padding-top: 55px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 90%;
  color: #223261;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.page-title .title {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 38px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .page-title .title {
    margin-bottom: 35px;
  }
}
.page-title .title span.quote {
  font-size: 22px;
  display: inline-block;
  position: relative;
  top: 0px;
}
@media (min-width: 768px) {
  .page-title .title span.quote {
    font-size: 28px;
  }
}
@media (min-width: 1100px) {
  .page-title .title span.quote {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .page-title {
    padding-top: 70px;
    padding-bottom: 80px;
    max-width: 900px;
  }
  .page-title .title {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (min-width: 992px) {
  .page-title {
    padding-bottom: 90px;
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .page-title {
    max-width: 1200px;
    padding-bottom: 170px;
  }
  .page-title .title {
    font-size: 26px;
    line-height: 45px;
  }
}
@media (min-width: 1440px) {
  .page-title {
    padding-top: 70px;
  }
}
@media (min-width: 1600px) {
  .page-title {
    padding-bottom: 130px;
  }
}
.page-title .tag_line {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  font-family: "Columbus MT Std";
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-title .tag_line {
    font-size: 22px;
    line-height: 27px;
  }
}
@media (min-width: 1100px) {
  .page-title .tag_line {
    font-size: 23px;
    line-height: 28px;
  }
}
.work_block_row, .counter_block_row, .team-inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.work_block_col, .team_block_col, .counter_block_col {
  padding-left: 20px;
  padding-right: 20px;
}
.work_block_section {
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .work_block_section {
    padding-bottom: 125px;
  }
}
.counter_block_section {
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .counter_block_section {
    padding-bottom: 55px;
  }
}
@media (min-width: 992px) {
  .counter_block_section {
    padding-bottom: 65px;
  }
}
@media (min-width: 1100px) {
  .counter_block_section {
    padding-bottom: 85px;
  }
}
@media (min-width: 1200px) {
  .counter_block_section {
    padding-bottom: 115px;
  }
}
.work_block_row .work_block_col {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.work_block_row .work_block_col:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .work_block_row .work_block_col {
    flex: 0 0 80%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .work_block_row .work_block_col {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
    text-align: left;
  }
}
.work_block_row .work_block_col.left-col-content, .work_block_row .work_block_col h2 {
  font-size: 18px;
  line-height: 28px;
  color: #223261;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .work_block_row .work_block_col.left-col-content, .work_block_row .work_block_col h2 {
    font-size: 22px;
    line-height: 36px;
  }
}
@media (min-width: 1100px) {
  .work_block_row .work_block_col.left-col-content, .work_block_row .work_block_col h2 {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1600px) {
  .work_block_row .work_block_col.left-col-content, .work_block_row .work_block_col h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
.work_block_row .work_block_col.left-col-content h2, .work_block_row .work_block_col h2 h2 {
  margin-bottom: 30px;
}
@media (min-width: 1100px) {
  .work_block_row .work_block_col.left-col-content h2, .work_block_row .work_block_col h2 h2 {
    margin-bottom: 30px;
  }
}
.work_block_row .work_block_col.left-col-content {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .work_block_row .work_block_col.left-col-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.work_block_row .work_block_col.left-col-content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #000;
}
@media (min-width: 768px) {
  .work_block_row .work_block_col.left-col-content p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1100px) {
  .work_block_row .work_block_col.left-col-content p {
    font-size: 22px;
    line-height: 35px;
  }
}
.work_block_row .work_block_col.left-col-content p .text {
  font-weight: 400;
  color: #223261;
}
.work_block_row .work_block_col.left-col-content .text {
  font-weight: 400;
  color: #223261;
}
.work_block_row .work_block_col.right-col-content {
  font-size: 16px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .work_block_row .work_block_col.right-col-content {
    font-size: 20px;
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  .work_block_row .work_block_col.right-col-content {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1100px) {
  .work_block_row .work_block_col.right-col-content {
    font-size: 22px;
    line-height: 35px;
  }
}
@media (min-width: 1340px) {
  .work_block_row .work_block_col.right-col-content {
    padding-left: 80px;
  }
}
@media (min-width: 1600px) {
  .work_block_row .work_block_col.right-col-content {
    padding-right: 20px;
  }
}
.work_block_row .work_block_col p {
  margin: 0;
}
.work_block_row .work_block_col p .text {
  font-weight: 400;
  color: #223261;
}
.work_block_row .work_block_col .text {
  font-weight: 400;
  color: #223261;
}
.counter_block_row .counter_block_col {
  max-width: 25%;
  flex: 0 0 25%;
  border-right: 1px solid #223261;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  .counter_block_row .counter_block_col {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.counter_block_row .counter_block_col:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 20px;
  width: 101%;
  height: 1px;
  background-color: #000000;
}
@media (min-width: 768px) {
  .counter_block_row .counter_block_col:after {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .counter_block_row .counter_block_col:nth-child(1)::before, .counter_block_row .counter_block_col:nth-child(2)::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 20px;
    width: 101%;
    height: 1px;
    background-color: #000000;
  }
  .counter_block_row .counter_block_col:nth-child(2)::before {
    right: 0px;
    width: calc(100% - 40px);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .counter_block_row .counter_block_col:nth-of-type(3n) {
    border-right: 1px solid #223261;
  }
}
.counter_block_row .counter_block_col:nth-of-type(3n):after {
  right: 0px;
  width: calc(100% - 40px);
}
@media (min-width: 0px) and (max-width: 767px) {
  .counter_block_row .counter_block_col:nth-of-type(3n):after {
    width: 101%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .counter_block_row .counter_block_col:nth-of-type(2n) {
    border-right: 0;
  }
  .counter_block_row .counter_block_col:nth-of-type(2n):after {
    right: 0px;
    width: calc(100% - 40px);
  }
}
.counter_block_row .counter_block_col:last-of-type:after {
  width: calc(100% - 40px);
}
@media (min-width: 1100px) {
  .counter_block_row .counter_block_col {
    max-width: 25%;
    flex: 0 0 25%;
    padding-bottom: 10px;
    padding-top: 10px;
    border-right: 2px solid #223261;
    margin-bottom: 30px;
  }
  .counter_block_row .counter_block_col:nth-of-type(2) {
    border-right: 2px solid #223261;
  }
  .counter_block_row .counter_block_col:nth-of-type(4) {
    border-right: 2px solid #223261;
  }
  .counter_block_row .counter_block_col:after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .counter_block_row .counter_block_col {
    max-width: 16.66%;
    flex: 0 0 16.66%;
    flex-grow: 1;
    margin-bottom: 0;
    padding: 30px 10px;
  }
  .counter_block_row .counter_block_col:nth-of-type(3) {
    border-right: 2px solid #223261;
  }
  .counter_block_row .counter_block_col:nth-of-type(6) {
    border-right: 0;
  }
  .counter_block_row .counter_block_col:nth-of-type(9) {
    border-right: 2px solid #223261;
  }
}
.counter_block_row .counter_block_col .counter-number {
  font-size: 40px;
  line-height: 42px;
  font-weight: 700;
  color: #223261;
  font-family: "Columbus MT Std";
  letter-spacing: -0.2px;
}
@media (min-width: 768px) {
  .counter_block_row .counter_block_col .counter-number {
    font-size: 34px;
    line-height: 30px;
    letter-spacing: normal;
  }
}
@media (min-width: 1200px) {
  .counter_block_row .counter_block_col .counter-number {
    font-size: 40px;
    line-height: 48px;
  }
}
.counter_block_row .counter_block_col .counter-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #000000;
  margin-top: 5px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .counter_block_row .counter_block_col .counter-title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .counter_block_row .counter_block_col .counter-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1600px) {
  .counter_block_row .counter_block_col .counter-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.counter_block_row .counter_block_col:last-of-type {
  border-right: none;
}
.team_grid_section > .container {
  max-width: 100%;
  padding: 0;
}
.team_block_row .team-inner-row {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .team_block_row .team-inner-row {
    gap: 0 35px;
  }
}
@media (min-width: 1200px) {
  .team_block_row .team-inner-row {
    gap: 0 55px;
  }
}
@media (min-width: 768px) {
  .team_block_row .team-inner-row {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .team_block_row .team-inner-row .team_block_col {
    padding: 0;
    flex: 0 0 calc(33.33% - 24px);
    max-width: calc(33.33% - 24px);
  }
}
@media (min-width: 992px) {
  .team_block_row .team-inner-row .team_block_col {
    flex: 0 0 calc(25% - 29px);
    max-width: calc(25% - 29px);
  }
}
@media (min-width: 1200px) {
  .team_block_row .team-inner-row .team_block_col {
    flex: 0 0 calc(25% - 42px);
    max-width: calc(25% - 42px);
  }
}
@media (min-width: 1600px) {
  .team_block_row .team-inner-row {
    max-width: 1640px;
  }
}
.team_block_row .team_block_col {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (min-width: 768px) {
  .team_block_row .team_block_col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 992px) {
  .team_block_row .team_block_col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .team_block_row .team_block_col {
    margin-bottom: 50px;
  }
}
.team_block_row .team_block_col .team_media {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .team_block_row .team_block_col .team_media {
    margin-bottom: 15px;
  }
}
.team_block_row .team_block_col .team_media img {
  width: 100%;
}
@media (min-width: 576px) {
  .team_block_row .team_block_col .team_media img {
    width: auto;
  }
}
.team_block_row .team_block_col .team_detail .team_detail_title {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.team_block_row .team_block_col .team_detail .toggle-teamdetail-section .down-arrow {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (min-width: 1200px) {
  .team_block_row .team_block_col:hover .team_detail .team_detail_title {
    opacity: 0.5;
    -o-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  .team_block_row .team_block_col:hover .team_detail .toggle-teamdetail-section .down-arrow {
    filter: brightness(0.5) invert(0.72);
    -o-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
}
.team_block_row .team_detail {
  padding-right: 18px;
}
.team_block_row .team_detail .team_detail_title {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  line-height: 20px;
  letter-spacing: -0.05em;
}
@media (min-width: 576px) {
  .team_block_row .team_detail .team_detail_title {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .team_block_row .team_detail .team_detail_title {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (min-width: 1600px) {
  .team_block_row .team_detail .team_detail_title {
    font-size: 22px;
    line-height: 38px;
  }
}
.team_block_row .team_detail .team_detail_title span {
  display: block;
}
.team_block_row .team_detail .toggle-teamdetail-section {
  position: absolute;
  right: 20px;
  bottom: 5px;
  z-index: 1;
}
.team_block_row .team_detail .toggle-teamdetail-section .top-arrow {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  display: none;
}
.team_block_row .team_detail .toggle-teamdetail-section .down-arrow {
  -webkit-transition: 0.44s ease-in;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.44s ease-in;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.44s ease-in;
  -o-transform-style: preserve-3d;
  transition: 0.44s ease-in;
  transform-style: preserve-3d;
}
@media (min-width: 0px) and (max-width: 767px) {
  .team_block_row .team_detail .toggle-teamdetail-section .down-arrow {
    width: 17px;
    height: 17px;
  }
}
.team_block_row .team_detail .toggle-teamdetail-section.active:after {
  opacity: 1;
  transition: opacity 0.34s ease-in;
}
.team_block_row .team_detail .toggle-teamdetail-section.active .top-arrow {
  opacity: 1;
  visibility: visible;
}
.team_block_row .team_detail .toggle-teamdetail-section.active .down-arrow {
  -webkit-transition: 0.44s ease-in;
  -moz-transition: 0.44s ease-in;
  -o-transition: 0.44s ease-in;
  transition: 0.44s ease-in;
  transform: rotate(45deg);
}
@media (min-width: 576px) {
  .team_block_row .team_detail .toggle-teamdetail-section {
    bottom: 5px;
  }
}
.team_block_row .team_detail .toggle-teamdetail-section:after {
  content: "";
  position: absolute;
  left: -3px;
  bottom: -17px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #223261;
  opacity: 0;
  transition: opacity 0.34s ease-in;
  transition-delay: 0.38s;
}
@media (min-width: 768px) {
  .team_block_row .team_detail .toggle-teamdetail-section:after {
    bottom: -18px;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .team_block_row .team_detail .toggle-teamdetail-section:after {
    left: 0px;
    bottom: -18px;
  }
}
.team_grid_new_section .team_block_row .team_block_col .team_media {
  margin-bottom: 0;
}
.team_grid_new_section .team_block_row .team_block_col .team_detail {
  position: relative;
}
.team_grid_new_section .team_block_row .team_block_col .team_detail::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -35px;
  left: -20px;
  right: -20px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  background-color: #223261;
}
@media (min-width: 992px) {
  .team_grid_new_section .team_block_row .team_block_col .team_detail::after {
    left: -30px;
    right: -30px;
    bottom: -50px;
  }
}
@media (min-width: 2200px) {
  .team_grid_new_section .team_block_row .team_block_col .team_detail::after {
    right: -23px;
    left: -20px;
  }
}
.team_grid_new_section .team_block_row .team_block_col .team_media img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -o-transition: 0.23s ease-in;
  -moz-transition: 0.23s ease-in;
  transition: 0.23s ease-in;
}
@media (min-width: 1440px) {
  .team_grid_new_section .team_block_row .team_block_col .team_media img {
    object-fit: cover;
    min-height: 444px;
  }
}
@media (min-width: 1200px) {
  .team_grid_new_section .team_block_row .team_block_col:hover .team_media img {
    -o-transition: 0.23s ease-in;
    -moz-transition: 0.23s ease-in;
    transition: 0.23s ease-in;
    -webkit-filter: unset;
    filter: unset;
  }
}
.team_grid_new_section .team_block_row .team_block_col.box_active .team_detail::after {
  opacity: 1;
  visibility: visible;
}
.team_grid_new_section .team_block_row .team_block_col.box_active .team_detail .team_detail_title {
  color: #ffffff;
  transition: unset;
}
.team_grid_new_section .team_block_row .team_block_col.box_active .team_media img {
  -o-transition: 0.23s ease-in;
  -moz-transition: 0.23s ease-in;
  transition: 0.23s ease-in;
  -webkit-filter: unset;
  filter: unset;
}
.team_grid_new_section .team_block_row .team_block_col.box_active .down-arrow {
  -webkit-filter: invert(1);
  filter: invert(1);
}
@media (min-width: 1200px) {
  .team_grid_new_section .team_block_row .team_block_col.box_active:hover .team_detail .team_detail_title {
    opacity: 1;
  }
  .team_grid_new_section .team_block_row .team_block_col.box_active:hover .team_detail .toggle-teamdetail-section .down-arrow {
    filter: invert(1);
  }
}
.team_grid_new_section .team_block_row .team_block_col .team_detail {
  padding-top: 21px;
}
.team_grid_new_section .team_block_row .team_block_col .team_detail .toggle-teamdetail-section {
  right: 0px;
}
@media (min-width: 1200px) {
  .team_grid_new_section .team_block_row .team_block_col .team_detail .toggle-teamdetail-section::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .team_grid_new_section .expand_section {
    top: -40px;
  }
}
.expand_section {
  width: 100%;
  position: relative;
  background-color: #223261;
  padding-top: 25px;
  padding-bottom: 32px;
  margin-bottom: 30px;
  display: none;
  top: -10px;
}
@media (min-width: 768px) {
  .expand_section {
    padding-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .expand_section {
    top: -50px;
  }
}
@media (min-width: 768px) {
  .expand_section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .expand_section {
    padding-top: 116px;
    padding-bottom: 116px;
  }
}
@media (min-width: 1200px) {
  .expand_section .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.expand_section .close-icon {
  text-align: center;
  display: block;
  margin-top: 20px;
}
.expand_section .close-icon .close {
  display: block;
  height: 17px;
  width: 17px;
}
@media (min-width: 768px) {
  .expand_section .close-icon {
    display: none;
  }
}
.expand_content_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 1200px) {
  .expand_content_row {
    margin-left: -50px;
    margin-right: -50px;
  }
}
.expand_content_row .expand_content_col {
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .expand_content_row .expand_content_col {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.expand_content_row .expand_content_col .title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 13px;
  font-family: "Columbus MT Std";
}
@media (min-width: 768px) {
  .expand_content_row .expand_content_col .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1100px) {
  .expand_content_row .expand_content_col .title {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
.expand_content_row .expand_content_col .contact_detail {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .expand_content_row .expand_content_col .contact_detail {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 72px;
  }
}
@media (min-width: 1100px) {
  .expand_content_row .expand_content_col .contact_detail {
    font-size: 22px;
    line-height: 38px;
  }
}
@media (min-width: 1200px) {
  .expand_content_row .expand_content_col .contact_detail p {
    max-width: 95%;
  }
}
.expand_content_row .expand_content_col .contact_detail .title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 13px;
  font-family: "Columbus MT Std";
}
@media (min-width: 768px) {
  .expand_content_row .expand_content_col .contact_detail .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1100px) {
  .expand_content_row .expand_content_col .contact_detail .title {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
.expand_content_row .expand_content_col .contact_detail:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .expand_content_row .expand_content_col .contact_detail:last-of-type img {
    width: 35px;
    height: 35px;
  }
}
.expand_content_row .expand_content_col .contact_detail .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.expand_content_row .expand_content_col .contact_detail .list li {
  margin-bottom: 0;
  line-height: 24px;
  color: #ffffff;
}
.expand_content_row .expand_content_col .contact_detail .list li:last-of-type a {
  border-right: none;
}
.expand_content_row .expand_content_col .contact_detail .list li a {
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.expand_content_row .expand_content_col .contact_detail .list li a:hover {
  opacity: 0.6;
}
.expand_content_row .expand_content_col.expand_left_col {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .expand_content_row .expand_content_col.expand_left_col {
    flex: 0 0 40%;
    max-width: 40%;
    margin-bottom: 0;
  }
}
.expand_content_row .expand_content_col.expand_right_col {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .expand_content_row .expand_content_col.expand_right_col {
    flex: 0 0 60%;
    max-width: 60%;
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .expand_content_row .expand_content_col.expand_right_col {
    flex: 0 0 60%;
    max-width: 60%;
    font-size: 20px;
    line-height: 36px;
  }
}
@media (min-width: 1340px) {
  .expand_content_row .expand_content_col.expand_right_col {
    font-size: 22px;
    line-height: 38px;
  }
}
.expand_content_row .expand_content_col.expand_right_col strong {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .expand_content_row .expand_content_col.expand_right_col strong {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .expand_content_row .expand_content_col.expand_right_col strong {
    font-size: 28px;
    line-height: 38px;
  }
}
.expand_content_row .expand_content_col.expand_right_col p {
  margin-bottom: 25px;
}
.expand_content_row .expand_content_col.expand_right_col a {
  color: #fff;
  text-decoration: underline;
}
.ethos_details_Section .ethos_title {
  text-align: left;
}
@media (min-width: 768px) {
  .ethos_details_Section .ethos_title {
    text-align: center;
  }
}
.ethos_details_Section .ethos_title .title-55 {
  text-transform: uppercase;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ethos_details_Section .ethos_title .title-55 {
    max-width: 100%;
  }
}
.ethos_details_Section .ethos_block_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px -15px 0;
}
@media (min-width: 768px) {
  .ethos_details_Section .ethos_block_box {
    margin: 60px -15px 0;
  }
}
@media (min-width: 1100px) {
  .ethos_details_Section .ethos_block_box {
    margin: 70px -15px 0;
  }
}
@media (min-width: 1340px) {
  .ethos_details_Section .ethos_block_box {
    margin: 80px -15px 0;
  }
}
@media (min-width: 1600px) {
  .ethos_details_Section .ethos_block_box {
    margin: 90px -15px 0;
  }
}
.ethos_details_Section .ethos_block_box .box {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 15px;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 30px;
  position: relative;
}
.ethos_details_Section .ethos_block_box .box::after {
  content: "";
  position: absolute;
  width: 142px;
  height: 1px;
  background-color: #223261;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
}
.ethos_details_Section .ethos_block_box .box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.ethos_details_Section .ethos_block_box .box:last-child::after {
  display: none;
}
@media (min-width: 768px) {
  .ethos_details_Section .ethos_block_box .box {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .ethos_details_Section .ethos_block_box .box::after {
    display: none;
  }
}
.ethos_details_Section .ethos_block_box .box .title-29 {
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ethos_details_Section .ethos_block_box .box .title-29 span {
    display: block;
  }
}
.ethos_details_Section .ethos_block_box .box .para {
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ethos_details_Section .ethos_block_box .box .para {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
}
@media (min-width: 1100px) {
  .ethos_details_Section .ethos_block_box .box .para {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1340px) {
  .ethos_details_Section .ethos_block_box .box .para {
    font-size: 30px;
    line-height: 38px;
  }
}
.ethos_details_Section .ethos_block_box .box .para span {
  color: #223261;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  margin-top: 6px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: initial;
}
@media (min-width: 768px) {
  .ethos_details_Section .ethos_block_box .box .para span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1100px) {
  .ethos_details_Section .ethos_block_box .box .para span {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1340px) {
  .ethos_details_Section .ethos_block_box .box .para span {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (min-width: 768px) {
  .ethos_details_Section .ethos_block_box .box .para span {
    display: block;
  }
}
.ethos_details_Section .ethos_block_box .box .para .text_box {
  margin-bottom: 0;
  overflow: hidden;
}
.ethos_details_Section .ethos_block_box .box .para .text_box span {
  transform: translateY(50px);
  -o-transition: 1s ease-in;
  -moz-transition: 1s ease-in;
  transition: 1s ease-in;
}
.ethos_details_Section .ethos_block_box.section-animation .box .para .text_box span {
  transform: translateY(0px);
  -o-transition: 0.86s ease-in;
  -moz-transition: 0.86s ease-in;
  transition: 0.86s ease-in;
}
.ethos_details_Section .work_block_row, .investment_criteria_section .work_block_row {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .ethos_details_Section .work_block_row, .investment_criteria_section .work_block_row {
    margin-top: 65px;
  }
}
@media (min-width: 1100px) {
  .ethos_details_Section .work_block_row, .investment_criteria_section .work_block_row {
    margin-top: 85px;
  }
}
.ethos_details_Section .work_block_row .work_block_col .para p, .ethos_details_Section .work_block_row .work_block_col .para span, .investment_criteria_section .work_block_row .work_block_col .para p, .investment_criteria_section .work_block_row .work_block_col .para span {
  color: #000;
}
.ethos_details_Section .work_block_row .work_block_col .para p span, .ethos_details_Section .work_block_row .work_block_col .para span span, .investment_criteria_section .work_block_row .work_block_col .para p span, .investment_criteria_section .work_block_row .work_block_col .para span span {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #223261;
}
@media (min-width: 768px) {
  .ethos_details_Section .work_block_row .work_block_col .para p span, .ethos_details_Section .work_block_row .work_block_col .para span span, .investment_criteria_section .work_block_row .work_block_col .para p span, .investment_criteria_section .work_block_row .work_block_col .para span span {
    font-size: 20px;
    line-height: 36px;
  }
}
@media (min-width: 1100px) {
  .ethos_details_Section .work_block_row .work_block_col .para p span, .ethos_details_Section .work_block_row .work_block_col .para span span, .investment_criteria_section .work_block_row .work_block_col .para p span, .investment_criteria_section .work_block_row .work_block_col .para span span {
    font-size: 22px;
    line-height: 35px;
  }
}
.ethos_details_Section .work_block_row .work_block_col .para p, .investment_criteria_section .work_block_row .work_block_col .para p {
  margin-bottom: 26px;
  font-weight: 300;
  color: #000;
}
@media (min-width: 1100px) {
  .ethos_details_Section .work_block_row .work_block_col .para p, .investment_criteria_section .work_block_row .work_block_col .para p {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .ethos_details_Section .work_block_row .work_block_col .para p, .investment_criteria_section .work_block_row .work_block_col .para p {
    margin-bottom: 30px;
  }
}
.ethos_details_Section .work_block_row .work_block_col .para p:last-child, .investment_criteria_section .work_block_row .work_block_col .para p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1340px) {
  .ethos_details_Section .work_block_row .work_block_col.right-col-content, .investment_criteria_section .work_block_row .work_block_col.right-col-content {
    padding-left: 80px;
  }
}
.ethos_details_Section .work_block_row .work_block_col.left-col-content p, .investment_criteria_section .work_block_row .work_block_col.left-col-content p {
  color: #000;
}
.ethos_details_Section .investment_details .title-55, .investment_criteria_section .investment_details .title-55 {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
}
.ethos_details_Section .investment_details .work_block_row .left-col-content, .ethos_details_Section .investment_details .work_block_row .right-col-content, .investment_criteria_section .investment_details .work_block_row .left-col-content, .investment_criteria_section .investment_details .work_block_row .right-col-content {
  padding-right: 30px;
}
.ethos_details_Section .investment_dropbox, .investment_criteria_section .investment_dropbox {
  margin-top: 55px;
}
@media (min-width: 768px) {
  .ethos_details_Section .investment_dropbox, .investment_criteria_section .investment_dropbox {
    margin-top: 125px;
  }
}
.ethos_details_Section .investment_dropbox .accordion, .investment_criteria_section .investment_dropbox .accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1440px) {
  .ethos_details_Section .investment_dropbox .accordion, .investment_criteria_section .investment_dropbox .accordion {
    margin: 0 -40px;
  }
}
.ethos_details_Section .investment_dropbox .accordion li, .investment_criteria_section .investment_dropbox .accordion li {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 20px;
  margin-bottom: 0px;
}
@media (min-width: 1100px) {
  .ethos_details_Section .investment_dropbox .accordion li, .investment_criteria_section .investment_dropbox .accordion li {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 20px;
  }
}
@media (min-width: 1440px) {
  .ethos_details_Section .investment_dropbox .accordion li, .investment_criteria_section .investment_dropbox .accordion li {
    padding: 0 40px;
  }
}
.ethos_details_Section .investment_dropbox .accordion li.second_li, .investment_criteria_section .investment_dropbox .accordion li.second_li {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .ethos_details_Section .investment_dropbox .accordion li.second_li, .investment_criteria_section .investment_dropbox .accordion li.second_li {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .ethos_details_Section .investment_dropbox .accordion li.second_li, .investment_criteria_section .investment_dropbox .accordion li.second_li {
    margin-bottom: 0;
  }
}
@media (min-width: 1100px) {
  .ethos_details_Section .investment_dropbox .accordion li.second_li, .investment_criteria_section .investment_dropbox .accordion li.second_li {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.ethos_details_Section .investment_dropbox .accordion li.second_li .inner, .investment_criteria_section .investment_dropbox .accordion li.second_li .inner {
  padding-left: 22px;
  padding-top: 30px;
}
@media (min-width: 1100px) {
  .ethos_details_Section .investment_dropbox .accordion li.second_li .inner, .investment_criteria_section .investment_dropbox .accordion li.second_li .inner {
    padding-top: 60px;
    padding-left: 40px;
  }
}
.ethos_details_Section .investment_dropbox .accordion li.second_li .inner span, .investment_criteria_section .investment_dropbox .accordion li.second_li .inner span {
  font-size: 22px;
  line-height: 38px;
  font-weight: 300;
}
.ethos_details_Section .investment_dropbox .accordion li.second_li .inner ul li, .investment_criteria_section .investment_dropbox .accordion li.second_li .inner ul li {
  max-width: 100%;
  flex: 0 0 100%;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .ethos_details_Section .investment_dropbox .accordion li.second_li .inner ul li, .investment_criteria_section .investment_dropbox .accordion li.second_li .inner ul li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    opacity: 0;
    -o-transition: 0.34s ease-in;
    -moz-transition: 0.34s ease-in;
    transition: 0.34s ease-in;
  }
}
@media (min-width: 1100px) {
  .ethos_details_Section .investment_dropbox .accordion li.second_li .inner ul li, .investment_criteria_section .investment_dropbox .accordion li.second_li .inner ul li {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1340px) {
  .ethos_details_Section .investment_dropbox .accordion li.second_li .inner ul li, .investment_criteria_section .investment_dropbox .accordion li.second_li .inner ul li {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 30px;
  }
}
.ethos_details_Section .investment_dropbox .accordion li.second_li .inner ul li:last-child, .investment_criteria_section .investment_dropbox .accordion li.second_li .inner ul li:last-child {
  margin-bottom: 0;
}
.ethos_details_Section .investment_dropbox .accordion li.second_li .inner ul li .icon, .investment_criteria_section .investment_dropbox .accordion li.second_li .inner ul li .icon {
  position: absolute;
  background-image: url(../images/left_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 11px;
  height: 12px;
  left: -23px;
  top: 7px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ethos_details_Section .investment_dropbox .accordion li.second_li .inner ul li .icon, .investment_criteria_section .investment_dropbox .accordion li.second_li .inner ul li .icon {
    width: 11px;
    height: 18px;
    left: -25px;
    top: 7px;
  }
}
@media (min-width: 1100px) {
  .ethos_details_Section .investment_dropbox .accordion li.second_li .inner ul li .icon, .investment_criteria_section .investment_dropbox .accordion li.second_li .inner ul li .icon {
    width: 15px;
    height: 29px;
    left: -40px;
    top: 5px;
  }
}
.ethos_details_Section .investment_dropbox .accordion li.second_li .inner ul li span, .investment_criteria_section .investment_dropbox .accordion li.second_li .inner ul li span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #223261;
}
@media (min-width: 768px) {
  .ethos_details_Section .investment_dropbox .accordion li.second_li .inner ul li span, .investment_criteria_section .investment_dropbox .accordion li.second_li .inner ul li span {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1100px) {
  .ethos_details_Section .investment_dropbox .accordion li.second_li .inner ul li span, .investment_criteria_section .investment_dropbox .accordion li.second_li .inner ul li span {
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
  }
}
@media (min-width: 1340px) {
  .ethos_details_Section .investment_dropbox .accordion li.second_li .inner ul li span, .investment_criteria_section .investment_dropbox .accordion li.second_li .inner ul li span {
    font-size: 22px;
    line-height: 38px;
  }
}
.ethos_details_Section .investment_dropbox .accordion li.second_li .inner.show ul li, .investment_criteria_section .investment_dropbox .accordion li.second_li .inner.show ul li {
  opacity: 1;
  -o-transition: 0.34s ease-in;
  -moz-transition: 0.34s ease-in;
  transition: 0.34s ease-in;
}
@media (min-width: 768px) {
  .ethos_details_Section .investment_dropbox .accordion li .toggle::before, .ethos_details_Section .investment_dropbox .accordion li .toggle::after, .investment_criteria_section .investment_dropbox .accordion li .toggle::before, .investment_criteria_section .investment_dropbox .accordion li .toggle::after {
    display: none;
  }
  .ethos_details_Section .investment_dropbox .accordion li .toggle:hover span, .ethos_details_Section .investment_dropbox .accordion li .toggle.title_show span, .investment_criteria_section .investment_dropbox .accordion li .toggle:hover span, .investment_criteria_section .investment_dropbox .accordion li .toggle.title_show span {
    color: #223261;
  }
}
@media (min-width: 768px) {
  .ethos_details_Section .investment_dropbox .accordion li .inner, .investment_criteria_section .investment_dropbox .accordion li .inner {
    display: block;
  }
}
.ethos_details_Section .investment_dropbox .accordion .inner, .investment_criteria_section .investment_dropbox .accordion .inner {
  padding-top: 15px;
  display: none;
}
@media (min-width: 768px) {
  .ethos_details_Section .investment_dropbox .accordion .inner, .investment_criteria_section .investment_dropbox .accordion .inner {
    padding-top: 30px;
  }
}
.ethos_details_Section .investment_dropbox .accordion .inner .complexities_image, .investment_criteria_section .investment_dropbox .accordion .inner .complexities_image {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .ethos_details_Section .investment_dropbox .accordion .inner .complexities_image, .investment_criteria_section .investment_dropbox .accordion .inner .complexities_image {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .ethos_details_Section .investment_dropbox .accordion .inner .complexities_image, .investment_criteria_section .investment_dropbox .accordion .inner .complexities_image {
    margin-top: 100px;
  }
}
.ethos_details_Section .investment_dropbox .accordion .inner .complexities_image img, .investment_criteria_section .investment_dropbox .accordion .inner .complexities_image img {
  max-width: 40%;
}
@media (min-width: 1100px) {
  .ethos_details_Section .investment_dropbox .accordion .inner .complexities_image img, .investment_criteria_section .investment_dropbox .accordion .inner .complexities_image img {
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  .ethos_details_Section .investment_dropbox .accordion .inner .complexities_image img, .investment_criteria_section .investment_dropbox .accordion .inner .complexities_image img {
    max-width: 75%;
  }
}
@media (min-width: 1440px) {
  .ethos_details_Section .investment_dropbox .accordion .inner .complexities_image img, .investment_criteria_section .investment_dropbox .accordion .inner .complexities_image img {
    max-width: 100%;
  }
}
.ethos_details_Section .investment_dropbox .accordion .inner .left_icon li, .investment_criteria_section .investment_dropbox .accordion .inner .left_icon li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 10px;
  align-items: flex-end;
  max-width: calc(100% - 22px);
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .ethos_details_Section .investment_dropbox .accordion .inner .left_icon li, .investment_criteria_section .investment_dropbox .accordion .inner .left_icon li {
    padding-top: 30px;
    max-width: calc(100% - 35px);
  }
}
.ethos_details_Section .investment_dropbox .accordion .inner .left_icon li .sub_title, .investment_criteria_section .investment_dropbox .accordion .inner .left_icon li .sub_title {
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  color: #000;
  padding-left: 10px;
  -o-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
@media (min-width: 768px) {
  .ethos_details_Section .investment_dropbox .accordion .inner .left_icon li .sub_title, .investment_criteria_section .investment_dropbox .accordion .inner .left_icon li .sub_title {
    font-size: 18px;
    line-height: 30px;
    padding-left: 20px;
  }
}
@media (min-width: 1100px) {
  .ethos_details_Section .investment_dropbox .accordion .inner .left_icon li .sub_title, .investment_criteria_section .investment_dropbox .accordion .inner .left_icon li .sub_title {
    font-size: 20px;
    line-height: 34px;
    padding-left: 30px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1340px) {
  .ethos_details_Section .investment_dropbox .accordion .inner .left_icon li .sub_title, .investment_criteria_section .investment_dropbox .accordion .inner .left_icon li .sub_title {
    font-size: 22px;
    line-height: 38px;
    padding-left: 30px;
    padding-bottom: 10px;
  }
}
.ethos_details_Section .investment_dropbox .accordion .inner .left_icon li::after, .investment_criteria_section .investment_dropbox .accordion .inner .left_icon li::after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 1px;
  left: 22px;
  background-color: #223261;
  width: 100%;
  -o-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
@media (min-width: 768px) {
  .ethos_details_Section .investment_dropbox .accordion .inner .left_icon li::after, .investment_criteria_section .investment_dropbox .accordion .inner .left_icon li::after {
    bottom: 2px;
    left: 35px;
  }
}
.ethos_details_Section .investment_dropbox .accordion .inner .left_icon li img, .investment_criteria_section .investment_dropbox .accordion .inner .left_icon li img {
  width: 25px;
  height: 26px;
  -o-transition: 0.35s ease-in;
  -moz-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}
@media (min-width: 768px) {
  .ethos_details_Section .investment_dropbox .accordion .inner .left_icon li img, .investment_criteria_section .investment_dropbox .accordion .inner .left_icon li img {
    width: 37px;
    height: 38px;
  }
}
.ethos_details_Section .investment_dropbox .accordion .inner ul li, .investment_criteria_section .investment_dropbox .accordion .inner ul li {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .ethos_details_Section .investment_dropbox .accordion .inner .left_icon li, .investment_criteria_section .investment_dropbox .accordion .inner .left_icon li {
    opacity: 0;
    -o-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }
  .ethos_details_Section .investment_dropbox .accordion .inner .left_icon li img, .investment_criteria_section .investment_dropbox .accordion .inner .left_icon li img {
    margin: 0;
  }
  .ethos_details_Section .investment_dropbox .accordion .inner .left_icon li.title-selected, .investment_criteria_section .investment_dropbox .accordion .inner .left_icon li.title-selected {
    opacity: 1;
    -o-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }
  .ethos_details_Section .investment_dropbox .accordion .inner .left_icon li.title-selected img, .investment_criteria_section .investment_dropbox .accordion .inner .left_icon li.title-selected img {
    animation-duration: 0.8s;
    animation-delay: 0.08s;
    animation-name: opacity;
    animation-fill-mode: backwards;
  }
  .ethos_details_Section .investment_dropbox .accordion .inner .left_icon li.title-selected::after, .investment_criteria_section .investment_dropbox .accordion .inner .left_icon li.title-selected::after {
    animation-duration: 0.8s;
    animation-delay: 0.2s;
    animation-name: opacity_width;
    animation-fill-mode: backwards;
  }
  .ethos_details_Section .investment_dropbox .accordion .inner .left_icon li.title-selected .sub_title, .investment_criteria_section .investment_dropbox .accordion .inner .left_icon li.title-selected .sub_title {
    animation-duration: 0.8s;
    animation-delay: 0.4s;
    animation-name: opacity;
    animation-fill-mode: backwards;
  }
}
.ethos_details_Section .investment_dropbox .accordion .inner.show .left_icon li, .investment_criteria_section .investment_dropbox .accordion .inner.show .left_icon li {
  opacity: 0;
  -o-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.ethos_details_Section .investment_dropbox .accordion .inner.show .left_icon li.imVisible, .investment_criteria_section .investment_dropbox .accordion .inner.show .left_icon li.imVisible {
  opacity: 1;
  -o-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.ethos_details_Section .investment_dropbox .accordion .inner.show .left_icon li.imVisible img, .investment_criteria_section .investment_dropbox .accordion .inner.show .left_icon li.imVisible img {
  animation-duration: 1s;
  animation-delay: 0.08s;
  animation-name: opacity;
  animation-fill-mode: backwards;
}
.ethos_details_Section .investment_dropbox .accordion .inner.show .left_icon li.imVisible::after, .investment_criteria_section .investment_dropbox .accordion .inner.show .left_icon li.imVisible::after {
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-name: opacity_width;
  animation-fill-mode: backwards;
}
.ethos_details_Section .investment_dropbox .accordion .inner.show .left_icon li.imVisible .sub_title, .investment_criteria_section .investment_dropbox .accordion .inner.show .left_icon li.imVisible .sub_title {
  animation-duration: 0.8s;
  animation-delay: 0.4s;
  animation-name: opacity;
  animation-fill-mode: backwards;
}
.ethos_details_Section .investment_dropbox .accordion .inner.show .investment_ul li, .investment_criteria_section .investment_dropbox .accordion .inner.show .investment_ul li {
  animation-duration: 0.6s;
  animation-name: opacity_leftright;
  animation-fill-mode: backwards;
}
.ethos_details_Section .investment_dropbox .accordion .inner.show .investment_ul li .icon, .investment_criteria_section .investment_dropbox .accordion .inner.show .investment_ul li .icon {
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-name: opacity;
  animation-fill-mode: backwards;
}
.ethos_details_Section .investment_dropbox .accordion .inner.show .investment_ul li .desc, .investment_criteria_section .investment_dropbox .accordion .inner.show .investment_ul li .desc {
  animation-duration: 1s;
  animation-delay: 0.4s;
  animation-name: opacity;
  animation-fill-mode: backwards;
  margin-bottom: 0;
}
.investment_criteria_section .work_block_row {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .investment_criteria_section .work_block_row {
    margin-top: 40px;
  }
}
@media (min-width: 1100px) {
  .investment_criteria_section .work_block_row {
    margin-top: 76px;
  }
}
.history_section {
  padding: 55px 0 70px;
  background-color: #223261;
  text-align: center;
}
@media (min-width: 768px) {
  .history_section {
    padding: 65px 0;
  }
}
@media (min-width: 1100px) {
  .history_section {
    padding: 85px 0;
  }
}
.history_section .title-55 {
  color: #ffffff;
  margin-bottom: 65px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .history_section .title-55 {
    margin-bottom: 75px;
  }
}
@media (min-width: 1100px) {
  .history_section .title-55 {
    margin-bottom: 100px;
  }
}
@media (min-width: 1340px) {
  .history_section .title-55 {
    margin-bottom: 145px;
  }
}
.history_section .history_number_details {
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}
.history_section .history_number_details .history_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  height: 680px;
}
@media (min-width: 768px) {
  .history_section .history_number_details .history_slider {
    height: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.history_section .history_number_details .history_slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 1px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .history_section .history_number_details .history_slider::after {
    height: 1px;
    width: 100%;
  }
}
.history_section .history_number_details .history_slider .item {
  position: relative;
  max-width: 100%;
  flex: 0 0 100%;
  -o-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  opacity: 1;
  visibility: visible;
  background-color: #223261;
  z-index: 1;
  margin: 50px 0;
}
@media (min-width: 768px) {
  .history_section .history_number_details .history_slider .item {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    background-color: unset;
    z-index: initial;
    margin: 0;
  }
}
.history_section .history_number_details .history_slider .item.toDelete {
  -o-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  opacity: 0;
  visibility: hidden;
}
.history_section .history_number_details .history_slider .item.fade {
  -o-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  height: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .history_section .history_number_details .history_slider .item.fade {
    max-width: 0%;
    flex: 0 0 0;
  }
}
.history_section .history_number_details .history_slider .item .box {
  padding: 15px;
  position: relative;
  max-height: 268px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .history_section .history_number_details .history_slider .item .box {
    padding: 0 20px;
    margin: 0;
    max-height: 186px;
  }
}
@media (min-width: 1100px) {
  .history_section .history_number_details .history_slider .item .box {
    max-height: 268px;
  }
}
.history_section .history_number_details .history_slider .item .box::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 48px;
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}
@media (min-width: 768px) {
  .history_section .history_number_details .history_slider .item .box::before {
    display: block;
  }
}
.history_section .history_number_details .history_slider .item .box .number_wrap {
  overflow: hidden;
  margin-bottom: 15px;
  margin-bottom: 0;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .history_section .history_number_details .history_slider .item .box .number_wrap {
    margin-bottom: 100px;
  }
}
@media (min-width: 1100px) {
  .history_section .history_number_details .history_slider .item .box .number_wrap {
    margin-bottom: 100px;
  }
}
@media (min-width: 1340px) {
  .history_section .history_number_details .history_slider .item .box .number_wrap {
    margin-bottom: 126px;
  }
}
@media (min-width: 1600px) {
  .history_section .history_number_details .history_slider .item .box .number_wrap {
    margin-bottom: 126px;
  }
}
.history_section .history_number_details .history_slider .item .box .number {
  font-size: 50px;
  line-height: 42px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.6px;
  color: #ffffff;
  transform: translateY(80px);
  transition-property: transform;
  transition-duration: 0.43s;
  margin-bottom: 0;
  transition-timing-function: ease-in;
}
@media (min-width: 768px) {
  .history_section .history_number_details .history_slider .item .box .number {
    font-size: 36px;
    line-height: 30px;
  }
}
@media (min-width: 1100px) {
  .history_section .history_number_details .history_slider .item .box .number {
    font-size: 56px;
    line-height: 40px;
  }
}
@media (min-width: 1340px) {
  .history_section .history_number_details .history_slider .item .box .number {
    font-size: 66px;
    line-height: 52px;
  }
}
@media (min-width: 1600px) {
  .history_section .history_number_details .history_slider .item .box .number {
    font-size: 80px;
    line-height: 62px;
  }
}
.history_section .history_number_details .history_slider .item .box .desc {
  font-size: 16px;
  line-height: 19px;
  font-style: italic;
  font-weight: 600;
  color: #ffffff;
  max-width: 55%;
  margin: 0 auto;
  transform: translateY(80px);
  transition-property: transform;
  transition-duration: 0.43s;
  transition-timing-function: ease-in;
}
@media (min-width: 768px) {
  .history_section .history_number_details .history_slider .item .box .desc {
    font-size: 20px;
    line-height: 28px;
    max-width: 100%;
  }
}
@media (min-width: 1100px) {
  .history_section .history_number_details .history_slider .item .box .desc {
    font-size: 24px;
    line-height: 34px;
    max-width: 65%;
  }
}
@media (min-width: 1340px) {
  .history_section .history_number_details .history_slider .item .box .desc {
    font-size: 25px;
    line-height: 36px;
    max-width: 75%;
  }
}
@media (min-width: 1600px) {
  .history_section .history_number_details .history_slider .item .box .desc {
    font-size: 29px;
    line-height: 40px;
    max-width: 65%;
  }
}
.history_section .history_number_details .history_slider.top_fade .item:nth-child(1) .box .desc, .history_section .history_number_details .history_slider.top_fade .item:nth-child(1) .box .number {
  transition-property: transform;
  transition-duration: 0.43s;
  transition-timing-function: ease-in;
  transform: translateY(0);
}
.history_section .history_number_details .history_slider.top_fade .item:nth-child(2) .box .desc, .history_section .history_number_details .history_slider.top_fade .item:nth-child(2) .box .number {
  transition-property: transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in;
  transform: translateY(0);
}
.history_section .history_number_details .history_slider.top_fade .item:nth-child(3) .box .desc, .history_section .history_number_details .history_slider.top_fade .item:nth-child(3) .box .number {
  transition-property: transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in;
  transform: translateY(0);
}
.history_section .history_number_details .history_slider.top_fade .item.active:nth-child(2) .box desc, .history_section .history_number_details .history_slider.top_fade .item.active:nth-child(2) .box .number {
  transition-delay: 0.1s;
}
.history_section .history_number_details .history_slider.top_fade .item.active + .item + .item .box .desc, .history_section .history_number_details .history_slider.top_fade .item.active + .item + .item .box .number {
  transition-property: transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.history_section .history_number_details .history_slider.top_fade .item.toDelete .box .desc, .history_section .history_number_details .history_slider.top_fade .item.toDelete .box .number {
  transform: translateY(80px);
  transition-property: transform;
  transition-duration: 0.43s;
  transition-timing-function: ease-in;
  transition-delay: 0.2s;
}
.history_section .history_number_details .slick-arrow {
  top: 48%;
}
.history_section .history_number_details .slick-arrow::before {
  content: "";
  background-image: url(../images/slider_arrow.svg);
  opacity: 1;
  font-size: 0;
  line-height: unset;
  width: 38px;
  height: 29px;
  display: block;
}
.history_section .history_number_details .slick-arrow.slick-next {
  right: -65px;
}
.history_section .history_number_details .slick-arrow.slick-next::before {
  transform: rotate(180deg);
}
.history_section .history_number_details .slick-arrow.slick-prev {
  left: -80px;
}
.history_section .history_number_details .slider_btn a {
  color: #ffffff;
  width: 19px;
  height: 15px;
  position: absolute;
}
@media (min-width: 768px) {
  .history_section .history_number_details .slider_btn a {
    top: 50%;
    margin: auto 0;
    transform: translateY(-50%);
    width: 24px;
    height: 19px;
  }
}
@media (min-width: 1340px) {
  .history_section .history_number_details .slider_btn a {
    width: 40px;
    height: 31px;
    top: 50%;
  }
}
.history_section .history_number_details .slider_btn a::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 19px;
  height: 15px;
  position: absolute;
  content: "";
  display: block;
}
@media (min-width: 768px) {
  .history_section .history_number_details .slider_btn a::before {
    width: 24px;
    height: 19px;
  }
}
@media (min-width: 1340px) {
  .history_section .history_number_details .slider_btn a::before {
    width: 40px;
    height: 31px;
  }
}
.history_section .history_number_details .slider_btn .prev_btn {
  opacity: 1;
  visibility: visible;
  -o-transition: 0.34s ease-in;
  -moz-transition: 0.34s ease-in;
  transition: 0.34s ease-in;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 767px) {
  .history_section .history_number_details .slider_btn .prev_btn {
    transform: rotate(90deg);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .history_section .history_number_details .slider_btn .prev_btn {
    top: -25px;
  }
}
@media (min-width: 768px) {
  .history_section .history_number_details .slider_btn .prev_btn {
    left: -40px;
    right: unset;
    margin: 0;
  }
}
@media (min-width: 1100px) {
  .history_section .history_number_details .slider_btn .prev_btn {
    left: -60px;
  }
}
@media (min-width: 1340px) {
  .history_section .history_number_details .slider_btn .prev_btn {
    left: -80px;
  }
}
.history_section .history_number_details .slider_btn .prev_btn::before {
  background-image: url(../images/slider_l_arrow.svg);
}
.history_section .history_number_details .slider_btn .prev_btn.hide {
  opacity: 0;
  visibility: hidden;
  -o-transition: 0.34s ease-in;
  -moz-transition: 0.34s ease-in;
  transition: 0.34s ease-in;
}
.history_section .history_number_details .slider_btn .next_btn {
  opacity: 1;
  visibility: visible;
  -o-transition: 0.34s ease-in;
  -moz-transition: 0.34s ease-in;
  transition: 0.34s ease-in;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .history_section .history_number_details .slider_btn .next_btn {
    transform: rotate(90deg);
  }
}
@media (min-width: 768px) {
  .history_section .history_number_details .slider_btn .next_btn {
    right: -40px;
    left: unset;
    margin: 0;
    bottom: unset;
  }
}
@media (min-width: 1100px) {
  .history_section .history_number_details .slider_btn .next_btn {
    right: -60px;
  }
}
@media (min-width: 1340px) {
  .history_section .history_number_details .slider_btn .next_btn {
    right: -80px;
  }
}
.history_section .history_number_details .slider_btn .next_btn::before {
  background-image: url(../images/slider_r_arrow.svg);
}
.history_section .history_number_details .slider_btn .next_btn.hide {
  opacity: 0;
  visibility: hidden;
  -o-transition: 0.34s ease-in;
  -moz-transition: 0.34s ease-in;
  transition: 0.34s ease-in;
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity_width {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@keyframes opacity_leftright {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.investment_ul li:nth-child(1) {
  animation-delay: 0.34s;
}
.investment_ul li:nth-child(2) {
  animation-delay: 0.68s;
}
.investment_ul li:nth-child(3) {
  animation-delay: 1.02s;
}
.investment_ul li:nth-child(4) {
  animation-delay: 1.36s;
}
.investment_ul li:nth-child(5) {
  animation-delay: 1.7s;
}
.investment_ul li:nth-child(6) {
  animation-delay: 2.04s;
}
.investment_ul li:nth-child(7) {
  animation-delay: 2.38s;
}
.investment_ul li:nth-child(8) {
  animation-delay: 2.72s;
}
.history_slider .item:nth-child(1) .desc {
  transition-delay: 0.24s;
}
.history_slider .item:nth-child(2) .desc {
  transition-delay: 0.48s;
}
.history_slider .item:nth-child(3) .desc {
  transition-delay: 0.72s;
}
.com-padding {
  padding: 55px 0 55px;
}
@media (min-width: 768px) {
  .com-padding {
    padding: 65px 0 65px;
  }
}
@media (min-width: 1100px) {
  .com-padding {
    padding: 70px 0 90px;
  }
}
@media (min-width: 1340px) {
  .com-padding {
    padding: 85px 0 100px;
  }
}
@media (min-width: 1600px) {
  .com-padding {
    padding: 95px 0 105px;
  }
}
.single_image_section {
  position: relative;
}
.single_image_section img {
  display: block;
  width: 100%;
  min-height: 210px;
  object-fit: cover;
}
@media (min-width: 1100px) {
  .single_image_section img {
    max-height: 540px;
    object-position: bottom;
  }
}
.single_image_section .image_tag {
  position: absolute;
  font-size: 15px;
  line-height: 28px;
  font-weight: 300;
  color: #ffffff;
  bottom: 22px;
  left: 52px;
  margin-bottom: 0;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
}
@media (min-width: 0px) and (max-width: 767px) {
  .single_image_section .image_tag {
    font-size: 12px;
    line-height: 26px;
    left: 20px;
    bottom: 12px;
  }
}
.news_details_page .banner_section {
  position: relative;
}
.news_details_page .banner_section .image_tag {
  position: absolute;
  font-size: 15px;
  line-height: 28px;
  font-weight: 300;
  color: #ffffff;
  bottom: 30px;
  left: 52px;
  margin-bottom: 0;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
}
@media (min-width: 0px) and (max-width: 767px) {
  .news_details_page .banner_section .image_tag {
    font-size: 12px;
    line-height: 26px;
    left: 20px;
    bottom: 12px;
  }
}
.title-29 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #223261;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .title-29 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 1100px) {
  .title-29 {
    font-size: 30px;
    line-height: 45px;
  }
}
.toggle {
  border-top: 1px solid #223261;
  border-bottom: 1px solid #223261;
  position: relative;
}
.toggle::after {
  content: "";
  position: absolute;
  background-image: url(../images/top-arrow.svg);
  width: 15px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 0.44s ease-in;
  -moz-transition: 0.44s ease-in;
  -o-transition: 0.44s ease-in;
  transition: 0.44s ease-in;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  z-index: 1;
}
.toggle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: #223261;
  -o-transition: 0.32s ease-in;
  -moz-transition: 0.32s ease-in;
  transition: 0.32s ease-in;
  z-index: 0;
}
@media (min-width: 768px) {
  .toggle {
    border-width: 2px;
  }
}
.toggle span {
  display: block;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #223261;
  padding: 15px 15px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  -o-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
@media (min-width: 768px) {
  .toggle span {
    font-size: 22px;
    line-height: 26px;
    padding: 20px 20px;
  }
}
@media (min-width: 1100px) {
  .toggle span {
    font-size: 26px;
    line-height: 32px;
    padding: 20px 25px;
  }
}
@media (min-width: 1600px) {
  .toggle span {
    font-size: 30px;
    line-height: 36px;
    padding: 26px 40px;
  }
}
.toggle.title_show::after {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 0.44s ease-in;
  -moz-transition: 0.44s ease-in;
  -o-transition: 0.44s ease-in;
  transition: 0.44s ease-in;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-filter: invert(1) brightness(1) grayscale(0) sepia(1) saturate(0.1);
  filter: invert(1) brightness(1) grayscale(0) sepia(1) saturate(0.1);
}
.toggle.title_show::before {
  -o-transition: 0.32s ease-in;
  -moz-transition: 0.32s ease-in;
  transition: 0.32s ease-in;
  height: 100%;
}
.toggle.title_show span {
  -o-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  color: #ffffff;
}
@media (min-width: 768px) {
  .toggle:hover::before {
    -o-transition: 0.32s ease-in;
    -moz-transition: 0.32s ease-in;
    transition: 0.32s ease-in;
    height: 100%;
  }
  .toggle:hover span {
    -o-transition: 0.4s ease-in;
    -moz-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
    color: #ffffff;
  }
  .toggle:hover::after {
    -webkit-filter: invert(1) brightness(1) grayscale(0) sepia(1) saturate(0.1);
    filter: invert(1) brightness(1) grayscale(0) sepia(1) saturate(0.1);
    -o-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
}
.contact_Section {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .contact_Section {
    padding-top: 70px;
  }
}
@media (min-width: 992px) {
  .contact_Section .image_contant_contact.image_right .image_details_section .right .details_box {
    margin-left: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .image_contant_contact .image_details_section, .image_policy_contact .image_details_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse !important;
  }
}
.image_contant_contact .image_details_section .details_box .title-55, .image_policy_contact .image_details_section .details_box .title-55 {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .image_contant_contact .image_details_section .details_box .title-55, .image_policy_contact .image_details_section .details_box .title-55 {
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .image_contant_contact .image_details_section .details_box .title-55, .image_policy_contact .image_details_section .details_box .title-55 {
    margin-bottom: 45px;
  }
}
.image_contant_contact .image_details_section .details_box .para_text p, .image_policy_contact .image_details_section .details_box .para_text p {
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .image_contant_contact .image_details_section .details_box .para_text p, .image_policy_contact .image_details_section .details_box .para_text p {
    font-size: 22px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  .image_contant_contact .image_details_section .details_box .para_text p, .image_policy_contact .image_details_section .details_box .para_text p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 1100px) {
  .image_contant_contact .image_details_section .details_box .para_text p, .image_policy_contact .image_details_section .details_box .para_text p {
    font-size: 23px;
    line-height: 28px;
  }
}
.image_contant_contact .image_details_section .details_box .contact_desc, .image_contant_contact .image_details_section .details_box p, .image_contant_contact .image_details_section .details_box a, .image_policy_contact .image_details_section .details_box .contact_desc, .image_policy_contact .image_details_section .details_box p, .image_policy_contact .image_details_section .details_box a {
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 992px) {
  .image_contant_contact .image_details_section .details_box .contact_desc, .image_contant_contact .image_details_section .details_box p, .image_contant_contact .image_details_section .details_box a, .image_policy_contact .image_details_section .details_box .contact_desc, .image_policy_contact .image_details_section .details_box p, .image_policy_contact .image_details_section .details_box a {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .image_contant_contact .image_details_section .details_box .contact_desc, .image_contant_contact .image_details_section .details_box p, .image_contant_contact .image_details_section .details_box a, .image_policy_contact .image_details_section .details_box .contact_desc, .image_policy_contact .image_details_section .details_box p, .image_policy_contact .image_details_section .details_box a {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (min-width: 1340px) {
  .image_contant_contact .image_details_section .details_box .contact_desc, .image_contant_contact .image_details_section .details_box p, .image_contant_contact .image_details_section .details_box a, .image_policy_contact .image_details_section .details_box .contact_desc, .image_policy_contact .image_details_section .details_box p, .image_policy_contact .image_details_section .details_box a {
    font-size: 18px;
    line-height: 34px;
  }
}
@media (min-width: 1600px) {
  .image_contant_contact .image_details_section .details_box .contact_desc, .image_contant_contact .image_details_section .details_box p, .image_contant_contact .image_details_section .details_box a, .image_policy_contact .image_details_section .details_box .contact_desc, .image_policy_contact .image_details_section .details_box p, .image_policy_contact .image_details_section .details_box a {
    font-size: 22px;
    line-height: 38px;
  }
}
.image_contant_contact .image_details_section .details_box .address, .image_policy_contact .image_details_section .details_box .address {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .image_contant_contact .image_details_section .details_box .address, .image_policy_contact .image_details_section .details_box .address {
    margin-top: 35px;
  }
}
.image_contant_contact .image_details_section .details_box .address .line, .image_policy_contact .image_details_section .details_box .address .line {
  display: block;
}
.image_contant_contact .image_details_section .details_box .download_link, .image_policy_contact .image_details_section .details_box .download_link {
  margin-top: 55px;
  width: 100%;
  text-align: center;
  border-color: #000000;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  .image_contant_contact .image_details_section .details_box .download_link, .image_policy_contact .image_details_section .details_box .download_link {
    margin-bottom: 45px;
  }
}
.image_contant_contact .image_details_section .details_box .download_link::after, .image_policy_contact .image_details_section .details_box .download_link::after {
  display: none;
}
.image_contant_contact .image_details_section .details_box .download_link::before, .image_policy_contact .image_details_section .details_box .download_link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: #223261;
  -o-transition: 0.32s ease-in;
  -moz-transition: 0.32s ease-in;
  transition: 0.32s ease-in;
  z-index: 0;
  background-color: #000000;
}
@media (min-width: 768px) {
  .image_contant_contact .image_details_section .details_box .download_link, .image_policy_contact .image_details_section .details_box .download_link {
    margin-top: 55px;
  }
}
@media (min-width: 1340px) {
  .image_contant_contact .image_details_section .details_box .download_link, .image_policy_contact .image_details_section .details_box .download_link {
    margin-top: 45px;
  }
}
@media (min-width: 1600px) {
  .image_contant_contact .image_details_section .details_box .download_link, .image_policy_contact .image_details_section .details_box .download_link {
    margin-top: 55px;
  }
}
@media (min-width: 1100px) {
  .image_contant_contact .image_details_section .details_box .download_link, .image_policy_contact .image_details_section .details_box .download_link {
    max-width: 404px;
  }
}
.image_contant_contact .image_details_section .details_box .download_link a, .image_policy_contact .image_details_section .details_box .download_link a {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  padding: 20px 0;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (min-width: 768px) {
  .image_contant_contact .image_details_section .details_box .download_link a, .image_policy_contact .image_details_section .details_box .download_link a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  .image_contant_contact .image_details_section .details_box .download_link a, .image_policy_contact .image_details_section .details_box .download_link a {
    padding: 22px 0;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1600px) {
  .image_contant_contact .image_details_section .details_box .download_link a, .image_policy_contact .image_details_section .details_box .download_link a {
    padding: 30px 0;
    font-size: 20px;
    line-height: 24px;
  }
}
.image_contant_contact .image_details_section .details_box .download_link:hover::before, .image_policy_contact .image_details_section .details_box .download_link:hover::before {
  -o-transition: 0.32s ease-in;
  -moz-transition: 0.32s ease-in;
  transition: 0.32s ease-in;
  height: 100%;
}
.image_contant_contact .image_details_section .details_box .download_link:hover a, .image_policy_contact .image_details_section .details_box .download_link:hover a {
  color: #ffffff;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.image_contant_contact .image_details_section .image_wrapper, .image_policy_contact .image_details_section .image_wrapper {
  z-index: 31;
}
.image_contant_contact .image_details_section .image_wrapper a, .image_policy_contact .image_details_section .image_wrapper a {
  display: block;
}
@media (min-width: 1200px) {
  .policy_section .page-title {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .policy_section .page-title {
    padding-bottom: 50px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .policy_section .page-title .title {
    margin: 0 auto 38px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .policy_image_section .image_details_section {
    flex-direction: column !important;
  }
}
.policy_image_section .image_details_section .details_box .para span {
  margin-bottom: 25px;
  display: block;
}
.contact_Section.policy_image_section {
  padding-top: 0;
}
.policy_work_block.ethos_details_Section .work_block_row {
  margin-top: 55px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .policy_work_block.ethos_details_Section .work_block_row {
    margin-top: 40px;
  }
}
@media (min-width: 1100px) {
  .policy_work_block.ethos_details_Section .work_block_row {
    margin-top: 105px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .policy_work_block.ethos_details_Section.com-padding {
    padding-top: 10px;
  }
}
@media (min-width: 1100px) {
  .policy_work_block.ethos_details_Section.com-padding {
    padding-bottom: 105px;
  }
}
@media (min-width: 1340px) {
  .policy_work_block.ethos_details_Section.com-padding {
    padding-bottom: 55px;
    padding-top: 95px;
  }
}
.activate_banner_Section {
  margin-bottom: 45px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .activate_banner_Section {
    margin-bottom: 65px;
    margin-top: 0;
  }
}
@media (min-width: 1100px) {
  .activate_banner_Section {
    margin-bottom: 105px;
  }
}
.activate_banner_Section .container_pad {
  padding: 0px;
  text-align: center;
}
@media (min-width: 768px) {
  .activate_banner_Section .container_pad {
    padding: 0 46px;
  }
}
.activate_banner_Section .container_pad .banner_box {
  background-color: #223261;
  padding: 35px 20px 35px;
}
@media (min-width: 768px) {
  .activate_banner_Section .container_pad .banner_box {
    padding: 60px 20px 60px;
  }
}
@media (min-width: 1100px) {
  .activate_banner_Section .container_pad .banner_box {
    padding: 90px 20px 90px;
  }
}
.activate_banner_Section .container_pad .banner_box .title_29 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #ffffff;
  max-width: 1185px;
  margin: 0 auto;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .activate_banner_Section .container_pad .banner_box .title_29 {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1100px) {
  .activate_banner_Section .container_pad .banner_box .title_29 {
    font-size: 30px;
    line-height: 45px;
    padding-bottom: 70px;
  }
}
.activate_banner_Section .container_pad .banner_box .logo_banner img {
  height: 22px;
  width: 117px;
}
@media (min-width: 768px) {
  .activate_banner_Section .container_pad .banner_box .logo_banner img {
    height: 33px;
    width: 270px;
  }
}
@media (min-width: 1100px) {
  .activate_banner_Section .container_pad .banner_box .logo_banner img {
    height: 63px;
    width: 335px;
  }
}
.download_link_section .download_link {
  padding: 21px 20px;
  border-color: #000000;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) {
  .download_link_section .download_link {
    padding: 28px 30px;
  }
}
.download_link_section .download_link::after {
  display: none;
}
.download_link_section .download_link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: #223261;
  -o-transition: 0.32s ease-in;
  -moz-transition: 0.32s ease-in;
  transition: 0.32s ease-in;
  z-index: 0;
  background-color: #000000;
}
.download_link_section .download_link a {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: block;
  -o-transition: 0.34s ease-in;
  -moz-transition: 0.34s ease-in;
  transition: 0.34s ease-in;
}
@media (min-width: 768px) {
  .download_link_section .download_link a {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1100px) {
  .download_link_section .download_link a {
    font-size: 20px;
    line-height: 24px;
  }
}
.download_link_section .download_link:hover::before {
  -o-transition: 0.32s ease-in;
  -moz-transition: 0.32s ease-in;
  transition: 0.32s ease-in;
  height: 100%;
}
.download_link_section .download_link:hover a {
  color: #ffffff;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (min-width: 0px) and (max-width: 767px) {
  .news_details_page .banner_section img {
    min-height: 200px;
  }
}
.latest_news_section {
  padding-top: 55px;
}
@media (min-width: 992px) {
  .latest_news_section {
    padding-top: 70px;
  }
}
.latest_news_section .news_title {
  margin-bottom: 55px;
}
@media (min-width: 992px) {
  .latest_news_section .news_title {
    margin-bottom: 60px;
  }
}
@media (min-width: 1340px) {
  .latest_news_section .news_title {
    margin-bottom: 85px;
  }
}
.latest_news_section .news_title .title-55 {
  text-transform: uppercase;
  text-align: center;
}
.latest_news_section .news_list_section .list_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .latest_news_section .news_list_section .list_row {
    margin: 0 -16px;
  }
}
.latest_news_section .news_list_section .list_row .list {
  padding: 0 16px;
  max-width: 100%;
  flex: 0 0 100%;
}
.latest_news_section .news_list_section .list_row .list:last-child .list_data {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .latest_news_section .news_list_section .list_row .list {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .latest_news_section .news_list_section .list_row .list {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}
.latest_news_section .news_list_section .list_row .list .list_data {
  margin-bottom: 46px;
  border-bottom: 1px solid #000000;
}
@media (min-width: 992px) {
  .latest_news_section .news_list_section .list_row .list .list_data {
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.latest_news_section .news_list_section .list_row .list .list_data .list_top {
  position: relative;
  cursor: pointer;
}
.latest_news_section .news_list_section .list_row .list .list_data .list_top .news_image {
  position: relative;
  z-index: 1;
}
.latest_news_section .news_list_section .list_row .list .list_data .list_top .news_image::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 69.27%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.latest_news_section .news_list_section .list_row .list .list_data .list_top .news_image.no_thumbnail::before {
  display: none;
}
.latest_news_section .news_list_section .list_row .list .list_data .list_top .list_details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1600px) {
  .latest_news_section .news_list_section .list_row .list .list_data .list_top .list_details {
    padding-top: 80px;
  }
}
.latest_news_section .news_list_section .list_row .list .list_data .list_top .list_details .date {
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 44px;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .latest_news_section .news_list_section .list_row .list .list_data .list_top .list_details .date {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .latest_news_section .news_list_section .list_row .list .list_data .list_top .list_details .date {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 22px;
  }
}
@media (min-width: 1100px) {
  .latest_news_section .news_list_section .list_row .list .list_data .list_top .list_details .date {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1340px) {
  .latest_news_section .news_list_section .list_row .list .list_data .list_top .list_details .date {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (min-width: 1600px) {
  .latest_news_section .news_list_section .list_row .list .list_data .list_top .list_details .date {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 36px;
  }
}
.latest_news_section .news_list_section .list_row .list .list_data .list_top .list_details .title-40 {
  color: #ffffff;
  padding-bottom: 44px;
  margin-bottom: 0;
  max-width: 80%;
  font-weight: 700;
}
@media (min-width: 992px) {
  .latest_news_section .news_list_section .list_row .list .list_data .list_top .list_details .title-40 {
    max-width: 100%;
    font-size: 25px;
    line-height: 35px;
  }
}
@media (min-width: 1100px) {
  .latest_news_section .news_list_section .list_row .list .list_data .list_top .list_details .title-40 {
    max-width: 90%;
    font-size: 28px;
    line-height: 38px;
  }
}
@media (min-width: 1340px) {
  .latest_news_section .news_list_section .list_row .list .list_data .list_top .list_details .title-40 {
    padding-bottom: 50px;
    max-width: 95%;
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 1600px) {
  .latest_news_section .news_list_section .list_row .list .list_data .list_top .list_details .title-40 {
    padding-bottom: 74px;
    font-size: 40px;
    line-height: 48px;
  }
}
.latest_news_section .news_list_section .list_row .list .list_data .list_top .list_details .image {
  margin-bottom: 0;
}
.latest_news_section .news_list_section .list_row .list .list_data .list_top .list_details .image img {
  max-height: 50px;
}
@media (min-width: 1100px) {
  .latest_news_section .news_list_section .list_row .list .list_data .list_top .list_details .image img {
    max-height: 55px;
  }
}
@media (min-width: 1600px) {
  .latest_news_section .news_list_section .list_row .list .list_data .list_top .list_details .image img {
    max-height: 77px;
  }
}
.latest_news_section .news_list_section .list_row .list .list_data .list_top::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #223261;
  z-index: 1;
  opacity: 0;
  -o-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.latest_news_section .news_list_section .list_row .list .list_data .list_bottom {
  padding-top: 28px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-bottom: 33px;
}
@media (min-width: 992px) {
  .latest_news_section .news_list_section .list_row .list .list_data .list_bottom {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.latest_news_section .news_list_section .list_row .list .list_data .list_bottom p {
  margin-bottom: 0;
}
.latest_news_section .news_list_section .list_row .list .list_data .list_bottom .link a {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  font-family: "Columbus MT Std";
  text-transform: uppercase;
  color: #223261;
}
.latest_news_section .news_list_section .list_row .list .list_data .list_bottom img {
  margin: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.latest_news_section .news_list_section .list_row .list .list_data .list_bottom .arrow_link {
  margin-bottom: 0;
  padding-right: 18px;
  -o-transition: 0.34s ease-in;
  -moz-transition: 0.34s ease-in;
  transition: 0.34s ease-in;
}
.latest_news_section .news_list_section .list_row .list .list_data:hover .list_top::after {
  -o-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  opacity: 1;
}
.latest_news_section .news_list_section .list_row .list .list_data:hover .list_bottom .arrow_link {
  -o-transition: 0.34s ease-in;
  -moz-transition: 0.34s ease-in;
  transition: 0.34s ease-in;
  padding-right: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .latest_news_section.archived_section {
    padding-top: 55px;
  }
}
.latest_news_section.archived_section .news_list_section .list_row {
  margin: 0 -2px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1100px) {
  .latest_news_section.archived_section .news_list_section .list_row {
    margin: 0 -12px;
    justify-content: flex-start;
  }
}
.latest_news_section.archived_section .news_list_section .list_row .list {
  padding: 0 2px;
  max-width: 50%;
  flex: 0 0 50%;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .latest_news_section.archived_section .news_list_section .list_row .list {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}
@media (min-width: 1100px) {
  .latest_news_section.archived_section .news_list_section .list_row .list {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 0 12px;
    margin-bottom: 24px;
  }
}
.latest_news_section.archived_section .news_list_section .list_row .list .list_data {
  margin-bottom: 0;
  border-bottom: 0;
  height: 100%;
}
.latest_news_section.archived_section .news_list_section .list_row .list .list_data .list_top {
  background-color: #223261;
  min-height: 162px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  height: 100%;
}
@media (min-width: 768px) {
  .latest_news_section.archived_section .news_list_section .list_row .list .list_data .list_top {
    min-height: 240px;
  }
}
@media (min-width: 1100px) {
  .latest_news_section.archived_section .news_list_section .list_row .list .list_data .list_top {
    min-height: 381px;
  }
}
.latest_news_section.archived_section .news_list_section .list_row .list .list_data .list_top .list_details {
  position: relative;
  padding: 21px 9px;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .latest_news_section.archived_section .news_list_section .list_row .list .list_data .list_top .list_details {
    padding: 30px 15px;
  }
}
@media (min-width: 1100px) {
  .latest_news_section.archived_section .news_list_section .list_row .list .list_data .list_top .list_details {
    padding: 50px 23px;
  }
}
.latest_news_section.archived_section .news_list_section .list_row .list .list_data .list_top .list_details .date {
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .latest_news_section.archived_section .news_list_section .list_row .list .list_data .list_top .list_details .date {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1100px) {
  .latest_news_section.archived_section .news_list_section .list_row .list .list_data .list_top .list_details .date {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.latest_news_section.archived_section .news_list_section .list_row .list .list_data .list_top .list_details .title-40 {
  font-size: 10px;
  line-height: 12px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .latest_news_section.archived_section .news_list_section .list_row .list .list_data .list_top .list_details .title-40 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1100px) {
  .latest_news_section.archived_section .news_list_section .list_row .list .list_data .list_top .list_details .title-40 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1100px) {
  .latest_news_section.archived_section .news_list_section .list_row .list .list_data .list_top .list_details .title-40 {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (min-width: 1600px) {
  .latest_news_section.archived_section .news_list_section .list_row .list .list_data .list_top .list_details .title-40 {
    font-size: 23px;
    line-height: 28px;
  }
}
.latest_news_section.archived_section .news_list_section .list_row .list .list_data .list_top .list_details .image img {
  max-height: unset;
  width: 82px;
  height: 21px;
}
@media (min-width: 768px) {
  .latest_news_section.archived_section .news_list_section .list_row .list .list_data .list_top .list_details .image img {
    width: 140px;
    height: 40px;
  }
}
@media (min-width: 1100px) {
  .latest_news_section.archived_section .news_list_section .list_row .list .list_data .list_top .list_details .image img {
    width: 196px;
    height: 47px;
  }
}
.latest_news_section.archived_section .news_list_section .list_row .list .list_data:hover .list_top {
  -o-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  opacity: 0.5;
}
.title-40 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .title-40 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  .title-40 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1100px) {
  .title-40 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 1340px) {
  .title-40 {
    font-size: 26px;
    line-height: 38px;
  }
}
@media (min-width: 1600px) {
  .title-40 {
    font-size: 30px;
    line-height: 45px;
  }
}
.banner_section img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .banner_section img {
    max-height: 422px;
    object-position: bottom;
  }
}
.news_details_section {
  padding-top: 55px;
}
@media (min-width: 768px) {
  .news_details_section {
    padding-top: 70px;
  }
}
.news_details_section .news_row {
  display: block;
}
@media (min-width: 1100px) {
  .news_details_section .news_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.news_details_section .news_row .left_bottom {
  display: none;
}
@media (min-width: 768px) {
  .news_details_section .news_row .left_bottom {
    display: block;
  }
}
.news_details_section .news_row .left_bottom .link_arrow {
  margin-bottom: 0;
}
.news_details_section .news_row .left_bottom .link_arrow a {
  font-size: 24px;
  line-height: 29px;
  color: #223261;
  font-weight: 700;
  font-family: "Columbus MT Std";
  text-transform: uppercase;
  position: relative;
  padding-left: 32px;
  -o-transition: 0.34s ease-in;
  -moz-transition: 0.34s ease-in;
  transition: 0.34s ease-in;
  text-decoration: none;
}
.news_details_section .news_row .left_bottom .link_arrow a::before {
  content: "";
  position: absolute;
  background-image: url(../images/back_arrow.svg);
  width: 18px;
  height: 15px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.news_details_section .news_row .left_bottom .link_arrow a:hover {
  -o-transition: 0.34s ease-in;
  -moz-transition: 0.34s ease-in;
  transition: 0.34s ease-in;
  padding-left: 56px;
}
.news_details_section .news_row .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1100px) {
  .news_details_section .news_row .left {
    max-width: calc(100% - 860px);
    flex: 0 0 calc(100% - 860px);
    padding-right: 50px;
  }
}
@media (min-width: 1340px) {
  .news_details_section .news_row .left {
    max-width: calc(100% - 850px);
    flex: 0 0 calc(100% - 850px);
    padding-right: 99px;
  }
}
@media (min-width: 1600px) {
  .news_details_section .news_row .left {
    max-width: calc(100% - 1060px);
    flex: 0 0 calc(100% - 1060px);
    padding-right: 78px;
  }
}
@media (min-width: 1100px) {
  .news_details_section .news_row .left .left_top {
    margin-bottom: 77px;
  }
}
.news_details_section .news_row .left .left_top .date {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .news_details_section .news_row .left .left_top .date {
    font-size: 22px;
    line-height: 38px;
  }
}
.news_details_section .news_row .left .left_top .logo {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .news_details_section .news_row .left .left_top .logo {
    margin-top: 30px;
  }
}
.news_details_section .news_row .left .left_top .logo img {
  max-width: 55%;
  margin: 0;
}
@media (min-width: 768px) {
  .news_details_section .news_row .left .left_top .logo img {
    max-width: 40%;
  }
}
@media (min-width: 1100px) {
  .news_details_section .news_row .left .left_top .logo img {
    max-width: 60%;
  }
}
.news_details_section .news_row .left .left_top .title_left {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .news_details_section .news_row .left .left_top .title_left {
    margin-bottom: 0;
  }
}
.news_details_section .news_row .left .left_top .title_left .title-40 {
  color: #223261;
  font-weight: 700;
  font-family: "Columbus MT Std";
}
@media (min-width: 0px) and (max-width: 767px) {
  .news_details_section .news_row .left .left_top .title_left .title-40 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 1100px) {
  .news_details_section .news_row .left .left_top .title_left .title-40 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (min-width: 1340px) {
  .news_details_section .news_row .left .left_top .title_left .title-40 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (min-width: 1600px) {
  .news_details_section .news_row .left .left_top .title_left .title-40 {
    font-size: 45px;
    line-height: 54px;
  }
}
.news_details_section .news_row .left .left_bottom {
  display: none;
}
@media (min-width: 1100px) {
  .news_details_section .news_row .left .left_bottom {
    display: block;
  }
}
.news_details_section .news_row .right {
  margin-top: 45px;
}
.news_details_section .news_row .right a {
  text-decoration: underline;
}
@media (min-width: 1100px) {
  .news_details_section .news_row .right {
    max-width: 860px;
    flex: 0 0 860px;
    margin-top: 0;
  }
}
@media (min-width: 1340px) {
  .news_details_section .news_row .right {
    max-width: 850px;
    flex: 0 0 850px;
    margin-top: 0;
  }
}
@media (min-width: 1600px) {
  .news_details_section .news_row .right {
    max-width: 1060px;
    flex: 0 0 1060px;
    margin-top: 0;
  }
}
.news_details_section .news_row .right .title-40 {
  font-weight: 300;
  text-transform: inherit;
  letter-spacing: normal;
  margin-bottom: 35px;
  color: #223261;
}
.news_details_section .news_row .right .title-40 a {
  color: #223261;
  text-decoration: underline;
}
@media (min-width: 0px) and (max-width: 767px) {
  .news_details_section .news_row .right .title-40 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1340px) {
  .news_details_section .news_row .right .title-40 {
    line-height: 40px;
  }
}
@media (min-width: 1600px) {
  .news_details_section .news_row .right .title-40 {
    line-height: 45px;
  }
}
.news_details_section .news_row .right .para {
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .news_details_section .news_row .right .para {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (min-width: 1100px) {
  .news_details_section .news_row .right .para {
    font-size: 20px;
    line-height: 36px;
  }
}
@media (min-width: 1340px) {
  .news_details_section .news_row .right .para {
    font-size: 22px;
    line-height: 38px;
  }
}
.news_details_section .news_row .right .para p {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .news_details_section .news_row .right .para p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1100px) {
  .news_details_section .news_row .right .para p {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1340px) {
  .news_details_section .news_row .right .para p {
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
.news_details_section .news_row .right .para p:last-child {
  margin-bottom: 0;
}
.news_details_section .news_row .right .para ul {
  margin-top: 0;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .news_details_section .news_row .right .para ul {
    padding-left: 10px;
    margin-bottom: 30px;
  }
}
.news_details_section .news_row .right .para ul li {
  position: relative;
  margin-bottom: 22px;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .news_details_section .news_row .right .para ul li {
    padding-left: 20px;
    margin-bottom: 30px;
  }
}
.news_details_section .news_row .right .para ul li::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  top: 13px;
  left: 0;
  background-color: #000000;
}
@media (min-width: 768px) {
  .news_details_section .news_row .right .para ul li::before {
    top: 15px;
    height: 6px;
    width: 6px;
  }
}
@media (min-width: 1200px) {
  .news_details_section .news_row .right .para ul li::before {
    top: 20px;
  }
}
.news_details_section .news_row .right .para ul li:last-child {
  margin-bottom: 0;
}
.news_details_section .news_row .right .left_bottom {
  display: block;
  margin-top: 53px;
  text-align: right;
}
@media (min-width: 1100px) {
  .news_details_section .news_row .right .left_bottom {
    display: none;
  }
}
.home_counter_block {
  padding-top: 35px;
}
@media (min-width: 768px) {
  .home_counter_block {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .home_counter_block {
    padding-bottom: 55px;
    margin-top: 0;
  }
}
.home_counter_block .counter_block_row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home_counter_block .counter_block_row .counter_block_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1100px) {
  .home_counter_block .counter_block_row .counter_block_col {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .home_counter_block .counter_block_row .counter_block_col {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .home_counter_block .counter_block_row .counter_block_col:nth-child(6), .home_counter_block .counter_block_row .counter_block_col:nth-child(9) {
    border-right: 0;
  }
}
@media (min-width: 1100px) {
  .home_counter_block .counter_block_row .counter_block_col:nth-child(8) {
    border-right: 2px solid #223261;
  }
}
@media (min-width: 1200px) {
  .home_counter_block .counter_block_row .counter_block_col:nth-child(9) {
    border-right: 2px solid #223261;
  }
  .home_counter_block .counter_block_row .counter_block_col:nth-child(6) {
    border-right: 0;
  }
}
.home_counter_block .counter_block_row .counter_block_col:nth-child(7) .counter-number, .home_counter_block .counter_block_row .counter_block_col:nth-child(8) .counter-number, .home_counter_block .counter_block_row .counter_block_col:nth-child(9) .counter-number, .home_counter_block .counter_block_row .counter_block_col:nth-child(10) .counter-number, .home_counter_block .counter_block_row .counter_block_col:nth-child(11) .counter-number {
  width: fit-content;
  position: relative;
}
.home_counter_block .counter_block_row .counter_block_col:nth-child(7) .counter-number::after, .home_counter_block .counter_block_row .counter_block_col:nth-child(8) .counter-number::after, .home_counter_block .counter_block_row .counter_block_col:nth-child(9) .counter-number::after, .home_counter_block .counter_block_row .counter_block_col:nth-child(10) .counter-number::after, .home_counter_block .counter_block_row .counter_block_col:nth-child(11) .counter-number::after {
  content: "%";
}
@media (min-width: 768px) {
  .home_counter_block .counter_block_row .counter_block_col:nth-child(7) .counter-number::after, .home_counter_block .counter_block_row .counter_block_col:nth-child(8) .counter-number::after, .home_counter_block .counter_block_row .counter_block_col:nth-child(9) .counter-number::after, .home_counter_block .counter_block_row .counter_block_col:nth-child(10) .counter-number::after, .home_counter_block .counter_block_row .counter_block_col:nth-child(11) .counter-number::after {
    font-size: 34px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .home_counter_block .counter_block_row .counter_block_col:nth-child(7) .counter-number::after, .home_counter_block .counter_block_row .counter_block_col:nth-child(8) .counter-number::after, .home_counter_block .counter_block_row .counter_block_col:nth-child(9) .counter-number::after, .home_counter_block .counter_block_row .counter_block_col:nth-child(10) .counter-number::after, .home_counter_block .counter_block_row .counter_block_col:nth-child(11) .counter-number::after {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .home_counter_block .counter_block_row .counter_block_col:nth-child(6), .home_counter_block .counter_block_row .counter_block_col:nth-child(9) {
    border-right: 0;
  }
}
.home_counter_block .counter_block_row .counter_block_col .counter-title {
  max-width: 76%;
}
.home_counter_block .counter_block_row .counter_block_col:nth-child(5) .counter-title {
  max-width: 85%;
}
.policy_section.case_study_title .page-title {
  max-width: 1130px;
}
.contact_Section.casestudy_image_section {
  padding-top: 0;
}
.contact_Section.casestudy_image_section .image_contant_contact .image_details_section .details_box {
  max-width: 100%;
}
@media (min-width: 1600px) {
  .contact_Section.casestudy_image_section .image_contant_contact .image_details_section .details_box {
    max-width: 717px;
  }
}
.case_study_section .contact_Section {
  padding-top: 45px;
}
@media (min-width: 768px) {
  .case_study_section .contact_Section {
    padding-top: 85px;
  }
}
@media (min-width: 1100px) {
  .case_study_section .contact_Section {
    padding-top: 115px;
  }
}
@media (min-width: 1440px) {
  .case_study_section .contact_Section {
    padding-top: 150px;
  }
}
.case_study_section .activate_banner_Section {
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .case_study_section .image_contant_contact .image_details_section .details_box {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.case_study_section .image_contant_contact .image_details_section .details_box .para .text {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 1100px) {
  .case_study_section .image_contant_contact .image_details_section .details_box .para .text {
    margin-bottom: 30px;
  }
}
@media (min-width: 1600px) {
  .case_study_section .image_contant_contact .image_details_section .details_box {
    max-width: 710px !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .case_study_section .policy_section.case_study_title .page-title {
    padding-top: 55px;
    padding-bottom: 45px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .case_study_section .casestudy_image_section .image_contant_contact .image_details_section {
    flex-direction: column !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .case_study_section .activate_banner_Section .banner_box {
    padding: 91px 0;
  }
}
@media (min-width: 1200px) {
  .case_study_section .activate_banner_Section .banner_box {
    padding: 155px 0;
  }
}
.case_study_section .activate_banner_Section .banner_box .title_29 {
  padding-bottom: 0;
  padding: 0 20px;
  max-width: 620px;
}
@media (min-width: 992px) {
  .case_study_section .activate_banner_Section .banner_box .title_29 {
    max-width: 1090px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .case_study_section .activate_banner_Section .banner_box .title_29 {
    line-height: 25px;
    max-width: 295px;
  }
}
.case_study_section .activate_banner_Section .banner_box .page-title {
  padding: 0;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 620px;
}
@media (min-width: 992px) {
  .case_study_section .activate_banner_Section .banner_box .page-title {
    max-width: 1090px;
  }
}
.case_study_section .activate_banner_Section.bottom_banner {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .case_study_section .activate_banner_Section.bottom_banner {
    margin-top: 55px;
  }
}
@media (min-width: 1100px) {
  .case_study_section .activate_banner_Section.bottom_banner {
    margin-bottom: 108px;
    margin-top: 0;
  }
}
.case_study_section .activate_banner_Section.bottom_banner .banner_box {
  padding: 40px 0;
}
@media (min-width: 1100px) {
  .case_study_section .activate_banner_Section.bottom_banner .banner_box {
    padding: 80px 0;
  }
}
.case_study_section .activate_banner_Section.bottom_banner .banner_box .title, .case_study_section .activate_banner_Section.bottom_banner .banner_box .tag_line {
  color: #ffffff;
  max-width: 255px;
  margin: 0 auto;
  margin-top: 38px;
}
@media (min-width: 768px) {
  .case_study_section .activate_banner_Section.bottom_banner .banner_box .title, .case_study_section .activate_banner_Section.bottom_banner .banner_box .tag_line {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .case_study_section .activate_banner_Section.bottom_banner .banner_box .title, .case_study_section .activate_banner_Section.bottom_banner .banner_box .tag_line {
    margin-top: 75px;
  }
}
.case_study_section .activate_banner_Section.bottom_banner .banner_box .title {
  margin-top: 0;
}
.case_study_section .investment_criteria_section .title-55 {
  max-width: 100%;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .case_study_section .investment_criteria_section .title-55 {
    max-width: 65%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .case_study_section .investment_criteria_section .work_block_row .work_block_col.left-col-content {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .case_study_section .investment_criteria_section .work_block_row .work_block_col.left-col-content {
    padding-right: 80px;
  }
}
.case_study_section .investment_criteria_section .work_block_row .work_block_col.right-col-content {
  padding: 0 20px 20px 20px;
}
@media (min-width: 992px) {
  .case_study_section .investment_criteria_section .work_block_row .work_block_col.right-col-content {
    padding: 0 20px 0 80px;
  }
}
@media (min-width: 1100px) {
  .case_study_section .investment_criteria_section .work_block_row .work_block_col.right-col-content .para p span, .case_study_section .investment_criteria_section .work_block_row .work_block_col.right-col-content .para p .text {
    font-size: 25px;
    line-height: 42px;
    font-weight: 300;
  }
}
.case_study_section .investment_criteria_section .work_block_row .work_block_col.right-col-content .para p .text {
  color: #000000;
}
@media (min-width: 0px) and (max-width: 767px) {
  .case_study_section .investment_criteria_section .work_block_row .work_block_col.right-col-content .para p .text {
    font-weight: 300;
  }
}
.case_study_section .investment_criteria_section .investment_dropbox {
  margin-top: 0;
}
@media (min-width: 768px) {
  .case_study_section .investment_criteria_section .investment_dropbox {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .case_study_section .investment_criteria_section .investment_dropbox {
    margin-top: 55px;
    margin-bottom: 35px;
  }
}
.case_study_section .investment_criteria_section .investment_dropbox .accordion .second_li {
  max-width: 100%;
  flex: 0 0 100%;
}
.case_study_section .investment_criteria_section .investment_dropbox .accordion .second_li .inner {
  padding-top: 0;
  display: block;
}
.case_study_section .investment_criteria_section .investment_dropbox .accordion .second_li .inner .investment_ul {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .case_study_section .investment_criteria_section .investment_dropbox .accordion .second_li .inner .investment_ul li:nth-child(odd) {
    max-width: 54%;
    flex: 0 0 54%;
  }
}
@media (min-width: 992px) {
  .case_study_section .investment_criteria_section .investment_dropbox .accordion .second_li .inner .investment_ul li:nth-child(odd) .desc {
    max-width: 85%;
  }
}
@media (min-width: 992px) {
  .case_study_section .investment_criteria_section .investment_dropbox .accordion .second_li .inner .investment_ul li:nth-child(even) {
    max-width: 46%;
    flex: 0 0 46%;
  }
}
.case_study_section .investment_criteria_section .investment_dropbox .accordion .second_li .inner .investment_ul li .right_icon_Desc {
  position: relative;
}
@media (min-width: 992px) {
  .case_study_section .investment_criteria_section .investment_dropbox .accordion li {
    margin-top: 40px;
  }
}
.case_study_section .investment_criteria_section.middle_criteria_section {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (min-width: 992px) {
  .case_study_section .investment_criteria_section.middle_criteria_section {
    padding-bottom: 85px;
    padding-top: 85px;
  }
}
@media (min-width: 1100px) {
  .case_study_section .investment_criteria_section.middle_criteria_section {
    padding-bottom: 65px;
    padding-top: 90px;
  }
}
.case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .toggle {
  cursor: inherit;
}
.case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  padding-left: 0;
}
@media (min-width: 768px) {
  .case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 1100px) {
  .case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner {
    font-size: 22px;
    line-height: 38px;
    margin-right: 0px;
    padding-top: 0px;
  }
}
.case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 1100px) {
  .case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner p {
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 35px;
  }
}
.case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner .investment_ul {
    margin: 0 -20px;
  }
}
@media (min-width: 1340px) {
  .case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner .investment_ul {
    margin: 0 -40px;
  }
}
.case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner .investment_ul .investment_li_div {
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 45px;
}
.case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner .investment_ul .investment_li_div:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner .investment_ul .investment_li_div {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1340px) {
  .case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner .investment_ul .investment_li_div {
    padding: 0 40px;
  }
}
.case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner .investment_ul .investment_li_div .stext {
  display: block;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #223261;
  padding: 15px 15px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  -o-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
@media (min-width: 768px) {
  .case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner .investment_ul .investment_li_div .stext {
    font-size: 22px;
    line-height: 26px;
    padding: 20px 20px;
  }
}
@media (min-width: 1100px) {
  .case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner .investment_ul .investment_li_div .stext {
    font-size: 26px;
    line-height: 32px;
    padding: 20px 25px;
  }
}
@media (min-width: 1600px) {
  .case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner .investment_ul .investment_li_div .stext {
    font-size: 30px;
    line-height: 36px;
    padding: 26px 40px;
  }
}
.case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner .investment_ul .investment_li_div .toggle.title_show .stext {
  color: #ffffff;
}
.case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner .investment_ul .investment_li_div li {
  max-width: 100%;
  flex: 0 0 100%;
  display: none;
}
@media (min-width: 768px) {
  .case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner .investment_ul .investment_li_div li {
    display: block;
  }
}
.case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner .investment_ul .investment_li_div li .right_icon_Desc {
  padding-left: 25px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner .investment_ul .investment_li_div li .right_icon_Desc {
    animation-duration: 0.6s;
    animation-name: opacity_leftright;
    animation-fill-mode: backwards;
  }
}
@media (min-width: 992px) {
  .case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner .investment_ul .investment_li_div li .right_icon_Desc {
    margin-top: 60px;
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner .investment_ul .investment_li_div li .right_icon_Desc .icon {
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-name: opacity;
    animation-fill-mode: backwards;
  }
  .case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner .investment_ul .investment_li_div li .right_icon_Desc .desc {
    animation-duration: 1s;
    animation-delay: 0.4s;
    animation-name: opacity;
    animation-fill-mode: backwards;
    margin-bottom: 0;
  }
}
.case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner .investment_ul .investment_li_div li .right_icon_Desc .icon {
  left: 0;
}
.case_study_section .investment_criteria_section.com-padding {
  margin-top: 0px;
}
@media (min-width: 1100px) {
  .case_study_section .investment_criteria_section.com-padding {
    padding-bottom: 55px;
  }
  .case_study_section .investment_criteria_section.com-padding#value-creation-strategy-section {
    padding-bottom: 35px;
  }
}
@media (max-width: 992px) {
  .casestudy_details_section .image_details_section {
    flex-direction: column !important;
    flex-wrap: wrap;
  }
  .casestudy_details_section .image_details_section .left .details_box {
    margin: 12px;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.casestudy_details_section .image_details_section .left {
  background-color: #223261;
  position: relative;
  padding: 50px 20px 20px;
}
@media (min-width: 768px) {
  .casestudy_details_section .image_details_section .left {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .casestudy_details_section .image_details_section .left {
    padding: 70px 20px 20px;
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .casestudy_details_section .image_details_section .left {
    padding: 105px 60px 50px;
  }
}
.casestudy_details_section .image_details_section .left .details_box {
  position: relative;
  z-index: 1;
  border: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .casestudy_details_section .image_details_section .left .details_box {
    padding-bottom: 13px;
    margin: 0px;
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  .casestudy_details_section .image_details_section .left .details_box {
    margin: 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .casestudy_details_section .image_details_section .left .details_box {
    margin: 0;
    margin-right: 20px;
  }
}
@media (min-width: 1440px) {
  .casestudy_details_section .image_details_section .left .details_box {
    margin-left: 0;
  }
}
.casestudy_details_section .image_details_section .left .details_box .para_text {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Columbus MT Std";
  margin-bottom: 20px;
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 20px 0 0;
}
@media (min-width: 992px) {
  .casestudy_details_section .image_details_section .left .details_box .para_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}
@media (min-width: 1340px) {
  .casestudy_details_section .image_details_section .left .details_box .para_text {
    margin-bottom: 30px;
  }
}
@media (min-width: 1600px) {
  .casestudy_details_section .image_details_section .left .details_box .para_text {
    margin-bottom: 65px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .casestudy_details_section .image_details_section .left .details_box .para_text.para_text_5 {
    order: 6;
  }
}
.casestudy_details_section .image_details_section .left .details_box .para_text .text {
  font-size: 13px;
  line-height: 21px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  color: #ffffff;
}
@media (min-width: 992px) {
  .casestudy_details_section .image_details_section .left .details_box .para_text .text {
    font-size: 16px;
    line-height: 30px;
    top: -3px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .casestudy_details_section .image_details_section .left .details_box .para_text .text {
    font-size: 18px;
    line-height: 34px;
  }
}
@media (min-width: 1600px) {
  .casestudy_details_section .image_details_section .left .details_box .para_text .text {
    font-size: 22px;
    line-height: 38px;
  }
}
.casestudy_details_section .image_details_section .left .details_box .para_text .text p {
  font-size: 13px;
  line-height: 21px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .casestudy_details_section .image_details_section .left .details_box .para_text .text p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .casestudy_details_section .image_details_section .left .details_box .para_text .text p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media (min-width: 1600px) {
  .casestudy_details_section .image_details_section .left .details_box .para_text .text p {
    font-size: 22px;
    line-height: 38px;
  }
}
.casestudy_details_section .image_details_section .left .details_box .para_text .text ul {
  margin-top: 0;
}
.casestudy_details_section .image_details_section .left .details_box .para_text .text ul li {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .casestudy_details_section .image_details_section .left .details_box .para_text .text ul li {
    margin-bottom: 0px;
  }
}
.casestudy_details_section .image_details_section .left .details_box .para_text p {
  min-width: 185px;
  padding-right: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .casestudy_details_section .image_details_section .left .details_box .para_text p {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    min-width: 145px;
    padding-right: 12px;
  }
}
.casestudy_details_section .image_details_section .left .details_box .para_text > p {
  text-transform: uppercase;
  min-width: auto;
  font-weight: 700;
}
@media (min-width: 768px) {
  .casestudy_details_section .image_details_section .left .details_box .para_text > p {
    min-width: 210px;
  }
}
.casestudy_details_section .image_details_section .right .details_box {
  margin-right: 0;
  margin-top: 55px;
  max-width: 100%;
}
@media (max-width: 992px) {
  .casestudy_details_section .image_details_section .right .details_box {
    margin-left: 0px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .casestudy_details_section .image_details_section .right .details_box {
    margin-right: 0;
    margin-top: 30px;
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .casestudy_details_section .image_details_section .right .details_box {
    margin-right: 0;
    margin-top: 30px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .casestudy_details_section .image_details_section .right .details_box {
    margin-left: 80px;
  }
}
.casestudy_details_section .image_details_section .right .details_box .title-55 {
  max-width: 70%;
}
@media (min-width: 768px) {
  .casestudy_details_section .image_details_section .right .details_box .title-55 {
    max-width: 100%;
  }
}
.portfolio_page_section .slick-dots {
  bottom: -35px;
  -o-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .portfolio_page_section .slick-dots {
    bottom: -45px;
  }
}
.portfolio_page_section .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 4px;
}
@media (min-width: 992px) {
  .portfolio_page_section .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 10px;
  }
}
.portfolio_page_section .slick-dots li button {
  width: 8px;
  height: 8px;
  background: rgba(34, 50, 97, 0.5);
  border-radius: 50%;
  padding: 0;
}
@media (min-width: 992px) {
  .portfolio_page_section .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}
.portfolio_page_section .slick-dots li button::before {
  display: none;
}
.portfolio_page_section .slick-dots li.slick-active button {
  background: #223261;
}
@media (min-width: 768px) {
  .portfolio_page_section .image_contant_contact.image_right .image_details_section .right .details_box {
    margin-left: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .image_contant_contact .image_details_section {
    flex-direction: column !important;
  }
}
.portfolio_page_section .image_contant_contact:last-of-type .image_details_section .details_box {
  border-bottom: 0;
  padding-bottom: 0px;
}
@media (min-width: 992px) {
  .portfolio_page_section .image_contant_contact:last-of-type .image_details_section .details_box {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.portfolio_page_section .title-55 {
  text-transform: uppercase;
  text-align: center;
}
.portfolio_page_section .policy_section.page-title {
  max-width: 1070px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .portfolio_page_section .policy_section.page-title {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .portfolio_page_section .policy_section.page-title {
    padding-bottom: 80px;
    padding-top: 70px;
  }
}
@media (min-width: 1600px) {
  .portfolio_page_section .policy_section.page-title {
    max-width: 1100px;
  }
}
.portfolio_page_section .policy_section.page-title .slick-arrow {
  opacity: 1;
  width: 25px;
  height: 19px;
  bottom: -60px;
  top: unset;
  transform: unset;
}
@media (min-width: 992px) {
  .portfolio_page_section .policy_section.page-title .slick-arrow {
    width: 42px;
    height: 26px;
  }
}
@media (min-width: 1100px) {
  .portfolio_page_section .policy_section.page-title .slick-arrow {
    top: 20px;
    bottom: unset;
    width: 62px;
    height: 46px;
  }
}
.portfolio_page_section .policy_section.page-title .slick-arrow::before {
  content: "";
  width: 25px;
  height: 19px;
  position: absolute;
  background-image: url(../images/p_slider_arrow.svg);
  opacity: 1;
  background-position: center;
  background-size: cover;
  left: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .portfolio_page_section .policy_section.page-title .slick-arrow::before {
    width: 42px;
    height: 26px;
  }
}
@media (min-width: 1200px) {
  .portfolio_page_section .policy_section.page-title .slick-arrow::before {
    width: 62px;
    height: 46px;
  }
}
.portfolio_page_section .policy_section.page-title .slick-arrow.slick-prev {
  left: -40px;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .portfolio_page_section .policy_section.page-title .slick-arrow.slick-prev {
    left: -60px;
  }
}
@media (min-width: 1100px) {
  .portfolio_page_section .policy_section.page-title .slick-arrow.slick-prev {
    left: -50px;
    right: unset;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .portfolio_page_section .policy_section.page-title .slick-arrow.slick-prev {
    left: -110px;
  }
}
.portfolio_page_section .policy_section.page-title .slick-arrow.slick-next {
  right: -40px;
  left: 0;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .portfolio_page_section .policy_section.page-title .slick-arrow.slick-next {
    right: -60px;
  }
}
@media (min-width: 1100px) {
  .portfolio_page_section .policy_section.page-title .slick-arrow.slick-next {
    right: -80px;
    left: unset;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .portfolio_page_section .policy_section.page-title .slick-arrow.slick-next {
    right: -110px;
  }
}
.portfolio_page_section .policy_section.page-title .slick-arrow.slick-next::before {
  transform: rotate(180deg);
}
.portfolio_page_section .contact_Section .title-55 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .portfolio_page_section .contact_Section .title-55 {
    margin-bottom: 45px;
  }
}
@media (min-width: 1100px) {
  .portfolio_page_section .contact_Section .title-55 {
    margin-bottom: 60px;
  }
}
.portfolio_page_section #our-stories-section {
  padding-top: 55px;
}
@media (min-width: 768px) {
  .portfolio_page_section #our-stories-section {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .portfolio_page_section #our-stories-section {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .portfolio_page_section #our-stories-section {
    padding-top: 100px;
  }
}
.portfolio_page_section .image_details_section .details_box .logo {
  margin-bottom: 35px;
}
@media (min-width: 1100px) {
  .portfolio_page_section .image_details_section .details_box .logo {
    margin-bottom: 50px;
  }
}
.portfolio_page_section .image_details_section .details_box .logo img {
  margin: 0;
  max-width: 210px;
}
@media (min-width: 768px) {
  .portfolio_page_section .image_details_section .details_box .logo img {
    max-width: 240px;
  }
}
@media (min-width: 1100px) {
  .portfolio_page_section .image_details_section .details_box .logo img {
    max-width: 380px;
  }
}
.portfolio_page_section .image_details_section .details_box .download_link {
  margin-top: 43px;
  border: 0;
  text-align: left;
  margin-bottom: 0;
}
.portfolio_page_section .image_details_section .details_box .download_link::before {
  display: none;
}
.portfolio_page_section .image_details_section .details_box .download_link a {
  border: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Columbus MT Std";
  letter-spacing: normal;
  color: #223261;
}
.portfolio_page_section .image_details_section .details_box .download_link a::after {
  content: "";
  background-image: url(../images/arrow.svg);
  width: 17px;
  height: 12px;
  position: absolute;
  right: -30px;
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1100px) {
  .portfolio_page_section .image_details_section .details_box .download_link a {
    font-size: 24px;
    line-height: 28px;
  }
}
.portfolio_page_section .image_details_section .details_box .download_link a:hover {
  color: #223261;
}
.portfolio_page_section .investment_details .title-55 {
  text-transform: uppercase;
  text-align: center;
}
.portfolio_page_section .investment_details .work_block_col.right-col-content .para p, .portfolio_page_section .investment_details .work_block_col.right-col-content .para span {
  font-weight: 300;
  color: #000000;
}
@media (min-width: 1100px) {
  .portfolio_page_section .investment_details .work_block_col.right-col-content .para p, .portfolio_page_section .investment_details .work_block_col.right-col-content .para span {
    font-size: 25px;
    line-height: 42px;
  }
}
@media (min-width: 1340px) {
  .portfolio_page_section .com-padding {
    padding-bottom: 125px;
  }
}
.portfolio_page_section .current_investments_data .title-55, .portfolio_page_section .prior_investments_data .title-55 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .portfolio_page_section .current_investments_data .title-55, .portfolio_page_section .prior_investments_data .title-55 {
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .portfolio_page_section .current_investments_data .title-55, .portfolio_page_section .prior_investments_data .title-55 {
    margin-bottom: 55px;
  }
}
@media (min-width: 1100px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row {
    padding: 0;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 28px;
  padding-top: 28px;
  top: -5px;
}
@media (min-width: 768px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section {
    top: -14px;
    padding-bottom: 60px;
    padding-top: 60px;
    margin-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1340px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section {
    padding-left: 65px;
    padding-right: 65px;
    padding-bottom: 75px;
    padding-top: 75px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .listing, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .listing {
  margin-top: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .listing, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .listing {
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .listing, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .listing {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_left_col, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_left_col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_left_col, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_left_col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1600px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_left_col, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_left_col {
    padding: 0 60px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .d-flex.list, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .d-flex.list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .d-flex.list, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .d-flex.list {
    margin-bottom: 15px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .d-flex.list .contact_detail, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .d-flex.list .contact_detail {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .d-flex.list .contact_detail, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .d-flex.list .contact_detail {
    margin-bottom: 30px;
    padding-right: 12px;
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 1340px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .d-flex.list .contact_detail, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .d-flex.list .contact_detail {
    margin-bottom: 45px;
    padding-right: 20px;
  }
}
@media (min-width: 1600px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .d-flex.list .contact_detail, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .d-flex.list .contact_detail {
    margin-bottom: 56px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .d-flex.list .contact_detail p, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .d-flex.list .contact_detail p {
  max-width: 100%;
  margin-bottom: 0;
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 2px solid #fff;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number {
    border-width: 1px;
    justify-content: center;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number.column-3 .list_show, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number.column-3 .list_show {
  max-width: 50%;
  flex: 0 0 50%;
  border-left: 2px solid #fff;
}
@media (min-width: 768px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number.column-3 .list_show, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number.column-3 .list_show {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number.column-3 .list_show, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number.column-3 .list_show {
    border-width: 1px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number.column-3 .list_show:first-child, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number.column-3 .list_show:first-child {
  border-left: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number.column-3 .list_show:nth-child(odd), .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number.column-3 .list_show:nth-child(odd) {
    border-left: 0;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number.column-2 .list_show, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number.column-2 .list_show {
  max-width: 50%;
  flex: 0 0 50%;
  border-left: 2px solid #fff;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number.column-2 .list_show, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number.column-2 .list_show {
    border-width: 1px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number.column-2 .list_show:first-child, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number.column-2 .list_show:first-child {
  border-left: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number.column-1, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number.column-1 {
    display: none;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number .list_show, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number .list_show {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 15px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number .list_show, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number .list_show {
    margin-top: 30px;
    padding: 0 11px;
    position: relative;
  }
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number .list_show:nth-child(1), .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number .list_show:nth-child(1) {
    margin-top: 0;
  }
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number .list_show:nth-child(1)::after, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number .list_show:nth-child(1)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    background-color: #fff;
    height: 1px;
    width: 101%;
  }
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number .list_show:nth-child(2), .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number .list_show:nth-child(2) {
    margin-top: 0;
  }
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number .list_show:nth-child(2)::after, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number .list_show:nth-child(2)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    background-color: #fff;
    height: 1px;
  }
}
@media (min-width: 768px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number .list_show.statistic-mobile-view, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number .list_show.statistic-mobile-view {
    display: none;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number .list_show .title-55, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number .list_show .title-55 {
  color: #ffffff;
  padding: 0;
  margin-bottom: 5px;
  text-transform: unset;
}
@media (min-width: 1600px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number .list_show .title-55, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number .list_show .title-55 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 5px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number .list_show span, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number .list_show span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 768px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number .list_show span, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number .list_show span {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1100px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number .list_show span, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number .list_show span {
    font-size: 20px;
    line-height: 38px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number:last-child, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number:last-child {
  border-bottom: 2px solid #fff;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number:last-child, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number:last-child {
    border-width: 1px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number + .arrow_link, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number + .arrow_link {
  border-top: 2px solid #ffffff;
  padding-top: 35px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number + .arrow_link, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number + .arrow_link {
    border-width: 1px;
  }
}
@media (min-width: 768px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number + .arrow_link, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number + .arrow_link {
    margin-bottom: 40px;
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number + .arrow_link, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number + .arrow_link {
    margin-bottom: 0;
  }
}
@media (min-width: 1100px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number + .arrow_link, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number + .arrow_link {
    padding-top: 50px;
  }
}
@media (min-width: 1340px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number + .arrow_link, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number + .arrow_link {
    padding-top: 66px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .list_number + .arrow_link, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .list_number + .arrow_link {
    border-width: 1px;
  }
}
@media (min-width: 768px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_right_col, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_right_col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_right_col, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_right_col {
    flex: 0 0 50%;
    max-width: 50%;
    border-left: 2px solid #ffffff;
  }
}
@media (min-width: 1600px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_right_col, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_right_col {
    padding: 0 60px;
  }
}
@media (min-width: 1340px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_right_col, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_right_col {
    font-size: 20px;
    line-height: 36px;
  }
}
@media (min-width: 1600px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_right_col, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_right_col {
    font-size: 22px;
    line-height: 38px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo {
    margin-bottom: 38px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo img, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo img {
  margin: 0;
  max-width: 105px;
}
@media (min-width: 1200px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo img, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo img {
    max-width: 215px;
    width: 277px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo_bottom_desc, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo_bottom_desc {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo_bottom_desc, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo_bottom_desc {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1100px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo_bottom_desc, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo_bottom_desc {
    font-size: 20px;
    line-height: 34px;
    padding-bottom: 42px;
  }
}
@media (min-width: 1600px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo_bottom_desc, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo_bottom_desc {
    font-size: 22px;
    line-height: 38px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo_bottom_desc p, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo_bottom_desc p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo_bottom_desc p, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo_bottom_desc p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1100px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo_bottom_desc p, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo_bottom_desc p {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (min-width: 1600px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo_bottom_desc p, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo_bottom_desc p {
    font-size: 22px;
    line-height: 38px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc {
    margin-bottom: 28px;
  }
}
@media (min-width: 1440px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc {
    margin-bottom: 35px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc .title, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc .title {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc .title, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc .title {
    margin-bottom: 15px;
  }
}
@media (min-width: 1440px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc .title, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc .title {
    margin-bottom: 22px;
  }
}
@media (min-width: 992px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1100px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (min-width: 1600px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc {
    font-size: 22px;
    line-height: 38px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc a, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc a {
  color: #fff;
  text-decoration: underline;
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc p, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc p, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1100px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc p, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc p {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (min-width: 1600px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc p, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc p {
    font-size: 22px;
    line-height: 38px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing h4, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  font-family: "Columbus MT Std";
}
@media (min-width: 768px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing h4, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing h4, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing h4 {
    font-size: 23px;
    line-height: 28px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing .investment_ul, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing .investment_ul {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing .investment_ul, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing .investment_ul {
    margin-top: 25px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing .investment_ul li, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing .investment_ul li {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing .investment_ul li, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing .investment_ul li {
    margin-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing .investment_ul li, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing .investment_ul li {
    margin-bottom: 25px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing .investment_ul li span, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing .investment_ul li span {
  font-weight: 300;
}
@media (min-width: 768px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing .investment_ul li .icon, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing .investment_ul li .icon {
    top: 5px;
  }
}
@media (min-width: 1100px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing .investment_ul li .icon, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing .investment_ul li .icon {
    top: 3px;
  }
}
@media (min-width: 3000px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing .investment_ul li .icon, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing .investment_ul li .icon {
    top: 12px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing .investment_ul li:last-child, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing .investment_ul li:last-child {
  margin-bottom: 0;
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing .investment_ul li:last-child .desc, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing .investment_ul li:last-child .desc {
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .contact_detail .title, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .contact_detail .title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 6px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .arrow_link a, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .arrow_link a {
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .arrow_link a, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .arrow_link a {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .arrow_link a, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .arrow_link a {
    font-size: 23px;
    line-height: 28px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .title, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .title {
  padding-bottom: 15px;
  margin-bottom: 0;
}
@media (min-width: 1100px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .title, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .title {
    padding-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .title, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .title {
    padding-bottom: 25px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box {
  max-width: 50%;
  flex: 0 0 50%;
  text-align: center;
  padding: 12px;
  border-bottom: 2px solid #fff;
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box {
    border-width: 1px;
  }
}
@media (min-width: 1100px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box {
    padding: 20px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box:nth-child(odd)::after, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box:nth-child(odd)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  top: 10px;
  width: 2px;
  background-color: #fff;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box:nth-child(odd)::after, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box:nth-child(odd)::after {
    width: 1px;
  }
}
@media (min-width: 1200px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box:nth-child(odd)::after, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box:nth-child(odd)::after {
    bottom: 20px;
    top: 20px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box .name, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box .name {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box .name, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box .name {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1100px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box .name, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box .name {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1440px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box .name, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box .name {
    font-size: 20px;
    line-height: 38px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box .title-50, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box .title-50 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Columbus MT Std";
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box .title-50, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box .title-50 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box .title-50, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box .title-50 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box .title-50, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box .title-50 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 1440px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box .title-50, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box .title-50 {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1600px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box .title-50, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box .title-50 {
    font-size: 50px;
    line-height: 60px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box .title, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box .title {
  margin-bottom: 12px;
  padding-bottom: 0;
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box img, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box img {
  margin-bottom: 8px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box.with_text_img, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box.with_text_img {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box.with_text_img::after, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box.with_text_img::after {
    display: none;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box.with_text_img img, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box.with_text_img img {
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box.text_only, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box.text_only {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box.text_only::after, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box.text_only::after {
    display: none;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box.text_only .name, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box.text_only .name {
  line-height: 26px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box.text_only .name, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .box_col .box.text_only .name {
    line-height: 22px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box {
  max-width: 50%;
  flex: 0 0 50%;
  text-align: center;
  padding: 12px;
  border-bottom: 2px solid #fff;
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box {
    border-width: 1px;
  }
}
@media (min-width: 1100px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box {
    padding: 20px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box:nth-child(odd)::after, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box:nth-child(odd)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  top: 10px;
  width: 2px;
  background-color: #fff;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box:nth-child(odd)::after, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box:nth-child(odd)::after {
    width: 1px;
  }
}
@media (min-width: 1200px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box:nth-child(odd)::after, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box:nth-child(odd)::after {
    bottom: 20px;
    top: 20px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box .name, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box .name {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box .name, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box .name {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (min-width: 1100px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box .name, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box .name {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1440px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box .name, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box .name {
    font-size: 20px;
    line-height: 28px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box .title-50, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box .title-50 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Columbus MT Std";
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box .title-50, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box .title-50 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box .title-50, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box .title-50 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box .title-50, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box .title-50 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 1440px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box .title-50, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box .title-50 {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1600px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box .title-50, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box .title-50 {
    font-size: 50px;
    line-height: 60px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box .title, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box .title {
  margin-bottom: 12px;
  padding-bottom: 0;
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box img, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box img {
  margin-bottom: 8px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box.with_text_img, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box.with_text_img {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box.with_text_img::after, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box.with_text_img::after {
    display: none;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box.with_text_img img, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box.with_text_img img {
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box.text_only, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box.text_only {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box.text_only::after, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box.text_only::after {
    display: none;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box.text_only .name, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box.text_only .name {
  line-height: 26px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box.text_only .name, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box.text_only .name {
    line-height: 22px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box {
  max-width: 50%;
  flex: 0 0 50%;
  text-align: center;
  padding: 12px;
  border-bottom: 2px solid #fff;
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box {
    border-width: 1px;
  }
}
@media (min-width: 768px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}
@media (min-width: 1100px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box {
    padding: 20px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box::after, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  top: 10px;
  width: 2px;
  background-color: #fff;
  display: block;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box::after, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box::after {
    width: 1px;
  }
}
@media (min-width: 1200px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box::after, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box::after {
    bottom: 20px;
    top: 20px;
  }
}
@media (min-width: 768px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box:last-child::after, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box:last-child::after {
    display: none;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box .name, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box .name {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box .name, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box .name {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (min-width: 1100px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box .name, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box .name {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1440px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box .name, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box .name {
    font-size: 20px;
    line-height: 28px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box .title-50, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box .title-50 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Columbus MT Std";
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box .title-50, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box .title-50 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box .title-50, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box .title-50 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box .title-50, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box .title-50 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 1440px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box .title-50, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box .title-50 {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1600px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box .title-50, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box .title-50 {
    font-size: 50px;
    line-height: 60px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box .title, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box .title {
  margin-bottom: 12px;
  padding-bottom: 0;
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box img, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box img {
  margin-bottom: 8px;
  max-height: 50px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box.with_text_img, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box.with_text_img {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box.with_text_img::after, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box.with_text_img::after {
    display: none;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box.with_text_img img, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box.with_text_img img {
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box.text_only, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box.text_only {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box.text_only::after, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box.text_only::after {
    display: none;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box.text_only .name, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box.text_only .name {
  line-height: 26px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box.text_only .name, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box.text_only .name {
    line-height: 22px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box:last-child, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box:last-child {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box:last-child::after, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box:last-child::after {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box:nth-child(2)::after, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box:nth-child(2)::after {
    display: none;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 + .col-box-3 + .col-box-2 .box.box-1, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 + .col-box-3 + .col-box-2 .box.box-1 {
  max-width: 100%;
  flex: 0 0 100% !important;
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 + .col-box-3 + .col-box-2 .box.box-1::after, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 + .col-box-3 + .col-box-2 .box.box-1::after {
  display: none;
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section {
    margin-top: 70px;
  }
}
@media (min-width: 1200px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section {
    margin-top: 120px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section .right_logo_flex, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section .right_logo_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 2px solid #fff;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section .right_logo_flex, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section .right_logo_flex {
    padding-bottom: 18px;
    border-width: 1px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section .right_logo_flex .title, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section .right_logo_flex .title {
  border-bottom: 0;
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section .right_logo_flex img, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section .right_logo_flex img {
  margin: 0;
  width: 35px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section .right_logo_flex img, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section .right_logo_flex img {
    width: 28px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section .right_logo_flex .title, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section .right_logo_flex .title {
  padding-left: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section .right_logo_flex .title, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section .right_logo_flex .title {
    padding-left: 5px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section .box_col .box-1 img, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section .box_col .box-1 img {
  margin-bottom: 17px;
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section .col-box-2 .box.box-1:first-child img, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section .col-box-2 .box.box-1:first-child img {
  margin-bottom: 17px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section .col-box-3 .box-3, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section .col-box-3 .box-3 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .top_section, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .top_section {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .top_section, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .top_section {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .top_section, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .top_section {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .top_section, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .top_section {
    margin-top: 45px;
  }
}
@media (min-width: 1600px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .top_section, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .top_section {
    margin-top: 65px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .top_section .title, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .top_section .title {
  border-bottom: 2px solid #fff;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .top_section .title, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .top_section .title {
    border-width: 1px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .top_section .col-box-2 .box.box-1:first-child, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .top_section .col-box-2 .box.box-1:first-child {
  display: flex;
  justify-content: end;
  flex-direction: column;
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .team-inner-row, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .team-inner-row {
  padding: 0;
  justify-content: normal;
  max-width: unset;
  gap: 0;
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .team-inner-row .team_block_col, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .team-inner-row .team_block_col {
  padding: 0 7px;
  animation: fade_in 0.4s ease-in;
}
@media (min-width: 768px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .team-inner-row .team_block_col, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .team-inner-row .team_block_col {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}
@media (min-width: 1200px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .team-inner-row .team_block_col, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .team-inner-row .team_block_col {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 0 13px;
    margin-bottom: 26px;
  }
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .team-inner-row .team_block_col .team_media, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .team-inner-row .team_block_col .team_media {
  margin-bottom: 10px;
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .team-inner-row .team_block_col .team_media a, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .team-inner-row .team_block_col .team_media a {
  display: block;
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .team-inner-row .team_block_col .team_media img, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .team-inner-row .team_block_col .team_media img {
  width: 100%;
}
.portfolio_page_section .current_investments_data .team_grid_section .team_block_row .team-inner-row .team_block_col .team_detail, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .team-inner-row .team_block_col .team_detail {
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .team-inner-row .team_block_col .team_detail .toggle-teamdetail-section, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .team-inner-row .team_block_col .team_detail .toggle-teamdetail-section {
    right: 8px;
    bottom: 2px;
  }
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .team-inner-row .team_block_col .team_detail .toggle-teamdetail-section img, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .team-inner-row .team_block_col .team_detail .toggle-teamdetail-section img {
    width: 19px;
    height: 15px;
  }
}
.portfolio_page_section .investment_criteria_section {
  padding-top: 45px;
}
@media (min-width: 768px) {
  .portfolio_page_section .investment_criteria_section {
    padding-top: 60px;
  }
}
@media (min-width: 1100px) {
  .portfolio_page_section .investment_criteria_section {
    padding-top: 100px;
  }
}
@media (min-width: 1440px) {
  .portfolio_page_section .investment_criteria_section {
    padding-top: 120px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .investment_criteria_section .work_block_row {
    margin-top: 30px;
  }
}
@media (min-width: 1100px) {
  .portfolio_page_section .investment_criteria_section .work_block_row {
    margin-top: 58px;
  }
}
.portfolio_page_section .policy_section.page-title {
  padding-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_page_section .policy_section.page-title {
    padding-top: 0;
  }
  .portfolio_page_section .policy_section.page-title .slick-slider {
    padding-top: 50px;
    border-top: 1px solid #000;
    margin-top: 40px;
  }
}
@media (min-width: 1440px) {
  .portfolio_page_section .policy_section.page-title {
    padding-top: 105px;
  }
}
.prior_investments_data {
  padding-bottom: 0 !important;
  border-top: 1px solid #223261;
  margin-top: 55px;
  animation: fade_in 0.4s ease-in;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .prior_investments_data {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
.prior_investments_data .container {
  max-width: 100%;
  padding: 0;
}
.prior_investments_data .container .listing {
  display: block;
  margin-top: 0;
}
.prior_investments_data .container .listing .expand_section {
  top: 20px;
  margin-bottom: 25px;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .prior_investments_data .container .listing .expand_section {
    top: 30px;
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .prior_investments_data .container .listing .expand_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .prior_investments_data .container .listing .expand_section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.prior_investments_data .container .listing .expand_section .expand_content_row {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-direction: column-reverse;
  position: relative;
}
@media (min-width: 992px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1600px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row {
    max-width: 1640px;
  }
}
.prior_investments_data .container .listing .expand_section .expand_content_row .expand_right_col {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .expand_right_col {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .expand_right_col {
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .expand_right_col {
    flex: 0 0 43%;
    max-width: 43%;
    padding-left: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .expand_right_col {
    padding-right: 140px;
  }
}
.prior_investments_data .container .listing .expand_section .expand_content_row .expand_left_col {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .expand_left_col {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .expand_left_col .overview_desc {
    margin-bottom: 22px;
  }
}
@media (min-width: 992px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .expand_left_col {
    flex: 0 0 57%;
    max-width: 57%;
    border-left: 2px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 0;
    padding-right: 35px;
  }
}
@media (min-width: 1440px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .expand_left_col {
    padding-right: 50px;
    padding-left: 120px;
  }
}
.prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col {
    padding: 20px 0;
  }
}
.prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box {
  max-width: 50%;
  flex: 0 0 50%;
  text-align: center;
  padding: 12px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 0px) and (max-width: 767px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box {
    border-width: 1px;
  }
}
@media (min-width: 768px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 1100px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box {
    padding: 20px;
  }
}
@media (min-width: 1440px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box {
    padding: 40px 20px;
  }
}
.prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  top: 10px;
  width: 2px;
  background-color: #fff;
  display: block;
}
@media (min-width: 0px) and (max-width: 767px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box::after {
    display: none;
    width: 1px;
  }
}
@media (min-width: 1200px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box::after {
    bottom: 20px;
    top: 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box:first-child::after {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box.box.box-3 {
    max-width: 100%;
    flex: 0 0 100%;
    border-top: 0;
  }
}
@media (min-width: 768px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box:last-child::after {
    display: none;
  }
}
.prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box .name {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box .name {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1100px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box .name {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1440px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box .name {
    font-size: 20px;
    line-height: 28px;
  }
}
.prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box .title-50 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Columbus MT Std";
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box .title-50 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box .title-50 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box .title-50 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 1440px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box .title-50 {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1600px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box .title-50 {
    font-size: 50px;
    line-height: 60px;
  }
}
.prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box .title {
  margin-bottom: 12px;
  padding-bottom: 0;
}
.prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box img {
  margin-bottom: 8px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box.with_text_img {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box.with_text_img::after {
    display: none;
  }
}
.prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box.with_text_img img {
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box.text_only {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box.text_only::after {
    display: none;
  }
}
.prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box.text_only .name {
  line-height: 26px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box.text_only .name {
    line-height: 22px;
  }
}
.prior_investments_data .container .listing .expand_section .expand_content_row .top_section .contact_detail {
  display: none;
}
.prior_investments_data .container .listing .expand_section .expand_content_row .overview_desc {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .overview_desc {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .overview_desc {
    margin-bottom: 28px;
  }
}
@media (min-width: 1440px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .overview_desc {
    margin-bottom: 35px;
  }
}
.prior_investments_data .container .listing .expand_section .expand_content_row .overview_desc .title {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .overview_desc .title {
    margin-bottom: 15px;
  }
}
@media (min-width: 1440px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .overview_desc .title {
    margin-bottom: 22px;
  }
}
@media (min-width: 992px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .overview_desc {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1100px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .overview_desc {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (min-width: 1600px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .overview_desc {
    font-size: 22px;
    line-height: 38px;
  }
}
.prior_investments_data .container .listing .expand_section .expand_content_row .overview_desc p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .overview_desc p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1100px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .overview_desc p {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (min-width: 1600px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .overview_desc p {
    font-size: 22px;
    line-height: 38px;
  }
}
.prior_investments_data .container .listing .expand_section .expand_content_row .arrow_link a {
  color: #fff;
}
@media (min-width: 0px) and (max-width: 767px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .arrow_link a {
    font-size: 18px;
    line-height: 22px;
  }
}
.prior_investments_data .container .listing .expand_section .expand_content_row .arrow_link a::after {
  filter: brightness(0) invert(1);
}
.prior_investments_data .container .listing .expand_section .expand_content_row .close-icon {
  display: block;
  display: block;
  position: absolute;
  right: 20px;
  top: -2px;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .close-icon {
    right: 0;
    bottom: -15px;
    margin: 0;
    top: unset;
    text-align: center;
    display: block;
    margin-top: 20px;
    left: 0;
  }
}
@media (min-width: 768px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .close-icon .close {
    height: 23px;
    width: 23px;
  }
}
@media (min-width: 1200px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .close-icon .close {
    height: 28px;
    width: 28px;
  }
}
@media (min-width: 1440px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .close-icon .close {
    height: 36px;
    width: 36px;
  }
}
.prior_investments_data .container .team-inner-row {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1600px) {
  .prior_investments_data .container .team-inner-row {
    max-width: 1640px;
  }
}
.prior_investments_data .prior_list .listing .team-inner-row {
  width: 100%;
}
.prior_investments_data .prior_list .listing li {
  padding: 4px;
  margin-bottom: 0;
  max-width: 25%;
  flex: 0 0 25%;
}
@media (min-width: 768px) {
  .prior_investments_data .prior_list .listing li {
    padding: 5px;
    max-width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 1024px) {
  .prior_investments_data .prior_list .listing li {
    max-width: 14.28%;
    flex: 0 0 14.28%;
  }
}
@media (min-width: 1440px) {
  .prior_investments_data .prior_list .listing li {
    max-width: 11.11%;
    flex: 0 0 11.11%;
  }
}
.prior_investments_data .prior_list .listing li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 78px;
  width: auto;
  background-color: #223261;
  padding: 5px;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.prior_investments_data .prior_list .listing li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -35px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #223261;
  opacity: 0;
  transition: opacity 0.34s ease-in;
  transform: translateX(-50%);
}
@media (min-width: 0px) and (max-width: 767px) {
  .prior_investments_data .prior_list .listing li a::after {
    bottom: -25px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #223261;
  }
}
.prior_investments_data .prior_list .listing li a.active::after {
  opacity: 1;
  transition: opacity 0.34s ease-in;
}
@media (min-width: 768px) {
  .prior_investments_data .prior_list .listing li a {
    height: 137px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .prior_investments_data .prior_list .listing li a {
    height: 155px;
    width: auto;
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .prior_investments_data .prior_list .listing li a {
    height: 166px;
    width: auto;
  }
}
@media (min-width: 1340px) {
  .prior_investments_data .prior_list .listing li a {
    height: 151px;
    width: auto;
  }
}
@media (min-width: 1600px) {
  .prior_investments_data .prior_list .listing li a {
    height: 168px;
    width: 168px;
  }
}
.prior_investments_data .prior_list .listing li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.52);
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  opacity: 0;
}
.prior_investments_data .prior_list .listing li a:hover {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.prior_investments_data .prior_list .listing li a:hover::before {
  opacity: 1;
}
.prior_investments_data .prior_list .listing li a.has-no-link {
  cursor: auto;
  pointer-events: none;
}
.prior_investments_data .prior_list .listing li a.has-no-link:hover {
  opacity: 1;
}
.prior_investments_data .prior_list .listing li a.has-no-link:hover::before {
  opacity: 0;
}
@media (min-width: 992px) {
  .prior_investments_data .prior_list .listing li a img {
    height: auto;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .prior_investments_data .prior_list .listing li {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .prior_investments_data .prior_list .listing li a {
    height: 107px;
    width: 100%;
  }
}
.investments_section {
  margin-top: 55px;
}
@media (min-width: 768px) {
  .investments_section {
    margin-top: 65px;
  }
}
@media (min-width: 1200px) {
  .investments_section {
    margin-top: 95px;
  }
}
.investments_section .filter_section {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .investments_section .filter_section {
    margin-bottom: 40px;
  }
}
@media (min-width: 1100px) {
  .investments_section .filter_section {
    margin-bottom: 65px;
  }
}
@media (min-width: 1100px) {
  .investments_section .filter_section {
    margin-bottom: 80px;
  }
}
.investments_section .filter_section .bottom-row {
  margin: 0 10px;
}
@media (min-width: 992px) {
  .investments_section .filter_section .bottom-row {
    border-top: 2px solid #223261;
  }
}
@media (min-width: 1200px) {
  .investments_section .filter_section .bottom-row {
    margin: 0;
  }
}
.investments_section .filter_section .bottom-row .work_block_row {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1100px) {
  .investments_section .filter_section .bottom-row .work_block_row {
    margin: 0 -20px;
  }
}
@media (min-width: 1340px) {
  .investments_section .filter_section .bottom-row .work_block_row {
    margin: 0 -40px;
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col {
  padding: 0 10px;
  max-width: 50%;
  flex: 0 0 50%;
}
@media (min-width: 1100px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col {
    padding: 0 20px;
  }
}
@media (min-width: 1340px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col {
    padding: 0 40px;
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex {
  border-bottom: 1px solid #223261;
  border-top: 1px solid #223261;
  padding: 10px 0;
  position: relative;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex {
    border-bottom: 2px solid #223261;
    border-top: 2px solid #223261;
    border-top: 0;
    padding: 21px 0;
    margin-bottom: 10px;
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex .text {
  font-size: 18px;
  line-height: 29px;
  font-weight: 300;
  color: #223261;
  padding-right: 5px;
}
@media (min-width: 992px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex .text {
    font-size: 20px;
    line-height: 38px;
    padding-right: 15px;
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex .toggle_arrow {
  position: absolute;
  top: 18px;
  right: 5px;
  width: 11px;
  height: 17px;
  -webkit-transition: 0.44s ease-in;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.44s ease-in;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.44s ease-in;
  -o-transform-style: preserve-3d;
  transition: 0.44s ease-in;
  transform-style: preserve-3d;
}
@media (min-width: 768px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex .toggle_arrow {
    width: 15px;
    height: 20px;
    right: 15px;
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex .toggle_arrow.arrow_down {
  -webkit-transition: 0.44s ease-in;
  -moz-transition: 0.44s ease-in;
  -o-transition: 0.44s ease-in;
  transition: 0.44s ease-in;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  top: 15px;
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show {
  position: relative;
  display: none;
  animation: fade_in 0.4s ease-in;
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .arrow-top {
  height: 14px;
  width: 18px;
  display: block;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: -13px;
  right: 1px;
}
@media (min-width: 992px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .arrow-top {
    top: -12px;
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .arrow-top::before {
  border: 7px solid transparent;
  content: " ";
  display: block;
  position: absolute;
  z-index: 2;
  border-bottom-color: #fff;
  left: 2px;
  bottom: 0;
}
@media (min-width: 992px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .arrow-top::before {
    left: 3px;
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .arrow-top-bg::after {
  border: 9px solid transparent;
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  border-bottom-color: #223261;
  bottom: 0;
  left: 0;
}
@media (min-width: 992px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .arrow-top-bg::after {
    border: 10px solid transparent;
    border-bottom-color: #223261;
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex {
  border: 1px solid #223261;
  padding: 20px 0;
  position: relative;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex {
    border: 2px solid #223261;
    padding: 24px 0;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex .text {
  padding: 0;
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex .radio_list {
  padding-left: 20px;
}
@media (min-width: 992px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex .radio_list {
    padding-left: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex .radio_list .input_radio:hover input {
    border-color: #223261;
    -o-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex .radio_list .input_radio:hover label {
    color: #223261;
    -o-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
}
@media (min-width: 992px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex .radio_list .other_filter {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex .radio_list .other_filter .input_radio {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex .radio_list .other_filter .input_radio {
    padding-left: 9px;
    margin-left: 9px;
    width: auto;
  }
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex .radio_list .other_filter .input_radio::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 24px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1340px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex .radio_list .other_filter .input_radio {
    padding-left: 11px;
    margin-left: 11px;
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex .radio_list .other_filter .input_radio label {
  color: #223261;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (min-width: 992px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex .radio_list .other_filter .input_radio label {
    color: rgba(0, 0, 0, 0.35);
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex .radio_list .other_filter .input_radio input {
  border-color: #223261;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (min-width: 992px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex .radio_list .other_filter .input_radio input {
    border-color: rgba(0, 0, 0, 0.35);
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex .radio_list .other_filter .input_radio input:checked {
  border-color: #223261;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex .radio_list .other_filter .input_radio input:checked + label {
  color: #223261;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex .radio_list .other_filter .input_radio input:checked::after {
  opacity: 1;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (min-width: 1200px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex .radio_list .other_filter .input_radio input:hover {
    border-color: #223261;
    -o-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex .radio_list .other_filter .input_radio input:hover + label {
    color: #223261;
    -o-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex .radio_list .other_filter {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex .radio_list .other_filter {
    max-width: calc(100% - 90px);
    flex: 0 0 calc(100% - 90px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex .radio_list .other_filter {
    max-width: calc(100% - 50px);
    flex: 0 0 calc(100% - 50px);
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex .radio_list .input_radio label {
  color: #223261;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (min-width: 992px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex .radio_list .input_radio label {
    color: rgba(0, 0, 0, 0.35);
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex .radio_list .input_radio input {
  border-color: #223261;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (min-width: 992px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex .radio_list .input_radio input {
    border-color: rgba(0, 0, 0, 0.35);
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex .radio_list .input_radio input:checked {
  border-color: #223261;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show .d-flex .radio_list .input_radio input:checked + label {
  color: #223261;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .popup_show.display {
  animation: fade_in 0.4s ease-in;
  display: block;
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col.right-col-content .popup_show .radio_list {
  padding-left: 20px;
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col.right-col-content .popup_show .radio_list {
    padding-left: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col.right-col-content .popup_show .radio_list .other_filter {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex {
  align-items: flex-start;
}
@media (min-width: 992px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex .toggle_arrow {
    display: none;
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex .radio_list {
  margin-top: -3px;
}
@media (min-width: 992px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex .radio_list {
    margin-top: 0;
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex .radio_list.desktop-view {
  display: none !important;
}
@media (min-width: 992px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex .radio_list.desktop-view {
    display: flex !important;
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex .radio_list.mobile-view {
  display: block !important;
}
@media (min-width: 992px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex .radio_list.mobile-view {
    display: none !important;
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex .radio_list .other_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex .radio_list .other_filter .input_radio {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex .radio_list .other_filter .input_radio {
    padding-left: 9px;
    margin-left: 9px;
    width: auto;
  }
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex .radio_list .other_filter .input_radio::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 24px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1340px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex .radio_list .other_filter .input_radio {
    padding-left: 11px;
    margin-left: 11px;
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex .radio_list label {
  color: #223261;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (min-width: 992px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex .radio_list label {
    color: rgba(0, 0, 0, 0.35);
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex .radio_list input {
  border-color: #223261;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (min-width: 992px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex .radio_list input {
    border-color: rgba(0, 0, 0, 0.35);
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex .radio_list input:checked {
  border-color: #223261;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex .radio_list input:checked + label {
  color: #223261;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex .radio_list input:checked::after {
  opacity: 1;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (min-width: 1200px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex .radio_list input:hover {
    border-color: #223261;
    -o-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex .radio_list input:hover + label {
    color: #223261;
    -o-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col.right-col-content .d-flex .radio_list.desktop-view {
  align-items: flex-start;
}
.input_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input_radio input {
  padding: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #223261;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
  .input_radio input {
    height: 20px;
    width: 20px;
    border: 2px solid #223261;
  }
}
.input_radio input::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #FFB800;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  opacity: 0;
  -o-transition: 0.34s ease-in;
  -moz-transition: 0.34s ease-in;
  transition: 0.34s ease-in;
}
@media (min-width: 768px) {
  .input_radio input::after {
    width: 12px;
    height: 12px;
  }
}
.input_radio input:checked::after {
  opacity: 1;
  -o-transition: 0.34s ease-in;
  -moz-transition: 0.34s ease-in;
  transition: 0.34s ease-in;
}
.input_radio label {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 35px;
  font-weight: 400;
  color: #223261;
  padding-left: 9px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .input_radio label {
    font-size: 16px;
    line-height: 36px;
  }
}
@media (min-width: 1600px) {
  .input_radio label {
    font-size: 20px;
    line-height: 38px;
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col.right-col-content .d-flex .radio_list.defaultFundwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col.right-col-content .d-flex .radio_list.defaultFundwrap {
    margin-right: 40px;
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col.right-col-content .d-flex .radio_list.defaultFundwrap .input_radio_index {
  flex-direction: row-reverse;
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col.right-col-content .d-flex .radio_list.defaultFundwrap .input_radio_index.input_radio {
  position: relative;
  width: 100%;
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col.right-col-content .d-flex .radio_list.defaultFundwrap .input_radio_index.input_radio {
    padding-left: 9px;
    margin-left: 9px;
    width: auto;
    flex-direction: row-reverse;
  }
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col.right-col-content .d-flex .radio_list.defaultFundwrap .input_radio_index.input_radio::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 24px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1340px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col.right-col-content .d-flex .radio_list.defaultFundwrap .input_radio_index.input_radio {
    padding-left: 11px;
    margin-left: 11px;
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col.right-col-content .d-flex .radio_list.defaultFundwrap .input_radio_index.input_radio label {
  color: #223261;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  padding-left: 5px;
  font-size: 13px;
}
@media (min-width: 992px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col.right-col-content .d-flex .radio_list.defaultFundwrap .input_radio_index.input_radio label {
    color: #223261;
    padding-left: 9px;
    font-size: 20px;
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col.right-col-content .d-flex .radio_list.defaultFundwrap .input_radio_index.input_radio span {
  padding: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #223261;
  position: relative;
  cursor: pointer;
  font-size: 0;
}
@media (min-width: 768px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col.right-col-content .d-flex .radio_list.defaultFundwrap .input_radio_index.input_radio span {
    height: 20px;
    width: 20px;
    border: 2px solid #223261;
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col.right-col-content .d-flex .radio_list.defaultFundwrap .input_radio_index.input_radio span::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #FFB800;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  -o-transition: 0.34s ease-in;
  -moz-transition: 0.34s ease-in;
  transition: 0.34s ease-in;
}
@media (min-width: 768px) {
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col.right-col-content .d-flex .radio_list.defaultFundwrap .input_radio_index.input_radio span::after {
    width: 12px;
    height: 12px;
  }
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col.right-col-content .d-flex .radio_list.defaultFundwrap .dfundStatusAll + .input_radio.input_radio_index {
  padding-left: 0;
  margin-left: 0;
}
.investments_section .filter_section .bottom-row .work_block_row .work_block_col.right-col-content .d-flex .radio_list.defaultFundwrap .dfundStatusAll + .input_radio.input_radio_index::before {
  display: none;
}
.investments_section .investments_wrap .team_grid_section .team_block_row .team-inner-row {
  max-width: 1320px;
}
@media (min-width: 1600px) {
  .investments_section .investments_wrap .team_grid_section .team_block_row .team-inner-row {
    max-width: 1640px;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.investment_criteria_section.com-padding {
  padding-bottom: 0;
}
.investment_criteria_section .investment_details .title-55 {
  text-align: left;
}
@media (min-width: 992px) {
  .investment_criteria_section .investment_details .title-55 {
    text-align: center;
  }
}
.investment_criteria_section .investment_details .work_block_row {
  margin-left: 0;
  margin-right: 0;
}
.investment_criteria_section .investment_details .work_block_row .work_block_col.left-col-content {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  max-width: 1185px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .investment_criteria_section .investment_details .work_block_row .work_block_col.left-col-content {
    text-align: center;
  }
}
.investment_criteria_section .investment_details .work_block_row .work_block_col.left-col-content h2 {
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .investment_criteria_section .investment_details .work_block_row .work_block_col.left-col-content h2 br {
    display: none;
  }
}
.investment_criteria_section .investment_details .work_block_row .work_block_col.left-col-content h2 + h2 {
  margin-top: 38px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .investment_criteria_section .investment_details .work_block_row .work_block_col.left-col-content h2 + h2 {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-top: 26px;
  }
}
.investment_criteria_section .investment_dropbox {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .investment_criteria_section .investment_dropbox {
    margin-top: 45px;
  }
}
@media (min-width: 992px) {
  .investment_criteria_section .investment_dropbox {
    margin-top: 25px;
  }
}
@media (min-width: 1100px) {
  .investment_criteria_section .investment_dropbox {
    margin-top: 95px;
  }
}
section.portfolio_page_section {
  overflow: hidden;
}
.current_investments_data {
  animation: fade_in 0.4s ease-in;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .current_investments_data {
    margin-bottom: 55px;
  }
}
@media (min-width: 1200px) {
  .current_investments_data {
    margin-bottom: 85px;
  }
}
.current_investments_data .expand_content_col.expand_left_col .arrow_link a {
  color: #fff;
}
.current_investments_data .expand_content_col.expand_left_col .arrow_link a::after {
  filter: brightness(0) invert(1);
}
.current_investments_data .listing {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 1200px) {
  .current_investments_data .listing {
    margin-top: 80px;
  }
}
.current_investments_data .listing h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .current_investments_data .listing h4 {
    font-size: 22px;
    line-height: 38px;
  }
}
@media (min-width: 768px) {
  .current_investments_data .listing {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 1100px) {
  .current_investments_data .listing {
    font-size: 28px;
    line-height: 38px;
  }
}
.current_investments_data .listing .investment_ul {
  margin-top: 25px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .current_investments_data .listing .investment_ul {
    margin-top: 35px;
    padding-left: 25px;
  }
}
@media (min-width: 1100px) {
  .current_investments_data .listing .investment_ul {
    padding-left: 35px;
  }
}
@media (min-width: 1340px) {
  .current_investments_data .listing .investment_ul {
    margin-top: 45px;
    padding-left: 55px;
  }
}
.current_investments_data .listing .investment_ul li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 25px;
  color: #fff;
}
@media (min-width: 992px) {
  .current_investments_data .listing .investment_ul li {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1100px) {
  .current_investments_data .listing .investment_ul li {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1600px) {
  .current_investments_data .listing .investment_ul li {
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 35px;
  }
}
.current_investments_data .listing .investment_ul li .icon {
  position: absolute;
  background-image: url(../images/left_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 11px;
  height: 12px;
  left: -23px;
  top: 7px;
  filter: brightness(0) invert(1);
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .current_investments_data .listing .investment_ul li .icon {
    width: 11px;
    height: 18px;
    left: -25px;
    top: 7px;
  }
}
@media (min-width: 1100px) {
  .current_investments_data .listing .investment_ul li .icon {
    width: 16px;
    height: 28px;
    left: -35px;
    top: 5px;
  }
}
@media (min-width: 1340px) {
  .current_investments_data .listing .investment_ul li .icon {
    left: -55px;
    width: 20px;
    height: 33px;
  }
}
.current_investments_data .listing .investment_ul li span {
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  display: block;
}
@media (min-width: 992px) {
  .current_investments_data .listing .investment_ul li span {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (min-width: 1100px) {
  .current_investments_data .listing .investment_ul li span {
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
  }
}
@media (min-width: 1600px) {
  .current_investments_data .listing .investment_ul li span {
    font-size: 22px;
    line-height: 38px;
  }
}
@media (max-width: 990px) {
  .policy_page .page-title {
    padding-bottom: 10px;
    padding-top: 20px;
  }
}
.policy_page #responsible-investment-section {
  padding-top: 0;
}
@media (min-width: 1100px) {
  .policy_page #responsible-investment-section {
    padding-top: 70px;
  }
}
@media (min-width: 1340px) {
  .policy_page #responsible-investment-section {
    padding-top: 65px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .policy_page .counter_block_section.home_counter_block {
    padding-top: 45px;
  }
}
@media (min-width: 1200px) {
  .policy_page .counter_block_section.home_counter_block {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .policy_page .counter_block_section.home_counter_block .counter_block_row .counter_block_col:nth-child(1)::before, .policy_page .counter_block_section.home_counter_block .counter_block_row .counter_block_col:nth-child(2)::before {
    display: none;
  }
}
.policy_page .counter_block_section.home_counter_block .counter_block_row .counter_block_col .counter-number {
  width: fit-content;
  position: relative;
}
.policy_page .counter_block_section.home_counter_block .counter_block_row .counter_block_col .counter-number::after {
  content: "%";
}
@media (min-width: 768px) {
  .policy_page .counter_block_section.home_counter_block .counter_block_row .counter_block_col .counter-number::after {
    font-size: 34px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .policy_page .counter_block_section.home_counter_block .counter_block_row .counter_block_col .counter-number::after {
    font-size: 42px;
    line-height: 42px;
  }
}
.policy_page .contact_Section {
  padding-top: 0;
}
@media (min-width: 1100px) {
  .policy_page .policy_work_block.ethos_details_Section .work_block_row {
    margin-top: 65px;
  }
}
@media (min-width: 1200px) {
  .policy_page .image_details_section .details_box {
    max-width: 700px;
  }
}
.policy_page .image_details_section .details_box p .text {
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 1200px) {
  .policy_page .image_details_section .details_box p .text {
    margin-bottom: 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .policy_page .download_link_section {
    margin-top: 30px;
  }
}
.policy_page .policy_work_block .work_block_row .work_block_col.left-col-content {
  justify-content: unset;
}
@media (min-width: 0px) and (max-width: 767px) {
  .policy_page .policy_work_block .work_block_row .work_block_col.left-col-content {
    margin-bottom: 0;
  }
}
@media (min-width: 1100px) {
  .policy_page .policy_work_block .work_block_row .work_block_col.left-col-content h2 {
    margin-bottom: 45px;
  }
}
@media (min-width: 768px) {
  .single-casestudy .image_contant_contact.image_right .image_details_section .right .details_box {
    margin-left: 0;
  }
}
.single-casestudy .single_image_section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .single-casestudy .single_image_section {
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .single-casestudy .single_image_section {
    max-width: 1640px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .single-casestudy .image_contant_contact.image_right .image_details_section {
    flex-direction: column !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .policy_page .policy_section .page-title {
    padding-bottom: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .policy_page .policy_work_block.ethos_details_Section.com-padding {
    padding-top: 50px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .policy_page .policy_work_block.ethos_details_Section.com-padding {
    padding-bottom: 20px;
  }
}
.emptyErrorMsg {
  text-align: center;
  padding-top: 50px;
  font-size: 18px;
  line-height: 34px;
  font-weight: bold;
  color: #223261;
}
.ethos_page .investment_dropbox .accordion {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .ethos_page .investment_dropbox .accordion {
    flex-direction: row-reverse;
  }
}
.ethos_page .investment_criteria_section.com-padding .investment_details .work_block_row .work_block_col.right-col-content .para span.text {
  display: block;
}
@media (min-width: 1100px) {
  .ethos_page .investment_criteria_section .work_block_row {
    margin-top: 75px;
  }
}
@media (min-width: 992px) {
  .policy_page .policy_section .page-title {
    padding-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .policy_page .policy_section .page-title {
    margin-top: 15px;
    border-top: 1px solid #000000;
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .policy_page .policy_section .page-title {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .policy_page .policy_section .page-title {
    max-width: 1160px;
    padding-top: 20px;
  }
}
@media (min-width: 1440px) {
  .policy_page .policy_section .page-title {
    padding-top: 40px;
  }
}
.policy_page .policy_section + .policy_work_block.ethos_details_Section {
  padding-top: 45px;
}
@media (min-width: 1100px) {
  .policy_page .policy_section + .policy_work_block.ethos_details_Section {
    padding-top: 85px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .policy_page .policy_section + .policy_work_block.ethos_details_Section {
    padding-top: 0px;
  }
  .policy_page .policy_section + .policy_work_block.ethos_details_Section .ethos_title {
    border-top: 1px solid #000;
    padding-top: 45px;
  }
}
@media (min-width: 1340px) {
  .policy_page .policy_section + .policy_work_block.ethos_details_Section {
    padding-bottom: 85px;
  }
}
.policy_page .activate_banner_Section {
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  section.casestudy_details_section.image_contant_contact + .activate_banner_Section {
    margin-top: 0;
  }
}
.single-casestudy .left_bottom {
  display: block;
  text-align: right;
}
@media (min-width: 1100px) {
  .single-casestudy .left_bottom {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .single-casestudy .left_bottom {
    display: block;
  }
}
.single-casestudy .left_bottom .link_arrow {
  margin-bottom: 0;
}
.single-casestudy .left_bottom .link_arrow a {
  font-size: 24px;
  line-height: 29px;
  color: #223261;
  font-weight: 700;
  font-family: "Columbus MT Std";
  text-transform: uppercase;
  position: relative;
  padding-left: 32px;
  -o-transition: 0.34s ease-in;
  -moz-transition: 0.34s ease-in;
  transition: 0.34s ease-in;
}
.single-casestudy .left_bottom .link_arrow a::before {
  content: "";
  position: absolute;
  background-image: url(../images/back_arrow.svg);
  width: 18px;
  height: 15px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-casestudy .left_bottom .link_arrow a:hover {
  -o-transition: 0.34s ease-in;
  -moz-transition: 0.34s ease-in;
  transition: 0.34s ease-in;
  padding-left: 56px;
}
@media (min-width: 992px) {
  .page-template-team-template footer {
    margin-top: 80px;
  }
}
.page-template-team-template .work_block_section .work_block_row .work_block_col {
  text-align: left;
}
.page-template-team-template .work_block_section .work_block_row .work_block_col.left-col-content .work_block_col.right-col-content {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  margin-top: 20px;
  color: #000000;
}
@media (min-width: 0px) and (max-width: 767px) {
  .page-template-team-template .work_block_section .work_block_row .work_block_col.left-col-content .work_block_col.right-col-content {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1100px) {
  .page-template-team-template .work_block_section .work_block_row .work_block_col.left-col-content .work_block_col.right-col-content {
    margin-top: 30px;
  }
}
.page-template-team-template .work_block_section .work_block_row .work_block_col.left-col-content .work_block_col.right-col-content p {
  color: #000000;
}
@media (min-width: 0px) and (max-width: 767px) {
  .page-template-team-template .work_block_section .work_block_row .work_block_col.left-col-content .work_block_col.right-col-content p {
    font-size: 16px;
    line-height: 26px;
  }
}
.page-template-team-template .team_new_Section {
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 767px) {
  .page-template-team-template .team_new_Section {
    overflow: unset;
    margin-top: 20px;
  }
}
.page-template-team-template .team_new_Section .counter_block_section .counter_block_row {
  justify-content: center;
}
.page-template-team-template .team_new_Section .counter_block_section .counter_block_row .counter_block_col {
  max-width: 25%;
  flex: 0 0 25%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .page-template-team-template .team_new_Section .counter_block_section .counter_block_row .counter_block_col {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 1200px) {
  .page-template-team-template .team_new_Section .counter_block_section .counter_block_row .counter_block_col {
    padding: 19px 20px;
    max-height: 142px;
  }
}
@media (min-width: 992px) {
  .page-template-team-template .team_new_Section .counter_block_section .counter_block_row .counter_block_col {
    max-width: 16.66%;
    flex: 0 0 16.66%;
    border-right: 2px solid #223261;
    border-bottom: 0;
  }
  .page-template-team-template .team_new_Section .counter_block_section .counter_block_row .counter_block_col::after {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .page-template-team-template .team_new_Section .counter_block_section .counter_block_row .counter_block_col:nth-of-type(2) {
    border-right: 2px solid #223261;
  }
}
.page-template-team-template .team_new_Section .counter_block_section .counter_block_row .counter_block_col:nth-of-type(3) {
  border-right: 1px solid #223261;
}
@media (min-width: 992px) {
  .page-template-team-template .team_new_Section .counter_block_section .counter_block_row .counter_block_col:nth-of-type(3) {
    border-right: 2px solid #223261;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .page-template-team-template .team_new_Section .counter_block_section .counter_block_row .counter_block_col:nth-child(1)::before, .page-template-team-template .team_new_Section .counter_block_section .counter_block_row .counter_block_col:nth-child(2)::before {
    opacity: 0;
  }
}
.page-template-team-template .team_new_Section .counter_block_section .counter_block_row .counter_block_col:last-child {
  border-right: 0;
}
@media (max-width: 992px) {
  .page-template-team-template .team_new_Section .counter_block_section .counter_block_row .counter_block_col:nth-of-type(3n):after {
    right: 0px;
    width: 101%;
  }
  .page-template-team-template .team_new_Section .counter_block_section .counter_block_row .counter_block_col:last-of-type:after {
    width: 101%;
  }
  .page-template-team-template .team_new_Section .counter_block_section .counter_block_row .counter_block_col:nth-of-type(2n):after {
    width: calc(100% - 40px);
  }
}
@media (max-width: 992px) and (min-width: 0px) and (max-width: 767px) {
  .page-template-team-template .team_new_Section .counter_block_section .counter_block_row .counter_block_col:nth-of-type(3n)::after {
    left: 0;
    width: 100%;
  }
}
.single-casestudy .policy_section .page-title {
  padding-top: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .single-casestudy .policy_section .page-title {
    padding-top: 50px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-bottom: 50px;
    margin-bottom: 45px;
    margin-top: 15px;
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .single-casestudy .policy_section .page-title {
    padding-bottom: 110px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .single-casestudy .image_contant_contact.section-1 .image_details_section .details_box .title-55 {
    margin-bottom: 35px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .single-casestudy .image_contant_contact .image_details_section .details_box .title-55 {
    margin-bottom: 40px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .single-casestudy .investment_criteria_section .work_block_row {
    margin-top: 30px;
    margin-bottom: 45px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .single-casestudy .investment_criteria_section .investment_dropbox .accordion li.second_li .inner ul li {
    margin-bottom: 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .single-casestudy .case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner .investment_ul .investment_li_div .stext {
    padding-right: 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .single-casestudy .investment_criteria_section .investment_dropbox .accordion li.second_li {
    margin-bottom: 0;
  }
}
.single-casestudy .investment_criteria_section .investment_details .work_block_row .work_block_col.left-col-content h2 br {
  display: block !important;
}
.single-casestudy .investment_criteria_section .investment_details .work_block_row .work_block_col.left-col-content h2 p {
  font-size: 26px;
  line-height: 40px;
  color: #223261;
  display: inline;
}
@media (min-width: 1100px) {
  .single-casestudy .investment_criteria_section .investment_details .work_block_row .work_block_col.left-col-content h2 p {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .single-casestudy .investment_criteria_section .investment_details .work_block_row .work_block_col.left-col-content h2 p {
    font-size: 18px;
    line-height: 28px;
    color: #223261;
    margin-top: 25px;
    display: block;
  }
}
.team_slider_page {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media (min-width: 1440px) {
  .team_slider_page {
    padding: 0;
  }
}
.team_slider_page .slick-arrow {
  opacity: 1;
  width: 25px;
  height: 19px;
  bottom: -60px;
  top: unset;
  transform: unset;
}
@media (min-width: 992px) {
  .team_slider_page .slick-arrow {
    width: 42px;
    height: 26px;
  }
}
@media (min-width: 1100px) {
  .team_slider_page .slick-arrow {
    top: 20px;
    bottom: unset;
    width: 62px;
    height: 46px;
  }
}
.team_slider_page .slick-arrow::before {
  content: "";
  width: 25px;
  height: 19px;
  position: absolute;
  background-image: url(../images/p_slider_arrow.svg);
  opacity: 1;
  background-position: center;
  background-size: cover;
  left: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .team_slider_page .slick-arrow::before {
    width: 42px;
    height: 26px;
  }
}
@media (min-width: 1200px) {
  .team_slider_page .slick-arrow::before {
    width: 62px;
    height: 46px;
  }
}
.team_slider_page .slick-arrow.slick-prev {
  left: -40px;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .team_slider_page .slick-arrow.slick-prev {
    left: -60px;
  }
}
@media (min-width: 1100px) {
  .team_slider_page .slick-arrow.slick-prev {
    left: -50px;
    right: unset;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .team_slider_page .slick-arrow.slick-prev {
    left: -90px;
  }
}
.team_slider_page .slick-arrow.slick-next {
  right: -40px;
  left: 0;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .team_slider_page .slick-arrow.slick-next {
    right: -60px;
  }
}
@media (min-width: 1100px) {
  .team_slider_page .slick-arrow.slick-next {
    right: -50px;
    left: unset;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .team_slider_page .slick-arrow.slick-next {
    right: -90px;
  }
}
.team_slider_page .slick-arrow.slick-next::before {
  transform: rotate(180deg);
}
.team_slider_page .slick-dots {
  bottom: -35px;
  -o-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .team_slider_page .slick-dots {
    bottom: -45px;
  }
}
.team_slider_page .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 4px;
}
@media (min-width: 992px) {
  .team_slider_page .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 10px;
  }
}
.team_slider_page .slick-dots li button {
  width: 8px;
  height: 8px;
  background: rgba(34, 50, 97, 0.5);
  border-radius: 50%;
  padding: 0;
}
@media (min-width: 992px) {
  .team_slider_page .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}
.team_slider_page .slick-dots li button::before {
  display: none;
}
.team_slider_page .slick-dots li.slick-active button {
  background: #223261;
}
#ethos_investment_section .investment_details .title-55 {
  max-width: 100%;
}
@media (min-width: 992px) {
  #ethos_investment_section .investment_details .title-55 {
    max-width: 65%;
  }
}
#ethos_values .work_block_row .work_block_col.left-col-content p {
  margin-bottom: 30px;
}
#ethos_values .work_block_row .work_block_col.left-col-content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1100px) {
  section#investment-principles-section {
    padding-top: 60px;
  }
}
@media (min-width: 1100px) {
  section#investment-principles-section .investment_details .work_block_row {
    margin-top: 60px;
  }
}
@media (min-width: 1100px) {
  section#investment-principles-section .investment_dropbox {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .ethos_page .ethos_details_Section.com-padding {
    padding-top: 55px;
  }
}
@media (min-width: 992px) {
  .ethos_page .ethos_details_Section.com-padding {
    padding-top: 55px;
    padding-bottom: 40px;
  }
}
.ethos_page .policy_section .page-title {
  padding-bottom: 0;
}
@media (max-width: 1025px) {
  .ethos_page .policy_section .page-title {
    padding-top: 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .ethos_page .policy_section .page-title {
    padding-top: 50px;
    border-top: 1px solid #000;
    margin-top: 10px;
  }
}
.ethos_page .single_image_section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .ethos_page .single_image_section {
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .ethos_page .single_image_section {
    max-width: 1640px;
  }
}
.ethos_page .investment_criteria_section .investment_dropbox .accordion.bottom_investment_data {
  margin: 0;
}
.ethos_page .investment_criteria_section .investment_dropbox .accordion.bottom_investment_data .second_li {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .ethos_page .investment_criteria_section .investment_dropbox .accordion.bottom_investment_data .second_li {
    margin-top: 0;
  }
}
.ethos_page .investment_criteria_section .investment_dropbox .accordion.bottom_investment_data .second_li .inner {
  padding-left: 0;
  padding-top: 0;
  display: block;
}
.ethos_page .investment_criteria_section .investment_dropbox .accordion.bottom_investment_data .second_li .inner .investment_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
}
.ethos_page .investment_criteria_section .investment_dropbox .accordion.bottom_investment_data .second_li .inner .investment_ul li {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .ethos_page .investment_criteria_section .investment_dropbox .accordion.bottom_investment_data .second_li .inner .investment_ul li {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .ethos_page .investment_criteria_section .investment_dropbox .accordion.bottom_investment_data .second_li .inner .investment_ul li {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 1100px) {
  .ethos_page .investment_criteria_section .investment_dropbox .accordion.bottom_investment_data .second_li .inner .investment_ul li {
    padding: 0 40px;
  }
}
@media (min-width: 1440px) {
  .ethos_page .investment_criteria_section .investment_dropbox .accordion.bottom_investment_data .second_li .inner .investment_ul li {
    padding: 0 40px;
  }
}
.ethos_page .investment_criteria_section .investment_dropbox .accordion.bottom_investment_data .second_li .inner .investment_ul li .icon {
  left: 0;
}
.ethos_page .investment_criteria_section .investment_dropbox .accordion.bottom_investment_data .second_li .inner .investment_ul li .desc {
  margin-bottom: 0;
}
.home_page .home_counter_block {
  padding-top: 0;
}
.current_investments_data.investments_wrap .title-55 {
  padding: 0 20px;
}
.portfolio_page_section #our-stories-section .image_contant_contact .image_details_section {
  padding: 0;
}
/*css new added 27-07-2023*/
.ethos_page .investment_criteria_section .investment_dropbox .accordion.bottom_investment_data .second_li .inner .investment_ul .desc span, .ethos_details_Section .work_block_row .work_block_col .para p span, .work_block_row .work_block_col.left-col-content p .text {
  font-weight: 700;
}
.page-template-team-template .team_new_Section {
  padding-top: 45px;
}
@media (min-width: 768px) {
  .page-template-team-template .team_new_Section {
    padding-top: 55px;
  }
}
@media (min-width: 992px) {
  .page-template-team-template .team_new_Section {
    padding-top: 70px;
  }
}
@media (min-width: 992px) {
  .page-template-team-template .team_new_Section .counter_block_section {
    padding-bottom: 65px;
  }
}
@media (min-width: 1100px) {
  #ethos_values.ethos_details_Section .work_block_row .work_block_col.right-col-content {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1100px) {
  #ethos_values.ethos_details_Section .work_block_row .work_block_col.left-col-content {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1100px) {
  #ethos_values.ethos_details_Section .work_block_row .work_block_col p {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  #ethos_values.ethos_details_Section .work_block_row {
    margin-top: 65px;
  }
}
@media (min-width: 1200px) {
  #ethos_values.ethos_details_Section .work_block_row {
    margin-top: 35px;
  }
}
.ethos_page .policy_section .page-title .title {
  font-weight: 600;
}
@media (min-width: 768px) {
  .ethos_page .policy_section .page-title .title {
    margin-bottom: 28px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .ethos_page .policy_section .page-title .title {
    margin-bottom: 55px;
    max-width: 85%;
  }
}
.page-template-team-template .policy_section {
  padding-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .page-template-team-template .policy_section {
    padding-top: 50px;
    border-top: 1px solid #000;
    margin-top: 25px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .page-template-team-template .policy_section {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1378px) {
  .sentence {
    font-size: 34px;
    line-height: 42px;
  }
  .banner_image_section .scrollto span {
    font-size: 16px;
    line-height: 28px;
  }
  .banner_image_section .scrollto {
    bottom: 20px;
  }
  .banner_image_section .home_hero_slider .slick-dots {
    bottom: 64px;
  }
  .banner_image_section .home_hero_slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 8px;
  }
  .banner_image_section .home_hero_slider .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .banner_image_section .slick-slider .slider-middle-content, .banner_image_section .slick-list .slider-middle-content, .banner_image_section .slick-track .slider-middle-content, .banner_image_section .slick-slide .slider-middle-content {
    bottom: 100px;
  }
  .banner_image_section .home_hero_slider .slick-slide .image_tag {
    bottom: 22px;
    left: 26px;
  }
  .Rubicon_header .header .desktop_link a {
    font-size: 16px;
    line-height: 20px;
  }
  .Rubicon_header .header .desktop_link a {
    font-size: 16px;
    line-height: 20px;
  }
  .Rubicon_header .header .menu-navigation .menu-icon.icon-2 {
    top: calc(50% - 7px);
  }
  .Rubicon_header .header .menu-navigation .menu-icon.icon-3 {
    top: calc(50% + 7px);
  }
  .Rubicon_header .header .menu-navigation {
    width: 26px;
    height: 18px;
  }
  .menu_open.Rubicon_header .header .menu-navigation .menu-icon.icon-3 {
    width: 38px;
  }
  .menu_open.Rubicon_header .header .menu-navigation .menu-icon.icon-2 {
    width: 38px;
  }
  .site_navbar .navabar li a {
    font-size: 16px;
    line-height: 20px;
  }
  .site_navbar {
    max-width: 270px;
    padding-top: 120px;
  }
  .site_navbar .navabar li {
    margin-bottom: 20px;
  }
  .site_navbar .navabar li .sub-menu li a {
    font-size: 15px;
    line-height: 17px;
  }
  .home_page .Rubicon_header .header {
    padding: 15px 0 15px;
  }
  .Rubicon_header .header_logo .logo img {
    width: 90px;
  }
  .counter_block_row .counter_block_col .counter-number {
    font-size: 34px;
    line-height: 42px;
  }
  .counter_block_row .counter_block_col .counter-title {
    font-size: 14px;
    line-height: 16px;
  }
  .home_counter_block .counter_block_row .counter_block_col {
    margin-top: 30px;
  }
  .counter_block_row .counter_block_col {
    max-width: 16.66%;
    flex: 0 0 16.66%;
    flex-grow: 1;
    margin-bottom: 0;
    padding: 15px 10px;
  }
  .title-55 {
    font-size: 32px;
    line-height: 38px;
  }
  .image_contant_section .image_details_section .details_box p, .image_contant_contact .image_details_section .details_box p {
    font-size: 14px;
    line-height: 24px;
  }
  .image_contant_section .image_details_section .details_box .arrow_link, .image_contant_contact .image_details_section .details_box .arrow_link {
    margin-top: 10px;
  }
  .arrow_link a {
    font-size: 16px;
    line-height: 20px;
  }
  .image_contant_section .image_details_section .details_box, .image_contant_contact .image_details_section .details_box {
    margin: 30px;
    max-width: 650px;
    font-size: 20px;
    line-height: 30px;
  }
  footer {
    margin-top: 80px;
  }
  .footer-top {
    padding: 18px 0 15px;
  }
  .footer-top .footer-col.left-top-col .footer-logo img {
    width: 130px;
    height: 65px;
  }
  .footer-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .footer-link li a {
    font-size: 14px;
    line-height: 22px;
  }
  .footer-top .footer-text {
    font-size: 14px;
    line-height: 22px;
  }
  .footer-bottom {
    padding: 15px 0;
  }
  .footer-bottom-link li a {
    font-size: 14px;
    line-height: 22px;
  }
  .footer-bottom .bottom-footer-right {
    font-size: 13px;
    line-height: 22px;
  }
  .footer-bottom .bottom-footer-right .bottom {
    margin-top: 15px;
  }
  .page-title-padding {
    margin-top: 92px;
  }
  .ethos_page .ethos_details_Section.com-padding {
    padding-top: 40px;
  }
  #ethos_values.ethos_details_Section .work_block_row {
    margin-top: 40px;
  }
  .work_block_row .work_block_col.left-col-content, .work_block_row .work_block_col h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .work_block_row .work_block_col.left-col-content p {
    font-size: 16px;
    line-height: 26px;
  }
  .work_block_row .work_block_col.left-col-content, .work_block_row .work_block_col h2 {
    font-size: 18px;
    line-height: 30px;
  }
  .work_block_row .work_block_col.right-col-content {
    font-size: 18px;
    line-height: 30px;
  }
  .ethos_details_Section .work_block_row .work_block_col .para p span, .ethos_details_Section .work_block_row .work_block_col .para span span, .investment_criteria_section .work_block_row .work_block_col .para p span, .investment_criteria_section .work_block_row .work_block_col .para span span {
    font-size: 18px;
    line-height: 30px;
  }
  .ethos_details_Section .work_block_row .work_block_col .para p, .investment_criteria_section .work_block_row .work_block_col .para p {
    margin-bottom: 20px;
  }
  .page-title-padding.pagetitle_padding {
    margin-top: 92px;
  }
  .com-padding {
    padding: 40px 0 40px;
  }
  .ethos_page .investment_criteria_section .work_block_row {
    margin-top: 35px;
  }
  .investment_criteria_section .investment_details .work_block_row .work_block_col.left-col-content {
    max-width: 960px;
  }
  .investment_criteria_section .investment_dropbox {
    margin-top: 50px;
  }
  .ethos_details_Section .investment_dropbox .accordion li.second_li .inner ul li span, .investment_criteria_section .investment_dropbox .accordion li.second_li .inner ul li span {
    font-size: 16px;
    line-height: 28px;
  }
  .ethos_details_Section .investment_dropbox .accordion li.second_li .inner ul li, .investment_criteria_section .investment_dropbox .accordion li.second_li .inner ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .ethos_details_Section .investment_dropbox .accordion li.second_li .inner ul li .icon, .investment_criteria_section .investment_dropbox .accordion li.second_li .inner ul li .icon {
    width: 10px;
    height: 19px;
  }
  .ethos_page .investment_criteria_section .investment_dropbox .accordion.bottom_investment_data .second_li .inner .investment_ul li {
    padding: 0 30px;
  }
  .policy_section .page-title {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .page-template-team-template .team_new_Section {
    padding-top: 40px;
  }
  .page-template-team-template .team_new_Section .counter_block_section {
    padding-bottom: 40px;
  }
  .page-template-team-template .team_new_Section .counter_block_section .counter_block_row .counter_block_col {
    padding: 15px 15px;
    max-height: 142px;
  }
  .team_block_row .team-inner-row {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
  }
  .team_block_row .team_block_col {
    margin-bottom: 40px;
  }
  .team_grid_new_section .team_block_row .team_block_col .team_detail {
    padding-top: 12px;
  }
  .team_block_row .team_detail .team_detail_title {
    font-size: 15px;
    line-height: 27px;
  }
  .team_block_row .team_detail .toggle-teamdetail-section {
    width: 15px;
  }
  .expand_section {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .expand_section .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .expand_content_row .expand_content_col .contact_detail {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  .expand_content_row .expand_content_col .contact_detail .title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .expand_content_row .expand_content_col.expand_right_col {
    font-size: 14px;
    line-height: 22px;
  }
  .expand_content_row .expand_content_col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .expand_content_row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .team_grid_new_section .team_block_row .team_block_col .team_detail::after {
    left: -20px;
    right: -20px;
  }
  .page-template-team-template .policy_section {
    padding-top: 10px;
  }
  .page-title .title {
    font-size: 20px;
    line-height: 30px;
  }
  .page-title .tag_line {
    font-size: 18px;
    line-height: 20px;
  }
  .page-title .title {
    margin-bottom: 25px;
  }
  .team_slider_page .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .team_slider_page .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 7px;
  }
  .team_slider_page .slick-dots {
    bottom: -35px;
  }
  .team_slider_page .slick-arrow::before, .portfolio_page_section .policy_section.page-title .slick-arrow::before {
    width: 45px;
    height: 25px;
  }
  .team_slider_page .slick-arrow, .portfolio_page_section .policy_section.page-title .slick-arrow {
    width: 45px;
    height: 25px;
  }
  .team_slider_page .slick-arrow.slick-next {
    right: -30px;
  }
  .team_slider_page .slick-arrow.slick-prev {
    left: -30px;
  }
  .page-template-team-template .policy_section {
    padding-bottom: 5px;
  }
  .policy_page .counter_block_section.home_counter_block .counter_block_row .counter_block_col .counter-number::after {
    font-size: 32px;
    line-height: 32px;
  }
  .policy_page .counter_block_section.home_counter_block {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .policy_page #responsible-investment-section {
    padding-top: 40px;
  }
  .policy_page .policy_work_block.ethos_details_Section .work_block_row {
    margin-top: 40px;
  }
  .policy_work_block.ethos_details_Section.com-padding {
    padding-bottom: 40px;
  }
  .download_link_section .download_link {
    padding: 20px 20px;
  }
  .download_link_section .download_link a {
    font-size: 16px;
    line-height: 18px;
  }
  .portfolio_page_section .investment_criteria_section {
    padding-top: 40px;
  }
  .portfolio_page_section .investment_criteria_section .work_block_row {
    margin-top: 40px;
  }
  .investments_section {
    margin-top: 55px;
  }
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex {
    padding: 12px 0;
  }
  .investments_section .filter_section .bottom-row .work_block_row .work_block_col .d-flex .text {
    font-size: 16px;
    line-height: 30px;
    padding-right: 15px;
  }
  .input_radio label {
    font-size: 16px;
    line-height: 30px;
  }
  .input_radio input {
    height: 16px;
    width: 16px;
    border: 2px solid #223261;
  }
  .input_radio input::after {
    width: 10px;
    height: 10px;
  }
  .investments_section .filter_section {
    margin-bottom: 40px;
  }
  .portfolio_page_section .current_investments_data .title-55, .portfolio_page_section .prior_investments_data .title-55 {
    margin-bottom: 35px;
  }
  .team_block_row .team_detail .toggle-teamdetail-section {
    position: absolute;
    right: 13px;
  }
  .team_block_row .team_detail .toggle-teamdetail-section:after {
    left: -3px;
    bottom: -20px;
  }
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section {
    top: -14px;
    padding-bottom: 40px;
    padding-top: 40px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 30px;
  }
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo {
    margin-bottom: 35px;
  }
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo img, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo img {
    max-width: 170px;
    width: 170px;
  }
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo_bottom_desc, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .logo_bottom_desc {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 35px;
  }
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc {
    font-size: 16px;
    line-height: 28px;
  }
  .expand_content_row .expand_content_col .title {
    font-size: 20px;
    line-height: 22px;
  }
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc p, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .overview_desc p {
    font-size: 16px;
    line-height: 28px;
  }
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .arrow_link a, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .arrow_link a {
    font-size: 18px;
    line-height: 20px;
  }
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing h4, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_left_col .listing h4 {
    font-size: 20px;
    line-height: 22px;
  }
  .current_investments_data .listing .investment_ul li {
    font-size: 16px;
    line-height: 28px;
  }
  .current_investments_data .listing .investment_ul li span {
    font-size: 16px;
    line-height: 28px;
  }
  .current_investments_data .listing .investment_ul li .icon {
    width: 10px;
    height: 18px;
    left: -25px;
  }
  .current_investments_data .listing .investment_ul {
    padding-left: 25px;
  }
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box .name, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box .name {
    font-size: 15px;
    line-height: 22px;
  }
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section {
    margin-top: 50px;
  }
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section .right_logo_flex img, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .bottom_Section .right_logo_flex img {
    width: 25px;
  }
  .current_investments_data {
    margin-bottom: 10px;
  }
  .portfolio_page_section #our-stories-section {
    padding-top: 60px;
  }
  .portfolio_page_section .contact_Section .title-55 {
    margin-bottom: 40px;
  }
  .portfolio_page_section .image_details_section .details_box .logo img {
    max-width: 240px;
  }
  .portfolio_page_section .image_details_section .details_box .logo {
    margin-bottom: 30px;
  }
  .portfolio_page_section .policy_section.page-title {
    padding-top: 50px;
  }
  .portfolio_page_section .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .portfolio_page_section .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 7px;
  }
  .case_study_section .contact_Section {
    padding-top: 50px;
  }
  .image_contant_contact .image_details_section .details_box .title-55, .image_policy_contact .image_details_section .details_box .title-55 {
    margin-bottom: 30px;
  }
  .case_study_section .image_contant_contact .image_details_section .details_box .para .text {
    margin-bottom: 15px;
  }
  .image_contant_contact .image_details_section .details_box .download_link, .image_policy_contact .image_details_section .details_box .download_link {
    max-width: 320px;
  }
  .image_contant_contact .image_details_section .details_box .download_link, .image_policy_contact .image_details_section .details_box .download_link {
    margin-top: 40px;
  }
  .image_contant_contact .image_details_section .details_box .download_link a, .image_policy_contact .image_details_section .details_box .download_link a {
    padding: 15px 0;
    font-size: 14px;
    line-height: 18px;
  }
  .casestudy_details_section .image_details_section .left {
    padding: 40px 20px 20px;
    margin-top: 0;
  }
  .casestudy_details_section .image_details_section .left .details_box .para_text {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 18px;
  }
  .image_contant_contact .image_details_section .details_box .para_text p, .image_policy_contact .image_details_section .details_box .para_text p {
    font-size: 18px;
    line-height: 22px;
  }
  .casestudy_details_section .image_details_section .left .details_box .para_text .text {
    font-size: 14px;
    line-height: 26px;
  }
  .casestudy_details_section .image_details_section .left .details_box .para_text .text p {
    font-size: 14px;
    line-height: 26px;
  }
  .casestudy_details_section .image_details_section .right .details_box {
    margin-left: 40px;
  }
  .case_study_section .investment_criteria_section.middle_criteria_section {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .investment_criteria_section .work_block_row {
    margin-top: 25px;
  }
  .single-casestudy .investment_criteria_section .investment_details .work_block_row .work_block_col.left-col-content h2 p {
    font-size: 18px;
    line-height: 30px;
  }
  .case_study_section .investment_criteria_section .investment_dropbox {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner .investment_ul .investment_li_div .stext {
    font-size: 18px;
    line-height: 22px;
    padding: 16px 20px;
  }
  .case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner .investment_ul .investment_li_div li .right_icon_Desc {
    margin-top: 30px;
    padding-left: 30px;
  }
  .case_study_section .investment_criteria_section.middle_criteria_section .investment_dropbox .accordion li .inner p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 35px;
  }
  .case_study_section .investment_criteria_section .investment_dropbox .accordion .second_li .inner .investment_ul li:nth-child(odd) .desc {
    max-width: 100%;
  }
  .single-casestudy .policy_section .page-title {
    padding-bottom: 50px;
  }
  .latest_news_section {
    padding-top: 40px;
  }
  .latest_news_section .news_title {
    margin-bottom: 30px;
  }
  .latest_news_section .news_list_section .list_row .list .list_data .list_top .list_details .date {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .latest_news_section .news_list_section .list_row .list .list_data .list_top .list_details .title-40 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 30px;
  }
  .latest_news_section .news_list_section .list_row .list .list_data .list_top .list_details .image img {
    max-height: 40px;
  }
  .latest_news_section .news_list_section .list_row .list .list_data .list_bottom .link a {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
  }
  .latest_news_section .news_list_section .list_row .list .list_data .list_bottom {
    padding-top: 10px;
  }
  .latest_news_section.archived_section .news_list_section .list_row .list .list_data .list_top .list_details {
    padding: 30px 15px;
  }
  .latest_news_section.archived_section .news_list_section .list_row .list .list_data .list_top {
    min-height: 280px;
  }
  .latest_news_section.archived_section .news_list_section .list_row .list .list_data .list_top .list_details .date {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .latest_news_section.archived_section .news_list_section .list_row .list .list_data .list_top .list_details .title-40 {
    font-size: 16px;
    line-height: 24px;
  }
  .latest_news_section.archived_section .news_list_section .list_row .list .list_data .list_top .list_details .image img {
    width: 160px;
    height: 35px;
  }
  .banner_section img {
    max-height: 260px;
    object-position: bottom;
  }
  .news_details_section {
    padding-top: 40px;
  }
  .news_details_section .news_row .left .left_top .title_left .title-40 {
    font-size: 22px;
    line-height: 28px;
  }
  .news_details_section .news_row .left .left_top .date {
    font-size: 18px;
    line-height: 30px;
  }
  .news_details_section .news_row .left .left_top .logo {
    margin-top: 20px;
  }
  .news_details_section .news_row .left .left_top .logo img {
    max-width: 40%;
  }
  .news_details_section .news_row .right .title-40 {
    margin-bottom: 25px;
  }
  .title-40 {
    font-size: 18px;
    line-height: 28px;
  }
  .news_details_section .news_row .right .para {
    font-size: 16px;
    line-height: 28px;
  }
  .news_details_section .news_row .right .para p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .news_details_section .news_row .left_bottom .link_arrow a {
    font-size: 18px;
    line-height: 22px;
  }
  .image_contant_contact .image_details_section .details_box .contact_desc, .image_contant_contact .image_details_section .details_box p, .image_contant_contact .image_details_section .details_box a, .image_policy_contact .image_details_section .details_box .contact_desc, .image_policy_contact .image_details_section .details_box p, .image_policy_contact .image_details_section .details_box a {
    font-size: 16px;
    line-height: 28px;
  }
  .policy_page .home_counter_block .counter_block_row .counter_block_col {
    margin-top: 10px;
  }
  .policy_page .work_block_row .work_block_col.right-col-content {
    font-size: 16px;
    line-height: 26px;
  }
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box .name, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box .name {
    font-size: 15px;
    line-height: 24px;
  }
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box .title-50, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-3 .box .title-50 {
    font-size: 30px;
    line-height: 40px;
  }
  .portfolio_page_section .current_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box .title-50, .portfolio_page_section .prior_investments_data .team_grid_section .team_block_row .expand_section .expand_content_col.expand_right_col .col-box-2 .box .title-50 {
    font-size: 30px;
    line-height: 40px;
  }
}
.portfolio_details_page_section {
  background-color: #223261;
}
.portfolio_details_page_section .portfolio_page_section .current_investments_data {
  margin-bottom: 40px;
}
.portfolio_details_page_section .portfolio_page_section .team_grid_section .container {
  max-width: 1640px;
  padding: 0 20px;
}
.portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section {
  padding: 40px 0 40px;
  top: 0;
  margin-bottom: 0;
}
.portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .close-icon {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section {
    padding: 25px 0;
  }
}
@media (min-width: 1440px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section {
    padding: 50px 0 40px;
  }
}
.portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .logo {
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .logo {
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .logo {
    margin-bottom: 40px;
  }
}
.portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .logo img {
  margin: 0;
  max-height: 75px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .logo img {
    max-height: 65px;
  }
}
@media (min-width: 1440px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .logo img {
    max-height: 100px;
  }
}
@media (min-width: 1200px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row {
    margin: 0 -30px;
  }
}
@media (min-width: 1440px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row {
    margin: 0 -40px;
  }
}
@media (min-width: 1200px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col {
    padding: 0 30px;
  }
}
@media (min-width: 1440px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col {
    padding: 0 40px;
  }
}
.portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_left_col {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_left_col {
    max-width: 550px;
    flex: 0 0 550px;
  }
}
@media (min-width: 1200px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_left_col {
    max-width: 760px;
    flex: 0 0 760px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1600px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_left_col {
    max-width: 980px;
    flex: 0 0 980px;
  }
}
@media (min-width: 1800px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_left_col {
    max-width: 58%;
    flex: 0 0 58%;
  }
}
@media (max-width: 1025px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_left_col .logo_bottom_desc {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_left_col .logo_bottom_desc {
    padding-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_left_col .logo_bottom_desc {
    padding-bottom: 70px;
  }
}
.portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_left_col .overview_desc {
  margin-bottom: 25px;
}
.portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_left_col .overview_desc .title {
  margin-bottom: 12px;
}
@media (max-width: 1025px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_left_col .overview_desc {
    font-size: 15px;
    line-height: 26px;
  }
}
.portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_left_col .listing {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_left_col .listing {
    margin-top: 40px;
  }
}
@media (min-width: 1440px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_left_col .listing {
    margin-top: 65px;
  }
}
@media (max-width: 1025px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_left_col .listing .investment_ul li span {
    font-size: 15px;
    line-height: 26px;
  }
}
.portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col {
  max-width: 100%;
  flex: 0 0 100%;
  margin-top: 50px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col {
    max-width: calc(100% - 550px);
    flex: 0 0 calc(100% - 550px);
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col {
    max-width: calc(100% - 760px);
    flex: 0 0 calc(100% - 760px);
  }
}
@media (min-width: 1600px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col {
    max-width: calc(100% - 980px);
    flex: 0 0 calc(100% - 980px);
  }
}
@media (min-width: 1800px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col {
    max-width: 42%;
    flex: 0 0 42%;
  }
}
.portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col .top_section.right_Section {
  margin-top: 0;
}
.portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col .box {
  padding: 20px 9px;
}
.portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col .box .title-50 {
  min-height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col .box .title-50 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col .box .title-50 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 1440px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col .box .title-50 {
    font-size: 36px;
    line-height: 43px;
  }
}
.portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col .box .name {
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
  height: calc(100% - 55px);
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col .box .name {
    font-size: 16px;
  }
}
.portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col .col-box-3 .box {
  max-width: 33.33%;
  flex: 0 0 33.33%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col .col-box-3 .box {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col .col-box-3 .box:nth-child(even)::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col .col-box-3 .box:nth-child(3)::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col .bottom_Section {
    margin-top: 80px;
  }
}
@media (min-width: 1440px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col .bottom_Section {
    margin-top: 153px;
  }
}
.portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col .bottom_esg {
  margin-top: 70px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col .bottom_esg {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col .bottom_esg {
    margin-top: 80px;
  }
}
@media (min-width: 1440px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col .bottom_esg {
    margin-top: 153px;
  }
}
.portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col .bottom_esg .text_only .title {
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col .bottom_esg .text_only .title {
    border-bottom-width: 1px;
  }
}
.portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col .col-box-2 .box {
  max-width: 50%;
  flex: 0 0 50%;
}
.portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col .col-box-1 .box {
  border-bottom: 1px solid #fff;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col .col-box-1 .box {
    border-bottom-width: 2px;
  }
}
.portfolio_details_page_section .portfolio_page_section .team_grid_section .container .team_block_row .expand_section .expand_content_row .expand_content_col.expand_right_col .col-box-1 .box .name {
  margin-top: 10px;
  margin-bottom: 10px;
}
.portfolio_details_page_section .portfolio_page_section .team_grid_section .container .single-casestudy .back_btn_div .left_bottom .link_arrow a {
  color: #fff;
}
@media (min-width: 0px) and (max-width: 767px) {
  .portfolio_details_page_section .portfolio_page_section .team_grid_section .container .single-casestudy .back_btn_div .left_bottom .link_arrow a {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
  }
}
.portfolio_details_page_section .portfolio_page_section .team_grid_section .container .single-casestudy .back_btn_div .left_bottom .link_arrow a::before {
  filter: brightness(0) invert(1);
}
.single_image.single_image_section img {
  max-height: 240px;
  object-fit: cover;
  object-position: 50% 70%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .single_image.single_image_section img {
    min-height: 160px;
  }
}
@media (min-width: 1200px) {
  .single_image.single_image_section .image_tag {
    bottom: 35px;
  }
}
.team-detail-opened .team_grid_section.team_grid_new_section .team_block_row .team-inner-row .team_block_col {
  opacity: 0.1;
  -o-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  pointer-events: none;
}
.team-detail-opened .team_grid_section.team_grid_new_section .team_block_row .team-inner-row .team_block_col.box_active {
  opacity: 1;
  -o-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  pointer-events: unset;
}
.prior_investments_data .prior_list .listing li {
  position: relative;
}
.prior_investments_data .prior_list .listing li .ajax-loader {
  position: absolute;
  z-index: 1;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  background: rgba(34, 50, 97, 0.72);
}
.prior_investments_data .prior_list .listing li .ajax-loader img {
  width: 50px;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 1200px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box .title-50 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 1440px) {
  .prior_investments_data .container .listing .expand_section .expand_content_row .top_section .box_col .box .title-50 {
    font-size: 36px;
    line-height: 43px;
  }
}
.team_block_row .team-inner-row .team_block_col {
  position: relative;
}
.team_block_row .team-inner-row .team_block_col .ajax-loader {
  position: absolute;
  top: 0;
  bottom: 50px;
  left: 0px;
  right: 0px;
  background: rgba(34, 50, 97, 0.65);
  z-index: 1;
}
@media (min-width: 0px) and (max-width: 767px) {
  .team_block_row .team-inner-row .team_block_col .ajax-loader {
    max-height: 200px;
    left: 20px;
    right: 20px;
  }
}
.team_block_row .team-inner-row .team_block_col .ajax-loader img {
  width: 40px;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 1200px) {
  .team_block_row .team-inner-row .team_block_col .ajax-loader img {
    width: 50px;
  }
}
.team_block_row .team-inner-row .team_block_col .team_detail {
  z-index: 1;
  background: #fff;
}
.team_grid_section .title-40 {
  color: #223261;
  font-family: "Columbus MT Std";
  font-weight: 700;
  max-width: 1300px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 25px;
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .team_grid_section .title-40 {
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
@media (min-width: 1600px) {
  .team_grid_section .title-40 {
    max-width: 1640px;
  }
}
@media screen and (min-width: 2200px) {
  .team_grid_section .title-40 {
    max-width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1378px) {
  .team_block_row .team-inner-row .team_block_col .ajax-loader {
    left: 0px;
    right: 0px;
    height: 320px;
  }
}
.team_grid_section.team_grid_new_section.administration_team .title-40 {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .team_grid_section.team_grid_new_section.administration_team .title-40 {
    padding-top: 60px;
  }
}
.is_filtered .portfolio_page_section .image_details_section .details_box .logo, .is_filtered .image_contant_contact .image_details_section .details_box p, .is_filtered .image_contant_contact .image_details_section .details_box .arrow_link {
  opacity: 1 !important;
  transform: unset !important;
  visibility: visible !important;
}
.is_filtered .image_contant_contact .image_wrapper .image_box {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.is_filtered .image_contant_contact.enable-section .image_wrapper .image_color {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.home_page .counter_block_section .counter_block_row .counter_block_col:first-child .counter-number {
  opacity: 1;
}
.home_page .counter_block_section .counter_block_row .counter_block_col:first-child .counter-number.pop_show {
  opacity: 1;
  animation: pop-up 0.6s cubic-bezier(0.27, 0.53, 0.28, 1.58) forwards;
}
.page-template-team-template .counter_block_section .counter_block_row .counter_block_col:last-child .counter-number {
  opacity: 1;
}
.page-template-team-template .counter_block_section .counter_block_row .counter_block_col:last-child .counter-number.pop_show {
  opacity: 1;
  animation: pop-up 0.6s cubic-bezier(0.27, 0.53, 0.28, 1.58) forwards;
}
.policy_page .counter_block_section .counter_block_row .counter_block_col:last-child .counter-number {
  opacity: 1;
}
.policy_page .counter_block_section .counter_block_row .counter_block_col:last-child .counter-number.pop_show {
  opacity: 1;
  animation: pop-up 0.6s cubic-bezier(0.27, 0.53, 0.28, 1.58) forwards;
}
@keyframes pop-up {
  0% {
    transform: translateY(20px) scale(0);
    opacity: 0;
  }
  100% {
    transform: translateY(0px) scale(1);
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .ethos_page .policy_section .page-title .title {
    font-size: 30px;
    line-height: 38px;
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  .single-casestudy .case_study_section .image_contant_contact.image_right .image_details_section {
    align-items: stretch;
  }
  .single-casestudy .case_study_section .image_contant_contact.image_right .image_details_section .image_wrapper .image_box {
    height: 100%;
  }
  .single-casestudy .case_study_section .image_contant_contact.image_right .image_details_section .image_wrapper .image_box a {
    height: 100%;
  }
  .single-casestudy .case_study_section .image_contant_contact.image_right .image_details_section .right {
    align-self: center;
  }
  .single-casestudy .case_study_section .image_contant_contact.image_right .image_details_section .right .details_box {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .ethos_page .policy_section .page-title {
    padding-top: 60px;
  }
}
@media (min-width: 1440px) {
  .ethos_page .policy_section .page-title {
    padding-top: 70px;
  }
}
.cky-consent-container .cky-consent-bar {
  border-width: 5px !important;
  padding: 20px !important;
  border-radius: 0 !important;
}
.cky-modal {
  border: 5px solid #223261 !important;
  padding: 30px !important;
  border-radius: 0 !important;
}
.cky-modal .cky-preference-center {
  border: 0 !important;
}
.cky-modal .cky-preference-header {
  border-bottom: 0 !important;
  padding: 0 !important;
}
.cky-modal .cky-preference-header .cky-preference-title {
  font-size: 15px !important;
  line-height: 24px !important;
  margin-bottom: 2px;
  color: #223261 !important;
}
.cky-accordion-wrapper #ckyDetailCategorynecessary {
  display: none;
}
.cky-modal .cky-preference-body-wrapper .cky-preference-content-wrapper p a {
  text-decoration: underline;
  font-size: 15px;
  line-height: 24px;
}
.cky-accordion-wrapper .cky-accordion .cky-accordion-item {
  margin-top: 15px !important;
}
.cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-chevron {
  display: none;
}
.cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header {
  flex-direction: row-reverse;
}
.cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header {
  flex-direction: row-reverse;
  text-align: left;
  justify-content: flex-end;
}
.cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-accordion-btn {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  margin-left: 20px;
}
.cky-switch input[type="checkbox"]:checked {
  background: #223261 !important;
}
.cky-modal .cky-preference-body-wrapper .cky-preference-content-wrapper p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}
.cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header-des {
  margin: 0;
  max-width: calc(100% - 65px);
  margin-left: auto;
}
.cky-modal .cky-preference-center .cky-footer-wrapper .cky-prefrence-btn-wrapper + div {
  display: none !important;
}
.cky-modal .cky-preference-center .cky-footer-wrapper .cky-prefrence-btn-wrapper {
  padding: 0;
  border: 0;
  margin-top: 20px;
}
.cky-audit-table .cky-cookie-des-table {
  margin-top: 15px !important;
}
.cky-prefrence-btn-wrapper .cky-btn {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.cky-revisit-bottom-left {
  background: #223261 !important;
}
.cky-modal .cky-preference-center .cky-footer-wrapper span.cky-footer-shadow {
  display: none !important;
}
.cky-modal .cky-preference-body-wrapper .cky-preference-content-wrapper {
  padding: 0;
  border-bottom: 0;
}
.cky-notice .cky-title {
  font-size: 15px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
  margin-bottom: 2px !important;
}
.cky-modal .cky-preference-header .cky-btn-close {
  display: none;
}
.cky-modal .cky-preference-body-wrapper {
  padding: 0;
}
.cky-notice-btn-wrapper .cky-btn {
  font-size: 15px;
  font-weight: 500;
}
.cky-consent-bar .cky-notice-des p {
  font-size: 15px !important;
  font-weight: 300 !important;
  line-height: 24px !important;
}
.cky-box-bottom-right {
  width: 430px !important;
}
@media (min-width: 1440px) {
  .cky-box-bottom-right {
    width: 514px !important;
  }
}
.cky-notice-btn-wrapper {
  margin-top: 22px !important;
}
.cky-btn {
  padding: 4px !important;
  border-width: 1.5px;
  border-radius: 0 !important;
}
.cky-notice-btn-wrapper .cky-btn-customize {
  order: 3 !important;
  text-align: right;
  margin: 0;
  padding: 0 !important;
  width: calc(100% - 131px - 130px);
  text-decoration: underline;
  font-weight: 300 !important;
}
.cky-notice-btn-wrapper .cky-btn-accept {
  order: 1 !important;
  max-width: 131px;
  margin-right: 10px !important;
}
.cky-notice-btn-wrapper .cky-btn-reject {
  order: 2 !important;
  max-width: 121px;
}
.cky-box-bottom-right {
  bottom: 28px !important;
  right: 28px !important;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cky-box-bottom-right {
    width: 275px !important;
    left: 15px;
    right: 15px !important;
    margin: auto;
    top: 120px;
    bottom: 15px !important;
  }
}
.cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header-des p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}
.cky-accordion.cky-accordion-active .cky-accordion-body {
  padding: 0 !important;
}
.cky-preference-center {
  border-radius: 0 !important;
}
.cky-revisit-bottom-left {
  bottom: 15px;
  left: auto !important;
  right: 15px !important;
}
.cky-revisit-bottom-left:hover::before {
  right: calc(100% + 7px);
  left: unset !important;
}
.cky-revisit-bottom-left:hover::after {
  right: calc(100% + 2px);
  left: unset !important;
  transform: rotate(180deg);
}
@media (min-width: 0px) and (max-width: 767px) {
  .cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper {
    padding: 0 !important;
  }
  .cky-notice-des {
    max-height: max-content;
    overflow-y: unset;
  }
  .cky-consent-bar .cky-notice-des p, .cky-notice .cky-title, .cky-modal .cky-preference-header .cky-preference-title {
    font-size: 11px !important;
    line-height: 18px !important;
  }
  .cky-notice-btn-wrapper {
    margin-top: 16px !important;
  }
  .cky-notice-btn-wrapper .cky-btn, .cky-notice-des a.cky-policy {
    font-size: 11px !important;
  }
  .cky-notice-btn-wrapper .cky-btn-accept {
    max-width: 82px;
    margin-right: 6px !important;
    margin-top: 0 !important;
  }
  .cky-notice-btn-wrapper .cky-btn-reject {
    max-width: 82px;
    margin-bottom: 0 !important;
  }
  .cky-notice-btn-wrapper {
    flex-direction: unset !important;
  }
  .cky-notice-btn-wrapper .cky-btn-customize {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
    margin-top: 5px;
  }
  .cky-notice-btn-wrapper .cky-btn-reject {
    margin-top: 0;
  }
  .cky-btn {
    line-height: normal !important;
  }
  .cky-notice-btn-wrapper {
    justify-content: center !important;
  }
  .cky-consent-container .cky-consent-bar, .cky-modal {
    border-width: 2.5px !important;
  }
  .cky-modal {
    max-width: calc(100% - 30px) !important;
  }
  .cky-modal {
    padding: 20px !important;
  }
  .cky-modal .cky-preference-body-wrapper .cky-preference-content-wrapper p, .cky-modal .cky-preference-body-wrapper .cky-preference-content-wrapper p a, .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header-des p, .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-accordion-btn {
    font-size: 11px;
    line-height: 18px;
  }
  .cky-switch input[type="checkbox"] {
    width: 30px;
    height: 21px;
    padding-right: 15px;
  }
  .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-accordion-btn {
    margin-left: 10px;
  }
  .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header-des {
    max-width: calc(100% - 45px);
  }
  .cky-modal .cky-preference-center .cky-footer-wrapper .cky-prefrence-btn-wrapper {
    margin-top: 10px;
  }
  .cky-prefrence-btn-wrapper .cky-btn {
    font-size: 11px;
  }
  .cky-preference-center {
    max-height: 70vh !important;
  }
  .cky-cookie-des-table li div:first-child {
    width: 70px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .policy_page .policy_section .page-title {
    border-top: 0;
    margin-top: 0;
  }
}
/*# sourceMappingURL=page.css.map */