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

html {
  scroll-behavior: smooth;
}

* {
  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;
}
.wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation .wise-wolves-nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 5px;
  gap: 14px;
  background-color: #f9f9f9;
  border-radius: 5px;
}
.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-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;
}

/* 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-mobile-toggle {
    display: flex;
  }
}
/* Mobile Header + Hero adjustments */
@media (max-width: 900px) {
  /* Header */
  .wise-wolves-header {
    padding-top: 24px;
  }
  .wise-wolves-header .wise-wolves-header-container {
    position: relative;
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-mobile-toggle {
    display: flex;
    width: 52px;
    height: 52px;
    padding: 0 15px 0 0;
    align-items: end;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    position: fixed;
    right: 20px;
    top: 24px;
    z-index: 1000;
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-mobile-toggle .wise-wolves-hamburger {
    height: 2px;
    background: #0E2B40;
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-mobile-toggle .wise-wolves-hamburger:nth-child(1) {
    width: 20px;
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-mobile-toggle .wise-wolves-hamburger:nth-child(2) {
    width: 15px;
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-mobile-toggle .wise-wolves-hamburger:nth-child(3) {
    width: 12px;
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-mobile-toggle.active {
    background: transparent;
    box-shadow: none;
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-mobile-toggle.active .wise-wolves-hamburger {
    background: #FFFFFF;
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-mobile-toggle.active .wise-wolves-hamburger:nth-child(1) {
    width: 20px;
    transform: rotate(45deg) translate(0, 6px) !important;
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-mobile-toggle.active .wise-wolves-hamburger:nth-child(2) {
    display: none;
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-mobile-toggle.active .wise-wolves-hamburger:nth-child(3) {
    width: 20px;
    transform: rotate(-45deg) translate(-2px, -5px) !important;
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation {
    display: none;
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation.mobile-active {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(14px);
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation.mobile-active .wise-wolves-nav-menu {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
  }
  .wise-wolves-header .wise-wolves-header-container .wise-wolves-navigation.mobile-active .wise-wolves-nav-menu li a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    background: none;
  }
  /* 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;
  margin-bottom: 30px;
}
.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: 300px;
  height: auto;
  border-radius: 10px 0 0 0;
  margin: 20px -20px -20px auto;
  height: 220px;
  object-fit: cover;
}
.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;
  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");
  transform: scaleX(-1);
}
.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;
}

@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: #FFFFFF;
  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-main {
  display: flex;
}
.wise-wolves-footer .footer-logo-section {
  min-width: fit-content;
  margin-right: 90px;
}
.wise-wolves-footer .footer-logo-section .footer-logo {
  margin-bottom: 20px;
}
.wise-wolves-footer .footer-logo-section .footer-logo .footer-logo-img {
  height: auto;
  width: 220px;
  display: block;
}
.wise-wolves-footer .footer-logo-section .footer-copyright p {
  color: #FFF;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.wise-wolves-footer .footer-menu-section {
  text-align: center;
}
.wise-wolves-footer .footer-menu-section .footer-menu-title {
  color: #C0C0C0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
  margin-bottom: 30px;
}
.wise-wolves-footer .footer-menu-section .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.wise-wolves-footer .footer-menu-section .footer-menu li {
  margin-bottom: 10px;
}
.wise-wolves-footer .footer-menu-section .footer-menu li a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.wise-wolves-footer .footer-menu-section .footer-menu li a:hover {
  opacity: 0.7;
}
.wise-wolves-footer .footer-cta-section {
  text-align: right;
  max-width: 480px;
  align-self: center;
  margin-left: auto;
}
.wise-wolves-footer .footer-cta-section .footer-cta-text {
  margin-bottom: 25px;
}
.wise-wolves-footer .footer-cta-section .footer-cta-text p {
  color: #FFF;
  text-align: right;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.wise-wolves-footer .footer-cta-section .ww-btn {
  max-width: 400px;
  margin-left: auto;
}
.wise-wolves-footer .footer-legal {
  text-align: right;
  margin-top: 50px;
}
.wise-wolves-footer .footer-legal .legal-links {
  display: flex;
  flex-direction: column;
}
.wise-wolves-footer .footer-legal .legal-links a {
  color: #FFF;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  text-decoration-line: underline;
}
.wise-wolves-footer .footer-legal .legal-links a:hover {
  color: #FFFFFF;
}

.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 .footer-content {
    max-width: 900px;
    margin: 0 auto;
  }
  .wise-wolves-footer .footer-content .footer-main {
    flex-direction: column;
    gap: 40px;
    max-width: 450px;
    margin: 0 auto;
  }
  .wise-wolves-footer .footer-content .footer-main .footer-logo-section {
    order: 1;
  }
  .wise-wolves-footer .footer-content .footer-main .footer-cta-section {
    order: 2;
    text-align: left;
    margin-left: 0;
  }
  .wise-wolves-footer .footer-content .footer-main .footer-cta-section .footer-cta-text p {
    text-align: left;
  }
  .wise-wolves-footer .footer-content .footer-main .footer-cta-section .ww-btn {
    margin-left: 0;
    max-width: 100%;
  }
  .wise-wolves-footer .footer-content .footer-main .footer-menu-section {
    order: 3;
  }
}
.wise-wolves-corporation {
  padding: 60px 0;
  background: #FFFFFF url("./images/wwc-bg.png") no-repeat center center;
  background-size: contain;
  position: relative;
  background-position-y: 50%;
}
@media (max-width: 1200px) {
  .wise-wolves-corporation {
    background-position-y: 60%;
  }
}
@media (max-width: 900px) {
  .wise-wolves-corporation {
    background: #FFFFFF url("./images/wwc-bg-mob.png") no-repeat center center;
  }
}
.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: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -1.5px;
}
.wise-wolves-corporation .corporation-header .corporation-title-section .corporation-subtitle {
  color: #D1D1D1;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -1.5px;
  margin-bottom: 0;
}
.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: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 30px;
}
.wise-wolves-corporation .corporation-services .service-item {
  display: flex;
  width: 399px;
  height: 42px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  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;
}

@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: #000;
    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: #D1D1D1;
    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: 5px;
  }
  .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-item:nth-child(1) {
    margin-top: 70px;
  }
  .wise-wolves-corporation .corporation-services .service-item:nth-child(3) {
    margin-top: 70px;
  }
  .wise-wolves-corporation .corporation-services .service-item:nth-child(5) {
    margin-top: 70px;
  }
}
.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: #9FA8B3;
  position: relative;
}
.ww-stats .stats-row-2 .stat-item:last-child .stat-card-link {
  display: block;
  text-decoration: none;
}
.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;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 2px;
}
.ww-stats .stats-row-2 .stat-item:last-child .stat-number::after {
  content: "";
  background-image: url("./images/btn-arrow-white.svg");
  display: flex;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  background-position: center;
}
.ww-stats .stats-row-2 .stat-item:last-child .stat-description {
  color: #fff;
  max-width: 260px;
}
.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-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 (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: 412px;
}
.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;
}
.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 300px;
  background: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
}
.insights-news .news-slider-container .news-slider .news-card .card-image {
  width: 100%;
  height: 430px;
  overflow: hidden;
}
.insights-news .news-slider-container .news-slider .news-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

@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 .card-content {
    padding: 15px;
  }
  .insights-news .news-slider-container .news-slider .news-card .card-content .card-title {
    font-size: 16px;
  }
  .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;
}
.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;
  background: #fafafa;
}
.our-people .people-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.our-people .people-header .people-title {
  color: #000;
  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;
  max-width: 1240px;
  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;
}
.our-people .people-card .people-photo {
  width: 100%;
  height: 280px;
  overflow: hidden;
  padding: 20px;
}
.our-people .people-card .people-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 5px;
}
.our-people .people-card .people-info {
  padding: 24px;
}
.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;
}
.our-people .people-card .people-info .people-linkedin {
  position: absolute;
  right: 20px;
  bottom: 10px;
  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%);
}

.our-people .people-slider-controls--mobile {
  display: none;
}

@media (min-width: 901px) {
  .our-people .people-slider-controls--mobile {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .our-people {
    padding: 40px 30px;
    overflow: hidden;
  }
  .our-people .container {
    padding-left: 0;
    padding-right: 0;
  }
  .our-people .people-header {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-bottom: 0;
  }
  .our-people .people-header .people-title {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -1.5px;
    width: 100%;
    margin-bottom: 15px;
  }
  .our-people .people-header .people-slider-controls {
    display: none;
  }
  .our-people .people-slider-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 370px;
    margin: 0 auto;
  }
  .our-people .people-slider {
    gap: 10px;
    width: 300px;
    margin: 0 auto;
  }
  .our-people .people-card {
    flex: 0 0 300px;
    width: 300px;
    max-width: 300px;
  }
  .our-people .people-slider-controls--mobile {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
  }
  .our-people .people-slider-controls--mobile .people-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;
  }
}
.our-clients {
  padding: 70px 0;
}
.our-clients .clients-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 24px;
}
.our-clients .clients-title-block {
  flex: 1;
}
.our-clients .clients-title-block .clients-title {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}
.our-clients .clients-title-block .clients-title span {
  color: #D1D1D1;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.5px;
}
.our-clients .clients-title-block .clients-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: 560px;
  height: 32px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.our-clients .clients-description {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  background-image: url("./images/our-clients-description-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 30px 80px;
}
.our-clients .clients-description span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.our-clients .clients-description p {
  margin-bottom: 0;
}
.our-clients .clients-hero {
  position: relative;
  margin-top: -70px;
}
.our-clients .clients-hero .clients-hero-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 3px 9px 0 rgba(214, 214, 214, 0.5);
}
.our-clients .clients-hero .ww-btn {
  max-width: 550px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 100%;
}
.our-clients .clients-trusted {
  margin-top: 36px;
}
.our-clients .clients-trusted .clients-trusted-title {
  color: #656565;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 16px;
}
.our-clients .clients-trusted .clients-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.our-clients .clients-trusted .clients-logo {
  border-radius: 4px;
  background: rgba(247, 247, 247, 0.8);
  padding: 16px 32px;
}
.our-clients .clients-trusted .clients-logo img {
  display: block;
  height: 40px;
  width: auto;
  object-fit: contain;
}

@media (max-width: 900px) {
  .our-clients {
    padding: 40px 30px 30px;
  }
  .our-clients .container {
    padding-left: 0;
    padding-right: 0;
  }
  .our-clients .clients-top {
    flex-direction: column;
    gap: 20px;
  }
  .our-clients .clients-title-block .clients-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -1.5px;
  }
  .our-clients .clients-title-block .clients-title span {
    color: #D1D1D1;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -1.5px;
  }
  .our-clients .clients-title-block {
    width: 100%;
  }
  .our-clients .clients-title-block .clients-tooltip {
    width: 100%;
    min-width: 100%;
  }
  .our-clients .clients-description {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .our-clients .clients-hero .clients-hero-image {
    width: 100vw;
    margin-right: -30px;
    margin-left: -30px;
    border-radius: 0;
    height: 200px;
  }
  .our-clients .clients-hero .clients-hero-image img {
    min-width: 100%;
    border-radius: 0;
    box-shadow: none;
    height: 100%;
  }
  .our-clients .clients-hero .ww-btn {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  .our-clients .clients-trusted .clients-trusted-title {
    color: #656565;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
  }
  .our-clients .clients-trusted .clients-logos {
    flex-direction: column;
  }
  .our-clients .clients-trusted .clients-logos .clients-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.partnership-program {
  padding: 70px 0;
  background-color: #FAFAFA;
}
.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 {
  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(3, 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 {
  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;
  }
}