.hero-archive-solutions {
  margin-top: clamp(48px, calc(1.7777777778vw + 40px), 56px);
  padding: clamp(16px, calc(10.6666666667vw + -32px), 64px) 0 clamp(0px, calc(7.1111111111vw + -32px), 32px); }
  .hero-archive-solutions h1, .hero-archive-solutions p {
    max-width: min(638px, calc(100vw - 32px)); }
  .hero-archive-solutions h1 {
    margin: 0 auto 24px; }
  .hero-archive-solutions p {
    margin: 0 auto clamp(32px, calc(3.5555555556vw + 16px), 48px); }
  .hero-archive-solutions .filter-regions {
    width: max-content;
    max-width: min(1304px, calc(100vw - 32px));
    margin: 0 auto;
    margin: clamp(0px, calc(8.8888888889vw + -40px), 40px) auto 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    position: relative;
    overflow: auto;
    padding-bottom: 8px; }
    .hero-archive-solutions .filter-regions label {
      border-bottom: 2px solid transparent;
      padding: 8px 16px;
      cursor: pointer;
      color: #54585A;
      font-size: clamp(18px, calc(0.4444444444vw + 16px), 20px);
      line-height: 1.2;
      letter-spacing: -2%;
      white-space: nowrap; }
      .hero-archive-solutions .filter-regions label:hover {
        border-color: #003E56; }
    .hero-archive-solutions .filter-regions input {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      left: -999999px; }
      .hero-archive-solutions .filter-regions input:checked + label {
        border-color: #003E56;
        color: #003E56; }

.market-section-container {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 47.4%, #F8F8F8 100%); }

.market-section {
  max-width: min(1304px, calc(100vw - 32px));
  margin: clamp(56px, calc(3.5555555556vw + 40px), 72px) auto; }
  .market-section h2 {
    padding: clamp(0px, calc(3.5555555556vw + -16px), 16px) 0;
    margin: 0;
    font-size: clamp(32px, calc(3.5555555556vw + 16px), 48px);
    line-height: 1.1;
    letter-spacing: -3%; }
  .market-section .item {
    display: flex;
    gap: clamp(32px, calc(23.1111111111vw + -72px), 136px);
    align-items: center;
    padding: clamp(24px, calc(12.4444444444vw + -32px), 80px) 0; }
    .market-section .item .image img {
      border-radius: 16px;
      object-fit: cover;
      width: 528px;
      height: auto;
      aspect-ratio: 1 / 1;
      max-width: 40vw;
      background: #EFF0F1; }
    .market-section .item .content {
      display: flex;
      flex-direction: column;
      gap: 32px; }
      .market-section .item .content h3 {
        margin: 0;
        font-size: clamp(24px, calc(3.5555555556vw + 8px), 40px);
        line-height: 1.1;
        letter-spacing: -3%; }
    .market-section .item .label {
      text-transform: uppercase;
      color: #54585A;
      font-size: 12px;
      line-height: 1.5;
      margin-bottom: 8px; }
    .market-section .item .chip {
      padding: 4px 16px;
      border-radius: 24px;
      background: #D3D7D8;
      color: #1D2224;
      width: max-content; }
    .market-section .item .description p {
      margin: 0; }
    .market-section .item .wp-block-button {
      width: max-content; }

@media (max-width: 768px) {
  .market-section h2 {
    margin-bottom: 24px; }
  .market-section .item {
    background: #F8F8F8;
    border-radius: 16px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 32px;
    padding: 24px 16px 16px;
    margin-bottom: 24px; }
    .market-section .item .image img {
      max-width: calc(100vw - 64px);
      aspect-ratio: 16 / 9; } }

/*# sourceMappingURL=solutions.css.map */
