@charset "utf-8";

/* Shared responsive layer for the canonical website pages. */
html {
  overflow-x: hidden;
}

body {
  min-width: 0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.responsive-menu-toggle,
.responsive-nav-backdrop {
  display: none;
}

@media screen and (max-width: 1200px) {
  body.nav-open {
    overflow: hidden;
  }

  .container,
  .container .content {
    width: 100%;
    min-width: 0;
  }

  .container .content .head-seat,
  .head-seat {
    height: 72px !important;
  }

  .container .content .head_main {
    height: 72px;
    box-shadow: 0 1px 0 rgba(13, 35, 33, 0.1);
  }

  .container .content .head_main .head {
    width: 100%;
    height: 72px;
    padding: 0 16px;
  }

  .container .content .head_main .head .logo {
    min-width: 0;
    position: relative;
    z-index: 10002;
  }

  .container .content .head_main .head .logo img {
    width: min(260px, calc(100vw - 88px));
    height: auto;
  }

  .responsive-menu-toggle {
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 0;
    border-radius: 4px;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: relative;
    z-index: 10002;
  }

  .responsive-menu-toggle span {
    width: 23px;
    height: 2px;
    background: #0d2321;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .responsive-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .responsive-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .responsive-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .responsive-nav-backdrop {
    position: fixed;
    inset: 72px 0 0;
    z-index: 9997;
    background: rgba(13, 35, 33, 0.42);
  }

  body.nav-open .responsive-nav-backdrop {
    display: block;
  }

  .container .content .head_main .nav {
    position: fixed;
    top: 72px;
    right: 0;
    z-index: 10001;
    width: min(86vw, 340px);
    height: calc(100dvh - 72px);
    max-height: calc(100vh - 72px);
    padding: 18px 20px 28px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow-y: auto;
    background: #ffffff;
    box-shadow: -8px 18px 24px rgba(13, 35, 33, 0.16);
    line-height: normal;
    transform: translateX(105%);
    visibility: hidden;
    transition: transform 0.22s ease, visibility 0.22s;
  }

  .container .content .head_main .nav.is-open {
    transform: translateX(0);
    visibility: visible;
  }

  .container .content .head_main .nav a,
  .container .content .head_main .nav a:first-child,
  .container .content .head_main .nav .dropdown .dropdown-toggle {
    width: 100%;
    min-height: 46px;
    margin: 0;
    padding: 12px 4px;
    border-bottom: 1px solid #e6eceb;
    line-height: 22px;
    font-size: 16px;
  }

  .container .content .head_main .nav .actived {
    border-bottom-color: #029d92;
  }

  .container .content .head_main .nav .dropdown,
  .container .content .head_main .nav .dropdown .dropdown-menu {
    width: 100%;
  }

  .container .content .head_main .nav .dropdown .dropdown-menu {
    position: static;
    min-width: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .container .content .img-container img {
    height: auto;
    object-fit: cover;
  }

  .refundsCancellation-banner > img {
    min-height: 180px;
  }

  .text-box,
  .aboutUs-box .text-box,
  .our-partners .text-box,
  .howitworks-box .text-box,
  .contactUs-box .text-box {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 20px;
    transform: none;
  }

  .text-box .main-text-box,
  .aboutUs-box .text-box .main-text-box,
  .our-partners .text-box .main-text-box,
  .howitworks-box .text-box .main-text-box,
  .contactUs-box .text-box .main-text-box {
    font-size: 34px;
    line-height: 1.15;
    margin-bottom: 12px;
  }

  .text-box .deputy-text-box {
    font-size: 20px;
    line-height: 1.4;
  }

  #ceshi1 {
    height: min(62vw, 340px);
    min-height: 230px;
    background-size: cover;
  }

  /* Homepage hero keeps its own layout */
  #ceshi1 .text-box {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    inset: 0;
    width: min(900px, calc(100% - 48px));
    height: auto;
    margin: auto;
    transform: none;
  }

  .lending-head,
  .financial-container {
    margin-top: 48px;
    padding: 0 18px;
  }

  .lending-head h2,
  .financial-container-inner h2 {
    font-size: 27px;
    line-height: 34px;
  }

  .lending-head p.desc,
  .financial-container-inner p.desc {
    line-height: 24px;
  }

  .financial-container-inner,
  .howitworks-content,
  .grievanceRedressal-box .grievanceRedressal-content,
  .refundsCancellation-content,
  .grievanceRedressal-content,
  .contactus-item-box,
  .img-container2 .img-container2-inner,
  .aboutUs-bottom-cont-inner,
  .pf-heade-inner,
  .pf-content .pf-content-inner,
  .public-file-heade .public-file-heade-inner,
  .public-file-content-inner,
  .news-conent {
    width: 100%;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .grievanceRedressal-content,
  .aboutUs-box .grievanceRedressal-content,
  .refundsCancellation-content {
    padding-top: 42px;
  }

  .aboutUs-box {
    padding-bottom: 60px;
  }

  .about-us-top,
  .about-us-bottom {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 46px;
  }

  .about-us-bottom .about-us-img2 {
    order: 2;
  }

  .content-text-main-text,
  .about-us-bottom .content-text-main-text {
    width: 100%;
    padding: 0;
  }

  .about-us-img,
  .about-us-img2 {
    width: 100% !important;
    height: auto;
  }

  .policies-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 14px;
    margin-bottom: 42px;
  }

  .policies-box:last-child {
    margin-bottom: 64px;
  }

  .policies-box li {
    float: none;
    min-width: 0;
  }

  .policies-box li img {
    width: 82px !important;
    height: 82px;
    margin: 0 auto 18px;
  }

  .policies-box li .title {
    min-height: 48px;
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 24px;
  }

  .policies-box li .button {
    width: 100%;
    max-width: 156px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
  }

  .product-features {
    height: auto;
  }

  .product-features-inner {
    width: 100%;
    padding: 38px 20px;
    align-items: center;
    gap: 20px;
  }

  .product-features-text {
    width: auto;
    margin: 0;
    line-height: 26px;
  }

  .product-features-inner img {
    width: 110px !important;
    height: auto;
    flex: 0 0 auto;
  }

  .contactus-item-box {
    padding-top: 46px;
    padding-bottom: 50px;
  }

  .contactus-item-box .deputy-title {
    font-size: 26px;
    line-height: 34px;
  }

  .contactus-item-box > div:last-child,
  .contactus-item-box .clearfix {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .contactus-item-box-item {
    width: 100%;
    height: auto;
    min-height: 230px;
    padding: 28px 20px;
  }

  .contactus-info-box {
    padding: 32px 20px 8px;
  }

  .contactus-info-box .title {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .contactus-info-box li {
    padding-left: 30px;
    overflow-wrap: anywhere;
  }

  .event-list {
    width: 100% !important;
    margin: 42px auto !important;
    padding: 0 16px;
  }

  .event-list .event-img {
    width: 100% !important;
    height: auto !important;
    min-height: 160px;
    object-fit: cover;
  }

  .event-list .event-item {
    padding: 16px 22px !important;
    align-items: center !important;
    flex-direction: row;
    justify-content: space-between !important;
    gap: 16px;
  }

  .event-list .event-item .event-title {
    font-size: 20px !important;
    line-height: 26px;
  }

  .event-list .event-item .event-date {
    margin-top: 6px !important;
    font-size: 14px !important;
    line-height: 20px;
  }

  .event-list .event-item .event-info {
    min-width: 0;
    flex: 1 1 auto;
  }

  .event-list .event-item > img {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    object-fit: contain;
  }

  .event-pagination {
    width: 100% !important;
    margin-bottom: 48px !important;
    padding: 0 16px;
    flex-wrap: wrap;
  }

  .event-pagination .page-btn,
  .event-pagination .page-num {
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    font-size: 18px;
  }

  .table-container {
    width: 100%;
    padding: 42px 16px !important;
    display: block !important;
    overflow-x: auto;
  }

  .table-container table {
    width: 100% !important;
    min-width: 620px;
  }

  .grievance-top-ico img {
    width: min(74vw, 320px);
    height: auto;
  }

  .grievance-step-container {
    padding: 20px 14px;
  }

  .grievance-step-container img {
    width: 100%;
    height: auto;
  }

  .grievance-officer-container {
    padding: 42px 16px;
  }

  .Grievance-Redressal-officer {
    width: 100%;
    padding: 26px 18px;
  }

  .Grievance-Redressal-officer .Grievance-Redressal-content .item {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 14px 0;
  }

  .Grievance-Redressal-officer .Grievance-Redressal-content .item .item-value {
    padding-left: 46px;
    font-size: 16px;
    overflow-wrap: anywhere;
  }

  .RBI-Tip {
    padding-left: 0;
    font-size: 16px;
  }

  .pf-heade,
  .public-file-heade {
    height: auto;
    min-height: 128px;
  }

  .pf-heade-inner,
  .public-file-heade .public-file-heade-inner {
    padding-top: 42px;
    padding-bottom: 32px;
  }

  .public-file-heade .public-file-heade-inner,
  .public-file-heade-inner .title {
    font-size: 28px !important;
    line-height: 36px;
  }

  .public-file-content-inner {
    overflow-wrap: anywhere;
  }

  .public-file-content-inner p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 27px;
  }

  .public-file-content-inner table,
  .table-data,
  .table-data table {
    width: 100% !important;
    display: block;
    overflow-x: auto;
  }

  .event-detail-heade {
    padding: 30px 18px 76px !important;
    text-align: center;
  }

  .event-detail-heade .title {
    font-size: 32px;
    line-height: 40px;
  }

  .news-conent {
    padding-bottom: 48px;
  }

  .fraud-card {
    padding: 24px 18px;
  }

  .news-content-item-title,
  .warning-title {
    font-size: 24px;
    line-height: 32px;
  }

  .news-content-item-text {
    font-size: 16px;
    line-height: 27px;
  }

  .verify-box-wrap,
  .warning-list {
    flex-direction: column;
    gap: 14px;
  }

  .timeline-step {
    gap: 12px;
  }

  .delete-account-section {
    padding: 42px 16px;
  }

  .delete-account-container {
    padding: 28px 18px;
  }

  .form-actions {
    flex-direction: column;
  }

  .form-actions button {
    width: 100%;
  }

  .product-container,
  .product-container-lending,
  .product-container .view-box,
  .product-container-lending .view-box {
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    padding-left: 14px;
    padding-right: 14px;
    overflow: hidden;
  }

  .product-container .view-box {
    flex-direction: column;
    gap: 24px;
    transform: none !important;
  }

  .product-container .view-box > div,
  .product-container-lending .view-box > div,
  .meditCredit-box,
  .cashgold-box,
  .millionaire-finance,
  .fundflow-finance,
  .view-box .jackpotFund {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 32px 20px !important;
    flex-direction: column;
    gap: 28px;
    background-size: cover;
  }

  .product-container .view-box > div {
    margin-right: 0;
  }

  .product-container .view-box > .zingloan-product,
  .product-container-lending > .zingloan-product,
  .product-container .view-box > .flexibee-product,
  .product-container-lending > .flexibee-product,
  .product-container .view-box > .lovefund-product,
  .product-container-lending > .lovefund-product {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 !important;
  }

  .product-container .view-box > .zingloan-product,
  .product-container-lending > .zingloan-product {
    background: #fbda9a url("../../images/product/zingloan/zingloan-background.png") center / cover no-repeat;
  }

  .zingloan-product__content {
    display: grid;
    grid-template-columns: minmax(246px, 1fr) minmax(240px, 360px);
    grid-template-areas:
      "brand visual"
      "details details";
    gap: 24px 20px;
    width: 100%;
    height: auto;
    padding: 24px 28px 28px;
  }

  .zingloan-product__brand {
    grid-area: brand;
    align-self: start;
    gap: 10px;
    height: 88px;
  }

  .zingloan-product__logo {
    width: 88px;
    height: 88px;
    flex-basis: 88px;
  }

  .zingloan-product__wordmark {
    width: 200px;
    height: 69px;
    flex-basis: 200px;
  }

  .zingloan-product__visual {
    position: relative;
    top: auto;
    right: auto;
    grid-area: visual;
    justify-self: end;
    align-self: start;
    width: min(100%, 300px);
    height: auto;
    aspect-ratio: 402 / 500;
  }

  .zingloan-product__phones {
    width: 100%;
    height: 100%;
  }

  .zingloan-product__details {
    grid-area: details;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    margin-top: 0;
  }

  .zingloan-product .product-info-container,
  .zingloan-product .product-link-container {
    width: 100%;
    min-height: 0;
    margin-bottom: 0;
    padding: 18px;
    border-radius: 16px;
  }

  .zingloan-product .product-info-container {
    grid-column: 1 / -1;
    align-items: flex-start;
    gap: 18px;
  }

  .zingloan-product .product-info-item {
    flex: 1 1 0;
    min-width: 0;
  }

  .zingloan-product .product-info-item-value {
    margin-top: 4px;
    font-size: 21px;
  }

  .zingloan-product .product-link-container {
    gap: 14px;
  }

  .zingloan-product .product-link-item {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .zingloan-product .product-link-item-value,
  .zingloan-product .product-link-item-value a {
    max-width: 100%;
    margin: 0;
    overflow-wrap: anywhere;
  }

  .flexibee-product__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
    grid-template-areas:
      "brand visual"
      "details visual";
    gap: 16px 24px;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 28px;
  }

  .flexibee-product__brand {
    grid-area: brand;
    height: 72px;
  }

  .flexibee-product__logo {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
  }

  .flexibee-product__wordmark {
    font-size: 42px;
    line-height: 50px;
  }

  .flexibee-product__details {
    display: grid;
    grid-area: details;
    gap: 14px;
    width: 100%;
    margin-top: 0;
  }

  .flexibee-product__card {
    height: auto;
    min-height: 0;
    margin-top: 0;
    border-radius: 20px;
  }

  .flexibee-product__card--terms,
  .flexibee-product__card--links,
  .flexibee-product__card--status {
    height: auto;
    min-height: 0;
    margin-top: 0;
    padding: 18px;
  }

  .flexibee-product__card--terms {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .flexibee-product__term {
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    height: auto;
    min-height: 44px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(1, 145, 224, 0.16);
  }

  .flexibee-product__term:last-child {
    border-bottom: 0;
  }

  .flexibee-product__value {
    margin-top: 0;
    white-space: normal;
  }

  .flexibee-product__card--links,
  .flexibee-product__card--status {
    gap: 12px;
  }

  .flexibee-product__value {
    font-size: 21px;
    line-height: 28px;
  }

  .flexibee-product__link-row,
  .flexibee-product__link-row a {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .flexibee-product__visual {
    position: relative;
    top: auto;
    right: auto;
    grid-area: visual;
    align-self: center;
    justify-self: end;
    width: min(100%, 430px);
    height: auto;
    aspect-ratio: 518 / 504;
  }

  .lovefund-product__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 348px);
    grid-template-areas:
      "brand visual"
      "details visual";
    gap: 18px 40px;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 28px 36px;
  }

  .lovefund-product__brand {
    grid-area: brand;
  }

  .lovefund-product__details {
    display: grid;
    grid-area: details;
    align-self: start;
    gap: 14px;
    width: 100%;
    margin-top: 0;
  }

  .lovefund-product__card {
    height: auto;
    min-height: 0;
    margin-top: 0;
  }

  .lovefund-product__card--terms,
  .lovefund-product__card--links {
    padding: 18px;
  }

  .lovefund-product__visual {
    position: relative;
    top: auto;
    right: auto;
    grid-area: visual;
    align-self: center;
    justify-self: end;
    width: min(100%, 280px);
    height: auto;
    aspect-ratio: 348 / 427;
  }

  .lovefund-product__row,
  .lovefund-product__row a {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .product-container .product-main .left,
  .product-container-lending .product-main .left,
  .product-container .product-main .right,
  .product-container-lending .product-main .right,
  .meditCredit-box .box-left,
  .cashgold-box-l,
  .cashgold-box-r,
  .millionaire-finance .box-left,
  .fundflow-finance .box-left {
    width: 100% !important;
    max-width: 100%;
  }

  .product-container .product-main .right,
  .product-container-lending .product-main .right,
  .millionaire-finance .phone-main,
  .fundflow-finance .phone-main {
    height: auto !important;
    margin: 0 auto;
  }

  .product-container .info-container,
  .product-container-lending .info-container,
  .product-main-two .info,
  .meditCredit-box .detail-info,
  .millionaire-finance .detail-info,
  .fundflow-finance .detail-info,
  .cashgold-product-info,
  .millionaire-finance .box-left .left-bottom-box,
  .fundflow-finance .box-left .left-bottom-box {
    width: 100% !important;
    height: auto !important;
    flex-wrap: wrap;
    gap: 16px;
    padding: 18px !important;
  }

  .product-container .info-item,
  .product-container-lending .info-item,
  .product-main-two .info > div,
  .meditCredit-box .detail-info .detail-item,
  .millionaire-finance .detail-info .detail-item,
  .fundflow-finance .detail-info .detail-item,
  .cashgold-li {
    width: 100% !important;
  }

  .millionaire-finance .box-left .mf-logo,
  .millionaire-finance .box-left .mf-three,
  .fundflow-finance .box-left .mf-logo,
  .fundflow-finance .box-left .mf-three {
    width: 100%;
    height: auto;
  }

  .web-email-box,
  .jackpotFund .jackinfo-container,
  .jackpotFund .jackinfo-container .web-email-box {
    position: static;
    width: 100%;
    height: auto;
    flex-direction: column;
    gap: 14px;
  }

  .footer-inner {
    width: 100%;
    height: auto;
    padding: 50px 20px 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-inner .footer-inner-item {
    float: none;
    width: 100%;
  }

  .footer-inner .footer-inner-item .item-title {
    margin-bottom: 22px;
    font-size: 21px;
  }

  .footer-inner .footer-inner-item .item-title img {
    width: 178px;
    height: auto;
  }

  .center-area {
    padding: 0;
  }

  .center-area-item {
    width: 100%;
    margin-bottom: 16px;
    font-size: 16px;
  }

  .right-area .company-info,
  .footer-inner .footer-inner-item .contact-item .contact-item-text {
    font-size: 16px;
    line-height: 26px;
    overflow-wrap: anywhere;
  }

  .copy-right {
    height: auto;
    padding: 20px 16px 30px;
  }

  .copy-right-inner {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .activity-popup-content {
    width: calc(100% - 28px);
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .product-container .view-box > .zingloan-product,
  .product-container-lending > .zingloan-product,
  .product-container .view-box > .flexibee-product,
  .product-container-lending > .flexibee-product,
  .product-container .view-box > .lovefund-product,
  .product-container-lending > .lovefund-product {
    height: auto !important;
    min-height: 0 !important;
  }

  .zingloan-product__content,
  .flexibee-product__content,
  .lovefund-product__content {
    height: auto !important;
    min-height: 0 !important;
  }

  .zingloan-product__content {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
    grid-template-areas:
      "brand visual"
      "info visual"
      "contact grievance";
    grid-template-rows: auto auto auto;
    gap: 16px 18px;
    padding: 22px 24px 24px;
  }

  .zingloan-product__details {
    display: contents;
  }

  .zingloan-product__visual {
    grid-area: visual;
    grid-row: 1 / 3;
    width: min(100%, 260px);
  }

  .zingloan-product .product-info-container {
    grid-area: info;
    grid-column: auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    gap: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .zingloan-product .product-info-item {
    display: flex;
    flex: 1 1 0;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    border-bottom: 1px solid rgba(237, 109, 34, 0.18);
  }

  .zingloan-product .product-info-item:last-child {
    border-bottom: 0;
  }

  .zingloan-product .product-info-item-value {
    margin-top: 0;
    text-align: right;
    white-space: nowrap;
  }

  .zingloan-product .product-link-container:not(.product-link-container--grievance) {
    grid-area: contact;
  }

  .zingloan-product .product-link-container--grievance {
    grid-area: grievance;
  }

  .zingloan-product .product-link-container .product-link-item {
    align-items: center;
    flex-direction: row;
  }

  .flexibee-product__content {
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 40%);
    grid-template-areas:
      "brand visual"
      "details visual";
    grid-template-rows: auto auto;
    align-items: start;
    gap: 14px 18px;
    padding: 22px 24px;
    overflow: visible;
  }

  .product-container .view-box > .flexibee-product,
  .product-container-lending > .flexibee-product {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible;
  }

  .flexibee-product__details {
    display: grid;
    gap: 12px;
    width: 100%;
    min-width: 0;
    overflow: visible;
  }

  .flexibee-product__visual {
    grid-row: 1 / 3;
    align-self: center;
    width: min(100%, 380px);
  }

  .flexibee-product__card,
  .flexibee-product__card--terms,
  .flexibee-product__card--links,
  .flexibee-product__card--status {
    height: auto !important;
    min-height: 0 !important;
    margin-top: 0 !important;
  }

  .flexibee-product__card--terms {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 8px 18px !important;
    overflow: visible !important;
  }

  .flexibee-product__term {
    display: flex !important;
    flex: 0 0 auto !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    width: 100%;
    height: auto !important;
    min-height: 44px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(1, 145, 224, 0.16);
  }

  .flexibee-product__term:last-child {
    border-bottom: 0;
  }

  .flexibee-product__label {
    flex: 0 0 auto;
  }

  .flexibee-product__value {
    margin-top: 0 !important;
    text-align: right;
    white-space: normal;
  }

  .flexibee-product__card--links,
  .flexibee-product__card--status {
    padding: 14px 18px;
    gap: 10px;
  }

  .flexibee-product__link-row {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .lovefund-product__content {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 30%);
    grid-template-rows: auto auto;
    gap: 14px 18px;
    padding: 22px 24px;
  }

  .lovefund-product__visual {
    grid-row: 1 / 3;
    align-self: center;
    justify-self: end;
    width: min(100%, 240px);
  }

  .lovefund-product__card--terms {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .lovefund-product__term {
    min-height: 46px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid rgba(10, 111, 147, 0.16);
  }

  .lovefund-product__term:last-child {
    border-bottom: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 900px) {
  .zingloan-product .product-info-item {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }

  .zingloan-product .product-info-item-value {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .event-list {
    padding: 0 10px;
  }

  .event-list .event-item {
    padding: 12px 16px !important;
    gap: 12px;
  }

  .event-list .event-item .event-title {
    font-size: 17px !important;
    line-height: 22px;
  }

  .event-list .event-item .event-date {
    margin-top: 4px !important;
    font-size: 13px !important;
    line-height: 18px;
  }

  .event-list .event-item > img {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .zingloan-product__content {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "brand"
      "visual"
      "details";
    gap: 20px;
    padding: 20px;
  }

  .zingloan-product__brand {
    height: 72px;
  }

  .zingloan-product__logo {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
  }

  .zingloan-product__wordmark {
    width: 164px;
    height: 56px;
    flex-basis: 164px;
  }

  .zingloan-product__visual {
    justify-self: center;
    width: min(82vw, 320px);
  }

  .zingloan-product__details {
    display: grid;
    grid-area: details;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    width: 100%;
  }

  .zingloan-product .product-info-container {
    grid-column: auto;
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .flexibee-product__content {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "brand"
      "visual"
      "details";
    gap: 20px;
    min-height: 0;
    padding: 20px;
  }

  .flexibee-product__brand {
    height: 64px;
  }

  .flexibee-product__logo {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }

  .flexibee-product__wordmark {
    font-size: 38px;
    line-height: 46px;
  }

  .flexibee-product__visual {
    justify-self: center;
    width: min(100%, 430px);
  }

  .flexibee-product__card--terms {
    padding-top: 0;
    padding-bottom: 0;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .flexibee-product__term {
    min-height: 58px;
    flex: 1 1 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid rgba(1, 145, 224, 0.16);
  }

  .flexibee-product__term:last-child {
    border-bottom: 0;
  }

  .flexibee-product__value {
    margin-top: 0;
    text-align: right;
  }

  .flexibee-product__link-row {
    flex-wrap: wrap;
    row-gap: 3px;
  }

  .lovefund-product__content {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "brand"
      "visual"
      "details";
    gap: 20px;
    min-height: 0;
    padding: 20px;
  }

  .lovefund-product__brand {
    width: 100%;
  }

  .lovefund-product__logo {
    width: 68px;
    height: 68px;
    flex-basis: 68px;
  }

  .lovefund-product__wordmark {
    font-size: 42px;
    line-height: 42px;
  }

  .lovefund-product__tagline {
    font-size: 17px;
    line-height: 21px;
  }

  .lovefund-product__visual {
    grid-row: auto;
    justify-self: center;
    width: min(100%, 320px);
  }

  .lovefund-product__details {
    gap: 14px;
  }

  .lovefund-product__card--terms {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .lovefund-product__term {
    min-height: 58px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid rgba(10, 111, 147, 0.16);
  }

  .lovefund-product__term:last-child {
    border-bottom: 0;
  }

  .lovefund-product__row {
    flex-wrap: wrap;
    row-gap: 3px;
  }

}

@media screen and (max-width: 480px) {
  .policies-box {
    grid-template-columns: 1fr;
  }

  .product-features-inner {
    align-items: flex-start;
  }

  .product-features-inner img {
    width: 82px !important;
  }

  .flexibee-product__content {
    padding: 18px 14px 22px;
  }

  .flexibee-product__wordmark {
    font-size: 34px;
    line-height: 42px;
  }

  .flexibee-product__card {
    border-radius: 16px;
  }

  .flexibee-product__term,
  .flexibee-product__link-row {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }

  .flexibee-product__value {
    text-align: left;
  }

  .lovefund-product__content {
    padding: 18px 14px 22px;
  }

  .lovefund-product__wordmark {
    font-size: 36px;
    line-height: 38px;
  }

  .lovefund-product__card {
    border-radius: 16px;
  }

  .lovefund-product__term,
  .lovefund-product__row {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }

  .lovefund-product__term strong {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .responsive-menu-toggle span,
  .container .content .head_main .nav {
    transition: none;
  }
}
