/* updated 02.20.2025 */
/* DE FID 269*/
/* https://new2ndcapital.com//mp/custom_CSS/mpCSS.css */

/* 3314 | 02.04.2025 */
@media (max-width: 599px) {
  .unlock--hero-content, .hero-info-mobile {
      height: fit-content !important;
  }
}

/* 3319 | 02/12/2025 */
@media only screen and (min-width:750px)and (max-width:1920px) {
  div#page div.toggle-dark-cover + header.site-header .nav-menu {
      width: clamp(608px, calc(38rem + ((1vw - 13.8px) * 24.2188)), 763px);
  }
}
@media only screen and (min-width:1300px)and (max-width:1380px) {
.site-header .nav-menu {
  width: 485px !important;
}}

/* 3394 | 2.20.2025 */
@media (max-width: 540px) {
header#masthead {
    width: 100vw !important;
}
nav#site-navigation {
  max-width: 163px !important;
}}

@media (max-width: 1040px) {
.solutions-title-container {
  max-width: 325px;
}
.solutions-content-container {
  max-width: 450px !important;
}
.solutions-title-container ul li {
  width: fit-content !important;
}
.solutions-title-container ul li:nth-child(3):after {
  margin-bottom: -25px !important;
}
.solutions-title-container ul li:nth-child(5):after {
  margin-bottom: -25px !important;
}
.solutions-title-container > ul > li {
  margin-bottom: 40px !important;
}}
*{
  hyphens: auto;
  hyphenate-limit-chars: 1 13 4;
}
@media only screen and (min-width:1300px)and (max-width:1640px) {
.stat-wrapper {
    width: 440px !important;
}}
@media only screen and (min-width:1641px)and (max-width:1853px) {
.stat-wrapper {
    width: 450px !important;
}}
@media only screen and (min-width:1854px)and (max-width:1920px) {
.stat-wrapper {
    width: 470px !important;
}}