:root {
  --font-lato: "Lato", sans-serif;
  --font-inter: "Inter", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font-lato);
}

body.nmcQkiIoEG {
  overflow: hidden;
}

body {
  background-color: #eef4ff;
}

.rZMtpuUFLa {
  background: url("../images/bg-desktop.png");
  background-color: #eef4ff;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

.real-bg {
  .AfDMqjXuqL {
    display: none;
  }

  header {
    .dBxtBWybkM {
      .yshbZZZueD {
        p {
          display: none;
        }
      }
    }
  }
}

.kxlLDkGXjt {
  position: absolute;
  top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: #fff;
  left: -100%;
  transition: left 0.3s ease;
  z-index: 6;
  padding: 16px;
  gap: 32px;

  img {
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 16px;
  }

  ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 100%;

    li {
      list-style: none;

      a {
        color: #781b8f;
        font-family: var(--font-lato);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: -0.32px;
        text-decoration-line: underline;
        text-transform: capitalize;
      }
    }
  }
}

.kxlLDkGXjt.QlJbclLaIj {
  left: 0;
}

.AfDMqjXuqL {
  width: 100%;
  min-height: 40px;
  height: auto;
  padding: 6px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #c11;

  img {
    width: 28px;
    height: 28px;
  }

  p {
    color: #fff;
    font-family: var(--font-lato);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
  }
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 16px;

  nav {
    max-width: 1216px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;

    a {
      display: flex;
      align-items: center;
      justify-content: center;

      img {
        width: 171px;
        height: 40px;
		object-fit: contain;
      }
    }

    ul {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 24px;

      li {
        list-style: none;

        a {
          color: #781b8f;
          font-family: var(--font-lato);
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 24px;
          letter-spacing: -0.32px;
          text-transform: capitalize;
        }
      }
    }

    .mzloXOjIuk {
      width: 24px;
      height: 24px;
      display: none;
    }
  }

  .dBxtBWybkM {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding: 32px 0 20px;

    & > h1 {
      color: #000;
      text-align: center;
      font-family: Lato;
      font-size: 32px;
      font-style: normal;
      font-weight: 600;
      line-height: 40px;
      letter-spacing: -0.64px;
    }

    .yshbZZZueD {
      display: flex;
      flex-direction: column;
      gap: 4px;
      align-items: center;
      justify-content: center;
      max-width: 960px;
      width: 100%;

      h1 {
        color: #000;
        text-align: center;
        font-family: var(--font-lato);
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: -0.64px;
      }

      p {
        color: #000;
        text-align: center;
        font-family: var(--font-lato);
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: -0.4px;

        span {
          text-decoration-line: underline;
        }
      }
    }

    .ThZWDBqcvG {
      display: flex;
      flex-direction: column;
      gap: 12px;
      align-items: center;
      justify-content: center;

      & > p {
        display: flex;
        padding: 3px 8px;
        justify-content: center;
        align-items: center;
        gap: 6px;
        border-radius: 4px;
        border: 2px solid #002868;
        height: 30px;

        img {
          width: 20px;
          height: 20px;
        }

        span {
          color: #002868;
          text-align: center;
          font-family: var(--font-lato);
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 18px;
          letter-spacing: -0.28px;
        }
      }

      ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 6px;

        li {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 6px;
          border-radius: 4px;
          border-bottom: 2px solid #fff;
          background: rgba(0, 40, 104, 0.8);
          padding: 5px 8px;
          min-width: 157px;
          height: 30px;

          img {
            width: 20px;
            height: 20px;
          }

          p {
            color: #fff;
            text-align: center;
            font-family: var(--font-lato);
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 18px;
            letter-spacing: -0.28px;
          }
        }
      }
    }
  }
}

main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 16px 120px;

  .qfOnJNsVlD {
    max-width: 1248px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 64px;
    row-gap: 48px;
    padding: 0 16px;

    .DRRgdQpdUw {
      width: 343px;
      min-height: 252px;
      display: flex;
      flex-direction: column;
      gap: 12px;
      padding: 12px 16px;
      border-radius: 6px;
      border: 2px solid #002868;
      background: #fff;
      position: relative;

      .EMNYfOmMem {
        position: absolute;
        border-radius: 12px 0px;
        min-width: 128px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6px 8px;
        color: #fff;
        text-align: right;
        font-family: var(--font-inter);
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
        top: -10px;
        right: 16px;
        z-index: 1;
        white-space: nowrap;
      }

      & > p {
        position: absolute;
        left: 6px;
        top: 6px;
        display: flex;
        width: 26px;
        height: 26px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 13px;
        background: #fff;
      }

      .vBrOViDPHN {
        display: flex;
        justify-content: space-between;
        align-items: center;

        .weXlWdKkKu {
          width: 108px;
          height: 72px;
          border-radius: 6px;

          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 6px;
          }
        }

        p {
          color: #737373;
          font-family: var(--font-lato);
          font-size: 20px;
          font-style: normal;
          font-weight: 600;
          line-height: normal;

          span {
            color: #000;
            text-align: right;
            font-family: var(--font-lato);
            font-size: 36px;
            font-style: normal;
            font-weight: 800;
            line-height: normal;
          }
        }
      }

      .ZjgWJqZZhj {
        min-height: 68px;
        height: auto;
        width: 100%;
        border-radius: 6px;
        background: #eee;
        color: #000;
        text-align: center;
        font-family: var(--font-lato);
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
        padding: 8px 4px;
        margin-bottom: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .DfXIroeyuG {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 6px;
        border: 1px dashed #707070;
        background: #fff;
        padding: 2px 2px 2px 8px;
        height: 32px;

        p {
          color: #667085;
          font-family: var(--font-lato);
          font-size: 13px;
          font-style: normal;
          font-weight: 400;
          line-height: 18px;
          letter-spacing: -0.26px;

          span {
            color: #000;
            font-family: var(--font-lato);
            font-size: 13px;
            font-style: normal;
            font-weight: 700;
            line-height: 18px;
            letter-spacing: -0.26px;
            margin-left: 6px;
          }
        }

        .ZCLNJqAFNI {
          display: flex;
          width: 36px;
          height: 28px;
          padding: 5px;
          justify-content: center;
          align-items: center;
          border-radius: 4px;
          background: linear-gradient(180deg, #c226e9 0%, #781b8f 100%);
          box-shadow: 0px 1.273px 2.545px 0px rgba(16, 24, 40, 0.05);
          cursor: pointer;

          img {
            width: 20px;
            height: 20px;
          }
        }

        .FxKsvZFmHC {
          display: none;
          width: 36px;
          height: 28px;
          padding: 5px;
          justify-content: center;
          align-items: center;
          border-radius: 4px;
          background: #8ac149;
          box-shadow: 0px 1.273px 2.545px 0px rgba(16, 24, 40, 0.05);
          cursor: pointer;

          img {
            width: 24px;
            height: 24px;
          }
        }
      }

      button {
        width: 217px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        border: 2px solid #e686fe;
        background: linear-gradient(180deg, #c226e9 0%, #781b8f 100%);
        color: #fff;
        text-align: center;
        font-family: var(--font-lato);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
		position: relative;
        line-height: 30px;
        letter-spacing: -0.8px;
        margin: 0 auto;
        cursor: pointer;

		a {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			color: #fff;
			text-align: center;
			font-family: var(--font-lato);
			font-size: 20px;
			font-style: normal;
			font-weight: 700;
			z-index: -2;
			line-height: 30px;
			letter-spacing: -0.8px;
			margin: 0 auto;
			cursor: pointer;
		}
      }
    }
  }
}

footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 16px;

  .bRaJhaRRXP {
    max-width: 1216px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 48px;
    padding: 32px;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 40px;

    .tUEEPuUJcV {
      width: 118px;
      height: 48px;
    }

    .KeqIEAFGLC {
      width: 146px;
      height: 48px;
    }

    .aDDEXopQcX {
      width: 48px;
      height: 48px;
    }

    .QEGkTlyLnj {
      width: 72px;
      height: 48px;
    }

    .HdmiNjHSWH {
      width: 151px;
      height: 48px;
    }

    .zaJxrJEHmP {
      width: 103px;
      height: 48px;
    }
  }

  .AgTJtfoPMY {
    max-width: 1216px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 32px 0;

    p {
      color: #000;
      font-family: var(--font-lato);
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: -0.32px;

      a {
        color: #000;
        font-family: var(--font-lato);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.32px;
        text-decoration-line: underline;
        text-underline-position: from-font;
      }
    }
  }

  ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 24px 0;

    li {
      list-style: none;

      a {
        color: #781b8f;
        font-family: var(--font-lato);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.64px;
        text-decoration-line: underline;
        text-transform: capitalize;
      }
    }
  }

  & > p {
    color: #000;
    font-family: var(--font-lato);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.3px;
    text-transform: capitalize;
    margin-bottom: 32px;
  }
}

.fZLZCyvPdW {
  position: fixed;
  max-width: 320px;
  width: 100%;
  min-height: 124px;
  height: auto;
  bottom: 12px;
  right: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  justify-content: center;
  z-index: 5;
  border-radius: 6px;
  border: 1px solid #9c9c9c;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);

  .wuYWMRLvUV {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

    p {
      color: #000;
      text-align: center;
      font-family: var(--font-lato);
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
    }
  }

  .dSqoylzMMZ {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    button {
      width: 142px;
      display: flex;
      height: 40px;
      padding: 8px;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      border-radius: 8px;
      border: none;
    }

    .vrKXMNkElc {
      color: #000;
      font-family: var(--font-lato);
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 28px;
      text-decoration-line: underline;
      background: #fff;
    }

    .CfHvEyBrQx {
      border-radius: 7px;
      border: 1px solid #781b8f;
      color: #781b8f;
      font-family: var(--font-lato);
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 28px;
      text-decoration-line: underline;
      background: #fff;
    }
  }
}

.fZLZCyvPdW.pXDOJgeNBS {
  display: none;
}

.VLxzAqYEjX {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 6;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);

  .UpdMdAYxRv {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 340px;
    height: auto;
    z-index: 6;
    display: flex;
    max-width: 400px;
    width: calc(100% - 32px);
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 12px;
    background: #fff;
    padding: 20px 16px;

    p {
      color: #000;
      text-align: center;
      font-family: var(--font-lato);
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: 30px;

      a {
        color: #000;
        font-family: var(--font-lato);
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        text-decoration-line: underline;
      }
    }

    .dSqoylzMMZ {
      display: flex;
      flex-direction: column;
      width: 100%;
      justify-content: center;
      align-items: center;
      gap: 12px;

      button {
        cursor: pointer;
        border: none;
      }

      .vpQuQgEqGs {
        width: 197px;
        height: 28px;
        color: #000;
        font-family: var(--font-lato);
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        text-decoration-line: underline;
        background: #fff;
      }

      .qFQVyDeDhU {
        width: 218px;
        height: 56px;
        border-radius: 12px;
        border: 2px solid #e686fe;
        background: linear-gradient(180deg, #c226e9 0%, #781b8f 100%);
        color: #fff;
        text-align: center;
        font-family: var(--font-lato);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: -0.8px;
      }
    }
  }
}

.NhzDsppvYC {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 6;
  background: #eee;
  padding: 16px;

  .MNKueejJEG {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 136px;
    height: auto;
    width: calc(100% - 32px);
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;

    img {
      width: 56px;
      height: 56px;
    }

    p {
      color: #000;
      text-align: center;
      font-family: var(--font-lato);
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: 30px;
    }
  }
}

@media screen and (max-width: 1220px) {
  main {
    .qfOnJNsVlD {
      padding: 0 8px;
    }
  }
}

@media screen and (max-width: 610px) {
  .rZMtpuUFLa {
    background: url("../images/bg-mobile.png");
    background-size: 100% auto;
    background-color: #eef4ff;
    background-repeat: no-repeat;
    background-position: top center;
  }

  .AfDMqjXuqL {
    padding: 5px 16px;

    p {
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: -0.28px;
    }
  }

  header {
    nav {
      height: 46px;

      a {
        img {
          width: 136px;
          height: 32px;
        }
      }
      ul {
        display: none;
      }

      .mzloXOjIuk {
        display: block;
      }
    }

    .dBxtBWybkM {
      gap: 16px;
      padding: 12px 0;

      & > h1 {
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -0.88px;
      }

      .yshbZZZueD {
        h1 {
          font-size: 22px;
          font-style: normal;
          font-weight: 600;
          line-height: 30px;
          letter-spacing: -0.88px;
        }

        p {
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px;
          letter-spacing: -0.64px;
        }
      }
    }
  }

  main {
    padding: 24px 16px 120px;
  }

  footer {
    .bRaJhaRRXP {
      padding: 16px;
      column-gap: 16px;
      row-gap: 20px;
      margin-bottom: 0px;

      .tUEEPuUJcV {
        width: 108px;
        height: 44px;
      }

      .KeqIEAFGLC {
        width: 134px;
        height: 44px;
      }

      .aDDEXopQcX {
        width: 44px;
        height: 44px;
      }

      .QEGkTlyLnj {
        width: 66px;
        height: 44px;
      }

      .HdmiNjHSWH {
        width: 139px;
        height: 44px;
      }

      .zaJxrJEHmP {
        width: 95px;
        height: 44px;
      }
    }

    .AgTJtfoPMY {
      margin: 24px 0;

      p {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
      }
    }

    ul {
      gap: 12px;
      flex-direction: column;
    }

    & > p {
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      margin-bottom: 24px;
    }
  }

  .fZLZCyvPdW {
    max-width: 360px;
    width: calc(100% - 15px);
    bottom: 6px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    gap: 10px;
    padding: 8px;
    min-height: 114px;

    .dSqoylzMMZ {
      button {
        width: 166px;
      }
    }
  }

  .VLxzAqYEjX {
    .UpdMdAYxRv {
      max-width: 343px;
    }
  }

  .NhzDsppvYC {
    .MNKueejJEG {
      img {
        width: 52px;
        height: 52px;
      }
    }
  }
}

@media screen and (max-width: 479px) {
  main {
    .qfOnJNsVlD {
      padding: 0px;
      gap: 24px;
    }
  }
}

/*contact-us page*/
main {
  .gQTJOtufqW {
    max-width: 1216px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 12px;
    background: #fff;
    padding: 32px;

    .OAXttwCLiA {
      display: flex;
      flex-direction: column;
      gap: 12px;
      p {
        color: #000;
        font-family: var(--font-lato);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
      }

      h2 {
        color: #000;
        font-family: var(--font-lato);
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
      }
    }
  }
}

@media screen and (max-width: 610px) {
  main {
    .gQTJOtufqW {
      padding: 16px;
      gap: 32px;

      .OAXttwCLiA {
        gap: 8px;
        h2 {
          font-size: 20px;
          font-style: normal;
          font-weight: 700;
          line-height: 30px;
        }
      }
    }
  }
}

/*how-to-choose, privacy-policy, terms, cookies pages*/
main {
  .wicrXeLIXb {
    max-width: 1216px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 12px;
    background: #fff;
    padding: 32px;

    .HlHeavaHIO {
      display: flex;
      flex-direction: column;
      gap: 12px;

      h2 {
        color: #000;
        font-family: var(--font-lato);
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
      }

      p {
        color: #000;
        font-family: var(--font-lato);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;

        span {
          text-decoration: underline;
        }

        a {
          color: #000;
          font-family: Lato;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px;
          text-decoration-line: underline;
        }
      }

      .koxmwYpKik {
        margin-left: 15px;
      }

      .tAxxCNenfX {
        margin-left: 15px;
      }

      ul {
        display: flex;
        flex-direction: column;

        li {
          list-style: none;
          display: flex;
          color: #000;
          font-family: var(--font-lato);
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px;

          span {
            margin: 0 7px;
          }
        }

        .jROpKMTSAf {
          flex-direction: column;
        }
      }
    }

    .aScqohubXP {
      margin-top: 8px;
    }
  }
}

@media screen and (max-width: 610px) {
  main {
    .wicrXeLIXb {
      padding: 16px;
      gap: 32px;

      .HlHeavaHIO {
        gap: 8px;

        h2 {
          font-size: 20px;
          font-style: normal;
          font-weight: 700;
          line-height: 30px;
        }
      }

      .aScqohubXP {
        margin-top: 0px;
      }
    }
  }
}
