.banner {
  display: flex;
  padding: 161px 0 100px 0;
  justify-content: center;
  align-items: center;
  gap: 100px;
  align-self: stretch;
  background: linear-gradient(180deg, #EDF3FF 0%, #FFF 100%); }
  .banner > div {
    width: 1320px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 140px;
    align-self: stretch; }
    .banner > div > .banner-left {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 30px;
      flex: 1 0 0; }
      .banner > div > .banner-left > h1,
      .banner > div > .banner-left > p {
        color: var(--PIA_BK-01, #042040);
        font-family: "Open Sans";
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        /* 44px */
        text-transform: capitalize; }
      .banner > div > .banner-left > .search_box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch; }
        .banner > div > .banner-left > .search_box > p {
          color: var(--PIA_BK-02, #55687D);
          font-family: "Open Sans";
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 100%; }
        .banner > div > .banner-left > .search_box > .search {
          display: flex;
          justify-content: flex-end;
          align-items: flex-start;
          align-self: stretch;
          width: 540px; }
          .banner > div > .banner-left > .search_box > .search > input {
            display: flex;
            padding: 15px 0px 15px 20px;
            align-items: center;
            gap: 10px;
            flex: 1 0 0;
            border-radius: 4px 0px 0px 4px;
            background: #FFF;
            border: 0;
            outline: none;
            font-size: 18px;
            color: #042040; }
          .banner > div > .banner-left > .search_box > .search > button {
            display: flex;
            padding: 11px 25px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            align-self: stretch;
            border-radius: 0px 4px 4px 0px;
            background: var(--PIA_VI-01, #0E6FDE);
            border: 0;
            outline: none;
            color: #FFF;
            font-family: "Open Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-transform: capitalize;
            cursor: pointer; }
        .banner > div > .banner-left > .search_box .search-tips {
          margin-top: 10px;
          color: var(--PIA24-Tip-01, #E30B34);
          font-family: "Open Sans";
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 125%;
          /* 17.5px */ }
        .banner > div > .banner-left > .search_box > div {
          display: flex;
          align-items: center;
          align-self: stretch; }
          .banner > div > .banner-left > .search_box > div > span {
            color: var(--PIA_BK-02, #55687D);
            font-family: "Open Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%;
            /* 14px */
            margin-left: 5px; }
    .banner > div > .banner-right {
      width: 600px;
      flex-direction: column;
      align-items: flex-start;
      border-radius: 4px;
      border: 1px solid #E7F0F9;
      background: linear-gradient(180deg, #FFF 0%, rgba(249, 252, 255, 0) 115.57%); }
      .banner > div > .banner-right > div {
        display: flex;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        align-self: stretch; }
        .banner > div > .banner-right > div > div {
          display: flex;
          align-items: center;
          gap: 10px;
          align-self: stretch; }
          .banner > div > .banner-right > div > div > span {
            display: flex;
            align-items: flex-start;
            gap: 1px;
            color: var(--PIA_BK-01, #042040);
            font-family: "Open Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%;
            /* 14px */
            text-transform: capitalize; }
            .banner > div > .banner-right > div > div > span > span {
              color: #045BC5;
              font-family: "Open Sans";
              font-size: 14px;
              font-style: normal;
              font-weight: 400;
              line-height: 100%;
              /* 14px */ }
          .banner > div > .banner-right > div > div .country {
            padding: 0 !important; }
        .banner > div > .banner-right > div .brd-flex {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .banner > div > .banner-right > div .brd-flex span {
            display: flex;
            align-items: center;
            gap: 10px;
            color: var(--PIA24-BK-02, #55687D);
            font-family: "Open Sans";
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            /* 30px */ }
            .banner > div > .banner-right > div .brd-flex span > span {
              color: var(--PIA24-BK-01, #042040);
              font-family: "Open Sans";
              font-size: 20px;
              font-style: normal;
              font-weight: 600;
              line-height: 150%;
              /* 30px */ }
          .banner > div > .banner-right > div .brd-flex .brd-fr {
            display: flex;
            align-items: center;
            gap: 10px;
            color: var(--PIA24-BK-01, #042040);
            font-family: "Open Sans";
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            /* 22.5px */ }
            .banner > div > .banner-right > div .brd-flex .brd-fr .country {
              background: none; }
            .banner > div > .banner-right > div .brd-flex .brd-fr img {
              width: 27px; }
        .banner > div > .banner-right > div .brd-list {
          border-radius: 4px;
          position: relative; }
          .banner > div > .banner-right > div .brd-list .brd-list-content {
            background: #fff;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            gap: 20px 30px;
            border-radius: 4px;
            padding: 10px 15px;
            align-items: stretch;
            z-index: 2; }
            .banner > div > .banner-right > div .brd-list .brd-list-content > div {
              width: calc((100% - 30px) / 2);
              display: flex;
              align-items: flex-start;
              gap: 10px;
              padding: 10px 0;
              border-bottom: 1px solid var(--PIA24-Line-02, #F4F4F5); }
              .banner > div > .banner-right > div .brd-list .brd-list-content > div > img {
                width: 16px;
                height: 16px; }
              .banner > div > .banner-right > div .brd-list .brd-list-content > div > span {
                display: flex;
                align-items: flex-start;
                color: var(--PIA24-BK-02, #55687D);
                font-family: "Open Sans";
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 100%;
                /* 14px */
                text-transform: capitalize;
                flex: 1;
                white-space: wrap;
                position: relative; }
                .banner > div > .banner-right > div .brd-list .brd-list-content > div > span * {
                  flex-shrink: 0; }
                .banner > div > .banner-right > div .brd-list .brd-list-content > div > span i {
                  flex-shrink: 0; }
                .banner > div > .banner-right > div .brd-list .brd-list-content > div > span span {
                  color: var(--PIA24-BK-01, #042040);
                  max-width: 100%;
                  overflow: hidden;
                  min-width: 0;
                  flex-shrink: unset;
                  word-break: break-all; }
          .banner > div > .banner-right > div .brd-list::after {
            display: block;
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            right: -1px;
            bottom: -1px;
            border-radius: inherit;
            background: linear-gradient(to bottom, #F4F4F5, transparent) border-box;
            z-index: 1; }

.count-1 {
  display: flex;
  width: 1320px;
  margin: 0 auto;
  padding-top: 90px;
  flex-direction: column;
  align-items: center; }
  .count-1 > .title {
    color: var(--PIA_BK-01, #042040);
    text-align: center;
    font-family: "Open Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 40px */ }
  .count-1 > .title-span {
    color: var(--PIA_BK-02, #55687D);
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 27.2px */
    margin-top: 20px; }
  .count-1 > .text-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    align-self: stretch;
    margin-top: 80px; }
    .count-1 > .text-box > img {
      display: block;
      width: 650px; }
    .count-1 > .text-box > div {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 18px;
      flex: 1 0 0; }
      .count-1 > .text-box > div > h3,
      .count-1 > .text-box > div > p {
        color: var(--PIA_BK-01, #042040);
        font-family: "Open Sans";
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        /* 20px */ }
      .count-1 > .text-box > div > .text-list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch; }
        .count-1 > .text-box > div > .text-list > p {
          display: flex;
          align-items: center;
          gap: 10px;
          align-self: stretch;
          color: #042040;
          font-size: 16px; }
      .count-1 > .text-box > div > span {
        color: #55687D;
        font-family: "Open Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 24px */ }

.count-2 {
  display: flex;
  width: 1210px;
  margin: 0 auto;
  padding-top: 130px;
  flex-direction: column;
  align-items: center; }
  .count-2 > .title {
    color: var(--PIA_BK-01, #042040);
    text-align: center;
    font-family: "Open Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 52px */ }
  .count-2 > .list-count {
    display: flex;
    width: 1320px;
    align-items: flex-start;
    gap: 30px; }
    .count-2 > .list-count > .box {
      display: flex;
      width: 420px;
      padding-bottom: 25px;
      margin-top: 50px;
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
      align-self: stretch;
      border-radius: 10px;
      border: 1px solid #F0F4F5;
      background: #FFF; }
      .count-2 > .list-count > .box > img {
        display: block;
        width: 100%; }
      .count-2 > .list-count > .box > .text-box {
        display: flex;
        padding: 0px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        align-self: stretch; }
        .count-2 > .list-count > .box > .text-box > h3,
        .count-2 > .list-count > .box > .text-box > p {
          color: var(--PIA_BK-01, #042040);
          font-family: "Open Sans";
          font-size: 20px;
          font-style: normal;
          font-weight: 600;
          line-height: 120%; }
        .count-2 > .list-count > .box > .text-box > span {
          color: var(--PIA_BK-02, #55687D);
          font-family: "Open Sans";
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 150%; }

.count-3 {
  display: flex;
  width: 1320px;
  margin: 0 auto;
  padding-top: 130px;
  flex-direction: column;
  align-items: center; }
  .count-3 > .title {
    color: var(--PIA_BK-01, #042040);
    text-align: center;
    font-family: "Open Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; }
  .count-3 > .box-count {
    display: flex;
    width: 1320px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding-top: 60px; }
    .count-3 > .box-count > .count-top {
      display: flex;
      align-items: stretch;
      gap: 30px;
      align-self: stretch;
      width: 100%; }
      .count-3 > .box-count > .count-top > .box {
        display: flex;
        padding: 40px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        border-radius: 4px;
        border: 1px solid var(--PIA24-Line-02, #F4F4F5);
        background: #FCFCFD;
        width: calc((100% - 30px) / 2); }
        .count-3 > .box-count > .count-top > .box > div {
          display: flex;
          align-items: center;
          gap: 15px;
          align-self: stretch; }
          .count-3 > .box-count > .count-top > .box > div > h3,
          .count-3 > .box-count > .count-top > .box > div > span {
            color: var(--PIA_BK-01, #042040);
            font-family: "Open Sans";
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 100%;
            /* 33.8px */ }
        .count-3 > .box-count > .count-top > .box > span {
          display: block;
          color: var(--PIA_BK-02, #55687D);
          font-family: "Open Sans";
          font-size: 15px;
          font-style: normal;
          font-weight: 400;
          line-height: 150%; }

.cont-4 {
  display: flex;
  width: 1320px;
  margin: 0 auto;
  padding-top: 130px;
  flex-direction: column;
  align-items: center; }
  .cont-4 > .title {
    color: var(--PIA_BK-01, #042040);
    text-align: center;
    font-family: "Open Sans";
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 52px */ }
  .cont-4 > span {
    color: var(--PIA_BK-02, #55687D);
    display: block;
    width: 920px;
    margin-top: 20px;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27.2px */ }
  .cont-4 > .list {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    align-self: stretch;
    margin-top: 50px; }
    .cont-4 > .list > .li {
      width: calc((100% - 100px) / 3);
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 15px; }
      .cont-4 > .list > .li > h3,
      .cont-4 > .list > .li > p {
        color: var(--PIA_BK-01, #042040);
        font-family: "Open Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; }
      .cont-4 > .list > .li > span {
        color: var(--PIA_BK-02, #55687D);
        font-family: "Open Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-top: -5px; }

.quest-box .index-h2 {
  color: var(--PIA_BK-01, #042040);
  text-align: center;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 40px */ }

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