@charset "UTF-8";
/*------------------------------------*\
RESET
\*------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, footer, header, hgroup, nav, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html body {
  line-height: 1;
}
html ol, html ul {
  list-style: none;
}
html blockquote, html q {
  quotes: none;
}
html blockquote:before, html blockquote:after,
html q:before, html q:after {
  content: "";
  content: none;
}
html ins {
  text-decoration: none;
}
html del {
  text-decoration: line-through;
}
html table {
  border-collapse: collapse;
  border-spacing: 0;
}
html a {
  transition: 0.2s ease-in-out;
  color: inherit;
  text-decoration: none;
}
html a:hover {
  text-decoration: none;
  color: inherit;
}
html ul {
  margin: 0;
}
html strong {
  font-weight: bold;
}
html b {
  font-weight: 400;
}
html i {
  font-style: italic;
}
html button {
  border: none;
  background: none;
}
html textarea {
  resize: none;
}
html input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
html div::-webkit-scrollbar {
  width: 0 !important;
}
html div {
  overflow: -moz-scrollbars-none;
}
html div {
  -ms-overflow-style: none;
}
html button:focus {
  outline: none;
}
html input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html input:focus, html input[type=checkbox]:focus {
  outline: none;
}
html textarea:focus {
  outline: none;
}
html select:focus {
  outline: none;
}
html select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html iframe {
  display: block;
  width: 100%;
  border: 0;
}
html div.iframe iframe {
  position: absolute;
  top: -15px;
  left: 0;
  height: 140.5vw;
}
html a {
  color: inherit;
  text-decoration: none;
}
html button {
  -webkit-appearance: none;
}
html .img-fluid {
  max-width: 100%;
}

/* defaults end */
html {
  width: 100vw;
  overflow-x: hidden;
}
html.no-scroll {
  overflow: hidden;
}

body {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #211D1D;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}

.hamburger {
  padding: 15px 10px;
}
.hamburger.is-active:hover, .hamburger:hover {
  opacity: 1;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
  background-color: #fff;
  height: 3px;
  border-radius: 0px;
  width: 100%;
}
.hamburger .hamburger-inner:before {
  top: -8px;
}
.hamburger .hamburger-inner:after {
  bottom: -8px;
}
.hamburger .hamburger-box {
  width: 30px;
  height: 18px;
  margin-top: 6px;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #fff;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #211D1D;
}

.text-darkblue {
  color: #003E51;
}

.text-aqua {
  color: #89D2D7 !important;
}

.section-margin {
  margin-top: 80px;
  margin-bottom: 80px;
}

/* PAGE STYLES */
h1, h2, h3 {
  font-family: nexa, sans-serif;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

h1 {
  font-size: 96px;
  font-weight: 400;
}

h2 {
  font-size: 42px;
  line-height: 1.4;
  color: #003E51;
}
h2.has_border {
  border-bottom: 2px solid #89D2D7;
}

h3 {
  font-size: 34px;
  line-height: 1.3;
  text-transform: none;
  color: #003E51;
}

h4 {
  font-size: 24px;
  line-height: 1.3;
  text-transform: none;
  color: #003E51;
}
h4.has_logo {
  position: relative;
  padding-left: 45px;
}
h4.has_logo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 120%;
  aspect-ratio: 3/4;
  background: url("../assets/img/favicon2.svg") no-repeat;
  background-size: contain;
}

h5 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
h5 span.active {
  color: #89D2D7;
  text-decoration: underline;
}
h5 .trigger_videos {
  cursor: pointer;
}

p {
  line-height: 1.5;
}
p b {
  font-weight: 700;
}
p.large {
  font-size: 22px;
  line-height: 1.56;
}
p.tiny {
  font-size: 14px;
}
p sup {
  font-size: 10px;
  top: -1em;
}

.policy_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 50px 20px;
  padding-top: 20px;
  background: #fff;
  z-index: 11;
  display: none;
  height: 100%;
}
.policy_popup h3 {
  margin-bottom: 40px;
}
.policy_popup h2, .policy_popup h4, .policy_popup p {
  text-align: left;
  margin-bottom: 30px;
}
.policy_popup p {
  font-size: 20px;
  margin-bottom: 30px;
  color: #000;
}
.policy_popup ul {
  list-style-type: disc;
  padding-left: 20px;
}
.policy_popup ul li {
  margin-bottom: 10px;
}
.policy_popup .main_logo {
  width: 220px;
  max-width: 50%;
  margin-bottom: 20px;
  height: 90px;
}
.policy_popup .inner_content {
  max-height: calc(100% - 130px);
  overflow-y: scroll;
  max-width: 1350px;
  padding: 10px 20px;
  margin: 0 auto;
}
.policy_popup .inner_content::-webkit-scrollbar {
  width: 0;
  height: 8px;
}
.policy_popup .inner_content::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 9px;
}
.policy_popup .inner_content::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.policy_popup .inner_content::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 9px;
  box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}
.policy_popup .small_logo {
  margin-top: 30px;
}
.policy_popup .copyright {
  padding-top: 30px;
}
.policy_popup .copyright p {
  text-align: center;
}
.policy_popup .close_icon {
  position: absolute;
  top: 40px;
  right: 30px;
  width: 39px;
  cursor: pointer;
}

.show_message {
  cursor: pointer;
}
.show_message:hover {
  border-bottom: 1px solid #000;
}

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.my_btn {
  display: inline-block;
  line-height: 50px;
  padding: 0 30px;
  font-size: 13px;
  text-transform: uppercase;
  min-width: 130px;
  letter-spacing: 1px;
}
.my_btn.dark {
  background: #003E51;
  color: #fff;
}
.my_btn.dark:hover {
  background: #89D2D7;
  color: #003E51;
}
.my_btn.transparent {
  background: transparent;
  border: 1px solid #003E51;
  color: #003E51;
}
.my_btn.transparent:hover {
  background: #003E51;
  color: #fff;
}
.my_btn.aqua {
  background: #89D2D7;
  color: #003E51;
}
.my_btn.aqua:hover {
  background: #003E51;
  color: #fff;
}

.back_btn {
  display: block;
  font-size: 20px;
  color: #003E51;
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: underline;
}
.back_btn img {
  margin-right: 20px;
  margin-bottom: 3px;
  vertical-align: middle;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding-top: 25px;
  padding-bottom: 25px;
  transition: all 0.4s;
}
.header .row {
  max-width: 1640px;
  margin: 0 auto;
}
.header .logo_container {
  aspect-ratio: 15/4;
  background: url("../assets/img/logo_light.svg") no-repeat;
  background-size: contain;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.header .menu {
  width: 100%;
}
.header.scrolled {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.4s;
  background: rgba(0, 62, 81, 0.9) !important;
  -webkit-box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.2);
}
.header.scrolled .logo_container {
  width: 75%;
  background: url("../assets/img/logo_light.svg") no-repeat !important;
  background-size: contain !important;
}

.menu ul.main_menu {
  display: flex;
  justify-content: end;
}
.menu ul.main_menu li {
  font-family: nexa, sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.3s;
  white-space: nowrap;
}
.menu ul.main_menu li a {
  display: inline-block;
  color: #fff;
  padding: 10px 15px;
}
.menu ul.main_menu li:hover a {
  color: #89D2D7;
}
.menu ul.main_menu li.current-menu-item a {
  color: #89D2D7;
}
.menu ul.main_menu li:last-of-type a {
  padding-right: 0;
}
.menu .investor_login {
  padding-right: 20px;
  position: relative;
}
.menu .investor_login::after {
  position: absolute;
  content: "";
  right: 0;
  height: 15px;
  width: 15px;
  top: 50%;
  transform: translate(0, -50%);
  background: url("../assets/img/profile.svg") no-repeat;
  background-size: contain;
}

body.dark_hero .header .logo_container {
  background: url("../assets/img/logo_dark.svg") no-repeat;
  background-size: contain;
}
body.dark_hero .hero.short h1 {
  color: #003E51;
}

body.dark_menu .header .logo_container {
  background: url("../assets/img/logo_dark.svg") no-repeat;
  background-size: contain;
}
body.dark_menu .header .menu ul.main_menu li a {
  color: #003E51;
}
body.dark_menu .header .menu ul.main_menu li.current-menu-item a {
  color: #89D2D7;
}
body.dark_menu .header .menu .investor_login::after {
  background: url("../assets/img/profile_aqua.svg") no-repeat;
  background-size: contain;
}
body.dark_menu .header.scrolled .menu ul.main_menu li.current-menu-item a {
  color: #89D2D7;
}
body.dark_menu .header.scrolled .menu ul.main_menu li a {
  color: #fff;
}

.hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: end;
  padding-bottom: 100px;
  color: #fff;
  padding-top: 120px;
  overflow: hidden;
  /* Optional visual tweak when sound is on */
}
.hero .container {
  position: relative;
  z-index: 1;
}
.hero h1 {
  font-size: 70px;
  line-height: 1.1;
  transform: translate(0, 10px);
}
.hero .interviews_wrapper {
  display: flex;
  column-gap: 8px;
}
.hero .interviews_wrapper .ratio {
  /* equal widths */
  width: calc(25% - 8px); /* ignore intrinsic width so they divide evenly */
  min-width: 0; /* prevent overflow in some browsers */
  height: auto; /* keep aspect ratio */
  display: block;
  max-width: 100%;
}
.hero .interviews_wrapper .ratio[data-type=testimonials] {
  display: none;
}
.hero.short {
  min-height: 50vh;
  align-items: center;
}
.hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.hero .hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}
.hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* tweak darkness */
  z-index: 2;
}
.hero .hero-content {
  position: relative;
  z-index: 3;
}
.hero .ceo-toast {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 0.55rem 1.2rem;
  border-radius: 7px;
  border: 0;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
  display: inline-block;
  margin-bottom: 15px;
}
.hero .hero-audio-toast {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 4;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 0.55rem 1.2rem;
  border-radius: 7px;
  border: 0;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}
.hero .hero-audio-toast:hover {
  background: rgba(0, 0, 0, 0.95);
}
.hero .hero-audio-toast.is-on {
  background: rgba(0, 0, 0, 0.95);
}

.news_posts .see_all {
  text-align: right;
}
.news_posts .see_all p {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.news_posts .see_all img {
  display: inline-block;
  vertical-align: middle;
}
.news_posts .news_post {
  display: flex;
  column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #BCBABA;
}
.news_posts .news_post .hero {
  width: 240px;
  height: 240px;
  aspect-ratio: 1/1;
}
.news_posts .news_post .content {
  padding-right: 60px;
  max-width: 60%;
}
.news_posts .news_post .content .date {
  font-family: nexa, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
}
.news_posts .news_post .read {
  width: 300px;
  text-align: center;
}
.news_posts .news_post:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.case_studies .inner {
  position: relative;
}
.case_studies .inner .arrow {
  position: absolute;
  top: 30%;
  transform: translate(0, -50%);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  cursor: pointer;
}
.case_studies .inner .arrow.arrow_left {
  left: -100px;
  background: url("../assets/img/slider_arrow_left.png") no-repeat center #003E51;
  background-size: auto 70%;
}
.case_studies .inner .arrow.arrow_right {
  right: -100px;
  background: url("../assets/img/slider_arrow_right.png") no-repeat center #003E51;
  background-size: auto 70%;
}

.case_studies .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.case_studies .slick-list {
  clip-path: none;
  padding-left: 0;
  overflow: visible;
}
.case_studies .slick-list .slick-track {
  display: flex;
  column-gap: 10px;
}
.case_studies .case_study {
  position: relative;
  aspect-ratio: 2/1;
  display: flex;
  align-items: end;
}
.case_studies .case_study .info {
  padding: 50px;
  background: rgba(37, 65, 85, 0.85);
  color: #fff;
  background: url("../assets/img/home/case_bg.png") center;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.case_studies .case_study .info .status {
  font-family: nexa, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
}
.case_studies .case_study .info .status span {
  font-weight: 300;
}
.case_studies .case_study .info h3 {
  margin-bottom: 30px;
  color: #fff;
}

/* HOME PAGE */
.sky_blue {
  background: url("../assets/img/home/sky_blue_bg.jpg") center bottom;
  background-size: cover;
  color: #fff;
  padding-bottom: 5vw;
}
.sky_blue .stat_block {
  padding: 120px 0 90px;
}
.sky_blue .stat_block .stats_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.sky_blue .stat_block .stat {
  padding: 0 25px;
  position: relative;
}
.sky_blue .stat_block .stat:not(:nth-child(4n+1)) {
  border-left: 2px solid #89D2D7;
}
.sky_blue .stat_block .stat .stat_value {
  font-family: nexa, sans-serif;
  font-size: 100px;
  font-weight: 400;
}
.sky_blue .stat_block .stat .stat_value span {
  display: inline-block;
}
.sky_blue .stat_block .stat .stat_value span.smaller {
  font-size: 3.5rem;
  transform: translate(0, -5px);
}
.sky_blue .stat_block .stat .stat_label {
  font-family: nexa, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.sky_blue .stat_block .stat .stat_label span {
  font-size: 12px;
}
.sky_blue .line {
  height: 2px;
  background: #89D2D7;
  margin: 70px 0;
}
.sky_blue .clear_power img {
  margin-bottom: 20px;
}
.sky_blue .clear_power .categories {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.sky_blue .clear_power .categories h4 {
  font-size: 20px;
  color: #fff;
}
.sky_blue .clear_power p {
  margin-bottom: 40px;
}

.expand_item {
  padding: 40px 0;
  border-top: 1px solid #BCBABA;
}
.expand_item .title {
  padding-right: 20%;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.expand_item .title .expand_btn {
  position: absolute;
  right: 0;
  top: 5px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #89D2D7;
}
.expand_item .title .expand_btn:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background: #000;
}
.expand_item .title .expand_btn:after {
  position: absolute;
  content: "";
  top: 50%;
  right: calc(50% - 1px);
  transform: translate(0, -50%);
  width: 2px;
  height: 20px;
  background: #000;
  transition: 0.3s all;
}
.expand_item .title.active .expand_btn:after {
  opacity: 0;
}
.expand_item .inner {
  display: none;
  padding-top: 50px;
}
.expand_item:last-of-type {
  border-bottom: none;
}

#home .hero {
  background: url("../assets/img/home/hero_bg_2.jpg") center bottom;
  background-size: cover;
  padding-bottom: 40px;
}

#about_us .hero {
  background: url("../assets/img/about_us/hero.jpg") center;
  background-size: cover;
}
#about_us #main_content h1 {
  text-transform: lowercase;
}
#about_us #main_content h1 span {
  font-size: 60px;
}
#about_us #main_content h1, #about_us #main_content h2, #about_us #main_content h3 {
  color: #003E51;
}
#about_us #main_content h3 {
  margin-bottom: 30px;
}
#about_us #main_content h5 {
  margin-bottom: 70px;
  margin-top: 5px;
  text-transform: uppercase;
}
#about_us #main_content p {
  margin-bottom: 30px;
}

#main_content {
  padding-top: 150px;
  padding-bottom: 150px;
}

/* ----------- FOOTER ---------------- */
#connect {
  padding: 60px 10px;
  padding-top: 0;
}
#connect .only_home_page {
  display: none;
}
#connect .container-fluid {
  margin-bottom: -25px;
}
#connect .logos__mask {
  height: 65px;
  overflow: hidden;
  position: relative;
}
#connect .logos__mask::before, #connect .logos__mask::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 64px; /* fade width */
  pointer-events: none;
  background: linear-gradient(to right, #fff 10%, transparent);
  z-index: 2;
}
#connect .logos__mask::after {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}
#connect .logos__mask:hover .logos__track {
  animation-play-state: paused;
}
#connect .logos__mask .logos__track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 48px;
  width: max-content;
  animation: logos-scroll 60s linear infinite; /* speed */
}
#connect .logos__mask .logos__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
}
#connect .logos__mask .logos__item img {
  display: block;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
  cursor: pointer;
}

.page-template-home-page #connect .only_home_page {
  display: block;
}

#case_study {
  padding-top: 50px;
}
#case_study h5 {
  text-transform: uppercase;
}
#case_study .main_point {
  margin-bottom: 30px;
}
#case_study .main_point a:hover {
  transition: all 0.3s;
  color: #89D2D7;
}
#case_study .main_point p {
  font-size: 18px;
}
#case_study .main_point:last-of-type {
  margin-bottom: 0;
}
#case_study ul {
  margin-top: 40px;
  margin-bottom: 60px;
  padding-left: 30px;
  list-style-type: disc;
}
#case_study ul li {
  font-size: 18px;
  line-height: 1.3;
  padding-left: 10px;
  margin-bottom: 10px;
}
#case_study .stats {
  display: flex;
  justify-content: space-between;
}
#case_study .stats .stat_item {
  width: 31%;
}
#case_study .stats .stat_item p {
  font-family: nexa, sans-serif;
  font-weight: 400;
  font-size: 65px;
  line-height: 1.4;
  color: #003E51;
}
#case_study .recently_viewed {
  border-top: 2px solid #BCBABA;
}
#case_study .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
#case_study .gallery .image {
  position: relative;
  aspect-ratio: 16/9;
}
#case_study .gallery .image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s;
}
#case_study .gallery .image:hover a {
  background: rgba(0, 0, 0, 0.2);
}
#case_study .case_studies {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#case_study .case_studies .case_study {
  width: calc(50% - 10px);
  aspect-ratio: 1/1;
}
#case_study .case_studies .case_study .info {
  width: 100%;
}
#case_study .video_img_wrapper {
  position: relative;
  cursor: pointer;
}
#case_study .video_img_wrapper:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
#case_study .video_img_wrapper::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #fff;
  transform: rotate(0deg) translate(-50%, -50%);
  z-index: 2;
}
#case_study .video_img_wrapper:hover:before {
  background: rgba(0, 0, 0, 0.4);
}

#portfolio {
  /* Grid */
  /* Cells */
  /* Dividers (3-col layout) */
  /* Logo images */
}
#portfolio .hero {
  background: url("../assets/img/portfolio/hero.jpg") center top;
  background-size: cover;
}
#portfolio .hero h2 {
  color: #fff;
}
#portfolio .wrapper {
  padding-top: 50px;
  max-width: 900px;
  margin: 0 auto;
  border-top: 2px solid #BCBABA;
}
#portfolio .logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff; /* matches the screenshot */
}
#portfolio .logo-cell {
  min-height: 170px; /* adjust to taste */
  padding: 22px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
#portfolio .logo-cell:nth-child(n+4) { /* every row after the first gets a top border */
  border-top: 1px solid var(--border);
}
#portfolio .logo-cell:not(:nth-child(3n)) {
  position: relative;
  /* right divider except at the end of each row */
}
#portfolio .logo-cell:not(:nth-child(3n)):after {
  content: "";
  position: absolute;
  right: 0;
  height: 70%;
  width: 1px;
  background: var(--border);
}
#portfolio .logo-cell img {
  max-width: 80%;
  max-height: 80px; /* keeps rows tidy despite different logo shapes */
  height: auto;
  object-fit: contain;
  display: block;
  cursor: pointer;
}
#portfolio .filters {
  text-align: center;
  padding-bottom: 30px;
}
#portfolio .filters select {
  max-width: 50%;
  margin: 0 50px;
  padding-right: 30px;
  -webkit-appearance: none;
  border: none;
  font-size: 28px;
  line-height: 1.3;
  text-transform: none;
  color: #003E51;
  background: url("../assets/img/select_arrow.svg") no-repeat right center;
  background-size: 20px;
}

.portfolio_details hr {
  margin: 70px 0;
}

#case_study.portfolio_details .gallery .image {
  aspect-ratio: 1/1;
}

#team .hero {
  background: url("../assets/img/team/hero.jpg") center top;
  background-size: cover;
}
#team .hero h2 {
  color: #fff;
}
#team .team_members {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  row-gap: 70px;
}
#team .team_members .member h3 {
  font-size: 30px;
  margin-bottom: 5px;
}
#team .team_members .member h5 {
  text-transform: uppercase;
}
#team .team_members .member .photo {
  aspect-ratio: 1/1;
  border: 1px solid #C4C3C3;
  border-bottom: 1px solid #003E51;
}
#team .team_members .member .info {
  padding: 30px 20px;
  background: #FCFCFC;
}
#team .team_members .member .info h4 {
  margin-bottom: 5px;
}
#team .team_members .member .info div {
  padding-top: 30px;
  text-align: right;
}
#team .team_members .member .arrow {
  transition: all 0.3s;
}
#team .team_members .member:hover .arrow {
  transform: translate(5px, 0);
}

.team_member_detail {
  color: #003E51;
}
.team_member_detail .back_btn {
  margin-bottom: 100px;
}
.team_member_detail h2 {
  margin-bottom: 10px;
}
.team_member_detail h3 {
  margin-bottom: 30px;
}
.team_member_detail h5 {
  text-transform: uppercase;
  margin-bottom: 40px;
}
.team_member_detail p.contact {
  font-size: 24px;
}
.team_member_detail .member_photo {
  width: 350px;
}
.team_member_detail .about {
  background: #003E51;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
}
.team_member_detail .about h3 {
  color: #fff;
}
.team_member_detail .about p {
  margin-bottom: 20px;
}
.team_member_detail .about p:last-of-type {
  margin-bottom: 0;
}
.team_member_detail .experience {
  padding-top: 80px;
  padding-bottom: 80px;
}
.team_member_detail .experience p {
  margin-bottom: 20px;
}
.team_member_detail .experience p:last-of-type {
  margin-bottom: 0;
}

#contact_us form.form .input_block {
  width: 100%;
  margin-bottom: 30px;
}
#contact_us form.form .input_block .name {
  display: inline-block;
  vertical-align: bottom;
  width: 70px;
  font-size: 20px;
  color: #fff;
}
#contact_us form.form .input_block .field {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
}
#contact_us form.form .input_block .field input {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 20px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #B4B4B4;
  padding-bottom: 30px;
}
#contact_us form.form .input_block .field input::placeholder {
  color: #003E51;
}
#contact_us form.form .checkbox {
  display: inline-block;
  position: relative;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: left;
  margin-right: 0px;
}
#contact_us form.form .checkbox .wpcf7-list-item-label {
  display: none;
}
#contact_us form.form .checkbox .wpcf7-form-control-wrap {
  position: absolute;
  z-index: 10;
}
#contact_us form.form .checkbox .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbo {
  margin: 0;
}
#contact_us form.form .checkbox .wpcf7-not-valid-tip {
  position: absolute;
  width: 200px;
  bottom: -45px;
}
#contact_us form.form .checkbox p {
  font-size: 15px;
}
#contact_us form.form .checkbox input {
  appearance: auto;
  width: 25px;
  height: 25px;
  opacity: 0;
}
#contact_us form.form .checkbox span {
  margin: 0;
}
#contact_us form.form .checkbox label {
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 50px;
  position: relative;
  cursor: pointer;
  line-height: 1.3;
}
#contact_us form.form .checkbox label:before {
  content: "";
  position: absolute;
  top: -5px;
  display: block;
  left: -5px;
  width: 25px;
  height: 25px;
  border: 1px solid #B4B4B4;
  margin-left: 5px;
  border-width: 1px;
  border-style: solid;
  border-image: initial;
  background: transparent;
  text-align: center;
  line-height: 23px;
  font-size: 20px;
}
#contact_us form.form .checkbox.selected label:before {
  content: "✓";
  color: #000;
}
#contact_us form.form .input_block textarea {
  width: 100%;
  padding: 20px 0;
  font-size: 24px;
  font-weight: 500;
  color: #003E51;
  height: 200px;
  text-align: left;
  border: none;
  border-bottom: 1px solid #B4B4B4;
}
#contact_us form.form .input_block textarea::placeholder {
  color: #003E51;
  opacity: 1; /* Firefox */
}
#contact_us form.form .input_block textarea::-ms-input-placeholder { /* Edge 12 -18 */
  color: #003E51;
}
#contact_us form.form .checkbox .wpcf7-not-valid-tip {
  bottom: -30px;
}
#contact_us form.form .wpcf7-not-valid-tip {
  font-size: 12px;
}
#contact_us .wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  color: #8ad2d8;
  border-color: #8ad2d8;
  margin-right: 0;
  background: #003f51;
  padding: 20px 20px;
  margin-top: 20px;
}
#contact_us .wpcf7 form.invalid .wpcf7-response-output {
  color: red;
}
#contact_us .locations_block {
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 18px;
  background: #FCFCFC;
}
#contact_us .locations_block p {
  line-height: 1.6;
}
#contact_us .locations_block h5 {
  font-size: 20px;
  text-transform: uppercase;
  color: #003E51;
}
#contact_us .locations_block .contact-block {
  display: grid;
  gap: 2rem;
}
#contact_us .locations_block .contact-block .contact-row.locations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}
#contact_us .locations_block .contact-block .contact-row.locations .location {
  display: grid;
  gap: 0.5rem;
  padding-right: 1rem;
  position: relative;
}
#contact_us .locations_block .contact-block .rule {
  border: 0;
  border-top: 2px solid #CAD6DA;
  margin: 0;
}
#contact_us .locations_block .location:last-of-type {
  border-left: 1px solid #CAD6DA;
  padding-left: 50px;
}
#contact_us .g_map {
  text-transform: uppercase;
  text-decoration: underline;
  color: #89D2D7;
}

#faq .expand_item {
  padding: 40px 0;
  border-top: 1px solid #BCBABA;
}
#faq .expand_item .title {
  padding-right: 20%;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
#faq .expand_item .title .expand_btn {
  position: absolute;
  right: 0;
  top: 5px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #89D2D7;
}
#faq .expand_item .title .expand_btn:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background: #000;
}
#faq .expand_item .title .expand_btn:after {
  position: absolute;
  content: "";
  top: 50%;
  right: calc(50% - 1px);
  transform: translate(0, -50%);
  width: 2px;
  height: 20px;
  background: #000;
  transition: 0.3s all;
}
#faq .expand_item .title.active .expand_btn:after {
  opacity: 0;
}
#faq .expand_item .inner {
  display: none;
  padding-top: 50px;
}
#faq .expand_item:last-of-type {
  border-bottom: none;
}

#news .hero {
  background: url("../assets/img/news/hero.jpg") center;
  background-size: cover;
}
#news .news_posts {
  border-top: 1px solid #000;
}

#investment_approach .hero {
  background: url("../assets/img/investment_approach/hero_2.jpg") center;
  background-size: cover;
}
#investment_approach .tabs_area {
  background: #003E51;
  /* Content animation */
  /* Active tab label expands */
}
#investment_approach .tabs_area .tab-pane.fade {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.3s ease;
}
#investment_approach .tabs_area .tab-pane.fade.show {
  opacity: 1;
  transform: translateY(0);
}
#investment_approach .tabs_area .animated-tabs .nav-link {
  display: inline-flex;
  align-items: center;
  transition: padding 0.25s ease, color 0.2s ease;
}
#investment_approach .tabs_area .animated-tabs .nav-link .label {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 0.4rem;
}
#investment_approach .tabs_area .label-short, #investment_approach .tabs_area .label-long {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.2;
  transition: max-width 0.35s ease, opacity 0.25s ease;
}
#investment_approach .tabs_area .label-short {
  opacity: 1;
}
#investment_approach .tabs_area .nav_wrapper {
  position: relative;
}
#investment_approach .tabs_area .nav_wrapper:before, #investment_approach .tabs_area .nav_wrapper:after {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
#investment_approach .tabs_area .nav_wrapper:before {
  background: url("../assets/img/investment_approach/pixels_left.png") no-repeat left center;
  background-size: auto 100%;
}
#investment_approach .tabs_area .nav_wrapper:after {
  background: url("../assets/img/investment_approach/pixels_right.png") no-repeat right center;
  background-size: auto 100%;
}
#investment_approach .tabs_area .nav_wrapper .container {
  position: relative;
  z-index: 3;
}
#investment_approach .tabs_area .nav_wrapper .nav-tabs {
  border-bottom: none;
  justify-content: center;
}
#investment_approach .tabs_area .nav_wrapper .nav-item {
  margin-right: 10px;
  width: 24%;
}
#investment_approach .tabs_area .nav_wrapper .nav-item .nav-link {
  padding: 12px;
  border-radius: 0;
  background: #fff;
  border: none;
  width: 100%;
  justify-content: center;
}
#investment_approach .tabs_area .nav_wrapper .nav-item .nav-link .label-short {
  text-align: center;
  height: 65px;
}
#investment_approach .tabs_area .nav_wrapper .nav-item .nav-link .label-short img {
  margin-bottom: 10px;
}
#investment_approach .tabs_area .nav_wrapper .nav-item .nav-link .label-short p {
  font-family: nexa, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  padding: 0 15px;
}
#investment_approach .tabs_area .nav_wrapper .nav-item .nav-link .label-long {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 65px;
}
#investment_approach .tabs_area .nav_wrapper .nav-item .nav-link .label-long img {
  margin-right: 15px;
}
#investment_approach .tabs_area .nav_wrapper .nav-item .nav-link .label-long p {
  font-size: 32px;
  color: #fff;
}
#investment_approach .tabs_area .nav_wrapper .nav-item .nav-link:hover, #investment_approach .tabs_area .nav_wrapper .nav-item .nav-link.active {
  background: linear-gradient(180deg, rgba(37, 65, 84, 0.5) 0%, rgb(20, 35, 46) 74%, rgb(7, 13, 17) 100%);
}
#investment_approach .tabs_area .nav_wrapper .nav-item .nav-link:hover .label-long, #investment_approach .tabs_area .nav_wrapper .nav-item .nav-link.active .label-long {
  padding: 0 15px;
  min-width: 27vw;
}
#investment_approach .tabs_area .nav_wrapper .nav-item .nav-link:hover .label-long img, #investment_approach .tabs_area .nav_wrapper .nav-item .nav-link.active .label-long img {
  filter: brightness(0) saturate(100%) invert(66%) sepia(35%) saturate(691%) hue-rotate(136deg) brightness(154%) contrast(67%);
}
#investment_approach .tabs_area .nav_wrapper .nav-item .nav-link:hover img, #investment_approach .tabs_area .nav_wrapper .nav-item .nav-link.active img {
  filter: brightness(0) saturate(100%) invert(66%) sepia(35%) saturate(691%) hue-rotate(136deg) brightness(154%) contrast(67%);
}
#investment_approach .tabs_area .nav_wrapper .nav-item .nav-link:hover p, #investment_approach .tabs_area .nav_wrapper .nav-item .nav-link.active p {
  color: #fff;
}
#investment_approach .tab-content h3, #investment_approach .tab-content h4, #investment_approach .tab-content h5, #investment_approach .tab-content p {
  color: #fff;
}
#investment_approach .tab-content .tab-pane {
  padding-top: 100px;
  padding-bottom: 140px;
}
#investment_approach .tab-content h5 {
  text-transform: uppercase;
}
#investment_approach .tab-content .expand_item {
  padding: 25px 0;
}
#investment_approach .tab-content .expand_item .expand_btn {
  right: 5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #89D2D7 transparent transparent transparent;
  transform: rotate(0deg);
  border-radius: 0;
  background: transparent;
  transition: all 0.3s;
}
#investment_approach .tab-content .expand_item .expand_btn::before, #investment_approach .tab-content .expand_item .expand_btn:after {
  display: none;
}
#investment_approach .tab-content .expand_item .inner {
  padding-top: 40px;
}
#investment_approach .tab-content .expand_item .title.active {
  color: #89D2D7;
}
#investment_approach .tab-content .expand_item .title.active .expand_btn {
  transform: rotate(180deg);
}
#investment_approach .tab-content .expand_item ul {
  padding-left: 20px;
  color: #fff;
  list-style-type: disc;
}
#investment_approach .tab-content .expand_item ul li {
  margin-bottom: 15px;
}
#investment_approach .circle_block .circle {
  position: relative;
  aspect-ratio: 1/1;
}
#investment_approach .circle_block .circle .part {
  position: absolute;
  cursor: pointer;
  transition: all 0.3s;
}
#investment_approach .circle_block .circle .part.market {
  top: 0;
  left: -1%;
  width: 50%;
  aspect-ratio: 554/465;
  background: url("../assets/img/investment_approach/circle_1_small.png") no-repeat center;
  background-size: contain;
}
#investment_approach .circle_block .circle .part.focus {
  top: 0;
  right: -1%;
  width: 50%;
  aspect-ratio: 554/465;
  background: url("../assets/img/investment_approach/circle_2_small.png") no-repeat center;
  background-size: contain;
}
#investment_approach .circle_block .circle .part.ownership {
  top: 30.7%;
  right: -9.5%;
  width: 32.1%;
  aspect-ratio: 180/317;
  background: url("../assets/img/investment_approach/circle_3_small.png") no-repeat center;
  background-size: contain;
}
#investment_approach .circle_block .circle .part.moat {
  bottom: -17%;
  left: 0;
  width: 100%;
  aspect-ratio: 56/23;
  background: url("../assets/img/investment_approach/circle_4_small.png") no-repeat center;
  background-size: contain;
}
#investment_approach .circle_block .circle .part.loyalty {
  top: 31%;
  left: -8.9%;
  width: 30%;
  aspect-ratio: 168/317;
  background: url("../assets/img/investment_approach/circle_5_small.png") no-repeat center;
  background-size: contain;
}
#investment_approach .circle_block .circle .part:hover {
  scale: 1.05;
}
#investment_approach .circle_block .circle .center_logo {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 36%;
}
#investment_approach .circle_block .img_map_wrapper {
  position: relative;
}
#investment_approach .circle_block .img_map_wrapper .map_overlay {
  position: absolute;
  top: 0;
  left: 0;
}
#investment_approach .circle_block .img_map_wrapper area {
  cursor: pointer;
}
#investment_approach .circle_block .img_map_wrapper #responsive-img {
  cursor: pointer;
}
#investment_approach .circle_block .img_map_wrapper .center_logo {
  position: absolute;
  top: 48%;
  left: 51%;
  transform: translate(-50%, -50%);
  width: 30%;
}
#investment_approach .circle_block .img_map_wrapper svg {
  position: absolute;
  background: red;
}
#investment_approach .circle_block .circle_options {
  position: relative;
}
#investment_approach .circle_block .circle_options .option {
  display: none;
}
#investment_approach .explanation_text {
  position: absolute;
  bottom: -28%;
  text-transform: uppercase;
  left: 50%;
  transform: translate(-50%, 0);
}

#footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #003E51;
  color: #fff;
  font-size: 14px;
}
#footer .footer_menu_wrapper {
  width: 955px;
  margin-left: auto;
}
#footer .main_menu {
  margin-bottom: 50px;
}
#footer .main_menu li a {
  color: #89D2D7;
}
#footer .main_menu li:hover a {
  color: #fff;
}
#footer .main_menu .investor_login::after {
  background: url("../assets/img/profile_aqua.svg") no-repeat;
}
#footer .logo {
  margin-bottom: 20px;
  width: 270px;
}
#footer .under_footer {
  padding-top: 20px;
  border-top: 1px solid #516776;
  margin-top: 50px;
}
#footer .under_footer p {
  font-size: 12px;
}

.grecaptcha-badge {
  display: none !important;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.video-modal.is-open {
  display: block;
}

.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(24, 24, 27, 0.98);
}

.video-modal__dialog {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: min(90vw, 960px);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

.video-modal__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #000;
  border: 0;
  cursor: pointer;
  display: inline-grid;
  place-items: center;
  padding: 0;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  z-index: 100;
}

.video-modal__close span { /* draw the X with two white bars */
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
}

.video-modal__close span::before,
.video-modal__close span::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 16px;
  height: 2px;
  background: #fff;
  transform-origin: center;
  translate: -50% -50%;
}

.video-modal__close span::before {
  transform: rotate(45deg);
}

.video-modal__close span::after {
  transform: rotate(-45deg);
}

.video-modal__close:hover {
  background: #111;
}

.video-modal__close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.6);
}

/* 16:9 responsive frame */
.video-modal__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9; /* fallback below if needed */
  background: #000;
}

.video-modal__video {
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  outline: none;
}

/* Optional: prevent page scroll when open */
.body--modal-open {
  overflow: hidden;
}

/* translate exactly 50% because the sequence is duplicated */
@keyframes logos-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  } /* change to +50% to scroll right */
}
/* accessibility: honor reduced motion */
@media (prefers-reduced-motion: reduce) {
  .logos__track {
    animation: none;
  }
}
@media (max-width: 991.98px) {
  .responsive-tabs {
    display: none;
  } /* hide tabs */
  .tabs-select-wrap {
    display: block;
  } /* show select */
}
@media (min-width: 992px) {
  .responsive-tabs {
    display: flex;
  } /* show tabs */
  .tabs-select-wrap {
    display: none;
  } /* hide select */
}
/* ----------- FOOTER END ------------ */
@media (max-width: 1700px) {
  h1 {
    font-size: 88px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 32px;
  }
  .sky_blue .stat_block .stat .stat_value {
    font-size: 86px;
  }
  #case_study {
    padding-top: 40px;
  }
  #case_study .main_point {
    margin-bottom: 30px;
  }
  #case_study .stats .stat_item p {
    font-size: 70px;
  }
  #team .team_members .member h3 {
    font-size: 28px;
  }
}
@media (max-width: 1500px) {
  body {
    font-size: 19px;
  }
  h1 {
    font-size: 75px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 32px;
  }
  h5 {
    font-size: 15px;
  }
  p.large {
    font-size: 21px;
    line-height: 1.5;
  }
  .section-margin {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .menu ul.main_menu li {
    font-size: 12px;
  }
  .menu ul.main_menu li a {
    padding: 10px 12px;
  }
  .hero h1 {
    font-size: 50px;
  }
  .sky_blue .stat_block .stat .stat_value {
    font-size: 70px;
  }
  .sky_blue .stat_block .stat .stat_value span.smaller {
    font-size: 2.5rem;
  }
  .sky_blue .stat_block .stat .stat_label {
    font-size: 15px;
  }
  .news_posts .news_post .content {
    max-width: calc(100% - 400px);
  }
  .case_studies .case_study .info .status {
    font-size: 15px;
  }
  .case_studies .inner {
    max-width: 1100px;
  }
  #case_study {
    padding-top: 40px;
  }
  #case_study .main_point {
    margin-bottom: 30px;
  }
  #case_study ul li {
    font-size: 16px;
  }
  #case_study .stats {
    column-gap: 40px;
  }
  #case_study .stats .stat_item p {
    font-size: 40px;
  }
  #case_study .case_studies .case_study .info {
    padding: 40px;
  }
  #main_content {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  #team .team_members {
    grid-template-columns: repeat(3, 1fr);
  }
  #team .team_members .member h3 {
    line-height: 1.1;
    margin-bottom: 10px;
  }
  #team .team_members .member h5 {
    font-size: 14px;
  }
  #team .team_members .member .arrow {
    width: 45px;
  }
  .portfolio_details hr {
    margin: 60px 0;
  }
  #contact_us form.form .input_block .field input {
    font-size: 22px;
  }
  #contact_us form.form .input_block textarea {
    font-size: 20px;
  }
  #contact_us .locations_block {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #investment_approach .tabs_area .nav_wrapper .nav-item .nav-link .label-short p {
    letter-spacing: normal;
  }
  #investment_approach .tabs_area .nav_wrapper .nav-item .nav-link .label-long p {
    font-size: 26px;
  }
  #investment_approach .tab-content .tab-pane {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  #footer .footer_menu_wrapper {
    width: auto;
  }
}
@media (max-width: 1400px) {
  .case_studies .inner .arrow {
    top: 25%;
    height: 40px;
    width: 40px;
  }
  .case_studies .inner .arrow.arrow_left {
    left: -55px;
  }
  .case_studies .inner .arrow.arrow_right {
    right: -55px;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 18px;
  }
  body.dark_menu .header .hamburger .hamburger-inner,
  body.dark_menu .header .hamburger .hamburger-inner:after,
  body.dark_menu .header .hamburger .hamburger-inner:before {
    background-color: #003E51;
  }
  body.dark_menu .header .menu ul.main_menu li a {
    color: #fff;
  }
  body.dark_menu .header.scrolled .hamburger .hamburger-inner,
  body.dark_menu .header.scrolled .hamburger .hamburger-inner:after,
  body.dark_menu .header.scrolled .hamburger .hamburger-inner:before {
    background-color: #fff;
  }
  .back_btn {
    font-size: 18px;
  }
  .back_btn img {
    width: 15px;
  }
  p {
    line-height: 1.6;
  }
  .header .menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    padding-top: 120px;
    background: rgba(0, 62, 81, 0.9);
  }
  .header .menu #menu-main-menu {
    width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    flex-wrap: wrap;
    justify-content: start;
  }
  .header .menu #menu-main-menu li {
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
  }
  .header .menu #menu-main-menu li.investor_login {
    width: 190px;
  }
  .hero {
    padding-bottom: 50px;
  }
  .sky_blue .stat_block {
    padding: 90px 0 80px;
  }
  .sky_blue .stat_block .stats_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .sky_blue .stat_block .stat {
    padding: 0 40px;
    margin-bottom: 40px;
  }
  .sky_blue .stat_block .stat:nth-child(3) {
    border-left: none;
  }
  .sky_blue .line {
    margin: 50px 0;
  }
  .sky_blue .clear_power .categories {
    flex-wrap: wrap;
  }
  .sky_blue .clear_power .categories h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .news_posts .news_post .content {
    max-width: calc(100% - 250px);
  }
  .news_posts .news_post .read {
    width: 200px;
  }
  .case_studies .inner .arrow.arrow_left {
    left: 10px;
  }
  .case_studies .inner .arrow.arrow_right {
    right: 10px;
  }
  #about_us #main_content h1 span {
    font-size: 40px;
  }
  #about_us #main_content h3 {
    margin-bottom: 25px;
  }
  #about_us #main_content h5 {
    margin-bottom: 60px;
  }
  #about_us #main_content p {
    margin-bottom: 25px;
  }
  #case_study .case_studies {
    row-gap: 20px;
  }
  #case_study .case_studies .case_study {
    flex-direction: column;
    width: 100%;
    aspect-ratio: auto;
    background: #fff !important;
    margin-bottom: 30px;
  }
  #case_study .case_studies .case_study .image {
    width: 100%;
    aspect-ratio: 16/9;
  }
  #case_study .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  #team .team_members {
    grid-template-columns: repeat(2, 1fr);
  }
  .team_member_detail #main_content {
    padding-top: 120px;
  }
  .team_member_detail h2 {
    line-height: 1.2;
  }
  .team_member_detail p.contact {
    font-size: 22px;
  }
  #main_content {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  #footer .menu ul.main_menu li {
    font-size: 11px;
  }
  #footer #menu-main-menu-1 {
    flex-wrap: wrap;
    justify-content: start;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 65px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 22px;
  }
  .header .menu #menu-main-menu {
    width: 576px;
  }
  .hero {
    padding-top: 120px;
  }
  .hero h1 {
    font-size: 46px;
  }
  .sky_blue .stat_block {
    padding: 60px 0 60px;
  }
  .sky_blue .stat_block .stat {
    padding: 20px 0;
    margin-bottom: 20px;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #89D2D7;
  }
  .sky_blue .stat_block .stat:nth-child(1), .sky_blue .stat_block .stat:nth-child(3) {
    margin-right: 25px;
  }
  .news_posts .news_post {
    flex-wrap: wrap;
  }
  .news_posts .news_post .content {
    max-width: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .news_posts .news_post .read {
    width: auto;
  }
  #portfolio {
    /* redo dividers for 2-col layout */
    /* reset */
  }
  #portfolio .wrapper {
    padding-top: 40px;
  }
  #portfolio .logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #portfolio .logo-cell {
    min-height: 100px;
  }
  #portfolio .logo-cell {
    border-right: none;
    border-top: none;
  }
  #portfolio .logo-cell:nth-child(n+3) {
    border-top: 1px solid var(--border);
  }
  #portfolio .logo-cell:after {
    display: none;
  }
  #portfolio .logo-cell:not(:nth-child(2n)) {
    position: relative;
  }
  #portfolio .logo-cell:not(:nth-child(2n)):after {
    content: "";
    position: absolute;
    right: 0;
    height: 70%;
    width: 1px;
    background: var(--border);
  }
  #team .team_members .member h3 {
    font-size: 22px;
  }
  #team .team_members .member h5 {
    font-size: 12px;
  }
  #team .team_members .member .info {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #team .team_members .member .info div {
    padding-top: 20px;
  }
  #team .team_members .member .arrow {
    width: 40px;
  }
  .team_member_detail #main_content {
    padding-bottom: 120px;
  }
  .team_member_detail .back_btn {
    margin-bottom: 70px;
  }
  .team_member_detail p.contact {
    font-size: 20px;
  }
  .team_member_detail .member_photo {
    width: 350px;
  }
  .team_member_detail .about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .team_member_detail .experience {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #contact_us form.form .input_block .field input {
    font-size: 18px;
  }
  #contact_us form.form .input_block textarea {
    font-size: 18px;
  }
  #contact_us .locations_block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #contact_us .contact-row.locations,
  #contact_us .contact-row.groups {
    grid-template-columns: 1fr;
  }
  #contact_us .contact-row.locations .location + .location,
  #contact_us .contact-row.groups .group + .group {
    border-left: 0;
    padding-left: 0;
  }
  #faq .expand_item {
    padding: 35px 0;
  }
  #faq .expand_item .inner {
    padding-top: 30px;
  }
  #investment_approach .tabs_area .nav_wrapper .nav-item .nav-link .label-short p {
    letter-spacing: normal;
  }
  #investment_approach .tabs_area .nav_wrapper .nav-item .nav-link .label-long p {
    font-size: 26px;
  }
  #investment_approach .tab-content .tab-pane {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  #investment_approach .form-select {
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: 24px;
    color: #fff;
    background-size: 26px 26px;
    --bs-form-select-bg-img: url("data:image/svg+xml,            <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'             stroke='%2389D2D7' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'>            <path d='M2 5l6 6 6-6'/></svg>");
  }
  #investment_approach .form-select option {
    background-color: #fff;
    color: #003E51;
    padding: 5px;
  }
  #investment_approach .tabs-select-wrap {
    padding: 15px 0;
  }
}
@media (max-width: 991px) and (orientation: portrait) {
  .case_studies .inner {
    max-width: 700px;
  }
  .case_studies .case_study {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .case_studies .case_study {
    aspect-ratio: 3/5;
  }
}
@supports not (aspect-ratio: 16/9) {
  .video-modal__frame::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .video-modal__video {
    position: absolute;
    inset: 0;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .container-sm, .container {
    max-width: 90%;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 55px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
    font-weight: 600;
  }
  h4 {
    font-size: 20px;
  }
  p {
    line-height: 1.8;
  }
  p.large {
    font-size: 18px;
  }
  p sup {
    font-size: 8px;
    top: -1.2em;
  }
  .my_btn {
    font-size: 13px;
    line-height: 46px;
  }
  .back_btn {
    font-size: 16px;
    margin-bottom: 60px;
  }
  .back_btn img {
    width: 12px;
  }
  .section-margin {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .header {
    padding-left: 0;
    padding-right: 0;
  }
  .hamburger {
    padding: 5px 10px;
    padding-bottom: 7px;
  }
  .case_studies .slick-track {
    display: flex;
    align-items: stretch;
  }
  .case_studies .case_study {
    flex-direction: column;
    background: #fff !important;
    aspect-ratio: auto;
    height: auto;
  }
  .case_studies .case_study .image {
    aspect-ratio: 4/3;
    width: 100%;
  }
  .case_studies .case_study .info {
    padding: 40px 20px 30px;
    flex: 1 1 auto;
  }
  .case_studies .case_study .info h3 {
    font-size: 22px;
  }
  .case_studies .case_study .info .status {
    font-size: 10px;
  }
  .case_studies .inner {
    width: calc(100% - 45px);
  }
  #home .hero {
    padding-right: 0;
    padding-top: 30vh;
    min-height: 100dvh;
  }
  #home .hero .container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0 !important;
  }
  #home .hero .container .col-lg-6:first-of-type {
    padding-left: 30px;
    padding-right: 30px;
  }
  #home .hero .container h5 {
    padding-left: 30px;
  }
  #home .hero .interviews_wrapper_wrapper {
    overflow-x: scroll;
    padding-left: 0;
  }
  #home .hero .interviews_wrapper {
    width: 600px;
    overflow-x: scroll;
    padding-bottom: 0;
    padding-right: 30px;
  }
  .container {
    max-width: 100%;
  }
  .sky_blue .stat_block {
    padding: 30px 10px 60px;
  }
  .sky_blue .stat_block .stat {
    padding: 15px 0;
  }
  .sky_blue .stat_block .stat .stat_value {
    font-size: 42px;
    line-height: 1.4;
  }
  .sky_blue .stat_block .stat .stat_value span.smaller {
    font-size: 1.5rem;
    transform: translate(0, -2px);
  }
  .sky_blue .stat_block .stat .stat_label {
    font-size: 9px;
  }
  .stats_wrapper {
    grid-template-columns: 1fr;
  }
  .stat {
    border-left: none;
    padding: 20px 0;
  }
  #connect .logos__mask {
    height: 55px;
  }
  #connect .logos__mask::before, #connect .logos__mask::after {
    width: 54px;
  }
  #connect .logos__mask .logos__track {
    gap: 30px;
  }
  #connect .logos__mask .logos__item {
    height: 50px;
  }
  #connect .logos__mask .logos__item img {
    max-height: 50px;
  }
  #case_study .main_point p {
    font-size: 16px;
  }
  #case_study .stats {
    column-gap: 50px;
    row-gap: 30px;
    flex-wrap: wrap;
    padding: 0 20px;
    justify-content: start;
  }
  #case_study .stats .stat_item {
    width: 60%;
  }
  #case_study .stats .stat_item img {
    width: 25px;
  }
  #portfolio .hero h1 {
    font-size: 40px;
  }
  #portfolio .logo-grid {
    grid-template-columns: 1fr;
  }
  #portfolio .logo-cell {
    border-right: none;
  }
  #portfolio .logo-cell + .logo-cell {
    border-top: 1px solid var(--border);
  }
  #portfolio .filters {
    text-align: left;
  }
  #portfolio .filters select {
    width: calc(100% - 50px);
    max-width: 100%;
    margin: 0 30px;
  }
  #portfolio .filters select:first-of-type {
    margin-bottom: 20px;
  }
  #main_content {
    padding-top: 90px;
    padding-bottom: 20px;
  }
  #team .team_members {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 50px;
  }
  .team_member_detail #main_content {
    padding-top: 90px;
  }
  .team_member_detail p.contact {
    font-size: 20px;
  }
  .team_member_detail .member_photo {
    width: 350px;
  }
  .team_member_detail .about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .team_member_detail .experience {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #contact_us .locations_block .contact-block .contact-row.locations {
    grid-template-columns: 1fr;
  }
  #contact_us .locations_block .contact-block .contact-row.locations .location {
    border-left: none;
    padding-left: 0;
  }
  #faq h1 {
    font-size: 40px;
  }
  #faq h4 {
    font-size: 20px;
  }
  #faq .expand_item .title {
    padding-right: 60px;
  }
  #investment_approach .tabs_area .nav_wrapper:after {
    display: none;
  }
  #footer #menu-main-menu-1 {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #footer #menu-main-menu-1 li {
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
  }
  #footer #menu-main-menu-1 .investor_login {
    width: 180px;
  }
  .video-modal__dialog {
    width: 100%;
  }
}