@charset "UTF-8";
/*
Theme Name: Wise Wolves
Template: astra
*/
/* GLOBAL STYLES */
html * {
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body.single,
body.single-post {
  background-color: #FFFFFF !important;
  padding: 0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.mt-12 {
  margin-top: -12px;
}

.container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.ww-btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 158.7%;
  padding: 11px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ww-btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
}
.ww-btn.ww-btn-white {
  color: #0E2B40;
  background-color: #fff;
}
.ww-btn.ww-btn-white::after {
  background-image: url("./images/btn-arrow-blue.svg");
}
.ww-btn.ww-btn-blue {
  color: #fff;
  background-color: #0E2B40;
}
.ww-btn.ww-btn-blue::after {
  background-image: url("./images/btn-arrow-white.svg");
}

.wise-wolves-header {
  background: transparent;
  padding-top: 44px;
}
.wise-wolves-header .wise-wolves-header-container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-logo-section {
  flex-shrink: 0;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-logo-section .wise-wolves-logo-link {
  display: inline-block;
  text-decoration: none;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-logo-section .wise-wolves-logo-link .wise-wolves-logo {
  height: auto;
  max-width: 218px;
  display: block;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  background-color: #f9f9f9;
  border-radius: 5px;
  max-width: fit-content;
  padding: 7px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation.is-sticky {
  position: fixed;
  top: 16px;
  right: max(20px, (100vw - 1360px) / 2 + 20px);
  z-index: 11000;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  gap: 10px;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-nav-menu li {
  margin: 0;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-nav-menu li a {
  color: #787D82;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
  display: block;
  padding: 3px 10px;
  border-radius: 4px;
  background-color: #f9f9f9;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-nav-menu li a:hover, .wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-nav-menu li a:focus {
  background-color: #e9e9e9;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .ww-header-login-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 16px;
  border-radius: 4px;
  background: #0E2B40;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0 8px;
  transition: opacity 0.2s ease;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .ww-header-login-btn:hover, .wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .ww-header-login-btn:focus {
  opacity: 0.92;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-desktop-hamburger {
  display: block !important;
  background: #0E2B40;
  border: none;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  padding: 0;
  position: relative;
  transition: all 0.3s ease;
  flex-shrink: 0;
  z-index: 10;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-desktop-hamburger .wise-wolves-desktop-hamburger-icon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-desktop-hamburger .wise-wolves-desktop-hamburger-icon .hamburger-line {
  width: 16px;
  height: 2px;
  background: #FFFFFF;
  border-radius: 1px;
  transition: all 0.3s ease;
  position: absolute;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-desktop-hamburger .wise-wolves-desktop-hamburger-icon .hamburger-line.hamburger-line-1 {
  top: 7px;
  left: 7px;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-desktop-hamburger .wise-wolves-desktop-hamburger-icon .hamburger-line.hamburger-line-2 {
  top: 14px;
  left: 7px;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-desktop-hamburger .wise-wolves-desktop-hamburger-icon .hamburger-line.hamburger-line-3 {
  top: 21px;
  left: 10px;
  width: 12px;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-desktop-hamburger.active .hamburger-line.hamburger-line-1 {
  top: 15px;
  left: 6px;
  transform: rotate(45deg);
  width: 18px;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-desktop-hamburger.active .hamburger-line.hamburger-line-2 {
  opacity: 0;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-desktop-hamburger.active .hamburger-line.hamburger-line-3 {
  top: 15px;
  left: 6px;
  transform: rotate(-45deg);
  width: 18px;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-desktop-hamburger:hover {
  opacity: 0.9;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 785px;
  background: #fff;
  border-radius: 8px;
  z-index: 10000;
  margin-top: 10px;
  overflow: hidden;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown.active {
  display: block;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content {
  display: flex;
  padding: 0;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .ww-secondary-col {
  flex: 1;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .ww-secondary-col.ww-secondary-col--main {
  padding: 30px;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .ww-secondary-col.ww-secondary-col--services {
  padding: 30px;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .ww-secondary-col.ww-secondary-col--newsroom {
  padding: 30px;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .ww-secondary-col.ww-secondary-col--newsroom .ww-secondary-news-card--first {
  border-radius: 5px;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .ww-secondary-col.ww-secondary-col--newsroom .ww-secondary-news-card--second {
  border-radius: 5px;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .ww-secondary-col--newsroom {
  background: #EFEFEF;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .ww-secondary-title {
  color: #787D82;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .wise-wolves-secondary-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .wise-wolves-secondary-nav-menu li {
  margin: 0;
  width: 100%;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .wise-wolves-secondary-nav-menu li a {
  color: #343434 !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  display: block;
  transition: all 0.3s ease;
  padding: 0 !important;
  line-height: 140%;
  height: auto !important;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .ww-secondary-social {
  margin-top: 52px;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .ww-secondary-social h4 {
  margin: 0 0 14px;
  color: #6B6E74;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .ww-secondary-social-links {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .ww-secondary-social-links a {
  width: 27px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .ww-secondary-social-links a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .ww-secondary-social-links a:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .ww-secondary-news-card {
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .ww-secondary-news-image {
  display: block;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .ww-secondary-news-image img {
  width: 100%;
  height: 125px;
  display: block;
  object-fit: cover;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .ww-secondary-news-content {
  padding: 14px 16px;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .ww-secondary-news-title {
  margin: 0 0 24px;
  line-height: 0 !important;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .ww-secondary-news-title a {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .ww-secondary-news-card .article-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6B6E74;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .ww-secondary-news-card .article-meta .article-date,
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .ww-secondary-news-card .article-meta .article-reading-time,
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .ww-secondary-news-card .article-meta .article-separator {
  color: #BBB;
  font-size: 10px;
  font-weight: 400;
  line-height: 140%;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .ww-secondary-news-card .article-meta .article-date {
  color: #656565;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .ww-secondary-news-btn {
  width: 100%;
  margin-top: 10px;
  padding: 4px 14px;
  max-width: 130px;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .ww-secondary-news-btn::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: none;
  width: auto;
  height: auto;
  font-size: 12px;
  line-height: 1;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-secondary-menu-dropdown .wise-wolves-secondary-menu-content .ww-secondary-news-btn span {
  font-size: 10px;
  font-weight: 400;
  line-height: 158.7%;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  flex-direction: column;
  gap: 4px;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-mobile-toggle .wise-wolves-hamburger {
  width: 25px;
  height: 3px;
  background: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-mobile-toggle.active .wise-wolves-hamburger:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-mobile-toggle.active .wise-wolves-hamburger:nth-child(2) {
  opacity: 0;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-mobile-toggle.active .wise-wolves-hamburger:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

@media (max-width: 768px) {
  .wise-wolves-header-container {
    padding: 0 15px;
  }
  .wise-wolves-header-container .wise-wolves-logo {
    height: 40px;
  }
  .wise-wolves-header-container .wise-wolves-navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .wise-wolves-header-container .wise-wolves-navigation.mobile-active {
    display: block;
  }
  .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-nav-menu {
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(20px);
    flex-direction: column;
    gap: 0;
    padding: 20px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  }
  .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-nav-menu a {
    margin-bottom: 10px;
    text-align: center;
  }
}
.wise-wolves-hero {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 700px;
  display: flex;
  align-items: center;
  margin-top: -104px;
  position: relative;
}
.wise-wolves-hero .title-wrapper {
  margin-bottom: 30px;
  max-width: fit-content;
}
.wise-wolves-hero .wise-wolves-main-title {
  color: #FFFFFF;
  font-size: 70px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 100%;
  text-transform: uppercase;
}
.wise-wolves-hero .wise-wolves-main-title span {
  font-weight: 300;
  display: block;
  margin-left: 200px;
}
.wise-wolves-hero .wise-wolves-subtitle {
  color: #FFF;
  text-align: right;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.wise-wolves-hero .hero-button-wrapper {
  margin-top: 40px;
}
.wise-wolves-hero .ww-btn {
  max-width: 518px;
  margin-top: 120px;
}

/* Desktop - ensure hamburger is visible and hide mobile menu */
@media (min-width: 901px) {
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-desktop-hamburger {
    display: block !important;
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-mobile-toggle {
    display: none !important;
  }
  .wise-wolves-header .wise-wolves-mobile-menu-dropdown {
    display: none !important;
  }
}
/* Tablet/Mobile header trigger */
@media (max-width: 900px) {
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation {
    display: none;
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-desktop-hamburger {
    display: none !important;
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-mobile-toggle {
    display: flex !important;
  }
}
/* Mobile Header + Hero adjustments */
@media (max-width: 900px) {
  /* Header */
  .wise-wolves-header {
    padding-top: 24px;
    position: relative;
  }
  .wise-wolves-header .wise-wolves-header-container {
    position: relative;
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-mobile-toggle {
    display: flex !important;
    background: #0E2B40;
    border: none;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    padding: 0;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
    z-index: 10;
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-mobile-toggle.is-sticky {
    position: fixed;
    top: 16px;
    right: 15px;
    z-index: 11000;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-mobile-toggle .wise-wolves-mobile-hamburger-icon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 7px;
    box-sizing: border-box;
    position: relative;
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-mobile-toggle .wise-wolves-mobile-hamburger-icon .hamburger-line {
    width: 16px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 1px;
    transition: all 0.3s ease;
    position: absolute;
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-mobile-toggle .wise-wolves-mobile-hamburger-icon .hamburger-line.hamburger-line-1 {
    top: 7px;
    left: 7px;
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-mobile-toggle .wise-wolves-mobile-hamburger-icon .hamburger-line.hamburger-line-2 {
    top: 14px;
    left: 7px;
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-mobile-toggle .wise-wolves-mobile-hamburger-icon .hamburger-line.hamburger-line-3 {
    top: 21px;
    left: 7px;
    width: 12px;
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-mobile-toggle.active .hamburger-line.hamburger-line-1 {
    top: 15px;
    left: 6px;
    transform: rotate(45deg);
    width: 18px;
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-mobile-toggle.active .hamburger-line.hamburger-line-2 {
    opacity: 0;
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-mobile-toggle.active .hamburger-line.hamburger-line-3 {
    top: 15px;
    left: 6px;
    transform: rotate(-45deg);
    width: 18px;
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-mobile-toggle:hover {
    opacity: 0.9;
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation {
    display: none;
  }
  .wise-wolves-header .wise-wolves-mobile-menu-dropdown {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    margin-top: 14px;
    height: fit-content;
    min-height: 385px;
    background: #FFF;
    border-radius: 0;
    z-index: 10000;
    border-radius: 4px;
    padding: 20px;
  }
  .wise-wolves-header .wise-wolves-mobile-menu-dropdown.active {
    display: block !important;
  }
  .wise-wolves-header .wise-wolves-mobile-menu-dropdown.is-sticky-anchor {
    position: fixed;
    top: 56px;
    left: 15px;
    right: 15px;
    margin-top: 0;
    z-index: 10990;
  }
  .wise-wolves-header .wise-wolves-mobile-menu-dropdown .wise-wolves-mobile-menu-content {
    min-height: 385px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    justify-content: space-between;
  }
  .wise-wolves-header .wise-wolves-mobile-menu-dropdown .wise-wolves-mobile-menu-content .ww-mobile-menu-sections {
    margin-top: 6px;
    margin-bottom: 40px;
  }
  .wise-wolves-header .wise-wolves-mobile-menu-dropdown .wise-wolves-mobile-menu-content .ww-mobile-menu-section {
    border-bottom: 1px solid #CACACA;
    padding: 12px 0 10px;
  }
  .wise-wolves-header .wise-wolves-mobile-menu-dropdown .wise-wolves-mobile-menu-content .ww-mobile-menu-section .ww-mobile-menu-section-toggle {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #6E747A;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    cursor: pointer;
    box-shadow: none !important;
  }
  .wise-wolves-header .wise-wolves-mobile-menu-dropdown .wise-wolves-mobile-menu-content .ww-mobile-menu-section .ww-mobile-menu-section-icon::before {
    content: "←";
    color: #6E747A;
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    transform: translateY(-2px);
  }
  .wise-wolves-header .wise-wolves-mobile-menu-dropdown .wise-wolves-mobile-menu-content .ww-mobile-menu-section .ww-mobile-menu-section-panel {
    display: none;
    padding-top: 10px;
  }
  .wise-wolves-header .wise-wolves-mobile-menu-dropdown .wise-wolves-mobile-menu-content .ww-mobile-menu-section.is-open .ww-mobile-menu-section-icon::before {
    content: "↓";
  }
  .wise-wolves-header .wise-wolves-mobile-menu-dropdown .wise-wolves-mobile-menu-content .ww-mobile-menu-section.is-open .ww-mobile-menu-section-panel {
    display: block;
  }
  .wise-wolves-header .wise-wolves-mobile-menu-dropdown .wise-wolves-mobile-menu-content .ww-mobile-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .wise-wolves-header .wise-wolves-mobile-menu-dropdown .wise-wolves-mobile-menu-content .ww-mobile-nav-menu li {
    margin: 0;
  }
  .wise-wolves-header .wise-wolves-mobile-menu-dropdown .wise-wolves-mobile-menu-content .ww-mobile-nav-menu a {
    display: block;
    text-decoration: none;
    color: #303236;
    font-size: 14px;
    font-weight: 400;
    line-height: 132%;
    padding: 8px 0;
  }
  .wise-wolves-header .wise-wolves-mobile-menu-dropdown .wise-wolves-mobile-menu-content .ww-mobile-menu-contact {
    margin-top: auto;
    width: 100%;
    max-width: none;
    min-height: 42px;
    padding: 14px 18px;
    border-radius: 4px;
  }
  .wise-wolves-header .wise-wolves-mobile-menu-dropdown .wise-wolves-mobile-menu-content .ww-mobile-menu-contact span {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
  }
  .wise-wolves-header .wise-wolves-mobile-menu-dropdown .wise-wolves-mobile-menu-content .ww-mobile-menu-login {
    width: 100%;
    max-width: none;
    min-height: 42px;
    padding: 14px 18px;
    border-radius: 4px;
    margin-top: 12px;
    background: #8C9FB4;
    color: #FFFFFF;
    justify-content: flex-start;
    text-decoration: none;
  }
  .wise-wolves-header .wise-wolves-mobile-menu-dropdown .wise-wolves-mobile-menu-content .ww-mobile-menu-login::after {
    display: none;
  }
  .wise-wolves-header .wise-wolves-mobile-menu-dropdown .wise-wolves-mobile-menu-content .ww-mobile-menu-login span {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
  }
  /* Hero */
  .wise-wolves-hero {
    height: 100vh;
    min-height: 640px;
    margin-top: -80px;
    align-items: flex-start;
    max-height: 550px;
  }
  .wise-wolves-hero .container {
    padding-top: 130px;
  }
  .wise-wolves-hero .title-wrapper {
    margin: 0 auto;
  }
  .wise-wolves-hero .wise-wolves-main-title {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-top: 110px;
  }
  .wise-wolves-hero .wise-wolves-main-title span {
    margin-left: 40px;
  }
  .wise-wolves-hero .wise-wolves-subtitle {
    color: #FFF;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .wise-wolves-hero .hero-button-wrapper {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 40px;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .wise-wolves-hero .ww-btn {
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding: 18px 22px;
  }
}
.wise-wolves-about,
.wise-wolves-news,
.wise-wolves-services,
.wise-wolves-career,
.wise-wolves-contacts {
  padding: 80px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.wise-wolves-about h2,
.wise-wolves-news h2,
.wise-wolves-services h2,
.wise-wolves-career h2,
.wise-wolves-contacts h2 {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
}

.career-corporate-culture {
  padding: 70px 0;
}
.career-corporate-culture .career-top {
  margin-bottom: 40px;
}
.career-corporate-culture .career-title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.career-corporate-culture .career-title-block .career-title {
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.5px;
  margin-bottom: 12px;
}
.career-corporate-culture .career-title-block .career-title p {
  margin-bottom: 0;
}
.career-corporate-culture .career-title-block .career-title span {
  color: #D1D1D1;
  font-weight: 300;
}
.career-corporate-culture .career-title-block .career-tooltip {
  color: #656565;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-radius: 2000px;
  background: #F2F2F2;
  display: flex;
  width: 401px;
  height: 32px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.career-corporate-culture .career-description {
  color: #656565;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.career-corporate-culture .career-description p {
  margin: 0;
}
.career-corporate-culture .career-description span {
  font-weight: 500;
}
.career-corporate-culture .career-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.career-corporate-culture .career-card {
  border-radius: 5px;
  background: #FFFFFF;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-top: 6px solid #0E2B40;
  position: relative;
  overflow: hidden;
}
.career-corporate-culture .career-card .card-header .card-title {
  color: #F9F9F9;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  display: flex;
  padding: 10px 13px;
  background: #0E2B40;
  border-radius: 5px;
  margin-bottom: 24px;
}
.career-corporate-culture .career-card .card-body .card-text {
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.career-corporate-culture .career-card .card-image {
  position: relative;
}
.career-corporate-culture .career-card .card-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
  margin: 20px -20px -20px -20px;
  height: 220px;
  object-fit: cover;
  min-width: calc(100% + 40px);
}
.career-corporate-culture .career-card .card-image .ww-btn {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  border-radius: 5px;
  background: #0E2B40 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.career-corporate-culture .career-card .card-image .ww-btn::after {
  background-image: url("./images/btn-arrow-white.svg");
}
.career-corporate-culture .career-card:nth-child(2) {
  border-top: 6px solid #91A5B9;
}
.career-corporate-culture .career-card:nth-child(2) .card-header .card-title {
  background: #91A5B9;
}
.career-corporate-culture .career-card:nth-child(2) .card-image .ww-btn {
  background: #91A5B9;
}
.career-corporate-culture .career-card:nth-child(3) {
  border-top: 6px solid #91A5B9;
}
.career-corporate-culture .career-card:nth-child(3) .card-header .card-title {
  background: #91A5B9;
}
.career-corporate-culture .career-card:nth-child(3) .card-image .ww-btn {
  background: #91A5B9;
}
.career-corporate-culture .career-join-our-team {
  margin-top: 40px;
  max-width: 615px;
}

@media (max-width: 900px) {
  .career-corporate-culture {
    padding: 30px 40px 30px;
    overflow: hidden;
  }
  .career-corporate-culture .container {
    padding-left: 0;
    padding-right: 0;
  }
  .career-corporate-culture .career-top {
    flex-direction: column;
    gap: 20px;
  }
  .career-corporate-culture .career-top .career-title-block {
    flex-direction: column;
    display: flex;
  }
  .career-corporate-culture .career-top .career-title-block .career-title {
    width: 100%;
    margin-bottom: 20px;
  }
  .career-corporate-culture .career-top .career-title-block .career-title p {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 24px */
    letter-spacing: -1.5px;
  }
  .career-corporate-culture .career-top .career-title-block .career-title p span {
    color: #D1D1D1;
    display: block;
  }
  .career-corporate-culture .career-top .career-description {
    font-size: 16px;
  }
  .career-corporate-culture .career-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .career-corporate-culture .career-cards .career-card {
    width: 100%;
    padding: 10px;
  }
  .career-corporate-culture .career-cards .career-card .card-image a {
    font-size: 14px;
  }
}
.wise-wolves-footer {
  position: relative;
  background: #1a1a1a;
  color: #fff;
  padding: 80px 0 40px;
}
.wise-wolves-footer .footer-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.wise-wolves-footer .footer-background .footer-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.wise-wolves-footer .footer-content {
  position: relative;
  z-index: 2;
}
.wise-wolves-footer .footer-container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}
.wise-wolves-footer .footer-row-logo {
  margin-bottom: 48px;
}
.wise-wolves-footer .footer-row-logo .footer-logo-link {
  text-decoration: none;
}
.wise-wolves-footer .footer-row-logo .footer-logo-img {
  height: auto;
  width: 220px;
  display: block;
}
.wise-wolves-footer .footer-row-logo .footer-copyright-mobile {
  display: none;
}
.wise-wolves-footer .footer-row-main {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.wise-wolves-footer .footer-left {
  flex: 1;
  min-width: 0;
}
.wise-wolves-footer .footer-left-row1 {
  display: flex;
  gap: 40px 48px;
  margin-bottom: 40px;
}
.wise-wolves-footer .footer-left-row1 .footer-col {
  max-width: 240px;
  text-align-last: left;
}
.wise-wolves-footer .footer-col-title {
  color: #C0C0C0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 14px;
}
.wise-wolves-footer .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wise-wolves-footer .footer-menu li {
  margin-bottom: 4px;
}
.wise-wolves-footer .footer-menu li a {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.wise-wolves-footer .footer-col-contacts .footer-address {
  color: #FFF;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}
.wise-wolves-footer .footer-col-contacts .footer-email,
.wise-wolves-footer .footer-col-contacts .footer-phone {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: block;
  margin-bottom: 8px;
}
.wise-wolves-footer .footer-col-contacts .footer-phone-fax {
  display: block;
  margin-bottom: 16px;
}
.wise-wolves-footer .footer-col-contacts .footer-social-label {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 16px;
}
.wise-wolves-footer .footer-col-contacts .footer-social-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.wise-wolves-footer .footer-col-contacts .footer-social-links .footer-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: transparent;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.wise-wolves-footer .footer-col-contacts .footer-social-links .footer-social-icon:hover {
  opacity: 0.85;
}
.wise-wolves-footer .footer-col-contacts .footer-social-links .footer-social-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wise-wolves-footer .footer-left-row2 {
  text-align: left;
}
.wise-wolves-footer .footer-left-row2 .footer-intro-text {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  max-width: 525px;
}
.wise-wolves-footer .footer-left-row2 .footer-copyright {
  color: #C0C0C0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.wise-wolves-footer .footer-right {
  flex: 0 0 auto;
  width: 100%;
  max-width: 380px;
  text-align: right;
}
.wise-wolves-footer .footer-cta-text {
  color: #FFF;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.wise-wolves-footer .footer-cta-btn {
  max-width: 100%;
  margin-bottom: 32px;
}
.wise-wolves-footer .footer-legal {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 24px;
}
.wise-wolves-footer .footer-legal a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: underline;
}
.wise-wolves-footer .footer-legal a:hover {
  color: #fff;
}
.wise-wolves-footer .footer-regulated {
  color: #FFF;
  text-align: right;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  max-width: 320px;
  margin-left: auto;
}
.wise-wolves-footer .footer-regulated-mobile {
  display: none;
}

.ww-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
}
.ww-modal.open {
  display: block;
}
.ww-modal .ww-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
}
.ww-modal .ww-modal-dialog {
  position: relative;
  max-width: 960px;
  margin: 60px auto;
  padding: 0;
  z-index: 1;
}
.ww-modal .ww-modal-dialog[aria-label="Partner Modal"] textarea {
  height: 100px !important;
}
.ww-modal .ww-modal-body {
  background-color: #fff;
  max-width: 900px;
  padding: 40px 30px;
  border-radius: 5px;
  margin: 0 auto;
}
.ww-modal .ww-modal-close {
  position: absolute;
  right: 50px;
  top: 0;
  background: none;
  color: #3E3E3E;
  font-size: 44px;
  cursor: pointer;
  box-shadow: none;
}

.ww-contact-card {
  display: flex;
  gap: 40px;
}
.ww-contact-card .ww-contact-title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  max-width: 300px;
  margin-bottom: 30px;
  gap: 20px;
}
.ww-contact-card .ww-contact-left {
  width: 50%;
}
.ww-contact-card .ww-contact-right {
  padding: 60px 0 0 0;
  width: 50%;
}
.ww-contact-card .ww-contact-right .ww-contact-copy {
  color: #656565;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}
.ww-contact-card .ww-contact-right .ww-contact-image {
  margin-right: -30px;
}

.ww-contact-card .wpcf7 .wpcf7-form label {
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.ww-contact-card .wpcf7 .wpcf7-form label br {
  display: none;
}
.ww-contact-card .wpcf7 .wpcf7-form label.consent {
  color: #656565;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  margin-bottom: 18px;
}
.ww-contact-card .wpcf7 .wpcf7-form label.consent br {
  display: none;
}
.ww-contact-card .wpcf7 .wpcf7-form label.consent .wpcf7-form-control-wrap {
  width: auto;
  margin-top: 6px;
}
.ww-contact-card .wpcf7 .wpcf7-form label.consent .wpcf7-list-item {
  margin-left: 0 !important;
}
.ww-contact-card .wpcf7 .wpcf7-form input[type=text], .ww-contact-card .wpcf7 .wpcf7-form input[type=email], .ww-contact-card .wpcf7 .wpcf7-form textarea, .ww-contact-card .wpcf7 .wpcf7-form input[type=tel] {
  border-radius: 5px;
  border: 1px solid #656565;
  background: #FFFFFF;
  margin-bottom: 18px;
}
.ww-contact-card .wpcf7 .wpcf7-form input[type=submit] {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 158.7%;
  padding: 11px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align-last: left;
}
.ww-contact-card .wpcf7 .wpcf7-form input[type=submit]::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
}
.ww-contact-card .wpcf7 .wpcf7-form input[type=submit].ww-btn-white {
  color: #0E2B40;
  background-color: #fff;
}
.ww-contact-card .wpcf7 .wpcf7-form input[type=submit].ww-btn-white::after {
  background-image: url("./images/btn-arrow-blue.svg");
}
.ww-contact-card .wpcf7 .wpcf7-form input[type=submit].ww-btn-blue {
  color: #fff;
  background-color: #0E2B40;
}
.ww-contact-card .wpcf7 .wpcf7-form input[type=submit].ww-btn-blue::after {
  background-image: url("./images/btn-arrow-white.svg");
}
.ww-contact-card .wpcf7 .wpcf7-form textarea {
  height: 50px;
}
.ww-contact-card .wpcf7 .wpcf7-form p {
  margin-bottom: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  color: #122F44;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: #dc2626;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  margin: 0;
}

@media (max-width: 900px) {
  .ww-modal.open {
    padding: 0 20px;
  }
  .ww-modal.open .ww-modal-close {
    right: 0;
  }
  .ww-contact-card .ww-contact-left {
    width: 100%;
  }
  .ww-contact-card .ww-contact-right {
    display: none;
  }
}
@media (max-width: 900px) {
  .wise-wolves-footer {
    padding: 48px 0 32px;
  }
  .wise-wolves-footer .footer-container {
    display: flex;
    flex-direction: column;
  }
  .wise-wolves-footer .footer-row-logo {
    margin-bottom: 12px;
    order: 1;
  }
  .wise-wolves-footer .footer-row-logo .footer-copyright-mobile {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    font-weight: 400;
    line-height: 150%;
    margin: 4px 0 40px;
  }
  .wise-wolves-footer .footer-row-main {
    display: flex;
    flex-direction: column;
    gap: 0;
    order: 2;
  }
  .wise-wolves-footer .footer-right {
    order: 1;
    max-width: none;
    text-align: left;
    margin-bottom: 32px;
  }
  .wise-wolves-footer .footer-cta-text {
    text-align: left;
    margin-bottom: 20px;
  }
  .wise-wolves-footer .footer-cta-btn {
    margin-left: 0;
    margin-bottom: 24px;
  }
  .wise-wolves-footer .footer-legal {
    align-items: flex-end;
    text-align: right;
    margin-bottom: 0;
  }
  .wise-wolves-footer .footer-legal .footer-legal-sitemap {
    display: none;
  }
  .wise-wolves-footer .footer-right .footer-regulated {
    display: none;
  }
  .wise-wolves-footer .footer-regulated-mobile {
    display: block;
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    text-align: left;
    margin-right: auto;
    margin-left: 0;
  }
  .wise-wolves-footer .footer-left {
    order: 2;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .wise-wolves-footer .footer-left-row1 {
    display: flex;
    flex-direction: column;
    gap: 28px 0;
    margin-bottom: 28px;
    order: 1;
  }
  .wise-wolves-footer .footer-left-row1 .footer-col-contacts {
    grid-column: 1;
  }
  .wise-wolves-footer .footer-left-row1 .footer-col-contacts .footer-social-links {
    gap: 2px;
  }
  .wise-wolves-footer .footer-left-row1 .footer-col-contacts .footer-social-links .footer-social-icon img {
    width: 26px;
    height: 26px;
  }
  .wise-wolves-footer .footer-left-row1 .footer-col-title {
    margin-bottom: 12px;
  }
  .wise-wolves-footer .footer-left-row2 {
    order: 3;
  }
  .wise-wolves-footer .footer-left-row2 .footer-intro-text {
    margin-bottom: 30px;
  }
  .wise-wolves-footer .footer-left-row2 .footer-copyright {
    margin-bottom: 8px;
  }
}
.wise-wolves-corporation {
  padding: 60px 0;
  background: #FFFFFF;
  position: relative;
}
.wise-wolves-corporation .corporation-content {
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.wise-wolves-corporation .corporation-header {
  display: flex;
  align-items: end;
  gap: 20px;
}
.wise-wolves-corporation .corporation-header .corporation-title-section {
  background-color: #fff;
  padding: 45px 0 0 45px;
  min-width: 55%;
  border-radius: 50px;
  margin-top: -90px;
}
.wise-wolves-corporation .corporation-header .corporation-title-section .corporation-title {
  color: #D1D1D1;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -1.5px;
  display: inline;
}
.wise-wolves-corporation .corporation-header .corporation-title-section .corporation-subtitle {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -1.5px;
  margin-bottom: 0;
  display: inline;
}
.wise-wolves-corporation .corporation-header .corporation-description {
  position: relative;
}
.wise-wolves-corporation .corporation-header .corporation-description p {
  color: #656565;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 0;
}
.wise-wolves-corporation .corporation-services {
  margin-top: 120px;
}
.wise-wolves-corporation .corporation-services .services-grid {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.wise-wolves-corporation .corporation-services .service-card {
  width: 399px;
}
.wise-wolves-corporation .corporation-services .service-item {
  display: flex;
  width: 100%;
  height: 42px;
  padding: 10px 16px;
  justify-content: space-between;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #0E2B40;
}
.wise-wolves-corporation .corporation-services .service-item .service-icon {
  flex-shrink: 0;
  width: auto;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wise-wolves-corporation .corporation-services .service-item .service-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.wise-wolves-corporation .corporation-services .service-item .service-title {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.wise-wolves-corporation .corporation-services .service-item.is-disabled {
  cursor: default;
  pointer-events: none;
}
.wise-wolves-corporation .corporation-services .service-card:nth-child(5) .service-item.is-disabled::after {
  display: none;
}
.wise-wolves-corporation .corporation-services .service-links {
  margin-top: 6px;
}
.wise-wolves-corporation .corporation-services .service-link-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 10px;
  border-bottom: 1px solid #D1D1D1;
}
.wise-wolves-corporation .corporation-services .service-link-row:last-child {
  border-bottom: none;
}
.wise-wolves-corporation .corporation-services .service-link-row.service-link-row--link {
  text-decoration: none;
  color: inherit;
}
.wise-wolves-corporation .corporation-services .service-link-row.service-link-row--payment:hover .service-link {
  text-decoration: underline;
}
.wise-wolves-corporation .corporation-services .service-link {
  color: #4C4C4C;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}
.wise-wolves-corporation .corporation-services .service-link-text {
  text-decoration: none;
}
.wise-wolves-corporation .corporation-services .service-link-text.is-disabled {
  cursor: default;
  pointer-events: none;
}
.wise-wolves-corporation .corporation-services .service-link-icon {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  display: block;
}

@media (max-width: 900px) {
  .wise-wolves-corporation {
    padding: 25px 0 40px;
    margin-top: -50px;
    border-radius: 30px;
  }
  .wise-wolves-corporation .corporation-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .wise-wolves-corporation .corporation-header .corporation-title-section {
    width: 100%;
    background: none;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
  }
  .wise-wolves-corporation .corporation-header .corporation-title-section .corporation-title {
    color: #D1D1D1;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 113%;
    letter-spacing: -1.5px;
  }
  .wise-wolves-corporation .corporation-header .corporation-title-section .corporation-subtitle {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 113%;
    letter-spacing: -1.5px;
  }
  .wise-wolves-corporation .corporation-header .corporation-description {
    width: 100%;
  }
  .wise-wolves-corporation .corporation-header .corporation-description::before {
    display: none;
  }
  .wise-wolves-corporation .corporation-header .corporation-description p {
    color: #656565;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
  }
  .wise-wolves-corporation .corporation-services {
    margin-top: 0;
  }
  .wise-wolves-corporation .corporation-services .services-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }
  .wise-wolves-corporation .corporation-services .service-card {
    width: 100%;
  }
  .wise-wolves-corporation .corporation-services .service-item {
    padding: 25px 20px;
    max-width: 100%;
  }
  .wise-wolves-corporation .corporation-services .service-item .service-icon {
    width: 35px;
    height: 35px;
  }
  .wise-wolves-corporation .corporation-services .service-item .service-title {
    font-size: 16px;
  }
  .wise-wolves-corporation .corporation-services .service-links {
    margin-top: 4px;
  }
  .wise-wolves-corporation .corporation-services .service-link {
    font-size: 16px;
  }
}
.ww-stats {
  position: relative;
  padding: 120px 0;
  background: #0E2B40;
  overflow: hidden;
}
.ww-stats .stats-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ww-stats .stats-content {
  position: relative;
  z-index: 2;
  max-width: 1360px;
  margin: 0 auto;
}
.ww-stats .stats-row {
  display: grid;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
.ww-stats .stats-row:last-child {
  margin-bottom: 0;
}
.ww-stats .stats-row .stat-item {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ww-stats .stats-row .stat-item .stat-number {
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.5px;
}
.ww-stats .stats-row .stat-item .stat-description {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.ww-stats .stats-row .stat-item .card-logo {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  opacity: 0.1;
}
.ww-stats .stats-row .stat-item .card-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ww-stats .stats-row-1 {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.ww-stats .stats-row-1 .stat-item {
  min-height: 185px;
  border-top: 2px solid #D1D1D1;
  position: relative;
}
.ww-stats .stats-row-1 .stat-item::after {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  width: 0;
  height: 70%;
  border-right: 2px solid #D1D1D1;
}
.ww-stats .stats-row-2 {
  grid-template-columns: 2fr 1fr;
}
.ww-stats .stats-row-2 .stat-item {
  padding: 30px;
  min-height: 195px;
  position: relative;
}
.ww-stats .stats-row-2 .stat-item .stat-number {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.ww-stats .stats-row-2 .stat-item .stat-description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.ww-stats .stats-row-2 .stat-item:first-child {
  border-radius: 5px;
  background: #FFF;
}
.ww-stats .stats-row-2 .stat-item:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  width: 250px;
  height: 100%;
  background-image: url("./images/ww-short-logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.ww-stats .stats-row-2 .stat-item:first-child .stat-number {
  color: #494F4F;
}
.ww-stats .stats-row-2 .stat-item:first-child .stat-description {
  color: #656565;
  max-width: 65%;
}
.ww-stats .stats-row-2 .stat-item:last-child {
  border-radius: 5px;
  background-color: #7A8794;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}
.ww-stats .stats-row-2 .stat-item:last-child::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  width: 136px;
  height: 50px;
  background-image: url(./images/ww-elephants-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.ww-stats .stats-row-2 .stat-item:last-child .stat-number {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}
.ww-stats .stats-row-2 .stat-item:last-child .stat-description {
  color: #fff;
  max-width: 260px;
}
.ww-stats .stats-row-2 .stat-item:last-child .stat-learn-more {
  display: inline-flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 12px;
  padding: 6px 18px;
  background: #F0F0F0;
  color: #2d2d2d;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s ease, color 0.2s ease;
  max-width: 160px;
}
.ww-stats .stats-row-2 .stat-item:last-child .stat-learn-more:hover {
  background: #e0e1e4;
  color: #1a1a1a;
}
.ww-stats .stats-row-2 .stat-item:last-child .stat-learn-more .stat-learn-more-arrow {
  font-size: 18px;
  line-height: 120%;
}
.ww-stats .stats-row-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.ww-stats .stats-row-3 .stat-item {
  min-height: 116px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 18px 30px;
}
.ww-stats .stats-row-3 .stat-item .stat-number {
  font-size: 44px;
}
.ww-stats .stats-row-3 .stat-item .stat-description {
  font-size: 20px;
}

@media (max-width: 900px) {
  .ww-stats {
    padding: 40px 30px;
  }
  .ww-stats .stats-row {
    grid-template-columns: 1fr !important;
    gap: 0;
    margin-bottom: 30px;
  }
  .ww-stats .stats-row .stat-item {
    padding: 30px 25px;
    min-height: 140px;
  }
  .ww-stats .stats-row .stat-item .stat-number {
    font-size: 40px;
  }
  .ww-stats .stats-row .stat-item .stat-description {
    font-size: 14px;
  }
  .ww-stats .stats-row .stat-item.stat-card-special .stat-number {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
  .ww-stats .stats-row .stat-item.stat-card-special:first-child {
    margin-bottom: 30px;
    position: relative;
  }
  .ww-stats .stats-row .stat-item.stat-card-special:first-child::after {
    right: unset;
    left: 10px;
    top: 0;
    height: 110px;
  }
  .ww-stats .stats-row .stat-item.stat-card-special:first-child .stat-number {
    margin-top: 110px;
  }
  .ww-stats .stats-row .stat-item.stat-card-special:first-child .stat-description {
    max-width: 100%;
  }
  .ww-stats .stats-row .stat-item.stat-card-special:last-child {
    min-height: unset;
  }
  .ww-stats .stats-row .stat-item.stat-card-special:last-child::after {
    top: 10px;
    right: 10px;
    width: 112px;
    height: 42px;
  }
  .ww-stats .stats-row .stat-item.stat-card-special:last-child .stat-learn-more {
    margin-top: 10px;
    padding: 10px 16px;
    font-size: 14px;
    max-width: 100%;
  }
  .ww-stats .stats-row-3 {
    gap: 20px;
  }
  .ww-stats .stats-row-3 .stat-item .stat-number {
    font-size: 40px;
  }
  .ww-stats .stats-row-3 .stat-item .stat-description {
    font-size: 14px;
  }
}
.ww-video {
  padding-top: 70px;
}
@media (max-width: 900px) {
  .ww-video {
    padding-top: 40px;
  }
}

.what-sets-us-apart {
  padding: 120px 0;
  background: #FFFFFF;
  position: relative;
}
.what-sets-us-apart .what-sets-content { /* desktop wrapper present for structure */ }
.what-sets-us-apart .what-sets-main {
  display: flex;
}
.what-sets-us-apart .what-sets-main .content-section {
  width: 55%;
  margin-top: 0;
}
.what-sets-us-apart .what-sets-main .content-section .section-title {
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}
.what-sets-us-apart .what-sets-main .content-section .section-title span {
  color: #D1D1D1;
}
.what-sets-us-apart .what-sets-main .content-section .description-text {
  margin-bottom: 40px;
  z-index: 2;
}
.what-sets-us-apart .what-sets-main .content-section .description-text p {
  color: #656565;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.what-sets-us-apart .what-sets-main .content-section .founder-portrait {
  position: absolute;
  left: 0;
  right: 38px;
  bottom: 120px;
  z-index: 1;
  height: 620px;
  max-width: 50%;
  padding-top: 20px;
}
.what-sets-us-apart .what-sets-main .content-section .founder-portrait .portrait-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
  display: block;
}
@media (min-width: 1600px) {
  .what-sets-us-apart .what-sets-main .content-section .founder-portrait .portrait-image {
    object-position: right center;
  }
}
@media (max-width: 1300px) {
  .what-sets-us-apart .what-sets-main .content-section .founder-portrait {
    height: 670px;
  }
}
.what-sets-us-apart .what-sets-main .venn-diagram-section {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}
.what-sets-us-apart .what-sets-main .venn-diagram-section .venn-diagram-image {
  width: 100%;
  height: auto;
  max-width: 500px;
  display: block;
}
.what-sets-us-apart .founder-section .founder-header {
  margin-left: 50%;
}
.what-sets-us-apart .founder-section .founder-header .founder-title {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -1.5px;
}
.what-sets-us-apart .founder-section .founder-header .founder-subtitle {
  color: #D1D1D1;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}
.what-sets-us-apart .founder-section .founder-bio-box {
  background: #0E2B40;
  border-radius: 12px;
  padding: 25px;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  background-size: cover;
}
.what-sets-us-apart .founder-section .founder-bio-box .bio-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.what-sets-us-apart .founder-section .founder-bio-box .bio-content {
  margin-bottom: 15px;
  max-width: 585px;
  position: relative;
  z-index: 2;
  margin-left: 50%;
}
.what-sets-us-apart .founder-section .founder-bio-box .bio-content p {
  font-size: 16px;
  line-height: 150%;
  margin: 0;
  font-weight: 400;
}
.what-sets-us-apart .founder-section .founder-bio-box .bio-button {
  position: relative;
  z-index: 2;
  margin-left: 50%;
}
.what-sets-us-apart .founder-section .founder-bio-box .bio-button .ww-btn {
  max-width: 300px;
}

@media (max-width: 1000px) {
  .what-sets-us-apart {
    padding: 80px 0;
  }
  .what-sets-us-apart .what-sets-main {
    grid-template-columns: 1fr;
    gap: 60px;
    margin-bottom: 60px;
  }
  .what-sets-us-apart .what-sets-main .venn-diagram-section .section-title {
    font-size: 24px;
  }
  .what-sets-us-apart .what-sets-main .venn-diagram-section .venn-diagram-image {
    max-width: 100%;
  }
  .what-sets-us-apart .what-sets-main .content-section .section-title {
    font-size: 24px;
  }
  .what-sets-us-apart .what-sets-main .content-section .description-text {
    margin-bottom: 30px;
  }
  .what-sets-us-apart .what-sets-main .content-section .description-text p {
    font-size: 18px;
  }
  .what-sets-us-apart .what-sets-main .content-section .founder-portrait .portrait-image {
    max-width: 100%;
  }
  .what-sets-us-apart .founder-section .founder-header {
    margin-bottom: 30px;
  }
  .what-sets-us-apart .founder-section .founder-header .founder-title {
    font-size: 28px;
  }
  .what-sets-us-apart .founder-section .founder-header .founder-subtitle {
    font-size: 18px;
  }
  .what-sets-us-apart .founder-section .founder-bio-box {
    padding: 30px 25px;
  }
  .what-sets-us-apart .founder-section .founder-bio-box .bio-content {
    margin-bottom: 25px;
  }
  .what-sets-us-apart .founder-section .founder-bio-box .bio-content p {
    font-size: 16px;
  }
  .what-sets-us-apart .founder-section .founder-bio-box .bio-button .ww-btn {
    padding: 12px 25px;
    font-size: 14px;
  }
}
.global-presence {
  padding: 50px 0 0;
  background: #FAFAFA;
  position: relative;
}
.global-presence .global-presence-content {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  gap: 80px;
  align-items: center;
}
.global-presence .global-text-section {
  flex: 1;
}
.global-presence .global-text-section .global-title {
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.5px;
  margin-bottom: 30px;
}
.global-presence .global-text-section .global-title span {
  color: #D1D1D1;
}
.global-presence .global-text-section .global-info-box {
  position: relative;
  padding-left: 86px;
  display: flex;
  align-items: center;
}
.global-presence .global-text-section .global-info-box::before {
  content: "";
  display: flex;
  width: 86px;
  height: 86px;
  background-image: url("./images/ww-global-presence-icon.svg");
  background-size: 47px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  background-color: #122F44;
  border-radius: 100%;
  padding: 30px;
}
.global-presence .global-text-section .global-info-box .info-box-content {
  border-radius: 20px 4px 4px 20px;
  background: #122F44;
  padding: 15px 26px;
  color: #FFFFFF;
  max-width: 420px;
}
.global-presence .global-text-section .global-info-box .info-box-content p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}
.global-presence .global-text-section .global-info-box .info-box-content p span {
  font-weight: 500;
}
.global-presence .global-text-section .global-description {
  margin-top: 30px;
  margin-bottom: 30px;
}
.global-presence .global-text-section .global-description p {
  font-size: 18px;
  color: #666666;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}
.global-presence .global-image-section {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.global-presence .global-image-section .global-presence-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
}

@media (max-width: 900px) {
  .global-presence {
    padding: 40px 30px 0;
    overflow: hidden;
  }
  .global-presence .container {
    padding: 0;
  }
  .global-presence .global-presence-content {
    flex-direction: column;
    gap: 60px;
  }
  .global-presence .global-text-section .global-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -1.5px;
  }
  .global-presence .global-text-section .global-title span {
    color: #D1D1D1;
  }
  .global-presence .global-text-section .global-info-box {
    padding-left: 0;
    margin-right: -50px;
  }
  .global-presence .global-text-section .global-info-box .info-box-content {
    min-width: 100%;
    max-width: auto;
    border-radius: 20px 0 0 20px;
  }
  .global-presence .global-text-section .global-info-box .info-box-content p {
    font-size: 16px;
  }
  .global-presence .global-text-section .global-info-box::before {
    display: none;
  }
  .global-presence .global-text-section .global-description p {
    font-size: 16px;
  }
  .global-presence .global-image-section {
    display: none;
  }
}
.insights-news {
  padding: 70px 0;
  position: relative;
}
.insights-news .news-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.insights-news .insights-news-content {
  position: relative;
  z-index: 2;
  max-width: 1360px;
  margin: 0 auto;
}
.insights-news .news-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  gap: 40px;
}
.insights-news .news-header .news-title-section {
  flex: 1;
}
.insights-news .news-header .news-title-section .news-title {
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: -1.5px;
  background: linear-gradient(89deg, #FFF -2.7%, #17202C 115.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.insights-news .news-header .news-title-section .newsroom-btn {
  color: #656565;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  width: 401px;
  height: 32px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 2000px;
  background: #EEE;
  margin-top: 5px;
  text-decoration: none;
}
.insights-news .news-header .news-description-section {
  text-align: right;
  max-width: 470px;
}
.insights-news .news-header .news-description-section .news-description {
  color: #FFF;
  text-align: right;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 25px;
}
.insights-news .news-header .news-description-section .slider-controls {
  display: flex;
  gap: 10px;
  justify-content: end;
}
.insights-news .news-header .news-description-section .slider-controls .slider-arrow {
  display: flex;
  width: 55px;
  height: 26px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #EEE;
  color: #656565;
}
.insights-news .news-slider-container {
  overflow: hidden;
}
.insights-news .news-slider-container .news-slider {
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease;
  padding: 10px 0;
}
.insights-news .news-slider-container .news-slider .news-card {
  flex: 0 0 280px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(218, 218, 218, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.insights-news .news-slider-container .news-slider .news-card .article-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #F5F5F5;
}
.insights-news .news-slider-container .news-slider .news-card .article-image a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.insights-news .news-slider-container .news-slider .news-card .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.insights-news .news-slider-container .news-slider .news-card .article-image:hover img {
  transform: scale(1.05);
}
.insights-news .news-slider-container .news-slider .news-card .article-info {
  padding: 24px;
}
.insights-news .news-slider-container .news-slider .news-card .article-info .article-title {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 40px;
  min-height: 70px;
}
.insights-news .news-slider-container .news-slider .news-card .article-info .article-title a {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  transition: color 0.3s ease;
}
.insights-news .news-slider-container .news-slider .news-card .article-info .article-title a:hover {
  color: #0E2B40;
}
.insights-news .news-slider-container .news-slider .news-card .article-info .article-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #656565;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.insights-news .news-slider-container .news-slider .news-card .article-info .article-meta .article-separator {
  color: #656565;
}
.insights-news .news-slider-container .news-slider .news-card .article-info .article-meta .article-date {
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.insights-news .news-slider-container .news-slider .news-card .article-info .article-meta .article-reading-time {
  color: #BBB;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.insights-news .news-slider-container .news-slider .news-card:hover .article-image img {
  transform: scale(1.05);
}
.insights-news .news-more-wrapper {
  margin-top: 40px;
  text-align: center;
}
.insights-news .news-more-wrapper .ww-btn {
  min-width: 200px;
  max-width: 300px;
}
@media (max-width: 900px) {
  .insights-news .news-more-wrapper .ww-btn {
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .insights-news {
    padding: 80px 0;
  }
  .insights-news .news-header {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 0;
  }
  .insights-news .news-header .news-title-section {
    margin: 0 auto;
  }
  .insights-news .news-header .news-title-section .news-title {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .insights-news .news-header .news-title-section .newsroom-btn {
    max-width: 100%;
    width: 100%;
  }
  .insights-news .news-header .news-description-section {
    max-width: 280px;
    margin: 0 auto;
  }
  .insights-news .news-header .news-description-section .news-description {
    font-size: 14px;
    text-align: left;
  }
  .insights-news .news-header .news-description-section .slider-controls {
    display: none;
  }
  .insights-news .news-slider-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    margin: 0 auto;
  }
  .insights-news .news-slider-container .news-slider {
    gap: 0;
    width: 300px;
    margin: 0 auto;
  }
  .insights-news .news-slider-container .news-slider .news-card {
    flex: 0 0 300px;
    width: 300px;
    max-width: 300px;
  }
  .insights-news .news-slider-container .news-slider .news-card .article-info {
    padding: 18px;
  }
  .insights-news .news-slider-container .news-slider .news-card .article-info .article-title a {
    font-size: 16px;
  }
  .insights-news .news-slider-container .news-slider .news-card .article-info .article-meta .article-date,
  .insights-news .news-slider-container .news-slider .news-card .article-info .article-meta .article-reading-time {
    font-size: 14px;
  }
  .insights-news .news-slider-container .slider-controls--mobile {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
  }
  .insights-news .news-slider-container .slider-controls--mobile .slider-arrow {
    display: flex;
    width: 75px;
    height: 45px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #EEE;
    color: #656565;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 22px;
  }
  .insights-news .news-slider-container .slider-controls--mobile .slider-arrow:hover {
    background: #DDD;
  }
}
@media (max-width: 900px) and (min-width: 901px) {
  .insights-news .news-slider-container .slider-controls--mobile {
    display: none !important;
  }
}
.insights-news .slider-controls--mobile {
  display: none;
}

@media (min-width: 901px) {
  .insights-news .slider-controls--mobile {
    display: none !important;
  }
}
.our-services {
  padding: 70px 0;
  background: #FFFFFF;
  display: none;
}
.our-services .services-header {
  margin-bottom: 30px;
  display: flex;
  gap: 40px;
}
.our-services .services-header .header-title {
  margin-bottom: 24px;
  min-width: fit-content;
  margin-bottom: 0;
}
.our-services .services-header .header-title .services-title {
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.5px;
}
.our-services .services-header .header-content .services-tooltip {
  color: #656565;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  width: 587px;
  max-width: 100%;
  height: 32px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 2000px;
  background: #F2F2F2;
  margin-bottom: 10px;
}
.our-services .services-header .header-content .header-description p {
  color: #656565;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
.our-services .services-separator {
  position: relative;
  padding-top: 20px;
  margin-bottom: 10px;
}
.our-services .services-separator .ecosystem-label {
  color: #B5B5B5;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  position: relative;
  overflow: hidden;
}
.our-services .services-separator .ecosystem-label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 320px;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #E1E1E1;
}
.our-services .service-section {
  margin-bottom: 100px;
}
.our-services .service-section:last-child {
  margin-bottom: 0;
}
.our-services .service-section .section-header {
  margin-bottom: 40px;
}
.our-services .service-section .section-header .section-title {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}
.our-services .service-section .section-header .section-tooltip {
  color: #656565;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  display: flex;
  width: 399px;
  height: 32px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 2000px;
  background: #F2F2F2;
}
.our-services .investments-section {
  margin-bottom: 80px;
}
.our-services .investments-section .section-title {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.5px;
}
.our-services .investments-section .investments-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.our-services .investments-section .investments-content .investment-left {
  background: #F9F9F9;
  padding: 40px;
  border-radius: 12px;
  margin-top: 20px;
}
.our-services .investments-section .investments-content .investment-left .investment-card-title {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 24px;
}
.our-services .investments-section .investments-content .investment-left .investment-bullets {
  margin-bottom: 32px;
}
.our-services .investments-section .investments-content .investment-left .investment-bullets ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.our-services .investments-section .investments-content .investment-left .investment-bullets ul li {
  color: #656565;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 8px;
}
.our-services .investments-section .investments-content .investment-right {
  color: #FFFFFF;
  padding: 40px;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 100%;
}
.our-services .investments-section .investments-content .investment-right .investment-card-title {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 10px;
}
.our-services .investments-section .investments-content .investment-right .investment-bullets {
  margin-bottom: 32px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.5;
}
.our-services .investments-section .investments-content .investment-right .investment-bullets ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.our-services .investments-section .investments-content .investment-right .investment-bullets ul li {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.our-services .investments-section .investments-content .investment-right .investment-caption {
  background: #FFF;
  padding: 12px 16px;
  border-radius: 8px 0 0 8px;
  position: absolute;
  bottom: 30px;
  right: 0;
  max-width: 200px;
}
.our-services .investments-section .investments-content .investment-right .investment-caption p {
  color: #656565;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 0;
}
.our-services .investments-section .investments-content .ww-btn.mobile {
  display: none;
}
.our-services .business-support-section {
  border-radius: 5px;
  background-position: right top;
  background-size: cover;
}
.our-services .business-support-section .section-title {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.5px;
}
.our-services .business-support-section .business-support-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  position: relative;
}
.our-services .business-support-section .business-support-content .business-support-left .business-left-wrapper {
  background-color: #fff;
  border-radius: 0 0 5px 0;
}
.our-services .business-support-section .business-support-content .business-support-left .business-bullets {
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
}
.our-services .business-support-section .business-support-content .business-support-left .business-bullets ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.our-services .business-support-section .business-support-content .business-support-left .business-bullets ul li {
  color: #656565;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.our-services .business-support-section .business-support-content .business-support-left .business-buttons {
  padding: 0 0 60px 20px;
}
.our-services .business-support-section .business-support-content .business-support-left .business-buttons .buttons-title {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 10px;
}
.our-services .business-support-section .business-support-content .business-support-left .business-buttons .button-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.our-services .business-support-section .business-support-content .business-support-left .business-buttons .button-group .ww-btn {
  flex: 1px;
}
.our-services .business-support-section .business-support-content .business-support-right {
  color: #17202C;
  padding: 40px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.our-services .business-support-section .business-support-content .business-support-right .business-buttons--mobile {
  display: none;
}
.our-services .business-support-section .business-support-content .business-support-right .business-description {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.our-services .business-support-section .business-support-content .business-support-right .business-caption {
  background: #fff;
  padding: 16px;
  border-radius: 5px 0 0 5px;
  font-size: 12px;
  line-height: 1.4;
  position: absolute;
  bottom: 30px;
  right: 0;
  max-width: 236px;
}
.our-services .business-support-section .business-support-content .business-support-right .business-caption p {
  color: #656565;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 7px;
}
.our-services .business-support-section .business-support-content .business-support-right .business-caption p:last-child {
  margin-bottom: 0;
}
.our-services .digital-assets-section {
  margin-bottom: 0;
}
.our-services .digital-assets-section .section-title {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.5px;
  margin-bottom: 30px;
}
.our-services .digital-assets-section .digital-assets-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
.our-services .digital-assets-section .digital-assets-content .digital-assets-left .investment-card-title {
  color: #656565;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 24px;
}
.our-services .digital-assets-section .digital-assets-content .digital-assets-left .ww-btn {
  max-width: 300px;
}
.our-services .digital-assets-section .digital-assets-content .digital-assets-right {
  background: #17202C;
  color: #FFFFFF;
  padding: 40px;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 400px;
}
.our-services .digital-assets-section .digital-assets-content .digital-assets-right .investment-card-title {
  color: #656565;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  width: 570px;
  height: 32px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 2000px;
  background: #DDD;
}
.our-services .digital-assets-section .digital-assets-content .digital-assets-right .investment-bullets {
  margin-bottom: 32px;
}
.our-services .digital-assets-section .digital-assets-content .digital-assets-right .investment-bullets ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.our-services .digital-assets-section .digital-assets-content .digital-assets-right .investment-bullets ul li {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.our-services .digital-assets-section .digital-assets-content .digital-assets-right .investment-caption {
  background: #fff;
  padding: 12px 16px;
  border-radius: 5px 0 0 5px;
  font-size: 12px;
  line-height: 1.4;
  position: absolute;
  bottom: 20px;
  right: 0;
  max-width: 230px;
}
.our-services .digital-assets-section .digital-assets-content .digital-assets-right .investment-caption p {
  color: #656565;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 7px;
}
.our-services .digital-assets-section .digital-assets-content .digital-assets-right .investment-caption p:last-child {
  margin-bottom: 0;
}
.our-services .technology-section {
  margin-bottom: 80px;
}
.our-services .technology-section .technology-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
.our-services .technology-section .technology-content .technology-left {
  background: #17202C;
  color: #FFFFFF;
  padding: 40px;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 400px;
}
.our-services .technology-section .technology-content .technology-left .technology-top-banner {
  color: #656565;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  width: 570px;
  height: 32px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 2000px;
  background: #FFF;
}
.our-services .technology-section .technology-content .technology-left .technology-caption {
  background: #fff;
  padding: 12px 16px;
  border-radius: 5px 0 0 5px;
  font-size: 12px;
  line-height: 1.4;
  position: absolute;
  bottom: 20px;
  right: 0;
  max-width: 230px;
}
.our-services .technology-section .technology-content .technology-left .technology-caption p {
  color: #656565;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 7px;
}
.our-services .technology-section .technology-content .technology-left .technology-caption p:last-child {
  margin-bottom: 0;
}
.our-services .technology-section .technology-content .technology-right {
  padding: 40px;
  border-radius: 12px;
}
.our-services .technology-section .technology-content .technology-right .technology-title .title-main {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 50px */
  letter-spacing: -1.5px;
}
.our-services .technology-section .technology-content .technology-right .technology-title .title-sub {
  color: #D1D1D1;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.5px;
  display: block;
  margin-bottom: 30px;
}
.our-services .technology-section .technology-content .technology-right .technology-description {
  color: #656565;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 30px;
}
.our-services .technology-section .technology-content .technology-right .technology-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.our-services .technology-section .technology-content .technology-right .technology-buttons a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 158.7%;
  display: flex;
  padding: 11px 19px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  flex: 1;
}
.our-services .technology-section .technology-content .technology-right .technology-buttons a.ww-btn-primary {
  background: #162A3E;
}
.our-services .technology-section .technology-content .technology-right .technology-buttons a.ww-btn-secondary {
  background: #939EAA;
}

@media (max-width: 900px) {
  .our-services {
    padding: 40px 30px 0;
    overflow: hidden;
  }
  .our-services .container {
    padding-left: 0;
    padding-right: 0;
  }
  .our-services .services-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .our-services .services-header .header-title .services-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -1.5px;
  }
  .our-services .services-header .header-content .services-tooltip {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    margin-right: -30px;
    margin-left: -30px;
    width: 100%;
    min-width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
  .our-services .services-header .header-content .header-description p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .our-services .services-separator {
    margin-bottom: 40px;
  }
  .our-services .services-separator .ecosystem-label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .our-services .services-separator .ecosystem-label::after {
    left: 200px;
  }
  .our-services .service-section .section-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  .our-services .service-section .investments-content,
  .our-services .service-section .digital-assets-content,
  .our-services .service-section .technology-content {
    display: flex;
    flex-direction: column;
  }
  .our-services .service-section .investments-content .investment-left,
  .our-services .service-section .investments-content .investment-right,
  .our-services .service-section .investments-content .business-support-left,
  .our-services .service-section .investments-content .business-support-right,
  .our-services .service-section .investments-content .digital-assets-left,
  .our-services .service-section .investments-content .digital-assets-right,
  .our-services .service-section .investments-content .technology-left,
  .our-services .service-section .investments-content .technology-right,
  .our-services .service-section .digital-assets-content .investment-left,
  .our-services .service-section .digital-assets-content .investment-right,
  .our-services .service-section .digital-assets-content .business-support-left,
  .our-services .service-section .digital-assets-content .business-support-right,
  .our-services .service-section .digital-assets-content .digital-assets-left,
  .our-services .service-section .digital-assets-content .digital-assets-right,
  .our-services .service-section .digital-assets-content .technology-left,
  .our-services .service-section .digital-assets-content .technology-right,
  .our-services .service-section .technology-content .investment-left,
  .our-services .service-section .technology-content .investment-right,
  .our-services .service-section .technology-content .business-support-left,
  .our-services .service-section .technology-content .business-support-right,
  .our-services .service-section .technology-content .digital-assets-left,
  .our-services .service-section .technology-content .digital-assets-right,
  .our-services .service-section .technology-content .technology-left,
  .our-services .service-section .technology-content .technology-right {
    margin: 0 auto;
  }
  .our-services .service-section .investments-content .investment-left,
  .our-services .service-section .investments-content .business-support-left,
  .our-services .service-section .investments-content .digital-assets-left,
  .our-services .service-section .investments-content .technology-right,
  .our-services .service-section .digital-assets-content .investment-left,
  .our-services .service-section .digital-assets-content .business-support-left,
  .our-services .service-section .digital-assets-content .digital-assets-left,
  .our-services .service-section .digital-assets-content .technology-right,
  .our-services .service-section .technology-content .investment-left,
  .our-services .service-section .technology-content .business-support-left,
  .our-services .service-section .technology-content .digital-assets-left,
  .our-services .service-section .technology-content .technology-right {
    padding: 20px;
    max-width: 400px;
    width: 100%;
  }
  .our-services .service-section .investments-content .investment-right,
  .our-services .service-section .investments-content .business-support-right,
  .our-services .service-section .investments-content .digital-assets-right,
  .our-services .service-section .investments-content .technology-left,
  .our-services .service-section .digital-assets-content .investment-right,
  .our-services .service-section .digital-assets-content .business-support-right,
  .our-services .service-section .digital-assets-content .digital-assets-right,
  .our-services .service-section .digital-assets-content .technology-left,
  .our-services .service-section .technology-content .investment-right,
  .our-services .service-section .technology-content .business-support-right,
  .our-services .service-section .technology-content .digital-assets-right,
  .our-services .service-section .technology-content .technology-left {
    border-radius: 0;
  }
}
@media (max-width: 900px) and (max-width: 600px) {
  .our-services .service-section .investments-content .investment-right,
  .our-services .service-section .investments-content .business-support-right,
  .our-services .service-section .investments-content .digital-assets-right,
  .our-services .service-section .investments-content .technology-left,
  .our-services .service-section .digital-assets-content .investment-right,
  .our-services .service-section .digital-assets-content .business-support-right,
  .our-services .service-section .digital-assets-content .digital-assets-right,
  .our-services .service-section .digital-assets-content .technology-left,
  .our-services .service-section .technology-content .investment-right,
  .our-services .service-section .technology-content .business-support-right,
  .our-services .service-section .technology-content .digital-assets-right,
  .our-services .service-section .technology-content .technology-left {
    min-width: 100vw;
    margin-left: -30px;
  }
}
@media (max-width: 900px) {
  .our-services .service-section .investments-content .investment-right .investment-card-title,
  .our-services .service-section .investments-content .investment-right .technology-top-banner,
  .our-services .service-section .investments-content .business-support-right .investment-card-title,
  .our-services .service-section .investments-content .business-support-right .technology-top-banner,
  .our-services .service-section .investments-content .digital-assets-right .investment-card-title,
  .our-services .service-section .investments-content .digital-assets-right .technology-top-banner,
  .our-services .service-section .investments-content .technology-left .investment-card-title,
  .our-services .service-section .investments-content .technology-left .technology-top-banner,
  .our-services .service-section .digital-assets-content .investment-right .investment-card-title,
  .our-services .service-section .digital-assets-content .investment-right .technology-top-banner,
  .our-services .service-section .digital-assets-content .business-support-right .investment-card-title,
  .our-services .service-section .digital-assets-content .business-support-right .technology-top-banner,
  .our-services .service-section .digital-assets-content .digital-assets-right .investment-card-title,
  .our-services .service-section .digital-assets-content .digital-assets-right .technology-top-banner,
  .our-services .service-section .digital-assets-content .technology-left .investment-card-title,
  .our-services .service-section .digital-assets-content .technology-left .technology-top-banner,
  .our-services .service-section .technology-content .investment-right .investment-card-title,
  .our-services .service-section .technology-content .investment-right .technology-top-banner,
  .our-services .service-section .technology-content .business-support-right .investment-card-title,
  .our-services .service-section .technology-content .business-support-right .technology-top-banner,
  .our-services .service-section .technology-content .digital-assets-right .investment-card-title,
  .our-services .service-section .technology-content .digital-assets-right .technology-top-banner,
  .our-services .service-section .technology-content .technology-left .investment-card-title,
  .our-services .service-section .technology-content .technology-left .technology-top-banner {
    font-size: 16px;
  }
  .our-services .service-section .investments-content .investment-right .investment-bullets ul,
  .our-services .service-section .investments-content .business-support-right .investment-bullets ul,
  .our-services .service-section .investments-content .digital-assets-right .investment-bullets ul,
  .our-services .service-section .investments-content .technology-left .investment-bullets ul,
  .our-services .service-section .digital-assets-content .investment-right .investment-bullets ul,
  .our-services .service-section .digital-assets-content .business-support-right .investment-bullets ul,
  .our-services .service-section .digital-assets-content .digital-assets-right .investment-bullets ul,
  .our-services .service-section .digital-assets-content .technology-left .investment-bullets ul,
  .our-services .service-section .technology-content .investment-right .investment-bullets ul,
  .our-services .service-section .technology-content .business-support-right .investment-bullets ul,
  .our-services .service-section .technology-content .digital-assets-right .investment-bullets ul,
  .our-services .service-section .technology-content .technology-left .investment-bullets ul {
    padding-bottom: 40px;
  }
  .our-services .service-section .investments-content .investment-right .investment-bullets ul li,
  .our-services .service-section .investments-content .business-support-right .investment-bullets ul li,
  .our-services .service-section .investments-content .digital-assets-right .investment-bullets ul li,
  .our-services .service-section .investments-content .technology-left .investment-bullets ul li,
  .our-services .service-section .digital-assets-content .investment-right .investment-bullets ul li,
  .our-services .service-section .digital-assets-content .business-support-right .investment-bullets ul li,
  .our-services .service-section .digital-assets-content .digital-assets-right .investment-bullets ul li,
  .our-services .service-section .digital-assets-content .technology-left .investment-bullets ul li,
  .our-services .service-section .technology-content .investment-right .investment-bullets ul li,
  .our-services .service-section .technology-content .business-support-right .investment-bullets ul li,
  .our-services .service-section .technology-content .digital-assets-right .investment-bullets ul li,
  .our-services .service-section .technology-content .technology-left .investment-bullets ul li {
    font-size: 14px;
  }
  .our-services .service-section .investments-content .ww-btn,
  .our-services .service-section .digital-assets-content .ww-btn,
  .our-services .service-section .technology-content .ww-btn {
    display: none;
  }
  .our-services .service-section .investments-content .ww-btn.mobile,
  .our-services .service-section .digital-assets-content .ww-btn.mobile,
  .our-services .service-section .technology-content .ww-btn.mobile {
    display: flex;
    max-width: 100%;
    width: 100%;
  }
  .our-services .service-section .investments-content .business-support-right .business-buttons--mobile,
  .our-services .service-section .digital-assets-content .business-support-right .business-buttons--mobile,
  .our-services .service-section .technology-content .business-support-right .business-buttons--mobile {
    display: block;
    margin-top: 20px;
  }
  .our-services .investments-section {
    margin-bottom: 30px;
  }
  .our-services .business-support-section {
    background: none;
    background-image: none !important;
  }
  .our-services .business-support-section .business-support-content {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .our-services .business-support-section .business-support-content .business-support-left .business-left-wrapper .section-header {
    margin-bottom: 0;
  }
  .our-services .business-support-section .business-support-content .business-support-left .business-left-wrapper .section-header .section-title {
    font-size: 24px;
  }
  .our-services .business-support-section .business-support-content .business-support-left .business-left-wrapper .section-header .section-tooltip {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    margin-right: -50px;
    margin-left: -50px;
    width: 100%;
    min-width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
  .our-services .business-support-section .business-support-content .business-support-left .business-left-wrapper .business-bullets {
    max-width: 400px;
    margin: 0 auto;
  }
  .our-services .business-support-section .business-support-content .business-support-left .business-left-wrapper .business-bullets ul li {
    font-size: 14px;
  }
  .our-services .business-support-section .business-support-content .business-support-left .business-buttons {
    display: none;
  }
  .our-services .business-support-section .business-support-content .business-support-right {
    background-image: url(/wp-content/uploads/2025/09/OS-Business-Support-bg.webp);
    border-radius: 0;
    margin-right: -50px;
    margin-left: -50px;
  }
  .our-services .business-support-section .business-support-content .business-support-right .business-buttons--mobile {
    display: flex;
    flex-direction: column;
  }
  .our-services .business-support-section .business-support-content .business-support-right .business-buttons--mobile .buttons-title {
    font-size: 16px;
    color: #FFF;
    margin-bottom: 20px;
  }
  .our-services .business-support-section .business-support-content .business-support-right .business-buttons--mobile .button-group {
    gap: 10px;
    display: flex;
    flex-direction: column;
  }
  .our-services .business-support-section .business-support-content .business-support-right .business-buttons--mobile .button-group .ww-btn {
    font-size: 14px;
  }
  .our-services .business-support-section .business-support-content .business-support-right .business-description {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 160px;
  }
  .our-services .business-support-section .business-support-content .business-support-right .business-caption {
    right: -50px;
    bottom: 250px;
  }
  .our-services .digital-assets-section .digital-assets-content .digital-assets-left .section-title {
    font-size: 24px;
    max-width: 360px;
  }
  .our-services .digital-assets-section .digital-assets-content .digital-assets-left .investment-card-title {
    font-size: 16px;
  }
  .our-services .digital-assets-section .digital-assets-content .digital-assets-left .investment-bullets .ww-btn {
    display: flex;
  }
  .our-services .digital-assets-section .digital-assets-content .digital-assets-right .investment-card-title {
    max-width: 100%;
    width: 100%;
  }
  .our-services .technology-section .technology-content {
    flex-direction: column-reverse;
  }
  .our-services .technology-section .technology-content .technology-left .technology-top-banner {
    width: 100%;
    font-size: 14px;
  }
  .our-services .technology-section .technology-content .technology-right .technology-title .title-main {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 24px */
    letter-spacing: -1.5px;
  }
  .our-services .technology-section .technology-content .technology-right .technology-title .title-sub {
    color: #D1D1D1;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -1.5px;
  }
  .our-services .technology-section .technology-content .technology-right .technology-description {
    color: #656565;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
  }
  .our-services .technology-section .technology-content .technology-right .technology-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .our-services .technology-section .technology-content .technology-right .technology-buttons .ww-btn {
    font-size: 14px;
  }
}
.our-people {
  padding: 70px 0;
  position: relative;
  background: #fafafa;
}
.our-people .our-people-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.our-people .container {
  position: relative;
  z-index: 2;
}
.our-people .our-people-cta-strip {
  margin-top: 30px;
}
.our-people .our-people-cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.our-people .our-people-cta-text {
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
  width: 50%;
  margin-bottom: 0;
}
.our-people .our-people-cta-text span {
  font-weight: 400;
  display: block;
}
.our-people .our-people-cta-text--mobile {
  display: none;
}
.our-people .our-people-cta-btn {
  width: 50%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.our-people .our-people-cta-btn .our-people-cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #2d2d2d;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
}
.our-people .people-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.our-people .people-header .people-title {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.5px;
}
.our-people .people-header .people-slider-controls {
  display: flex;
  gap: 10px;
}
.our-people .people-header .people-slider-controls .people-slider-arrow {
  color: #656565;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 55px;
  height: 26px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  transition: all 0.3s ease;
  background: #EEE;
}
.our-people .people-slider-container {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.our-people .people-slider {
  display: flex;
  gap: 30px;
  transition: transform 0.3s ease;
  padding: 10px 0;
  width: 100%;
}
.our-people .people-card {
  flex: 0 0 280px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(218, 218, 218, 0.3);
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
  padding: 20px;
}
.our-people .people-card .people-photo {
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 50%;
}
.our-people .people-card .people-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 50%;
}
.our-people .people-card .people-info {
  margin-top: 16px;
}
.our-people .people-card .people-info .people-name {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.our-people .people-card .people-info .people-title {
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 0;
  min-height: 42px;
}
.our-people .people-card .people-info .people-learn-more {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 12px;
  border-radius: 3px;
  background: #F3F3F3;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: background 0.2s ease, transform 0.2s ease;
  gap: 10px;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.our-people .people-card .people-info .people-learn-more .people-learn-more-text {
  text-align: left;
}
.our-people .people-card .people-info .people-learn-more .people-learn-more-arrow {
  font-size: 20px;
}
.our-people .people-card .people-info .people-learn-more:hover {
  background: #E5E5E5;
  transform: translateY(-1px);
}
.our-people .people-card .people-info .people-linkedin {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-people .people-card .people-info .people-linkedin img {
  width: 100%;
  height: 100%;
  filter: invert(27%) sepia(99%) saturate(742%) hue-rotate(178deg) brightness(92%) contrast(89%);
}

.home .our-people .people-card .people-photo {
  border-radius: 200px;
  height: 240px;
}
.home .our-people .people-card .people-photo img {
  max-height: 100%;
}

@media (max-width: 900px) {
  .our-people {
    padding: 40px 20px;
    overflow: hidden;
  }
  .our-people .our-people-background {
    background-position: left;
  }
  .our-people .container.our-people-container {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
  }
  .our-people .people-header {
    display: contents;
  }
  .our-people .people-title {
    order: 1;
    color: #fff;
    font-size: 24px !important;
    font-weight: 600;
    text-align: left;
    margin: 0 0 12px 0;
  }
  .our-people .our-people-cta-text--mobile {
    display: block;
    order: 2;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    margin: 0 0 20px 0;
    width: 100%;
  }
  .our-people .our-people-cta-text--mobile span {
    display: inline;
  }
  .our-people .our-people-cta-text--desktop {
    display: none;
  }
  .our-people .people-slider-controls--mobile {
    order: 3;
    display: flex;
    gap: 10px;
    margin: 0 0 24px 0;
    justify-content: center;
  }
  .our-people .people-slider-controls--mobile .people-slider-arrow {
    display: flex;
    width: 56px;
    height: 44px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #fff;
    color: #2d2d2d;
    font-size: 20px;
    border: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  }
  .our-people .people-slider-container {
    order: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
  .our-people .people-slider {
    gap: 16px;
    width: 100%;
  }
  .our-people .people-card {
    flex: 0 0 300px;
    width: 100%;
    max-width: 320px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 24px;
  }
  .our-people .our-people-cta-strip {
    order: 5;
    display: contents;
  }
  .our-people .our-people-cta-row {
    display: contents;
  }
  .our-people .our-people-cta-btn {
    order: 5;
    width: 100%;
    justify-content: space-between;
    padding: 18px 20px;
    background: #fff;
    color: #2d2d2d;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-top: 24px;
  }
  .our-people .our-people-cta-btn::after {
    transform: scaleX(-1);
  }
  .our-people .our-people-cta-btn .our-people-cta-arrow {
    width: 24px;
    height: 24px;
  }
}
.our-clients {
  padding: 70px 0;
}
.our-clients .clients-layout {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.our-clients .clients-top-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
}
.our-clients .clients-top-row p {
  color: #656565;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  max-width: 790px;
}
.our-clients .clients-top-row p span {
  color: #000;
}
.our-clients .clients-header .clients-title {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 20px;
}
.our-clients .clients-header .clients-title span {
  color: #D1D1D1;
}
.our-clients .clients-bottom-row {
  display: flex;
  gap: 50px;
}
.our-clients .clients-categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  width: 65%;
}
.our-clients .client-category {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-left: 1px solid #bbb;
  padding-left: 20px;
}
.our-clients .client-category .client-category-icon {
  display: inline-block;
  line-height: 0;
}
.our-clients .client-category .client-category-icon img {
  display: block;
  width: auto;
  height: 60px;
  object-fit: contain;
}
.our-clients .client-category .client-category-title {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
.our-clients .client-category .client-category-desc {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.our-clients .clients-right {
  position: relative;
  width: 35%;
}
.our-clients .clients-hero {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 3px 9px 0 rgba(214, 214, 214, 0.5);
  height: 100%;
}
.our-clients .clients-hero-image {
  display: block;
  overflow: hidden;
  height: 100%;
}
.our-clients .clients-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-clients .clients-cta {
  gap: 10px;
  padding: 14px 24px;
  background: #fff;
  color: #2d2d2d;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  margin-top: -90px;
  max-width: 80%;
  margin-left: 20px;
}
.our-clients .clients-cta:hover {
  background: #f5f5f5;
  color: #1a1a1a;
}
.our-clients .clients-cta .clients-cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #2d2d2d;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
}

@media (max-width: 900px) {
  .our-clients {
    padding: 40px 20px 0;
  }
  .our-clients .container {
    padding-left: 0;
    padding-right: 0;
  }
  .our-clients .clients-layout {
    gap: 28px;
  }
  .our-clients .clients-top-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .our-clients .clients-top-row p:last-child {
    display: none;
  }
  .our-clients .clients-header .clients-title {
    font-size: 28px;
    margin-bottom: 0;
  }
  .our-clients .clients-intro {
    display: none;
  }
  .our-clients .clients-bottom-row {
    flex-direction: column;
  }
  .our-clients .clients-categories {
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .our-clients .client-category {
    padding: 20px 0;
    border-top: 1px solid #E5E5E5;
    gap: 8px;
    border-left: none;
  }
  .our-clients .client-category br {
    display: none;
  }
  .our-clients .client-category .client-category-title {
    font-size: 15px;
  }
  .our-clients .client-category .client-category-desc {
    font-size: 13px;
  }
  .our-clients .client-category .client-category-icon img {
    height: 28px;
  }
  .our-clients .clients-right {
    margin-top: 0;
    width: 100%;
    height: 260px;
  }
  .our-clients .clients-hero {
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
    box-shadow: none;
  }
  .our-clients .clients-hero-image {
    aspect-ratio: 16/10;
    min-height: 200px;
  }
  .our-clients .clients-cta {
    bottom: 0;
    padding: 12px 20px;
    font-size: 14px;
    max-width: 90%;
  }
  .our-clients .clients-cta .clients-cta-arrow {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
}
.partnership-program {
  padding: 70px 0;
  background-color: #FAFAFA;
  display: none !important;
}
.partnership-program .program-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 24px;
}
.partnership-program .program-title-block {
  flex: 1;
}
.partnership-program .program-title-block .program-title {
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}
.partnership-program .program-title-block .program-title p {
  margin-bottom: 0;
}
.partnership-program .program-title-block .program-title span {
  color: #D1D1D1;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.5px;
}
.partnership-program .program-title-block .program-tooltip {
  color: #656565;
  display: flex;
  max-width: fit-content;
  padding: 3px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 2000px;
  background: #F2F2F2;
  flex-shrink: 0;
}
.partnership-program .program-description {
  color: #656565;
  text-align: right;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 595px;
}
.partnership-program .program-description span {
  font-weight: 500;
}
.partnership-program .program-steps {
  margin: 50px 0 50px;
}
.partnership-program .steps-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  align-items: end;
  padding: 30px 0 30px;
  border-left: 2px solid #EBEBEB;
  border-right: 2px solid #EBEBEB;
  height: 300px;
}
.partnership-program .step-item {
  position: relative;
  height: 110px;
}
.partnership-program .step-item .step-text p {
  color: #656565;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0;
}
.partnership-program .step-item .step-text p span {
  display: block;
  margin-top: 16px;
}
.partnership-program .step-item.step-2 {
  top: -110px;
  left: -20px;
  width: calc(100% + 40px);
}
.partnership-program .step-item.step-3 {
  top: -32px;
  width: calc(100% + 20px);
  padding-left: 20px;
}
.partnership-program .step-item.step-4 {
  top: -142px;
}
.partnership-program .step-item.odd {
  border-top: 16px solid #9FAFBF;
}
.partnership-program .step-item.odd .step-text {
  margin-top: 20px;
  padding-left: 20px;
}
.partnership-program .step-item.even {
  border-bottom: 16px solid #9FAFBF;
}
.partnership-program .step-item.even .step-text {
  margin-bottom: 20px;
}
.partnership-program .program-cta { /* reserved for CTA layout overrides if needed */ }
@media (max-width: 900px) {
  .partnership-program .partnership-program {
    padding: 30px 40px 30px;
  }
  .partnership-program .partnership-program .container {
    padding-left: 0;
    padding-right: 0;
  }
  .partnership-program .program-top {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .partnership-program .program-top .program-title-block {
    flex: 1;
    width: 100%;
  }
  .partnership-program .program-top .program-title-block .program-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 24px */
    letter-spacing: -1.5px;
    margin-bottom: 20px;
  }
  .partnership-program .program-top .program-title-block .program-title p {
    margin-bottom: 0;
  }
  .partnership-program .program-top .program-title-block .program-title span {
    color: #D1D1D1;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 24px */
    letter-spacing: -1.5px;
    margin-bottom: 20px;
  }
  .partnership-program .program-top .program-title-block .program-tooltip {
    color: #656565;
    display: flex;
    padding: 3px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2000px;
    background: #F2F2F2;
    flex-shrink: 0;
    width: 100%;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .partnership-program .program-top .program-description p {
    color: #656565;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
  }
  .partnership-program .program-steps {
    margin: 0 0 30px;
  }
  .partnership-program .program-steps .steps-track {
    display: flex;
    flex-direction: column;
    height: auto;
    border-right: none;
  }
  .partnership-program .program-steps .steps-track .step-item {
    border-bottom: 16px solid #9FAFBF;
    border-top: none;
    position: unset;
    padding-left: 0;
    width: 100%;
    height: auto;
    display: flex;
    align-self: baseline;
  }
  .partnership-program .program-steps .steps-track .step-item .step-text {
    text-align: left;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
  }
  .partnership-program .program-steps .steps-track .step-item .step-text p {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .partnership-program .program-steps .steps-track .step-item.step-1 {
    width: 40%;
  }
  .partnership-program .program-steps .steps-track .step-item.step-2 {
    width: 60%;
  }
  .partnership-program .program-steps .steps-track .step-item.step-3 {
    width: 80%;
  }
  .partnership-program .program-steps .steps-track .step-item.step-4 {
    width: 100%;
  }
}

.join-a-team--home {
  display: none !important;
}

.join-a-team {
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 80px 0;
  margin-top: 50px;
}
.join-a-team::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 60%);
  pointer-events: none;
}
.join-a-team .join-content {
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 30px;
}
.join-a-team .join-left {
  z-index: 1;
}
.join-a-team .join-left .join-title {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -1.5px;
}
.join-a-team .join-left .join-title span {
  color: #B2B2B2;
  display: block;
}
.join-a-team .join-left .join-description {
  color: #656565;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 464px;
  margin-bottom: 20px;
  margin-top: 160px;
}
.join-a-team .join-left .join-cta {
  max-width: 240px;
}
.join-a-team .join-right {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  right: 0;
  background-color: #9DAAB5;
  width: 500px;
}
.join-a-team .join-right .join-caption {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  max-width: 300px;
  padding: 15px;
  border-radius: 5px;
}
@media (max-width: 900px) {
  .join-a-team {
    padding: 40px 30px 0;
    margin-top: 0;
    background-position: -170px 0px;
  }
  .join-a-team .container {
    padding-left: 0;
    padding-right: 0;
  }
  .join-a-team .join-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .join-a-team .join-content .join-left {
    width: 100%;
  }
  .join-a-team .join-content .join-left .join-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%; /* 26.4px */
    letter-spacing: -1.5px;
  }
  .join-a-team .join-content .join-left .join-title p {
    margin-bottom: 20px;
  }
  .join-a-team .join-content .join-left .join-description {
    color: #656565;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-top: 0;
    margin-bottom: 50px;
  }
  .join-a-team .join-content .join-left .ww-btn {
    min-width: 100%;
    margin-bottom: 30px;
  }
  .join-a-team .join-content .join-right {
    width: 100%;
    position: relative;
    z-index: 1;
    right: 0;
    left: 0;
    bottom: 0;
    margin-right: -30px;
    margin-left: -30px;
    min-width: 100vw;
    padding-left: 30px;
  }
}

.contacts {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.contacts .contacts-header {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.contacts .contacts-header .contacts-title {
  color: #FFF;
  font-size: 70px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.5px;
}
.contacts .contacts-header .contacts-subtitle {
  text-align: right;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 60px */
  letter-spacing: -1.5px;
  background: linear-gradient(269deg, #FFF 21.47%, #17202C 85.2%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contacts .contacts-header .contacts-subtitle p {
  margin-bottom: 0;
}
.contacts .contacts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.contacts .contact-card {
  border-radius: 5px;
  padding: 25px;
}
.contacts .contact-card.cyprus {
  border-radius: 5px;
  border: 1px solid #677D9F;
  background: rgba(40, 54, 65, 0.3);
  backdrop-filter: blur(7.5px);
}
.contacts .contact-card.uae {
  border-radius: 5px;
  background: #91A0AC;
}
.contacts .contact-card.switzerland, .contacts .contact-card.usa {
  border-radius: 5px;
  background: linear-gradient(240deg, #B6C7DB -29.02%, #0E2B40 145.48%), #FFF;
}
.contacts .contact-card .card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.contacts .contact-card .card-top .card-country {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.contacts .contact-card .card-top .card-flag {
  width: 40px;
  height: 28px;
  object-fit: contain;
  border-radius: 4px;
}
.contacts .contact-card .card-list {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contacts .contact-card .card-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: start;
  gap: 12px;
}
.contacts .contact-card .card-list img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  opacity: 0.9;
}
.contacts .contact-card .card-list span {
  color: #E9EEF3;
  font-size: 18px;
  line-height: 150%;
  margin-top: -3px;
}
@media (max-width: 900px) {
  .contacts {
    padding: 40px 30px 100px;
  }
  .contacts .container {
    padding-left: 0;
    padding-right: 0;
  }
  .contacts .contacts-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .contacts .contacts-header .contacts-title {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 26px */
    letter-spacing: -1.5px;
  }
  .contacts .contacts-header .contacts-subtitle {
    background: linear-gradient(269deg, #FFF 21.49%, #17202C 118.04%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 24px */
    letter-spacing: -1.5px;
    padding-left: 45px;
  }
  .contacts .contacts-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .contacts .contacts-grid .contact-card {
    width: 100%;
  }
  .contacts .contacts-grid .contact-card .card-top .card-country {
    font-size: 20px;
  }
  .contacts .contacts-grid .contact-card .card-list li span {
    font-size: 14px;
  }
}

@media (max-width: 1000px) {
  .what-sets-us-apart {
    display: none;
  }
  .what-sets-us-apart-mobile {
    display: block;
    padding: 40px 30px 0;
    background: #FFFFFF;
    overflow: hidden;
  }
  .what-sets-us-apart-mobile .what-sets-mobile-content {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .what-sets-us-apart-mobile .mobile-top-section {
    text-align: center;
  }
  .what-sets-us-apart-mobile .mobile-top-section .mobile-section-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 113%;
    letter-spacing: -1.5px;
  }
  .what-sets-us-apart-mobile .mobile-top-section .mobile-section-title span {
    color: #D1D1D1;
  }
  .what-sets-us-apart-mobile .mobile-top-section .mobile-venn-diagram {
    margin: 30px 0;
    display: flex;
    justify-content: center;
  }
  .what-sets-us-apart-mobile .mobile-top-section .mobile-venn-diagram .mobile-venn-image {
    max-width: 300px;
    width: 100%;
    height: auto;
  }
  .what-sets-us-apart-mobile .mobile-top-section .mobile-description {
    text-align: left;
    margin-top: 20px;
    max-width: 500px;
    margin: 0 auto;
  }
  .what-sets-us-apart-mobile .mobile-top-section .mobile-description p {
    color: #656565;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .what-sets-us-apart-mobile .mobile-portrait-section {
    width: 100vw;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 1000px) and (max-width: 600px) {
  .what-sets-us-apart-mobile .mobile-portrait-section {
    margin-right: -50px;
    margin-left: -50px;
  }
}
@media (max-width: 1000px) {
  .what-sets-us-apart-mobile .mobile-portrait-section .mobile-portrait-container { /* container for name tag overlay */ }
  .what-sets-us-apart-mobile .mobile-portrait-section .mobile-portrait-container .mobile-name-tag {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
  }
  .what-sets-us-apart-mobile .mobile-founder-section .mobile-founder-header {
    margin-bottom: 30px;
    margin-top: 40px;
  }
  .what-sets-us-apart-mobile .mobile-founder-section .mobile-founder-header .mobile-founder-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -1.5px;
  }
  .what-sets-us-apart-mobile .mobile-founder-section .mobile-founder-header .mobile-founder-subtitle {
    color: #D1D1D1;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -1.5px;
    margin-bottom: 0;
  }
  .what-sets-us-apart-mobile .mobile-founder-section .mobile-bio-box {
    background: #0E2B40;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 20px;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    margin-left: -50px;
    margin-right: -50px;
  }
  .what-sets-us-apart-mobile .mobile-founder-section .mobile-bio-box .mobile-bio-content {
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
  }
  .what-sets-us-apart-mobile .mobile-founder-section .mobile-bio-box .mobile-bio-content p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .what-sets-us-apart-mobile .mobile-founder-section .mobile-bio-box .mobile-bio-button {
    text-align: center;
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 1001px) {
  .what-sets-us-apart-mobile {
    display: none;
  }
}
.our-people-page .our-people-hero {
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  min-height: 710px;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: -104px;
  padding-top: 104px;
}
.our-people-page .our-people-hero .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.our-people-page .our-people-hero .our-people-hero-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding: 80px 0;
}
.our-people-page .our-people-hero .our-people-hero-left {
  flex: 1;
  max-width: 600px;
  z-index: 2;
}
.our-people-page .our-people-hero .our-people-hero-left .our-people-heading {
  color: #0E2B40;
  font-size: 50px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 16px;
}
.our-people-page .our-people-hero .our-people-hero-left .our-people-subheading {
  color: #0E2B40;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  max-width: 370px;
}
.our-people-page .our-people-hero .our-people-hero-left .our-people-subheading strong {
  font-weight: 500;
}
.our-people-page .our-people-hero .our-people-hero-right {
  flex: 0 0 auto;
  z-index: 2;
}
.our-people-page .our-people-hero .our-people-hero-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 30px;
  max-width: 378px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.our-people-page .our-people-hero .our-people-hero-card .hero-card-number p {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.our-people-page .our-people-hero .our-people-hero-card .hero-card-number p span {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
.our-people-page .our-people-hero .our-people-hero-card .hero-card-years {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 8px;
}
.our-people-page .our-people-hero .our-people-hero-card .hero-card-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  margin-bottom: 0;
}
.our-people-page .our-people-hero .our-people-hero-card .hero-card-icon img {
  width: 56px;
  height: 56px;
  display: block;
}
.our-people-page .our-people-hero .our-people-hero-card .hero-card-bottom {
  margin-top: auto;
  display: flex;
  gap: 20px;
  margin-top: 40px;
  align-items: flex-end;
}
.our-people-page .our-people-hero .our-people-hero-card .hero-card-description {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 0;
}
.our-people-page .our-people-hero .our-people-hero-card .hero-card-description p {
  margin: 0;
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
.our-people-page .our-people-hero .our-people-hero-card .hero-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  background: transparent;
  border: 1px solid #0E2B40;
  border-radius: 9999px;
  color: #0E2B40;
  text-decoration: none;
  transition: all 0.3s ease;
}
.our-people-page .our-people-hero .our-people-hero-card .hero-card-btn:hover {
  background: #0E2B40;
  color: #FFFFFF;
}
.our-people-page .our-people-hero .our-people-hero-card .hero-card-btn:hover svg {
  color: currentColor;
}
.our-people-page .our-people-hero .our-people-hero-card .hero-card-btn span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.our-people-page .our-people-hero .our-people-hero-card .hero-card-btn svg {
  width: 30px;
  flex-shrink: 0;
  color: currentColor;
}
.our-people-page .our-people-about-us {
  background: #FFFFFF;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.our-people-page .our-people-about-us .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.our-people-page .our-people-about-us .our-people-about-us-content {
  position: relative;
  margin: 0 auto;
}
.our-people-page .our-people-about-us .our-people-about-us-heading {
  margin: 0 0 30px 0;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.our-people-page .our-people-about-us .our-people-about-us-heading .heading-about {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
}
.our-people-page .our-people-about-us .our-people-about-us-heading .heading-us {
  color: #BBB;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
}
.our-people-page .our-people-about-us .our-people-about-us-text {
  position: relative;
}
.our-people-page .our-people-about-us .about-us-paragraph-first {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin: 0 0 28px 0;
  max-width: 640px;
}
.our-people-page .our-people-about-us .about-us-paragraph-wrapper {
  position: relative;
  padding: 24px 24px 24px 160px;
  border-radius: 14px 0 0 14px;
  background: transparent;
}
.our-people-page .our-people-about-us .about-us-lines {
  position: absolute;
  left: 0;
  top: 0;
  width: 994px;
  height: 159px;
  pointer-events: none;
  z-index: 0;
}
.our-people-page .our-people-about-us .about-us-lines img,
.our-people-page .our-people-about-us .about-us-lines svg {
  display: block;
  width: 994px;
  height: 159px;
}
.our-people-page .our-people-about-us .about-us-paragraph-second {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin: 0 0 28px 0;
  max-width: 725px;
  position: relative;
  z-index: 1;
  padding-left: 80px;
}
.our-people-page .our-people-about-us .about-us-wavy-pattern {
  position: absolute;
  right: 0;
  top: 130px;
  transform: translate(70%, -50%);
  width: 520px;
  height: 520px;
  background-image: url("./images/our-people-about-us.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
}
.our-people-page .people-team {
  padding: 0;
}
.our-people-page .people-team .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.our-people-page .people-team .people-team-featured {
  padding: 70px 0 60px;
  background-image: url("./images/our-people-people-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.our-people-page .people-team .people-team-title {
  color: #FFFFFF;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.5px;
  margin: 0 0 40px 0;
}
.our-people-page .people-team .people-team-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.our-people-page .people-team .people-team-list {
  background: #F2F2F2;
  padding: 50px 0 80px;
}
.our-people-page .people-team .people-team-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}
.our-people-page .people-team .people-load-more-wrapper {
  display: none;
}
.our-people-page .people-team .people-card-hidden {
  display: block !important;
}
.our-people-page .people-team .people-card {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(218, 218, 218, 0.3);
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
  padding: 20px;
}
.our-people-page .people-team .people-card .people-photo {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 25px;
}
.our-people-page .people-team .people-card .people-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 50%;
}
.our-people-page .people-team .people-card .people-info .people-name {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 6px;
}
.our-people-page .people-team .people-card .people-info .people-title {
  color: #656565;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 0;
  max-width: 185px;
  min-height: 36px;
}
.our-people-page .people-team .people-card .people-info .people-learn-more {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 3px 10px;
  border-radius: 3px;
  background: #F3F3F3;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: background 0.2s ease, transform 0.2s ease;
  gap: 10px;
}
.our-people-page .people-team .people-card .people-info .people-learn-more .people-learn-more-text {
  text-align: left;
}
.our-people-page .people-team .people-card .people-info .people-learn-more .people-learn-more-arrow {
  font-size: 20px;
}
.our-people-page .people-team .people-card .people-info .people-learn-more:hover {
  background: #E5E5E5;
  transform: translateY(-1px);
}
.our-people-page .people-team .people-card .people-info .people-linkedin {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-people-page .people-team .people-card .people-info .people-linkedin img {
  width: 100%;
  height: 100%;
  filter: invert(27%) sepia(99%) saturate(742%) hue-rotate(178deg) brightness(92%) contrast(89%);
}
.our-people-page .people-team .people-team-featured .people-card .people-photo {
  margin-bottom: 25px;
}
.our-people-page .people-team .people-team-featured .people-card .people-photo img {
  border-radius: 50%;
}
.our-people-page .people-team .people-team-featured .people-card .people-info {
  padding-top: 0;
}
.our-people-page .people-team .people-team-list .people-card {
  padding-bottom: 40px;
}
.our-people-page .people-team .people-team-list .people-card .people-info .people-linkedin {
  top: unset;
  bottom: 12px;
}
.our-people-page .strength-in-people {
  padding: 80px 0;
  background: #131E30;
  color: #FFFFFF;
}
.our-people-page .strength-in-people .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.our-people-page .strength-in-people .strength-in-people-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
  align-items: flex-start;
}
.our-people-page .strength-in-people .strength-in-people-title {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.our-people-page .strength-in-people .strength-in-people-title .title-main {
  color: #FFF;
  font-size: 50px;
  font-weight: 300;
  line-height: 110%;
}
.our-people-page .strength-in-people .strength-in-people-title .title-sub {
  color: #A6B4C8;
  font-size: 50px;
  font-weight: 300;
  line-height: 110%;
}
.our-people-page .strength-in-people .strength-in-people-right {
  flex: 1;
  width: 100%;
}
.our-people-page .strength-in-people .strength-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  column-gap: 150px;
  position: relative;
  padding-left: 120px;
}
.our-people-page .strength-in-people .strength-stat {
  position: relative;
  padding-left: 0;
  border-right: 1px solid #A6B4C8;
}
.our-people-page .strength-in-people .strength-stat.strength-stat--years {
  padding-bottom: 30px;
}
.our-people-page .strength-in-people .strength-stat-top {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 10px;
}
.our-people-page .strength-in-people .strength-stat-number {
  color: #FFF;
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
}
.our-people-page .strength-in-people .strength-stat-label {
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}
.our-people-page .strength-in-people .strength-stat-desc {
  color: #A6B4C8;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  padding-left: 10px;
  padding-top: 20px;
}
.our-people-page .strength-in-people .strength-stat-divider {
  margin-top: 18px;
  height: 1px;
  width: 100%;
  background: #A6B4C8;
  position: relative;
}
.our-people-page .strength-in-people .strength-stat-divider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1px;
}
.our-people-page .our-people-contact-us {
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 30px 0;
  margin-top: 50px;
}
.our-people-page .our-people-contact-us .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.our-people-page .our-people-contact-us .our-people-contact-content {
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 30px;
}
.our-people-page .our-people-contact-us .our-people-contact-left {
  z-index: 1;
  padding: 40px;
  border-radius: 0;
}
.our-people-page .our-people-contact-us .our-people-contact-left .our-people-contact-title {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -1.5px;
  margin-bottom: 30px;
}
.our-people-page .our-people-contact-us .our-people-contact-left .our-people-contact-title span {
  color: #656565;
}
.our-people-page .our-people-contact-us .our-people-contact-left .our-people-contact-heading {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 10px;
}
.our-people-page .our-people-contact-us .our-people-contact-left .our-people-contact-description {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 95px;
}
.our-people-page .our-people-contact-us .our-people-contact-left .our-people-contact-quote {
  color: #181818;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 20px;
}
.our-people-page .our-people-contact-us .our-people-contact-left .our-people-contact-cta {
  width: 100%;
  max-width: 538px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  background: #0E2B40;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
}
.our-people-page .our-people-contact-us .our-people-contact-left .our-people-contact-cta:hover {
  background: #0a1f2e;
}
.our-people-page .our-people-contact-us .our-people-contact-left .our-people-contact-cta svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.our-people-page .our-people-contact-us .our-people-contact-right {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  right: 0;
  width: 500px;
}
.our-people-page .our-people-contact-us .our-people-contact-right .our-people-contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.our-people-page .our-people-contact-us .our-people-contact-right .our-people-contact-image .our-people-contact-overlay {
  position: absolute;
  bottom: 20px;
  right: 0;
  background: linear-gradient(0deg, #C4CDD5 0%, #AAB6C0 100%);
  padding: 15px 20px;
  border-radius: 5px 0 0 5px;
  max-width: 300px;
}
.our-people-page .our-people-contact-us .our-people-contact-right .our-people-contact-image .our-people-contact-overlay .our-people-contact-caption {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 900px) {
  .our-people-page .our-people-contact-us {
    padding: 40px 30px 0;
    margin-top: 0;
    background-image: url("./images/our-people-building-mob.png") !important;
    background-position: center center;
    background-size: cover;
  }
  .our-people-page .our-people-contact-us .container {
    padding-left: 0;
    padding-right: 0;
  }
  .our-people-page .our-people-contact-us .our-people-contact-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .our-people-page .our-people-contact-us .our-people-contact-content .our-people-contact-left {
    width: 100%;
    padding: 0;
  }
  .our-people-page .our-people-contact-us .our-people-contact-content .our-people-contact-left .our-people-contact-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -1.5px;
    margin-bottom: 15px;
  }
  .our-people-page .our-people-contact-us .our-people-contact-content .our-people-contact-left .our-people-contact-heading {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .our-people-page .our-people-contact-us .our-people-contact-content .our-people-contact-left .our-people-contact-description {
    color: #4D4D4D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 110px;
  }
  .our-people-page .our-people-contact-us .our-people-contact-content .our-people-contact-left .our-people-contact-quote {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .our-people-page .our-people-contact-us .our-people-contact-content .our-people-contact-left .our-people-contact-cta {
    min-width: 100%;
    margin-bottom: 30px;
  }
  .our-people-page .our-people-contact-us .our-people-contact-content .our-people-contact-right {
    width: 100%;
    position: relative;
    z-index: 1;
    right: 0;
    left: 0;
    bottom: 0;
    margin-right: -30px;
    margin-left: -30px;
    min-width: 100vw;
    padding-left: 30px;
  }
  .our-people-page .our-people-contact-us .our-people-contact-content .our-people-contact-right .our-people-contact-image .our-people-contact-overlay {
    bottom: 175px;
    left: 0;
    right: 0;
    padding: 12px 16px;
    max-width: 100%;
    border-radius: 0;
  }
  .our-people-page .our-people-contact-us .our-people-contact-content .our-people-contact-right .our-people-contact-image .our-people-contact-overlay .our-people-contact-caption {
    font-size: 14px;
    max-width: 16ch;
    font-weight: 500;
  }
}
.our-people-page .our-people-content {
  padding: 80px 0;
}
.our-people-page .our-people-content .entry-content {
  max-width: 1200px;
  margin: 0 auto;
}
.our-people-page .our-people-hero-mobile-section {
  display: none;
  background: #131E30;
}
.our-people-page .our-people-hero-mobile-section .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.our-people-page .our-people-hero-mobile-section .our-people-hero-mobile-inner {
  padding: 48px 0 56px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.our-people-page .our-people-hero-mobile-section .our-people-hero-mobile-text .our-people-heading {
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 10px;
}
.our-people-page .our-people-hero-mobile-section .our-people-hero-mobile-text .our-people-subheading {
  color: #A6B4C8;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
  max-width: 260px;
}
.our-people-page .our-people-hero-mobile-section .our-people-hero-mobile-text .our-people-subheading strong {
  font-weight: 400;
  color: #fff;
}

@media (max-width: 900px) {
  .our-people-content {
    padding: 0 !important;
  }
  .our-people-page .our-people-about-us {
    padding-bottom: 0 !important;
    position: relative;
  }
  .our-people-page .our-people-about-us .our-people-about-us-text {
    position: unset;
  }
  .our-people-page .our-people-about-us .about-us-lines {
    display: none;
  }
  .our-people-page .our-people-about-us .about-us-paragraph-first,
  .our-people-page .our-people-about-us .about-us-paragraph-second {
    max-width: none;
    padding: 0;
  }
  .our-people-page .our-people-about-us .about-us-paragraph-wrapper {
    padding: 0;
    border: 0;
    border-radius: 0;
  }
  .our-people-page .our-people-about-us .about-us-paragraph-second {
    margin-top: 32px;
  }
  .our-people-page .our-people-about-us .about-us-wavy-pattern {
    position: absolute;
    right: 0;
    top: unset;
    bottom: 0;
    transform: translate(70%, -50%);
    width: 360px;
    height: 360px;
    background-position: right center;
  }
}
@media (min-width: 1199px) {
  .our-people-page .our-people-hero {
    min-height: 80vh;
  }
}
@media (max-width: 900px) {
  .our-people-page .our-people-hero {
    min-height: 450px;
    margin-top: -80px;
    padding-top: 80px;
    background-position: center center;
    background-image: url("./images/our-people-header-mob.webp") !important;
  }
  .our-people-page .our-people-hero .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .our-people-page .our-people-hero .our-people-hero-left {
    max-width: 100%;
    display: none;
  }
  .our-people-page .our-people-hero .our-people-hero-left .our-people-logo {
    margin-bottom: 30px;
  }
  .our-people-page .our-people-hero .our-people-hero-left .our-people-logo .our-people-logo-img {
    max-width: 180px;
  }
  .our-people-page .our-people-hero .our-people-hero-left .our-people-heading {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .our-people-page .our-people-hero .our-people-hero-left .our-people-subheading {
    font-size: 18px;
  }
  .our-people-page .our-people-hero .our-people-hero-right {
    width: 100%;
    display: none;
  }
  .our-people-page .our-people-hero .our-people-hero-card {
    max-width: 100%;
    padding: 25px 20px;
    background-color: #fff;
  }
  .our-people-page .our-people-hero .our-people-hero-card .hero-card-number {
    font-size: 36px;
  }
  .our-people-page .our-people-hero .our-people-hero-card .hero-card-number p {
    font-size: 36px;
  }
  .our-people-page .our-people-hero .our-people-hero-card .hero-card-description {
    font-size: 13px;
  }
  .our-people-page .our-people-hero .our-people-hero-card .hero-card-description p {
    font-size: 13px;
  }
  .our-people-page .our-people-hero .our-people-hero-card .hero-card-icon img {
    height: 35px;
  }
  .our-people-page .our-people-hero-mobile-section {
    display: block;
  }
  .our-people-page .our-people-hero-mobile-section .our-people-hero-card {
    max-width: 100%;
    padding: 25px 20px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 16px;
    row-gap: 12px;
  }
  .our-people-page .our-people-hero-mobile-section .our-people-hero-card .hero-card-number {
    flex: 1 1 auto;
  }
  .our-people-page .our-people-hero-mobile-section .our-people-hero-card .hero-card-number p {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 100%;
  }
  .our-people-page .our-people-hero-mobile-section .our-people-hero-card .hero-card-number p span {
    font-size: 16px;
    display: block;
  }
  .our-people-page .our-people-hero-mobile-section .our-people-hero-card .hero-card-description {
    color: #656565;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    max-width: 150px;
  }
  .our-people-page .our-people-hero-mobile-section .our-people-hero-card .hero-card-icon {
    flex: 0 0 auto;
    margin-left: auto;
    position: static;
    top: auto;
    right: auto;
  }
  .our-people-page .our-people-hero-mobile-section .our-people-hero-card .hero-card-icon img {
    width: 49px;
    height: 49px;
  }
  .our-people-page .our-people-hero-mobile-section .our-people-hero-card .hero-card-years,
  .our-people-page .our-people-hero-mobile-section .our-people-hero-card .hero-card-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .our-people-page .our-people-hero-mobile-section .our-people-hero-card .hero-card-bottom {
    align-items: end;
  }
  .our-people-page .our-people-hero-mobile-section .our-people-hero-card .hero-card-btn {
    display: inline-flex;
    max-height: 30px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    background: transparent;
    border: 1px solid #0E2B40;
    border-radius: 9999px;
    color: #0E2B40;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .our-people-page .our-people-hero-mobile-section .our-people-hero-card .hero-card-btn svg {
    width: 30px;
    flex-shrink: 0;
    color: currentColor;
  }
  .our-people-page .our-people-content {
    padding: 40px 0;
  }
  .our-people-page .our-people-about-us {
    padding: 40px 0;
  }
  .our-people-page .our-people-about-us .our-people-about-us-heading {
    margin-bottom: 20px;
  }
  .our-people-page .our-people-about-us .our-people-about-us-heading .heading-about {
    font-size: 36px;
  }
  .our-people-page .our-people-about-us .our-people-about-us-heading .heading-us {
    font-size: 36px;
  }
  .our-people-page .our-people-about-us .about-us-paragraph-first,
  .our-people-page .our-people-about-us .about-us-paragraph-second {
    font-size: 16px;
  }
  .our-people-page .our-people-about-us .about-us-paragraph-wrapper {
    padding: 18px 18px 18px 24px;
  }
  .our-people-page .our-people-about-us .about-us-paragraph-wrapper::before, .our-people-page .our-people-about-us .about-us-paragraph-wrapper::after {
    display: none;
  }
  .our-people-page .our-people-about-us .about-us-wavy-pattern {
    position: absolute;
    right: 0;
    top: unset;
    bottom: -100px;
    transform: translate(60%, 0) !important;
    width: 320px;
    height: 320px;
    margin-top: 0;
    background-position: right center;
  }
  .our-people-page .our-people-about-us .our-people-about-us-content {
    padding-right: 0;
    min-height: 0;
  }
  .our-people-page .our-people-about-us .about-us-lines {
    display: none;
  }
  .our-people-page .our-people-about-us .about-us-paragraph-first,
  .our-people-page .our-people-about-us .about-us-paragraph-second {
    max-width: none;
    padding: 0;
  }
  .our-people-page .our-people-about-us .about-us-paragraph-wrapper {
    padding: 0;
    border: 0;
    border-radius: 0;
  }
  .our-people-page .our-people-about-us .about-us-paragraph-second {
    margin-top: 32px;
  }
  .our-people-page .people-team .people-team-featured {
    padding: 40px 0 40px;
  }
  .our-people-page .people-team .people-team-title {
    font-size: 24px;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
  }
  .our-people-page .people-team .people-team-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .our-people-page .people-team .people-team-list {
    padding: 30px 0 50px;
  }
  .our-people-page .people-team .people-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .our-people-page .people-team .people-card-hidden {
    display: block !important;
  }
  .our-people-page .people-team .people-load-more-wrapper {
    display: none;
  }
  .our-people-page .people-team .people-card .people-info {
    padding: 18px;
  }
  .our-people-page .people-team .people-card .people-info .people-name {
    font-size: 16px;
  }
  .our-people-page .people-team .people-card .people-info .people-title {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .strength-in-people .strength-in-people-content .strength-in-people-left .title-main {
    font-size: 24px;
  }
  .strength-in-people .strength-in-people-content .strength-in-people-left .title-sub {
    font-size: 24px;
  }
  .strength-in-people .strength-in-people-content .strength-in-people-right .strength-stats {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    row-gap: 0;
  }
  .strength-in-people .strength-in-people-content .strength-in-people-right .strength-stats .strength-stat {
    padding-top: 40px;
  }
  .strength-in-people .strength-in-people-content .strength-in-people-right .strength-stats .strength-stat .strength-stat-number {
    font-size: 24px;
  }
  .strength-in-people .strength-in-people-content .strength-in-people-right .strength-stats .strength-stat .strength-stat-label {
    font-size: 16px;
  }
  .strength-in-people .strength-in-people-content .strength-in-people-right .strength-stats .strength-stat .strength-stat-desc {
    font-size: 14px;
  }
  .strength-in-people .strength-in-people-content .strength-in-people-right .strength-stats .strength-stat.strength-stat--languages {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .our-people-page .people-team .people-team-featured-grid {
    grid-template-columns: 1fr;
  }
  .our-people-page .people-team .people-team-grid {
    grid-template-columns: 1fr;
  }
  .our-people-page .people-team .people-card-hidden {
    display: none !important;
  }
  .our-people-page .people-team .people-load-more-wrapper {
    display: flex !important;
    justify-content: center;
    margin-top: 30px;
  }
  .our-people-page .people-team .people-load-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 16px 24px;
    background: #0E2B40;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .our-people-page .people-team .people-load-more-btn:hover {
    background: #0a1f2e;
  }
  .our-people-page .people-team .people-load-more-btn:active {
    transform: scale(0.98);
  }
  .our-people-page .people-team .people-load-more-btn span {
    flex: 1;
    text-align: left;
  }
  .our-people-page .people-team .people-load-more-btn svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
  }
  .our-people-page .people-team .people-load-more-btn.people-load-more-btn-hidden {
    display: none;
  }
  .our-people-page .strength-in-people {
    padding: 50px 0;
  }
  .our-people-page .strength-in-people .strength-in-people-content {
    flex-direction: column;
    gap: 30px;
  }
  .our-people-page .strength-in-people .strength-in-people-left {
    flex: 1 1 auto;
  }
  .our-people-page .strength-in-people .strength-in-people-title .title-main,
  .our-people-page .strength-in-people .strength-in-people-title .title-sub {
    font-size: 32px;
    letter-spacing: -1px;
  }
  .our-people-page .strength-in-people .strength-in-people-right {
    max-width: none;
  }
  .our-people-page .strength-in-people .strength-stats {
    grid-template-columns: 1fr;
    row-gap: 40px;
    column-gap: 0;
  }
  .our-people-page .strength-in-people .strength-stats::before,
  .our-people-page .strength-in-people .strength-stats::after {
    display: none;
  }
  .our-people-page .strength-in-people .strength-stat:nth-child(odd)::after {
    display: none;
  }
  .our-people-page .strength-in-people .strength-stat-number {
    font-size: 34px;
  }
  .our-people-page .strength-in-people .strength-stat-label {
    font-size: 18px;
  }
}
.newsroom-page .newsroom-hero {
  background-color: #FFFFFF;
  min-height: 710px;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: -104px;
  padding-top: 104px;
  overflow: hidden;
}
.newsroom-page .newsroom-hero .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.newsroom-page .newsroom-hero .newsroom-hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  z-index: 2;
}
.newsroom-page .newsroom-hero .newsroom-hero-left {
  display: flex;
  flex-direction: column;
}
.newsroom-page .newsroom-hero .newsroom-hero-left .newsroom-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 40px;
}
.newsroom-page .newsroom-hero .newsroom-hero-left .newsroom-breadcrumbs a {
  color: #787D82;
  text-decoration: none;
  transition: color 0.3s ease;
}
.newsroom-page .newsroom-hero .newsroom-hero-left .newsroom-breadcrumbs a:hover {
  color: #0E2B40;
}
.newsroom-page .newsroom-hero .newsroom-hero-left .newsroom-breadcrumbs .breadcrumb-separator {
  color: #787D82;
}
.newsroom-page .newsroom-hero .newsroom-hero-left .newsroom-breadcrumbs .breadcrumb-current {
  color: #787D82;
}
.newsroom-page .newsroom-hero .newsroom-hero-left .newsroom-heading {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 10px;
}
.newsroom-page .newsroom-hero .newsroom-hero-left .newsroom-description {
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 433px;
  margin-bottom: 50px;
}
.newsroom-page .newsroom-hero .newsroom-hero-left .newsroom-description span {
  font-weight: 500;
}
.newsroom-page .newsroom-hero .newsroom-hero-left .newsroom-mobile-image {
  display: none;
}
.newsroom-page .newsroom-hero .newsroom-hero-left .newsroom-cta-box {
  background-image: url("./images/stay-tuned-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
  position: relative;
  border-radius: 5px;
  min-width: 920px;
}
.newsroom-page .newsroom-hero .newsroom-hero-left .newsroom-cta-box a {
  max-width: 300px;
}
.newsroom-page .newsroom-hero .newsroom-hero-left .newsroom-cta-box a span {
  color: #0E2B40;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 158.7%;
}
.newsroom-page .newsroom-hero .newsroom-hero-left .newsroom-cta-box .newsroom-cta-text {
  color: #FFF;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 530px;
  margin-bottom: 25px;
}
.newsroom-page .newsroom-hero .newsroom-hero-left .newsroom-cta-box .newsroom-cta-text span {
  font-weight: 500;
}
.newsroom-page .newsroom-hero .newsroom-hero-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  min-width: 800px;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 1;
}

@media (max-width: 1199px) {
  .newsroom-page .newsroom-hero .newsroom-hero-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .newsroom-page .newsroom-hero .newsroom-hero-left {
    max-width: 100%;
    padding-top: 40px;
  }
  .newsroom-page .newsroom-hero .newsroom-hero-left .newsroom-breadcrumbs {
    display: none;
  }
  .newsroom-page .newsroom-hero .newsroom-hero-left .newsroom-description {
    margin-bottom: 0;
  }
  .newsroom-page .newsroom-hero .newsroom-hero-left .newsroom-mobile-image {
    display: block;
    width: 100vw;
    margin: 30px 0;
    overflow: hidden;
    margin-left: -20px;
    margin: 30px 0 0 -20px;
  }
  .newsroom-page .newsroom-hero .newsroom-hero-left .newsroom-mobile-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .newsroom-page .newsroom-hero .newsroom-hero-left .newsroom-cta-box {
    max-width: 100vw;
    clip-path: none;
    min-width: auto;
    margin-left: -20px;
    border-radius: 0;
  }
  .newsroom-page .newsroom-hero .newsroom-hero-right {
    display: none;
  }
}
@media (max-width: 768px) {
  .newsroom-page .newsroom-hero {
    min-height: auto;
    padding: 60px 0 40px;
  }
  .newsroom-page .newsroom-hero .newsroom-hero-content {
    padding: 40px 0;
  }
  .newsroom-page .newsroom-hero .newsroom-hero-left .newsroom-breadcrumbs {
    font-size: 14px;
  }
  .newsroom-page .newsroom-hero .newsroom-hero-left .newsroom-heading {
    font-size: 36px;
  }
  .newsroom-page .newsroom-hero .newsroom-hero-left .newsroom-description {
    font-size: 18px;
    padding-right: 10px;
  }
  .newsroom-page .newsroom-hero .newsroom-hero-left .newsroom-cta-box {
    padding: 30px 20px;
  }
  .newsroom-page .newsroom-hero .newsroom-hero-left .newsroom-cta-box .newsroom-cta-text {
    font-size: 16px;
  }
  .newsroom-page .newsroom-hero .newsroom-hero-left .newsroom-cta-box .newsroom-cta-button {
    width: 100%;
    justify-content: center;
  }
  .newsroom-page .newsroom-hero .newsroom-hero-right {
    height: 300px;
  }
}
body.single-post,
body.single {
  background-color: #FFFFFF !important;
}

.ast-separate-container .ast-article-single {
  padding: 0 !important;
}

@media (min-width: 1201px) {
  .ast-separate-container .ast-article-single {
    padding: 0 !important;
  }
}
.single-post-page {
  background-color: #FFFFFF;
}
.single-post-page .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.single-post-page .single-post-content {
  max-width: 100%;
}
.single-post-page .single-post-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #787D82;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
.single-post-page .single-post-breadcrumbs a {
  color: #787D82;
  text-decoration: none;
  transition: color 0.3s ease;
}
.single-post-page .single-post-breadcrumbs a:hover {
  color: #0E2B40;
}
.single-post-page .single-post-breadcrumbs .breadcrumb-separator {
  color: #787D82;
}
.single-post-page .single-post-breadcrumbs .breadcrumb-current {
  color: #787D82;
}
.single-post-page .single-post-header-layout {
  display: flex;
  gap: 60px;
  margin-bottom: 40px;
  padding-top: 40px;
}
.single-post-page .single-post-header {
  width: 50%;
}
.single-post-page .single-post-header .single-post-back-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #F9F9F9;
  color: #787D82;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 8px;
  margin-bottom: 24px;
  transition: background-color 0.3s ease, color 0.3s ease;
  max-width: 140px;
  display: flex;
  justify-content: space-between;
}
.single-post-page .single-post-header .single-post-back-button svg {
  width: 16px;
  height: 16px;
  color: currentColor;
}
.single-post-page .single-post-header .single-post-back-button:hover {
  background-color: #F0F0F0;
  color: #0E2B40;
}
.single-post-page .single-post-header .single-post-title {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  max-width: 540px;
  margin-bottom: 12px;
}
.single-post-page .single-post-header .single-post-subtitle {
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 433px;
  margin-bottom: 60px;
}
.single-post-page .single-post-header .single-post-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.single-post-page .single-post-header .single-post-meta .post-date,
.single-post-page .single-post-header .single-post-meta .post-reading-time {
  display: inline-block;
  background-color: #F9F9F9;
  padding: 10px;
  color: #787D82;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-radius: 2px;
}
.single-post-page .single-post-header .single-post-share {
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-post-page .single-post-header .single-post-share .share-button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0E2B40;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  font-size: 16px;
}
.single-post-page .single-post-header .single-post-share .share-button i {
  font-size: 16px;
  line-height: 1;
}
.single-post-page .single-post-header .single-post-share .share-button:hover {
  background-color: #1a4360;
  opacity: 0.9;
}
.single-post-page .single-post-header .single-post-share .share-button:active {
  opacity: 0.8;
}
.single-post-page .single-post-featured-image-desktop {
  position: relative;
  width: 50%;
}
.single-post-page .single-post-featured-image-desktop img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}
.single-post-page .single-post-header .single-post-featured-image {
  display: none;
}
.single-post-page .ast-article-single img {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.single-post-page .single-post-entry-content {
  width: 100%;
  color: #1c1c1c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.single-post-page .single-post-entry-content p {
  margin-bottom: 24px;
}
.single-post-page .single-post-entry-content p:has(+ ul) {
  margin-bottom: 4px;
}
.single-post-page .single-post-entry-content p strong {
  font-size: 16px;
  font-weight: 500;
}
.single-post-page .single-post-entry-content p:has(> strong) {
  margin-bottom: 4px;
}
.single-post-page .single-post-entry-content h1, .single-post-page .single-post-entry-content h2, .single-post-page .single-post-entry-content h3, .single-post-page .single-post-entry-content h4, .single-post-page .single-post-entry-content h5, .single-post-page .single-post-entry-content h6 {
  color: #000;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 16px;
  line-height: 120%;
}
.single-post-page .single-post-entry-content h2 {
  font-size: 32px;
}
.single-post-page .single-post-entry-content h3 {
  font-size: 26px;
  font-weight: 500;
}
.single-post-page .single-post-entry-content ul, .single-post-page .single-post-entry-content ol {
  margin-left: 24px;
}
.single-post-page .single-post-entry-content a {
  color: #0E2B40;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.single-post-page .single-post-entry-content a:hover {
  color: #1a4360;
}
.single-post-page .single-post-entry-content img {
  max-width: 100%;
  height: auto;
  margin: 24px 0;
}

@media (max-width: 1199px) {
  .single-post-page .single-post-header-layout {
    gap: 40px;
    display: flex;
    flex-direction: column;
  }
  .single-post-page .single-post-header-layout .single-post-featured-image-desktop {
    display: none;
  }
  .single-post-page .single-post-header-layout .single-post-header .single-post-featured-image {
    display: block;
    width: 100%;
    margin: 30px 0;
    min-height: 400px;
  }
  .single-post-page .single-post-header-layout .single-post-header .single-post-featured-image img {
    width: 100%;
    height: 100%;
    min-height: 400px;
    object-fit: cover;
  }
  .single-post-page .single-post-header {
    width: 100%;
  }
  .single-post-page .single-post-header .single-post-title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .single-post-page {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .single-post-page .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-post-page .single-post-breadcrumbs {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    gap: 4px;
    margin-bottom: 24px;
  }
  .single-post-page .single-post-header-layout {
    gap: 30px;
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
  .single-post-page .single-post-header-layout .single-post-featured-image-desktop {
    display: none;
  }
  .single-post-page .single-post-header-layout .single-post-header {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .single-post-page .single-post-header-layout .single-post-header .single-post-featured-image {
    display: block;
    width: 100%;
    min-height: 0;
    margin: 20px 0 30px;
  }
  .single-post-page .single-post-header-layout .single-post-header .single-post-featured-image img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center top;
  }
  .single-post-page .single-post-header-layout .single-post-header .single-post-back-button {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .single-post-page .single-post-header-layout .single-post-header .single-post-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 12px;
  }
  .single-post-page .single-post-header-layout .single-post-header .single-post-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
  }
  .single-post-page .single-post-header-layout .single-post-header .single-post-meta {
    margin-bottom: 0;
  }
  .single-post-page .single-post-header-layout .single-post-header .single-post-meta .post-date,
  .single-post-page .single-post-header-layout .single-post-header .single-post-meta .post-reading-time {
    font-size: 12px;
    padding: 6px 12px;
  }
  .single-post-page .single-post-header-layout .single-post-header .single-post-share {
    margin-top: 20px;
  }
  .single-post-page .single-post-header-layout .single-post-header .single-post-share .share-button {
    width: 36px;
    height: 36px;
  }
  .single-post-page .single-post-header-layout .single-post-header .single-post-share .share-button i {
    font-size: 14px;
  }
  .single-post-page .single-post-entry-content {
    font-size: 12px;
    line-height: 150%;
  }
  .single-post-page .single-post-entry-content p strong {
    font-size: 12px;
  }
  .single-post-page .single-post-entry-content h2 {
    font-size: 24px;
  }
  .single-post-page .single-post-entry-content h3 {
    font-size: 16px;
  }
}
.related-articles {
  padding: 70px 0;
  background: #FAFAFA;
  margin-top: 40px;
}
.related-articles .articles-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.related-articles .articles-header .articles-title {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.5px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.related-articles .articles-header .articles-title .title-main {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
.related-articles .articles-header .articles-title .title-subtitle {
  color: #BBB;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
.related-articles .articles-header .articles-slider-controls {
  display: flex;
  gap: 10px;
}
.related-articles .articles-header .articles-slider-controls .articles-slider-arrow {
  color: #656565;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 26px;
  padding: 10px;
  border: none;
  background: #EEE;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 18px;
}
.related-articles .articles-header .articles-slider-controls .articles-slider-arrow:hover:not(:disabled) {
  background: #DDD;
}
.related-articles .articles-header .articles-slider-controls .articles-slider-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.related-articles .articles-slider-container {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.related-articles .articles-slider {
  display: flex;
  gap: 30px;
  transition: transform 0.3s ease;
  padding: 10px 0;
  width: 100%;
}
.related-articles .article-card {
  flex: 0 0 280px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(218, 218, 218, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.related-articles .article-card .article-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #F5F5F5;
}
.related-articles .article-card .article-image a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.related-articles .article-card .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.related-articles .article-card .article-image:hover img {
  transform: scale(1.05);
}
.related-articles .article-card .article-info {
  padding: 24px;
}
.related-articles .article-card .article-info .article-title {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 40px;
  min-height: 70px;
}
.related-articles .article-card .article-info .article-title a {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  transition: color 0.3s ease;
}
.related-articles .article-card .article-info .article-title a:hover {
  color: #0E2B40;
}
.related-articles .article-card .article-info .article-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #656565;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.related-articles .article-card .article-info .article-meta .article-separator {
  color: #656565;
}
.related-articles .article-card .article-info .article-meta .article-date {
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.related-articles .article-card .article-info .article-meta .article-reading-time {
  color: #BBB;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.related-articles .article-card:hover .article-image img {
  transform: scale(1.05);
}

.newsroom-related-posts {
  padding: 70px 0;
  background: #FAFAFA;
  margin-top: 40px;
}
.newsroom-related-posts .articles-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.newsroom-related-posts .articles-header .articles-title {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.5px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.newsroom-related-posts .articles-header .articles-title .title-main {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
.newsroom-related-posts .articles-header .articles-title .title-subtitle {
  color: #BBB;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
.newsroom-related-posts .articles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.newsroom-related-posts .article-card {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(218, 218, 218, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.newsroom-related-posts .article-card .article-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #F5F5F5;
}
.newsroom-related-posts .article-card .article-image a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.newsroom-related-posts .article-card .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.newsroom-related-posts .article-card .article-image:hover img {
  transform: scale(1.05);
}
.newsroom-related-posts .article-card .article-info {
  padding: 24px;
}
.newsroom-related-posts .article-card .article-info .article-title {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 40px;
  min-height: 70px;
}
.newsroom-related-posts .article-card .article-info .article-title a {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  transition: color 0.3s ease;
}
.newsroom-related-posts .article-card .article-info .article-title a:hover {
  color: #0E2B40;
}
.newsroom-related-posts .article-card .article-info .article-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #656565;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.newsroom-related-posts .article-card .article-info .article-meta .article-separator {
  color: #656565;
}
.newsroom-related-posts .article-card .article-info .article-meta .article-date {
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.newsroom-related-posts .article-card .article-info .article-meta .article-reading-time {
  color: #BBB;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.newsroom-related-posts .article-card:hover .article-image img {
  transform: scale(1.05);
}

.related-articles .articles-slider-controls--mobile {
  display: none;
}

@media (min-width: 901px) {
  .related-articles .articles-slider-controls--mobile {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .related-articles {
    padding: 40px 30px;
    overflow: hidden;
  }
  .related-articles .container {
    padding-left: 0;
    padding-right: 0;
  }
  .related-articles .articles-header {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-bottom: 0;
  }
  .related-articles .articles-header .articles-title {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -1.5px;
    width: 100%;
    margin-bottom: 15px;
  }
  .related-articles .articles-header .articles-title .title-main {
    font-size: 24px;
  }
  .related-articles .articles-header .articles-title .title-subtitle {
    font-size: 24px;
  }
  .related-articles .articles-header .articles-slider-controls {
    display: none;
  }
  .related-articles .articles-slider-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 370px;
    margin: 0 auto;
  }
  .related-articles .articles-slider {
    gap: 10px;
    width: 300px;
    margin: 0 auto;
  }
  .related-articles .article-card {
    flex: 0 0 300px;
  }
  .related-articles .articles-slider-controls--mobile {
    display: flex;
    gap: 10px;
    margin-top: 20px;
  }
  .related-articles .articles-slider-controls--mobile .articles-slider-arrow {
    color: #656565;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 26px;
    padding: 10px;
    border: none;
    background: #EEE;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
  }
  .related-articles .articles-slider-controls--mobile .articles-slider-arrow:hover:not(:disabled) {
    background: #DDD;
  }
  .related-articles .articles-slider-controls--mobile .articles-slider-arrow:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
}
@media (max-width: 1199px) {
  .newsroom-related-posts .articles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .newsroom-related-posts {
    padding: 40px 30px;
    overflow: hidden;
  }
  .newsroom-related-posts .container {
    padding-left: 0;
    padding-right: 0;
  }
  .newsroom-related-posts .articles-header {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-bottom: 0;
  }
  .newsroom-related-posts .articles-header .articles-title {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -1.5px;
    width: 100%;
    margin-bottom: 15px;
  }
  .newsroom-related-posts .articles-header .articles-title .title-main {
    font-size: 24px;
  }
  .newsroom-related-posts .articles-header .articles-title .title-subtitle {
    font-size: 24px;
  }
  .newsroom-related-posts .articles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .newsroom-related-posts .article-card .article-info .article-title a {
    font-size: 14px;
  }
  .newsroom-related-posts .article-card .article-info .article-meta {
    font-size: 12px;
  }
  .newsroom-related-posts .article-card .article-info .article-meta .article-date {
    font-size: 12px;
  }
  .newsroom-related-posts .article-card .article-info .article-meta .article-reading-time {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .newsroom-related-posts .articles-grid {
    grid-template-columns: 1fr;
  }
}
/**
 * Trust Page Styles
 *
 * @package Wise_Wolves
 * @since 1.0.0
 */
.trust-page {
  background-color: #fff;
}

.trust-page .trust-hero {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: -104px;
  padding-top: 104px;
  overflow: hidden;
}
.trust-page .trust-hero .container {
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.trust-page .trust-hero .trust-hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  z-index: 2;
}
.trust-page .trust-hero .trust-hero-left {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 70px;
}
.trust-page .trust-hero .trust-hero-left .trust-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 40px;
}
.trust-page .trust-hero .trust-hero-left .trust-breadcrumbs a {
  color: #787d82;
  text-decoration: none;
  transition: color 0.3s ease;
}
.trust-page .trust-hero .trust-hero-left .trust-breadcrumbs a:hover {
  color: #0e2b40;
}
.trust-page .trust-hero .trust-hero-left .trust-breadcrumbs .breadcrumb-separator {
  color: #787d82;
}
.trust-page .trust-hero .trust-hero-left .trust-breadcrumbs .breadcrumb-current {
  color: #787d82;
}
.trust-page .trust-hero .trust-hero-left .trust-heading {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 10px;
}
.trust-page .trust-hero .trust-hero-left .trust-subheading {
  color: #656565;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.trust-page .trust-hero .trust-hero-left .trust-cta-btn {
  display: inline-flex;
  width: 100%;
  max-width: 380px;
  margin-bottom: 40px;
}
.trust-page .trust-hero .trust-hero-left .trust-cta-btn span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 158.7%;
}
.trust-page .trust-hero .trust-hero-left .trust-mobile-image {
  display: none;
}
.trust-page .trust-hero .trust-hero-left .trust-info-box {
  background-color: #91A5B9;
  border-radius: 5px;
  padding: 30px 0 30px 15px;
  margin-top: 24px;
  margin-bottom: 0;
  width: 100vw;
  position: relative;
}
.trust-page .trust-hero .trust-hero-left .trust-info-box .trust-info-box-wrapper {
  border-left: 1px solid #FFF;
  padding-left: 20px;
  position: relative;
}
.trust-page .trust-hero .trust-hero-left .trust-info-box .trust-info-box-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: -12px;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background-color: #FFF;
}
.trust-page .trust-hero .trust-hero-left .trust-info-box .trust-info-title {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 12px;
  max-width: fit-content;
}
.trust-page .trust-hero .trust-hero-left .trust-info-box .trust-info-description {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  max-width: 650px;
  margin-bottom: 0;
}
.trust-page .trust-hero .trust-hero-left .trust-info-box .trust-info-description span {
  font-weight: 500;
}
.trust-page .trust-hero .trust-hero-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  min-width: 800px;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 1;
  display: block;
}

@media (max-width: 1199px) {
  .trust-page .trust-hero .trust-hero-content {
    grid-template-columns: 1fr;
    gap: 0;
    position: relative;
  }
  .trust-page .trust-hero .trust-hero-left {
    max-width: 100%;
    padding-top: 0;
    display: flex;
    flex-direction: column;
  }
  .trust-page .trust-hero .trust-hero-left .trust-breadcrumbs {
    display: none;
  }
  .trust-page .trust-hero .trust-hero-left .trust-mobile-image {
    order: 1;
    display: block;
    width: 100vw;
    margin: 0 -20px 0 -20px;
    overflow: hidden;
  }
  .trust-page .trust-hero .trust-hero-left .trust-mobile-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .trust-page .trust-hero .trust-hero-left .trust-heading {
    order: 2;
    background-color: #fff;
    padding: 24px 20px 20px;
    margin: 0 -20px 0 -20px;
    font-size: 42px;
  }
  .trust-page .trust-hero .trust-hero-left .trust-subheading {
    order: 3;
    margin: 0 -20px;
    padding: 0 20px 16px;
    font-size: 30px;
  }
  .trust-page .trust-hero .trust-hero-left .trust-cta-btn {
    order: 4;
    margin: 0 20px;
    max-width: calc(100% - 40px);
  }
  .trust-page .trust-hero .trust-hero-left .trust-info-box {
    order: 5;
    max-width: 100%;
    margin: 0 -20px 0 -20px;
    padding: 24px 20px 24px 28px;
  }
  .trust-page .trust-hero .trust-hero-left .trust-info-box .trust-info-title {
    font-size: 30px;
  }
  .trust-page .trust-hero .trust-hero-right {
    display: none;
  }
}
@media (max-width: 768px) {
  .trust-page .trust-hero {
    min-height: auto;
    padding: 0;
    margin-top: -65px;
  }
  .trust-page .trust-hero .trust-hero-content {
    padding: 0;
  }
  .trust-page .trust-hero .trust-hero-left {
    margin-top: 0;
    margin-bottom: 0;
  }
  .trust-page .trust-hero .trust-hero-left .trust-breadcrumbs {
    font-size: 14px;
  }
  .trust-page .trust-hero .trust-hero-left .trust-heading {
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
    padding: 20px 0 0;
    margin-bottom: 6px;
  }
  .trust-page .trust-hero .trust-hero-left .trust-subheading {
    font-size: 16px;
    line-height: 125%;
    padding-bottom: 0;
    margin-bottom: 16px;
  }
  .trust-page .trust-hero .trust-hero-left .trust-mobile-image {
    margin-bottom: 0;
  }
  .trust-page .trust-hero .trust-hero-left .trust-cta-btn {
    margin: 0 0 24px 0;
  }
  .trust-page .trust-hero .trust-hero-left .trust-info-box {
    padding: 40px 20px 20px 20px;
    border-radius: 0;
    margin: 0;
    width: 100vw;
    margin-left: -20px;
    max-width: 100vw;
  }
  .trust-page .trust-hero .trust-hero-left .trust-info-box .trust-info-title {
    font-size: 24px;
  }
  .trust-page .trust-hero .trust-hero-left .trust-info-box .trust-info-description {
    font-size: 14px;
    line-height: 150%;
  }
  .trust-page .trust-hero .trust-hero-right {
    height: 300px;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
}
.trust-page .trust-structure {
  padding: 80px 0 100px;
  background-color: #fff;
}
.trust-page .trust-structure .trust-structure-title {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}
.trust-page .trust-structure .trust-structure-title .trust-structure-title-main {
  display: block;
  color: #000;
  font-weight: 300;
}
.trust-page .trust-structure .trust-structure-title .trust-structure-title-sub {
  display: block;
  color: #b2b2b2;
  font-weight: 300;
}
.trust-page .trust-structure .trust-structure-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 40px;
}
.trust-page .trust-structure .trust-structure-item {
  position: relative;
  padding: 0;
  padding-right: 28px;
  border-top: 1px solid #bdbdbd;
  padding-top: 8px;
}
.trust-page .trust-structure .trust-structure-item .trust-structure-item-arrow {
  position: absolute;
  top: 8px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.trust-page .trust-structure .trust-structure-item .trust-structure-item-arrow img {
  width: 10px;
  height: 10px;
  object-fit: contain;
  display: block;
}
.trust-page .trust-structure .trust-structure-item .trust-structure-item-icon {
  width: 31px;
  height: 31px;
  margin-bottom: 12px;
}
.trust-page .trust-structure .trust-structure-item .trust-structure-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.trust-page .trust-structure .trust-structure-item .trust-structure-item-title {
  color: #131E30;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 8px;
}
.trust-page .trust-structure .trust-structure-item .trust-structure-item-desc {
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
  max-width: 93%;
}

@media (max-width: 1199px) {
  .trust-page .trust-structure {
    padding: 64px 0 80px;
  }
  .trust-page .trust-structure .trust-structure-title {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .trust-page .trust-structure .trust-structure-grid {
    gap: 40px 48px;
  }
  .trust-page .trust-structure .trust-structure-item-title {
    font-size: 18px;
  }
  .trust-page .trust-structure .trust-structure-item-desc {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .trust-page .trust-structure {
    padding: 48px 0 64px;
    background-color: #F5F5F5;
  }
  .trust-page .trust-structure .trust-structure-title {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .trust-page .trust-structure .trust-structure-title .trust-structure-title-main {
    font-weight: 300;
    font-size: 24px;
  }
  .trust-page .trust-structure .trust-structure-title .trust-structure-title-sub {
    color: #757575;
  }
  .trust-page .trust-structure .trust-structure-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .trust-page .trust-structure .trust-structure-item {
    display: flex;
    flex-direction: column;
    gap: 0 12px;
    padding: 24px 0;
    border-bottom: 1px solid #E0E0E0;
  }
  .trust-page .trust-structure .trust-structure-item:last-child {
    border-bottom: none;
  }
  .trust-page .trust-structure .trust-structure-item .trust-structure-item-arrow {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    grid-column: 3;
    grid-row: 1/-1;
    padding-top: 2px;
  }
  .trust-page .trust-structure .trust-structure-item .trust-structure-item-arrow img {
    width: 10px;
    height: 10px;
    object-fit: contain;
    opacity: 0.6;
  }
  .trust-page .trust-structure .trust-structure-item .trust-structure-item-icon {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 12px;
  }
  .trust-page .trust-structure .trust-structure-item .trust-structure-item-title {
    grid-column: 2;
    grid-row: 1;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 6px;
  }
  .trust-page .trust-structure .trust-structure-item .trust-structure-item-desc {
    grid-column: 2;
    grid-row: 2;
    padding-right: 28px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.trust-page .trust-why-cyprus {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0 100px;
  position: relative;
}
.trust-page .trust-why-cyprus .trust-why-inner {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.trust-page .trust-why-cyprus .trust-why-top-row,
.trust-page .trust-why-cyprus .trust-why-bottom-row {
  display: flex;
  gap: 32px;
  justify-content: flex-end;
}
.trust-page .trust-why-cyprus .trust-why-bottom-row {
  align-items: end;
}
.trust-page .trust-why-cyprus .trust-why-header {
  max-width: 100%;
}
.trust-page .trust-why-cyprus .trust-why-header .trust-why-title {
  margin: 0 0 20px;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.02;
}
.trust-page .trust-why-cyprus .trust-why-header .trust-why-title .trust-why-title-main {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}
.trust-page .trust-why-cyprus .trust-why-header .trust-why-title .trust-why-title-sub {
  color: #b2b2b2;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  display: block;
}
.trust-page .trust-why-cyprus .trust-why-header .trust-why-intro {
  color: #656565;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.trust-page .trust-why-cyprus .trust-why-header .trust-why-intro strong {
  color: #000;
  font-weight: 400;
}
.trust-page .trust-why-cyprus .trust-why-card {
  padding: 24px;
  background: #fff;
  border-radius: 5px;
  max-width: 280px;
  max-height: fit-content;
}
.trust-page .trust-why-cyprus .trust-why-card .trust-why-card-icon {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
  flex-shrink: 0;
}
.trust-page .trust-why-cyprus .trust-why-card .trust-why-card-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.trust-page .trust-why-cyprus .trust-why-card .trust-why-card-title {
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 8px;
}
.trust-page .trust-why-cyprus .trust-why-card .trust-why-card-desc {
  color: #656565;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.trust-page .trust-why-cyprus .trust-why-card.trust-why-card-1 {
  margin-bottom: -90px;
  align-self: end;
}
@media (max-width: 768px) {
  .trust-page .trust-why-cyprus .trust-why-card.trust-why-card-1 {
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .trust-page .trust-why-cyprus {
    padding: 64px 0 80px;
  }
  .trust-page .trust-why-cyprus .trust-why-inner {
    padding: 48px 32px 56px;
  }
  .trust-page .trust-why-cyprus .trust-why-header {
    max-width: 100%;
  }
  .trust-page .trust-why-cyprus .trust-why-header .trust-why-title {
    font-size: 38px;
  }
  .trust-page .trust-why-cyprus .trust-why-header .trust-why-intro {
    font-size: 16px;
  }
  .trust-page .trust-why-cyprus .trust-why-top-row,
  .trust-page .trust-why-cyprus .trust-why-bottom-row {
    grid-template-columns: 1fr 1fr;
    gap: 24px 28px;
  }
  .trust-page .trust-why-cyprus .trust-why-top-row .trust-why-header {
    grid-column: 1/-1;
  }
  .trust-page .trust-why-cyprus .trust-why-card {
    max-width: 100%;
  }
  .trust-page .trust-why-cyprus .trust-why-card .trust-why-card-title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .trust-page .trust-why-cyprus {
    padding: 48px 0 64px;
    background-image: url("./images/trust/trust-why-choose-bg-mob.webp") !important;
    background-size: cover;
    background-position: center;
  }
  .trust-page .trust-why-cyprus .trust-why-inner {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .trust-page .trust-why-cyprus .trust-why-header {
    max-width: 100%;
  }
  .trust-page .trust-why-cyprus .trust-why-header .trust-why-title {
    font-size: 26px;
    margin-bottom: 16px;
    line-height: 1.1;
  }
  .trust-page .trust-why-cyprus .trust-why-header .trust-why-title .trust-why-title-main, .trust-page .trust-why-cyprus .trust-why-header .trust-why-title .trust-why-title-sub {
    font-size: 24px;
  }
  .trust-page .trust-why-cyprus .trust-why-header .trust-why-intro {
    font-size: 14px;
  }
  .trust-page .trust-why-cyprus .trust-why-top-row,
  .trust-page .trust-why-cyprus .trust-why-bottom-row {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .trust-page .trust-why-cyprus .trust-why-top-row .trust-why-header {
    order: 1;
  }
  .trust-page .trust-why-cyprus .trust-why-top-row .trust-why-card:nth-of-type(1) {
    order: 2;
  }
  .trust-page .trust-why-cyprus .trust-why-top-row .trust-why-card:nth-of-type(2) {
    order: 3;
  }
  .trust-page .trust-why-cyprus .trust-why-card {
    max-width: 100%;
  }
  .trust-page .trust-why-cyprus .trust-why-card .trust-why-card-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 12px;
  }
  .trust-page .trust-why-cyprus .trust-why-card .trust-why-card-icon img {
    width: 80px;
    height: 80px;
  }
  .trust-page .trust-why-cyprus .trust-why-card .trust-why-card-title {
    font-size: 16px;
  }
  .trust-page .trust-why-cyprus .trust-why-card .trust-why-card-desc {
    font-size: 14px;
  }
}
.trust-page .structure-of-trust {
  padding: 72px 0 84px;
  background: #fafafa;
}
.trust-page .structure-of-trust .sot-title {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}
.trust-page .structure-of-trust .sot-title .sot-title-main {
  color: #000;
}
.trust-page .structure-of-trust .sot-title .sot-title-sub {
  color: #b2b2b2;
}
.trust-page .structure-of-trust .sot-top-row {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 60px;
}
.trust-page .structure-of-trust .sot-bottom-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 18px;
  align-items: center;
}
.trust-page .structure-of-trust .sot-card {
  position: relative;
  min-height: 132px;
  border-radius: 4px;
  background-color: #fff;
  padding: 14px 16px 16px;
  z-index: 2;
}
.trust-page .structure-of-trust .sot-card::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  border-radius: 8px;
  z-index: -1;
  border: 1px solid #E6E6E6;
}
.trust-page .structure-of-trust .sot-card.sot-card--cyprus img {
  width: 230px;
}
.trust-page .structure-of-trust .sot-card .sot-card-title {
  color: #38404E;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.trust-page .structure-of-trust .sot-card .sot-card-desc {
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.trust-page .structure-of-trust .sot-card .sot-card-icon {
  position: absolute;
  right: 10px;
  bottom: 8px;
  width: 56px;
  height: auto;
}
.trust-page .structure-of-trust .sot-top-row .sot-card {
  width: 100%;
  max-width: 420px;
  height: 140px;
}
.trust-page .structure-of-trust .sot-bottom-row .sot-card {
  height: 170px;
}
.trust-page .structure-of-trust .sot-sep {
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-page .structure-of-trust .sot-sep img {
  display: block;
  width: 100%;
  height: auto;
}
.trust-page .structure-of-trust .sot-sep--big {
  width: 144px;
}
.trust-page .structure-of-trust .sot-sep--100 {
  width: 115px;
  margin: 20px 0 20px 55%;
}
.trust-page .structure-of-trust .sot-sep--small {
  width: 34px;
}

@media (max-width: 768px) {
  .trust-page .structure-of-trust {
    padding: 48px 0 60px;
  }
  .trust-page .structure-of-trust .sot-title {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 20px;
  }
  .trust-page .structure-of-trust .sot-top-row,
  .trust-page .structure-of-trust .sot-bottom-row {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .trust-page .structure-of-trust .sot-card {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 82px;
    padding: 12px 14px;
    max-height: 60px;
    border: 1px solid #E6E6E6;
  }
  .trust-page .structure-of-trust .sot-card::before {
    display: none;
  }
  .trust-page .structure-of-trust .sot-card::after {
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  .trust-page .structure-of-trust .sot-card .sot-card-title {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 4px;
  }
  .trust-page .structure-of-trust .sot-card .sot-card-desc {
    font-size: 12px;
    line-height: 1.35;
    max-width: calc(100% - 74px);
  }
  .trust-page .structure-of-trust .sot-card .sot-card-icon {
    width: 48px;
    right: 10px;
    bottom: 8px;
  }
  .trust-page .structure-of-trust .sot-card.sot-card--cyprus img {
    max-width: 80px;
  }
  .trust-page .structure-of-trust .sot-sep--big,
  .trust-page .structure-of-trust .sot-sep--small {
    width: 8px;
    height: 22px;
    margin: 0 auto;
    background: url("./images/trust/sot-arrow-down.svg") center/contain no-repeat;
  }
  .trust-page .structure-of-trust .sot-sep--big img,
  .trust-page .structure-of-trust .sot-sep--small img {
    display: none;
  }
  .trust-page .structure-of-trust .sot-sep--100 {
    width: 89px;
    height: 308px;
    margin: 2px 0 0 auto;
    background: url("./images/trust/sot-sep-100-mob.svg") right top/contain no-repeat;
  }
  .trust-page .structure-of-trust .sot-sep--100 img {
    display: none;
  }
  .trust-page .structure-of-trust .sot-bottom-row .sot-card {
    margin-right: auto;
  }
  .trust-page .structure-of-trust .sot-bottom-row .sot-card.sot-card--trustee {
    max-width: 90%;
    margin-top: -250px;
  }
  .trust-page .structure-of-trust .sot-bottom-row .sot-card.sot-card--protector {
    max-width: 80%;
  }
  .trust-page .structure-of-trust .sot-bottom-row .sot-card.sot-card--assets {
    max-width: 80%;
  }
  .trust-page .structure-of-trust .sot-bottom-row .sot-card.sot-card--beneficiaries {
    max-width: 80%;
  }
}
/* Trust How to Start Section (copied from Investments with renamed classes) */
.trust-how-to-start-section {
  padding: 0 0 60px;
  background: #fff;
}

.trust-how-to-start-wrapper {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.trust-how-to-start-left {
  width: 60%;
  background: #131E30;
  border-radius: 10px;
  padding: 50px;
  display: flex;
  flex-direction: column;
}

.trust-how-to-start-title {
  color: #A6B4C8;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 50px;
}
.trust-how-to-start-title span {
  color: #FFF;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  display: block;
}

.trust-how-to-start-steps {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.trust-how-to-start-step {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.trust-step-number {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.trust-step-content {
  width: 100%;
  max-width: 350px;
}

.trust-step-separator {
  width: 100%;
  max-width: 350px;
  height: 1px;
  background: #A6B4C8;
  display: flex;
  align-self: flex-end;
}

.trust-step-title {
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}

.trust-step-description {
  color: #A6B4C8;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}

.trust-how-to-start-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  color: #131E30;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  margin-top: 60px;
  transition: background 0.2s ease;
  max-width: 475px;
}
.trust-how-to-start-btn:hover {
  background: #f0f0f0;
}

.trust-how-to-start-right {
  width: 40%;
  border-radius: 10px;
  overflow: hidden;
}
.trust-how-to-start-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .trust-how-to-start-section {
    padding: 0;
    padding-bottom: 60px;
  }
  .trust-how-to-start-section .container {
    padding: 0;
    max-width: 100%;
  }
  .trust-how-to-start-wrapper {
    flex-direction: column;
    gap: 0;
  }
  .trust-how-to-start-left {
    width: 100%;
    padding: 40px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .trust-how-to-start-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .trust-how-to-start-title span {
    font-size: 32px;
  }
  .trust-how-to-start-steps {
    gap: 0;
  }
  .trust-how-to-start-step {
    flex-direction: column;
    gap: 15px;
  }
  .trust-step-content {
    max-width: 100%;
  }
  .trust-step-separator {
    max-width: 100%;
    margin: 30px 0;
  }
  .trust-how-to-start-btn {
    max-width: 100%;
    margin-top: 40px;
  }
  .trust-how-to-start-right {
    width: 100%;
    height: 400px;
    border-radius: 10px;
  }
  .trust-how-to-start-right img {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .trust-how-to-start-left {
    padding: 30px 20px;
  }
  .trust-how-to-start-title {
    font-size: 24px;
  }
  .trust-how-to-start-title span {
    font-size: 28px;
  }
  .trust-step-number {
    font-size: 18px;
  }
  .trust-step-title {
    font-size: 16px;
  }
  .trust-step-description {
    font-size: 14px;
  }
  .trust-step-separator {
    margin: 25px 0;
  }
  .trust-how-to-start-right {
    max-height: 230px;
  }
}
.trust-schedule-consultation {
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 30px 0;
  overflow: hidden;
  min-height: 520px;
}
.trust-schedule-consultation .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.trust-schedule-consultation-content {
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 30px;
}

.trust-schedule-consultation-left {
  z-index: 1;
  padding: 20px;
  border-radius: 0;
}

.trust-schedule-consultation-title {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 90px;
}
.trust-schedule-consultation-title span {
  color: #656565;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  display: block;
}

.trust-schedule-consultation-contacts {
  display: flex;
  gap: 50px;
}

.trust-schedule-contact-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.trust-schedule-contact-value {
  color: #656565;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
.trust-schedule-contact-value:hover {
  color: #0A1628;
}

.trust-schedule-contact-label {
  color: #A6A6A6;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.trust-schedule-consultation-right {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}
.trust-schedule-consultation-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.trust-schedule-consultation-cta-wrap {
  position: relative;
  z-index: 2;
  margin-top: 170px;
}

.trust-schedule-consultation-btn {
  max-width: 414px;
}

@media (max-width: 1200px) {
  .trust-schedule-consultation-right {
    width: 45%;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (max-width: 992px) {
  .trust-schedule-consultation {
    padding: 60px 0;
    background-image: url("./images/our-people-building-mob.png") !important;
    background-position: right center;
    background-size: cover;
    min-height: 600px;
  }
  .trust-schedule-consultation-content {
    display: block;
  }
  .trust-schedule-consultation-left {
    padding: 0;
  }
  .trust-schedule-consultation-title {
    font-size: 36px;
    margin-bottom: 60px;
  }
  .trust-schedule-contact-item {
    flex-direction: column-reverse;
    gap: 8px;
  }
  .trust-schedule-contact-value {
    font-size: 22px;
  }
  .trust-schedule-contact-label {
    font-size: 20px;
  }
  .trust-schedule-consultation-contacts {
    gap: 40px;
    flex-direction: column;
  }
  .trust-schedule-consultation-right {
    display: none;
  }
  .trust-schedule-consultation-cta-wrap {
    text-align: center;
    margin-top: 40px;
  }
  .trust-schedule-consultation-btn {
    width: 100%;
    max-width: 320px;
  }
}
@media (max-width: 768px) {
  .trust-schedule-consultation {
    min-height: 0;
    padding: 40px 0 40px;
  }
  .trust-schedule-consultation-cta-wrap {
    margin-top: 150px;
  }
  .trust-schedule-consultation-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .trust-schedule-contact-value {
    font-size: 14px;
  }
  .trust-schedule-contact-label {
    font-size: 14px;
  }
}
/* Trust FAQ Section (copied from Investments with renamed classes) */
.trust-faq-section {
  padding: 80px 0;
  background: #FAFAFA;
}

.trust-faq-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}

.trust-faq-title {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin: 0;
}

.trust-faq-subtitle {
  color: #656565;
  text-align: right;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}

.trust-faq-grid {
  display: flex;
  gap: 20px;
}

.trust-faq-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.trust-faq-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.trust-faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  color: #343434;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  font-family: inherit;
  gap: 15px;
}
.trust-faq-question span:first-child {
  flex: 1;
}
.trust-faq-question .trust-faq-icon {
  color: #000;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.trust-faq-question.active .trust-faq-icon {
  transform: rotate(45deg);
}
.trust-faq-question:hover, .trust-faq-question.active, .trust-faq-question:focus {
  background-color: #fff;
  color: #343434;
  box-shadow: none;
}

.trust-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.trust-faq-answer-content {
  padding: 0 24px 20px;
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.trust-faq-answer-content p {
  margin: 0;
}
.trust-faq-answer-content p:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .trust-faq-header {
    flex-direction: column;
    gap: 15px;
  }
  .trust-faq-subtitle {
    text-align: left;
  }
  .trust-faq-grid {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .trust-faq-section {
    padding: 60px 0;
  }
  .trust-faq-title {
    font-size: 24px;
  }
  .trust-faq-subtitle {
    font-size: 16px;
  }
  .trust-faq-header {
    margin-bottom: 30px;
  }
  .trust-faq-question {
    padding: 16px 20px;
    font-size: 12px;
  }
  .trust-faq-answer-content {
    padding: 0 20px 16px;
    font-size: 12px;
  }
}
.trust-page .trust-mechanisms {
  padding: 72px 0 84px;
  background: #fff;
}
.trust-page .trust-mechanisms .trust-mechanisms-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
.trust-page .trust-mechanisms .trust-mechanisms-title {
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
.trust-page .trust-mechanisms .trust-mechanisms-title .trust-mechanisms-title-main {
  display: block;
  color: #000;
}
.trust-page .trust-mechanisms .trust-mechanisms-title .trust-mechanisms-title-sub {
  display: block;
  color: #b2b2b2;
}
.trust-page .trust-mechanisms .trust-mechanisms-logo {
  width: 180px;
  flex-shrink: 0;
}
.trust-page .trust-mechanisms .trust-mechanisms-logo img {
  width: 100%;
  height: auto;
  display: block;
}
.trust-page .trust-mechanisms .trust-mechanisms-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.trust-page .trust-mechanisms .trust-mechanism-card {
  display: grid;
  grid-template-columns: 190px 1fr 1.15fr;
  align-items: center;
  gap: 18px;
  padding: 12px 14px;
  border-radius: 6px;
  background: #0D1A2F;
  color: #fff;
}
.trust-page .trust-mechanisms .trust-mechanism-card .trust-mechanism-image {
  width: 100%;
  background: #fff;
  border-radius: 6px;
  padding: 8px;
}
.trust-page .trust-mechanisms .trust-mechanism-card .trust-mechanism-image img {
  width: 100%;
  height: 108px;
  object-fit: contain;
  display: block;
}
.trust-page .trust-mechanisms .trust-mechanism-card .trust-mechanism-main {
  border-left: 1px solid rgba(255, 255, 255, 0.45);
  padding-left: 16px;
  min-height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.trust-page .trust-mechanisms .trust-mechanism-card .trust-mechanism-number {
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
}
.trust-page .trust-mechanisms .trust-mechanism-card .trust-mechanism-name {
  color: #FFF;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 28.6px */
}
.trust-page .trust-mechanisms .trust-mechanism-card .trust-mechanism-desc {
  color: #A6B4C8;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  max-width: 340px;
  margin-left: auto;
  margin-bottom: 0;
}
.trust-page .trust-mechanisms .trust-mechanism-card--2 {
  width: 93%;
  margin-left: auto;
}
.trust-page .trust-mechanisms .trust-mechanism-card--3 {
  width: 86%;
  margin-left: auto;
}

@media (max-width: 1199px) {
  .trust-page .trust-mechanisms .trust-mechanisms-title {
    font-size: 40px;
  }
  .trust-page .trust-mechanisms .trust-mechanisms-logo {
    width: 120px;
  }
  .trust-page .trust-mechanisms .trust-mechanism-card {
    grid-template-columns: 160px 1fr;
    grid-template-areas: "image main" "desc desc";
  }
  .trust-page .trust-mechanisms .trust-mechanism-card .trust-mechanism-image {
    grid-area: image;
  }
  .trust-page .trust-mechanisms .trust-mechanism-card .trust-mechanism-main {
    grid-area: main;
  }
  .trust-page .trust-mechanisms .trust-mechanism-card .trust-mechanism-desc {
    grid-area: desc;
    justify-self: start;
    max-width: 100%;
  }
  .trust-page .trust-mechanisms .trust-mechanism-card .trust-mechanism-number {
    font-size: 30px;
  }
  .trust-page .trust-mechanisms .trust-mechanism-card .trust-mechanism-name {
    font-size: 32px;
    max-width: 100%;
  }
  .trust-page .trust-mechanisms .trust-mechanism-card--3 {
    max-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .trust-page .trust-mechanisms {
    padding: 48px 0 60px;
  }
  .trust-page .trust-mechanisms .trust-mechanisms-head {
    margin-bottom: 18px;
  }
  .trust-page .trust-mechanisms .trust-mechanisms-title {
    font-size: 24px;
    line-height: 1.1;
  }
  .trust-page .trust-mechanisms .trust-mechanisms-logo {
    display: none;
  }
  .trust-page .trust-mechanisms .trust-mechanisms-list {
    gap: 12px;
  }
  .trust-page .trust-mechanisms .trust-mechanism-card {
    display: block;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
  }
  .trust-page .trust-mechanisms .trust-mechanism-card .trust-mechanism-image {
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 5px;
  }
  .trust-page .trust-mechanisms .trust-mechanism-card .trust-mechanism-image img {
    height: 96px;
  }
  .trust-page .trust-mechanisms .trust-mechanism-card .trust-mechanism-main {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    padding: 10px 0 0;
    min-height: 0;
    margin-bottom: 8px;
  }
  .trust-page .trust-mechanisms .trust-mechanism-card .trust-mechanism-number {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .trust-page .trust-mechanisms .trust-mechanism-card .trust-mechanism-name {
    font-size: 16px;
    line-height: 1.2;
  }
  .trust-page .trust-mechanisms .trust-mechanism-card .trust-mechanism-desc {
    font-size: 14px;
    line-height: 1.35;
    color: #C5CEDB;
    max-width: 100%;
  }
}
.trust-page .trust-content {
  padding: 60px 0 80px;
}
.trust-page .trust-content .trust-content-inner {
  max-width: 800px;
  margin: 0 auto;
}
.trust-page .trust-content .trust-content-inner p {
  color: #656565;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 1em;
}
.trust-page .trust-content .trust-content-inner h2, .trust-page .trust-content .trust-content-inner h3, .trust-page .trust-content .trust-content-inner h4 {
  color: #0E2B40;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

@media (max-width: 768px) {
  .trust-page .trust-content {
    padding: 40px 0 60px;
  }
}
.career-page {
  overflow-x: clip;
}
.career-page .career-hero {
  background-color: #0E2B40;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  min-height: 710px;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: -104px;
  padding-top: 104px;
  overflow: hidden;
}
.career-page .career-hero .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.career-page .career-hero .career-hero-content {
  display: flex;
  gap: 0;
  position: relative;
}
.career-page .career-hero .career-hero-left {
  display: flex;
  flex-direction: column;
  padding-top: 32px;
  position: relative;
  z-index: 2;
}
.career-page .career-hero .career-hero-left .career-hero-title {
  color: #FFF;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 16px;
}
.career-page .career-hero .career-hero-left .career-hero-subtitle {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 112px;
}
.career-page .career-hero .career-hero-left .career-hero-description {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
.career-page .career-hero .career-hero-left .career-hero-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  padding: 14px 24px;
  border-radius: 5px;
  max-width: fit-content;
  margin-top: 32px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  position: relative;
  min-width: 290px;
}
.career-page .career-hero .career-hero-right {
  position: relative;
  z-index: 1;
}
.career-page .career-hero .career-hero-right .career-hero-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  right: -50px;
}
.career-page .career-hero .career-hero-right .career-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
  display: block;
}

.join-a-team {
  position: relative;
  background-image: var(--join-bg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 0;
  margin-top: 0;
}
.join-a-team::before {
  display: none;
}
.join-a-team .join-content {
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 30px;
}
.join-a-team .join-left {
  z-index: 1;
  padding: 60px 0;
}
.join-a-team .join-left .join-title {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 35px;
}
.join-a-team .join-left .join-title span {
  color: #B2B2B2;
  display: block;
}
.join-a-team .join-left .join-description {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.join-a-team .join-left .join-description.strong {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 10px;
}
.join-a-team .join-left .join-cta {
  max-width: 240px;
  margin-top: 150px;
  width: 100%;
  max-width: 500px;
}
.join-a-team .join-right {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  right: 0;
  background-color: #9DAAB5;
  width: 500px;
}
.join-a-team .join-right .join-caption {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  max-width: 300px;
  padding: 15px;
  border-radius: 5px;
}
@media (max-width: 900px) {
  .join-a-team {
    padding: 40px 30px 0;
    margin-top: 0;
    background-image: var(--join-bg-mobile, var(--join-bg)) !important;
  }
  .join-a-team .container {
    padding-left: 0;
    padding-right: 0;
  }
  .join-a-team .join-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .join-a-team .join-content .join-left {
    width: 100%;
  }
  .join-a-team .join-content .join-left .join-title {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%; /* 26.4px */
    letter-spacing: -1.5px;
    margin-bottom: 10px;
  }
  .join-a-team .join-content .join-left .join-title p {
    margin-bottom: 20px;
  }
  .join-a-team .join-content .join-left .join-description {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-top: 0;
    margin-bottom: 30px;
  }
  .join-a-team .join-content .join-left .ww-btn {
    min-width: 100%;
    margin-bottom: 30px;
    margin-top: 25px;
    background-color: #fff;
    color: #000;
  }
  .join-a-team .join-content .join-left .ww-btn::after {
    background-image: url("./images/btn-arrow-blue.svg");
  }
  .join-a-team .join-content .join-right {
    width: 100%;
    position: relative;
    z-index: 1;
    right: 0;
    left: 0;
    bottom: 0;
    margin-right: -30px;
    margin-left: -30px;
    min-width: 100vw;
    padding-left: 30px;
  }
}

.single-post-page {
  background-color: #FFFFFF;
}
.single-post-page .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.single-post-page .single-post-content {
  max-width: 100%;
}
.single-post-page .single-post-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #787D82;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
.single-post-page .single-post-breadcrumbs a {
  color: #787D82;
  text-decoration: none;
  transition: color 0.3s ease;
}
.single-post-page .single-post-breadcrumbs a:hover {
  color: #0E2B40;
}
.single-post-page .single-post-breadcrumbs .breadcrumb-separator {
  color: #787D82;
}
.single-post-page .single-post-breadcrumbs .breadcrumb-current {
  color: #787D82;
}
.single-post-page .single-post-header-layout {
  display: flex;
  gap: 60px;
  margin-bottom: 40px;
  padding-top: 40px;
}
.single-post-page .single-post-header {
  width: 50%;
}
.single-post-page .single-post-header .single-post-back-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #F9F9F9;
  color: #787D82;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 8px;
  margin-bottom: 24px;
  transition: background-color 0.3s ease, color 0.3s ease;
  max-width: 140px;
  display: flex;
  justify-content: space-between;
}
.single-post-page .single-post-header .single-post-back-button svg {
  width: 16px;
  height: 16px;
  color: currentColor;
}
.single-post-page .single-post-header .single-post-back-button:hover {
  background-color: #F0F0F0;
  color: #0E2B40;
}
.single-post-page .single-post-header .single-post-title {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  max-width: 540px;
  margin-bottom: 12px;
}
.single-post-page .single-post-header .single-post-subtitle {
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 433px;
  margin-bottom: 60px;
}
.single-post-page .single-post-header .single-post-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.single-post-page .single-post-header .single-post-meta .post-date,
.single-post-page .single-post-header .single-post-meta .post-reading-time {
  display: inline-block;
  background-color: #F9F9F9;
  padding: 6px 10px;
  color: #787D82;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-radius: 2px;
}
.single-post-page .single-post-header .single-post-meta .post-reading-time {
  border-radius: 2px;
  background: #0C395A;
  color: #FFF;
}
.single-post-page .single-post-header .vacancy-header-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  max-width: fit-content;
}
.single-post-page .single-post-header .vacancy-header-actions .single-post-meta {
  margin-bottom: 0;
}
.single-post-page .single-post-header .vacancy-header-actions .career-hero-button {
  width: 100%;
  text-align: center;
  padding: 8px;
}
.single-post-page .single-post-header .career-hero-button {
  border-radius: 3px;
  background: #0C395A;
  color: #fff;
  padding: 10px;
}
.single-post-page .single-post-header .single-post-share {
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-post-page .single-post-header .single-post-share .share-button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0E2B40;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  font-size: 16px;
}
.single-post-page .single-post-header .single-post-share .share-button i {
  font-size: 16px;
  line-height: 1;
}
.single-post-page .single-post-header .single-post-share .share-button:hover {
  background-color: #1a4360;
  opacity: 0.9;
}
.single-post-page .single-post-header .single-post-share .share-button:active {
  opacity: 0.8;
}
.single-post-page .single-post-featured-image-desktop {
  position: relative;
  width: 50%;
}
.single-post-page .single-post-featured-image-desktop img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}
.single-post-page .single-post-header .single-post-featured-image {
  display: none;
}
.single-post-page .ast-article-single img {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.single-post-page .single-post-entry-content {
  width: 100%;
  color: #1c1c1c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.single-post-page .single-post-entry-content p {
  margin-bottom: 24px;
}
.single-post-page .single-post-entry-content p:has(+ ul) {
  margin-bottom: 4px;
}
.single-post-page .single-post-entry-content p strong {
  font-size: 16px;
  font-weight: 500;
}
.single-post-page .single-post-entry-content p.preview {
  max-width: 640px;
}
.single-post-page .single-post-entry-content p:has(> strong) {
  margin-bottom: 4px;
}
.single-post-page .single-post-entry-content h1, .single-post-page .single-post-entry-content h2, .single-post-page .single-post-entry-content h3, .single-post-page .single-post-entry-content h4, .single-post-page .single-post-entry-content h5, .single-post-page .single-post-entry-content h6 {
  color: #000;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 16px;
  line-height: 120%;
}
.single-post-page .single-post-entry-content h2 {
  font-size: 32px;
}
.single-post-page .single-post-entry-content h3 {
  font-size: 26px;
  font-weight: 500;
}
.single-post-page .single-post-entry-content ul, .single-post-page .single-post-entry-content ol {
  margin-left: 24px;
}
.single-post-page .single-post-entry-content a {
  color: #0E2B40;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.single-post-page .single-post-entry-content a:hover {
  color: #1a4360;
}
.single-post-page .single-post-entry-content ul li p {
  margin-bottom: 2px;
}
.single-post-page .single-post-entry-content ul li ul {
  list-style: none;
}
.single-post-page .single-post-entry-content ul li ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-post-page .single-post-entry-content ul li ul li::before {
  content: "-";
}
.single-post-page .single-post-entry-content img {
  max-width: 100%;
  height: auto;
  margin: 24px 0;
}
.single-post-page .vacancy-apply-footer {
  margin-top: 24px;
  padding-bottom: 60px;
}
.single-post-page .vacancy-apply-footer .career-hero-button {
  display: inline-flex;
  align-items: center;
  width: 100%;
  max-width: 540px;
}

@media (max-width: 1199px) {
  .single-post-page .single-post-header-layout {
    gap: 40px;
    display: flex;
    flex-direction: column;
  }
  .single-post-page .single-post-header-layout .single-post-featured-image-desktop {
    display: none;
  }
  .single-post-page .single-post-header-layout .single-post-header .single-post-featured-image {
    display: block;
    width: 100%;
    margin: 30px 0;
    min-height: 400px;
  }
  .single-post-page .single-post-header-layout .single-post-header .single-post-featured-image img {
    width: 100%;
    height: 100%;
    min-height: 400px;
    object-fit: cover;
  }
  .single-post-page .single-post-header {
    width: 100%;
  }
  .single-post-page .single-post-header .single-post-title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .single-post-page {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .single-post-page .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-post-page .single-post-breadcrumbs {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    gap: 4px;
    margin-bottom: 24px;
  }
  .single-post-page .single-post-header-layout {
    gap: 30px;
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
  .single-post-page .single-post-header-layout .single-post-featured-image-desktop {
    display: none;
  }
  .single-post-page .single-post-header-layout .single-post-header {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .single-post-page .single-post-header-layout .single-post-header .single-post-featured-image {
    display: block;
    width: 100%;
    min-height: 0;
    margin: 20px 0 30px;
  }
  .single-post-page .single-post-header-layout .single-post-header .single-post-featured-image img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center top;
  }
  .single-post-page .single-post-header-layout .single-post-header .single-post-back-button {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .single-post-page .single-post-header-layout .single-post-header .single-post-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 12px;
  }
  .single-post-page .single-post-header-layout .single-post-header .single-post-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
  }
  .single-post-page .single-post-header-layout .single-post-header .single-post-meta {
    margin-bottom: 0;
  }
  .single-post-page .single-post-header-layout .single-post-header .single-post-meta .post-date,
  .single-post-page .single-post-header-layout .single-post-header .single-post-meta .post-reading-time {
    font-size: 12px;
    padding: 6px 10px;
  }
  .single-post-page .single-post-header-layout .single-post-header .single-post-share {
    margin-top: 20px;
  }
  .single-post-page .single-post-header-layout .single-post-header .single-post-share .share-button {
    width: 36px;
    height: 36px;
  }
  .single-post-page .single-post-header-layout .single-post-header .single-post-share .share-button i {
    font-size: 14px;
  }
  .single-post-page .single-post-entry-content {
    font-size: 12px;
    line-height: 150%;
  }
  .single-post-page .single-post-entry-content p strong {
    font-size: 12px;
  }
  .single-post-page .single-post-entry-content h2 {
    font-size: 24px;
  }
  .single-post-page .single-post-entry-content h3 {
    font-size: 16px;
  }
}
.related-articles {
  padding: 70px 0;
  background: #FAFAFA;
  margin-top: 40px;
}
.related-articles .articles-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.related-articles .articles-header .articles-title {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.5px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.related-articles .articles-header .articles-title .title-main {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
.related-articles .articles-header .articles-title .title-subtitle {
  color: #BBB;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
.related-articles .articles-header .articles-slider-controls {
  display: flex;
  gap: 10px;
}
.related-articles .articles-header .articles-slider-controls .articles-slider-arrow {
  color: #656565;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 26px;
  padding: 10px;
  border: none;
  background: #EEE;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 18px;
}
.related-articles .articles-header .articles-slider-controls .articles-slider-arrow:hover:not(:disabled) {
  background: #DDD;
}
.related-articles .articles-header .articles-slider-controls .articles-slider-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.related-articles .articles-slider-container {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.related-articles .articles-slider {
  display: flex;
  gap: 30px;
  transition: transform 0.3s ease;
  padding: 10px 0;
  width: 100%;
}
.related-articles .article-card {
  flex: 0 0 280px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(218, 218, 218, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.related-articles .article-card .article-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #F5F5F5;
}
.related-articles .article-card .article-image a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.related-articles .article-card .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.related-articles .article-card .article-image:hover img {
  transform: scale(1.05);
}
.related-articles .article-card .article-info {
  padding: 24px;
}
.related-articles .article-card .article-info .article-title {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 40px;
  min-height: 70px;
}
.related-articles .article-card .article-info .article-title a {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  transition: color 0.3s ease;
}
.related-articles .article-card .article-info .article-title a:hover {
  color: #0E2B40;
}
.related-articles .article-card .article-info .article-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #656565;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.related-articles .article-card .article-info .article-meta .article-separator {
  color: #656565;
}
.related-articles .article-card .article-info .article-meta .article-date {
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.related-articles .article-card .article-info .article-meta .article-reading-time {
  color: #BBB;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.related-articles .article-card:hover .article-image img {
  transform: scale(1.05);
}

.related-articles .articles-slider-controls--mobile {
  display: none;
}

@media (min-width: 901px) {
  .related-articles .articles-slider-controls--mobile {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .related-articles {
    padding: 40px 30px;
    overflow: hidden;
  }
  .related-articles .container {
    padding-left: 0;
    padding-right: 0;
  }
  .related-articles .articles-header {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-bottom: 0;
  }
  .related-articles .articles-header .articles-title {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -1.5px;
    width: 100%;
    margin-bottom: 15px;
  }
  .related-articles .articles-header .articles-title .title-main {
    font-size: 24px;
  }
  .related-articles .articles-header .articles-title .title-subtitle {
    font-size: 24px;
  }
  .related-articles .articles-header .articles-slider-controls {
    display: none;
  }
  .related-articles .articles-slider-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 370px;
    margin: 0 auto;
  }
  .related-articles .articles-slider {
    gap: 10px;
    width: 300px;
    margin: 0 auto;
  }
  .related-articles .article-card {
    flex: 0 0 300px;
  }
  .related-articles .articles-slider-controls--mobile {
    display: flex;
    gap: 10px;
    margin-top: 20px;
  }
  .related-articles .articles-slider-controls--mobile .articles-slider-arrow {
    color: #656565;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 26px;
    padding: 10px;
    border: none;
    background: #EEE;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
  }
  .related-articles .articles-slider-controls--mobile .articles-slider-arrow:hover:not(:disabled) {
    background: #DDD;
  }
  .related-articles .articles-slider-controls--mobile .articles-slider-arrow:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
}
.career-page .career-corporate-culture {
  padding: 0 0 60px 0;
}
.career-page .career-corporate-culture .career-top {
  margin-bottom: 40px;
}
.career-page .career-corporate-culture .career-title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 28px 28px 0 0;
  margin-top: -28px;
  z-index: 2;
  position: relative;
  padding: 28px 28px 0 28px;
  margin-left: -28px;
  background-color: #fff;
  max-width: fit-content;
  margin-bottom: 16px;
}
.career-page .career-corporate-culture .career-title-block .career-title {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.5px;
  margin-bottom: 0;
}
.career-page .career-corporate-culture .career-title-block .career-title p {
  margin-bottom: 0;
}
.career-page .career-corporate-culture .career-title-block .career-title span {
  color: #D1D1D1;
  font-weight: 300;
}
.career-page .career-corporate-culture .career-description {
  color: #656565;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.career-page .career-corporate-culture .career-description p {
  margin: 0;
}
.career-page .career-corporate-culture .career-description span {
  font-weight: 500;
}
.career-page .career-corporate-culture .career-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.career-page .career-corporate-culture .career-card {
  border-radius: 5px;
  background: #FFFFFF;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-top: 6px solid #0E2B40;
  position: relative;
  overflow: hidden;
}
.career-page .career-corporate-culture .career-card .card-header .card-title {
  color: #F9F9F9;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  display: flex;
  padding: 10px 13px;
  background: #0E2B40;
  border-radius: 5px;
  margin-bottom: 24px;
}
.career-page .career-corporate-culture .career-card .card-body .card-text {
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.career-page .career-corporate-culture .career-card .card-image {
  position: relative;
}
.career-page .career-corporate-culture .career-card .card-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
  margin: 20px -20px -20px -20px;
  height: 220px;
  object-fit: cover;
  min-width: calc(100% + 40px);
}
.career-page .career-corporate-culture .career-card .card-image .ww-btn {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  border-radius: 5px;
  background: #0E2B40 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.career-page .career-corporate-culture .career-card .card-image .ww-btn::after {
  background-image: url("./images/btn-arrow-white.svg");
}
.career-page .career-corporate-culture .career-card:nth-child(2) {
  border-top: 6px solid #91A5B9;
}
.career-page .career-corporate-culture .career-card:nth-child(2) .card-header .card-title {
  background: #91A5B9;
}
.career-page .career-corporate-culture .career-card:nth-child(2) .card-image .ww-btn {
  background: #91A5B9;
}
.career-page .career-corporate-culture .career-card:nth-child(3) {
  border-top: 6px solid #91A5B9;
}
.career-page .career-corporate-culture .career-card:nth-child(3) .card-header .card-title {
  background: #91A5B9;
}
.career-page .career-corporate-culture .career-card:nth-child(3) .card-image .ww-btn {
  background: #91A5B9;
}

@media (max-width: 900px) {
  .career-page .career-corporate-culture {
    padding: 30px 40px 30px;
    overflow: hidden;
  }
  .career-page .career-corporate-culture .container {
    padding-left: 0;
    padding-right: 0;
  }
  .career-page .career-corporate-culture .career-top {
    flex-direction: column;
    gap: 20px;
  }
  .career-page .career-corporate-culture .career-top .career-title-block {
    flex-direction: column;
    display: flex;
  }
  .career-page .career-corporate-culture .career-top .career-title-block .career-title {
    width: 100%;
    margin-bottom: 20px;
  }
  .career-page .career-corporate-culture .career-top .career-title-block .career-title p {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -1.5px;
  }
  .career-page .career-corporate-culture .career-top .career-title-block .career-title p span {
    color: #D1D1D1;
    display: block;
  }
  .career-page .career-corporate-culture .career-top .career-description {
    font-size: 16px;
  }
  .career-page .career-corporate-culture .career-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .career-page .career-corporate-culture .career-cards .career-card {
    width: 100%;
  }
}
.career-page .we-build {
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  padding: 80px 0 0;
}
.career-page .we-build .we-build-content {
  display: flex;
  align-items: stretch;
  gap: 40px;
}
.career-page .we-build .we-build-left {
  max-width: 860px;
}
.career-page .we-build .we-build-right img {
  display: block;
  height: 100%;
  max-height: 300px;
  min-width: 500px;
  width: auto;
  position: relative;
  right: -60px;
  bottom: -45px;
}
.career-page .we-build .we-build-title {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.5px;
  margin-bottom: 24px;
}
.career-page .we-build .we-build-title span {
  color: #bbb;
}
.career-page .we-build .we-build-description {
  color: #656565;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}
.career-page .we-build .we-build-description strong {
  font-weight: 500;
}

@media (max-width: 900px) {
  .career-page .we-build {
    padding: 40px 0;
    background-position: center right;
    background-size: cover;
  }
  .career-page .we-build .we-build-content {
    flex-direction: column;
    gap: 24px;
  }
  .career-page .we-build .we-build-left {
    max-width: 100%;
  }
  .career-page .we-build .we-build-right {
    justify-content: flex-start;
    display: flex;
    justify-content: center;
    margin-bottom: -70px;
  }
  .career-page .we-build .we-build-right img {
    position: unset;
  }
  .career-page .we-build .we-build-title {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .career-page .we-build .we-build-title span {
    display: block;
  }
  .career-page .we-build .we-build-description {
    font-size: 14px;
  }
  .career-page .we-build .we-build-description p {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .career-page .we-build {
    padding: 32px 0;
  }
  .career-page .we-build .we-build-right img {
    max-height: 140px;
  }
  .career-page .we-build .we-build-title {
    font-size: 28px;
  }
  .career-page .we-build .we-build-description {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .career-page .career-hero {
    min-height: auto;
    padding: 60px 0 40px;
    background-position: center;
  }
  .career-page .career-hero .career-hero-content {
    padding: 0;
    flex-direction: column-reverse;
  }
  .career-page .career-hero .career-hero-left {
    padding: 0;
  }
  .career-page .career-hero .career-hero-left .career-hero-title {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 104%;
    margin-bottom: 10px;
  }
  .career-page .career-hero .career-hero-left .career-hero-subtitle {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 35px;
  }
  .career-page .career-hero .career-hero-left .career-hero-description {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 136%;
    margin-bottom: 18px;
  }
  .career-page .career-hero .career-hero-left .career-hero-button {
    min-width: 100%;
    padding: 12px 20px;
    font-size: 14px;
    margin-top: 0;
  }
  .career-page .career-hero .career-hero-right .career-hero-image {
    max-height: 290px;
    width: 100vw;
    left: -20px;
    right: 0;
    top: -20px;
  }
  .career-page .career-hero .career-hero-right .career-hero-image img {
    max-height: 290px;
    object-fit: cover;
  }
}
.career-page .career-benefits {
  background-color: #131E30;
  padding: 80px 0 60px 80px;
  margin-right: 80px;
  position: relative;
}
.career-page .career-benefits .career-benefits-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(4, auto);
  align-items: start;
  column-gap: 80px;
  row-gap: 30px;
}
.career-page .career-benefits .career-benefits-header {
  grid-column: 1/3;
  grid-row: 1/2;
  color: #FFFFFF;
}
.career-page .career-benefits .career-benefits-title {
  color: #FFF;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 20px;
}
.career-page .career-benefits .career-benefits-title span {
  color: #A6B4C8;
}
.career-page .career-benefits .career-benefits-subtitle {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 0;
}
.career-page .career-benefits .career-benefit-item {
  max-width: 320px;
}
.career-page .career-benefits .career-benefit-item .benefit-index {
  color: #A6B4C8;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 18px;
}
.career-page .career-benefits .career-benefit-item .benefit-title {
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 10px;
}
.career-page .career-benefits .career-benefit-item .benefit-text {
  color: #A6B4C8;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.career-page .career-benefits .career-benefits-image {
  grid-column: 3/4;
  grid-row: 1/4;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  top: 0;
  right: 0;
}
.career-page .career-benefits .career-benefits-image img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
}
.career-page .career-benefits .career-benefit-item--01 {
  grid-column: 1/2;
  grid-row: 2/3;
}
.career-page .career-benefits .career-benefit-item--02 {
  grid-column: 2/3;
  grid-row: 2/3;
}
.career-page .career-benefits .career-benefit-item--04 {
  grid-column: 1/2;
  grid-row: 3/4;
}
.career-page .career-benefits .career-benefit-item--03 {
  grid-column: 2/3;
  grid-row: 3/4;
}
.career-page .career-benefits .career-benefit-item--05 {
  grid-column: 1/2;
  grid-row: 4/5;
}
.career-page .career-benefits .career-benefit-item--06 {
  grid-column: 2/3;
  grid-row: 4/5;
}
.career-page .career-benefits .career-benefit-item--07 {
  grid-column: 3/4;
  grid-row: 4/5;
}

.career-page .our-vacancies,
.single-post-page .our-vacancies {
  padding: 80px 0 60px;
}
.career-page .our-vacancies .container,
.single-post-page .our-vacancies .container {
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.career-page .our-vacancies .our-vacancies-header,
.single-post-page .our-vacancies .our-vacancies-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 24px;
}
.career-page .our-vacancies .our-vacancies-title,
.single-post-page .our-vacancies .our-vacancies-title {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.5px;
}
.career-page .our-vacancies .our-vacancies-intro,
.single-post-page .our-vacancies .our-vacancies-intro {
  color: #656565;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
.career-page .our-vacancies .our-vacancies-filters,
.single-post-page .our-vacancies .our-vacancies-filters {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 24px;
}
.career-page .our-vacancies .our-vacancies-filters-label,
.single-post-page .our-vacancies .our-vacancies-filters-label {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.career-page .our-vacancies .our-vacancies-filters-list,
.single-post-page .our-vacancies .our-vacancies-filters-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.career-page .our-vacancies .our-vacancies-filters-select,
.single-post-page .our-vacancies .our-vacancies-filters-select {
  display: none;
}
.career-page .our-vacancies .vacancy-filter,
.single-post-page .our-vacancies .vacancy-filter {
  border: 1px solid #B9BBBE;
  background: #F2F2F2;
  color: #656565;
  padding: 6px 24px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  min-height: 34px;
  min-width: 130px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
}
.career-page .our-vacancies .vacancy-filter.is-active,
.single-post-page .our-vacancies .vacancy-filter.is-active {
  background: #0C395A;
  border-color: #0C395A;
  color: #FFFFFF;
}
.career-page .our-vacancies .our-vacancies-list,
.single-post-page .our-vacancies .our-vacancies-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.career-page .our-vacancies .vacancy-card,
.single-post-page .our-vacancies .vacancy-card {
  display: flex;
  background: #F6F6F6;
  border-radius: 6px;
  padding: 20px;
  min-height: 190px;
}
.career-page .our-vacancies .vacancy-card-left,
.single-post-page .our-vacancies .vacancy-card-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
  border-right: 1px solid #C9CDD2;
  padding-right: 30px;
}
.career-page .our-vacancies .vacancy-card-middle,
.single-post-page .our-vacancies .vacancy-card-middle {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 30%;
  padding-right: 30px;
  padding-left: 30px;
}
.career-page .our-vacancies .vacancy-card-right,
.single-post-page .our-vacancies .vacancy-card-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 40%;
}
.career-page .our-vacancies .vacancy-title,
.single-post-page .our-vacancies .vacancy-title {
  color: #131E30;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
.career-page .our-vacancies .vacancy-tags,
.single-post-page .our-vacancies .vacancy-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.career-page .our-vacancies .vacancy-tag,
.single-post-page .our-vacancies .vacancy-tag {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding: 4px 10px;
  border-radius: 6px;
  background: #ECEFF2;
  color: #5B646B;
}
.career-page .our-vacancies .vacancy-tag--type,
.single-post-page .our-vacancies .vacancy-tag--type {
  background: #0E2B40;
  color: #FFFFFF;
}
.career-page .our-vacancies .vacancy-meta,
.single-post-page .our-vacancies .vacancy-meta {
  font-size: 13px;
  color: #7A8288;
  display: flex;
  gap: 4px;
  margin-top: auto;
}
.career-page .our-vacancies .vacancy-meta .vacancy-date,
.single-post-page .our-vacancies .vacancy-meta .vacancy-date {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.career-page .our-vacancies .vacancy-location,
.single-post-page .our-vacancies .vacancy-location {
  color: #9C9C9C;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.career-page .our-vacancies .vacancy-brief,
.single-post-page .our-vacancies .vacancy-brief {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 0;
}
.career-page .our-vacancies .vacancy-brief p,
.single-post-page .our-vacancies .vacancy-brief p {
  margin-bottom: 0;
}
.career-page .our-vacancies .vacancy-link,
.single-post-page .our-vacancies .vacancy-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 400;
  color: #0E2B40;
  background: #FFFFFF;
  text-decoration: none;
  max-width: fit-content;
}
.career-page .our-vacancies .vacancy-link-arrow,
.single-post-page .our-vacancies .vacancy-link-arrow {
  font-size: 14px;
  line-height: 1;
}
.career-page .our-vacancies .our-vacancies-empty,
.single-post-page .our-vacancies .our-vacancies-empty {
  font-size: 16px;
  color: #5B646B;
}
.career-page .our-vacancies .our-vacancies-load-more,
.single-post-page .our-vacancies .our-vacancies-load-more {
  margin-top: 32px;
  text-align: center;
}
.career-page .our-vacancies .vacancy-load-more,
.single-post-page .our-vacancies .vacancy-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0C395A;
  color: #FFFFFF;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 150%;
  cursor: pointer;
}

.our-vacancies--explore {
  background: #FAFAFA;
}
.our-vacancies--explore .vacancy-card {
  background-color: #FFF !important;
}
.our-vacancies--explore .vacancy-link {
  background-color: #F4F4F4 !important;
}

@media (max-width: 1199px) {
  .career-page .career-benefits .container .career-benefits-content .career-benefits-image img {
    max-width: 300px;
  }
}
@media (max-width: 999px) {
  .career-page .career-benefits {
    padding-bottom: 0 !important;
  }
  .career-page .career-benefits .container .career-benefits-content .career-benefits-image img {
    min-width: 100vw;
    margin-left: -40px;
  }
}
@media (max-width: 999px) {
  .career-page .our-vacancies,
  .single-post-page .our-vacancies {
    padding: 56px 0 64px;
  }
  .career-page .our-vacancies .our-vacancies-header,
  .single-post-page .our-vacancies .our-vacancies-header {
    flex-direction: column;
    gap: 12px;
  }
  .career-page .our-vacancies .our-vacancies-title,
  .single-post-page .our-vacancies .our-vacancies-title {
    font-size: 28px;
  }
  .career-page .our-vacancies .our-vacancies-filters,
  .single-post-page .our-vacancies .our-vacancies-filters {
    align-items: flex-start;
  }
  .career-page .our-vacancies .vacancy-card,
  .single-post-page .our-vacancies .vacancy-card {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .career-page .our-vacancies .vacancy-card-middle,
  .single-post-page .our-vacancies .vacancy-card-middle {
    border-left: 0;
    padding-left: 0;
  }
  .career-page .career-benefits,
  .single-post-page .career-benefits {
    padding: 40px 20px;
    margin-right: 0;
  }
  .career-page .career-benefits .career-benefits-content,
  .single-post-page .career-benefits .career-benefits-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 28px;
  }
  .career-page .career-benefits .career-benefits-header,
  .career-page .career-benefits .career-benefit-item--01,
  .career-page .career-benefits .career-benefit-item--02,
  .career-page .career-benefits .career-benefit-item--03,
  .career-page .career-benefits .career-benefit-item--04,
  .career-page .career-benefits .career-benefit-item--05,
  .career-page .career-benefits .career-benefit-item--06,
  .career-page .career-benefits .career-benefit-item--07,
  .single-post-page .career-benefits .career-benefits-header,
  .single-post-page .career-benefits .career-benefit-item--01,
  .single-post-page .career-benefits .career-benefit-item--02,
  .single-post-page .career-benefits .career-benefit-item--03,
  .single-post-page .career-benefits .career-benefit-item--04,
  .single-post-page .career-benefits .career-benefit-item--05,
  .single-post-page .career-benefits .career-benefit-item--06,
  .single-post-page .career-benefits .career-benefit-item--07 {
    grid-column: 1/-1;
    grid-row: auto;
    max-width: none;
  }
  .career-page .career-benefits .career-benefits-header .benefit-title,
  .career-page .career-benefits .career-benefit-item--01 .benefit-title,
  .career-page .career-benefits .career-benefit-item--02 .benefit-title,
  .career-page .career-benefits .career-benefit-item--03 .benefit-title,
  .career-page .career-benefits .career-benefit-item--04 .benefit-title,
  .career-page .career-benefits .career-benefit-item--05 .benefit-title,
  .career-page .career-benefits .career-benefit-item--06 .benefit-title,
  .career-page .career-benefits .career-benefit-item--07 .benefit-title,
  .single-post-page .career-benefits .career-benefits-header .benefit-title,
  .single-post-page .career-benefits .career-benefit-item--01 .benefit-title,
  .single-post-page .career-benefits .career-benefit-item--02 .benefit-title,
  .single-post-page .career-benefits .career-benefit-item--03 .benefit-title,
  .single-post-page .career-benefits .career-benefit-item--04 .benefit-title,
  .single-post-page .career-benefits .career-benefit-item--05 .benefit-title,
  .single-post-page .career-benefits .career-benefit-item--06 .benefit-title,
  .single-post-page .career-benefits .career-benefit-item--07 .benefit-title {
    font-size: 16px;
  }
  .career-page .career-benefits .career-benefits-header .benefit-text,
  .career-page .career-benefits .career-benefit-item--01 .benefit-text,
  .career-page .career-benefits .career-benefit-item--02 .benefit-text,
  .career-page .career-benefits .career-benefit-item--03 .benefit-text,
  .career-page .career-benefits .career-benefit-item--04 .benefit-text,
  .career-page .career-benefits .career-benefit-item--05 .benefit-text,
  .career-page .career-benefits .career-benefit-item--06 .benefit-text,
  .career-page .career-benefits .career-benefit-item--07 .benefit-text,
  .single-post-page .career-benefits .career-benefits-header .benefit-text,
  .single-post-page .career-benefits .career-benefit-item--01 .benefit-text,
  .single-post-page .career-benefits .career-benefit-item--02 .benefit-text,
  .single-post-page .career-benefits .career-benefit-item--03 .benefit-text,
  .single-post-page .career-benefits .career-benefit-item--04 .benefit-text,
  .single-post-page .career-benefits .career-benefit-item--05 .benefit-text,
  .single-post-page .career-benefits .career-benefit-item--06 .benefit-text,
  .single-post-page .career-benefits .career-benefit-item--07 .benefit-text {
    font-size: 14px;
  }
  .career-page .career-benefits .career-benefits-image,
  .single-post-page .career-benefits .career-benefits-image {
    position: static;
    grid-column: 1/-1;
    grid-row: auto;
    margin-top: 8px;
  }
  .career-page .career-benefits .career-benefits-image img,
  .single-post-page .career-benefits .career-benefits-image img {
    max-width: 100%;
  }
  .career-page .career-benefits .career-benefits-title,
  .single-post-page .career-benefits .career-benefits-title {
    font-size: 24px;
  }
  .career-page .career-benefits .career-benefits-subtitle,
  .single-post-page .career-benefits .career-benefits-subtitle {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .career-page .our-vacancies,
  .single-post-page .our-vacancies {
    padding: 56px 0 64px;
  }
  .career-page .our-vacancies .our-vacancies-filters,
  .single-post-page .our-vacancies .our-vacancies-filters {
    gap: 8px;
  }
  .career-page .our-vacancies .our-vacancies-filters-list,
  .single-post-page .our-vacancies .our-vacancies-filters-list {
    display: none;
  }
  .career-page .our-vacancies .our-vacancies-filters-select,
  .single-post-page .our-vacancies .our-vacancies-filters-select {
    display: block;
    width: 100%;
  }
  .career-page .our-vacancies .vacancy-filter-select,
  .single-post-page .our-vacancies .vacancy-filter-select {
    width: 100%;
    background: #F2F2F2;
    border: 1px solid #B9BBBE;
    border-radius: 6px;
    color: #656565;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 7px 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1L6 6L11 1' stroke='%23656565' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px 8px;
    max-width: fit-content;
  }
  .career-page .our-vacancies .vacancy-card,
  .single-post-page .our-vacancies .vacancy-card {
    flex-direction: column;
    gap: 16px;
  }
  .career-page .our-vacancies .vacancy-card-left,
  .career-page .our-vacancies .vacancy-card-middle,
  .career-page .our-vacancies .vacancy-card-right,
  .single-post-page .our-vacancies .vacancy-card-left,
  .single-post-page .our-vacancies .vacancy-card-middle,
  .single-post-page .our-vacancies .vacancy-card-right {
    width: 100%;
    padding: 0;
    border: 0;
  }
  .career-page .our-vacancies .vacancy-card-left,
  .single-post-page .our-vacancies .vacancy-card-left {
    order: 1;
  }
  .career-page .our-vacancies .vacancy-card-left .vacancy-title,
  .single-post-page .our-vacancies .vacancy-card-left .vacancy-title {
    margin-bottom: 6px;
  }
  .career-page .our-vacancies .vacancy-card-right,
  .single-post-page .our-vacancies .vacancy-card-right {
    order: 2;
    border-top: 1px solid #C9CDD2;
    padding-top: 16px;
  }
  .career-page .our-vacancies .vacancy-card-middle,
  .single-post-page .our-vacancies .vacancy-card-middle {
    order: 3;
  }
  .career-page .our-vacancies .vacancy-meta,
  .single-post-page .our-vacancies .vacancy-meta {
    margin-top: 16px;
  }
}
/**
 * Investments Page Styles
 *
 * @package Wise_Wolves
 * @since 1.0.0
 */
.investments-page {
  background-color: #FFFFFF;
}

/* Hero Section */
.investments-hero {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  margin-top: -104px;
  position: relative;
  padding-bottom: 100px;
}
.investments-hero .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.investments-hero .title-wrapper {
  max-width: fit-content;
  margin-top: 350px;
  margin-bottom: 40px;
}
.investments-hero .investments-main-title {
  color: #FFF;
  font-size: 50px;
  font-weight: 400;
  line-height: 100%;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
.investments-hero .investments-subtitle {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
.investments-hero .hero-bottom-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-top: auto;
}
.investments-hero .hero-button-wrapper {
  width: 100%;
  max-width: 555px;
}
.investments-hero .hero-button-wrapper .ww-btn {
  margin-top: 0;
}
.investments-hero .hero-info-card {
  background-color: #131E30;
  backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 25px 0 18px 12px;
  max-width: 356px;
  position: relative;
}
.investments-hero .hero-info-card::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 11px;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background-color: #fff;
}
.investments-hero .hero-info-card p {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 0;
  border-left: 1px solid #fff;
  padding-left: 20px;
}
.investments-hero .hero-info-card p strong {
  font-weight: 600;
}

/* Mobile styles for investments hero */
@media (max-width: 900px) {
  .investments-hero {
    background-image: url("images/investments-hero-mobile.webp") !important;
    background-position: left center;
    min-height: 100%;
    margin-top: -80px;
    align-items: flex-start;
    padding-bottom: 0;
    margin-bottom: 60px;
  }
  .investments-hero .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    max-height: 650px;
    padding-top: 80px;
  }
  .investments-hero .title-wrapper {
    margin-bottom: 24px;
    padding-top: 510px;
    margin-top: 0;
  }
  .investments-hero .investments-main-title {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 10px;
    max-width: 190px;
  }
  .investments-hero .investments-subtitle {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    max-width: 190px;
  }
  .investments-hero .hero-bottom-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-top: 0;
  }
  .investments-hero .hero-button-wrapper {
    max-width: 100%;
    margin-top: 0;
  }
  .investments-hero .hero-button-wrapper .ww-btn {
    width: 100%;
    max-width: none;
    font-size: 14px;
  }
  .investments-hero .hero-info-card {
    min-width: 100vw;
    margin-left: -20px;
    margin-top: 20px;
    padding: 20px 0 16px 12px;
    border-radius: 0;
    margin-bottom: -60px;
  }
  .investments-hero .hero-info-card::before {
    top: 10px;
    left: 10px;
  }
  .investments-hero .hero-info-card p {
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    line-height: 150%;
  }
}
/* What We Offer Section */
.what-we-offer {
  padding: 80px 0 0;
  background-color: #FFFFFF !important;
}
.what-we-offer .container {
  margin-bottom: 40px;
}

.what-we-offer-title {
  color: #000 !important;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
}
.what-we-offer-title strong {
  color: #BBB;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
}
@media (max-width: 768px) {
  .what-we-offer-title {
    font-size: 32px;
  }
}

.offer-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.offer-item {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: stretch;
  min-height: 200px;
  max-height: 200px;
  position: relative;
  overflow: hidden;
  background-color: #FAFAFA;
}
@media (max-width: 992px) {
  .offer-item {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}

.offer-item-left {
  display: flex;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  min-width: 635px;
}
@media (max-width: 992px) {
  .offer-item-left {
    flex-direction: column;
  }
}

.offer-item-image {
  position: relative;
  flex: 1;
  max-width: 260px;
  min-width: 260px;
  overflow: hidden;
  object-fit: contain;
}
.offer-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  object-position: right;
}
@media (max-width: 992px) {
  .offer-item-image {
    min-width: 100%;
    height: 200px;
  }
}

.offer-item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .offer-item-info {
    min-width: 100%;
    padding: 24px 20px;
  }
}

.offer-item-number {
  color: #131E30;
  text-align: left;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
}
@media (max-width: 768px) {
  .offer-item-number {
    font-size: 32px;
  }
}

.offer-item-title {
  color: #131E30;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  height: 55px;
}
@media (max-width: 768px) {
  .offer-item-title {
    font-size: 16px;
  }
}

.offer-item-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.offer-item-content ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
}
.offer-item-content li {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.offer-item-content li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: inherit;
}
.offer-item-content li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .offer-item-content li {
    font-size: 15px;
  }
}
@media (max-width: 1080px) {
  .offer-item-content li {
    font-size: 14px;
  }
}
@media (max-width: 1080px) {
  .offer-item-content {
    padding-left: 20px;
  }
  .offer-item-content li::before {
    left: 20px;
  }
}

/* Item 01 - White background, image left */
.offer-item--01 .offer-item-left {
  flex-direction: row;
}
.offer-item--01 .offer-item-left .offer-item-info {
  max-width: 250px;
}

/* Item 02 - Light gray, info first then image */
.offer-item--02 .offer-item-left .offer-item-image {
  margin-left: 110px;
}
.offer-item--02 .offer-item-left .offer-item-info {
  max-width: 150px;
}
@media (max-width: 992px) {
  .offer-item--02 .offer-item-left {
    flex-direction: column;
  }
}

/* Item 03 - Dark background */
.offer-item--03 .offer-item-left {
  flex-direction: row-reverse;
  justify-content: left;
  margin-left: 20px;
}
.offer-item--03 .offer-item-left .offer-item-image {
  margin-right: 180px;
}
.offer-item--03 .offer-item-info {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .offer-item--03 .offer-item-left {
    flex-direction: column;
  }
}

/* Item 04 - Light background with world map */
.offer-item--04 .offer-item-left {
  flex-direction: row-reverse;
  justify-content: left;
  margin-left: 20px;
}
.offer-item--04 .offer-item-left .offer-item-image {
  margin-right: 70px;
}
@media (max-width: 992px) {
  .offer-item--04 .offer-item-left {
    flex-direction: column;
  }
}

/* Mobile styles for What We Offer section */
@media (max-width: 992px) {
  .what-we-offer {
    padding: 60px 0 0;
  }
  .what-we-offer .container {
    margin-bottom: 30px;
  }
  .what-we-offer-title {
    font-size: 24px;
  }
  .what-we-offer-title strong {
    font-size: 28px;
  }
  .offer-items {
    gap: 0;
  }
  .offer-item {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    min-height: auto;
    max-height: none;
  }
  .offer-item-left {
    position: relative;
    width: 100%;
    min-width: 100%;
    flex-direction: column !important;
    margin-left: 0 !important;
  }
  .offer-item-image {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    max-height: 160px;
  }
  .offer-item-image picture,
  .offer-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 5px 5px 0 0;
  }
  .offer-item-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    z-index: 5;
  }
  .offer-item-number {
    color: #FFFFFF;
    font-size: 24px;
  }
  .offer-item-title {
    color: #FFFFFF;
    font-size: 14px;
    height: auto;
    max-width: 210px !important;
  }
  .offer-item-content {
    padding: 20px;
    background-color: #FFFFFF;
  }
  .offer-item-content ul {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .offer-item-content li {
    font-size: 12px;
    padding-left: 14px;
    position: relative;
  }
  .offer-item-content li::before {
    left: 0;
  }
  /* Reset item-specific margins for mobile */
  .offer-item--01,
  .offer-item--02,
  .offer-item--03,
  .offer-item--04 {
    background-color: transparent;
  }
  .offer-item--01 .offer-item-left,
  .offer-item--02 .offer-item-left,
  .offer-item--03 .offer-item-left,
  .offer-item--04 .offer-item-left {
    margin-left: 0;
  }
  .offer-item--01 .offer-item-left .offer-item-image,
  .offer-item--02 .offer-item-left .offer-item-image,
  .offer-item--03 .offer-item-left .offer-item-image,
  .offer-item--04 .offer-item-left .offer-item-image {
    margin-left: 0;
    margin-right: 0;
  }
  .offer-item--01 .offer-item-left .offer-item-info,
  .offer-item--02 .offer-item-left .offer-item-info,
  .offer-item--03 .offer-item-left .offer-item-info,
  .offer-item--04 .offer-item-left .offer-item-info {
    margin-left: 0;
  }
  .offer-item--03 .offer-item-content {
    background-color: #FFFFFF;
  }
  .offer-item--03 .offer-item-content li {
    color: #656565;
  }
  .offer-item--04 .offer-item-image img {
    object-fit: cover;
    padding: 0;
  }
}
/* Our Benefits Section */
.our-benefits {
  background-color: #131E30;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .our-benefits {
    padding: 60px 0;
  }
}

.our-benefits-title {
  color: #FFF;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 30px;
}

.benefits-bracket {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  position: relative;
  height: 24px;
  margin-bottom: 24px;
}
.benefits-bracket .bracket-line {
  flex: 1;
  position: relative;
  border-left: 1px solid #A6B4C8;
  border-right: 1px solid #A6B4C8;
  border-top: 1px solid #A6B4C8;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.benefit-card {
  background-color: #192B43;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.benefit-card:nth-child(2)::before, .benefit-card:nth-child(3)::before {
  content: "";
  background-color: #A6B4C8;
  height: 24px;
  width: 1px;
  position: absolute;
  left: 50%;
  transform: translateY(-50%);
  top: -36px;
}

.benefit-card-title {
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.benefit-card-icon {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 24px;
}
.benefit-card-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .benefit-card-icon {
    height: 100px;
    margin-bottom: 20px;
  }
}

.benefit-card-text {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}

/* Mobile styles for Our Benefits section */
@media (max-width: 900px) {
  .our-benefits {
    padding: 40px 0;
  }
  .our-benefits .container {
    position: relative;
  }
  .our-benefits-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .benefits-wrapper {
    position: relative;
  }
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-right: 47px;
  }
  .benefits-bracket {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 37px;
    height: auto;
    display: block;
    margin-bottom: 0;
    border: none;
    border-right: 1px solid #A6B4C8;
    border-top: 1px solid #A6B4C8;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #A6B4C8;
    border-bottom-right-radius: 8px;
  }
  .benefits-bracket .bracket-line {
    display: none;
  }
  .benefit-card {
    padding: 20px;
    background-color: #192B43;
    position: relative;
    /* Remove the desktop pseudo-elements */
  }
  .benefit-card:nth-child(2)::after, .benefit-card:nth-child(3)::after {
    content: "";
    position: absolute;
    right: -47px;
    top: 50%;
    width: 37px;
    height: 1px;
    background-color: #A6B4C8;
  }
  .benefit-card::before {
    display: none;
  }
  .benefit-card-title {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 12px;
  }
  .benefit-card-icon {
    height: 80px;
    margin-bottom: 16px;
  }
  .benefit-card-text {
    font-size: 12px;
    line-height: 160%;
  }
}
/* Wise Wolves Finance Online Cabinet Section */
.ww-finance {
  padding: 40px 0 120px;
  background-color: #FAFAFA;
  position: relative;
  margin-top: 70px;
}
@media (max-width: 992px) {
  .ww-finance {
    padding: 60px 0;
  }
}

.ww-finance-content {
  position: relative;
}

.ww-finance-left {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 0 calc(50vw - 50%);
  padding-right: 50%;
  position: relative;
}
@media (max-width: 992px) {
  .ww-finance-left {
    padding-right: calc(50vw - 50%);
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.ww-finance-title {
  margin-bottom: 30px;
}
.ww-finance-title .title-dark {
  display: block;
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
}
.ww-finance-title .title-light {
  display: block;
  color: #C7C7C7;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
}
@media (max-width: 768px) {
  .ww-finance-title .title-dark,
  .ww-finance-title .title-light {
    font-size: 32px;
  }
}

.ww-finance-info {
  background-color: #131E30;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 30px 20px 80px;
  margin-bottom: 24px;
  width: 53vw;
  max-width: 800px;
}
.ww-finance-info p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  width: 100%;
  max-width: 610px;
}
.ww-finance-info p strong {
  font-weight: 500;
}
@media (max-width: 768px) {
  .ww-finance-info {
    padding: 24px;
  }
  .ww-finance-info p {
    font-size: 14px;
  }
}

.ww-finance-feature {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-left: 80px;
  max-width: 680px;
}
.ww-finance-feature p {
  color: #343434;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.ww-finance-feature p strong {
  font-weight: 500;
}
@media (max-width: 768px) {
  .ww-finance-feature p {
    font-size: 14px;
  }
}

.ww-finance-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.ww-finance-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ww-finance-right {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  pointer-events: none;
}
.ww-finance-right img {
  max-width: 100%;
  height: auto;
  max-height: 460px;
  object-fit: contain;
}

/* Mobile styles for WW Finance section */
@media (max-width: 992px) {
  .ww-finance {
    padding: 40px 0;
    background-color: #FFFFFF;
  }
  .ww-finance-left {
    background-color: transparent;
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .ww-finance-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .ww-finance-title .title-dark {
    font-size: 24px;
  }
  .ww-finance-title .title-light {
    font-size: 24px;
  }
  .ww-finance-info {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 24px 20px;
    margin-bottom: 0;
    border-radius: 0;
  }
  .ww-finance-info p {
    font-size: 12px;
    max-width: 100%;
  }
  .ww-finance-feature {
    padding: 30px 20px;
    max-width: 100%;
    background-color: #FFFFFF;
    align-items: flex-start;
  }
  .ww-finance-feature p {
    font-size: 14px;
  }
  .ww-finance-icon {
    width: 52px;
    height: 52px;
  }
  .ww-finance-right {
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
    justify-content: center;
    padding: 0 20px;
    margin-top: 0;
    pointer-events: auto;
    max-width: 450px;
    margin: 0 auto;
    left: 0;
  }
  .ww-finance-right img {
    max-height: none;
    width: 100%;
  }
}
/* Investment Team Section - uses same styles as our-people page */
.investments-people-team .people-team-featured {
  padding: 70px 0 60px;
  background-image: url("./images/our-people-people-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.investments-people-team .people-team-title {
  color: #FFFFFF;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.5px;
  margin: 0 0 40px 0;
}
.investments-people-team .people-team-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.investments-people-team .people-card {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(218, 218, 218, 0.3);
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
  padding: 20px;
}
.investments-people-team .people-card .people-photo {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 25px;
}
.investments-people-team .people-card .people-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 50%;
}
.investments-people-team .people-card .people-photo.people-photo-placeholder {
  background: linear-gradient(135deg, #e0e0e0 0%, #c5c5c5 100%);
}
.investments-people-team .people-card .people-info .people-name {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 6px;
}
.investments-people-team .people-card .people-info .people-title {
  color: #656565;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 0;
  max-width: 185px;
  min-height: 36px;
}
.investments-people-team .people-card .people-info .people-learn-more {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 3px 10px;
  border-radius: 3px;
  background: #F3F3F3;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: background 0.2s ease, transform 0.2s ease;
  gap: 10px;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.investments-people-team .people-card .people-info .people-learn-more .people-learn-more-text {
  text-align: left;
}
.investments-people-team .people-card .people-info .people-learn-more .people-learn-more-arrow {
  font-size: 20px;
}
.investments-people-team .people-card .people-info .people-learn-more:hover {
  background: #E5E5E5;
  transform: translateY(-1px);
}
.investments-people-team .people-card .people-info .people-linkedin {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  background: #131E30;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.investments-people-team .people-card .people-info .people-linkedin i {
  font-size: 19px;
  color: #fff;
}
.investments-people-team .people-card .people-info .people-linkedin img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
.investments-people-team .people-card .people-info .people-linkedin svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
@media (max-width: 1200px) {
  .investments-people-team .people-team-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .investments-people-team .people-team-featured {
    padding: 40px 0;
  }
  .investments-people-team .people-team-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .investments-people-team .people-team-featured-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* Team Member Modal */
.team-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.team-modal.open {
  opacity: 1;
  visibility: visible;
}

.team-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.team-modal-content {
  position: relative;
  background: #fff;
  border-radius: 6px;
  max-width: 1300px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.team-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 14px;
  height: 14px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  z-index: 2;
  padding: 0;
}
.team-modal-close svg {
  width: 14px;
  height: 14px;
  stroke-width: 2;
}
@media (max-width: 768px) {
  .team-modal-close {
    position: static;
    width: 28px;
    height: 28px;
    grid-column: 3;
    grid-row: 1;
    align-self: flex-start;
    justify-self: end;
  }
  .team-modal-close svg {
    width: 18px;
    height: 18px;
  }
}

.team-modal-body {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 40px;
  gap: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .team-modal-body {
    grid-template-columns: 1fr auto auto;
    padding: 16px;
    gap: 16px;
    align-items: flex-start;
  }
}

.team-modal-left {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  grid-column: 1;
  grid-row: 1;
}
@media (max-width: 768px) {
  .team-modal-left {
    display: grid;
    position: relative;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    gap: 12px;
    text-align: left;
  }
}

.team-modal-photo {
  width: 190px;
  height: 190px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f0f0f0;
}
.team-modal-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .team-modal-photo {
    width: 120px;
    height: 120px;
    border-radius: 0;
    grid-column: 1;
    grid-row: 1;
  }
}

.team-modal-info {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .team-modal-info {
    padding-top: 0;
    padding-right: 0;
    grid-column: 1/-1;
    grid-row: 2;
  }
}

.team-modal-name {
  color: #131E30;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 768px) {
  .team-modal-name {
    font-size: 18px;
    margin-bottom: 4px;
  }
}

.team-modal-title {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 768px) {
  .team-modal-title {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.team-modal-linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #131E30;
  border-radius: 3px;
  color: #fff;
  transition: background 0.2s ease;
  margin-top: 0;
}
.team-modal-linkedin:hover {
  background: #0a66c2;
}
.team-modal-linkedin i {
  font-size: 20px;
}
@media (max-width: 768px) {
  .team-modal-linkedin {
    width: 28px;
    height: 28px;
    margin-top: 0;
    position: absolute;
    left: 132px; /* 120px photo + 12px gap */
    top: 0;
  }
}

.team-modal-right {
  border-left: 1px solid #e5e5e5;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .team-modal-right {
    border-left: none;
    border-top: 1px solid #e5e5e5;
    padding-left: 0;
    padding-top: 16px;
    margin-top: 16px;
    grid-column: 1/-1;
  }
}

.team-modal-bio {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.team-modal-bio p {
  margin: 0 0 1em;
}
.team-modal-bio p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .team-modal-bio {
    font-size: 14px;
    line-height: 150%;
  }
}

/* Testimonials Section */
.testimonials-section {
  padding: 70px 0;
  background: #fff;
  overflow: hidden;
}
.testimonials-section .testimonials-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.testimonials-section .testimonials-header .testimonials-title {
  margin-bottom: 0;
}
.testimonials-section .testimonials-header .testimonials-title .title-dark {
  display: block;
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
}
.testimonials-section .testimonials-header .testimonials-title .title-light {
  display: block;
  color: #C7C7C7;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
}
@media (max-width: 768px) {
  .testimonials-section .testimonials-header .testimonials-title .title-dark,
  .testimonials-section .testimonials-header .testimonials-title .title-light {
    font-size: 24px;
  }
}
.testimonials-section .testimonials-header .testimonials-slider-controls {
  display: flex;
  gap: 10px;
}
.testimonials-section .testimonials-header .testimonials-slider-controls .testimonials-slider-arrow {
  color: #656565;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 26px;
  padding: 10px;
  border-radius: 5px;
  background: #EEE;
  font-size: 16px;
  cursor: pointer;
  border: none;
  transition: background 0.2s ease;
}
.testimonials-section .testimonials-header .testimonials-slider-controls .testimonials-slider-arrow:hover {
  background: #ddd;
}
.testimonials-section .testimonials-slider-container {
  overflow: visible;
  position: relative;
  max-width: 100%;
}
.testimonials-section .testimonials-slider {
  display: flex;
  gap: 30px;
  transition: transform 0.3s ease;
  padding: 10px 0;
  width: 100%;
}
.testimonials-section .testimonial-card {
  flex: 0 0 500px;
  max-width: 500px;
  min-width: 500px;
  background: #FAFAFA;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 30px 60px 30px 20px;
}
.testimonials-section .testimonial-card::before {
  content: '"';
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 106px;
  font-weight: 300;
  color: #e0e0e0;
  line-height: 1;
  font-family: Poppins, serif;
  font-weight: 200;
  font-style: italic;
}
@media (max-width: 768px) {
  .testimonials-section .testimonial-card {
    padding: 20px 50px 20px 20px;
  }
}
.testimonials-section .testimonial-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
.testimonials-section .testimonial-description {
  color: #656565;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 768px) {
  .testimonials-section .testimonial-description {
    font-size: 12px;
  }
}
.testimonials-section .testimonial-author {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #f0f0f0;
  padding: 8px 18px;
  border-radius: 30px;
  align-self: flex-start;
  width: 100%;
}
.testimonials-section .testimonial-author-icon {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  opacity: 0.6;
}
.testimonials-section .testimonial-author-name {
  color: #656565;
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  line-height: 158.7%;
}
.testimonials-section .testimonials-slider-controls--mobile {
  display: none;
}
@media (max-width: 1200px) {
  .testimonials-section .testimonial-card {
    flex: 0 0 400px;
    max-width: 400px;
    min-width: 400px;
  }
}
@media (max-width: 900px) {
  .testimonials-section .testimonial-card {
    flex: 0 0 320px;
    max-width: 320px;
    min-width: 320px;
  }
}
@media (max-width: 768px) {
  .testimonials-section {
    padding: 40px 0;
  }
  .testimonials-section .testimonials-header {
    flex-direction: column;
    gap: 20px;
    align-items: left;
    margin-bottom: 30px;
  }
  .testimonials-section .testimonials-header .testimonials-title {
    font-size: 32px;
    text-align: left;
  }
  .testimonials-section .testimonials-header .testimonials-slider-controls {
    display: none;
  }
  .testimonials-section .testimonials-slider-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .testimonials-section .testimonials-slider {
    gap: 15px;
  }
  .testimonials-section .testimonial-card {
    flex: 0 0 280px;
    max-width: 280px;
    min-width: 280px;
  }
  .testimonials-section .testimonials-slider-controls--mobile {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
  }
  .testimonials-section .testimonials-slider-controls--mobile .testimonials-slider-arrow {
    display: flex;
    width: 75px;
    height: 45px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: #EEE;
    color: #656565;
    font-size: 22px;
    border: none;
    cursor: pointer;
  }
}

/* How to Start Section */
.how-to-start-section {
  padding: 0 0 60px;
  background: #fff;
}

.how-to-start-wrapper {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.how-to-start-left {
  width: 60%;
  background: #131E30;
  border-radius: 10px;
  padding: 50px;
  display: flex;
  flex-direction: column;
}

.how-to-start-title {
  color: #A6B4C8;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 50px;
}
.how-to-start-title span {
  color: #FFF;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  display: block;
}

.how-to-start-steps {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.how-to-start-step {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.step-number {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.step-content {
  width: 100%;
  max-width: 350px;
}

.step-separator {
  width: 100%;
  max-width: 350px;
  height: 1px;
  background: #A6B4C8;
  display: flex;
  align-self: flex-end;
}

.step-title {
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}

.step-description {
  color: #A6B4C8;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}

.how-to-start-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  color: #131E30;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  margin-top: 60px;
  transition: background 0.2s ease;
  max-width: 475px;
}
.how-to-start-btn:hover {
  background: #f0f0f0;
}
.how-to-start-btn .btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-to-start-btn .btn-arrow svg {
  width: 14px;
  height: 14px;
}

.how-to-start-right {
  width: 40%;
  border-radius: 10px;
  overflow: hidden;
}
.how-to-start-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .how-to-start-section {
    padding: 0;
    padding-bottom: 60px;
  }
  .how-to-start-section .container {
    padding: 0;
    max-width: 100%;
  }
  .how-to-start-wrapper {
    flex-direction: column;
    gap: 0;
  }
  .how-to-start-left {
    width: 100%;
    padding: 40px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .how-to-start-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .how-to-start-title span {
    font-size: 32px;
  }
  .how-to-start-steps {
    gap: 0;
  }
  .how-to-start-step {
    flex-direction: column;
    gap: 15px;
  }
  .step-content {
    max-width: 100%;
  }
  .step-separator {
    max-width: 100%;
    margin: 30px 0;
  }
  .how-to-start-btn {
    max-width: 100%;
    margin-top: 40px;
  }
  .how-to-start-right {
    width: 100%;
    height: 400px;
    border-radius: 10px;
  }
  .how-to-start-right img {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .how-to-start-left {
    padding: 30px 20px;
  }
  .how-to-start-title {
    font-size: 24px;
  }
  .how-to-start-title span {
    font-size: 28px;
  }
  .step-number {
    font-size: 18px;
  }
  .step-title {
    font-size: 16px;
  }
  .step-description {
    font-size: 14px;
  }
  .step-separator {
    margin: 25px 0;
  }
  .how-to-start-right {
    max-height: 230px;
  }
}
/* FAQ Section */
.faq-section {
  padding: 80px 0;
  background: #FAFAFA;
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}

.faq-title {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin: 0;
}

.faq-subtitle {
  color: #656565;
  text-align: right;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}

.faq-grid {
  display: flex;
  gap: 20px;
}

.faq-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  color: #343434;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  font-family: inherit;
  gap: 15px;
}
.faq-question span:first-child {
  flex: 1;
}
.faq-question .faq-icon {
  color: #000;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.faq-question.active .faq-icon {
  transform: rotate(45deg);
}
.faq-question:hover, .faq-question.active, .faq-question:focus {
  background-color: #fff;
  color: #343434;
  box-shadow: none;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer-content {
  padding: 0 24px 20px;
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.faq-answer-content p {
  margin: 0;
}
.faq-answer-content p:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .faq-header {
    flex-direction: column;
    gap: 15px;
  }
  .faq-subtitle {
    text-align: left;
  }
  .faq-grid {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .faq-section {
    padding: 60px 0;
  }
  .faq-title {
    font-size: 24px;
  }
  .faq-subtitle {
    font-size: 16px;
  }
  .faq-header {
    margin-bottom: 30px;
  }
  .faq-question {
    padding: 16px 20px;
    font-size: 12px;
  }
  .faq-answer-content {
    padding: 0 20px 16px;
    font-size: 12px;
  }
}
/* Become a Partner Section */
.become-partner-section {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}

.become-partner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.become-partner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.become-partner-section .container {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 80px;
}

.become-partner-content {
  max-width: 650px;
}

.become-partner-title {
  color: #FFF;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin: 0 0 20px;
}

.become-partner-subtitle {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 70px;
}

.become-partner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 24px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  max-width: 475px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.become-partner-btn .btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.become-partner-btn:hover {
  background: #f5f5f5;
}

@media (max-width: 992px) {
  .become-partner-section {
    min-height: 500px;
  }
  .become-partner-title {
    font-size: 24px;
  }
  .become-partner-subtitle {
    font-size: 14px;
    line-height: 140%;
  }
  .become-partner-btn {
    min-width: 100%;
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  .become-partner-section {
    min-height: 520px;
  }
  .become-partner-section .become-partner-bg img {
    object-position: bottom center;
  }
  .become-partner-section .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .become-partner-subtitle {
    margin-bottom: 30px;
  }
}
/* Our Licence Section */
.our-licence-section {
  padding: 80px 0;
  background: #FAFAFA;
}

.licence-title {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin: 0 0 50px;
}

.licence-content {
  display: flex;
  align-items: flex-start;
  gap: 65px;
  margin-bottom: 60px;
}

.licence-left {
  flex: 1;
  max-width: 700px;
}

.licence-description {
  border-left: 1px solid #656565;
  padding-left: 30px;
}
.licence-description p {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.licence-description p strong {
  color: #343434;
  font-weight: 500;
}

.licence-right {
  flex-shrink: 0;
}

.licence-logo {
  width: 277px;
  height: auto;
}

.licence-footer {
  display: flex;
  align-items: flex-start;
  gap: 0;
  padding-top: 40px;
  position: relative;
}

.licence-footer-left {
  flex-shrink: 0;
}

.licence-footer-text {
  color: #656565;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

.licence-footer-line {
  position: relative;
  flex: 1;
  height: 65px;
  margin-left: 10px;
}
.licence-footer-line::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: calc(100% - 19px);
  height: 50%;
  border: 1px solid #d1d1d1;
  border-bottom: none;
  border-left: none;
  border-top-right-radius: 14px;
}
.licence-footer-line::after {
  content: "";
  position: absolute;
  bottom: -68px;
  right: 0;
  width: 20px;
  height: calc(50% + 65px);
  border: 1px solid #d1d1d1;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 14px;
}

.licence-footer-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 16px;
  margin-left: -1px;
  max-width: 570px;
}

.licence-link {
  color: #A4A4A4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.licence-link:hover {
  color: #656565;
}

@media (max-width: 1060px) {
  .licence-content {
    flex-direction: column;
    gap: 20px;
    border-bottom: none;
    margin-bottom: 0;
  }
  .licence-left {
    max-width: 100%;
  }
  .licence-description {
    border-left: none;
    padding-left: 0;
  }
  .licence-footer {
    flex-direction: column;
    gap: 0;
    padding-top: 40px;
  }
  .licence-footer-left {
    position: relative;
  }
  .licence-footer-line {
    display: none;
  }
  .licence-footer-right {
    margin-left: 0;
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 20px;
  }
  .licence-title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .our-licence-section {
    padding: 40px 0;
  }
  .licence-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .licence-description {
    padding-left: 0;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 20px;
  }
  .licence-description p {
    font-size: 14px;
  }
  .licence-logo {
    width: 200px;
  }
  .licence-footer {
    padding-top: 30px;
  }
  .licence-footer-text {
    font-size: 16px;
  }
  .licence-link {
    font-size: 14px;
  }
}
/* Schedule Consultation Section */
.schedule-consultation {
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 30px 0;
  overflow: hidden;
}
.schedule-consultation .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.schedule-consultation-content {
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 30px;
}

.schedule-consultation-left {
  z-index: 1;
  padding: 20px;
  border-radius: 0;
}

.schedule-consultation-title {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 90px;
}
.schedule-consultation-title span {
  color: #A6A6A6;
}

.schedule-consultation-contacts {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.schedule-contact-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.schedule-contact-value {
  color: #656565;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
.schedule-contact-value:hover {
  color: #0A1628;
}

.schedule-contact-label {
  color: #A6A6A6;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.schedule-consultation-right {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}
.schedule-consultation-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

@media (max-width: 1200px) {
  .schedule-consultation-right {
    width: 45%;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (max-width: 992px) {
  .schedule-consultation {
    padding: 60px 0;
    background-image: url("./images/our-people-building-mob.png") !important;
    background-position: right center;
    background-size: cover;
    min-height: 600px;
  }
  .schedule-consultation-content {
    display: block;
  }
  .schedule-consultation-left {
    padding: 0;
  }
  .schedule-consultation-title {
    font-size: 36px;
    margin-bottom: 60px;
  }
  .schedule-contact-item {
    flex-direction: column-reverse;
    gap: 8px;
  }
  .schedule-contact-value {
    font-size: 22px;
  }
  .schedule-contact-label {
    font-size: 20px;
  }
  .schedule-consultation-contacts {
    gap: 40px;
  }
  .schedule-consultation-right {
    display: none;
  }
}
@media (max-width: 768px) {
  .schedule-consultation {
    min-height: 0;
    padding: 40px 0 90px;
  }
  .schedule-consultation-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .schedule-contact-value {
    font-size: 14px;
  }
  .schedule-contact-label {
    font-size: 14px;
  }
}
/* Overview Section */
.investments-overview {
  padding: 100px 0;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .investments-overview {
    padding: 60px 0;
  }
}

.investments-overview-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.investments-overview-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  color: #0A1628;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .investments-overview-title {
    font-size: 28px;
  }
}

.investments-overview-description {
  font-size: 16px;
  line-height: 1.6;
  color: #4A5568;
}

.investments-overview-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .investments-overview-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .investments-overview-cards {
    grid-template-columns: 1fr;
  }
}

.investments-overview-card {
  background: #F7F9FC;
  border-radius: 12px;
  padding: 32px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.investments-overview-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.investments-card-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.investments-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.investments-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #0A1628;
  margin-bottom: 12px;
}

.investments-card-description {
  font-size: 14px;
  line-height: 1.6;
  color: #4A5568;
}

/* Focus Areas Section */
.investments-focus {
  padding: 100px 0;
  background-color: #F7F9FC;
}
@media (max-width: 768px) {
  .investments-focus {
    padding: 60px 0;
  }
}

.investments-focus-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.investments-focus-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  color: #0A1628;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .investments-focus-title {
    font-size: 28px;
  }
}

.investments-focus-subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: #4A5568;
}

.investments-focus-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .investments-focus-grid {
    grid-template-columns: 1fr;
  }
}

.investments-focus-item {
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.investments-focus-image {
  height: 200px;
  overflow: hidden;
}
.investments-focus-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.investments-focus-content {
  padding: 24px;
}

.investments-focus-name {
  font-size: 22px;
  font-weight: 600;
  color: #0A1628;
  margin-bottom: 12px;
}

.investments-focus-text {
  font-size: 14px;
  line-height: 1.6;
  color: #4A5568;
  margin-bottom: 16px;
}

.investments-focus-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #2563EB;
  text-decoration: none;
  transition: color 0.3s ease;
}
.investments-focus-link:hover {
  color: #1D4ED8;
}
.investments-focus-link svg {
  transition: transform 0.3s ease;
}
.investments-focus-link:hover svg {
  transform: translateX(4px);
}

/* Approach Section */
.investments-approach {
  padding: 100px 0;
  background-color: #0A1628;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .investments-approach {
    padding: 60px 0;
  }
}

.investments-approach-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.investments-approach-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .investments-approach-title {
    font-size: 28px;
  }
}

.investments-approach-description {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

.investments-approach-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .investments-approach-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .investments-approach-steps {
    grid-template-columns: 1fr;
  }
}

.investments-approach-step {
  text-align: center;
}

.investments-step-number {
  font-size: 48px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: 16px;
}

.investments-step-title {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.investments-step-description {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

/* Portfolio Section */
.investments-portfolio {
  padding: 100px 0;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .investments-portfolio {
    padding: 60px 0;
  }
}

.investments-portfolio-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.investments-portfolio-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  color: #0A1628;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .investments-portfolio-title {
    font-size: 28px;
  }
}

.investments-portfolio-description {
  font-size: 16px;
  line-height: 1.6;
  color: #4A5568;
}

.investments-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .investments-portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .investments-portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .investments-portfolio-grid {
    grid-template-columns: 1fr;
  }
}

.investments-portfolio-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px;
  background: #F7F9FC;
  border-radius: 12px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.investments-portfolio-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.investments-portfolio-logo {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.investments-portfolio-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.investments-portfolio-name {
  font-size: 16px;
  font-weight: 600;
  color: #0A1628;
  margin-bottom: 8px;
}

.investments-portfolio-category {
  font-size: 12px;
  color: #4A5568;
  padding: 4px 12px;
  background: rgba(37, 99, 235, 0.1);
  border-radius: 20px;
}

/* CTA Section */
.investments-cta {
  padding: 100px 0;
  background-color: #2563EB;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
@media (max-width: 768px) {
  .investments-cta {
    padding: 60px 0;
  }
}

.investments-cta-content {
  max-width: 700px;
  margin: 0 auto;
}

.investments-cta-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .investments-cta-title {
    font-size: 28px;
  }
}

.investments-cta-description {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 32px;
}

.investments-cta-button {
  display: inline-flex;
}

/**
 * Payment Solutions Page Styles
 *
 * @package Wise_Wolves
 * @since 1.0.0
 */
.payment-solutions-page {
  overflow-x: clip;
  background-color: #FFFFFF;
}

/* Hero Section */
.payment-solutions-hero {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #0E2B40;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: -104px;
  overflow: hidden;
  padding: 0 0 120px;
}
.payment-solutions-hero .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.payment-solutions-hero .payment-solutions-hero-content {
  display: flex;
  gap: 0;
  position: relative;
  min-height: 606px;
}
.payment-solutions-hero .payment-solutions-hero-left {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  padding: 180px 40px 60px 0;
}
.payment-solutions-hero .payment-solutions-hero-left .title-wrapper {
  margin-bottom: 24px;
}
.payment-solutions-hero .payment-solutions-hero-left .payment-solutions-hero-title {
  color: #FFF;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 16px;
}
.payment-solutions-hero .payment-solutions-hero-left .hero-bottom-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 480px;
}
.payment-solutions-hero .payment-solutions-hero-left .payment-solutions-hero-description {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 250px;
}
.payment-solutions-hero .payment-solutions-hero-left .hero-button-wrapper {
  width: 100%;
  max-width: 300px;
}
.payment-solutions-hero .payment-solutions-hero-left .hero-button-wrapper .payment-solutions-hero-button {
  margin-top: 0;
  min-width: 300px;
}
.payment-solutions-hero .payment-solutions-hero-right {
  flex: 1;
  position: relative;
  z-index: 1;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  min-height: 606px;
}

/* Mobile styles for payment solutions hero */
@media (max-width: 900px) {
  .payment-solutions-hero {
    background-image: url("images/ps-hero-mob.webp") !important;
    background-position: center top;
    min-height: 720px;
    margin-top: -80px;
    align-items: flex-start;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .payment-solutions-hero .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    max-height: 620px;
    padding-top: 80px;
    margin-top: auto;
  }
  .payment-solutions-hero .payment-solutions-hero-content {
    flex-direction: column;
    min-height: auto;
  }
  .payment-solutions-hero .payment-solutions-hero-left {
    flex: 1;
    padding: 0 0 40px 0;
    width: 100%;
  }
  .payment-solutions-hero .payment-solutions-hero-left .title-wrapper {
    margin-bottom: 12px;
  }
  .payment-solutions-hero .payment-solutions-hero-left .payment-solutions-hero-title {
    font-size: 24px;
    margin-bottom: 0;
  }
  .payment-solutions-hero .payment-solutions-hero-left .payment-solutions-hero-description {
    font-size: 14px;
    margin-bottom: 60px;
  }
  .payment-solutions-hero .payment-solutions-hero-left .hero-button-wrapper {
    max-width: 100%;
  }
  .payment-solutions-hero .payment-solutions-hero-left .hero-button-wrapper .payment-solutions-hero-button {
    width: 100%;
    max-width: none;
    font-size: 14px;
  }
  .payment-solutions-hero .payment-solutions-hero-right {
    display: none;
  }
}
/* Operate Domestically and Internationally Section */
.operate-domestically {
  padding: 60px 0;
  background-color: #FFFFFF;
}
.operate-domestically .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.operate-domestically .operate-domestically-header {
  margin-bottom: 30px;
}
.operate-domestically .operate-domestically-title {
  color: #000;
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
}
.operate-domestically .operate-domestically-title .operate-domestically-subtitle {
  color: #BBB;
  display: block;
}
.operate-domestically .operate-domestically-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.operate-domestically .operate-feature {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0;
  padding: 40px;
  background-color: #FAFAFA;
  width: 100%;
}
.operate-domestically .operate-feature-icon-wrapper {
  flex-shrink: 0;
  background-color: #FFFFFF;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.operate-domestically .operate-feature-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.operate-domestically .operate-feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.operate-domestically .operate-feature-divider {
  width: 1px;
  background-color: #E0E0E0;
  margin: 0 24px;
  align-self: stretch;
  flex-shrink: 0;
}
.operate-domestically .operate-feature-text {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 50px;
  flex: 1;
}
.operate-domestically .operate-feature-title {
  color: #131E30;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  min-width: 270px;
  max-width: 270px;
}
.operate-domestically .operate-feature-description {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

/* Mobile styles for Operate Domestically section */
@media (max-width: 900px) {
  .operate-domestically {
    padding: 40px 0;
  }
  .operate-domestically .operate-domestically-header {
    margin-bottom: 40px;
  }
  .operate-domestically .operate-domestically-title {
    font-size: 24px;
  }
  .operate-domestically .operate-domestically-title .operate-domestically-subtitle {
    font-size: 24px;
    margin-top: 4px;
    display: inline;
  }
  .operate-domestically .operate-domestically-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .operate-domestically .operate-feature {
    flex-direction: column;
    gap: 20px;
    padding: 30px 20px;
  }
  .operate-domestically .operate-feature-icon-wrapper {
    align-self: flex-start;
    width: 100%;
  }
  .operate-domestically .operate-feature-divider {
    display: none;
  }
  .operate-domestically .operate-feature-text {
    flex-direction: column;
    gap: 12px;
    border-top: 1px solid #bbb;
    padding-top: 18px;
  }
  .operate-domestically .operate-feature-title {
    margin: 0;
    color: #131E30;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
  }
  .operate-domestically .operate-feature-description {
    margin: 0;
    font-size: 14px;
  }
  .operate-domestically .operate-feature-icon {
    width: 80px;
    height: 80px;
  }
  .operate-domestically .operate-feature-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .operate-domestically .operate-feature-description {
    font-size: 14px;
  }
}
/* Consider Complex Cases Section */
.consider-complex-cases {
  padding: 0;
  margin-bottom: 60px;
}
.consider-complex-cases .consider-complex-cases-container {
  width: 100%;
  background-color: #FAFAFA;
  padding: 20px 0;
}
.consider-complex-cases .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.consider-complex-cases .consider-complex-cases-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.consider-complex-cases .consider-complex-cases-left {
  padding: 80px 40px 80px 0;
}
.consider-complex-cases .consider-complex-cases-left .consider-complex-cases-title {
  color: #656565;
  font-size: 50px;
  font-weight: 300;
  line-height: 120%;
}
.consider-complex-cases .consider-complex-cases-left .consider-complex-cases-title .consider-complex-cases-highlight {
  color: #000;
  font-weight: 500;
}
.consider-complex-cases .consider-complex-cases-right {
  background-image: url("./images/consider.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  border-radius: 5px;
  overflow: hidden;
}
.consider-complex-cases .consider-complex-cases-right .consider-complex-cases-description {
  color: #656565;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

/* Mobile styles for Consider Complex Cases section */
@media (max-width: 900px) {
  .consider-complex-cases {
    margin-bottom: 0;
  }
  .consider-complex-cases .consider-complex-cases-container {
    padding-bottom: 0;
  }
  .consider-complex-cases .container {
    padding: 0;
  }
  .consider-complex-cases .consider-complex-cases-content {
    grid-template-columns: 1fr;
  }
  .consider-complex-cases .consider-complex-cases-left {
    padding: 40px 20px 20px;
  }
  .consider-complex-cases .consider-complex-cases-left .consider-complex-cases-title {
    font-size: 24px;
  }
  .consider-complex-cases .consider-complex-cases-right {
    padding: 60px 20px;
    min-height: 300px;
  }
  .consider-complex-cases .consider-complex-cases-right .consider-complex-cases-description {
    font-size: 16px;
  }
}
/* What We Offer Section */
.ps-what-we-offer {
  background-color: #131E30;
  padding: 80px 0;
}
.ps-what-we-offer .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.ps-what-we-offer .ps-what-we-offer-title {
  color: #FFF;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 20px;
}
.ps-what-we-offer .ps-what-we-offer-title span {
  color: #A6B4C8;
}
.ps-what-we-offer .what-we-offer-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ps-what-we-offer .what-we-offer-row {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  max-width: 1070px;
}
.ps-what-we-offer .what-we-offer-row.row-2 {
  justify-content: center;
}
.ps-what-we-offer .what-we-offer-row.row-3 {
  justify-content: flex-end;
  max-width: 1150px;
}
@media (max-width: 1139px) {
  .ps-what-we-offer .what-we-offer-row {
    flex-direction: column;
    align-items: center;
  }
}
.ps-what-we-offer .what-we-offer-card {
  background-color: #192B43;
  position: relative;
  padding: 16px;
  display: flex;
  flex-direction: column;
  width: 260px;
  border-radius: 5px;
  flex-shrink: 0;
}
@media (max-width: 1139px) {
  .ps-what-we-offer .what-we-offer-card {
    width: 100%;
  }
}
.ps-what-we-offer .what-we-offer-bullet {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 8px;
  height: 8px;
  background-color: #FFF;
}
.ps-what-we-offer .what-we-offer-icon {
  max-height: 66px;
  display: flex;
  margin-left: auto;
}
.ps-what-we-offer .what-we-offer-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ps-what-we-offer .what-we-offer-text {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  margin-bottom: 0;
}

/* Mobile styles for What We Offer section */
@media (max-width: 1139px) {
  .what-we-offer {
    padding: 60px 0;
  }
  .what-we-offer .what-we-offer-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .what-we-offer .what-we-offer-cards {
    gap: 20px;
  }
  .what-we-offer .what-we-offer-row {
    flex-direction: column;
    align-items: center;
  }
  .what-we-offer .what-we-offer-card {
    width: 100%;
    padding: 18px;
    flex-direction: column;
  }
  .what-we-offer .what-we-offer-icon {
    width: 60px;
    height: 60px;
    margin-bottom: -30px;
  }
  .what-we-offer .what-we-offer-text {
    font-size: 14px;
    margin-bottom: 0;
  }
}
/* Pi-online Section */
.pi-online {
  padding: 70px 0;
  background-color: #FAFAFA;
  background-image: url("images/pi-online.webp");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
.pi-online .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.pi-online .pi-online-content {
  max-width: 50%;
}
.pi-online .pi-online-left .pi-online-title {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 40px;
}
.pi-online .pi-online-left .pi-online-description {
  color: #131E30;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;
}
.pi-online .pi-online-left .pi-online-list {
  list-style: none;
  padding: 0;
  margin: 40px 0 0 0;
}
.pi-online .pi-online-left .pi-online-list li {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 12px;
  padding-left: 16px;
  position: relative;
}
.pi-online .pi-online-left .pi-online-list li::before {
  content: "•";
  color: #656565;
  position: absolute;
  left: 0;
}
.pi-online .pi-online-left .pi-online-list li:last-child {
  margin-bottom: 0;
}
.pi-online .pi-online-right {
  display: none;
}

@media (max-width: 1300px) {
  .pi-online {
    padding: 40px 0;
  }
}
/* Mobile styles for Pi-online section */
@media (max-width: 1200px) {
  .pi-online {
    padding: 60px 0;
    background-image: none;
  }
  .pi-online .pi-online-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    max-width: 100%;
  }
  .pi-online .pi-online-left .pi-online-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .pi-online .pi-online-left .pi-online-description {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .pi-online .pi-online-left .pi-online-list li {
    font-size: 14px;
  }
  .pi-online .pi-online-right {
    display: block;
  }
  .pi-online .pi-online-right img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media (max-width: 900px) {
  .pi-online .pi-online-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .pi-online .pi-online-content br {
    display: none !important;
  }
  .pi-online .pi-online-right img {
    max-width: 400px;
    margin: 0 auto;
  }
}
/* Why Us Section */
.why-us {
  padding: 80px 0;
  background-color: #FFFFFF;
}
.why-us .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.why-us .why-us-top {
  display: flex;
  margin-bottom: 30px;
}
.why-us .why-us-image-wrapper {
  flex: 1;
  position: relative;
  overflow: hidden;
  max-width: 330px;
  border-right: 1px solid #BBB;
  padding-right: 30px;
}
.why-us .why-us-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.why-us .why-us-image-wrapper .why-us-label {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #FFF;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  z-index: 2;
}
.why-us .why-us-headline-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.why-us .why-us-headline {
  margin: 0;
  position: relative;
  z-index: 2;
  color: #131E30;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  max-width: 350px;
  padding: 70px 30px 0 30px;
}
.why-us .why-us-globe {
  position: absolute;
  inset: 0;
  z-index: 1;
  max-width: 350px;
  border-right: 1px solid #BBB;
}
.why-us .why-us-globe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.why-us .why-us-description {
  flex: 1;
  padding: 70px 30px 0 30px;
}
.why-us .why-us-description p {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 160%;
}
.why-us .why-us-description p:last-child {
  margin-bottom: 0;
}
.why-us .why-us-stats {
  display: flex;
  gap: 100px;
  justify-content: flex-start;
  padding-top: 20px;
  border-top: 1px solid #BBB;
}
.why-us .why-us-stat {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex: 1;
}
.why-us .why-us-stat-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.why-us .why-us-stat-icon img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}
.why-us .why-us-stat-content .why-us-stat-number {
  color: #0E2B40;
  font-size: 34px;
  font-weight: 400;
  line-height: 130%;
}
.why-us .why-us-stat-content .why-us-stat-text {
  color: #656565;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

/* Mobile styles for Why Us section */
@media (max-width: 900px) {
  .why-us {
    padding: 60px 0;
  }
  .why-us .why-us-top {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .why-us .why-us-top .why-us-headline-wrapper .why-us-headline {
    padding: 20px 0 0 0;
    margin: 20px 0;
    border-top: 1px solid #BBB;
  }
  .why-us .why-us-top .why-us-headline-wrapper .why-us-globe {
    display: none;
  }
  .why-us .why-us-image-wrapper {
    padding-right: 0;
    border-right: none;
    max-width: 400px;
  }
}
@media (max-width: 900px) and (max-width: 400px) {
  .why-us .why-us-image-wrapper {
    max-height: 250px;
  }
}
@media (max-width: 900px) {
  .why-us .why-us-image-wrapper .why-us-label {
    font-size: 32px;
    bottom: 20px;
    left: 20px;
  }
  .why-us .why-us-headline {
    font-size: 16px;
    padding-top: 20px;
  }
  .why-us .why-us-description {
    padding: 0;
  }
  .why-us .why-us-description p {
    font-size: 14px;
  }
  .why-us .why-us-stats {
    flex-direction: column;
    gap: 30px;
  }
  .why-us .why-us-stat-number {
    font-size: 28px !important;
  }
  .why-us .why-us-stat-text {
    font-size: 14px !important;
  }
}
/* Our Pricing Section */
.experience {
  padding: 70px 0;
  background-color: #fafafa;
  background-image: url("images/experience-bg.webp");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
.experience .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.experience .experience-content {
  max-width: 45%;
}
.experience .experience-title {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 120%;
}
.experience .experience-title span {
  color: #C7C7C7;
}
.experience .experience-image {
  display: none;
}

@media (max-width: 1200px) {
  .experience .experience-title {
    font-size: 38px;
  }
}
@media (max-width: 900px) {
  .experience {
    padding: 0;
    background-image: none;
  }
  .experience .container {
    padding-left: 0;
    padding-right: 0;
  }
  .experience .experience-content {
    max-width: 100%;
    padding: 60px 32px 36px;
  }
  .experience .experience-title {
    font-size: 24px;
    line-height: 120%;
  }
  .experience .experience-title br {
    display: none;
  }
  .experience .experience-image {
    display: block;
  }
  .experience .experience-image img {
    width: 100%;
    height: auto;
    display: block;
  }
}
/* Our Pricing Section */
.our-pricing {
  padding: 80px 0;
  background-color: #FAFAFA;
}
.our-pricing .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.our-pricing .our-pricing-header {
  margin-bottom: 0;
}
.our-pricing .our-pricing-title {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 0;
}
.our-pricing .our-pricing-content {
  margin: 0 auto;
}
.our-pricing .our-pricing-content .our-pricing-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.our-pricing .our-pricing-content .our-pricing-tagline {
  color: #656565;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.our-pricing .our-pricing-content .our-pricing-tabs {
  display: flex;
  gap: 0;
  background-color: #FFF;
  border-radius: 9999px;
  padding: 6px;
  width: fit-content;
  border: 1px solid #BBB;
}
.our-pricing .pricing-tab {
  padding: 8px 24px;
  border: none;
  background-color: #fff;
  color: #656565;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  cursor: pointer;
  border-radius: 9999px;
  transition: all 0.6s ease;
  box-shadow: none;
}
.our-pricing .pricing-tab.is-active {
  background-color: #0C395A;
  color: #F2F2F2;
}
.our-pricing .pricing-tab:hover:not(.is-active) {
  color: #131E30;
}
.our-pricing .our-pricing-content .pricing-table-wrapper {
  width: 100%;
  background-color: #fff;
  padding: 30px;
}
.our-pricing .our-pricing-content .pricing-table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  border: none;
}
.our-pricing .our-pricing-content .pricing-table-wrapper table thead {
  display: none;
}
.our-pricing .our-pricing-content .pricing-table-wrapper table tbody tr {
  border: none;
  display: flex;
  justify-content: space-between;
  padding: 6px 20px;
  margin-bottom: 10px;
}
.our-pricing .our-pricing-content .pricing-table-wrapper table tbody tr td {
  color: #656565;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  border: none;
  padding: 0;
}
.our-pricing .our-pricing-content .pricing-table-wrapper table tbody tr td strong {
  color: red;
  font-weight: 400;
  color: #131E30;
}
.our-pricing .our-pricing-content .pricing-table-wrapper table tbody tr:last-child {
  margin-bottom: 0;
}
.our-pricing .our-pricing-content .pricing-table-wrapper table tbody tr:nth-child(odd) {
  background-color: #FAFAFA;
  border-radius: 2000px;
}

/* Mobile styles for Our Pricing section */
@media (max-width: 900px) {
  .our-pricing {
    padding: 60px 0;
  }
  .our-pricing .our-pricing-header {
    margin-bottom: 10px;
  }
  .our-pricing .our-pricing-content .our-pricing-controls {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
    align-items: start;
  }
  .our-pricing .our-pricing-title {
    font-size: 32px;
  }
  .our-pricing .our-pricing-content .our-pricing-tagline {
    font-size: 18px;
  }
  .our-pricing .our-pricing-content .pricing-tab {
    font-size: 14px;
    padding: 6px 20px;
  }
  .our-pricing .our-pricing-content .pricing-table-wrapper {
    overflow-x: auto;
    padding: 0;
  }
  .our-pricing .our-pricing-content .pricing-table-wrapper table tbody tr {
    flex-direction: column;
    margin-bottom: 0;
    padding: 0;
  }
  .our-pricing .our-pricing-content .pricing-table-wrapper table tbody tr:nth-child(odd) {
    background-color: transparent;
  }
  .our-pricing .our-pricing-content .pricing-table-wrapper table tbody tr:nth-child(odd) td:first-child {
    background-color: #FAFAFA;
    border-radius: 2000px;
  }
  .our-pricing .our-pricing-content .pricing-table-wrapper table tbody tr td {
    padding: 12px 16px;
    font-size: 14px;
  }
  .our-pricing .our-pricing-content .pricing-table-wrapper table tbody tr td strong {
    display: block;
  }
  .our-pricing .our-pricing-content .pricing-table-wrapper table tbody tr td:empty {
    display: none;
  }
}
/* Just One Two Three Section */
.just-one-two-three {
  padding: 60px 0;
  background-color: #131E30;
}
.just-one-two-three .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.just-one-two-three .just-one-two-three-title {
  color: #FFF;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 20px;
}
.just-one-two-three .just-one-two-three-title .just-one-two-three-subtitle {
  color: #A6B4C8;
  font-weight: 300;
}
.just-one-two-three .just-one-two-three-steps {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-top: 40px;
}
.just-one-two-three .just-one-bracket {
  position: absolute;
  top: 0;
  height: 60px;
  border-left: 1px solid #A6B4C8;
  border-top: 1px solid #A6B4C8;
  border-right: 1px solid #A6B4C8;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.just-one-two-three .just-one-bracket::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #A6B4C8;
}
.just-one-two-three .just-one-bracket.just-one-bracket-1 {
  left: 22px !important;
}
.just-one-two-three .just-one-bracket.just-one-bracket-2:after {
  bottom: 20px;
}
.just-one-two-three .just-one-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  position: relative;
  padding: 10px 20px 0;
  background-color: #131E30;
}
.just-one-two-three .just-one-step.middle {
  margin-top: 35px;
}
.just-one-two-three .just-one-step-number {
  color: #A6B4C8;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 10px;
}
.just-one-two-three .just-one-step-description {
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
  margin-bottom: 20px;
}
.just-one-two-three .just-one-step-button {
  margin-top: auto;
  width: 100%;
  max-width: 300px;
  border: 1px solid #BBB;
  background-color: #FFF;
  color: #131E30;
}

/* Mobile styles for Just One Two Three section */
@media (max-width: 900px) {
  .just-one-two-three {
    padding: 40px 0;
  }
  .just-one-two-three .just-one-two-three-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .just-one-two-three .just-one-two-three-title .just-one-two-three-subtitle {
    font-size: 32px;
  }
  .just-one-two-three .just-one-two-three-steps {
    flex-direction: column;
    gap: 0;
    padding-top: 0;
  }
  .just-one-two-three .just-one-step:first-of-type {
    order: 1;
  }
  .just-one-two-three .just-one-bracket-1 {
    order: 2;
  }
  .just-one-two-three .just-one-step.middle {
    order: 3;
  }
  .just-one-two-three .just-one-bracket-2 {
    order: 4;
  }
  .just-one-two-three .just-one-step.last {
    order: 5;
  }
  .just-one-two-three .just-one-step {
    max-width: 100%;
    padding: 0 0 0 40px;
    background-color: transparent;
  }
  .just-one-two-three .just-one-step.middle {
    margin-top: 10px;
  }
  .just-one-two-three .just-one-step.last {
    margin-top: 10px;
  }
  .just-one-two-three .just-one-step .just-one-step-button {
    margin: 10px 0 30px;
  }
  .just-one-two-three .just-one-step:first-of-type {
    position: relative;
    padding-bottom: 10px;
  }
  .just-one-two-three .just-one-step:first-of-type::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    border-left: 1px solid #A6B4C8;
    border-top: 1px solid #A6B4C8;
    border-bottom: 1px solid #A6B4C8;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    pointer-events: none;
  }
  .just-one-two-three .just-one-step:first-of-type::after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #A6B4C8;
    pointer-events: none;
  }
  .just-one-two-three .just-one-bracket {
    display: none !important;
  }
  .just-one-two-three .just-one-bracket-2 {
    position: relative;
    display: block;
    width: 20px;
    height: 60px;
    margin-top: 20px;
    border: none;
    border-radius: 0;
    border-left: 1px solid #A6B4C8;
    border-top: 1px solid #A6B4C8;
    border-bottom: 1px solid #A6B4C8;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .just-one-two-three .just-one-bracket-2::after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: -5px;
    right: auto;
    top: auto;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #A6B4C8;
    border-right: none;
  }
}
/* Our Partners Section */
.our-partners {
  padding: 80px 0;
  background-color: #FFFFFF;
}
.our-partners .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.our-partners .our-partners-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 40px;
}
.our-partners .our-partners-title {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
}
.our-partners .our-partners-tagline {
  color: #656565;
  text-align: right;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
}
.our-partners .our-partners-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.our-partners .our-partners-logo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F5;
  border-radius: 8px;
  padding: 0;
  height: 70px;
}
.our-partners .our-partners-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Mobile styles for Our Partners section */
@media (max-width: 900px) {
  .our-partners {
    padding: 60px 0;
  }
  .our-partners .our-partners-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 0;
  }
  .our-partners .our-partners-title {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .our-partners .our-partners-tagline {
    font-size: 16px;
    text-align: left;
    line-height: 150%;
  }
  .our-partners .our-partners-logos {
    flex-direction: column;
    gap: 12px;
  }
  .our-partners .our-partners-logo {
    flex: 0 0 auto;
    width: 100%;
    height: 70px;
    padding: 0;
  }
}
/* Become a Partner Section */
.become-partner-section {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}

.become-partner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.become-partner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.become-partner-section .container {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 80px;
}

.become-partner-content {
  max-width: 650px;
}

.become-partner-title {
  color: #FFF;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin: 0 0 20px;
}

.become-partner-subtitle {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 70px;
}

.become-partner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 24px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  max-width: 475px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.become-partner-btn .btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.become-partner-btn:hover {
  background: #f5f5f5;
}

@media (max-width: 992px) {
  .become-partner-section {
    min-height: 500px;
  }
  .become-partner-title {
    font-size: 24px;
  }
  .become-partner-subtitle {
    font-size: 14px;
    line-height: 140%;
  }
  .become-partner-btn {
    min-width: 100%;
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  .become-partner-section {
    min-height: 520px;
  }
  .become-partner-section .become-partner-bg img {
    object-position: bottom center;
  }
  .become-partner-section .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .become-partner-subtitle {
    margin-bottom: 30px;
  }
}
/* FAQ Section */
.faq-section {
  padding: 80px 0;
  background: #FAFAFA;
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}

.faq-title {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin: 0;
}

.faq-subtitle {
  color: #656565;
  text-align: right;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}

.faq-grid {
  display: flex;
  gap: 20px;
}

.faq-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  color: #343434;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  font-family: inherit;
  gap: 15px;
}
.faq-question span:first-child {
  flex: 1;
}
.faq-question .faq-icon {
  color: #000;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.faq-question.active .faq-icon {
  transform: rotate(45deg);
}
.faq-question:hover, .faq-question.active, .faq-question:focus {
  background-color: #fff;
  color: #343434;
  box-shadow: none;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer-content {
  padding: 0 24px 20px;
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.faq-answer-content p {
  margin: 0;
}
.faq-answer-content p:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .faq-header {
    flex-direction: column;
    gap: 15px;
  }
  .faq-subtitle {
    text-align: left;
  }
  .faq-grid {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .faq-section {
    padding: 60px 0;
  }
  .faq-title {
    font-size: 24px;
  }
  .faq-subtitle {
    font-size: 16px;
  }
  .faq-header {
    margin-bottom: 30px;
  }
  .faq-question {
    padding: 16px 20px;
    font-size: 12px;
  }
  .faq-answer-content {
    padding: 0 20px 16px;
    font-size: 12px;
  }
}
.payment-join-team {
  position: relative;
  background-image: url("images/join-a-team-bg.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 60px 0;
  margin-top: 50px;
}
.payment-join-team::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 60%);
  pointer-events: none;
}
.payment-join-team .payment-join-content {
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 30px;
}
.payment-join-team .payment-join-left {
  z-index: 1;
}
.payment-join-team .payment-join-left .payment-join-title {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -1.5px;
  margin-bottom: 35px;
}
.payment-join-team .payment-join-left .payment-join-title span {
  color: #B2B2B2;
  display: block;
}
.payment-join-team .payment-join-left .payment-join-description {
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 464px;
  margin-bottom: 280px;
}
.payment-join-team .payment-join-left .payment-join-description strong {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 10px;
  display: block;
}
.payment-join-team .payment-join-left .payment-join-cta {
  max-width: 540px;
}
@media (max-width: 900px) {
  .payment-join-team {
    background-image: url("images/join-a-team-mob.webp");
    padding: 40px 30px 0;
    margin-top: 0;
  }
  .payment-join-team .container {
    padding-left: 0;
    padding-right: 0;
  }
  .payment-join-team .payment-join-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .payment-join-team .payment-join-content .payment-join-left {
    width: 100%;
  }
  .payment-join-team .payment-join-content .payment-join-left .payment-join-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%; /* 26.4px */
    letter-spacing: -1.5px;
    margin-bottom: 10px;
  }
  .payment-join-team .payment-join-content .payment-join-left .payment-join-title p {
    margin-bottom: 10px;
  }
  .payment-join-team .payment-join-content .payment-join-left .payment-join-description {
    color: #656565;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 10px;
  }
  .payment-join-team .payment-join-content .payment-join-left .payment-join-description strong {
    font-size: 16px;
    margin-bottom: 110px;
    max-width: 200px;
  }
  .payment-join-team .payment-join-content .payment-join-left .ww-btn {
    min-width: 100%;
    margin-bottom: 30px;
  }
}

/* Our Licence Section (Payment Solutions) */
.ps-licence-section {
  padding: 80px 0;
  background: #FFFFFF;
}

.ps-licence-title {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin: 0 0 50px;
}

.ps-licence-descriptions {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}

.ps-licence-block {
  border-left: 1px solid #D0D0D0;
  padding-left: 30px;
}
.ps-licence-block p {
  color: #656565;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.ps-licence-block p strong {
  color: #343434;
  font-weight: 500;
}

.ps-licence-footer {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.ps-licence-footer-left {
  width: 40%;
}

.ps-licence-btn a {
  width: 100%;
}

.ps-licence-footer-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ps-licence-link {
  color: #A4A4A4;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.ps-licence-link:hover {
  color: #656565;
}

/* Mobile styles for Our Licence Section (Payment Solutions) */
@media (max-width: 900px) {
  .ps-licence-section {
    padding: 60px 0;
  }
  .ps-licence-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .ps-licence-descriptions {
    gap: 20px;
    margin-bottom: 30px;
  }
  .ps-licence-block {
    padding-left: 20px;
  }
  .ps-licence-block p {
    font-size: 14px;
  }
  .ps-licence-footer {
    flex-direction: column;
    gap: 30px;
  }
  .ps-licence-btn {
    min-width: 100%;
    width: 100%;
  }
  .ps-licence-btn a {
    width: 100%;
  }
  .ps-licence-footer-right {
    gap: 10px;
  }
  .ps-licence-footer-left {
    width: 100%;
  }
  .ps-licence-link {
    font-size: 14px;
  }
}
.partnership-program-page .pp-hero {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: -104px;
  padding-top: 104px;
  overflow: hidden;
}
.partnership-program-page .pp-hero .container {
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.partnership-program-page .pp-hero .pp-hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  z-index: 2;
}
.partnership-program-page .pp-hero .pp-hero-left {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 70px;
}
.partnership-program-page .pp-hero .pp-hero-left .pp-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 40px;
}
.partnership-program-page .pp-hero .pp-hero-left .pp-breadcrumbs a {
  color: #787D82;
  text-decoration: none;
  transition: color 0.3s ease;
}
.partnership-program-page .pp-hero .pp-hero-left .pp-breadcrumbs a:hover {
  color: #0E2B40;
}
.partnership-program-page .pp-hero .pp-hero-left .pp-breadcrumbs .breadcrumb-separator {
  color: #787D82;
}
.partnership-program-page .pp-hero .pp-hero-left .pp-breadcrumbs .breadcrumb-current {
  color: #787D82;
}
.partnership-program-page .pp-hero .pp-hero-left .pp-heading {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 10px;
  margin-top: 80px;
}
.partnership-program-page .pp-hero .pp-hero-left .pp-heading .pp-heading-light {
  color: #B2B2B2;
  font-weight: 300;
  display: block;
}
.partnership-program-page .pp-hero .pp-hero-left .pp-description {
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 433px;
  margin-bottom: 50px;
}
.partnership-program-page .pp-hero .pp-hero-left .pp-description span {
  font-weight: 500;
}
.partnership-program-page .pp-hero .pp-hero-left .pp-mobile-image {
  display: none;
}
.partnership-program-page .pp-hero .pp-hero-left .pp-cta-box {
  background-image: url("./images/stay-tuned-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
  position: relative;
  border-radius: 5px;
  min-width: 920px;
  margin-top: 70px;
}
.partnership-program-page .pp-hero .pp-hero-left .pp-cta-box a {
  max-width: 300px;
}
.partnership-program-page .pp-hero .pp-hero-left .pp-cta-box a.ww-btn-white span {
  color: #0E2B40;
}
.partnership-program-page .pp-hero .pp-hero-left .pp-cta-box a.ww-btn-blue span {
  color: #FFF;
}
.partnership-program-page .pp-hero .pp-hero-left .pp-cta-box a span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 158.7%;
}
.partnership-program-page .pp-hero .pp-hero-left .pp-cta-box .pp-cta-text {
  color: #FFF;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 530px;
  margin-bottom: 25px;
}
.partnership-program-page .pp-hero .pp-hero-left .pp-cta-box .pp-cta-text span {
  font-weight: 500;
}
.partnership-program-page .pp-hero .pp-hero-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  min-width: 800px;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 1;
}

@media (max-width: 1199px) {
  .partnership-program-page .pp-hero .pp-hero-content {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .partnership-program-page .pp-hero .pp-hero-left {
    max-width: 100%;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    /* Mobile order: 1. Image (top) 2. Title 3. CTA (dark section) */
  }
  .partnership-program-page .pp-hero .pp-hero-left .pp-breadcrumbs {
    display: none;
  }
  .partnership-program-page .pp-hero .pp-hero-left .pp-description {
    margin-bottom: 0;
  }
  .partnership-program-page .pp-hero .pp-hero-left .pp-mobile-image {
    order: 1;
    display: block;
    width: 100vw;
    margin: 0 -20px 24px -20px;
    overflow: hidden;
  }
  .partnership-program-page .pp-hero .pp-hero-left .pp-mobile-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .partnership-program-page .pp-hero .pp-hero-left .pp-heading {
    order: 2;
  }
  .partnership-program-page .pp-hero .pp-hero-left .pp-heading .pp-heading-light {
    display: block;
  }
  .partnership-program-page .pp-hero .pp-hero-left .pp-description {
    order: 3;
  }
  .partnership-program-page .pp-hero .pp-hero-left .pp-cta-box {
    order: 4;
    max-width: 100vw;
    clip-path: none;
    min-width: auto;
    margin-left: -20px;
    margin-top: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .partnership-program-page .pp-hero .pp-hero-left .pp-cta-box a.ww-btn-blue {
    background-color: #fff;
    color: #0E2B40;
  }
  .partnership-program-page .pp-hero .pp-hero-left .pp-cta-box a.ww-btn-blue::after {
    background-image: url("./images/btn-arrow-blue.svg");
  }
  .partnership-program-page .pp-hero .pp-hero-left .pp-cta-box a.ww-btn-blue span {
    color: #0E2B40;
  }
  .partnership-program-page .pp-hero .pp-hero-right {
    display: none;
  }
}
@media (max-width: 768px) {
  .partnership-program-page .pp-hero {
    min-height: auto;
    padding: 0;
    margin-top: 0;
  }
  .partnership-program-page .pp-hero .pp-hero-content {
    padding: 0;
  }
  .partnership-program-page .pp-hero .pp-hero-left {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .partnership-program-page .pp-hero .pp-hero-left .pp-breadcrumbs {
    font-size: 14px;
  }
  .partnership-program-page .pp-hero .pp-hero-left .pp-heading {
    font-size: 36px;
    margin-bottom: 24px;
    margin-top: 30px;
  }
  .partnership-program-page .pp-hero .pp-hero-left .pp-description {
    font-size: 18px;
    padding-right: 10px;
  }
  .partnership-program-page .pp-hero .pp-hero-left .pp-mobile-image {
    margin-bottom: 20px;
  }
  .partnership-program-page .pp-hero .pp-hero-left .pp-cta-box {
    padding: 20px 20px 40px;
    align-items: center;
    width: 100vw;
  }
  .partnership-program-page .pp-hero .pp-hero-left .pp-cta-box .pp-cta-text {
    font-size: 16px;
  }
  .partnership-program-page .pp-hero .pp-hero-left .pp-cta-box a.ww-btn-blue {
    width: 100%;
    max-width: 100%;
  }
  .partnership-program-page .pp-hero .pp-hero-left .pp-cta-box .pp-cta-button {
    width: 100%;
    justify-content: center;
  }
  .partnership-program-page .pp-hero .pp-hero-left .pp-cta-box a {
    max-width: 100%;
    width: 100%;
  }
  .partnership-program-page .pp-hero .pp-hero-right {
    height: 300px;
  }
}
.partnership-program-page .pp-how-start {
  background-image: var(--pp-how-start-bg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 42px 0 36px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.partnership-program-page .pp-how-start .pp-how-start-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 12px;
  align-items: stretch;
  min-height: 610px;
}
.partnership-program-page .pp-how-start .pp-how-start-left {
  padding: 8px 0 0;
}
.partnership-program-page .pp-how-start .pp-how-start-title {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 110%;
}
.partnership-program-page .pp-how-start .pp-how-start-title span {
  color: #B2B2B2;
}
.partnership-program-page .pp-how-start .pp-how-start-steps {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 60px;
}
.partnership-program-page .pp-how-start .pp-how-step {
  position: relative;
  background: rgba(247, 247, 247, 0.74);
  border: 1px solid rgba(180, 180, 180, 0.35);
  border-radius: 6px;
  padding: 30px 20px;
}
.partnership-program-page .pp-how-start .pp-how-step h3 {
  color: #656565;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 4px;
}
.partnership-program-page .pp-how-start .pp-how-step p {
  color: #656565;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.partnership-program-page .pp-how-start .pp-how-step-num {
  position: absolute;
  top: -12px;
  left: 18px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(180, 180, 180, 0.55);
  border-radius: 3px;
  background: rgba(247, 247, 247, 0.95);
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
.partnership-program-page .pp-how-start .pp-how-step--1 {
  max-width: 340px;
}
.partnership-program-page .pp-how-start .pp-how-step--2 {
  max-width: 420px;
  margin-left: 40px;
}
.partnership-program-page .pp-how-start .pp-how-step--3 {
  max-width: 520px;
  margin-left: 76px;
}
.partnership-program-page .pp-how-start .pp-how-step--4 {
  max-width: 420px;
  margin-left: 122px;
}
.partnership-program-page .pp-how-start .pp-how-start-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 10px;
  padding-bottom: 12px;
}
.partnership-program-page .pp-how-start .pp-how-start-manager {
  background: rgba(247, 247, 247, 0.92);
  border-radius: 4px;
  padding: 12px 14px;
  width: 275px;
  max-width: 275px;
}
.partnership-program-page .pp-how-start .pp-how-start-manager h3 {
  color: #656565;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}
.partnership-program-page .pp-how-start .pp-how-start-manager p {
  color: #B2B2B2;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
.partnership-program-page .pp-how-start .pp-how-start-right .ww-btn {
  width: 100%;
  max-width: 275px;
  width: 275px;
}
.partnership-program-page .pp-how-start .pp-how-start-right .ww-btn span {
  font-size: 16px;
  font-weight: 400;
  line-height: 158.7%;
}

@media (max-width: 991px) {
  .partnership-program-page .pp-how-start .pp-how-start-inner {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: auto;
  }
  .partnership-program-page .pp-how-start .pp-how-start-right {
    max-width: 420px;
  }
  .partnership-program-page .pp-how-start .pp-how-step--1,
  .partnership-program-page .pp-how-start .pp-how-step--2,
  .partnership-program-page .pp-how-start .pp-how-step--3,
  .partnership-program-page .pp-how-start .pp-how-step--4 {
    max-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .partnership-program-page .pp-how-start {
    padding: 0;
    background: #FAFAFA;
    margin-top: 0;
    margin-bottom: 0;
  }
  .partnership-program-page .pp-how-start .container {
    padding-left: 0;
    padding-right: 0;
  }
  .partnership-program-page .pp-how-start .pp-how-start-inner {
    gap: 0;
  }
  .partnership-program-page .pp-how-start .pp-how-start-left {
    padding: 20px 16px 30px;
  }
  .partnership-program-page .pp-how-start .pp-how-start-title {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
  .partnership-program-page .pp-how-start .pp-how-start-steps {
    gap: 20px;
  }
  .partnership-program-page .pp-how-start .pp-how-step {
    padding: 10px 10px 10px 12px;
    background-color: fff;
    border: 1px solid #dadada;
  }
  .partnership-program-page .pp-how-start .pp-how-step h3 {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .partnership-program-page .pp-how-start .pp-how-step p {
    font-size: 10px;
  }
  .partnership-program-page .pp-how-start .pp-how-step--1,
  .partnership-program-page .pp-how-start .pp-how-step--2,
  .partnership-program-page .pp-how-start .pp-how-step--3,
  .partnership-program-page .pp-how-start .pp-how-step--4 {
    max-width: 100%;
    margin-left: 0;
  }
  .partnership-program-page .pp-how-start .pp-how-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 100%;
    right: -10px;
    width: 10px;
    height: calc(100% + 20px);
    transform: translateY(-35%);
    border: 1px solid rgba(180, 180, 180, 0.35);
    border-left: none;
    border-radius: 0 8px 8px 0;
    background: transparent;
  }
  .partnership-program-page .pp-how-start .pp-how-step-num {
    font-size: 10px;
    height: 18px;
    min-width: 18px;
    top: -9px;
  }
  .partnership-program-page .pp-how-start .pp-how-start-right {
    max-width: 100%;
    width: 100%;
    min-height: 470px;
    padding: 0 16px 14px;
    justify-content: flex-end;
    align-items: stretch;
    gap: 8px;
    background-image: var(--pp-how-start-bg-mobile);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .partnership-program-page .pp-how-start .pp-how-start-manager {
    width: 100%;
    max-width: none;
    padding: 10px 12px;
    border-radius: 8px;
  }
  .partnership-program-page .pp-how-start .pp-how-start-manager h3 {
    font-size: 16px;
  }
  .partnership-program-page .pp-how-start .pp-how-start-manager p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .partnership-program-page .pp-how-start .pp-how-start-right .ww-btn {
    width: 100%;
    max-width: none;
    border-radius: 8px;
    padding: 11px 12px;
  }
}
.partnership-program-page .pp-why-partner {
  background: linear-gradient(180deg, #08152A 0%, #091225 100%);
  padding: 48px 0 42px;
}
.partnership-program-page .pp-why-partner .pp-why-partner-title {
  color: #FFF;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 50px;
}
.partnership-program-page .pp-why-partner .pp-why-partner-title span {
  color: #A6B4C8;
}
.partnership-program-page .pp-why-partner .pp-why-partner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(84px, auto));
  grid-template-areas: "high-value quarterly dedicated" "access quarterly co-branding" "access strong co-branding" "exclusive exclusive exclusive";
  gap: 8px;
}
.partnership-program-page .pp-why-partner .pp-benefit-card {
  position: relative;
  border: 1px solid rgba(149, 169, 199, 0.15);
  border-radius: 10px;
  padding: 18px 18px 54px;
  min-height: 88px;
  background: rgba(8, 21, 42, 0.15);
}
.partnership-program-page .pp-why-partner .pp-benefit-card img {
  position: absolute;
  right: 16px;
  bottom: 14px;
  width: 30px;
  height: 30px;
  object-fit: contain;
  opacity: 0.95;
}
.partnership-program-page .pp-why-partner .pp-benefit-card-text {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
.partnership-program-page .pp-why-partner .pp-benefit-card-text span {
  color: #A6B4C8;
}
.partnership-program-page .pp-why-partner .pp-benefit-card--high-value {
  grid-area: high-value;
}
.partnership-program-page .pp-why-partner .pp-benefit-card--quarterly {
  grid-area: quarterly;
}
.partnership-program-page .pp-why-partner .pp-benefit-card--dedicated {
  grid-area: dedicated;
}
.partnership-program-page .pp-why-partner .pp-benefit-card--access {
  grid-area: access;
}
.partnership-program-page .pp-why-partner .pp-benefit-card--strong {
  grid-area: strong;
}
.partnership-program-page .pp-why-partner .pp-benefit-card--co-branding {
  grid-area: co-branding;
}
.partnership-program-page .pp-why-partner .pp-benefit-card--exclusive {
  grid-area: exclusive;
}
.partnership-program-page .pp-why-partner .pp-benefit-card--high-value {
  grid-row: 1/span 1;
}
.partnership-program-page .pp-why-partner .pp-benefit-card--access {
  grid-row: 2/span 2;
}
.partnership-program-page .pp-why-partner .pp-benefit-card--quarterly {
  grid-row: 1/span 2;
}
.partnership-program-page .pp-why-partner .pp-benefit-card--strong {
  grid-row: 3/span 1;
}
.partnership-program-page .pp-why-partner .pp-benefit-card--dedicated {
  grid-row: 1/span 1;
}
.partnership-program-page .pp-why-partner .pp-benefit-card--co-branding {
  grid-row: 2/span 2;
}
.partnership-program-page .pp-why-partner .pp-benefit-card--exclusive {
  grid-row: 4/span 1;
}

@media (max-width: 1199px) {
  .partnership-program-page .pp-why-partner .pp-why-partner-title {
    font-size: 46px;
    margin-bottom: 26px;
  }
  .partnership-program-page .pp-why-partner .pp-benefit-card-text {
    font-size: 22px;
    line-height: 124%;
    letter-spacing: 0;
  }
}
@media (max-width: 900px) {
  .partnership-program-page .pp-why-partner {
    padding: 36px 0 30px;
  }
  .partnership-program-page .pp-why-partner .pp-why-partner-title {
    font-size: 36px;
    letter-spacing: -0.72px;
  }
  .partnership-program-page .pp-why-partner .pp-why-partner-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "high-value" "access" "quarterly" "strong" "dedicated" "co-branding" "exclusive";
    gap: 10px;
  }
  .partnership-program-page .pp-why-partner .pp-benefit-card--high-value {
    grid-row: auto;
    grid-column: auto;
    grid-area: high-value;
  }
  .partnership-program-page .pp-why-partner .pp-benefit-card--access {
    grid-row: auto;
    grid-column: auto;
    grid-area: access;
  }
  .partnership-program-page .pp-why-partner .pp-benefit-card--quarterly {
    grid-row: auto;
    grid-column: auto;
    grid-area: quarterly;
  }
  .partnership-program-page .pp-why-partner .pp-benefit-card--strong {
    grid-row: auto;
    grid-column: auto;
    grid-area: strong;
  }
  .partnership-program-page .pp-why-partner .pp-benefit-card--dedicated {
    grid-row: auto;
    grid-column: auto;
    grid-area: dedicated;
  }
  .partnership-program-page .pp-why-partner .pp-benefit-card--co-branding {
    grid-row: auto;
    grid-column: auto;
    grid-area: co-branding;
  }
  .partnership-program-page .pp-why-partner .pp-benefit-card--exclusive {
    grid-row: auto;
    grid-column: auto;
    grid-area: exclusive;
  }
  .partnership-program-page .pp-why-partner .pp-benefit-card {
    min-height: 100px;
    padding: 16px 16px 52px;
  }
  .partnership-program-page .pp-why-partner .pp-benefit-card img {
    right: 14px;
    bottom: 12px;
    width: 28px;
    height: 28px;
  }
  .partnership-program-page .pp-why-partner .pp-benefit-card-text {
    font-size: 30px;
    line-height: 116%;
  }
}
@media (max-width: 768px) {
  .partnership-program-page .pp-why-partner .pp-why-partner-title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  .partnership-program-page .pp-why-partner .pp-benefit-card-text {
    font-size: 16px;
    line-height: 125%;
  }
}
.partnership-program-page .pp-audience {
  background: #FFF;
  padding: 72px 0 84px;
}
.partnership-program-page .pp-audience .pp-audience-intro {
  color: #535353;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;
}
.partnership-program-page .pp-audience .pp-audience-intro strong {
  color: #535353;
  font-weight: 600;
}
.partnership-program-page .pp-audience .pp-audience-tabs {
  width: fit-content;
  margin: 0 auto 50px;
  padding: 4px;
  border: 1px solid #CECECE;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #F7F7F7;
  display: flex;
}
.partnership-program-page .pp-audience .pp-audience-tab {
  border: none;
  background: transparent;
  color: #656565;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: none;
}
.partnership-program-page .pp-audience .pp-audience-tab.is-active {
  background: #0E3558;
  color: #F2F2F2;
}
.partnership-program-page .pp-audience .pp-audience-panel {
  display: none;
}
.partnership-program-page .pp-audience .pp-audience-panel.is-active {
  display: block;
}
.partnership-program-page .pp-audience .pp-audience-card {
  display: flex;
  background: #EFEFEF;
  min-height: 165px;
}
.partnership-program-page .pp-audience .pp-audience-image-wrap {
  overflow: hidden;
  max-width: 450px;
}
.partnership-program-page .pp-audience .pp-audience-image-wrap picture {
  display: block;
  width: 100%;
  height: 100%;
}
.partnership-program-page .pp-audience .pp-audience-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: right;
}
.partnership-program-page .pp-audience .pp-audience-content {
  padding: 20px 32px;
}
.partnership-program-page .pp-audience .pp-audience-content--individual {
  display: flex;
  gap: 80px;
  align-items: start;
}
.partnership-program-page .pp-audience .pp-audience-content--individual h3 {
  color: #131E30;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  margin-left: -40px;
}
.partnership-program-page .pp-audience .pp-audience-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.partnership-program-page .pp-audience .pp-audience-list li {
  color: #3E3E3E;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.partnership-program-page .pp-audience .pp-audience-list li::before {
  content: "- ";
}
.partnership-program-page .pp-audience .pp-audience-card--companies {
  min-height: 300px;
}
.partnership-program-page .pp-audience .pp-audience-content--companies h3 {
  color: #131E30;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.partnership-program-page .pp-audience .pp-audience-content--companies h4 {
  margin: 0 0 2px;
  color: #2F2F2F;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.partnership-program-page .pp-audience .pp-company-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 42px;
}
.partnership-program-page .pp-audience .pp-company-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  gap: 18px;
}
.partnership-program-page .pp-audience .pp-company-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
}
.partnership-program-page .pp-audience .pp-company-group .pp-audience-list {
  margin-bottom: 16px;
}

@media (max-width: 900px) {
  .partnership-program-page .pp-audience {
    padding: 44px 0 52px;
  }
  .partnership-program-page .pp-audience .pp-audience-intro {
    text-align: left;
    margin-bottom: 16px;
  }
  .partnership-program-page .pp-audience .pp-audience-tabs {
    margin-bottom: 18px;
  }
  .partnership-program-page .pp-audience .pp-audience-card {
    display: block;
    border-radius: 8px;
    overflow: hidden;
  }
  .partnership-program-page .pp-audience .pp-audience-image-wrap {
    border-radius: 8px 8px 0 0;
    height: 180px;
    max-width: none;
  }
  .partnership-program-page .pp-audience .pp-audience-content {
    padding: 20px;
  }
  .partnership-program-page .pp-audience .pp-audience-content--individual {
    display: block;
    gap: 10px;
  }
  .partnership-program-page .pp-audience .pp-audience-content--individual h3 {
    margin-left: 0;
    margin-bottom: 8px;
  }
  .partnership-program-page .pp-audience .pp-audience-content--companies h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .partnership-program-page .pp-audience .pp-company-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .partnership-program-page .pp-audience .pp-company-left {
    justify-content: flex-start;
    gap: 14px;
  }
}
@media (max-width: 768px) {
  .partnership-program-page .pp-audience .pp-audience-intro {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 30px;
  }
  .partnership-program-page .pp-audience .pp-audience-tabs {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 20px;
    align-items: center;
  }
  .partnership-program-page .pp-audience .pp-audience-tab {
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 13px;
    padding: 12px 14px;
  }
  .partnership-program-page .pp-audience .pp-audience-image-wrap {
    height: 130px;
  }
  .partnership-program-page .pp-audience .pp-audience-list li {
    font-size: 16px;
    line-height: 140%;
  }
  .partnership-program-page .pp-audience .pp-audience-content--individual h3,
  .partnership-program-page .pp-audience .pp-audience-content--companies h3 {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 8px;
  }
  .partnership-program-page .pp-audience .pp-audience-content--companies h4 {
    font-size: 16px;
  }
  .partnership-program-page .pp-audience .pp-audience-content {
    padding: 14px 12px 16px;
  }
}
.partnership-program-page .pp-we-offer {
  background: #F7F7F7;
  padding: 74px 0 90px;
}
.partnership-program-page .pp-we-offer .pp-we-offer-title {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.5px;
  margin-bottom: 12px;
}
.partnership-program-page .pp-we-offer .pp-we-offer-subtitle {
  color: #656565;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
.partnership-program-page .pp-we-offer .pp-we-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}
.partnership-program-page .pp-we-offer .pp-we-offer-contact-note {
  margin: 40px 0 0;
  padding: 0 1rem;
  text-align: center;
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.partnership-program-page .pp-we-offer .pp-offer-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  min-height: 100%;
}
.partnership-program-page .pp-we-offer .pp-offer-hero {
  position: relative;
  padding: 14px;
  min-height: 250px;
  display: flex;
  align-items: flex-end;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 25px 0 rgba(100, 100, 100, 0.1);
  margin-bottom: 30px;
}
.partnership-program-page .pp-we-offer .pp-offer-hero > img {
  position: absolute;
  inset: 14px;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  object-fit: cover;
  border-radius: 8px;
}
.partnership-program-page .pp-we-offer .pp-offer-model-pill {
  position: absolute;
  top: 35px;
  left: 35px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 6px 12px;
  background: #142742;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.48px;
}
.partnership-program-page .pp-we-offer .pp-offer-card--model-2 .pp-offer-model-pill,
.partnership-program-page .pp-we-offer .pp-offer-card--model-3 .pp-offer-model-pill {
  color: #1E2A39;
  background: #F2F2F2;
}
.partnership-program-page .pp-we-offer .pp-offer-name {
  position: relative;
  z-index: 2;
  margin: 0 0 25px 25px;
  color: #FFF;
  font-size: 30px;
  font-weight: 400;
  line-height: 110%;
}
.partnership-program-page .pp-we-offer .pp-offer-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.partnership-program-page .pp-we-offer .pp-offer-section h4 {
  color: #020609;
  background-color: #f1f1f1;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  padding: 6px 20px;
  margin-bottom: 14px;
}
.partnership-program-page .pp-we-offer .pp-offer-section p {
  color: #3E3E3E;
  font-size: 14px;
  font-weight: 400;
  line-height: 146%;
  padding: 0 20px;
}
.partnership-program-page .pp-we-offer .pp-offer-section.first-child {
  min-height: 200px;
}
.partnership-program-page .pp-we-offer .pp-offer-section.second-child {
  min-height: 340px;
}
.partnership-program-page .pp-we-offer .pp-offer-section p + p {
  margin-top: 12px;
}
.partnership-program-page .pp-we-offer .pp-offer-meta {
  margin-top: auto;
  padding: 4px 14px 14px;
}
.partnership-program-page .pp-we-offer .pp-offer-meta-item {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 30px;
  align-items: center;
  border-top: 1px solid #CFCFCF;
  padding: 10px 0;
}
.partnership-program-page .pp-we-offer .pp-offer-meta-item > .img-wrap {
  background-color: #9DAAB5;
  width: 43px;
  height: 43px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partnership-program-page .pp-we-offer .pp-offer-meta-item h5 {
  color: #020609;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}
.partnership-program-page .pp-we-offer .pp-offer-meta-item p {
  color: #3E3E3E;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 0;
}
.partnership-program-page .pp-we-offer .pp-offer-card--model-2 .pp-offer-meta-item > .img-wrap {
  background-color: #131E30;
}

@media (max-width: 1199px) {
  .partnership-program-page .pp-we-offer .pp-we-offer-title {
    font-size: 44px;
  }
  .partnership-program-page .pp-we-offer .pp-we-offer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .partnership-program-page .pp-we-offer {
    padding: 40px 20px;
  }
  .partnership-program-page .pp-we-offer .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .partnership-program-page .pp-we-offer .pp-we-offer-title {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -1.5px;
  }
  .partnership-program-page .pp-we-offer .pp-we-offer-subtitle {
    color: #656565;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }
  .partnership-program-page .pp-we-offer .pp-we-offer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .partnership-program-page .pp-we-offer .pp-we-offer-contact-note {
    margin-top: 32px;
    font-size: 16px;
  }
  .partnership-program-page .pp-we-offer .pp-offer-card {
    border-radius: 12px;
  }
  .partnership-program-page .pp-we-offer .pp-offer-hero {
    min-height: 150px;
    padding: 7px;
  }
  .partnership-program-page .pp-we-offer .pp-offer-hero > img {
    inset: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border-radius: 4px;
  }
  .partnership-program-page .pp-we-offer .pp-offer-model-pill {
    color: #FFF;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    line-height: 158.7%;
    letter-spacing: -0.36px;
    top: 16px;
    left: 16px;
  }
  .partnership-program-page .pp-we-offer .pp-offer-name {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 110%;
    margin: 0 0 10px 10px;
  }
  .partnership-program-page .pp-we-offer .pp-offer-section {
    min-height: 0 !important;
  }
  .partnership-program-page .pp-we-offer .pp-offer-section h4 {
    margin-bottom: 4px;
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
  .partnership-program-page .pp-we-offer .pp-offer-section p {
    font-size: 14px;
    line-height: 130%;
  }
  .partnership-program-page .pp-we-offer .pp-offer-section p + p {
    margin-top: 6px;
  }
  .partnership-program-page .pp-we-offer .pp-offer-meta {
    padding: 2px 9px 8px;
  }
  .partnership-program-page .pp-we-offer .pp-offer-meta-item {
    grid-template-columns: 20px 1fr;
    gap: 7px;
    padding: 6px 0;
    align-items: center;
  }
  .partnership-program-page .pp-we-offer .pp-offer-meta-item > img {
    width: 20px;
    height: 20px;
    background: #9DAAB5;
    border-radius: 3px;
    padding: 3px;
    box-sizing: border-box;
  }
  .partnership-program-page .pp-we-offer .pp-offer-card--model-2 .pp-offer-meta-item > img {
    background: #131E30;
  }
  .partnership-program-page .pp-we-offer .pp-offer-meta-item {
    gap: 40px;
  }
  .partnership-program-page .pp-we-offer .pp-offer-meta-item h5 {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 1px;
  }
  .partnership-program-page .pp-we-offer .pp-offer-meta-item p {
    font-size: 12px;
    line-height: 125%;
  }
}
.partnership-program-page .pp-ww-pp {
  position: relative;
  padding: 80px 0;
  background-image: url("./images/pp-ww-pp-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.partnership-program-page .pp-ww-pp .pp-ww-pp-content {
  max-width: 1380px;
}
.partnership-program-page .pp-ww-pp .pp-ww-pp-title {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.5px;
  margin-bottom: 30px;
}
.partnership-program-page .pp-ww-pp .pp-ww-pp-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(400px, 1.35fr);
  gap: 130px;
  align-items: start;
  margin-bottom: 44px;
}
.partnership-program-page .pp-ww-pp .pp-ww-pp-intro,
.partnership-program-page .pp-ww-pp .pp-ww-pp-body p {
  color: #535353;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
.partnership-program-page .pp-ww-pp .pp-ww-pp-body {
  padding-top: 70px;
}
.partnership-program-page .pp-ww-pp .pp-ww-pp-body p + p {
  margin-top: 28px;
}
.partnership-program-page .pp-ww-pp .pp-ww-pp-body strong {
  color: #535353;
  font-weight: 600;
}
.partnership-program-page .pp-ww-pp .pp-ww-pp-note {
  display: flex;
  align-items: center;
  gap: 0;
  overflow: hidden;
  min-height: 72px;
}
.partnership-program-page .pp-ww-pp .pp-ww-pp-note-icon {
  width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9DAAB5;
  border-radius: 200px;
}
.partnership-program-page .pp-ww-pp .pp-ww-pp-note-icon img {
  width: 42px;
  height: 42px;
}
.partnership-program-page .pp-ww-pp .pp-ww-pp-note-text {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  background: #9DAAB5;
  border-radius: 4px 20px 20px 4px;
  max-width: 520px;
  margin-bottom: 0;
  padding: 15px 20px;
}
.partnership-program-page .pp-ww-pp .pp-ww-pp-note-text strong {
  font-weight: 600;
}

@media (max-width: 1199px) {
  .partnership-program-page .pp-ww-pp {
    padding: 56px 0;
  }
  .partnership-program-page .pp-ww-pp .pp-ww-pp-title {
    font-size: 46px;
  }
  .partnership-program-page .pp-ww-pp .pp-ww-pp-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 34px;
  }
  .partnership-program-page .pp-ww-pp .pp-ww-pp-intro,
  .partnership-program-page .pp-ww-pp .pp-ww-pp-body p {
    font-size: 18px;
    line-height: 125%;
  }
  .partnership-program-page .pp-ww-pp .pp-ww-pp-note {
    width: 100%;
  }
  .partnership-program-page .pp-ww-pp .pp-ww-pp-note-text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .partnership-program-page .pp-ww-pp {
    padding: 40px 0;
    background-image: url("./images/pp-ww-pp-bg-mob.webp");
    background-position: center top;
  }
  .partnership-program-page .pp-ww-pp .pp-ww-pp-title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 22px;
  }
  .partnership-program-page .pp-ww-pp .pp-ww-pp-grid {
    gap: 0;
    margin-bottom: 0;
  }
  .partnership-program-page .pp-ww-pp .pp-ww-pp-intro {
    font-size: 14px;
    line-height: 140%;
  }
  .partnership-program-page .pp-ww-pp .pp-ww-pp-body {
    padding-top: 0;
  }
  .partnership-program-page .pp-ww-pp .pp-ww-pp-body p {
    font-size: 16px;
    line-height: 140%;
  }
  .partnership-program-page .pp-ww-pp .pp-ww-pp-body p + p {
    margin-top: 24px;
  }
  .partnership-program-page .pp-ww-pp .pp-ww-pp-note {
    width: calc(100% + 40px);
    margin-left: -20px;
    border-radius: 0;
    min-height: 84px;
    background: #9DAAB5;
    padding-left: 20px;
    padding-right: 20px;
  }
  .partnership-program-page .pp-ww-pp .pp-ww-pp-note-icon {
    width: 72px;
    height: 84px;
    flex-basis: 72px;
    background: none;
  }
  .partnership-program-page .pp-ww-pp .pp-ww-pp-note-text {
    padding: 14px 16px;
    font-size: 16px;
    line-height: 120%;
    background: none;
  }
}
/**
 * Corporate Services Page Styles
 *
 * @package Wise_Wolves
 * @since 1.0.0
 */
.corporate-services-page {
  background-color: #fff;
}

.corporate-services-hero {
  position: relative;
  margin-top: -90px;
  display: flex;
  align-items: flex-end;
  padding: 110px 0 190px;
  background-image: url("./images/cs-hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.corporate-services-hero .container {
  position: relative;
  z-index: 1;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.corporate-services-hero .corporate-services-hero-content {
  max-width: 950px;
}
.corporate-services-hero .corporate-services-breadcrumbs {
  margin-bottom: 120px;
  font-size: 14px;
}
.corporate-services-hero .corporate-services-breadcrumbs a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.corporate-services-hero .corporate-services-breadcrumbs a:hover {
  color: #fff;
}
.corporate-services-hero .corporate-services-breadcrumbs .breadcrumb-separator {
  color: rgba(255, 255, 255, 0.5);
  margin: 0 6px;
}
.corporate-services-hero .corporate-services-breadcrumbs .breadcrumb-current {
  color: #fff;
}
.corporate-services-hero .corporate-services-hero-title {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  margin-bottom: 30px;
}
.corporate-services-hero .corporate-services-hero-description {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 370px;
}
.corporate-services-hero .corporate-services-hero-cta {
  display: inline-flex;
}

@media (max-width: 900px) {
  .corporate-services-hero {
    min-height: 480px;
    padding: 390px 0 60px;
    align-items: flex-end;
    background-image: url("./images/cs-hero-bg-mob.webp");
    background-position: center center;
  }
  .corporate-services-hero::before {
    background: linear-gradient(180deg, transparent 0%, rgba(14, 43, 64, 0.3) 40%, rgba(14, 43, 64, 0.85) 100%);
  }
  .corporate-services-hero .corporate-services-breadcrumbs {
    display: none;
  }
  .corporate-services-hero .corporate-services-hero-content {
    max-width: 100%;
  }
  .corporate-services-hero .corporate-services-hero-title {
    font-size: 19px;
    line-height: 120%;
    margin-bottom: 16px;
  }
  .corporate-services-hero .corporate-services-hero-description {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.cs-corporate-services {
  padding: 60px 0 80px;
}
.cs-corporate-services .container {
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.cs-corporate-services .cs-corporate-services-intro {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 800px;
}
.cs-corporate-services .cs-corporate-services-intro span {
  color: #808080;
}
@media (max-width: 900px) {
  .cs-corporate-services .cs-corporate-services-intro {
    font-size: 16px;
    margin-bottom: 28px;
  }
}
.cs-corporate-services .cs-mobile-groups {
  display: none;
}
.cs-corporate-services .cs-tabs-wrapper {
  margin-top: 0;
}
.cs-corporate-services .cs-tabs-nav {
  display: flex;
  width: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.cs-corporate-services .cs-tabs-nav .cs-tab-btn {
  flex: 1;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 400;
  border: none;
  cursor: pointer;
  background: #EAEAEA;
  color: #ABABAB;
  border-radius: 4px;
  clip-path: polygon(17px 0, 100% 0, calc(100% - 17px) 100%, 0 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.2s ease, color 0.2s ease;
  min-width: 0;
}
.cs-corporate-services .cs-tabs-nav .cs-tab-btn .cs-tab-chevron {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: -3px;
  flex-shrink: 0;
}
.cs-corporate-services .cs-tabs-nav .cs-tab-btn.is-active {
  background: #1A314A;
  color: #fff;
}
.cs-corporate-services .cs-tabs-nav .cs-tab-btn:hover:not(.is-active) {
  background: #e0e0e0;
  color: #6a6a6a;
}
.cs-corporate-services .cs-tabs-nav .cs-tab-btn:first-child {
  clip-path: polygon(0 0, 100% 0, calc(100% - 17px) 100%, 0 100%);
  border-top-left-radius: 4px;
}
.cs-corporate-services .cs-tabs-nav .cs-tab-btn:last-child {
  clip-path: polygon(17px 0, 100% 0, 100% 100%, 0 100%);
  border-top-right-radius: 4px;
}
.cs-corporate-services .cs-tabs-panels {
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.cs-corporate-services .cs-tab-panel {
  padding: 40px 32px 48px;
  border-radius: 10px;
}
.cs-corporate-services .cs-tab-panel--dark {
  background: #0E2B40;
}
.cs-corporate-services .cs-tab-panel--medium {
  background: #4C7395;
}
.cs-corporate-services .cs-tab-panel--payments {
  background: #809BB3;
}
.cs-corporate-services .cs-tab-panel--accounting {
  background: #A6B4C8;
}
.cs-corporate-services .cs-tab-panel--investor {
  background: #E8E8E8;
}
.cs-corporate-services .cs-tab-panel--investor .cs-card-title,
.cs-corporate-services .cs-tab-panel--investor .cs-card-desc {
  color: #202020 !important;
}
.cs-corporate-services .cs-tab-panel--investor .cs-card-header {
  border-top-color: #202020;
}
.cs-corporate-services .cs-tab-panel--investor .cs-card-sep {
  background: #202020 !important;
}
.cs-corporate-services .cs-tab-panel--investor .cs-card-icon {
  background: #fff;
}
.cs-corporate-services .cs-tab-panel--investor .cs-card-header {
  border-top-color: #202020 !important;
}
.cs-corporate-services .cs-tab-panel--light {
  background: #f0f0f0;
}
.cs-corporate-services .cs-tab-panel--light .cs-card-title,
.cs-corporate-services .cs-tab-panel--light .cs-card-desc {
  color: #1a1a1a;
}
.cs-corporate-services .cs-tab-panel--light .cs-card-sep {
  background: rgba(0, 0, 0, 0.15);
}
.cs-corporate-services .cs-tab-panel--light .cs-card-icon {
  background: #fff;
}
.cs-corporate-services .cs-cards-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px 40px;
}
.cs-corporate-services .cs-cards-row:has(.cs-card:nth-child(2):last-child) {
  max-width: 66.666%;
  grid-template-columns: 1fr 1fr;
}
.cs-corporate-services .cs-card .cs-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #fff;
  padding-top: 16px;
}
.cs-corporate-services .cs-card .cs-card-title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 900px) {
  .cs-corporate-services .cs-card .cs-card-title {
    font-size: 18px;
  }
}
.cs-corporate-services .cs-card .cs-card-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cs-corporate-services .cs-card .cs-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cs-corporate-services .cs-card .cs-card-sep {
  height: 1px;
  background: #fff;
  margin: 70px 0 12px;
}
.cs-corporate-services .cs-card .cs-card-desc {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .cs-corporate-services .cs-card .cs-card-desc {
    font-size: 14px;
  }
}
.cs-corporate-services .cs-tab-panel--light .cs-card-icon img {
  filter: none;
}

@media (max-width: 900px) {
  .cs-corporate-services {
    padding: 40px 0 60px;
  }
  .cs-corporate-services .cs-tabs-wrapper {
    display: none;
  }
  .cs-corporate-services .cs-mobile-groups {
    display: block;
  }
  .cs-corporate-services .cs-mobile-group {
    margin-bottom: 32px;
  }
  .cs-corporate-services .cs-mobile-group:last-child {
    margin-bottom: 0;
  }
  .cs-corporate-services .cs-mobile-group-label {
    display: inline-block;
    background: #e8e8e8;
    color: #3d3d3d;
    font-size: 12px;
    font-weight: 400;
    padding: 6px 24px;
    border-radius: 999px;
    margin-bottom: 16px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
  .cs-corporate-services .cs-mobile-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .cs-corporate-services .cs-mobile-group .cs-card {
    padding: 24px;
    border-radius: 8px;
  }
  .cs-corporate-services .cs-mobile-group--dark .cs-card {
    background: #0E2B40;
  }
  .cs-corporate-services .cs-mobile-group--medium .cs-card {
    background: #5a7a8f;
  }
  .cs-corporate-services .cs-mobile-group--payments .cs-card {
    background: #809BB3;
  }
  .cs-corporate-services .cs-mobile-group--accounting .cs-card {
    background: #A6B4C8;
  }
  .cs-corporate-services .cs-mobile-group--investor .cs-card {
    background: #E8E8E8;
  }
  .cs-corporate-services .cs-mobile-group--investor .cs-card .cs-card-title,
  .cs-corporate-services .cs-mobile-group--investor .cs-card .cs-card-desc {
    color: #202020;
  }
  .cs-corporate-services .cs-mobile-group--investor .cs-card .cs-card-header {
    border-top-color: #202020;
  }
  .cs-corporate-services .cs-mobile-group--investor .cs-card .cs-card-sep {
    background: #202020;
  }
  .cs-corporate-services .cs-mobile-group--investor .cs-card .cs-card-icon {
    background: #fff;
  }
  .cs-corporate-services .cs-mobile-group--light .cs-card {
    background: #f5f5f5;
  }
  .cs-corporate-services .cs-mobile-group--light .cs-card .cs-card-title,
  .cs-corporate-services .cs-mobile-group--light .cs-card .cs-card-desc {
    color: #1a1a1a;
  }
  .cs-corporate-services .cs-mobile-group--light .cs-card .cs-card-sep {
    background: rgba(0, 0, 0, 0.12);
  }
  .cs-corporate-services .cs-mobile-group--light .cs-card .cs-card-icon {
    background: #fff;
  }
}
.tailored-to-you {
  padding: 56px 0 80px;
  background-color: #FAFAFA;
}
.tailored-to-you .container {
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.tailored-to-you .tty-head {
  margin-bottom: 18px;
}
.tailored-to-you .tty-title {
  margin: 0 0 12px;
  line-height: 1;
}
.tailored-to-you .tty-title-main,
.tailored-to-you .tty-title-sub {
  display: block;
}
.tailored-to-you .tty-title-main {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}
.tailored-to-you .tty-title-sub {
  color: #BBB;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}
.tailored-to-you .tty-pill {
  margin: 0;
  height: 36px;
  border-radius: 999px;
  background: #efefef;
  color: #6a6a6a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  max-width: 670px;
}
.tailored-to-you .tty-stage {
  min-height: 640px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  overflow: hidden;
}
.tailored-to-you .tty-grid {
  display: grid;
  grid-template-columns: 320px 320px 1fr 320px;
  grid-template-rows: auto auto auto;
  column-gap: 20px;
  row-gap: 20px;
  min-height: 100%;
}
.tailored-to-you .tty-mobile-image {
  display: none;
}
.tailored-to-you .tty-card {
  position: relative;
  width: 320px;
  max-width: 100%;
  border-radius: 10px;
  padding: 18px 18px 16px;
  min-height: 170px;
  display: flex;
  flex-direction: column;
}
.tailored-to-you .tty-card .tty-card-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 20px;
}
.tailored-to-you .tty-card .tty-card-desc {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.tailored-to-you .tty-card-icon {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  color: #111;
  overflow: hidden;
}
.tailored-to-you .tty-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tailored-to-you .tty-card--dark {
  background: #0E2B40;
  color: #fff;
}
.tailored-to-you .tty-card--blue {
  background: #889cb5;
  color: #fff;
}
.tailored-to-you .tty-card--gray {
  background: #b8b8b8;
  color: #fff;
}
.tailored-to-you .tty-card--light {
  background: #f4f4f4;
  color: #202020;
}
.tailored-to-you .tty-card--light .tty-card-icon {
  background: #202020;
  color: #fff;
}
.tailored-to-you .tty-card--c1r1 {
  grid-column: 1;
  grid-row: 1;
}
.tailored-to-you .tty-card--c1r1 .tty-card-title {
  color: #FFF;
}
.tailored-to-you .tty-card--c1r1 .tty-card-desc {
  color: #FFF;
}
.tailored-to-you .tty-card--c2r1 {
  grid-column: 2;
  grid-row: 1;
}
.tailored-to-you .tty-card--c2r1 .tty-card-title {
  color: #FFF;
}
.tailored-to-you .tty-card--c2r1 .tty-card-desc {
  color: #FFF;
}
.tailored-to-you .tty-card--c1r2 {
  grid-column: 1;
  grid-row: 2;
}
.tailored-to-you .tty-card--c1r2 .tty-card-title {
  color: #303030;
}
.tailored-to-you .tty-card--c1r2 .tty-card-desc {
  color: #303030;
}
.tailored-to-you .tty-card--c3r2 {
  grid-column: 4;
  grid-row: 2;
  margin-top: -40px;
  margin-bottom: 20px;
}
.tailored-to-you .tty-card--c3r2 .tty-card-title {
  color: #FFF;
}
.tailored-to-you .tty-card--c3r2 .tty-card-desc {
  color: #FFF;
}
.tailored-to-you .tty-card--c3r3 {
  grid-column: 4;
  grid-row: 3;
  margin-top: -20px;
}
.tailored-to-you .tty-card--c3r3 .tty-card-title {
  color: #515151;
}
.tailored-to-you .tty-card--c3r3 .tty-card-desc {
  color: #515151;
}

@media (max-width: 900px) {
  .tailored-to-you {
    padding: 24px 0 56px;
  }
  .tailored-to-you .container {
    padding-left: 14px;
    padding-right: 14px;
  }
  .tailored-to-you .tty-title-main,
  .tailored-to-you .tty-title-sub {
    font-size: 24px;
    line-height: 1.1;
  }
  .tailored-to-you .tty-title {
    margin-bottom: 8px;
  }
  .tailored-to-you .tty-pill {
    font-size: 16px;
    height: 22px;
    max-width: 100%;
  }
  .tailored-to-you .tty-stage {
    padding: 0;
    min-height: auto;
    border-radius: 0;
    background-image: none !important;
    overflow: visible;
  }
  .tailored-to-you .tty-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 12px;
  }
  .tailored-to-you .tty-card {
    width: 100%;
    min-height: 0;
    padding: 14px;
    border-radius: 10px;
  }
  .tailored-to-you .tty-card .tty-card-title {
    font-size: 16px;
    line-height: 1.3;
    margin: 0 34px 12px 0;
  }
  .tailored-to-you .tty-card .tty-card-desc {
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 0;
  }
  .tailored-to-you .tty-card-icon {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .tailored-to-you .tty-mobile-image {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    min-height: 138px;
  }
  .tailored-to-you .tty-mobile-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }
  .tailored-to-you .tty-card--c1r1,
  .tailored-to-you .tty-card--c2r1,
  .tailored-to-you .tty-card--c1r2,
  .tailored-to-you .tty-card--c3r2,
  .tailored-to-you .tty-card--c3r3 {
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
  }
}
.personalized-advice {
  padding: 72px 0 90px;
  background-color: #ececec;
  background-image: url("./images/personalized-advice-bg.webp");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  /* Vertical: starts from bottom (Cyprus card) and goes up */
  /* Horizontal: starts at left of USA card and goes left */
}
.personalized-advice .container {
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.personalized-advice .pa-content {
  max-width: 830px;
  position: relative;
  padding-left: 30px;
}
.personalized-advice .pa-lines {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}
.personalized-advice .pa-lines-1 {
  position: absolute;
  left: 0;
  bottom: 170px;
  width: 23px;
  height: 272px;
  display: block;
  object-fit: none;
  object-position: left bottom;
}
.personalized-advice .pa-lines-2 {
  position: absolute;
  right: 69%;
  top: 100px;
  width: 237px;
  height: 1px;
  display: block;
  object-fit: none;
  object-position: right center;
}
.personalized-advice .pa-lines-mob {
  display: none;
}
.personalized-advice .pa-title,
.personalized-advice .pa-cta {
  position: relative;
  z-index: 1;
}
.personalized-advice .pa-title {
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}
.personalized-advice .pa-title-main,
.personalized-advice .pa-title-sub {
  display: block;
  font-size: 56px;
  font-weight: 300;
  line-height: 1;
}
.personalized-advice .pa-title-main {
  color: #000;
}
.personalized-advice .pa-title-sub {
  color: #BBB;
}
.personalized-advice .pa-cards {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-bottom: 28px;
  margin-top: 30px;
  align-items: flex-end;
}
.personalized-advice .pa-card {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 30px 22px 18px;
  max-width: 590px;
  backdrop-filter: blur(1px);
}
.personalized-advice .pa-card--usa {
  max-width: 70%;
}
.personalized-advice .pa-card--uae {
  max-width: 95%;
}
.personalized-advice .pa-card--cyprus {
  max-width: 100%;
}
.personalized-advice .pa-card-label {
  position: absolute;
  top: -16px;
  left: 20px;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #DADADA;
  background: #FAFAFA;
  border-radius: 2px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #545454;
  display: inline-flex;
  align-items: center;
}
.personalized-advice .pa-card-lines {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.personalized-advice .pa-line {
  margin: 0;
  color: #656565;
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
  position: relative;
  padding-left: 22px;
}
.personalized-advice .pa-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}
.personalized-advice .pa-line--location::before {
  width: 8px;
  height: 10px;
  background-image: url("./images/pa-icon-address.svg");
}
.personalized-advice .pa-line--phone::before {
  width: 9px;
  height: 9px;
  background-image: url("./images/pa-icon-phone.svg");
}
.personalized-advice .pa-line--mail::before {
  width: 10px;
  height: 8px;
  background-image: url("./images/pa-icon-mail.svg");
}
.personalized-advice .pa-inline-link {
  margin-top: 14px;
  margin-left: auto;
  width: 170px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #dedede;
  background: #efefef;
  color: #242424;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1;
}
.personalized-advice .pa-mail-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 0;
}
.personalized-advice .pa-card--usa .pa-mail-row {
  margin-top: 0;
}
.personalized-advice .pa-card--usa .pa-line--mail {
  margin: 0;
  flex: 1;
  min-width: 0;
}
.personalized-advice .pa-card--usa .pa-inline-link {
  margin: 0;
  flex-shrink: 0;
  width: auto;
  min-width: 140px;
  padding: 0 14px;
  font-size: 12px;
}
.personalized-advice .pa-cta {
  max-width: 420px;
}
.personalized-advice .pa-cta-icon {
  width: 21px;
  height: 21px;
  border-radius: 2px;
  background: #f5f5f5;
  color: #1a1a1a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 900px) {
  .personalized-advice {
    padding: 32px 0 40px;
    background-image: url("./images/personalized-advice-bg-mob.webp");
    background-position: right center;
    background-size: cover;
  }
  .personalized-advice .container {
    padding-left: 14px;
    padding-right: 14px;
  }
  .personalized-advice .pa-content {
    padding-left: 8px;
  }
  .personalized-advice .pa-lines-1,
  .personalized-advice .pa-lines-2 {
    display: none;
  }
  .personalized-advice .pa-lines-mob {
    display: block;
    position: absolute;
    left: 0;
    top: -80px;
    width: 42px;
    height: 100%;
    max-height: 515px;
    object-fit: none;
    object-position: left bottom;
    pointer-events: none;
  }
  .personalized-advice .pa-title {
    margin-bottom: 14px;
    padding-left: 10px;
  }
  .personalized-advice .pa-title-main,
  .personalized-advice .pa-title-sub {
    font-size: 24px;
    line-height: 100%;
  }
  .personalized-advice .pa-cards {
    gap: 35px;
    margin-bottom: 18px;
  }
  .personalized-advice .pa-card {
    padding: 25px 12px 12px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.74);
  }
  .personalized-advice .pa-card--uae {
    max-width: 95%;
  }
  .personalized-advice .pa-card--cyprus {
    max-width: 95%;
  }
  .personalized-advice .pa-card-label {
    left: 10px;
    top: -13px;
    height: 26px;
    font-size: 16px;
    line-height: 24px;
    padding: 0 10px;
  }
  .personalized-advice .pa-line {
    font-size: 14px;
    line-height: 1.2;
    padding-left: 14px;
  }
  .personalized-advice .pa-line--phone,
  .personalized-advice .pa-line--mail {
    font-size: 12px;
    line-height: 1.3;
  }
  .personalized-advice .pa-inline-link {
    margin-top: 10px;
    width: 146px;
    height: 25px;
    font-size: 8px;
    border-radius: 4px;
  }
  .personalized-advice .pa-card--usa .pa-mail-row {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .personalized-advice .pa-card--usa .pa-inline-link {
    height: 32px;
    padding: 0 12px;
    font-size: 12px;
    width: 100%;
  }
  .personalized-advice .pa-cta-icon {
    width: 15px;
    height: 15px;
    font-size: 12px;
  }
}
/* CS Become a Partner Section (from payment-institution) */
.cs-partner-section {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}

.cs-partner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cs-partner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs-partner-section .container {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 80px;
}

.cs-partner-content {
  max-width: 650px;
}

.cs-partner-title {
  color: #FFF;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin: 0 0 20px;
}

.cs-partner-subtitle {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 70px;
}

.cs-partner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 24px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  max-width: 475px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.cs-partner-btn .btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.cs-partner-btn:hover {
  background: #f5f5f5;
}

@media (max-width: 992px) {
  .cs-partner-section {
    min-height: 500px;
  }
  .cs-partner-title {
    font-size: 24px;
  }
  .cs-partner-subtitle {
    font-size: 14px;
    line-height: 140%;
  }
  .cs-partner-btn {
    min-width: 100%;
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  .cs-partner-section {
    min-height: 520px;
  }
  .cs-partner-section .cs-partner-bg img {
    object-position: bottom center;
  }
  .cs-partner-section .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cs-partner-subtitle {
    margin-bottom: 30px;
  }
}
/**
 * Digital Assets Page Styles
 * Hero matches pp-hero from Partnership Program page.
 *
 * @package Wise_Wolves
 * @since 1.0.0
 */
.digital-assets-page {
  background-color: #fff;
}

.digital-assets-page .da-hero {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: -104px;
  padding-top: 104px;
  overflow: hidden;
}
.digital-assets-page .da-hero .container {
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.digital-assets-page .da-hero .da-hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  z-index: 2;
}
.digital-assets-page .da-hero .da-hero-left {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 70px;
}
.digital-assets-page .da-hero .da-hero-left .da-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 40px;
}
.digital-assets-page .da-hero .da-hero-left .da-breadcrumbs a {
  color: #787d82;
  text-decoration: none;
  transition: color 0.3s ease;
}
.digital-assets-page .da-hero .da-hero-left .da-breadcrumbs a:hover {
  color: #0e2b40;
}
.digital-assets-page .da-hero .da-hero-left .da-breadcrumbs .breadcrumb-separator {
  color: #787d82;
}
.digital-assets-page .da-hero .da-hero-left .da-breadcrumbs .breadcrumb-current {
  color: #787d82;
}
.digital-assets-page .da-hero .da-hero-left .da-heading {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  margin-bottom: 10px;
  margin-top: 80px;
  max-width: 420px;
}
.digital-assets-page .da-hero .da-hero-left .da-heading .da-heading-light {
  color: #b2b2b2;
  font-weight: 300;
  display: block;
}
.digital-assets-page .da-hero .da-hero-left .da-mobile-image {
  display: none;
}
.digital-assets-page .da-hero .da-hero-left .da-description-box {
  background-color: #91A5B9;
  border-radius: 5px;
  padding: 30px;
  margin-top: 24px;
  margin-bottom: 0;
  width: 100vw;
}
.digital-assets-page .da-hero .da-hero-left .da-description-box .da-description-text {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  max-width: 620px;
}
.digital-assets-page .da-hero .da-hero-left .da-description-box .da-description-text span {
  font-weight: 500;
}
.digital-assets-page .da-hero .da-hero-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  min-width: 800px;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  padding: 0 40px 70px;
}
.digital-assets-page .da-hero .da-hero-right .da-cta-btn {
  display: inline-flex;
  margin-bottom: 40px;
  margin-left: 150px;
  width: 100vw;
  max-width: 550px;
}
.digital-assets-page .da-hero .da-hero-right .da-cta-btn span {
  color: #0e2b40;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 158.7%;
}

@media (max-width: 1199px) {
  .digital-assets-page .da-hero {
    /* Button overlaid on hero image (top ~35%), then heading on white, then description */
  }
  .digital-assets-page .da-hero .da-hero-content {
    grid-template-columns: 1fr;
    gap: 0;
    position: relative;
  }
  .digital-assets-page .da-hero .da-hero-left {
    max-width: 100%;
    padding-top: 0;
    display: flex;
    flex-direction: column;
  }
  .digital-assets-page .da-hero .da-hero-left .da-breadcrumbs {
    display: none;
  }
  .digital-assets-page .da-hero .da-hero-left .da-mobile-image {
    order: 1;
    display: block;
    width: 100vw;
    margin: 0 -20px 0 -20px;
    overflow: hidden;
  }
  .digital-assets-page .da-hero .da-hero-left .da-mobile-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .digital-assets-page .da-hero .da-hero-left .da-heading {
    order: 2;
    background-color: #fff;
    padding: 24px 20px 20px;
    margin: 0 -20px 0 -20px;
  }
  .digital-assets-page .da-hero .da-hero-left .da-heading .da-heading-light {
    display: block;
  }
  .digital-assets-page .da-hero .da-hero-left .da-description-box {
    order: 3;
    max-width: 100%;
    margin: 0 -20px 0 -20px;
  }
  .digital-assets-page .da-hero .da-hero-right {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 38%;
    min-height: 180px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 20px 24px;
    background: none !important;
    pointer-events: none;
  }
  .digital-assets-page .da-hero .da-hero-right .da-cta-btn {
    max-width: 100%;
    pointer-events: auto;
  }
}
@media (max-width: 768px) {
  .digital-assets-page .da-hero {
    min-height: auto;
    padding: 0;
    margin-top: -65px;
  }
  .digital-assets-page .da-hero .da-hero-content {
    padding: 0;
  }
  .digital-assets-page .da-hero .da-hero-left {
    margin-top: 0;
    margin-bottom: 0;
  }
  .digital-assets-page .da-hero .da-hero-left .da-breadcrumbs {
    font-size: 14px;
  }
  .digital-assets-page .da-hero .da-hero-left .da-heading {
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
    padding: 20px 20px 16px;
  }
  .digital-assets-page .da-hero .da-hero-left .da-mobile-image {
    margin-bottom: 0;
  }
  .digital-assets-page .da-hero .da-hero-left .da-description-box {
    padding: 24px 20px;
    border-radius: 0;
    margin: 0;
    width: 100vw;
    margin-left: -20px;
    max-width: 100vw;
  }
  .digital-assets-page .da-hero .da-hero-left .da-description-box .da-description-text {
    font-size: 14px;
    line-height: 150%;
  }
  .digital-assets-page .da-hero .da-hero-right {
    height: 330px;
    min-height: 160px;
    padding: 0 20px 20px;
    justify-content: center;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  .digital-assets-page .da-hero .da-hero-right .da-cta-btn {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    margin: 0;
  }
}
.governance-driven {
  padding: 0;
}
.governance-driven .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.governance-driven .gd-left,
.governance-driven .gd-right {
  min-height: 430px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.governance-driven .gd-left {
  display: flex;
  align-items: flex-start;
}
.governance-driven .gd-left-content {
  max-width: 620px;
  padding: 48px 42px;
}
.governance-driven .gd-title {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 126%;
  margin-bottom: 20px;
}
.governance-driven .gd-description {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.governance-driven .gd-description strong {
  font-weight: 500;
}
.governance-driven .gd-right {
  position: relative;
}
.governance-driven .gd-points {
  position: absolute;
  inset: 0;
}
.governance-driven .gd-point {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.governance-driven .gd-point .gd-point-icon-wrap {
  display: block;
}
.governance-driven .gd-point .gd-point-icon-wrap .gd-point-icon {
  display: block;
  max-width: 110px;
  height: auto;
}
.governance-driven .gd-point .gd-point-label-wrap {
  display: block;
}
.governance-driven .gd-point .gd-point-label {
  margin-top: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
}
.governance-driven .gd-point-line {
  position: absolute;
  display: block;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}
.governance-driven .gd-point-line--human {
  left: 154px;
  top: 80px;
  width: 165px;
}
.governance-driven .gd-point-line--security {
  left: 389px;
  top: 160px;
  width: 102px;
}
.governance-driven .gd-point-line-mob {
  display: none;
}
.governance-driven .gd-point--human {
  top: 48px;
  left: 34px;
}
.governance-driven .gd-point--human .gd-point-icon {
  width: 255px;
}
.governance-driven .gd-point--security {
  top: 112px;
  left: 254px;
}
.governance-driven .gd-point--security .gd-point-icon {
  width: 242px;
}
.governance-driven .gd-point--institutional {
  left: 405px;
  bottom: 58px;
}
.governance-driven .gd-point--institutional .gd-point-icon {
  width: 230px;
}

@media (max-width: 1200px) {
  .governance-driven .container {
    grid-template-columns: 1fr;
  }
  .governance-driven .gd-left,
  .governance-driven .gd-right {
    min-height: 380px;
  }
}
@media (max-width: 768px) {
  .governance-driven {
    padding: 0;
  }
  .governance-driven .container {
    gap: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .governance-driven .gd-left,
  .governance-driven .gd-right {
    min-height: 0;
    border-radius: 0;
  }
  .governance-driven .gd-left {
    background-image: url("./images/digital-assets/gd-left-mob.webp") !important;
    background-size: cover;
    background-position: center;
  }
  .governance-driven .gd-left .gd-left-content {
    padding: 32px 20px 36px;
  }
  .governance-driven .gd-left .gd-title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 126%;
  }
  .governance-driven .gd-left .gd-description {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  .governance-driven .gd-right {
    background-image: url("./images/digital-assets/gd-right-mob.webp") !important;
    min-height: 0;
    padding: 48px 20px 56px;
    background-size: cover;
    background-position: center;
  }
  .governance-driven .gd-points {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .governance-driven .gd-point {
    position: static;
    align-items: center;
    margin-bottom: 0;
  }
  .governance-driven .gd-point .gd-point-icon-wrap .gd-point-icon {
    width: 80px;
    max-width: none;
  }
  .governance-driven .gd-point .gd-point-label-wrap {
    text-align: center;
  }
  .governance-driven .gd-point .gd-point-label {
    font-size: 16px;
    margin-top: 8px;
  }
  .governance-driven .gd-point--human {
    order: 1;
    margin-bottom: 0;
    margin-left: -40%;
  }
  .governance-driven .gd-point--security {
    order: 2;
    margin-bottom: 0;
  }
  .governance-driven .gd-point--institutional {
    order: 3;
    margin-right: -40%;
  }
  .governance-driven .gd-point-line--human,
  .governance-driven .gd-point-line--security {
    display: none !important;
  }
  .governance-driven .gd-point .gd-point-line-mob {
    display: block !important;
    position: absolute;
    width: 55px;
    pointer-events: none;
  }
  .governance-driven .gd-point-line-mob--1 {
    top: 280px;
  }
  .governance-driven .gd-point-line-mob--2 {
    top: 150px;
  }
}
.tria-solutions {
  padding: 60px 0 80px;
}

.tria-solutions-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  max-width: 1360px;
}

.tria-solutions-left {
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  min-height: 465px;
  padding: 24px 0;
}
.tria-solutions-left .tria-solutions-heading {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  color: #000;
  margin: 0 0 40px 0;
}
.tria-solutions-left .tria-solutions-heading-sub {
  color: #bbb;
  display: block;
}

.tria-solutions-right .tria-solutions-title {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  color: #000;
  margin: 0 0 24px 0;
}
.tria-solutions-right .tria-solutions-title-num {
  color: #cdcdcd;
}
.tria-solutions-right .tria-solutions-description {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #656565;
  margin: 0 0 32px 0;
  max-width: 620px;
}
.tria-solutions-right .tria-solutions-desc-highlight {
  color: #000;
}
.tria-solutions-right .tria-solutions-pills {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 130px;
}
.tria-solutions-right .tria-solutions-pills::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: #d8dce3;
  transform: translateX(-50%);
}
.tria-solutions-right .tria-solutions-pill-cell .tria-solutions-pill-desc {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #656565;
  margin: 12px 0 0 0;
  max-width: 289px;
}
.tria-solutions-right .tria-solutions-pill {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  height: 32px;
  padding: 10px 20px;
  border-radius: 2000px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  border: none;
  cursor: pointer;
  background-color: #d1d9e5;
  color: #40587c;
  width: 100%;
}
.tria-solutions-right .tria-solutions-pill.is-active {
  background-color: #0e2b40;
  color: #fff;
}
.tria-solutions-right .tria-solutions-pill .tria-solutions-pill-icon {
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .tria-solutions-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .tria-solutions-left {
    min-height: 380px;
  }
}
@media (max-width: 768px) {
  .tria-solutions {
    padding: 40px 0 56px;
  }
  .tria-solutions-container {
    gap: 24px;
  }
  .tria-solutions-left .tria-solutions-heading {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .tria-solutions-right .tria-solutions-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .tria-solutions-right .tria-solutions-description {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .tria-solutions-pills {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px;
  }
  .tria-solutions-pills::before {
    display: none;
  }
  .tria-solutions-right .tria-solutions-pill-cell .tria-solutions-pill-desc {
    font-size: 16px;
    max-width: 100%;
  }
  .tria-solutions-left {
    min-height: 310px;
  }
}
.tria-investments {
  background-color: #fafafa;
  padding: 60px 0 80px;
}

.tria-investments-container {
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.tria-investments-header {
  display: flex;
  gap: 30px;
}

.tria-investments-title {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  color: #000;
  margin: 0 0 24px 0;
}

.tria-investments-title-num {
  color: #cdcdcd;
}

.tria-investments-intro {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #656565;
  margin: 0 0 48px 0;
  max-width: 900px;
}
.tria-investments-intro strong {
  font-weight: 600;
  color: #000;
}

.tria-investments-cards {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0 40px;
  align-items: start;
  margin-bottom: 48px;
}

.tria-investments-card .tria-investments-card-icon {
  margin-bottom: 20px;
}
.tria-investments-card .tria-investments-card-icon img {
  display: block;
  width: auto;
  height: 140px;
  object-fit: contain;
}
.tria-investments-card .tria-investments-card-title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  margin: 0 0 12px 0;
}
.tria-investments-card .tria-investments-card-new {
  font-weight: 400;
  color: #999;
}
.tria-investments-card .tria-investments-card-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #656565;
}
.tria-investments-card .tria-investments-card-list li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 6px;
}
.tria-investments-card .tria-investments-card-list li::before {
  content: "-";
  position: absolute;
  left: 0;
}

.tria-investments-divider {
  width: 1px;
  align-self: stretch;
  min-height: 180px;
  background-color: #d8dce3;
}

.tria-investments-graph {
  margin-bottom: 0;
  max-width: 100%;
  background-image: url("./images/digital-assets/ti-strategies.webp");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  padding: 50px;
  display: flex;
  align-items: flex-end;
}

.tria-investments-graph .tria-investments-footer {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #656565;
  margin: 0 0 0 auto;
  max-width: 800px;
}
.tria-investments-graph .tria-investments-footer strong {
  color: #000;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .tria-investments-cards {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .tria-investments-divider {
    width: 100%;
    min-height: 1px;
    margin: 24px 0;
  }
}
@media (max-width: 768px) {
  .tria-investments {
    padding: 40px 0 56px;
  }
  .tria-investments-header {
    display: block;
    gap: 0;
    margin-bottom: 24px;
  }
  .tria-investments-title {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 12px;
  }
  .tria-investments-intro {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 0;
  }
  .tria-investments-cards {
    margin-bottom: 28px;
    border-top: 1px solid #d9d9d9;
  }
  .tria-investments-card .tria-investments-card-icon img {
    width: auto;
    height: 112px;
  }
  .tria-investments-card .tria-investments-card-title {
    font-size: 18px;
  }
  .tria-investments-card .tria-investments-card-list {
    font-size: 15px;
    line-height: 1.35;
  }
  .tria-investments-card {
    padding: 22px 0 18px;
  }
  .tria-investments-divider {
    margin: 0;
    min-height: 1px;
    background-color: #d9d9d9;
  }
  .tria-investments-graph {
    margin-bottom: 0;
    min-height: 0;
    padding: 155px 0 0;
    background-image: url("./images/digital-assets/ti-strategies-mob.webp");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
  }
  .tria-investments-graph .tria-investments-footer {
    font-size: 14px;
    line-height: 1.45;
    padding: 16px;
    border-radius: 0;
    background-color: #fff;
    max-width: 100%;
  }
}
.tria-vault .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 0;
}

.tria-vault-left {
  width: 50%;
  background-color: #131E30;
  display: flex;
  align-items: center;
  padding: 60px;
}

.tria-vault-left-inner {
  max-width: 520px;
}

.tria-vault-title {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 24px 0;
}

.tria-vault-title-num {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95em;
}

.tria-vault-description {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.tria-vault-description strong {
  font-weight: 500;
}

.tria-vault-features {
  list-style: none;
  margin: 0;
  padding: 50px 0 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  border-left: 1px solid #A6B4C8;
}
.tria-vault-features li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 30px;
  margin-bottom: 16px;
  border-bottom: 1px solid #A6B4C8;
  position: relative;
}
.tria-vault-features li::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -3px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 1px;
}
.tria-vault-features li:nth-child(2) {
  width: 90%;
}
.tria-vault-features li:nth-child(3) {
  width: 80%;
}
.tria-vault-features strong {
  font-weight: 600;
  color: #fff;
}

.tria-vault-right {
  width: 50%;
  padding: 30px 0 30px 70px;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.tria-vault-right-inner {
  max-width: 560px;
  width: 100%;
}

.tria-vault-image {
  margin-bottom: 28px;
  max-width: 530px;
}
.tria-vault-image img {
  display: block;
  width: 100%;
  height: auto;
}

.tria-vault-text {
  color: #323334;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.tria-vault-text strong {
  font-weight: 500;
}

.tria-vault-cta {
  display: inline-flex;
  width: 100%;
  max-width: 415px;
}

@media (max-width: 992px) {
  .tria-vault-left,
  .tria-vault-right {
    flex: 1 1 100%;
    min-width: 0;
  }
  .tria-vault-left {
    padding: 48px 20px 48px;
  }
  .tria-vault-right {
    padding: 48px 20px 48px;
  }
}
@media (max-width: 768px) {
  .tria-vault-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .tria-vault-description {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .tria-vault-features {
    font-size: 15px;
  }
  .tria-vault-features li {
    margin-bottom: 12px;
  }
  .tria-vault-left {
    padding: 40px 20px 40px;
  }
  .tria-vault-right {
    padding: 40px 20px 40px;
  }
  .tria-vault-image {
    margin-bottom: 20px;
  }
  .tria-vault-text {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.da-our-partners {
  padding: 60px 0 80px;
  background-color: #fff;
}

.da-our-partners-container {
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.da-our-partners-title {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 40px;
}

.da-our-partners-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}

.da-our-partners-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 74px;
  width: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .da-our-partners {
    padding: 40px 0 56px;
  }
  .da-our-partners-title {
    font-size: 24px;
    margin-bottom: 28px;
  }
  .da-our-partners-logos {
    flex-direction: column;
    gap: 16px;
  }
  .da-our-partners-logo {
    width: 100%;
    background-color: #F7F7F7;
  }
  .da-our-partners-logo img {
    width: 100%;
  }
}
.da-schedule-consultation {
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 30px 0;
  overflow: hidden;
}
.da-schedule-consultation .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.da-schedule-consultation-content {
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 30px;
}

.da-schedule-consultation-left {
  z-index: 1;
  padding: 20px;
  border-radius: 0;
}

.da-schedule-consultation-title {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 90px;
}
.da-schedule-consultation-title span {
  color: #A6A6A6;
}

.da-schedule-consultation-contacts {
  display: flex;
  gap: 50px;
}

.da-schedule-contact-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.da-schedule-contact-value {
  color: #656565;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
.da-schedule-contact-value:hover {
  color: #0A1628;
}

.da-schedule-contact-label {
  color: #A6A6A6;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.da-schedule-consultation-right {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}
.da-schedule-consultation-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.da-schedule-consultation-cta-wrap {
  position: relative;
  z-index: 2;
  margin-top: 48px;
}

.da-schedule-consultation-btn {
  max-width: 414px;
}

@media (max-width: 1200px) {
  .da-schedule-consultation-right {
    width: 45%;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (max-width: 992px) {
  .da-schedule-consultation {
    padding: 60px 0;
    background-image: url("./images/our-people-building-mob.png") !important;
    background-position: right center;
    background-size: cover;
    min-height: 600px;
  }
  .da-schedule-consultation-content {
    display: block;
  }
  .da-schedule-consultation-left {
    padding: 0;
  }
  .da-schedule-consultation-title {
    font-size: 36px;
    margin-bottom: 60px;
  }
  .da-schedule-contact-item {
    flex-direction: column-reverse;
    gap: 8px;
  }
  .da-schedule-contact-value {
    font-size: 22px;
  }
  .da-schedule-contact-label {
    font-size: 20px;
  }
  .da-schedule-consultation-contacts {
    gap: 40px;
    flex-direction: column;
  }
  .da-schedule-consultation-right {
    display: none;
  }
  .da-schedule-consultation-cta-wrap {
    text-align: center;
    margin-top: 40px;
  }
  .da-schedule-consultation-btn {
    width: 100%;
    max-width: 320px;
  }
}
@media (max-width: 768px) {
  .da-schedule-consultation {
    min-height: 0;
    padding: 40px 0 90px;
  }
  .da-schedule-consultation-cta-wrap {
    margin-top: 32px;
  }
  .da-schedule-consultation-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .da-schedule-contact-value {
    font-size: 14px;
  }
  .da-schedule-contact-label {
    font-size: 14px;
  }
}
.da-our-licence-section {
  padding: 80px 0;
  background: #FAFAFA;
}

.da-licence-title {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin: 0 0 50px;
}

.da-licence-content {
  display: flex;
  align-items: flex-start;
  gap: 65px;
  margin-bottom: 60px;
}

.da-licence-left {
  flex: 1;
  max-width: 700px;
}

.da-licence-description {
  border-left: 1px solid #656565;
  padding-left: 30px;
}
.da-licence-description p {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.da-licence-description p strong {
  color: #343434;
  font-weight: 500;
}

.da-licence-right {
  flex-shrink: 0;
}

.da-licence-logo {
  width: 277px;
  height: auto;
}

.da-licence-footer {
  display: flex;
  align-items: flex-start;
  gap: 0;
  padding-top: 40px;
  position: relative;
}

.da-licence-footer-left {
  flex-shrink: 0;
}

.da-licence-footer-text {
  color: #656565;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

.da-licence-footer-line {
  position: relative;
  flex: 1;
  height: 65px;
  margin-left: 10px;
}
.da-licence-footer-line::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: calc(100% - 19px);
  height: 50%;
  border: 1px solid #d1d1d1;
  border-bottom: none;
  border-left: none;
  border-top-right-radius: 14px;
}
.da-licence-footer-line::after {
  content: "";
  position: absolute;
  bottom: -68px;
  right: 0;
  width: 20px;
  height: calc(50% + 65px);
  border: 1px solid #d1d1d1;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 14px;
}

.da-licence-footer-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 16px;
  margin-left: -1px;
  max-width: 570px;
}

.da-licence-link {
  color: #A4A4A4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.da-licence-link:hover {
  color: #656565;
}

@media (max-width: 1060px) {
  .da-licence-content {
    flex-direction: column;
    gap: 20px;
    border-bottom: none;
    margin-bottom: 0;
  }
  .da-licence-left {
    max-width: 100%;
  }
  .da-licence-description {
    border-left: none;
    padding-left: 0;
  }
  .da-licence-footer {
    flex-direction: column;
    gap: 0;
    padding-top: 40px;
  }
  .da-licence-footer-left {
    position: relative;
  }
  .da-licence-footer-line {
    display: none;
  }
  .da-licence-footer-right {
    margin-left: 0;
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 20px;
  }
  .da-licence-title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .da-our-licence-section {
    padding: 40px 0;
  }
  .da-licence-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .da-licence-description {
    padding-left: 0;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 20px;
  }
  .da-licence-description p {
    font-size: 14px;
  }
  .da-licence-logo {
    width: 200px;
  }
  .da-licence-footer {
    padding-top: 30px;
  }
  .da-licence-footer-text {
    font-size: 16px;
  }
  .da-licence-link {
    font-size: 14px;
  }
}
.da-become-partner-section {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}

.da-become-partner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.da-become-partner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.da-become-partner-section .container {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 80px;
}

.da-become-partner-content {
  max-width: 650px;
}

.da-become-partner-title {
  color: #FFF;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin: 0 0 20px;
}

.da-become-partner-subtitle {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 70px;
}

.da-become-partner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 24px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  max-width: 475px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.da-become-partner-btn .btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.da-become-partner-btn:hover {
  background: #f5f5f5;
}

@media (max-width: 992px) {
  .da-become-partner-section {
    min-height: 500px;
  }
  .da-become-partner-title {
    font-size: 24px;
  }
  .da-become-partner-subtitle {
    font-size: 14px;
    line-height: 140%;
  }
  .da-become-partner-btn {
    min-width: 100%;
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  .da-become-partner-section {
    min-height: 520px;
  }
  .da-become-partner-section .da-become-partner-bg img {
    object-position: bottom center;
  }
  .da-become-partner-section .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .da-become-partner-subtitle {
    margin-bottom: 30px;
  }
}
.digital-assets-content {
  padding: 60px 0 80px;
}
.digital-assets-content .digital-assets-content-inner {
  max-width: 800px;
}
.digital-assets-content .digital-assets-content-inner p {
  font-size: 16px;
  line-height: 160%;
  color: #0e2b40;
  margin-bottom: 1em;
}
.digital-assets-content .digital-assets-content-inner h2, .digital-assets-content .digital-assets-content-inner h3 {
  color: #0e2b40;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.digital-assets-cta {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
.digital-assets-cta .digital-assets-cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.digital-assets-cta .digital-assets-cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.digital-assets-cta .container {
  position: relative;
  z-index: 1;
}
.digital-assets-cta .digital-assets-cta-content {
  max-width: 600px;
  text-align: left;
}
.digital-assets-cta .digital-assets-cta-title {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 16px;
}
.digital-assets-cta .digital-assets-cta-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 28px;
}
.digital-assets-cta .digital-assets-cta-btn {
  display: inline-flex;
}

@media (max-width: 900px) {
  .digital-assets-content {
    padding: 40px 0 60px;
  }
  .digital-assets-cta {
    padding: 60px 0;
  }
  .digital-assets-cta .digital-assets-cta-title {
    font-size: 24px;
  }
  .digital-assets-cta .digital-assets-cta-subtitle {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  body.page-template-page-digital-assets-php .wise-wolves-header .wise-wolves-logo-section .wise-wolves-logo {
    filter: brightness(0) invert(1);
  }
}
/**
 * Financial Technologies Page Styles
 *
 * @package Wise_Wolves
 * @since 1.0.0
 */
.financial-technologies-page {
  overflow-x: clip;
  background-color: #FFFFFF;
}

/* Hero Section */
.financial-technologies-hero {
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #0E2B40;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: -104px;
  overflow: hidden;
  padding: 0 0 120px;
}
.financial-technologies-hero .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.financial-technologies-hero .financial-technologies-hero-content {
  display: flex;
  gap: 0;
  position: relative;
  min-height: 606px;
}
.financial-technologies-hero .financial-technologies-hero-left {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  padding: 180px 40px 60px 0;
}
.financial-technologies-hero .financial-technologies-hero-left .financial-technologies-title-wrapper {
  margin-bottom: 24px;
}
.financial-technologies-hero .financial-technologies-hero-left .financial-technologies-hero-title {
  color: #FFF;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 16px;
  max-width: fit-content;
}
.financial-technologies-hero .financial-technologies-hero-left .financial-technologies-hero-title span {
  font-size: 15px;
  font-weight: 500;
  display: block;
  text-align: right;
  margin-top: 10px;
  margin-top: -14px;
}
@media (max-width: 768px) {
  .financial-technologies-hero .financial-technologies-hero-left .financial-technologies-hero-title span {
    font-size: 10px;
    margin-top: -4px;
  }
}
.financial-technologies-hero .financial-technologies-hero-left .financial-technologies-hero-bottom-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 480px;
}
.financial-technologies-hero .financial-technologies-hero-left .financial-technologies-hero-description {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 250px;
}
@media (max-width: 768px) {
  .financial-technologies-hero .financial-technologies-hero-left .financial-technologies-hero-description {
    font-size: 16px;
    margin-bottom: 120px;
  }
}
.financial-technologies-hero .financial-technologies-hero-left .financial-technologies-hero-button-wrapper {
  width: 100%;
  max-width: 300px;
}
.financial-technologies-hero .financial-technologies-hero-left .financial-technologies-hero-button-wrapper .financial-technologies-hero-button {
  margin-top: 0;
  min-width: 300px;
}
.financial-technologies-hero .financial-technologies-hero-right {
  flex: 1;
  position: relative;
  z-index: 1;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  min-height: 606px;
}

/* Mobile styles for financial technologies hero */
@media (max-width: 900px) {
  .financial-technologies-hero {
    background-image: url("images/fin-tech/fin-tech-hero-bg-mob.webp") !important;
    background-position: center top;
    min-height: 420px;
    margin-top: -80px;
    align-items: flex-start;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .financial-technologies-hero .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    max-height: 620px;
    padding-top: 80px;
    margin-top: auto;
  }
  .financial-technologies-hero .financial-technologies-hero-content {
    flex-direction: column;
    min-height: auto;
  }
  .financial-technologies-hero .financial-technologies-hero-left {
    flex: 1;
    padding: 0 0 40px 0;
    width: 100%;
  }
  .financial-technologies-hero .financial-technologies-hero-left .financial-technologies-title-wrapper {
    margin-bottom: 12px;
  }
  .financial-technologies-hero .financial-technologies-hero-left .financial-technologies-hero-title {
    font-size: 24px;
    margin-bottom: 0;
  }
  .financial-technologies-hero .financial-technologies-hero-left .financial-technologies-hero-description {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .financial-technologies-hero .financial-technologies-hero-left .financial-technologies-hero-button-wrapper {
    max-width: 100%;
  }
  .financial-technologies-hero .financial-technologies-hero-left .financial-technologies-hero-button-wrapper .financial-technologies-hero-button {
    width: 100%;
    max-width: none;
    font-size: 14px;
  }
  .financial-technologies-hero .financial-technologies-hero-right {
    display: none;
  }
}
/* The Vault section */
.fin-tech-vault {
  padding: 80px 0 100px;
  background: #FAFAFA;
}
.fin-tech-vault .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.fin-tech-vault .fin-tech-vault-title {
  color: #131E30;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 8px;
  max-width: 720px;
}
.fin-tech-vault .fin-tech-vault-subtitle {
  color: #8a8a8a;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 50px;
}
.fin-tech-vault .fin-tech-vault-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.fin-tech-vault .fin-tech-vault-card {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 120px;
}
.fin-tech-vault .fin-tech-vault-card-bg {
  position: absolute;
  top: -75px;
  width: 100%;
  height: 180px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  pointer-events: none;
  z-index: 0;
}
.fin-tech-vault .fin-tech-vault-card-inner {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 0 0 5px 5px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
}
.fin-tech-vault .fin-tech-vault-card-inner::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 20px;
  width: 1px;
  height: 75%;
  background-color: #D9D9D9;
}
.fin-tech-vault .fin-tech-vault-card-inner::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 20px;
  border-radius: 1px;
  width: 6px;
  height: 6px;
  background-color: #D9D9D9;
}
.fin-tech-vault .fin-tech-vault-card-icon {
  width: 170px;
  height: auto;
  margin-bottom: 20px;
  object-fit: contain;
  border-radius: 0 20px 0 0;
  background-color: #fff;
  margin-top: -30px;
  padding: 20px 20px 20px 50px;
}
.fin-tech-vault .fin-tech-vault-card-text {
  color: #131E30;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0 50px 30px;
}
@media (max-width: 900px) {
  .fin-tech-vault {
    padding: 48px 0 60px;
  }
  .fin-tech-vault .fin-tech-vault-title {
    font-size: 28px;
  }
  .fin-tech-vault .fin-tech-vault-subtitle {
    font-size: 18px;
    margin-bottom: 36px;
  }
  .fin-tech-vault .fin-tech-vault-cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .fin-tech-vault .fin-tech-vault-cards .fin-tech-vault-card {
    margin-top: 70px;
  }
  .fin-tech-vault .fin-tech-vault-card-bg {
    margin-top: 15px;
  }
  .fin-tech-vault .fin-tech-vault-card-inner {
    min-height: auto;
    padding: 28px 24px 32px;
  }
  .fin-tech-vault .fin-tech-vault-card-inner .fin-tech-vault-card-text {
    padding-left: 20px;
    padding-right: 0;
  }
  .fin-tech-vault .fin-tech-vault-card-inner .fin-tech-vault-card-icon {
    padding-left: 50px;
    margin-top: -55px;
    margin-left: -30px;
  }
}

/* The Vault is built for you */
.fin-tech-built {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0A1930;
  padding: 72px 0 78px;
  color: #fff;
}
.fin-tech-built .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.fin-tech-built .fin-tech-built-title {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}
.fin-tech-built .fin-tech-built-title span {
  color: #A6B4C8;
}
.fin-tech-built .fin-tech-built-subtitle {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 600px;
  margin-top: 20px;
}
.fin-tech-built .fin-tech-built-rows {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.fin-tech-built .fin-tech-built-row {
  display: flex;
  gap: 14px;
}
.fin-tech-built .fin-tech-built-row-2 {
  padding-left: 84px;
}
.fin-tech-built .fin-tech-built-row-3 {
  padding-left: 168px;
}
.fin-tech-built .fin-tech-built-card {
  position: relative;
  flex: 1 1 0;
  background: #192B43;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 20px 28px 18px;
  min-height: 132px;
  max-width: 505px;
}
.fin-tech-built .fin-tech-built-card-dot {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 7px;
  height: 7px;
  border-radius: 1px;
  background: #fff;
}
.fin-tech-built .fin-tech-built-card-title {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  margin: 0 0 8px;
}
.fin-tech-built .fin-tech-built-card-text {
  color: #C8D0DA;
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
  margin: 0;
}
@media (max-width: 900px) {
  .fin-tech-built {
    background-image: url("images/fin-tech/vault-build-bg-mob.webp") !important;
    background-position: center top;
    padding: 40px 0 46px;
  }
  .fin-tech-built .fin-tech-built-title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    display: block;
  }
  .fin-tech-built .fin-tech-built-title span {
    display: block;
  }
  .fin-tech-built .fin-tech-built-subtitle {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 26px;
    max-width: 290px;
    display: block;
    margin-top: 14px;
  }
  .fin-tech-built .fin-tech-built-rows {
    gap: 14px;
  }
  .fin-tech-built .fin-tech-built-row,
  .fin-tech-built .fin-tech-built-row-2,
  .fin-tech-built .fin-tech-built-row-3 {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-left: 0;
  }
  .fin-tech-built .fin-tech-built-card {
    width: 100%;
    min-height: fit-content;
    padding: 16px 18px 14px;
    border-radius: 6px;
  }
  .fin-tech-built .fin-tech-built-card-title {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .fin-tech-built .fin-tech-built-card-text {
    font-size: 16px;
  }
}

.financial-technologies-page .fin-tech-we-offer {
  background: #F7F7F7;
  padding: 74px 0 90px;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-we-offer-title {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.5px;
  margin-bottom: 12px;
  text-align: center;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-we-offer-title span {
  color: #b2b2b2;
  display: block;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-we-offer-subtitle {
  color: #656565;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-we-offer-lines {
  display: block;
  width: 90%;
  height: auto;
  margin: 40px auto 20px;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-we-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-offer-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  min-height: 100%;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-offer-hero {
  position: relative;
  padding: 14px;
  min-height: 250px;
  display: flex;
  align-items: flex-end;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 25px 0 rgba(100, 100, 100, 0.1);
  margin-bottom: 30px;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-offer-hero > img {
  position: absolute;
  inset: 14px;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  object-fit: cover;
  border-radius: 8px;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-offer-model-pill {
  position: absolute;
  top: 35px;
  left: 35px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 6px 12px;
  background: #142742;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.48px;
  gap: 6px;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-offer-model-pill span {
  color: #9C9C9C;
  font-weight: 400;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-offer-card--model-2 .fin-tech-offer-model-pill,
.financial-technologies-page .fin-tech-we-offer .fin-tech-offer-card--model-3 .fin-tech-offer-model-pill {
  color: #1E2A39;
  background: #F2F2F2;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-offer-name-row {
  position: relative;
  z-index: 2;
  margin: 0 25px 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  width: 100%;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-offer-name {
  color: #FFF;
  font-size: 30px;
  font-weight: 400;
  line-height: 110%;
  margin: 0;
  flex: 1;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-offer-name-icon {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 6px;
  flex-shrink: 0;
  background-color: #fff;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-offer-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 30px;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-offer-section h4 {
  color: #020609;
  background-color: #f1f1f1;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  padding: 6px 20px;
  margin-bottom: 14px;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-offer-section p {
  color: #3E3E3E;
  font-size: 14px;
  font-weight: 400;
  line-height: 146%;
  padding: 0 20px;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-offer-section.first-child {
  min-height: 200px;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-offer-section.second-child {
  min-height: 340px;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-offer-section p + p {
  margin-top: 12px;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-offer-section ul {
  list-style: none;
  margin: 0;
  padding: 0 20px;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-offer-section li {
  color: #3E3E3E;
  font-size: 14px;
  font-weight: 400;
  line-height: 146%;
  margin-bottom: 4px;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-offer-section li::before {
  content: "- ";
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-offer-btn {
  width: calc(100% - 40px);
  margin: 18px 20px 0;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-offer-btn--primary {
  background-color: #0E2B40;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-offer-btn--secondary {
  background-color: #91A5B9;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-offer-meta {
  margin-top: auto;
  padding: 4px 14px 14px;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-offer-meta-item {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 30px;
  align-items: center;
  border-top: 1px solid #CFCFCF;
  padding: 10px 0;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-offer-meta-item > .img-wrap {
  background-color: #9DAAB5;
  width: 43px;
  height: 43px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-offer-meta-item h5 {
  color: #020609;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-offer-meta-item p {
  color: #3E3E3E;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 0;
}
.financial-technologies-page .fin-tech-we-offer .fin-tech-offer-card--model-2 .fin-tech-offer-meta-item > .img-wrap {
  background-color: #131E30;
}

@media (max-width: 1199px) {
  .financial-technologies-page .fin-tech-we-offer .fin-tech-we-offer-title {
    font-size: 44px;
  }
  .financial-technologies-page .fin-tech-we-offer .fin-tech-we-offer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .financial-technologies-page .fin-tech-we-offer {
    padding: 40px 20px;
  }
  .financial-technologies-page .fin-tech-we-offer .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .financial-technologies-page .fin-tech-we-offer .fin-tech-we-offer-title {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -1.5px;
    text-align: left;
  }
  .financial-technologies-page .fin-tech-we-offer .fin-tech-we-offer-subtitle {
    color: #656565;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }
  .financial-technologies-page .fin-tech-we-offer .fin-tech-we-offer-lines {
    display: none;
  }
  .financial-technologies-page .fin-tech-we-offer .fin-tech-we-offer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .financial-technologies-page .fin-tech-we-offer .fin-tech-offer-card {
    border-radius: 12px;
  }
  .financial-technologies-page .fin-tech-we-offer .fin-tech-offer-hero {
    min-height: 150px;
    padding: 7px;
  }
  .financial-technologies-page .fin-tech-we-offer .fin-tech-offer-hero > img {
    inset: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border-radius: 4px;
  }
  .financial-technologies-page .fin-tech-we-offer .fin-tech-offer-model-pill {
    color: #FFF;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    line-height: 158.7%;
    letter-spacing: -0.36px;
    top: 16px;
    left: 16px;
  }
  .financial-technologies-page .fin-tech-we-offer .fin-tech-offer-name-row {
    margin: 0 10px 10px;
    gap: 8px;
  }
  .financial-technologies-page .fin-tech-we-offer .fin-tech-offer-name {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 110%;
    margin: 0;
  }
  .financial-technologies-page .fin-tech-we-offer .fin-tech-offer-name-icon {
    width: 42px;
    height: 42px;
  }
  .financial-technologies-page .fin-tech-we-offer .fin-tech-offer-section {
    min-height: 0 !important;
  }
  .financial-technologies-page .fin-tech-we-offer .fin-tech-offer-section h4 {
    margin-bottom: 4px;
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
  .financial-technologies-page .fin-tech-we-offer .fin-tech-offer-section p {
    font-size: 14px;
    line-height: 130%;
  }
  .financial-technologies-page .fin-tech-we-offer .fin-tech-offer-section p + p {
    margin-top: 6px;
  }
  .financial-technologies-page .fin-tech-we-offer .fin-tech-offer-section ul {
    padding: 0 12px;
  }
  .financial-technologies-page .fin-tech-we-offer .fin-tech-offer-section li {
    font-size: 14px;
    line-height: 130%;
  }
  .financial-technologies-page .fin-tech-we-offer .fin-tech-offer-btn {
    width: calc(100% - 24px);
    margin: 14px 12px 0;
    font-size: 14px;
  }
  .financial-technologies-page .fin-tech-we-offer .fin-tech-offer-meta {
    padding: 2px 9px 8px;
  }
  .financial-technologies-page .fin-tech-we-offer .fin-tech-offer-meta-item {
    grid-template-columns: 20px 1fr;
    gap: 7px;
    padding: 6px 0;
    align-items: center;
  }
  .financial-technologies-page .fin-tech-we-offer .fin-tech-offer-meta-item > img {
    width: 20px;
    height: 20px;
    background: #9DAAB5;
    border-radius: 3px;
    padding: 3px;
    box-sizing: border-box;
  }
  .financial-technologies-page .fin-tech-we-offer .fin-tech-offer-card--model-2 .fin-tech-offer-meta-item > img {
    background: #131E30;
  }
  .financial-technologies-page .fin-tech-we-offer .fin-tech-offer-meta-item {
    gap: 40px;
  }
  .financial-technologies-page .fin-tech-we-offer .fin-tech-offer-meta-item h5 {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 1px;
  }
  .financial-technologies-page .fin-tech-we-offer .fin-tech-offer-meta-item p {
    font-size: 12px;
    line-height: 125%;
  }
}
/* Platform functionality section */
.fin-tech-platform-functionality {
  background: #F3F3F3;
  padding: 72px 0 80px;
}
.fin-tech-platform-functionality .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.fin-tech-platform-functionality .fin-tech-platform-head {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 44px;
  align-items: center;
}
.fin-tech-platform-functionality .fin-tech-platform-title {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -1.2px;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.fin-tech-platform-functionality .fin-tech-platform-title span {
  color: #B2B2B2;
}
.fin-tech-platform-functionality .fin-tech-platform-subtitle {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
  border-left: 2px solid #B2B2B2;
  padding-left: 14px;
}
.fin-tech-platform-functionality .fin-tech-platform-subtitle span {
  color: #656565;
  display: block;
}
.fin-tech-platform-functionality .fin-tech-platform-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.fin-tech-platform-functionality .fin-tech-platform-card {
  width: calc((100% - 32px) / 3);
  border-radius: 8px;
  padding: 30px;
}
.fin-tech-platform-functionality .fin-tech-platform-card .fin-tech-platform-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  padding-top: 12px;
  margin-bottom: 16px;
}
.fin-tech-platform-functionality .fin-tech-platform-card h3 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 40px;
  max-width: 200px;
}
.fin-tech-platform-functionality .fin-tech-platform-card img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 4px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.95);
  padding: 5px;
}
.fin-tech-platform-functionality .fin-tech-platform-card p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  padding-top: 12px;
}
.fin-tech-platform-functionality .fin-tech-platform-card--light {
  background: #8FA3B8;
}
.fin-tech-platform-functionality .fin-tech-platform-card--light h3,
.fin-tech-platform-functionality .fin-tech-platform-card--light p {
  color: #fff;
}
.fin-tech-platform-functionality .fin-tech-platform-card--light .fin-tech-platform-card-top {
  border-top-color: rgba(255, 255, 255, 0.7);
}
.fin-tech-platform-functionality .fin-tech-platform-card--dark {
  background: #0E2B40;
}
.fin-tech-platform-functionality .fin-tech-platform-card--dark h3,
.fin-tech-platform-functionality .fin-tech-platform-card--dark p {
  color: #fff;
}
@media (max-width: 900px) {
  .fin-tech-platform-functionality {
    padding: 32px 0 40px;
  }
  .fin-tech-platform-functionality .fin-tech-platform-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
  }
  .fin-tech-platform-functionality .fin-tech-platform-title {
    font-size: 30px;
    letter-spacing: 0;
  }
  .fin-tech-platform-functionality .fin-tech-platform-subtitle {
    font-size: 18px;
    padding-left: 0;
    border-left: 0;
    max-width: 185px;
  }
  .fin-tech-platform-functionality .fin-tech-platform-grid {
    gap: 10px;
  }
  .fin-tech-platform-functionality .fin-tech-platform-card {
    width: 100%;
    padding: 20px;
  }
  .fin-tech-platform-functionality .fin-tech-platform-card .fin-tech-platform-card-top {
    padding-top: 9px;
    margin-bottom: 10px;
  }
  .fin-tech-platform-functionality .fin-tech-platform-card h3 {
    font-size: 18px;
    max-width: 130px;
  }
  .fin-tech-platform-functionality .fin-tech-platform-card img {
    width: 34px;
    height: 34px;
    padding: 3px;
  }
  .fin-tech-platform-functionality .fin-tech-platform-card p {
    font-size: 14px;
    line-height: 130%;
  }
}

/* Full Connectivity and Access capabilities */
.fin-tech-full-connectivity {
  padding: 72px 0 80px;
  background: #fff;
}
.fin-tech-full-connectivity .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.fin-tech-full-connectivity .fin-tech-full-connectivity-title {
  width: 100%;
  margin: 0;
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 40px;
}
.fin-tech-full-connectivity .fin-tech-full-connectivity-title .fin-tech-full-connectivity-title-light {
  color: #b2b2b2;
}
.fin-tech-full-connectivity .fin-tech-full-connectivity-inner {
  display: flex;
  gap: 48px;
}
.fin-tech-full-connectivity .fin-tech-full-connectivity-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  max-width: fit-content;
}
.fin-tech-full-connectivity .fin-tech-full-connectivity-list li {
  position: relative;
  margin-bottom: 40px;
  padding-left: 16px;
  max-width: 380px;
  padding-top: 35px;
  border-left: 1px solid #bbb;
}
.fin-tech-full-connectivity .fin-tech-full-connectivity-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -11px;
  width: 6px;
  height: 6px;
  background: #a0a0a0;
  transform: translateX(-50%);
}
.fin-tech-full-connectivity .fin-tech-full-connectivity-list li:last-child {
  margin-bottom: 0;
}
.fin-tech-full-connectivity .fin-tech-full-connectivity-item-title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 10px;
}
.fin-tech-full-connectivity .fin-tech-full-connectivity-list p {
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: block;
  max-width: 350px;
}
.fin-tech-full-connectivity .fin-tech-full-connectivity-visual {
  flex: 0 1 50%;
  min-width: 0;
}
.fin-tech-full-connectivity .fin-tech-full-connectivity-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
@media (max-width: 900px) {
  .fin-tech-full-connectivity {
    padding: 48px 0 56px;
  }
  .fin-tech-full-connectivity .fin-tech-full-connectivity-inner {
    flex-direction: column;
    gap: 32px;
  }
  .fin-tech-full-connectivity .fin-tech-full-connectivity-content,
  .fin-tech-full-connectivity .fin-tech-full-connectivity-visual {
    flex: none;
    width: 100%;
  }
  .fin-tech-full-connectivity .fin-tech-full-connectivity-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .fin-tech-full-connectivity .fin-tech-full-connectivity-list li {
    margin-bottom: 20px;
    padding-left: 12px;
  }
  .fin-tech-full-connectivity .fin-tech-full-connectivity-item-title {
    font-size: 18px;
  }
  .fin-tech-full-connectivity .fin-tech-full-connectivity-list p {
    font-size: 14px;
  }
}

.financial-technologies-join-team {
  position: relative;
  background-image: url("images/fin-tech/contact-vault-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  margin-top: 50px;
}
.financial-technologies-join-team .financial-technologies-join-content {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 40px;
  align-items: stretch;
}
.financial-technologies-join-team .financial-technologies-join-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 330px;
}
.financial-technologies-join-team .financial-technologies-join-left .financial-technologies-join-title {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}
.financial-technologies-join-team .financial-technologies-join-left .financial-technologies-join-title span {
  color: #A7A7A7;
  display: block;
}
.financial-technologies-join-team .financial-technologies-join-left .financial-technologies-join-contacts {
  margin-bottom: 28px;
}
.financial-technologies-join-team .financial-technologies-join-left .financial-technologies-join-contacts a {
  display: block;
  color: #6A6A6A;
  font-size: 17px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}
.financial-technologies-join-team .financial-technologies-join-left .financial-technologies-join-cta {
  max-width: 420px;
  width: 100%;
}
.financial-technologies-join-team .financial-technologies-join-right {
  width: 60%;
  padding-left: 220px;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.financial-technologies-join-team .financial-technologies-join-right-title {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  margin-left: -70px;
}
.financial-technologies-join-team .financial-technologies-join-right-subtitle {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 200px;
  margin-left: -40px;
}
.financial-technologies-join-team .financial-technologies-join-right-note {
  max-width: 530px;
  display: flex;
  align-items: center;
}
.financial-technologies-join-team .financial-technologies-join-right-note img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.financial-technologies-join-team .financial-technologies-join-right-note p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  background-color: #9DAAB5;
  padding: 14px;
  border-radius: 10px;
  max-width: 380px;
}
@media (max-width: 900px) {
  .financial-technologies-join-team {
    background-image: url("images/fin-tech/contact-vault-bg-mob.webp");
    background-position: center;
    background-size: cover;
    padding: 40px 0 120px;
    margin-top: 0;
  }
  .financial-technologies-join-team .container {
    padding-left: 18px;
    padding-right: 18px;
  }
  .financial-technologies-join-team .financial-technologies-join-content {
    flex-direction: column;
    gap: 42px;
  }
  .financial-technologies-join-team .financial-technologies-join-left,
  .financial-technologies-join-team .financial-technologies-join-right {
    width: 100%;
    padding-left: 0;
  }
  .financial-technologies-join-team .financial-technologies-join-left {
    min-height: 0;
  }
  .financial-technologies-join-team .financial-technologies-join-left .financial-technologies-join-title {
    color: #000;
    font-size: 24px !important;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 24px;
  }
  .financial-technologies-join-team .financial-technologies-join-left .financial-technologies-join-contacts {
    margin-bottom: 80px;
  }
  .financial-technologies-join-team .financial-technologies-join-left .financial-technologies-join-contacts a {
    font-size: 14px;
    line-height: 140%;
  }
  .financial-technologies-join-team .financial-technologies-join-left .financial-technologies-join-contacts a + a {
    margin-top: 8px;
  }
  .financial-technologies-join-team .financial-technologies-join-left .financial-technologies-join-cta {
    max-width: 100%;
    min-width: 100%;
  }
  .financial-technologies-join-team .financial-technologies-join-right-title {
    font-size: 24px;
    margin: 70px 0 14px 0;
  }
  .financial-technologies-join-team .financial-technologies-join-right-subtitle {
    font-size: 18px;
    margin-bottom: 26px;
    max-width: 220px;
    margin: 0 0 30px 0;
  }
  .financial-technologies-join-team .financial-technologies-join-right-note {
    max-width: 100vw;
    padding: 10px 14px;
    border-radius: 0;
    background: #9DAAB5;
    margin-left: -20px;
    width: 100vw;
  }
  .financial-technologies-join-team .financial-technologies-join-right-note img {
    display: none;
  }
  .financial-technologies-join-team .financial-technologies-join-right-note p {
    font-size: 14px;
    line-height: 130%;
    background: transparent;
    padding: 0;
    border-radius: 0;
    max-width: 100%;
    max-width: 268px;
  }
}

.ww-cookie-banner {
  position: fixed;
  right: 100px;
  bottom: 50%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
  max-width: 420px;
}
.ww-cookie-banner.is-hidden {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}
.ww-cookie-banner .ww-cookie-banner-inner {
  width: 100%;
  max-width: 1060px;
  background: #F9F9F9;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  padding: 28px 32px;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.18);
}
.ww-cookie-banner .ww-cookie-banner-text {
  color: #8F8F8F;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}
.ww-cookie-banner .ww-cookie-banner-text a {
  color: #666666;
  text-decoration: underline;
}
.ww-cookie-banner .ww-cookie-banner-text a:hover {
  color: #4f4f4f;
}
.ww-cookie-banner .ww-cookie-banner-actions {
  margin-top: 22px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.ww-cookie-banner .ww-cookie-btn {
  border: 0;
  border-radius: 3px;
  line-height: 1;
  letter-spacing: -0.5px;
  cursor: pointer;
  color: #FFF;
  font-size: 10px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  height: 20px;
  padding: 12px 16px;
  align-items: center;
  gap: 38px;
  background-color: #B4B4B4;
}
.ww-cookie-banner .ww-cookie-btn .ww-cookie-btn-arrow {
  font-size: 0.85em;
  line-height: 1;
}
.ww-cookie-banner .ww-cookie-btn-accept {
  background: #B4B4B4;
  color: #ffffff;
}
.ww-cookie-banner .ww-cookie-btn-accept:hover {
  background: #9d9d9d;
}
.ww-cookie-banner .ww-cookie-btn-manage {
  background: #fff;
  color: #8a8a8a;
  border: 1px solid #d6d6d6;
}
.ww-cookie-banner .ww-cookie-btn-manage:hover {
  background: #f0f0f0;
  color: #6f6f6f;
}
@media (max-width: 767px) {
  .ww-cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .ww-cookie-banner .ww-cookie-banner-inner {
    padding: 18px;
    border-radius: 12px;
  }
  .ww-cookie-banner .ww-cookie-banner-text {
    font-size: 16px;
  }
  .ww-cookie-banner .ww-cookie-banner-actions {
    margin-top: 14px;
    flex-direction: column;
  }
  .ww-cookie-banner .ww-cookie-btn {
    width: 100%;
    min-width: 0;
    font-size: 14px;
    padding: 16px 16px;
    display: flex;
    justify-content: space-between;
  }
}