.tab__container {
  width: 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    .tab__container {
      padding: 20px 15px; } }
  @media (min-width: 1200px) {
    .tab__container {
      padding: 32px 40px; } }
  .tab__container .tab__menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: auto; }
    @media (max-width: 600px) {
      .tab__container .tab__menu {
        width: 500px;
        overflow: auto; } }
    @media (max-width: 566px) {
      .tab__container .tab__menu {
        width: 450px;
        overflow: auto; } }
    @media (max-width: 520px) {
      .tab__container .tab__menu {
        width: 380px;
        overflow: auto; } }
    @media (max-width: 450px) {
      .tab__container .tab__menu {
        width: 320px;
        overflow: auto; } }
    @media (max-width: 375px) {
      .tab__container .tab__menu {
        width: 260px;
        overflow: auto; } }
    .tab__container .tab__menu ul {
      display: flex;
      list-style: none;
      justify-content: space-between;
      padding-left: 0; }
      @media (max-width: 600px) {
        .tab__container .tab__menu ul {
          width: 600px; } }
      .tab__container .tab__menu ul .tab__menu-link {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
        padding-left: 15px;
        padding-right: 15px;
        height: 50px;
        color: #fff;
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px; }
        @media (min-width: 600px) {
          .tab__container .tab__menu ul .tab__menu-link {
            width: 176px; } }
        .tab__container .tab__menu ul .tab__menu-link:hover {
          cursor: pointer; }
        .tab__container .tab__menu ul .tab__menu-link--active {
          background: #FFFFFF;
          border-radius: 60px; }
          .tab__container .tab__menu ul .tab__menu-link--active span {
            background: linear-gradient(279.89deg, #4ACB57 -5.27%, #1F8F53 75.75%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-fill-color: transparent; }
  .tab__container .tab__panel-wrap .tab__panel:not(:first-child) {
    display: none; }
  .tab__container .tab__panel-heading {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    /* identical to box height, or 110% */
    text-align: center;
    letter-spacing: -0.02em;
    /* Primary/White */
    color: #FFFFFF;
    margin-bottom: 22px; }
  .tab__container .tab__panel-sub_heading {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    /* or 133% */
    text-align: center;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px; }
  .tab__container .tab__panel .wpcf7 .wpcf7-form {
    margin-bottom: 22px; }
    .tab__container .tab__panel .wpcf7 .wpcf7-form .wpcf7-spinner {
      display: none; }
    .tab__container .tab__panel .wpcf7 .wpcf7-form input {
      border: none;
      width: 100%;
      height: 60px;
      left: 150px;
      top: 5277px;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 60px;
      padding: 18px 28px;
      font-family: 'DM Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      /* identical to box height, or 150% */
      letter-spacing: -0.02em;
      /* Primary/White */
      color: #FFFFFF;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
      .tab__container .tab__panel .wpcf7 .wpcf7-form input::placeholder {
        color: #FFFFFF; }
      .tab__container .tab__panel .wpcf7 .wpcf7-form input[type="submit"] {
        font-size: 16px;
        text-align: center;
        color: #38B635;
        background: #fff;
        font-weight: 700;
        margin-top: 22px; }
        .tab__container .tab__panel .wpcf7 .wpcf7-form input[type="submit"]:hover {
          cursor: pointer; }
    .tab__container .tab__panel .wpcf7 .wpcf7-form textarea,
    .tab__container .tab__panel .wpcf7 .wpcf7-form select {
      border: none;
      width: 100%;
      height: 60px;
      left: 150px;
      top: 5277px;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 60px;
      padding: 18px 28px;
      font-family: 'DM Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      /* identical to box height, or 150% */
      letter-spacing: -0.02em;
      /* Primary/White */
      color: #FFFFFF;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      margin-top: 15px; }
      .tab__container .tab__panel .wpcf7 .wpcf7-form textarea::placeholder,
      .tab__container .tab__panel .wpcf7 .wpcf7-form select::placeholder {
        color: #FFFFFF; }
    .tab__container .tab__panel .wpcf7 .wpcf7-form select option {
      color: #000; }
    .tab__container .tab__panel .wpcf7 .wpcf7-form textarea {
      height: 120px;
      border-radius: 15px; }
  .tab__container .tab__panel .merchant__company {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    text-align: center;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.8); }
  .tab__container .tab__panel .logo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 13px; }
    .tab__container .tab__panel .logo p {
      height: 60px;
      left: 151px;
      top: 5477px;
      margin: 0;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 12px;
      padding: 8px;
      display: inline-flex;
      justify-content: center;
      align-items: center; }

.pocketi-me-wrap .beta__heading {
  position: relative;
  text-align: left !important;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px; }
  @media (min-width: 900px) {
    .pocketi-me-wrap .beta__heading {
      text-align: center !important;
      font-size: 78px;
      line-height: 84px; } }
  .pocketi-me-wrap .beta__heading img {
    position: absolute;
    max-width: 70px;
    right: 0; }
    @media (min-width: 900px) {
      .pocketi-me-wrap .beta__heading img {
        display: none; } }

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