* {
  margin: 0;
  padding: 0; }

html, body {
  width: 100%;
  height: 100%; }

header {
  width: 100%; }
  header > div:nth-of-type(1) {
    width: 100%;
    height: 26px;
    background-color: #0B5492; }
  header > div:nth-of-type(2) {
    width: 100%;
    height: 65px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    flex-direction: column; }
    header > div:nth-of-type(2) > div {
      width: 1140px;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      header > div:nth-of-type(2) > div div {
        color: #0B5492;
        font-family: Poppins, system-ui;
        font-size: 32px;
        font-weight: 700;
        text-transform: uppercase; }
      header > div:nth-of-type(2) > div a {
        text-decoration: unset;
        border-radius: 25px;
        background: #00CBF7;
        padding: 11px 16px;
        color: #FFF;
        font-family: Poppins, system-ui;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        cursor: pointer; }

main {
  width: 100%;
  overflow: hidden; }
  main .part1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: #F2F4F9; }
    main .part1 > div {
      width: 1140px;
      height: 698px;
      position: relative;
      z-index: 1; }
      main .part1 > div div:nth-of-type(1) {
        color: #212125;
        font-family: Poppins, system-ui;
        font-size: 48px;
        font-weight: 700;
        line-height: 70px;
        text-transform: uppercase;
        margin-top: 100px; }
      main .part1 > div div:nth-of-type(2) {
        color: #00569F;
        font-family: Poppins, system-ui;
        font-size: 34px;
        font-weight: 400;
        line-height: 51px;
        margin-top: 20px; }
    main .part1 img {
      position: absolute;
      height: 100%; }
  main .part2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; }
    main .part2 > div {
      width: 1140px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      main .part2 > div > div:nth-of-type(1) {
        position: relative;
        margin-top: 100px; }
        main .part2 > div > div:nth-of-type(1) span {
          color: #212125;
          text-align: center;
          font-family: Poppins, system-ui;
          font-size: 48px;
          font-weight: 700;
          line-height: 57px;
          letter-spacing: 1px;
          text-transform: uppercase; }
        main .part2 > div > div:nth-of-type(1) div {
          position: absolute;
          width: 312px;
          height: 6px;
          border-radius: 3px;
          background: #51FFDD;
          bottom: 5px;
          right: 0;
          z-index: -1; }
      main .part2 > div > div:nth-of-type(2) {
        color: #303234;
        text-align: center;
        font-family: Poppins, system-ui;
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 1px;
        margin-top: 40px; }
      main .part2 > div > div:nth-of-type(3) {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 60px;
        margin-bottom: 80px; }
        main .part2 > div > div:nth-of-type(3) > div {
          margin-bottom: 25px;
          width: 340px;
          height: 190px;
          display: flex;
          flex-direction: column;
          align-items: center;
          position: relative; }
          main .part2 > div > div:nth-of-type(3) > div > div:nth-of-type(1) {
            width: 100%;
            color: #212529;
            font-family: Poppins, system-ui;
            font-size: 26px;
            font-weight: 700;
            line-height: 32px; }
          main .part2 > div > div:nth-of-type(3) > div > div:nth-of-type(2) {
            width: 100%;
            color: #212529;
            font-family: Poppins, system-ui;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            margin-top: 8px; }
          main .part2 > div > div:nth-of-type(3) > div > div:nth-of-type(3) {
            width: 90%;
            height: 190px;
            border-bottom: 7px solid #EDF0F6;
            position: absolute;
            top: 0; }
  main .part3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: #0033E5; }
    main .part3 > div {
      width: 1140px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      main .part3 > div > div:nth-of-type(1) {
        position: relative;
        margin-top: 100px; }
        main .part3 > div > div:nth-of-type(1) span {
          color: #FFFFFF;
          text-align: center;
          font-family: Poppins, system-ui;
          font-size: 48px;
          font-weight: 700;
          line-height: 57px;
          letter-spacing: 1px;
          text-transform: uppercase;
          position: relative;
          z-index: 1; }
        main .part3 > div > div:nth-of-type(1) div {
          position: absolute;
          width: 100%;
          height: 6px;
          border-radius: 3px;
          background: #51FFDD;
          bottom: 5px;
          right: 0; }
      main .part3 > div > div:nth-of-type(2) {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 60px;
        margin-bottom: 100px; }
        main .part3 > div > div:nth-of-type(2) > div {
          height: 664px;
          display: flex;
          flex-direction: column;
          align-items: center;
          background-color: #FFFFFF;
          padding: 15px 18px;
          border-radius: 98px; }
          main .part3 > div > div:nth-of-type(2) > div div {
            width: 100%;
            height: 49%;
            display: flex;
            flex-direction: column;
            align-items: center;
            border-bottom: 7px solid #EDF0F6;
            margin-top: 20px; }
            main .part3 > div > div:nth-of-type(2) > div div img {
              width: 123px;
              height: 126px; }
            main .part3 > div > div:nth-of-type(2) > div div span {
              color: #212529;
              text-align: center;
              font-family: Poppins, system-ui;
              font-size: 20px;
              font-weight: 700;
              line-height: 30px; }
          main .part3 > div > div:nth-of-type(2) > div span {
            color: #212529;
            text-align: center;
            font-family: Poppins, system-ui;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            margin-top: 20px; }

footer {
  width: 100%;
  background-color: #001022;
  padding: 100px 0;
  flex-direction: column;
  align-items: center;
  display: flex; }
  footer > div {
    width: 1140px;
    display: flex;
    align-items: flex-end;
    justify-content: center; }
    footer > div > div:nth-of-type(1) {
      display: flex;
      flex-direction: column;
      margin-right: 200px; }
      footer > div > div:nth-of-type(1) > span {
        color: #FFF;
        font-family: PingFang SC, system-ui;
        font-size: 38px;
        font-weight: 600;
        line-height: 48px; }
      footer > div > div:nth-of-type(1) div {
        display: flex;
        align-items: center;
        margin-top: 20px; }
        footer > div > div:nth-of-type(1) div img {
          width: 18px;
          margin-right: 10px; }
        footer > div > div:nth-of-type(1) div span {
          color: #FFF;
          font-family: PingFang SC, system-ui;
          font-size: 20px;
          font-weight: 500;
          line-height: 30px; }
    footer > div > div:nth-of-type(2) {
      display: flex;
      align-items: center; }
      footer > div > div:nth-of-type(2) img {
        width: 18px;
        margin-right: 10px; }
      footer > div > div:nth-of-type(2) span {
        color: #FFF;
        font-family: PingFang SC, system-ui;
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        text-decoration: underline; }

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