@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);.archive-page {
  margin-top: -56px;
  margin-bottom: 40px;
  padding-top: 0; }
  .archive-page .white {
    color: white; }
  .archive-page a {
    color: inherit; }
  .archive-page .hero-banner {
    margin: 0;
    position: relative; }
    @media (max-width: 991.98px) {
      .archive-page .hero-banner {
        margin: 0; } }
    @media (max-width: 543.98px) {
      .archive-page .hero-banner {
        margin: 0; } }
  @media (min-width: 769px) {
    .archive-page {
      margin-bottom: 80px; } }
  .archive-page .top-container {
    max-width: 100%;
    overflow: hidden; }
    .archive-page .top-container .col-12 {
      padding: 0; }
  .archive-page .bottom-container .col-12 {
    padding: 0; }
  .archive-page .archive-cards-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    padding: 16px 8px 0 8px; }
    @media (max-width: 991.98px) {
      .archive-page .archive-cards-container {
        padding: 8px 8px 0 8px; } }
    .archive-page .archive-cards-container .empty-cards-list {
      color: #0f1018;
      font-family: Inter, sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      letter-spacing: 0.2px;
      text-transform: none;
      width: 100%;
      text-align: center; }
    .archive-page .archive-cards-container .pr-card-container {
      max-width: calc((100% - 8px) / 2);
      width: calc((100% - 8px) / 2); }
      @media (min-width: 769px) {
        .archive-page .archive-cards-container .pr-card-container {
          max-width: calc((100% - 16px) / 3);
          width: calc((100% - 16px) / 3); } }
      @media (min-width: 992px) {
        .archive-page .archive-cards-container .pr-card-container {
          max-width: calc((100% - 24px) / 4);
          width: calc((100% - 24px) / 4); } }
    .archive-page .archive-cards-container .category-card-container {
      color: black;
      max-width: calc((100% - 8px) / 2); }
      .archive-page .archive-cards-container .category-card-container.light {
        color: white; }
      @media (min-width: 769px) {
        .archive-page .archive-cards-container .category-card-container {
          max-width: calc((100% - 16px) / 3); } }
      @media (min-width: 992px) {
        .archive-page .archive-cards-container .category-card-container {
          max-width: calc((100% - 24px) / 4); } }
      .archive-page .archive-cards-container .category-card-container.pr-card {
        width: 100%;
        max-width: none; }
  .archive-page .paging-container {
    display: -ms-flexbox;
    display: flex;
    padding: 24px 8px;
    margin: 8px 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-item-align: stretch;
        align-self: stretch; }
    @media (max-width: 991.98px) {
      .archive-page .paging-container {
        margin: 0; } }
    .archive-page .paging-container .paging {
      gap: 4px; }
      .archive-page .paging-container .paging a:hover {
        text-decoration: unset; }
      .archive-page .paging-container .paging a .paging-item {
        display: -ms-flexbox;
        display: flex;
        width: 35px;
        height: 35px;
        padding: 14px 0px;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        border: 1px solid #e3e3e3;
        color: #0f1018;
        text-align: center;
        font-family: Inter, sans-serif;
        font-size: 10px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.2px;
        text-transform: uppercase; }
        @media (min-width: 544px) {
          .archive-page .paging-container .paging a .paging-item {
            width: 40px;
            height: 40px; } }
        .archive-page .paging-container .paging a .paging-item.no-border {
          border: none; }
        .archive-page .paging-container .paging a .paging-item.active {
          border: 1px solid #0f1018; }
    .archive-page .paging-container .buttons {
      text-align: center;
      font-family: HummelPlate, sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 115%;
      text-transform: uppercase;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      gap: 8px; }
      .archive-page .paging-container .buttons a.disabled {
        pointer-events: none;
        cursor: default; }
      .archive-page .paging-container .buttons a:hover {
        text-decoration: unset; }
      .archive-page .paging-container .buttons .button {
        display: -ms-flexbox;
        display: flex;
        width: 232px;
        height: 44px;
        padding: 14px 83px;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        gap: 10px;
        text-transform: uppercase;
        background: #0f1018;
        color: white;
        min-width: 35px; }
        .archive-page .paging-container .buttons .button.disabled {
          color: rgba(0, 0, 0, 0.5);
          background: #E5E5E5;
          pointer-events: none;
          cursor: default; }
        @media (max-width: 768.98px) {
          .archive-page .paging-container .buttons .button {
            display: -ms-flexbox;
            display: flex;
            width: 35px;
            height: 35px;
            padding: 12px;
            -ms-flex-pack: center;
                justify-content: center;
            -ms-flex-align: center;
                align-items: center; } }
        @media (min-width: 544px) and (max-width: 991.98px) {
          .archive-page .paging-container .buttons .button {
            display: -ms-flexbox;
            display: flex;
            width: 40px;
            height: 40px;
            padding: 12px;
            -ms-flex-pack: center;
                justify-content: center;
            -ms-flex-align: center;
                align-items: center; } }
      .archive-page .paging-container .buttons .prev,
      .archive-page .paging-container .buttons .next {
        gap: 0px;
        font-weight: 700; }
        @media (min-width: 992px) {
          .archive-page .paging-container .buttons .prev:before,
          .archive-page .paging-container .buttons .next:before {
            content: '';
            background: #fff;
            display: block;
            width: 100%;
            height: 700%;
            top: -300%;
            left: 0%;
            position: absolute;
            border-radius: 50%;
            opacity: 0;
            transition: all 1s ease;
            -webkit-transition: all 1s ease-out;
            -moz-transition: all 1s ease-out;
            -o-transition: all 1s ease-out;
            z-index: -5;
            visibility: hidden; }
          .archive-page .paging-container .buttons .prev:active:before,
          .archive-page .paging-container .buttons .next:active:before {
            width: 0%;
            height: 0%;
            opacity: 1;
            top: 50%;
            left: 50%;
            transition: 0s;
            -webkit-transition: 0s;
            -moz-transition: 0s;
            -o-transition: 0s;
            visibility: visible; } }
      @media (max-width: 991.98px) {
        .archive-page .paging-container .buttons .prev::after {
          content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgOCAxMiIgZmlsbD0ibm9uZSI+DQogIDxwYXRoIGQ9Ik04IDBMNS44OTI1NiAtMy43MzA1NGUtMDhMLTEuNTQ5NzZlLTA2IDZMNS44OTI1NiAxMkw4IDEyTDIuMTA3NDQgNkw4IDBaIiBmaWxsPSJ3aGl0ZSIgZmlsbC1vcGFjaXR5PSIxIi8+DQo8L3N2Zz4=");
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-line-pack: center;
              align-content: center;
          transform-origin: center center;
          width: 16px;
          height: 16px;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin: 0;
          padding: 0;
          top: 50%;
          border: none;
          z-index: 1;
          float: none;
          opacity: 1; }
        .archive-page .paging-container .buttons .prev.disabled::after {
          content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgOCAxMiIgZmlsbD0ibm9uZSI+DQogIDxwYXRoIGQ9Ik04IDBMNS44OTI1NiAtMy43MzA1NGUtMDhMLTEuNTQ5NzZlLTA2IDZMNS44OTI1NiAxMkw4IDEyTDIuMTA3NDQgNkw4IDBaIiBmaWxsPSJibGFjayIgZmlsbC1vcGFjaXR5PSIwLjUiLz4NCjwvc3ZnPg==");
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-line-pack: center;
              align-content: center;
          transform-origin: center center;
          width: 16px;
          height: 16px;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin: 0;
          padding: 0;
          top: 50%;
          border: none;
          z-index: 1;
          float: none;
          opacity: 1; } }
      @media (max-width: 991.98px) {
        .archive-page .paging-container .buttons .next::after {
          content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgOCAxMiIgZmlsbD0ibm9uZSI+DQogIDxwYXRoIGQ9Ik04IDBMNS44OTI1NiAtMy43MzA1NGUtMDhMLTEuNTQ5NzZlLTA2IDZMNS44OTI1NiAxMkw4IDEyTDIuMTA3NDQgNkw4IDBaIiBmaWxsPSJ3aGl0ZSIgZmlsbC1vcGFjaXR5PSIxIi8+DQo8L3N2Zz4=");
          transform: rotate(180deg);
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-line-pack: center;
              align-content: center;
          transform-origin: center center;
          width: 16px;
          height: 16px;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin: 0;
          padding: 0;
          top: 50%;
          border: none;
          z-index: 1;
          float: none;
          opacity: 1; }
        .archive-page .paging-container .buttons .next.disabled::after {
          content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgOCAxMiIgZmlsbD0ibm9uZSI+DQogIDxwYXRoIGQ9Ik04IDBMNS44OTI1NiAtMy43MzA1NGUtMDhMLTEuNTQ5NzZlLTA2IDZMNS44OTI1NiAxMkw4IDEyTDIuMTA3NDQgNkw4IDBaIiBmaWxsPSJibGFjayIgZmlsbC1vcGFjaXR5PSIwLjUiLz4NCjwvc3ZnPg==");
          transform: rotate(180deg);
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-line-pack: center;
              align-content: center;
          transform-origin: center center;
          width: 16px;
          height: 16px;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin: 0;
          padding: 0;
          top: 50%;
          border: none;
          z-index: 1;
          float: none;
          opacity: 1; } }
  .archive-page .subnavigation-container {
    width: 100%;
    max-height: 48px;
    background-color: white;
    overflow-x: scroll;
    -webkit-overflow-scrolling: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    overflow-y: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: row;
        flex-direction: row;
    width: 100%;
    max-height: 48px;
    position: relative;
    background-clip: padding-box;
    overflow-x: scroll;
    overflow-y: hidden; }
    .archive-page .subnavigation-container::after {
      content: '';
      /* Add a pseudo-element to act as the border */
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      background-color: #e3e3e3;
      /* Matches border color */
      z-index: 1;
      /* Keep it below the .selected item */ }
    .archive-page .subnavigation-container .subnav-items {
      display: -ms-flexbox;
      display: flex; }
    @media (min-width: 769px) {
      .archive-page .subnavigation-container {
        margin-top: 16px; } }
    .archive-page .subnavigation-container::-webkit-scrollbar {
      /* WebKit */
      width: 0;
      height: 0;
      display: none; }
    .archive-page .subnavigation-container .subnavigation-archive-item {
      max-height: 48px;
      padding: 16px;
      gap: 4px;
      margin-bottom: 2px;
      position: relative;
      z-index: 2;
      /* Ensure it appears above the parent pseudo-element */ }
      .archive-page .subnavigation-container .subnavigation-archive-item.selected {
        margin-bottom: 0;
        border-bottom: 2px solid #2258ce;
        z-index: 3; }
      .archive-page .subnavigation-container .subnavigation-archive-item .subnav-icon {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        padding: 2px; }
        .archive-page .subnavigation-container .subnavigation-archive-item .subnav-icon img {
          width: 12px;
          height: 12px;
          object-fit: contain; }
      .archive-page .subnavigation-container .subnavigation-archive-item .subnavigation-item-text {
        font-family: HummelPlate-Bold, sans-serif;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.02rem;
        text-transform: uppercase;
        color: #000;
        white-space: nowrap;
        margin: 0; }
        .archive-page .subnavigation-container .subnavigation-archive-item .subnavigation-item-text p {
          margin: 0; }
      @media (hover: hover) and (pointer: fine) {
        .archive-page .subnavigation-container .subnavigation-archive-item {
          /* Desktops with mouse */ }
          .archive-page .subnavigation-container .subnavigation-archive-item:hover {
            margin-bottom: 0;
            border-bottom: 2px solid #2258ce;
            cursor: pointer; } }
  .archive-page .category-card-container .card-image .section-container .label {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 10px;
    padding: 3px 5px;
    width: fit-content;
    margin-bottom: 3px;
    letter-spacing: 0.02px; }
  .archive-page .category-card-container .card-image .section-container .content-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .archive-page .category-card-container .card-image .section-container .block-heading .title {
    font-weight: 700;
    font-size: 24px; }
    @media (max-width: 991.98px) {
      .archive-page .category-card-container .card-image .section-container .block-heading .title {
        font-size: 16px; } }
  .archive-page .category-card-container .card-image .section-container .block-heading .description {
    font-weight: 500;
    font-size: 12px;
    text-transform: none; }
    .archive-page .category-card-container .card-image .section-container .block-heading .description p {
      margin: 0; }
  .archive-page .category-card-container .card-image .section-container .card-icon {
    height: 33px;
    width: 33px; }
    @media (min-width: 769px) {
      .archive-page .category-card-container .card-image .section-container .card-icon {
        height: 42px;
        width: 42px; } }
  .archive-page .category-card-container .card-image .section-container .card-icon .globe-icon {
    height: 33px;
    width: 33px; }
    @media (min-width: 769px) {
      .archive-page .category-card-container .card-image .section-container .card-icon .globe-icon {
        height: 42px;
        width: 42px; } }
  .archive-page .dynamicpage .experience-commerce_assets-jersyeModule {
    overflow-x: hidden;
    margin-left: 0px;
    margin-right: 0px; }
