/* Banner Top */
.ghnxu-bannertop {
  position: relative; }
  .ghnxu-bannertop__wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%; }
    .ghnxu-bannertop__wrapper .container * {
      max-width: 612px; }
  .ghnxu-bannertop h1 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-bottom: 0; }
  .ghnxu-bannertop .subtitle {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px; }
  .ghnxu-bannertop .action {
    margin-top: 40px; }
    .ghnxu-bannertop .action a {
      background: #007ED4;
      color: #fff; }
  @media (max-width: 767.98px) {
    .ghnxu-bannertop__wrapper {
      top: auto;
      bottom: 0;
      background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
      padding: 100px 0 24px 0;
      transform: translateY(0%); }
    .ghnxu-bannertop .desc {
      font-size: 14px;
      margin-bottom: 24px; } }

.ghnxu-content-wrap {
  padding: 72px 0;
  display: flex;
  gap: 72px;
  position: relative;
  display: flex;
  flex-direction: column; }
  .ghnxu-content-wrap .ghnxu-content-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 90; }
  .ghnxu-content-wrap .ghnxu-radial-wrap {
    width: 1231.219px;
    height: 1519.66px;
    position: absolute;
    left: 170px;
    bottom: 136.66px; }
    .ghnxu-content-wrap .ghnxu-radial-wrap .ghnxu-radial-1 {
      width: 1231.219px;
      height: 740.941px;
      border-radius: 1231.219px;
      opacity: 0.7;
      background: radial-gradient(52.12% 52.12% at 46.05% 58.84%, #FF6C0A 0%, #FFECD3 65.5%, rgba(255, 255, 255, 0) 98.5%);
      filter: blur(200px); }
    .ghnxu-content-wrap .ghnxu-radial-wrap .ghnxu-radial-2 {
      width: 1231.219px;
      height: 698.34px;
      border-radius: 1231.219px;
      opacity: 0.7;
      background: radial-gradient(52.12% 52.12% at 46.05% 58.84%, #FF6C0A 0%, #FFECD3 65.5%, rgba(255, 255, 255, 0) 98.5%);
      filter: blur(200px); }
  @media (max-width: 991.98px) {
    .ghnxu-content-wrap {
      padding: 48px 0;
      gap: 0; }
      .ghnxu-content-wrap .ghnxu-content-container {
        display: none; } }

/* Banner 2*/
.ghnxu-banner2 {
  width: 100%;
  position: relative;
  z-index: 100; }
  .ghnxu-banner2 .container {
    position: relative; }
  .ghnxu-banner2__content {
    position: absolute;
    top: 50%;
    left: 54px;
    transform: translateY(-50%);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    display: flex;
    max-width: 555px;
    padding: 48px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    color: #fff; }
    .ghnxu-banner2__content h2 {
      color: #fff;
      margin: 0; }
  @media (max-width: 991.98px) {
    .ghnxu-banner2 {
      background: linear-gradient(180deg, #FAFAFA 0%, #FF6C0A 100%);
      padding-bottom: 16px;
      display: flex;
      gap: 8px; }
      .ghnxu-banner2 .container {
        display: flex;
        flex-direction: column;
        gap: 8px; }
      .ghnxu-banner2__image {
        border-radius: 8px;
        overflow: hidden; }
      .ghnxu-banner2__content {
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0);
        border-radius: 8px;
        display: flex;
        max-width: 555px;
        padding: 16px 12px;
        gap: 12px; } }

/* ghnxu exclusive benefits */
.ghnxu-exclusive-benefits {
  position: relative;
  z-index: 100; }
  .ghnxu-exclusive-benefits .ghnxu-exclusive-benefits-content {
    display: flex;
    padding: 32px 16px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    border-radius: 24px;
    background: linear-gradient(180deg, #FFD5A5 0%, rgba(255, 236, 211, 0) 100%); }
    .ghnxu-exclusive-benefits .ghnxu-exclusive-benefits-content h2 {
      margin: 0; }
    .ghnxu-exclusive-benefits .ghnxu-exclusive-benefits-content .ghnxu-exclusive-benefits-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 12px; }
      .ghnxu-exclusive-benefits .ghnxu-exclusive-benefits-content .ghnxu-exclusive-benefits-wrapper__item {
        flex: 0 0 calc(25% - 9px);
        max-width: calc(25% - 9px);
        display: flex;
        padding: 36px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        background: rgba(255, 255, 255, 0.4);
        backdrop-filter: blur(8px); }
        .ghnxu-exclusive-benefits .ghnxu-exclusive-benefits-content .ghnxu-exclusive-benefits-wrapper__item .icon {
          flex: 0 0 88px;
          max-width: 88px; }
  @media (max-width: 991.98px) {
    .ghnxu-exclusive-benefits {
      padding: 48px 0; }
      .ghnxu-exclusive-benefits .ghnxu-exclusive-benefits-content {
        padding: 20px 12px;
        gap: 24px; }
        .ghnxu-exclusive-benefits .ghnxu-exclusive-benefits-content h2 {
          text-align: center; }
        .ghnxu-exclusive-benefits .ghnxu-exclusive-benefits-content .ghnxu-exclusive-benefits-wrapper {
          gap: 8px; }
          .ghnxu-exclusive-benefits .ghnxu-exclusive-benefits-content .ghnxu-exclusive-benefits-wrapper__item {
            flex: 0 0 calc(50% - 4px);
            max-width: calc(50% - 4px);
            padding: 12px; }
            .ghnxu-exclusive-benefits .ghnxu-exclusive-benefits-content .ghnxu-exclusive-benefits-wrapper__item .icon {
              flex: 0 0 64px;
              max-width: 64px; } }

/* Cashback */
.ghnxu-cashback {
  position: relative;
  z-index: 100; }
  .ghnxu-cashback .ghnxu-cashback-wrapper {
    display: flex;
    padding: 32px 16px 0 16px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 213, 165, 0.5) 63.62%, rgba(255, 236, 211, 0) 100%); }
  .ghnxu-cashback .ghnxu-cashback-content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%; }
  .ghnxu-cashback .ghnxu-cashback-row {
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
    background: linear-gradient(86deg, #FFECD3 0.49%, #FFF7EC 93.74%);
    flex: 0 0 calc(33.333% - 6.6667px);
    max-width: calc(33.333% - 6.6667px); }
    .ghnxu-cashback .ghnxu-cashback-row .ghnxu-cashback-row-left {
      flex: 0 0 60%;
      max-width: 60%;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      padding: 16px 20px 10px 16px; }
      .ghnxu-cashback .ghnxu-cashback-row .ghnxu-cashback-row-left .ghnxu-cashback-row-value {
        padding: 6px 10px;
        background: #fff;
        border-radius: 100px;
        margin-bottom: 4px;
        color: #FF6C0A;
        cursor: pointer;
        font-size: 13px;
        font-weight: 700;
        align-items: center;
        display: inline-flex;
        gap: 6px; }
        .ghnxu-cashback .ghnxu-cashback-row .ghnxu-cashback-row-left .ghnxu-cashback-row-value .info-circle img {
          height: 16px; }
        .ghnxu-cashback .ghnxu-cashback-row .ghnxu-cashback-row-left .ghnxu-cashback-row-value:hover {
          background: linear-gradient(152.34deg, #FFECD3 -8.26%, #FF6C0A 93.65%); }
          .ghnxu-cashback .ghnxu-cashback-row .ghnxu-cashback-row-left .ghnxu-cashback-row-value:hover span {
            color: #fff; }
      .ghnxu-cashback .ghnxu-cashback-row .ghnxu-cashback-row-left .ghnxu-cashback-row-amount {
        color: #0A0A0A;
        margin-bottom: 0; }
    .ghnxu-cashback .ghnxu-cashback-row .ghnxu-cashback-row-right {
      flex: 0 0 40%;
      max-width: 40%;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      padding: 14px;
      font-weight: 700;
      font-size: 14px;
      display: flex;
      gap: 4px;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center;
      position: relative;
      flex-direction: column;
      background: linear-gradient(90deg, #FFECD3 0%, #FFF7EC 100%); }
      .ghnxu-cashback .ghnxu-cashback-row .ghnxu-cashback-row-right:before {
        content: '';
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
        border-left: 1px solid #FFD5A5; }
      .ghnxu-cashback .ghnxu-cashback-row .ghnxu-cashback-row-right:after {
        content: '';
        position: absolute;
        top: 50%;
        left: -5px;
        background: url(https://cdn.hstatic.net/files/200000472237/file/plus.svg);
        width: 12px;
        height: 12px;
        background-size: contain;
        z-index: 20;
        transform: translateY(-50%); }
      .ghnxu-cashback .ghnxu-cashback-row .ghnxu-cashback-row-right span {
        padding: 6px 10px;
        border-radius: 100px;
        background: #FF6C0A;
        font-weight: 700;
        color: #fff; }
        .ghnxu-cashback .ghnxu-cashback-row .ghnxu-cashback-row-right span svg {
          margin-right: 6px; }
    .ghnxu-cashback .ghnxu-cashback-row:last-child {
      margin-bottom: 0px; }
  @media (max-width: 991.98px) {
    .ghnxu-cashback .ghnxu-cashback-wrapper {
      padding: 20px 12px 0;
      gap: 24px; }
      .ghnxu-cashback .ghnxu-cashback-wrapper h2 {
        text-align: center; }
    .ghnxu-cashback .ghnxu-cashback-content {
      gap: 8px; }
    .ghnxu-cashback .ghnxu-cashback-row {
      margin-bottom: 8px;
      display: flex;
      flex-wrap: wrap;
      border-radius: 4px;
      background: linear-gradient(86deg, #FFECD3 0.49%, #FFF7EC 93.74%);
      flex: 0 0 100%;
      max-width: 100%; }
      .ghnxu-cashback .ghnxu-cashback-row .ghnxu-cashback-row-left {
        padding: 12px 20px 12px 16px; }
        .ghnxu-cashback .ghnxu-cashback-row .ghnxu-cashback-row-left .ghnxu-cashback-row-value {
          font-size: 12px; }
        .ghnxu-cashback .ghnxu-cashback-row .ghnxu-cashback-row-left .ghnxu-cashback-row-amount {
          color: #0A0A0A;
          margin-bottom: 0; }
      .ghnxu-cashback .ghnxu-cashback-row .ghnxu-cashback-row-right {
        padding: 12px 24px;
        font-size: 13px; }
      .ghnxu-cashback .ghnxu-cashback-row:last-child {
        margin-bottom: 0px; } }

/* Process */
.ghnxu-process {
  padding: 72px 0;
  position: relative;
  z-index: 100; }
  .ghnxu-process__heading {
    text-align: center;
    display: flex;
    max-width: 582px;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 40px; }
  .ghnxu-process h2 {
    margin-bottom: 12px; }
  .ghnxu-process__desc {
    font-size: 20px; }
  .ghnxu-process__wrapper {
    display: flex;
    flex-wrap: wrap; }
    .ghnxu-process__wrapper .nav-tabs {
      flex: 0 0 437px;
      max-width: 437px;
      display: flex;
      flex-direction: column;
      gap: 24px;
      border: 0; }
      .ghnxu-process__wrapper .nav-tabs li {
        padding: 0; }
        .ghnxu-process__wrapper .nav-tabs li a {
          padding: 0;
          overflow: hidden;
          border-radius: 12px;
          border: 0; }
          .ghnxu-process__wrapper .nav-tabs li a span {
            border-radius: 12px 12px 0 0;
            background: #F5F5F5;
            display: inline-flex;
            padding: 12px 32px 4px 16px;
            align-items: center;
            font-size: 20px;
            font-weight: 700;
            color: #737373; }
          .ghnxu-process__wrapper .nav-tabs li a .nav-item__content {
            border-radius: 0 12px 12px 12px;
            background: #F5F5F5;
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            align-self: stretch;
            padding: 18px 16px; }
            .ghnxu-process__wrapper .nav-tabs li a .nav-item__content .title {
              font-size: 20px;
              font-weight: 700;
              color: #737373; }
            .ghnxu-process__wrapper .nav-tabs li a .nav-item__content .desc {
              display: none;
              color: #737373; }
          .ghnxu-process__wrapper .nav-tabs li a.active {
            background: transparent;
            border: 0;
            box-shadow: 0 12px 16px -4px rgba(255, 108, 10, 0.15), 0 4px 6px -2px rgba(255, 108, 10, 0.03); }
            .ghnxu-process__wrapper .nav-tabs li a.active span {
              border-top: 3px solid #FFB76D;
              border-right: 3px solid #FFB76D;
              border-left: 3px solid #FFB76D;
              background: #FF8D32;
              color: #fff;
              font-weight: 700; }
            .ghnxu-process__wrapper .nav-tabs li a.active .nav-item__content {
              border: 3px solid #FFB76D;
              background: #FFF7EC; }
              .ghnxu-process__wrapper .nav-tabs li a.active .nav-item__content .title {
                color: #0A0A0A; }
              .ghnxu-process__wrapper .nav-tabs li a.active .nav-item__content .desc {
                display: block;
                color: #0A0A0A; }
          .ghnxu-process__wrapper .nav-tabs li a:hover {
            border: 0; }
    .ghnxu-process__wrapper .tab-content {
      flex: 0 0 calc(100% - 457px);
      max-width: calc(100% - 457px);
      margin-left: 20px;
      border-radius: 8px;
      overflow: hidden; }
      .ghnxu-process__wrapper .tab-content .tab-pane {
        height: 100%;
        position: relative;
        border-radius: 8p;
        overflow: hidden; }
        @media (min-width: 992px) {
          .ghnxu-process__wrapper .tab-content .tab-pane img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            right: 0;
            bottom: 0;
            object-fit: cover; } }
  @media (max-width: 991.98px) {
    .ghnxu-process {
      padding: 48px 0; }
      .ghnxu-process__heading {
        margin-bottom: 24px; }
      .ghnxu-process__desc {
        font-size: 14px; }
      .ghnxu-process__wrapper {
        gap: 24px; }
        .ghnxu-process__wrapper .nav-tabs {
          flex: 0 0 100%;
          max-width: 100%;
          gap: 12px; }
          .ghnxu-process__wrapper .nav-tabs li a span {
            font-size: 15px; }
          .ghnxu-process__wrapper .nav-tabs li a .nav-item__content {
            padding: 12px; }
            .ghnxu-process__wrapper .nav-tabs li a .nav-item__content .title {
              font-size: 15px; }
            .ghnxu-process__wrapper .nav-tabs li a .nav-item__content .desc {
              font-size: 14px; }
        .ghnxu-process__wrapper .tab-content {
          flex: 0 0 100%;
          max-width: 100%;
          margin-left: 0px; } }
