<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.faq-list {
  .faq-container {
    background-color: var(--tertiary-white);
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 0px;
    margin-bottom: 9px;
    margin-top: 40px;
    @media (width&gt;=1024px){
      margin-top: 0;
    }
    

    .faq-list-title {
      font-family: var(--body-font-family);
      color: var(--tertiary-black);
      font-size: 1.5rem;
      line-height: 1.875rem;
      font-style: normal;
      margin: 0;
      font-weight: 700;
      width: calc((var(--grid-formula) * 3) + (var(--grid-gutter-width) * (3 - 1)));
      /* @media (width &gt;=768px){
        
      } */
      @media (width &gt;=1024px){
        width: calc((var(--grid-formula) * 5) + (var(--grid-gutter-width) * (5 - 1)));
        font-size: 32px;
        line-height: 2.5rem;
      }
    }

    .faq-items .faq-items-container {
      display: flex;
      flex-direction: column;
      margin-bottom: unset;
      margin-top: 0;

      .faq-item{
        &amp;::after{
          background: linear-gradient(90deg, rgba(178, 178, 178, 0.00) 0%, #B2B2B2 50.5%, rgba(178, 178, 178, 0.00) 100%);
          content: '';
          height: 1px;
          display: block;
          width: 100%;
        }
      }
    }

    .faq-items-button-container{
      margin-top: 8px;
      @media (width &gt;=768px) {
        margin-top: 10px;
      }
      @media (width &gt;=1024px) {
        margin-top: 24px;
      }
    }

    .faq-items .faq-items-container .faq-item {
      display: flex;
      flex-direction: column;
      padding-bottom: 8px;

      .faq-item-title {
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        cursor: pointer;
        background: unset;
        border: unset;
        width: 100%;
        padding: 0;
        min-height: 40px;
        padding-bottom: 8px;
        @media (width &lt; 768px) {
          display: flex;
          justify-content: space-between;
          align-items: center;
          gap: 12px;
        }
        @media (width&gt;=1024px){
          padding-bottom: 0;
        }
        &amp;.active{
          padding-bottom: 0;
        }
        &gt; span, &gt; :is(h1, h2, h3, h4) {
          margin: 0;
          font-family: var(--body-font-family);
          color: var(--raisin-black);
          font-size: 0.875rem;
          font-style: normal;
          font-weight: 600;
          line-height: 1.125rem; 
          text-align: left;
          @media (width &lt; 768px) {
            flex-grow: 1;
            margin: 0;
          }                  
          @media (width &gt;=1024px) {
            font-size: 0.75rem;
          }
        }

        .toggle_icon {
          background-image: url("../../icons/add-blue.svg");
          background-repeat: no-repeat;
          background-position: right;
          background-size: cover;
          height: 24px;
          width: 24px;
          flex-shrink: 0;
          @media (width &lt; 768px) {
            background-size: contain;
          }
        }

        &amp;.active {
          .toggle_icon {
            background-image: url("../../icons/minus-blue.svg");
          }
        }
      }

      .faq-item-description {
        /* height: 0; */
        max-height: 0px;
        overflow: hidden;
        transition: max-height 0.2s ease-out, padding 0.2s ease-out;
        width: 259px;
        @media (width &gt;= 768px){
          width: calc(100% - 100px);
        }
         &amp;.active{
          margin-bottom: 8px;
          @media (width &gt;=1024px){
            margin-bottom: 0px;
          }
         }
        p {
          margin: 0;
          color: var(--tertiary-black);
          font-family: var(--body-font-arena);
          font-size: 0.75rem;
          line-height: 1rem;
          font-weight: 300;
          text-align: justify;
          font-style: normal;
          margin-top: 8px;
          @media (width &gt;=1024px) {
            font-size: 0.875rem;
            line-height: 1.25rem;
          }
        }
      }

      .faq-item-description.active {
        opacity: 1;
        height: auto;
      }
      &amp;:first-child {
        .faq-item-description::-webkit-scrollbar {
          display: none;
        }
      }
    }
  }

  .faq-toggle-button {
    height: 40px;
    width: 100%;
    border: none;
    border-bottom: 0;
    background: transparent;
    border-radius: 0px;
    text-align: left;
    font-family: var(--body-font-family);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.125rem;
    padding:0;
    color: var(--primary-blue-700);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    svg path{
      fill:var(--primary-blue-700);
    }
    @media (width &gt;=1024px) {
      font-size: 0.75rem;
    }
  }

  .arrow-icon {
    margin-left: auto;
    transition: transform 0.2s ease;
  }

  @media (width &gt;=768px) {
    .faq-container {
      gap: 0;
      justify-content: space-between;

      .faq-toggle-button {
        height: 64px;
        font-size: 18px;
        line-height: 24px

      }

      .arrow-icon {
        margin-left: auto;
        transition: transform 0.2s ease;
      }

      .faq-items .faq-items-container .faq-item {
        padding: 0 0 8px;

        .faq-item-title {
          gap: 24px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          cursor: pointer;

          .toggle_icon {
            height: 12px;
            width: 12px;
          }
        }

        .faq-item-description p {
          font-size: 0.625rem;
          line-height: 0.75rem;
        }
      }
    }
  }

  @media (width &gt;=1024px) {
    .faq-container {
      /* padding-block: 96px; */
      padding-top: 84px;
      flex-direction: row;
      gap: 0;
      justify-content: space-between;
      padding-bottom: 34px;
      margin-bottom: 0;

      .faq-items .faq-items-container .faq-item {
  
        .faq-item-title {
          min-height:64px ;
          &gt; span, &gt; :is(h2) {
            font-size: 18px;
            line-height: 24px;
            font-weight: var(--fw-600);
          }
  
          .toggle_icon {
            height: 32px;
            width: 33px;
          }
        }
  
        .faq-item-description p {
          font-size: 14px;
          line-height: 20px;
          font-weight: var(--fw-300);
          margin-bottom: 0;
          margin-top: 0;
          padding-bottom: 15px;
        }
      }
    }
  }
  @media (width &gt;=1920px) {
    .faq-container{
      padding-top: 84px;
      padding-bottom: 34px;
    }
  }  
  /* @media (width &gt;=1200px) {
    .faq-container {
      .faq-list-title {
        font-size: 3.5rem;
        line-height: 67.2px;
        letter-spacing: 1.12px;
      }

      .faq-items .faq-items-container .faq-item {
        .faq-item-title {
          &gt; span, &gt; :is(h1, h2, h3, h4) {
            font-size: 0.875rem;
            line-height: 1.25rem;
          }

          .toggle_icon {
            height: 20px;
            width: 20px;
          }

          &gt; h2{
            font-size: 1.125rem;
          }
        }

        .faq-item-description p {
          font-size: 14px;
          line-height: 20px;
        }
      }
    }
  } */
}
</pre></body></html>