.container-faq{
    padding: 0 50px;
    }
    .card-text-inner{
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 0px 27px 0px 0px;
    }
    .view-more-card{
        align-self: flex-end;
        margin-top: auto;
        color: #4073A4;
    }
  .shadow {
      position: fixed;
      background: rgba(0, 0, 0, 0.3);
      width: 100vw;
      height: 100vh;
      top: 0;
      left: 0;
      z-index: 5;
      display: none;
  }
  .modal {
      position: fixed;
      top: 150px;
      left: 50%;
      transform: translateX(-50%);
      width: 500px;
      height: 500px;
      background: #656e72;
      flex-direction: column;
      align-items: center;
      padding: 20px;
      z-index: 6;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      display: none;
            border: 2px solid #E3CF93;
  }
  .modal img {
      max-width: 20px;
      margin-left: auto;
      cursor: pointer;
  }
  .modal div {
      color: #ffffff;
  }
  .modal .hello {
      font-size: 44px;
      margin-bottom: 24px;
  }
  .modal .description {
      font-size: 22px;
      margin-bottom: 12px;
  }
  .modal .user-type {
      max-width: 250px;
      padding: 12px 24px;
      width: 100%;
      margin-bottom: 32px;
      border: 1px solid #ecd595;
      font-weight: 600;
      color: #ffffff;
      cursor: pointer;
      transition: 0.3s ease all;
  }
  .modal .user-type:hover {
      background: #ffffff;
      color: #ecd595;
  }
  .modal .user-type:hover span {
      color: #656e72;
  }
  .user-type span {
      color: #ecd595;
  }
 .card-article {
      display: block;
      margin: 8px 0;
            color: #273B47;
  }
  .view-more {
      color: #ffffff;
      font-size: 20px;
      text-align: center;
      display: block;
      cursor: pointer;
  }
  .topics-container {
      background: linear-gradient(90deg, #273b47 0%, rgba(68, 84, 92, 0.99) 100%);
      padding: 40px 20px;
      margin-top: 150px;
  }
  .resources-container {
      background: #ffffff;
      padding: 40px 20px;
  }
  .topics-title {
      font-size: 44px;
      color: #ffffff;
      text-align: center;
      margin-bottom: 16px;
  }
  .topics-title-blue {
      font-size: 44px;
      color: #4073a4;
      text-align: center;
  }
  .topics-subtitle {
      font-size: 39px;
      color: #ffffff;
      margin-bottom: 20px;
      margin-top: 20px;
  }
  .cards-container {
      display: flex;
      flex-wrap: wrap;
  }
  .card {
      background: #ffffff;
      border-radius: 10px;
      max-width: 370px;
      width: 100%;
      padding: 17px;
      margin-right: 35px;
      display: flex;
      min-height: 288px;
      flex: 1 0 33%;
      margin-bottom: 32px;
  }
  .blue {
      height: 242px;
            min-height: auto;
      background: #9cc0e6;
            padding: 20px;
  }
  .card-image {
      width: 40px;
      height: 40px;
  }
  .card-image img {
      width: 100%;
      padding-top: 10px;
  }
  .card-text {
      margin-left: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 100%;
  }
  .card-title {
      padding: 0px;
      margin-bottom: 0;
      font-size: 24px;
            color: #0a0a0a;
  }
  .card-view-more {
      font-size: 16px;
      text-align: right;
      color: #273b47;
  }
  .hero-background {
      position: relative;
      background: linear-gradient(90deg, #f1f6fb 0%, #d4e4f4 99.71%);
  }
  .hero-title {
      font-size: 44px;
      color: #273c47;
  }
  .container {
      max-width: 1240px;
      width: 100%;
      margin: 0 auto;
  }
  .common-question-title {
      color: #4073A4;
      font-size: 39px;
  }
  .question-container {
      display: flex;
      align-items: center;
      cursor: pointer;
  }
  .question-title {
      color: #273c47;
      font-size: 20px;
      line-height: 24px;
      margin: 10px 0;
  }
  .question-selector {
      border-bottom: 1px solid rgba(68,84,92, 0.25);
      margin-bottom: 10px;
  }
  .question-selector a {
      color: #569cdf;
  }
  .question-container p {
      margin: 12px 0;
  }
  .show-text + p, .show-text ~ .view-more-topic{
      margin: 12px 0px;
  }
  .hide-text + p,
  .hide-text ~ .view-more-topic {
      transform: scaleY(0);
      transform-origin: top;
      transition: transform 0.3s ease;
      height: 0px !important;
      overflow: hidden;
  }
  .show-text + p,
  .show-text ~ .view-more-topic {
      transform: scaleY(1);
      transform-origin: top;
      transition: transform 0.3s ease;
      height: auto;
      overflow: hidden;
          padding: 0px 62px 12px 62px;
            line-height: 1.75;
  }
  .line {
      background-color: #569cdf;
      transition: 0.3s ease all;
      position: absolute;
      transition: 0.3s ease all;
  }
  .lineX {
      width: 12px;
      height: 2px;
  }
  .lineY {
      height: 12px;
      width: 2px;
  }
  .plus-container {
      width: 25px;
      height: 25px;
      border-radius: 100%;
      border: 2.5px solid #569cdf;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .lineYRotate {
      transform: rotate(45deg);
  }
  .lineXRotate {
      transform: rotate(45deg);
  }
    .hero{
        margin-top: -30px;
    }
    .search input[type="search"]	{
        border-radius: 5px;
        border: 1px solid #dddddd;
    }
  .search input[type="search"]:focus{
         border: 1px solid #dddddd;
    }
  .no-margin{
        margin-left: 0;
    }
    .resource-text{
    }
    .viewMoreFAQ{
        color: #569cdf;
    }
    .viewMoreFAQ:visited{
        color: #569cdf;
    }
  @media (max-width: 800px) {
      .cards-container {
          flex-direction: column;
                    align-items: center;
      }
      .card {
          margin-bottom: 35px;
      }
      .common-question-title {
          font-size: 28px;
      }
      .hero-title {
          font-size: 30px;
      }
            .topics-subtitle{
                text-align: center;
            }
  }

  .lds-default {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #4073A4;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
  }
  .lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
  }
  .lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
  }
  .lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
  }
  .lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
  }
  .lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
  }
  .lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
  }
  .lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
  }
  .lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
  }
  .lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
  }
  .lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
  }
  .lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
  }
  .lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
  }
  @keyframes lds-default {
    0%, 20%, 80%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
  }